:root {
  --_color---background-color: #080807;
  --_color---body-text-fade-white: #eaecef;
  --_typography---button-text: 14px;
  --_typography---heading-2: 35px;
  --_color---heading-1-faded-white: #f5f7f9;
  --_color---base-text-color: white;
  --_color---orchestra-green: #00ff9d;
  --default: 1px;
  --border-color: #2f2f2f85;
  --_typography---heading-1: 80px;
  --_color---orchestra-gradient-3: #00ff9d;
  --_typography---body-text: 15px;
  --_color---lime-green: #d3ffca;
  --_color---faq-body-color: #858585;
  --_typography---heading-3: 60px;
  --_color---orchestra-gradient-1: #0c9;
  --_color---orchestra-gradient-4: #dffff3;
  --_color---slate-black: #ffffff0a;
  --_color---orchestra-gradient-2: #b6ff60;
  --silver-text: silver;
  --_color---dark-green-bg: #102b1f;
  --_typography---hero-text: 90px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--_color---background-color);
  color: var(--_color---body-text-fade-white);
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---button-text);
  letter-spacing: .8px;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  line-height: 1.5em;
}

h1 {
  font-size: var(--_typography---heading-2);
  --_typography---button-text: 14px;
  --_typography---heading-2: 35px;
  --_typography---heading-1: 90px;
  --_typography---body-text: 15px;
  --_typography---heading-3: 60px;
  --_typography---hero-text: 115px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.4em;
}

h2 {
  color: var(--_color---heading-1-faded-white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

p {
  color: var(--_color---body-text-fade-white);
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.4em;
}

a {
  color: var(--_color---base-text-color);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_color---base-text-color);
  text-decoration-color: var(--_color---base-text-color);
}

.navbar {
  z-index: 99999;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 15px 0% auto;
}

.nav-link {
  color: var(--_color---base-text-color);
  font-size: var(--_typography---button-text);
  white-space: nowrap;
  padding: 0;
}

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

.nav-link.w--current {
  color: var(--_color---orchestra-green);
  transition: all .2s ease-in-out;
}

.container {
  border: var(--default) solid var(--border-color);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000073;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-radius: 8px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  height: 4rem;
  padding: 14px 20px;
  transition: transform .2s ease-in-out;
  display: flex;
}

.hero-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.hero-main-title {
  color: #fff;
  font-size: var(--_typography---heading-1);
  text-align: center;
  font-weight: 500;
  line-height: 1.1em;
}

.hero-main-body {
  color: #fff;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-2);
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 300;
  line-height: 1.4em;
}

.hero-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.hero-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_color---orchestra-gradient-3);
  color: var(--_color---background-color);
  cursor: pointer;
  border: 1px solid #fff3;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hero-button:hover {
  border-color: var(--_color---orchestra-green);
  color: var(--_color---orchestra-green);
  background-color: #00ff9d00;
  transform: scale(1.05);
}

.hero-button-text {
  font-weight: 500;
}

.div-block-5 {
  z-index: 0;
  position: relative;
}

.hero-button-text-2 {
  color: var(--_color---lime-green);
  position: absolute;
  inset: 150% 0% auto;
}

.features-section {
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
}

.container-all {
  width: 90%;
  max-width: 1440px;
  height: 100%;
  margin: auto;
}

.features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ".";
  justify-content: center;
  place-items: center;
  max-width: 1440px;
}

.features-item-top {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 32%;
  height: 100%;
  padding: 25px;
  display: flex;
}

.features-item-bottom {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  padding: 25px;
  display: flex;
}

.features-top-row {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48%;
  max-height: 48%;
  display: flex;
}

.features-bottom-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 60%;
  max-height: 60%;
  display: flex;
}

.item-1-top {
  border: 0px solid var(--border-color);
  border-radius: 8px;
  width: 100%;
  height: auto;
  padding: 8px;
  overflow: hidden;
}

.item-1-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.item-1-title {
  color: #fff;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.item-1-body {
  color: var(--_color---faq-body-color);
  font-size: var(--_typography---body-text);
  word-break: keep-all;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.5em;
}

.item-2-title {
  color: #fff;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.item-2-body {
  color: var(--_color---faq-body-color);
  font-size: var(--_typography---body-text);
  word-break: keep-all;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.5em;
}

.item-2-top, .item-3-top {
  border: 0px solid var(--border-color);
  border-radius: 8px;
  width: 100%;
  height: auto;
  padding: 8px;
}

.item-3-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.item-3-title {
  color: var(--_color---base-text-color);
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.item-3-body {
  color: var(--_color---faq-body-color);
  font-size: var(--_typography---body-text);
  margin-bottom: 0;
}

.item-4-top {
  border: 0px solid var(--border-color);
  border-radius: 8px;
  width: 100%;
  padding: 8px;
}

.item-4-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.item-5-top {
  border: 0px solid var(--border-color);
  border-radius: 8px;
  width: 100%;
  height: auto;
  padding: 8px;
  overflow: hidden;
}

.item-5-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.item-4-title {
  color: #fff;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.item-4-body {
  color: var(--_color---faq-body-color);
  font-size: var(--_typography---body-text);
  word-break: keep-all;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.5em;
}

.item-1-number, .item-2-number, .item-3-number, .item-4-number, .item-5-number {
  color: var(--_color---lime-green);
}

.item-5-title {
  color: #fff;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.item-5-body {
  color: var(--_color---faq-body-color);
  font-size: var(--_typography---body-text);
  word-break: keep-all;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.5em;
}

.feature-section-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-section-title-2 {
  color: var(--_color---orchestra-green);
}

.features-section-title-1 {
  color: var(--_color---base-text-color);
  font-size: var(--_typography---heading-3);
  line-height: 1.3em;
}

.feature-section-title-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: none;
}

.hero-div-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
}

.container-hero {
  max-width: 100%;
  height: 100%;
  margin: auto;
}

.htw-section {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.htw-top {
  align-self: center;
}

.htw-bottom {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.htw-bottom-left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.htw-bottom-right {
  object-fit: contain;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.htw-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.htw-title-wrapper {
  width: 100%;
  max-width: 1440px;
}

.htw-section-title-1 {
  color: var(--_color---base-text-color);
  font-size: 60px;
  line-height: 1.3em;
}

.htw-step-1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.step-1 {
  color: var(--_color---lime-green);
  font-size: var(--_typography---body-text);
  font-weight: 300;
  line-height: 1.5em;
}

.step-1-title {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-2);
  font-weight: 400;
  line-height: 1.3em;
}

.step-1-title-wrapper {
  color: var(--_color---base-text-color);
  font-size: var(--_typography---heading-2);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  line-height: 1.3em;
  display: flex;
}

.htw-step-2, .htw-step-3, .htw-step-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.step-2 {
  color: var(--_color---lime-green);
  font-size: var(--_typography---body-text);
  font-weight: 300;
  line-height: 1.5em;
}

.step-2-title-wrapper {
  color: var(--_color---base-text-color);
  font-size: var(--_typography---heading-2);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  line-height: 1.3em;
  display: flex;
}

.step-2-title {
  color: var(--_color---base-text-color);
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-2);
  font-weight: 400;
  line-height: 1.3em;
}

.step-1-img {
  width: 3rem;
  max-height: 3rem;
  transition: transform .2s ease-in-out;
}

.step-2-img {
  width: 3rem;
  max-height: 3rem;
  transition: opacity .2s ease-in-out;
}

.step-2-body {
  color: var(--_color---faq-body-color);
  margin-bottom: 0;
  line-height: 1.4em;
}

.step-1-body {
  color: var(--_color---faq-body-color);
  width: 100%;
  margin-bottom: 0;
}

.step-3 {
  color: var(--_color---lime-green);
  font-size: var(--_typography---body-text);
  font-weight: 300;
  line-height: 1.5em;
}

.step-3-title-wrapper {
  color: var(--_color---base-text-color);
  font-size: var(--_typography---heading-2);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  line-height: 1.3em;
  display: flex;
}

.step-3-title {
  color: var(--_color---base-text-color);
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-2);
  font-weight: 400;
  line-height: 1.3em;
}

.step-3-img {
  width: 3rem;
  max-height: 3rem;
  transition: opacity .2s ease-in-out;
}

.step-3-body {
  color: var(--_color---faq-body-color);
  margin-bottom: 0;
}

.step-4 {
  color: var(--_color---lime-green);
  font-size: var(--_typography---body-text);
  font-weight: 300;
  line-height: 1.5em;
}

.step-4-title-wrapper {
  color: var(--_color---base-text-color);
  font-size: var(--_typography---heading-2);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  line-height: 1.3em;
  display: flex;
}

.step-4-title {
  color: var(--_color---base-text-color);
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-2);
  font-weight: 400;
  line-height: 1.3em;
}

.step-4-img {
  width: 3rem;
  max-height: 3rem;
  transition: opacity .2s ease-in-out;
}

.step-4-body {
  color: var(--_color---faq-body-color);
  margin-bottom: 0;
}

.underline {
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.baseline {
  background-color: var(--border-color);
  width: 100%;
  height: 100%;
  position: absolute;
}

.fill-line {
  z-index: 2;
  background-color: var(--_color---lime-green);
  width: 0%;
  height: 100%;
  transition: width .2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.step-1-body-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 0;
  margin-top: 12px;
  transition: height .2s cubic-bezier(.645, .045, .355, 1);
  display: block;
  overflow: hidden;
}

.hero-section {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

._w-background-video {
  border-radius: 24px;
  width: 100%;
  position: relative;
}

.text-span {
  color: var(--_color---orchestra-green);
}

.container-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-bottom: 100px;
  display: flex;
}

.text-block-3 {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-3);
  text-align: center;
  font-weight: 400;
  line-height: 1.2em;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 80%;
  display: flex;
}

.wpos-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-4 {
  border-radius: 4px;
  padding: 8px;
}

.text-block-4 {
  color: var(--_color---base-text-color);
  font-size: var(--_typography---body-text);
  text-align: center;
  line-height: 1.4em;
}

.text-block-5 {
  color: var(--_color---base-text-color);
  text-align: center;
  line-height: 1.4em;
}

.image-5 {
  border: 1px solid #000;
  border-radius: 4px;
  padding: 8px;
}

.text-block-6, .text-block-7 {
  color: var(--_color---base-text-color);
  text-align: center;
  line-height: 1.4em;
}

.section {
  display: none;
}

.text-span-2 {
  color: var(--_color---orchestra-green);
}

.step-1-img-1 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: 0%;
}

.step-2-img-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s ease-in-out;
  display: none;
  position: absolute;
  inset: 0%;
}

.step-3-img-3, .step-4-img-4 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.step-2-body-wrapper, .step-3-body-wrapper, .step-4-body-wrapper {
  height: 0;
  margin-top: 12px;
  transition: all .2s ease-in-out;
  display: block;
  overflow: hidden;
}

.underline-2 {
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.baseline-2 {
  background-color: var(--border-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fill-line-2 {
  z-index: 2;
  background-color: var(--_color---lime-green);
  width: 0%;
  height: 100%;
  transition: width .2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.underline-3 {
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.baseline-3 {
  background-color: var(--border-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fill-line-3 {
  z-index: 2;
  background-color: var(--_color---lime-green);
  width: 0%;
  height: 100%;
  transition: width .2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.underline-4 {
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.baseline-4 {
  background-color: var(--border-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fill-line-4 {
  z-index: 2;
  background-color: var(--_color---lime-green);
  width: 0%;
  height: 100%;
  transition: width .2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.brand-inner {
  order: -1;
  width: 2rem;
  height: 2rem;
  display: none;
}

.logo-inner {
  display: none;
}

.sign-in-inner {
  z-index: 1;
  border: 1px solid var(--_color---lime-green);
  border-radius: 8px;
  order: 1;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
}

.signin-text-inner {
  color: var(--_color---base-text-color);
  white-space: nowrap;
  text-decoration: none;
  -webkit-text-decoration-color: var(--_color---base-text-color);
  text-decoration-color: var(--_color---base-text-color);
}

.sign-in-outer {
  z-index: 1;
  background-color: var(--_color---orchestra-gradient-3);
  border: 1px solid #fff3;
  border-radius: 8px;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 8px 16px;
  display: flex;
}

.signin-text-outer {
  color: var(--_color---background-color);
  text-decoration: none;
  -webkit-text-decoration-color: var(--_color---base-text-color);
  text-decoration-color: var(--_color---base-text-color);
  font-weight: 500;
}

.logo-outer {
  object-fit: cover;
}

.signin-wrapper-outer {
  white-space: pre;
  order: 1;
}

.signin-wrapper-inner {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  align-self: center;
  width: auto;
  height: 100%;
  display: none;
}

.brand-outer {
  order: -1;
  width: 100%;
  max-width: 14em;
  height: 100%;
  max-height: 4rem;
  overflow: hidden;
}

.brand-outer.w--current {
  max-width: 10em;
  overflow: visible;
}

.footer-top {
  align-self: stretch;
  display: block;
}

.footer-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.divider {
  background-color: var(--border-color);
  align-self: stretch;
  height: 2px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start end;
}

.footer-socials {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-item-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-7 {
  max-height: 4rem;
}

.paragraph {
  color: var(--_color---faq-body-color);
  margin-bottom: 0;
}

.footer-item-2-title-wrapper, .footer-item-2-body-wrapper {
  align-self: flex-start;
}

.text-block-8 {
  color: var(--_color---lime-green);
  font-size: var(--_typography---body-text);
}

.text-block-9 {
  color: var(--_color---faq-body-color);
  font-size: var(--_typography---button-text);
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.foorter-item-3-bottom-wrapper {
  width: 100%;
}

.text-block-10 {
  color: var(--_color---lime-green);
  font-size: var(--_typography---body-text);
  font-weight: 700;
}

.facebook, .instagram, .x {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--_color---base-text-color);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.socials-img {
  max-height: 1.5rem;
}

.list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-bottom-item-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-2 {
  color: var(--_color---faq-body-color);
  letter-spacing: .5px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 1.4em;
}

.text-block-11 {
  color: var(--_color---faq-body-color);
  font-size: 12px;
}

.text-block-12 {
  color: var(--_color---faq-body-color);
  font-size: var(--_typography---button-text);
}

.terms-and-conditions, .privacy-policy {
  color: var(--_color---faq-body-color);
  text-decoration: none;
}

.for-all-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.for-all-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.for-all-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  --_typography---button-text: 14px;
  --_typography---heading-2: 35px;
  --_typography---heading-1: 80px;
  --_typography---body-text: 15px;
  --_typography---heading-3: 60px;
  --_typography---hero-text: 90px;
  flex-flow: wrap-reverse;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  place-items: center;
  display: flex;
}

.text-block-13 {
  color: var(--_color---base-text-color);
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-3);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-3 {
  color: var(--_color---faq-body-color);
  font-size: var(--_typography---button-text);
  text-align: center;
  align-self: center;
  width: 80%;
  margin-bottom: 0;
  line-height: 1.5em;
}

.for-all-items-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.career-item {
  border: 1px solid var(--border-color);
  font-size: var(--_typography---body-text);
  border-radius: 100px;
  padding: 8px 16px;
}

._3 {
  color: var(--_color---base-text-color);
  white-space: nowrap;
  width: auto;
}

._2 {
  white-space: nowrap;
  width: auto;
}

._1, ._4, ._5, ._6, ._7, ._8, ._9, ._10, ._11, ._12 {
  color: var(--_color---base-text-color);
  white-space: nowrap;
  width: auto;
}

.faq-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  min-width: 60%;
  max-width: 60%;
  display: flex;
}

.faq-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.text-block-16 {
  font-size: var(--_typography---heading-3);
  width: auto;
  line-height: 1.3em;
}

.text-block-17 {
  color: var(--_color---lime-green);
}

.faq-item-body-1, .faq-item-body-2, .faq-item-body-3, .faq-item-body-4 {
  color: var(--_color---faq-body-color);
  margin-bottom: 0;
  line-height: 1.4em;
}

.faq-item-body-wrapper-1 {
  font-size: var(--_typography---button-text);
  display: none;
  overflow: hidden;
}

.faq-item-body-wrapper-2, .faq-item-body-wrapper-3, .faq-item-body-wrapper-4, .faq-item-body-wrapper-5, .faq-item-body-wrapper-6 {
  font-size: var(--_typography---button-text);
  display: none;
}

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

.faq-item-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.faq-item-img-1 {
  max-height: 1.1rem;
}

.faq-item-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.faq-item-img-2 {
  max-height: 1.1rem;
  transition: transform .2s ease-in-out;
}

.faq-item-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.faq-item-img-3 {
  max-height: 1.1rem;
  transition: transform .2s ease-in-out;
}

.faq-item-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.faq-item-img-4 {
  max-height: 1.1rem;
  transition: transform .2s ease-in-out;
}

.faq-item-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.faq-item-img-5 {
  max-height: 1.1rem;
  transition: transform .2s ease-in-out;
}

.faq-item-body-5 {
  color: var(--_color---faq-body-color);
  margin-bottom: 0;
  line-height: 1.4em;
}

.faq-item-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

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

.faq-item-img-6 {
  max-height: 1.1rem;
  transition: transform .2s ease-in-out;
}

.faq-item-body-6 {
  color: var(--_color---faq-body-color);
  margin-bottom: 0;
  line-height: 1.4em;
}

.faq-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--_color---base-text-color);
  text-decoration-color: var(--_color---base-text-color);
  cursor: pointer;
  border: 1px solid #fff3;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  display: flex;
  overflow: hidden;
}

.faq-cta-btn-text {
  color: var(--_color---base-text-color);
}

.faq-cta-btn-text-2 {
  color: var(--_color---lime-green);
  position: absolute;
  inset: 150% 0% auto;
}

.final-cta {
  margin-top: 40px;
  margin-bottom: 60px;
}

.final-cta-bg {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--_color---orchestra-green);
  color: var(--_color---base-text-color);
  background-image: url('../images/Final-CTA-3-01_1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 40px;
  display: flex;
}

.text-block-18 {
  color: var(--_color---lime-green);
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-2);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3em;
}

.final-cta-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  border: 1px solid #fff3;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.faq-cta-text-wrapper, .final-cta-text-wrapper {
  position: relative;
}

.final-cta-btn-text {
  color: var(--_color---base-text-color);
}

.final-cta-btn-text-2 {
  color: var(--_color---lime-green);
  position: absolute;
  inset: 150% 0% auto;
}

.pricing-section {
  margin-bottom: 40px;
  display: block;
}

.pricing-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-model-1 {
  border: 1px solid var(--border-color);
  --_typography---button-text: 14px;
  --_typography---heading-2: 35px;
  --_typography---heading-1: 80px;
  --_typography---body-text: 15px;
  --_typography---heading-3: 60px;
  --_typography---hero-text: 90px;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
}

.pricing-model-2 {
  border: 1px solid var(--_color---orchestra-green);
  background-image: linear-gradient(135deg, var(--_color---orchestra-gradient-1), var(--_color---orchestra-gradient-3) 50%, var(--_color---orchestra-gradient-4) 95%);
  color: var(--_color---background-color);
  border-radius: 8px;
  width: 100%;
  height: auto;
  padding: 20px;
  position: relative;
}

.pricing-model-3 {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  width: 100%;
  padding: 20px;
}

.text-block-19 {
  font-size: var(--_typography---heading-3);
  text-align: center;
  font-weight: 400;
  line-height: 1.5em;
}

.pricing-model-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-span-4 {
  color: var(--_color---orchestra-green);
}

.model-1-title {
  color: var(--_color---orchestra-green);
  margin-bottom: 12px;
}

.model-1-title._2, .model-1-title._3 {
  color: var(--_color---background-color);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.model-1-body {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--_color---body-text-fade-white);
  flex-flow: column;
  height: auto;
  margin-top: 30px;
  display: flex;
}

.model-1-price {
  color: var(--_color---base-text-color);
  font-size: var(--_typography---heading-2);
  padding-bottom: 0;
  line-height: 1.4em;
}

.model-1-price._2 {
  color: var(--_color---background-color);
  font-weight: 500;
}

.model-1-price._3 {
  color: var(--_color---base-text-color);
  font-weight: 500;
}

.model-1-price._1 {
  font-size: var(--_typography---heading-2);
}

.pricing-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--_color---base-text-color);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-item._4 {
  display: none;
}

.pricing-item._2 {
  color: var(--_color---background-color);
}

.image-10 {
  max-height: 1rem;
}

.image-10._1 {
  filter: grayscale();
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.contact-wrapper-top {
  margin-top: 65px;
}

.container-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  margin: auto;
  display: flex;
}

.item-top {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: 1px none var(--border-color);
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  margin: 40px auto;
  padding: 40px 60px;
  display: flex;
}

.item-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-item-top-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-item-top-bottom {
  z-index: 10;
  background-color: var(--_color---slate-black);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 24px 24px 12px;
  display: flex;
  position: relative;
}

.text-block-20 {
  color: var(--_color---base-text-color);
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-3);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2em;
}

.contact-card {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 25%;
  height: auto;
  padding: 20px;
  transition: all .2s ease-in-out;
  display: flex;
}

.contact-card:hover {
  transform: scale(1.05);
}

.contact-card._1 {
  background-color: #ffe6fe;
  display: none;
}

.contact-card._2 {
  background-color: #fff3dc;
  display: none;
}

.contact-card._3 {
  background-color: #ecfee9;
  position: relative;
}

.contact-card._4 {
  background-color: #eff0ff;
}

.text-block-21 {
  color: #b831b3;
  font-size: var(--_typography---heading-2);
  line-height: 1.4em;
}

.text-block-22 {
  color: var(--_color---background-color);
  white-space: pre-wrap;
}

.text-block-23 {
  color: #c08c2a;
  font-size: var(--_typography---heading-2);
  white-space: pre-wrap;
  line-height: 1.4em;
}

.text-block-24 {
  color: var(--_color---background-color);
  white-space: pre-wrap;
}

.text-block-25 {
  color: #4aa63b;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4em;
}

.text-block-26 {
  color: var(--_color---background-color);
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---body-text);
  letter-spacing: 0;
  white-space: pre-wrap;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4em;
}

.text-block-28 {
  color: #4d55ce;
  font-size: var(--_typography---heading-2);
  white-space: pre-wrap;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4em;
}

.div-block-11 {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.field-label, .field-label-2, .field-label-3 {
  font-weight: 400;
}

.text-field {
  border: 1px solid var(--border-color);
  color: var(--_color---base-text-color);
  background-color: #fff0;
  border-radius: 6px;
}

.text-field:hover {
  border: 1px solid var(--_color---faq-body-color);
}

.text-field:focus {
  border: 1px solid var(--_color---orchestra-green);
}

.text-field-2 {
  border: 1px solid var(--border-color);
  color: var(--_color---base-text-color);
  background-color: #fff0;
  border-radius: 6px;
}

.text-field-2:hover {
  border-color: var(--_color---faq-body-color);
}

.text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  border-color: var(--_color---orchestra-green);
}

.textarea {
  border: 1px solid var(--border-color);
  color: var(--_color---base-text-color);
  background-color: #fff0;
  border-radius: 6px;
  min-height: 150px;
}

.textarea:hover {
  border-color: var(--_color---faq-body-color);
}

.textarea:focus-visible, .textarea[data-wf-focus-visible] {
  border-color: var(--_color---orchestra-green);
}

.contact-us-form {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.text-block-29 {
  color: var(--_color---faq-body-color);
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---body-text);
  text-align: center;
  letter-spacing: 0;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5em;
}

.text-block-30 {
  color: var(--_color---orchestra-green);
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---body-text);
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4em;
}

.submit-button {
  background-color: var(--_color---orchestra-green);
  color: var(--_color---background-color);
  border-radius: 6px;
  align-self: flex-end;
  padding-left: 24px;
  padding-right: 24px;
}

.form-block {
  align-self: stretch;
  width: 100%;
  height: 100%;
  display: block;
}

.success-message {
  background-color: #ddd0;
  border-radius: 8px;
  height: 100%;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.error-message {
  color: var(--_color---background-color);
  border-radius: 8px;
}

.container-contact-2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  border: var(--default) solid var(--border-color);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center stretch;
  width: 90%;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.step-4-img-4-mbl, .step-3-img-3-mbl {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.step-2-img-2-mbl {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s ease-in-out;
  display: none;
  position: absolute;
  inset: 0%;
}

.step-1-img-1-mbl {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.contact-footer-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-footer-top {
  align-self: stretch;
  display: none;
}

.contact-div-block-9 {
  display: none;
}

.video-player {
  display: flex;
}

.video-container {
  width: 100%;
  display: none;
}

.text-block-32, .text-block-33, .text-block-34 {
  letter-spacing: 0;
}

.footer-contact {
  margin-top: 40px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 360px;
  display: flex;
}

.text-block-36 {
  color: var(--_color---base-text-color);
  font-size: var(--_typography---body-text);
}

.text-span-5 {
  color: var(--_color---orchestra-green);
}

.pricing-free-btn {
  margin-top: 30px;
}

.button {
  background-color: var(--_color---orchestra-gradient-3);
  color: var(--_color---background-color);
  border-radius: 8px;
}

.button._2 {
  background-color: var(--_color---background-color);
  color: var(--_color---orchestra-gradient-3);
}

.button._62 {
  background-color: var(--_color---lime-green);
  color: var(--_color---background-color);
  letter-spacing: 0;
  font-weight: 400;
}

.logo-outer-short {
  object-fit: cover;
  display: none;
}

.div-block-13 {
  display: none;
}

.code-embed-4 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.right-side-form-2 {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 30%;
}

.div-block-15 {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #121212;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.text-block-39 {
  color: var(--_color---orchestra-green);
  font-size: var(--_typography---heading-3);
  text-align: center;
  line-height: 1.3em;
}

.left-side-2 {
  z-index: 8;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  display: flex;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.all-div-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.paragraph-4 {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---body-text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4em;
}

.div-block-18 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(135deg, var(--_color---orchestra-gradient-1), var(--_color---orchestra-gradient-2) 33%, var(--_color---orchestra-gradient-3) 66%, var(--_color---orchestra-gradient-4));
  color: var(--_color---faq-body-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: none;
}

.days-wrapper, .hours-wrapper, .minutes-wrapper, .seconds-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.days-counter, .hours-counter, .minutes-counter, .seconds-counter {
  font-size: var(--_typography---heading-2);
}

.blob-divs {
  z-index: -4;
  box-sizing: content-box;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.footer-top-copy {
  align-self: stretch;
  margin-bottom: 20px;
  display: block;
}

.footer-item-wrapper-copy-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.linkedin {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--_color---base-text-color);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-10-copy {
  font-size: var(--_typography---body-text);
}

.div-block-20 {
  background-color: var(--_color---orchestra-gradient-2);
  opacity: .2;
  filter: blur(200px);
  mix-blend-mode: lighten;
  border-radius: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: -23% auto auto -14%;
}

.div-block-20-copy-copy {
  background-color: var(--_color---orchestra-gradient-1);
  opacity: .2;
  filter: blur(192px);
  mix-blend-mode: lighten;
  border-radius: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: auto auto -16% -11%;
}

.marker {
  font-size: var(--_typography---body-text);
}

.text-span-6, .text-span-7 {
  color: var(--_color---orchestra-green);
}

.footer-top-copy {
  align-self: stretch;
  display: block;
}

.faq-waitlist {
  z-index: 10;
  position: relative;
}

.faq-waitlist-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.faq-waitlist-wrapper-bottom {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  display: flex;
}

.text-block-43 {
  color: var(--_color---orchestra-green);
  font-size: var(--_typography---heading-2);
  text-align: center;
  --_typography---button-text: 14px;
  --_typography---heading-2: 35px;
  --_typography---heading-1: 80px;
  --_typography---body-text: 15px;
  --_typography---heading-3: 60px;
  --_typography---hero-text: 90px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4em;
}

.faq-waitlist-body {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  order: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.faq-waitlist-item-1, .faq-waitlist-item-3, .faq-waitlist-item-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.faq-item-title-1-copy {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---body-text);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.faq-item-img-1-copy {
  max-height: 1.1rem;
}

.faq-item-body-wrapper-1-copy {
  font-size: var(--_typography---button-text);
  display: none;
  overflow: hidden;
}

.faq-item-body-1-copy {
  color: var(--_color---faq-body-color);
  margin-bottom: 0;
  line-height: 1.4em;
}

.faq-waitlist-item-2-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.faq-item-body-wrapper-2-copy {
  font-size: var(--_typography---button-text);
  display: none;
}

.faq-item-title-2-copy {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---body-text);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.faq-item-img-2-copy {
  max-height: 1.1rem;
  transition: transform .2s ease-in-out;
}

.faq-item-body-2-copy {
  color: var(--_color---faq-body-color);
  margin-bottom: 0;
  line-height: 1.4em;
}

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

.faq-item-title-3-copy {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---body-text);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.faq-item-img-3-copy {
  max-height: 1.1rem;
  transition: transform .2s ease-in-out;
}

.faq-item-body-wrapper-3-copy {
  font-size: var(--_typography---button-text);
  display: none;
}

.faq-item-body-3-copy {
  color: var(--_color---faq-body-color);
  margin-bottom: 0;
  line-height: 1.4em;
}

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

.faq-item-title-4-copy {
  font-size: var(--_typography---body-text);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.faq-item-img-4-copy {
  max-height: 1.1rem;
  transition: transform .2s ease-in-out;
}

.faq-item-body-wrapper-4-copy {
  font-size: var(--_typography---button-text);
  display: none;
}

.faq-item-body-4-copy {
  color: var(--_color---faq-body-color);
  margin-bottom: 0;
  line-height: 1.4em;
}

.faq-waitlist-item-4-copy-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.faq-item-title-4-copy-copy {
  font-size: var(--_typography---body-text);
}

.faq-item-img-4-copy-copy {
  max-height: 1.1rem;
  transition: transform .2s ease-in-out;
}

.faq-item-body-wrapper-4-copy-copy {
  font-size: var(--_typography---button-text);
  display: none;
}

.faq-item-body-4-copy-copy {
  color: var(--_color---faq-body-color);
  margin-bottom: 0;
  line-height: 1.4em;
}

.faq-waitlist-item-4-copy-copy-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.faq-item-title-4-copy-copy-copy {
  font-size: var(--_typography---body-text);
}

.faq-item-img-4-copy-copy-copy {
  max-height: 1.1rem;
  transition: transform .2s ease-in-out;
}

.faq-item-body-wrapper-4-copy-copy-copy {
  font-size: var(--_typography---button-text);
  display: none;
}

.faq-item-body-4-copy-copy-copy {
  color: var(--_color---faq-body-color);
  margin-bottom: 0;
  line-height: 1.4em;
}

.footer-item-wrapper-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.grid-copy {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  place-items: center;
}

.footer-wrapper-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-socials-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14, .list-item-2 {
  display: none;
}

.wailist-link {
  color: #fff;
  font-size: var(--_typography---body-text);
  line-height: 1.4em;
  text-decoration: none;
}

.div-block-21 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--_color---base-text-color);
  font-size: var(--_typography---button-text);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  position: relative;
}

.div-block-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--border-color);
  background-color: var(--_color---background-color);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 40%;
  padding: 24px;
  display: flex;
}

.div-block-25 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-16 {
  cursor: pointer;
  width: 1.2rem;
  max-height: 1.2rem;
  transform: rotate(45deg);
}

.text-block-45 {
  color: var(--_color---lime-green);
  font-size: var(--_typography---heading-2);
  line-height: 1.4em;
}

.div-block-26 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-17 {
  width: 3rem;
  max-height: 3rem;
}

.div-block-27 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  flex-flow: column;
  padding: 6px;
  display: flex;
}

.text-block-46 {
  font-size: var(--_typography---body-text);
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 300;
  line-height: 1.5em;
}

.text-span-8 {
  color: var(--_color---lime-green);
}

.push-notice {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0808072b;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.section-5 {
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-1-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 30%;
  display: flex;
}

.blog-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.heading {
  color: var(--_color---lime-green);
  font-size: var(--_typography---heading-3);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-5 {
  color: var(--_color---base-text-color);
  font-size: var(--_typography---button-text);
  text-align: center;
  letter-spacing: .8px;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.6em;
}

.div-block-28 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: var(--border-color);
  border-radius: 8px 0 0 8px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding: 3rem;
  display: flex;
}

.heading-2 {
  color: var(--_color---heading-1-faded-white);
  font-size: var(--_typography---heading-2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph-6 {
  color: #eaecef;
  font-size: var(--_typography---button-text);
  letter-spacing: .8px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.6em;
}

.top-content-hero-text {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.date {
  align-self: stretch;
  width: 50%;
}

.image-18 {
  object-fit: cover;
  object-position: 10% 50%;
  border-radius: 0 8px 8px 0;
  height: 100%;
}

.text-block-47 {
  color: var(--_color---lime-green);
  margin-bottom: 10px;
}

.text-block-48 {
  color: var(--_color---lime-green);
  font-size: var(--_typography---body-text);
}

.blog-hero {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-30 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-19 {
  width: 1.5rem;
  max-width: 3rem;
  max-height: 3rem;
  transform: rotate(45deg);
}

.section-2-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sub-newsletter {
  width: 100%;
  position: relative;
}

.form {
  border: 1px solid var(--border-color);
  border-radius: 100em;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 12px;
  display: flex;
}

.text-field-3 {
  background-color: #fff0;
  border: 0 solid #000;
  align-self: stretch;
  height: 3rem;
  margin-bottom: 0;
}

.submit-button-2 {
  background-color: var(--_color---orchestra-gradient-3);
  color: var(--_color---background-color);
  border-radius: 100em;
  align-self: stretch;
  padding-left: 48px;
  padding-right: 48px;
}

.form-block-2 {
  margin-bottom: 0;
}

.section-6 {
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.heading-3 {
  color: var(--_color---lime-green);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.section-7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-38 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  height: 100%;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.image-20 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.collection-list-wrapper-2 {
  justify-content: center;
  align-items: center;
}

.text-block-49 {
  color: var(--_color---lime-green);
}

.link-block-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-21 {
  width: 2rem;
  max-height: 3rem;
  transform: rotate(45deg);
}

.heading-4 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph-7 {
  font-size: var(--_typography---button-text);
  letter-spacing: .8px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.6em;
}

.text-block-50 {
  color: var(--_color---lime-green);
}

.div-block-39 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--border-color);
  border-radius: 100px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 12px 24px;
  display: flex;
}

.div-block-41 {
  flex-flow: column;
  justify-content: center;
  margin-top: 140px;
  display: flex;
}

.text-block-51 {
  color: var(--_color---lime-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}

.div-block-43 {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-39-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--border-color);
  border-radius: 100px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 6px 24px;
  display: none;
}

.div-block-43-copy {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-51-copy {
  color: var(--_color---lime-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
}

.heading-6 {
  color: var(--_color---lime-green);
  font-size: var(--_typography---heading-2);
  text-align: center;
  font-weight: 400;
}

.div-block-46, .section-8 {
  margin-bottom: 50px;
}

.div-block-47 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.heading-7 {
  text-align: center;
  font-weight: 400;
}

.div-block-49 {
  height: 35%;
}

.blog-section-top {
  margin-top: 40px;
}

.blog-all-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.blog-main-bottom {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-radius: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.blog-main-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-50 {
  border-radius: 12px;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}

.image-22 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.div-block-51 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.author {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-52 {
  margin-bottom: 60px;
}

.collection-list-wrapper-2-copy {
  justify-content: center;
  align-items: center;
}

.collection-list-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-32-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-49-copy {
  height: 35%;
}

.image-20-copy {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.div-block-38-copy {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  height: 100%;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
}

.text-block-50-copy {
  color: var(--_color---lime-green);
}

.heading-4-copy {
  font-size: var(--_typography---heading-2);
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph-7-copy {
  font-size: var(--_typography---button-text);
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.5em;
}

.link-block-4-copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-block-49-copy {
  color: var(--_color---lime-green);
}

.image-21-copy {
  width: 2rem;
  max-height: 3rem;
  transform: rotate(45deg);
}

.empty-state {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-13 {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-2);
  text-align: center;
  margin-bottom: 50px;
}

.text-block-52 {
  color: var(--_color---lime-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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

.div-block-54 {
  object-fit: fill;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
  max-height: 3rem;
  overflow: hidden;
}

.nav-link-copy-copy {
  color: var(--_color---base-text-color);
  font-size: var(--_typography---button-text);
  white-space: nowrap;
  padding: 0;
}

.nav-link-copy-copy:hover {
  color: var(--_color---orchestra-green);
}

.nav-link-copy-copy.w--current {
  color: var(--_color---base-text-color);
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.nav-link-copy-2 {
  color: var(--_color---base-text-color);
  font-size: var(--_typography---button-text);
  white-space: nowrap;
  padding: 0;
}

.nav-link-copy-2:hover {
  color: var(--_color---orchestra-green);
}

.nav-link-copy-2.w--current {
  color: var(--_color---base-text-color);
  text-decoration: none;
  -webkit-text-decoration-color: var(--_color---base-text-color);
  text-decoration-color: var(--_color---base-text-color);
  transition: all .2s ease-in-out;
}

.nav-link-copy-2.w--current:hover {
  color: var(--_color---orchestra-green);
}

.heading-14 {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-2);
  width: 100%;
  font-weight: 700;
}

.text-block-53 {
  font-size: var(--_typography---body-text);
}

.brand-inner-copy {
  order: -1;
  width: 2rem;
  height: 2rem;
  display: none;
}

.logo-outer-copy-copy {
  object-fit: cover;
  width: 3rem;
  display: none;
}

.div-block-202 {
  background-color: var(--_color---orchestra-gradient-1);
  opacity: .2;
  filter: blur(200px);
  mix-blend-mode: lighten;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wailist-link-copy {
  color: var(--_color---background-color);
  white-space: nowrap;
  word-break: keep-all;
  font-weight: 500;
  line-height: 1.4em;
  position: absolute;
  top: 150%;
}

.data-section-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  margin-top: 20px;
  display: block;
  position: relative;
}

.text-block-54 {
  color: var(--_color---faq-body-color);
  font-size: var(--_typography---button-text);
}

.company-logo-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.div-block-203 {
  width: 5rem;
  max-height: 4rem;
}

.all-company-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.company-logo-wrapper-copy {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 100%;
}

.div-block-204, .div-block-204-copy {
  z-index: 10;
  background-image: linear-gradient(90deg, #000, #fff0);
  width: 12rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-204-copy {
  z-index: 10;
  background-image: linear-gradient(90deg, #fff0, #000);
  width: 12rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cta-2-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: 1px solid var(--border-color);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  display: flex;
}

.heading-15 {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3em;
}

.div-block-205 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  max-width: 40%;
  height: auto;
  display: flex;
}

.div-block-206 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.paragraph-8 {
  color: var(--_color---orchestra-gradient-4);
  font-size: var(--_typography---body-text);
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.6em;
}

.div-block-21-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--_color---base-text-color);
  font-size: var(--_typography---button-text);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  position: relative;
  overflow: hidden;
}

.wailist-link-copy-copy {
  color: #fff;
  font-size: var(--_typography---body-text);
  line-height: 1.4em;
  text-decoration: none;
}

.hero-button-2-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  border: 1px solid #fff3;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-span-9 {
  color: var(--_color---lime-green);
}

.paragraph-9 {
  color: var(--_color---lime-green);
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---body-text);
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.6em;
}

.section-9 {
  display: none;
}

.section-10 {
  margin-top: 100px;
  display: none;
}

.cta-3-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: 1px solid var(--border-color);
  background-image: url('../images/Dark-Green-2.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  display: flex;
}

.left-wrapper-cta3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  max-width: 40%;
  height: auto;
  display: flex;
}

.right-wrapper-cta3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.heading-cta3 {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---heading-2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3em;
}

.cta3-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  border: 1px solid #fff3;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.cta-3-btn-txt {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--_color---base-text-color);
  font-size: var(--_typography---button-text);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  position: relative;
  overflow: hidden;
}

.cta-3-heading-txt-link1 {
  color: #fff;
  font-size: var(--_typography---body-text);
  line-height: 1.4em;
  text-decoration: none;
}

.cta-3-heading-txt-link2 {
  color: var(--_color---background-color);
  white-space: nowrap;
  word-break: keep-all;
  width: auto;
  font-weight: 500;
  line-height: 1.4em;
  position: absolute;
  top: 150%;
}

.cta-3-right-top {
  color: var(--_color---orchestra-gradient-4);
  font-size: var(--_typography---body-text);
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.6em;
}

.cta-3-right-bottom {
  color: var(--_color---lime-green);
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: var(--_typography---body-text);
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.6em;
}

.text-span-10 {
  color: var(--_color---lime-green);
}

.hero-button-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_color---lime-green);
  cursor: pointer;
  border: 1px solid #fff3;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: none;
  overflow: hidden;
}

.div-block-5-copy {
  z-index: 0;
  position: relative;
}

.hero-button-text-23 {
  color: var(--_color---background-color);
}

.hero-button-text-23-copy {
  color: var(--_color---lime-green);
  position: absolute;
  top: 150%;
}

.logo-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: center start;
  width: 100%;
  display: flex;
}

.platform-img {
  width: auto;
  max-width: none;
  max-height: 1.5rem;
}

.platform-img._1 {
  max-height: 2rem;
}

.logo-outer-copy {
  object-fit: cover;
}

.logo-inner-copy {
  display: none;
}

.nav-menu-copy-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 8px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  height: 4rem;
  padding: 14px 20px;
  transition: transform .2s ease-in-out;
  display: flex;
}

.rich-text-block {
  text-overflow: ellipsis;
  font-family: helvetica-neue-lt-pro, sans-serif;
}

.nav-link-copy {
  color: var(--_color---base-text-color);
  font-size: var(--_typography---button-text);
  white-space: nowrap;
  padding: 0;
}

.nav-link-copy:hover {
  color: var(--_color---orchestra-green);
}

.nav-link-copy.w--current {
  color: var(--_color---base-text-color);
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.container-copy {
  border: var(--default) solid var(--border-color);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000073;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-copy-copy-copy {
  border: var(--default) solid var(--border-color);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-span-12, .bold-text {
  color: var(--_color---orchestra-green);
}

.logo-wrapper-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: center start;
  width: 100%;
  display: flex;
  position: absolute;
  left: 100%;
}

.div-block-207 {
  display: none;
}

.all-company-wrapper-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  height: 5rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.data-section-wrapper-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 60px;
  display: none;
  position: relative;
}

.div-block-208 {
  display: none;
}

.heading-17 {
  color: var(--_color---background-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.heading-17._3 {
  color: var(--_color---lime-green);
}

.div-block-209 {
  background-color: var(--_color---background-color);
  filter: drop-shadow(2px 0px 10px var(--_color---lime-green)) drop-shadow(0px 2px 10px var(--_color---lime-green));
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--_color---orchestra-green);
  border: 1px solid #000;
  border-radius: 100px;
  padding: 4px 12px;
}

.text-block-55 {
  font-size: 12px;
}

.div-block-209-copy {
  border: 1px solid var(--_color---lime-green);
  background-color: var(--_color---background-color);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--_color---lime-green);
  border-radius: 100px;
  padding: 4px 12px;
  display: none;
}

.flex-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--_color---faq-body-color);
  letter-spacing: 1px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  font-size: 12px;
}

.link {
  color: var(--_color---base-text-color);
}

.link.w--current {
  color: var(--_color---faq-body-color);
}

.link-2, .link-3 {
  color: var(--silver-text);
  -webkit-text-decoration-color: var(--silver-text);
  text-decoration-color: var(--silver-text);
}

.div-block-210 {
  background-color: var(--_color---slate-black);
  border: 1px solid #ffffff14;
  border-radius: 8px;
  width: 75%;
  padding: 1em 1em 1em 1.5em;
}

.div-block-211 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 25%;
  display: flex;
  position: sticky;
  top: 12%;
}

.div-block-212 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  flex-flow: column;
  height: auto;
  max-height: 40em;
  padding: 18px;
  display: flex;
}

.line {
  background-color: var(--border-color);
  height: 1px;
  max-height: 1px;
}

.text-block-56 {
  padding-left: 2px;
  font-size: 12px;
  text-decoration: none;
}

.div-block-213 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-28 {
  max-width: 1rem;
  max-height: 1rem;
  transform: rotate(180deg);
}

.text-block-57 {
  color: var(--_color---background-color);
}

.div-block-214 {
  overflow: auto;
}

.link-5 {
  color: var(--_color---dark-green-bg);
}

.rich-text-block-2 {
  color: var(--_color---heading-1-faded-white);
}

.contact-wrapper-top-copy {
  margin-top: 65px;
  display: none;
}

.blob-divs-copy {
  z-index: -4;
  box-sizing: content-box;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.div-block-20-copy {
  background-color: var(--_color---orchestra-gradient-1);
  opacity: .2;
  filter: blur(200px);
  mix-blend-mode: lighten;
  border-radius: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: -23% auto auto -14%;
}

.div-block-202-copy {
  background-color: var(--_color---orchestra-gradient-1);
  opacity: .3;
  filter: blur(200px);
  mix-blend-mode: lighten;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blob-divs-copy-2 {
  z-index: -4;
  box-sizing: content-box;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.div-block-20-copy-2 {
  background-color: var(--_color---orchestra-gradient-2);
  opacity: .2;
  filter: blur(200px);
  mix-blend-mode: lighten;
  border-radius: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: -23% auto auto -14%;
}

.div-block-202-copy-2 {
  background-color: var(--_color---orchestra-gradient-1);
  opacity: .3;
  filter: blur(200px);
  mix-blend-mode: color-dodge;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 50% 0% 0% auto;
}

.div-block-215 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1440px;
  display: flex;
}

.text-block-58 {
  font-size: var(--_typography---heading-2);
  line-height: 1.4em;
}

.div-block-216 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-217 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.text-block-59 {
  color: var(--_color---base-text-color);
  text-align: center;
  letter-spacing: 0;
  align-self: flex-start;
  padding-left: 8px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4em;
}

.div-block-218 {
  background-color: var(--_color---slate-black);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  height: 10rem;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.div-block-218:hover {
  border: 1px solid var(--_color---orchestra-green);
  color: var(--_color---orchestra-gradient-3);
  transform: scale(1.05);
}

.div-block-219 {
  background-color: var(--border-color);
  border-radius: 8px;
  align-self: stretch;
  height: 40%;
}

.image-29 {
  max-width: none;
  max-height: 2.5rem;
}

.div-block-218-copy {
  background-color: var(--border-color);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  height: 2px;
  padding: 0;
  display: flex;
}

.div-block-220 {
  background-color: var(--_color---slate-black);
  border-radius: 8px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 24px;
  display: flex;
}

.img3 {
  max-height: 1.5rem;
}

.img3:hover {
  transform: scale(1.1);
}

.div-block-221 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-3 {
  width: 90%;
  max-width: 1440px;
}

.text-block-60 {
  font-size: var(--_typography---heading-2);
  line-height: 1.4em;
}

.section-11 {
  margin-top: 40px;
}

@media screen and (min-width: 1280px) {
  .hero-button-wrapper {
    width: auto;
  }

  .container-contact-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .right-side-form-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .cta-2-wrapper, .cta-3-wrapper {
    max-width: 80%;
  }
}

@media screen and (min-width: 1440px) {
  .hero-button-wrapper {
    width: auto;
  }

  .container-contact-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .right-side-form-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: flex-end;
    align-items: center;
  }

  .date {
    overflow: hidden;
  }

  .data-section-wrapper {
    width: 45%;
  }

  .all-company-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .logo-wrapper-copy {
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
    position: static;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 60%;
  }

  .hero-button-wrapper {
    width: auto;
  }

  .container-contact-2 {
    max-width: 90%;
  }

  .div-block-28 {
    align-self: stretch;
  }

  .date {
    overflow: hidden;
  }

  .image-18 {
    width: 100%;
    max-width: none;
    height: 100%;
    overflow: hidden;
  }

  .data-section-wrapper {
    width: 40%;
  }

  .cta-2-wrapper, .cta-3-wrapper {
    padding: 100px;
  }

  .container-copy, .container-copy-copy-copy {
    max-width: 60%;
  }

  .logo-wrapper-copy {
    left: 100%;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    align-self: center;
    margin: 0 0 10px;
    position: static;
  }

  .container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .nav-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border: 1px solid var(--border-color);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #00000087;
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    width: 20%;
    height: auto;
    margin-top: 12px;
    margin-left: 6%;
    margin-right: 6%;
    display: flex;
    left: auto;
    right: 0%;
  }

  .hero-main-title {
    --_typography---button-text: 14px;
    --_typography---heading-2: 24px;
    --_typography---heading-1: 55px;
    --_typography---body-text: 15px;
    --_typography---heading-3: 35px;
    --_typography---hero-text: 55px;
  }

  .hero-button-wrapper {
    width: 35%;
  }

  .menu-button {
    order: 1;
  }

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

  .icon {
    color: #fff;
  }

  .container-all {
    height: auto;
  }

  .features-item-top, .features-item-bottom {
    width: 100%;
  }

  .features-top-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .features-bottom-row {
    flex-flow: column;
  }

  .htw-bottom {
    flex-flow: column;
    height: auto;
  }

  .htw-bottom-right {
    width: 60%;
    height: auto;
    display: none;
    position: static;
  }

  .htw-content-wrapper {
    height: auto;
  }

  .step-1-title {
    font-size: var(--_typography---heading-2);
    --_typography---button-text: 14px;
    --_typography---heading-2: 24px;
    --_typography---heading-1: 55px;
    --_typography---body-text: 15px;
    --_typography---heading-3: 35px;
    --_typography---hero-text: 55px;
  }

  .step-2-title {
    --_typography---button-text: 14px;
    --_typography---heading-2: 24px;
    --_typography---heading-1: 55px;
    --_typography---body-text: 15px;
    --_typography---heading-3: 35px;
    --_typography---hero-text: 55px;
  }

  .step-1-img, .step-2-img {
    width: 2rem;
    max-height: 2rem;
  }

  .step-1-body {
    white-space: pre-wrap;
  }

  .step-3-title {
    --_typography---button-text: 14px;
    --_typography---heading-2: 24px;
    --_typography---heading-1: 55px;
    --_typography---body-text: 15px;
    --_typography---heading-3: 35px;
    --_typography---hero-text: 55px;
  }

  .step-3-img {
    width: 2rem;
    max-height: 2rem;
  }

  .step-4-title {
    --_typography---button-text: 14px;
    --_typography---heading-2: 24px;
    --_typography---heading-1: 55px;
    --_typography---body-text: 15px;
    --_typography---heading-3: 35px;
    --_typography---hero-text: 55px;
  }

  .step-4-img {
    width: 2rem;
    max-height: 2rem;
  }

  .step-1-body-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .text-block-3 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 24px;
    --_typography---heading-1: 55px;
    --_typography---body-text: 15px;
    --_typography---heading-3: 35px;
    --_typography---hero-text: 55px;
  }

  .div-block-7 {
    flex-flow: wrap;
    width: 100%;
    max-width: 95%;
  }

  .wpos-item {
    flex: 1;
  }

  .image-4, .image-5 {
    max-height: 3rem;
  }

  .step-1-img-1 {
    position: static;
  }

  .step-2-img-2, .step-3-img-3, .step-4-img-4 {
    display: block;
    position: static;
  }

  .step-2-body-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .step-3-body-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 0;
    display: flex;
  }

  .step-4-body-wrapper {
    border-radius: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .sign-in-inner {
    display: block;
  }

  .sign-in-outer {
    display: none;
  }

  .signin-wrapper-inner {
    border-radius: 12px;
    display: block;
  }

  .brand-outer.w--current {
    flex: none;
  }

  .list-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-bottom-item-1 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .paragraph-3 {
    width: 100%;
  }

  .faq-wrapper {
    flex-flow: column;
  }

  .faq-right {
    align-self: stretch;
    min-width: 100%;
    max-width: 100%;
  }

  .faq-title {
    justify-content: center;
    align-items: center;
  }

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

  .final-cta-bg {
    background-position: 50%;
    background-size: cover;
  }

  .pricing-wrapper {
    flex-flow: column;
  }

  .pricing-model-1 {
    height: 20rem;
  }

  .pricing-model-2 {
    height: 30rem;
  }

  .pricing-model-3 {
    height: 20rem;
  }

  .model-1-title, .model-1-price {
    padding-bottom: 0;
  }

  .section-2 {
    height: 100%;
  }

  .container-contact {
    padding-top: 20px;
  }

  .item-top {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .item-bottom {
    flex-flow: wrap;
  }

  .contact-item-top-left {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .contact-item-top-bottom {
    align-self: center;
  }

  .text-block-20 {
    text-align: center;
    --_typography---button-text: 14px;
    --_typography---heading-2: 24px;
    --_typography---heading-1: 55px;
    --_typography---body-text: 15px;
    --_typography---heading-3: 35px;
    --_typography---hero-text: 55px;
  }

  .contact-card._1, .contact-card._2, .contact-card._3, .contact-card._4 {
    flex: 1;
  }

  .text-block-29, .text-block-30 {
    text-align: center;
  }

  .container-contact-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .image-11, .image-12 {
    max-height: 2rem;
  }

  .step-4-img-4-mbl, .step-3-img-3-mbl, .step-2-img-2-mbl {
    border-radius: 8px;
    padding: 0;
    display: block;
    position: static;
  }

  .step-1-img-1-mbl {
    border-radius: 8px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .contact-footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-contact {
    margin-top: 40px;
  }

  .right-side-form-2 {
    width: 90%;
  }

  .div-block-15 {
    left: 5%;
  }

  .text-block-39 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 24px;
    --_typography---heading-1: 55px;
    --_typography---body-text: 15px;
    --_typography---heading-3: 35px;
    --_typography---hero-text: 55px;
  }

  .left-side-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 100%;
  }

  .all-div-wrapper-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .paragraph-4 {
    white-space: pre-wrap;
    --_typography---button-text: 14px;
    --_typography---heading-2: 24px;
    --_typography---heading-1: 55px;
    --_typography---body-text: 15px;
    --_typography---heading-3: 35px;
    --_typography---hero-text: 55px;
  }

  .days-counter, .hours-counter, .minutes-counter, .seconds-counter, .marker {
    --_typography---button-text: 14px;
    --_typography---heading-2: 24px;
    --_typography---heading-1: 55px;
    --_typography---body-text: 15px;
    --_typography---heading-3: 35px;
    --_typography---hero-text: 55px;
  }

  .faq-waitlist-wrapper-bottom {
    width: 80%;
  }

  .text-block-43 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 24px;
    --_typography---heading-1: 55px;
    --_typography---body-text: 15px;
    --_typography---heading-3: 35px;
    --_typography---hero-text: 55px;
  }

  .faq-waitlist-body {
    align-self: stretch;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-28 {
    border-right-width: 0;
    padding: 2rem;
  }

  .section-2-wrapper {
    width: 80%;
  }

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

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

  .heading-4 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 24px;
    --_typography---heading-1: 55px;
    --_typography---body-text: 15px;
    --_typography---heading-3: 35px;
    --_typography---hero-text: 55px;
  }

  .blog-main-bottom {
    flex-flow: column;
    width: 100%;
  }

  .blog-main-top {
    width: 90%;
  }

  .collection-list-copy {
    grid-template-columns: 1fr 1fr;
  }

  .heading-4-copy {
    --_typography---button-text: 14px;
    --_typography---heading-2: 24px;
    --_typography---heading-1: 55px;
    --_typography---body-text: 15px;
    --_typography---heading-3: 35px;
    --_typography---hero-text: 55px;
  }

  .nav-link-copy-copy, .nav-link-copy-2 {
    align-self: center;
    margin: 0 0 10px;
    position: static;
  }

  .data-section-wrapper {
    width: 100%;
  }

  .div-block-203 {
    width: 4rem;
  }

  .all-company-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: flex-start;
    align-items: center;
  }

  .cta-2-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .cta-3-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 60px 40px;
  }

  .left-wrapper-cta3 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .logo-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-copy-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border: 1px solid var(--border-color);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0000004f;
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    width: 20%;
    height: auto;
    margin-top: 12px;
    margin-left: 6%;
    margin-right: 6%;
    display: flex;
    left: auto;
    right: 0%;
  }

  .nav-link-copy {
    align-self: center;
    margin: 0 0 10px;
    position: static;
  }

  .container-copy, .container-copy-copy-copy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .logo-wrapper-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    align-items: center;
    position: static;
  }

  .all-company-wrapper-copy {
    justify-content: space-between;
    align-items: center;
    width: 90vw;
  }

  .data-section-wrapper-copy {
    width: 100%;
  }

  .div-block-210 {
    order: 1;
    width: 100%;
  }

  .div-block-211 {
    order: -1;
    width: 100%;
    position: static;
  }

  .div-block-215 {
    width: 100%;
  }

  .div-block-216 {
    width: 70%;
  }

  .div-block-217 {
    width: 50%;
    padding: 12px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }

  .hero-div {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-main-title {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .hero-main-body {
    text-align: center;
  }

  .hero-button-wrapper {
    width: 45%;
    max-width: 45%;
  }

  .hero-button-text {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  ._w-background-video {
    width: 100%;
  }

  .logo-inner {
    display: block;
  }

  .brand-outer {
    max-width: 10em;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-auto-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-socials {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-bottom-item-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .final-cta-bg {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .text-block-18 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 24px;
    --_typography---heading-1: 55px;
    --_typography---body-text: 15px;
    --_typography---heading-3: 35px;
    --_typography---hero-text: 55px;
  }

  .item-top {
    padding-left: 0;
    padding-right: 0;
  }

  .item-bottom {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .contact-item-top-bottom {
    width: 100%;
  }

  .contact-card._1, .contact-card._2, .contact-card._3, .contact-card._4 {
    width: auto;
  }

  .container-contact-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-outer-short {
    display: none;
  }

  .right-side-form-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-15 {
    width: 100%;
    inset: auto;
  }

  .text-block-39 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
    font-size: 2rem;
    line-height: 1.2em;
  }

  .left-side-2 {
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .div-block-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-4 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .footer-item-wrapper-copy-copy {
    justify-content: center;
    align-items: center;
  }

  .marker {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .faq-waitlist-wrapper-bottom {
    width: 90%;
  }

  .text-block-43 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .footer-item-wrapper-copy {
    justify-content: center;
    align-items: flex-start;
  }

  .grid-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-auto-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-wrapper-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-socials-copy {
    justify-content: center;
    align-items: flex-start;
  }

  .image-14 {
    display: none;
  }

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

  .section-5 {
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .div-block-28 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    border-width: 1px;
    border-radius: 0 0 8px 8px;
    width: 100%;
    height: auto;
  }

  .date {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    order: -1;
    width: 100%;
  }

  .image-18 {
    border-top-left-radius: 8px;
    border-bottom-right-radius: 0;
  }

  .blog-hero {
    flex-flow: column;
    align-items: stretch;
  }

  .section-2-wrapper {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-6, .section-7 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .div-block-32 {
    justify-content: center;
  }

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

  .div-block-41 {
    height: auto;
    margin-top: 100px;
  }

  .section-8 {
    margin-top: 50px;
  }

  .div-block-49 {
    height: 40%;
  }

  .collection-list-wrapper-3 {
    flex: 1;
    display: flex;
  }

  .collection-list-2 {
    align-self: stretch;
  }

  .blog-main-bottom, .blog-main-top {
    width: 95%;
  }

  .collection-list-copy {
    grid-template-columns: 1fr;
  }

  .div-block-32-copy {
    justify-content: center;
  }

  .div-block-49-copy {
    height: 40%;
  }

  .logo-outer-copy-copy {
    width: 2.5rem;
    max-height: 3rem;
    display: block;
  }

  .wailist-link-copy {
    text-align: center;
  }

  .div-block-203.salesforce, .div-block-203.amazon {
    display: none;
  }

  .cta-2-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 40px;
  }

  .div-block-205 {
    max-width: 100%;
  }

  .div-block-206 {
    width: 100%;
  }

  .wailist-link-copy-copy {
    text-align: center;
  }

  .cta-3-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 40px;
  }

  .left-wrapper-cta3 {
    max-width: 100%;
  }

  .right-wrapper-cta3 {
    width: 100%;
  }

  .cta-3-heading-txt-link1, .cta-3-heading-txt-link2 {
    text-align: center;
  }

  .hero-button-text-23, .hero-button-text-23-copy {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .logo-outer-copy {
    display: none;
  }

  .logo-inner-copy {
    width: 2.5rem;
    max-width: 2.5rem;
    height: 2.5rem;
    max-height: 2.5rem;
    display: block;
    overflow: visible;
  }

  .container-copy, .container-copy-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }

  .div-block-215 {
    flex-flow: column;
  }

  .div-block-216 {
    width: 100%;
  }

  .div-block-217 {
    width: 100%;
    margin-top: 40px;
  }

  .text-block-59 {
    align-self: center;
  }

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

@media screen and (max-width: 479px) {
  .nav-link {
    font-size: var(--_typography---heading-2);
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
    margin-bottom: 24px;
    line-height: 1.4em;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    overflow: clip;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #08080799;
    width: 90%;
    min-width: 70%;
    left: auto;
    right: auto;
  }

  .hero-div {
    width: 100vw;
    padding: 0 20px;
    overflow: hidden;
  }

  .hero-main-title {
    white-space: normal;
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
    font-size: 30px;
    font-weight: 500;
  }

  .hero-main-body {
    font-size: var(--_typography---button-text);
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
    font-weight: 500;
  }

  .hero-button-wrapper {
    flex-flow: column;
    width: auto;
    max-width: none;
  }

  .hero-button-text {
    font-size: var(--_typography---body-text);
  }

  .menu-button {
    order: 1;
  }

  .features-section {
    margin-top: 20px;
  }

  .features-item-top, .features-item-bottom {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .item-1-top {
    padding: 0;
  }

  .item-1-title {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .item-1-body {
    font-size: var(--_typography---body-text);
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .item-2-title {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .item-2-body {
    font-size: var(--_typography---body-text);
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .item-2-top, .item-3-top {
    padding: 0;
  }

  .item-3-title, .item-3-body {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .item-4-top, .item-5-top {
    padding: 0;
  }

  .item-4-title, .item-4-body, .item-5-title, .item-5-body {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .features-section-title-1 {
    font-size: var(--_typography---heading-3);
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .hero-div-wrapper {
    overflow: hidden;
  }

  .htw-section {
    margin-top: 50px;
  }

  .htw-section-title-1 {
    font-size: var(--_typography---heading-3);
    text-align: center;
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .step-1-title, .step-2-title, .step-3-title, .step-4-title {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .hero-section {
    margin-top: 0;
  }

  .text-block-3 {
    font-size: var(--_typography---heading-3);
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .div-block-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .wpos-item {
    padding: 16px;
  }

  .image-4 {
    flex: 1;
  }

  .text-block-5 {
    font-size: var(--_typography---button-text);
  }

  .step-4-body-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .brand-inner {
    max-height: 2rem;
    padding-left: 0;
  }

  .logo-inner {
    width: 2.5rem;
    height: auto;
    max-height: 3rem;
    display: block;
  }

  .logo-outer {
    display: none;
  }

  .signin-wrapper-outer, .signin-wrapper-inner {
    border-radius: 8px;
  }

  .brand-outer.w--current {
    order: -1;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 8em;
    height: auto;
    max-height: 3rem;
    padding-left: 0;
    display: flex;
  }

  .for-all-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .for-all-bottom, .text-block-13, .paragraph-3 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .career-item {
    font-size: var(--_typography---body-text);
  }

  ._12 {
    font-size: var(--_typography---body-text);
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .text-block-16 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .faq-section {
    margin-top: 20px;
  }

  .final-cta {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .final-cta-bg {
    background-position: 50%;
    padding: 40px 20px;
  }

  .text-block-18, .pricing-model-1, .text-block-19 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .model-1-price {
    font-size: var(--_typography---heading-3);
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .section-2 {
    margin-top: 60px;
  }

  .contact-wrapper-top {
    margin-top: 0;
  }

  .container-contact {
    padding-top: 0;
  }

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

  .contact-item-top-left {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
    width: 100%;
  }

  .text-block-26 {
    letter-spacing: 0;
    font-family: helvetica-neue-lt-pro, sans-serif;
  }

  .text-block-29 {
    letter-spacing: 0;
    line-height: 1.5em;
  }

  .container-contact-2 {
    background-color: #0808078f;
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-container {
    width: 100%;
  }

  .text-block-32, .text-block-33, .text-block-34 {
    font-size: var(--_typography---body-text);
  }

  .text-block-35 {
    font-size: var(--_typography---body-text);
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-36 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .logo-outer-short {
    width: 2.5rem;
    max-height: 3rem;
    display: block;
  }

  .right-side-form-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    width: 100%;
    padding-bottom: 20px;
  }

  .text-block-39 {
    white-space: pre-line;
  }

  .left-side-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }

  .div-block-16 {
    height: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .all-div-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-19 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-20 {
    width: 250px;
    height: 250px;
    top: 0%;
    left: 0%;
  }

  .div-block-20-copy {
    width: 200px;
    height: 200px;
    bottom: auto;
  }

  .div-block-20-copy-copy {
    width: auto;
    height: auto;
    inset: 0%;
  }

  .faq-waitlist-wrapper-bottom {
    width: 100%;
  }

  .text-block-43 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
    font-family: helvetica-neue-lt-pro, sans-serif;
  }

  .faq-item-title-1-copy, .faq-item-title-2-copy, .faq-item-title-3-copy, .faq-item-title-4-copy, .faq-item-title-4-copy-copy, .faq-item-title-4-copy-copy-copy {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .image-14 {
    object-fit: cover;
    width: 3rem;
    max-width: none;
    max-height: 4rem;
    display: block;
  }

  .wailist-link {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .div-block-21 {
    display: none;
  }

  .div-block-24 {
    width: 90%;
    padding: 12px;
  }

  .text-block-45, .text-block-46, .heading {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .paragraph-5 {
    width: 100%;
    line-height: 1.4em;
  }

  .div-block-28 {
    padding: 1rem;
  }

  .heading-2 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .paragraph-6 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .text-block-47 {
    margin-top: 10px;
  }

  .text-block-48 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .submit-button-2 {
    align-self: stretch;
    padding-left: 32px;
    padding-right: 32px;
    line-height: 1.3em;
  }

  .div-block-38 {
    padding: 1rem;
  }

  .heading-4 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .div-block-39 {
    align-self: center;
  }

  .div-block-41 {
    margin-top: 60px;
  }

  .blog-main-bottom {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-50 {
    height: auto;
  }

  .div-block-51 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-38-copy {
    padding: 1rem;
  }

  .heading-4-copy {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .text-block-52 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-link-copy-copy, .nav-link-copy-2 {
    font-size: var(--_typography---heading-2);
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
    margin-bottom: 24px;
    line-height: 1.4em;
  }

  .heading-14, .text-block-53 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .brand-inner-copy {
    max-height: 2rem;
    padding-left: 0;
  }

  .logo-outer-copy-copy {
    display: block;
  }

  .wailist-link-copy {
    font-size: var(--_typography---button-text);
    white-space: nowrap;
    word-break: keep-all;
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .data-section-wrapper {
    margin-top: 0;
    overflow: hidden;
  }

  .company-logo-wrapper {
    width: 200vw;
  }

  .all-company-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .company-logo-wrapper-copy {
    width: 200vw;
    top: 0%;
    bottom: 0%;
    left: 200vw;
  }

  .div-block-204, .div-block-204-copy {
    width: 3rem;
  }

  .cta-2-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-position: 0%;
    max-width: 100%;
    padding: 40px 15px;
  }

  .heading-15 {
    text-align: center;
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .div-block-205 {
    justify-content: space-between;
    align-items: center;
  }

  .paragraph-8 {
    text-align: center;
    line-height: 1.5em;
  }

  .div-block-21-copy {
    overflow: visible;
  }

  .wailist-link-copy-copy {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .paragraph-9 {
    text-align: center;
    line-height: 1.4em;
  }

  .cta-3-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-position: 0%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 15px;
  }

  .left-wrapper-cta3 {
    order: -1;
    justify-content: space-between;
    align-items: center;
  }

  .heading-cta3 {
    text-align: center;
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .cta-3-btn-txt {
    overflow: visible;
  }

  .cta-3-heading-txt-link1 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .cta-3-heading-txt-link2 {
    font-size: var(--_typography---button-text);
    white-space: nowrap;
    word-break: keep-all;
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }

  .cta-3-right-top {
    text-align: center;
    line-height: 1.5em;
  }

  .cta-3-right-bottom {
    text-align: center;
    line-height: 1.4em;
  }

  .hero-button-text-23, .hero-button-text-23-copy {
    font-size: var(--_typography---body-text);
  }

  .logo-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .platform-img {
    max-height: 1.5rem;
  }

  .logo-outer-copy {
    display: none;
  }

  .logo-inner-copy {
    width: 2.5rem;
    height: auto;
    max-height: 3rem;
    display: block;
  }

  .nav-menu-copy-copy {
    background-color: #08080799;
    width: 90%;
    min-width: 70%;
    left: auto;
    right: auto;
  }

  .nav-link-copy {
    font-size: var(--_typography---heading-2);
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
    margin-bottom: 24px;
    line-height: 1.4em;
  }

  .container-copy, .container-copy-copy-copy {
    justify-content: space-between;
    align-items: center;
    overflow: clip;
  }

  .logo-wrapper-copy {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    position: static;
    inset: 0% auto 0% 0%;
  }

  .data-section-wrapper-copy {
    overflow: hidden;
  }

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

  .div-block-210 {
    padding-left: 1em;
    padding-right: .5em;
  }

  .div-block-212 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-56 {
    padding-left: 8px;
  }

  .div-block-20-copy, .div-block-20-copy-2 {
    width: 250px;
    height: 250px;
    top: 0%;
    left: 0%;
  }

  .heading-18 {
    --_typography---button-text: 14px;
    --_typography---heading-2: 22px;
    --_typography---heading-1: 32px;
    --_typography---body-text: 14px;
    --_typography---heading-3: 32px;
    --_typography---hero-text: 32px;
  }
}

#w-node-_2b6e7f78-1f35-4190-3feb-50e5860c902d-2657a59e, #w-node-_92a41bdd-9378-81c7-71b7-3d3c17b656e6-2657a59e, #w-node-_6c3ed023-f6a4-bffb-9e4d-31ba2bb3d250-2657a59e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_31184ec1-a04b-fa2f-c06b-b47d09639b99-09639b8f, #w-node-d1dfe4c8-b142-ddf3-cb54-cf718bc042d5-4d2d08be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fad47f20-a59f-987c-75a4-e25a75ab056e-8f958a95 {
  justify-self: start;
}

#w-node-fad47f20-a59f-987c-75a4-e25a75ab0573-8f958a95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fad47f20-a59f-987c-75a4-e25a75ab0589-8f958a95 {
  justify-self: end;
}

#w-node-_56fc16e9-ea62-22dd-3681-534acf2c3931-463e7ebf, #w-node-e22f0ff1-c9cd-c416-acbe-4e27e64a3b65-6cd2a9a6, #w-node-cc137ec3-a4f8-3782-bc55-0c2850730b20-6cd2a9a6 {
  place-self: stretch stretch;
}


