@charset "UTF-8";
/* ----------------------------------------------------------------
	Import
-----------------------------------------------------------------*/
html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-vertical],
.lenis [data-lenis-prevent-horizontal] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

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

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}

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

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

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

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

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

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

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* ----------------------------------------------------------------
	Variables
-----------------------------------------------------------------*/
:root {
  --container-min: 992px;
  --container-max: 1280px;
  --container: clamp(var(--container-min), 92vw, var(--container-max));
  --unit: 1rem;
  --font-body: "helvetica-neue-lt-pro", sans-serif;
  --font-display: "etna", sans-serif;
  --primary: #F18318;
  --white: #ffffff;
  --white-gray: #E5E5E5;
  --dark: #3D3D3D;
  --anim-duration: 0.6s;
  --anim-delay: 0.2s;
}

/* -------------------- Mapping font -------------------- */
/* ----------------------------------------------------------------
	Mixins
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
   Réglages globaux
-----------------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

html, body {
  font-family: var(--font-body);
  font-weight: 400;
  font-style: normal;
  background-color: var(--white-gray);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: var(--primary);
  color: var(--white);
  text-shadow: none;
}

[class$=__container] {
  width: 100svw;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0px 25px;
}

[id] { /* pour les ancres */
  scroll-margin-top: 150px;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}
picture img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

.skip-to-content {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 9999;
  padding: 12px 20px;
  background: var(--primary);
  color: var(--white);
  font-weight: 700;
  border-radius: 4px;
}
.skip-to-content:focus {
  top: 16px;
}

a {
  cursor: pointer;
  display: inline-block;
  text-decoration: transparent;
  color: var(--dark);
}

p {
  color: var(--primary);
  line-height: 1.6;
  font-size: 1em;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeup_xs {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-150px);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-150px);
  }
}
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateY(20px) translateX(50px) skew(2deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateY(-20px) translateX(-50px) skew(-2deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* -------------------- Global fonts -------------------- */
.title, .title--smaller, .title--smaller--alt, .title--medium, .title--medium--primary, .title--medium--dark, .title--white, .title--hero, .title--hero--dark {
  font-family: var(--font-display);
  font-size: clamp(2em, 8vw, 78px);
  font-weight: 200;
  line-height: 1em;
}
.title--hero, .title--hero--dark {
  font-size: clamp(2em, 8vw, 56px);
  font-weight: 300;
  line-height: 1.15em;
  color: var(--primary);
}
.title--hero--dark {
  color: var(--dark);
}
.title--white {
  color: var(--white);
}
.title--medium, .title--medium--primary, .title--medium--dark {
  font-size: clamp(2em, 6vw, 60px);
  color: var(--white);
}
.title--medium--dark {
  color: var(--dark);
}
.title--medium--primary {
  color: var(--primary);
}
.title--smaller, .title--smaller--alt {
  font-size: clamp(1.25rem, 3vw, 32px);
  color: var(--white);
}
.title--smaller--alt {
  font-family: var(--font-body);
  line-height: 1.25;
  font-size: clamp(1.25rem, 3vw, 24px);
}

.primary-btn, .primary-btn--white {
  transition: 0.2s ease-in-out;
  display: inline-block;
  align-self: flex-start;
  width: fit-content;
  color: var(--white);
  background: var(--primary);
  padding: 12px 26px;
  border-radius: 50px;
  border: 1px solid var(--primary);
  font-size: 16px;
  cursor: pointer;
}
.primary-btn:hover, .primary-btn--white:hover {
  background: transparent;
  color: var(--primary);
}
.primary-btn--white {
  color: var(--primary);
  background: var(--white);
  border-color: var(--white);
}
.primary-btn--white:hover {
  background: transparent;
  color: var(--white);
}

.facebook {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 2px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  transition: 0.2s ease-in-out;
}
.facebook:hover {
  background-color: var(--white);
  color: var(--primary);
}
.facebook:hover svg {
  fill: var(--primary);
}
.facebook svg {
  width: 20px;
  height: 20px;
  fill: var(--white);
}

/****
Basic include to use

&.animate {}
@include when-visible{}

@include anim(fadeup, $anim-duration, $anim-delay);
@include anim(fadeup, $anim-duration, ($anim-delay * 2));
@include foreach-anim(fadeup, $anim-duration, 0.05s, 8, .2s);

****/
.hero.animate h1, .hero.animate p, .hero.animate a {
  opacity: 0;
}
.hero.animate picture {
  opacity: 0;
}
.hero.is-visible h1 {
  animation: fadeup 0.6s 0.2s forwards;
}
.hero.is-visible p {
  animation: fadeup 1.2s 0.2s forwards;
}
.hero.is-visible a {
  animation: fadeup 1.8s 0.2s forwards;
}
.hero.is-visible picture {
  animation: faderight 2s 0.2s forwards;
}

.intro.animate h2 {
  opacity: 0;
}
.intro.is-visible h2 {
  animation: fadeup 0.6s 0.2s forwards;
}

.features.animate .features__card {
  opacity: 0;
}
.features.is-visible .features__card:nth-child(1) {
  animation: fadeup 0.8s 0.25s forwards;
}
.features.is-visible .features__card:nth-child(2) {
  animation: fadeup 0.8s 0.4s forwards;
}
.features.is-visible .features__card:nth-child(3) {
  animation: fadeup 0.8s 0.55s forwards;
}

.contact-hero.animate h1, .contact-hero.animate .contact-hero__content p, .contact-hero.animate .contact-hero__social, .contact-hero.animate .contact-hero__form {
  opacity: 0;
}
.contact-hero.is-visible h1 {
  animation: fadeup 0.6s 0.1s forwards;
}
.contact-hero.is-visible .contact-hero__content p:nth-child(1) {
  animation: fadeup 0.6s 0.3s forwards;
}
.contact-hero.is-visible .contact-hero__content p:nth-child(2) {
  animation: fadeup 0.6s 0.4s forwards;
}
.contact-hero.is-visible .contact-hero__social {
  animation: fadeup 0.6s 0.5s forwards;
}
.contact-hero.is-visible .contact-hero__form {
  animation: faderight 0.8s 0.2s forwards;
}

.triple-col.animate .triple-col__label,
.triple-col.animate .triple-col__title,
.triple-col.animate .triple-col__item {
  opacity: 0;
}
.triple-col.is-visible .triple-col__label {
  animation: fadeup 0.6s 0.1s forwards;
}
.triple-col.is-visible .triple-col__title {
  animation: fadeup 0.6s 0.2s forwards;
}
.triple-col.is-visible .triple-col__item:nth-child(1) {
  animation: fadeup 0.6s 0.38s forwards;
}
.triple-col.is-visible .triple-col__item:nth-child(2) {
  animation: fadeup 0.6s 0.46s forwards;
}
.triple-col.is-visible .triple-col__item:nth-child(3) {
  animation: fadeup 0.6s 0.54s forwards;
}
.triple-col.is-visible .triple-col__item:nth-child(4) {
  animation: fadeup 0.6s 0.62s forwards;
}
.triple-col.is-visible .triple-col__item:nth-child(5) {
  animation: fadeup 0.6s 0.7s forwards;
}
.triple-col.is-visible .triple-col__item:nth-child(6) {
  animation: fadeup 0.6s 0.78s forwards;
}

.text-two-col.animate h2, .text-two-col.animate p {
  opacity: 0;
}
.text-two-col.is-visible h2 {
  animation: fadeup 0.6s 0.1s forwards;
}
.text-two-col.is-visible p:nth-child(1) {
  animation: fadeup 0.6s 0.3s forwards;
}
.text-two-col.is-visible p:nth-child(2) {
  animation: fadeup 0.6s 0.4s forwards;
}
.text-two-col.is-visible p:nth-child(3) {
  animation: fadeup 0.6s 0.5s forwards;
}
.text-two-col.is-visible p:nth-child(4) {
  animation: fadeup 0.6s 0.6s forwards;
}

.four-col.animate h2, .four-col.animate .four-col__item {
  opacity: 0;
}
.four-col.is-visible h2 {
  animation: fadeup 0.6s 0.1s forwards;
}
.four-col.is-visible .four-col__item:nth-child(1) {
  animation: fadeup 0.6s 0.4s forwards;
}
.four-col.is-visible .four-col__item:nth-child(2) {
  animation: fadeup 0.6s 0.5s forwards;
}
.four-col.is-visible .four-col__item:nth-child(3) {
  animation: fadeup 0.6s 0.6s forwards;
}
.four-col.is-visible .four-col__item:nth-child(4) {
  animation: fadeup 0.6s 0.7s forwards;
}

.two-col.animate h2, .two-col.animate p, .two-col.animate a {
  opacity: 0;
}
.two-col.animate picture {
  opacity: 0;
}
.two-col.is-visible h2 {
  animation: fadeup 0.6s 0.1s forwards;
}
.two-col.is-visible p {
  animation: fadeup 0.6s 0.25s forwards;
}
.two-col.is-visible a {
  animation: fadeup 0.6s 0.4s forwards;
}
.two-col.is-visible picture {
  animation: faderight 0.8s 0.2s forwards;
}

.redirection {
  background-color: var(--white);
}
.redirection__container {
  width: 100svw;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0px 25px;
}
.redirection__wrapper {
  min-height: 750px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.redirection .title {
  margin-bottom: 25px;
}
.redirection a {
  margin: 15px auto 0px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  height: fit-content;
  width: 100svw;
  padding: 25px 0px;
  z-index: 100;
  background-color: var(--white);
}
.header:before, .header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--white);
  opacity: 0;
  visibility: 0;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .header:before {
    display: none;
  }
}
.header:after {
  height: 100%;
  background: var(--white);
}
.header__container {
  width: 100vw;
}
@media only screen and (min-width: 992px) {
  .header__container {
    width: 100svw;
    max-width: 96svw;
    margin: 0 auto;
    padding: 0px 25px;
  }
}
.header__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 3svw;
}
.header--inner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header--end {
  position: relative;
  margin-left: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 2;
}
.header--end .primary-btn {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header--end .primary-btn svg {
  width: 40px;
  height: 40px;
  padding: 10px;
}
.header--end .primary-btn svg path {
  fill: var(--white);
}
.header--end .primary-btn svg:hover path {
  fill: var(--primary);
}
.header--end .menu-button {
  display: flex;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: none;
  gap: 0.25em;
  width: 40px;
  height: 40px;
  padding: 0.75em;
  border-radius: 0.25em;
}
.header--end .menu-button__line {
  width: 100%;
  height: 1px;
  background: var(--white);
  transition: all 0.45s cubic-bezier(0.525, 0, 0, 1);
}
@media only screen and (min-width: 480px) {
  .header--end .menu-button {
    width: 2.5em;
    height: 2.5em;
  }
}
@media only screen and (min-width: 992px) {
  .header--end .menu-button {
    display: none;
  }
}
.header--center {
  position: absolute;
  width: 100svw;
  height: fit-content;
  top: 125px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1em);
  transition: all 0.45s cubic-bezier(0.525, 0, 0, 1), opacity 0.2s cubic-bezier(0.525, 0, 0, 1);
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  .header--center {
    width: initial;
    position: relative;
    top: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
.header--center ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 25px;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .header--center ul {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    overflow: visible;
  }
}
.header--center ul li {
  list-style: none;
}
.header--center ul li a {
  position: relative;
  padding-bottom: 5px;
  font-weight: 500;
  color: var(--primary);
}
@media only screen and (min-width: 992px) {
  .header--center ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: transparent;
    bottom: 0;
    left: 0;
    transition: 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 992px) {
  .header--center ul li a:hover:before {
    background-color: var(--primary);
  }
}
@media only screen and (min-width: 992px) {
  .header--center ul li .active:before {
    background-color: var(--primary);
  }
}
.header .logo {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
  transition: 0.2s ease-in-out;
}
.header .logo svg {
  height: 28px;
  width: auto;
  display: block;
}
.header-active {
  border-bottom: 1px solid var(--white);
  transition: 0.2s ease-in-out;
}
.header-active:after {
  opacity: 1;
  visibility: visible;
}
.header-active .logo {
  width: 75px;
  transition: 0.2s ease-in-out;
}
.header-open {
  display: block;
  height: 100svh;
  transition: 0.2s ease-in-out;
}
.header-open:before {
  opacity: 1;
  visibility: visible;
}
.header-open .menu-button__line:nth-child(1) {
  transform: translateY(0.125em) rotate(135deg);
  background: var(--white);
}
.header-open .menu-button__line:nth-child(2) {
  transform: translateY(-0.175em) rotate(-135deg);
  background: var(--white);
}
.header-open .header--center {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.hero {
  padding: 80px 0;
  background-color: var(--white);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .hero {
    padding: 160px 0 80px;
  }
}
.hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (min-width: 992px) {
  .hero__wrapper {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .hero__content {
    flex: 0 0 55%;
  }
}
.hero__content p {
  max-width: 500px;
}
.hero__media {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .hero__media {
    flex: 0 0 45%;
    display: flex;
    justify-content: flex-end;
  }
}
.hero__media picture {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 999px;
  overflow: hidden;
  margin-left: auto;
  background-color: red;
}
@media only screen and (min-width: 992px) {
  .hero__media picture {
    width: 1000px;
  }
}

.banner {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.banner__container {
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .banner {
    aspect-ratio: 16/6;
  }
}
.banner__wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.banner__wrapper .title, .banner__wrapper p {
  color: var(--white);
}
.banner__wrapper p {
  max-width: 600px;
  padding-top: 25px;
}
.banner__wrapper .title {
  max-width: 1000px;
}
.banner picture {
  position: absolute;
  inset: 0;
}
.banner:has(picture)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}

.intro {
  background-color: var(--primary);
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .intro {
    padding: 80px 0;
  }
}
.intro__wrapper {
  max-width: 875px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.intro p {
  color: var(--white);
}

.features {
  background-color: var(--primary);
  padding: 40px 0 50px;
}
@media only screen and (min-width: 768px) {
  .features {
    padding: 40px 0 150px;
  }
}
.features__wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media only screen and (min-width: 992px) {
  .features__wrapper {
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
  }
  .features__wrapper::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.features__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .features__card {
    flex: 1;
    padding: 50px 60px;
  }
}
.features__card p {
  color: var(--white);
  max-width: 360px;
}
@media only screen and (min-width: 992px) {
  .features__card:first-child {
    padding-top: 125px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .features__card:last-child {
    padding-right: 0;
  }
}
.features__image {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 999px;
  overflow: hidden;
  margin-top: 25px;
}
.features__image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features__image picture img {
  width: 200%;
}
.features--gray {
  padding: 150px 0 50px;
  background-color: var(--gray);
}
@media only screen and (min-width: 992px) {
  .features--gray .features__wrapper::after {
    display: none;
  }
}
.features--gray h2, .features--gray p {
  color: var(--dark);
}
.features--gray .features__card {
  position: relative;
  align-items: center;
}
.features--gray .features__card:nth-child(2) {
  padding-top: 75px;
}
@media only screen and (min-width: 992px) {
  .features--gray .features__card:nth-child(2):before, .features--gray .features__card:nth-child(2):after {
    content: "";
    position: absolute;
    height: 50%;
    width: 1px;
    background-color: var(--white);
    top: 50%;
    transform: translateY(-50%);
  }
  .features--gray .features__card:nth-child(2):before {
    left: 0;
    top: 55%;
  }
  .features--gray .features__card:nth-child(2):after {
    right: 0;
    top: 45%;
  }
}
.features--gray .features__image {
  aspect-ratio: 6/7;
  border-radius: initial;
}
@media only screen and (min-width: 768px) {
  .features--gray .features__image {
    max-height: 250px;
    max-width: 300px;
  }
}
.features--gray .features__image img {
  object-fit: contain;
}

.two-col {
  background-color: var(--white-gray);
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .two-col {
    padding: 100px 0;
  }
}
.two-col__wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (min-width: 992px) {
  .two-col__wrapper {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}
.two-col__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .two-col__content {
    flex: 1;
  }
}
.two-col__content p {
  max-width: 400px;
  color: var(--dark);
}
.two-col__media {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .two-col__media {
    flex: 0 0 40%;
    align-self: stretch;
    position: relative;
  }
}
.two-col__media picture {
  display: block;
  overflow: hidden;
  margin-left: auto;
  aspect-ratio: 16/9;
  border-radius: 999px;
}
@media only screen and (min-width: 992px) {
  .two-col__media picture {
    position: absolute;
    bottom: 0px;
    aspect-ratio: 9/16;
    min-height: 750px;
  }
}
.two-col--reverse p {
  color: var(--white);
}
@media only screen and (min-width: 992px) {
  .two-col--reverse .two-col__wrapper {
    flex-direction: row-reverse;
  }
}
.two-col--hero {
  background-color: var(--primary);
  color: var(--white);
  padding: 150px 0px 75px;
}
@media only screen and (min-width: 768px) {
  .two-col--hero {
    padding: 250px 0px 200px;
  }
}
.two-col--hero .two-col__media {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .two-col--hero .two-col__media picture {
    position: absolute;
    bottom: -100px;
    aspect-ratio: 9/16;
    min-height: 850px;
  }
}
.two-col--car {
  background-color: var(--white);
}
.two-col--car p {
  color: var(--dark);
}
@media only screen and (min-width: 992px) {
  .two-col--car p {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .two-col--car .two-col__media {
    flex: 0 0 40%;
  }
}
.two-col--car .two-col__media picture {
  min-height: initial;
  border-radius: initial;
  aspect-ratio: initial;
}
@media only screen and (min-width: 992px) {
  .two-col--car .two-col__media picture {
    height: 800px;
    width: 720px;
    position: absolute;
    top: -100px;
    right: -100px;
  }
}
.two-col--car .two-col__media picture img {
  object-fit: contain;
}

.text-two-col {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .text-two-col {
    padding: 150px 0;
  }
}
.text-two-col__wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (min-width: 992px) {
  .text-two-col__title {
    flex: 0 0 35%;
  }
}
.text-two-col .content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 25px;
}
@media only screen and (min-width: 768px) {
  .text-two-col .content {
    flex-direction: row;
  }
}
.text-two-col .content p {
  max-width: 500px;
  color: var(--dark);
}

.four-col {
  padding: 75px 0;
}
@media only screen and (min-width: 768px) {
  .four-col {
    padding: 150px 0;
  }
}
.four-col h2 {
  text-align: center;
}
.four-col__intro {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 40px);
  color: var(--primary);
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.3;
}
.four-col__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .four-col__wrapper {
    gap: 100px;
  }
}
.four-col__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  flex: 1;
  min-width: 200px;
  max-width: 200px;
}
.four-col__item svg, .four-col__item picture {
  width: 100px;
  height: 100px;
}
.four-col__item p {
  color: var(--dark);
}

.triple-col {
  padding: 75px 0 50px;
  background-color: var(--white);
}
@media only screen and (min-width: 768px) {
  .triple-col {
    padding: 150px 0;
  }
}
.triple-col__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.triple-col__wrapper:first-child {
  padding-bottom: 50px;
  gap: 15px;
}
.triple-col__wrapper span {
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
}
.triple-col__item {
  position: relative;
  aspect-ratio: 9/8;
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .triple-col__item {
    width: calc(50% - 12px);
  }
}
@media only screen and (min-width: 992px) {
  .triple-col__item {
    width: calc(33.333% - 16px);
  }
}
.triple-col__item picture {
  display: block;
  overflow: hidden;
  border-radius: 16px;
}
.triple-col__item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.triple-col__item p {
  position: absolute;
  margin-top: 12px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
}
.triple-col__item:last-child {
  background-color: var(--primary);
  border-radius: 16px;
  padding: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  aspect-ratio: 4/3;
}
@media only screen and (min-width: 768px) {
  .triple-col__item:last-child {
    aspect-ratio: unset;
  }
}
.triple-col__item:last-child p {
  position: relative;
  color: var(--white);
  font-style: italic;
  font-size: clamp(1rem, 1.5vw, 20px);
  margin-top: 0;
  line-height: 1.5;
}

.contact-hero {
  background-color: var(--primary);
  padding: 160px 0 120px;
  overflow: hidden;
}
.contact-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media only screen and (min-width: 992px) {
  .contact-hero__wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 100px;
  }
}
.contact-hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--white);
}
@media only screen and (min-width: 992px) {
  .contact-hero__content {
    flex: 0 0 42%;
  }
}
.contact-hero__content h1 {
  color: var(--white);
}
.contact-hero__content p {
  color: var(--white);
  max-width: 520px;
}
.contact-hero__social {
  display: flex;
  gap: 14px;
  margin-top: 8px;
}
.contact-hero__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 2px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  transition: 0.2s ease-in-out;
}
.contact-hero__social a:hover {
  background-color: var(--white);
  color: var(--primary);
}
.contact-hero__social a:hover svg {
  fill: var(--primary);
}
.contact-hero__social a svg {
  width: 20px;
  height: 20px;
  fill: var(--white);
}
.contact-hero__form {
  flex: 1;
}

.wpcf7-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form p:has(textarea), .wpcf7-form p:has([type=submit]) {
  grid-column: 1/-1;
}
.wpcf7-form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-style: normal;
  font-size: clamp(0.9rem, 1.3vw, 1rem);
  color: var(--white);
}
.wpcf7-form input:not([type=submit]),
.wpcf7-form textarea {
  background: transparent;
  border: 2px solid var(--white);
  border-radius: 0;
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  padding: 14px 18px;
  width: 100%;
  transition: 0.2s ease-in-out;
}
.wpcf7-form input:not([type=submit])::placeholder,
.wpcf7-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.wpcf7-form input:not([type=submit]):focus,
.wpcf7-form textarea:focus {
  background-color: rgba(255, 255, 255, 0.08);
}
.wpcf7-form textarea {
  min-height: 200px;
  resize: vertical;
}
.wpcf7-form .wpcf7-submit {
  align-self: flex-start;
  cursor: pointer;
}

.footer {
  background-color: var(--primary);
}
.footer a {
  color: var(--white);
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 80px 0 60px;
}
@media only screen and (min-width: 992px) {
  .footer__content {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .footer__left {
    flex: 0 0 60%;
    padding-right: 80px;
  }
}
.footer__left > p {
  color: var(--white);
  font-size: 0.875rem;
}
.footer__left > p a {
  text-decoration: underline;
}
.footer__left .legals {
  color: var(--white);
  font-size: 0.875rem;
  text-decoration: underline;
}
.footer__left .title--white {
  text-decoration: transparent;
  transition: 0.2s ease-in-out;
}
.footer__left .title--white:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.footer__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.15;
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .footer__right {
    flex: 1;
    padding-left: 80px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.footer__top-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__logo {
  display: inline-block;
}
.footer__logo svg {
  height: 32px;
  width: auto;
  display: block;
}
.footer__nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 20px;
  list-style: none;
}
.footer__nav ul li a {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.footer__nav ul li a:hover {
  opacity: 0.7;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__contact address {
  margin-top: 25px;
}
.footer__contact a, .footer__contact address {
  font-style: normal;
  text-decoration: none;
  font-family: var(--font-body);
}
.footer__contact a:hover, .footer__contact address:hover {
  text-decoration: underline;
}
.footer__bottom {
  padding: 20px 0;
}
.footer .copy-info {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .footer .copy-info {
    flex-direction: row;
    align-items: center;
  }
}
.footer .copy-info p, .footer .copy-info .anthracite {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--white);
}
.footer .copy-info .anthracite {
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: none;
}
.footer .copy-info .anthracite svg {
  height: 12px;
  width: fit-content;
  fill: var(--white);
}

.legal {
  padding: 100px 25px 50px;
  background-color: var(--white);
}
.legal h1 {
  padding-bottom: 50px;
}
.legal article {
  padding-bottom: 50px;
}
.legal h2, .legal h3, .legal h4 {
  padding-bottom: 25px;
}
.legal p {
  max-width: 800px;
  color: var(--dark);
}
.legal strong {
  color: var(--primary);
}

/*# sourceMappingURL=main.css.map */
