@font-face {
  font-family: Futura;
  src: url('../fonts/Futura-PT_Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: black;
  --blue: #0f43f0;
  --grey-dark: #a1abb7;
  --brand-primary: #0ff0bc;
  --dark-variant-1: #1f334a;
  --white: white;
  --red: #f00f43;
  --gray-medium: #eceef0;
  --medium-slate-blue: #7080f7;
  --brand-primary-2: #324862;
  --goldenrod: #f0bc0f;
  --gray-light: #f6f7f8;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--black);
  font-family: Nunito Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: var(--black);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.3;
}

h2 {
  letter-spacing: -.5px;
  max-width: 960px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-family: Futura, Verdana, sans-serif;
  font-weight: 700;
}

p {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
}

a {
  color: var(--blue);
  background-color: #0000;
  font-weight: 700;
  text-decoration: none;
}

ul {
  color: var(--black);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 48px;
  font-size: 1rem;
  line-height: 1.5;
}

li {
  color: var(--black);
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.5;
}

strong {
  letter-spacing: .15px;
  font-weight: 700;
  display: inline-block;
}

.line-1 {
  background-color: #000;
  width: 27px;
  height: 2px;
}

.line-2 {
  background-color: #20193a;
  width: 20px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.line-3 {
  background-color: #20193a;
  width: 27px;
  height: 2px;
}

.drop-menu {
  opacity: 0;
  border-radius: 4px;
  flex-direction: column;
  margin-top: 8px;
  padding: 10px 10px 10px 15px;
  display: none;
  box-shadow: 1px 1px 13px #4f5e7842;
}

.overlay, .overlay-2 {
  z-index: 1000;
  background-color: #00000094;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0;
}

.overlay-3 {
  z-index: 1000;
  background-color: #00000094;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.overlay-4, .overlay-5, .overlay-6, .overlay-last {
  z-index: 1000;
  background-color: #00000094;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0;
}

.navigation {
  background-color: #0000;
  border-bottom: 1px solid #4455671c;
  flex-direction: column;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  height: 96px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.faq-question-wrap {
  margin-bottom: 32px;
  display: block;
}

.dropdown-2 {
  color: #5e727d;
  font-size: 16px;
}

.slide {
  background-color: #fff;
  border: 1px #4689d733;
  border-radius: 10px;
  margin-right: 50px;
  padding: 0;
}

.primary-cta {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 20px 26px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 3px 3px #00000012;
}

.c_sticky-nav-bar {
  z-index: 2147483647;
  background-color: #fff;
  padding-left: 32px;
  padding-right: 32px;
  position: sticky;
  top: 0;
}

.c_nav-bar-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dakcs-logo {
  height: 24px;
}

.c_navigation-link {
  color: var(--blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.footer {
  text-align: center;
  background-color: #f0f2f5;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 64px;
  padding-bottom: 8px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 32px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 24px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  max-width: 160px;
  height: 100%;
  display: inline-block;
}

.footer-link {
  color: #444;
  margin-bottom: 4px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--blue);
  text-decoration: none;
}

.text-block-7 {
  color: gray;
  text-align: left;
  font-size: 12px;
}

.c_h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura, Verdana, sans-serif;
  font-size: 48px;
  line-height: 64px;
  display: block;
}

.div-block-56 {
  width: 80%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-57 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  width: 65%;
  display: flex;
}

.c-404-error-caption {
  letter-spacing: .15px;
  margin-top: 32px;
  margin-bottom: 80px;
  font-family: Avenir;
  font-size: 16px;
  line-height: 24px;
}

.c_button_medium {
  background-color: var(--blue);
  text-align: center;
  letter-spacing: 1.5px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 48px;
  padding: 8px 16px;
  font-family: Futura, Verdana, sans-serif;
  font-weight: 700;
  display: flex;
}

.c_div.is-contents-centered-vertically-and-horizontally {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c_div.is-contents-centered-vertically-and-horizontally.is-min95vh {
  min-height: 95vh;
}

.c_div.is-contents-centered-vertically-and-horizontally.is-min95vh.is-auto-margin {
  margin-left: auto;
  margin-right: auto;
}

.c_div.is-contents-centered-vertically-and-horizontally.is-min95vh.is-auto-margin.is-max1040w {
  max-width: 1040px;
}

.c_div.is-sizing-grow {
  flex: 1;
}

.c-div.is-max360px {
  max-width: 360px;
}

.c-div.is-max360px.is-side-padding-32px {
  padding-left: 32px;
  padding-right: 32px;
}

.password-page-wrap {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utility-page-form {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c_logo-link-block {
  height: 24px;
  margin-right: 48px;
}

.c_absolute-nav-bar {
  z-index: 2147483647;
  background-color: #fff;
  padding-left: 32px;
  padding-right: 32px;
  position: absolute;
  inset: 0% 0% auto;
}

.c_footer_copyright-only-centered {
  border-top: 1px solid var(--grey-dark);
}

.image-14 {
  width: 32px;
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
}

.is-line-height-2 {
  line-height: 2;
}

.is-lline-height-1-5 {
  line-height: 1.5;
}

.is-line-height-1 {
  line-height: 1;
}

.is-line-height-0-9 {
  line-height: .9;
}

.is-background-black {
  background-color: #000;
}

.is-text-white {
  color: #fff;
}

.is-text-medium {
  color: #0009;
}

.is-text-disabled {
  color: #a1abb7;
}

.is-text-productprimary {
  color: var(--blue);
}

.is-text-brandsecondary {
  color: var(--brand-primary);
}

.is-text-whitemedium {
  color: #fff9;
}

.is-text-whitedisabled {
  color: #ffffff61;
}

.is-text-inline-block {
  display: inline-block;
}

.is-text-inline {
  display: inline;
}

.is-hidden {
  display: none;
}

.is-centered-horizontallly {
  margin-left: auto;
  margin-right: auto;
}

.is-text-centered {
  text-align: center;
}

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

.is-text-block {
  text-align: justify;
}

.is-like-h3 {
  font-size: 3rem;
  font-weight: 700;
}

.is-like-h4 {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.is-like-h5 {
  color: #000;
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.is-like-h6 {
  letter-spacing: normal;
  font-size: 1rem;
}

.is-like-h1 {
  letter-spacing: -1.5px;
  font-size: 6rem;
}

.is-all-caps {
  text-transform: uppercase;
}

.spacer_24px {
  width: 24px;
  height: 24px;
}

.spacer_8px {
  width: 8px;
  height: 8px;
}

.spacer_16px {
  width: 16px;
  height: 16px;
}

.div-block-80 {
  background-color: var(--dark-variant-1);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 37.5%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.text-field {
  height: 56px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.image-15 {
  height: 24px;
}

.spacer_48px {
  width: 48px;
  height: 48px;
}

.submit-button-2 {
  background-color: var(--brand-primary);
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  height: 56px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.spacer_80px {
  width: 80px;
  height: 80px;
}

.paragraph2 {
  letter-spacing: .25px;
  font-size: 14px;
}

.subtitle1 {
  letter-spacing: .15px;
  font-weight: 700;
  display: block;
}

.subtitle2 {
  letter-spacing: .1px;
  font-size: 14px;
  font-weight: 700;
}

.navigation-container {
  z-index: 50;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  display: flex;
  position: relative;
}

.logo-lockup {
  height: 24px;
}

.spacer-horizontal {
  flex: 1;
  height: 8px;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  height: 80px;
  display: flex;
}

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

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

.is-like-h2 {
  letter-spacing: -.5px;
  font-size: 4rem;
  line-height: 1.1;
}

.button-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Futura, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.caption-text {
  letter-spacing: .4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.overline-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Futura, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
}

.overline-text.is-text-whitemedium {
  font-size: 12px;
}

.div-block-86 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.c_careers_hero_aux-image-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10vw;
  height: 12vw;
  margin-bottom: 1vw;
  overflow: hidden;
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-1 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-2 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-3 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-4 {
  background-image: url('../images/10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-6 {
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-7 {
  background-image: url('../images/7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-8 {
  background-image: url('../images/8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-9 {
  background-image: url('../images/9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-10 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-11 {
  background-image: url('../images/11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-12 {
  background-image: url('../images/12.jpg');
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-13 {
  background-image: url('../images/13.jpg');
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-15 {
  background-image: url('../images/15.jpg');
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-16 {
  background-image: url('../images/17.jpg');
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-14 {
  background-image: url('../images/18.jpg');
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-17 {
  background-image: url('../images/16.jpg');
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-18 {
  background-image: url('../images/14.jpg');
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-19 {
  background-image: url('../images/19.jpg');
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-20 {
  background-image: url('../images/20.jpg');
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-21 {
  background-image: url('../images/21.jpg');
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-22 {
  background-image: url('../images/27.jpg');
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-23 {
  background-image: url('../images/23.jpg');
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-24 {
  background-image: url('../images/24.jpg');
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-25 {
  background-image: url('../images/25.jpg');
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-26 {
  background-image: url('../images/26.jpg');
}

.c_careers_hero_aux-image-card.is-careers-hero-aux-image-card-27 {
  background-image: url('../images/22.jpg');
}

.c_jobs_wrapper_100vh-centered-content-vertically-and-horizontaally {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
}

.div-block-88-copy {
  background-image: url('../images/sincerely-media-09QbRAEELXQ-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10vw;
  height: 12vw;
  margin-bottom: 1vw;
}

.c_jobs_hero_photos-column-a {
  position: sticky;
}

.c_jobs_hero-container_absolute {
  z-index: 4;
  max-width: 1440px;
  position: relative;
  top: 36vh;
}

.div-block-86-copy {
  object-fit: contain;
  justify-content: space-around;
  width: 100vw;
  display: flex;
}

.div-block-91 {
  height: 150vh;
}

.navigation_main-div-block {
  z-index: 100;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.is-max-width-640px {
  max-width: 640px;
}

.careers_behaviors_green-item-number {
  z-index: 0;
  color: var(--brand-primary);
  text-align: right;
  letter-spacing: -10px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: 160px;
  position: relative;
  bottom: 160px;
  right: 5vw;
}

.div-block-97 {
  z-index: 1;
  position: relative;
}

.careers_behaviors_item-wrapper {
  padding: 80px 5vw;
}

.careers_behavior_headline-wrapper {
  padding: 80px 5vw 160px;
}

.grid {
  grid-column-gap: 48px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr;
}

.c_jobs-benefits_container_centered-top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.c_jobs-benefits_container_centered-top.is-jobs-beneifts-card {
  border-left: 4px solid var(--brand-primary);
  background-color: #222;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
}

.c_jobs-benefits_container_centered-top-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 16px 96px;
  display: flex;
}

.is-max-width-320px {
  max-width: 368px;
  padding: 16px;
}

.image-18 {
  max-height: 48px;
}

.div-block-101 {
  border-bottom: 1px solid var(--grey-dark);
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

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

.div-block-103 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-104 {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.image-19 {
  width: 32px;
  height: 32px;
}

.spacer_128px {
  width: 128px;
  height: 128px;
}

.is-text-black {
  color: var(--black);
  display: inline-block;
}

.home_hero_container {
  max-width: 1440px;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25vh 5% 15vh;
  display: flex;
}

.overline {
  color: #ffffffab;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.home_staff_slider {
  background-color: var(--black);
  width: 100vw;
  height: auto;
  padding-top: 48px;
  padding-bottom: 96px;
  overflow: hidden;
}

.home_staff_mask {
  width: 70%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.home_staff_slide-indicators {
  display: none;
}

.div-block-105 {
  justify-content: center;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-105.slide-hidden {
  display: none;
}

.paragraph-13 {
  color: var(--white);
  margin-bottom: 16px;
}

.div-block-106 {
  width: 50%;
  padding-top: 16px;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-107 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-20 {
  z-index: 1;
  text-align: center;
  object-fit: contain;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.heading-23 {
  color: var(--white);
  margin-top: 16px;
  margin-bottom: 32px;
}

.home_ogden_text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120vh;
  margin-top: -50vh;
  display: flex;
  position: relative;
}

.about_ogden_bg-overlay {
  background-color: #000000ab;
  height: 110vh;
  display: block;
  position: relative;
}

.home_ogden_bg {
  background-image: url('../images/Ogden-City-25th-St.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 110vh;
  position: sticky;
  top: 0;
}

.home_ogden_heading {
  max-width: 800px;
  color: var(--white);
  text-align: center;
}

.products_section-1_text-wrapper {
  z-index: 10;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home_statement_container {
  opacity: 1;
  max-width: 1440px;
  padding: 240px 32px;
}

.home_statement_heading {
  background-image: linear-gradient(135deg, #f0bc0f, var(--red) 68%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 1080px;
  font-weight: 700;
  line-height: 1.1;
}

.about_how-we-work_wrapper {
  border-bottom: 1px solid var(--gray-medium);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.about_how-we-work_wrapper.no-border {
  border: 1px #000;
}

.about_how-we-work_heading-block, .about_how-we-work_paragraph-block {
  width: 50%;
}

.home_how-we-work_container {
  max-width: 1440px;
  padding: 96px 32px;
}

.home_how-we-work_heading {
  background-image: linear-gradient(to bottom, #0ff0bc00 60%, var(--brand-primary) 60%);
  padding-left: 8px;
  padding-right: 8px;
  font-family: Futura, Verdana, sans-serif;
  display: inline;
  position: relative;
  top: -40px;
}

.home_statment_section {
  background-image: url('../images/palm_leaf.jpg');
  background-position: 50vw -60%;
  background-repeat: no-repeat;
  background-size: 800px;
  overflow: hidden;
}

.button-5 {
  background-color: var(--brand-primary);
  color: var(--black);
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px 32px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 14px;
}

.button-5:hover {
  background-color: #87f3da;
}

.home_intro_wrapper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
}

.home_intro_heading {
  margin-bottom: 48px;
}

.home_intro_paragraph {
  line-height: 2;
}

.contact-us_main-div {
  z-index: 1000;
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  max-height: none;
  padding-bottom: 128px;
  padding-left: 32px;
  padding-right: 32px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.form-block-3 {
  width: 100%;
  max-width: 480px;
  margin-bottom: 0;
  display: none;
}

.text-field-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #7080f7 #7080f7 var(--medium-slate-blue);
  opacity: 1;
  color: #fff;
  background-color: #ffffff0a;
  height: 72px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 24px;
  font-weight: 400;
}

.text-field-2:focus {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--medium-slate-blue);
  opacity: 1;
  color: var(--white);
  background-color: #ffffff1f;
}

.text-field-2::placeholder {
  color: #ffffff80;
}

.submit-button-3 {
  border: 2px solid var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  width: 100%;
  height: 56px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 8px 16px;
  font-family: Futura, Verdana, sans-serif;
  font-weight: 700;
  transition: transform .5s;
}

.submit-button-3:hover {
  transform: translate(0, -8px);
}

.textarea-2 {
  border: 1px solid var(--medium-slate-blue);
  color: #fff;
  background-color: #ffffff0a;
  min-width: 100%;
  max-width: 480px;
  min-height: 160px;
  max-height: 240px;
  margin-bottom: 0;
  padding: 24px 16px;
  font-size: 24px;
}

.textarea-2:focus {
  border-width: 1px;
  border-color: var(--medium-slate-blue);
  color: #fff;
  background-color: #ffffff14;
}

.textarea-2::placeholder {
  color: #ffffff80;
}

.contact_close-link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  padding: 16px 8px;
  display: flex;
}

.div-block-125 {
  padding: 16px;
}

.heading-42 {
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
}

.image-21 {
  width: 100%;
  height: 100%;
  display: none;
}

.nav-link {
  color: var(--white);
  margin-left: 12px;
  margin-right: 12px;
  padding: 8px 2px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.nav-link.w--current {
  border-bottom: 2px solid var(--brand-primary);
  padding-bottom: 6px;
}

.work-together_div-block {
  background-color: var(--black);
  width: 90vw;
  max-width: 1440px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 20vh 0 20vh 10vw;
}

.work-together_heading {
  max-width: 800px;
  color: var(--white);
}

.get-in-touch-button {
  color: var(--white);
  margin-left: 4px;
  padding: 8px 4px 8px 8px;
  font-size: 14px;
  font-weight: 400;
}

.work-together_link-block {
  background-color: var(--brand-primary-2);
  background-image: linear-gradient(135deg, var(--goldenrod), var(--red));
  width: 100%;
  margin-top: 80px;
  padding: 80px 48px;
  transition: background-color .5s;
}

.work-together_link-block:hover {
  background-color: var(--medium-slate-blue);
}

.work-together_text-link {
  color: var(--white);
  font-size: 1.1rem;
  display: inline-block;
}

.work-together_icon-wrapper {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

.home_intro_section {
  background-image: url('../images/palm_leaf.jpg');
  background-position: 70vw 100%;
  background-repeat: no-repeat;
  background-size: 50vw;
}

.html-embed {
  background-color: #0000;
  width: 100%;
  max-width: 480px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.overflow-hidden-mask {
  width: 100vw;
  height: 100vh;
  display: block;
  overflow: hidden;
}

.ultrawide-scrollable-div {
  background-color: var(--black);
  width: 225vw;
  height: 100vh;
  display: flex;
}

.scroll-baby-scroll-div {
  z-index: 50;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-baby-scroll_mouse {
  border: 1px solid var(--white);
  opacity: .5;
  border-radius: 20px;
  width: 40px;
  height: 60px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.scroll-baby-scroll_mouse-wheel {
  background-color: #fff;
  border-radius: 20px;
  width: 2px;
  height: 15px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.home_hero_section {
  background-color: var(--black);
}

.products_section-1_container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100%;
  display: flex;
}

.scroll-baby-scroll_text-block {
  opacity: .5;
  color: var(--gray-medium);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.products-main-heading {
  max-width: 800px;
  color: var(--white);
  text-shadow: 1px 1px 8px #00000026;
  margin-bottom: 64px;
  font-weight: 700;
}

.scroll-snap-wrapper {
  width: 100vw;
  height: 100vh;
  overflow: scroll;
}

.html-embed-2 {
  display: none;
}

.section-2 {
  height: 125vw;
  display: none;
}

.section-3 {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.section-4 {
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-5 {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
}

.section-1 {
  background-color: var(--black);
  height: 100vh;
  position: relative;
}

.sticky-div {
  position: sticky;
  top: 0;
}

.div-block-136 {
  width: 100vw;
  height: 100vh;
}

.heading-22b {
  background-image: linear-gradient(150deg, var(--goldenrod), var(--red));
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 800px;
  margin-bottom: 16px;
}

.div-block-137 {
  width: 100vw;
  height: 80vh;
  margin-left: 50vw;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-16 {
  text-align: left;
  margin-bottom: 32px;
  line-height: 1.5;
}

.div-block-110b {
  z-index: 10;
  text-align: right;
  flex-direction: column;
  align-items: flex-start;
  max-width: 480px;
  padding-top: 64px;
  display: flex;
  position: relative;
}

.medium-button {
  background-color: var(--brand-primary);
  color: var(--black);
  padding: 12px 32px;
  font-family: Futura, Verdana, sans-serif;
  font-weight: 700;
}

.medium-button:hover {
  box-shadow: none;
}

.products_section-1_image-container {
  z-index: 1;
  background-color: var(--black);
  width: 60vw;
  min-width: 60vh;
  padding-bottom: 0;
  position: absolute;
  inset: 15% 3% 10% auto;
}

.container-4b {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.container-4d {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.image-23 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.products_section-1_image {
  opacity: 1;
  filter: saturate(150%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-136b {
  width: 100vw;
  height: 100vh;
  margin-left: 25vw;
  position: relative;
}

.div-block-140 {
  background-image: linear-gradient(to right, #0000, var(--black) 50%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-17 {
  color: var(--brand-primary);
  margin-bottom: 48px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: 160px;
}

.heading-44 {
  color: var(--white);
  margin-left: 32px;
  font-weight: 700;
  line-height: 1.5;
  display: inline;
  position: absolute;
  inset: auto auto 15% 0%;
}

.heading-45 {
  color: var(--white);
  text-align: right;
  margin-bottom: 32px;
}

.medium-button-yellow {
  background-color: var(--goldenrod);
  min-width: 240px;
  color: var(--black);
  text-align: center;
  padding: 12px 32px;
  font-family: Futura, Verdana, sans-serif;
  font-weight: 700;
}

.medium-button-yellow:hover {
  box-shadow: none;
}

.careers_inclusivity_wrapper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.careers_inclusivity_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 240px 10vw 160px;
  display: flex;
}

.heading-46 {
  z-index: 20;
  max-width: 960px;
  color: var(--white);
  text-align: center;
  text-shadow: 1px 1px 8px #0003;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
}

.gree-underline {
  background-color: var(--brand-primary);
  width: 160px;
  height: 8px;
}

.div-block-147 {
  z-index: 0;
  background-color: var(--dark-variant-1);
  width: 40vw;
  height: 50vh;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.products_cp-spread_image-wrapper {
  perspective: 235px;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  display: flex;
  position: relative;
}

.products-cp-spread_row-1-div {
  z-index: 7;
  height: 60vh;
  position: absolute;
}

.image-26 {
  object-fit: contain;
  height: 100%;
  transform-style: preserve-3d;
  transform: rotateX(3deg)rotateY(0)rotateZ(0);
  box-shadow: 0 24px 48px 4px #00000059;
}

.products-cp-spread_row-2-div-left {
  z-index: 5;
  height: 54vh;
  position: absolute;
}

.products-cp-spread_row-3-div-left {
  z-index: 3;
  height: 48vh;
  position: absolute;
}

.products-cp-spread_row-2-div-right {
  z-index: 6;
  height: 54vh;
  position: absolute;
}

.products-cp-spread_row-3-div-right {
  z-index: 4;
  height: 48vh;
  position: absolute;
}

.products_cp-spread_background-extra-overlay {
  z-index: 15;
  background-image: linear-gradient(#000, #00000026 20%, #00000040);
  position: absolute;
  inset: 0%;
}

.products_cp-spread_background-main-overlay {
  z-index: 15;
  background-image: linear-gradient(#000, #00000008 20%, #00000040);
  position: absolute;
  inset: 0%;
}

.div-block-148 {
  z-index: 5;
  background-image: linear-gradient(160deg, var(--goldenrod), var(--red));
  opacity: .7;
  position: absolute;
  inset: 0%;
}

.section-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-149 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.image-27 {
  object-fit: cover;
  width: auto;
  height: 100%;
  position: absolute;
}

.heading-47 {
  background-image: linear-gradient(160deg, var(--goldenrod), var(--red));
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 480px;
}

.div-block-150 {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 720px;
  display: flex;
}

.paragraph-17 {
  text-align: justify;
  max-width: 480px;
}

.left-side-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 160px 5%;
  display: flex;
}

.right-side-div {
  background-color: #000;
  background-image: linear-gradient(120deg, #0000, #000000ab), url('../images/MacBook-Pro.png');
  background-position: 0 0, 0 12vh;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100vh;
  width: 50vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.div-block-151 {
  z-index: 10;
  background-color: var(--brand-primary);
  border-top-left-radius: 10vh;
  border-bottom-left-radius: 10vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10vh;
  height: 20vh;
  display: none;
  position: absolute;
  inset: 40% 0% 0% auto;
}

.section-7 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.image-28 {
  width: 40px;
  height: 40px;
  margin-left: 16px;
}

.html-embed-4 {
  z-index: 0;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.div-block-154 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.heading-48 {
  display: inline;
}

.heading-48.highlighed {
  background-image: linear-gradient(to bottom, #0ff0bc00 55%, var(--brand-primary) 55%);
  color: var(--black);
  padding-left: 0;
  padding-right: 0;
}

.heading-48.highlighed._1 {
  padding-right: 0;
}

.heading-48.highlighed._2 {
  padding-right: 12px;
}

.button-7 {
  z-index: 2;
  background-color: var(--blue);
  text-align: center;
  min-width: 240px;
  padding: 8px 32px;
  font-family: Futura, Verdana, sans-serif;
  line-height: 32px;
}

.div-block-155 {
  z-index: 6;
  max-width: 800px;
  margin-bottom: 48px;
}

.div-block-156 {
  background-color: var(--black);
  height: 32px;
  margin-bottom: 16px;
  padding: 4px 8px 8px;
  display: inline-block;
}

.text-block-19 {
  color: var(--grey-dark);
  letter-spacing: 2px;
  font-family: Futura, Verdana, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.container-9 {
  z-index: 1;
  flex: 1;
  position: relative;
}

.inclusion-statement-paragraph {
  margin-top: 64px;
  margin-bottom: 64px;
  line-height: 2;
}

.careers_behaviors_headline {
  max-width: 640px;
}

.careers_behaviors_container {
  max-width: 1440px;
  padding-top: 80px;
  padding-bottom: 160px;
}

.careers_behaviors_item-heading {
  text-transform: uppercase;
  margin-bottom: 32px;
  line-height: 1;
}

.container-10 {
  max-width: 1440px;
  padding-bottom: 160px;
  padding-left: 16px;
  padding-right: 16px;
}

.careers_listings_wrapper {
  padding: 96px 5vw 128px;
}

.careers_h1 {
  color: var(--white);
  text-align: center;
  text-shadow: 1px 4px 12px #0003;
  font-weight: 700;
  line-height: 1;
}

.home_staff_left-arrow, .home_staff_right-arrow {
  height: 80%;
  margin-top: 0;
  margin-bottom: auto;
}

.mobile-nav-logo-link-block {
  display: none;
}

.logo-icon-only {
  height: 32px;
}

.menu-icon {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  padding: 16px 8px;
  display: none;
}

.menu-icon_bottom-line {
  background-color: var(--white);
  width: 50%;
  height: 2px;
  margin-left: 50%;
}

.menu-icon_top-line {
  background-color: var(--white);
  width: 50%;
  height: 2px;
}

.menu-icon_middle-line {
  background-color: var(--white);
  width: 100%;
  height: 2px;
}

.mobile-menu-overlay {
  z-index: 0;
  background-color: var(--black);
  width: 100vw;
  height: 100vh;
  padding-bottom: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.mobile-nav_link-block {
  border-bottom: 2px solid #0000;
  padding: 8px;
}

.mobile-nav_link-block.w--current {
  border-bottom-color: var(--brand-primary);
}

.container-11 {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-block-20 {
  color: var(--gray-medium);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 24px;
}

.div-block-158 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 400px;
  display: flex;
}

.work-together_section {
  background-color: var(--white);
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.legal_heading_section {
  background-color: #000;
  padding-top: 80px;
}

.legal_heading_container {
  max-width: 640px;
  padding: 96px 16px;
}

.leagal_heading_h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.legal_last-updated {
  color: #a1abb7;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}

.image-20-hover {
  object-fit: contain;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.container-13 {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding: 16px 5%;
  display: flex;
}

.container-14, .container-15 {
  max-width: 1440px;
}

.legal_body-content_container {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 16px 128px;
}

.rich-text-block-3 {
  text-align: left;
  white-space: normal;
  direction: ltr;
  display: inline;
}

.text-block-23 {
  color: var(--dark-variant-1);
  font-size: 12px;
  line-height: 14px;
}

.home_hero_text-wrapper {
  z-index: 10;
  max-width: 800px;
}

.work_hero_section {
  background-color: var(--black);
  height: 110vh;
  color: var(--white);
  position: relative;
}

.work_hero_image-wrapper {
  z-index: 1;
  background-color: var(--black);
  width: 50vw;
  position: absolute;
  inset: 128px 5% 25% auto;
}

.work_hero_image-overlay {
  z-index: 5;
  opacity: .7;
  background-image: linear-gradient(#00000026, #00000026);
  position: absolute;
  inset: 0%;
}

.work_hero_image {
  opacity: 1;
  filter: saturate(150%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work_hero_container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1440px;
  min-height: 100%;
  padding-top: 320px;
  padding-left: 5%;
  padding-right: 5%;
}

.work_hero_text-wrapper {
  z-index: 10;
  max-width: 800px;
  position: relative;
}

.home_hero_headline {
  text-shadow: 1px 1px 8px #00000040;
  margin-bottom: 64px;
}

.green-underline {
  background-color: var(--brand-primary);
  width: 240px;
  height: 4px;
}

.home_hero_scroll-wrapper {
  z-index: 50;
  padding-bottom: 24px;
  display: none;
  position: absolute;
  inset: auto 0% 10%;
}

.home_hero_scroll-text {
  opacity: .5;
  color: var(--gray-medium);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.home_hero_scroll-mouse {
  border: 1px solid var(--white);
  opacity: .5;
  border-radius: 20px;
  width: 40px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.home_hero_scroll-mouse-wheel {
  background-color: #fff;
  border-radius: 20px;
  width: 2px;
  height: 15px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-162 {
  z-index: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% 0% 50%;
}

.div-block-163 {
  background-color: var(--brand-primary);
  width: 16px;
  height: 16px;
}

.work_how_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.work_how_container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 240px 2% 64px;
}

.work_how_left-wrapper {
  background-image: url('../images/green-sweater-payment_compressed.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work_how_right-wrapper {
  background-color: var(--black);
  min-height: 65vh;
  color: var(--white);
  padding: 96px 10%;
}

.work_how_right-text-wrapper {
  flex-direction: column;
  justify-content: space-between;
  max-width: 640px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.work_how_right-heading {
  margin-bottom: 48px;
}

.work_overview_section {
  background-image: url('../images/palm_leaf.jpg');
  background-position: 70vw 100%;
  background-repeat: no-repeat;
  background-size: 50vw;
}

.work_overview_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 25vh;
  display: flex;
}

.work_overview_wrapper {
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 208px;
}

.div-block-168 {
  padding-bottom: 128px;
}

.div-block-169 {
  background-color: var(--dark-variant-1);
  color: #fff;
  min-height: 240px;
  padding: 15% 10%;
}

.container-18 {
  max-width: 1440px;
  padding: 96px 5% 240px;
}

.text-block-24 {
  color: var(--gray-medium);
  font-size: 14px;
}

.heading-50 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.heading-51 {
  margin-bottom: 1rem;
}

.paragraph-18 {
  max-width: 960px;
  margin-bottom: 3rem;
}

.work_how_right-text-link {
  background-image: linear-gradient(135deg, var(--goldenrod), var(--red) 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: none;
}

.work_how_right-text-block {
  margin-bottom: 96px;
}

.heading-52 {
  text-align: center;
  display: inline;
}

.heading-52-copy {
  background-image: linear-gradient(135deg, var(--goldenrod), var(--red));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}

.div-block-169-copy {
  background-color: var(--brand-primary-2);
  color: #fff;
  min-height: 240px;
  margin-top: -10%;
  margin-bottom: -10%;
  padding: 20% 10%;
}

.c_button_medium-copy {
  height: 48px;
  color: var(--blue);
  text-align: center;
  letter-spacing: 1.5px;
  background-color: #0f43f01a;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Futura, Verdana, sans-serif;
  font-weight: 700;
  line-height: 2;
  display: inline-block;
}

.c_footer-link {
  color: var(--dark-variant-1);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  display: block;
}

.div-block-171 {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.div-block-172 {
  width: 50%;
}

.fonts_container {
  padding: 48px 5%;
}

.link-block-6 {
  padding: 8px;
}

.div-block-173 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 55vh;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.link-block-7 {
  border: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  width: 46%;
  height: 20rem;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.link-block-7:hover {
  background-color: #fff3;
  border-style: none;
}

.heading-54 {
  color: var(--white);
  text-align: center;
}

.div-block-174 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-19 {
  max-width: 1440px;
  padding: 240px 32px 0;
}

.div-block-175 {
  max-width: 960px;
}

.button-5-copy {
  background-color: var(--brand-primary);
  min-width: 240px;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 32px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 14px;
}

.button-5-copy:hover {
  background-color: #87f3da;
}

.link-3 {
  font-size: 1rem;
  font-weight: 400;
}

.div-block-176 {
  background-image: url('../images/DAKCS-Consumer-Illustration---Compressed.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50vw;
  margin-bottom: 64px;
  padding-top: 30vw;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  display: flex;
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.text-colour-lightgrey {
  color: #ffffffa6;
  display: inline-block;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  min-height: 240px;
  overflow: hidden;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
  left: auto;
}

.timeline_right {
  padding-left: 32px;
}

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

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--goldenrod), var(--red) 51%, var(--blue));
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-family: Futura, Verdana, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
  padding-right: 32px;
}

.timeline_text {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
}

.section-10, .section-11 {
  background-color: var(--white);
}

.container-21 {
  max-width: 1440px;
  padding: 160px 32px;
}

.section-12 {
  background-color: #fff;
}

.heading-55 {
  max-width: 960px;
  margin-bottom: 32px;
}

.text-block-26 {
  max-width: 960px;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 64px;
}

.text-block-27 {
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: .8rem;
  font-weight: 700;
}

.div-block-177 {
  background-color: var(--gray-light);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 2vw;
  display: flex;
}

.image-35 {
  width: 80px;
}

.bold-text {
  display: inline-block;
}

.vendor-landing_illustration_container {
  max-width: 1440px;
  padding-left: 32px;
  padding-right: 32px;
}

.div-block-178 {
  width: 80%;
  max-width: 640px;
  margin-bottom: 96px;
}

.vendor-landing_illustration_list-item-caption {
  color: var(--black);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 700;
}

.image-37 {
  height: 64px;
  margin-right: 2rem;
}

.div-block-179 {
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.list-2 {
  margin-top: 32px;
  padding-left: 0;
}

.div-block-180 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cp-landing_hero_section {
  position: relative;
  overflow: hidden;
}

.cp-landing_hero_container {
  z-index: 2;
  max-width: 1440px;
  min-height: 100vh;
  padding: 40vh 5% 4rem;
  position: relative;
}

.cp-landing_hero_text-wrapper {
  width: 60%;
  max-width: 640px;
  margin-bottom: 3rem;
}

.cp-landing_hero_h1 {
  letter-spacing: .25px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline;
}

.cp-landing_hero_h1.is-highlighted {
  background-image: linear-gradient(#fff0 50%, #0ff0bc 50% 90%, #fff0 90%);
}

.get-a-demo-button_yellow-red {
  background-color: var(--black);
  background-image: linear-gradient(120deg, var(--goldenrod), var(--red));
  color: #fff;
  text-align: center;
  width: 240px;
  padding: 12px 32px;
  font-size: 1.1rem;
  display: inline-block;
}

.cp-landing_hero_subtitle-text-block {
  max-width: 480px;
  margin-top: 96px;
}

.cp-landing_hero_image-wrapper {
  z-index: 0;
  background-image: url('../images/iPad-Pro-Copy.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 150%;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 32px 0% auto 50%;
}

.imagine-pie-torta {
  z-index: 1;
  justify-content: center;
  align-items: center;
  font-size: 7vw;
  font-weight: 700;
  line-height: 100%;
  display: none;
  position: relative;
}

.imagine-pie {
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vw;
  display: flex;
  position: absolute;
}

.ix-tarte {
  height: 33.33%;
  position: absolute;
  inset: 66.66% auto auto 0%;
}

.imagine-pie-wrapper {
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.imagine-pie-scroll {
  flex-flow: wrap;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.p-pie {
  position: relative;
}

.cp-landing_feature-highlight_section {
  background-color: #000;
}

.ix-pie {
  height: 33.33%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cp-landing_bullet {
  color: #f6f7f854;
  letter-spacing: normal;
  padding-bottom: 12rem;
  font-size: 2rem;
  display: inline-block;
}

.cp-landing_feature-highlight_container {
  max-width: 1440px;
  padding: 6rem 5% 12rem;
  position: relative;
}

.pie-part.pp7 {
  width: 50%;
  position: absolute;
  inset: auto 50% 50% auto;
}

.pie-part.pp3 {
  width: 50%;
  position: absolute;
  inset: 50% auto auto 50%;
}

.pie-part.pp5 {
  width: 36%;
  position: absolute;
  inset: auto 50% 0% auto;
}

.pie-part.pp1 {
  width: 36%;
  position: absolute;
  inset: 0% auto auto 50%;
}

.pie-part.pp8 {
  width: 36%;
  position: absolute;
  inset: 0% 50% auto auto;
}

.pie-part.pp4 {
  width: 36%;
  position: absolute;
  inset: auto auto 0% 50%;
}

.pie-part.pp2 {
  width: 50%;
  position: absolute;
  inset: auto auto 50% 50%;
}

.pie-part.pp6 {
  width: 50%;
  position: absolute;
  inset: 50% 50% auto auto;
}

.ix-torta {
  height: 33.33%;
  position: absolute;
  inset: 33.33% auto auto 0%;
}

.cp-landing_feature-highlight_left-text-wrapper {
  z-index: 2;
  max-width: 400px;
  padding-top: 12rem;
  position: relative;
}

.imagine-pie-col {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.imagine-pie-col.pie {
  justify-content: flex-end;
}

.p-torta {
  position: absolute;
}

.cp-landing_bullet-last {
  color: #f6f7f854;
  letter-spacing: normal;
  padding-bottom: 12rem;
  font-size: 2rem;
  display: inline-block;
}

.p-tarte {
  position: absolute;
}

.products-cp-spread_row-1-div-2 {
  z-index: 7;
  perspective: 15rem;
  height: 60vh;
  position: absolute;
}

.cp-landing_spreading_section {
  z-index: -1;
  background-color: #0d1a2b;
  height: 100vh;
  display: none;
}

.co-landing_spreading_container {
  perspective: 15em;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15%;
  display: flex;
  position: relative;
}

.image-38 {
  object-fit: contain;
  height: 100%;
  transform-style: preserve-3d;
  transform: rotateX(2deg)rotateY(0)rotateZ(0);
  box-shadow: 0 24px 48px 4px #00000059;
}

.cp-landing_full-image_section {
  background-color: #000;
  padding-left: 5%;
  padding-right: 5%;
}

.cp_full-image-1_container {
  background-image: url('../images/green-sweater-payment_compressed.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  max-width: 1440px;
  height: 50vw;
  min-height: 480px;
  max-height: 720px;
}

.cp-landing_why-dakcs_section {
  color: var(--white);
  background-color: #000;
}

.cp-landing_why-dakcs_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: 100vh;
  padding: 320px 5%;
  display: flex;
}

.cp-landing_why-dakcs_text-wrapper {
  text-align: center;
}

.cp_processor_section {
  color: #fff;
  background-color: #000;
  display: none;
}

.cp_processor_container {
  text-align: center;
  max-width: 1440px;
  padding-bottom: 128px;
  padding-left: 5%;
  padding-right: 5%;
}

.cp_processor_text-wrapper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-254 {
  margin-top: 32px;
}

.div-block-253 {
  border: 1px solid #a1abb7;
  border-radius: 4px;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  padding: 8px;
  display: inline-block;
}

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

.home_split_right-text-wrapper {
  width: 100%;
  max-width: 400px;
}

.section-55 {
  color: #fff;
  background-color: #000;
}

.div-block-252 {
  max-width: 640px;
}

.container-42-copy {
  padding: 64px 5% 128px;
}

.heading-85 {
  margin-bottom: 2rem;
}

.legal_rich-text {
  color: var(--black);
  display: block;
}

.legal_rich-text li {
  color: var(--black);
  list-style-type: disc;
}

.legal_rich-text ul {
  padding-left: 48px;
  list-style-type: disc;
}

.container-42-copy {
  max-width: 1280px;
  padding: 128px 5%;
}

.work_cp_container {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  min-height: 100vh;
  padding-top: 64px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.work_cp_section {
  position: relative;
  overflow: hidden;
}

.work_cp_image-wrapper {
  z-index: 0;
  background-image: url('../images/iPad-Pro-Copy.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 150%;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 32px 0% auto 50%;
}

.work_how_section {
  background-image: url('../images/palm_leaf.jpg');
  background-position: 50vw -30%;
  background-repeat: no-repeat;
  background-size: 800px;
  overflow: hidden;
}

.section-59 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.home_split_grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.home_split_left-text-wrapper-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.image-39 {
  max-height: 720px;
}

.work_beyond_heading {
  background-image: linear-gradient(150deg, var(--goldenrod), var(--red));
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 800px;
  margin-bottom: 16px;
  line-height: 1.1;
}

.work_beyond_paragraph {
  margin-bottom: 32px;
}

.work_beyond_wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  max-width: 480px;
  display: flex;
}

.work_beyond_section {
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-60 {
  display: none;
}

.overline-dark {
  color: #000000ab;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.cp_full-image-2_container {
  background-image: url('../images/dakcs_office-staff_compressed.jpg');
  background-position: 100% 100%;
  background-size: 110%;
  border-radius: 16px;
  max-width: 1440px;
  height: 50vw;
  min-height: 480px;
  max-height: 720px;
}

.careers_label {
  background-color: var(--gray-medium);
  color: #000000ab;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 1rem;
  padding: 4px 12px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.div-block-256 {
  align-items: center;
  display: flex;
}

.spacer-horizontal_fixed-5 {
  flex: 0 auto;
  width: 5%;
  height: 8px;
}

.dialer_hero_image {
  filter: saturate(120%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overline-light-centered {
  color: #ffffffab;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Futura, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.integrations_right-div-block {
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  max-width: 70%;
  padding: 80px 16px 160px 80px;
}

.integrations_card_with-icon {
  box-shadow: none;
  border: 1px solid #000;
  padding: 32px;
  position: relative;
}

.integrations-2_grid-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.h5-2 {
  letter-spacing: normal;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.h1-2 {
  letter-spacing: -1.5px;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.1;
}

.integrations_left-div-block {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 30%;
  max-height: 90vh;
  padding: 160px 32px 240px;
  display: flex;
  position: sticky;
  top: 10vh;
  overflow: auto;
}

.text-block-64 {
  color: #eceef0;
  font-family: Inconsolata, monospace;
  font-weight: 400;
  display: inline-block;
}

.div-block-257 {
  box-shadow: none;
  background-color: #1f334a;
  border-radius: 0;
  padding: 64px 32px;
  position: relative;
}

.h4-2 {
  letter-spacing: .25px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-86 {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.integrations-2_grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr;
}

.container-42 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-164 {
  z-index: 0;
  border-radius: 48px;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  position: static;
  inset: 32px 32px auto auto;
}

.left-accordian_wrapper {
  flex: 1;
  width: 100%;
  max-width: 320px;
}

.h3-2 {
  letter-spacing: normal;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.integrations_card_heading_dakcs-add-on {
  color: #fff;
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.integrations_content-wrapper {
  max-width: 800px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.integrations_anchor_link-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.integrations-2_grid-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.split-accordian-section {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h2-2 {
  letter-spacing: -.5px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
}

.integrations-2_grid-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.div-block-165 {
  background-color: #0ff0bc;
  margin-top: 16px;
  padding: 8px 16px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-68 {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.h6-2 {
  letter-spacing: normal;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.integrations-2_grid-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.anchor-link {
  color: #324862;
  letter-spacing: 1px;
  font-family: Inconsolata, monospace;
  display: inline-block;
}

.description {
  color: #a1abb7;
  font-weight: 400;
}

.link-block-18 {
  margin-top: 32px;
}

.image-42 {
  opacity: .67;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  margin-right: 12px;
}

.integrations_paragraph_black {
  max-width: 640px;
  margin-bottom: 32px;
}

.faq-menu-item-label {
  background-color: #0000;
}

.faq-menu-title {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.faq-container {
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 32px 10rem;
  display: flex;
  position: relative;
}

.faq-question-2 {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.faq-answer {
  padding-top: 0;
  overflow: hidden;
}

.faq-menu-item {
  color: #00000080;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Futura, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.faq-menu-item.w--current {
  box-shadow: none;
  color: var(--black);
  border-radius: 999px;
  font-weight: 700;
  transition: color .3s, font-size .3s;
}

.faq-answer-p {
  max-width: 480px;
  padding-bottom: 2rem;
}

.faq-item-wrapper {
  padding-bottom: 2rem;
}

.faq-group-row {
  width: 100%;
  padding-top: 8rem;
}

.faq-question-label {
  background-color: #0000;
  max-width: 480px;
  margin-right: 4rem;
  font-family: Futura, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.faq-arrow {
  z-index: 0;
  width: 20px;
  position: relative;
}

.faq-groups-wrapper {
  width: 50%;
  max-width: 640px;
  position: static;
  left: 30%;
}

.faq-menu-wrapper {
  width: 30%;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 4rem;
  position: sticky;
  top: 4rem;
}

.contact_nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 96px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact_phone_wrapper {
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
}

.contact_phone_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 480px;
  padding-top: 64px;
  display: flex;
}

.image-43 {
  max-width: 80%;
  margin-top: 40px;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-43 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image-44 {
  margin-top: 20px;
}

.heading-87 {
  font-weight: 700;
}

.image-45 {
  margin-top: 0;
  padding: 20px;
}

.quick-stack {
  grid-column-gap: 120px;
}

.image-46 {
  margin: 0;
  padding: 20px;
}

.quick-stack-2 {
  grid-column-gap: 20px;
}

.consent_components {
  display: block;
  position: relative;
}

.consent_placeholder {
  aspect-ratio: 16 / 9;
  display: none;
}

.consent_placeholder_iframe {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: block;
  position: absolute;
  inset: 0%;
}

.consent_placeholder_wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: auto;
  color: #fff;
  text-align: center;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-size: .75rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.consent_placeholder_text {
  font-size: 1rem;
}

.consent_placeholder_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.consent_placeholder_prefs {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #fff;
  padding: .5rem .25rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
}

.consent_placeholder_prefs:hover {
  opacity: .7;
}

.consent_placeholder_accept {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.consent_placeholder_accept:hover {
  opacity: .7;
}

.consent_prefs_heading {
  font-size: 1.25rem;
  font-weight: 700;
}

.consent_prefs_category-content {
  border: 1px solid #d9d9d9;
  border-radius: .5rem;
  display: none;
  overflow: hidden;
}

.consent_prefs_category-content.is-active {
  border-style: solid;
  flex-flow: column;
  display: flex;
}

.consent_prefs_form-block {
  z-index: 2;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 32rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.consent_prefs_provider-accordion {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.consent_prefs_option {
  display: flex;
}

.consent_banner {
  color: #000;
  background-color: #fff;
  border: 1px solid silver;
  border-radius: .5rem;
  flex-flow: column;
  max-width: 30rem;
  padding: 1.5rem;
  display: block;
}

.consent_prefs_form {
  background-color: #fff;
  border: 1px solid silver;
  border-radius: .5rem;
  width: 100%;
  max-width: 32rem;
  height: 100%;
  max-height: 80vh;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.consent_prefs_label-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.consent_prefs_header {
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.consent_prefs_close-icon {
  color: #000;
  width: 1rem;
  line-height: 0;
}

.consent_prefs_caret {
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.consent_prefs_caret.is-active {
  transform: rotate(180deg);
}

.consent_banner_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 1;
  color: #000;
  flex-flow: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto auto 10px 10px;
}

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

.consent_prefs_provider-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: none;
  overflow: hidden;
}

.consent_prefs_provider-content.is-active {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.consent_logo {
  height: 1.25rem;
}

.consent_prefs_checkbox-toggle {
  background-color: #fff;
  border-radius: 999px;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}

.consent_prefs_checkbox-toggle.is-active {
  background-color: #fff;
  margin-left: 1.25rem;
}

.consent_prefs_close {
  color: #fff;
  cursor: pointer;
  border-radius: 999rem;
  padding: .5rem;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.consent_prefs_close:hover {
  opacity: .5;
}

.consent_prefs_empty-message {
  color: gray;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.consent_opt-in_banner {
  z-index: 99999;
  margin-bottom: 1rem;
  margin-right: 1rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.consent_prefs_checkbox-label {
  display: none;
}

.consent_prefs_detail {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.consent_prefs_description {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.consent_button_accept {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.consent_button_accept:hover {
  opacity: .7;
}

.consent_button_prefs {
  color: #333;
  background-color: #0000;
  border-bottom: 1px solid #000;
  padding: .5rem .25rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
}

.consent_button_prefs:hover {
  opacity: .7;
}

.consent_banner_paragraph {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.consent_prefs_popup {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: relative;
  inset: 0%;
}

.consent_prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.consent_prefs_checkbox-field.is-focused {
  outline-offset: 1px;
  outline: 1px solid #18ad3a;
}

.consent_prefs_checkbox-field.is-active {
  background-color: #18ad3a;
}

.consent_prefs_open-icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.consent_prefs_tracker-template {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #f5f5f5;
  border-radius: .25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: .75rem;
  display: flex;
  overflow: hidden;
}

.consent_prefs_value {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.consent_prefs_label-active {
  color: #000;
  border: 1px solid silver;
  border-radius: .25rem;
  flex: none;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 400;
}

.consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.consent_prefs_list {
  flex-flow: column;
  display: flex;
  overflow: auto;
}

.consent_opt-in {
  display: block;
}

.consent_banner_privacy-link {
  color: #4169e1;
  text-decoration: underline;
}

.consent_prefs_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.consent_prefs_icon.is-active {
  transform: rotate(90deg);
}

.consent_prefs_label {
  margin-right: .25rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.consent_prefs_page {
  color: #4169e1;
  font-size: .875rem;
  line-height: 1.5;
  text-decoration: underline;
}

.consent_checkbox_label {
  margin-bottom: 0;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.consent_prefs_buttons {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f5f5f5;
  border-top: 1px solid silver;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.consent_opt-in_prefs {
  z-index: 99998;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  position: fixed;
  inset: 0%;
}

.consent_button_prefs-submit {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: opacity .2s;
}

.consent_button_prefs-submit:hover {
  opacity: .7;
}

.consent_prefs_open-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: opacity .2s;
  display: flex;
}

.consent_prefs_open-button:hover {
  opacity: .7;
}

.consent_prefs_category-accordion {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.consent_opt-in_open-prefs {
  z-index: 99999;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: block;
  position: fixed;
  inset: auto auto 0% 0%;
}

.consent_prefs_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #f5f5f5;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.consent_prefs_empty-state {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: .25rem;
  padding: 1rem;
}

.consent_button_reject {
  color: #000;
  text-align: center;
  background-color: #0000001a;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.consent_button_reject:hover {
  opacity: .7;
}

.consent_provider_template {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: .75rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 0 .5px #d9d9d9;
}

.consent_prefs_form-wrapper {
  color: #000;
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow: visible;
}

.section_privacy-header {
  background-color: #f9f9f9;
  padding: 5rem 1.5rem;
}

.section_privacy-docs {
  padding: 3rem 1.5rem;
}

.privacy_container {
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
}

.privacy-header_component, .privacy-docs_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.privacy-docs_text {
  font-size: 1rem;
}

.privacy-docs_heading {
  letter-spacing: -.075rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 125%;
}

.policies_component-1 {
  padding: 0;
}

.cp-cookie-categories-empty {
  margin: 0;
}

.cp-cookie-categories-placeholder {
  grid-row-gap: 6px;
  color: #5f5e5a;
  background-color: #faf9f5;
  border: 1px dashed #00000040;
  border-radius: 8px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.cp-cookie-categories-placeholder-title {
  color: #185fa5;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.cp-cookie-categories-placeholder-text {
  font-size: 13px;
  line-height: 1.55;
}

.policy-table-scroll {
  width: 100%;
  overflow-x: auto;
}

.policy-data-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 640px;
  font-size: 14px;
}

.policy-data-table-caption {
  color: #888780;
  text-align: left;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 0 12px;
  font-size: 12px;
  font-weight: 500;
}

.policy-data-table-header-row {
  border-bottom: 1.5px solid #0006;
}

.policy-data-table-header-cell {
  color: #888780;
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 12px 14px;
  font-size: 12px;
  font-weight: 500;
}

.policy-data-table-row {
  border-bottom: .5px solid #00000026;
}

.policy-data-table-row-header {
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  padding: 14px 14px 12px;
  font-weight: 400;
}

.policy-data-table-cell {
  text-align: left;
  vertical-align: top;
  padding: 12px 14px;
  font-weight: 400;
  line-height: 1.55;
}

.policy-data-table-provider {
  color: #5f5e5a;
  white-space: nowrap;
  font-size: 13px;
}

.policy-data-table-purpose {
  color: inherit;
}

.policy-data-table-expiry {
  color: #5f5e5a;
  white-space: nowrap;
  font-size: 13px;
}

.policy-data-table-code {
  color: #185fa5;
  background-color: #f1efe8;
  border: .5px solid #00000026;
  border-radius: 5px;
  padding: 3px 7px;
  font-family: monospace;
  font-size: 12.5px;
}

.v2_nav_new_pill-1 {
  color: #324862;
  letter-spacing: .08em;
  vertical-align: middle;
  background-color: #0ff0bc;
  border-radius: 4px;
  margin-left: 8px;
  padding: 3px 7px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
  transform: translateY(-1px);
}

.navbar {
  background-color: #324862;
}

.c_button-small {
  color: #324862;
  background-color: #0ff0bc;
  border-radius: 20px;
  margin-left: 8px;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  font-size: .9rem;
}

.nav-dropdown_wrapper_standard-list {
  background-color: #fff;
  border-top: 1px solid #a1abb7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 160px;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem;
  display: flex;
  box-shadow: 0 8px 8px #0000001a;
}

.navbar_dropdown {
  z-index: 10;
  color: #fff;
  align-items: center;
  padding: 1rem;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  display: flex;
}

.dropdown-link {
  color: #324862;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  padding: .4rem .75rem;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.div-block-324 {
  color: #fff;
}

.navbar_dropdown-list_standard-list {
  z-index: 10;
  background-color: #0000;
  padding-top: 1rem;
}

.v2_nav_menu_row {
  justify-content: center;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.navbar_main_container {
  background-color: #fff;
  max-width: 1680px;
}

.icon {
  margin: 8px 0 4px 4px;
  display: inline-block;
  position: static;
}

.v2_nav_menu_center {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar_main_grid {
  z-index: 4;
  color: #fff;
  background-color: #324862;
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 1rem 2%;
  display: grid;
  position: relative;
}

.v2_intent_label {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.v2_hero_ctas {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.v2_viz_screen {
  background-color: #faf6ec;
  border-radius: 12px;
  padding: 22px;
}

.v2_chat_msg {
  color: #324862;
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 12px 14px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.v2_hero_meta {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid #00000026;
  padding-top: 32px;
  display: flex;
}

.v2_conf_pct {
  color: #324862;
  text-align: right;
  min-width: 32px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.v2_viz_head_label {
  color: #555;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.v2_hero_trust {
  color: #555;
  letter-spacing: .01em;
  max-width: 540px;
  margin: -32px 0 40px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

.v2_conf_fill {
  background-color: #324862;
  border-radius: 2px;
  height: 100%;
}

.v2_conf_fill.inline-div-1 {
  width: 41%;
}

.v2_conf_fill.inline-div-0 {
  width: 87%;
}

.v2_conf_fill.inline-div-2 {
  width: 8%;
}

.v2_intent_right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.v2_btn_black {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #324862;
  border-radius: 6px;
  padding: 14px 28px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s;
}

.v2_viz_badge {
  color: #324862;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0ff0bc;
  border-radius: 6px;
  padding: 6px 12px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: -12px;
  left: 28px;
}

.v2_hero_viz {
  background-color: #324862;
  border-radius: 22px;
  padding: 16px;
  position: relative;
  box-shadow: 0 40px 80px -20px #00000040;
}

.v2_hero_inner {
  max-width: 1440px;
  margin: 0 auto;
}

.v2_hero_lede {
  color: #1a1a1a;
  max-width: 540px;
  margin-bottom: 36px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 1.5;
}

.v2_viz_result {
  color: #324862;
  background-color: #0ff0bc;
  border-radius: 8px;
  margin-top: 12px;
  padding: 10px 12px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.v2_hero_grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-top: 24px;
  display: grid;
}

.v2_viz_dot {
  background-color: #0ff0bc;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.v2_viz_status {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #324862;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}

.v2_intent_row {
  border-top: 1px solid #0000000f;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: flex;
}

.v2_intent_panel {
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 10px;
  margin-top: 12px;
  padding: 14px;
}

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

.v2_viz_head {
  border-bottom: 1px solid #00000014;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 14px;
  display: flex;
}

.v2_hero_headline {
  color: #324862;
  letter-spacing: -.02em;
  max-width: 1300px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(44px, 5.5vw, 76px);
  font-weight: 900;
  line-height: 1.04;
}

.v2_chip {
  letter-spacing: .05em;
  border-radius: 3px;
  padding: 2px 6px;
  font-family: Inter, sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.v2_intent_panel_head {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #324862;
  letter-spacing: .1em;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.v2_hero {
  background-color: #f5efe2;
  padding: 80px 56px 100px;
  position: relative;
  overflow: hidden;
}

.v2_conf_bar {
  background-color: #0000001a;
  border-radius: 2px;
  width: 70px;
  height: 4px;
  overflow: hidden;
}

.v2_chat_meta {
  color: #777;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.v2_bridge_banner {
  background-color: #0d1a2b;
  padding: 40px 24px;
}

.v2_bridge_banner_inner {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.v2_bridge_banner_text {
  color: #fff;
  letter-spacing: -.01em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.v2_bridge_accent {
  color: #0ff0bc;
  font-weight: 700;
}

.v2_deep_card {
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 24px;
  padding: 44px;
  position: relative;
  overflow: hidden;
}

.v2_deep_card_list_dot {
  background-color: #0ff0bc;
  border-radius: 50%;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 7px;
  display: inline-block;
}

.v2_deepdive_h2 {
  color: #324862;
  letter-spacing: -.035em;
  font-family: Inter, sans-serif;
  font-size: clamp(48px, 5.5vw, 80px);
  font-weight: 900;
  line-height: .98;
}

.v2_deep_card_badge {
  color: #324862;
  letter-spacing: .05em;
  vertical-align: middle;
  background-color: #0ff0bc;
  border-radius: 4px;
  margin-left: 6px;
  padding: 4px 8px;
  font-family: Inter, sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.v2_deep_card_h3 {
  color: #324862;
  letter-spacing: -.035em;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.v2_deepdive_intro {
  color: #1a1a1a;
  max-width: 480px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 1.55;
}

.v2_deep_card_list_item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1a1a1a;
  align-items: flex-start;
  padding: 9px 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  display: flex;
}

.v2_deepdive_inner {
  max-width: 1440px;
  margin: 0 auto;
}

.v2_deepdive_h2_accent {
  color: #0ff0bc;
}

.v2_deep_card_list {
  border-top: 1px solid #00000014;
  margin: 0;
  padding: 24px 0 0;
  list-style: none;
}

.v2_deep_card_parent {
  color: #0fa57f;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.v2_deepdive_head {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  margin-bottom: 56px;
  display: grid;
}

.v2_deepdive {
  background-color: #faf6ec;
  padding: 120px 56px;
}

.v2_deep_card_stretch {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

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

.v2_deep_card_lives {
  color: #555;
  margin-bottom: 22px;
  font-family: Inter, sans-serif;
  font-size: 13px;
}

.v2_deep_card_lede {
  color: #1a1a1a;
  margin-bottom: 28px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

.v2_mock_sms_text {
  margin-bottom: 6px;
}

.v2_mock_pill_row {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-bottom: 14px;
  display: flex;
}

.v2_product_copy_p_muted {
  color: #555;
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.v2_mock_line {
  background-color: #00000014;
  border-radius: 3px;
  height: 10px;
  margin-bottom: 8px;
}

.v2_mock_toolbar {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-bottom: 1px solid #00000014;
  align-items: center;
  margin-bottom: 14px;
  padding-bottom: 12px;
  display: flex;
}

.v2_product_visual {
  justify-content: center;
  align-items: center;
  min-height: 360px;
  display: flex;
}

.v2_products_inner {
  max-width: 1440px;
  margin: 0 auto;
}

.v2_mock_btn_outline {
  color: #324862;
  text-align: center;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 6px;
  flex: 1;
  padding: 10px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.v2_product_link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #324862;
  letter-spacing: .02em;
  border-bottom: 2px solid #0ff0bc;
  align-self: flex-start;
  align-items: center;
  margin-top: 24px;
  padding-bottom: 2px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.v2_mock_btn_primary {
  color: #324862;
  text-align: center;
  background-color: #0ff0bc;
  border-style: none;
  border-radius: 6px;
  flex: 1;
  padding: 10px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.v2_product_copy_p {
  color: #1a1a1a;
  max-width: 480px;
  margin-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

.v2_device_screen {
  background-color: #fff;
  border-radius: 10px;
  min-height: 280px;
  padding: 18px;
}

.v2_mock_toolbar_dot {
  background-color: #00000026;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.v2_mock_ai_ask {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0ff0bc1a;
  border-radius: 8px;
  align-items: center;
  margin-top: 14px;
  padding: 10px;
  display: flex;
}

.v2_device_frame {
  background-color: #324862;
  border-radius: 22px;
  width: 100%;
  max-width: 460px;
  padding: 14px;
  box-shadow: 0 30px 60px -20px #00000040;
}

.v2_mock_acct_title {
  color: #324862;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.v2_product_row {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-bottom: 1px solid #00000014;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 60px 0;
  display: grid;
}

.v2_mock_ai_text_lbl {
  color: #324862;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.v2_mock_sms {
  color: #324862;
  background-color: #f5efe2;
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 12px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.v2_products {
  background-color: #fff;
  padding: 80px 56px 40px;
}

.v2_mock_toolbar_title {
  color: #1a1a1a;
  margin-left: 8px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.v2_ai_callout_dot {
  background-color: #0ff0bc;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: inline-block;
}

.v2_mock_ai_icon {
  background-color: #0ff0bc;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 18px;
  display: flex;
}

.v2_ai_callout {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0ff0bc;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #324862;
  border-radius: 100px;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 8px 14px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.v2_product_h3_name {
  color: #0ff0bc;
}

.v2_mock_btn_row {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin: 14px 0;
  display: flex;
}

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

.v2_product_h3 {
  color: #324862;
  letter-spacing: -.035em;
  margin-bottom: 28px;
  font-family: Inter, sans-serif;
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 900;
  line-height: 1;
}

.v2_mock_ai_text_q {
  color: #555;
  margin-top: 2px;
  font-family: Inter, sans-serif;
  font-size: 10px;
}

.v2_mock_pill {
  border-radius: 100px;
  padding: 4px 10px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
}

.v2_mid_cta_wrap {
  justify-content: center;
  padding: 64px 24px;
  display: flex;
}

.v2_more_sub {
  color: #555;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

.v2_more_card_name {
  color: #324862;
  letter-spacing: -.02em;
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

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

.v2_more_card_link {
  color: #324862;
  border-bottom: 2px solid #0ff0bc;
  align-self: flex-start;
  padding-bottom: 2px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.v2_more_inner {
  max-width: 1440px;
  margin: 0 auto;
}

.v2_more {
  background-color: #fff;
  padding: 100px 56px;
}

.v2_more_card_desc {
  color: #1a1a1a;
  flex: 1;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.v2_more_card {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 16px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.v2_more_h2_accent {
  color: #0ff0bc;
}

.v2_more_cards_wrap {
  display: contents;
}

.v2_more_h2 {
  color: #324862;
  letter-spacing: -.035em;
  margin-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 900;
  line-height: 1;
}

.v2_more_head {
  max-width: 760px;
  margin-bottom: 56px;
}

.v2_logos {
  background-color: #0d1a2b;
  padding: 80px 20px;
}

.v2_logos_inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.v2_logos_eyebrow {
  color: #8a97a5;
  text-align: center;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.v2_logos_grid {
  grid-column-gap: 56px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.v2_logo {
  opacity: .85;
  object-fit: contain;
  width: auto;
  max-width: 220px;
  max-height: 72px;
  transition: opacity .2s;
}

.v2_logo.is-small {
  max-width: 110px;
  max-height: 42px;
}

.v2_mkt_head {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.v2_mkt_cloud {
  grid-column-gap: 22px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  line-height: 1.15;
  display: flex;
}

.v2_mkt_tag {
  color: #324862;
  letter-spacing: -.02em;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.v2_mkt_h2 {
  color: #324862;
  letter-spacing: -.03em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.06;
}

.v2_mkt_foot {
  color: #888;
  max-width: 680px;
  margin: 8px 0 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.v2_mkt_inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.v2_mkt_sub {
  color: #555;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

.v2_mkt_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_verticals {
  background-color: #faf6ec;
  padding: 80px 56px;
}

.v2_badge_label {
  color: #0ff0bc;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.v2_ai_banner_text_accent {
  color: #0ff0bc;
}

.v2_badge_name {
  color: #fff;
  letter-spacing: -.01em;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.v2_ai_banner_inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}

.v2_badge_wrap {
  display: contents;
}

.v2_badge {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #ffffff08;
  border: 1px solid #ffffff2e;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  padding: 14px 18px;
  display: flex;
}

.v2_ai_banner_text {
  color: #fff;
  letter-spacing: -.02em;
  max-width: 720px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
}

.v2_ai_banner {
  color: #fff;
  background-color: #324862;
  padding: 36px 56px;
}

.v2_ai_banner_items {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-wrap: wrap;
  display: flex;
}

.v2_numbers_h2 {
  color: #324862;
  letter-spacing: -.035em;
  margin-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 900;
  line-height: 1;
}

.v2_num_stat {
  color: #324862;
  letter-spacing: -.045em;
  margin-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}

.v2_num_card {
  background-color: #faf6ec;
  border: 1px solid #00000014;
  border-radius: 16px;
  padding: 36px;
}

.v2_numbers {
  background-color: #ece3cf;
  padding: 100px 56px;
}

.v2_num_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.v2_numbers_sub {
  color: #555;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

.v2_numbers_inner {
  max-width: 1440px;
  margin: 0 auto;
}

.v2_num_src {
  color: #555;
  font-family: Inter, sans-serif;
  font-size: 13px;
}

.v2_num_label {
  color: #324862;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.v2_numbers_head {
  max-width: 760px;
  margin-bottom: 48px;
}

.v2_num_stat_unit {
  opacity: .5;
  font-size: 22px;
  font-weight: 700;
}

.v2_proof_inner {
  max-width: 1440px;
  margin: 0 auto;
}

.v2_proof_head {
  max-width: 760px;
  margin-bottom: 48px;
}

.v2_proof_extra_wrap {
  display: contents;
}

.v2_proof_attr_name {
  color: #324862;
  font-size: 15px;
  font-weight: 700;
}

.v2_proof_attr {
  border-top: 1px solid #00000014;
  padding-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 13px;
}

.v2_proof_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.v2_proof_h2 {
  color: #324862;
  letter-spacing: -.035em;
  font-family: Inter, sans-serif;
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 900;
  line-height: 1;
}

.v2_proof_mark {
  color: #0ff0bc;
  margin-bottom: 18px;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: .6;
}

.v2_proof {
  background-color: #f5efe2;
  padding: 100px 56px;
}

.v2_proof_card {
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 16px;
  flex-direction: column;
  padding: 36px;
  display: flex;
}

.v2_proof_attr_co {
  color: #555;
  margin-top: 2px;
}

.v2_proof_quote {
  color: #324862;
  letter-spacing: -.005em;
  flex: 1;
  margin-bottom: 28px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.v2_suite_strip {
  color: #fff;
  background-color: #324862;
  padding: 28px 56px;
}

.v2_suite_inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 48px;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.v2_suite_label {
  color: #ffffff8c;
  letter-spacing: .15em;
  text-transform: uppercase;
  border-right: 1px solid #fff3;
  padding-right: 32px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.v2_suite_products {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.v2_suite_wrap {
  display: contents;
}

.v2_suite_prod {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: -.02em;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 800;
  display: inline-flex;
}

.v2_suite_ai_pill {
  color: #324862;
  letter-spacing: .05em;
  background-color: #0ff0bc;
  border-radius: 3px;
  padding: 2px 6px;
  font-family: Inter, sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.v2_switch_h2 {
  color: #fff;
  letter-spacing: -.035em;
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 900;
  line-height: 1;
}

.v2_switch_card_desc {
  color: #ffffffc7;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.v2_switch_card {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #ffffff08;
  border-top: 2px solid #0ff0bc;
  border-radius: 0 0 12px 12px;
  flex-direction: column;
  padding: 36px 32px;
  display: flex;
}

.v2_switch_eyebrow {
  color: #0ff0bc;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.v2_switch {
  background-color: #0d1a2b;
  padding: 100px 56px;
}

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

.v2_switch_inner {
  max-width: 1440px;
  margin: 0 auto;
}

.v2_switch_sub {
  color: #ffffffa6;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

.v2_switch_head {
  max-width: 820px;
  margin-bottom: 56px;
}

.v2_switch_card_name {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
}

.v2_cta_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.v2_cta_h2 {
  color: #fff;
  letter-spacing: -.04em;
  margin-bottom: 22px;
  font-family: Inter, sans-serif;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 900;
  line-height: 1;
}

.v2_cta_btn_outline {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1.5px solid #ffffff4d;
  border-radius: 6px;
  padding: 12.5px 26px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.beyond-showcase-container {
  max-width: none;
  padding: 0 0%;
  position: relative;
}

.v2_cta {
  color: #fff;
  text-align: center;
  background-color: #324862;
  padding: 120px 56px;
}

.v2_cta_ctas {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.footer_grid {
  grid-column-gap: 2rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  padding-top: 8rem;
  padding-bottom: 4rem;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.is-bg-black {
  color: #fff;
  background-color: #324862;
}

.v2_cta_btn_mint {
  color: #324862;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #0ff0bc;
  border-radius: 6px;
  padding: 14px 28px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.v2_cta_h2_accent {
  color: #0ff0bc;
}

.footer_logo {
  max-height: 2rem;
  margin-left: 60px;
}

.v2_cta_sub {
  color: #ffffffb3;
  max-width: 620px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.div-block-306 {
  background-color: #324862;
}

.v2_cta_wrap {
  display: contents;
}

.footer_text-link {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
}

.footer_copyright-wrapper {
  color: #a1abb7;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  display: flex;
}

.footer_list-item {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
}

.v2_page_hero {
  background-color: #fff;
  padding: 120px 56px 80px;
}

.v2_btn_outline {
  color: #324862;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1.5px solid #324862;
  border-radius: 6px;
  padding: 12.5px 26px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.v2_page_hero_ctas {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
  display: flex;
}

.v2_page_hero_lede {
  color: #444;
  max-width: 720px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

.v2_page_hero_eyebrow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  align-items: center;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.v2_page_hero_h1 {
  color: #324862;
  letter-spacing: -.02em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(44px, 5.5vw, 76px);
  font-weight: 900;
  line-height: 1.04;
}

.v2_page_hero_eyebrow_dot {
  background-color: #0ff0bc;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.v2_page_hero_inner {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
}

.v2_ba_customers {
  background-color: #fff;
  border-top: 1px solid #0000000f;
  border-bottom: 1px solid #0000000f;
  padding: 40px 56px;
}

.v2_ba_customers_inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}

.v2_ba_customers_label {
  color: #888;
  text-align: center;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.v2_ba_customers_list {
  grid-column-gap: 24px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.v2_ba_customer_name {
  opacity: .85;
  color: #444;
  letter-spacing: -.005em;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.v2_feature_list_item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #324862;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
}

.v2_features {
  background-color: #fff;
  padding: 40px 56px 80px;
}

.v2_feature_p {
  color: #444;
  margin: 0 0 24px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

.v2_features_inner {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}

.v2_three_feats_wrap {
  display: contents;
}

.v2_feature_list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.v2_feature_h2 {
  color: #324862;
  letter-spacing: -.03em;
  margin: 0 0 18px;
  font-family: Inter, sans-serif;
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_feature_row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  display: grid;
}

.v2_feature_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_feature_list_dot {
  background-color: #0ff0bc;
  border-radius: 50%;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 7px;
}

.v2_ba_pillar_name {
  color: #324862;
  letter-spacing: -.015em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
}

.v2_ba_pillar_desc {
  color: #1a1a1a;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.v2_ba_pillars {
  background-color: #faf6ec;
  padding: 100px 56px;
}

.v2_ba_pillars_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_ba_pillar {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-top: 2px solid #0ff0bc;
  flex-direction: column;
  padding-top: 28px;
  display: flex;
}

.v2_ba_pillars_head {
  max-width: 760px;
  margin-bottom: 56px;
}

.v2_ba_pillars_h2 {
  color: #324862;
  letter-spacing: -.03em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_ba_pillars_inner {
  max-width: 1440px;
  margin: 0 auto;
}

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

.v2_ba_quote_mark {
  color: #0ff0bc;
  height: 24px;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: .6;
}

.v2_ba_cta_h2 {
  color: #fff;
  letter-spacing: -.03em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_ba_stat_inner {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
}

.v2_ba_quote_attr_co {
  color: #666;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.v2_ba_cta_btns {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
  display: flex;
}

.v2_ba_quote_text {
  color: #324862;
  flex: 1;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.v2_ba_cta_btn_primary {
  color: #324862;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #0ff0bc;
  border-radius: 6px;
  padding: 14px 28px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.v2_ba_quote_attr_name {
  color: #324862;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.v2_ba_stat {
  text-align: center;
  background-color: #fff;
  padding: 100px 56px 60px;
}

.v2_ba_stat_h2 {
  color: #324862;
  letter-spacing: -.035em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 900;
  line-height: 1;
}

.v2_ba_stat_h2_accent {
  color: #0ff0bc;
}

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

.v2_ba_cta_inner {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
}

.v2_ba_cta {
  text-align: center;
  background-color: #324862;
  padding: 100px 56px;
}

.v2_ba_proof_v2 {
  background-color: #fff;
  padding: 20px 56px 100px;
}

.v2_ba_stat_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_ba_cta_sub {
  color: #ffffffb3;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.v2_ba_stat_sub {
  color: #555;
  max-width: 720px;
  margin: 8px 0 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.v2_ba_quote_card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #faf6ec;
  border-radius: 16px;
  flex-direction: column;
  padding: 36px;
  display: flex;
}

.v2_ba_proof_v2_inner {
  max-width: 1440px;
  margin: 0 auto;
}

.div-block-325 {
  background-color: #324862;
}

.v2_dai_product_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.v2_dai_hero_eyebrow_dot {
  background-color: #0ff0bc;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.v2_dai_product_item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ffffffd9;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

.v2_dai_hero_h1 {
  color: #324862;
  letter-spacing: -.02em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(44px, 5.5vw, 76px);
  font-weight: 900;
  line-height: 1.04;
}

.v2_dai_product_card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #0d1a2b;
  border-radius: 20px;
  flex-direction: column;
  padding: 44px;
  display: flex;
}

.v2_dai_products_inner {
  max-width: 1440px;
  margin: 0 auto;
}

.v2_dai_product_name {
  color: #fff;
  letter-spacing: -.025em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_dai_products {
  background-color: #fff;
  padding: 40px 56px 100px;
}

.v2_dai_hero_lede {
  color: #444;
  max-width: 720px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

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

.v2_dai_product_dot {
  background-color: #0ff0bc;
  border-radius: 50%;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 7px;
}

.v2_dai_products_head {
  max-width: 760px;
  margin-bottom: 56px;
}

.v2_dai_products_h2 {
  color: #324862;
  letter-spacing: -.03em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_dai_product_desc {
  color: #ffffffc7;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.v2_dai_hero {
  background-color: #fff;
  padding: 120px 56px 80px;
}

.v2_dai_hero_eyebrow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  align-items: center;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.v2_dai_hero_ctas {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
  display: flex;
}

.v2_dai_products_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_dai_hero_inner {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
}

.v2_dai_product_pill {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0ff0bc;
  letter-spacing: .12em;
  text-transform: uppercase;
  background-color: #0ff0bc1f;
  border-radius: 999px;
  align-self: flex-start;
  align-items: center;
  padding: 6px 12px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.v2_dai_product_link {
  color: #0ff0bc;
  border-bottom: 2px solid #0ff0bc66;
  align-self: flex-start;
  margin-top: 12px;
  padding-bottom: 2px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.v2_dai_wrap {
  display: contents;
}

.v2_dai_flow {
  background-color: #fff;
  padding: 100px 56px;
}

.v2_dai_flow_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.v2_dai_cta_inner {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
}

.v2_dai_cta {
  text-align: center;
  background-color: #324862;
  padding: 100px 56px;
}

.v2_dai_cta_btns {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
  display: flex;
}

.v2_dai_principles_inner {
  max-width: 1440px;
  margin: 0 auto;
}

.v2_dai_principle_name {
  color: #324862;
  letter-spacing: -.015em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
}

.v2_dai_flow_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_dai_flow_step {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #faf6ec;
  border-radius: 16px;
  flex-direction: column;
  padding: 28px;
  display: flex;
  position: relative;
}

.v2_dai_flow_h2 {
  color: #324862;
  letter-spacing: -.03em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_dai_principle {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-top: 2px solid #0ff0bc;
  flex-direction: column;
  padding-top: 28px;
  display: flex;
}

.v2_dai_cta_h2 {
  color: #fff;
  letter-spacing: -.03em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_dai_close_wrap {
  display: contents;
}

.v2_dai_flow_step_p {
  color: #444;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.v2_dai_principles {
  background-color: #faf6ec;
  padding: 100px 56px;
}

.v2_dai_cta_sub {
  color: #ffffffb3;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.v2_dai_flow_step_h {
  color: #324862;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.v2_dai_flow_steps {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.v2_dai_principles_h2 {
  color: #324862;
  letter-spacing: -.03em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_dai_principles_head {
  max-width: 760px;
  margin-bottom: 56px;
}

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

.v2_dai_cta_btn_primary {
  color: #324862;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #0ff0bc;
  border-radius: 6px;
  padding: 14px 28px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.v2_dai_principle_desc {
  color: #1a1a1a;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.v2_dai_principles_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_dai_flow_num {
  color: #0ff0bc;
  letter-spacing: -.02em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.v2_dai_flow_head {
  text-align: center;
  max-width: 760px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}

.v2_demo_list_title {
  color: #324862;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 16px 0 4px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_demo_list_dot {
  background-color: #0ff0bc;
  border-radius: 50%;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 7px;
}

.v2_demo_form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.v2_demo_select {
  box-sizing: border-box;
  color: #324862;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23324862' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px 8px;
  border: 1px solid #00000026;
  border-radius: 8px;
  width: 100%;
  padding: 0 40px 0 14px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.v2_demo_intro {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: column;
  max-width: 560px;
  display: flex;
}

.v2_demo_submit {
  color: #fff;
  letter-spacing: .04em;
  cursor: pointer;
  background-color: #324862;
  border-style: none;
  border-radius: 8px;
  margin-top: 8px;
  padding: 14px 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: transform .1s, box-shadow .15s;
}

.v2_demo_label_optional {
  color: #888;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 6px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.v2_demo_textarea {
  box-sizing: border-box;
  color: #324862;
  resize: vertical;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 8px;
  width: 100%;
  min-height: 90px;
  padding: 12px 14px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  transition: border-color .15s;
}

.v2_demo_field {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.v2_demo_list_item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #324862;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
}

.v2_demo_lede {
  color: #444;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.v2_demo_form_card {
  background-color: #faf6ec;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 32px #32486214;
}

.v2_demo_h1 {
  color: #324862;
  letter-spacing: -.035em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 900;
  line-height: 1;
}

.v2_demo_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.v2_demo_eyebrow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  align-items: center;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.v2_demo_eyebrow_dot {
  background-color: #0ff0bc;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.v2_demo_label {
  color: #324862;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.v2_demo_hero {
  background-color: #fff;
  padding: 120px 56px 80px;
}

.v2_demo_footnote {
  color: #666;
  margin: 8px 0 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.v2_demo_form_title {
  color: #324862;
  letter-spacing: -.01em;
  margin: 0 0 24px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.v2_demo_input {
  box-sizing: border-box;
  color: #324862;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 8px;
  width: 100%;
  padding: 12px 14px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  transition: border-color .15s;
}

.v2_demo_hero_inner {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
}

.v2_demo_customers_list {
  grid-column-gap: 24px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.v2_demo_customers {
  background-color: #fff;
  padding: 20px 56px 80px;
}

.v2_demo_customer_name {
  opacity: .85;
  color: #444;
  letter-spacing: -.005em;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.v2_demo_proof {
  background-color: #faf6ec;
  padding: 80px 56px;
}

.v2_demo_customers_label {
  color: #888;
  text-align: center;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.v2_demo_proof_inner {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.v2_demo_proof_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_demo_close_wrap {
  display: contents;
}

.v2_demo_proof_attr_name {
  color: #324862;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.v2_demo_proof_quote {
  color: #324862;
  letter-spacing: -.015em;
  margin: 0 0 24px;
  font-family: Inter, sans-serif;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 500;
  line-height: 1.35;
}

.v2_demo_proof_attr_co {
  color: #666;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.v2_demo_customers_inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #0000000f;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
}

.v2_tyu_hero {
  background-color: #0d1a2b;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 120px 24px;
  display: flex;
}

.v2_tyu_inner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.v2_tyu_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.v2_tyu_h1 {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 24px;
  font-family: Inter, sans-serif;
  font-size: clamp(44px, 5.5vw, 76px);
  font-weight: 900;
  line-height: 1.04;
}

.v2_tyu_lede {
  color: #ffffffd9;
  margin: 0 0 48px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 1.5;
}

.v2_tyu_ctas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.v2_tyu_btn_primary {
  color: #0d1a2b;
  background-color: #0ff0bc;
  border-radius: 999px;
  padding: 16px 28px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.v2_tyu_btn_ghost {
  color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 999px;
  padding: 16px 28px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.v2_ct_hero_inner {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
}

.v2_ct_eyebrow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  align-items: center;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.v2_ct_info_value {
  color: #324862;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.v2_ct_h1 {
  color: #324862;
  letter-spacing: -.035em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 900;
  line-height: 1;
}

.v2_ct_info_label {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.v2_ct_info_block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 16px;
  display: flex;
}

.v2_ct_eyebrow_dot {
  background-color: #0ff0bc;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.v2_ct_info_row {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-top: 1px solid #0000001a;
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.v2_ct_hero {
  background-color: #fff;
  padding: 120px 56px 80px;
}

.v2_ct_lede {
  color: #444;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.v2_ct_info_link {
  color: #324862;
  border-bottom: 2px solid #0ff0bc;
  padding-bottom: 1px;
  text-decoration: none;
}

.v2_ct_left {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  max-width: 520px;
  display: flex;
}

.v2_ab_lede {
  color: #444;
  max-width: 720px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

.v2_ab_h1_accent {
  color: #0ff0bc;
}

.v2_ab_h1 {
  color: #324862;
  letter-spacing: -.02em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(44px, 5.5vw, 76px);
  font-weight: 900;
  line-height: 1.04;
}

.v2_ab_eyebrow_dot {
  background-color: #0ff0bc;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.v2_ab_stat {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.v2_ab_hero {
  background-color: #fff;
  padding: 120px 56px 60px;
}

.v2_ab_stat_num {
  color: #324862;
  letter-spacing: -.035em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 900;
  line-height: .95;
}

.v2_ab_hero_inner {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
}

.v2_ab_stats {
  background-color: #fff;
  padding: 40px 56px 80px;
}

.v2_ab_stats_inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #0000000f;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 40px;
  display: grid;
}

.v2_ab_stat_label {
  color: #555;
  margin: 4px 0 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.v2_ab_wrap {
  display: contents;
}

.v2_ab_eyebrow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  align-items: center;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.v2_ab_principle_desc {
  color: #1a1a1a;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.v2_ab_close_wrap {
  display: contents;
}

.v2_ab_awards {
  background-color: #0d1a2b;
  padding: 100px 56px;
}

.v2_ab_real_wrap {
  display: contents;
}

.v2_ab_story2_inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
}

.v2_ab_awards_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_ab_award_badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #0ff0bc1a;
  border: 1px solid #0ff0bc4d;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  min-width: 200px;
  padding: 20px 28px;
  display: flex;
}

.v2_ab_story2_p {
  color: #1a1a1a;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

.v2_ab_award_year {
  color: #0ff0bc;
  letter-spacing: -.02em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.v2_ab_awards_sub {
  color: #ffffffbf;
  max-width: 720px;
  margin: 0 auto 48px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

.v2_ab_awards_badges {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.v2_ab_story2_right {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.v2_ab_story2 {
  background-color: #faf6ec;
  padding: 100px 56px;
}

.v2_ab_principles_head {
  max-width: 760px;
  margin-bottom: 56px;
}

.v2_ab_principles_sub {
  color: #555;
  max-width: 720px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

.v2_ab_cta_btns {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
  display: flex;
}

.v2_ab_awards_inner {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.v2_ab_story2_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_ab_cta_btn_primary {
  color: #324862;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #0ff0bc;
  border-radius: 6px;
  padding: 14px 28px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.v2_ab_cta_inner {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
}

.v2_ab_cta_btn_outline {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1.5px solid #fff6;
  border-radius: 6px;
  padding: 12.5px 26px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.v2_ab_principles {
  background-color: #fff;
  padding: 100px 56px;
}

.v2_ab_story2_left {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.v2_ab_principles_h2 {
  color: #324862;
  letter-spacing: -.03em;
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_ab_story2_h2 {
  color: #324862;
  letter-spacing: -.025em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_ab_award_label {
  color: #fff;
  text-align: center;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.v2_ab_cta {
  text-align: center;
  background-color: #324862;
  padding: 100px 56px;
}

.v2_ab_cta_sub {
  color: #ffffffb3;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

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

.v2_ab_principle_name {
  color: #324862;
  letter-spacing: -.015em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
}

.v2_ab_cta_h2 {
  color: #fff;
  letter-spacing: -.03em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_ab_principles_inner {
  max-width: 1440px;
  margin: 0 auto;
}

.v2_ab_awards_h2 {
  color: #fff;
  letter-spacing: -.03em;
  margin: 0 0 16px;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_ab_principle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 2px solid #0ff0bc;
  flex-direction: column;
  padding-top: 28px;
  display: flex;
}

.v2_ab_principles_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_dcs_customers_inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}

.v2_dcs_hero_inner {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
}

.v2_dcs_hero_lede {
  color: #444;
  max-width: 720px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

.v2_dcs_customers_list {
  grid-column-gap: 24px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.v2_dcs_customers {
  background-color: #fff;
  border-top: 1px solid #0000000f;
  border-bottom: 1px solid #0000000f;
  padding: 40px 56px;
}

.v2_dcs_hero_eyebrow_dot {
  background-color: #0ff0bc;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.v2_dcs_hero_ctas {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
  display: flex;
}

.v2_dcs_hero_eyebrow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  align-items: center;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.v2_dcs_wrap {
  display: contents;
}

.v2_dcs_hero_h1 {
  color: #324862;
  letter-spacing: -.035em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 900;
  line-height: 1;
}

.v2_dcs_hero {
  background-color: #fff;
  padding: 120px 56px 80px;
}

.v2_dcs_hero_h1_accent {
  color: #0ff0bc;
}

.v2_dcs_customers_label {
  color: #888;
  text-align: center;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.v2_dcs_customer_name {
  opacity: .85;
  color: #444;
  letter-spacing: -.005em;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.v2_dcs_sms_bubble_out {
  color: #324862;
  background-color: #0ff0bc;
  border-radius: 16px 16px 4px;
  align-self: flex-end;
  max-width: 78%;
  padding: 12px 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.v2_dcs_sms_header {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.v2_dcs_feat_list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.v2_dcs_intent_name {
  color: #ffffffd9;
  letter-spacing: .06em;
  font-weight: 600;
}

.v2_dcs_intent_row {
  justify-content: space-between;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 13px;
  display: flex;
}

.v2_dcs_feats_wrap {
  display: contents;
}

.v2_dcs_sms_viz {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #0d1a2b;
  border-radius: 24px;
  flex-direction: column;
  padding: 28px;
  display: flex;
}

.v2_dcs_sms_bubble_in {
  color: #fff;
  background-color: #ffffff14;
  border-radius: 16px 16px 16px 4px;
  align-self: flex-start;
  max-width: 78%;
  padding: 12px 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.v2_dcs_feat_h2 {
  color: #324862;
  letter-spacing: -.03em;
  margin: 0 0 18px;
  font-family: Inter, sans-serif;
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_dcs_intent_val {
  color: #0ff0bc;
  font-weight: 700;
}

.v2_dcs_features_inner {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}

.v2_dcs_intent_panel {
  background-color: #0ff0bc14;
  border: 1px solid #0ff0bc40;
  border-radius: 12px;
  margin-top: 8px;
  padding: 16px;
}

.v2_dcs_feat_item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #324862;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
}

.v2_dcs_feat_row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  display: grid;
}

.v2_dcs_feat_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_dcs_feat_p {
  color: #444;
  margin: 0 0 24px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

.v2_dcs_intent_label {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.v2_dcs_intent_rows {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.v2_dcs_feat_dot {
  background-color: #0ff0bc;
  border-radius: 50%;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 7px;
}

.v2_dcs_features {
  background-color: #fff;
  padding: 80px 56px;
}

.v2_dcs_quote_attr_co {
  color: #666;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.v2_dcs_proof_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_dcs_proof_h2 {
  color: #324862;
  letter-spacing: -.03em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_dcs_proof_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.v2_dcs_stat_num {
  color: #324862;
  letter-spacing: -.04em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(56px, 7vw, 96px);
  font-weight: 900;
  line-height: .95;
}

.v2_dcs_cta_sub {
  color: #ffffffb3;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.v2_dcs_quote_text {
  color: #324862;
  flex: 1;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.v2_dcs_stats_h2 {
  color: #324862;
  letter-spacing: -.03em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_dcs_stat_label {
  color: #1a1a1a;
  margin: 8px 0 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.v2_dcs_proof_inner {
  max-width: 1440px;
  margin: 0 auto;
}

.v2_dcs_cta_btns {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
  display: flex;
}

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

.v2_dcs_cta_btn_primary {
  color: #324862;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #0ff0bc;
  border-radius: 6px;
  padding: 14px 28px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.v2_dcs_proof_head {
  text-align: center;
  max-width: 760px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}

.v2_dcs_proof {
  background-color: #fff;
  padding: 100px 56px;
}

.v2_dcs_stats_inner {
  max-width: 1440px;
  margin: 0 auto;
}

.v2_dcs_stat {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 2px solid #0ff0bc;
  flex-direction: column;
  padding-top: 28px;
  display: flex;
}

.v2_dcs_cta_inner {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
}

.v2_dcs_quote_mark {
  color: #0ff0bc;
  height: 24px;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: .6;
}

.v2_dcs_stats_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_dcs_close_wrap {
  display: contents;
}

.v2_dcs_cta_h2 {
  color: #fff;
  letter-spacing: -.03em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_dcs_quote_attr_name {
  color: #324862;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.v2_dcs_cta {
  text-align: center;
  background-color: #324862;
  padding: 100px 56px;
}

.v2_dcs_stats_head {
  max-width: 760px;
  margin-bottom: 56px;
}

.v2_dcs_quote {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #faf6ec;
  border-radius: 16px;
  flex-direction: column;
  padding: 36px;
  display: flex;
}

.v2_dcs_stats {
  background-color: #faf6ec;
  padding: 100px 56px;
}

.v2_ph_flagship_name {
  color: #fff;
  letter-spacing: -.025em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_ph_flagship_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.v2_ph_hero_eyebrow_dot {
  background-color: #0ff0bc;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.v2_ph_flagships {
  background-color: #fff;
  padding: 80px 56px;
}

.v2_ph_flagship_pill {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0ff0bc;
  letter-spacing: .12em;
  text-transform: uppercase;
  background-color: #0ff0bc1f;
  border-radius: 999px;
  align-self: flex-start;
  align-items: center;
  padding: 6px 12px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.v2_ph_quicknav_label {
  color: #888;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 12px 0 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.v2_ph_wrap {
  display: contents;
}

.v2_ph_flagship_dot {
  background-color: #0ff0bc;
  border-radius: 50%;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 7px;
}

.v2_ph_hero_ctas {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
  display: flex;
}

.v2_ph_flagships_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_ph_flagship_desc {
  color: #ffffffc7;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.v2_ph_flagships_inner {
  max-width: 1440px;
  margin: 0 auto;
}

.v2_ph_quicknav_link {
  color: #324862;
  border-radius: 6px;
  padding: 6px 12px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background .12s, color .12s;
}

.v2_ph_flagships_head {
  max-width: 760px;
  margin-bottom: 48px;
}

.v2_ph_hero {
  background-color: #fff;
  padding: 120px 56px 60px;
}

.v2_ph_flagship_item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ffffffd9;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

.v2_ph_flagship_card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #0d1a2b;
  border-radius: 20px;
  flex-direction: column;
  padding: 44px;
  display: flex;
}

.v2_ph_hero_h1 {
  color: #324862;
  letter-spacing: -.02em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(44px, 5.5vw, 76px);
  font-weight: 900;
  line-height: 1.04;
}

.v2_ph_hero_eyebrow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  align-items: center;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.v2_ph_hero_inner {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
}

.v2_ph_quicknav {
  background-color: #fff;
  border-top: 1px solid #0000000f;
  border-bottom: 1px solid #0000000f;
  padding: 24px 56px;
}

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

.v2_ph_quicknav_inner {
  grid-column-gap: 28px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}

.v2_ph_flagship_link {
  color: #0ff0bc;
  border-bottom: 2px solid #0ff0bc66;
  align-self: flex-start;
  margin-top: 12px;
  padding-bottom: 2px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.v2_ph_flagships_h2 {
  color: #324862;
  letter-spacing: -.03em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_ph_hero_lede {
  color: #444;
  max-width: 720px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

.v2_ph_product_dot {
  background-color: #0ff0bc;
  border-radius: 50%;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 7px;
}

.v2_ph_product_item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #324862;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

.v2_ph_product {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  padding: 48px;
  display: grid;
}

.v2_ph_supporting_inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}

.v2_ph_product_name {
  color: #324862;
  letter-spacing: -.025em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_ph_product_tag {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_ph_supporting {
  background-color: #faf6ec;
  padding: 100px 56px;
}

.v2_ph_supporting_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_ph_product_left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.v2_ph_product_desc {
  color: #1a1a1a;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

.v2_ph_supporting_h2 {
  color: #324862;
  letter-spacing: -.03em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_ph_product_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.v2_ph_product_right {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.v2_ph_supporting_head {
  max-width: 760px;
  margin-bottom: 8px;
}

.v2_ph_connects_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.v2_ph_connect_card {
  background-color: #faf6ec;
  border-left: 3px solid #0ff0bc;
  border-radius: 0 12px 12px 0;
  padding: 32px;
}

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

.v2_ph_cta_sub {
  color: #ffffffb3;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.v2_ph_connects_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_ph_cta_btns {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
  display: flex;
}

.v2_ph_connect_title {
  color: #324862;
  letter-spacing: -.01em;
  margin: 0 0 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.v2_ph_connects {
  background-color: #fff;
  padding: 100px 56px;
}

.v2_ph_connects_h2 {
  color: #324862;
  letter-spacing: -.03em;
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_ph_cta_h2 {
  color: #fff;
  letter-spacing: -.03em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_ph_connects_head {
  text-align: center;
  max-width: 760px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}

.v2_ph_cta {
  text-align: center;
  background-color: #324862;
  padding: 100px 56px;
}

.v2_ph_cta_inner {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
}

.v2_ph_close_wrap {
  display: contents;
}

.v2_ph_connects_sub {
  color: #555;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

.v2_ph_connect_desc {
  color: #1a1a1a;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.v2_ph_cta_btn_primary {
  color: #324862;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #0ff0bc;
  border-radius: 6px;
  padding: 14px 28px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.v2_sh_verticals_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_sh_verticals_head {
  max-width: 760px;
}

.v2_sh_quicknav_link {
  color: #324862;
  border-radius: 6px;
  padding: 6px 12px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background .12s;
}

.v2_sh_hero {
  background-color: #fff;
  padding: 120px 56px 60px;
}

.v2_sh_v_dot {
  background-color: #0ff0bc;
  border-radius: 50%;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 7px;
}

.v2_sh_verticals_inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}

.v2_sh_quicknav_inner {
  grid-column-gap: 28px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}

.v2_sh_verticals_h2 {
  color: #324862;
  letter-spacing: -.03em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_sh_v_item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #324862;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

.v2_sh_v_name {
  color: #324862;
  letter-spacing: -.025em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_sh_v_right {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.v2_sh_v_left {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.v2_sh_quicknav_label {
  color: #888;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 12px 0 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.v2_sh_v_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.v2_sh_v_desc {
  color: #1a1a1a;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

.v2_sh_ctas {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
  display: flex;
}

.v2_sh_eyebrow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  align-items: center;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.v2_sh_lede {
  color: #444;
  max-width: 720px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

.v2_sh_vertical {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  padding: 48px;
  display: grid;
}

.v2_sh_eyebrow_dot {
  background-color: #0ff0bc;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.v2_sh_quicknav {
  background-color: #fff;
  border-top: 1px solid #0000000f;
  border-bottom: 1px solid #0000000f;
  padding: 24px 56px;
}

.v2_sh_verticals {
  background-color: #faf6ec;
  padding: 100px 56px;
}

.v2_sh_v_tag {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_sh_h1 {
  color: #324862;
  letter-spacing: -.02em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(44px, 5.5vw, 76px);
  font-weight: 900;
  line-height: 1.04;
}

.v2_sh_wrap {
  display: contents;
}

.v2_sh_hero_inner {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
}

.v2_sh_cta {
  text-align: center;
  background-color: #324862;
  padding: 100px 56px;
}

.v2_sh_cta_inner {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
}

.v2_sh_proof_inner {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.v2_sh_proof_quote {
  color: #324862;
  letter-spacing: -.015em;
  margin: 0 0 24px;
  font-family: Inter, sans-serif;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 500;
  line-height: 1.35;
}

.v2_sh_proof_attr_co {
  color: #666;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.v2_sh_close_wrap {
  display: contents;
}

.v2_sh_cta_sub {
  color: #ffffffb3;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.v2_sh_proof_attr_name {
  color: #324862;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.v2_sh_cta_h2 {
  color: #fff;
  letter-spacing: -.03em;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.05;
}

.v2_sh_cta_btn_primary {
  color: #324862;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #0ff0bc;
  border-radius: 6px;
  padding: 14px 28px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.v2_sh_cta_btns {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
  display: flex;
}

.v2_sh_proof_eyebrow {
  color: #0ff0bc;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.v2_sh_proof {
  background-color: #fff;
  padding: 80px 56px;
}

.footer_heading {
  font-family: Inter, sans-serif;
}

@media screen and (max-width: 991px) {
  .navigation {
    display: none;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_staff_mask {
    width: 90%;
  }

  .div-block-105 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .home_ogden_text-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .home_ogden_heading {
    max-width: 640px;
  }

  .about_how-we-work_heading-block {
    width: 40%;
  }

  .about_how-we-work_paragraph-block {
    width: 60%;
  }

  .home_statment_section {
    background-position: 360% -25%;
    background-size: 90vw;
  }

  .home_intro_wrapper {
    max-width: 480px;
  }

  .home_intro_section {
    background-position: 50vw 100%;
    background-size: 70vw;
  }

  .section-4 {
    flex-direction: column;
  }

  .div-block-110b {
    max-width: 640px;
  }

  .left-side-div, .right-side-div {
    width: 100%;
    height: 50%;
  }

  .careers_h1 {
    font-size: 80px;
  }

  .container-13 {
    align-items: flex-start;
  }

  .work_overview_section {
    background-position: 50vw 100%;
    background-size: 70vw;
  }

  .work_overview_wrapper {
    max-width: 480px;
  }

  .div-block-171 {
    flex-direction: column;
    height: 80px;
  }

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

  .cp-landing_hero_h1.is-highlighted {
    background-image: linear-gradient(#fff0 50%, #0ff0bc 50% 90%, #fff0 90%);
  }

  .imagine-pie-torta {
    font-size: 3rem;
  }

  .imagine-pie-scroll {
    padding-left: 2rem;
  }

  .work_how_section {
    background-position: 360% -25%;
    background-size: 90vw;
  }

  .work_beyond_wrapper {
    max-width: 640px;
  }

  .work_beyond_section {
    flex-direction: column;
  }

  .integrations_right-div-block {
    padding-left: 32px;
  }

  .integrations_card_with-icon {
    padding: 16px;
  }

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

  .div-block-257 {
    padding: 32px 16px;
  }

  .integrations-2_grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-165 {
    margin-top: 8px;
  }

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

  .faq-menu-title {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: .5rem 2rem;
    display: flex;
    position: relative;
  }

  .faq-container {
    flex-direction: column;
  }

  .faq-question-2, .faq-answer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .faq-item-wrapper {
    z-index: 8888;
  }

  .faq-arrow {
    z-index: 0;
    position: relative;
  }

  .faq-groups-wrapper {
    width: 100%;
    padding-top: 96px;
  }

  .faq-menu-wrapper {
    z-index: 9999;
    background-color: #fff;
    border-radius: .5rem;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    top: 96px;
    box-shadow: 0 25px 50px -12px #00000026;
  }

  .faq-menu-anchors {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-43 {
    max-width: 728px;
  }

  .c_button-small {
    display: none;
  }

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

@media screen and (max-width: 767px) {
  .overlay, .overlay-2, .overlay-3, .overlay-4, .overlay-5, .overlay-6, .overlay-last {
    overflow: scroll;
  }

  .c_sticky-nav-bar {
    position: relative;
  }

  .c_nav-bar-wrapper {
    height: 56px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .c_div.is-contents-centered-vertically-and-horizontally.is-min95vh.is-auto-margin.is-max1040w {
    flex-direction: column;
  }

  .c_absolute-nav-bar {
    position: relative;
  }

  .navigation-container {
    z-index: 50;
  }

  .c_jobs_wrapper_100vh-centered-content-vertically-and-horizontaally {
    padding-left: 32px;
    padding-right: 32px;
  }

  .careers_behaviors_green-item-number {
    bottom: 80px;
  }

  .careers_behaviors_item-wrapper {
    padding-bottom: 0;
  }

  .careers_behavior_headline-wrapper {
    padding-bottom: 96px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .c_jobs-benefits_container_centered-top {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .c_jobs-benefits_container_centered-top.is-jobs-beneifts-card {
    border-left-width: 4px;
  }

  .is-max-width-320px {
    padding: 0;
  }

  .home_hero_container {
    padding-left: 16px;
    padding-right: 15px;
  }

  .home_staff_mask {
    width: 100%;
  }

  .home_staff_slide-indicators {
    opacity: .67;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

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

  .home_ogden_heading {
    letter-spacing: .25px;
    font-size: 2rem;
  }

  .home_statement_container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home_statement_heading {
    font-size: 3rem;
    line-height: 1;
  }

  .about_how-we-work_wrapper {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about_how-we-work_heading-block {
    width: 100%;
    margin-bottom: 16px;
  }

  .about_how-we-work_paragraph-block {
    width: 100%;
  }

  .home_statment_section {
    background-position: 360% 0;
  }

  .home_intro_paragraph {
    line-height: 1.5;
  }

  .nav-link {
    display: none;
  }

  .work-together_heading {
    line-height: 1;
  }

  .get-in-touch-button {
    display: none;
  }

  .work-together_link-block {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .home_intro_section {
    background-position: 40vw 100%;
    background-size: 90vw;
  }

  .products_section-1_container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .products-main-heading {
    line-height: 1;
  }

  .section-1 {
    overflow: hidden;
  }

  .heading-22b {
    line-height: 1;
  }

  .products_section-1_image-container {
    right: -30%;
  }

  .heading-46 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .right-side-div {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .button-7 {
    bottom: 10%;
  }

  .container-9 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .inclusion-statement-paragraph {
    margin-top: 48px;
    margin-bottom: 48px;
    line-height: 1.5;
  }

  .careers_behaviors_container {
    padding-bottom: 80px;
  }

  .container-10 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .careers_listings_wrapper {
    padding-bottom: 96px;
  }

  .home_staff_left-arrow, .home_staff_right-arrow {
    display: none;
  }

  .mobile-nav-logo-link-block {
    display: block;
  }

  .menu-icon {
    display: flex;
  }

  .mobile-menu-overlay {
    z-index: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .navigation_main_logo-link-block {
    display: none;
  }

  .container-11 {
    min-height: 80vh;
  }

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

  .container-13 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .text-block-23 {
    margin-left: 0;
    margin-right: 0;
  }

  .work_hero_section {
    overflow: hidden;
  }

  .work_hero_image-wrapper {
    right: 0%;
  }

  .work_hero_container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home_hero_headline {
    line-height: 1;
  }

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

  .work_how_right-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .work_overview_section {
    background-position: 40vw 100%;
    background-size: 90vw;
  }

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

  .div-block-169-copy {
    margin-top: -5%;
    margin-bottom: -5%;
  }

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

  .div-block-172 {
    width: 100%;
    height: 32px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .grid-7 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .imagine-pie-torta {
    font-size: 2.5rem;
  }

  .imagine-pie-scroll {
    padding-left: 1rem;
    top: 100vh;
  }

  .work_how_section {
    background-position: 360% 0;
  }

  .work_beyond_heading {
    line-height: 1;
  }

  .integrations_right-div-block {
    max-width: none;
    padding-top: 0;
    padding-left: 16px;
  }

  .integrations_left-div-block {
    max-width: none;
    padding-top: 80px;
    padding-bottom: 80px;
    position: static;
  }

  .integrations-2_grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .split-accordian-section {
    flex-direction: column;
  }

  .faq-menu-title {
    padding: 1rem 1rem .5rem;
  }

  .faq-container {
    padding: 80px 16px;
  }

  .faq-question-2, .faq-answer {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-menu-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-menu-item.w--current {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
  }

  .faq-group-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .consent_placeholder_wrapper {
    font-size: 1rem;
  }

  .footer_grid {
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .c_sticky-nav-bar {
    padding: 0;
  }

  .c_nav-bar-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .c-404-error-caption {
    margin-bottom: 16px;
  }

  .c_absolute-nav-bar {
    padding: 0;
  }

  .is-max-width-640px, .div-block-97 {
    overflow: hidden;
  }

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

  .c_jobs-benefits_container_centered-top {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c_jobs-benefits_container_centered-top.is-jobs-beneifts-card {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .c_jobs-benefits_container_centered-top-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home_hero_container {
    min-height: 640px;
  }

  .home_staff_slider {
    display: block;
  }

  .div-block-105 {
    flex-direction: column;
  }

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

  .div-block-107 {
    width: 100%;
    min-height: auto;
  }

  .home_statement_container {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .home_how-we-work_container {
    padding-top: 48px;
    padding-left: 15px;
    padding-right: 16px;
  }

  .home_statment_section {
    background-position: 10vw -10%;
    background-size: 120vw;
  }

  .home_intro_wrapper {
    padding-bottom: 240px;
  }

  .work-together_div-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    display: flex;
  }

  .work-together_link-block {
    padding: 48px 0 48px 16px;
  }

  .home_intro_section {
    background-position: -60% 95%;
    background-size: 120vw;
  }

  .products-main-heading {
    margin-bottom: 48px;
  }

  .section-4 {
    justify-content: flex-start;
  }

  .medium-button {
    text-align: center;
    display: block;
  }

  .products_section-1_image-container {
    left: 20%;
  }

  .medium-button-yellow {
    text-align: center;
    display: block;
  }

  .left-side-div {
    height: 50%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .right-side-div {
    height: 40%;
  }

  .heading-48 {
    line-height: 1;
  }

  .button-7 {
    bottom: 10%;
    right: 5%;
  }

  .container-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-158 {
    height: 400px;
  }

  .home_intro_container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-13 {
    flex-direction: column;
    align-items: flex-start;
  }

  .work_hero_section {
    height: auto;
    min-height: 110vh;
  }

  .work_hero_image-wrapper {
    display: none;
  }

  .home_hero_headline {
    margin-bottom: 48px;
    font-size: 40px;
  }

  .home_hero_scroll-wrapper {
    bottom: 0%;
  }

  .grid-4 {
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .work_how_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .work_how_left-wrapper {
    height: 50vh;
  }

  .work_overview_section {
    background-position: -60% 95%;
    background-size: 120vw;
  }

  .work_overview_container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .work_overview_wrapper {
    padding-bottom: 240px;
  }

  .work_how_right-text-block {
    margin-bottom: 0;
  }

  .div-block-169-copy {
    margin: 0% -8px;
  }

  .container-19 {
    padding-bottom: 64px;
  }

  .div-block-176 {
    background-size: 100%;
    padding-top: 70vw;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .section-timeline {
    z-index: -3;
  }

  .timeline_right {
    padding-left: 0;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .cp-landing_hero_image-wrapper {
    position: static;
  }

  .imagine-pie-torta {
    font-size: 2rem;
  }

  .work_how_section {
    background-position: 10vw -10%;
    background-size: 120vw;
  }

  .home_split_grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .work_beyond_section {
    justify-content: flex-start;
  }

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

  .integrations_card_with-icon {
    padding: 8px;
  }

  .integrations-2_grid-4, .integrations-2_grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-164 {
    width: 64px;
    height: 64px;
  }

  .integrations-2_grid-5, .integrations-2_grid-3, .integrations-2_grid-1 {
    grid-template-columns: 1fr;
  }

  .container-43 {
    max-width: none;
  }

  .consent_placeholder_buttons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .consent_placeholder_prefs {
    padding-left: 0;
    padding-right: 0;
  }

  .consent_prefs_heading {
    font-size: 1rem;
  }

  .consent_banner {
    margin-left: 1rem;
    left: 0%;
  }

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

  .consent_banner_link {
    order: 1;
  }

  .consent_prefs_description {
    text-wrap: balance;
  }

  .consent_button_prefs {
    padding-left: 0;
    padding-right: 0;
  }

  .consent_prefs_popup {
    padding: 1.25rem;
  }

  .consent_prefs_label-active {
    border-style: none;
    padding: 0;
  }

  .consent_banner_buttons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: stretch;
  }

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

  .footer_grid {
    grid-row-gap: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-_5999490e-56de-5768-50a6-b171e76c11a2-e76c119e {
  align-self: center;
}

#w-node-_5999490e-56de-5768-50a6-b171e76c11a5-e76c119e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5999490e-56de-5768-50a6-b171e76c11a6-e76c119e {
  place-self: center;
}

#w-node-_5999490e-56de-5768-50a6-b171e76c11f3-e76c119e {
  place-self: center end;
}

#w-node-_19255313-5737-f6c6-4038-c26d9cc0ac58-742370fd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_5999490e-56de-5768-50a6-b171e76c11f3-e76c119e {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_45c8e390-f413-9d06-f399-c267f3439607-74237121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45c8e390-f413-9d06-f399-c267f343960a-74237121 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_45c8e390-f413-9d06-f399-c267f343960c-74237121 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_45c8e390-f413-9d06-f399-c267f3439613-74237121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45c8e390-f413-9d06-f399-c267f3439616-74237121 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_45c8e390-f413-9d06-f399-c267f3439626-74237121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45c8e390-f413-9d06-f399-c267f3439629-74237121 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_45c8e390-f413-9d06-f399-c267f3439640-74237121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45c8e390-f413-9d06-f399-c267f3439643-74237121 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_45c8e390-f413-9d06-f399-c267f343965c-74237121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45c8e390-f413-9d06-f399-c267f343965f-74237121 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_45c8e390-f413-9d06-f399-c267f3439679-74237121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45c8e390-f413-9d06-f399-c267f343967c-74237121 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_45c8e390-f413-9d06-f399-c267f3439697-74237121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45c8e390-f413-9d06-f399-c267f343969a-74237121 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_45c8e390-f413-9d06-f399-c267f34396aa-74237121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45c8e390-f413-9d06-f399-c267f34396ad-74237121 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_45c8e390-f413-9d06-f399-c267f34396be-74237121 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_45c8e390-f413-9d06-f399-c267f34396c1-74237121 {
    grid-area: 1 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-PT_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-PT_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}