:root {
  --_theme---background: var(--swatch--white);
  --_typography---font--secondary-family: Opensans, Arial, sans-serif;
  --_theme---text: var(--swatch--black);
  --_text-style---font-size: var(--_typography---font-size--b1);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--font-regular);
  --_text-style---letter-spacing: var(--_typography---letter-pacing--0em);
  --swatch--white: white;
  --_size---grid-gap: 1rem;
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --swatch--grey: #707070;
  --swatch--purple-gradient-color-1: #5a3dcc;
  --swatch--dark-grey: #292d30;
  --swatch--purple-gradient-color-2: #8b6deb;
  --swatch--transparent: transparent;
  --swatch--light-purple-color-1: #fbfaff;
  --swatch--light-purple-color-2: #f6f3ff;
  --swatch--black: black;
  --swatch--light-grey: #e7e7e7;
  --_typography---font--font-regular: 400;
  --_typography---font--primary-family: Opensans, Arial, sans-serif;
  --_typography---font--font-light: 300;
  --_typography---font--font-medium: 500;
  --_typography---font--font-semibold: 600;
  --_typography---font--font-bold: 700;
  --_typography---letter-pacing--0em: 0em;
  --_typography---letter-pacing--0-02em: -.02em;
  --_typography---letter-pacing--0-025em: -.025em;
  --_typography---letter-pacing--0-03em: -.03em;
  --_typography---letter-pacing--0-05em: -.05em;
  --_typography---line-height--0-8: .8;
  --_typography---line-height--0-85: .85;
  --_typography---line-height--0-9: .9;
  --_typography---line-height--1: 1;
  --_typography---line-height--1-05: 1.05;
  --_typography---line-height--1-2: 1.2;
  --_typography---line-height--1-4: 1.4;
  --_typography---line-height--1-6: 1.6;
  --_typography---font-size--b1: 1rem;
  --_typography---font-size--b2: .8rem;
  --_typography---font-size--b3: .7rem;
  --_typography---font-size--b4: .7rem;
  --_typography---font-size--h1: 4rem;
  --_typography---font-size--h2: 2.4rem;
  --_typography---font-size--h3: 2rem;
  --_typography---font-size--h4: 1.6rem;
  --_typography---font-size--h5: 1rem;
  --_size---5px: .25rem;
  --_size---10px: .5rem;
  --_size---15px: .75rem;
  --_size---20px: 1rem;
  --_typography---font-size--h6\<deleted\|variable-4b9ed0a5-871b-8936-f6a9-90c04f66c4da\>: 1rem;
}

body {
  background-color: var(--_theme---background);
  font-family: var(--_typography---font--secondary-family);
  color: var(--_theme---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  display: inline-block;
}

.main {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section.full-height {
  min-height: 100vh;
}

.section.full-height._100svh {
  min-height: 100svh;
}

.embed-code {
  display: none;
}

.navbar-block {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4.2rem;
  display: flex;
  position: absolute;
}

.container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 64rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100% !important;
}

.container.grid-overlay {
  align-content: stretch;
  align-items: center;
  height: 100%;
}

.container.nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container.main-grid._6-col {
  grid-row-gap: var(--_size---grid-gap);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.container.main-grid._3-col {
  grid-row-gap: var(--_size---grid-gap);
  grid-template-columns: 1fr 1fr 1fr;
}

.container.main-grid._2-col {
  grid-row-gap: var(--_size---grid-gap);
  grid-template-columns: 1fr 1fr;
}

.container.main-grid.gap-v {
  grid-row-gap: var(--_size---grid-gap);
}

.text-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.text-block.right {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.image-block {
  width: 100%;
  position: relative;
}

.image-block.proof-logo {
  height: 1.6rem;
}

.image-block.testimonial {
  aspect-ratio: 1;
  flex: none;
  width: 4.2rem;
}

.image-block.cta {
  width: 9.2rem;
}

.image.hero {
  z-index: -1;
  width: 25rem;
  max-width: 88vw;
  margin-top: -2rem;
  position: absolute;
}

.image.proof-logo {
  width: auto;
  height: 100%;
}

.image.who-we-are {
  width: 1.5rem;
}

.image.testimonial-logo {
  aspect-ratio: 1;
  width: 40%;
  position: absolute;
  bottom: -5%;
  right: -5%;
}

.image.feature {
  width: 1.1rem;
}

.image.list-item-check {
  width: .55rem;
  margin-top: .2rem;
}

.image.dropdown {
  width: 1rem;
}

.image.cta {
  z-index: -1;
  width: 26rem;
  max-width: 88vw;
  margin-top: .5rem;
  position: absolute;
}

.heading {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-size: var(--_typography---font-size--b1);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--font-regular);
  --_text-style---letter-spacing: var(--_typography---letter-pacing--0em);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  -webkit-hyphens: none;
  hyphens: none;
}

.text {
  font-family: var(--_typography---font--secondary-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-size: var(--_typography---font-size--b1);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--font-regular);
  --_text-style---letter-spacing: var(--_typography---letter-pacing--0em);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  -webkit-hyphens: none;
  hyphens: none;
}

.text.b1 {
  --_text-style---font-size: var(--_typography---font-size--b1);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--font-regular);
  --_text-style---letter-spacing: var(--_typography---letter-pacing--0em);
  --_text-style---font-family: var(--_typography---font--secondary-family);
}

.text.b3 {
  --_text-style---font-size: var(--_typography---font-size--b3);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--font-bold);
  --_text-style---letter-spacing: var(--_typography---letter-pacing--0-03em);
  --_text-style---font-family: var(--_typography---font--secondary-family);
}

.text.b4 {
  --_text-style---font-size: var(--_typography---font-size--b4);
  --_text-style---line-height: var(--_typography---line-height--1-4);
  --_text-style---font-weight: var(--_typography---font--font-semibold);
  --_text-style---letter-spacing: var(--_typography---letter-pacing--0-025em);
  --_text-style---font-family: var(--_typography---font--secondary-family);
}

.text.b4.footer-link {
  color: var(--swatch--grey);
  transition: color .2s;
}

.text.b4.footer-link:hover {
  color: var(--swatch--purple-gradient-color-1);
}

.text.b4.mobile-link {
  color: var(--swatch--grey);
  transition: color .2s;
}

.text.b4.mobile-link:hover {
  color: var(--swatch--purple-gradient-color-1);
}

.text.b2 {
  --_text-style---font-size: var(--_typography---font-size--b2);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--font-regular);
  --_text-style---letter-spacing: var(--_typography---letter-pacing--0em);
  --_text-style---font-family: var(--_typography---font--secondary-family);
}

.brand {
  z-index: 10;
  position: relative;
}

.brand.top {
  flex: none;
  width: 4rem;
  margin-right: auto;
}

.brand.footer {
  width: 4rem;
}

.wrapper {
  overflow: clip;
}

.nav-menu-button {
  z-index: 10;
  cursor: pointer;
  padding: .5rem;
  display: none;
  position: relative;
}

.spacer {
  width: 100%;
  padding-top: 2rem;
}

.spacer._40px {
  padding-top: 2rem;
}

.spacer._140px {
  padding-top: 7rem;
}

.spacer._12px {
  padding-top: .6rem;
}

.spacer._80px {
  padding-top: 4rem;
}

.spacer._60px {
  padding-top: 3rem;
}

.spacer._32px {
  padding-top: 1.6rem;
}

.spacer._22px {
  padding-top: 1.1rem;
}

.spacer._10px {
  padding-top: .5rem;
}

.spacer._120px {
  padding-top: 6rem;
}

.spacer._64px {
  padding-top: 3.2rem;
}

.spacer._5px {
  padding-top: .25rem;
}

.spacer._50px {
  padding-top: 2.5rem;
}

.nav-menu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.nav-menu-content {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: center;
  display: grid;
}

.nav-link-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.navbar-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.navbar-wrapper {
  z-index: 500;
  position: relative;
}

.grid-overlay-block {
  z-index: 1000;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.grid-overlay-col {
  background-color: #8080801a;
  width: 100%;
  height: 100%;
  padding: 0;
}

.nav-menu-bg {
  display: none;
}

.h1 {
  --_text-style---font-size: var(--_typography---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--0-85);
  --_text-style---font-weight: var(--_typography---font--font-semibold);
  --_text-style---letter-spacing: var(--_typography---letter-pacing--0-05em);
  --_text-style---font-family: var(--_typography---font--primary-family);
}

.h2 {
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--font-semibold);
  --_text-style---letter-spacing: var(--_typography---letter-pacing--0-03em);
  --_text-style---font-family: var(--_typography---font--primary-family);
}

.h3 {
  --_text-style---font-size: var(--_typography---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--font-semibold);
  --_text-style---letter-spacing: var(--_typography---letter-pacing--0-03em);
  --_text-style---font-family: var(--_typography---font--primary-family);
}

.h4 {
  --_text-style---font-size: var(--_typography---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--font-semibold);
  --_text-style---letter-spacing: var(--_typography---letter-pacing--0-03em);
  --_text-style---font-family: var(--_typography---font--primary-family);
}

.main-grid {
  grid-column-gap: var(--_size---grid-gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.main-grid._3-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.main-grid._3-col.gap-30px {
  grid-column-gap: 1.5rem;
  grid-column-gap: 1.5rem;
}

.button-block {
  background-color: var(--swatch--dark-grey);
  background-image: linear-gradient(180deg, var(--swatch--dark-grey), var(--swatch--dark-grey));
  color: var(--_theme---background);
  white-space: nowrap;
  cursor: pointer;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: .7rem 1.1rem;
  transition: color, background-color .3s;
  display: flex;
  position: relative;
}

.button-block:hover {
  background-image: linear-gradient(180deg, var(--swatch--purple-gradient-color-1), var(--swatch--purple-gradient-color-2));
}

.button-block.small-outlined {
  border: 1px solid var(--swatch--purple-gradient-color-2);
  background-color: var(--swatch--transparent);
  background-image: linear-gradient(180deg, var(--swatch--transparent), var(--swatch--transparent));
  color: var(--swatch--purple-gradient-color-2);
  padding: .4rem .6rem;
}

.button-block.small-outlined:hover {
  background-image: linear-gradient(180deg, var(--swatch--purple-gradient-color-1), var(--swatch--purple-gradient-color-2));
  color: var(--swatch--white);
}

.button-block.nav {
  z-index: 10;
}

.button-link {
  position: absolute;
  inset: 0%;
}

.text-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-container.max-55 {
  max-width: 55%;
}

.text-container.max-90 {
  max-width: 90%;
}

.grid-col {
  grid-column: auto;
}

.grid-col.span-2 {
  grid-column: span 2;
}

.grid-col.span-3 {
  grid-column: span 3;
}

.grid-col.span-4 {
  grid-column: span 4;
}

.grid-col.span-4.start-2 {
  grid-column: 2 / span 4;
}

.grid-col.span-6 {
  grid-column: span 6;
}

.grid-col.span-6.start-3 {
  grid-column: 3 / span 6;
}

.grid-col.span-6.start-2 {
  grid-column: 2 / span 6;
}

.grid-col.span-8 {
  grid-column: span 8;
}

.grid-col.span-8.start-3 {
  grid-column: 3 / span 8;
}

.grid-col.span-10 {
  grid-column: span 10;
}

.grid-col.span-10.start-2 {
  grid-column: 2 / span 10;
}

.grid-col.span-10.start-2.dropdown-content {
  pointer-events: none;
  pointer-events: none;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.grid-col.full-width {
  grid-column: 1 / -1;
}

.grid-col.full-width.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-toggle {
  position: absolute;
  inset: 0%;
}

.purple-gradient-span {
  background-image: linear-gradient(180deg, var(--swatch--purple-gradient-color-1), var(--swatch--purple-gradient-color-2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.bold {
  font-weight: 700;
}

.relative {
  position: relative;
}

.light-gradient-bg {
  background-image: linear-gradient(180deg, var(--swatch--light-purple-color-1), var(--swatch--light-purple-color-2));
}

.border-50px {
  border-radius: 2.5rem;
}

.border-60px {
  border-radius: 3rem;
}

.border-15px {
  border-radius: .75rem;
}

.system-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.system-right-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 90%;
  display: flex;
}

.text-grey {
  color: var(--swatch--grey);
}

.proof-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.5rem 2.25rem;
  display: flex;
}

.method-list {
  grid-column-gap: var(--_size---grid-gap);
  grid-row-gap: var(--_size---grid-gap);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.method-block {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 12rem;
  display: flex;
}

.number-block {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
  position: relative;
}

.h5 {
  --_text-style---font-size: var(--_typography---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--font-semibold);
  --_text-style---letter-spacing: var(--_typography---letter-pacing--0em);
  --_text-style---font-family: var(--_typography---font--primary-family);
}

.method-line {
  z-index: -1;
  background-image: linear-gradient(90deg, var(--swatch--white), #f1f5fa);
  width: 11rem;
  height: .35rem;
  position: absolute;
  right: 0;
}

.who-we-are-list {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 22.5rem;
  display: flex;
}

.who-we-are-block {
  grid-column-gap: var(--_size---grid-gap);
  grid-row-gap: var(--_size---grid-gap);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.profile-block {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.feature-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-block {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.addon-block {
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.addon-block.light-gradient-bg.border-60px.subgrid {
  height: auto;
}

.subgrid {
  grid-template-columns: subgrid;
  display: grid;
}

.dropdown-button {
  aspect-ratio: 1;
  border: 1px solid var(--swatch--purple-gradient-color-1);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 2.7rem;
  display: flex;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.col-1--1 {
  grid-column: 1 / -1 !important;
}

.separator-line {
  background-color: var(--swatch--light-grey);
  width: 100%;
  height: 1px;
}

.center-bg-image {
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
}

.footer-link-list {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.regular {
  font-weight: var(--_typography---font--font-regular);
}

.mobile-link-list {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.mobile-nav-bg {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    --_size---grid-gap: 1rem;
    --_size---5px: .25rem;
    --_size---10px: .5rem;
    --_size---15px: .75rem;
    --_size---20px: 1rem;
    --_typography---font--secondary-family: Opensans, Arial, sans-serif;
    --_typography---font--font-regular: 400;
    --_typography---font--primary-family: Opensans, Arial, sans-serif;
    --_typography---font--font-light: 300;
    --_typography---font--font-medium: 500;
    --_typography---font--font-semibold: 600;
    --_typography---font--font-bold: 700;
    --_typography---letter-pacing--0em: 0em;
    --_typography---letter-pacing--0-02em: -.02em;
    --_typography---letter-pacing--0-025em: -.025em;
    --_typography---letter-pacing--0-03em: -.03em;
    --_typography---letter-pacing--0-05em: -.05em;
    --_typography---line-height--0-8: .8;
    --_typography---line-height--0-85: .85;
    --_typography---line-height--0-9: .9;
    --_typography---line-height--1: 1;
    --_typography---line-height--1-05: 1.05;
    --_typography---line-height--1-2: 1.2;
    --_typography---line-height--1-4: 1.4;
    --_typography---line-height--1-6: 1.6;
    --_typography---font-size--b1: .9rem;
    --_typography---font-size--b2: .8rem;
    --_typography---font-size--b3: .7rem;
    --_typography---font-size--b4: .7rem;
    --_typography---font-size--h1: 3.2rem;
    --_typography---font-size--h2: 2.1rem;
    --_typography---font-size--h3: 1.8rem;
    --_typography---font-size--h4: 1.4rem;
    --_typography---font-size--h5: 1rem;
    --_typography---font-size--h6\<deleted\|variable-4b9ed0a5-871b-8936-f6a9-90c04f66c4da\>: 1rem;
  }

  .container {
    padding-left: 1.65rem;
    padding-right: 1.65rem;
  }

  .image-block.testimonial {
    width: 3.7rem;
  }

  .text.b4.footer-link:hover, .text.b4.mobile-link:hover, .text.b4.footer-link:hover, .text.b4.mobile-link:hover, .text.b4.footer-link:hover, .text.b4.mobile-link:hover {
    color: var(--swatch--grey);
  }

  .spacer._40px {
    padding-top: 1.8rem;
  }

  .spacer._80px {
    padding-top: 3.8rem;
  }

  .spacer._60px {
    padding-top: 2.8rem;
  }

  .spacer._32px.dropdown {
    padding-top: .8rem;
  }

  .spacer._22px {
    padding-top: 1rem;
  }

  .spacer._50px {
    padding-top: 2.3rem;
  }

  .main-grid._3-col.gap-30px {
    grid-column-gap: 1.2rem;
    grid-column-gap: 1.2rem;
    grid-column-gap: 1.2rem;
  }

  .text-container.max-55 {
    max-width: 75%;
  }

  .grid-col.span-6.start-2.tablet---full-width {
    grid-column: 1 / -1;
  }

  .grid-col.full-width.subgrid.dropdown-toggle {
    flex-direction: column;
    grid-template-columns: auto;
    width: 100%;
    display: flex;
  }

  .border-50px {
    border-radius: 2.355rem;
  }

  .border-60px {
    border-radius: 2.65rem;
  }

  .system-block {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding: 2.65rem 2.3rem;
  }

  .method-line {
    width: 8rem;
  }

  .who-we-are-block {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .testimonial-block {
    padding: 1.6rem;
  }

  .profile-block {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .feature-block {
    padding: 1.8rem 2rem;
  }

  .feature-block.light-gradient-bg.border-60px.subgrid.col-1--1 {
    grid-template-columns: auto;
    display: flex;
  }

  .addon-block {
    padding: 1.8rem 2rem;
  }

  .addon-block.light-gradient-bg.border-60px.subgrid.col-1--1 {
    grid-column: auto;
    grid-template-columns: auto;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_size---grid-gap: 1rem;
    --_size---5px: .25rem;
    --_size---10px: .5rem;
    --_size---15px: .75rem;
    --_size---20px: 1rem;
    --_typography---font--secondary-family: Opensans, Arial, sans-serif;
    --_typography---font--font-regular: 400;
    --_typography---font--primary-family: Opensans, Arial, sans-serif;
    --_typography---font--font-light: 300;
    --_typography---font--font-medium: 500;
    --_typography---font--font-semibold: 600;
    --_typography---font--font-bold: 700;
    --_typography---letter-pacing--0em: 0em;
    --_typography---letter-pacing--0-02em: -.02em;
    --_typography---letter-pacing--0-025em: -.025em;
    --_typography---letter-pacing--0-03em: -.03em;
    --_typography---letter-pacing--0-05em: -.05em;
    --_typography---line-height--0-8: .8;
    --_typography---line-height--0-85: .85;
    --_typography---line-height--0-9: .9;
    --_typography---line-height--1: 1;
    --_typography---line-height--1-05: 1.05;
    --_typography---line-height--1-2: 1.2;
    --_typography---line-height--1-4: 1.4;
    --_typography---line-height--1-6: 1.6;
    --_typography---font-size--b1: .85rem;
    --_typography---font-size--b2: .8rem;
    --_typography---font-size--b3: .7rem;
    --_typography---font-size--b4: .7rem;
    --_typography---font-size--h1: 2.6rem;
    --_typography---font-size--h2: 1.9rem;
    --_typography---font-size--h3: 1.7rem;
    --_typography---font-size--h4: 1.2rem;
    --_typography---font-size--h5: 1rem;
    --_typography---font-size--h6\<deleted\|variable-4b9ed0a5-871b-8936-f6a9-90c04f66c4da\>: 1rem;
  }

  .navbar-block {
    background-color: var(--swatch--white);
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .container {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .container.nav {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .container.main-grid._6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container.main-grid._3-col {
    grid-template-columns: 1fr 1fr;
  }

  .container.main-grid._2-col {
    grid-template-columns: 1fr;
  }

  .image-block.testimonial {
    width: 3.2rem;
  }

  .nav-menu-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    display: flex;
  }

  .menu-button-line {
    background-color: #000;
    width: 1.1rem;
    height: .1rem;
    margin-top: .11rem;
    margin-bottom: .11rem;
    padding: 0;
    display: block;
  }

  .spacer._40px {
    padding-top: 1.7rem;
  }

  .spacer._80px {
    padding-top: 3.65rem;
  }

  .spacer._60px {
    padding-top: 2.65rem;
  }

  .spacer._22px {
    padding-top: .9rem;
  }

  .spacer._50px {
    padding-top: 2.15rem;
  }

  .nav-menu {
    z-index: -1;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5rem;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-menu-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    display: flex;
  }

  .nav-link-block.desktop {
    display: none;
  }

  .navbar-wrapper {
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-menu-bg {
    z-index: -1;
    background-color: var(--swatch--white);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .main-grid._3-col {
    grid-template-columns: 1fr 1fr;
  }

  .main-grid._3-col.gap-30px {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
  }

  .button-block.nav {
    margin-left: 1rem;
  }

  .text-container.max-55 {
    max-width: 90%;
  }

  .grid-col.span-2.mobile-l---span-4, .grid-col.span-3.mobile-l---span-4 {
    grid-column: span 4;
  }

  .grid-col.span-2.mobile-l---span-4, .grid-col.span-3.mobile-l---span-4, .grid-col.span-3.mobile-l---span-4 {
    grid-column: span 4;
  }

  .grid-col.span-6.start-3.mobile-l---span-8 {
    grid-column: 3 / span 8;
  }

  .grid-col.span-8.start-3.subgrid.relative.mobile-l---span-10 {
    grid-column: 2 / span 10;
  }

  .grid-col.span-10.start-2.subgrid.relative.mobile-l---full-width {
    grid-column: 1 / -1;
  }

  .menu-toggle.close {
    display: none;
  }

  .border-50px {
    border-radius: 2.15rem;
  }

  .border-60px {
    border-radius: 2.35rem;
  }

  .system-block {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2.25rem 1.6rem;
  }

  .system-right-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .method-list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .method-block {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    flex-flow: row;
    max-width: 20rem;
  }

  .method-line {
    background-image: linear-gradient(180deg, var(--swatch--white), #f1f5fa);
    width: .35rem;
    height: 7rem;
    bottom: 0;
    right: auto;
  }

  .who-we-are-list {
    margin-right: auto;
  }

  .who-we-are-block {
    grid-column-gap: .65rem;
    grid-row-gap: .65rem;
  }

  .testimonial-block {
    padding: 1.2rem;
  }

  .profile-block {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .feature-block {
    padding: 1.6rem 1.4rem;
  }

  .addon-block {
    padding: 1.6rem 1.4rem 5rem;
  }

  .dropdown-button {
    top: auto;
    bottom: 1.5rem;
  }

  .mobile-link-list {
    display: flex;
  }

  .mobile-nav-bg {
    opacity: 0;
    background-color: #c9c9c966;
    border-radius: 10rem;
    display: block;
    position: absolute;
    inset: -.3rem 0%;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_size---grid-gap: 1rem;
    --_size---5px: .25rem;
    --_size---10px: .5rem;
    --_size---15px: .75rem;
    --_size---20px: 1rem;
    --_typography---font--secondary-family: Opensans, Arial, sans-serif;
    --_typography---font--font-regular: 400;
    --_typography---font--primary-family: Opensans, Arial, sans-serif;
    --_typography---font--font-light: 300;
    --_typography---font--font-medium: 500;
    --_typography---font--font-semibold: 600;
    --_typography---font--font-bold: 700;
    --_typography---letter-pacing--0em: 0em;
    --_typography---letter-pacing--0-02em: -.02em;
    --_typography---letter-pacing--0-025em: -.025em;
    --_typography---letter-pacing--0-03em: -.03em;
    --_typography---letter-pacing--0-05em: -.05em;
    --_typography---line-height--0-8: .8;
    --_typography---line-height--0-85: .85;
    --_typography---line-height--0-9: .9;
    --_typography---line-height--1: 1;
    --_typography---line-height--1-05: 1.05;
    --_typography---line-height--1-2: 1.2;
    --_typography---line-height--1-4: 1.4;
    --_typography---line-height--1-6: 1.6;
    --_typography---font-size--b1: .8rem;
    --_typography---font-size--b2: .8rem;
    --_typography---font-size--b3: .7rem;
    --_typography---font-size--b4: .7rem;
    --_typography---font-size--h1: 1.8rem;
    --_typography---font-size--h2: 1.6rem;
    --_typography---font-size--h3: 1.6rem;
    --_typography---font-size--h4: 1rem;
    --_typography---font-size--h5: 1rem;
    --_typography---font-size--h6\<deleted\|variable-4b9ed0a5-871b-8936-f6a9-90c04f66c4da\>: 1rem;
  }

  .navbar-block, .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.main-grid._6-col {
    grid-template-columns: 1fr 1fr;
  }

  .container.main-grid._3-col {
    grid-template-columns: 1fr;
  }

  .text-block.right.mobile---left {
    text-align: left;
    text-align: left;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-block.testimonial {
    width: 2.8rem;
  }

  .text.b3.mobile--14px, .text.b3.mobile---12px {
    font-size: .7rem;
  }

  .text.b3.mobile--14px, .text.b3.mobile---12px, .text.b3.mobile--14px, .text.b3.mobile---12px {
    font-size: .7rem;
  }

  .text.b4.mobile---12px {
    font-size: .6rem;
  }

  .brand.footer {
    margin-bottom: .75rem;
  }

  .spacer._40px {
    padding-top: 1.6rem;
  }

  .spacer._80px {
    padding-top: 3.5rem;
  }

  .spacer._60px {
    padding-top: 2.5rem;
  }

  .spacer._22px {
    padding-top: .8rem;
  }

  .spacer._50px {
    padding-top: 2rem;
  }

  .nav-menu-content {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .main-grid._3-col {
    grid-template-columns: 1fr;
  }

  .main-grid._3-col.gap-30px {
    grid-row-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .button-block {
    padding: .6rem .8rem;
  }

  .button-block.nav {
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .text-container.max-55 {
    max-width: none;
  }

  .grid-col.span-3.mobile-l---span-4.mobile---full-width, .grid-col.span-6.start-3.mobile-l---span-8.mobile---full-width, .grid-col.span-8.start-3.subgrid.relative.mobile-l---span-10.mobile---full-width {
    grid-column: 1 / -1;
  }

  .grid-col.span-2.mobile-l---span-4.mobile---span-6 {
    grid-column: span 6;
  }

  .grid-col.span-3.mobile-l---span-4.mobile---full-width, .grid-col.span-6.start-3.mobile-l---span-8.mobile---full-width, .grid-col.span-6.start-3.mobile-l---span-8.mobile---full-width, .grid-col.span-6.start-3.mobile-l---span-8.mobile---full-width, .grid-col.span-6.start-3.mobile-l---span-8.mobile---full-width, .grid-col.span-8.start-3.subgrid.relative.mobile-l---span-10.mobile---full-width, .grid-col.span-8.start-3.subgrid.relative.mobile-l---span-10.mobile---full-width, .grid-col.span-8.start-3.subgrid.relative.mobile-l---span-10.mobile---full-width, .grid-col.span-8.start-3.subgrid.relative.mobile-l---span-10.mobile---full-width, .grid-col.span-8.start-3.subgrid.relative.mobile-l---span-10.mobile---full-width, .grid-col.span-8.start-3.subgrid.relative.mobile-l---span-10.mobile---full-width {
    grid-column: 1 / -1;
  }

  .border-50px, .border-60px {
    border-radius: 2rem;
  }

  .system-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem .8rem;
  }

  .who-we-are-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .who-we-are-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .testimonial-block {
    padding: .8rem;
  }

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

  .feature-block {
    padding: 1.5rem .8rem;
  }

  .addon-block {
    padding-top: 1.5rem;
    padding-left: .8rem;
    padding-right: .8rem;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b9f7b194-9277-59c1-a9ee-f1ef3977c290-ac5882e6 {
    grid-column: span 12 / span 12;
  }
}
