@charset "UTF-8";
/**
Colonnes de grille
** Définit le nombre de colonnes par point de rupture
** Ne pas modifier les clés du map
 */
/**
 * WRAP
 ** Définit la taille du wrapper
 ** (Utiliser des nombres pairs, plus facile pour les calculs)
 */
/**
 * Définition des breakpoints pour tous les devices
 ** Ne pas modifier les clés du map
 */
/**
 * FONT-SIZE
 ** Liste des clés utilisables : mobile, medium, tablet, landscape, desktop, wide, xl
 ** Les valeurs sont en rem (inutile de préciser l'unité)
 */
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
  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,
svg,
picture {
  border-style: none;
  display: block;
  max-width: 100%;
}

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

.a-heading, h2, h3, h4, h5 {
  font-family: kensington, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 0px) {
  .a-heading--1 {
    font-size: 4.8rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .a-heading--1 {
    font-size: 7.2rem;
    line-height: 1;
  }
}
@media screen and (min-width: 0px) {
  .a-heading--2, h2 {
    font-size: 2.8rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .a-heading--2, h2 {
    font-size: 3.6rem;
    line-height: 1;
  }
}
@media screen and (min-width: 0px) {
  .a-heading--3, h3 {
    font-size: 2.4rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .a-heading--3, h3 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media screen and (min-width: 0px) {
  .a-heading--4, h4 {
    font-size: 2rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .a-heading--4, h4 {
    font-size: 2.4rem;
    line-height: 1;
  }
}
@media screen and (min-width: 0px) {
  .a-heading--5, h5 {
    font-size: 2rem;
    line-height: 1;
  }
}
.a-heading--fat {
  margin: 0 0 8px;
}
@media screen and (min-width: 0px) {
  .a-heading--fat {
    font-size: 7.2rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .a-heading--fat {
    font-size: 10rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1440px) {
  .a-heading--fat {
    font-size: 12.8rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1920px) {
  .a-heading--fat {
    font-size: 17.2rem;
    line-height: 1;
  }
}
.a-heading--main1 {
  margin: 0 0 8px;
}
@media screen and (min-width: 0px) {
  .a-heading--main1 {
    font-size: 5.2rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .a-heading--main1 {
    font-size: 8rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1440px) {
  .a-heading--main1 {
    font-size: 9.6rem;
    line-height: 1;
  }
}
.a-heading--main2 {
  margin: 0 0 8px;
}
@media screen and (min-width: 0px) {
  .a-heading--main2 {
    font-size: 4.8rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .a-heading--main2 {
    font-size: 7.2rem;
    line-height: 1;
  }
}
.a-heading--main3 {
  position: relative;
  margin-bottom: 32px;
  font-family: salted, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) {
  .a-heading--main3 {
    font-size: 2.8rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .a-heading--main3 {
    font-size: 3.2rem;
    line-height: 1;
  }
}
.a-heading--main3:after {
  content: url("../icons/underline.svg");
  width: 128px;
  position: absolute;
  left: 0;
  bottom: -24px;
}
.a-heading--main3--centerMo:after {
  left: calc(50% - 64px);
}
@media screen and (min-width: 768px) {
  .a-heading--main3--centerMo:after {
    left: 0;
  }
}
.a-heading--point:after {
  content: ".";
  color: #E9473F;
}

:root {
  --vh: 1vh;
}

html {
  font-size: 62.5%;
  font-family: basic-sans, sans-serif;
  height: -webkit-fill-available;
}

@media screen and (min-width: 0px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

html,
body {
  height: auto;
  overflow: visible;
}

.lenis.lenis-smooth {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

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

svg {
  width: 100%;
}

/**
* HEADING 
**/
h2 {
  color: #E9473F;
}

h3 {
  color: #231F44;
}

h4 {
  color: #231F44;
}

h5 {
  color: #231F44;
}

/**
* Link
**/
a {
  color: #E9473F;
  text-decoration: underline;
}
a:visited {
  color: #E9473F;
  text-decoration: none;
}

/**
* Form
*/
form {
  max-width: 100%;
}

/**
* Sélection
*/
::-moz-selection {
  background: rgba(35, 31, 68, 0.2);
}
::selection {
  background: rgba(35, 31, 68, 0.2);
}

/**
 * Screen reader
 */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.a-btn, input[type=submit] {
  border: 1px solid transparent;
  border-radius: 100px;
  color: #ffffff;
  outline: none;
  display: table;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.6rem 3.2rem;
  transition: 0.4s ease;
}
.a-btn:visited, input[type=submit]:visited {
  color: #ffffff;
}
.a-btn--center, input[type=submit] {
  margin-left: auto;
  margin-right: auto;
}
.a-btn--mt16 {
  margin-top: 16px;
}
.a-btn--mt48 {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .a-btn--mt48 {
    margin-top: 48px;
  }
}
.a-btn--primary {
  background: #231F44;
  border-color: #231F44;
}
.a-btn--primary:hover {
  color: #231F44;
  background: transparent;
}
.a-btn--secondary, input[type=submit] {
  background: #E9473F;
  border-color: #E9473F;
}
.a-btn--secondary:hover, input[type=submit]:hover {
  color: #E9473F;
  background: transparent;
}
.a-btn--negative {
  background: transparent;
  border-color: #231F44;
  color: #231F44;
}
.a-btn--negative:visited {
  color: #231F44;
}
.a-btn--negative:hover {
  color: #ffffff;
  background: #231F44;
}

.gform_wrapper {
  position: relative;
}

.gform_required_legend {
  display: none;
}

.gform_footer {
  margin-top: 32px;
}

/**
 * HEADER FORM
 */
/**
 * Groupe de champs
 */
.gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
}

/**
 * LIGNE DE CHAMP
 */
.gfield {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gfield--medium {
    width: calc(50% - 16px);
  }
}
.gfield--type-honeypot {
  opacity: 0;
  position: absolute;
  width: 0;
  overflow: hidden;
}

/**
 * LABEL INVISIBLE
 */
.hidden_label .gfield_label {
  display: none;
}

/**
 * INPUT
 */
.gfield_label {
  font-size: 1.8rem;
  color: #232328;
  margin: 0 0 8px;
  display: table;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border-radius: 8px;
  border: 1px solid #232328;
  border-radius: 4px;
  outline: none;
  width: 100%;
  padding: 8px 16px;
  color: #231F44;
}

textarea {
  padding: 16px;
}

select {
  border: 1px solid #231F44;
  padding: 8px 40px 8px 16px;
  color: #232328;
  background-image: url("../icons/chevron-bottom.svg");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.gfield--type-choice {
  border: none;
  padding: 0;
  margin: 0;
}
.gfield--type-choice legend {
  color: #232328;
  margin: 0 0 32px;
}

.gfield_radio > *:first-child, gfield_checkbox > *:first-child {
  margin-top: 0;
}
.gfield_radio > *:last-child, gfield_checkbox > *:last-child {
  margin-bottom: 0;
}

.gchoice {
  margin: 16px 0;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: block;
  padding: 0 0 0 40px;
  position: relative;
  cursor: pointer;
}
input[type=checkbox] + label a,
input[type=radio] + label a {
  text-decoration: underline;
  color: #232328;
}
input[type=checkbox] + label a:hover,
input[type=radio] + label a:hover {
  text-decoration: none;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0px;
  border: 1px solid #231F44;
}
input[type=checkbox] + label:after,
input[type=radio] + label:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background-color: #231F44;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
  transition: 0.3s ease;
}
input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
  opacity: 1;
}

input[type=radio] + label:before {
  border-radius: 50%;
}
input[type=radio] + label:after {
  border-radius: 50%;
}

/**
 * Placeholder des champs
 */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ }

::-moz-placeholder { /* Firefox 19+ */ }

:-ms-input-placeholder { /* IE 10+ */ }

:-moz-placeholder { /* Firefox 18- */ }

/**
 * GESTION ERREURS
 */
.validation_error {
  color: #231F44;
}

.gfield_validation_message {
  color: #E9473F;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-slide-next,
.swiper-slide-prev {
  scale: 0.9;
}

.full-viewport {
  height: calc(var(--vh, 1vh) * 100);
}

/****************************
        VARIABLES
*****************************/
/****************************
     GENERATEUR
*****************************/
.a-grid {
  width: 100%;
}
.a-grid__row {
  display: flex;
  flex-wrap: wrap;
}
.a-grid--gutters-m .a-grid__row {
  margin-left: -20px;
  margin-right: -20px;
}
.a-grid--gutters-m .a-grid__row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.a-grid--gutters-l .a-grid__row {
  margin-left: -40px;
  margin-right: -40px;
}
.a-grid--gutters-l .a-grid__row > * {
  padding-left: 40px;
  padding-right: 40px;
}
.a-grid--gutters-xl .a-grid__row {
  margin-left: -80px;
  margin-right: -80px;
}
.a-grid--gutters-xl .a-grid__row > * {
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (min-width: 0px) {
  .mo-1of6 {
    width: 16.6666666667%;
  }
  .mo-2of6 {
    width: 33.3333333333%;
  }
  .mo-3of6 {
    width: 50%;
  }
  .mo-4of6 {
    width: 66.6666666667%;
  }
  .mo-5of6 {
    width: 83.3333333333%;
  }
  .mo-6of6 {
    width: 100%;
  }
}
@media screen and (min-width: 400px) {
  .me-1of6 {
    width: 16.6666666667%;
  }
  .me-2of6 {
    width: 33.3333333333%;
  }
  .me-3of6 {
    width: 50%;
  }
  .me-4of6 {
    width: 66.6666666667%;
  }
  .me-5of6 {
    width: 83.3333333333%;
  }
  .me-6of6 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .t-1of6 {
    width: 16.6666666667%;
  }
  .t-2of6 {
    width: 33.3333333333%;
  }
  .t-3of6 {
    width: 50%;
  }
  .t-4of6 {
    width: 66.6666666667%;
  }
  .t-5of6 {
    width: 83.3333333333%;
  }
  .t-6of6 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .l-1of12 {
    width: 8.3333333333%;
  }
  .l-2of12 {
    width: 16.6666666667%;
  }
  .l-3of12 {
    width: 25%;
  }
  .l-4of12 {
    width: 33.3333333333%;
  }
  .l-5of12 {
    width: 41.6666666667%;
  }
  .l-6of12 {
    width: 50%;
  }
  .l-7of12 {
    width: 58.3333333333%;
  }
  .l-8of12 {
    width: 66.6666666667%;
  }
  .l-9of12 {
    width: 75%;
  }
  .l-10of12 {
    width: 83.3333333333%;
  }
  .l-11of12 {
    width: 91.6666666667%;
  }
  .l-12of12 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .d-1of12 {
    width: 8.3333333333%;
  }
  .d-2of12 {
    width: 16.6666666667%;
  }
  .d-3of12 {
    width: 25%;
  }
  .d-4of12 {
    width: 33.3333333333%;
  }
  .d-5of12 {
    width: 41.6666666667%;
  }
  .d-6of12 {
    width: 50%;
  }
  .d-7of12 {
    width: 58.3333333333%;
  }
  .d-8of12 {
    width: 66.6666666667%;
  }
  .d-9of12 {
    width: 75%;
  }
  .d-10of12 {
    width: 83.3333333333%;
  }
  .d-11of12 {
    width: 91.6666666667%;
  }
  .d-12of12 {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .w-1of12 {
    width: 8.3333333333%;
  }
  .w-2of12 {
    width: 16.6666666667%;
  }
  .w-3of12 {
    width: 25%;
  }
  .w-4of12 {
    width: 33.3333333333%;
  }
  .w-5of12 {
    width: 41.6666666667%;
  }
  .w-6of12 {
    width: 50%;
  }
  .w-7of12 {
    width: 58.3333333333%;
  }
  .w-8of12 {
    width: 66.6666666667%;
  }
  .w-9of12 {
    width: 75%;
  }
  .w-10of12 {
    width: 83.3333333333%;
  }
  .w-11of12 {
    width: 91.6666666667%;
  }
  .w-12of12 {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .xl-1of12 {
    width: 8.3333333333%;
  }
  .xl-2of12 {
    width: 16.6666666667%;
  }
  .xl-3of12 {
    width: 25%;
  }
  .xl-4of12 {
    width: 33.3333333333%;
  }
  .xl-5of12 {
    width: 41.6666666667%;
  }
  .xl-6of12 {
    width: 50%;
  }
  .xl-7of12 {
    width: 58.3333333333%;
  }
  .xl-8of12 {
    width: 66.6666666667%;
  }
  .xl-9of12 {
    width: 75%;
  }
  .xl-10of12 {
    width: 83.3333333333%;
  }
  .xl-11of12 {
    width: 91.6666666667%;
  }
  .xl-12of12 {
    width: 100%;
  }
}
.a-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 87%;
  max-width: 1440px;
}
@media screen and (min-width: 1200px) {
  .a-wrapper {
    width: 90%;
  }
}
.a-wrapper--max {
  max-width: 1920px;
}

.a-text > *:first-child {
  margin-top: 0;
}
.a-text > *:last-child {
  margin-bottom: 0;
}
.a-text--title {
  font-family: kensington, sans-serif;
}
.a-text--subtitle {
  font-family: salted, sans-serif;
}
.a-text--bold {
  font-weight: 700;
}
.a-text--italic {
  font-style: italic;
}
.a-text--upper {
  text-transform: uppercase;
}
@media screen and (min-width: 0px) {
  .a-text--intro {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.a-text--center {
  text-align: center;
}
.a-text--white {
  color: #ffffff;
}
.a-text--primary {
  color: #231F44;
}
.a-text--secondary {
  color: #E9473F;
}
.a-text--tertiary {
  color: #9B783F;
}
.a-text--y0 {
  margin-top: 0;
  margin-bottom: 0;
}

/** @format */
.a-nav-btn {
  border: none;
  padding: 0;
  background-color: transparent;
  width: 34px;
  height: 21px;
  position: relative;
  display: table;
  cursor: pointer;
  outline: none;
}
.a-nav-btn__part {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ffffff;
  transition: transform 0.4s ease, bottom 0.4s ease 0.4s, top 0.4s ease 0.4s, opacity 0.4s ease 0.4s, translate 0.3s ease, scale 0.3s ease;
}
.close .a-nav-btn__part {
  transition: transform 0.4s ease 0.4s, bottom 0.4s ease, top 0.4s ease, opacity 0.4s ease;
}
.a-nav-btn__part--one {
  top: 0;
}
.close .a-nav-btn__part--one {
  top: calc(50% - 1.5px);
  transform: rotate(45deg);
}
.a-nav-btn__part--two {
  top: calc(50% - 1.5px);
}
.close .a-nav-btn__part--two {
  opacity: 0;
}
.a-nav-btn__part--three {
  bottom: 0;
}
.close .a-nav-btn__part--three {
  bottom: calc(50% - 1.5px);
  transform: rotate(-45deg);
}

@media screen and (min-width: 1024px) {
  .a-nav-btn:not(.close):hover .a-nav-btn__part--one {
    translate: 0 -2px;
  }
  .a-nav-btn:not(.close):hover .a-nav-btn__part--two {
    scale: 0.9 1;
  }
  .a-nav-btn:not(.close):hover .a-nav-btn__part--three {
    translate: 0 2px;
  }
}

.a-social-btn {
  color: #ffffff;
  display: block;
  width: 25px;
  transition: 0.3s ease;
}
.a-social-btn:visited {
  color: #ffffff;
}
.a-social-btn:hover {
  color: #231F44;
}
@media screen and (min-width: 1024px) {
  .a-social-btn {
    width: 27px;
  }
}

.a-subtitle {
  font-family: salted, sans-serif;
  font-size: 2.8rem;
  color: #E9473F;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .a-subtitle {
    font-size: 3.2rem;
  }
}
.a-subtitle--rotate {
  rotate: -1.5deg;
}
@media screen and (min-width: 1024px) {
  .a-subtitle--tright {
    translate: 48px 0;
  }
}
@media screen and (min-width: 1024px) {
  .a-subtitle--tleft {
    translate: -48px 0;
  }
}

.a-team-visual {
  position: relative;
}
@media screen and (min-width: 768px) {
  .a-team-visual {
    padding-bottom: 40px;
  }
}
.a-team-visual__portrait {
  rotate: -1.5deg;
  position: relative;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .a-team-visual__portrait {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .a-team-visual__portrait {
    width: 62.5%;
  }
}
.a-team-visual__board {
  position: relative;
  rotate: 1.5deg;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .a-team-visual__board {
    width: 90%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .a-team-visual__board {
    width: 75%;
  }
}
.a-team-visual img {
  border-radius: 24px;
}

.a-key-number {
  display: flex;
  align-items: center;
  gap: 16px;
}
.a-key-number__number {
  font-size: 7.2rem;
  margin: 0;
  text-wrap: nowrap;
}
.a-key-number__desc {
  margin: 16px 0 0;
  text-wrap: nowrap;
}

.a-tools-item {
  padding: 24px;
  position: relative;
  background-color: #F0EEE6;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .a-tools-item {
    padding: 24px 14.2857142857% 24px 40px;
  }
}
.a-tools-item:not(:last-child) {
  border-bottom: 1px solid #9B783F;
}
.a-tools-item__btn {
  background-color: transparent;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 24px;
  right: 24px;
  border: none;
  background-color: none;
  background-image: url("../icons/circle-btn.svg");
  padding: 0;
  --rotate: 90deg;
}
.a-tools-item__btn::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1.5px;
  left: calc(50% - 5px);
  top: 50%;
  translate: 0 -50%;
  background-color: #9B783F;
}
.a-tools-item__btn:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1.5px;
  left: calc(50% - 5px);
  top: 50%;
  translate: 0 -50%;
  rotate: var(--rotate);
  background-color: #9B783F;
}
.a-tools-item__title {
  padding-right: 48px;
  margin: 0 0 16px;
  font-family: basic-sans, sans-serif;
}
.a-tools-item__text {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .a-author {
    display: flex;
    align-items: center;
    gap: 32px;
  }
}
.a-author__photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 8px;
}
@media screen and (min-width: 768px) {
  .a-author__photo {
    margin: 0;
  }
}
.a-author__name {
  font-size: 2rem;
  margin: 4px 0;
}
.a-author__job {
  margin: 4px 0;
}

/** @format */
.m-main-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .m-main-nav__list {
    gap: 32px;
    flex-direction: row;
    align-items: center;
  }
}
.m-main-nav__item {
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 1.2;
}
.m-main-nav__item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 1024px) {
  .m-main-nav__item:after {
    left: auto;
    right: -16px;
  }
}
.m-main-nav__item.explorateur {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.m-main-nav__item.explorateur span {
  display: block;
  width: 24px;
  rotate: 1.5deg;
}
.m-main-nav__link {
  color: #ffffff;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  display: block;
}
.m-main-nav__link:visited {
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .m-main-nav__link {
    font-size: 1.8rem;
  }
}

.m-nav-legal__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-nav-legal__item {
  position: relative;
  padding: 0;
  margin: 0;
}
.m-nav-legal__item:not(:last-child):after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #ffffff;
  border-radius: 50%;
  right: -13.5px;
  top: calc(50% - 1.5px);
}
.m-nav-legal__link {
  display: table;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.4rem;
}
.m-nav-legal__link:visited {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .m-nav-legal__link:hover {
    text-decoration: underline;
  }
}

.m-newsletter__title {
  font-size: 3.6rem;
  margin: 0 0 16px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .m-newsletter__title {
    text-align: left;
  }
}
.m-newsletter__form {
  height: 200px;
  background: #ffffff;
}

.m-address {
  text-align: center;
  color: #ffffff;
}
.m-address > *:first-child {
  margin-top: 0;
}
.m-address > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .m-address {
    text-align: left;
  }
}
.m-address a {
  color: #ffffff;
  text-decoration: none;
}
.m-address a:visited {
  color: #ffffff;
}
.m-address__logo {
  width: 136px;
  margin: 0 auto 8px;
}
@media screen and (min-width: 1024px) {
  .m-address__logo {
    margin: 0 0 12px;
  }
}
.m-address__title {
  color: #ffffff;
}
.m-address__title a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}
.m-address__title a:visited {
  color: #ffffff;
}
.m-address__title a:hover {
  text-decoration: none;
}
.m-address__socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .m-address__socials {
    justify-content: flex-start;
  }
}

.m-footer-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .m-footer-nav__list {
    align-items: flex-start;
  }
}
.m-footer-nav__link {
  text-decoration: none;
  color: #ffffff;
}
.m-footer-nav__link:visited {
  color: #ffffff;
}
.m-footer-nav__link:hover {
  text-decoration: underline;
}

.m-img-text {
  --imageRotation: 1.5deg;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .m-img-text {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .m-img-text {
    gap: 96px;
  }
}
@media screen and (min-width: 1440px) {
  .m-img-text {
    gap: 128px;
  }
}
.m-img-text--right {
  --imageRotation: -1.5deg;
}
@media screen and (min-width: 768px) {
  .m-img-text--right {
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
}
.m-img-text--small-gap {
  gap: 48px;
}
.m-img-text--xs-gap {
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .m-img-text--xs-gap {
    gap: 24px;
  }
}
.m-img-text__img > img {
  border-radius: 24px;
  rotate: var(--imageRotation);
}

.m-block-heading {
  margin: 0 0 32px;
}
@media screen and (min-width: 1200px) {
  .m-block-heading {
    margin: 0 0 48px;
  }
}
.m-block-heading--center {
  margin-left: auto;
  margin-right: auto;
}

.m-tease-post__inner {
  display: block;
  color: #231F44;
  text-decoration: none;
}
.m-tease-post__inner:visited {
  color: #231F44;
}
.m-tease-post__inner:hover {
  color: #231F44;
}
.m-tease-post__thumb {
  border-radius: 16px;
  overflow: hidden;
  margin: 0 0 16px;
}
.m-tease-post__title {
  font-size: 1.8rem;
  line-height: 1.55;
}
.m-tease-post__more {
  transition: 0.3s ease;
}
.m-tease-post__moreArrow {
  display: inline-block;
  width: 16px;
  margin-right: 8px;
  transition: 0.3s ease;
}

@media screen and (min-width: 1024px) {
  .m-tease-post:hover .m-tease-post__more {
    transform: translateX(8px);
    transition: 0.3s ease;
  }
  .m-tease-post:hover .m-tease-post__moreArrow {
    margin-right: 12px;
    transition: 0.3s ease 0.1s;
  }
}

.m-tease-expertise {
  --backgroundColor: #ffe0df;
  --textColor: #E9473F;
  display: block;
  text-decoration: none;
  padding: 24px 24px 32px;
  border-radius: 16px;
  background: var(--backgroundColor);
  color: var(--textColor);
  transition: 0.4s ease;
}
.m-tease-expertise:visited {
  color: var(--textColor);
}
.m-tease-expertise--blue {
  --backgroundColor: #f7f7fc;
  --textColor: #231F44;
}
.m-tease-expertise--gold {
  --backgroundColor: #F0EEE6;
  --textColor: #9B783F;
}
.m-tease-expertise__icon {
  width: 48px;
  margin: 0 0 16px;
}
.m-tease-expertise__title {
  margin: 0 0 8px;
}
.m-tease-expertise__more {
  margin: 0;
  font-size: 1.4rem;
  color: var(--textColor);
  transition: 0.4s ease;
}
.m-tease-expertise__moreArrow {
  display: inline-block;
  width: 14px;
  margin: 0 8px 0 0;
  transition: 0.4s ease;
}

@media screen and (min-width: 1024px) {
  .m-tease-expertise:hover {
    scale: 1.05;
  }
  .m-tease-expertise:hover .m-tease-expertise__more {
    transform: translateX(8px);
    transition: 0.3s ease;
  }
  .m-tease-expertise:hover .m-tease-expertise__moreArrow {
    margin-right: 12px;
    transition: 0.3s ease 0.1s;
  }
}

.m-key-numbers {
  position: relative;
  height: 160px;
}
.m-key-numbers__list {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  gap: 56px;
  translate: 0 -50%;
  padding: 0 28px;
  will-change: transform;
}
@media screen and (min-width: 1200px) {
  .m-key-numbers__list {
    padding: 0 32px;
    gap: 64px;
  }
}

.m-logo-list {
  position: relative;
  height: 91px;
  overflow: hidden;
  will-change: transform;
}
.m-logo-list__item {
  width: 160px;
  position: absolute;
}

.m-expertise {
  position: relative;
}
.m-expertise__picto {
  width: 72px;
  margin: 0 0 16px;
}
@media screen and (min-width: 1024px) {
  .m-expertise__picto {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.m-expertise__title {
  margin: 0 0 48px;
}
@media screen and (min-width: 1024px) {
  .m-expertise__title {
    width: calc(100% - 96px);
    margin-left: auto;
  }
}
.m-expertise__text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .m-expertise__text {
    flex-direction: row;
    gap: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .m-expertise__text {
    width: calc(100% - 96px);
    margin-left: auto;
  }
}
@media screen and (min-width: 1440px) {
  .m-expertise__text {
    gap: 128px;
  }
}
@media screen and (min-width: 768px) {
  .m-expertise__textCol {
    width: calc(50% - 36px);
  }
}
@media screen and (min-width: 1440px) {
  .m-expertise__textCol {
    width: calc(50% - 64px);
  }
}
.m-expertise__subtitle {
  margin: 0 0 16px;
}

.m-tease-team {
  cursor: pointer;
}
.m-tease-team__text {
  margin-top: 24px;
}
.m-tease-team__name {
  margin: 0 0 4px;
  font-size: 3.2rem;
}
.m-tease-team__job {
  margin: 0;
}
.m-tease-team .a-team-visual {
  transition: 0.4s ease;
}

@media screen and (min-width: 1024px) {
  .m-tease-team:hover .a-team-visual {
    rotate: -1.5deg;
  }
}

.m-flex-text {
  margin: 32px 0;
}

.m-flex-img {
  margin: 32px auto;
}
@media screen and (min-width: 1024px) {
  .m-flex-img--medium {
    width: 75%;
  }
}
.m-flex-img__inner {
  margin: 0;
}
.m-flex-img__img {
  overflow: hidden;
  border-radius: 16px;
}
.m-flex-img__caption {
  margin: 8px 0 0;
  text-align: center;
  font-size: 1.4rem;
}

.m-flex-separator {
  margin: 64px 0;
  height: 1px;
  border: none;
  outline: none;
  background-color: #E9473F;
}

.m-flex-framed {
  margin: 32px 0;
  padding: 24px;
  border-radius: 16px;
  background-color: #FFE0DF;
}
@media screen and (min-width: 768px) {
  .m-flex-framed {
    padding: 64px;
  }
}

.m-flex-quote {
  padding: 24px;
  border: 1px solid #E9473F;
  border-radius: 20px;
  margin: 32px 0;
}
@media screen and (min-width: 1024px) {
  .m-flex-quote {
    padding: 64px;
  }
}
.m-flex-quote__text {
  margin: 32px 0 0;
}
.m-flex-quote__quote {
  margin: 0;
}
.m-flex-quote__quote:before {
  content: '"';
}
.m-flex-quote__quote:after {
  content: '"';
}

.m-flex-video {
  margin: 32px auto;
  border-radius: 20px;
  overflow: hidden;
}
.m-flex-video iframe {
  display: block;
  height: 200px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .m-flex-video iframe {
    height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .m-flex-video iframe {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .m-flex-video iframe {
    height: 500px;
  }
}

.m-flex-images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin: 32px 0;
}
@media screen and (min-width: 768px) {
  .m-flex-images {
    gap: 32px;
  }
}
.m-flex-images__one {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .m-flex-images__one {
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 1024px) {
  .m-flex-images__one {
    width: calc(33.3333333333% - 32px + 10.6666666667px);
  }
}

.m-flex-form__form {
  margin: 24px 0 0;
}
@media screen and (min-width: 1024px) {
  .m-flex-form__form {
    padding: 0 64px;
  }
}

.a-pagination-btn {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #231F44;
  background-color: transparent;
  outline: none;
  border: 0;
  transition: 0.3s ease;
}
.a-pagination-btn:disabled {
  opacity: 0.4;
}
.a-pagination-btn:visited {
  color: #231F44;
}
.a-pagination-btn:not(:disabled):hover {
  color: #E9473F;
}
.a-pagination-btn:not(:disabled):hover svg {
  translate: 4px 0;
}
.a-pagination-btn svg {
  transition: 0.3s ease;
}

.m-pagination {
  margin-top: 48px;
}
.m-pagination__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.m-pagination__item {
  padding: 0;
  margin: 0;
}
.m-pagination__link {
  font-size: 1.8rem;
  color: #232328;
  text-decoration: none;
  transition: 0.3s ease;
}
.m-pagination__link:visited {
  color: #232328;
}
.m-pagination__link:hover {
  color: #E9473F;
}
.m-pagination__current {
  font-size: 1.8rem;
  font-weight: 700;
}

.o-block {
  padding: 64px 0;
}
@media screen and (min-width: 1200px) {
  .o-block {
    padding: 96px 0;
  }
}
@media screen and (min-width: 1920px) {
  .o-block {
    padding: 128px 0;
  }
}
.o-block--bgwhite {
  background-color: #ffffff;
}
.o-block--bgblack {
  background-color: #232328;
}
.o-block--bgprimary {
  background-color: #231F44;
}
.o-block--bgsecondary {
  background-color: #E9473F;
}
.o-block--bgtertiary {
  background-color: #9B783F;
  background-image: url("../images/background-tertiary.svg");
}
.o-block--bgquaternary {
  background-color: #F0EEE6;
  background-image: url("../images/background-quaternary.svg");
}
.o-block--quintary {
  background-color: orange;
}
.o-block--ptDouble {
  padding-top: 96px;
}
@media screen and (min-width: 1200px) {
  .o-block--ptDouble {
    padding-top: 192px;
  }
}
.o-block--pbNull {
  padding-bottom: 0;
}
.o-block--framed {
  padding: 48px 24px;
  border-radius: 32px;
}
@media screen and (min-width: 1200px) {
  .o-block--framed {
    padding: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .o-block--framed--fat {
    padding: 64px 8.3333333333%;
  }
}
.o-block--ohidden {
  overflow: hidden;
}
.o-block--center {
  margin-left: auto;
  margin-right: auto;
}

.o-site-header {
  padding: 16px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 999;
}
@media screen and (min-width: 1024px) {
  .o-site-header {
    padding: 32px 0;
  }
}
.o-site-header__container {
  height: 45px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .o-site-header__container {
    height: 57px;
  }
}
@media screen and (min-width: 1200px) {
  .o-site-header__container {
    padding-right: 5%;
  }
}
.o-site-header__left {
  background-color: #E9473F;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 6px;
  box-shadow: 0px 1px 3px 0px rgba(35, 35, 40, 0.1), 0px 1px 2px 0px rgba(35, 35, 40, 0.06);
  position: fixed;
  top: 16px;
  left: 6.5vw;
}
@media screen and (min-width: 1024px) {
  .o-site-header__left {
    border-radius: 8px;
    gap: 16px;
    padding: 16px 24px;
    top: 32px;
    left: 10vw;
  }
}
.o-site-header__logo {
  width: 64px;
  min-width: 64px;
  position: relative;
}
.o-site-header__logo:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 1024px) {
  .o-site-header__logo {
    width: 88px;
  }
}
.o-site-header__nav {
  position: absolute;
  top: calc(100% + 8px);
  border-radius: 6px;
  left: 0;
  background-color: #E9473F;
  padding: 32px;
  width: 248px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .o-site-header__nav {
    background: transparent;
    width: auto;
    opacity: 1;
    visibility: visible;
    position: static;
    padding: 0;
    max-width: 0;
    overflow: hidden;
  }
}
.o-site-header__right {
  background: #ffffff;
  border-radius: 100px;
  padding: 8px 16px;
  display: table;
  box-shadow: 0px 1px 3px 0px rgba(35, 35, 40, 0.1), 0px 1px 2px 0px rgba(35, 35, 40, 0.06);
}
@media screen and (min-width: 1200px) {
  .o-site-header__right {
    padding: 8px 24px;
  }
}
.o-site-header__contactMobile {
  display: block;
  width: 24px;
  color: #231F44;
  text-decoration: none;
  transition: 0.4s ease;
}
.o-site-header__contactMobile:visited {
  color: #231F44;
}
.o-site-header__contactMobile:hover {
  color: #E9473F;
}
@media screen and (min-width: 1200px) {
  .o-site-header__contactMobile {
    display: none;
  }
}
.o-site-header__contactDesktop {
  text-transform: uppercase;
  text-decoration: none;
  color: #231F44;
  display: none;
  transition: 0.4s ease;
}
.o-site-header__contactDesktop:visited {
  color: #231F44;
}
.o-site-header__contactDesktop:hover {
  color: #E9473F;
}
@media screen and (min-width: 1200px) {
  .o-site-header__contactDesktop {
    display: block;
  }
}

.o-site-footer {
  border-radius: 25px 25px 0 0;
}
.o-site-footer__top {
  padding: 64px 0 56px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .o-site-footer__top {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 128px 0 112px;
  }
}
.o-site-footer__top:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  border-radius: 100%;
  height: 16px;
  background: rgba(97, 67, 20, 0.4);
  filter: blur(8px);
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .o-site-footer__top:after {
    height: 56px;
    bottom: -28px;
    filter: blur(28px);
  }
}
.o-site-footer__deco {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .o-site-footer__deco {
    left: 8.3333333333%;
    right: 8.3333333333%;
  }
}
.o-site-footer__topLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .o-site-footer__topLeft {
    flex-direction: row;
    align-items: flex-start;
    gap: 64px;
  }
}
.o-site-footer__topRight {
  position: relative;
  z-index: 3;
}
.o-site-footer__bottom {
  padding: 16px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .o-site-footer__bottom {
    flex-direction: row;
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .o-site-footer__bottom {
    padding: 24px 0;
  }
}
.o-site-footer__bottom:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100vw;
  top: 0;
  left: calc(50% - 50vw);
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .o-site-footer__bottom:before {
    width: auto;
    left: 0;
    right: 0;
  }
}
.o-site-footer__copy {
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .o-site-footer__copy {
    padding: 0;
  }
}
.o-site-footer__copy:before {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .o-site-footer__copy:before {
    left: -16px;
  }
}

.o-fp-header {
  position: relative;
  overflow: hidden;
  will-change: border-radius;
}
.o-fp-header__back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.o-fp-header__text {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -100%;
  width: 100%;
  z-index: 2;
}
.o-fp-header__subtitle {
  margin: 0;
  will-change: transform;
}
.o-fp-header__title {
  margin: 0;
  font-size: 7.2rem;
  line-height: 1;
  will-change: scroll-position;
}
@media screen and (min-width: 768px) {
  .o-fp-header__title {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .o-fp-header__title {
    font-size: 15.2rem;
  }
}
@media screen and (min-width: 1920px) {
  .o-fp-header__title {
    font-size: 20rem;
  }
}
.o-fp-header__title .letter {
  will-change: opacity;
}
.o-fp-header__front {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.o-fp-header picture, .o-fp-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.o-fp-intro__title {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.o-fp-intro__bloc1 {
  position: relative;
  z-index: 1;
  margin: -64px 0 48px;
}
@media screen and (min-width: 768px) {
  .o-fp-intro__bloc1 {
    margin: -16px 0 48px;
  }
}
@media screen and (min-width: 1024px) {
  .o-fp-intro__bloc1 {
    margin: -64px 0 48px;
  }
}
@media screen and (min-width: 1200px) {
  .o-fp-intro__bloc1 {
    translate: -8.3333333333% 0;
    margin: -64px 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .o-fp-intro__bloc1 {
    margin: -112px 0 0;
  }
}
.o-fp-intro__bloc2 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .o-fp-intro__bloc2 {
    translate: 4.1666666667% 0;
    margin: -16px 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .o-fp-intro__bloc2 {
    margin: -64px 0 0;
  }
}

.o-list-posts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .o-list-posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .o-list-posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .o-list-posts {
    grid-template-columns: repeat(4, 1fr);
  }
}
.o-list-posts--fp > *:nth-child(3), .o-list-posts--fp > *:nth-child(4) {
  display: none;
}
@media screen and (min-width: 1024px) {
  .o-list-posts--fp > *:nth-child(3) {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .o-list-posts--fp > *:nth-child(4) {
    display: block;
  }
}

.o-list-team {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .o-list-team {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .o-list-team {
    gap: 48px;
  }
}
@media screen and (min-width: 768px) {
  .o-list-team > * {
    width: calc(33.3333333333% - 8px);
  }
}
@media screen and (min-width: 1200px) {
  .o-list-team > * {
    width: calc(33.3333333333% - 16px);
  }
}

.o-fp-expertise {
  overflow: hidden;
}
.o-fp-expertise__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1200px) {
  .o-fp-expertise__content {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .o-fp-expertise__content {
    gap: 136px;
  }
}
.o-fp-expertise__text {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .o-fp-expertise__text {
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .o-fp-expertise__text {
    justify-content: flex-start;
    width: calc(33.3333333333% - 32px);
  }
}
@media screen and (min-width: 1440px) {
  .o-fp-expertise__text {
    width: calc(33.3333333333% - 68px);
  }
}
@media screen and (min-width: 768px) {
  .o-fp-expertise__textCol {
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 1200px) {
  .o-fp-expertise__textCol {
    width: 100%;
  }
}
.o-fp-expertise__list {
  overflow: visible;
  max-width: 100%;
  margin: 0 auto;
  width: 75%;
}
@media screen and (min-width: 768px) {
  .o-fp-expertise__list {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .o-fp-expertise__list {
    width: calc(66.6666666667% - 32px);
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .o-fp-expertise__list {
    width: calc(58.3333333333% - 68px);
  }
}
.o-fp-expertise__listInner {
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .o-fp-expertise__listInner {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(12, 1fr);
  }
}
.o-fp-expertise__one {
  height: auto; /* reset */
  display: flex;
  flex-direction: column;
}
.o-fp-expertise__one:nth-child(1) {
  grid-column: 1/5;
}
.o-fp-expertise__one:nth-child(2) {
  grid-column: 5/9;
}
.o-fp-expertise__one:nth-child(3) {
  grid-column: 9/13;
}
.o-fp-expertise__one:nth-child(4) {
  grid-column: 1/7;
}
.o-fp-expertise__one:nth-child(5) {
  grid-column: 7/13;
}
.o-fp-expertise__one:nth-child(6) {
  grid-column: 1/5;
}
.o-fp-expertise__one:nth-child(7) {
  grid-column: 5/9;
}
.o-fp-expertise__one:nth-child(8) {
  grid-column: 9/13;
}

.o-cta {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .o-cta {
    text-align: left;
  }
}
.o-cta__titleLine1 {
  display: table;
  translate: -16px 0;
}
@media screen and (min-width: 768px) {
  .o-cta__titleLine1 {
    translate: -80px 0;
  }
}
@media screen and (min-width: 1440px) {
  .o-cta__titleLine1 {
    translate: -104px 0;
  }
}
.o-cta__titleLine2 {
  display: table;
  translate: 16px 0;
}
@media screen and (min-width: 768px) {
  .o-cta__titleLine2 {
    translate: 24px 0;
  }
}
@media screen and (min-width: 1024px) {
  .o-cta__desc {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .o-cta__desc {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1440px) {
  .o-cta__desc {
    width: 50%;
  }
}
.o-cta__btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .o-cta__btn {
    margin-left: 0;
  }
}

/** @format */
.o-page-header {
  --scaleafter: 0;
  --background-image: none;
  --maincolor: #231F44;
  --maincolorrgb: 35,
    31,
    68;
  position: relative;
}
.o-page-header--secondary {
  --background-image: none;
  --maincolor: #E9473F;
  --maincolorrgb: 233,
    71,
    63;
}
.o-page-header--tertiary {
  --background-image: url("../images/background-tertiary.svg");
  --maincolor: #9B783F;
  --maincolorrgb: 155,
    120,
    63;
}
@media screen and (min-width: 1024px) {
  .o-page-header__wrap {
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
  }
}
.o-page-header__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 6.5vw 16px;
}
@media screen and (min-width: 1024px) {
  .o-page-header__container {
    padding: 0 8.3333333333% 40px;
  }
}
@media screen and (min-width: 1920px) {
  .o-page-header__container {
    padding: 0 16.6666666667% 80px 8.3333333333%;
  }
}
.o-page-header__container:before {
  content: "";
  position: absolute;
  position: absolute;
  width: 100vw;
  left: calc(50% - 50vw);
  top: 0;
  bottom: 80px;
  background: var(--maincolor);
  background-image: var(--background-image);
  z-index: 1;
  transform-origin: center 0;
  transform: scale(1, var(--scaleafter));
}
@media screen and (min-width: 1920px) {
  .o-page-header__container:before {
    bottom: 136px;
  }
}
.o-page-header__container:after {
  content: "";
  background: linear-gradient(180deg, rgba(var(--maincolorrgb), 0) 64.67%, rgb(var(--maincolorrgb)) 97.87%);
  position: absolute;
  inset: 0;
  z-index: 3;
}
@media screen and (min-width: 1920px) {
  .o-page-header__container:after {
    background: linear-gradient(180deg, rgba(var(--maincolorrgb), 0) 50.67%, rgb(var(--maincolorrgb)) 97.87%);
  }
}
.o-page-header__visual {
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.o-page-header__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.o-page-header__title {
  position: relative;
  z-index: 4;
}
.o-page-header__text {
  background-color: var(--maincolor);
  padding: 24px 6.5vw 64px;
  font-size: 2.2rem;
  border-radius: 0px 0px 24px 24px;
}
@media screen and (min-width: 1024px) {
  .o-page-header__text {
    padding: 24px 16.6666666667% 96px 8.3333333333%;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1920px) {
  .o-page-header__text {
    padding: 24px 33.3333333333% 96px 8.3333333333%;
  }
}

.o-key-numbers {
  padding: 2vw 0 0;
}
.o-key-numbers__inner {
  margin: 0 -2vw;
}
@media screen and (min-width: 768px) {
  .o-key-numbers {
    padding: 2vw 0 1vw;
  }
}
.o-key-numbers__one {
  rotate: -2deg;
  margin: 0 0 8px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .o-key-numbers__one {
    margin: 0 0 16px;
  }
}
.o-key-numbers__two {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .o-key-numbers__two {
    rotate: 1deg;
  }
}

.o-tools {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .o-tools {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .o-tools {
    gap: 96px;
  }
}
@media screen and (min-width: 1440px) {
  .o-tools {
    gap: 128px;
  }
}
.o-tools__header {
  text-align: center;
  padding: 68px 0 120px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .o-tools__header {
    text-align: left;
    padding: 152px 0;
  }
}
.o-tools__image {
  position: absolute;
  inset: 0 -5vw;
  border-radius: 24px;
  overflow: hidden;
  rotate: -1.5deg;
}
@media screen and (min-width: 768px) {
  .o-tools__image {
    inset: 0 -20%;
  }
}
@media screen and (min-width: 1024px) {
  .o-tools__image {
    inset: 0 -25%;
  }
}
@media screen and (min-width: 1200px) {
  .o-tools__image {
    inset: 0 -50% 0 -25%;
  }
}
@media screen and (min-width: 1440px) {
  .o-tools__image {
    inset: 0 -66.6666666667% 0 -33.3333333333%;
  }
}
.o-tools__image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(35, 35, 40, 0.2) 0%, rgba(35, 35, 40, 0.2) 100%);
}
.o-tools__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.o-tools__headerText {
  position: relative;
  z-index: 2;
}
.o-tools__tools {
  border-radius: 16px;
  border: 1px solid #9B783F;
  overflow: hidden;
  margin-top: -72px;
}
@media screen and (min-width: 1024px) {
  .o-tools__tools {
    margin-top: 48px;
  }
}

.o-expertise {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1024px) {
  .o-expertise {
    gap: 96px;
  }
}
@media screen and (min-width: 1440px) {
  .o-expertise {
    gap: 128px;
  }
}
.o-expertise__visual {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1.3;
}
@media screen and (min-width: 1024px) {
  .o-expertise__visual {
    aspect-ratio: 5/2;
  }
}
.o-expertise__visual img {
  width: 110%;
  max-width: none;
  height: 130%;
  -o-object-fit: cover;
  object-fit: cover;
}
.o-expertise__visual:nth-child(2n) img {
  position: relative;
  left: -10%;
}

.o-landing-content__container > *:first-child {
  margin-top: 0;
}
.o-landing-content__container > *:last-child {
  margin-bottom: 0;
}
.o-landing-content__block {
  margin: 96px auto;
}

.t-post {
  padding-top: 96px;
  position: relative;
}
.t-post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80vh;
  z-index: -1;
  background-color: #231F44;
}
@media screen and (min-width: 1024px) {
  .t-post {
    padding-top: 136px;
  }
}
.t-post__header {
  margin-bottom: 32px;
}
.t-post__back {
  display: table;
  font-size: 1.4rem;
  margin: 0 auto 32px;
  text-decoration: none;
  transition: 0.3s ease;
}
.t-post__back:visited {
  color: inherit;
}
.t-post__back span {
  display: inline-block;
  width: 14px;
  margin-right: 1rem;
  transition: 0.3s ease;
}
.t-post__back:hover {
  translate: 8px 0;
  transition: 0.3s ease;
}
.t-post__back:hover span {
  margin-right: 1.4rem;
  transition: 0.3s ease 0.1s;
}
.t-post__date {
  display: block;
}
.t-post__date:after {
  display: none;
}
.t-post__title {
  margin: 16px 0;
}
@media screen and (min-width: 1024px) {
  .t-post__intro {
    width: 87.5%;
  }
}
.t-post ol, .t-post ul {
  padding-left: 24px;
  margin: 16px 0;
}
.t-post ol > *:first-child, .t-post ul > *:first-child {
  margin-top: 0;
}
.t-post ol > *:last-child, .t-post ul > *:last-child {
  margin-bottom: 0;
}
.t-post ol li, .t-post ul li {
  margin: 8px 0;
  padding-left: 8px;
}
.t-post ul li::marker {
  color: #E9473F;
}
/*# sourceMappingURL=main.css.map */
