@font-face {
  font-family: Basement Grotesque;
  src: url('../fonts/BasementGrotesque-Black_v1.202.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/Proxima-Nova-Semibold-Italic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/Proxima-Nova-Black-It.otf') format("opentype"), url('../fonts/ProximaNova-BlackIt.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/Proxima-Nova-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/ProximaNova-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/Proxima-Nova-Extrabold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/Proxima-Nova-Bold-It.otf') format("opentype"), url('../fonts/Proxima-Nova-Bold-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/ProximaNova-ExtrabldIt.otf') format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/Proxima-Nova-Regular-Italic.otf') format("opentype"), url('../fonts/Proxima-Nova-Reg-It.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/Proxima-Nova-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/ProximaNova-ThinIt.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/Proxima-Nova-Regular.otf') format("opentype"), url('../fonts/Proxima-Nova-Reg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/Proxima-Nova-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/Proxima-Nova-Light-It.otf') format("opentype"), url('../fonts/Proxima-Nova-Light-Italic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --lime: #c3ff1c;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --green: #19fb9b;
  --purple: #b766ff;
  --blue: #00fffc;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basement Grotesque, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 105%;
}

h2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Basement Grotesque, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
}

h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Basement Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

h4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Basement Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--white);
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

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

.body {
  background-color: #000;
}

.body._2025 {
  background-color: #f5f5f5;
}

.image {
  height: 300px;
  display: block;
}

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

.text-size-tiny {
  margin-bottom: 0;
  font-size: .75rem;
  line-height: 120%;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.padding-custom3 {
  padding: 3.5rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.background-color-secondary {
  background-color: #c3ff1c;
  background-image: linear-gradient(#000, #fff);
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.overflow-hidden {
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

.margin-xsmall {
  margin: .5rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

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

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-weight-xbold {
  font-family: Proxima Nova, sans-serif;
  font-weight: 900;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-small {
  padding: 1rem;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.form_input {
  background-color: #0000;
  border: 1px solid #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: #222;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.text-color-alternate {
  color: #fff;
}

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

.text-weight-medium {
  font-family: Proxima Nova, sans-serif;
  font-weight: 600;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.text-style-muted {
  opacity: .6;
}

.margin-custom1 {
  margin: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 110%;
}

.fs-styleguide_spacing-all {
  display: none;
}

.form_component {
  margin-bottom: 0;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

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

.hide {
  display: none;
}

.heading-style-h1 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
}

.heading-style-h1.huge {
  border: 1px #000;
  font-size: 6rem;
}

.heading-style-h1.xxlarge {
  width: 50%;
  margin-bottom: 0;
  font-size: 4rem;
}

.heading-style-h1.xxlarge.text-align-center {
  width: 100%;
  font-size: 2rem;
}

.heading-style-h1.form-header {
  color: var(--black);
  text-align: center;
  width: 100%;
  margin-top: 0;
}

.heading-style-h1.form-header.smaller {
  font-size: 1.5rem;
}

.heading-style-h1.form-header.noel {
  opacity: .9;
  text-transform: none;
  font-family: Great Vibes, cursive;
}

.heading-style-h1.noel {
  text-transform: none;
  font-family: Great Vibes, cursive;
  font-size: 3.5rem;
}

.heading-style-h1._2025 {
  color: #191919;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.heading-style-h1._2025.huge {
  font-size: 4rem;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-tiny {
  margin: .125rem;
}

.padding-xhuge {
  padding: 8rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-height-small {
  height: 1rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-color-primary {
  color: var(--white);
}

.padding-large {
  padding: 3rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

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

.z-index-1 {
  z-index: 1;
  position: relative;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.text-weight-normal {
  font-family: Proxima Nova, sans-serif;
  font-weight: 400;
}

.padding-custom1 {
  padding: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-weight-light {
  font-family: Proxima Nova, sans-serif;
  font-weight: 300;
}

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

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.padding-0 {
  padding: 0;
}

.overflow-auto {
  overflow: auto;
}

.text-style-italic {
  font-style: italic;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.text-weight-semibold {
  font-family: Proxima Nova, sans-serif;
  font-weight: 700;
}

.padding-custom2 {
  padding: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-secondary {
  color: var(--lime);
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.heading-style-h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basement Grotesque, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h4.text-align-center.smaller {
  font-size: 1.2rem;
  line-height: 105%;
}

.heading-style-h4.no-margin {
  margin-top: 0;
}

.heading-style-h4.noel {
  text-transform: none;
  font-family: Great Vibes, cursive;
  font-size: 3rem;
}

.heading-style-h4._2025 {
  color: #191919;
  font-family: Poppins, sans-serif;
}

.margin-large {
  margin: 3rem;
}

.margin-0 {
  margin: 0;
}

.icon-height-large {
  height: 3rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.background-color-alternate {
  background-color: #fff;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #222;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.margin-medium {
  margin: 2rem;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-custom2 {
  margin: 2.5rem;
}

.nav_button {
  padding: 1rem;
}

.text-weight-bold {
  font-family: Proxima Nova, sans-serif;
  font-weight: 800;
}

.padding-medium {
  padding: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-size-small {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 120%;
}

.text-size-small.text-align-center {
  font-size: 1rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-size-large {
  text-align: center;
  font-size: 1.5rem;
  line-height: 105%;
}

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.padding-xsmall {
  padding: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.full {
  flex-flow: column;
  max-width: none;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small.line-top-black {
  border-top: 1px dashed #000;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.text-style-nowrap {
  white-space: nowrap;
}

.margin-huge {
  margin: 6rem;
}

.page-wrapper {
  z-index: 1;
  background-image: url('../images/BG-LP-White_1.avif');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.padding-xxsmall {
  padding: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-huge {
  padding: 6rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-medium.centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-global.padding-medium.centered.vertical {
  flex-flow: column;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-style-link {
  color: #2d62ff;
  text-decoration: underline;
}

.padding-tiny {
  padding: .125rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.background-color-tertiary {
  background-color: #dd23bb;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 105%;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.background-color-primary {
  color: #fff;
  background-color: #000;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_logo {
  width: 10rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading {
  color: var(--black);
}

.logo-container {
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.logo-container.home {
  padding-bottom: 0;
}

.logo-medium {
  width: 200px;
}

.section-logo-header {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.section-logo-header.full-height {
  min-height: 100vh;
}

.section-logo-header.not-full-height {
  min-height: 70vh;
}

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

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.hl_header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

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

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

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_header1 {
  background-color: var(--relume-library-lite--rl-white);
}

.partner-logo-up-form {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  display: flex;
}

.image-2 {
  object-fit: contain;
  height: 75px;
}

.image-2.smaller {
  height: 55px;
}

.image-2.home {
  height: 25rem;
}

.image-2.noel {
  height: 150px;
}

.image-2.forrester {
  height: 30px;
}

.hl_info_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: gray;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 5vh;
  display: flex;
}

.hl_more_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-color: gray;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 5vh;
  display: grid;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tabs-nav-background {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  position: absolute;
  inset: 0%;
  box-shadow: 0 22px 2.5em #0006;
}

.tab-content-image {
  border-radius: 1.4em;
}

.tabs-nav-text {
  z-index: 1;
  position: relative;
}

.tab-content-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-content-inner.grid {
  grid-column-gap: 49px;
  grid-row-gap: 16px;
  border-bottom: 10px solid var(--green);
  background-image: none;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding-top: 1rem;
  padding-bottom: 3rem;
  display: grid;
}

.tab-content-inner.grid.pad {
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.tab-content-inner.grid.no-line {
  border-bottom-style: none;
}

.tab-content-inner.grid.no-line._3-item {
  grid-template-columns: .5fr .5fr .5fr;
  align-content: center;
  place-items: center stretch;
  padding-bottom: 1rem;
}

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.tabs-menu-wrapper {
  background-color: #464646;
  background-image: linear-gradient(136deg, var(--lime), var(--green));
  border-radius: 999em;
  align-items: center;
  padding: .7em .8em;
  display: flex;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item._01 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Basement Grotesque, sans-serif;
}

.tabs-nav-item._01:hover {
  background-color: #ffffff40;
}

.tabs-nav-item._01.w--current {
  text-transform: uppercase;
  font-family: Basement Grotesque, sans-serif;
}

.tabs-nav-item._02 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Basement Grotesque, sans-serif;
}

.tabs-nav-item._02:hover {
  opacity: 1;
  background-color: #ffffff40;
}

.speaker-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2.7rem;
  padding-right: 2.7rem;
  display: flex;
}

.bold-text {
  background-image: linear-gradient(126deg, var(--lime), var(--green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text.mindflow {
  background-image: linear-gradient(126deg, #ba7eef, #e6d1fa);
}

.speaker-visual {
  width: 200px;
}

.gradient-span {
  background-image: linear-gradient(123deg, var(--lime), var(--green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-span.clipped {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-span.noel {
  background-image: linear-gradient(123deg, var(--lime), var(--green));
  color: gold;
}

.bullet-arrow {
  height: 50px;
  transform: rotate(180deg);
}

.bullet-arrow._1line {
  height: 25px;
}

.bullet-arrow._2line {
  height: 35px;
}

.bullet-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  min-height: 40px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.text-field {
  border: 2px solid var(--lime);
  color: var(--relume-library-lite--rl-black);
  border-radius: 1000px;
  margin-bottom: 0;
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Proxima Nova, sans-serif;
  font-weight: 600;
  transition: all .3s;
}

.text-field:hover {
  border: 2px solid var(--green);
}

.text-field::placeholder {
  color: var(--black);
  font-family: Proxima Nova, sans-serif;
}

.text-field.is-50 {
  width: 50%;
  margin-bottom: 0;
}

.text-field.is-50.black {
  border-color: var(--black);
}

.text-field.is-50.black:hover {
  border-color: #12b2ff;
}

.text-field.is-50.noel {
  border-style: none none dashed;
  border-bottom-width: 1px;
  border-bottom-color: var(--black);
  background-color: #fff0;
  border-radius: 0;
}

.text-field.is-50._2025 {
  border-style: none none solid;
  border-bottom-color: #666;
  border-radius: 0;
}

.text-field.is-50._2025:hover {
  background-color: #eee;
}

.text-field.is-50._2025:active, .text-field.is-50._2025:focus {
  border-bottom-color: #bcf02d;
}

.text-field.is-25, .text-field.is-100 {
  width: 50%;
  margin-bottom: 0;
}

.text-field.is-100.black {
  border-color: var(--black);
}

.text-field.is-100.black:hover {
  border-color: #12b2ff;
}

.text-field.is-100.noel {
  border-style: none none dashed;
  border-bottom-width: 1px;
  border-bottom-color: var(--black);
  background-color: #fff0;
  border-radius: 0;
}

.text-field.is-100._2025 {
  border-style: none none solid;
  border-bottom-color: #666;
  border-radius: 0;
  width: 100%;
}

.text-field.is-100._2025:hover {
  background-color: #eee;
}

.text-field.is-100._2025:active, .text-field.is-100._2025:focus {
  border-bottom-color: #bcf02d;
}

.div-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
}

.div-block-3.withcheck {
  justify-content: space-between;
  align-items: flex-end;
}

.submit-button {
  background-image: linear-gradient(138deg, var(--lime), var(--green));
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 1000px;
  padding: 11px 20px;
  font-family: Basement Grotesque, sans-serif;
  transition: all .3s;
  display: block;
}

.submit-button:hover {
  box-shadow: 0 0 16px -1px var(--green);
  transform: scale(1.1);
}

.submit-button.blue-to-blck {
  background-image: linear-gradient(138deg, #12b2ff, var(--black));
  color: var(--white);
}

.submit-button.blue-to-blck:hover {
  box-shadow: 0 0 16px -1px #00c8ffab;
}

.submit-button.noel {
  text-transform: none;
  background-color: #fff0;
  background-image: none;
  font-family: Great Vibes, cursive;
  font-size: 2rem;
}

.submit-button.noel:hover {
  box-shadow: none;
  transform: none;
}

.submit-button._2025 {
  text-align: left;
  background-color: #bcf02d;
  background-image: none;
  border-radius: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.submit-button._2025:hover {
  box-shadow: 0 0 16px -1px var(--lime);
}

.image-3 {
  max-width: 50%;
  height: auto;
}

.image-3.bigger {
  max-width: 70%;
}

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

.div-block-4.centered {
  justify-content: center;
  align-items: center;
}

.form {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.form.white {
  background-color: var(--white);
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 2.1rem 1.1rem;
  position: relative;
}

.form.white._2025 {
  border-radius: 5px;
  justify-content: space-between;
  align-items: flex-start;
}

.form.noel {
  background-color: var(--white);
  background-image: url('../images/grunge-vintage-old-paper-background-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 2.1rem 1.1rem;
  position: relative;
}

.second-heading {
  font-weight: 400;
  line-height: 1.2;
}

.section-hero-gradient {
  width: 100vw;
  height: 100vh;
  position: fixed;
  transform: rotate(0);
}

.section-hero-gradient.noel {
  opacity: .06;
  mix-blend-mode: luminosity;
  background-image: url('../images/7158.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.shape-3 {
  background-color: var(--purple);
  opacity: .54;
  border-radius: 500rem;
  width: 36em;
  height: 81em;
  position: absolute;
  top: -11.9rem;
  left: -11.9rem;
  transform: rotate(27deg);
}

.shape-3.blue {
  background-color: #12b2ff;
}

.shape-3.red {
  background-color: #d6c605;
}

.shape-7 {
  background-color: #96b3db;
  border-radius: 500rem;
  width: 40em;
  height: 40em;
  position: absolute;
  top: -14.7rem;
  left: 62.1rem;
}

.shape-7.red {
  background-color: #ffea00;
}

.shape-5 {
  opacity: .63;
  background-color: #d5ff0a;
  border-radius: 500rem;
  width: 25em;
  height: 25em;
  position: absolute;
  top: -8.8rem;
  left: 43.3rem;
}

.shape-5.white {
  background-color: var(--white);
}

.shape-6 {
  background-color: #7ef8bb;
  border-radius: 500rem;
  width: 17em;
  height: 19em;
  position: absolute;
  top: -4.5rem;
  left: 55.8rem;
  transform: rotate(-50deg);
}

.shape-6.white {
  background-color: #fff;
}

.shape-9 {
  background-color: var(--black);
  opacity: .3;
  border-radius: 500rem;
  width: 75em;
  height: 24em;
  position: absolute;
  top: 18.3rem;
  left: 38.7rem;
  transform: rotate(120deg);
}

.blending-group-wrappeur {
  z-index: -100000;
  filter: blur(120px);
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.shape-2 {
  background-color: var(--green);
  opacity: .44;
  border-radius: 500rem;
  width: 43em;
  height: 58em;
  position: absolute;
  top: -34.2rem;
  left: 11.4rem;
}

.shape-2.blue {
  background-color: #12b2ff;
}

.shape-2.white {
  background-color: var(--white);
}

.main-shape-wrappeur {
  filter: blur(120px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shape-1 {
  background-color: var(--blue);
  opacity: .55;
  border-radius: 500rem;
  width: 50em;
  height: 50em;
  position: absolute;
  top: -21.8rem;
  left: 44.4rem;
}

.shape-1.blue {
  background-color: #12b2ff;
}

.shape-1.red {
  background-color: #665e00;
}

.text-wrappeur {
  z-index: 500;
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3.88rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0%;
}

.noise-wrappeur {
  opacity: .03;
  background-image: url('../images/noise.gif');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

.shape-4 {
  background-color: var(--green);
  opacity: .41;
  border-radius: 500rem;
  width: 60em;
  height: 48em;
  position: absolute;
  top: -21.6rem;
  left: 6.3rem;
  transform: rotate(27deg);
}

.shape-4.white {
  background-color: var(--white);
}

.shape-8 {
  background-color: var(--lime);
  border-radius: 500rem;
  width: 81em;
  height: 36em;
  position: absolute;
  top: 4.4rem;
  left: 23.8rem;
  transform: rotate(120deg);
}

.heading-3 {
  font-size: 38px;
}

.grid {
  background-image: url('../images/Grid-2k.png');
  background-position: 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.gridbg {
  opacity: .26;
  background-image: url('../images/Grid-2k.png');
  background-position: 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.success-message {
  background-image: linear-gradient(133deg, var(--lime), var(--green));
  border-radius: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Basement Grotesque, sans-serif;
}

.success-message.blue {
  background-image: linear-gradient(133deg, #13a8f1, #000);
}

.success-message._2025 {
  background-color: #bcf02d;
  background-image: none;
  border-radius: 5px;
  position: relative;
}

.link {
  color: var(--white);
}

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

.text-span {
  color: var(--white);
}

.legals {
  width: 100%;
}

.text-span-2 {
  color: var(--white);
}

.paragraph {
  font-size: 12px;
}

.checkbox-label {
  color: var(--white);
  font-family: Proxima Nova, sans-serif;
  font-size: 12px;
}

.checkbox-label.black {
  color: var(--black);
}

.paragraph-2 {
  font-size: 12px;
}

.paragraph-2.black {
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
}

.paragraph-3 {
  color: var(--white);
  height: auto;
  font-family: Proxima Nova, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 110%;
}

.paragraph-3.text-align-center.bold {
  font-size: 1.2rem;
  font-weight: 700;
}

.paragraph-3.noel {
  font-family: Proxima Nova, sans-serif;
  font-size: 1.1rem;
}

.paragraph-3._2025 {
  color: #191919;
}

.paragraph-3._2025.bullet {
  word-break: normal;
}

.text-block {
  color: var(--black);
  text-align: center;
}

.text-block.white {
  color: var(--white);
}

.text-block._2025 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.div-block-5 {
  z-index: -1;
  position: relative;
  bottom: -79px;
}

.image-4 {
  position: absolute;
}

.white-span {
  color: var(--white);
  font-weight: 900;
}

.link-2 {
  color: var(--white);
}

.bold-text-2 {
  text-decoration: underline;
}

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

.card {
  object-fit: fill;
  background-image: linear-gradient(182deg, #362e2e00, #242121 38%), url('../images/Grid-2k.png'), linear-gradient(#00000080, #00000080);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, 300%, auto;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.bottom-card {
  background-color: var(--purple);
  background-image: linear-gradient(146deg, var(--lime), var(--green));
  width: 100%;
  height: 1rem;
}

.bottom-card.blue {
  background-color: var(--blue);
  background-image: none;
}

.content-card {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 2rem 1rem;
  display: flex;
}

.content-card.align-center {
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}

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

.card-grid {
  border: 1px solid #6b6b6b33;
  border-radius: 1rem;
}

.big-number {
  height: 10rem;
}

.medium-number {
  height: 5rem;
}

.number-and-h3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.number-and-h3.main {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.blue-span {
  color: var(--blue);
}

.hero-image {
  max-width: 100%;
}

.card-image-system {
  margin-top: 1rem;
}

.sticky-grid {
  grid-template-rows: auto;
  width: 100%;
}

.right-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.right-content.top-padding {
  padding-top: 50px;
}

.card_fill {
  z-index: 1;
  background-color: #323341;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.app_img {
  z-index: 4;
  opacity: 0;
  max-width: none;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
}

.app_img.is--current {
  opacity: 1;
}

.app {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-2 {
  z-index: 1;
  cursor: pointer;
  background-color: #111214;
  border: 2px solid #323341;
  border-radius: 1em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.1em;
  padding: 1.6em 2.3em;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-2:hover {
  padding-left: 2.7em;
}

.left_paragraph {
  margin-top: .9em;
  margin-bottom: 1.8em;
}

.left_heading {
  font-size: 4em;
}

.hero_left {
  z-index: 2;
  width: 50%;
  position: relative;
}

.hero_right {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 44em;
  display: flex;
  position: relative;
}

.card_heading {
  letter-spacing: 0;
  font-size: 1.4em;
  font-weight: 500;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
}

.container.is--hero {
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding: 0;
  display: flex;
}

.card_icon {
  color: #f2fe9a;
  width: 2em;
  height: 2em;
  margin-right: 1.3em;
}

.app_circle {
  z-index: 1;
  opacity: .37;
  filter: blur(4em);
  background-color: #d2e9ec;
  border-radius: 100vw;
  width: 70%;
  padding-top: 70%;
  position: absolute;
}

.card_wrap {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-5 {
  text-decoration: none;
}

.c-autotabs {
  z-index: 1;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.c-autotabs_image {
  margin-left: auto;
  display: block;
}

.c-autotabs_image.cc-pane-crypto-mobile {
  display: none;
}

.c-autotabs_load {
  background-color: var(--lime);
  border-radius: 20px;
  width: 100%;
  height: 0%;
  overflow: visible;
}

.c-autotabs_content {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
  position: static;
  overflow: visible;
}

.c-autotabs_pane {
  position: static;
}

.c-title-wrapper {
  margin-bottom: 16px;
}

.c-title-wrapper.cc-title-nomargin {
  margin-bottom: 0;
}

.c-text-1 {
  color: #5f6668;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.c-title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6em;
}

.c-autotabs_paragraph {
  color: #5f6668;
}

.c-autotabs_menu {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.c-autotabs_line {
  background-color: var(--lime);
  border-radius: 20px;
  width: 6px;
  position: absolute;
  inset: 20px auto 20px 40px;
  overflow: hidden;
}

.c-autotabs_link {
  color: var(--white);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 22px 40px 22px 70px;
  position: relative;
}

.c-autotabs_link.w--current {
  color: var(--black);
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 40px 30px 70px;
  box-shadow: 0 8px 48px -10px #c0c7e2;
}

.heading-style-h4-tabs {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h4-tabs.text-align-center.smaller {
  font-size: 1.2rem;
  line-height: 105%;
}

.text-tabs {
  font-family: Proxima Nova, sans-serif;
  font-size: 1rem;
  line-height: 1.1rem;
}

.image-5 {
  width: 70%;
}

.div-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.footer.low {
  border-top-style: none;
  border-bottom-style: none;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
}

.footer-top-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr .5fr;
  width: 100%;
  max-width: 80rem;
}

.link-block {
  padding: 2rem 5rem 2rem 0;
}

.div-block-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-right: 0;
  display: flex;
}

.social-icon {
  width: 32px;
}

.div-block-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-6 {
  max-width: 200px;
}

.footer-low-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  max-width: 80rem;
}

.footer-text {
  color: #fff;
  font-family: Proxima Nova, sans-serif;
}

.footer-text.cta:hover {
  color: var(--lime);
}

.link-block-2 {
  color: #fff;
  text-decoration: none;
}

.div-block-9 {
  background-color: var(--white);
  width: 1px;
}

.footer-section {
  width: 100vw;
}

.div-block-10 {
  padding-right: 0;
}

.link-3 {
  color: var(--white);
}

.link-4 {
  color: var(--black);
  text-decoration: none;
}

.other-pages {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: stretch;
  padding-right: 0;
  display: flex;
}

.right-side {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky-image {
  position: sticky;
  top: 16px;
}

.sticky-image.smaller {
  max-width: 70%;
}

.error-message {
  background-color: var(--lime);
  background-image: linear-gradient(133deg, var(--lime), var(--green));
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Basement Grotesque, sans-serif;
}

.cta-lang-wrapper {
  z-index: 99999;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.lang-switch {
  z-index: 2;
  background-color: var(--lime);
  margin-top: 0%;
  text-decoration: none;
  position: sticky;
  top: 15%;
}

.en-fr {
  color: var(--black);
  padding: 4px 8px 4px 12px;
  font-family: Basement Grotesque, sans-serif;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.italic-text {
  font-style: normal;
}

.sub-info {
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
}

.error-text {
  color: var(--black);
  text-align: center;
}

.div-block-11 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-7 {
  width: 30%;
}

.image-7.nig {
  width: 50%;
}

.submit-button-copy {
  background-image: linear-gradient(138deg, var(--lime), var(--green));
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 1000px;
  padding: 11px 20px;
  font-family: Basement Grotesque, sans-serif;
  transition: all .3s;
  display: block;
}

.submit-button-copy:hover {
  box-shadow: 0 0 16px -1px var(--green);
  transform: scale(1.1);
}

.submit-button-copy.blue-to-black {
  background-image: linear-gradient(138deg, #12b2ff, var(--black));
  color: var(--white);
}

.submit-button-copy.blue-to-black:hover {
  box-shadow: 0 0 16px -1px #468dffad;
}

.submit-button-copy.blue-to-black.w--current {
  background-image: linear-gradient(138deg, #12b2ff, var(--black));
  color: var(--white);
}

.text-block-2 {
  color: var(--black);
  text-align: center;
}

.text-block-2.white {
  color: var(--white);
}

.outiline {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
}

.white-line {
  background-color: #fff;
  width: 100%;
  height: 2px;
  padding-top: 0;
  display: block;
}

.side-line {
  background-color: #fff;
  width: 2px;
  height: 50px;
}

.icon {
  width: 80px;
}

.pixel {
  display: none;
}

.line-noel {
  opacity: .92;
  max-width: 80%;
  height: 5px;
}

.div-block-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.div-block-13:hover {
  transform: scale(1.1);
}

.text-span-3 {
  font-weight: 500;
}

.text-span-4 {
  color: #666464;
}

.div-block-14 {
  color: #e5e5e5;
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.corner {
  width: 15px;
  position: absolute;
  top: 0;
  right: 0;
}

.corner.top-left {
  left: 0;
  right: auto;
  transform: rotate(-90deg);
}

.corner.bottom-left {
  inset: auto auto 0 0;
  transform: rotate(-180deg);
}

.corner.bottom-right {
  top: auto;
  bottom: 0;
  transform: rotate(90deg);
}

.parag {
  color: #666464;
}

.bold {
  text-transform: uppercase;
  font-weight: 700;
}

.hl---key-points-wrapped {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  padding: 2.1rem 1.1rem;
  position: relative;
}

.hl---key-points-wrapped.align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hl_content_1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.image-8 {
  border-radius: 2rem;
}

.div-block-15 {
  z-index: -10000;
  background-image: url('../images/BG-LP-White_1.avif');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

._50 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image-9 {
  border-radius: .5rem;
}

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

.image-10 {
  width: 48%;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

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

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

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

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .spacer-medium {
    padding-top: 1.5rem;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h4.grid {
    font-size: 1rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .nav_button {
    color: #fff;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-logo-header {
    height: auto;
  }

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

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .hl_header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .hl_header1_component.lp {
    grid-template-columns: 1fr 1fr;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .image-2.smaller {
    height: 35px;
  }

  .image-2.small {
    height: 55px;
  }

  .hl_info_component, .hl_more_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .speaker-1 {
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .shape-1 {
    left: 23.3rem;
  }

  .content-card.align-center {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-image {
    width: 100%;
  }

  .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .c-title-3 {
    font-size: 28px;
  }

  .heading-style-h4-tabs.grid {
    font-size: 1rem;
  }

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

  .footer.low {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .link-block {
    padding: 3rem 4rem 3rem 1rem;
  }

  .div-block-7 {
    padding-right: 0;
  }

  .div-block-10 {
    padding-right: 1rem;
  }

  .other-pages {
    padding-right: 0;
  }

  .hl---key-points-wrapped.align-center {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.text-align-center {
    font-size: 1.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h4, .heading-style-h4.text-align-center.smaller {
    font-size: 1rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .hl_header1_component {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto;
  }

  .hl_header1_component.lp {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-2.smaller {
    height: 30px;
  }

  .image-2.small {
    height: 40px;
  }

  .hl_info_component, .hl_more_component {
    grid-row-gap: 3rem;
  }

  .tab-content-inner.grid.no-line {
    grid-template-columns: 1fr;
  }

  .tab-content-inner.grid.no-line._3-item {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .shape-1 {
    top: -13.8rem;
    left: 12.7rem;
  }

  .big-number {
    height: 5rem;
  }

  .number-and-h3.main {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

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

  .hero-image {
    width: 50%;
  }

  .sticky-grid {
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero_left {
    width: 100%;
  }

  .hero_right {
    width: 100%;
    margin-top: 4em;
  }

  .container.is--hero {
    display: block;
  }

  .c-autotabs {
    flex-direction: column-reverse;
  }

  .c-autotabs_image {
    margin-right: auto;
  }

  .c-autotabs_image.cc-pane-crypto {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .c-autotabs_image.cc-pane-crypto-mobile {
    margin-right: -24px;
    display: block;
  }

  .c-autotabs_content {
    width: 100%;
    margin-bottom: 30px;
  }

  .c-text-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .c-title-3 {
    font-size: 24px;
    line-height: 38px;
  }

  .c-autotabs_menu {
    width: 100%;
  }

  .heading-style-h4-tabs, .heading-style-h4-tabs.text-align-center.smaller {
    font-size: 1rem;
  }

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

  .link-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
  }

  .footer-low-grid {
    grid-template-columns: 1fr;
  }

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

  .div-block-10 {
    padding-top: 0;
    padding-bottom: 1rem;
    padding-right: 0;
  }

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

@media screen and (max-width: 479px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-style-h1 {
    font-size: 1.8rem;
  }

  .heading-style-h1.xxlarge {
    font-size: 3rem;
  }

  .heading-style-h1.form-header.smaller {
    font-size: 1.2rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .section-logo-header {
    min-height: auto;
  }

  .hl_header1_form-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .hl_header1_component {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    width: 100%;
  }

  .hl_header1_component.lp {
    grid-auto-flow: row dense;
  }

  .partner-logo-up-form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .image-2 {
    height: 50px;
  }

  .image-2.smaller {
    margin-top: 0;
  }

  .hl_info_component, .hl_more_component {
    grid-template-columns: 1fr;
  }

  .tabs-nav-background {
    top: 0%;
    bottom: 0%;
  }

  .tab-content-inner.grid {
    grid-template-columns: 1fr;
  }

  .tab-content-inner.grid.pad {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-content-inner.grid.no-line {
    padding-bottom: 1rem;
  }

  .tab-content-inner.grid.no-line._3-item {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .tabs-menu-wrapper {
    flex-flow: row;
  }

  .tabs-nav-item._01 {
    min-height: auto;
  }

  .bullet-arrow {
    height: 25px;
  }

  .text-field.is-50, .text-field.is-25, .text-field.is-100 {
    width: 100%;
  }

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

  .second-heading {
    font-size: 20px;
  }

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

  .shape-1 {
    top: -10.4rem;
    left: -1.8rem;
  }

  .noise-wrappeur {
    opacity: .06;
  }

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

  .content-card {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image {
    width: 100%;
  }

  .card-image-system {
    width: 70%;
  }

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

  .right-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .right-content.top-padding {
    padding-top: 0;
  }

  .hero_right {
    height: 120vw;
    margin-top: 3em;
  }

  .c-autotabs_image.cc-pane-crypto-mobile {
    width: auto;
    height: auto;
    margin-right: 0;
    position: static;
    transform: translate(16px);
  }

  .c-title-3 {
    font-size: 20px;
    line-height: 34px;
  }

  .c-autotabs_line {
    left: 25px;
  }

  .c-autotabs_link {
    padding-left: 50px;
    padding-right: 20px;
  }

  .c-autotabs_link.w--current {
    padding: 25px 20px 25px 50px;
  }

  .image-5 {
    width: 100%;
  }

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

  .link-block {
    justify-content: center;
    align-items: center;
    padding-right: 1rem;
    display: flex;
  }

  .image-6 {
    max-width: 200px;
    display: block;
  }

  .div-block-11 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
  }

  .div-block-11.revert {
    flex-flow: column-reverse;
  }

  .image-7, .image-7.nig {
    width: 90%;
  }

  .side-line {
    width: 50px;
    height: 2px;
  }

  .hl---key-points-wrapped {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-f5406ea7-0c65-8e8f-f9a4-f4e36855b9a3-a66f1069 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb259210-4100-d3aa-4b77-2ed51f7bf2a6-1f7bf2a0, #w-node-eb259210-4100-d3aa-4b77-2ed51f7bf2ab-1f7bf2a0 {
  align-self: center;
}

#w-node-eb259210-4100-d3aa-4b77-2ed51f7bf2ac-1f7bf2a0 {
  place-self: center end;
}

#w-node-eb259210-4100-d3aa-4b77-2ed51f7bf2b7-1f7bf2a0 {
  align-self: center;
}

#w-node-eb259210-4100-d3aa-4b77-2ed51f7bf2ba-1f7bf2a0 {
  place-self: center end;
}

#w-node-f5406ea7-0c65-8e8f-f9a4-f4e36855b9a3-57053363, #w-node-f5406ea7-0c65-8e8f-f9a4-f4e36855b9a3-59c6d3c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b7987947-33ce-9154-59be-9044893624cb-893624c5, #w-node-b7987947-33ce-9154-59be-9044893624d0-893624c5 {
  align-self: center;
}

#w-node-b7987947-33ce-9154-59be-9044893624d1-893624c5 {
  place-self: center end;
}

#w-node-b7987947-33ce-9154-59be-9044893624dc-893624c5 {
  align-self: center;
}

#w-node-b7987947-33ce-9154-59be-9044893624df-893624c5 {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-eb259210-4100-d3aa-4b77-2ed51f7bf2a6-1f7bf2a0, #w-node-eb259210-4100-d3aa-4b77-2ed51f7bf2ab-1f7bf2a0, #w-node-eb259210-4100-d3aa-4b77-2ed51f7bf2ac-1f7bf2a0, #w-node-eb259210-4100-d3aa-4b77-2ed51f7bf2b7-1f7bf2a0, #w-node-eb259210-4100-d3aa-4b77-2ed51f7bf2ba-1f7bf2a0, #w-node-b7987947-33ce-9154-59be-9044893624cb-893624c5, #w-node-b7987947-33ce-9154-59be-9044893624d0-893624c5, #w-node-b7987947-33ce-9154-59be-9044893624d1-893624c5, #w-node-b7987947-33ce-9154-59be-9044893624dc-893624c5, #w-node-b7987947-33ce-9154-59be-9044893624df-893624c5 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f5406ea7-0c65-8e8f-f9a4-f4e36855b9a3-a66f1069 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eb259210-4100-d3aa-4b77-2ed51f7bf2ac-1f7bf2a0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-eb259210-4100-d3aa-4b77-2ed51f7bf2b7-1f7bf2a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-eb259210-4100-d3aa-4b77-2ed51f7bf2ba-1f7bf2a0 {
    justify-self: center;
  }

  #w-node-f5406ea7-0c65-8e8f-f9a4-f4e36855b9a3-57053363, #w-node-f5406ea7-0c65-8e8f-f9a4-f4e36855b9a3-59c6d3c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7987947-33ce-9154-59be-9044893624d1-893624c5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-b7987947-33ce-9154-59be-9044893624dc-893624c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-b7987947-33ce-9154-59be-9044893624df-893624c5 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eb259210-4100-d3aa-4b77-2ed51f7bf2a4-1f7bf2a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-eb259210-4100-d3aa-4b77-2ed51f7bf2ac-1f7bf2a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-b7987947-33ce-9154-59be-9044893624c9-893624c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-b7987947-33ce-9154-59be-9044893624d1-893624c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Basement Grotesque';
  src: url('../fonts/BasementGrotesque-Black_v1.202.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima-Nova-Semibold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima-Nova-Black-It.otf') format('opentype'), url('../fonts/ProximaNova-BlackIt.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima-Nova-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima-Nova-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima-Nova-Bold-It.otf') format('opentype'), url('../fonts/Proxima-Nova-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-ExtrabldIt.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima-Nova-Regular-Italic.otf') format('opentype'), url('../fonts/Proxima-Nova-Reg-It.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima-Nova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima-Nova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-ThinIt.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima-Nova-Regular.otf') format('opentype'), url('../fonts/Proxima-Nova-Reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima-Nova-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima-Nova-Light-It.otf') format('opentype'), url('../fonts/Proxima-Nova-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}