:root {
  --_themes---background: var(--_colors---dark);
  --_text-style---font-family: var(--_font-family---geistmono);
  --_themes---text: var(--_colors---light);
  --text--body: 1.6rem;
  --_text-style---line-height: 1.1;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--body);
  --_colors---light: #f8f6ed;
  --text--text-small: 1.4rem;
  --_colors---blue-light01: #9dc6dd;
  --_colors---dark: #080809;
  --_radius---border-small: 1.2rem;
  --_colors---transparent: transparent;
  --_colors---dark02: #0e0e0e;
  --_radius---border-regular: 1.4rem;
  --_font-family---neuemontreal: Neuemontreal, Arial, sans-serif;
  --_colors---grey01: #b6b6b6;
  --_colors---dark03: #1c1c1c;
  --_colors---grey02: #354249;
  --_colors---white: white;
  --_colors---grey03: #5c5c5c;
  --_colors---grey04: #242424;
  --padding-section: 12rem;
  --padding-section-m: 10rem;
  --padding-section-l: 8rem;
  --padding-global: 5%;
  --container-nav: 136rem;
  --_font-family---geistmono: Geistmono, Arial, sans-serif;
  --container-large: 136rem;
  --container-medium: 89rem;
  --container-small: 60rem;
  --text--text-medium: 1.8rem;
  --text--text-large: 2rem;
  --text--h1: 8rem;
  --text--h2: 5.4rem;
  --text--h3: 4.8rem;
  --text--h4: 4.2rem;
  --text--h5: 3.6rem;
  --text--h6: 3rem;
  --text--display1: 9rem;
  --text--display2: 9rem;
  --_themes---buttons: var(--_colors---blue-light01);
  --_colors---blue-light02: #7fa0b4;
}

body {
  background-color: var(--_themes---background);
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--text--body);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --text--body: 1.6rem;
  --text--text-small: 1.4rem;
  --padding-section: 12rem;
  --padding-section-m: 10rem;
  --padding-section-l: 8rem;
  --padding-global: 5%;
  --container-nav: 136rem;
  --container-large: 136rem;
  --container-medium: 89rem;
  --container-small: 60rem;
  --text--text-medium: 1.8rem;
  --text--text-large: 2rem;
  --text--h1: 8rem;
  --text--h2: 5.4rem;
  --text--h3: 4.8rem;
  --text--h4: 4.2rem;
  --text--h5: 3.6rem;
  --text--h6: 3rem;
  --text--display1: 9rem;
  --text--display2: 9rem;
}

h1 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---neuemontreal);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 700;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--h1);
}

h2 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---neuemontreal);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--h2);
}

h3 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---neuemontreal);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--h3);
}

h4 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---neuemontreal);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--h4);
}

h5 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---neuemontreal);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--h5);
}

h6 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---neuemontreal);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--h6);
}

p {
  color: var(--_themes---text);
}

a {
  color: var(--_colors---light);
  font-size: var(--text--text-small);
  text-decoration: none;
}

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

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

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

.display1 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---neuemontreal);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 700;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--display1);
}

.text-small {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---geistmono);
  --_text-style---line-height: 1.1;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--text-small);
  margin-bottom: 0;
}

.text-small.text-trasnform-none {
  text-transform: none;
}

.text-style-h1 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---neuemontreal);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 700;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--h1);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
}

.text-style-h4 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---neuemontreal);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--h4);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
}

.text-style-h5 {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---neuemontreal);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--h5);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
}

.button {
  background-color: var(--_colors---blue-light01);
  color: var(--_colors---dark);
  text-align: center;
  border-radius: .6rem;
  min-width: 16rem;
  padding: 1.6rem 1.2rem;
  text-decoration: none;
  display: inline-block;
}

.button.is-icon {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  display: inline-flex;
}

.button.is-nav-waitlist {
  min-width: auto;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.text-medium {
  font-family: var(--_text-style---font-family);
  color: var(--_themes---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---font-size);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_font-family---geistmono);
  --_text-style---line-height: 1.1;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
  --_text-style---font-size: var(--text--text-medium);
}

.text-capitalize {
  text-transform: capitalize;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.theme-invert {
  background-color: var(--_themes---background);
  color: var(--_themes---text);
  --_themes---background: var(--_colors---light);
  --_themes---text: var(--_colors---dark);
  --_themes---buttons: var(--_colors---blue-light01);
}

.hero {
  z-index: 10;
  overflow: hidden;
}

.hero_content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 10rem;
  position: relative;
}

.nav {
  z-index: 1000;
  pointer-events: none;
  width: 100%;
  position: fixed;
}

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

.code-embed {
  width: 3.8rem;
  height: 4rem;
}

.nav_menu {
  border-radius: var(--_radius---border-small);
  -webkit-backdrop-filter: blur(9.6px);
  backdrop-filter: blur(9.6px);
  pointer-events: auto;
  background-color: #2c2c2c99;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  padding: .8rem .8rem .8rem 2.4rem;
}

.nav_logo, .nav_logo.w--current {
  margin-right: 2.4rem;
}

.nav_links_wrap {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  padding-right: 2.4rem;
}

.nav_link {
  opacity: .5;
  transition: opacity .3s;
}

.nav_link:hover {
  opacity: 1;
}

.hero_heading {
  justify-content: flex-start;
  align-items: center;
  max-width: 69.2rem;
}

.hero_heading.text-align-center {
  justify-content: center;
  align-items: center;
  max-width: 99rem;
  padding-top: 16rem;
}

.hero_heading.text-align-center.is-404 {
  max-width: 120rem;
}

.hero_h1 {
  position: relative;
}

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

.hero_bg_wrap {
  z-index: 1;
  background-color: var(--_colors---blue-light01);
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.hero_bg_shadow {
  z-index: 2;
  background-image: linear-gradient(0deg, var(--_colors---dark), var(--_colors---transparent));
  width: 100%;
  height: 50vh;
  position: relative;
  bottom: -3px;
}

.hero_p.text-small {
  max-width: 55rem;
}

.hero_p.text-small.is-404 {
  max-width: 59rem;
}

.hero_bg_img {
  background-image: url("https://cdn.prod.website-files.com/68dc04e05f566b4619aea8bf/68dc04e05f566b4619aea8e5_hero_bg3.webp");
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero_bg_img.is-404 {
  background-image: url("https://cdn.prod.website-files.com/68dc04e05f566b4619aea8bf/68dc04e05f566b4619aea8f7_404_bg.webp");
}

.intro {
  z-index: 5;
  background-color: var(--_themes---background);
  z-index: 5;
  background-color: var(--_themes---background);
  margin-top: -100vh;
}

.sticky.is-rewards {
  width: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.intro_h2_left.display1 {
  position: absolute;
  top: 50%;
  right: 51%;
  transform: translateY(-50%);
}

.intro_h2_right.display1 {
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translateY(-50%);
}

.footer {
  overflow: hidden;
}

.intro_lottie_wrap {
  aspect-ratio: 1;
  width: 57rem;
  height: 57rem;
}

.intro_cards {
  grid-column-gap: 1.1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 8rem;
}

.intro_card {
  grid-column-gap: 26.5rem;
  grid-row-gap: 26.5rem;
  background-color: var(--_colors---dark02);
  border-radius: 1.4rem;
  justify-content: space-between;
  padding-top: 2.3rem;
  padding-bottom: 3.8rem;
  padding-left: 3.5rem;
  position: relative;
  overflow: hidden;
}

.intro_card.theme-invert {
  border-radius: var(--_radius---border-regular);
  background-color: var(--_themes---background);
  border-radius: var(--_radius---border-regular);
  background-image: url("https://cdn.prod.website-files.com/68dc04e05f566b4619aea8bf/68dc04e05f566b4619aea8de_intro_pattern.webp");
  background-position: 50% 0;
  background-size: cover;
  background-color: var(--_themes---background);
  background-image: url("https://cdn.prod.website-files.com/68dc04e05f566b4619aea8bf/68dc04e05f566b4619aea8de_intro_pattern.webp");
  background-position: 50% 0;
  background-size: cover;
}

.intro_card_eyebrow_wrap {
  background-color: var(--_colors---dark);
  border-radius: .6rem;
  padding: 1.2rem 1.6rem;
}

.intro_card_eyebrow_wrap.is-blue {
  background-color: var(--_colors---blue-light01);
  background-color: var(--_colors---blue-light01);
}

.intro_card_texts {
  z-index: 10;
  grid-column-gap: 3.8rem;
  grid-row-gap: 3.8rem;
  position: relative;
}

.intro_content_bottom, .intro_content_bottom.container-medium, .intro_content_bottom, .intro_content_bottom.container-medium, .intro_content_bottom.container-medium {
  justify-content: flex-start;
  align-items: center;
}

.intro_bottom_p {
  max-width: 45.6rem;
}

.intro_count_number {
  font-family: var(--_font-family---neuemontreal);
  font-size: 12.8rem;
  font-weight: 400;
}

.intro_card_eyebrow_p {
  color: var(--_themes---background);
}

.text-tiny {
  color: var(--_themes---text);
  font-size: 1.2rem;
}

.text-tiny.text-cl-grey01 {
  font-weight: 500;
}

.intro_sticky {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.intro_sticky_height {
  min-height: 225vh;
}

.calc {
  z-index: 10;
  background-color: var(--_themes---background);
  padding-top: 14rem;
  position: relative;
  overflow: hidden;
}

.calc_content {
  padding-bottom: 10rem;
}

.calc_heading {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.calc_heading_p {
  max-width: 53.7rem;
}

.calc_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--_radius---border-regular);
  background-color: var(--_colors---dark02);
  align-items: stretch;
  margin-top: 8rem;
  padding: 9.6rem 8%;
}

.calc_top {
  justify-content: space-between;
}

.text-cl-grey01 {
  color: var(--_colors---grey01);
}

.calc_range_input {
  width: 100%;
}

.calc_range_input.is-range {
  margin-top: -1.2rem;
}

.calc_main {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  width: 100%;
}

.calc_range_wrap {
  grid-row-gap: .8rem;
  width: 100%;
}

.css-input-range.hide {
  display: none;
}

.calc_info {
  border-top-left-radius: var(--_radius---border-small);
  border-top-right-radius: var(--_radius---border-small);
  border-bottom-left-radius: var(--_radius---border-small);
  border-bottom-right-radius: var(--_radius---border-small);
  background-color: var(--_colors---dark03);
  width: 100%;
  margin-top: 6.9rem;
  padding: 3.6rem 2.3rem;
  font-size: 1.5rem;
}

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

.calc_count_block {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  border-radius: var(--_radius---border-small);
  background-color: var(--_colors---dark03);
  justify-content: space-between;
  padding: 2rem;
}

.calc_count_block.is-blue {
  background-color: var(--_colors---blue-light01);
  background-color: var(--_colors---blue-light01);
}

.text-cl-dark {
  color: var(--_colors---dark);
}

.text-cl-grey02 {
  color: var(--_colors---grey02);
}

.calc_range_number.text-style-h5 {
  pointer-events: none;
  pointer-events: none;
  pointer-events: none;
}

.rewards.theme-invert {
  z-index: 2;
  width: 100%;
  min-height: 200vh;
  margin-top: -100vh;
  position: relative;
}

.rewards.theme-invert.no-container {
  z-index: 3;
  background-color: var(--_colors---white);
  z-index: 3;
  background-color: var(--_colors---white);
  position: relative;
}

.rewards_content {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 14rem;
}

.rewards_content.container-medium {
  z-index: 2;
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-bottom: 13rem;
  position: relative;
}

.spacer-68 {
  padding-top: 6.8rem;
}

.rewards_h2 {
  text-transform: none;
  font-weight: 500;
  line-height: 1.1;
}

.rewards_cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--_radius---border-small);
  background-color: var(--_colors---dark02);
  justify-content: space-between;
  margin-top: 6rem;
  padding: 9.2rem 6.8rem;
}

.rewards_p {
  color: var(--_colors---light);
}

.rewards_p.text-tiny {
  max-width: 40rem;
}

.ai {
  background-color: var(--_colors---dark02);
  overflow: hidden;
}

.ai_content {
  justify-content: flex-start;
  align-items: center;
  padding-top: 16.4rem;
  position: relative;
}

.ai_heading {
  z-index: 4;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.ai_heading_p {
  max-width: 52rem;
}

.ai_heading_h2 {
  max-width: 92rem;
}

.ai_img_wrap {
  z-index: 3;
  width: 50rem;
  max-width: 50rem;
  display: block;
  position: relative;
  bottom: -20rem;
}

.intro_card_img_wrap {
  width: 100%;
  max-width: 40rem;
  position: absolute;
  inset: 2rem -10rem auto auto;
}

.ai_bg {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.footer_content {
  justify-content: center;
  align-items: stretch;
  position: relative;
}

.footer_top {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 40.5rem;
  padding-bottom: 43rem;
  position: relative;
}

.footer_bottom {
  border-top: 1px solid #2e2e2e;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 6.3rem;
  padding-top: 2rem;
}

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

.footer_logo {
  width: 19.1rem;
}

.footer_links {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
}

.footer_link {
  font-size: inherit;
}

.footer_logo_symbol {
  z-index: -1;
  width: 71rem;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.rewards_bg {
  z-index: 10;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav_btn_waitlist_wrap {
  min-width: 13.4rem;
  overflow: hidden;
}

.rewards_sticky-spacer {
  opacity: 0;
  pointer-events: none;
  background-color: #f10a0a;
  border: 4px solid #d11d20;
  width: 100%;
  min-height: 100vh;
}

.rewards_anchor_scroll {
  z-index: -1;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  inset: 100vh auto auto 0%;
}

.rewards_scrub_tr {
  width: 100%;
  height: 100%;
  position: relative;
}

.rewards_top_tr {
  height: 100vh;
  min-height: 650px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-3 {
  height: 100%;
}

.calc_info_p_html {
  font-size: 1.45rem;
}

.popup {
  z-index: 2000;
  background-color: #000c;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: auto;
}

.popup.is-flex {
  display: block;
}

.popup_content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.waitlist {
  border-radius: var(--_radius---border-small);
  background-color: var(--_colors---dark02);
  width: 100%;
  max-width: 47rem;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding: 2rem;
}

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

.form_field_wrap {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  display: flex;
}

.form_step {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  grid-template-rows: auto auto auto;
  margin-top: 2.4rem;
  display: none;
}

.form_step.is-active {
  grid-template-rows: auto;
  display: block;
}

.waitlist_form_multistep {
  width: 100%;
}

.form_step_content {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  align-items: stretch;
}

.waitlist_top {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  align-items: stretch;
  padding-bottom: 2.4rem;
}

.waitlist_top_nav {
  justify-content: space-between;
}

.waitlist_top_nav.is-right {
  justify-content: flex-end;
  align-items: flex-start;
}

.waitlist_top_nav_btn {
  border: 1px solid #484848;
  border-radius: 99vw;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.waitlist_top_nav_btn.is-prev {
  padding-left: .9rem;
  padding-right: .9rem;
}

.waitlist_top_logo_wrap {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  justify-content: flex-start;
  align-items: center;
}

.svg_waitlist_top_logo {
  width: 5rem;
  height: 5.2rem;
}

.svg-icon-14 {
  pointer-events: none;
  width: 1.4rem;
  height: 1.4rem;
}

.code-embed-2 {
  pointer-events: none;
  width: 1.8rem;
  height: 1.5rem;
}

.waitlist_stepline_info {
  justify-content: space-between;
}

.waitlist_stepline_visual {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  width: 100%;
}

.waitlist_stepline_visual_line {
  background-color: var(--_colors---dark03);
  border-radius: 99vw;
  width: 100%;
  height: .4rem;
}

.waitlist_stepline_visual_line.is-active {
  background-color: var(--_colors---blue-light01);
  background-color: var(--_colors---blue-light01);
}

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

.text-cl-grey03 {
  color: var(--_colors---grey03);
}

.form_multistep_input {
  border-top-style: solid;
  border-top-width: .1rem;
  border-top-color: var(--_colors---grey04);
  border-right-style: solid;
  border-right-width: .1rem;
  border-right-color: var(--_colors---grey04);
  border-bottom-style: solid;
  border-bottom-width: .1rem;
  border-bottom-color: var(--_colors---grey04);
  border-left-style: solid;
  border-left-width: .1rem;
  border-left-color: var(--_colors---grey04);
  background-color: var(--_colors---dark03);
  text-transform: uppercase;
  border-radius: .8rem;
  margin-bottom: 0;
  padding: 1.8rem 1rem;
  font-size: 1.2rem !important;
}

.form_multistep_input.is-dolar {
  background-image: url("https://cdn.prod.website-files.com/68dc04e05f566b4619aea8bf/68dc04e05f566b4619aea8d6_dolar_icon.svg");
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 1.2rem 1.2rem;
  padding-left: 3.2rem;
}

.waitlist_top_logo_text {
  font-family: var(--_font-family---neuemontreal);
  font-family: var(--_font-family---neuemontreal);
}

.form_calculator_wrap {
  border: .1rem solid var(--_colors---grey04);
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
}

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

.form_calculator_heading {
  text-align: center;
}

.form_calculator {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  width: 100%;
  margin-top: 2.4rem;
}

.form_calculator_scope {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.4rem;
}

.font_neuemontreal {
  font-family: var(--_font-family---neuemontreal);
}

.form_calculator_box {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  border: .1rem solid var(--_colors---grey04);
  background-color: var(--_colors---dark03);
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2.5rem 1rem;
}

.success-message {
  background-color: var(--_colors---transparent);
  padding: 0;
}

.hero_circle {
  z-index: 20;
  background-color: var(--_colors---blue-light01);
  pointer-events: none;
  cursor: pointer;
  border-radius: 99vw;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.hero_bg_img_mobile {
  display: none;
}

.spacer-40-l30 {
  padding-top: 4rem;
}

.css-maskspan-verses {
  display: none;
}

.footer_links_wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.loader {
  z-index: 3000;
  background-color: var(--_colors---dark);
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0%;
}

.loader_content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.loader_logo {
  position: relative;
}

.loader_logo_img {
  max-width: 18rem;
}

.loader_logo_mask {
  pointer-events: none;
  background-color: #080809b3;
  position: absolute;
  inset: 0%;
}

.loader_percnet {
  position: relative;
  top: 3.9rem;
}

.intro_h2_mobile.display1 {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    --text--body: 1.6rem;
    --text--text-small: 1.4rem;
    --padding-section: 12rem;
    --padding-section-m: 10rem;
    --padding-section-l: 8rem;
    --padding-global: 5%;
    --container-nav: 136rem;
    --container-large: 136rem;
    --container-medium: 89rem;
    --container-small: 60rem;
    --text--text-medium: 1.8rem;
    --text--text-large: 2rem;
    --text--h1: 8rem;
    --text--h2: 5.4rem;
    --text--h3: 4.8rem;
    --text--h4: 4.2rem;
    --text--h5: 3.6rem;
    --text--h6: 3rem;
    --text--display1: 6rem;
    --text--display2: 9rem;
  }

  .calc_wrap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .calc_main {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .calc_info {
    margin-top: 0;
  }

  .calc_right_count {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .ai_img_wrap {
    width: 40rem;
    max-width: 40rem;
  }

  .footer_content {
    min-height: 100vh;
  }

  .footer_top {
    grid-column-gap: 7.7rem;
    grid-row-gap: 7.7rem;
    justify-content: center;
    align-items: center;
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .footer_bottom {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer_bottom_links.text-tiny {
    justify-content: space-between;
    width: auto;
  }

  .footer_logo_symbol {
    width: 100%;
  }

  .form_step {
    display: none;
  }

  .form_multistep_input {
    font-size: 1.6rem !important;
  }

  .hero_circle {
    display: none;
  }

  .footer_links_wrap {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    --text--body: 1.6rem;
    --text--text-small: 1.4rem;
    --padding-section: 12rem;
    --padding-section-m: 10rem;
    --padding-section-l: 8rem;
    --padding-global: 5%;
    --container-nav: 136rem;
    --container-large: 136rem;
    --container-medium: 89rem;
    --container-small: 60rem;
    --text--text-medium: 1.8rem;
    --text--text-large: 2rem;
    --text--h1: 11vw;
    --text--h2: 4rem;
    --text--h3: 4.8rem;
    --text--h4: 3.6rem;
    --text--h5: 3rem;
    --text--h6: 3rem;
    --text--display1: 10vw;
    --text--display2: 9rem;
  }

  .button.is-cta-waitlist {
    min-width: 100%;
  }

  .nav_menu {
    justify-content: space-between;
    min-width: 80%;
    margin-top: 2rem;
  }

  .nav_links_wrap {
    display: none;
  }

  .hero_bg_shadow {
    height: 60vh;
  }

  .hero_bg_img {
    display: none;
  }

  .intro_h2_left.display1 {
    display: none;
    position: static;
    right: 25%;
    transform: translateY(0%);
  }

  .intro_h2_right.display1 {
    display: none;
    position: static;
    top: 54%;
    left: 25%;
    transform: translateY(0%);
  }

  .intro_lottie_wrap {
    width: 80%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .intro_cards {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .intro_card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    min-height: 42rem;
    padding-left: 2.8rem;
  }

  .intro_count_number {
    font-size: 8rem;
  }

  .intro_card_eyebrow_p {
    font-size: 1.2rem;
  }

  .intro_sticky {
    justify-content: flex-end;
    align-items: center;
    min-height: 100vh;
    padding-bottom: 4rem;
  }

  .calc_wrap {
    margin-top: 6.4rem;
    padding: 3rem 2rem;
  }

  .calc_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

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

  .calc_info {
    padding: 1.4rem 2.2rem;
  }

  .calc_right_count {
    margin-top: 2rem;
  }

  .calc_count_block {
    padding: 1.6rem 2.2rem;
  }

  .rewards_h2 {
    font-size: 9.3vw;
  }

  .rewards_cta {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    padding: 4rem 1rem 1rem;
  }

  .rewards_p.text-tiny {
    max-width: 100%;
  }

  .ai_img_wrap {
    width: 86vw;
    max-width: 86vw;
    bottom: -20vw;
  }

  .intro_card_img_wrap {
    max-width: 30rem;
    right: -6rem;
  }

  .footer_top {
    justify-content: center;
    align-items: center;
  }

  .footer_links.text-tiny {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_logo_symbol {
    width: 105%;
  }

  .popup_content.container-medium {
    margin-bottom: 40rem;
  }

  .hero_bg_img_mobile {
    background-image: url("https://cdn.prod.website-files.com/68dc04e05f566b4619aea8bf/68dc04e05f566b4619aea8f9_hero_mobile.webp");
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: block;
    position: absolute;
  }

  .spacer-40-l30 {
    padding-top: 3rem;
  }

  .intro_h2_mobile.display1 {
    text-align: center;
    text-align: center;
    margin-bottom: 4rem;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  body {
    --text--body: 1.6rem;
    --text--text-small: 1.4rem;
    --padding-section: 12rem;
    --padding-section-m: 10rem;
    --padding-section-l: 8rem;
    --padding-global: 5%;
    --container-nav: 136rem;
    --container-large: 136rem;
    --container-medium: 89rem;
    --container-small: 60rem;
    --text--text-medium: 1.8rem;
    --text--text-large: 2rem;
    --text--h1: 12.6vw;
    --text--h2: 4rem;
    --text--h3: 4.8rem;
    --text--h4: 3.6rem;
    --text--h5: 3rem;
    --text--h6: 3rem;
    --text--display1: 14vw;
    --text--display2: 9rem;
  }

  .nav_menu {
    min-width: 95%;
  }

  .hero_p.text-small {
    font-size: var(--text--text-small);
    font-size: var(--text--text-small);
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .intro_lottie_wrap {
    width: 100%;
  }

  .intro_card_texts {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .intro_sticky {
    padding-bottom: 2rem;
  }

  .calc {
    z-index: 20;
  }

  .rewards_content.container-medium {
    padding-bottom: 4rem;
  }

  .ai_content {
    padding-top: 6rem;
  }

  .ai_img_wrap {
    bottom: -36vw;
  }

  .intro_card_img_wrap {
    max-width: 24rem;
    top: 8rem;
    right: -6rem;
  }

  .footer_top {
    min-height: 95vh;
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .footer_bottom {
    margin-bottom: 4rem;
  }

  .footer_logo_symbol {
    width: 110%;
  }

  .thankyou {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .loader_logo_img {
    max-width: 40vw;
  }
}

#w-node-_8ea2d19e-d639-3348-dfcc-272e10831353-19aea8a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4ee51be6-2407-53c4-85ab-dd62b7a8da3a-19aea8a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8ea2d19e-d639-3348-dfcc-272e10831368-19aea8a5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8ea2d19e-d639-3348-dfcc-272e1083136a-19aea8a5 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_8ea2d19e-d639-3348-dfcc-272e10831375-19aea8a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-afc3187e-5b12-9049-4118-3b3a0e05be2a-0e05bdf9 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-afc3187e-5b12-9049-4118-3b3a0e05be52-0e05bdf9 {
  grid-area: 4 / 2 / 5 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_8ea2d19e-d639-3348-dfcc-272e10831353-19aea8a5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8ea2d19e-d639-3348-dfcc-272e10831358-19aea8a5, #w-node-_4ee51be6-2407-53c4-85ab-dd62b7a8da3a-19aea8a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8ea2d19e-d639-3348-dfcc-272e10831368-19aea8a5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8ea2d19e-d639-3348-dfcc-272e1083136a-19aea8a5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8ea2d19e-d639-3348-dfcc-272e1083136b-19aea8a5, #w-node-_8ea2d19e-d639-3348-dfcc-272e10831370-19aea8a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8ea2d19e-d639-3348-dfcc-272e10831375-19aea8a5 {
    grid-column: span 1 / span 1;
  }

  #w-node-afc3187e-5b12-9049-4118-3b3a0e05be2a-0e05bdf9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-afc3187e-5b12-9049-4118-3b3a0e05be2a-0e05bdf9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
