:root {
  --black: black;
  --link: black;
  --link-hover: #000000b3;
  --bg-slate-200: #e2e8f0;
  --secondary: #d7d2cb;
  --primary: #26b9d6;
  --bg-slate-400: #94a3b8;
  --slate-300: #cbd5e1;
  --gray-800: #1f2937;
  --gray-600: #4b5563;
  --white: white;
  --white-smoke: #f8f8f8;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
}

h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 700;
}

p {
  margin-bottom: 30px;
}

a {
  color: var(--link);
  text-decoration: none;
  transition: all .25s;
}

a:hover {
  color: var(--link-hover);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

li {
  margin-bottom: 5px;
}

label {
  margin-bottom: 0;
  display: block;
}

.section {
  width: 100%;
  padding: 90px 75px;
  position: relative;
}

.section.large {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.xlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.narrow {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.footer {
  padding-bottom: 120px;
}

.container-large {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.styles-container-inner {
  background-color: var(--bg-slate-200);
  padding: 1rem;
}

.mb-30, .margin-bottom-small {
  margin-bottom: 30px;
}

.container-medium {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-medium.nav {
  justify-content: space-between;
  align-items: center;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-xsmall {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-xlarge {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h1 {
  margin-bottom: 60px;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}

.h2 {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.1;
}

.heading-medium {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
}

.h4 {
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.richtext h3, .richtext h4 {
  margin-bottom: 15px;
}

.button {
  background-color: var(--secondary);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  background-color: #1b232c;
  transform: scale(1.02);
}

.button.large {
  padding: 20px 30px;
  font-size: 1.1rem;
  font-weight: 800;
}

.button.secondary {
  background-color: var(--primary);
}

.faq-item-wrapper {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 25px 30px 15px;
  box-shadow: 0 3px 7px #00000008;
}

.faq-item-title-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-icon {
  width: 35px;
  min-width: 35px;
}

.faq-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.faq-answer {
  margin-top: 15px;
}

.input-group {
  margin-bottom: 2rem;
}

.input {
  border: 1px solid #cbd5e1e6;
  border-radius: 6px;
  height: 44px;
  margin-bottom: 0;
  padding: 12px 15px;
}

.input:focus {
  border-color: var(--bg-slate-400);
}

.input.text-area {
  height: 100px;
}

.form-success-wrapper {
  background-color: #0000;
}

.form-error-wrapper {
  margin-top: 30px;
  padding: 12px 20px;
}

.styles-color-box {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.bg-primary {
  background-color: var(--primary);
}

.styles-colors-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.bg-secondary {
  background-color: var(--secondary);
}

.text-primary {
  color: var(--primary);
}

.text-secondary {
  color: var(--secondary);
}

.bg-slate-300 {
  background-color: var(--slate-300);
}

.bg-slate-400 {
  background-color: var(--bg-slate-400);
}

.bg-slate-200 {
  background-color: var(--bg-slate-200);
}

.bg-gray-800 {
  background-color: var(--gray-800);
}

.bg-gray-600 {
  background-color: var(--gray-600);
}

.text-slate-200 {
  color: var(--bg-slate-200);
}

.text-slate-300 {
  color: var(--slate-300);
}

.text-slate-400 {
  color: var(--bg-slate-400);
}

.text-gray-600 {
  color: var(--gray-600);
}

.text-gray-800 {
  color: var(--gray-800);
}

.bg-black {
  background-color: var(--black);
}

.text-black {
  color: var(--black);
}

.bg-white {
  background-color: var(--white);
}

.text-white {
  color: var(--white);
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: 700;
}

.styles-buttonlinks {
  grid-column-gap: 2rem;
  align-items: flex-start;
  display: flex;
}

.collection-empty {
  background-color: #0000;
}

.input-label {
  margin-bottom: .3rem;
  font-weight: 700;
}

.styles-margins {
  grid-column-gap: 6rem;
  display: flex;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mtb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.mr-5 {
  margin-right: 5px;
}

.pt-0 {
  padding-top: 0;
}

.pt-5 {
  padding-top: 5px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-60 {
  padding-bottom: 60px;
}

.p-15 {
  padding: 15px;
}

.p-0 {
  padding: 0;
}

.p-30 {
  padding: 30px;
}

.text-size-0-9 {
  font-size: .9rem;
}

.text-size-1-5 {
  font-size: 1.5rem;
}

.text-size-0-8 {
  font-size: .8rem;
}

.text-italics {
  font-style: italic;
}

.aspect-1x1 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.styles-aspects {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-aspect {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.aspect-16x9 {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.aspect-4x3 {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.aspect-4x5 {
  width: 100%;
  height: 0;
  padding-top: 124.99%;
  position: relative;
  overflow: hidden;
}

.image-cover {
  object-fit: cover;
  width: 100%;
}

.hidden {
  display: none;
}

.tag {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 6px;
  flex: 0 auto;
  padding: .5rem .6rem;
  font-size: .8rem;
  display: inline-block;
}

.tag.secondary {
  background-color: var(--secondary);
}

.tag.styles-borderbox-tag {
  background-color: #2b9ff1;
}

.styles-tags {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.input-checkbox {
  margin-bottom: 5px;
}

.input-checkbox-check, .input-radio-radio {
  border: 1px solid #cbd5e1e6;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.input-label-check, .input-label-radio {
  font-weight: 700;
}

.input-select {
  background-color: var(--white);
  border: 1px solid #cbd5e1e6;
  border-radius: 6px;
  height: 44px;
  margin-bottom: 0;
  padding: .75rem .9rem;
  font-size: .9rem;
}

.input-select:focus {
  border-color: var(--bg-slate-400);
}

.card {
  border-radius: 6px;
  width: 100%;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.col2 {
  grid-template-columns: 1fr 1fr;
}

.grid.col3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.col4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-120 {
  margin-top: 120px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-90, .pb-120 {
  padding-bottom: 90px;
}

.p-5 {
  padding: 5px;
}

.faq-item-title {
  margin-bottom: 0;
}

.text-underline {
  text-decoration: underline;
}

.dropdown-link {
  color: #222;
}

.dropdown-link.w--current, .dropdown-link.w--current:hover {
  color: #62489d;
}

.nav-wrapper {
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 9000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding: 15px 0;
  display: flex;
}

.nav-link {
  color: #222;
  font-weight: 600;
  transition: all .2s;
}

.nav-link:hover {
  opacity: .8;
}

.nav-link.w--current {
  color: #222;
}

.nav-menu {
  font-weight: 600;
}

.nav-brand {
  width: 220px;
  margin-right: 20px;
  padding-left: 0;
}

.nav-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  min-width: 180px;
  box-shadow: 1px 1px 5px #0003;
}

.nav-dropdown-toggle:hover {
  color: var(--link-hover);
}

.styles-borderbox {
  border: 1px solid #2b9ff1;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.aspect-3x4 {
  width: 100%;
  height: 0;
  padding-top: 133.33%;
  position: relative;
  overflow: hidden;
}

.link-arrow-icon {
  width: 24px;
  height: 24px;
}

.link-arrow-inner-wrapper {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.home-links-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.logo-image {
  width: 100%;
}

.logo-wrapper {
  width: 100%;
  margin-bottom: 60px;
}

.heading, .heading-copy {
  float: none;
}

.text-medium {
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .dropdown-link {
    color: #222;
    font-size: 16px;
    transition: all .2s;
  }

  .dropdown-link:hover {
    color: #62489d;
  }

  .nav-link {
    transition: all .2s;
  }

  .nav-link:hover {
    opacity: .8;
  }

  .nav-dropdown-toggle {
    transition: all .2s;
  }

  .nav-dropdown-toggle:hover {
    opacity: .8;
  }
}

@media screen and (min-width: 1440px) {
  .button:hover {
    color: #fff;
  }

  .dropdown-link.w--current {
    color: #222;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.4rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .section, .container-medium.nav {
    padding-left: 50px;
    padding-right: 50px;
  }

  .h1 {
    font-size: 3.4rem;
  }

  .h2 {
    font-size: 1.8rem;
  }

  .grid.col4 {
    grid-template-columns: 1fr;
  }

  .dropdown-link {
    color: #62489d;
  }

  .nav-menu-button {
    color: var(--black);
    margin-left: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu-button.w--open {
    color: var(--black);
    background-color: #0000;
  }

  .nav-link {
    color: var(--black);
  }

  .nav-link:hover {
    color: var(--link-hover);
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #fff9;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    color: #fff;
    background-color: #0000;
    border-style: none;
    width: 100%;
    min-width: auto;
    padding-left: 20px;
    display: block;
    position: static;
  }

  .nav-dropdown {
    display: block;
  }

  .nav-dropdown-toggle {
    color: var(--black);
    display: block;
  }

  .logo-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  .section, .container-medium.nav {
    padding-left: 35px;
    padding-right: 35px;
  }

  .h1 {
    font-size: 3rem;
  }

  .h2 {
    font-size: 1.7rem;
  }

  .heading-medium {
    font-size: 1.4rem;
  }

  .faq-item-content {
    margin-right: 0;
  }

  .grid.col2, .grid.col3, .grid.col4 {
    grid-template-columns: 1fr;
  }

  .nav-menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    color: #62489d;
  }

  .nav-menu {
    background-color: #fff;
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav-brand {
    margin-right: 0;
  }

  .logo-wrapper {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2rem;
  }

  .section, .container-medium.nav {
    padding-left: 25px;
    padding-right: 25px;
  }

  .h1 {
    font-size: 2.8rem;
  }

  .h2 {
    font-size: 2rem;
  }

  .nav-menu-button {
    margin-left: 0;
  }

  .nav-link {
    color: #62489d;
  }

  .nav-menu {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-brand {
    width: 180px;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-dropdown-toggle {
    color: #62489d;
  }

  .logo-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_67a9d144-268e-140a-25d6-b3537dc0e992-97822841, #w-node-bd5d8e95-960e-32ce-5380-7973b6be1b2c-97822841, #w-node-_521af9c4-205a-e41b-7e2f-df7198756906-97822841, #w-node-_8d402e02-6c68-b33a-198a-e916c4756c23-97822841, #w-node-_8d402e02-6c68-b33a-198a-e916c4756c24-97822841, #w-node-_81c45e66-1161-16e7-f396-6574608b81fb-97822841, #w-node-_81c45e66-1161-16e7-f396-6574608b81fc-97822841, #w-node-ac5253fa-187c-c695-f6a6-afe9e1140058-97822841, #w-node-ac5253fa-187c-c695-f6a6-afe9e1140059-97822841, #w-node-ac5253fa-187c-c695-f6a6-afe9e114005b-97822841, #w-node-ac5253fa-187c-c695-f6a6-afe9e114005c-97822841, #w-node-_2bb28d6f-590e-5e90-9980-6970797b67f7-97822841, #w-node-_2bb28d6f-590e-5e90-9980-6970797b67f8-97822841, #w-node-b215fbe1-284f-0e57-fd33-9b49ec802337-97822841, #w-node-b215fbe1-284f-0e57-fd33-9b49ec802338-97822841, #w-node-b215fbe1-284f-0e57-fd33-9b49ec80233a-97822841, #w-node-b215fbe1-284f-0e57-fd33-9b49ec80233b-97822841, #w-node-b215fbe1-284f-0e57-fd33-9b49ec80233d-97822841, #w-node-b215fbe1-284f-0e57-fd33-9b49ec80233e-97822841, #w-node-af39acfa-3908-1c8a-80ce-13863344c750-97822841, #w-node-af39acfa-3908-1c8a-80ce-13863344c751-97822841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


