@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: Roboto Mono;
  src: url('../fonts/RobotoMono-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --off_white: #fcfbf7;
  --base60: #110823;
  --base10: white;
  --base20: #f6f7f8;
  --base30: #eeeff2;
  --base40: #4d4759;
  --base50: #1d1233;
  --purple_light: #eae5f2;
  --prim: #bf9fff;
  --green_light: #cae0b2;
  --green_dark: #475042;
  --red: #ff614b;
  --green: #9ac681;
  --beige: #f9f2ea;
  --yellow: #f8ce39;
  --blue_light: #cce6f0;
  --suc10: #effef6;
}

.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(--off_white);
  color: var(--base60);
  letter-spacing: -.011em;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
}

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

h2 {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  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;
  line-height: 1.2;
}

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 {
  align-items: center;
  display: flex;
}

.container.is--cta {
  background-image: url('../images/cta_bg_1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.container.is--cta_inline {
  background-image: url('../images/cta_bg_1.svg');
  background-position: 120%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  max-width: none;
  padding-left: 4rem;
}

.container.is--partners {
  z-index: 1;
  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: 3rem;
  line-height: 1.1;
}

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

.txt_x9 {
  letter-spacing: -.022em;
  font-size: 3.75rem;
  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-base10 {
  color: var(--base10);
}

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

.btn {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  outline-offset: 0px;
  color: var(--base10);
  letter-spacing: -.014em;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(41deg, #5f58ff, #8d58ff);
  border: 1px solid #0000;
  border-radius: 20rem;
  outline: 0 solid #d0c5f8;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  padding: 0 1.25rem;
  font-family: Roboto Mono, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all .4s;
  display: flex;
}

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

.btn.secondary {
  border-color: var(--base10);
  color: var(--base10);
  background-image: linear-gradient(228deg, #fff3, #fff0);
}

.btn.secondary:hover {
  background-color: #ffffff0d;
}

.btn.tertiary {
  color: var(--base50);
  letter-spacing: -.011em;
  background-color: #0000;
  background-image: none;
  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;
}

.btn.quaternary {
  color: var(--base60);
  background-image: none;
  border-color: #8d58ff;
}

.btn.quaternary.small {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.btn.in--form {
  border-color: var(--base10);
  color: var(--base10);
  background-image: linear-gradient(228deg, #fff3, #fff0);
  justify-content: center;
}

.btn.in--form:hover {
  background-color: #ffffff0d;
}

.form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(41deg, #5f58ff, #8d58ff);
  border-radius: 1rem;
  flex-flow: column wrap;
  width: 100%;
  padding: 3rem 2.5rem;
  display: flex;
}

.form-item {
  grid-column-gap: .75px;
  grid-row-gap: .75px;
  flex-direction: column;
  display: flex;
}

.form-label {
  color: var(--base10);
  letter-spacing: .11em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Roboto Mono, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.form-name_mark {
  color: var(--base60);
  padding-left: .125rem;
}

.form-input {
  background-color: var(--base10);
  outline-color: var(--purple_light);
  outline-offset: 0px;
  color: var(--base50);
  letter-spacing: .1em;
  border: 1.2px solid #d6c2ff;
  border-radius: .5rem;
  outline-width: 0;
  outline-style: solid;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  transition: all .4s;
}

.form-input:hover {
  border-color: var(--prim);
  box-shadow: 1px 0 .25rem .125rem #0000000d;
}

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

.form-input:focus {
  border-color: var(--base40);
  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: #11082340;
}

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

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

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

.form-check-icon {
  border: .6px solid var(--base10);
  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(--prim);
  box-shadow: 0 1px .125rem .125rem #00030a14;
}

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

.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 {
  color: var(--base10);
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-radio-icon {
  border: .6px solid var(--base10);
  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(--prim);
  box-shadow: 0 1px .125px .125px #00030a14;
}

.form-radio-icon.w--redirected-checked {
  border-width: 5px;
  border-color: var(--prim);
  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 {
  background-color: var(--green_light);
  color: var(--green_dark);
  border-radius: .75rem;
  font-weight: 500;
}

.form-error {
  border: 1.2px solid var(--off_white);
  color: var(--red);
  background-color: #fef3f2;
  border-radius: .75rem;
  margin-top: .75rem;
  padding: .75rem;
  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(--prim);
}

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

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

.section-hero {
  background-image: linear-gradient(#fcfbf7, #f2e1ce);
  padding-top: 8rem;
  padding-bottom: 7.5rem;
}

.hero_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.section-improve {
  background-image: linear-gradient(#f2e1ce, #f9f2ea);
  padding-top: 0;
  padding-bottom: 4rem;
}

.improve-block {
  background-color: #f9f2ea;
  border-radius: .75rem;
  padding: 4rem 2rem;
}

.improve_block-title {
  text-align: center;
  letter-spacing: -.044em;
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.75rem;
  line-height: .8;
}

.improve_block-title_span {
  background-image: url('../images/improve_span.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: -.5em;
  padding: .15em .45em .2em .25em;
  display: inline-block;
}

.improve_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: grid;
}

.improve_grid-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #11082366;
  cursor: pointer;
  background-color: #f9f2ea;
  border: 1px solid #11082333;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  transition: all .2s ease-in-out;
  display: flex;
}

.improve_grid-item_title {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: flex-start;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.improve_grid-item_title-span {
  color: var(--base10);
  background-image: linear-gradient(#9d949a, #9d949a);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  font-size: .75rem;
  line-height: 1;
  transition: all .2s ease-in-out;
  display: flex;
}

.improve_grid-item_track {
  background-color: #11082333;
  border-radius: 50%;
  width: 100%;
  height: 1px;
}

.improve_grid-item_track-thumb {
  width: 0%;
  height: 100%;
}

.improve_grid-img {
  object-fit: contain;
  object-position: 50% 100%;
  border-radius: 1rem;
  width: 100%;
  height: auto;
}

.section-impact {
  background-image: url('../images/impact_bg.png'), linear-gradient(#dbeac3, #dbeac3);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.impact-block {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.impact-heading_icon {
  background-image: url('../images/impact-heading_icon.svg'), linear-gradient(to bottom, var(--green), var(--green));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 60% 60%, auto;
  border-radius: 100%;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
}

.impact-heading_span {
  background-image: url('../images/impact-heading_span.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -.35em;
  margin-left: -.15em;
  padding-bottom: .35em;
}

.impact-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  letter-spacing: -.044em;
  align-items: center;
  font-size: 3.75rem;
  display: flex;
}

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

.impact-grid_item {
  border: 2px solid #879281;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 2rem;
  display: flex;
}

.impact-grid_item.is--started {
  color: var(--base10);
  background-image: url('../images/imapct-get_started-bg.svg'), linear-gradient(41deg, #5f58ff, #8d58ff);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-color: #11082300;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 1.5rem;
}

.partner_case-grid_item-title {
  text-align: center;
  letter-spacing: -.044em;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.partner_case-grid_item-title.is--started {
  text-align: left;
  font-size: 2rem;
}

.impact-grid_item-title_span {
  letter-spacing: -.025em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.impact-grid_item-title_icon {
  background-color: var(--base10);
  background-image: url('../images/impact-get_started-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: .75rem;
  display: flex;
}

.hero_grid-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero_grid-img {
  max-width: 45%;
  height: auto;
}

.hero_paragraph {
  max-width: 32ch;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.hero-heading {
  line-height: 1.1;
}

.section-works {
  background-color: #f9f2ea;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.works-heading {
  text-align: center;
  font-size: 3.75rem;
}

.works-heading_span {
  background-image: url('../images/works-heading_span.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: .35em;
  display: inline-block;
}

.works-paragraph {
  text-align: center;
  max-width: 65ch;
  font-size: 1.5rem;
}

.works-heading_wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5.5rem;
  display: flex;
}

.section-faq {
  background-color: #f9f2ea;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.faq-block {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.faq_item-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.faq_item-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.faq_item-icon-element {
  background-color: var(--base60);
  width: 65%;
  height: 2.5px;
}

.faq_item-icon-element.is--plus {
  transition: all .4s;
  position: absolute;
  transform: rotate(90deg);
}

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

.faq_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 2px solid #1108231a;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: flex;
}

.faq_item-question {
  font-size: 2rem;
  font-weight: 500;
}

.faq_item-answer {
  font-family: Roboto Mono, sans-serif;
}

.faq_item-answer a {
  text-decoration: underline;
}

.faq_list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  padding-top: 1rem;
  display: flex;
}

.faq-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: none;
  align-items: center;
  font-size: 3.75rem;
  display: flex;
}

.faq-heading_span {
  background-color: var(--prim);
  background-image: url('../images/faq-heading_span.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  border-radius: 100%;
  width: 1em;
  height: 1em;
  display: inline-block;
}

.section-cta.is--inline {
  border-radius: 1rem;
}

.cta-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--base10);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.cta-block.is--complex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  position: relative;
}

.cta-heading {
  max-width: 18ch;
  font-size: 3.5rem;
}

.cta-heading.is--inline {
  max-width: 20ch;
}

.site-footer {
  background-color: var(--base60);
  color: var(--base10);
  font-weight: 500;
}

.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: center start;
  display: grid;
}

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

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

.footer_grid-group.is--social {
  display: none;
}

.site-footer_link {
  color: #fff3;
}

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

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

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

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

.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: .75rem;
  display: flex;
}

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

.footer_grid-copy {
  color: #fff3;
}

.footer_grid-contact {
  display: none;
}

.site-header {
  background-color: #0000;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.brand-link.is--header {
  height: 2.5rem;
  margin-right: auto;
  padding-left: 0;
}

.brand-icon {
  width: 3rem;
  height: 3rem;
}

.brand-img {
  width: auto;
  height: 100%;
}

.brand-img.is--mobile {
  display: none;
}

.header-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.header-menu_link {
  text-transform: uppercase;
  padding: .5rem .75rem;
  font-family: Roboto Mono, sans-serif;
}

.header-menu_link.w--current {
  color: #8c58ff;
}

.header-menu_link.is--home, .header-menu_link.is--home.w--current {
  display: none;
}

.section-testimonial {
  background-color: #cce6f0;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  overflow: hidden;
}

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

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

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

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

.testimonial-info {
  font-family: Roboto Mono, sans-serif;
  line-height: 1.2;
}

.testimonial-info_img {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
}

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

.testimonial-text {
  max-width: 30ch;
  font-weight: 500;
}

.section-provider {
  background-image: linear-gradient(#fcfbf7, #f2e1ce);
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  overflow: hidden;
}

.provider-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.provider-img_strip {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  width: 100%;
  height: 24rem;
  display: flex;
}

.provider-block_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.provider-heading {
  line-height: 1.1;
}

.provider-paragraph {
  max-width: 32ch;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.provider-img_strip-img {
  border-radius: 3rem;
  width: auto;
  height: 100%;
}

.section-secure {
  background-color: #475042;
  background-image: url('../images/secure-bg.svg');
  background-position: 100%;
  background-size: cover;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.secure-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.secure-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--beige);
  letter-spacing: -.044em;
  flex-direction: column;
  align-items: flex-start;
  font-size: 3.75rem;
}

.secure-heading.is--02 {
  color: #b2e363;
}

.secure-paragraph {
  color: var(--base10);
  max-width: 38ch;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.secure-img {
  border-radius: 1rem;
  padding: 2rem;
}

.optimize-heading {
  text-align: center;
  font-size: 3.75rem;
}

.optimize-heading_span {
  background-image: url('../images/optimize-heading_span.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: .15em;
  display: inline-block;
}

.section-optimize {
  background-color: #f9f2ea;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.optimize-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 6rem;
  display: grid;
}

.optimize-grid_item-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
}

.optimize-grid_item-title_span {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 65% 65%;
  border-radius: 20rem;
  width: 2.5rem;
  height: 2.5rem;
  display: inline;
}

.optimize-grid_item-title_span.is--01 {
  background-color: var(--green);
  background-image: url('../images/optimize-icon_01.svg');
}

.optimize-grid_item-title_span.is--02 {
  background-color: var(--prim);
  background-image: url('../images/optimize-icon_02.svg');
}

.optimize-grid_item-title_span.is--03 {
  background-color: var(--yellow);
  background-image: url('../images/optimize-icon_03.svg');
  background-size: 45% 45%;
}

.optimize-grid_item-title_span.is--04 {
  background-color: var(--purple_light);
  background-image: url('../images/optimize-icon_04.svg');
}

.optimize-grid_item-title_span.is--05 {
  background-color: var(--off_white);
  background-image: url('../images/optimize-icon_05.svg');
  background-size: 50% 50%;
}

.optimize-grid_item-title_span.is--06 {
  background-color: var(--blue_light);
  background-image: url('../images/optimize-icon_06.svg');
  background-size: 50% 50%;
}

.optimize-grid_item-paragraph {
  max-width: 25ch;
  font-size: 1.25rem;
}

.cta-paragraph {
  text-transform: uppercase;
  font-family: Roboto Mono, sans-serif;
  font-size: .875rem;
}

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

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

.header_menu-group-icon:hover {
  background-color: #ffffff1a;
}

.header_menu-group-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.header_menu-content {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.works-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #110823;
  border-radius: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.works-content_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.works-content_img {
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #decdbd;
  width: 100%;
  height: 100%;
  position: absolute;
}

.works-content_img.is--02, .works-content_img.is--03, .works-content_img.is--04 {
  display: none;
}

.works-content_right {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.works_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #ffffff1a;
  cursor: pointer;
  border: 2px solid #fff3;
  border-radius: .75rem;
  justify-content: center;
  align-items: stretch;
  padding: 1.5rem 1.75rem;
  transition: all .4s;
  display: flex;
}

.works_item.is--active {
  border-color: var(--red);
  color: #fff;
  font-size: 1.25rem;
}

.works_item-title {
  font-size: 1.125rem;
  font-weight: 400;
}

.works_item-break {
  background-color: #fff3;
  width: 2px;
}

.works_item-img {
  flex: none;
  width: 2.25rem;
  height: auto;
}

.works_item-img.is--active {
  display: none;
}

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

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

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

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

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

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

.section-who {
  background-color: var(--green_light);
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.who-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 7.5rem;
  padding-bottom: 5.5rem;
  display: grid;
}

.who-grid_item {
  background-color: var(--green_dark);
  border-radius: .75rem;
  padding: 1.5rem 2rem;
}

.who-grid_item-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--green_light);
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 500;
  display: flex;
}

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

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

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

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

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

.who-grid_item-title_span.is--06 {
  background-image: url('../images/who-grid_item-icon_06.svg');
}

.who-heading {
  text-align: center;
  line-height: 1.1;
}

.section-partnered {
  background-color: var(--beige);
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.partenerd-heading {
  text-align: center;
  line-height: 1.1;
}

.partnered-grid {
  grid-column-gap: 10rem;
  grid-row-gap: 4rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 6.5rem;
  display: flex;
}

.partnered-grid_logo {
  width: auto;
  height: 2rem;
}

.partnered-grid_logo.is--2 {
  height: .875rem;
}

.partnered-grid_logo.is--4 {
  height: 2.5rem;
}

.partnered-grid_logo.is--6 {
  height: 1.75rem;
}

.section-partners {
  background-image: url('../images/partners-bg.svg'), linear-gradient(#fefdfb, #f2e1ce);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 116%, auto;
  flex-direction: column;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partners-heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 20ch;
  padding-bottom: 4rem;
  line-height: 1.1;
  display: flex;
}

.partners-heading_span {
  background-image: url('../images/partners-heading_icon.svg'), linear-gradient(41deg, #5f58ff, #8d58ff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 55% 55%, auto;
  border-radius: 20rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.partners-block {
  background-color: var(--base60);
  border-radius: .75rem;
  padding: 3rem 2.5rem;
}

.partners-block_img {
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  height: 20rem;
}

.cta_complex-paragraph {
  padding-bottom: 1rem;
  font-size: 1.25rem;
}

.cta_complex_img {
  object-fit: contain;
  object-position: 0% 0%;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15%;
}

.cta_complex_img.is--right {
  object-position: 100% 100%;
  inset: auto -15% 0 auto;
}

.slider-main_button {
  background-color: var(--base60);
  color: var(--base10);
  text-align: center;
  cursor: pointer;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

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

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

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

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

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

.partners-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #110823;
  border-radius: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.partners-content_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  padding: .5rem 4rem .5rem 0;
  display: flex;
}

.partners_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #ffffff1a;
  cursor: pointer;
  border-radius: .75rem;
  justify-content: center;
  align-items: stretch;
  padding-top: .5rem;
  padding-bottom: 1rem;
  transition: all .4s;
  display: flex;
}

.partners_item.is--active {
  color: #fff;
  font-size: 1.25rem;
}

.partners_item-number {
  color: #514469;
  background-color: #635185;
  border-radius: 20rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: .875rem;
  display: flex;
}

.partners_item-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.partners_item-text {
  font-size: 1.125rem;
}

.partners-block_title {
  color: var(--base10);
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 2.5rem;
}

.partners-content_img {
  background-color: var(--prim);
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  position: absolute;
}

.partners-content_img.is--02 {
  background-color: var(--green_light);
  display: none;
}

.partners-content_img.is--03 {
  background-color: #f9f3eb;
  display: none;
}

.partners-content_img.is--04 {
  background-color: var(--blue_light);
  display: none;
}

.partners-content_right {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section-partner_case {
  background-image: linear-gradient(to bottom, var(--prim), var(--prim));
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.partner_case-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  letter-spacing: -.044em;
  align-items: center;
  font-size: 3.75rem;
}

.partner_case-heading_span {
  background-image: url('../images/partner_case-heading_span.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 70%;
  margin-bottom: -.5em;
  padding-bottom: .5em;
}

.partner_case-paragraph {
  text-align: center;
  max-width: 60ch;
  padding-bottom: 2rem;
  font-size: 1.25rem;
}

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

.partner_case-block {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.partner_case-grid_item {
  color: var(--base10);
  background-color: #635185;
  border-radius: .75rem;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem 2rem;
  display: flex;
}

.partner_case-grid_item-title_span {
  letter-spacing: -.025em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.section-testimonial_followup {
  background-color: var(--base60);
  padding-top: 3rem;
  padding-bottom: 6.5rem;
}

.secure-label {
  background-color: var(--beige);
  color: var(--green_dark);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  padding: .75rem 1.75rem;
  line-height: 1.1;
  display: flex;
}

.secure-heading_wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.secure-heading_span {
  background-image: url('../images/secure-heading_span.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: .25rem;
  display: inline-block;
}

.partners-bg_wrapper {
  justify-content: center;
  width: 116vw;
  padding-top: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.partners-bg_shade {
  background-image: linear-gradient(#fefdfb, #fefdfb00);
  width: 100%;
  height: 20rem;
  position: absolute;
  top: 0;
}

.section-contact {
  background-image: url('../images/contact-bg.png'), linear-gradient(#fefdfb, #f2e1ce);
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  min-height: 100svh;
  padding-top: 12rem;
  padding-bottom: 8rem;
}

.contact-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.contact-heading {
  max-width: 12ch;
  padding-bottom: 4rem;
}

.contact-heading_span {
  letter-spacing: -.04em;
  padding-bottom: 1rem;
  font-family: Roboto Mono, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
}

.contact-form_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

  h2 {
    font-size: 3.25rem;
  }

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

  .container.is--cta, .container.is--cta_inline {
    background-image: url('../images/cta_bg.svg');
    width: 100%;
  }

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

  .improve_block-title, .impact-heading, .hero-heading, .works-heading {
    font-size: 3.5rem;
  }

  .works-heading_wrapper {
    padding-bottom: 3.5rem;
  }

  .faq-heading {
    font-size: 3.5rem;
  }

  .cta-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .provider-block {
    align-items: center;
  }

  .provider-img_strip {
    height: 15rem;
  }

  .provider-heading {
    font-size: 3.5rem;
  }

  .secure-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .secure-img {
    padding: 1.25rem;
  }

  .optimize-heading {
    font-size: 3.25rem;
  }

  .works-content_left {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    padding: 2.5rem 3rem;
  }

  .works_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: .75rem 1rem;
  }

  .who-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .who-grid_item-title {
    font-size: 2.25rem;
  }

  .who-heading, .partenerd-heading {
    font-size: 3.5rem;
  }

  .cta_complex_img {
    left: -45%;
  }

  .cta_complex_img.is--right {
    right: -25%;
  }

  .partners-content_left {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    padding: 2.5rem 3rem;
  }

  .partners_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: .75rem 1rem;
  }

  .partner_case-heading {
    font-size: 3.5rem;
  }

  .contact-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

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

  h2 {
    font-size: 2.5rem;
  }

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

  .container.is--cta, .container.is--cta_inline {
    background-image: url('../images/cta_bg-mob.svg');
    background-position: 0 0;
    background-size: cover;
  }

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

  .btn.quaternary.small.is--header {
    text-transform: none;
    border-style: none;
    border-radius: 0;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Poppins, sans-serif;
    font-size: 3rem;
    line-height: 1.3;
  }

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

  .icon-32x32.is--close {
    display: none;
  }

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

  .section-hero {
    padding-top: 3rem;
  }

  .hero_grid {
    flex-direction: column-reverse;
  }

  .improve_block-title {
    max-width: 14ch;
    font-size: 3rem;
  }

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

  .improve_grid-img {
    border-radius: .75rem;
  }

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

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

  .hero_grid-img {
    max-width: 90%;
  }

  .hero_paragraph {
    max-width: 45ch;
    font-size: 1.25rem;
  }

  .hero-heading {
    font-size: 3.25rem;
  }

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

  .faq-block {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-direction: column;
  }

  .faq_item-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .faq_item-icon-element {
    height: 2px;
  }

  .faq_item-question {
    font-size: 1.5rem;
  }

  .faq_list {
    padding-top: 0;
  }

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

  .cta-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .site-footer {
    padding-bottom: 3rem;
  }

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

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

  .footer_grid-group.is--links, .site-footer_link.is--privacy, .footer_grid-break {
    display: none;
  }

  .footer_grid-contact {
    display: block;
  }

  .site-header {
    background-color: #fcfbf7;
    position: static;
  }

  .brand-link.is--header {
    height: 2rem;
  }

  .brand-img.is--mobile {
    height: 3.5rem;
    display: block;
    position: fixed;
    top: 1.75rem;
    left: 5%;
  }

  .header-menu {
    background-image: linear-gradient(41deg, #5f58ff, #8d58ff);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0%;
  }

  .header-menu_link {
    text-transform: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    line-height: 1.3;
  }

  .header-menu_link.w--current {
    color: #fff;
  }

  .header-menu_link.is--home, .header-menu_link.is--home.w--current {
    display: block;
  }

  .testimonial-info_img {
    width: 3.5rem;
    height: 3.5rem;
  }

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

  .section-provider {
    padding-top: 4rem;
  }

  .provider-img_strip {
    height: 12rem;
  }

  .provider-heading {
    font-size: 3.25rem;
  }

  .provider-paragraph {
    max-width: 45ch;
    font-size: 1.25rem;
  }

  .secure-block {
    text-align: center;
    grid-template-columns: 1fr;
  }

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

  .secure-paragraph {
    max-width: 45ch;
    font-size: 1.25rem;
  }

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

  .section-optimize {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .optimize-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    padding-top: 4rem;
  }

  .header-menu_icon-wrapper {
    padding: .75rem;
  }

  .header-menu_icon-wrapper.w--open {
    z-index: 99;
    background-color: #0000;
    position: fixed;
    top: 1.5rem;
    right: 4.95%;
  }

  .header_menu-group {
    grid-column-gap: .75rem;
    grid-row-gap: .5rem;
    color: var(--base10);
    text-align: left;
    padding-top: 4rem;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
  }

  .header_menu-group-block {
    grid-column-gap: 1.5rem;
  }

  .header_menu-group-block.is--social {
    display: none;
  }

  .header_menu-copy {
    color: #fff6;
    padding-top: .5rem;
    font-size: .75rem;
  }

  .header_menu-content {
    text-align: left;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100vw;
    height: 100svh;
    padding-bottom: 4rem;
    padding-left: 1.5rem;
    font-size: 3rem;
    display: flex;
  }

  .works-content {
    grid-template-columns: 1fr;
  }

  .works-content_left {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .works-content_right {
    padding-bottom: 100%;
  }

  .works_item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .who-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 50% 50%;
  }

  .who-grid_item {
    padding: 1.25rem 1.5rem;
  }

  .who-grid_item-title {
    font-size: 1.5rem;
  }

  .who-grid_item-title_span {
    width: 2.25rem;
    height: 2.25rem;
  }

  .who-heading, .partenerd-heading {
    font-size: 3.25rem;
  }

  .partnered-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .section-partners {
    padding-top: 3rem;
  }

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

  .partners-content {
    grid-template-columns: 1fr;
  }

  .partners-content_left {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .partners_item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .partners-content_right {
    padding-bottom: 100%;
  }

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

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

  .secure-heading_wrapper {
    align-items: center;
  }

  .section-contact {
    padding-top: 4rem;
  }

  .contact-block {
    grid-template-columns: 1fr;
  }

  .header_menu-group-title.is--social {
    display: none;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  .form {
    padding: 2.5rem 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;
  }

  .section-hero {
    padding-top: 1rem;
  }

  .improve_block-title {
    font-size: 2.75rem;
  }

  .improve_grid-img {
    object-fit: cover;
    border-radius: .5rem;
    min-height: 5.5rem;
  }

  .impact-heading {
    font-size: 2.75rem;
  }

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

  .impact-grid_item.is--started {
    padding-top: 4rem;
  }

  .hero_grid-content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .hero_grid-img {
    max-width: 100%;
  }

  .hero_paragraph {
    font-size: 1.125rem;
  }

  .hero-heading {
    font-size: 2.25rem;
  }

  .works-heading, .faq-heading {
    font-size: 2.75rem;
  }

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

  .site-header {
    padding-top: 1rem;
    padding-bottom: .5rem;
  }

  .brand-img.is--mobile {
    height: 3rem;
    top: 2rem;
  }

  .provider-img_strip {
    height: 10rem;
  }

  .provider-block_content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .provider-heading {
    font-size: 2.25rem;
  }

  .provider-paragraph {
    font-size: 1.125rem;
  }

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

  .secure-paragraph {
    font-size: 1.125rem;
  }

  .secure-img {
    padding: .5rem;
  }

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

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

  .header_menu-group {
    padding-top: 3rem;
  }

  .works-content_left {
    padding: 2rem 1.5rem;
  }

  .works-content_right {
    padding-bottom: 85%;
  }

  .works_item {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .section-who {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .who-grid {
    grid-template-columns: 100%;
    padding-top: 4.5rem;
  }

  .who-heading, .partenerd-heading {
    font-size: 2.25rem;
  }

  .partnered-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .section-partners {
    padding-top: 1rem;
  }

  .cta_complex-paragraph {
    font-size: 1.126rem;
  }

  .cta_complex_img {
    left: -35%;
  }

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

  .partners-content_left {
    padding: 2rem 1.5rem;
  }

  .partners_item {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .partners-content_right {
    padding-bottom: 85%;
  }

  .partner_case-heading {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    font-size: 3rem;
    display: flex;
  }

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

  .section-contact {
    padding-top: 3rem;
  }
}

#w-node-_3d61a8bc-2e12-dedc-bd4f-ebf2ff70e692-54229ab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28d8f324-934e-4e93-2db0-79ce9705bd98-54229ab1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_28af45b6-a35b-a745-126d-56ffde28eb13-de28eb08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28af45b6-a35b-a745-126d-56ffde28eb1b-de28eb08 {
  justify-self: center;
}

#w-node-_90afa12a-52e5-c33e-345c-570785dc0b9d-54229ab5, #w-node-a4e7334f-0726-c059-db94-1d9fd4e52f94-54229ab5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_8f6434eb-5216-6ca7-c83a-d24e1056f8af-54229ab9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_28d8f324-934e-4e93-2db0-79ce9705bd98-54229ab1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b8d7391b-6293-364a-e0f7-9bf5363b0028-54229ab1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_28af45b6-a35b-a745-126d-56ffde28eb1b-de28eb08 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

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

  #w-node-_5a38e467-c3be-80fb-b295-037e21985dc5-54229ab9 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@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: 'Roboto Mono';
  src: url('../fonts/RobotoMono-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}