:root {
  --_themes---background: var(--_colors---dark01);
  --_text-style---font-family: Aeonik, Arial, sans-serif;
  --_themes---text: var(--_colors---white);
  --_text-style---font-size: var(--text--body);
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
  --_colors---grey04: #9d9d9d;
  --_colors---primary02: #7d4ce6;
  --_colors---light-grey01: #f7f7f7;
  --_colors---pink: #f96cca;
  --_colors---primary: #996cf9;
  --_colors---grey02: #6b6b6b;
  --_colors---grey03: #7b7b7b;
  --_colors---white: white;
  --_colors---dark01: #07080a;
  --_colors---light-grey02: #f2f2f2;
  --_colors---grey06: #dedede;
  --_colors---brown: #b96d45;
  --_colors---silver: #aaa;
  --_colors---gold: #f9ca6c;
  --_colors---platinum: #bdabe6;
  --_colors---dark08: #0c0f10;
  --_font-family---bebas: "Bebas 400", Impact, sans-serif;
  --_colors---dark: #171717;
  --_colors---aqua: #6cd8f9;
  --_colors---grey01: #222;
  --padding-global: 5%;
  --container-nav: 98.4rem;
  --container-large: 130rem;
  --container-medium: 98.4rem;
  --container-small: 67rem;
  --container-1080: 108rem;
  --text--body: 1.4rem;
  --text--text-tiny: 1rem;
  --text--text-small: 1.2rem;
  --text--text-medium: 1.6rem;
  --text--text-large: 1.8rem;
  --text--h1: 5.6rem;
  --text--h2: 4.6rem;
  --text--h3: 3.6rem;
  --text--h4: 3.2rem;
  --text--h5: 2.4rem;
  --text--h6: 2rem;
  --text--display1: 10rem;
  --other--padding-section: 16.4rem;
  --_colors---dark02: #0e1012cc;
  --_colors---dark06: #1e2225;
}

body {
  background-color: var(--_themes---background);
  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);
}

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: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--h1);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
}

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: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--h2);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
}

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: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--h3);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
}

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: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--h4);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
}

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: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--h5);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
}

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: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--h6);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
}

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

a {
  color: var(--_colors---grey04);
  font-size: 1.6rem;
  text-decoration: none;
}

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

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

.text-large {
  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: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--text-large);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
}

.text-style-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: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--h3);
  --_text-style---line-height: 1;
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: 0em;
}

.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: Aeonik, Arial, sans-serif;
  --_text-style---font-size: var(--text--text-medium);
  --_text-style---line-height: 1.2;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0em;
}

.text-medium.text-cl-grey03 {
  width: 100%;
}

.text-medium.text-cl-grey03.hide-opacity {
  opacity: 0;
  pointer-events: none;
}

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

.button {
  color: #fff;
  letter-spacing: .015rem;
  background-color: #996cf9;
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  padding: .8rem 3.2rem;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  display: inline-flex;
}

.button:hover {
  background-color: var(--_colors---primary02);
}

.button.is-icon {
  grid-column-gap: 1rem;
  background-color: #0e1012;
  border: 1px solid #222;
  border-radius: 3.6rem;
  height: 3.6rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.button.is-icon:hover {
  background-color: #18191b;
}

.button.is-secondary {
  background-color: var(--_colors---light-grey01);
  pointer-events: none;
  color: #707070;
  height: 3.6rem;
  padding: 1rem 1.2rem;
}

.button.is-icon-pink {
  grid-column-gap: 1rem;
  background-color: var(--_colors---pink);
}

.button.is-small {
  height: 3.6rem;
  padding: .6rem 1.4rem;
}

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

.nav_content.container-medium {
  background-color: #0e1012;
  border-radius: 2rem;
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
}

.nav_content.container-medium.border-inset {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0e1012cc;
  overflow: hidden;
}

.nav_link {
  font-weight: 400;
}

.nav_menu {
  grid-column-gap: 6rem;
  justify-content: flex-start;
  align-items: center;
}

.image {
  max-width: 10rem;
  height: auto;
  display: block;
}

.nav {
  z-index: 1000;
  width: 100%;
  position: fixed;
  inset: 1.4rem auto auto 0%;
}

.nav_links {
  grid-column-gap: 3.1rem;
}

.footer_link {
  color: var(--_colors---white);
}

.footer_bottom {
  border-top: 1px solid #222;
  justify-content: space-between;
  align-items: center;
}

.footer_bottom_link {
  color: var(--_colors---grey03);
  font-size: 1.4rem;
}

.footer_content {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 10rem;
}

.footer_logo {
  width: 70%;
}

.image-5 {
  max-width: 10rem;
}

.footer_links {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  justify-content: space-between;
  width: 20%;
}

.footer_links_col {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.footer_bottom_links {
  grid-column-gap: 2.6rem;
  grid-row-gap: 2.6rem;
  flex-flow: wrap;
  justify-content: flex-start;
  padding-top: 3rem;
  padding-bottom: 2.6rem;
}

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

.footer_unicorn {
  aspect-ratio: 131 / 50;
  width: 100%;
  height: 100%;
  margin-top: 6rem;
  padding-bottom: 2rem;
  display: block;
}

.footer_link_heading {
  color: var(--_colors---primary);
}

.footer_link_heading.text-medium {
  padding-bottom: 2.2rem;
}

.footer_copyright {
  color: var(--_colors---grey03);
  font-size: 1.4rem;
}

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

.footer_shadow {
  display: none;
}

.spacer-42 {
  padding-top: 4.2rem;
}

.privacy_content {
  margin-top: 20rem;
  padding-bottom: 40rem;
}

.privacy_list {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.privacy_h2 {
  margin-top: 4.2rem;
  margin-bottom: 4.2rem;
}

.privacy_h2.text-style-h3 {
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  body {
    --padding-global: 5%;
    --container-nav: 98.4rem;
    --container-large: 130rem;
    --container-medium: 98.4rem;
    --container-small: 67rem;
    --container-1080: 108rem;
    --text--body: 1.4rem;
    --text--text-tiny: 1rem;
    --text--text-small: 1.2rem;
    --text--text-medium: 1.6rem;
    --text--text-large: 1.8rem;
    --text--h1: 5.6rem;
    --text--h2: 4.6rem;
    --text--h3: 2.6rem;
    --text--h4: 3.2rem;
    --text--h5: 2.4rem;
    --text--h6: 2rem;
    --text--display1: 10rem;
    --other--padding-section: 16.4rem;
  }

  .text-span-2, .h2_grey_span.text-cl-grey02.features_h2_span, .h2_grey_span.text-cl-grey02.features_h2_span, .h2_grey_span.text-cl-grey02.features_h2_span {
    display: inline;
  }

  .footer_links {
    grid-row-gap: 4rem;
    width: 40%;
  }

  .break-line {
    display: inline;
  }

  .models_road_panel {
    padding: 7rem 1.6rem;
  }

  .infra_sticky_heading {
    width: 100%;
  }

  .infra_sticky {
    flex-flow: column;
  }

  .infra_sticky_cards {
    width: 100%;
  }

  .workflow_bg_right2 {
    max-width: 20%;
  }

  .workflow_bg_left2 {
    background-position: 100% 0;
    max-width: 20%;
  }

  .cta_crypto_box {
    width: 100%;
  }

  .stats_content {
    padding-top: 18rem;
  }

  .stats_table_col {
    border-right: 1px solid #222;
    min-width: 22rem;
  }

  .models_grid_img {
    bottom: 60%;
  }

  .models_grid_img.is-second {
    top: auto;
    bottom: -60%;
  }

  .road_card_heading {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .soon_person_img {
    width: 34rem;
  }

  .image-8 {
    width: 30rem;
  }

  .scroll_bar_wrap {
    left: -4vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    --padding-global: 5%;
    --container-nav: 98.4rem;
    --container-large: 130rem;
    --container-medium: 98.4rem;
    --container-small: 67rem;
    --container-1080: 108rem;
    --text--body: 1.4rem;
    --text--text-tiny: 1rem;
    --text--text-small: 1.2rem;
    --text--text-medium: 1.6rem;
    --text--text-large: 1.8rem;
    --text--h1: 4rem;
    --text--h2: 3.6rem;
    --text--h3: 2.6rem;
    --text--h4: 2.6rem;
    --text--h5: 2.4rem;
    --text--h6: 1.8rem;
    --text--display1: 10rem;
    --other--padding-section: 16.4rem;
  }

  .text-style-h3.text-align-center.is-chanhe-mobile {
    font-size: 2.6rem;
  }

  .nav_links {
    display: none;
  }

  .features_card_unicorn.is-lock {
    margin-bottom: 3rem;
  }

  .features_cards {
    grid-template-columns: 1fr;
  }

  .features_card_item.border-inset {
    width: 100%;
    max-width: 100%;
  }

  .footer {
    overflow: hidden;
  }

  .footer_content {
    height: 100vh;
    min-height: 80rem;
  }

  .footer_logo, .image-5 {
    display: none;
  }

  .footer_links {
    width: 60%;
  }

  .footer_top {
    position: relative;
    top: 10rem;
  }

  .footer_unicorn {
    aspect-ratio: auto;
    width: 144rem;
    height: 90rem;
    position: relative;
  }

  .docs_content {
    flex-flow: column;
  }

  .footer_unicorn_wrap {
    z-index: -10;
    height: 90rem;
  }

  .footer_shadow {
    z-index: -1;
    background-image: linear-gradient(0deg, var(--_colors---dark01), #07080a00);
    height: 28rem;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

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

  .infra_sticky_heading {
    height: 100vh;
    padding-top: 24rem;
  }

  .infra_bg_right2 {
    max-width: 30%;
    margin-top: 30rem;
  }

  .infra_sticky_card_wrap, .infra_sticky_card_wrap.is-third, .infra_sticky_card_wrap.is-second, .infra_sticky_card_wrap.is-third, .infra_sticky_card_wrap.is-second {
    min-height: 100vh;
    padding-top: 24rem;
  }

  .infra_bg_left2 {
    max-width: 26%;
  }

  .infra_cards {
    flex-flow: column;
  }

  .infra_sticky_card {
    min-height: 60vh;
  }

  .workflow_bg_right2 {
    max-width: 30%;
    margin-top: 60rem;
  }

  .workflow_bg_left2 {
    max-width: 30%;
    margin-top: -4rem;
  }

  .workflow_panel_cards {
    flex-flow: column;
  }

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

  .cta_p {
    text-align: center;
  }

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

  .cta_crypto_box {
    max-width: 100%;
    height: auto;
  }

  .cta_right {
    width: 100%;
  }

  .cta_crytpo_img {
    width: 50%;
  }

  .stats_col_heading {
    padding: 2rem;
  }

  .stats_row {
    padding: 3.4rem 2rem 1.8rem;
  }

  .stats_tooltip_icon {
    display: none;
  }

  .stats_table_col {
    min-width: 18rem;
  }

  .stats_table {
    width: calc(100% + var(--padding-global));
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .robinhood {
    padding-bottom: 0;
  }

  .robinhood_content {
    height: 85rem;
  }

  .robinhood_unicorn_wrap {
    width: 112%;
    height: 85rem;
    inset: 0% auto auto -6%;
    overflow: visible;
  }

  .robinhood_unicorn {
    aspect-ratio: auto;
    width: 100%;
    height: 85rem;
  }

  .models_grid_img {
    bottom: 90%;
  }

  .models_grid_img.is-second {
    bottom: -10%;
  }

  .roadmap_h1.bebas.font-size-80 {
    font-size: 14vw;
  }

  .road_card.border-inset {
    padding-left: 5%;
    padding-right: 5%;
  }

  .robinhood_logo {
    padding-left: 10%;
    padding-right: 10%;
  }

  .font-size-85 {
    font-size: 10vw;
  }

  .font-size-28.text-style-italic {
    font-size: 2rem;
  }

  .font-size-24.text-cl-grey-04 {
    font-size: 1.8rem;
  }

  .road_quarters {
    flex-flow: column;
    grid-template-rows: 12.5% 12.5% 12.5% 12.5%;
    grid-template-columns: 1fr;
    display: flex;
  }

  .road_status_p.text-large {
    font-size: 2.6vw;
  }

  .font-size-60.bebas {
    font-size: 9vw;
  }

  .road_quarters_crypto_wrap.road_card_dark.border-inset {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .road_quartyers_crypto_img {
    max-width: 40%;
  }

  .road_quartyers_crypto_img.is-1 {
    max-width: 48%;
  }

  .font-size-80.bebas {
    text-align: center;
    text-align: center;
    font-size: 12vw;
  }

  .soon {
    margin-bottom: 10rem;
  }

  .soon_card {
    flex-flow: column;
  }

  .robinhood_mobile {
    z-index: 20;
    object-fit: cover;
    width: 90%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 479px) {
  body {
    --padding-global: 5%;
    --container-nav: 98.4rem;
    --container-large: 130rem;
    --container-medium: 98.4rem;
    --container-small: 67rem;
    --container-1080: 108rem;
    --text--body: 1.4rem;
    --text--text-tiny: 1rem;
    --text--text-small: 1.2rem;
    --text--text-medium: 1.6rem;
    --text--text-large: 1.8rem;
    --text--h1: 9vw;
    --text--h2: 6.4vw;
    --text--h3: 6vw;
    --text--h4: 6vw;
    --text--h5: 5.4vw;
    --text--h6: 1.8rem;
    --text--display1: 10rem;
    --other--padding-section: 16.4rem;
  }

  .button.is-small {
    white-space: nowrap;
    white-space: nowrap;
  }

  .features_support.border-inset {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    padding: 1.4rem 1.6rem 1rem;
  }

  .svg_color_inherit {
    padding-bottom: 0;
  }

  .footer {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .footer_link {
    white-space: nowrap;
  }

  .footer_content {
    min-height: 75rem;
  }

  .footer_logo {
    width: auto;
  }

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

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

  .footer_top {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: -3rem;
  }

  .footer_unicorn {
    margin-top: 0;
    padding-bottom: 0;
    bottom: -25rem;
  }

  .footer_link_heading.text-medium {
    white-space: nowrap;
    white-space: nowrap;
  }

  .footer_unicorn_wrap {
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .models_panel_ibm {
    font-size: calc(5.9px + 1.9vw);
  }

  .models {
    padding-top: 14rem;
  }

  .models_small_p {
    font-size: calc(6.2px + 1.56vw);
  }

  .infra_sticky_heading {
    height: 70vh;
    min-height: 70vh;
    padding-top: 18rem;
  }

  .infra_bg_right2 {
    margin-top: 90rem;
  }

  .infra_sticky_card_wrap {
    min-height: 70vh;
    margin-top: -30vh;
    padding-top: 10rem;
  }

  .infra_sticky_card_wrap.is-third {
    min-height: 70vh;
    margin-top: 10vh;
  }

  .infra_sticky_card_wrap.is-second {
    min-height: 70vh;
    margin-top: 10vh;
    padding-top: 10rem;
  }

  .infra_sticky_card {
    min-height: 65vh;
  }

  .workflow_panel_dashboards {
    padding: .65rem .75rem;
  }

  .cta_crytpo_img {
    width: 60%;
  }

  .stats_table_col {
    min-width: 16rem;
  }

  .stats_tooltip_box {
    display: none;
  }

  .road_status_p.text-large {
    font-size: 3.2vw;
  }

  .road_card_crypto.border-inset {
    padding-bottom: 4.2rem;
  }

  .road_cookie3xlegion {
    width: 80%;
  }

  .soon {
    margin-top: 16rem;
  }

  .scroll_dot {
    width: 2vw;
    height: 2vw;
  }
}
