﻿/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
:root {
  -moz-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

.popin {
  position: fixed;
  inset: 0;
  z-index: 9000001;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  padding: 48px;
  gap: 24px;
}
.popin-background {
  position: absolute;
  background: rgba(23, 28, 27, 0.9);
  backdrop-filter: blur(18px);
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.popin-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  max-height: calc(100% - 94px);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  opacity: 0;
  transform: scale(0);
  padding: 28px 0;
  border-radius: 16px;
  transition: transform 0.5s, opacity 0.5s;
  background-color: #FFFFFF;
  overflow-y: auto !important;
}
.popin-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-height: 140%;
  padding: 32px 60px;
}
.popin-content .popin-document-request-container {
  max-width: 984px;
  margin: 0 auto;
}
.popin-close {
  color: white;
  transition: background 0.25s ease;
  cursor: pointer;
  background: #000000;
  width: 70px;
  height: 70px;
  border-radius: 9999px;
  opacity: 0;
  transform: scale(0);
  flex-shrink: 0;
  transition: transform 0.5s, opacity 0.5s;
  flex: 0 0 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popin-close:hover {
  background: rgba(0, 0, 0, 0.6);
}
.popin_open {
  pointer-events: auto;
}
.popin_open .popin-background {
  opacity: 1;
}
.popin_open .popin-close {
  opacity: 1;
  transform: scale(1);
}
.popin_open .popin-container {
  opacity: 1;
  transform: scale(1);
}
.popin_video {
  padding: 64px;
}
.popin_video .popin-close {
  position: relative;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.popin_video .popin-container {
  background: #FFFFFF;
  max-height: 100%;
  padding: 0;
  overflow: hidden;
}
.popin_video .popin-content {
  padding: 0;
}
.popin_video .popin-player {
  width: 100%;
  aspect-ratio: 16/9;
}
.popin_video .popin-image {
  text-align: center;
}
.popin_video .popin-image img {
  max-height: 75vh;
}
.popin_video .popin-text {
  width: 100%;
  padding: clamp(80px, 3.636vw + 58.18px, 128px) 32px;
  text-align: center;
  max-width: 1144px;
  margin: 0 auto;
}
.popin_video .popin-aside {
  text-align: center;
  padding: 80px 32px;
  background: linear-gradient(180deg, #E1E6E4 0%, #F6F7F7 26%);
}
.popin_video .popin-aside h3 {
  margin: 0 auto 36px;
  max-width: 1144px;
}
.popin_video .popin-aside a {
  display: inline-block;
}
.popin_video .popin-asideContent {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1144px;
  margin: 0 auto;
  justify-content: center;
}
.popin_benefits .popin-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popin_benefits .popin-image {
  margin-bottom: 64px;
}
.popin_benefits .popin-image img {
  width: 96px;
  max-height: 96px;
}
.popin_benefits .popin-text {
  text-align: center;
  font-size: 2rem;
}
.popin_benefits .popin-text h3 {
  margin-bottom: 48px;
}
.popin.popin_cardsCarousel .popin-container .popin-content .popin-image {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}
.popin.popin_cardsCarousel .popin-container .popin-content .popin-text {
  display: flex;
  justify-content: center;
  text-align: center;
}
.popin.popin_cardsCarousel .popin-container .popin-content .popin-text h3 {
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .popin_video .popin-flex {
    flex-wrap: wrap;
    gap: 36px;
  }
  .popin_video .popin-aside {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .popin {
    padding: 28px;
  }
  .popin-content {
    padding: 28px;
  }
  .popin_video .popin-container {
    background-image: none;
  }
  .popin_video .popin-content {
    overflow-x: hidden;
  }
  .popin_video .popin-player {
    transform: translate(-28px, -28px);
    width: calc(100% + 56px);
    margin: 0;
  }
  .popin_video .popin-image {
    transform: translate(-28px, -28px);
    width: calc(100% + 56px);
    margin: 0;
  }
}
.hellobar {
  background: #FFFFFF;
  font-size: 1.4rem;
  position: relative;
  z-index: 10;
  padding: 16px 0;
}
.hellobar_closed {
  display: none;
}
.hellobar_absolute {
  position: absolute;
}
.hellobar-contentContainer {
  display: flex;
  gap: 24px;
}
.hellobar-content:not(:first-child) {
  border-left: solid 2px #9CACA6;
  padding-left: 24px;
}
.hellobar-close {
  width: 12px;
  padding: 10px;
  box-sizing: content-box;
  transition: color 0.5s;
  border: none;
  background: none;
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  cursor: pointer;
}
.hellobar-close:hover {
  color: #9CACA6;
}
.hellobar-close svg {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1024px) {
  .hellobar-contentContainer {
    display: block;
    padding-right: 28px;
  }
  .hellobar-close {
    right: 18px;
  }
  .hellobar-content:not(:first-child) {
    border-left: none;
    padding-left: 0;
    margin-top: 10px;
  }
  .hellobar-content:not(:first-child):before {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    background: #9CACA6;
    margin-bottom: 10px;
  }
}
.contactZone {
  display: flex;
  align-items: center;
  padding: clamp(80px, 3.636vw + 58.18px, 128px) 0;
  gap: 6.666%;
  background: linear-gradient(180deg, rgba(225, 230, 228, 0.5) 0%, #E1E6E4 18%, #E1E6E4 85%, rgba(225, 230, 228, 0.5) 100%);
}
.contactZone-left {
  padding-left: max((((100% * 100) / 100) - 1664px) / 2, 32px);
  text-align: center;
  font-size: 1.8rem;
}
.contactZone-left .btn_primary {
  margin-top: 80px;
}
.contactZone-right {
  width: 54.0625%;
  flex-shrink: 0;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
}
.contactZone-subtitle {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .contactZone {
    flex-direction: column;
    gap: 56px;
    padding: clamp(56px, 3.03vw + 37.82px, 96px) 32px;
  }
  .contactZone-left {
    font-size: 2rem;
    padding: 0;
  }
  .contactZone-right {
    width: 100%;
    border-radius: 16px;
    aspect-ratio: 328/280;
    position: relative;
  }
  .contactZone-right img, .contactZone-right picture {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .contactZone {
    padding: clamp(56px, 3.03vw + 37.82px, 96px) 28px;
    flex-direction: column;
  }
  .contactZone-left .btn_primary {
    margin-top: 20px;
  }
}
@font-face {
  font-family: "Red Hat Display";
  src: url("/fonts/RedHatDisplay-VariableFont_wght.ttf") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("/fonts/RedHatDisplay-Italic-VariableFont_wght.ttf") format("woff2");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/fonts/PublicSans-VariableFont_wght.ttf") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/fonts/PublicSans-Italic-VariableFont_wght.ttf") format("woff2");
  font-style: italic;
  font-display: swap;
}
:root {
  --c2: #151E1B;
  --c2h: #010A07;
  --c2p: #151E1B;
  --c2d: $white;
  --c2dh: #CAD3D0;
  --c2dp: #FFFFFF;
  --store: #E52E3A;
  --storeh: #BF1621;
  --storep: #F63D49;
  --stored: #E52E3A;
  --storedh: #BF1621;
  --storedp: #FD6C76;
  --grow: #226E27;
  --growh: #205B25;
  --growp: #29902F;
  --growd: #29902F;
  --growdh: #226E27;
  --growdp: #29902F;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  scroll-behavior: smooth;
  min-height: 100%;
  width: 100%;
  color: #2D3431;
  font-size: 62.5%;
  background: #F6F7F7;
}

body {
  height: 100%;
  width: 100%;
  position: relative;
  font-family: "Public Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
body.noScroll {
  overflow: hidden;
}

.wrapAll {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.wrapper {
  --wrapper-padding: 32px;
  max-width: calc(1664px + var(--wrapper-padding) * 2);
  padding-left: var(--wrapper-padding);
  padding-right: var(--wrapper-padding);
  margin: 0 auto;
}

.wrapContent {
  position: relative;
}
.wrapContent:before {
  width: 100%;
  height: 64px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.05;
  background: linear-gradient(180deg, rgba(45, 52, 49, 0) 0%, #2D3431 100%);
}

.zonesContainer {
  margin-top: clamp(96px, 8.485vw + 45.09px, 208px);
  padding: 0 32px clamp(96px, 8.485vw + 45.09px, 208px);
  display: flex;
  flex-direction: column;
  gap: clamp(56px, 3.03vw + 37.82px, 96px);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Red Hat Display", sans-serif;
  margin: 0 0 24px;
  text-wrap: balance;
  font-weight: 700;
}

h1,
.h1 {
  font-size: clamp(4.4rem, 6.015vw + 0.791rem, 10.8rem);
  line-height: 1;
}

h2,
.h2 {
  font-size: clamp(3.2rem, 3.759vw + 0.944rem, 7.2rem);
  line-height: 1;
}

h3,
.h3 {
  font-size: clamp(2.4rem, 0.752vw + 1.949rem, 3.2rem);
  line-height: 1.1;
}

h4,
.h4 {
  font-size: clamp(2rem, 0.376vw + 1.774rem, 2.4rem);
  line-height: 1.25;
  margin-top: 24px;
}

h5,
.h5 {
  font-size: clamp(1.8rem, 0.188vw + 1.687rem, 2rem);
  line-height: 1.15;
}

.text {
  line-height: 1.4;
}
.text > :first-child {
  margin-top: 0;
}
.text > :last-child {
  margin-bottom: 0;
}
.text_big {
  font-size: 1.8rem;
  line-height: 1.5;
}
.text_small {
  font-size: 1.4rem;
  line-height: 1.5;
}
.text_fine {
  font-size: 1.2rem;
  line-height: 1.5;
}
.text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.text ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 0.5em;
}
.text ul li ul {
  margin-top: 0.5em;
}
.text ul li:before {
  content: "";
  position: absolute;
  top: 0.5625em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: var(--c2);
}
.text.inverted ul, .inverted .text ul {
  /*li {
    &:before {
      background: $white;
    }
  }*/
}

.text_list_half ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}
.text_list_half ul li {
  width: calc(50% - 8px);
}
.text .btn {
  margin-top: 24px;
}
.text .btn:not(:last-child) {
  margin-right: 24px;
}
.text_coloredTitles h1, .text_coloredTitles h2 {
  color: var(--c2);
}
.text_standalone {
  max-width: 920px;
}
.text_standalone:not(:first-child) {
  margin-top: 36px;
}
.text_standalone:not(:last-child) {
  margin-bottom: 36px;
}
.text_margin_small h1 {
  margin-bottom: 10px;
}
.text_margin_small h1 + * {
  margin-top: 10px;
}

.coloredTitle {
  color: var(--c2);
}

p,
ul,
ol {
  margin: 0 0 1.6rem;
}

a {
  text-decoration: underline;
  color: var(--c2);
}
a:hover, a:active {
  text-decoration: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  /* Remettre actif pour rendre plus vos transition sur image, mis en commentaire pour permettre le border-radius sur les parent d'image
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;*/
}

video {
  max-width: 100%;
  display: block;
}

iframe {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.btn {
  --border-width: 1px;
  --text-color: $black;
  --background: none;
  --border-color: rgba(0, 0, 0, 0.3);
  font-weight: 700;
  font-family: "Red Hat Display";
  line-height: 1.5;
  color: var(--text-color);
  padding: calc(0.75em - var(--border-width) * 2) calc(1em - var(--border-width) * 2);
  background: var(--background);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.75em;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
  cursor: pointer;
  border: solid var(--border-width) var(--border-color);
  border-radius: 999px;
  font-family: "Red Hat Display", sans-serif;
  /* Bouton secondaire */
}
.btn:hover {
  text-decoration: none;
  --border-color: #2D3431;
  --background: #2D3431;
  --text-color: #FFFFFF;
}
.btn:focus-within {
  outline: solid 2px #000000;
  outline-offset: 2px;
}
.btn_disabled, .btn[disabled], .btn.glide__arrow--disabled {
  border-color: var(--text-color);
  opacity: 0.3;
  pointer-events: none;
}
.btn_small {
  font-size: 1.4rem;
  line-height: 1.42;
  padding: calc(0.57em - var(--border-width) * 2) calc(0.85em - var(--border-width) * 2);
}
.btn_big {
  font-size: 1.8rem;
  line-height: 1.2;
  padding: calc(1.0555em - var(--border-width) * 2) calc(1.111em - var(--border-width) * 2);
}
.btn_xl {
  font-size: 2.2rem;
  line-height: 1;
  padding: calc(1.09em - var(--border-width) * 2) calc(1.27em - var(--border-width) * 2);
}
@media screen and (max-width: 767px) {
  .btn_xl {
    font-size: 1.8rem;
    line-height: 1.2;
    padding: calc(1.0555em - var(--border-width) * 2) calc(1.111em - var(--border-width) * 2);
  }
}
.btn_primary {
  --text-color: #FFFFFF;
  --border-width: 0px;
  --background: var(--c2);
  border: none;
}
.btn_primary:hover, .btn_primary:focus {
  --background: var(--c2h);
}
.btn_secondary {
  --text-color: #2D3431;
  --border-width: 1px;
  --border-color: #9CACA6;
  --background: transparent;
}
.btn_secondary:hover, .btn_secondary:focus {
  --background: var(--c2);
  --border-color: var(--c2);
  --text-color: #FFFFFF;
}
.inverted .btn, .btn_inverted {
  --border-color: rgba(255, 255, 255, 0.3);
  --text-color: #FFFFFF;
  /*&.btn_primary {
          background: $c2d;
          color: $white;

          &:hover, &:focus {
              background: $c2dh;
          }

          &_disabled, &[disabled] {
              background: $text;
              color: $grey300;
              pointer-events: none;
          }
      }*/
}
.inverted .btn:hover, .inverted .btn:focus, .btn_inverted:hover, .btn_inverted:focus {
  --border-color: #FFFFFF;
  --background: #FFFFFF;
  --text-color: #2D3431;
}
.inverted .btn_disabled, .inverted .btn[disabled], .inverted .btn.glide__arrow--disabled, .btn_inverted_disabled, .btn_inverted[disabled], .btn_inverted.glide__arrow--disabled {
  --border-color: rgba(255, 255, 255, 0.2);
  --text-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  pointer-events: none;
}

.btn_alt {
  --border-width: 0px;
  border: none;
  background: rgba(0, 0, 0, 0.12);
  transition: border-color 0.15s, background-color 0.15s;
}
.btn_alt:hover, .btn_alt:focus {
  background: rgba(0, 0, 0, 0.25);
}
.btn_alt.btn_disabled, .btn_alt[disabled], .btn_alt.glide__arrow--disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #F0F0F0;
  opacity: 1;
}
.inverted .btn_alt, .btn_alt.btn_inverted {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.12);
}
.inverted .btn_alt:hover, .inverted .btn_alt:focus, .btn_alt.btn_inverted:hover, .btn_alt.btn_inverted:focus {
  border-color: #CAD3D0;
  background: rgba(255, 255, 255, 0.25);
}
.inverted .btn_alt.btn_disabled, .inverted .btn_alt[disabled], .inverted .btn_alt.glide__arrow--disabled, .btn_alt.btn_inverted.btn_disabled, .btn_alt.btn_inverted[disabled], .btn_alt.btn_inverted.glide__arrow--disabled {
  color: #9CACA6;
  border-color: #9CACA6;
}

.btn_carousel {
  width: 60px;
  height: 60px;
  padding: 0;
  display: grid;
  place-items: center;
}
.btn_play {
  background: none;
  color: var(--c2);
  padding: 0;
  font-weight: 400;
}
.btn_play:hover {
  color: var(--c2h);
  background: none;
}
.btn-text {
  width: 100%;
}
.btn-icon {
  line-height: 0;
  margin-left: auto;
  flex-shrink: 0;
}
.btn_loading {
  min-width: 100px;
}
.btn_loading svg {
  display: block;
  width: 24px;
  height: 24px;
  animation: rotation 2s infinite linear;
}
.btn_text {
  color: var(--c2);
  padding: 0;
  border: none;
  font-weight: 400;
}
.btn_text:hover {
  color: var(--c2h);
  opacity: 0.5;
}

.form {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(min(275px, 100%), (100% - 24px) / 2), 1fr));
  gap: 24px;
  align-items: flex-end;
}
.form-cell_full {
  grid-column: 1/-1;
}
.form-cell:has(+ .form-cell_error) {
  align-self: flex-start;
}
.form-cell_error .input, .form-cell_error select {
  border-color: #E9594C;
}
.form-cell_error .input:focus, .form-cell_error select:focus {
  border-color: #FFCFCB;
}
.form-cell_error label {
  color: #E9594C;
}
.form-cell_error + .form-cell {
  align-self: flex-start;
}
.form-cell label {
  text-align: left;
}
.form-text:not(:first-child) {
  margin-top: 28px;
}
.form_fullWidth {
  grid-template-columns: 1fr;
}
.form-error {
  color: #E9594C !important;
  display: block;
  margin-top: 6px;
  text-align: left;
}
.form_small {
  grid-template-columns: repeat(auto-fill, minmax(max(min(230px, 100%), (100% - 24px) / 2), 1fr));
  gap: 24px;
}
.form_footer {
  flex-wrap: wrap;
}
.form_footer .form-cell {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: center !important;
}
@media screen and (max-width: 1500px) {
  .form_footer .form-cell {
    flex-direction: column;
    align-self: flex-end !important;
  }
}
@media screen and (max-width: 767px) {
  .form_footer .form-cell {
    display: block;
  }
}
.form_footer .form-cell label {
  flex-shrink: 0;
  margin: 0;
}
.form_footer .form-cell .form-error {
  position: absolute;
  top: 100%;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .form_footer .form-cell .form-error {
    right: inherit;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .form_footer .form-cell .form-error {
    position: relative;
  }
}
.form_footer .form-cell select {
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .form_footer .form-cell select {
    max-width: 100%;
  }
}
.form_footer .form-cell_emailFooter input {
  background-image: url("/images/email-placeholder-icon.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 39px;
  min-width: 300px;
}

label {
  display: block;
  margin-bottom: 10px;
}

.input {
  display: block;
  width: 100%;
  border: solid 1px #9CACA6;
  color: #2D3431;
  line-height: 1.4;
  padding: 1.1rem 1.5rem;
  background: #F6F7F7;
  transition: border-color 0.25s;
  border-radius: 9999px;
}
.input::placeholder {
  color: #778A83;
}
.input:focus {
  border-color: #151E1B;
  outline: 2px solid #333C39;
  outline-offset: 2px;
}
.input-inverted {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.input-inverted::placeholder {
  color: #9CACA6;
}
.input-inverted:focus {
  border-color: #151E1B;
}
.input-error {
  border-color: #E9594C;
}

textarea, textarea.input {
  min-height: 120px;
  max-width: 100%;
  min-width: 100%;
  border-radius: 16px;
}

.customInput {
  position: relative;
}
.customInput .input {
  padding-right: 48px;
}
.customInput-unit {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: #9CACA6;
}

select {
  display: block;
  width: 100%;
  border: solid 1px #778A83;
  border-radius: 9999px;
  color: #778A83;
  line-height: 1.4;
  padding: 1.1rem 4rem 1.1rem 1.5rem;
  background: #F6F7F7;
  transition: border-color 0.25s;
  appearance: none;
  position: relative;
  background-image: url(../images/dropdown-chevron.svg);
  background-position: right 1.6rem center;
  background-repeat: no-repeat;
}
select::placeholder {
  color: #778A83;
}
select:focus {
  border-color: #151E1B;
  outline: solid 2px #333C39;
  outline-offset: 2px;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  margin: 0;
}
.checkbox-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkbox-input + .checkbox-fakeInput {
  margin: 0.1em 10px 0 0;
  width: 18px;
  height: 18px;
  border: solid 1px #9CACA6;
  border-radius: 4px;
  display: inline-grid;
  place-items: center;
  transition: border-color 0.25s, background-color 0.25s;
  color: #FFFFFF;
  background: #F6F7F7;
  overflow: hidden;
  flex-shrink: 0;
}
.checkbox-input + .checkbox-fakeInput svg {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.25s, transform 0.25s;
}
.checkbox-input:checked + .checkbox-fakeInput {
  background-color: #151E1B;
  border-color: #151E1B;
}
.checkbox-input:checked + .checkbox-fakeInput svg {
  opacity: 1;
  transform: none;
}
.checkbox:hover .checkbox-fakeInput, .checkbox-input:focus + .checkbox-fakeInput {
  border-color: #010A07;
}
.checkbox-input:focus + .checkbox-fakeInput {
  outline: 2px solid #333C39;
  outline-offset: 2px;
}
.checkbox:hover .checkbox-input:checked + .checkbox-fakeInput {
  background-color: #010A07;
  border-color: #010A07;
}

.radios {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.radios-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  margin: 0;
}
.radios-label:hover .radios-fakeInput, .radios-label-input:focus + .radios-fakeInput {
  border-color: #010A07;
}
.radios-label:hover .radios-input:checked + .radios-fakeInput {
  border-color: #010A07;
}
.radios-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.radios-input + .radios-fakeInput {
  margin: 0.1em 10px 0 0;
  width: 18px;
  height: 18px;
  border: solid 1px #9CACA6;
  border-radius: 100%;
  display: inline-grid;
  place-items: center;
  transition: border-color 0.25s, border-width 0.25s;
  color: #FFFFFF;
  background: white;
  overflow: hidden;
  flex-shrink: 0;
}
.radios-input:checked + .radios-fakeInput {
  border-width: 0.65rem;
  border-color: #151E1B;
}

.inverted {
  background: #0D1211;
  color: #FFFFFF;
}
.inverted a:not(.btn) {
  color: #FFFFFF;
}

.whiteZone {
  padding: 80px 0;
  background: #FFFFFF;
}

.greyZone {
  padding: 80px 0;
  background: #FFFFFF;
}

picture {
  display: inline-block;
}

.centered {
  text-align: center;
}

.spacingY {
  margin-top: 80px;
  margin-bottom: 80px;
}

.separator {
  height: 1px;
  background: #9CACA6;
  width: 100%;
}
.separator:not(:first-child) {
  margin-top: 80px;
}
.separator:not(:last-child) {
  margin-bottom: 80px;
}

.doubleText {
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr 1fr;
}
.doubleText:not(:last-child) {
  margin-bottom: 80px;
}

.backTop-container {
  position: relative;
}
.backTop-btn {
  position: absolute;
  bottom: 48px;
  right: 0;
  background: #FFFFFF;
  transition: background 0.15s;
}
.backTop-btn:hover {
  background: #CAD3D0;
}
.backTop-btn:focus {
  background: #CAD3D0;
}

.iframe_full {
  width: 100%;
  height: 80vh;
}

.blur {
  filter: blur(5px);
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
html:not(.noAnimation) .animate {
  --delay: 0;
  --duration: 0.75s;
  transition: transform var(--duration), opacity var(--duration);
  transition-timing-function: cubic-bezier(0.56, 0.38, 0.25, 0.98);
  transition-delay: var(--delay);
}
html:not(.noAnimation) .animate_banner {
  transition: width 5s, height 5s;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
html:not(.noAnimation) .animate_fadeUp {
  opacity: 0;
  transform: translateY(50px);
}
html:not(.noAnimation) .animate_fadeDown {
  opacity: 0;
  transform: translateY(-50px);
}
html:not(.noAnimation) .animate_fadeLeft {
  opacity: 0;
  transform: translateX(50px);
}
html:not(.noAnimation) .animate_fadeRight {
  opacity: 0;
  transform: translateX(-50px);
}
html:not(.noAnimation) .animate_fade {
  opacity: 0;
}
html:not(.noAnimation) .animate_zoomOut {
  transform: scale(1.25);
}
html:not(.noAnimation) .animate_img3 {
  opacity: 0 !important;
  transform: translateY(-50px);
}
html:not(.noAnimation) .animate_delay {
  --delay: 150ms;
}
html:not(.noAnimation) .animate_delay_300 {
  --delay: 300ms;
}
html:not(.noAnimation) .animate_delay_450 {
  --delay: 450ms;
}
html:not(.noAnimation) .animate_delay_500 {
  --delay: 500ms;
}
html:not(.noAnimation) .animate_delay_750 {
  --delay: 750ms;
}
html:not(.noAnimation) .animate_delay_1000 {
  --delay: 1000ms;
}
html:not(.noAnimation) .animate_delay_2000 {
  --delay: 2000ms;
}
html:not(.noAnimation) .animate_delay_3000 {
  --delay: 3000ms;
}
html:not(.noAnimation) .animate_delay_4000 {
  --delay: 4000ms;
}
html:not(.noAnimation) .animate_delay_5000 {
  --delay: 5000ms;
}
html:not(.noAnimation) .animate_delay_6000 {
  --delay: 6000ms;
}
html:not(.noAnimation) .animate_delay_7000 {
  --delay: 7000ms;
}
html:not(.noAnimation) .animate_duration_1000 {
  --duration: 1000ms;
}
html:not(.noAnimation) .animate_duration_2000 {
  --duration: 2000ms;
}
html:not(.noAnimation) .animate_on.animate_fadeUp, html:not(.noAnimation) .animate_on.animate_fadeDown, html:not(.noAnimation) .animate_on.animate_fadeLeft, html:not(.noAnimation) .animate_on.animate_fadeRight {
  opacity: 1;
  transform: none;
}
html:not(.noAnimation) .animate_on.animate_banner {
  --spacing: 48px;
  width: calc(100% - var(--spacing) * 2);
  height: calc(100% - var(--spacing));
}
@media screen and (max-width: 767px) {
  html:not(.noAnimation) .animate_on.animate_banner {
    --spacing: 32px;
  }
}
html:not(.noAnimation) .animate_on.animate_fade {
  opacity: 1;
}
html:not(.noAnimation) .animate_on.animate_zoomOut {
  transform: none;
}
html:not(.noAnimation) .animate_on.animate_img3 {
  opacity: 0.75 !important;
  transform: none;
}

.cardContainerFix {
  display: flex;
  align-items: stretch;
}
.cardContainerFix > * {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .doubleText {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .doubleText:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .m {
    display: none !important;
  }
  a[href^="tel:"] {
    text-decoration: none;
    cursor: default;
    color: inherit;
    pointer-events: none;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .d {
    display: none !important;
  }
  body {
    min-width: 320px;
  }
  .wrapper {
    --wrapper-gutter: $spacing28;
  }
  h1, .h1 {
    line-height: 1.25;
    margin-bottom: 24px;
  }
  h2, .h2 {
    line-height: 1.2;
    margin-top: 24px;
  }
  h3, .h3 {
    line-height: 1.2;
    margin-top: 24px;
  }
  h4, .h4 {
    line-height: 1.2;
    margin-top: 16px;
  }
  h5, .h5 {
    line-height: 1.2;
  }
  .text_list_half ul {
    gap: 0.75em;
  }
  .text_list_half ul li {
    margin-bottom: 0.75em;
  }
  .text_standalone:not(:first-child) {
    margin-top: 24px;
  }
  .text_standalone:not(:last-child) {
    margin-bottom: 24px;
  }
  .form {
    grid-template-columns: 1fr;
  }
  .whiteZone {
    padding: 48px 0;
  }
  .greyZone {
    padding: 48px 0;
  }
  .spacingY {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .separator:not(:first-child) {
    margin-top: 48px;
  }
  .separator:not(:last-child) {
    margin-bottom: 48px;
  }
  .backTop-btn {
    bottom: 36px;
    right: 50%;
    transform: translateX(50%);
  }
}
