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

@font-face {
  font-family: Maison Neue Mono;
  src: url('../fonts/MaisonNeueMono-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Now Display;
  src: url('../fonts/HelveticaNowDispMed.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange-body: #fcf3ea;
  --base60: #0d1018;
  --base10: white;
  --base20: #f6f7f8;
  --base30: #eeeff2;
  --base40: #6b7280;
  --base50: #1c2431;
  --orange-main: #e9641b;
}

.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 {
  background-color: var(--orange-body);
  color: var(--base60);
  letter-spacing: -.011em;
  font-family: Helvetica Now Display, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  letter-spacing: -.028em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}

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

h3 {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  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: 1.25rem;
}

a {
  text-decoration: none;
  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;
}

label {
  margin-bottom: 0;
  font-weight: 700;
}

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

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

.container.is--header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.is--relative {
  align-items: center;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  outline-offset: 0px;
  color: #0d1018cc;
  letter-spacing: -.014em;
  background-color: #0000;
  background-image: linear-gradient(#fff6, #fff9e966);
  border: 1.5px solid #f3620b;
  border-radius: 20rem;
  outline: 0 solid #fecdd1;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: 0 1.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .4s;
  display: flex;
}

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

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

.btn:focus {
  outline-width: 2px;
}

.btn.secondary {
  color: #0d1018cc;
  background-color: #0000;
  background-image: none;
  border-color: #0d101866;
}

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

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

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

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

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

.form-item {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.form-label {
  font-weight: 500;
}

.form-name_mark {
  color: #f04438;
  padding-left: .125rem;
}

.form-input {
  outline-offset: 0px;
  color: #709b9d;
  background-color: #0000;
  background-image: linear-gradient(#fff6, #fff0);
  border: 1.75px solid #709b9d;
  border-radius: 20rem;
  outline: 0 solid #c2dfff;
  width: 100%;
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .5rem .5rem .5rem 1.5rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: all .4s;
}

.form-input:hover {
  box-shadow: 1px 0 .25rem .125rem #0000000d;
}

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

.form-input:focus {
  border-color: var(--base40);
  background-image: linear-gradient(#fff, #fff0);
  outline-width: 2.5px;
  outline-style: solid;
}

.form-input:focus-visible, .form-input[data-wf-focus-visible] {
  outline-width: 2.5px;
}

.form-input::placeholder {
  color: #719c9e;
  font-weight: 500;
}

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

.form-description {
  color: var(--base40);
  padding-top: .125rem;
  padding-left: .25rem;
  font-size: .75rem;
}

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

.form-check-icon {
  border: .6px solid var(--base50);
  outline-offset: 0px;
  cursor: pointer;
  border-radius: .25rem;
  outline: 0 solid #c2dfff;
  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;
}

.form-check-icon:hover {
  border-color: var(--orange-main);
  box-shadow: 0 1px .125rem .125rem #00030a14;
}

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

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

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

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

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

.form-radio-icon {
  border: .6px solid var(--base50);
  outline-offset: 0px;
  cursor: pointer;
  border-radius: 100px;
  outline: 0 solid #c2dfff;
  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;
}

.form-radio-icon:hover {
  border-color: var(--orange-main);
  box-shadow: 0 1px .125px .125px #00030a14;
}

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

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

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

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

.form-success {
  border: 1px solid var(--orange-main);
  background-color: var(--orange-body);
  color: var(--orange-main);
  border-radius: .25rem;
  font-weight: 500;
}

.form-error {
  color: #f04438;
  background-color: #fef3f2;
  border: 1.2px solid #fdaaa4;
  border-radius: .25rem;
  margin-top: .75rem;
  padding: .5rem;
  font-weight: 500;
}

.row {
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  align-items: stretch;
  margin-left: -.75rem;
  margin-right: -.75rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.col {
  flex: 1;
  padding-left: .75rem;
  padding-right: .75rem;
  display: block;
}

.col.d-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col.d-1 {
  flex: 0 0 8.33%;
  max-width: 8.33%;
}

.col.d-11 {
  flex: 0 0 91.67%;
  max-width: 91.67%;
}

.col.d-10 {
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}

.col.d-2 {
  flex: 0 0 16.666%;
  max-width: 16.666%;
}

.col.d-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col.d-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col.d-4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.col.d-8 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
}

.col.d-5 {
  flex: 0 0 41.666%;
  max-width: 41.666%;
}

.col.d-7 {
  flex: 0 0 58.333%;
  max-width: 58.333%;
}

.col.d-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.txt-light {
  font-weight: 300;
}

.txt-normal {
  font-weight: 400;
}

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

.txt-semibold {
  font-weight: 600;
}

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

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

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

.hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0;
}

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

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

.p-16 {
  padding: 1rem;
}

.p-20 {
  padding: 1.25rem;
}

.p-24 {
  padding: 1.5rem;
}

.p-32 {
  padding: 2rem;
}

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

.pt-8 {
  padding-top: .5rem;
}

.pt-16 {
  padding-top: 1rem;
}

.pt-32 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: .5rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pb-32 {
  padding-bottom: 2rem;
}

.flex-ver {
  flex-direction: column;
  display: flex;
}

.flex-hor {
  flex-direction: row;
  display: flex;
}

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

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

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

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

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

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

.justify-around {
  justify-content: space-around;
  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-img {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nf-version {
  color: #8b94a6;
  font-size: 1rem;
  font-weight: 500;
}

.nf-placeholder-container {
  text-align: center;
  background-color: #fffefc;
  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;
}

.nf-placeholder-text {
  position: absolute;
  bottom: .5rem;
  left: .5rem;
}

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

.nf-body-paragraph {
  color: #0c111c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.nf-form_example {
  width: 100%;
  max-width: 30rem;
}

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

.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-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-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-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.green {
  color: #00c74e;
  background-color: #eefae9;
}

.nf-menu-section_title.purple {
  color: #ab88fd;
  background-color: #f6f2ff;
}

.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: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 0;
  display: grid;
}

.nf-menu-section {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.nf-menu-section_title_text {
  font-size: 1rem;
}

.nf-menu-section_item {
  margin-bottom: .5rem;
  padding-left: 0;
  font-size: .95rem;
}

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

.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: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nf-hero-copy {
  font-size: 1rem;
}

.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;
  line-height: 1.5;
}

.nf-body-start_heading {
  font-size: 2.5rem;
  font-weight: 600;
}

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

.nf-alert {
  color: #165ff2;
  background-color: #f2f6ff;
  border: 1.2px solid #3484fd;
  border-radius: .5rem;
  padding: .75rem .5rem;
  font-weight: 400;
}

.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-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column wrap;
  align-content: flex-start;
  width: 100%;
  padding: .5rem 0 .75rem;
  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;
}

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

.nf-class-group_title {
  border-bottom: 1px dashed #d9d8d6;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.nf-body-text-heading_wrap {
  padding-top: 5rem;
}

.nf-body-text-heading {
  background-color: #0c111c03;
  border-radius: .5rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: .125rem;
  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: #959fb3;
  transition-duration: .3s;
}

.nf-body-text-subheading-tag.w--current {
  color: #adadad;
}

.nf-placeholder-column {
  text-align: center;
  background-color: #fffefc;
  border: 1px dashed #d9d8d6;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: .125rem;
  padding-left: .25rem;
  font-size: .873rem;
  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 {
  background-color: #fffefc;
  border: 1px dashed #ebeae8;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}

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

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

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

.sct-home_hero {
  text-align: center;
  padding-top: 10rem;
  overflow: hidden;
}

.home_hero-heading_span {
  background-image: url('../images/home_hero-heading-span.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: -1.25rem;
  padding: .25rem 1.5rem .5rem 1rem;
  display: inline-block;
  position: relative;
}

.home_hero-img_wrapper {
  justify-content: center;
  margin-top: -4rem;
  display: flex;
  position: relative;
}

.home_hero-img {
  width: 110vw;
  max-width: 100rem;
  height: auto;
  position: relative;
}

.sct-ecosystem {
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

.ecosystem-subheading {
  padding-top: .75rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.ecosystem-block {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 20vw;
  display: flex;
  position: relative;
}

.ecosystem-block_column {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.ecosystem-block_column.is--center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sct-perspective {
  background-color: #c4d1da66;
  background-image: url('../images/perspective-bg.svg');
  background-position: 125%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: .75rem .75rem 0 0;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
}

.perspective-heading {
  font-size: 4rem;
}

.sct-usp {
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.usp-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.usp-grid_item {
  background-color: var(--orange-main);
  color: var(--base10);
  padding: 2.5rem;
}

.usp-grid_item.is--02 {
  color: var(--base60);
  background-color: #d9e8e1;
}

.usp-grid_item.is--03 {
  background-color: #709b9d;
}

.usp-grid_item-heading {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  font-size: 4.5rem;
  display: flex;
}

.usp-grid_item-heading_span {
  font-family: Maison Neue Mono, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.usp-grid_item-img_wrapper {
  justify-content: center;
  width: 100%;
  padding-top: 3rem;
  display: flex;
}

.usp-grid_item-img {
  max-width: 85%;
  height: auto;
}

.sct-bridge {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.bridge-block {
  background-color: #5f8a8c;
  background-image: url('../images/bridge-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 1.25rem;
  padding-top: 5rem;
  padding-bottom: 35vw;
}

.bridge-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--base10);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bridge-lottie {
  width: auto;
  height: 3rem;
}

.sct-cta {
  background-color: #d9e8e1;
  background-image: url('../images/cta-bg.svg');
  background-position: 120%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.cta-eyebrow {
  text-transform: uppercase;
  font-family: Maison Neue Mono, sans-serif;
  font-weight: 400;
}

.cta-heading {
  font-size: 6.5rem;
}

.cta-form {
  align-items: center;
  max-width: 22.5rem;
  display: flex;
  position: relative;
}

.cta-form_button {
  background-color: #709b9d;
  background-image: url('../images/cta-form_arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  border-radius: 20rem;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  position: absolute;
  right: .5rem;
}

.footer_grid-social_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.site-footer_link {
  color: #fff3;
}

.site-footer_link:hover {
  color: #fffc;
}

.site-footer_link.w--current {
  color: #fff;
  font-weight: 500;
}

.site-footer {
  background-color: var(--base60);
  color: #fff;
  border-bottom: .5rem solid #7ab45f;
  font-weight: 500;
}

.footer_grid-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1rem;
  display: flex;
}

.site-footer_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.footer_grid-break {
  background-color: #ffffff1a;
  width: 100%;
  height: 100%;
}

.footer_grid-group-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 7rem;
  display: flex;
}

.footer_grid-copy {
  color: #fff3;
}

.footer_grid-social_icon {
  background-color: #fff0;
  border: 1px solid #fff6;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  display: flex;
}

.footer_grid-social_icon:hover {
  background-color: #ffffff1a;
}

.ecosystem-block_bg {
  z-index: -2;
  width: 110vw;
  max-width: 100rem;
  position: absolute;
}

.ecosystem-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.ecosystem-grid_center {
  background-color: var(--base60);
  color: var(--base10);
  border-radius: 200rem;
  justify-content: center;
  align-items: center;
  width: 20vw;
  max-width: 18rem;
  height: 20vw;
  max-height: 18rem;
  display: flex;
}

.ecosystem-shader {
  z-index: -1;
  background-image: linear-gradient(#fcf3ea 51% 82%, #fcf3ea66);
  height: 25rem;
  position: absolute;
  inset: 0% 0% auto;
}

.ecosystem-accordion {
  color: var(--base10);
  background-color: #eda179;
  border-radius: 1.5rem;
  max-width: 90%;
  padding: .75rem .75rem 2rem 1.5rem;
  box-shadow: 0 0 16px 4px #00000014;
}

.ecosystem-accordion.is--02 {
  background-color: #709b9d;
  align-self: flex-end;
}

.ecosystem-accordion.is--03 {
  background-color: #7ab45f;
}

.ecosystem-accordion.is--04 {
  background-color: #5791bb;
  align-self: flex-end;
}

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

.ecosystem-accordion_text {
  text-align: left;
  padding-top: 1rem;
}

.ecosystem-accordion_top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ecosystem-accordion_title {
  padding-top: .5rem;
  font-size: 2rem;
}

.ecosystem-grid_center-icon {
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 5rem;
  display: flex;
}

.ecosystem-accordion_button {
  cursor: pointer;
  transition: all .4s;
}

.ecosystem-accordion_soon {
  color: #ffffff4d;
  text-align: left;
  text-transform: uppercase;
  padding-top: .5rem;
  font-family: Maison Neue Mono, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.site--header {
  z-index: 9999;
  background-color: #0000;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

.header-brand {
  margin-right: auto;
}

.header-brand_img {
  width: auto;
  height: 2.25rem;
}

.header-menu {
  align-items: center;
  display: flex;
}

.header-nav_wrapper {
  z-index: 999;
  justify-content: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: auto 0% 2.5rem;
}

.header-nav {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  mix-blend-mode: luminosity;
  background-color: #f5dfc6e6;
  border: 1px solid #fff3;
  border-radius: 20rem;
  align-items: center;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  display: flex;
  overflow: hidden;
}

.header-nav_link {
  opacity: .7;
  background-image: url('../images/header-nav_icon.svg');
  background-position: -5px;
  background-repeat: no-repeat;
  background-size: 5px 5px;
  padding: 0 0 0 1.5rem;
}

.header-nav_link:hover {
  opacity: .85;
}

.header-nav_link.w--current {
  opacity: 1;
  color: var(--base60);
  background-position: 0;
}

.header-menu_button {
  display: none;
}

.home_hero-tooltip {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: pointer;
  background-color: #e1effa;
  border-radius: 2rem;
  flex-direction: column;
  align-items: center;
  max-width: 14rem;
  padding: .5rem 1rem .5rem .5rem;
  font-size: .875rem;
  display: flex;
  position: absolute;
  top: 8rem;
  left: 0;
}

.home_hero-tooltip-icon_wrapper {
  color: #c3dae5;
  background-color: #0d10184d;
  border-radius: 20rem;
  transition: all .4s;
}

.home_hero-tooltip-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.home_hero-tooltip_text {
  text-align: left;
  padding-left: .5rem;
  font-size: .75rem;
}

.home_hero-tooltip_text-span {
  color: #0d101866;
  padding-bottom: 1rem;
  padding-left: .5rem;
  display: inline-block;
}

.cookies-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.cookies-banner_trigger, .cookies-manager_trigger, .cookies-prefs_trigger {
  display: none;
}

.sct-lifts {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.lifts-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5rem;
  display: grid;
}

.lifts-grid_item {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  text-align: left;
  background-color: #7ab45f66;
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 3rem 2.5rem;
  font-size: 2rem;
  display: flex;
}

.lifts-grid_item.is--02 {
  background-color: #efdfce;
}

.lifts-grid_item.is--03 {
  background-color: #c4d1da;
  padding-top: 8rem;
}

.lifts-grid_item.is--04 {
  background-color: #eda179a6;
  padding-top: 8rem;
}

.lifts-grid_item.is--05 {
  background-color: #c4d1da66;
  padding-top: 8rem;
}

.lifts-grid_item-span {
  background-color: var(--base60);
  background-image: url('../images/lifts-icon_01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45% 45%;
  border-radius: 20rem;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
}

.lifts-grid_item-span.is--02 {
  background-image: url('../images/lifts-icon_02.svg');
}

.lifts-grid_item-span.is--03 {
  background-image: url('../images/lifts-icon_03.svg');
}

.lifts-grid_item-span.is--04 {
  background-image: url('../images/lifts-icon_04.svg');
}

.lifts-grid_item-span.is--05 {
  background-image: url('../images/lifts-icon_05.svg');
}

.sct-evolve {
  background-color: #d9e8e1;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.evolve_logo {
  width: auto;
  height: 2.5rem;
}

.evolve-heading_span {
  background-image: url('../images/evolve_hero-heading-span.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: .5rem;
  display: inline-block;
}

.evolve-img {
  z-index: 0;
  width: 75%;
  position: absolute;
  top: 0;
  right: 0;
}

.sct-experts {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 8rem;
  display: none;
}

.experts-suheading {
  max-width: 48ch;
}

.evolve-img_wrapper {
  width: 100%;
  max-width: 90rem;
  height: 100%;
  position: absolute;
}

.sct-how {
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 2rem;
}

.section-height {
  min-height: 400vh;
  position: relative;
}

.sticky-element {
  z-index: 2;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.track {
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
  transform: translate(0%);
}

.track-flex {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -100vw;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
}

.how-item {
  flex: none;
  max-width: 30rem;
}

.how-item_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3rem;
  display: grid;
}

.how-item_number {
  border-bottom: 1px solid var(--orange-main);
  color: var(--orange-main);
  padding-bottom: .25rem;
  font-size: 1.25rem;
}

.how-item_text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.how-item_video {
  border-radius: 1.5rem;
  width: 100%;
  height: auto;
}

.swiper {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.swiper.is-slider-main {
  overflow: hidden;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider-main_component {
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
  overflow: hidden;
}

.slider-main_buttons {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.slider-main_button {
  color: #576a77;
  text-align: center;
  cursor: pointer;
  background-color: #d9d9d9;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider-main_button:hover {
  background-color: #cfcfcf;
}

.slider-main_button.swiper-next {
  left: auto;
  right: 0;
}

.slider-main_button-icon {
  align-items: center;
  width: .875rem;
  height: .875rem;
  display: flex;
}

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

.swiper-slide {
  flex: none;
  width: 100%;
}

.swiper-slide.is-slider-main {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.experts-slider_item {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.experts-slider_img {
  border-radius: .5rem;
  width: 100%;
  height: auto;
}

.ecosystem-accordion_text-2 {
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}

.form-input-2 {
  outline-offset: 0px;
  color: #709b9d;
  background-color: #0000;
  background-image: linear-gradient(#fff6, #fff0);
  border: 1.75px solid #709b9d;
  border-radius: 20rem;
  outline: 0 solid #c2dfff;
  width: 100%;
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .5rem .5rem .5rem 1.5rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: all .4s;
}

.form-input-2:hover {
  box-shadow: 1px 0 .25rem .125rem #0000000d;
}

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

.form-input-2:focus {
  background-image: linear-gradient(#fff, #fff0);
  border-color: #6b7280;
  outline-width: 2.5px;
  outline-style: solid;
}

.form-input-2:focus-visible, .form-input-2[data-wf-focus-visible] {
  outline-width: 2.5px;
}

.form-input-2::placeholder {
  color: #719c9e;
  font-weight: 500;
}

.form-input-2.is--hidden {
  display: none;
}

.form-input-2.is--cta {
  color: #fff;
  background-image: none;
  border-color: #fff3;
  min-height: 3.5rem;
}

.form-input-2.is--cta:hover {
  border-color: #fff9;
}

.form-input-2.is--cta:focus {
  background-image: linear-gradient(#ffffff26, #fff0);
  outline-width: 0;
}

.form-input-2.is--cta:focus-visible, .form-input-2.is--cta[data-wf-focus-visible] {
  outline-offset: 1px;
  outline-width: 2px;
}

.form-input-2.is--cta::placeholder {
  color: #fff6;
}

.cta-img {
  width: 22.5rem;
  height: auto;
}

.cta_form-wrapper {
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
}

.sct-usp-2 {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.sct-perspective-2 {
  background-color: #c3dae566;
  background-image: url('../images/perspective-bg.svg');
  background-position: 125%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: .75rem .75rem 0 0;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
}

.bridge-content-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #0d1018;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.sct-bridge-2 {
  background-image: url('../images/bridge-bg_1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 15vw;
  padding-bottom: 38vw;
}

.cta-eyebrow-2 {
  text-transform: uppercase;
  font-family: Maison Neue Mono, sans-serif;
}

.form-error-2 {
  color: #f04438;
  background-color: #fef3f2;
  border: 1.2px solid #fdaaa4;
  border-radius: 2rem;
  margin-top: .75rem;
  padding: .5rem;
  font-weight: 500;
}

.form-success-2 {
  color: #7ab45f;
  background-color: #f7fff4;
  border: 1px solid #7ab45f;
  border-radius: 2rem;
  font-weight: 500;
}

.home_hero-img-2 {
  z-index: -1;
  width: 110vw;
  max-width: 100rem;
  height: auto;
  position: relative;
}

.home_hero-tooltip-2 {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: pointer;
  background-color: #e1effa;
  border-radius: 2rem;
  flex-direction: column;
  align-items: center;
  max-width: 16rem;
  padding: .75rem 1rem .75rem .5rem;
  font-size: 1rem;
  display: flex;
  position: absolute;
  top: 35vw;
  left: 0;
}

.home_hero-img_wrapper-2 {
  justify-content: center;
  margin-top: -5rem;
  display: flex;
  position: relative;
}

.sct-home_hero-2 {
  text-align: center;
  padding-top: 10rem;
  overflow: hidden;
}

.usp-grid_item-2 {
  color: #fff;
  background-color: #e9641b;
  padding: 2.5rem;
}

.usp-grid_item-2.is--03 {
  background-color: #709b9d;
}

.usp-grid_item-2.is--02 {
  color: #0d1018;
  background-color: #d9e8e1;
}

.bridge-block-2 {
  border-radius: 1.25rem;
}

.ecosystem-accordion-2 {
  color: #fff;
  background-color: #eda179;
  border-radius: 1.5rem;
  max-width: 90%;
  padding: .75rem .75rem 2rem 1.5rem;
  box-shadow: 0 0 16px 4px #00000014;
}

.ecosystem-accordion-2.is--04 {
  background-color: #5791bb;
  align-self: flex-end;
}

.ecosystem-accordion-2.is--03 {
  background-color: #7ab45f;
}

.ecosystem-accordion-2.is--02 {
  background-color: #709b9d;
  align-self: flex-end;
}

.home_hero-heading {
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.btn-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  outline-offset: 0px;
  color: #0d1018cc;
  letter-spacing: -.014em;
  background-color: #0000;
  background-image: linear-gradient(#fff6, #fff9e966);
  border: 1.5px solid #f3620b;
  border-radius: 20rem;
  outline: 0 solid #e9641b1a;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: 0 1.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .4s;
  display: flex;
}

.btn-2:hover {
  box-shadow: 0 0 .5rem .125rem #0000000a;
}

.btn-2:active {
  box-shadow: none;
}

.btn-2:focus {
  outline-width: 2px;
}

.btn-2.is--cta {
  background-color: #fff;
  background-image: url('../images/cta-button_icon.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto 1.25rem;
  border-color: #fff;
  height: 2rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
  font-size: .875rem;
  position: absolute;
  right: 1rem;
}

.sct-cta-2 {
  color: #fff;
  text-align: center;
  background-color: #0d1018;
  background-image: radial-gradient(circle closest-corner at 50% 150%, #e5d09c33, #0e1018);
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.cta_form {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  justify-content: center;
  display: flex;
  position: relative;
}

.ecosystem-grid_center-2 {
  color: #fff;
  background-color: #0d1018;
  border-radius: 200rem;
  justify-content: center;
  align-items: center;
  width: 20vw;
  max-width: 18rem;
  height: 20vw;
  max-height: 18rem;
  display: flex;
}

.cta-heading-2 {
  font-size: 6rem;
}

.ecosystem-accordion_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  font-size: 1.25rem;
  display: flex;
}

.ecosystem-accordion_link:hover {
  padding-left: .25rem;
}

.keep_scroling-home {
  display: none;
}

.home_hero-tooltip_text-2 {
  text-align: left;
  padding-left: .5rem;
  font-size: .875rem;
}

.footer_grid-hor_break-wrapper {
  justify-content: center;
  display: flex;
}

.site-footer-2 {
  color: #fff;
  background-color: #0d1018;
  border-top: 1px solid #ffffff1a;
  font-weight: 500;
}

.footer_grid-social_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: uppercase;
  border: 1px solid #ffffff1a;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-family: Maison Neue Mono, sans-serif;
  font-size: .75rem;
  display: flex;
}

.footer_grid-social_link:hover {
  border-color: #fff6;
}

.footer_grid-group-wrapper-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.footer_grid-group-wrapper-2.is--links {
  justify-content: center;
}

.footer_grid-social_text {
  flex: none;
}

.footer_grid-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.footer_grid-hor_break {
  background-color: #ffffff1a;
  flex: none;
  width: 100vw;
  height: 1px;
}

.site-footer_link-2 {
  color: #fff3;
}

.site-footer_link-2:hover {
  color: #fffc;
}

.site-footer_link-2.w--current {
  color: #fff;
  font-weight: 500;
}

.site-footer_grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1px 1fr 1px auto;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  padding-bottom: 2rem;
  display: grid;
}

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

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

  .col.t-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col.t-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
  }

  .col.t-11 {
    flex: 0 0 91.67%;
    max-width: 91.67%;
  }

  .col.t-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .col.t-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }

  .col.t-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col.t-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col.t-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .col.t-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }

  .col.t-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }

  .col.t-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }

  .col.t-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

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

  .hide-t {
    display: none;
  }

  .flex-ver-t {
    flex-direction: column;
    display: flex;
  }

  .flex-hor-t {
    flex-direction: row;
    display: flex;
  }

  .nf-styles-aside {
    grid-row-gap: .25rem;
  }

  .nf-styles-wrapper {
    padding-top: 2rem;
  }

  .nf-class-group_wrapper, .nf-class-list {
    width: 100%;
  }

  .nf-class-list.grid {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .nf-placeholder-column {
    flex-direction: column;
  }

  .sct-ecosystem {
    padding-top: 5rem;
  }

  .ecosystem-block {
    padding-top: 6rem;
  }

  .sct-perspective {
    background-position: 135%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .perspective-heading {
    font-size: 3.75rem;
  }

  .usp-grid_item-img {
    max-width: 95%;
  }

  .sct-bridge {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .bridge-block {
    padding-bottom: 40vw;
  }

  .sct-cta {
    background-position: 165%;
  }

  .ecosystem-shader {
    height: 18rem;
  }

  .ecosystem-accordion_text {
    font-size: 1.125rem;
  }

  .ecosystem-accordion_title {
    font-size: 1.75rem;
  }

  .sct-lifts {
    padding-bottom: 6rem;
  }

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

  .sct-evolve {
    min-height: auto;
    padding-top: 18rem;
    padding-bottom: 15rem;
  }

  .evolve-img {
    width: 70%;
  }

  .evolve-img_wrapper {
    top: 0;
  }

  .evolve-heading {
    max-width: 10ch;
  }

  .sct-how {
    padding-bottom: 1rem;
  }

  .track-flex {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .swiper-slide.is-slider-main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .ecosystem-accordion_text-2 {
    font-size: 1.125rem;
  }

  .sct-perspective-2 {
    background-position: 135%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sct-bridge-2 {
    padding-top: 8rem;
    padding-bottom: 20rem;
  }

  .cta-heading-2 {
    font-size: 6.5rem;
  }

  .footer_grid-social_link {
    font-size: 1rem;
  }

  .footer_grid-social_text {
    display: none;
  }
}

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

  .container {
    grid-row-gap: .5rem;
  }

  .container.is--header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    mix-blend-mode: luminosity;
    background-color: #ebe1d7fa;
    border-radius: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1rem;
    display: grid;
  }

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

  .btn.is--in_nav {
    text-transform: uppercase;
    background-image: linear-gradient(#ffffff40, #fff9e966);
    max-width: 14rem;
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: Maison Neue Mono, sans-serif;
    font-weight: 400;
  }

  .col {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .col.ml-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col.ml-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
  }

  .col.ml-11 {
    flex: 0 0 91.67%;
    max-width: 91.67%;
  }

  .col.ml-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .col.ml-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }

  .col.ml-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col.ml-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col.ml-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .col.ml-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }

  .col.ml-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }

  .col.ml-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }

  .col.ml-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

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

  .hide-ml {
    display: none;
  }

  .flex-ver-ml {
    flex-direction: column;
    display: flex;
  }

  .flex-hor-ml {
    flex-direction: row;
    display: flex;
  }

  .nf-form_example {
    flex: none;
  }

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

  .nf-styles-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .nf-hero-nav_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nf-hero-copy {
    font-size: 1.125rem;
  }

  .nf-styles-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nf-body-start {
    padding-bottom: 1.5rem;
  }

  .nf-class-list {
    width: 100%;
  }

  .sct-home_hero {
    padding-top: 8rem;
  }

  .home_hero-img_wrapper {
    margin-top: 0;
    padding-top: 1rem;
  }

  .home_hero-img {
    width: 100vw;
  }

  .sct-ecosystem {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .ecosystem-block {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .ecosystem-block_column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .sct-perspective {
    background-image: url('../images/perspective-bg_mobile.svg');
    background-position: 50% 100%;
    background-size: 100%;
    padding-top: 3rem;
    padding-bottom: 100vw;
  }

  .perspective-heading {
    font-size: 3rem;
  }

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

  .sct-bridge {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .bridge-block {
    padding-top: 3rem;
  }

  .bridge-lottie {
    height: 2.25rem;
  }

  .sct-cta {
    background-image: url('../images/cta-bg_mobile.svg');
    background-position: 100% 100%;
    background-size: 95%;
    padding-top: 5rem;
    padding-bottom: 85vw;
  }

  .cta-heading {
    font-size: 5rem;
  }

  .site-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .site-footer_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer_grid-break {
    display: none;
  }

  .footer_grid-group-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_grid-group-wrapper.is--links {
    display: none;
  }

  .ecosystem-block_bg {
    width: 200vw;
  }

  .ecosystem-grid {
    grid-template-columns: auto;
  }

  .ecosystem-grid_center {
    width: 32vw;
    height: 32vw;
  }

  .ecosystem-shader {
    height: 15rem;
  }

  .ecosystem-accordion {
    max-width: 100%;
    padding-bottom: 1.25rem;
  }

  .ecosystem-accordion_title {
    font-size: 2rem;
  }

  .site--header {
    z-index: 999;
    width: 100%;
    position: fixed;
  }

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

  .header-brand_img {
    height: 1.5rem;
  }

  .header-menu {
    z-index: 999;
    background-color: #0000;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: static;
    top: 4.5rem;
    overflow: hidden;
  }

  .header-nav_wrapper {
    justify-content: flex-start;
    position: static;
  }

  .header-nav {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-top: .5rem;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.5rem;
  }

  .header-nav_link {
    padding-left: 0;
    font-size: 2.5rem;
  }

  .header-nav_link.w--current {
    padding-left: 1rem;
  }

  .header-menu_button {
    background-color: #0000;
    padding: .5rem;
    display: block;
  }

  .header-menu_button.w--open {
    color: var(--base60);
    background-color: #0000;
  }

  .home_hero-tooltip {
    top: .5rem;
    left: auto;
    right: 0;
  }

  .lifts-grid_item {
    font-size: 1.75rem;
  }

  .lifts-grid_item.is--03, .lifts-grid_item.is--04, .lifts-grid_item.is--05 {
    padding-top: 3rem;
  }

  .sct-evolve {
    padding-top: 15rem;
  }

  .evolve-img {
    width: 75%;
  }

  .sct-how {
    padding-top: 6rem;
    padding-bottom: .5rem;
  }

  .track-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .how-item {
    max-width: 24rem;
  }

  .how-item_title {
    font-size: 2rem;
  }

  .slider-main_component {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-main_buttons {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    padding-top: 1.5rem;
    position: static;
  }

  .cta_form-wrapper {
    flex: none;
  }

  .sct-perspective-2 {
    background-image: url('../images/perspective-bg_mobile.svg');
    background-position: 50% 100%;
    background-size: 100%;
    padding-top: 3rem;
    padding-bottom: 100vw;
  }

  .bridge-content-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sct-bridge-2 {
    padding-top: 5rem;
    padding-bottom: 12rem;
  }

  .home_hero-img-2 {
    width: 100vw;
  }

  .home_hero-tooltip-2 {
    top: .5rem;
    left: auto;
    right: 0;
  }

  .home_hero-img_wrapper-2 {
    margin-top: 0;
    padding-top: 1rem;
  }

  .sct-home_hero-2 {
    min-height: 100svh;
    padding-top: 8rem;
    padding-bottom: 3rem;
    position: relative;
  }

  .ecosystem-accordion-2 {
    max-width: 100%;
    padding-bottom: 1.25rem;
  }

  .sct-cta-2 {
    background-image: radial-gradient(circle closest-corner at 50% 125%, #e5d09c33, #0e1018);
  }

  .ecosystem-grid_center-2 {
    width: 32vw;
    height: 32vw;
  }

  .cta-heading-2 {
    font-size: 4.5rem;
  }

  .ecosystem-accordion_link {
    font-size: 1.125rem;
  }

  .keep_scroling-home {
    justify-content: center;
    display: flex;
    position: absolute;
    inset: auto 0% 1.5rem;
  }

  .site-footer-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer_grid-social_link {
    font-size: .875rem;
  }

  .footer_grid-group-wrapper-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_grid-group-wrapper-2.is--links {
    flex-direction: column;
  }

  .footer_grid-social_text {
    display: block;
  }

  .footer_grid-group-2.is--links {
    flex-direction: column;
  }

  .site-footer_link-2 {
    font-size: 1.25rem;
  }

  .site-footer_grid-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 100%;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  .col.m-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col.m-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
  }

  .col.m-11 {
    flex: 0 0 91.67%;
    max-width: 91.67%;
  }

  .col.m-10 {
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .col.m-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }

  .col.m-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col.m-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col.m-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .col.m-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }

  .col.m-5 {
    flex: 0 0 41.666%;
  }

  .col.m-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }

  .col.m-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

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

  .hide-m {
    display: none;
  }

  .flex-ver-m {
    flex-direction: column;
    display: flex;
  }

  .flex-hor-m {
    flex-direction: row;
    display: flex;
  }

  .nf-hero-copy {
    font-size: 1rem;
  }

  .nf-styles-main {
    overflow: hidden;
  }

  .nf-class-list.grid {
    grid-template-columns: 1fr 1fr;
  }

  .home_hero-img_wrapper {
    padding-top: 2rem;
  }

  .ecosystem-block {
    padding-top: 1rem;
  }

  .perspective-heading {
    font-size: 2.5rem;
  }

  .usp-grid_item-heading {
    font-size: 4rem;
  }

  .usp-grid_item-img_wrapper {
    padding-top: 2rem;
  }

  .usp-grid_item-img {
    max-width: 100%;
  }

  .cta-eyebrow {
    font-size: .875rem;
  }

  .cta-heading {
    font-size: 4.5rem;
  }

  .ecosystem-block_bg {
    width: 200vw;
  }

  .ecosystem-grid_center {
    width: 45vw;
    height: 45vw;
  }

  .ecosystem-grid_center-icon {
    width: 6rem;
    height: 4rem;
  }

  .header-nav_link {
    font-size: 2.25rem;
  }

  .lifts-grid {
    grid-template-columns: 100%;
  }

  .lifts-grid_item {
    padding: 2.5rem 2rem;
    font-size: 1.5rem;
  }

  .sct-evolve {
    padding-top: 18rem;
    padding-bottom: 12rem;
  }

  .evolve-img {
    width: 75%;
  }

  .sct-how {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .track-flex {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .how-item {
    max-width: 18rem;
  }

  .how-item_title {
    font-size: 1.5rem;
  }

  .how-item_paragraph {
    font-size: 1rem;
  }

  .slider-main_buttons {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .cta_form-wrapper {
    max-width: 20rem;
  }

  .sct-bridge-2 {
    background-size: 600px;
  }

  .home_hero-tooltip-2 {
    max-width: 15rem;
    padding: .5rem .25rem;
  }

  .home_hero-img_wrapper-2 {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .sct-home_hero-2 {
    min-height: 100svh;
  }

  .btn-2.is--cta {
    font-size: .75rem;
  }

  .sct-cta-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .ecosystem-grid_center-2 {
    width: 45vw;
    height: 45vw;
  }

  .cta-heading-2 {
    font-size: 4rem;
  }

  .footer_grid-group-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-wrap: wrap;
  }

  .site-footer_link-2 {
    font-size: 1.25rem;
  }

  .site-footer_grid-2 {
    grid-template-columns: 100%;
  }
}

#w-node-d7aeeb77-5c04-bbd1-ed1b-3f2eba1f65f1-03bafdb5, #w-node-d7aeeb77-5c04-bbd1-ed1b-3f2eba1f65fb-03bafdb5, #w-node-d7aeeb77-5c04-bbd1-ed1b-3f2eba1f660a-03bafdb5, #w-node-d7aeeb77-5c04-bbd1-ed1b-3f2eba1f6616-03bafdb5, #w-node-_375f3bf4-9d1f-0527-9fd4-db993cd10fc0-03bafdb5, #w-node-_375f3bf4-9d1f-0527-9fd4-db993cd10fc8-03bafdb5, #w-node-_375f3bf4-9d1f-0527-9fd4-db993cd10fd0-03bafdb5, #w-node-_95163932-3e20-c324-afc4-c62c6c45e1a9-03bafdb5, #w-node-_95163932-3e20-c324-afc4-c62c6c45e1b8-03bafdb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95163932-3e20-c324-afc4-c62c6c45e1b9-03bafdb5 {
  place-self: center;
}

#w-node-_95163932-3e20-c324-afc4-c62c6c45e1bd-03bafdb5 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: stretch;
}

#w-node-_95163932-3e20-c324-afc4-c62c6c45e1bf-03bafdb5 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_5c02a3b2-98fb-fd90-5ddb-048b273a7f6a-03bafdbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5d774b50-1eb4-6535-83bd-0ab29cd4bde4-03bafdbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecc5988c-e152-5b2e-f865-35ddcabb892e-03bafdbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ecc5988c-e152-5b2e-f865-35ddcabb8930-03bafdbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5374f370-e525-39b2-a30d-3bd897aaac01-03bafdbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5374f370-e525-39b2-a30d-3bd897aaac03-03bafdbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efe59137-ca98-da59-e28a-35177e0f1a8a-03bafdbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-efe59137-ca98-da59-e28a-35177e0f1a8c-03bafdbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d0cfc9c-5e3f-e985-35cf-1072d9b9f73c-03bafdbb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1d0cfc9c-5e3f-e985-35cf-1072d9b9f740-03bafdbb {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_1d0cfc9c-5e3f-e985-35cf-1072d9b9f744-03bafdbb, #w-node-_1d0cfc9c-5e3f-e985-35cf-1072d9b9f748-03bafdbb, #w-node-_1d0cfc9c-5e3f-e985-35cf-1072d9b9f74c-03bafdbb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_552f0e1f-958e-1740-adc1-d8be57f50482-57f50471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_019cbe0f-d470-1292-abf4-236b32021c44-03bafdbc, #w-node-_46a6cacb-0cfa-a591-6263-8794d9df622e-03bafdbc, #w-node-e705e9db-05b9-9363-a15f-0e6a0fe700ff-03bafdbc, #w-node-_26a3360a-3775-2e43-5f5c-765de0de048d-03bafdbc, #w-node-_14bfbb80-826f-fa28-891b-790ed7d68494-03bafdbc, #w-node-a7161a40-d9d3-441f-66f2-80d6ca14c334-03bafdbc, #w-node-_4e85eb3c-8f28-b434-a22f-ba8e949b8628-03bafdbc, #w-node-_86b27321-c762-7522-c409-9d44303d8585-03bafdbc, #w-node-_110ce21e-3414-852e-2554-5a1e20ea32a8-03bafdbc, #w-node-_06433914-d903-972a-dfa1-515d51800a47-03bafdbc, #w-node-_110ce21e-3414-852e-2554-5a1e20ea32ac-03bafdbc, #w-node-_110ce21e-3414-852e-2554-5a1e20ea32b0-03bafdbc, #w-node-cf2bd130-f0aa-1925-abda-4e944de1ede3-03bafdbc, #w-node-cf2bd130-f0aa-1925-abda-4e944de1ede7-03bafdbc, #w-node-_46155cef-eb49-9767-0c41-36d760cfa9f5-03bafdbc, #w-node-cf2bd130-f0aa-1925-abda-4e944de1edeb-03bafdbc {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fa5dbf25-c664-0e8e-1fbc-b2a514338a16-6c55b8d5, #w-node-_4da63973-920f-5691-0f0a-aee88fc50a18-6c55b8d5, #w-node-f89360ec-d090-15d9-34ee-9c4675cdf459-6c55b8d5, #w-node-f89360ec-d090-15d9-34ee-9c4675cdf463-6c55b8d5, #w-node-_70d69606-f12c-8508-8221-2b9ef576f9d4-6c55b8d5, #w-node-_0884fbf5-5cc5-7c61-2398-a2b7842a0068-6c55b8d5, #w-node-_7758f1a2-141e-7d18-0320-bcc8108466a9-6c55b8d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1d0cfc9c-5e3f-e985-35cf-1072d9b9f740-03bafdbb {
    grid-column: span 4 / span 4;
  }

  #w-node-_1d0cfc9c-5e3f-e985-35cf-1072d9b9f744-03bafdbb, #w-node-_1d0cfc9c-5e3f-e985-35cf-1072d9b9f748-03bafdbb {
    grid-column: span 2 / span 2;
  }

  #w-node-_1d0cfc9c-5e3f-e985-35cf-1072d9b9f74c-03bafdbb {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d7aeeb77-5c04-bbd1-ed1b-3f2eba1f6603-03bafdb5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_95163932-3e20-c324-afc4-c62c6c45e1b9-03bafdb5 {
    grid-area: 5 / 1 / 6 / 2;
    justify-self: start;
  }

  #w-node-_95163932-3e20-c324-afc4-c62c6c45e1bd-03bafdb5, #w-node-_95163932-3e20-c324-afc4-c62c6c45e1bf-03bafdb5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_170117c9-df3a-8405-20b0-5536b9c69d7d-b9c69d79 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_170117c9-df3a-8405-20b0-5536b9c69d7f-b9c69d79 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1d0cfc9c-5e3f-e985-35cf-1072d9b9f744-03bafdbb, #w-node-_1d0cfc9c-5e3f-e985-35cf-1072d9b9f748-03bafdbb {
    grid-column: span 4 / span 4;
  }

  #w-node-_552f0e1f-958e-1740-adc1-d8be57f50489-57f50471 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_72a35ba0-02c0-4203-c0bd-e85e67d25b8a-03bafdbc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_20d651a5-d110-0078-bc47-9baa7260ff52-6c55b8d5 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1d0cfc9c-5e3f-e985-35cf-1072d9b9f73c-03bafdbb, #w-node-_1d0cfc9c-5e3f-e985-35cf-1072d9b9f740-03bafdbb, #w-node-_1d0cfc9c-5e3f-e985-35cf-1072d9b9f744-03bafdbb, #w-node-_1d0cfc9c-5e3f-e985-35cf-1072d9b9f748-03bafdbb, #w-node-_1d0cfc9c-5e3f-e985-35cf-1072d9b9f74c-03bafdbb {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Variable.woff2') format('woff2');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maison Neue Mono';
  src: url('../fonts/MaisonNeueMono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now Display';
  src: url('../fonts/HelveticaNowDispMed.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}