:root {
  --accessible-components--white-smoke: whitesmoke;
  --accessible-components--dark-grey: #9b9b9b;
  --accessible-components--green: #00ffa7;
}

body {
  color: #94979c;
  background-color: #0c0e12;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: #f7f7f7;
  text-align: center;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: #f7f7f7;
  letter-spacing: -.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.22222;
}

h3 {
  color: #f7f7f7;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33333;
}

p {
  margin-bottom: 0;
}

a {
  color: #cecfd2;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  position: relative;
}

.section.padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.navbar-section {
  z-index: 999;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.section.footer-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.hero-section {
  padding-bottom: 120px;
  overflow: visible;
}

.nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0c0e124d;
  border-radius: 999px;
  align-items: center;
  padding: 6px 12px;
  display: flex;
}

.navbar-right {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.navbar-right.mobile {
  display: none;
}

.brand-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1b263b;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  background-color: #00c27e;
  border: 1px solid #ffffff1f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 600;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 0 0 1px #0a0d122e, 0 -2px #0a0d120d, 0 1px 2px #0a0d120d;
}

.button:where(.w-variant-10030eb7-f4ca-4fc1-05c4-66bd3e5a5d17), .button:where(.w-variant-5f041ab3-caae-ac34-3a65-a1277c6e89d0) {
  padding: 10px 18px;
}

.button:hover {
  background-color: #00a46b;
}

.button:active {
  background-color: #008359;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navbar-middle {
  z-index: 2;
  flex: none;
  position: relative;
}

.navbar-bg {
  z-index: 0;
  opacity: 1;
  background-color: #0c0e12;
  border: 1px solid #000;
  border-radius: 16px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 24px 56px;
  position: absolute;
  inset: 10px 0%;
  box-shadow: 0 10px 16px -3px #14151a14, 0 3px 5px -2px #14151a0d;
}

.navbar-left {
  z-index: 1;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.menu-button {
  z-index: 1;
}

.container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.container.desktop-padding-0 {
  padding-left: 0;
  padding-right: 0;
}

.container.navbar-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-line {
  opacity: 0;
  background-color: #e8e8ea;
  height: 1px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar-animation-trigger {
  z-index: 9999;
  width: 100vw;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #cecfd2;
  text-align: center;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 8px;
  font-weight: 600;
  line-height: 1.6;
  transition: color .2s;
  display: flex;
}

.nav-link:hover {
  color: #5cfdc5;
}

.nav-link.w--current {
  color: #cecfd2;
}

.nav-link.w--current:hover {
  color: #5cfdc5;
}

.button-arrow {
  background-image: url("https://cdn.prod.website-files.com/683aff180ce2d8e5ff35b3c3/683aff180ce2d8e5ff35b3d4_button-arrow-right-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  width: 16px;
  height: 16px;
}

.hidden {
  display: none;
}

.page-wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: clip;
}

.hero-blur {
  filter: blur(200px);
  background-image: linear-gradient(#00ffa780, #00ffa700);
  border-radius: 999px;
  width: 60vw;
  max-width: 1920px;
  height: 60vw;
  max-height: 800px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -200px auto auto -15vw;
}

.home-hero {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 52.63%;
  max-width: 57ch;
  display: flex;
}

.badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #57ffc4;
  background-color: #001911;
  border: 1px solid #00422b;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
  display: flex;
  box-shadow: 0 12px 16px -4px #0a0d1214, 0 4px 6px -2px #0a0d1208, 0 2px 2px -1px #0a0d120a;
}

.heading-1 {
  color: #f7f7f7;
  text-align: left;
  letter-spacing: -1.2px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

.text-xl {
  font-size: 18px;
}

.text-xl.ch-60 {
  max-width: 60ch;
}

.text-xl.white {
  color: #f7f7f7;
  font-size: 24px;
  line-height: 1.33333;
}

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

.button-secondary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #cecfd2;
  text-align: center;
  background-color: #0c0e12;
  border: 1px solid #373a41;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 600;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 0 0 1px #0a0d122e, 0 -2px #0a0d120d, 0 1px 2px #0a0d120d;
}

.button-secondary:where(.w-variant-10030eb7-f4ca-4fc1-05c4-66bd3e5a5d17), .button-secondary:where(.w-variant-5f041ab3-caae-ac34-3a65-a1277c6e89d0), .button-secondary:where(.w-variant-bd28b4f5-ec2c-2243-4330-c9ae6131c22e) {
  padding: 10px 18px;
}

.button-secondary:hover {
  background-color: #0e131d;
}

.button-secondary:active {
  background-color: #080f1d;
}

.heading-2 {
  color: #f7f7f7;
  letter-spacing: -.72px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.22222;
}

.heading-2.black {
  color: #001911;
  letter-spacing: -.96px;
  letter-spacing: -.96px;
  font-size: 48px;
}

.cta {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: linear-gradient(60deg, #008053, #00c27e);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 96px;
  display: flex;
  position: relative;
  overflow: clip;
}

.cta-content {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  max-width: 85ch;
  display: flex;
  position: relative;
}

.fs_numbercount-1_embed {
  margin-bottom: 0;
  display: none;
}

.faq-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.faq-icon {
  border: 2px solid #61656c;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

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

.faq-label-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.faq-icon-line-2 {
  background-color: #61656c;
  width: 70%;
  height: 2px;
  position: absolute;
}

.faq-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 40%;
  display: flex;
  position: sticky;
  top: 24px;
}

.faq-icon-line-1 {
  background-color: #61656c;
  width: 2px;
  height: 70%;
  box-shadow: 0 2px 5px #0003;
}

.faq-icon-wrapper {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.faq-item {
  cursor: pointer;
  border: 1px solid #0a0f2914;
  border-radius: 10px;
  margin-bottom: 10px;
  line-height: 1.6em;
  box-shadow: 0 1px 2px #14151a0d;
}

.faq-title {
  color: #f7f7f7;
  font-size: 18px;
  font-weight: 600;
}

.faq-title-wrapper {
  flex: 1;
  padding: 16px 20px;
}

.content-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-header.medium {
  max-width: 768px;
}

.content-header.medium.padding-32 {
  max-width: 800px;
  padding-left: 32px;
  padding-right: 32px;
}

.faq-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 55%;
  display: flex;
}

.faq-answer-text {
  line-height: 1.5;
}

.faq-answer-wrapper {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-answer {
  padding: 0 20px 16px;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.text-lg {
  color: #cecfd2;
  font-size: 18px;
  line-height: 1.55556;
}

.text-lg.color-soft {
  color: #94979c;
}

.footer-text {
  font-size: 14px;
}

.green {
  color: var(--accessible-components--green);
}

.green.br-span {
  display: block;
}

.hero-header-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.space-0 {
  width: 100%;
  height: 0;
}

.line {
  background-color: #22262f;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.metrics {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.metric-value-wrapper {
  display: flex;
}

.metric-value {
  color: #f7f7f7;
  text-align: center;
  letter-spacing: -1.2px;
  text-align: center;
  letter-spacing: -1.2px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.22222;
}

.metric-label {
  color: #94979c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55556;
}

.hero-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 42.11%;
  max-width: 55vh;
  display: flex;
  position: relative;
}

.hero-bg-image {
  opacity: .08;
  width: 100%;
  display: none;
  position: absolute;
  inset: -25% 0% 0%;
}

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

.content {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  display: flex;
}

.section-blur {
  opacity: .4;
  filter: blur(250px);
  background-image: linear-gradient(#00ffa7, #00ffa700);
  border-radius: 999px;
  width: 60vw;
  max-width: 1920px;
  height: 60vw;
  max-height: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 80vh -20vw auto auto;
}

.section-blur._4 {
  top: 400vh;
  left: -20vw;
  right: auto;
}

.section-blur._5 {
  top: 500vh;
  left: auto;
  right: -20vw;
}

.section-blur._2 {
  top: 166.3vh;
  left: -20vw;
  right: auto;
}

.section-blur._3 {
  top: 300vh;
  left: auto;
  right: -20vw;
}

.spline-wrapper {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: -86px 0% 0%;
}

.spline-scene {
  z-index: 0;
  opacity: .1;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.spline-cover {
  z-index: 1;
  background-image: linear-gradient(0deg, #0c0e12, #0000 20%);
  position: absolute;
  inset: 0%;
}

.mockup-content {
  z-index: 2;
  width: 81.6%;
  height: 90%;
  margin-left: -.2%;
  position: absolute;
  inset: 10% auto auto;
  overflow: clip;
}

.mockup-image {
  display: none;
  position: relative;
}

.background-video {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.card-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.card-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.card-image-wrapper {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0c0e124d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 40px 16px;
  display: flex;
}

.listing-card {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.listing-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 46.09%;
  display: flex;
}

.listing-video-wrapper {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #00000080;
  border-radius: 12px;
  width: 50%;
  position: relative;
  overflow: clip;
}

.listing-video {
  height: 50vw;
  max-height: 640px;
}

.listing-title {
  font-size: 40px;
  line-height: 1.25;
}

.listing-text {
  font-size: 20px;
  line-height: 1.7;
}

.listing-cta {
  border-radius: 12px;
  height: 65vw;
  max-height: 832px;
  overflow: clip;
}

.cta-gif {
  opacity: .15;
  object-fit: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-wrapper-cta {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-tertiary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #001911;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 600;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 1px 2px #0a0d120d, 0 -2px #0a0d120d, 0 0 0 1px #0a0d122e;
}

.button-tertiary:where(.w-variant-10030eb7-f4ca-4fc1-05c4-66bd3e5a5d17), .button-tertiary:where(.w-variant-5f041ab3-caae-ac34-3a65-a1277c6e89d0), .button-tertiary:where(.w-variant-bd28b4f5-ec2c-2243-4330-c9ae6131c22e) {
  padding: 10px 18px;
}

.button-tertiary:hover {
  background-color: #e4e4e4;
}

.button-tertiary:active {
  background-color: #c5c5c5;
}

.toast-wrapper {
  z-index: 99999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.toast-box-c {
  color: #000;
  background-color: #eaf7ee;
  border: 1px solid #c2e2cb;
  border-radius: 10px;
  margin-bottom: 1rem;
  padding: .4rem;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.toast-box-c.yellow {
  background-color: #fef7ea;
  border-color: #f5e1bf;
  min-width: 400px;
  font-size: 20px;
  font-weight: 500;
}

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

.toast-icon-c {
  color: #fff;
  background-color: #37b158;
  background-image: linear-gradient(#3ebf62, #36b057);
  border-radius: 36%;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: .8rem;
  padding: .4rem;
  display: flex;
  box-shadow: 0 4px 12px -4px #0000004d;
}

.toast-icon-c.yellow {
  background-color: #ee9500;
  background-image: none;
}

.social-media-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-link:hover {
  color: var(--accessible-components--green);
}

.social-media-embed {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .text-xl {
    font-size: 20px;
  }

  .footer-link, .footer-text {
    font-size: 16px;
  }

  .metrics {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .tab-link {
    font-size: 18px;
  }

  .feature-tab-content {
    grid-template-columns: .9fr 1.1fr;
  }
}

@media screen and (min-width: 1920px) {
  .hero-blur {
    left: -8%;
  }

  .tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.navbar-section {
    position: relative;
  }

  .section.hero-section {
    padding-bottom: 64px;
  }

  .nav-menu {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: #0c0e12;
    border-radius: 0;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 24px;
  }

  .navbar-right.desktop {
    display: none;
  }

  .navbar-right.mobile {
    justify-content: flex-start;
    align-items: center;
    padding: 16px 8px;
    display: flex;
  }

  .navbar {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-middle {
    position: static;
  }

  .navbar-bg {
    display: none;
  }

  .navbar-left {
    width: auto;
    margin-right: 0;
  }

  .menu-button {
    background-color: #0000;
    background-image: url("https://cdn.prod.website-files.com/683aff180ce2d8e5ff35b3c3/683aff180ce2d8e5ff35b3ee_Right%20Action.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    padding: 0;
    right: 4px;
  }

  .menu-button.w--open {
    background-color: #0000;
    background-image: url("https://cdn.prod.website-files.com/683aff180ce2d8e5ff35b3c3/683aff180ce2d8e5ff35b3ef_681f26a631967eadfda66ba6_navbar-X.svg");
    background-position: 50%;
    background-size: 32px;
  }

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

  .container.desktop-padding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link:hover {
    color: #cecfd2;
    background-color: #0000;
  }

  .nav-link:active {
    color: #cecfd2;
  }

  .hero-blur {
    opacity: .4;
    filter: blur(50px);
    left: -29px;
  }

  .home-hero {
    flex-flow: column;
  }

  .hero-header {
    width: 100%;
    max-width: none;
  }

  .text-xl {
    font-size: 18px;
  }

  .dashboard-intro-bg {
    inset: auto 0% 0%;
  }

  .dashboard-intro {
    height: auto;
  }

  .cta {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-content {
    max-width: 85100ch;
  }

  .faq-content {
    width: 35%;
  }

  .content-header.medium.padding-32 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-list {
    width: 65%;
  }

  .footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .footer-content {
    justify-content: space-between;
    width: 100%;
  }

  .footer-link, .footer-text {
    font-size: 16px;
  }

  .metric-value {
    font-size: 48px;
  }

  .hero-image-wrapper {
    order: -1;
    width: 50%;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image-decorative {
    width: 20vw;
    max-width: 250px;
  }

  .hero-bg-image {
    min-width: 1000px;
  }

  .content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .tabs-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-icon {
    width: 40px;
    height: 40px;
  }

  .tabs-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-content-wrapper {
    padding: 32px;
  }

  .tab-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .tab-label-wrapper {
    width: 100%;
  }

  .features {
    position: static;
  }

  .feature-link-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
  }

  .feature-link {
    writing-mode: horizontal-tb;
    border-bottom: 1px solid #94979c;
    border-left-style: none;
    padding: 12px 24px;
    transform: none;
  }

  .feature-link.w--current {
    border-bottom-color: var(--accessible-components--green);
  }

  .feature-tabs {
    flex-flow: column;
  }

  .feature-tabs-content {
    margin-left: 0;
  }

  .feature-tab-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: .5fr 1.4fr;
    display: flex;
  }

  .feature-image-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 60%;
    height: auto;
    padding: 32px 32px 0;
  }

  .ts_trigger {
    display: none;
  }

  .features-wrapper {
    height: auto;
  }

  .feature-content {
    width: 50%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-blur {
    opacity: .2;
    filter: blur(100px);
    top: 87.4vh;
    left: auto;
  }

  .spline-wrapper {
    display: none;
  }

  .tabs-box {
    position: static;
  }

  .tabs-wrapper {
    height: auto;
  }

  .ts_trigger-2 {
    display: none;
  }

  .tab-image-wrapper {
    width: 100%;
  }

  .phone-box-wrapper {
    order: -1;
    width: 50%;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .phone-box-big-wrapper {
    top: 15vw;
  }

  .phone-dec-1, .phone-dec-2, .phone-dec-4 {
    width: 25%;
  }

  .toast-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.phone-box-section {
    background-position: 0 80%, 100% 20%;
    background-size: 50px, 50px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero-section {
    padding-bottom: 40px;
  }

  .nav-menu {
    width: auto;
  }

  .navbar-right.mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-wrapper, .brand-wrapper.w--current {
    padding-left: 0;
  }

  .menu-button {
    right: 6px;
  }

  .container.mobile-padding-0, .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .badge {
    padding: 12px 16px;
    font-size: 14px;
  }

  .badge-icon {
    width: 20px;
    height: 20px;
  }

  .heading-1 {
    letter-spacing: -.8px;
    font-size: 40px;
  }

  .text-xl.ch-60 {
    font-size: 18px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .features-text {
    font-size: 16px;
  }

  .cta {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .cta-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .faq-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .text.lg {
    font-size: 16px;
  }

  .faq-content {
    width: 100%;
    position: relative;
    top: 0;
  }

  .faq-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-list {
    width: 100%;
  }

  .faq-answer {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    font-size: 30px;
  }

  .footer {
    text-align: center;
  }

  .footer-content {
    flex-flow: column;
  }

  .metric-value {
    font-size: 40px;
  }

  .metric-label {
    font-size: 16px;
  }

  .hero-bg-image {
    min-width: 1000px;
  }

  .tab-link-icon {
    width: 32px;
    height: 32px;
  }

  .tab-content-wrapper {
    padding: 24px;
  }

  .tab-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .tab-image, .tab-label-wrapper {
    width: 100%;
  }

  .feature-link-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

  .feature-link {
    flex: none;
  }

  .feature-tab-content {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-image-wrapper {
    order: 1;
    width: 100%;
  }

  .feature-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .feature-number-image {
    width: 100px;
    height: 100px;
  }

  .feature-arrow-wrapper {
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    inset: 16px 15px auto auto;
  }

  .spline-wrapper {
    min-width: 1000px;
  }

  .card-wrapper {
    grid-template-columns: 1fr;
  }

  .card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .listing-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .listing-content {
    order: 1;
    width: 100%;
  }

  .listing-video-wrapper {
    width: 100%;
  }

  .listing-video {
    height: 100vw;
  }

  .listing-title {
    font-size: 32px;
  }

  .listing-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    align-items: stretch;
  }

  .navbar-right.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .brand-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 0;
    font-size: 1.1rem;
  }

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

  .heading-1 {
    font-size: 36px;
  }

  .text-xl.white {
    font-size: 18px;
  }

  .button-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .button-wrapper.mobile-col-1 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heading-2.black {
    font-size: 32px;
  }

  .cta {
    align-items: stretch;
    padding: 40px 24px;
  }

  .fs_numbercount-1_wrapper {
    grid-template-columns: 1fr;
  }

  .footer-menu {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 320px;
  }

  .footer-text {
    max-width: 30ch;
  }

  .line {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .metrics {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .metric-value {
    font-size: 28px;
  }

  .metric-label {
    font-size: 14px;
  }

  .hero-image-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .hero-image-decorative {
    width: 30vw;
    bottom: -17px;
    left: -6px;
  }

  .tab-link, .feature-link {
    min-width: 55vw;
  }

  .section-blur {
    opacity: .15;
    filter: blur(50px);
    width: 70vw;
    height: 70vw;
  }

  .phone-box-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .phone-dec-1, .phone-dec-2, .phone-dec-3, .phone-dec-4 {
    display: none;
  }

  .button-wrapper-cta {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .button-wrapper-cta.mobile-col-1 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .toast-box-c.yellow {
    width: 95%;
    min-width: auto;
    max-width: 350px;
  }
}
