@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: General Sans;
  src: url('../fonts/GeneralSans-Semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --base60: ;
  --war10: #fffaeb;
  --base50: #1c2431;
  --prim: #165ff2;
  --base10: white;
  --base30: #eeeff2;
  --base40: #6b7280;
  --base20: #f6f7f8;
  --prim10: #f2f5fd;
  --suc10: #effef6;
  --suc20: #b8fad7;
  --suc30: #1ad275;
  --war20: #fedf89;
  --war30: #fdb022;
  --err10: #fef3f2;
  --err20: #fdaaa4;
  --err30: #f04438;
}

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

.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;
}

body {
  color: var(--base60);
  letter-spacing: -.011em;
  font-family: General Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 1.1;
}

h3 {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.021em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.2;
}

h5 {
  letter-spacing: -.019em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.3;
}

h6 {
  letter-spacing: -.011em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
}

a {
  transition: all .4s;
}

ul, ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .25rem;
}

blockquote {
  border-left: .125rem solid var(--base60);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
}

.nf_hero_nav-wrapper {
  z-index: 99;
  color: #0c111c;
  background-color: #faf9f7fa;
  border-bottom: 1px solid #e9ebec;
  width: 100%;
  padding: 1rem 1.5rem;
  font-family: General Sans, sans-serif;
  position: sticky;
  top: 0;
}

.nf_hero_nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nf_hero_copy {
  font-size: 1rem;
}

.nf_menu_section {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.nf_styles_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 11.5rem 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 0;
  display: grid;
}

.nf_menu_section-item {
  margin-bottom: .5rem;
  padding-left: 0;
  font-size: .95rem;
}

.nf_menu_section-link {
  background-color: #0000;
  border-radius: .25rem;
  width: 100%;
  padding: .125rem .25rem;
  display: inline-block;
}

.nf_menu_section-link:hover {
  background-color: #0c111c05;
}

.nf_styles_aside {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 85vh;
  display: flex;
  position: sticky;
  top: 5rem;
}

.nf_styles_main {
  color: #0c111c;
  background-color: #faf9f7;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: General Sans, sans-serif;
}

.nf_styles_all {
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
}

.nf_menu_section-title {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #165ff2;
  background-color: #f2f6ff;
  border-radius: .25rem;
  align-items: center;
  padding: .25rem .125px .25rem .125rem;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.nf_menu_section-title.orange {
  color: #ff6224;
  background-color: #fff3eb;
}

.nf_menu_section-title.purple {
  color: #ab88fd;
  background-color: #f6f2ff;
}

.nf_menu_section-title.green {
  color: #00c74e;
  background-color: #eefae9;
}

.nf_menu_section-title.pink {
  color: #f83b6f;
  background-color: #fff0f3;
}

.nf_menu_icon {
  border-radius: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: .125rem;
  display: flex;
}

.nf_body_start {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-bottom: 1px dashed #ebeae8;
  flex-direction: column;
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.nf_body_start-heading {
  font-size: 2.5rem;
  font-weight: 600;
}

.nf_alert {
  background-color: var(--war10);
  color: #db6704;
  border: 1.2px solid #fec74b;
  border-radius: .75rem;
  padding: .75rem .5rem;
  font-weight: 400;
}

.nf_alert_text {
  font-size: 1rem;
}

.nf_alert_link {
  text-decoration: underline;
}

.c--form-check-label {
  margin-bottom: 0;
}

.c--form-label {
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.c--text-x4 {
  letter-spacing: -.017em;
  font-size: 1.25rem;
  line-height: 1.4;
}

.c--form-radio-label {
  margin-bottom: 0;
}

.c--text-x9 {
  letter-spacing: -.022em;
  font-size: 4.5rem;
  line-height: 1;
}

.c--form-radio-icon {
  border: .6px solid var(--base50);
  outline-offset: 0px;
  cursor: pointer;
  border-radius: 100px;
  outline: 0 solid #fecdd1;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
  transition: all .4s;
}

.c--form-radio-icon:hover {
  border-color: var(--base60);
  box-shadow: 0 1px 4px 1px #00030a14;
}

.c--form-radio-icon.w--redirected-checked {
  border-width: 5px;
  border-color: var(--prim);
  background-color: var(--base10);
  background-image: none;
}

.c--form-radio-icon.w--redirected-focus {
  border-color: var(--base60);
  outline-width: 2px;
  margin-top: 0;
  box-shadow: 0 1px 4px 1px #00030a1f;
}

.c--form-radio-icon.w--redirected-focus-visible {
  outline-width: 2px;
  box-shadow: 0 1px 4px 1px #00030a1f;
}

.c--text-x7 {
  letter-spacing: -.022em;
  font-size: 2.5rem;
  line-height: 1.2;
}

.nf_class_sample {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: flex-start;
  display: flex;
}

.c--text-x6 {
  letter-spacing: -.021em;
  font-size: 2rem;
  line-height: 1.2;
}

.c--text-x1 {
  letter-spacing: -.006em;
  font-size: .875rem;
  line-height: 1.5;
}

.c--text-x2 {
  letter-spacing: -.011em;
  font-size: 1rem;
  line-height: 1.5;
}

.c--form-check {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.c--text-x0 {
  letter-spacing: 0;
  font-size: .75rem;
  line-height: 1.5;
}

.c--form-check-icon {
  border: .6px solid var(--base50);
  outline-offset: 0px;
  cursor: pointer;
  border-radius: .25rem;
  outline: 0 solid #fecdd1;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .4s;
}

.c--form-check-icon:hover {
  border-color: var(--base60);
  box-shadow: 0 1px .5rem .25rem #00030a14;
}

.c--form-check-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--prim);
  background-color: var(--prim);
  box-shadow: none;
  background-image: url('../images/icon-check.svg');
  background-size: contain;
}

.c--form-check-icon.w--redirected-focus {
  border-color: var(--base60);
  outline-width: 2px;
  box-shadow: 0 1px 4px 1px #00030a1f;
}

.c--form-check-icon.w--redirected-focus-visible {
  outline-width: 2px;
  box-shadow: 0 1px 4px 1px #00030a14;
}

.c--text-x5 {
  letter-spacing: -.019em;
  font-size: 1.5rem;
  line-height: 1.3;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1.5px solid var(--prim);
  background-color: var(--prim);
  color: #fff;
  letter-spacing: -.014em;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .4s;
  display: flex;
}

.button:hover {
  box-shadow: 0 0 .5rem .25rem #00000014;
}

.button:active {
  box-shadow: none;
}

.button.secondary {
  border-width: 1.5px;
  border-color: var(--base50);
  color: var(--base50);
  background-color: #0000;
}

.button.tertiary {
  color: var(--base50);
  letter-spacing: -.011em;
  background-color: #0000;
  border-style: none;
  height: 1.75rem;
  padding-left: .25rem;
  padding-right: .25rem;
  font-size: 1rem;
}

.button.tertiary:hover {
  box-shadow: none;
}

.button.tertiary.size-small {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  letter-spacing: -.006em;
  height: 1.5rem;
  font-size: .875rem;
}

.button.size-small {
  letter-spacing: -.011em;
  border-radius: .5rem;
  height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .875rem;
}

.nf_placeholder_form {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.nf_placeholder_color {
  border-radius: .25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  min-height: 2.5rem;
  font-size: .85rem;
  font-weight: 500;
  display: grid;
  position: relative;
  overflow: hidden;
}

.nf_class_group-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s;
  display: flex;
}

.nf_class_group-description {
  color: #6b7280;
  font-size: .85rem;
  font-weight: 400;
}

.nf_class_group {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  display: flex;
}

.nf_class_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column wrap;
  align-content: flex-start;
  width: 100%;
  padding: .75rem 0;
  display: flex;
}

.nf_class_list.grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nf_class_list.horizontal {
  flex-direction: row;
  align-items: center;
}

.nf_class_list.block {
  display: block;
}

.c--text-x3 {
  letter-spacing: -.014em;
  font-size: 1.125rem;
  line-height: 1.4;
}

.c--text-x8 {
  letter-spacing: -.022em;
  font-size: 3.5rem;
  line-height: 1.1;
}

.c--form-input {
  border: 1px solid var(--base30);
  outline-offset: 0px;
  background-color: #0000;
  border-radius: .5rem;
  outline: 0 solid #fecdd1;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: .75rem;
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  transition: all .4s;
}

.c--form-input:hover {
  border-color: #9ca3af;
  box-shadow: 0 0 .5rem .125rem #0000000d;
}

.c--form-input:active {
  box-shadow: none;
  border-color: #6b7280;
}

.c--form-input:focus {
  border-color: var(--base40);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.c--form-input::placeholder {
  color: #d1d5db;
}

.c--form-input.area {
  min-height: 7.5rem;
}

.c--form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.nf_class_group-title {
  border-bottom: 1px dashed #ebeae8;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.nf_body_text_heading-wrap {
  padding-top: 4.5rem;
  padding-bottom: .5rem;
}

.nf_body_text_heading {
  background-color: #0c111c03;
  border-radius: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.nf_body_text_subheading {
  background-color: #0c111c0a;
  border-radius: .25rem;
  padding-top: .125rem;
  padding-bottom: .125rem;
  padding-left: .125rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.nf_body_text_subheading-tag {
  opacity: 0;
  color: #bbbfc4;
  transition-duration: .3s;
}

.container {
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  width: 90%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.container-m {
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  width: 90%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

.container-s {
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  width: 90%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.col-grid {
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.col-d-8 {
  flex: 0 66.666%;
  max-width: 66.666%;
  padding-left: .75rem;
  padding-right: .75rem;
}

.col-d-7 {
  flex: 0 58.333%;
  max-width: 58.333%;
  padding-left: .75rem;
  padding-right: .75rem;
}

.col-d-5 {
  flex: 0 41.666%;
  max-width: 41.666%;
  padding-left: .75rem;
  padding-right: .75rem;
}

.col-d-6 {
  flex: 0 50%;
  max-width: 50%;
  padding-left: .75rem;
  padding-right: .75rem;
}

.col-d-2 {
  flex: 0 16.666%;
  max-width: 16.666%;
  padding-left: .75rem;
  padding-right: .75rem;
}

.col-d-4 {
  flex: 0 33.333%;
  max-width: 33.333%;
  padding-left: .75rem;
  padding-right: .75rem;
}

.col-d-11 {
  flex: 0 91.66%;
  max-width: 91.666%;
  padding-left: .75rem;
  padding-right: .75rem;
}

.col-d-10 {
  flex: 0 83.3333%;
  max-width: 83.333%;
  padding-left: .75rem;
  padding-right: .75rem;
}

.nf_placeholder_column {
  text-align: center;
  border: 1px dashed #ebeae8;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .7rem;
  display: flex;
}

.col-d-1 {
  flex: 0 8.33%;
  max-width: 8.33%;
  padding-left: .75rem;
  padding-right: .75rem;
}

.col-d-3 {
  flex: 0 25%;
  max-width: 25%;
  padding-left: .75rem;
  padding-right: .75rem;
}

.col-d-12 {
  flex: 0 100%;
  max-width: 100%;
  padding-left: .75rem;
  padding-right: .75rem;
}

.col-d-9 {
  flex: 0 75%;
  max-width: 75%;
  padding-left: .75rem;
  padding-right: .75rem;
}

.s--v-0 {
  grid-row-gap: 0rem;
  flex-direction: column;
  display: flex;
}

.s--v-4 {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.s--v-8 {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.s--v-12 {
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.s--v-20 {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.s--v-24 {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.s--v-32 {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.s--v-16 {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.s--v-80 {
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.s--v-40 {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.s--v-120 {
  grid-row-gap: 7.5rem;
  flex-direction: column;
  display: flex;
}

.s--h-0 {
  grid-column-gap: 0rem;
  display: flex;
}

.s--h-8 {
  grid-column-gap: .5rem;
  display: flex;
}

.s--h-4 {
  grid-column-gap: .25rem;
  display: flex;
}

.s--h-12 {
  grid-column-gap: .75rem;
  display: flex;
}

.s--h-16 {
  grid-column-gap: 1rem;
  display: flex;
}

.s--h-20 {
  grid-column-gap: 1.25rem;
  display: flex;
}

.s--h-24 {
  grid-column-gap: 1.5rem;
  display: flex;
}

.s--h-32 {
  grid-column-gap: 2rem;
  display: flex;
}

.s--h-40 {
  grid-column-gap: 2.5rem;
  display: flex;
}

.nf_placeholder_space-label {
  border: 1px solid #e0dfde;
  align-items: center;
  margin: .45rem;
  padding: .2rem;
  font-size: .75rem;
  font-weight: 500;
}

.nf_placeholder_space-wrapper {
  border: 1px dashed #ebeae8;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.s--p-8 {
  padding: .5rem;
}

.s--p-0 {
  padding: 0;
}

.s--p-4 {
  padding: .25rem;
}

.s--p-12 {
  padding: .75rem;
}

.s--p-16 {
  padding: 1rem;
}

.s--p-20 {
  padding: 1.25rem;
}

.s--p-24 {
  padding: 1.5rem;
}

.s--p-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.s--p-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.s--p-vertical {
  padding-left: 0;
  padding-right: 0;
}

.s--p-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.s--p-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.s--p-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

.b--icon-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1rem;
  display: flex;
}

.b--icon-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1.25rem;
  display: flex;
}

.b--icon-24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  display: flex;
}

.b--icon-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
}

.b--icon-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: .75rem;
  display: flex;
}

.b--icon-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  display: flex;
}

.b--icon-12x12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.b--icon-16x16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.b--icon-20x20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.b--icon-24x24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.b--icon-32x32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.b--icon-40x40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.b--icon-xs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: .5em;
  display: flex;
}

.b--icon-s {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: .85em;
  display: flex;
}

.b--icon-m {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1em;
  display: flex;
}

.b--icon-l {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1.25em;
  display: flex;
}

.b--icon-xl {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  display: flex;
}

.b--icon-xs-xs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .5em;
  height: .5em;
  display: flex;
}

.b--icon-s-s {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .85em;
  height: .85em;
  display: flex;
}

.b--icon-m-m {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.b--icon-l-l {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  height: 1.25em;
  display: flex;
}

.b--icon-xl-xl {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.b--text-color-base60 {
  color: var(--base60);
}

.b--text-color-prim {
  color: var(--prim);
}

.b--text-weight-light {
  font-weight: 300;
}

.b--text-weight-normal {
  font-weight: 400;
}

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

.b--text-weight-semibold {
  font-weight: 600;
}

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

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

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

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

.b--flex-direction-v {
  flex-direction: column;
  display: flex;
}

.b--flex-direction-h {
  flex-direction: row;
  display: flex;
}

.b--flex-align-start {
  align-items: flex-start;
  display: flex;
}

.b--flex-align-center {
  align-items: center;
  display: flex;
}

.b--flex-align-end {
  align-items: flex-end;
  display: flex;
}

.b--flex-align-stretch {
  align-items: stretch;
  display: flex;
}

.b--flex-justify-start {
  justify-content: flex-start;
  display: flex;
}

.b--flex-justify-center {
  justify-content: center;
  display: flex;
}

.b--flex-justify-end {
  justify-content: flex-end;
  display: flex;
}

.b--justify-between {
  justify-content: space-between;
  display: flex;
}

.b--flex-justify-around {
  justify-content: space-around;
  display: flex;
}

.b--overflow-hidden {
  overflow: hidden;
}

.b--hide {
  display: none;
}

.s--v-60 {
  grid-row-gap: 3.75rem;
  flex-direction: column;
  display: flex;
}

.nf_body_text_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: 2rem;
  display: flex;
}

.nf_body_cta_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #165ff2;
  background-color: #f2f5fd;
  border: 1px solid #c2dfff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.nf_body_cta_link.figma {
  color: #a259ff;
  background-color: #f6f0ff;
  border-color: #e2ccff;
}

.nf_body_cta_link.disabled {
  color: #d7d9db;
  cursor: not-allowed;
  background-color: #f4f4f4;
  border-color: #d7d9db;
}

.nf_body_cta_link.docs {
  background-color: var(--base30);
  color: var(--base60);
  border-color: #d1d5db;
}

.nf_body_cta_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: 1rem;
  display: flex;
}

.nf_version {
  color: #4b5563;
  font-size: 1rem;
  font-weight: 500;
}

.nf_placeholder_container {
  text-align: center;
  border: 1px dashed #ebeae8;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-width: 5rem;
  min-height: 4rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-weight: 500;
  display: flex;
}

.utility-page_wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-page_img {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.utility-page_form-fields {
  text-align: left;
}

.nf_placeholder_text {
  position: absolute;
  bottom: .5rem;
  left: .5rem;
}

.nf_placeholder_text.white {
  color: var(--base10);
}

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

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

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

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

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

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

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

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

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

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

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

.b--text-color-base10 {
  color: var(--base10);
}

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

.nf_menu_section-title-text {
  font-size: 1rem;
}

.nf_body_list {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.modal-close_btn {
  z-index: 10;
  padding: .5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: .5rem .5rem auto auto;
}

.modal-close_btn:hover {
  color: #9ca3af;
}

.hero_heading {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  max-width: 90vw;
  padding-bottom: 2rem;
  font-size: 7.5vw;
  font-weight: 600;
  line-height: 1.1;
}

.cta_heading {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  max-width: 48ch;
  font-size: 1.25rem;
  font-weight: 500;
}

.modal-close_area {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
}

.hero_top {
  z-index: 0;
  border-bottom: 4px solid var(--base60);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero_top-sticky {
  z-index: 99;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: var(--base10);
  background-color: #ffffff03;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  display: flex;
  position: fixed;
  top: 0;
}

.hero_mid {
  z-index: 2;
  color: #000;
  -webkit-text-stroke-width: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vmin;
  padding-top: 2rem;
  display: flex;
}

.section_hero {
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-direction: column;
  align-items: center;
  height: 100vmin;
  padding-top: 100vh;
  display: flex;
  overflow: hidden;
}

.hero_island {
  z-index: 1;
  width: 100vw;
  max-width: none;
  height: auto;
  display: flex;
  position: absolute;
  top: 100vh;
  transform: translate(0, -100%);
}

.hero_logo-text {
  color: var(--base50);
  align-items: center;
  width: 10rem;
  font-weight: 400;
  display: flex;
  position: absolute;
}

.hero_heading-span {
  font-size: 6vw;
  font-style: italic;
}

.expert_help {
  background-color: #faf8f2;
  border: .75px solid #dbdad4;
  border-radius: 4px;
  flex-flow: column;
  width: 24rem;
  display: flex;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  overflow: hidden;
}

.expert_help-title {
  color: #1c2431;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.expert_help-link {
  color: #fff;
  background-color: #165ff2;
  width: 100%;
  padding: .75rem 1rem .65rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.hide {
  display: none;
}

.bold-text {
  -webkit-text-stroke-color: #000;
  font-size: 1.5rem;
  line-height: 1.1;
}

.swiper-slide {
  z-index: 0;
  flex: none;
  transition: transform .3s;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.slider-text {
  opacity: 0;
  color: #000;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.1;
  transition: opacity .3s;
}

.swiper-button-next {
  z-index: 1;
  color: #0b0c0b;
  cursor: pointer;
  background-color: #f8ffe9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1% 50% auto;
}

.swiper-button-next:hover, .swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  background-color: #affb42;
}

.size-cover {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-banner {
  isolation: isolate;
  background-color: #0a0c0a;
  position: relative;
}

.swiper-button-prev {
  z-index: 1;
  color: #0b0c0b;
  cursor: pointer;
  background-color: #f8ffe9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 50% -1%;
}

.swiper-button-prev:hover, .swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  background-color: #affb42;
}

.page-style {
  display: none;
}

.page-wrapper {
  overflow: hidden;
}

.slider_slider-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-custom-style {
  display: none;
}

.swrper_component {
  position: relative;
}

.swiper-pagination {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%);
}

.slider-image {
  opacity: .2;
  border-radius: 1.5rem;
  transition: opacity .5s;
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.navbar {
  background-color: #0000;
  padding-top: 1.4375rem;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: 0% 0% auto;
}

.swiper-wrapper {
  display: flex;
}

.slider-titles_component {
  height: 100%;
  position: relative;
}

.slider-gallery_button {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.13em;
  height: 4.13em;
  transition: background-color .2s, color .2s;
  display: flex;
}

.slider-gallery_button:hover {
  color: #000;
  background-color: #fff;
}

.slider-gallery_component {
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.slider-thumbs_wrapper {
  width: 25%;
}

.slider-bg_component {
  opacity: .8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper-slide-2.is-slider-titles {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 4%;
  display: flex;
}

.swiper-slide-2.is-slider-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide-2.is-slider-thumbs {
  flex: none;
  width: 100%;
  padding-right: .5em;
}

.slider-gallery_button-icon {
  width: 40%;
  height: 40%;
}

.slider-gallery_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.swiper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.swiper.is-slider-thumbs {
  width: 100%;
  overflow: visible;
}

.swiper.is-slider-titles {
  height: 100%;
  overflow: visible;
}

.slider-gallery_bottom-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3em;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.slider-thumbs_component {
  width: 40%;
}

.slider-gallery_numbers {
  letter-spacing: .04em;
  font-size: 1.38em;
  line-height: 1;
}

.section {
  border-bottom: 1px solid #000;
  transition: background-color .4s;
}

.section.is-slider-gallery {
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.swiper-wrapper-2.is-slider-thumbs {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-wrapper-2.is-slider-titles {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.swiper-wrapper-2.is-slider-bg {
  width: 100%;
  height: 100%;
}

.slider-gallery_button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  width: 40%;
  display: flex;
}

.slider-thumbs_overflow {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .nf_styles_wrapper {
    padding-top: 2rem;
  }

  .nf_styles_aside {
    grid-row-gap: .25rem;
  }

  .nf_body_start {
    padding-top: 1.5rem;
  }

  .nf_class_group-wrapper, .nf_class_list {
    width: 100%;
  }

  .nf_class_list.grid {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .container, .container-m, .container-s, .col-grid {
    grid-row-gap: 1rem;
  }

  .col-d-8, .col-d-7, .col-d-5, .col-d-6, .col-d-2, .col-d-4, .col-d-11, .col-d-10 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .nf_placeholder_column {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .col-d-1, .col-d-3, .col-d-12, .col-d-9 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .col-t-8 {
    flex: 0 66.666%;
    max-width: 66.666%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .col-t-12 {
    flex: 0 100%;
    max-width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .col-t-1 {
    flex: 0 8.333%;
    max-width: 8.333%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .col-t-2 {
    flex: 0 16.666%;
    max-width: 16.666%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .col-t-9 {
    flex: 0 75%;
    max-width: 75%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .col-t-6 {
    flex: 0 50%;
    max-width: 50%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .col-t-5 {
    flex: 0 41.666%;
    max-width: 41.666%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .col-t-3 {
    flex: 0 25%;
    max-width: 25%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .col-t-11 {
    flex: 0 91.66%;
    max-width: 91.666%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .col-t-4 {
    flex: 0 33.333%;
    max-width: 33.333%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .col-t-10 {
    flex: 0 83.333%;
    max-width: 83.333%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .col-t-7 {
    flex: 0 58.333%;
    max-width: 58.333%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

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

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

  .b--hide-t {
    display: none;
  }

  .hero_heading {
    font-size: 4.5rem;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

  .navbar {
    padding-top: 0;
  }

  .slider-thumbs_component {
    width: 100%;
  }

  .slider-gallery_button-wrapper {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .nf_hero_nav-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nf_hero_copy {
    font-size: 1.125rem;
  }

  .nf_styles_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .nf_styles_aside {
    background-color: #f7f6f4;
    max-height: 14rem;
    padding: .5rem;
    position: static;
  }

  .nf_styles_main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nf_body_start {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .nf_class_list {
    width: 100%;
  }

  .container, .container-m, .container-s, .col-grid {
    grid-row-gap: .5rem;
  }

  .col-d-8, .col-d-7, .col-d-5, .col-d-6, .col-d-2, .col-d-4, .col-d-11, .col-d-10 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .nf_placeholder_column {
    padding-left: 0;
    padding-right: 0;
  }

  .col-d-1, .col-d-3, .col-d-12, .col-d-9, .col-t-8, .col-t-12, .col-t-1, .col-t-2, .col-t-9, .col-t-6, .col-t-5, .col-t-3, .col-t-11, .col-t-4, .col-t-10, .col-t-7 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-ml-6 {
    flex: 0 50%;
    max-width: 50%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-ml-3 {
    flex: 0 25%;
    max-width: 25%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-ml-8 {
    flex: 0 66.666%;
    max-width: 66.666%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-ml-4 {
    flex: 0 33.333%;
    max-width: 33.333%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-ml-10 {
    flex: 0 83.333%;
    max-width: 83.333%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-ml-12 {
    flex: 0 100%;
    max-width: 100%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-ml-11 {
    flex: 0 91.666%;
    max-width: 91.666%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-ml-7 {
    flex: 0 58.333%;
    max-width: 58.333%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-ml-5 {
    flex: 0 41.666%;
    max-width: 41.666%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-ml-1 {
    flex: 0 8.333%;
    max-width: 8.333%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-ml-2 {
    flex: 0 16.666%;
    max-width: 16.666%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-ml-9 {
    flex: 0 75%;
    max-width: 75%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .b--hide-ml {
    display: none;
  }

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

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

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

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .hero_heading {
    padding-bottom: 2rem;
    font-size: 3.5rem;
  }

  .cta_heading {
    font-size: 2.25rem;
  }

  .hero_mid {
    height: auto;
    padding-top: 15vh;
    padding-bottom: 10vh;
  }

  .section_hero {
    height: auto;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -2%;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-spacing.project {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-thumbs_wrapper {
    width: 33.3333%;
  }
}

@media screen and (max-width: 479px) {
  .nf_hero_copy {
    font-size: 1rem;
  }

  .nf_styles_main {
    overflow: hidden;
  }

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

  .col-m-9 {
    flex: 0 75%;
    max-width: 75%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-m-3 {
    flex: 0 25%;
    max-width: 25%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-m-4 {
    flex: 0 33.333%;
    max-width: 33.333%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-m-1 {
    flex: 0 8.333%;
    max-width: 8.333%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-m-12 {
    flex: 0 100%;
    max-width: 100%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-m-10 {
    flex: 0 83.333%;
    max-width: 83.333%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-m-6 {
    flex: 0 50%;
    max-width: 50%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-m-5 {
    flex: 0 41.666%;
    max-width: 41.666%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-m-2 {
    flex: 0 16.666%;
    max-width: 16.666%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-m-11 {
    flex: 0 91.666%;
    max-width: 91.666%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-m-8 {
    flex: 0 66.666%;
    max-width: 66.666%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .col-m-7 {
    flex: 0 58.333%;
    max-width: 58.333%;
    padding-left: .25rem;
    padding-right: .25rem;
  }

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

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

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

  .b--hide-m {
    display: none;
  }

  .hero_heading {
    font-size: 2.25rem;
  }

  .cta_heading {
    font-size: 1.5rem;
  }

  .expert_help {
    max-width: 90%;
  }

  .swiper-slide {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
  }

  .slider-image {
    height: 350px;
  }
}

#w-node-_51dce4a6-ba9e-217f-4820-b9cc14d3274f-34cbd6df {
  align-self: center;
}

#w-node-_110ce21e-3414-852e-2554-5a1e20ea32a4-34cbd6df, #w-node-_110ce21e-3414-852e-2554-5a1e20ea32a8-34cbd6df, #w-node-_110ce21e-3414-852e-2554-5a1e20ea32ac-34cbd6df, #w-node-_110ce21e-3414-852e-2554-5a1e20ea32b0-34cbd6df, #w-node-cf2bd130-f0aa-1925-abda-4e944de1eddf-34cbd6df, #w-node-cf2bd130-f0aa-1925-abda-4e944de1ede3-34cbd6df, #w-node-cf2bd130-f0aa-1925-abda-4e944de1ede7-34cbd6df, #w-node-_46155cef-eb49-9767-0c41-36d760cfa9f5-34cbd6df, #w-node-cf2bd130-f0aa-1925-abda-4e944de1edeb-34cbd6df {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (max-width: 767px) {
  #w-node-_1989b0eb-baed-08e4-7af2-079dafd29d51-34cbd6df {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}