/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* 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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Karla";
  src: local("Karla Regular"), local("Karla-Regular"), url("../fonts/ff2/Karla-Regular.woff2") format("woff2"), url("../fonts/ff2/Karla-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: local("Karla Light"), local("Karla-Light"), url("../fonts/ff2/Karla-Light.woff2") format("woff2"), url("../fonts/ff2/Karla-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: local("Karla Bold Italic"), local("Karla-BoldItalic"), url("../fonts/ff2/Karla-BoldItalic.woff2") format("woff2"), url("../fonts/ff2/Karla-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: local("Karla Medium"), local("Karla-Medium"), url("../fonts/ff2/Karla-Medium.woff2") format("woff2"), url("../fonts/ff2/Karla-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: local("Karla Italic"), local("Karla-Italic"), url("../fonts/ff2/Karla-Italic.woff2") format("woff2"), url("../fonts/ff2/Karla-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: local("Karla Bold"), local("Karla-Bold"), url("../fonts/ff2/Karla-Bold.woff2") format("woff2"), url("../fonts/ff2/Karla-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: local("Karla Medium Italic"), local("Karla-MediumItalic"), url("../fonts/ff2/Karla-MediumItalic.woff2") format("woff2"), url("../fonts/ff2/Karla-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: local("Karla Light Italic"), local("Karla-LightItalic"), url("../fonts/ff2/Karla-LightItalic.woff2") format("woff2"), url("../fonts/ff2/Karla-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
html {
  font-size: 0.625em;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  pointer-events: all;
  position: relative;
}
@media (max-width: 992px) {
  html {
    overflow-x: hidden;
  }
}

body {
  box-sizing: border-box;
  font-size: 1.6rem;
  max-width: none;
  overflow-x: hidden;
  font-family: "Karla", sans-serif;
  font-weight: normal;
  overflow-anchor: none;
  color: #000000;
}
body.dark {
  background-color: #1A1A1A;
}
body.light {
  background-color: #ffffff;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.Hide,
.Hidden {
  display: none !important;
}

main,
body {
  display: flex;
  flex-direction: column;
}

figure {
  margin: 0;
}

section,
div,
span {
  box-sizing: border-box;
}

.Container {
  margin: 0 auto;
  max-width: 152.6rem;
  width: 100%;
}
@media (min-width: 769px) {
  .Container {
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .Container {
    padding: 0 2rem;
  }
}

.ContainerSmall {
  margin: 0 auto;
  max-width: 129.4rem;
  width: 100%;
}
@media (min-width: 769px) {
  .ContainerSmall {
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .ContainerSmall {
    padding: 0 2rem;
  }
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animation-link {
  0% {
    top: 0.3rem;
    right: 0rem;
  }
  50% {
    top: 0.5rem;
    right: 0.3rem;
  }
  100% {
    top: 0.3rem;
    right: 0rem;
  }
}
@keyframes animation-link-next {
  0% {
    right: 0rem;
  }
  50% {
    right: 0.4rem;
  }
  100% {
    right: 0rem;
  }
}
@keyframes btnScroll {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  1% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
    transform: scale(0.5);
    visibility: hidden;
  }
  1% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(100px);
  }
}
@keyframes menuAppear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Button, .Button-tertiary, .LandingPdf .Form-button, .Button-secondary, .Button-primary, .Contact .Form-button {
  box-sizing: border-box;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.Button-primary, .Contact .Form-button {
  padding: 2rem 3.7rem;
  font-family: "termina", sans-serif;
  font-size: 1rem;
  line-height: calc((1.2 * 1) / 1);
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out, border-color 0.25s ease-in-out;
  border: 1px solid #1A1A1A;
  background-color: #1A1A1A;
  color: #ffffff;
}
.Button-primary:hover, .Contact .Form-button:hover, .Button-primary:focus, .Contact .Form-button:focus {
  color: #1A1A1A;
  background-color: #ffffff;
  border-color: #1A1A1A;
  text-decoration: none !important;
}
.BgColor .Button-primary, .BgColor .Contact .Form-button, .Contact .BgColor .Form-button {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #1A1A1A;
}
.BgColor .Button-primary:hover, .BgColor .Contact .Form-button:hover, .Contact .BgColor .Form-button:hover, .BgColor .Button-primary:focus, .BgColor .Contact .Form-button:focus, .Contact .BgColor .Form-button:focus {
  color: #ffffff;
  background-color: #1A1A1A;
  border-color: #ffffff;
  text-decoration: none !important;
}
.Button-secondary {
  font-size: 1rem;
  line-height: calc((1.2 * 1) / 1);
  padding: 2rem 3.7rem;
  text-transform: uppercase;
  font-family: "termina", sans-serif;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
  font-weight: 700;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.Button-secondary:hover, .Button-secondary:focus {
  border-color: #A81518;
  color: #A81518;
}
.BgColor .Button-secondary {
  border-color: #A81518;
  color: #A81518;
}
.BgColor .Button-secondary:hover, .BgColor .Button-secondary:focus {
  color: #ffffff;
  background-color: #A81518;
  border-color: #A81518;
  text-decoration: none !important;
}
.Button-tertiary, .LandingPdf .Form-button {
  padding: 2rem 3.7rem;
  font-family: "termina", sans-serif;
  font-size: 1rem;
  line-height: calc((1.2 * 1) / 1);
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out, border-color 0.25s ease-in-out;
  border: 1px solid #A81518;
  background-color: #A81518;
  color: #ffffff;
}
.Button-tertiary:hover, .LandingPdf .Form-button:hover, .Button-tertiary:focus, .LandingPdf .Form-button:focus {
  color: #A81518;
  background-color: #ffffff;
  border-color: #A81518;
  text-decoration: none !important;
}

.Link, .Link-secondary {
  font-size: 1.4rem;
  line-height: calc((1.4 * 1) / 1.4);
  font-family: "Karla", sans-serif;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
  display: inline-flex;
  align-items: baseline;
  height: 2.3rem;
  color: #1A1A1A;
  padding-right: 2rem;
}
.BgColor .Link, .BgColor .Link-secondary {
  color: #ffffff;
}
.Link:before, .Link-secondary:before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  background-color: #1A1A1A;
  transition: 0.2s all ease-in-out;
}
.BgColor .Link:before, .BgColor .Link-secondary:before {
  background-color: #ffffff;
}
.Link:after, .Link-secondary:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  top: 0.3rem;
  right: 0;
  transition: 0.2s all ease-in-out;
  background-image: url("../../assets/img/icons/diag-arrow-black.svg");
}
.BgColor .Link:after, .BgColor .Link-secondary:after {
  background-image: url("../../assets/img/icons/diag-arrow-white.svg");
}
.Link:hover:before, .Link-secondary:hover:before {
  bottom: 0.4rem;
}
.Link:hover:after, .Link-secondary:hover:after {
  animation: animation-link 0.3s linear;
}
.GutPushArticles.BgColor .GutPushArticles-content .Link, .GutPushArticles.BgColor .GutPushArticles-content .Link-secondary {
  color: #1A1A1A;
}
.GutPushArticles.BgColor .GutPushArticles-content .Link:before, .GutPushArticles.BgColor .GutPushArticles-content .Link-secondary:before {
  background-color: #1A1A1A;
}
.GutPushArticles.BgColor .GutPushArticles-content .Link:after, .GutPushArticles.BgColor .GutPushArticles-content .Link-secondary:after {
  background-image: url("../../assets/img/icons/diag-arrow-black.svg");
}
.Link-secondary {
  font-size: 1.2rem;
  line-height: calc((1.4 * 1) / 1.2);
  padding-right: 0;
  font-family: "Karla", sans-serif;
  color: #D52E32;
  position: relative;
}
.BgColor .Link-secondary {
  color: #D52E32;
}
.Link-secondary:before {
  background-color: #D52E32;
}
.BgColor .Link-secondary:before {
  background-color: #D52E32;
}
.Link-secondary:after {
  display: none;
}
.Link-next {
  cursor: pointer;
  background: transparent;
  border: none;
  font-size: 1.4rem;
  line-height: calc((1.4 * 1) / 1.4);
  font-family: "Karla", sans-serif;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
  display: inline-flex;
  align-items: baseline;
  color: #1A1A1A;
  padding-right: 2rem;
}
.Link-next:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  top: 0.3rem;
  right: 0;
  transition: 0.2s all ease-in-out;
  transform: rotate(45deg);
  background-image: url("../../assets/img/icons/diag-arrow-black.svg");
}
.BgColor .Link-next:after {
  background-image: url("../../assets/img/icons/diag-arrow-white.svg");
}
.Link-next:hover:after {
  animation: animation-link-next 0.3s linear;
}

.GutPushArticles-prev, .GutPushArticles-next {
  background-size: 16px;
}

.GutTestimony-slider--prev, .GutTestimony-slider--next {
  background-size: 16px;
}

.GutBanner-btn.Button-primary, .Contact .GutBanner-btn.Form-button {
  margin-top: 3.5rem;
}

.GutInformations-textLarge {
  word-break: break-word;
}

.GutCol2-blocTexte--inner {
  width: 100%;
}

@media (max-width: 768px) {
  .Content .Button-primary, .Content .Contact .Form-button, .Contact .Content .Form-button, .Content .Button-secondary, .Content .Link, .Content .Link-secondary {
    margin-bottom: 1rem;
  }
}

.BurgerActive {
  overflow: hidden;
}

.Header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  padding: 4.5rem 5.8rem;
}
@media (max-width: 1500px) {
  .Header {
    padding: 4.5rem 2rem;
  }
}
@media (max-width: 1200px) {
  .Header {
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 0 5.8rem;
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  .Header {
    padding: 0 2rem;
  }
}
.Header.BgColor {
  background-color: transparent;
}
.Header.open {
  background-color: #1A1A1A;
  height: 100vh;
}
.Header.open.BgColor {
  background-color: #1A1A1A;
}
@media (max-width: 1200px) {
  .Header .mobile-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 3rem 0rem;
  }
}
.Header .mobile-container .btn-contact {
  display: none;
  padding: 0;
  width: 4.1rem;
  height: 4.1rem;
}
@media (max-width: 1200px) {
  .Header .mobile-container .btn-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.Header .mobile-container .btn-contact--icone {
  width: 1.7rem;
}
.Header .mobile-container .btn-contact:hover {
  fill: #A81518;
}
.Header .mobile-container .btn-contact:hover .btn-contact--icone path {
  fill: #A81518;
}
.Header .mobile-container .open.Burger-react {
  display: none;
}
.Header .mobile-container .open.Burger-cross {
  display: flex;
}
.Header .before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0rem;
  transition: 0.3s all ease-in-out;
  background-color: #1A1A1A;
  z-index: -1;
}
@media (max-width: 1200px) {
  .Header .before {
    display: none;
  }
}
.Header .before-square {
  content: "";
  position: absolute;
  left: 6.7rem;
  bottom: 6.4rem;
  height: var(--offset);
  width: calc(100% - 12.8rem);
  border: 1px solid white;
}
.Header .before-leftline {
  content: "";
  position: absolute;
  left: 6.7rem;
  bottom: 0;
  height: var(--offset);
  width: 0.1rem;
  background-color: #ACACAC;
}
.Header .before-rightline {
  content: "";
  position: absolute;
  right: 6.7rem;
  bottom: 6.4rem;
  height: var(--offset);
  width: 0.1rem;
  background-color: #ACACAC;
}
.Header .before-btmline {
  content: "";
  position: absolute;
  left: 6.7rem;
  bottom: 6.4rem;
  height: 0.1rem;
  width: calc(100% - 6.7rem);
  background-color: #ACACAC;
}
.Header .before-btmrightline {
  content: "";
  position: absolute;
  right: 21.9rem;
  bottom: 0;
  height: 6.4rem;
  width: 0.1rem;
  background-color: #ACACAC;
}
@media (max-width: 1300px) {
  .Header .logo, .Header .logoWhite {
    width: 10rem;
  }
}
@media (max-width: 768px) {
  .Header .logo, .Header .logoWhite {
    width: 6.6rem;
  }
}
.Header .logoWhite {
  display: none;
}
.Header.active .before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 68.1rem;
  background-color: #1A1A1A;
  z-index: -1;
}
@media (max-width: 1200px) {
  .Header.active .before {
    display: none;
  }
}
.light .Header.active .logo {
  display: none;
}
.light .Header.active .logoWhite {
  display: block;
}

.Footer {
  width: 100%;
  background-color: #EDEDED;
}
.Footer .prefooter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .Footer .prefooter-wrapper {
    margin: 7rem auto;
    flex-direction: row;
  }
}
@media (max-width: 1200px) {
  .Footer .prefooter-wrapper {
    margin: 6.4rem auto;
    flex-direction: column;
    align-items: center;
  }
}
.Footer .prefooter-content {
  max-width: 67rem;
}
@media (max-width: 1200px) {
  .Footer .prefooter-content {
    padding: 0 1.3rem 4.8rem 1.3rem;
    flex-direction: column;
    text-align: center;
  }
}
.Footer .prefooter-content--title {
  font-size: 3rem;
  line-height: calc((4 * 1) / 3);
  font-weight: 500;
  font-family: "termina", sans-serif;
}
@media (max-width: 1200px) {
  .Footer .prefooter-content--title {
    font-size: 2.8rem;
    line-height: calc((3.2 * 1) / 2.8);
  }
}
.Footer .prefooter-button {
  padding: 3rem 3.2rem;
}
.Footer .wrapper {
  display: flex;
}
@media (max-width: 1200px) {
  .Footer .wrapper {
    flex-direction: column;
  }
}
.Footer .wrapper.BgColor {
  background-color: #1A1A1A;
  color: #ffffff;
}
.Footer .wrapper-leftside {
  border-right: 1px solid #ACACAC;
  min-width: 24vw;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 1200px) {
  .Footer .wrapper-leftside {
    border-right: none;
    border-bottom: 1px solid #ACACAC;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .Footer .wrapper-leftside {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Footer .wrapper-leftside .logo {
  width: 100%;
  padding: 5.2rem 1rem 0 6.8rem;
  height: 21rem;
  border-bottom: 1px solid #ACACAC;
}
@media (max-width: 1200px) {
  .Footer .wrapper-leftside .logo {
    border-bottom: none;
    padding: 3.2rem 1rem 3.2rem 2rem;
    height: auto;
  }
}
@media (max-width: 480px) {
  .Footer .wrapper-leftside .logo {
    border-bottom: 1px solid #ACACAC;
  }
}
.Footer .wrapper-leftside .logo img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .Footer .wrapper-leftside .logo img {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .Footer .wrapper-leftside .logo img {
    max-width: 13rem;
  }
}
.Footer .wrapper-leftside .informations {
  width: 100%;
  height: 28.7rem;
  padding: 3.2rem 0 0 6.8rem;
}
@media (max-width: 1200px) {
  .Footer .wrapper-leftside .informations {
    width: fit-content;
    padding: 3.2rem 9.4rem 3.2rem 2rem;
    margin-right: 5.8rem;
    border-right: 1px solid #ACACAC;
    border-left: 1px solid #ACACAC;
    height: auto;
  }
}
@media (max-width: 480px) {
  .Footer .wrapper-leftside .informations {
    border-left: none;
  }
}
.Footer .wrapper-leftside .informations > * {
  margin: 0 auto;
}
.Footer .wrapper-leftside .informations-address, .Footer .wrapper-leftside .informations-phone {
  width: 20.3rem;
  font-size: 1.2rem;
  line-height: calc((2 * 1) / 1.2);
  font-weight: 400;
  font-family: "termina", sans-serif;
}
.Footer .wrapper-leftside .informations-address > *, .Footer .wrapper-leftside .informations-phone > * {
  margin: 0;
}
.Footer .wrapper-leftside .informations-address {
  padding-bottom: 1.6rem;
}
.Footer .wrapper-leftside .informations-phone {
  padding-bottom: 3rem;
}
@media (max-width: 1200px) {
  .Footer .wrapper-leftside .informations-phone {
    padding-bottom: 2.8rem;
  }
}
.Footer .wrapper-leftside .informations-phone a {
  text-decoration: none;
  font-size: 1.2rem;
  line-height: calc((2 * 1) / 1.2);
  font-weight: 400;
  font-family: "termina", sans-serif;
  color: #ffffff;
  transition: 0.2s all ease-in-out;
}
.Footer .wrapper-leftside .informations-phone a:hover {
  color: #D52E32;
}
.Footer .wrapper-leftside .informations-contact {
  width: fit-content;
}
.Footer .wrapper-leftside .informations-contact .Button, .Footer .wrapper-leftside .informations-contact .Button-primary, .Footer .wrapper-leftside .informations-contact .Contact .Form-button, .Contact .Footer .wrapper-leftside .informations-contact .Form-button, .Footer .wrapper-leftside .informations-contact .Button-secondary, .Footer .wrapper-leftside .informations-contact .Button-tertiary, .Footer .wrapper-leftside .informations-contact .LandingPdf .Form-button, .LandingPdf .Footer .wrapper-leftside .informations-contact .Form-button {
  width: max-content;
}
.Footer .wrapper-center {
  min-width: 76vw;
}
@media (max-width: 768px) {
  .Footer .wrapper-center {
    display: flex;
    flex-direction: column;
  }
}
.Footer .wrapper .menu {
  width: 100%;
  border-bottom: 1px solid #ACACAC;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: auto;
  padding: 5.2rem 4.7rem 0 0;
  justify-items: center;
}
@media (max-width: 1200px) {
  .Footer .wrapper .menu {
    width: calc(100% - 5.8rem);
    margin-left: 5.8rem;
    padding: 2.5rem 4.8rem 0 4.8rem;
    border-bottom: none;
    grid-template-columns: repeat(2, 1fr);
    border-left: 1px solid #ACACAC;
  }
}
@media (max-width: 768px) {
  .Footer .wrapper .menu {
    grid-template-columns: repeat(1, 1fr);
    order: 2;
  }
}
.Footer .wrapper .menu ul, .Footer .wrapper .menu li {
  list-style-type: none;
  padding-inline-start: 0;
}
.Footer .wrapper .menu .menu-item-has-children {
  width: 19.4rem;
}
.Footer .wrapper .menu .menu-item-has-children > a {
  display: block;
  max-width: 19.4rem;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: calc((2 * 1) / 1.4);
  font-weight: 500;
  font-family: "termina", sans-serif;
  text-decoration: none;
}
.Footer .wrapper .menu .menu-item-has-children ul li {
  padding-bottom: 1.6rem;
}
.Footer .wrapper .menu .menu-item-has-children ul li a {
  color: #888888;
  font-size: 1.4rem;
  line-height: calc((2 * 1) / 1.4);
  font-weight: 500;
  font-family: "Helvetica Neue", sans-serif;
  text-decoration: none;
}
.Footer .wrapper .menu .menu-item-has-children ul li:nth-child(1) {
  padding-top: 2rem;
}
.Footer .wrapper .menu .menu-item-has-children ul li:nth-last-child {
  padding-bottom: 0;
}
.Footer .wrapper-bottom {
  width: 100%;
  display: flex;
}
@media (max-width: 1200px) {
  .Footer .wrapper-bottom {
    border-top: 1px solid #ACACAC;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .Footer .wrapper-bottom {
    display: contents;
  }
}
.Footer .wrapper .socials {
  min-width: calc(100% - 24vw);
  display: flex;
  align-items: center;
  padding: 3.5rem 8.1rem 3.5rem 0;
  margin: auto;
  justify-content: center;
}
@media (max-width: 768px) {
  .Footer .wrapper .socials {
    flex-direction: column;
    padding: 2.6rem 2rem;
    margin: 0;
    gap: 3.2rem;
    align-items: normal;
    order: 1;
    border-bottom: 1px solid #ACACAC;
  }
}
@media (min-width: 769px) {
  .Footer .wrapper .socials-button {
    margin-right: 13rem;
  }
}
@media (max-width: 768px) {
  .Footer .wrapper .socials-button {
    width: 100%;
  }
}
.Footer .wrapper .socials-button .Button, .Footer .wrapper .socials-button .Button-primary, .Footer .wrapper .socials-button .Contact .Form-button, .Contact .Footer .wrapper .socials-button .Form-button, .Footer .wrapper .socials-button .Button-secondary, .Footer .wrapper .socials-button .Button-tertiary, .Footer .wrapper .socials-button .LandingPdf .Form-button, .LandingPdf .Footer .wrapper .socials-button .Form-button {
  width: 100%;
}
.Footer .wrapper .socials-networks {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .Footer .wrapper .socials-networks {
    flex-direction: row;
    justify-content: center;
  }
}
.Footer .wrapper .socials-networks > a {
  color: #ffffff;
  text-decoration: none;
  width: fit-content;
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .Footer .wrapper .socials-networks > a {
    margin-right: 1rem;
  }
}
.Footer .wrapper .socials-networks > a:last-child {
  margin-bottom: 0;
}
.Footer .wrapper .socials-networks--linkedin::before, .Footer .wrapper .socials-networks--instagram::before, .Footer .wrapper .socials-networks--twitter::before, .Footer .wrapper .socials-networks--youtube::before {
  content: "";
  height: 1.8rem;
  width: 1.8rem;
  display: block;
  margin-right: 0.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.Footer .wrapper .socials-networks--linkedin::before {
  background-image: url("../../assets/img/icons/linkedin.svg");
}
.Footer .wrapper .socials-networks--instagram::before {
  background-image: url("../../assets/img/icons/instagram.svg");
}
.Footer .wrapper .socials-networks--twitter::before {
  background-image: url("../../assets/img/icons/twitter.svg");
}
.Footer .wrapper .socials-networks--youtube::before {
  background-image: url("../../assets/img/icons/youtube.svg");
}
.Footer .wrapper .label {
  min-width: 24vw;
  border-left: 1px solid #ACACAC;
  padding: 1.5rem 4rem;
}
@media (min-width: 1201px) {
  .Footer .wrapper .label {
    display: grid;
    grid: auto-flow/repeat(4, 1fr);
    justify-items: center;
    align-items: center;
    gap: 1.7rem 2.6rem;
  }
}
@media (max-width: 1200px) {
  .Footer .wrapper .label {
    border-left: none;
    border-top: 1px solid #ACACAC;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 3.4rem 7.5rem;
  }
}
@media (max-width: 768px) {
  .Footer .wrapper .label {
    display: grid;
    grid: auto-flow/repeat(4, 1fr);
    order: 3;
  }
}
.Footer .wrapper .label-square {
  grid-column: auto/span 1;
  max-height: 5rem;
  max-width: 5rem;
}
@media (max-width: 1200px) {
  .Footer .wrapper .label-square {
    margin: 0 1.8rem;
  }
}
.Footer .wrapper .label-square--img {
  height: auto;
  width: 100%;
  max-height: 5rem;
}
.Footer .wrapper .label-rectangle {
  grid-column: auto/span 2;
  max-height: 5rem;
  max-width: 12.6rem;
}
@media (max-width: 1200px) {
  .Footer .wrapper .label-rectangle {
    margin: 0 1.8rem;
  }
}
.Footer .wrapper .label-rectangle--img {
  height: auto;
  width: 100%;
  max-height: 5rem;
}
.Footer-legal {
  border-top: 1px solid #ACACAC;
  display: flex;
  gap: 14.7vw;
  align-items: center;
  justify-content: center;
  padding: 1.3rem 0;
}
@media (max-width: 1200px) {
  .Footer-legal {
    display: grid;
    grid: auto-flow dense/repeat(2, 1fr);
    justify-items: center;
    gap: 1.8rem;
    padding: 1rem 0;
  }
}
.Footer-legal.BgColor {
  background-color: #1A1A1A;
}
.Footer-legal * {
  font-size: 0.8rem;
  line-height: calc((2 * 1) / 0.8);
  text-decoration: none;
  color: #ACACAC;
  width: fit-content;
  font-family: "termina", sans-serif;
}
@media (max-width: 1200px) {
  .Footer-legal * {
    text-align: center;
  }
}
.Footer-legal--link {
  margin-right: 1rem;
  transition: 0.2s all ease-in-out;
}
.Footer-legal--link:hover {
  color: #D52E32;
}
.Footer-legal--altimax {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 1200px) {
  .Footer-legal--altimax {
    grid-column-start: 1;
    grid-column-end: span col2-start;
  }
}
.Footer-legal--altimax span {
  padding-left: 0.3em;
}

.Burger {
  height: 2rem;
}
.mobile-container .Burger {
  display: none;
  cursor: pointer;
  order: -1;
  width: 4.1rem;
}
@media (max-width: 1200px) {
  .mobile-container .Burger {
    display: flex;
    justify-content: flex-start;
  }
}
.mobile-container .Burger .Burger-cross {
  display: none;
  margin: auto;
}
@media (max-width: 1200px) {
  .mobile-container .Burger .Burger-cross {
    width: 3.2rem;
  }
}
@media (max-width: 768px) {
  .mobile-container .Burger .Burger-cross {
    width: 2.6rem;
  }
}
.mobile-container .Burger .Burger-rect {
  height: auto;
}
@media (max-width: 1200px) {
  .mobile-container .Burger .Burger-rect {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mobile-container .Burger .Burger-rect {
    width: 3.1rem;
  }
}
.light .mobile-container .Burger .Burger-rect line {
  stroke: #000000;
}
.dark .mobile-container .Burger .Burger-rect line, .active .mobile-container .Burger .Burger-rect line {
  stroke: #ffffff;
}
.mobile-container .Burger.open .Burger-rect {
  display: none;
}
.mobile-container .Burger.open .Burger-cross {
  display: flex;
}

.Nav {
  display: flex;
  margin-left: 5rem;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media (max-width: 1500px) {
  .Nav {
    margin-left: 2rem;
  }
}
@media (max-width: 1200px) {
  .Nav {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    margin: 0;
    transform: translateY(-100%);
  }
  .Nav.open {
    transform: translateY(0);
    position: relative;
    flex-direction: column;
    z-index: -1;
    min-height: fit-content;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .Nav.open {
    padding: 4rem 5.8rem 0 5.8rem;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .Nav.open {
    padding: 0 5.8rem;
  }
}
@media (max-width: 768px) {
  .Nav.open {
    padding: 0 3.6rem;
  }
}
.Nav-line {
  position: absolute;
  bottom: 4.5rem;
  left: 0;
  content: "";
  height: 0.1rem;
  width: calc(100% - 28rem);
  margin-left: 22.33rem;
  transition: 0.3s all ease-out;
}
@media (max-width: 1500px) {
  .Nav-line {
    width: calc(100% - 25rem);
    margin-left: 19.33rem;
  }
}
@media (max-width: 1440px) {
  .Nav-line {
    width: calc(100% - 17.3rem);
    margin-left: 15.33rem;
  }
}
@media (max-width: 1300px) {
  .Nav-line {
    width: calc(100% - 16rem);
    margin-left: 14rem;
  }
}
@media (max-width: 1200px) {
  .Nav-line {
    display: none;
  }
}
.light .Nav-line {
  background-color: #6D6F77;
}
.dark .Nav-line, .active .Nav-line {
  background-color: #ACACAC;
}
.Nav-container {
  align-self: center;
}
.Nav-container ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .Nav-container {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .Nav-container {
    width: 100%;
  }
}
.Nav-primary {
  display: flex;
}
@media (max-width: 1200px) {
  .Nav-primary {
    flex-direction: column;
    padding: 0;
    margin: 9rem 0;
  }
}
@media (max-width: 768px) {
  .Nav-primary {
    margin: 0;
  }
}
.Nav-primary ul, .Nav-primary li {
  list-style-type: none;
  padding-inline-start: 0;
}
.Nav-primary > li {
  display: unset;
  margin-right: 3.2rem;
}
.Nav-primary > li:last-child {
  margin-right: 0;
}
@media (max-width: 1300px) {
  .Nav-primary > li {
    margin-right: 2rem;
  }
}
@media (max-width: 1200px) {
  .Nav-primary > li {
    margin-right: 0;
    margin-bottom: 3.8rem;
  }
}
.Nav-primary > li > a {
  font-size: 1.6rem;
  line-height: calc((2.4 * 1) / 1.6);
  display: block;
  letter-spacing: -0.1px;
  font-weight: 500;
  font-family: "Karla", sans-serif;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .Nav-primary > li > a {
    font-size: 2.8rem;
    line-height: calc((3.7 * 1) / 2.8);
  }
}
.light .Nav-primary > li > a {
  color: #1A1A1A;
}
@media (max-width: 1200px) {
  .light .Nav-primary > li > a {
    color: #ffffff;
  }
}
.dark .Nav-primary > li > a, .active .Nav-primary > li > a {
  color: #ffffff;
}
.Nav-primary > li > a:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  display: block;
  opacity: 0;
  position: relative;
  bottom: -2em;
  left: 0;
  transition: 0.3s all ease-out;
  background-color: #D52E32;
}
@media (max-width: 1200px) {
  .Nav-primary > li > a:before {
    opacity: 0;
    display: none;
  }
}
.BgColor .Nav-primary > li > a:before {
  background-color: #D52E32;
}
.Nav-primary > li > a:after {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  bottom: -0.6rem;
  opacity: 0;
  left: 0;
  transition: 0.3s all ease-out;
  height: 0.2rem;
  background-color: #D52E32;
}
@media (max-width: 1200px) {
  .Nav-primary > li > a:after {
    opacity: 1;
    bottom: -2rem;
    height: 0.1rem;
    background-color: #ACACAC;
  }
}
@media (max-width: 768px) {
  .Nav-primary > li > a:after {
    bottom: -1.1rem;
  }
}
.Nav-primary > li > .sub-menu {
  position: absolute;
  left: 15.1vw;
  top: 22rem;
  display: none;
  gap: 2.4rem;
  min-height: 32.4rem;
  opacity: 0;
  transition: 0.3s all ease-out 1s;
}
@media (max-width: 1600px) {
  .Nav-primary > li > .sub-menu {
    left: 100px;
  }
}
@media (max-width: 1200px) {
  .Nav-primary > li > .sub-menu {
    position: unset;
    margin-top: 3.3rem;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .Nav-primary > li > .sub-menu {
    gap: 1.9rem;
  }
}
.Nav-primary > li > .sub-menu > li {
  display: unset;
}
@media (min-width: 1201px) {
  .Nav-primary > li > .sub-menu > li {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .Nav-primary > li > .sub-menu > li.visible > .sub-menu {
    display: flex;
  }
}
.Nav-primary > li > .sub-menu > li.menu-item-has-children > a:after {
  content: "";
  width: 3rem;
  background-image: url("../../assets/img/icons/diagonal-arrow.svg");
  background-repeat: no-repeat;
  background-size: 2.1rem;
  background-position: center center;
  margin: auto;
  margin-right: 0;
  height: 3rem;
  display: block;
  opacity: 0.5;
  position: relative;
  transition: 0.2s all ease-out;
}
@media (max-width: 1200px) {
  .Nav-primary > li > .sub-menu > li.menu-item-has-children > a:after {
    display: none;
  }
}
.Nav-primary > li > .sub-menu > li > a {
  color: #BDBBC3;
  font-size: 2.8rem;
  line-height: calc((5 * 1) / 2.8);
  font-weight: 400;
  font-family: "termina", sans-serif;
  text-decoration: none;
  display: flex;
  cursor: default;
  gap: 2.4rem;
}
@media (max-width: 1200px) {
  .Nav-primary > li > .sub-menu > li > a {
    font-size: 2.2rem;
    line-height: calc((5 * 1) / 2.2);
  }
}
@media (max-width: 768px) {
  .Nav-primary > li > .sub-menu > li > a {
    font-size: 1.8rem;
    line-height: calc((3.1 * 1) / 1.8);
  }
}
.Nav-primary > li > .sub-menu > li > a:hover {
  color: #ffffff;
  opacity: 1;
}
.Nav-primary > li > .sub-menu > li > .sub-menu {
  flex-direction: column;
  justify-content: space-evenly;
}
@media (min-width: 1601px) {
  .Nav-primary > li > .sub-menu > li > .sub-menu {
    left: 44.6vw;
  }
}
@media (max-width: 1600px) {
  .Nav-primary > li > .sub-menu > li > .sub-menu {
    left: 50vw;
  }
}
@media (max-width: 1440px) {
  .Nav-primary > li > .sub-menu > li > .sub-menu {
    left: calc(100vw - 500px);
  }
}
@media (min-width: 1201px) {
  .Nav-primary > li > .sub-menu > li > .sub-menu {
    position: absolute;
    opacity: 0;
    top: 0rem;
    min-height: 32.4rem;
    transition: 0.3s all ease-out;
    display: flex;
  }
}
@media (max-width: 1200px) {
  .Nav-primary > li > .sub-menu > li > .sub-menu {
    display: none;
  }
}
.Nav-primary > li > .sub-menu > li > .sub-menu > li {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-out;
}
@media (min-width: 1441px) {
  .Nav-primary > li > .sub-menu > li > .sub-menu > li {
    height: 10.6rem;
    width: 41.5rem;
    margin-bottom: 3.2rem;
  }
  .Nav-primary > li > .sub-menu > li > .sub-menu > li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .Nav-primary > li > .sub-menu > li > .sub-menu > li {
    height: 8rem;
    width: 30rem;
    margin-bottom: 2.4rem;
  }
  .Nav-primary > li > .sub-menu > li > .sub-menu > li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .Nav-primary > li > .sub-menu > li > .sub-menu > li {
    margin-bottom: 2rem;
    width: 100%;
  }
  .Nav-primary > li > .sub-menu > li > .sub-menu > li:first-child {
    margin-top: 2rem;
  }
}
.Nav-primary > li > .sub-menu > li > .sub-menu > li:hover {
  color: #ffffff;
  background-color: #1A1A1A;
  border-color: #ffffff;
  text-decoration: none !important;
}
.Nav-primary > li > .sub-menu > li > .sub-menu > li > a {
  transition: 0.2s all ease-out;
  color: #1A1A1A;
  font-size: 1.4rem;
  line-height: calc((1.6 * 1) / 1.4);
  font-weight: 700;
  font-family: "termina", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1201px) {
  .Nav-primary > li > .sub-menu > li > .sub-menu > li > a {
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .Nav-primary > li > .sub-menu > li > .sub-menu > li > a {
    padding: 2rem;
  }
}
.Nav-primary > li > .sub-menu > li > .sub-menu > li > a:hover {
  color: #ffffff;
}
.Nav-primary > li > .sub-menu:hover > li {
  display: unset;
}
@media (min-width: 1201px) {
  .Nav-primary > li > .sub-menu:hover > li {
    max-width: 100%;
  }
}
.Nav-primary > li > .sub-menu:hover > li > a {
  opacity: 0.5;
}
.Nav-primary > li > .sub-menu:hover > li > a:hover {
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
}
.Nav-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: auto;
}
@media (max-width: 1200px) {
  .Nav-btn {
    padding-bottom: 4.5rem;
    padding-top: 6.5rem;
    flex-direction: row-reverse;
    align-items: center;
    gap: 2rem;
  }
}
.Nav-btn--wpml {
  position: absolute;
  top: 1.5rem;
  margin-bottom: 2.1rem;
}
@media (max-width: 1200px) {
  .Nav-btn--wpml {
    position: unset;
    margin-bottom: 0;
    margin-left: 1rem;
  }
}
.Nav-btn--wpml .wpml-ls-legacy-dropdown {
  width: auto;
}
.Nav-btn--wpml .wpml-ls-sub-menu {
  background-color: #ffffff;
  border: none;
}
.Nav-btn--wpml .wpml-ls-current-language:hover > a {
  background: none;
  border: 0;
}
.Nav-btn--wpml ul li:nth-child(n) {
  display: none;
}
.Nav-btn--wpml ul li:nth-child(n) img {
  height: 0.9rem;
}
.Nav-btn--wpml ul li:nth-child(n) a {
  background: transparent;
  border: none;
  font-size: 1.2rem;
  line-height: calc((1.6 * 1) / 1.2);
  font-family: "Karla", sans-serif;
  font-weight: 800;
  display: flex;
  gap: 0.6rem;
  margin: 0;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  transition: 0.2s all ease-out;
  padding: 0.5rem 0;
}
.Nav-btn--wpml ul li:nth-child(n) a.wpml-ls-item-toggle:after {
  display: none;
}
.Nav-btn--wpml ul li:nth-child(n) a:hover {
  background: none;
}
.Nav-btn--wpml ul li:nth-child(n) a:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s all ease-out;
}
.light .Nav-btn--wpml ul li:nth-child(n) a:before {
  background-color: #6D6F77;
}
.dark .Nav-btn--wpml ul li:nth-child(n) a:before, .active .Nav-btn--wpml ul li:nth-child(n) a:before {
  background-color: #BDBBC3;
}
.light .Nav-btn--wpml ul li:nth-child(n) a {
  color: #6D6F77;
}
@media (max-width: 1200px) {
  .light .Nav-btn--wpml ul li:nth-child(n) a {
    color: #ffffff;
  }
}
.dark .Nav-btn--wpml ul li:nth-child(n) a, .active .Nav-btn--wpml ul li:nth-child(n) a {
  color: #BDBBC3;
}
.Nav-btn--wpml ul li:nth-child(n) a span {
  margin: 0;
}
.Nav-btn--wpml ul li:nth-child(n).wpml-ls-current-language {
  display: block;
}
.Nav-btn--wpml ul.visible {
  background-color: #ffffff;
}
.Nav-btn--wpml ul.visible li:nth-child(n) {
  display: block;
}
.Nav-btn--wpml ul.visible li:nth-child(n) .wpml-ls-sub-menu a:before {
  display: none;
}
.Nav-btn--wpml ul.visible li:nth-child(n) a {
  color: #000000;
  font-size: 1.2rem;
  line-height: calc((1.6 * 1) / 1.2);
  font-family: "Karla", sans-serif;
  font-weight: 800;
  display: flex;
  gap: 0.6rem;
  margin: 0;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  background: transparent;
  padding: 0.5rem 0.2rem;
}
.Nav-btn--wpml ul.visible li:nth-child(n) a:hover {
  background-color: #EDEDED;
}
.Nav-btn--container {
  display: flex;
  align-self: center;
  align-items: center;
}
.Nav-btn--container a {
  margin-left: 1rem;
}
@media (min-width: 1441px) {
  .Nav-btn--contact {
    padding: 1.5rem 2.1rem;
  }
}
@media (max-width: 1440px) {
  .Nav-btn--contact {
    padding: 1.5rem 1.2rem;
  }
}
@media (max-width: 1200px) {
  .Nav-btn--contact {
    display: none;
  }
}
@media (max-width: 1440px) {
  .Nav-btn--contact---text {
    display: none;
  }
}
.Nav-btn--contact---icone {
  display: none;
}
@media (max-width: 1440px) {
  .Nav-btn--contact---icone {
    display: block;
    width: 1.7rem;
  }
  .light .Nav-btn--contact---icone {
    fill: #ffffff;
  }
  .dark .Nav-btn--contact---icone, .active .Nav-btn--contact---icone {
    fill: #1A1A1A;
  }
}
.light .Nav-btn--contact {
  border-color: #1A1A1A;
  color: #ffffff;
  background-color: #1A1A1A;
}
.dark .Nav-btn--contact, .active .Nav-btn--contact {
  background-color: #ffffff;
  color: #1A1A1A;
  border-color: #ffffff;
}
.Nav-btn--contact:hover .Nav-btn--contact---icone svg {
  fill: #ffffff;
}
.Nav-btn--prodline {
  padding: 1.5rem 2.1rem;
}
@media (max-width: 1200px) {
  .Nav-btn--prodline {
    background-color: white;
    color: #000000;
    border: none;
  }
}
.active .Nav-line {
  position: absolute;
  bottom: 1rem;
  left: 0;
  content: "";
  background-color: #ACACAC;
  height: 0.1rem;
  width: 100vw;
  margin-left: 0;
}
@media (max-width: 1200px) {
  .active .Nav-line {
    display: none;
  }
}
.active .Nav-primary > .menu-item-has-children.visible > a:after {
  opacity: 1;
}
.active .Nav-primary > .menu-item-has-children.visible > .sub-menu {
  display: flex;
  animation: 0.5s menuAppear ease-out;
  flex-direction: column;
  opacity: 1;
}
.active .Nav-primary > .menu-item-has-children.visible > .sub-menu > .menu-item-has-children.hover > a {
  color: #ffffff;
  opacity: 1;
}
.active .Nav-primary > .menu-item-has-children.visible > .sub-menu > .menu-item-has-children.hover > a:after {
  opacity: 1;
}
.active .Nav-primary > .menu-item-has-children.visible > .sub-menu > .menu-item-has-children.hover > .sub-menu {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.Page404 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 17rem;
  padding-bottom: 10rem;
  width: 100%;
  overflow: hidden;
}
.Page404-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Page404-background {
  display: flex;
  align-items: center;
  font-size: 40rem;
  line-height: 35rem;
  font-weight: 300;
  text-align: center;
  color: #A81518;
}
@media (max-width: 992px) {
  .Page404-background {
    font-size: 30rem;
    line-height: 25rem;
  }
}
@media (max-width: 768px) {
  .Page404-background {
    font-size: 20rem;
    line-height: 15rem;
  }
}
.Page404-wrapper {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Page404-title {
  text-align: center;
  color: #1A1A1A;
  margin: 0 0 4rem 0;
}
.Page404-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
}
.Page404-text span {
  color: #1A1A1A;
}
.Page404-text .Button-tertiary, .Page404-text .LandingPdf .Form-button, .LandingPdf .Page404-text .Form-button {
  margin-top: 2rem;
}

.Home .HomeHeader {
  padding-top: 12rem;
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.Home .HomeHeader-scroll {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  height: 41px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 10;
}
@media (max-width: 768px) {
  .Home .HomeHeader-scroll {
    display: none;
  }
}
.Home .HomeHeader-scroll span {
  display: block;
  width: 4px;
  background-color: #ffffff;
  opacity: 0.3;
  height: 4px;
  position: absolute;
  animation: btnScroll 1.7s infinite;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
}
.Home .HomeHeader-scroll span:nth-child(1) {
  top: 0.8rem;
  animation-delay: 0s;
}
.Home .HomeHeader-scroll span:nth-child(2) {
  top: 1.8rem;
  animation-delay: 0.5s;
}
.Home .HomeHeader-scroll span:nth-child(3) {
  top: 2.8rem;
  animation-delay: 1s;
}
.Home .HomeHeader-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.Home .HomeHeader-video {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding-bottom: 56.25%;
  height: 0;
  min-height: 100%;
}
.Home .HomeHeader-video.video_in .Video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.Home .HomeHeader-video.video_out .Video {
  display: block;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1920px) {
  .Home .HomeHeader-video.video_out .Video {
    width: 100%;
  }
}
@media screen and (min-height: 1080px) {
  .Home .HomeHeader-video.video_out .Video {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .Home .HomeHeader-video--desktop {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .Home .HomeHeader-video--mobile {
    display: none !important;
  }
}
.Home .HomeHeader-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Home .HomeHeader-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .Home .HomeHeader-inner {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .Home .HomeHeader-inner {
    justify-content: flex-end;
    padding-bottom: 3.4rem;
  }
}
.Home .HomeHeader-inner--title {
  margin: 0 0 3.2rem 0;
  font-weight: 500;
  color: #ffffff;
  max-width: 94.2rem;
  width: 100%;
  font-family: "termina", sans-serif;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
@media (min-width: 993px) {
  .Home .HomeHeader-inner--title {
    font-size: 7rem;
    line-height: calc((8 * 1) / 7);
    letter-spacing: -4px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeHeader-inner--title {
    font-size: 5rem;
    line-height: calc((6 * 1) / 5);
    letter-spacing: -2.5px;
  }
}
@media (max-width: 768px) {
  .Home .HomeHeader-inner--title {
    font-size: 3.4rem;
    line-height: calc((4.2 * 1) / 3.4);
    letter-spacing: -2px;
  }
}
.Home .HomeHeader-inner--subtitle {
  font-family: "Karla", sans-serif;
  color: #ffffff;
  font-weight: 300;
  max-width: 60rem;
  width: 100%;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
@media (min-width: 769px) {
  .Home .HomeHeader-inner--subtitle {
    font-size: 2rem;
    line-height: calc((3 * 1) / 2);
    letter-spacing: -1px;
    margin: 0 0 6.4rem 0;
  }
}
@media (max-width: 768px) {
  .Home .HomeHeader-inner--subtitle {
    font-size: 1.4rem;
    line-height: calc((1.6 * 1) / 1.4);
    letter-spacing: -0.3px;
    margin: 0 0 5.5rem 0;
  }
}
@media (max-width: 768px) {
  .Home .HomeHeader .Button-primary, .Home .HomeHeader .Contact .Form-button, .Contact .Home .HomeHeader .Form-button {
    width: 100%;
  }
}
.Home .HomeText {
  background-color: #1A1A1A;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 993px) {
  .Home .HomeText {
    min-height: 68rem;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeText {
    min-height: 48rem;
  }
}
@media (min-width: 769px) {
  .Home .HomeText {
    padding: 2rem 0 17rem 0;
  }
  .Home .HomeText .SvgHomeTextDesktop {
    display: block;
  }
  .Home .HomeText .SvgHomeTextMobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .Home .HomeText {
    min-height: 37.5rem;
    padding: 2rem 0 14.7rem 0;
  }
  .Home .HomeText .SvgHomeTextDesktop {
    display: none;
  }
  .Home .HomeText .SvgHomeTextMobile {
    display: block;
  }
}
.Home .HomeText:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(#1A1A1A 0%, rgba(29, 29, 29, 0) 100%);
  transform: rotate(180deg);
}
@media (min-width: 769px) {
  .Home .HomeText:after {
    height: 14.4rem;
  }
}
@media (max-width: 768px) {
  .Home .HomeText:after {
    height: 6.2rem;
  }
}
.Home .HomeText-surtitle {
  font-family: "termina", sans-serif;
  font-weight: 700;
  color: #D52E32;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
.Home .HomeText-text {
  font-family: "termina", sans-serif;
  font-weight: 400;
  color: #ffffff;
  padding: 0 2rem;
  max-width: 111.8rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 993px) {
  .Home .HomeText-text {
    font-size: 4rem;
    line-height: calc((5.5 * 1) / 4);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeText-text {
    font-size: 3rem;
    line-height: calc((4 * 1) / 3);
  }
}
@media (max-width: 768px) {
  .Home .HomeText-text {
    font-size: 2rem;
    line-height: calc((2.5 * 1) / 2);
  }
}
.Home .HomeText #canvas {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  height: auto;
}
@media (min-width: 1921px) {
  .Home .HomeText #canvas {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .Home .HomeText #canvas {
    bottom: -55px;
  }
}
@media (max-width: 768px) {
  .Home .HomeText #canvas {
    bottom: 0;
    width: 150%;
    height: auto;
  }
}
.Home .HomeProjectSteps {
  padding-top: 8.3rem;
  padding-bottom: 6.3rem;
  background-color: #ffffff;
}
.Home .HomeProjectSteps-surtitle {
  font-family: "termina", sans-serif;
  font-weight: 700;
  color: #D52E32;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}
.Home .HomeProjectSteps-title {
  font-family: "termina", sans-serif;
  font-weight: 500;
  color: #1A1A1A;
  max-width: 87.4rem;
  width: 100%;
}
@media (min-width: 993px) {
  .Home .HomeProjectSteps-title {
    font-size: 5.5rem;
    line-height: calc((6.5 * 1) / 5.5);
    margin: 0 0 7.8rem 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeProjectSteps-title {
    font-size: 4rem;
    line-height: calc((5 * 1) / 4);
    margin: 0 0 5rem 0;
  }
}
@media (max-width: 768px) {
  .Home .HomeProjectSteps-title {
    font-size: 3.2rem;
    line-height: calc((3.5 * 1) / 3.2);
    margin: 0 0 3.2rem 0;
  }
}
.Home .HomeProjectSteps-titles {
  list-style-type: none;
  display: flex;
  padding: 0;
  align-items: center;
  position: relative;
}
@media (min-width: 1201px) {
  .Home .HomeProjectSteps-titles {
    justify-content: center;
    margin: 0 0 5rem 0;
  }
}
@media (max-width: 1200px) {
  .Home .HomeProjectSteps-titles {
    justify-content: flex-start;
    white-space: nowrap;
    overflow: scroll;
    margin: 0 0 2.2rem 0;
    padding-bottom: 1rem;
  }
}
.Home .HomeProjectSteps-titles--item {
  display: flex;
  position: relative;
  cursor: pointer;
  margin: 0 3.2rem;
  font-family: "termina", sans-serif;
}
@media (max-width: 992px) {
  .Home .HomeProjectSteps-titles--item {
    margin: 0 1.7rem;
  }
}
.Home .HomeProjectSteps-titles--item:first-child {
  margin-left: 0;
}
.Home .HomeProjectSteps-titles--item:last-child {
  margin-right: 0;
}
@media (min-width: 769px) {
  .Home .HomeProjectSteps-titles--item {
    font-size: 1.4rem;
    line-height: calc((1.6 * 1) / 1.4);
  }
}
@media (max-width: 768px) {
  .Home .HomeProjectSteps-titles--item {
    font-size: 1rem;
    line-height: calc((1.2 * 1) / 1);
  }
}
.Home .HomeProjectSteps-titles--item:last-child:after {
  display: none;
}
.Home .HomeProjectSteps-titles--item:after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 0.1rem;
  height: 1.5rem;
  background-color: #ACACAC;
  display: block;
  right: -3.2rem;
}
@media (max-width: 992px) {
  .Home .HomeProjectSteps-titles--item:after {
    right: -2rem;
  }
}
.Home .HomeProjectSteps-titles--item.current .HomeProjectSteps-titles--item---nb,
.Home .HomeProjectSteps-titles--item.current .HomeProjectSteps-titles--item---text, .Home .HomeProjectSteps-titles--item:hover .HomeProjectSteps-titles--item---nb,
.Home .HomeProjectSteps-titles--item:hover .HomeProjectSteps-titles--item---text {
  color: #D52E32;
}
.Home .HomeProjectSteps-titles--item.current .HomeProjectSteps-titles--item---nb:after, .Home .HomeProjectSteps-titles--item:hover .HomeProjectSteps-titles--item---nb:after {
  background-color: #D52E32;
}
.Home .HomeProjectSteps-titles--item.current .HomeProjectSteps-titles--item---text {
  font-weight: 700;
}
.Home .HomeProjectSteps-titles--item---nb {
  display: flex;
  font-weight: 700;
  align-items: baseline;
  color: #1A1A1A;
  transition: 0.2s color ease-in-out;
}
.Home .HomeProjectSteps-titles--item---nb:after {
  content: "";
  width: 0.5rem;
  height: 0.2rem;
  background-color: #1A1A1A;
  display: block;
  transition: 0.2s background-color ease-in-out;
  margin: 0 0.5rem 0 0.2rem;
}
.Home .HomeProjectSteps-titles--item---text {
  font-weight: 500;
  text-transform: uppercase;
  color: #1A1A1A;
  transition: 0.2s color ease-in-out;
}
.Home .HomeProjectSteps-item {
  display: none;
  max-width: 135rem;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 768px) {
  .Home .HomeProjectSteps-item {
    flex-direction: column;
  }
}
.Home .HomeProjectSteps-item.current {
  display: flex;
}
@media (min-width: 769px) {
  .Home .HomeProjectSteps-item--pic {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .Home .HomeProjectSteps-item--pic {
    width: 100%;
  }
}
.Home .HomeProjectSteps-item--img {
  width: 100%;
  height: auto;
}
@media (min-width: 993px) {
  .Home .HomeProjectSteps-item--content {
    margin-left: 7.3rem;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeProjectSteps-item--content {
    margin-left: 4rem;
  }
}
@media (min-width: 769px) {
  .Home .HomeProjectSteps-item--content {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .Home .HomeProjectSteps-item--content {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.Home .HomeProjectSteps-item--title {
  font-weight: 400;
  font-family: "termina", sans-serif;
  color: #1A1A1A;
  margin: 0 0 3.2rem 0;
  max-width: 53.6rem;
  width: 100%;
}
@media (max-width: 992px) {
  .Home .HomeProjectSteps-item--title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 993px) {
  .Home .HomeProjectSteps-item--title {
    font-size: 4rem;
    line-height: calc((5.5 * 1) / 4);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeProjectSteps-item--title {
    font-size: 3rem;
    line-height: calc((4 * 1) / 3);
  }
}
@media (max-width: 768px) {
  .Home .HomeProjectSteps-item--title {
    font-size: 2.4rem;
    line-height: calc((2.9 * 1) / 2.4);
  }
}
.Home .HomeProjectSteps-item--text {
  font-weight: 400;
  font-family: "termina", sans-serif;
  color: #6D6F77;
  max-width: 53.6rem;
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .Home .HomeProjectSteps-item--text {
    font-size: 2rem;
    line-height: calc((3 * 1) / 2);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeProjectSteps-item--text {
    font-size: 1.5rem;
    line-height: calc((2.2 * 1) / 1.5);
  }
}
@media (max-width: 768px) {
  .Home .HomeProjectSteps-item--text {
    font-size: 1.2rem;
    line-height: calc((2 * 1) / 1.2);
  }
}
.Home .HomeProjectSteps-item--btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 53.6rem;
}
.Home .HomeExpertise {
  background-image: url("../../assets/img/icons/glitter.svg");
  background-repeat: repeat;
  background-color: #1A1A1A;
  position: relative;
}
@media (min-width: 769px) {
  .Home .HomeExpertise {
    padding-top: 12.5rem;
    padding-bottom: 13.5rem;
  }
}
@media (max-width: 768px) {
  .Home .HomeExpertise {
    padding-top: 11rem;
    padding-bottom: 9.8rem;
  }
}
.Home .HomeExpertise:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12rem;
  background: linear-gradient(#1A1A1A 0%, rgba(29, 29, 29, 0) 100%);
  display: block;
}
.Home .HomeExpertise-surtitle {
  font-family: "termina", sans-serif;
  font-weight: 700;
  color: #D52E32;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  display: block;
}
.Home .HomeExpertise-title {
  color: #ffffff;
  font-weight: 500;
  font-family: "termina", sans-serif;
  text-align: center;
  margin: 0 0 4.8rem 0;
}
@media (min-width: 993px) {
  .Home .HomeExpertise-title {
    font-size: 4rem;
    line-height: calc((4.5 * 1) / 4);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeExpertise-title {
    font-size: 3.7rem;
    line-height: calc((4.2 * 1) / 3.7);
  }
}
@media (max-width: 768px) {
  .Home .HomeExpertise-title {
    font-size: 3.2rem;
    line-height: calc((3.5 * 1) / 3.2);
  }
}
.Home .HomeRealization {
  display: flex;
  flex-direction: column;
  padding: 6.2rem 0 12rem 4rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
@media (min-width: 769px) {
  .Home .HomeRealization {
    padding: 6.2rem 0 12rem 4rem;
  }
}
@media (max-width: 768px) {
  .Home .HomeRealization {
    padding: 5rem 0 4.8rem 2rem;
  }
}
@media (min-width: 769px) {
  .Home .HomeRealization .Link.desktop, .Home .HomeRealization .desktop.Link-secondary {
    display: inline-flex;
  }
}
@media (max-width: 768px) {
  .Home .HomeRealization .Link.desktop, .Home .HomeRealization .desktop.Link-secondary {
    display: none;
  }
}
@media (min-width: 769px) {
  .Home .HomeRealization .Link.mobile, .Home .HomeRealization .mobile.Link-secondary {
    display: none;
  }
}
@media (max-width: 768px) {
  .Home .HomeRealization .Link.mobile, .Home .HomeRealization .mobile.Link-secondary {
    display: inline-flex;
    margin-top: 6.5rem;
    align-self: center;
  }
}
.Home .HomeRealization-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 769px) {
  .Home .HomeRealization-top {
    margin: 0 0 5rem 0;
    padding: 0 4rem 0 0;
  }
}
@media (max-width: 768px) {
  .Home .HomeRealization-top {
    margin: 0 0 0.6rem 0;
    text-align: center;
    padding: 0 2rem 0 0;
  }
}
.Home .HomeRealization-surtitle {
  font-family: "termina", sans-serif;
  font-weight: 700;
  color: #D52E32;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}
.Home .HomeRealization-title {
  font-weight: 500;
  margin: 0;
  font-family: "termina", sans-serif;
}
@media (min-width: 993px) {
  .Home .HomeRealization-title {
    font-size: 5.5rem;
    line-height: calc((6.5 * 1) / 5.5);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeRealization-title {
    font-size: 4rem;
    line-height: calc((5 * 1) / 4);
  }
}
@media (max-width: 768px) {
  .Home .HomeRealization-title {
    font-size: 3.2rem;
    line-height: calc((3.5 * 1) / 3.2);
  }
}
.Home .HomeRealization-content {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 calc((100% - 148.6rem) / 2);
  align-items: flex-start;
  position: relative;
}
@media (max-width: 768px) {
  .Home .HomeRealization-content {
    flex-direction: column;
  }
}
@media (min-width: 993px) {
  .Home .HomeRealization-left {
    max-width: 40rem;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeRealization-left {
    max-width: 30rem;
  }
}
@media (max-width: 768px) {
  .Home .HomeRealization-left {
    width: 100%;
    padding-right: 2rem;
  }
}
.Home .HomeRealization-text {
  font-weight: 400;
  font-family: "termina", sans-serif;
  color: #6D6F77;
}
@media (min-width: 993px) {
  .Home .HomeRealization-text {
    font-size: 2rem;
    line-height: calc((3 * 1) / 2);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeRealization-text {
    font-size: 1.7rem;
    line-height: calc((2.2 * 1) / 1.7);
  }
}
@media (max-width: 768px) {
  .Home .HomeRealization-text {
    font-size: 1.4rem;
    line-height: calc((2 * 1) / 1.4);
    text-align: center;
  }
}
.Home .HomeRealization-right {
  margin: 0 0 0 auto;
  position: relative;
}
@media (min-width: 993px) {
  .Home .HomeRealization-right {
    width: calc(100% - 47.8rem);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeRealization-right {
    width: calc(100% - 33rem);
  }
}
@media (max-width: 768px) {
  .Home .HomeRealization-right {
    width: 100%;
  }
}
.Home .HomeRealization-right .swiper, .Home .HomeRealization-right .swiper-wrapper {
  height: auto;
}
.Home .HomeRealization-svg {
  position: absolute;
  bottom: -8.5rem;
  left: -9.5rem;
  z-index: 0;
  animation: circle 10s linear infinite;
}
@media (max-width: 992px) {
  .Home .HomeRealization-svg {
    display: none;
  }
}
.Home .HomeRealization-swiperbtns {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  height: 13px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  max-width: 148.5rem;
  width: calc(100% - 4rem);
}
@media (min-width: 769px) {
  .Home .HomeRealization-swiperbtns {
    top: 52rem;
  }
}
@media (max-width: 768px) {
  .Home .HomeRealization-swiperbtns {
    bottom: 5.5rem;
  }
}
.Home .HomeRealization-swiperbtns--next, .Home .HomeRealization-swiperbtns--prev {
  cursor: pointer;
  position: absolute;
  bottom: 0rem;
  z-index: 10;
}
.Home .HomeRealization-swiperbtns--next.swiper-button-disabled, .Home .HomeRealization-swiperbtns--prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.Home .HomeRealization-swiperbtns--next svg, .Home .HomeRealization-swiperbtns--prev svg {
  fill: #1A1A1A;
}
.Home .HomeRealization-swiperbtns--next:not(.swiper-button-disabled):hover svg, .Home .HomeRealization-swiperbtns--prev:not(.swiper-button-disabled):hover svg {
  fill: #A81518;
}
.Home .HomeRealization-swiperbtns--prev {
  margin-right: 0.3rem;
  right: 20px;
}
.Home .HomeRealization-swiperbtns--next {
  right: 0;
}
.Home .HomeIcentive {
  background-color: #1A1A1A;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 769px) {
  .Home .HomeIcentive {
    padding: 8rem 2rem;
  }
}
@media (max-width: 768px) {
  .Home .HomeIcentive {
    padding: 6.5rem 2rem 7.6rem;
  }
}
.Home .HomeIcentive:before, .Home .HomeIcentive:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 768px) {
  .Home .HomeIcentive:before, .Home .HomeIcentive:after {
    display: none;
  }
}
.Home .HomeIcentive:before {
  left: 0;
  width: 42.2rem;
  background-image: url("../img/IcentiveLeft.svg");
  background-position: right center;
}
.Home .HomeIcentive:after {
  right: 0;
  width: 36.1rem;
  background-image: url("../img/IcentiveRight.svg");
  background-position: left center;
}
.Home .HomeIcentive-title {
  font-weight: 500;
  font-family: "termina", sans-serif;
  margin: 0 0 2.8rem 0;
  color: #ffffff;
}
@media (min-width: 993px) {
  .Home .HomeIcentive-title {
    font-size: 4rem;
    line-height: calc((4.5 * 1) / 4);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeIcentive-title {
    font-size: 3.7rem;
    line-height: calc((4.2 * 1) / 3.7);
  }
}
@media (max-width: 768px) {
  .Home .HomeIcentive-title {
    font-size: 3.2rem;
    line-height: calc((3.5 * 1) / 3.2);
  }
}
.Home .HomeIcentive-text {
  font-weight: 400;
  font-family: "termina", sans-serif;
  color: #6D6F77;
  margin: 0 0 3.9rem 0;
}
@media (min-width: 993px) {
  .Home .HomeIcentive-text {
    font-size: 2rem;
    line-height: calc((3 * 1) / 2);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeIcentive-text {
    font-size: 1.7rem;
    line-height: calc((2.2 * 1) / 1.7);
  }
}
@media (max-width: 768px) {
  .Home .HomeIcentive-text {
    font-size: 1.4rem;
    line-height: calc((2.4 * 1) / 1.4);
  }
  .Home .HomeIcentive-text br {
    display: none;
  }
}
.Home .HomeIcentive-btns {
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .Home .HomeIcentive-btns .Button-tertiary, .Home .HomeIcentive-btns .LandingPdf .Form-button, .LandingPdf .Home .HomeIcentive-btns .Form-button {
    margin: 0 1.7rem;
  }
}
@media (max-width: 768px) {
  .Home .HomeIcentive-btns .Button-tertiary, .Home .HomeIcentive-btns .LandingPdf .Form-button, .LandingPdf .Home .HomeIcentive-btns .Form-button {
    width: 100%;
  }
  .Home .HomeIcentive-btns .Button-tertiary:first-child, .Home .HomeIcentive-btns .LandingPdf .Form-button:first-child, .LandingPdf .Home .HomeIcentive-btns .Form-button:first-child {
    margin: 0 0 1.6rem 0;
  }
}
.Home .HomeInformations {
  background-color: white;
}
@media (min-width: 769px) {
  .Home .HomeInformations {
    padding-top: 12rem;
    padding-bottom: 6.4rem;
  }
}
@media (max-width: 768px) {
  .Home .HomeInformations {
    padding-top: 6.4rem;
    padding-bottom: 4.9rem;
  }
}
.Home .HomeInformations-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .Home .HomeInformations-inner {
    flex-direction: column;
  }
}
.Home .HomeInformations-pic {
  display: flex;
}
@media (max-width: 992px) {
  .Home .HomeInformations-pic {
    justify-content: center;
  }
}
.Home .HomeInformations-img {
  max-width: 100%;
}
@media (min-width: 993px) {
  .Home .HomeInformations-right {
    max-width: 69rem;
    width: 70%;
    padding: 0 0 0 4rem;
  }
}
@media (max-width: 992px) {
  .Home .HomeInformations-right {
    margin-top: 2rem;
    width: 100%;
  }
}
.Home .HomeInformations-surtitle {
  font-family: "termina", sans-serif;
  font-weight: 700;
  color: #D52E32;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}
.Home .HomeInformations-title {
  font-weight: 500;
  font-family: "termina", sans-serif;
  color: #1A1A1A;
  margin: 0 0 3.2rem 0;
}
@media (min-width: 993px) {
  .Home .HomeInformations-title {
    font-size: 5.5rem;
    line-height: calc((6.5 * 1) / 5.5);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeInformations-title {
    font-size: 4rem;
    line-height: calc((5 * 1) / 4);
  }
}
@media (max-width: 768px) {
  .Home .HomeInformations-title {
    font-size: 3.2rem;
    line-height: calc((3.5 * 1) / 3.2);
  }
}
.Home .HomeInformations-subtitle {
  font-weight: 700;
  font-family: "Karla", sans-serif;
  letter-spacing: -0.5px;
}
@media (min-width: 993px) {
  .Home .HomeInformations-subtitle {
    font-size: 1.8rem;
    line-height: calc((2.4 * 1) / 1.8);
    margin: 0 0 1.6rem 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeInformations-subtitle {
    font-size: 1.6rem;
    line-height: calc((2.2 * 1) / 1.6);
    margin: 0 0 1.2rem 0;
  }
}
@media (max-width: 768px) {
  .Home .HomeInformations-subtitle {
    font-size: 1.4rem;
    line-height: calc((2 * 1) / 1.4);
    margin: 0 0 1.2rem 0;
  }
}
.Home .HomeInformations-text {
  font-weight: 400;
  font-family: "Karla", sans-serif;
  color: #646464;
  margin: 0 0 3.2rem 0;
}
@media (min-width: 993px) {
  .Home .HomeInformations-text {
    font-size: 1.6rem;
    line-height: calc((2.3 * 1) / 1.6);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeInformations-text {
    font-size: 1.3rem;
    line-height: calc((2 * 1) / 1.3);
  }
}
@media (max-width: 768px) {
  .Home .HomeInformations-text {
    font-size: 1.2rem;
    line-height: calc((2 * 1) / 1.2);
  }
}
.Home .HomeNumbers {
  background-color: #ffffff;
  --target: 100%;
}
.Home .HomeNumbers-inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
}
@media (min-width: 769px) {
  .Home .HomeNumbers-inner {
    grid-gap: 42px 20px;
    padding-bottom: 10rem;
  }
}
@media (max-width: 768px) {
  .Home .HomeNumbers-inner {
    grid-gap: 30px 0px;
    padding-bottom: 6.4rem;
  }
}
.Home .HomeNumbers-block {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .Home .HomeNumbers-block {
    grid-column: span 2;
  }
}
@media (max-width: 992px) {
  .Home .HomeNumbers-block {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .Home .HomeNumbers-block {
    grid-column: span 3;
    text-align: center;
  }
}
.Home .HomeNumbers-block:last-child:nth-child(3n-1) {
  grid-column-end: -2;
}
@media (max-width: 768px) {
  .Home .HomeNumbers-block:last-child:nth-child(3n-1) {
    grid-column: span 6;
  }
}
@media (min-width: 769px) {
  .Home .HomeNumbers-block:nth-last-child(2):nth-child(3n+1) {
    grid-column-end: 4;
  }
}
.Home .HomeNumbers-number {
  font-weight: 500;
  font-family: "termina", sans-serif;
  color: white;
  background: linear-gradient(to top, #1A1A1A var(--target), #A81518 var(--target));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  display: block;
}
@media (min-width: 993px) {
  .Home .HomeNumbers-number {
    font-size: 6rem;
    line-height: calc((6.7 * 1) / 6);
    margin-right: 1.8rem;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeNumbers-number {
    font-size: 5rem;
    line-height: calc((5.6 * 1) / 5);
    text-align: center;
  }
}
@media (max-width: 768px) {
  .Home .HomeNumbers-number {
    font-size: 4rem;
    line-height: calc((4.5 * 1) / 4);
  }
}
.Home .HomeNumbers-text {
  font-size: 1.4rem;
  line-height: calc((2 * 1) / 1.4);
  font-weight: 500;
  font-family: "Karla", sans-serif;
  color: #1A1A1A;
}
.Home .HomeActivity {
  background-image: url("../../assets/img/icons/glitter.svg");
  background-repeat: repeat;
  background-color: #1A1A1A;
  padding-top: 10rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 993px) {
  .Home .HomeActivity {
    padding-bottom: 15rem;
  }
}
@media (max-width: 992px) {
  .Home .HomeActivity {
    padding-bottom: 3rem;
  }
}
.Home .HomeActivity:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.5rem;
  transform: rotate(180deg);
  background: linear-gradient(#1A1A1A 0%, rgba(29, 29, 29, 0) 100%);
  display: block;
}
@media (min-width: 993px) {
  .Home .HomeActivity:after {
    bottom: 0;
  }
}
@media (max-width: 992px) {
  .Home .HomeActivity:after {
    bottom: -3rem;
  }
}
.Home .HomeActivity .Container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Home .HomeActivity-surtitle {
  font-family: "termina", sans-serif;
  font-weight: 700;
  color: #D52E32;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
}
.Home .HomeActivity-title {
  font-weight: 500;
  font-family: "termina", sans-serif;
  color: #ffffff;
  margin: 0 0 1.6rem 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 993px) {
  .Home .HomeActivity-title {
    font-size: 5.5rem;
    line-height: calc((6.5 * 1) / 5.5);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeActivity-title {
    font-size: 4rem;
    line-height: calc((5 * 1) / 4);
  }
}
@media (max-width: 768px) {
  .Home .HomeActivity-title {
    font-size: 3.2rem;
    line-height: calc((3.5 * 1) / 3.2);
  }
}
.Home .HomeActivity-text {
  letter-spacing: -0.5px;
  font-weight: 300;
  color: #ffffff;
  font-family: "Karla", sans-serif;
  text-align: center;
  max-width: 80.6rem;
  width: 100%;
}
@media (min-width: 769px) {
  .Home .HomeActivity-text {
    font-size: 1.8rem;
    line-height: calc((2.4 * 1) / 1.8);
  }
}
@media (max-width: 768px) {
  .Home .HomeActivity-text {
    font-size: 1.4rem;
    line-height: calc((2 * 1) / 1.4);
  }
}
.Home .HomeActivity-inner {
  position: relative;
}
@media (min-width: 993px) {
  .Home .HomeActivity-inner {
    margin-top: 8.5rem;
    padding-top: 10rem;
    min-height: 50rem;
  }
}
@media (max-width: 992px) {
  .Home .HomeActivity-inner {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .Home .HomeActivity-inner {
    width: 100%;
  }
}
.Home .HomeActivity-pic {
  display: block;
  margin: 0;
}
@media (max-width: 992px) {
  .Home .HomeActivity-pic {
    display: none;
  }
}
.Home .HomeActivity-pic.__pic1 {
  position: absolute;
  top: 7rem;
  right: calc(100% + 12.6rem);
  width: 342px;
  height: 494px;
}
.Home .HomeActivity-pic.__pic2 {
  position: absolute;
  top: 0;
  left: calc(100% + 11.7rem);
  width: 350px;
  height: 325px;
}
.Home .HomeActivity-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.7rem 0;
  cursor: default;
  position: relative;
}
@media (min-width: 769px) {
  .Home .HomeActivity-item {
    min-width: 415px;
  }
}
@media (max-width: 768px) {
  .Home .HomeActivity-item {
    width: 100%;
  }
}
.Home .HomeActivity-item:last-child:after {
  display: none;
}
.Home .HomeActivity-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 415px;
  height: 1px;
  background: radial-gradient(circle, #bdbbc3 0%, rgba(189, 187, 195, 0) 100%);
}
.Home .HomeActivity-item:hover .HomeActivity-item--title, .Home .HomeActivity-item.current .HomeActivity-item--title {
  opacity: 1;
  font-size: 3rem;
  line-height: calc((3.6 * 1) / 3);
}
.Home .HomeActivity-item:hover .HomeActivity-item--link, .Home .HomeActivity-item.current .HomeActivity-item--link {
  margin-top: 1rem;
  height: 2rem;
}
.Home .HomeActivity-item:hover .HomeActivity-item--link:before, .Home .HomeActivity-item.current .HomeActivity-item--link:before {
  opacity: 1;
  transition: 0.2s all ease-in-out 0.2s;
}
.Home .HomeActivity-item--title {
  font-size: 2rem;
  line-height: calc((2.4 * 1) / 2);
  font-weight: 400;
  font-family: "termina", sans-serif;
  color: #ffffff;
  opacity: 0.5;
  text-align: center;
  transition: 0.3s all ease-in-out;
  margin: 0;
}
.Home .HomeActivity-item--link {
  overflow: hidden;
  height: 0;
  transition: 0.3s all ease-in-out;
}
.Home .HomeActivity-item--link:before {
  opacity: 0;
  transition: 0.1s all ease-in-out 0s;
}
.Home .HomeNews {
  background-color: #1A1A1A;
  padding-top: 6rem;
}
@media (min-width: 769px) {
  .Home .HomeNews {
    padding-bottom: 9.5rem;
  }
}
@media (max-width: 768px) {
  .Home .HomeNews {
    padding-bottom: 6.5rem;
  }
}
@media (max-width: 768px) {
  .Home .HomeNews .Container {
    display: grid;
    grid-template-rows: repeat(3, min-content);
    padding-right: 0;
  }
}
.Home .HomeNews-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 6.2rem;
}
@media (max-width: 768px) {
  .Home .HomeNews-top {
    display: contents;
  }
}
.Home .HomeNews-top--surtitle {
  font-family: "termina", sans-serif;
  font-weight: 700;
  color: #D52E32;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}
.Home .HomeNews-top--title {
  font-weight: 500;
  font-family: "termina", sans-serif;
  color: #ffffff;
  margin: 0;
}
@media (min-width: 769px) {
  .Home .HomeNews-top--title {
    font-size: 5.5rem;
    line-height: calc((6 * 1) / 5.5);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Home .HomeNews-top--title {
    font-size: 4.5rem;
    line-height: calc((5 * 1) / 4.5);
  }
}
@media (max-width: 768px) {
  .Home .HomeNews-top--title {
    font-size: 3.2rem;
    line-height: calc((3.5 * 1) / 3.2);
  }
}
@media (min-width: 769px) {
  .Home .HomeNews-top--left {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .Home .HomeNews-top--left {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 768px) {
  .Home .HomeNews-top--right {
    grid-area: 3;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-right: 2rem;
  }
}

.Process-technologies {
  padding: 9rem 0 11rem 0;
  background-image: url("../../assets/img/icons/glitter.svg");
  background-repeat: repeat;
  background-color: #1A1A1A;
}
.Process-technologies--top {
  margin-bottom: 5.5rem;
}
.Process-technologies--surtitle {
  font-family: "termina", sans-serif;
  font-weight: 700;
  color: #D52E32;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  display: block;
}
.Process-technologies--title {
  color: #ffffff;
  font-weight: 500;
  font-family: "termina", sans-serif;
  text-align: center;
  margin: 0 0 1rem 0;
}
@media (min-width: 993px) {
  .Process-technologies--title {
    font-size: 4.5rem;
    line-height: calc((5 * 1) / 4.5);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Process-technologies--title {
    font-size: 4rem;
    line-height: calc((4.5 * 1) / 4);
  }
}
@media (max-width: 768px) {
  .Process-technologies--title {
    font-size: 3.2rem;
    line-height: calc((3.5 * 1) / 3.2);
  }
}
.Process-technologies--text {
  color: #ffffff;
  font-weight: 400;
  font-family: "Karla", sans-serif;
  text-align: center;
}
@media (min-width: 993px) {
  .Process-technologies--text {
    font-size: 2rem;
    line-height: calc((2.6 * 1) / 2);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Process-technologies--text {
    font-size: 1.8rem;
    line-height: calc((2.3 * 1) / 1.8);
  }
}
@media (max-width: 768px) {
  .Process-technologies--text {
    font-size: 1.2rem;
    line-height: calc((2 * 1) / 1.2);
  }
}

.Contact {
  padding-bottom: 12rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .Contact {
    padding-top: 18.5rem;
    min-height: 1160px;
  }
}
@media (max-width: 768px) {
  .Contact {
    padding-top: 15rem;
  }
}
.Contact-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .Contact-inner {
    min-height: 50vh;
  }
}
@media (max-width: 992px) {
  .Contact-inner {
    flex-direction: column;
  }
}
@media (min-width: 993px) {
  .Contact .Contact-sticky {
    max-width: 58rem;
    width: calc(37% - 0.5rem);
    align-self: flex-start;
    position: fixed;
    top: 24rem;
    margin: 0;
  }
  .Contact .Contact-sticky.fixed {
    position: fixed;
  }
  .Contact .Contact-sticky.abs {
    position: absolute;
    bottom: 0;
    top: unset;
  }
}
.Contact .HeadingForm {
  margin-bottom: 0;
}
.Contact .HeadingForm-title {
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .Contact .HeadingForm-title {
    font-size: 6.4rem;
  }
}
@media (max-width: 1200px) {
  .Contact .HeadingForm-title {
    font-size: 5.5rem;
  }
}
@media (max-width: 768px) {
  .Contact .HeadingForm-title {
    font-size: 4.5rem;
  }
}
.Contact-content {
  background: transparent;
}
@media (min-width: 993px) {
  .Contact-content {
    width: calc(59.48% - 0.5rem);
    max-width: 87.4rem;
    padding-top: 8.5rem;
    margin-left: 40.5%;
  }
}
.Contact-required, .Contact-textrgpd {
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  line-height: calc((1.5 * 1) / 1);
  font-weight: 300;
  letter-spacing: 0.7px;
  color: #ffffff;
}
.Contact-required *, .Contact-textrgpd * {
  display: inline;
}
.Contact-star {
  color: #A81518;
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  line-height: calc((1.5 * 1) / 1);
  font-weight: 300;
}
.Contact-required {
  margin-bottom: 2rem;
}
.Contact .Form-checkbox .gfield_checkbox label,
.Contact .Form-checkbox label {
  color: #ffffff;
  font-family: "Karla", sans-serif;
  font-size: 1.2rem;
  line-height: calc((1.6 * 1) / 1.2);
  font-weight: 400;
  padding: 0;
}
.Contact .Form .gform_confirmation_message {
  padding: 1.8rem;
  color: white;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: -0.1px;
}
@media (min-width: 769px) {
  .Contact .Form .gform_confirmation_message {
    font-size: 2.4rem;
    line-height: calc((2.8 * 1) / 2.4);
  }
}
@media (max-width: 768px) {
  .Contact .Form .gform_confirmation_message {
    font-size: 1.4rem;
    line-height: calc((2 * 1) / 1.4);
  }
}
.Contact .Form_wrapper .gform_required_legend {
  display: none;
}
.Contact .Form_wrapper .gform_footer {
  justify-content: flex-end;
}
.Contact .Form_wrapper .gfield:not(.Form-checkbox):not(.Form-textarea) {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .Contact .Form_wrapper .gfield:not(.Form-checkbox):not(.Form-textarea) {
    margin-bottom: 24px;
  }
}
.Contact .Form_wrapper .gfield:hover .gfield_label, .Contact .Form_wrapper .gfield:hover .ginput_complex label {
  color: #ffffff;
}
.Contact .Form_wrapper .gfield:hover input[type=text],
.Contact .Form_wrapper .gfield:hover input[type=password],
.Contact .Form_wrapper .gfield:hover input[type=email],
.Contact .Form_wrapper .gfield:hover input[type=url],
.Contact .Form_wrapper .gfield:hover input[type=date],
.Contact .Form_wrapper .gfield:hover input[type=month],
.Contact .Form_wrapper .gfield:hover input[type=time],
.Contact .Form_wrapper .gfield:hover input[type=datetime],
.Contact .Form_wrapper .gfield:hover input[type=datetime-local],
.Contact .Form_wrapper .gfield:hover input[type=week],
.Contact .Form_wrapper .gfield:hover input[type=number],
.Contact .Form_wrapper .gfield:hover input[type=search],
.Contact .Form_wrapper .gfield:hover input[type=tel],
.Contact .Form_wrapper .gfield:hover input[type=color],
.Contact .Form_wrapper .gfield:hover textarea,
.Contact .Form_wrapper .gfield:hover select {
  border-color: #ffffff;
}
.Contact .Form_wrapper .gfield_required {
  font-size: 1rem;
  color: #A81518 !important;
}
.Contact .Form_wrapper .gfield_label, .Contact .Form_wrapper .ginput_complex label {
  color: rgba(255, 255, 255, 0.5);
  font-family: "termina", sans-serif;
  font-size: 1rem;
  line-height: calc((1.2 * 1) / 1);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 0;
  transition: 0.2s all ease-in-out;
}
.Contact .Form_wrapper input[type=text],
.Contact .Form_wrapper input[type=password],
.Contact .Form_wrapper input[type=email],
.Contact .Form_wrapper input[type=url],
.Contact .Form_wrapper input[type=date],
.Contact .Form_wrapper input[type=month],
.Contact .Form_wrapper input[type=time],
.Contact .Form_wrapper input[type=datetime],
.Contact .Form_wrapper input[type=datetime-local],
.Contact .Form_wrapper input[type=week],
.Contact .Form_wrapper input[type=number],
.Contact .Form_wrapper input[type=search],
.Contact .Form_wrapper input[type=tel],
.Contact .Form_wrapper input[type=color],
.Contact .Form_wrapper textarea,
.Contact .Form_wrapper select {
  appearance: none;
  transition: 0.2s all ease-in-out;
  background: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  height: 5.2rem;
  color: rgba(255, 255, 255, 0.5);
  padding: 0;
  border-radius: 0;
}
.Contact .Form_wrapper input[type=text]:focus,
.Contact .Form_wrapper input[type=password]:focus,
.Contact .Form_wrapper input[type=email]:focus,
.Contact .Form_wrapper input[type=url]:focus,
.Contact .Form_wrapper input[type=date]:focus,
.Contact .Form_wrapper input[type=month]:focus,
.Contact .Form_wrapper input[type=time]:focus,
.Contact .Form_wrapper input[type=datetime]:focus,
.Contact .Form_wrapper input[type=datetime-local]:focus,
.Contact .Form_wrapper input[type=week]:focus,
.Contact .Form_wrapper input[type=number]:focus,
.Contact .Form_wrapper input[type=search]:focus,
.Contact .Form_wrapper input[type=tel]:focus,
.Contact .Form_wrapper input[type=color]:focus,
.Contact .Form_wrapper textarea:focus,
.Contact .Form_wrapper select:focus {
  outline: none;
}
.Contact .Form_wrapper textarea {
  padding: 1rem;
  color: #ffffff;
}
.Contact .Form_wrapper input[type=checkbox] {
  appearance: none;
  width: 1.3rem;
  height: 1.3rem;
  transition: 0.25s background-color ease;
  cursor: pointer;
  margin-right: 1rem;
  border: solid 1px #ffffff;
}
.Contact .Form_wrapper input[type=checkbox]:checked {
  background-color: #ffffff;
}
.Contact .Form_wrapper select option {
  color: #1A1A1A;
}
.Contact .Form_wrapper input[type=file] {
  color: rgba(255, 255, 255, 0.5);
}
.Contact .Form_wrapper textarea {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: #1A1A1A;
}
.Contact .Form_wrapper .gform_fileupload_rules {
  color: #ffffff;
}
.Contact .Form_wrapper .ginput_full:not(:last-of-type), .Contact .Form_wrapper .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)),
.Contact .Form_wrapper .ginput_container_address span {
  flex: 0 0 100%;
}
.Contact .Form_wrapper .ginput_container_consent, .Contact .Form_wrapper .gchoice {
  display: flex;
  align-items: center;
}
.Contact > svg {
  z-index: 0;
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translate(-51%);
  width: 183.403%;
  height: auto;
}
@media (min-width: 769px) {
  .Contact > svg.SvgHomeTextDesktop {
    display: block;
  }
  .Contact > svg.SvgHomeTextMobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .Contact > svg.SvgHomeTextDesktop {
    display: none;
  }
  .Contact > svg.SvgHomeTextMobile {
    display: none;
  }
}
.Contact .FormBrevo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 2%;
}
.Contact .FormBrevo .gfield {
  display: flex;
  flex-direction: column;
}
.Contact .FormBrevo .sib-SOCIETE-area, .Contact .FormBrevo .Form-checkbox, .Contact .FormBrevo .FormBrevo-text, .Contact .FormBrevo .gform_footer {
  grid-column: 1/span 2;
}
.Contact .FormBrevo input:not([type=submit]):not([type=checkbox]) {
  width: 100%;
}
.Contact .FormBrevo .Form-checkbox {
  display: flex;
  align-items: center;
}
.Contact .FormBrevo .gform_footer {
  display: flex;
  margin-top: 54px;
}
.Contact .FormBrevo .sib-sms {
  padding-left: 55px !important;
}

.ListingMaterials {
  padding-bottom: 10rem;
}
.ListingMaterials-list {
  display: grid;
}
@media (min-width: 993px) {
  .ListingMaterials-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 4.1rem;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .ListingMaterials-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .ListingMaterials-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .ListingMaterials-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.ListingMaterials-item {
  text-decoration: none;
}
.ListingMaterials-item:hover .ListingMaterials-hover {
  opacity: 1;
}
.ListingMaterials-pic {
  display: block;
  overflow: hidden;
  position: relative;
}
.ListingMaterials-img {
  width: 100%;
  height: auto;
}
.ListingMaterials-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #1A1A1A;
  margin-top: 1rem;
  display: block;
}
.ListingMaterials-hover {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.5);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Karla", sans-serif;
  font-size: 1.2rem;
  transition: 0.3s all ease-in-out;
}
.ListingMaterials-hover--svg {
  margin-bottom: 0.7rem;
}

.ListingJobs {
  padding-bottom: 10rem;
}
.ListingJobs-item {
  width: 100%;
  display: grid;
  align-items: center;
  text-decoration: none;
  color: #1A1A1A;
  grid-template-areas: "a b" "a c";
  padding: 3rem 0;
  border-bottom: 1px solid #EDEDED;
}
@media (min-width: 769px) {
  .ListingJobs-item {
    grid-template-columns: 10rem 1fr;
    gap: 0 2rem;
  }
}
@media (max-width: 768px) {
  .ListingJobs-item {
    grid-template-columns: 6rem 1fr;
    gap: 0 1rem;
  }
}
.ListingJobs-item:last-child {
  border-bottom: none;
}
.ListingJobs-item:hover .ListingJobs-item--title {
  color: #D52E32;
}
.ListingJobs-item--pic {
  grid-area: a;
}
@media (max-width: 768px) {
  .ListingJobs-item--pic {
    align-self: start;
  }
}
.ListingJobs-item--pic img {
  max-width: 100%;
  height: auto;
}
.ListingJobs-item--type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-area: b;
}
@media (max-width: 768px) {
  .ListingJobs-item--type {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ListingJobs-item--type---tag {
  background-color: #A81518;
  color: #ffffff;
  padding: 0.5rem 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-right: 1.2rem;
}
@media (max-width: 768px) {
  .ListingJobs-item--type---tag {
    margin-bottom: 0.5rem;
  }
}
.ListingJobs-item--title {
  font-weight: 500;
  font-family: "termina", sans-serif;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 769px) {
  .ListingJobs-item--title {
    font-size: 2rem;
    line-height: calc((2.6 * 1) / 2);
  }
}
@media (max-width: 768px) {
  .ListingJobs-item--title {
    font-size: 1.7rem;
    line-height: calc((2 * 1) / 1.7);
  }
}
.ListingJobs-item--desc {
  grid-area: c;
}
.ListingJobs-btns {
  margin-top: 5rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.Technology-process {
  position: relative;
  background-color: #1A1A1A;
  overflow: hidden;
}
@media (min-width: 769px) {
  .Technology-process {
    padding: 9rem 0 30rem;
  }
}
@media (max-width: 768px) {
  .Technology-process {
    padding: 9rem 0 12rem 0;
  }
}
.Technology-process--top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.Technology-process--surtitle {
  font-family: "termina", sans-serif;
  font-weight: 700;
  color: #D52E32;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}
.Technology-process--title {
  font-size: 4.5rem;
  line-height: calc((5 * 1) / 4.5);
  color: #ffffff;
  font-family: "termina", sans-serif;
  font-weight: 500;
  margin: 0;
}
.Technology-process .BlocCol2 {
  position: relative;
  z-index: 1;
  margin: 0 auto 3.2rem auto;
  justify-content: space-between;
  max-width: 94.2rem;
  background-color: transparent;
}
.Technology-process .BlocCol2:not(.reverse) .BlocCol2-content {
  margin: 0;
}
@media (min-width: 769px) {
  .Technology-process .BlocCol2:not(.reverse) .BlocCol2-content {
    max-width: 39.8rem;
  }
}
.Technology-process .BlocCol2:not(.reverse) .BlocCol2-text {
  color: #ffffff;
}
.Technology-process .BlocCol2-content h3 {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: calc((2.2 * 1) / 1.8);
  margin: 3.2rem 0 1rem 0;
}
.Technology-process .BlocCol2-content p, .Technology-process .BlocCol2-content li {
  font-size: 1.4rem;
  line-height: calc((2 * 1) / 1.4);
  font-weight: 300;
}
.Technology-process svg {
  z-index: 0;
  position: absolute;
  left: 42%;
  transform: translate(-50%);
  width: 135%;
  height: auto;
}
@media (min-width: 769px) {
  .Technology-process svg {
    bottom: -5rem;
  }
  .Technology-process svg.SvgHomeTextDesktop {
    display: block;
  }
  .Technology-process svg.SvgHomeTextMobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .Technology-process svg {
    bottom: -3rem;
  }
  .Technology-process svg.SvgHomeTextDesktop {
    display: none;
  }
  .Technology-process svg.SvgHomeTextMobile {
    display: block;
  }
}

.Job {
  padding-bottom: 10rem;
}
.Job-content {
  max-width: 100rem;
}
.Job-infos--title {
  font-size: 2.8rem;
  line-height: calc((3 * 1) / 2.8);
  font-weight: 500;
  font-family: "termina", sans-serif;
  color: #D52E32;
  margin: 6rem 0 1.5rem 0;
}
.Job-btns {
  margin-top: 5rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.ListingActivities .HomeActivity {
  background-image: url("../../assets/img/icons/glitter.svg");
  background-repeat: repeat;
  background-color: #1A1A1A;
  padding-top: 10rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 993px) {
  .ListingActivities .HomeActivity {
    padding-bottom: 15rem;
  }
}
@media (max-width: 992px) {
  .ListingActivities .HomeActivity {
    padding-bottom: 3rem;
  }
}
.ListingActivities .HomeActivity:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.5rem;
  transform: rotate(180deg);
  background: linear-gradient(#1A1A1A 0%, rgba(29, 29, 29, 0) 100%);
  display: block;
}
@media (min-width: 993px) {
  .ListingActivities .HomeActivity:after {
    bottom: 0;
  }
}
@media (max-width: 992px) {
  .ListingActivities .HomeActivity:after {
    bottom: -3rem;
  }
}
.ListingActivities .HomeActivity .Container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ListingActivities .HomeActivity-surtitle {
  font-family: "termina", sans-serif;
  font-weight: 700;
  color: #D52E32;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
}
.ListingActivities .HomeActivity-title {
  font-weight: 500;
  font-family: "termina", sans-serif;
  color: #ffffff;
  margin: 0 0 1.6rem 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 993px) {
  .ListingActivities .HomeActivity-title {
    font-size: 5.5rem;
    line-height: calc((6.5 * 1) / 5.5);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .ListingActivities .HomeActivity-title {
    font-size: 4rem;
    line-height: calc((5 * 1) / 4);
  }
}
@media (max-width: 768px) {
  .ListingActivities .HomeActivity-title {
    font-size: 3.2rem;
    line-height: calc((3.5 * 1) / 3.2);
  }
}
.ListingActivities .HomeActivity-text {
  letter-spacing: -0.5px;
  font-weight: 300;
  color: #ffffff;
  font-family: "Karla", sans-serif;
  text-align: center;
  max-width: 80.6rem;
  width: 100%;
}
@media (min-width: 769px) {
  .ListingActivities .HomeActivity-text {
    font-size: 1.8rem;
    line-height: calc((2.4 * 1) / 1.8);
  }
}
@media (max-width: 768px) {
  .ListingActivities .HomeActivity-text {
    font-size: 1.4rem;
    line-height: calc((2 * 1) / 1.4);
  }
}
.ListingActivities .HomeActivity-inner {
  position: relative;
}
@media (min-width: 993px) {
  .ListingActivities .HomeActivity-inner {
    margin-top: 8.5rem;
    padding-top: 10rem;
    min-height: 50rem;
  }
}
@media (max-width: 992px) {
  .ListingActivities .HomeActivity-inner {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .ListingActivities .HomeActivity-inner {
    width: 100%;
  }
}
.ListingActivities .HomeActivity-pic {
  display: block;
  margin: 0;
}
@media (max-width: 992px) {
  .ListingActivities .HomeActivity-pic {
    display: none;
  }
}
.ListingActivities .HomeActivity-pic.__pic1 {
  position: absolute;
  top: 7rem;
  right: calc(100% + 12.6rem);
  width: 342px;
  height: 494px;
}
.ListingActivities .HomeActivity-pic.__pic2 {
  position: absolute;
  top: 0;
  left: calc(100% + 11.7rem);
  width: 350px;
  height: 325px;
}
.ListingActivities .HomeActivity-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.7rem 0;
  cursor: default;
  position: relative;
}
@media (min-width: 769px) {
  .ListingActivities .HomeActivity-item {
    min-width: 415px;
  }
}
@media (max-width: 768px) {
  .ListingActivities .HomeActivity-item {
    width: 100%;
  }
}
.ListingActivities .HomeActivity-item:last-child:after {
  display: none;
}
.ListingActivities .HomeActivity-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 415px;
  height: 1px;
  background: radial-gradient(circle, #bdbbc3 0%, rgba(189, 187, 195, 0) 100%);
}
.ListingActivities .HomeActivity-item:hover .HomeActivity-item--title, .ListingActivities .HomeActivity-item.current .HomeActivity-item--title {
  opacity: 1;
  font-size: 3rem;
  line-height: calc((3.6 * 1) / 3);
}
.ListingActivities .HomeActivity-item:hover .HomeActivity-item--link, .ListingActivities .HomeActivity-item.current .HomeActivity-item--link {
  margin-top: 1rem;
  height: 2rem;
}
.ListingActivities .HomeActivity-item:hover .HomeActivity-item--link:before, .ListingActivities .HomeActivity-item.current .HomeActivity-item--link:before {
  opacity: 1;
  transition: 0.2s all ease-in-out 0.2s;
}
.ListingActivities .HomeActivity-item--title {
  font-size: 2rem;
  line-height: calc((2.4 * 1) / 2);
  font-weight: 400;
  font-family: "termina", sans-serif;
  color: #ffffff;
  opacity: 0.5;
  text-align: center;
  transition: 0.3s all ease-in-out;
  margin: 0;
}
.ListingActivities .HomeActivity-item--link {
  overflow: hidden;
  height: 0;
  transition: 0.3s all ease-in-out;
}
.ListingActivities .HomeActivity-item--link:before {
  opacity: 0;
  transition: 0.1s all ease-in-out 0s;
}
.ListingActivities .HomeActivity {
  background: none;
  padding-top: 0;
}
.ListingActivities .HomeActivity:after {
  display: none;
}
.ListingActivities .HomeActivity-item--title {
  color: #1A1A1A;
}
.ListingActivities .HomeActivity-inner {
  margin-top: 0;
}

.LandingPdf {
  margin-bottom: 10rem;
}
.LandingPdf-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .LandingPdf-inner {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .LandingPdf-left {
    width: calc(50% - 2rem);
  }
}
.LandingPdf-pic {
  display: block;
}
.LandingPdf-img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .LandingPdf-right {
    max-width: 60rem;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .LandingPdf-right {
    width: 100%;
    margin-top: 3rem;
  }
}
.LandingPdf .Form {
  margin: 0;
}
.LandingPdf .Form-button {
  margin-bottom: 0 !important;
}
.LandingPdf .Form-checkbox .gfield_checkbox label,
.LandingPdf .Form-checkbox label {
  color: #1A1A1A;
  font-family: "Karla", sans-serif;
  font-size: 1.2rem;
  line-height: calc((1.6 * 1) / 1.2);
  font-weight: 400;
  padding: 0;
}
.LandingPdf .Form .gform_confirmation_message {
  padding: 1.8rem;
  color: #1A1A1A;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: -0.1px;
}
@media (min-width: 769px) {
  .LandingPdf .Form .gform_confirmation_message {
    font-size: 2.4rem;
    line-height: calc((2.8 * 1) / 2.4);
  }
}
@media (max-width: 768px) {
  .LandingPdf .Form .gform_confirmation_message {
    font-size: 1.4rem;
    line-height: calc((2 * 1) / 1.4);
  }
}
.LandingPdf .Form_wrapper .gform_required_legend {
  display: none;
}
.LandingPdf .Form_wrapper .gform_footer {
  justify-content: flex-start;
}
.LandingPdf .Form_wrapper .gfield:not(.Form-checkbox):not(.Form-textarea) {
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .LandingPdf .Form_wrapper .gfield:not(.Form-checkbox):not(.Form-textarea) {
    margin-bottom: 24px;
  }
}
.LandingPdf .Form_wrapper .gfield:hover .gfield_label, .LandingPdf .Form_wrapper .gfield:hover .ginput_complex label {
  color: #1A1A1A;
}
.LandingPdf .Form_wrapper .gfield:hover input[type=text],
.LandingPdf .Form_wrapper .gfield:hover input[type=password],
.LandingPdf .Form_wrapper .gfield:hover input[type=email],
.LandingPdf .Form_wrapper .gfield:hover input[type=url],
.LandingPdf .Form_wrapper .gfield:hover input[type=date],
.LandingPdf .Form_wrapper .gfield:hover input[type=month],
.LandingPdf .Form_wrapper .gfield:hover input[type=time],
.LandingPdf .Form_wrapper .gfield:hover input[type=datetime],
.LandingPdf .Form_wrapper .gfield:hover input[type=datetime-local],
.LandingPdf .Form_wrapper .gfield:hover input[type=week],
.LandingPdf .Form_wrapper .gfield:hover input[type=number],
.LandingPdf .Form_wrapper .gfield:hover input[type=search],
.LandingPdf .Form_wrapper .gfield:hover input[type=tel],
.LandingPdf .Form_wrapper .gfield:hover input[type=color],
.LandingPdf .Form_wrapper .gfield:hover textarea,
.LandingPdf .Form_wrapper .gfield:hover select {
  border-color: #1A1A1A;
}
.LandingPdf .Form_wrapper .gfield_required {
  font-size: 1rem;
  color: #A81518 !important;
}
.LandingPdf .Form_wrapper .gfield_label, .LandingPdf .Form_wrapper .ginput_complex label {
  color: rgba(26, 26, 26, 0.5);
  font-family: "termina", sans-serif;
  font-size: 1rem;
  line-height: calc((1.2 * 1) / 1);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 0;
  transition: 0.2s all ease-in-out;
}
.LandingPdf .Form_wrapper input[type=text],
.LandingPdf .Form_wrapper input[type=password],
.LandingPdf .Form_wrapper input[type=email],
.LandingPdf .Form_wrapper input[type=url],
.LandingPdf .Form_wrapper input[type=date],
.LandingPdf .Form_wrapper input[type=month],
.LandingPdf .Form_wrapper input[type=time],
.LandingPdf .Form_wrapper input[type=datetime],
.LandingPdf .Form_wrapper input[type=datetime-local],
.LandingPdf .Form_wrapper input[type=week],
.LandingPdf .Form_wrapper input[type=number],
.LandingPdf .Form_wrapper input[type=search],
.LandingPdf .Form_wrapper input[type=tel],
.LandingPdf .Form_wrapper input[type=color],
.LandingPdf .Form_wrapper textarea,
.LandingPdf .Form_wrapper select {
  appearance: none;
  transition: 0.2s all ease-in-out;
  background: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid rgba(26, 26, 26, 0.5);
  height: 5.2rem;
  color: rgba(26, 26, 26, 0.5);
  padding: 0;
  border-radius: 0;
}
.LandingPdf .Form_wrapper input[type=text]:focus,
.LandingPdf .Form_wrapper input[type=password]:focus,
.LandingPdf .Form_wrapper input[type=email]:focus,
.LandingPdf .Form_wrapper input[type=url]:focus,
.LandingPdf .Form_wrapper input[type=date]:focus,
.LandingPdf .Form_wrapper input[type=month]:focus,
.LandingPdf .Form_wrapper input[type=time]:focus,
.LandingPdf .Form_wrapper input[type=datetime]:focus,
.LandingPdf .Form_wrapper input[type=datetime-local]:focus,
.LandingPdf .Form_wrapper input[type=week]:focus,
.LandingPdf .Form_wrapper input[type=number]:focus,
.LandingPdf .Form_wrapper input[type=search]:focus,
.LandingPdf .Form_wrapper input[type=tel]:focus,
.LandingPdf .Form_wrapper input[type=color]:focus,
.LandingPdf .Form_wrapper textarea:focus,
.LandingPdf .Form_wrapper select:focus {
  outline: none;
}
.LandingPdf .Form_wrapper textarea {
  padding: 1rem;
  color: #1A1A1A;
}
.LandingPdf .Form_wrapper input[type=checkbox] {
  appearance: none;
  width: 1.3rem;
  height: 1.3rem;
  transition: 0.25s background-color ease;
  cursor: pointer;
  margin-right: 1rem;
  border: solid 1px #EDEDED;
  background-color: #EDEDED;
}
.LandingPdf .Form_wrapper input[type=checkbox]:checked {
  background-color: #1A1A1A;
}
.LandingPdf .Form_wrapper select option {
  color: #1A1A1A;
}
.LandingPdf .Form_wrapper input[type=file] {
  color: rgba(26, 26, 26, 0.5);
}
.LandingPdf .Form_wrapper textarea {
  border: 2px solid rgba(26, 26, 26, 0.5);
  background-color: #1A1A1A;
}
.LandingPdf .Form_wrapper .gform_fileupload_rules {
  color: #1A1A1A;
}
.LandingPdf .Form_wrapper .ginput_full:not(:last-of-type), .LandingPdf .Form_wrapper .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)),
.LandingPdf .Form_wrapper .ginput_container_address span {
  flex: 0 0 100%;
}
.LandingPdf .Form_wrapper .ginput_container_consent, .LandingPdf .Form_wrapper .gchoice {
  display: flex;
  align-items: center;
}

.Realization-list:not(.swiper-wrapper) {
  display: grid;
}
@media (min-width: 993px) {
  .Realization-list:not(.swiper-wrapper) {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
@media (min-width: 481px) and (max-width: 992px) {
  .Realization-list:not(.swiper-wrapper) {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .Realization-list:not(.swiper-wrapper) {
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .Realization-list:not(.swiper-wrapper) {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.Realization-item {
  position: relative;
}
.Realization-item:hover .Realization-hover {
  opacity: 1;
}
.Realization-item.swiper-slide {
  height: auto;
}
@media (min-width: 769px) {
  .Realization-item.swiper-slide {
    width: 39.8rem;
  }
}
@media (max-width: 768px) {
  .Realization-item.swiper-slide {
    width: 27.3rem;
  }
}
.Realization-pic {
  display: flex;
  align-items: center;
  line-height: 0;
}
.Realization-img {
  width: 100%;
  height: auto;
}
.Realization-hover {
  transition: 0.2s opacity ease-in-out;
  opacity: 0;
  background-color: rgba(26, 26, 26, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
  color: #ffffff;
  text-decoration: none;
  padding: 1.7rem 2.5rem;
}
.Realization-hover--activity {
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.Realization-hover--activity---text {
  position: relative;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: calc((1.9 * 1) / 1.4);
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "termina", sans-serif;
}
.Realization-hover--activity---text:before, .Realization-hover--activity---text:after {
  content: "";
  width: 1000%;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-color: #ACACAC;
}
.Realization-hover--activity---text:before {
  right: calc(100% + 1.4rem);
}
.Realization-hover--activity---text:after {
  left: calc(100% + 1.4rem);
}
.Realization-hover--tag {
  font-size: 1.2rem;
  line-height: calc((1.7 * 1) / 1.2);
  font-weight: 400;
  font-family: "Karla", sans-serif;
  opacity: 0.7;
  margin-bottom: 0.6rem;
}
.Realization-hover--title {
  font-size: 1.4rem;
  line-height: calc((2 * 1) / 1.4);
  font-weight: 700;
  font-family: "termina", sans-serif;
  margin-bottom: 0.3rem;
}
.Realization-hover--desc {
  font-size: 1.4rem;
  line-height: calc((1.7 * 1) / 1.4);
  font-weight: 400;
  font-family: "Karla", sans-serif;
  opacity: 0.7;
}

.Heading {
  padding-top: 17rem;
  text-align: center;
  margin-bottom: 7rem;
}
.Heading-title {
  font-weight: 500;
  font-family: "termina", sans-serif;
  margin: 0 0 1.6rem 0;
}
@media (min-width: 993px) {
  .Heading-title {
    font-size: 6rem;
    line-height: calc((6 * 1) / 6);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .Heading-title {
    font-size: 5rem;
    line-height: calc((5 * 1) / 5);
  }
}
@media (max-width: 768px) {
  .Heading-title {
    font-size: 3.4rem;
    line-height: calc((4.2 * 1) / 3.4);
  }
}
.Heading-text {
  font-weight: 300;
  font-family: "Karla", sans-serif;
  letter-spacing: -0.1px;
  max-width: 80.6rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .Heading-text {
    font-size: 1.8rem;
    line-height: calc((2.4 * 1) / 1.8);
  }
}
@media (max-width: 768px) {
  .Heading-text {
    font-size: 1.4rem;
    line-height: calc((2 * 1) / 1.4);
  }
}
.Heading .Link, .Heading .Link-secondary {
  display: table;
  width: auto;
  margin: 2rem auto 0;
  cursor: pointer;
}

.HeadingForm {
  margin-bottom: 7rem;
}
.HeadingForm-title {
  font-weight: 500;
  font-family: "termina", sans-serif;
  margin: 0 0 1.6rem 0;
}
.dark .HeadingForm-title {
  color: #ffffff;
}
@media (min-width: 769px) {
  .HeadingForm-title {
    font-size: 8rem;
    line-height: calc((8.5 * 1) / 8);
  }
}
@media (max-width: 768px) {
  .HeadingForm-title {
    font-size: 3.4rem;
    line-height: calc((4.2 * 1) / 3.4);
  }
}
.HeadingForm-text, .HeadingForm-address, .HeadingForm-phone {
  font-weight: 300;
  font-family: "Karla", sans-serif;
  letter-spacing: -0.1px;
}
.dark .HeadingForm-text, .dark .HeadingForm-address, .dark .HeadingForm-phone {
  color: #ffffff;
}
@media (min-width: 769px) {
  .HeadingForm-text, .HeadingForm-address, .HeadingForm-phone {
    font-size: 1.8rem;
    line-height: calc((2 * 1) / 1.8);
  }
}
@media (max-width: 768px) {
  .HeadingForm-text, .HeadingForm-address, .HeadingForm-phone {
    font-size: 1.4rem;
    line-height: calc((2 * 1) / 1.4);
  }
}
.HeadingForm-address, .HeadingForm-phone {
  margin-top: 1rem;
  display: flex;
  align-items: baseline;
  text-decoration: none;
  transition: 0.15s all ease-in-out;
}
.HeadingForm-address:hover, .HeadingForm-phone:hover {
  color: #D52E32;
}
.HeadingForm-address > svg, .HeadingForm-phone > svg {
  margin-top: 0.2rem;
  margin-right: 1rem;
  fill: #A81518;
}
@media (max-width: 992px) {
  .HeadingForm-phone {
    margin-bottom: 3.2rem;
  }
}

.Breadcrumb {
  margin: 0;
}
.Breadcrumb p {
  margin: 0 0 1.4rem 0;
}
.Breadcrumb a, .Breadcrumb span {
  font-size: 1rem;
  line-height: calc((1.4 * 1) / 1);
  font-family: "termina", sans-serif;
  font-weight: 500;
  color: #6D6F77;
}
.Breadcrumb a {
  transition: 0.2s all ease-in-out;
  text-decoration: none;
}
.Breadcrumb a:hover {
  color: #D52E32;
}

.Paginator {
  list-style-type: none;
  padding: 0;
  margin: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Paginator li, .Paginator .page-numbers {
  margin: 0 1rem;
}
.Paginator li svg, .Paginator .page-numbers svg {
  width: 15px;
  height: auto;
}
.Paginator li.active a, .Paginator .page-numbers.current {
  color: #D52E32;
}
.Paginator a, .Paginator .page-numbers {
  display: block;
  font-size: 1.8rem;
  line-height: calc((2 * 1) / 1.8);
  font-family: "Karla", sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #1A1A1A;
  transition: 0.2s all ease-in-out;
}
.Paginator a svg, .Paginator .page-numbers svg {
  transition: 0.2s all ease-in-out;
  fill: #1A1A1A;
}
.Paginator a:hover, .Paginator .page-numbers:hover {
  color: #D52E32;
}
.Paginator a:hover svg, .Paginator .page-numbers:hover svg {
  fill: #D52E32;
}

.SeoPage {
  margin-top: 5rem;
  margin-bottom: 4.7rem;
}
.SeoPage-inner {
  border-top: 1px solid #BDBBC3;
  padding-top: 4.8rem;
}
.SeoPage-title {
  font-size: 3.4rem;
  line-height: calc((4.4 * 1) / 3.4);
  font-family: "termina", sans-serif;
  margin: 0 0 1.6rem 0;
}
.SeoPage-text {
  font-size: 1.6rem;
  line-height: calc((2 * 1) / 1.6);
  font-family: "Karla", sans-serif;
  letter-spacing: -0.2px;
  max-width: 87rem;
}

.News {
  width: 100%;
}
.News-list {
  height: auto;
}
@media (min-width: 993px) {
  .HomeNews .News-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .HomeNews .News-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 769px) {
  .HomeNews .News-list {
    display: grid;
    gap: 5rem;
    height: auto;
  }
}
.ListingNews .News-list {
  display: grid;
  gap: 5rem;
}
@media (min-width: 993px) {
  .ListingNews .News-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .ListingNews .News-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .ListingNews .News-list {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .ListingNews .News-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.News-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (max-width: 768px) {
  .News-item {
    max-width: 26.8rem;
  }
}
@media (max-width: 768px) {
  .ListingNews .News-item {
    max-width: 100%;
  }
}
.News-item:hover .Link-secondary {
  opacity: 1;
}
.News-item:hover .News-item--img {
  transform: scale(1.1);
}
.News-item--pic {
  display: block;
  line-height: 0;
  margin: 0 0 1rem 0;
  overflow: hidden;
}
.News-item--img {
  transition: 0.3s all ease-in-out;
  width: 100%;
  height: auto;
}
.News-item--category {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: calc((1.2 * 1) / 1);
  font-weight: 700;
  font-family: "termina", sans-serif;
  color: #6D6F77;
  margin: 0 0 0.8rem 0;
}
.News-item--title {
  font-size: 1.6rem;
  line-height: calc((1.8 * 1) / 1.6);
  font-weight: 700;
  font-family: "Karla", sans-serif;
  color: #1A1A1A;
  margin: 0 0 0.4rem 0;
}
.HomeNews .News-item--title {
  color: #ffffff;
}
.News-item--text {
  font-size: 1.4rem;
  line-height: calc((1.6 * 1) / 1.4);
  font-weight: 300;
  font-family: "Karla", sans-serif;
  color: #ACACAC;
  margin: 0 0 1.4rem 0;
}
.News-item .Link-secondary {
  align-self: flex-start;
  opacity: 0;
}

.Expertises-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.Expertises-item {
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #646464;
  background-color: #1A1A1A;
  padding: 2.5rem 1rem;
  transition: 0.3s border ease-in-out;
  max-width: 24.5rem;
}
@media (min-width: 993px) {
  .Expertises-item {
    width: calc(25% - 4.4rem);
  }
}
@media (max-width: 992px) {
  .Expertises-item {
    width: calc(50% - 4.4rem);
  }
}
@media (min-width: 769px) {
  .Expertises-item {
    margin: 2.2rem;
  }
}
@media (max-width: 768px) {
  .Expertises-item {
    width: calc(50% - 1rem);
    margin: 0.5rem;
  }
}
.Expertises-item:hover {
  border: 1px solid #ACACAC;
}
.Expertises-item:hover .Expertises-item--img {
  transform: scale(1.05);
}
.Expertises-item--pic {
  margin-bottom: 2rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .Expertises-item--pic {
    width: calc(100% - 6.9rem);
  }
}
.Expertises-item--img {
  transition: 0.3s transform cubic-bezier(0.4, 0, 1, 1);
  max-width: 100%;
}
.Expertises-item--title {
  color: #ffffff;
  font-weight: 700;
  font-family: "termina", sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  flex-grow: 1;
  transition: 0.3s all cubic-bezier(0.4, 0, 1, 1);
  word-break: break-word;
}
@media (min-width: 1201px) {
  .Expertises-item--title {
    font-size: 1.4rem;
    line-height: calc((1.6 * 1) / 1.4);
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .Expertises-item--title {
    font-size: 1.2rem;
    line-height: calc((1.4 * 1) / 1.2);
  }
}
@media (max-width: 768px) {
  .Expertises-item--title {
    font-size: 1rem;
    line-height: calc((1.2 * 1) / 1);
  }
}

.BlocCol2 {
  display: flex;
  align-items: center;
  margin: 10rem auto;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .BlocCol2 {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .BlocCol2-images, .BlocCol2-image {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .BlocCol2-images, .BlocCol2-image {
    margin-bottom: 2rem;
  }
  .reverse .BlocCol2-images, .reverse .BlocCol2-image {
    margin-bottom: 0;
    margin-top: 2rem;
  }
}
.BlocCol2-pic {
  display: block;
  position: relative;
  z-index: 1;
}
.BlocCol2-img {
  max-width: 100%;
}
.BlocCol2-images {
  max-width: 660px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "b a" "c a";
}
@media (min-width: 769px) {
  .BlocCol2-images {
    gap: 0px 3.4rem;
  }
}
@media (max-width: 768px) {
  .BlocCol2-images {
    gap: 0 1rem;
  }
}
.BlocCol2-images:before {
  content: "";
  width: 55.758%;
  height: 66.91%;
  background-color: #EDEDED;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.BlocCol2-images .BlocCol2-pic:nth-child(1) {
  grid-area: a;
  align-self: center;
}
.BlocCol2-images .BlocCol2-pic:nth-child(2) {
  grid-area: b;
  align-self: flex-start;
  justify-self: flex-end;
}
.BlocCol2-images .BlocCol2-pic:nth-child(3) {
  grid-area: c;
  align-self: flex-end;
}
.BlocCol2-imagesdouble {
  position: relative;
}
@media (min-width: 993px) {
  .BlocCol2-imagesdouble {
    padding-right: 11rem;
  }
}
@media (max-width: 992px) {
  .BlocCol2-imagesdouble {
    padding-right: 5rem;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .BlocCol2-imagesdouble {
    width: 50%;
  }
}
.BlocCol2-imagesdouble--second {
  position: absolute;
  bottom: 4rem;
  right: 0;
}
@media (max-width: 992px) {
  .BlocCol2-imagesdouble--second {
    width: 32%;
  }
}
@media (min-width: 993px) {
  .BlocCol2:not(.reverse) .BlocCol2-content {
    margin-left: 7.3rem;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .BlocCol2:not(.reverse) .BlocCol2-content {
    margin-left: 2rem;
  }
}
@media (min-width: 769px) {
  .BlocCol2:not(.reverse) .BlocCol2-content {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .BlocCol2:not(.reverse) .BlocCol2-content {
    width: 100%;
    margin-top: 1.5rem;
  }
}
@media (min-width: 993px) {
  .BlocCol2.reverse .BlocCol2-content {
    margin-right: 7.3rem;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .BlocCol2.reverse .BlocCol2-content {
    margin-right: 2rem;
  }
}
@media (min-width: 769px) {
  .BlocCol2.reverse .BlocCol2-content {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .BlocCol2.reverse .BlocCol2-content {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.BlocCol2-surtitle {
  font-family: "termina", sans-serif;
  font-weight: 700;
  color: #D52E32;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}
.BlocCol2-text, .BlocCol2-introduction, .BlocCol2-title {
  width: 100%;
}
@media (min-width: 769px) {
  .BlocCol2-text, .BlocCol2-introduction, .BlocCol2-title {
    max-width: 53.6rem;
  }
}
@media (max-width: 768px) {
  .BlocCol2-text, .BlocCol2-introduction, .BlocCol2-title {
    max-width: 100%;
  }
}
.BlocCol2-title {
  font-weight: 400;
  font-family: "termina", sans-serif;
  color: #1A1A1A;
  margin: 0 0 1.7rem 0;
}
@media (min-width: 993px) {
  .BlocCol2-title {
    font-size: 4.5rem;
    line-height: calc((5 * 1) / 4.5);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .BlocCol2-title {
    font-size: 3.2rem;
    line-height: calc((4 * 1) / 3.2);
  }
}
@media (max-width: 768px) {
  .BlocCol2-title {
    font-size: 2.4rem;
    line-height: calc((2.9 * 1) / 2.4);
  }
}
.BlocCol2-introduction {
  font-weight: 700;
  font-family: "Karla", sans-serif;
  color: #1A1A1A;
  margin: 0 0 1rem 0;
}
@media (min-width: 769px) {
  .BlocCol2-introduction {
    font-size: 1.8rem;
    line-height: calc((2.4 * 1) / 1.8);
  }
}
@media (max-width: 768px) {
  .BlocCol2-introduction {
    font-size: 1.4rem;
    line-height: calc((2 * 1) / 1.4);
  }
}
.BlocCol2-text {
  letter-spacing: -0.1px;
  font-weight: 400;
  font-family: "Karla", sans-serif;
  color: #646464;
  margin: 0;
}
@media (min-width: 769px) {
  .BlocCol2-text {
    font-size: 1.6rem;
    line-height: calc((2 * 1) / 1.6);
  }
}
@media (max-width: 768px) {
  .BlocCol2-text {
    font-size: 1.4rem;
    line-height: calc((2 * 1) / 1.4);
  }
}
.BlocCol2-keyInformation {
  display: grid;
}
@media (min-width: 769px) {
  .BlocCol2-keyInformation {
    grid-template-columns: repeat(2, 1fr);
  }
}
.BlocCol2-keyInformation--item:nth-child(odd) {
  padding-right: 0.5rem;
}
.BlocCol2-keyInformation--item:nth-child(even) {
  padding-left: 0.5rem;
}
.BlocCol2-keyInformation--title {
  margin: 2rem 0 1rem 0;
  font-weight: 700;
}

.BlocCol3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .BlocCol3 {
    flex-direction: column;
  }
}
.BlocCol3-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .BlocCol3-item {
    max-width: 33rem;
    width: calc(33.3333333333% - 2rem);
  }
}
@media (max-width: 768px) {
  .BlocCol3-item {
    max-width: 100%;
    width: 100%;
  }
}
.BlocCol3-pic {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 8rem;
  height: 8rem;
}
.BlocCol3-img {
  max-width: 100%;
  height: auto;
}
.BlocCol3-title {
  font-size: 1.7rem;
  line-height: calc((2.2 * 1) / 1.7);
  font-family: "Karla", sans-serif;
  font-weight: 700;
  margin: 1.6rem 0 0.8rem;
  color: #1A1A1A;
}
.BlocCol3-text {
  font-size: 1.4rem;
  line-height: calc((2 * 1) / 1.4);
  font-family: "Karla", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  letter-spacing: -0.2px;
  opacity: 0.6;
}

.BottomPage {
  margin: 10rem auto;
  text-align: center;
}
.BottomPage-title {
  font-weight: 500;
  font-family: "termina", sans-serif;
  color: #1A1A1A;
  margin: 0 0 1.1rem 0;
}
@media (min-width: 769px) {
  .BottomPage-title {
    font-size: 3.4rem;
    line-height: calc((4 * 1) / 3.4);
  }
}
@media (max-width: 768px) {
  .BottomPage-title {
    font-size: 2.4rem;
    line-height: calc((2.9 * 1) / 2.4);
  }
}
.BottomPage-text {
  font-size: 1.6rem;
  line-height: calc((2 * 1) / 1.6);
  letter-spacing: -0.1px;
  font-weight: 400;
  font-family: "termina", sans-serif;
  color: #646464;
  margin: 0 auto;
  max-width: 80.6rem;
}
.BottomPage-btns {
  margin-top: 3.2rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .BottomPage-btns {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .BottomPage-btns a {
    margin: 0 1.6rem;
  }
}
@media (max-width: 768px) {
  .BottomPage-btns a {
    margin: 0.8rem 0;
  }
}

.Filter {
  list-style-type: none;
  padding: 0;
  margin: 0 0 3.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .Filter-item {
    margin: 1.5rem;
  }
}
@media (max-width: 768px) {
  .Filter-item {
    margin: 0.5rem;
  }
}
.Filter-item--link {
  background-color: #EDEDED;
  color: #1A1A1A;
  text-transform: uppercase;
  font-family: "termina", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: calc((1.2 * 1) / 1);
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .Filter-item--link {
    padding: 2rem;
    min-width: 15rem;
  }
}
@media (max-width: 768px) {
  .Filter-item--link {
    padding: 1rem;
  }
}
.Filter-item--link.active {
  background-color: #1A1A1A;
  color: #ffffff;
}

.Message {
  display: flex;
  justify-content: center;
  padding: 3rem 0;
  width: 100%;
}
.Message-empty {
  border: 1px solid #ACACAC;
  padding: 1.5rem;
  width: 100%;
  text-align: center;
  color: #1A1A1A;
}

.BlocMaterials {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.BlocMaterials-surtitle {
  font-family: "termina", sans-serif;
  font-weight: 700;
  color: #D52E32;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}
.BlocMaterials-title {
  font-weight: 500;
  font-family: "termina", sans-serif;
  color: #1A1A1A;
  margin: 0 0 7rem 0;
}
@media (min-width: 769px) {
  .BlocMaterials-title {
    font-size: 4.5rem;
    line-height: calc((5 * 1) / 4.5);
  }
}
@media (max-width: 768px) {
  .BlocMaterials-title {
    font-size: 2.4rem;
    line-height: calc((2.9 * 1) / 2.4);
  }
}
.BlocMaterials-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.BlocMaterials-listContent {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.BlocMaterials-listTitle {
  list-style-type: none;
  display: flex;
  padding: 0;
  align-items: center;
  width: 100%;
}
@media (min-width: 769px) {
  .BlocMaterials-listTitle {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .BlocMaterials-listTitle {
    justify-content: flex-start;
    white-space: nowrap;
    overflow: scroll;
    padding-bottom: 1rem;
  }
}
.BlocMaterials-listTitle li {
  font-size: 1.2rem;
  line-height: calc((1.5 * 1) / 1.2);
  font-weight: 500;
  font-family: "termina", sans-serif;
  padding: 0 1.6rem;
  position: relative;
  color: #1A1A1A;
  cursor: pointer;
}
@media (max-width: 768px) {
  .BlocMaterials-listTitle li:first-child {
    padding-left: 0;
  }
}
.BlocMaterials-listTitle li:hover {
  color: #D52E32;
}
.BlocMaterials-listTitle li.current {
  color: #D52E32;
  font-weight: 700;
}
.BlocMaterials-listTitle li:last-child:after {
  display: none;
}
.BlocMaterials-listTitle li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 15px;
  background-color: #ACACAC;
  display: block;
}
.BlocMaterials-listContent .BlocCol2 {
  margin: 5rem 0;
}
.BlocMaterials-listContent .BlocCol2-title {
  font-size: 2.8rem;
  line-height: calc((3 * 1) / 2.8);
  font-weight: 500;
  font-family: "termina", sans-serif;
  color: #D52E32;
}
.BlocMaterials-listContent .BlocCol2 .Button-primary, .BlocMaterials-listContent .BlocCol2 .Contact .Form-button, .Contact .BlocMaterials-listContent .BlocCol2 .Form-button {
  margin-top: 2rem;
}
.BlocMaterials-listContent--item {
  display: none;
}
.BlocMaterials-listContent--item.current {
  display: block;
}