@font-face {
  font-family: Nexa;
  src: url('../fonts/NEXABLACK.OTF') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('../fonts/NEXA-BOLD.OTF') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('../fonts/NEXA-BOOK.OTF') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('../fonts/NEXAHEAVY.OTF') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('../fonts/NEXA-LIGHT.OTF') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Nexa;
  src: url('../fonts/NEXATHIN.OTF') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('../fonts/NEXA-XBOLD.OTF') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --base-font-brand--font-base: Nexa, Verdana, sans-serif;
  --base-color-brand--blue-dark: #1e2568;
  --base-font-brand--font-heading: Nexa, Verdana, sans-serif;
  --link-color--link-primary: var(--base-color-brand--blue-dark);
  --background-color--background-primary: var(--base-color-brand--blue-dark);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-brand--blue-dark);
  --text-color--text-secondary: var(--base-color-brand--blue);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --text-color--text-tertiary: var(--base-color-brand--pink);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-brand--blue: #3a83f6;
  --base-color-neutral--white: #fff;
  --base-color-brand--pink: #f36;
  --base-color-brand--green: #3f9;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-brand--blue);
}

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

body {
  font-family: var(--base-font-brand--font-base);
  color: var(--base-color-brand--blue-dark);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
  overflow-x: hidden;
}

h1 {
  font-family: var(--base-font-brand--font-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.17rem;
  font-weight: 900;
  line-height: 1;
}

h2 {
  font-family: var(--base-font-brand--font-heading);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1;
}

h3 {
  font-family: var(--base-font-brand--font-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 1.12;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

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

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

.text-weight-semibold {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

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

.heading-style-h3 {
  font-family: var(--base-font-brand--font-heading);
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 1.12;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

.container-small.fiscal_wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  max-width: 52.735rem;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

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

.heading-style-h1 {
  font-family: var(--base-font-brand--font-heading);
  font-size: 4.17rem;
  font-weight: 900;
  line-height: 1;
}

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

.text-weight-normal {
  font-weight: 400;
}

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

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

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.text-size-tiny {
  font-size: .75rem;
}

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

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

.overflow-visible {
  overflow: visible;
}

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

.text-weight-light {
  font-weight: 300;
}

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

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

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

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

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

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

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

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

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

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

.text-size-small {
  font-size: .875rem;
}

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

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

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

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

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

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

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

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

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

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

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

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

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

.heading-style-h2 {
  font-family: var(--base-font-brand--font-heading);
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1.2;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  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: var(--background-color--background-tertiary);
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

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

.button {
  border: 1px solid var(--background-color--background-tertiary);
  background-color: var(--background-color--background-tertiary);
  color: var(--text-color--text-alternate);
  text-align: center;
  cursor: pointer;
  border-radius: .5rem;
  padding: .625rem .9375rem .5rem;
  font-weight: 800;
  text-decoration: none;
}

.button:hover {
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-tertiary);
}

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

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

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

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

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

.button.is-brand {
  background-color: var(--background-color--background-secondary);
}

.button.calculette_btn {
  border-width: 2px;
  border-color: var(--background-color--background-alternate);
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-secondary);
}

.button.calculette_btn:hover {
  background-color: var(--background-color--background-secondary);
  color: var(--link-color--link-alternate);
  border-width: 2px;
}

.button.popup_btn {
  border-radius: 10px;
  padding: .75rem 1.25rem .625rem;
  font-size: 1.875rem;
}

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

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

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

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

.hide {
  display: none;
}

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

.container-medium {
  width: 100%;
  max-width: 70.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-medium.chiffres_wrapper {
  padding-top: 100px;
  position: relative;
}

.container-medium.equivalences_wrapper {
  padding-top: 75px;
  position: relative;
}

.container-medium.fiscal_wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-medium.testimonial_wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: stretch;
  padding-left: 23.6%;
  display: block;
  position: relative;
}

.container-medium.reassurance_wrapper {
  padding-top: 0;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

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

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

.nav_logo {
  width: 10rem;
}

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

.nav_button {
  padding: 1rem;
}

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

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

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

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

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
  color: var(--text-color--text-alternate);
}

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

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  background-image: url('../images/header.png'), url('../images/Fond.webp');
  background-position: 50% 0, 50%;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: center;
  height: 720px;
  min-height: 80vh;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

.link {
  text-decoration: none;
}

.section_top {
  background-color: var(--background-color--background-alternate);
  padding-top: 17px;
  padding-bottom: 17px;
  position: relative;
}

.top_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.merci_block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--base-color-brand--blue);
  color: var(--base-color-neutral--white);
  justify-content: flex-start;
  align-items: flex-start;
  width: 17%;
  padding: 15px 12px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
}

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

.top_jauge_content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top_jauge_timer {
  font-weight: 700;
}

.top_jauge_objectif {
  color: var(--base-color-brand--pink);
  font-weight: 900;
}

.counter_jauge {
  background-color: #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 410px;
  max-width: 82%;
  height: 12px;
}

.progress_bar_container {
  border: 1px solid var(--border-color--border-primary);
  background-image: linear-gradient(#1e25681a, #1e25681a);
  border-radius: 48px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.progress_bar {
  background-color: var(--base-color-brand--pink);
  border-radius: 48px;
  width: 2%;
  height: 12px;
  transition: width 2s;
  position: relative;
}

.current_amount {
  color: #e0eaed;
  letter-spacing: 2px;
  text-shadow: 0 2px 4px #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100px;
  padding-left: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.current_amount_text {
  color: #d9232a;
  text-align: left;
  flex: 1;
}

.header {
  padding-top: 40px;
}

.header_logo {
  width: 260px;
}

.section_chiffres {
  background-image: url('../images/Fond.webp');
  background-position: 0 0;
  background-size: auto;
}

.chiffres_wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.chiffres_block_content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chiffre_block_counter {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cbc_video {
  background-image: url('../images/visuel-video.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 325px;
  display: flex;
  position: relative;
}

.cbc_content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 42.5%;
  max-width: 455px;
  display: flex;
}

.counter_block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.counter_block.first_counter_block {
  width: 400px;
}

.counter_block.second_counter_block {
  width: 173px;
}

.counter_block.third_counter_block {
  width: 254px;
  position: relative;
}

.counter_block_number {
  font-size: 4rem;
  font-weight: 900;
}

.section_equivalences {
  background-image: url('../images/Fond.webp');
  background-position: 0 0;
  background-size: auto;
}

.equivalences_title {
  max-width: 530px;
  margin-left: 77px;
}

.equivalences_sliders_wrapper {
  position: relative;
}

.section_fiscale {
  background-color: #fafafa;
}

.fiscal_content {
  width: 60%;
}

.fiscal_calculette {
  width: 42.5%;
  position: relative;
}

.fiscal_title {
  color: var(--base-color-brand--blue);
}

.fiscal_subtitle {
  color: var(--base-color-brand--blue-dark);
  font-size: 2.125rem;
  font-weight: 800;
  line-height: 1.1;
  display: block;
}

.section_testimonial {
  background-image: url('../images/Fond.webp');
  background-position: 0 0;
  background-size: auto;
}

.testimonial_block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 50%;
  padding-left: 52px;
  padding-right: 30px;
  display: flex;
}

.testimonial_block.is_right {
  border-left: 2px solid var(--base-color-brand--blue);
}

.section_reassurance {
  background-color: #fafafa;
}

.reassurance_block {
  justify-content: center;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.reassurance_block_content {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  width: 50%;
  padding-right: 40px;
  display: flex;
}

.reassurance_block_enavant {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-left: 2px solid var(--base-color-brand--blue-dark);
  flex-flow: column;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.rbc_list_chiffre {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.27273;
}

.footer_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 140px;
  display: flex;
}

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

.footer_social {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_logo {
  border-right: 1px solid var(--base-color-neutral--white);
  width: 130px;
  padding-right: 25px;
}

.footer_infos_adress {
  padding-left: 25px;
  font-weight: 400;
}

.sticky_bar_form_formulaire {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.sticky_bar {
  z-index: 50;
  background-color: var(--background-color--background-primary);
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -4px 15px #00000040;
}

.sticky_bar_title {
  width: 19%;
}

.foca_don {
  color: #fff;
  background-color: #0000;
  border: 0 #0000;
  flex: 1;
  margin-bottom: 0;
  padding: 0;
}

.text-color-secondary-2 {
  color: var(--base-color-brand--pink);
  font-weight: 800;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 5px #0003;
  background-color: #fcb813;
  border: 1px solid #fcb813;
  border-radius: .395625rem;
  padding: .75rem 1.5625rem;
  font-size: 1.4375rem;
  font-weight: 700;
  text-decoration: none;
}

.button-2:hover {
  color: #fcb813;
  text-shadow: none;
  background-color: #fff;
  border: 1px solid #fcb813;
}

.button-2.is-secondary {
  background-color: #74489f;
  border-color: #74489f;
}

.button-2.is-secondary:hover {
  color: #74489f;
  -webkit-text-stroke-color: #74489f;
  background-color: #fff;
  border-color: #74489f;
}

.button-2.is-secondary.btn_sticky {
  flex: none;
}

.button-2.calculette_btn {
  display: inline-block;
}

.apres_df {
  color: var(--base-color-brand--pink);
  font-weight: 800;
}

.foca_grille {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 73%;
  max-width: 630px;
  display: flex;
}

.sticky_bar_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.sticky_bar_form {
  width: 77%;
}

.sticky_bar_title_content {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.1;
}

.foca_text_mini {
  color: #fff;
  width: calc(16.6667% - 10px);
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.1;
}

.padding-global-2 {
  padding: 3.75rem;
  position: static;
}

.foca_montant {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--base-color-neutral--white);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--base-color-neutral--white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--base-color-neutral--white);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--base-color-neutral--white);
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: calc(16.6667% - 15px);
  padding: 12px 20px 10px;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.1;
  display: flex;
}

.foca_montant:hover {
  color: var(--base-color-brand--pink);
  font-weight: 900;
}

.foca_montant.autre_montant {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px 2px;
  display: flex;
}

.foca_montant.is_active {
  background-color: var(--base-color-brand--pink);
  text-shadow: 0 1px 5px #00000073;
  width: calc(25% - 15px);
  max-width: 100px;
  font-weight: 900;
}

.foca_montant.is_active:hover {
  color: var(--base-color-neutral--white);
}

.cdca_text_mini {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 1.17647;
  display: inline-flex;
}

.cdca_text {
  grid-column-gap: 17px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.42857;
  display: flex;
}

.cdc_amorce {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.cdca_don {
  border: 1px solid var(--background-color--background-secondary);
  color: #fff;
  background-color: #0000;
  margin-bottom: 0;
  padding: 2px 0;
  font-size: 1.375rem;
  font-weight: 500;
}

.cdca_don:focus {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
}

.cdca_don::placeholder {
  color: #fff;
  font-size: 1.375rem;
}

.cdca_montant.cdca_autre_montant {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding: 4px 20px;
  line-height: 1.2;
  display: flex;
}

.cdca_grille {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.1;
  display: flex;
}

.calculette_form_block {
  z-index: 5;
  background-color: var(--background-color--background-secondary);
  color: var(--base-color-neutral--white);
  border-radius: 10px;
  width: 308px;
  margin-bottom: 0;
  padding: 30px;
  position: relative;
}

.calculette_form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_rs {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon_rs {
  background-color: var(--background-color--background-alternate);
  color: var(--link-color--link-alternate);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  max-width: 40px;
  max-height: 40px;
  padding: 9px;
  display: flex;
}

.icon_rs:hover {
  transform: scale(1.1);
}

.chiffres_gligli_left {
  z-index: 0;
  width: 483px;
  position: absolute;
  inset: -3% auto auto -20%;
}

.cbc_video_spot_left {
  position: absolute;
  inset: 15% auto 0% -8%;
}

.chiffres_spot_right {
  width: 240px;
  position: absolute;
  inset: -20% -13% auto auto;
}

.counter_gligli_bas {
  width: 699px;
  max-width: none;
  position: absolute;
  inset: 85% 0% 0% 10%;
}

.paragraph {
  font-weight: 600;
}

.text-block {
  font-size: 1.375rem;
  font-weight: 500;
}

.calculette_spot_top {
  width: 137px;
  position: absolute;
  inset: -12% -15% auto auto;
}

.calculette_gligli-right {
  width: 536px;
  max-width: none;
  position: absolute;
  inset: auto auto 5% 90%;
}

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

.testimonial_spot_right_top {
  width: 94px;
  position: absolute;
  inset: -7% 0% auto auto;
}

.testimonial_spot_right_bottom {
  position: absolute;
  inset: auto -14% 0% auto;
}

.testimonial_spot_left_bottom {
  width: 195px;
  position: absolute;
  inset: auto auto -30% -14%;
}

.reassurance_line_top {
  width: 100vw;
  max-width: none;
  margin-top: -20px;
  position: relative;
}

.rbe_subtitle {
  font-size: 1.375rem;
  font-weight: 600;
}

.rbe_title {
  font-size: 2.125rem;
  line-height: 1.12;
}

.rbc_list_text_block {
  line-height: .9;
}

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

.equivalences_concl {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  margin-top: 70px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.equivalences_concl_chevron {
  z-index: 5;
  font-size: 3.025rem;
  font-weight: 900;
  line-height: .6;
  position: relative;
}

.equivalences_concl_content {
  z-index: 5;
  font-size: 1.375rem;
  line-height: 1.27273;
  position: relative;
}

.equivalences_concl_spot_left {
  width: 195px;
  position: absolute;
  inset: -35% auto auto -20%;
}

.equivalences_sliders_wrapper_spot_right {
  z-index: 10;
  width: 200px;
  position: absolute;
  inset: 0% -8.5% 0% auto;
}

.swiper.swiper_content {
  margin-top: -110px;
}

.swiper-button-prev, .swiper-button-next {
  color: var(--base-color-brand--blue-dark) !important;
}

.slide_content {
  background-color: var(--background-color--background-alternate);
  border-radius: 10px;
  justify-content: center;
  align-items: stretch;
  width: 86.6%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 45px;
  display: flex;
}

.slide_content_text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid var(--base-color-brand--pink);
  flex-flow: column;
  width: 64%;
  padding-right: 50px;
  display: flex;
}

.slide_content_don {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 36%;
  padding-left: 50px;
}

.sct_title {
  color: var(--base-color-brand--pink);
  font-size: 2.125rem;
  font-weight: 800;
}

.sct_text {
  padding-left: 24px;
}

.scd_title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
}

.scd_title_bigger {
  font-size: 4rem;
  line-height: 1;
}

.scd_permite {
  margin-top: 5px;
  margin-bottom: 10px;
}

.text-color-tertiary {
  color: var(--text-color--text-tertiary);
}

.swiper_arrow {
  font-size: 7.5rem;
  font-weight: 400;
}

.swiper_slide_img {
  border-radius: 10px;
}

.equivalences_sliders_wrapper_gligli_bottom {
  position: absolute;
  inset: auto auto -32% -25%;
}

.footer_legal {
  width: 100%;
}

.footer_legal_text {
  text-align: right;
}

.footer_legal_text_link {
  color: var(--link-color--link-alternate);
  text-decoration: none;
}

.footer_legal_text_link:hover {
  text-decoration: underline;
}

.exit_popup {
  z-index: 100000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup_card {
  z-index: 10;
  background-color: var(--background-color--background-primary);
  color: var(--base-color-neutral--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 990px;
  height: 90vh;
  max-height: 665px;
  padding: 3rem 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.popup_close {
  z-index: 50;
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-brand--pink);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.popup_close:hover {
  transform: scale(1.1);
}

.donor_name {
  font-weight: 900;
}

.testimonial_wrapper_content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.testimonial_title {
  text-align: center;
  padding-bottom: 20px;
}

.close_x {
  width: 30px;
  height: 30px;
}

.popup_gligli_right {
  width: 414px;
  position: absolute;
  inset: -1% -9% auto auto;
}

.popup_gligli_left {
  z-index: -1;
  width: 705px;
  position: absolute;
  inset: auto auto -14% -8%;
}

.popup_spot_left {
  width: 240px;
  position: absolute;
  inset: -15% auto auto -8%;
}

.popup_title {
  color: var(--base-color-brand--pink);
}

.popup_paragraph {
  text-align: center;
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 1.12;
}

.popup_paragraph.is_underline {
  background-image: url('../images/line_title.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 13px;
  font-weight: 800;
}

.popup_paragraph_deco {
  z-index: 1;
  margin-top: 40px;
  position: relative;
}

.popup_paragraph_deco_img {
  z-index: -1;
  width: 75px;
  position: absolute;
  inset: -57% auto auto -11%;
}

.hero_link {
  width: 100%;
}

.body {
  overflow-x: hidden !important;
}

@media screen and (min-width: 1440px) {
  .section_hero {
    background-position: 50%, 50%;
    height: 850px;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

  .container-small.fiscal_wrapper {
    flex-flow: column;
  }

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

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

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

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

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

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

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

  .container-medium.equivalences_wrapper {
    padding-top: 100px;
  }

  .container-medium.testimonial_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-medium.reassurance_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

  .nav_button {
    color: #fff;
  }

  .section_hero {
    background-position: 50% 100%, 50%;
    background-repeat: no-repeat, repeat;
    background-size: 100%, auto;
    height: 500px;
    min-height: 60vh;
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .top_wrapper {
    flex-flow: wrap;
    width: 80%;
    margin-left: 0;
  }

  .merci_block {
    width: 20%;
  }

  .header {
    padding-top: 0;
  }

  .header_logo {
    width: 195px;
  }

  .chiffres_block_content {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .cbc_content {
    width: 50%;
  }

  .counter_block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    width: 33%;
  }

  .counter_block.first_counter_block, .counter_block.second_counter_block, .counter_block.third_counter_block {
    width: 33%;
  }

  .fiscal_content {
    width: 100%;
  }

  .fiscal_calculette {
    width: 50%;
  }

  .testimonial_block {
    padding-left: 25px;
    padding-right: 20px;
  }

  .footer_wrapper {
    padding-bottom: 200px;
  }

  .sticky_bar_form_formulaire {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sticky_bar, .sticky_bar_title {
    width: 100%;
  }

  .sticky_bar_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
    padding-bottom: 0;
  }

  .sticky_bar_form {
    width: auto;
  }

  .foca_text_mini {
    width: 100%;
  }

  .padding-global-2 {
    padding: 3rem 2.8125rem;
  }

  .foca_montant.is_active {
    width: calc(25% - 10px);
  }

  .cdca_text_mini {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 3px 16px;
    font-size: 1.5625rem;
  }

  .cdca_don, .cdca_don:focus, .cdca_don::placeholder {
    font-size: 1.5625rem;
  }

  .cdca_montant.cdca_autre_montant {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    max-width: 115px;
    padding: 3px 16px;
    font-size: 1.5625rem;
  }

  .icon_rs {
    max-width: 55px;
  }

  .chiffres_gligli_left {
    top: 3%;
    left: -26%;
  }

  .chiffres_spot_right {
    width: 204px;
    top: -13%;
    right: -20%;
  }

  .calculette_spot_top {
    top: -20%;
  }

  .testimonial_quotes {
    width: 230px;
    left: -10%;
  }

  .testimonial_spot_right_bottom {
    width: 169.15px;
    right: -20%;
  }

  .testimonial_spot_left_bottom {
    width: 165.75px;
    bottom: -15%;
    left: -20%;
  }

  .equivalences_concl {
    width: 60%;
  }

  .equivalences_sliders_wrapper_spot_right {
    width: 170px;
    right: -13%;
  }

  .swiper.swiper_content {
    margin-top: -70px;
  }

  .slide_content {
    flex-flow: column;
    width: 90%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .slide_content_text {
    border-bottom: 1px solid var(--base-color-brand--pink);
    border-right-style: none;
    width: 100%;
    padding-bottom: 25px;
    padding-right: 0;
  }

  .slide_content_don {
    width: 100%;
    padding-top: 25px;
    padding-left: 0;
  }

  .equivalences_sliders_wrapper_gligli_bottom {
    bottom: -20%;
    left: -60%;
  }

  .testimonial_wrapper_content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container-small.fiscal_wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container-medium.testimonial_wrapper {
    flex-flow: column;
    padding-top: 132px;
    padding-left: 0%;
  }

  .container-medium.reassurance_wrapper {
    padding-top: 20px;
  }

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

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

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

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

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

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

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

  .section_hero {
    background-image: url('../images/header_mobile.png'), url('../images/Fond.webp');
    background-size: 75%, auto;
    height: 450px;
    min-height: auto;
    padding-top: 2.1rem;
  }

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

  .merci_block {
    display: none;
  }

  .top_jauge_block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column wrap;
  }

  .top_donate {
    z-index: 10;
    background-color: var(--base-color-neutral--white);
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .counter_jauge {
    width: 159px;
    height: 24px;
  }

  .progress_bar {
    height: 24px;
  }

  .current_amount {
    font-size: .9375rem;
  }

  .current_amount_text {
    align-self: center;
  }

  .header {
    text-align: center;
  }

  .header_logo {
    width: 192px;
  }

  .section_chiffres {
    padding-top: 3rem;
  }

  .chiffres_block_content {
    flex-flow: column;
  }

  .chiffre_block_counter {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .cbc_video {
    z-index: 2;
    width: 100%;
    height: 290px;
  }

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

  .counter_block {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .counter_block.first_counter_block, .counter_block.second_counter_block, .counter_block.third_counter_block {
    width: 100%;
  }

  .equivalences_sliders_wrapper {
    padding-bottom: 40px;
  }

  .fiscal_calculette {
    width: 100%;
  }

  .testimonial_block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial_block.is_left {
    width: 100%;
  }

  .testimonial_block.is_right {
    border-left-style: none;
  }

  .reassurance_block {
    flex-flow: column;
  }

  .reassurance_block_content {
    width: 100%;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .reassurance_block_enavant {
    border-top: 2px solid var(--base-color-brand--blue-dark);
    border-left-style: none;
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }

  .footer_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
  }

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

  .sticky_bar {
    opacity: 0;
    margin-bottom: -2.5rem;
    display: none;
  }

  .sticky_bar_title {
    display: none;
  }

  .button-2 {
    font-size: .9375rem;
  }

  .foca_grille {
    display: none;
  }

  .sticky_bar_wrapper {
    justify-content: center;
    align-items: center;
    margin-top: -1.5rem;
  }

  .padding-global-2 {
    padding: 2.1875rem 1.875rem;
  }

  .cdca_text_mini {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding: 2px 11px;
    font-size: 1.125rem;
  }

  .cdca_text {
    font-size: 1.125rem;
  }

  .cdca_don {
    padding: 0;
    font-size: 1.125rem;
  }

  .cdca_don:focus, .cdca_don::placeholder {
    font-size: 1.125rem;
  }

  .cdca_montant.cdca_autre_montant {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 85px;
    padding: 0 11px;
    font-size: 1.125rem;
  }

  .cdca_grille {
    font-size: 1.125rem;
  }

  .calculette_form_block {
    margin-left: auto;
    margin-right: auto;
  }

  .icon_rs {
    max-width: 40px;
    max-height: 40px;
  }

  .chiffres_gligli_left {
    width: 362.25px;
    top: -3%;
  }

  .chiffres_spot_right {
    z-index: 0;
    top: 13%;
  }

  .counter_gligli_bas {
    width: 524.25px;
  }

  .calculette_gligli-right {
    width: 402px;
    left: 73%;
  }

  .testimonial_quotes {
    width: 162px;
    left: -8%;
  }

  .testimonial_spot_left_bottom {
    width: 126.75px;
    bottom: -8%;
    left: -14%;
  }

  .equivalences_concl {
    width: 100%;
  }

  .equivalences_sliders_wrapper_spot_right {
    display: none;
  }

  .swiper.swiper_images {
    width: 100vw;
    margin-left: -5.3vw;
  }

  .swiper.swiper_content {
    margin-top: -35px;
  }

  .swiper-button-next {
    margin-right: 0;
  }

  .slide_content {
    width: 100%;
    padding-right: 30px;
  }

  .sct_text {
    padding-left: 20px;
    padding-right: 5px;
  }

  .swiper_arrow {
    font-size: 4.4375rem;
  }

  .swiper_slide_img {
    object-fit: cover;
    height: 200px;
  }

  .equivalences_sliders_wrapper_gligli_bottom {
    bottom: -5%;
    left: -40%;
  }

  .footer_legal_text {
    text-align: center;
  }

  .testimonial_wrapper_content {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .container-small.fiscal_wrapper {
    padding-bottom: 100px;
  }

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

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

  .page-wrapper {
    overflow-x: hidden;
  }

  .container-medium.chiffres_wrapper {
    padding-top: 50px;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .section_hero {
    background-position: 50% 95%, 50%;
    background-size: 100%, auto;
  }

  .top_jauge_content {
    flex-flow: column;
  }

  .counter_jauge {
    width: 250px;
    max-width: 100%;
  }

  .cbc_video {
    height: 180px;
  }

  .equivalences_title {
    margin-left: 0;
  }

  .footer_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 120px;
  }

  .footer_infos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .footer_logo {
    border-bottom: 1px solid var(--base-color-neutral--white);
    border-right-style: none;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .footer_infos_adress {
    text-align: center;
    padding-left: 0;
  }

  .button-2 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .cdca_don:focus, .cdca_don::placeholder {
    font-size: 1.125rem;
  }

  .calculette_form_block {
    width: 100%;
  }

  .chiffres_spot_right {
    width: 156px;
    top: 8%;
    right: -36%;
  }

  .calculette_spot_top {
    right: -20%;
  }

  .calculette_gligli-right {
    inset: auto 0% -30% -15%;
  }

  .testimonial_quotes {
    left: -15%;
  }

  .testimonial_spot_right_bottom {
    width: 129.35px;
    right: -30%;
  }

  .testimonial_spot_left_bottom {
    bottom: -6%;
    left: -25%;
  }

  .reassurance_line_top {
    width: 150vw;
    margin-left: -22%;
  }

  .equivalences_concl_spot_left {
    top: -25%;
    left: -35%;
  }

  .swiper.swiper_images {
    margin-left: -11.5%;
  }

  .sct_title {
    word-break: break-all;
  }
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-22b755cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-22b755cd {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-22b755cd, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-22b755cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-22b755cd {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-22b755cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-22b755cd {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-22b755cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-22b755cd {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-22b755cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-22b755cd {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-22b755cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-22b755cd, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-22b755cd, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-22b755cd, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-22b755cd, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-22b755cd, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-22b755cd, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-22b755cd, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-22b755cd, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-22b755cd, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-22b755cd, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-22b755cd {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-22b755cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-22b755cd {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-22b755cd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-22b755cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-22b755cd {
  justify-self: start;
}


@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NEXABLACK.OTF') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NEXA-BOLD.OTF') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NEXA-BOOK.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NEXAHEAVY.OTF') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NEXA-LIGHT.OTF') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NEXAREGULAR.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NEXATHIN.OTF') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NEXA-XBOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}