:root {
  --_colortheme---bg: var(--_colorswatch---black);
  --font--text: Outfit, Arial, sans-serif;
  --_colortheme---text: var(--_colorswatch---white);
  --_textstyle---font-size: var(--_responsivesizing---fontsize-r);
  --lineheight--lineheight-body: 1.2;
  --_textstyle---font-weight: var(--fontweight--thin);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 2%;
  --_colorswatch---brand-3: #303757;
  --fontweight--regular: 500;
  --container--max-width: 1920px;
  --_responsivesizing---padding-horizontal: 5.25rem;
  --_navbar---padding-sides: var(--_responsivesizing---padding-horizontal);
  --_spacing---padding-section-topbottom: var(--_responsivesizing---padding-vertical-r);
  --fontweight--thin: 200;
  --fontweight--bold: 700;
  --_colorswatch---white: white;
  --_colorswatch---brand-2: #6978bd;
  --_colorswatch---grey: #616784;
  --_navbar---height: 4rem;
  --border--border-line: 1px;
  --_colorswatch---blue-dark-1: #151826;
  --fontweight--medium-bold\<deleted\|variable-75079d55-e49b-2aa6-7606-e17530060ae5\>: 600;
  --_buttonsizes---fontsize: var(--_responsivesizing---fontsize-t);
  --radius--radius-medium\<deleted\|variable-c49e4263-383d-63f8-d109-912529bb5ecc\>: 2rem;
  --_colorswatch---blue-light-blue: #222842;
  --lineheight--lineheight-uniform: 1;
  --_buttonsizes---padding-topbottom: .8125rem;
  --_buttonsizes---padding-sides: 1.5rem;
  --radius--radius: .25rem;
  --_buttonstyles---button-bg: var(--_colorswatch---black-50);
  --_buttonstyles---inner-shadow: #6978bd63;
  --font--button: var(--font--text);
  --_buttonstyles---button-text: var(--_colorswatch---white);
  --_buttonsizes---lineheight: var(--lineheight--lineheight-uniform);
  --_buttonsizes---font-weight: var(--fontweight--regular);
  --_colorswatch---blue-dark-2: #0a0f18;
  --_colorswatch---purple-light: #9099c3;
  --elipse-size: 48rem;
  --_form---font-family: var(--font--text);
  --_responsivesizing---fontsize-main: 1rem;
  --accessibility--min-touch: 48px;
  --_colorswatch---blue-dark-3: #070a10;
  --_colorswatch---black: #000;
  --font--heading: Outfit, Arial, sans-serif;
  --_navbar---bg: transparent;
  --_navbar---text: var(--_colorswatch---blue-dark-1);
  --_responsivesizing---fontsize-h1: 3rem;
  --_navbar---link-size: var(--_responsivesizing---fontsize-t);
  --_responsivesizing---fontsize-h2: 2.125rem;
  --_responsivesizing---fontsize-h3: 1.25rem;
  --_colortheme---heading-gradient1: var(--_colorswatch---purple-light);
  --_responsivesizing---fontsize-h4: 1.125rem;
  --_buttonsizes---radius: var(--radius--radius);
  --_colortheme---heading-gradient2: var(--_colorswatch---white);
  --_responsivesizing---fontsize-xl: 1.5rem;
  --_buttonsizes---border-size: var(--border--border-line);
  --_responsivesizing---fontsize-l: 1.25rem;
  --_navbar---padding-topbottom: .78125rem;
  --_responsivesizing---fontsize-m: 1.125rem;
  --_responsivesizing---fontsize-r: 1rem;
  --_colorswatch---black-50: #00000080;
  --_responsivesizing---fontsize-s: .875rem;
  --_responsivesizing---fontsize-t: .75rem;
  --_responsivesizing---padding-vertical-l: 5rem;
  --_responsivesizing---padding-vertical-r: 3.75rem;
  --_responsivesizing---padding-vertical-s: 2rem;
  --_responsivesizing---padding-vertical-t: 1rem;
  --lineheight--lineheight-h1: 1;
  --lineheight--lineheight-h2: 1;
  --lineheight--lineheight-h3: 1;
  --_responsivesizing---fontsize-h0\<deleted\|variable-96884ebe-c510-4f19-0933-032a56bccd67\>: 7rem;
  --radius--radius-tiny\<deleted\|variable-5edbb7f1-0e02-0b87-c6d6-ea142d9d6913\>: .5rem;
}

body {
  background-color: var(--_colortheme---bg);
  font-family: var(--font--text);
  color: var(--_colortheme---text);
  font-size: var(--_textstyle---font-size);
  line-height: var(--lineheight--lineheight-body);
  font-weight: var(--_textstyle---font-weight);
  --_textstyle---font-size: var(--_responsivesizing---fontsize-r);
  --_textstyle---font-weight: var(--fontweight--thin);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 2%;
}

h1 {
  font-family: var(--_textstyle---font-family);
  font-size: var(--_textstyle---font-size);
  line-height: var(--_textstyle---line-height);
  font-weight: var(--_textstyle---font-weight);
  letter-spacing: var(--_textstyle---letter-spacing);
  --_textstyle---font-size: var(--_responsivesizing---fontsize-h1);
  --_textstyle---font-weight: var(--fontweight--thin);
  --_textstyle---font-family: var(--font--heading);
  --_textstyle---line-height: var(--lineheight--lineheight-h1);
  --_textstyle---letter-spacing: 2%;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_textstyle---font-family);
  font-size: var(--_textstyle---font-size);
  line-height: var(--_textstyle---line-height);
  font-weight: var(--_textstyle---font-weight);
  letter-spacing: var(--_textstyle---letter-spacing);
  --_textstyle---font-size: var(--_responsivesizing---fontsize-h2);
  --_textstyle---font-weight: var(--fontweight--thin);
  --_textstyle---font-family: var(--font--heading);
  --_textstyle---line-height: var(--lineheight--lineheight-h2);
  --_textstyle---letter-spacing: 2%;
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_textstyle---font-family);
  font-size: var(--_textstyle---font-size);
  line-height: var(--_textstyle---line-height);
  font-weight: var(--_textstyle---font-weight);
  letter-spacing: var(--_textstyle---letter-spacing);
  --_textstyle---font-size: var(--_responsivesizing---fontsize-h3);
  --_textstyle---font-weight: var(--fontweight--thin);
  --_textstyle---font-family: var(--font--heading);
  --_textstyle---line-height: var(--lineheight--lineheight-h3);
  --_textstyle---letter-spacing: 2%;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--_textstyle---font-family);
  font-size: var(--_textstyle---font-size);
  line-height: var(--_textstyle---line-height);
  font-weight: var(--_textstyle---font-weight);
  letter-spacing: var(--_textstyle---letter-spacing);
  --_textstyle---font-size: var(--_responsivesizing---fontsize-h4);
  --_textstyle---font-weight: var(--fontweight--thin);
  --_textstyle---font-family: var(--font--heading);
  --_textstyle---line-height: var(--lineheight--lineheight-h3);
  --_textstyle---letter-spacing: 2%;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  --_textstyle---font-size: var(--_responsivesizing---fontsize-r);
  --_textstyle---font-weight: var(--fontweight--thin);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 2%;
  margin-bottom: 0;
}

a {
  color: var(--_colortheme---text);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

.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;
}

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

.text-size-large {
  font-family: var(--_textstyle---font-family);
  font-size: var(--_textstyle---font-size);
  line-height: var(--_textstyle---line-height);
  font-weight: var(--_textstyle---font-weight);
  letter-spacing: var(--_textstyle---letter-spacing);
  --_textstyle---font-size: var(--_responsivesizing---fontsize-l);
  --_textstyle---font-weight: var(--fontweight--thin);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 2%;
}

.container {
  max-width: var(--container--max-width);
  padding-right: var(--_responsivesizing---padding-horizontal);
  padding-left: var(--_responsivesizing---padding-horizontal);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.is-nav {
  padding-right: var(--_navbar---padding-sides);
  padding-left: var(--_navbar---padding-sides);
}

.container.relative {
  z-index: 30;
  flex-flow: row;
  position: relative;
}

.container.relative.z-index-10 {
  z-index: 10;
  z-index: 10;
}

.section {
  padding-top: var(--_spacing---padding-section-topbottom);
  padding-bottom: var(--_spacing---padding-section-topbottom);
  background-color: var(--_colortheme---bg);
  color: var(--_colortheme---text);
  --_colortheme---bg: var(--_colorswatch---black);
  --_colortheme---text: var(--_colorswatch---white);
  --_colortheme---heading-gradient1: var(--_colorswatch---purple-light);
  --_colortheme---heading-gradient2: var(--_colorswatch---white);
  --_spacing---padding-section-topbottom: var(--_responsivesizing---padding-vertical-r);
  width: 100%;
  height: 100%;
  position: relative;
}

.section:where(.w-variant-43606d96-7f66-e4d0-a55e-765bb46cea59) {
  --_colortheme---bg: var(--_colorswatch---blue-dark-1);
  --_colortheme---text: var(--_colorswatch---white);
  --_colortheme---heading-gradient1: var(--_colorswatch---purple-light);
  --_colortheme---heading-gradient2: var(--_colorswatch---white);
}

.section:where(.w-variant-98594f7c-eaed-5a56-330a-b57cebb30a80) {
  --_colortheme---bg: var(--_colorswatch---brand-2);
  --_colortheme---text: var(--_colorswatch---white);
  --_colortheme---heading-gradient1: var(--_colorswatch---purple-light);
  --_colortheme---heading-gradient2: var(--_colorswatch---white);
}

.section:where(.w-variant-20565539-5354-4b46-68c9-5f95db74f67c) {
  --_colortheme---bg: var(--_colorswatch---brand-3);
  --_colortheme---text: var(--_colorswatch---white);
  --_colortheme---heading-gradient1: var(--_colorswatch---purple-light);
  --_colortheme---heading-gradient2: var(--_colorswatch---white);
}

.section.padding-large {
  --_spacing---padding-section-topbottom: var(--_responsivesizing---padding-vertical-l);
}

.section.padding-small {
  --_spacing---padding-section-topbottom: var(--_responsivesizing---padding-vertical-s);
}

.section.is-hero_terms {
  margin-top: 20rem;
  padding-top: 0;
}

.section.is-hero_terms.no-padding-bottom {
  padding-bottom: 0;
}

.section.is-hero {
  background-color: var(--_colortheme---bg);
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: clip;
}

.section.has-deco {
  margin-top: 11.75rem;
  padding-top: 0;
}

.section.has-deco.no-padding-bottom {
  padding-bottom: 0;
}

.section.z-index-10 {
  z-index: 10;
}

.text-weight-light {
  font-weight: var(--fontweight--thin);
}

.global-styles_forms, .global-styles_texts {
  position: fixed;
  inset: 0% auto auto 0%;
}

.fs-hidden {
  display: none;
}

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

.text-size-regular {
  font-family: var(--_textstyle---font-family);
  font-size: var(--_textstyle---font-size);
  line-height: var(--_textstyle---line-height);
  font-weight: var(--_textstyle---font-weight);
  letter-spacing: var(--_textstyle---letter-spacing);
  --_textstyle---font-size: var(--_responsivesizing---fontsize-r);
  --_textstyle---font-weight: var(--fontweight--thin);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 2%;
  transition: color .1s;
}

.text-size-regular:where(.w-variant-a8f22ae2-a5d7-468d-d8dd-a147c333664a) {
  --_textstyle---font-size: var(--_responsivesizing---fontsize-m);
  --_textstyle---font-weight: var(--fontweight--thin);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 2%;
}

.text-size-regular:where(.w-variant-b841aa1b-ed7d-e717-751c-d99faa1203bb) {
  --_textstyle---font-size: var(--_responsivesizing---fontsize-l);
  --_textstyle---font-weight: var(--fontweight--thin);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 2%;
}

.text-size-regular:where(.w-variant-744ba4e7-b303-62f9-a9d7-41658bf20059) {
  --_textstyle---font-size: var(--_responsivesizing---fontsize-xl);
  --_textstyle---font-weight: var(--fontweight--thin);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 2%;
}

.text-size-regular:where(.w-variant-425b72dd-d140-91c0-eef2-5e7f2a77ccaf) {
  font-weight: var(--fontweight--thin);
  letter-spacing: normal;
  --_textstyle---font-size: var(--_responsivesizing---fontsize-s);
  --_textstyle---font-weight: var(--fontweight--regular);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 3px;
}

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

.global-styles {
  display: none;
}

.text-size-tiny {
  font-family: var(--_textstyle---font-family);
  font-size: var(--_textstyle---font-size);
  line-height: var(--_textstyle---line-height);
  font-weight: var(--_textstyle---font-weight);
  letter-spacing: var(--_textstyle---letter-spacing);
  --_textstyle---font-size: var(--_responsivesizing---fontsize-t);
  --_textstyle---font-weight: var(--fontweight--regular);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 2px;
}

.text-size-tiny.text-color-grey {
  color: var(--_colorswatch---grey);
}

.text-size-tiny.is-legal_footer {
  color: var(--_colorswatch---grey);
  letter-spacing: .1px;
}

.global-styles_fluid {
  position: fixed;
  inset: 0% auto auto 0%;
}

.heading-style-h2 {
  font-family: var(--_textstyle---font-family);
  font-size: var(--_textstyle---font-size);
  line-height: var(--_textstyle---line-height);
  font-weight: var(--_textstyle---font-weight);
  letter-spacing: var(--_textstyle---letter-spacing);
  --_textstyle---font-size: var(--_responsivesizing---fontsize-h2);
  --_textstyle---font-weight: var(--fontweight--thin);
  --_textstyle---font-family: var(--font--heading);
  --_textstyle---line-height: var(--lineheight--lineheight-h2);
  --_textstyle---letter-spacing: 2%;
}

.navbar {
  z-index: 500;
  height: var(--_navbar---height);
  border-bottom: var(--border--border-line) solid var(--_colorswatch---blue-dark-1);
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.text-size-small {
  font-family: var(--_textstyle---font-family);
  font-size: var(--_textstyle---font-size);
  line-height: var(--_textstyle---line-height);
  font-weight: var(--_textstyle---font-weight);
  letter-spacing: var(--_textstyle---letter-spacing);
  --_textstyle---font-size: var(--_responsivesizing---fontsize-s);
  --_textstyle---font-weight: var(--fontweight--regular);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 3px;
}

.text-size-small.text-color-grey {
  color: var(--_colorswatch---grey);
}

.text-size-small.text-weight-light {
  font-weight: var(--fontweight--thin);
  letter-spacing: .05rem;
  font-weight: var(--fontweight--thin);
  letter-spacing: .05rem;
}

.global-styles_base {
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-size-medium {
  font-family: var(--_textstyle---font-family);
  font-size: var(--_textstyle---font-size);
  line-height: var(--_textstyle---line-height);
  font-weight: var(--_textstyle---font-weight);
  letter-spacing: var(--_textstyle---letter-spacing);
  --_textstyle---font-size: var(--_responsivesizing---fontsize-m);
  --_textstyle---font-weight: var(--fontweight--thin);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 2%;
}

.global-styles_animations {
  position: fixed;
  inset: 0% auto auto 0%;
}

.hide {
  display: none;
}

.main-wrapper {
  width: 100%;
}

.global-styles_hover, .global-marquee-scripts {
  position: fixed;
  inset: 0% auto auto 0%;
}

.button_wrapper {
  pointer-events: auto;
  vertical-align: middle;
}

.button_wrapper.is-sizes {
  ---mode--collection-ac6db730-6466-1c13-7e03-d03bda90ca72: base;
  --_buttonsizes---fontsize: var(--_responsivesizing---fontsize-t);
  --_buttonsizes---padding-topbottom: .8125rem;
  --_buttonsizes---padding-sides: 1.5rem;
  --_buttonsizes---lineheight: var(--lineheight--lineheight-uniform);
  --_buttonsizes---font-weight: var(--fontweight--regular);
  --_buttonsizes---radius: var(--radius--radius);
  --_buttonsizes---border-size: var(--border--border-line);
}

.button_wrapper.is-sizes {
  ---mode--collection-ac6db730-6466-1c13-7e03-d03bda90ca72: base;
  --_buttonsizes---fontsize: var(--_responsivesizing---fontsize-t);
  --_buttonsizes---padding-topbottom: .8125rem;
  --_buttonsizes---padding-sides: 1.5rem;
  --_buttonsizes---lineheight: var(--lineheight--lineheight-uniform);
  --_buttonsizes---font-weight: var(--fontweight--regular);
  --_buttonsizes---radius: var(--radius--radius);
  --_buttonsizes---border-size: var(--border--border-line);
}

.button_wrapper.style {
  --_buttonstyles---button-bg: var(--_colorswatch---black-50);
  --_buttonstyles---inner-shadow: #6978bd63;
  --_buttonstyles---button-text: var(--_colorswatch---white);
}

.button_wrapper.style:where(.w-variant-071da019-0925-4f9d-a3a7-f32bffa456d9) {
  --_buttonstyles---button-bg: var(--_colorswatch---white);
  --_buttonstyles---inner-shadow: #172772e0;
  --_buttonstyles---button-text: var(--_colorswatch---black);
}

.card-vault_wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.button-text {
  font-size: var(--_buttonsizes---fontsize);
  letter-spacing: var(--_textstyle---letter-spacing);
  text-transform: uppercase;
  --_textstyle---font-size: var(--_responsivesizing---fontsize-t);
  --_textstyle---font-weight: var(--fontweight--regular);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 2px;
}

.marquee-list {
  grid-column-gap: 3rem;
  flex: none;
  display: flex;
}

.accordion-arrow {
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  display: flex;
  transform: rotate(-45deg);
}

.marquee-inner {
  grid-column-gap: 3rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.accordion_top {
  z-index: 1;
  grid-column-gap: .9375rem;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.5625rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  transition: opacity .1s;
  display: flex;
  position: relative;
}

.accordion_elt {
  z-index: 1;
  border: 1px solid var(--_colorswatch---blue-light-blue);
  background-color: var(--_colorswatch---blue-light-blue);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.card-vault {
  background-color: var(--_colorswatch---blue-dark-1);
  color: var(--_colortheme---text);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph {
  font-size: 1em;
}

.paragraph:where(.w-variant-425b72dd-d140-91c0-eef2-5e7f2a77ccaf) {
  --_textstyle---font-size: var(--_responsivesizing---fontsize-s);
  --_textstyle---font-weight: var(--fontweight--regular);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 3px;
}

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

.slot-component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text_1em {
  padding-bottom: .1em;
  font-size: 1em;
}

.grid_attributes {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  display: grid;
}

.button {
  padding: var(--_buttonsizes---padding-topbottom) var(--_buttonsizes---padding-sides);
  border-top-left-radius: var(--radius--radius);
  border-bottom-left-radius: var(--radius--radius);
  border-bottom-right-radius: var(--radius--radius);
  background-color: var(--_buttonstyles---button-bg);
  box-shadow: inset 0 1px 0 0 var(--_buttonstyles---inner-shadow);
  font-family: var(--font--button);
  color: var(--_buttonstyles---button-text);
  font-size: var(--_buttonsizes---fontsize);
  line-height: var(--_buttonsizes---lineheight);
  font-weight: var(--_buttonsizes---font-weight);
  text-align: center;
  text-transform: uppercase;
  --_buttonsizes---fontsize: var(--_responsivesizing---fontsize-t);
  --_buttonsizes---padding-topbottom: .8125rem;
  --_buttonsizes---padding-sides: 1.5rem;
  --_buttonsizes---lineheight: var(--lineheight--lineheight-uniform);
  --_buttonsizes---font-weight: var(--fontweight--regular);
  --_buttonsizes---radius: var(--radius--radius);
  --_buttonsizes---border-size: var(--border--border-line);
  min-width: 25ch;
  text-decoration: none;
}

.accordion_bottom {
  z-index: 1;
  transition: opacity .1s;
  position: relative;
  overflow: hidden;
}

.accordion_richtext {
  font-size: var(--_textstyle---font-size);
  line-height: var(--lineheight--lineheight-body);
  width: 90%;
  max-width: 46.75rem;
  padding: .5rem 1rem 1.25rem;
}

.accordion_richtext li {
  justify-content: flex-start;
  align-items: center;
  list-style-type: disc;
}

.richtext-size:where(.w-variant-a8f22ae2-a5d7-468d-d8dd-a147c333664a) {
  font-size: var(--_textstyle---font-size);
  line-height: var(--_textstyle---line-height);
  --_textstyle---font-size: var(--_responsivesizing---fontsize-m);
  --_textstyle---font-weight: var(--fontweight--thin);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 2%;
}

.richtext-size:where(.w-variant-b841aa1b-ed7d-e717-751c-d99faa1203bb) {
  font-size: var(--_textstyle---font-size);
  line-height: var(--_textstyle---line-height);
  --_textstyle---font-size: var(--_responsivesizing---fontsize-l);
  --_textstyle---font-weight: var(--fontweight--thin);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 2%;
}

.richtext-size:where(.w-variant-744ba4e7-b303-62f9-a9d7-41658bf20059) {
  font-size: var(--_textstyle---font-size);
  line-height: var(--_textstyle---line-height);
  --_textstyle---font-size: var(--_responsivesizing---fontsize-xl);
  --_textstyle---font-weight: var(--fontweight--thin);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 2%;
}

.anchor-offset {
  z-index: -5;
  pointer-events: none;
  margin-top: calc(-1 * var(--_navbar---height));
  height: calc(100% + var(--_navbar---height));
  position: absolute;
  left: 0;
  right: 0;
}

.custom-grid_wrapper {
  width: 100%;
}

.card-vault_bottom {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.card-vault_illu-wrapper {
  aspect-ratio: 1;
  width: 100%;
  max-width: 8.125rem;
}

.card-vault_illu {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.card-vault_top-back {
  z-index: 0;
  background-color: var(--_colorswatch---blue-dark-2);
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: .59375rem;
  padding-right: .5rem;
  display: flex;
  position: absolute;
}

.card-vault_top-front {
  z-index: 2;
  background-color: var(--_colorswatch---blue-dark-1);
  -webkit-clip-path: polygon(85% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(85% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
  flex-flow: column;
  height: 100%;
  padding-top: 1.5rem;
  padding-left: 1rem;
  display: flex;
  position: relative;
}

.card-vault_icon {
  width: .9375rem;
}

.card-vault_last-text-wrapper {
  color: var(--_colorswatch---purple-light);
  margin-top: 1.5rem;
}

.card-vault_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.number-block {
  background-image: none;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.gradient-divider {
  height: var(--border--border-line);
  background-image: linear-gradient(260deg, var(--_colorswatch---blue-light-blue), var(--_colorswatch---blue-dark-1));
  width: 100%;
}

.block-number_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.card-best {
  z-index: 1;
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  background-image: linear-gradient(#070a10b3, #070a1096 30%, #6978bd4d);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2.5rem 1rem;
  display: flex;
  position: relative;
}

.card-best_illu-wrapper {
  width: 4rem;
  height: 4rem;
}

.noise-bg {
  z-index: 0;
  opacity: .6;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.noise-bg.is-reassurance {
  opacity: .3;
}

.noise-bg.is-hero {
  z-index: 0;
  opacity: 1;
  mix-blend-mode: soft-light;
}

.card-best_inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.card-best_illu {
  width: 100%;
  height: 100%;
}

.marquee-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.marquee-gradient {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--_colortheme---bg), transparent);
  width: 3.75rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.marquee-gradient.reverse {
  background-image: linear-gradient(90deg, transparent, var(--_colortheme---bg));
  background-image: linear-gradient(90deg, transparent, var(--_colortheme---bg));
  inset: 0% 0% 0% auto;
  inset: 0% 0% 0% auto;
}

.row-feature_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  place-items: start;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

.accordion_arrow-wrapper {
  aspect-ratio: 1;
  background-color: var(--_colorswatch---blue-dark-1);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  display: flex;
  transform: rotate(45deg);
}

.accordion-collection {
  width: 100%;
}

.accordion-collection-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.accordion-collection-item {
  position: relative;
}

.filter_form {
  flex-flow: column;
  display: flex;
}

.filters-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.radio_field {
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  transition: color .3s;
  display: flex;
  position: relative;
}

.radio_field:hover {
  color: var(--_colortheme---text);
}

.radio_field.is-all {
  display: none;
}

.radio_button {
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio_button.w--redirected-checked {
  box-shadow: none;
  border-style: none;
}

.radio_label {
  color: inherit;
  margin-bottom: 0;
  font-weight: 200;
}

.faq-component {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.heading-wrapper {
  margin-bottom: 2.5rem;
}

.filter-selected_heading {
  margin-bottom: 1.5rem;
  display: flex;
}

.reassurance_component {
  padding-top: 11.5rem;
  padding-bottom: 11.5rem;
  position: relative;
}

.reassurance_img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.reassurance_content-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 27.1875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.reassurance_icon {
  width: 3rem;
}

.illustration_embed {
  width: 24.8rem;
  position: absolute;
  inset: -12.4rem auto auto -7.2rem;
}

.illustration_embed.is-one {
  width: 27rem;
  top: -11.2rem;
  left: -13.5rem;
}

.reassurance-divider {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -1px 0% auto;
}

.accordion-elt-bg {
  z-index: -1;
  background-color: var(--_colortheme---bg);
  position: absolute;
  inset: 0%;
}

.accordion-elt-bg-active {
  z-index: -1;
  opacity: 0;
  background-color: #22284233;
  position: absolute;
  inset: 0%;
}

.footer-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_content-wrapper {
  max-width: 33.9375rem;
}

.footer-logo {
  justify-content: flex-start;
  align-items: center;
  width: 7.5rem;
  display: flex;
}

.footer-links_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  color: var(--_colortheme---text);
  font-size: var(--_textstyle---font-size);
  line-height: var(--lineheight--lineheight-body);
  font-weight: var(--fontweight--regular);
  letter-spacing: var(--_textstyle---letter-spacing);
  --_textstyle---font-size: var(--_responsivesizing---fontsize-t);
  --_textstyle---font-weight: var(--fontweight--regular);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 2px;
}

.nav-link.is-menu {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.footer_top {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.button-icon_relative {
  position: relative;
}

.button-icon_absolute {
  position: absolute;
  inset: 0%;
}

.footer_social-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 30%;
  display: grid;
}

.social-link {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .38rem;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.social-link.is-social {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.social-link.is-linkedin {
  width: 1.1rem;
  height: 1.1rem;
}

.div-relative.div-overflow-none {
  position: relative;
  overflow: hidden;
}

.social-image {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-bottom {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  display: flex;
  position: relative;
}

.dropdown-nav_list {
  background-color: #0000;
  top: 4rem;
}

.dropdown-nav_list.w--open {
  padding-top: 0;
  top: 4rem;
}

.nav_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.navbar-bg {
  background-color: var(--_colortheme---bg);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav_listitem {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav_listitem.is-button-tablet {
  display: none;
}

.nav_menu {
  height: var(--_navbar---height);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar_left-wrap {
  grid-column-gap: .5rem;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav_main {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link_site-brand {
  background-color: var(--_colorswatch---blue-dark-1);
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.dropdown-nav {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.dropdown-nav_link {
  border-right: 1px solid var(--_colorswatch---blue-dark-1);
  border-bottom: 1px solid var(--_colorswatch---blue-dark-1);
  border-left: 1px solid var(--_colorswatch---blue-dark-1);
  background-color: var(--_colorswatch---blue-dark-2);
  font-family: var(--font--text);
  color: var(--_colortheme---text);
  font-size: var(--_textstyle---font-size);
  font-weight: var(--fontweight--regular);
  text-align: center;
  letter-spacing: var(--_textstyle---letter-spacing);
  text-transform: uppercase;
  --_textstyle---font-size: var(--_responsivesizing---fontsize-t);
  --_textstyle---font-weight: var(--fontweight--regular);
  --_textstyle---font-family: var(--font--text);
  --_textstyle---line-height: var(--lineheight--lineheight-body);
  --_textstyle---letter-spacing: 2px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 2.125rem;
  transition: background-color .2s;
}

.dropdown-nav_link:hover {
  background-color: var(--_colorswatch---blue-dark-1);
}

.dropdown-nav_link-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-nav_toggle-svg {
  width: .625rem;
  display: flex;
}

.navbar-fixedwrap {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.dropdown-nav_toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0 .625rem;
  display: flex;
}

.navbar_container {
  padding-right: var(--_buttonsizes---padding-sides);
}

.site-brand_logo {
  color: var(--_colortheme---text);
  width: 1.5rem;
}

.nav-hover-img {
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  position: absolute;
  inset: auto 0% 0%;
}

.switcher-icon {
  color: var(--_colortheme---text);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.intro_component-wrapper {
  width: 71%;
  max-width: 59.6875rem;
}

.intro-component {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.small-divider {
  height: var(--border--border-line);
  background-image: linear-gradient(180deg, var(--_colorswatch---blue-light-blue), var(--_colorswatch---blue-dark-1));
  width: 17.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.marquee-blocs_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._2cols_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 1.25rem;
  display: grid;
  position: relative;
}

._2cols_left-content {
  width: 100%;
  max-width: 25rem;
}

._2cols_right-content {
  width: 100%;
  max-width: 54rem;
}

.line-top {
  z-index: 20;
  background-image: linear-gradient(180deg, var(--_colorswatch---blue-dark-1), #080c15);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 4rem;
}

.line-top.is-two {
  left: 5.25rem;
}

.hero-bg_wrapper {
  z-index: 3;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.hero-component {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 40vh;
  display: flex;
}

.hero-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-embed {
  justify-content: flex-start;
  align-items: center;
  width: 13.875rem;
  display: flex;
}

.hero-button-wrapper {
  margin-top: 1rem;
}

.numbers-blocks_wrapper {
  z-index: 5;
  padding-top: var(--_spacing---padding-section-topbottom);
  padding-bottom: var(--_spacing---padding-section-topbottom);
  background-image: linear-gradient(180deg, transparent, var(--_colortheme---bg) 92%);
  position: relative;
}

.gradient-radial {
  z-index: 10;
  background-image: radial-gradient(circle at 50% 0, #0000 46%, #080b13);
  position: absolute;
  inset: 0%;
}

.footer-divider {
  height: var(--border--border-line);
  background-image: linear-gradient(180deg, #222842, var(--_colorswatch---blue-dark-1));
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.hamburger_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_line {
  height: var(--thickness);
  width: var(--width);
  background-color: currentColor;
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_embed {
  position: absolute;
}

.nav_menu-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.locales-wrapper {
  height: 100%;
}

.show-mobile {
  display: none;
}

.faq-dropdown {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.faq-dropdown_toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0 .625rem;
  display: flex;
}

.show-tablet {
  display: none;
}

.radio_active-line-wrapper {
  width: 2rem;
  padding-right: .5rem;
  transition: width .2s;
}

.radio_active-line-wrapper.active {
  width: 2rem;
}

.radio_active-line {
  background-color: var(--_colorswatch---blue-light-blue);
  width: 100%;
  height: 1px;
}

.dune-bg {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.dune-bg.is-mobile {
  display: none;
}

.filters-collection, .filter-item {
  width: 100%;
}

@media screen and (max-width: 991px) {
  body {
    --_responsivesizing---padding-horizontal: 2rem;
    --_responsivesizing---fontsize-main: 1rem;
    --_responsivesizing---fontsize-h1: 3rem;
    --_responsivesizing---fontsize-h2: 2.125rem;
    --_responsivesizing---fontsize-h3: 1.25rem;
    --_responsivesizing---fontsize-h4: 1.125rem;
    --_responsivesizing---fontsize-xl: 1.5rem;
    --_responsivesizing---fontsize-l: 1.25rem;
    --_responsivesizing---fontsize-m: 1.125rem;
    --_responsivesizing---fontsize-r: 1rem;
    --_responsivesizing---fontsize-s: .875rem;
    --_responsivesizing---fontsize-t: .75rem;
    --_responsivesizing---padding-vertical-l: 4rem;
    --_responsivesizing---padding-vertical-r: 3rem;
    --_responsivesizing---padding-vertical-s: 2rem;
    --_responsivesizing---padding-vertical-t: 1rem;
    --_responsivesizing---fontsize-h0\<deleted\|variable-96884ebe-c510-4f19-0933-032a56bccd67\>: 4rem;
  }

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

  .icon-1x1-medium {
    min-width: 48px;
    min-height: 48px;
  }

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .form_checkbox-icon {
    width: 1.5rem;
  }

  .marquee-list {
    grid-column-gap: 2rem;
  }

  .splide {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slot-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .splide__arrow.splide__arrow--prev {
    left: -1rem;
  }

  .splide__arrow.splide__arrow--next {
    right: -1rem;
  }

  .block-heading {
    margin-bottom: 1.5rem;
  }

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

  .row-feature_content {
    grid-template-columns: 1fr;
  }

  .radio_label {
    white-space: nowrap;
    word-break: keep-all;
  }

  .nav-link {
    color: var(--_colorswatch---grey);
  }

  .nav-link.is-footer {
    color: var(--_colortheme---text);
  }

  .dropdown-nav_list {
    z-index: 5;
    width: 100%;
    display: flex;
    position: static;
  }

  .dropdown-nav_list.w--open {
    z-index: 5;
    height: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .nav_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .navbar_burger-close {
    opacity: 0;
    position: absolute;
    inset: 0%;
  }

  .nav_listitem {
    z-index: 0;
    text-align: left;
    width: 100%;
  }

  .nav_listitem.is-button-tablet {
    display: flex;
    position: relative;
  }

  .nav_menu {
    background-color: #000c;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100svh;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 4rem;
    padding-right: 0;
    top: 0;
    overflow: hidden;
  }

  .navbar_left-wrap {
    z-index: 50;
  }

  .nav_main {
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    align-items: center;
  }

  .navbar_menu-burger {
    z-index: 50;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 3.0625rem;
    height: 3.0625rem;
    display: flex;
  }

  .navbar_menu-burger.w--open {
    color: inherit;
    background-color: #0000;
  }

  .dropdown-nav {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .dropdown-nav_link {
    text-align: left;
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    padding-left: 0;
  }

  .nav_menu-left {
    width: auto;
    height: 80%;
  }

  .dropdown-nav_link-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding: 0;
  }

  .dropdown-nav_toggle-svg {
    width: .875rem;
    display: none;
    transform: rotate(-90deg);
  }

  .dropdown-nav_toggle-svg.is-back {
    transform: rotate(90deg);
  }

  .dropdown-nav_toggle {
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .nav-hover-img {
    display: none;
  }

  .nav_menu-right {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 20%;
    display: flex;
  }

  .switcher-icon {
    color: var(--_colorswatch---grey);
  }

  ._2cols_left-content {
    max-width: 30%;
  }

  .elipse.top-left {
    top: -5rem;
    left: -15rem;
    right: auto;
  }

  .elipse.top-right {
    top: -5rem;
    left: auto;
    right: -15rem;
  }

  .line-top {
    display: none;
  }

  .line-top.is-two {
    height: 25%;
  }

  .hero_gradients-wrapper {
    justify-content: center;
    align-items: center;
    top: 25vh;
  }

  .hero_dune {
    object-position: 50% 100%;
    max-width: 150%;
  }

  .hero-button-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .gradient {
    padding-bottom: 0;
  }

  .gradient-radial {
    background-image: radial-gradient(circle, #0000 40%, #000);
  }

  .nav_button {
    z-index: 50;
    width: 2.5rem;
    height: 1rem;
    padding: 0;
  }

  .nav_button.w--open {
    background-color: #0000;
  }

  .nav_menu-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--_colorswatch---blue-dark-2);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    max-height: 100svh;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    display: grid;
    position: relative;
  }

  .dropdown-mobile_arrow-back {
    background-color: #0000;
    width: 3rem;
    height: 3rem;
    display: flex;
    position: absolute;
    inset: 1.625rem auto auto 1.625rem;
    transform: rotate(0);
  }

  .locales-wrapper {
    width: 100%;
  }

  .faq-dropdown {
    max-height: .899375rem;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .faq-dropdown_toggle {
    padding-left: 0;
    position: static;
  }

  .locale {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .show-tablet {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_responsivesizing---padding-horizontal: 1rem;
    --_responsivesizing---fontsize-main: 1rem;
    --_responsivesizing---fontsize-h1: 3rem;
    --_responsivesizing---fontsize-h2: 2.125rem;
    --_responsivesizing---fontsize-h3: 1.25rem;
    --_responsivesizing---fontsize-h4: 1.125rem;
    --_responsivesizing---fontsize-xl: 1.5rem;
    --_responsivesizing---fontsize-l: 1.25rem;
    --_responsivesizing---fontsize-m: 1.125rem;
    --_responsivesizing---fontsize-r: 1rem;
    --_responsivesizing---fontsize-s: 1.125rem;
    --_responsivesizing---fontsize-t: .75rem;
    --_responsivesizing---padding-vertical-l: 3rem;
    --_responsivesizing---padding-vertical-r: 3rem;
    --_responsivesizing---padding-vertical-s: 2rem;
    --_responsivesizing---padding-vertical-t: 1rem;
    --_responsivesizing---fontsize-h0\<deleted\|variable-96884ebe-c510-4f19-0933-032a56bccd67\>: 3rem;
  }

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

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

  .section.is-hero {
    min-height: 80vh;
  }

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

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

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

  .button-group {
    flex-flow: column;
  }

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

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

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

  .form_checkbox-icon {
    width: 1.2rem;
  }

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

  .card-testi {
    width: 20rem;
  }

  .block-heading {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 1rem;
  }

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

  .filter_form_block, .filter_form {
    width: 100%;
  }

  .filters-list {
    background-color: var(--_colortheme---bg);
    padding: 1rem;
  }

  .illustration_embed {
    width: 15rem;
    top: -7.5rem;
    left: -7.5rem;
  }

  .reassurance-divider {
    width: 100%;
  }

  .reassurance-divider.hide {
    top: -13px;
  }

  .nav_main {
    border-bottom-style: none;
  }

  .link_site-brand {
    padding-left: 0;
  }

  .nav_menu-left {
    grid-column-gap: 7dvh;
    grid-row-gap: 7dvh;
  }

  .dropdown-nav_toggle-svg.is-faq {
    transform: none;
  }

  .nav_menu-right {
    grid-column-gap: 7dvh;
    grid-row-gap: 7dvh;
  }

  .intro_component-wrapper {
    width: 100%;
    max-width: 100%;
  }

  ._2cols_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  ._2cols_left-content {
    max-width: none;
  }

  .elipse {
    width: 40rem;
    height: 40rem;
    inset: 0% auto auto 0%;
  }

  .elipse.top-left {
    top: 0;
  }

  .hero_gradients-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    top: 5vh;
  }

  .hero-bg_wrapper {
    height: 100vh;
  }

  .hero_dune {
    max-width: 300%;
  }

  .hero_dune.show-mobile-landscape {
    display: block;
  }

  .hero-component {
    padding-top: 30vh;
  }

  .gradient {
    opacity: 1;
  }

  .gradient-radial {
    background-image: radial-gradient(circle, #0000 50%, #000);
  }

  .show-mobile {
    display: flex;
  }

  .faq-dropdown {
    width: 100%;
  }

  .faq-dropdown_toggle {
    border-bottom: var(--border--border-line) solid var(--_colorswatch---blue-light-blue);
    color: var(--_colortheme---text);
    font-size: var(--_textstyle---font-size);
    text-transform: none;
    --_textstyle---font-size: var(--_responsivesizing---fontsize-l);
    --_textstyle---font-weight: var(--fontweight--thin);
    --_textstyle---font-family: var(--font--text);
    --_textstyle---line-height: var(--lineheight--lineheight-body);
    --_textstyle---letter-spacing: 2%;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-right: 0;
  }

  .filters-item {
    width: 100%;
  }

  .dune-bg.is-desktop {
    display: none;
  }

  .dune-bg.is-mobile {
    display: inline-flex;
  }
}

@media screen and (max-width: 479px) {
  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .form_checkbox-icon {
    width: 2rem;
  }

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

  .footer_social-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start;
    width: 30%;
    display: flex;
  }

  .social-link, .dune-bg {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_719800d1-eb47-ce92-b45c-b2a292d181ba-92d181b0, #w-node-_719800d1-eb47-ce92-b45c-b2a292d181d2-92d181b0 {
    align-self: end;
  }
}
