/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
/* --- PADDING SECTION --- */
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- Grid System ---  */
/*  --- Padding ---  */
/*
Theme Name: Theme Name
*/
#adminmenu li.wp-menu-separator {
  background-color: currentColor;
}

/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -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 {
  border-style: none;
}

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

@font-face {
  font-family: "Funnel Display";
  src: url("../fonts/FunnelDisplay-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Sans";
  src: url("../fonts/FunnelSans-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
}
html.overflow {
  overflow: hidden;
}
html {
  background-color: #2C330B;
  color: #000000;
}
html::-webkit-scrollbar {
  width: 0 !important;
}
html {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  min-height: -webkit-fill-available;
}

body.overflow {
  overflow: hidden;
}
body {
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect x='0' y='0' width='2' height='2' fill='%23E4E4DF'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  background-attachment: fixed;
  color: #000000;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
body {
  font-family: "Funnel Display", serif;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1325px;
}

.grid-wrap {
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .grid-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 120px);
  grid-gap: 0;
  gap: 0;
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

.col-full {
  grid-column: 1/-1;
}

.row-1 {
  grid-row: span 1;
}

.row-2 {
  grid-row: span 2;
}

.row-3 {
  grid-row: span 3;
}

.row-4 {
  grid-row: span 4;
}

.row-5 {
  grid-row: span 5;
}

.row-6 {
  grid-row: span 6;
}

.flex {
  display: flex;
  justify-content: space-between;
}
.flex > * {
  width: 50%;
}

.mobile {
  display: none;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}

.desktop {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.ghost {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.title-h0 {
  font-family: "Funnel Display", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 66px;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  .title-h0 {
    font-size: 80px;
    line-height: 92px;
  }
}

h1,
.title-h1 {
  font-family: "Funnel Display", serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 52px;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  h1,
  .title-h1 {
    font-size: 60px;
    line-height: 66px;
  }
}

h2,
.title-h2 {
  font-family: "Funnel Display", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  h2,
  .title-h2 {
    font-size: 44px;
    line-height: 52px;
  }
}

h3,
.title-h3 {
  font-family: "Funnel Display", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  h3,
  .title-h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4,
.title-h4 {
  font-family: "Funnel Display", serif;
  font-weight: 400;
  margin: 0;
}

h5,
.title-h5 {
  font-family: "Funnel Display", serif;
  font-weight: 400;
  margin: 0;
}

h6,
.title-h6 {
  font-family: "Funnel Display", serif;
  font-weight: 400;
  margin: 0;
}

.exergue {
  font-family: "Funnel Display", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  .exergue {
    font-size: 24px;
    line-height: 28px;
  }
}

.small-caps {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */
}
@media only screen and (min-width: 1920px) {
  .small-caps {
    font-size: 16px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.bg_white {
  background-color: #FFFFFF;
}

.bg_dark {
  background-color: #000000;
}

a.link {
  color: #666B4F;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  align-items: center;
  transition: all 0.3s;
}
a.link svg {
  margin-left: 12px;
}
a.link svg path {
  transition: all 0.3s;
}

.title_top {
  padding-right: 40%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .title_top {
    padding-right: 0%;
  }
}
.title_top .txt {
  /* -- @include break(mobile)-- */
}
.sec-padding_grand {
  padding-top: 120px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .sec-padding_grand {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.sec-padding_petit {
  padding-top: 70px;
  padding-bottom: 70px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .sec-padding_petit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sec-padding_petit .title_top {
  padding-bottom: 42px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .sec-padding_petit .title_top {
    padding-bottom: 32px;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  align-items: center;
  justify-content: center;
}
.popup .inner {
  position: absolute;
  width: 80%;
  height: 80vh;
  transform-origin: center;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.popup .video_wrap {
  pointer-events: all;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.popup .video_wrap iframe,
.popup .video_wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.popup .close span {
  font-style: italic;
}
.popup .close svg path {
  transition: all 0.4s;
}
.popup .close:hover {
  color: #666B4F;
}
.popup .close:hover svg path {
  fill: #666B4F;
  stroke: #666B4F;
}
.popup .bg {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: multiply;
  backdrop-filter: blur(0.25px);
}
.admin-bar header {
  top: 32px;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 60px;
}

.site-header__logo {
  display: block;
  flex-shrink: 0;
}
.site-header__logo img {
  display: block;
  height: auto;
  max-height: 36px;
  width: auto;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: 120px;
}

.site-header__nav-link {
  color: #FFFFFF;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
  transition: opacity 0.25s ease;
}
.site-header__nav-link:hover {
  opacity: 0.6;
}

.site-footer {
  background-color: #2C330B;
  padding: 30px 60px 50px;
}
.site-footer__inner {
  display: flex;
  align-items: center;
  gap: 190px;
  border-top: 1px solid #B3B5A7;
  padding-top: 50px;
}
.site-footer__logo {
  flex-shrink: 0;
  display: block;
}
.site-footer__logo img {
  display: block;
  height: auto;
  max-height: 40px;
  width: auto;
}
.site-footer__nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer__nav-link {
  color: #B3B5A7;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
  transition: color 0.25s ease;
  flex: 1;
}
.site-footer__nav-link:hover {
  color: #FFFFFF;
}

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.cta-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
.cta-block:hover .cta-block__marker {
  transform: scaleY(4);
  background-color: #E4E4DF;
}
.cta-block:hover .cta-block__btn {
  transform: translateY(-10px);
  margin-left: 0;
  padding-left: 10px;
  background-color: #E4E4DF;
}
.cta-block:hover .cta-block__arrow {
  max-width: 10px;
  opacity: 1;
  margin-right: 10px;
}
.cta-block__marker {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #B3B5A7;
  transform-origin: top center;
  flex-shrink: 0;
  transition: transform 0.35s ease, background-color 0.35s ease;
}
.cta-block__btn {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  background-color: #B3B5A7;
  color: #2C330B;
  padding: 8px 20px;
  text-transform: uppercase;
  letter-spacing: 0.56px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color 0.35s ease, transform 0.35s ease, margin-left 0.35s ease, padding-left 0.35s ease;
}
.cta-block__arrow {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  margin-right: 0;
  transition: max-width 0.35s ease, opacity 0.35s ease, margin-right 0.35s ease;
}
.cta-block__arrow svg {
  min-width: 11px;
}

.home-veil {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background: #2C330B;
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 1.4s ease;
}
.home-veil.is-done {
  opacity: 0;
}

#preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #FFFFFF;
  overflow: hidden;
  opacity: 1;
  transition: opacity 1s ease;
}
#preloader.is-done {
  opacity: 0;
  pointer-events: none;
}

.preloader__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/pre-home-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 2s ease;
}
.preloader__bg.is-visible {
  opacity: 1;
}

.preloader__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}

.preloader__logo {
  overflow: hidden;
}

.preloader__logo-inner {
  display: block;
  transform: translateY(110%);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.preloader__logo.is-visible .preloader__logo-inner {
  transform: translateY(0);
}
.preloader__logo-inner img {
  display: block;
  width: auto;
  height: auto;
  max-height: 48px;
}

.preloader__text {
  overflow: hidden;
  text-align: right;
}
.preloader__text p {
  margin: 0;
}

.preloader__text-inner {
  display: block;
  color: #2C330B;
  transform: translateY(110%);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.preloader__text.is-visible .preloader__text-inner {
  transform: translateY(0);
}

.section-hero {
  position: relative;
  height: min(100dvh, 812px);
  overflow: hidden;
  color: #FFFFFF;
  background-color: #FFFFFF;
  background-image: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #3D2914 100%), url("../img/hero-bg.jpg");
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.admin-bar .section-hero {
  height: min(100dvh - 32px, 780px);
}
.section-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect x='0' y='0' width='2' height='2' fill='%23E4E4DF'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  background-attachment: fixed;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}
.section-hero__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.section-hero__header {
  position: relative;
}
.section-hero__marker-left {
  position: absolute;
  top: 8px;
  left: 180px;
  width: 18px;
  height: 18px;
  background-color: #E4E4DF;
}
.section-hero__title {
  margin-left: 240px;
  color: #FFFFFF;
  max-width: 500px;
}
.section-hero__text {
  margin-top: 30px;
  margin-left: 300px;
  max-width: 450px;
}
.section-hero__text p {
  margin: 0;
  color: #FFFFFF;
}
.section-hero .cta-block {
  padding-left: 240px;
  margin-top: 67px;
}
.section-hero__media {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36.25vw;
  aspect-ratio: 1/1;
  z-index: 0;
}
.section-hero__marker-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #E4E4DF;
  z-index: 2;
}
.section-hero__image {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 0;
  bottom: 0;
  margin: 0;
}
.section-hero__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero__scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  line-height: 1;
}

.section-introduction {
  position: relative;
  background-color: #2C330B;
  color: #FFFFFF;
  min-height: 745px;
  display: flex;
  align-items: center;
}
.section-introduction::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect x='0' y='0' width='2' height='2' fill='%23E4E4DF'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  background-attachment: fixed;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}
.section-introduction__image {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 540px;
  z-index: 2;
  margin: 0;
}
.section-introduction__image img {
  display: block;
  width: 100%;
  height: auto;
}
.section-introduction__content {
  position: relative;
  z-index: 2;
  margin-left: 540px;
}
.section-introduction__title {
  margin: 0 0 56px;
  color: #FFFFFF;
}
.section-introduction__header {
  display: flex;
  align-items: flex-start;
  margin-left: 120px;
  margin-bottom: 65px;
  position: relative;
}
.section-introduction__marker {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background-color: #E4E4DF;
}
.section-introduction__subtitle {
  margin: 0;
  margin-left: 30px;
  color: #FFFFFF;
  max-width: 300px;
}
.section-introduction__text {
  margin-left: 240px;
  max-width: 450px;
  color: #E4E4DF;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
}
.section-introduction__text p {
  margin: 0;
}

.section-interventions {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-image: url("../img/interventions-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: stretch;
}
.admin-bar .section-interventions {
  height: calc(100vh - 32px);
}
.section-interventions__left {
  flex: 0 0 780px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.section-interventions__header {
  position: relative;
  margin-bottom: 32px;
}
.section-interventions__marker {
  position: absolute;
  left: 180px;
  top: 8px;
  width: 18px;
  height: 18px;
  background-color: #E4E4DF;
}
.section-interventions__title {
  margin-left: 240px;
  color: #FFFFFF;
  max-width: 360px;
  padding-top: 18px;
}
.section-interventions__text {
  margin-left: 300px;
  margin-top: 30px;
  margin-bottom: 60px;
  max-width: 450px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
}
.section-interventions__text p {
  margin: 0;
  color: #FFFFFF;
}
.section-interventions .cta-block {
  padding-left: 300px;
}
.section-interventions__slider {
  flex: 1;
  max-width: 470px;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  height: 100%;
  margin-left: 10px;
}
.section-interventions__nav {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}
.section-interventions__nav-nums {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.section-interventions__nav-current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #E4E4DF;
  color: #2C330B;
  flex-shrink: 0;
}
.section-interventions__nav-others {
  display: flex;
  align-items: center;
}
.section-interventions__nav-other-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: #B3B5A7;
  color: #2C330B;
  font-size: 15px;
  font-family: "Funnel Display", serif;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.3px;
  cursor: pointer;
  margin-right: 40px;
  opacity: 1;
  max-width: 20px;
  overflow: hidden;
  transition: opacity 0.3s ease, max-width 0.3s ease, margin-right 0.3s ease, background-color 0.25s ease;
}
.section-interventions__nav-other-num:last-child {
  margin-right: 0;
}
.section-interventions__nav-other-num:hover {
  background-color: #E4E4DF;
}
.section-interventions__nav-other-num.is-hidden {
  opacity: 0;
  max-width: 0;
  margin-right: 0;
  pointer-events: none;
}
.section-interventions__panel {
  flex: 1;
  max-height: 600px;
  max-width: 420px;
  margin-left: 50px;
  position: relative;
  background-color: #2C330B;
  display: flex;
  flex-direction: column;
  padding: 30px;
  padding-top: 60px;
  overflow: hidden;
}
.section-interventions__nav-arrows {
  position: absolute;
  top: 40px;
  right: 30px;
  display: flex;
  gap: 16px;
  z-index: 2;
  width: 100%;
  max-width: 360px;
  justify-content: space-between;
}
.section-interventions__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.25s ease;
  width: 20px;
  height: 20px;
}
.section-interventions__arrow svg path {
  transition: fill 0.25s ease;
}
.section-interventions__arrow:hover svg path {
  fill: #E4E4DF;
}
.section-interventions__arrow.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.section-interventions__slides {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.section-interventions__slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.section-interventions__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.section-interventions__slide-title {
  margin: 0 0 24px;
  color: #E4E4DF;
}
.section-interventions__slide-text {
  margin-bottom: 30px;
}
.section-interventions__slide-text h3 {
  margin: 0 0 20px;
}
.section-interventions__slide-text p {
  color: #EAEAEA;
  margin: 0;
  font-weight: 15px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
}
.section-interventions__slide-objective {
  margin-bottom: 30px;
}
.section-interventions__slide-label {
  margin: 0 0 6px;
  color: #B3B5A7;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 500;
}
.section-interventions__slide-label.dark {
  color: #666B4F;
}
.section-interventions__slide-label {
  margin: 0 0 6px;
  color: #B3B5A7;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 500;
}
.section-interventions__slide-label.dark {
  color: #666B4F;
}
.section-interventions__slide-objective-text {
  margin: 0;
  color: #EAEAEA;
  font-size: 18px;
  font-family: "Funnel Display", serif;
  font-weight: 500;
  font-weight: 500;
  line-height: 21px;
}
.section-interventions__slide-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-interventions__slide-list-item {
  color: #E4E4DF;
  padding: 3px 0;
  border-bottom: 1px solid #666B4F;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
}

.section-decisions {
  position: relative;
  background-color: #2C330B;
  padding-top: 120px;
  padding-bottom: 60px;
}
.section-decisions::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect x='0' y='0' width='2' height='2' fill='%23E4E4DF'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  background-attachment: fixed;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}
.section-decisions__top {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  margin-bottom: 90px;
  gap: 90px;
}
.section-decisions__left {
  flex: 0 0 660px;
  position: relative;
}
.section-decisions__header {
  position: relative;
  margin-bottom: 43px;
}
.section-decisions__title {
  margin-left: 210px;
  color: #FFFFFF;
  max-width: 480px;
  width: 100%;
}
.section-decisions__marker {
  position: absolute;
  left: 180px;
  top: 100%;
  width: 10px;
  height: 10px;
  background-color: #E4E4DF;
}
.section-decisions__text {
  margin-left: 240px;
  max-width: 430px;
  color: #E4E4DF;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
}
.section-decisions__text p {
  margin: 0;
}
.section-decisions__right {
  flex: 0 0 600px;
  position: relative;
}
.section-decisions__image-marker {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #666B4F;
  z-index: 1;
}
.section-decisions__image-marker--tr {
  top: -30px;
  right: -30px;
}
.section-decisions__image-marker--bl {
  top: 100%;
  left: -30px;
}
.section-decisions__image {
  margin: 0;
  width: 100%;
  height: 100%;
}
.section-decisions__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-decisions__block {
  margin: 0 60px;
  padding: 74px 120px;
  background-color: #666B4F;
  position: relative;
  z-index: 2;
}
.section-decisions__block-title {
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 70px;
}
.section-decisions__items {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.section-decisions__item {
  flex: 1;
  position: relative;
  padding-left: 10px;
}
.section-decisions__item-marker {
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 6px;
  background-color: #E4E4DF;
}
.section-decisions__item-tags {
  margin: 6px 0 20px;
  color: #E4E4DF;
}
.section-decisions__item-title {
  margin: 0 0 10px;
  color: #FFFFFF;
}
.section-decisions__item-text p {
  margin: 0;
  color: #E4E4DF;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
}

.section-image {
  position: relative;
  height: 100vh;
  max-height: 656px;
  overflow: hidden;
}
.admin-bar .section-image {
  height: calc(100vh - 32px);
}
.section-image__figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 0;
}
.section-image__figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center calc(50% + 180px);
     object-position: center calc(50% + 180px);
}
.section-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='188' height='188' viewBox='0 0 188 188' fill='none'%3E%3Crect x='61' y='182' width='6' height='6' fill='%23D9D9D9'/%3E%3Crect x='182' y='123' width='4' height='4' fill='%23D9D9D9'/%3E%3Crect x='122' y='183' width='4' height='4' fill='%23D9D9D9'/%3E%3Crect x='2' y='63' width='4' height='4' fill='%23D9D9D9'/%3E%3Crect x='2' y='123' width='4' height='4' fill='%23D9D9D9'/%3E%3Crect x='121' y='122' width='6' height='6' fill='%23D9D9D9'/%3E%3Crect x='181' y='62' width='6' height='6' fill='%23D9D9D9'/%3E%3Crect x='181' y='2' width='6' height='6' fill='%23D9D9D9'/%3E%3Crect x='60' y='121' width='8' height='8' fill='%23D9D9D9'/%3E%3Crect x='120' y='61' width='8' height='8' fill='%23D9D9D9'/%3E%3Crect x='120' y='1' width='8' height='8' fill='%23D9D9D9'/%3E%3Crect y='1' width='8' height='8' fill='%23D9D9D9'/%3E%3Crect x='59' y='60' width='10' height='10' fill='%23D9D9D9'/%3E%3Crect x='59' width='10' height='10' fill='%23D9D9D9'/%3E%3C/svg%3E");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 188px 188px;
  background-position: 1138px 120px;
  z-index: 2;
  pointer-events: none;
}

.section-conseil {
  position: relative;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-top: 92px;
  padding-bottom: 92px;
}
.section-conseil__team {
  flex: 0 0 auto;
  margin-left: 180px;
  position: relative;
}
.section-conseil__member {
  display: flex;
  align-items: stretch;
  position: relative;
  padding-left: 20px;
}
.section-conseil__team-marker {
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #E4E4DF;
  z-index: 1;
}
.section-conseil__member-name-cell {
  width: 220px;
  height: 220px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
}
.section-conseil__member--alt .section-conseil__member-name-cell {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 30px;
}
.section-conseil__member-image {
  width: 220px;
  height: 220px;
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
}
.section-conseil__member-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-conseil__member-name {
  margin: 0;
  color: #2C330B;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
}
.section-conseil__content {
  flex: 1;
  margin-left: 138px;
  max-width: 540px;
  position: relative;
  padding-top: 20px;
}
.section-conseil__marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #E4E4DF;
}
.section-conseil__title {
  margin-left: 30px;
  margin-bottom: 60px;
  color: #2C330B;
}
.section-conseil__text {
  max-width: 475px;
}
.section-conseil__text p {
  margin: 0;
  color: #2C330B;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
}

.section-difference {
  position: relative;
  padding-top: 78px;
  padding-bottom: 74px;
  background-image: url("../img/difference-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-difference__list {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  padding: 0 60px;
  position: relative;
  z-index: 2;
}
.section-difference__item {
  align-self: start;
  justify-self: start;
  position: relative;
  padding: 12px 20px;
}
.section-difference__item--4 {
  grid-column: 14/18;
  grid-row: 1;
  background-color: #E4E4DF;
  width: 240px;
  height: 240px;
}
.section-difference__item--1 {
  grid-column: 7/10;
  grid-row: 2;
  background-color: #666B4F;
  margin-top: -180px;
  width: 180px;
  height: 180px;
}
.section-difference__item--7 {
  grid-column: 23/26;
  grid-row: 2;
  background-color: #2C330B;
  margin-top: -180px;
  width: 180px;
  height: 180px;
}
.section-difference__item--5 {
  grid-column: 18/21;
  grid-row: 3;
  background-color: #666B4F;
  width: 170px;
  height: 170px;
}
.section-difference__item--2 {
  grid-column: 10/14;
  grid-row: 3;
  background-color: #E4E4DF;
  margin-top: 20px;
  width: 220px;
  height: 220px;
  margin-left: 20px;
}
.section-difference__item--6 {
  grid-column: 21/24;
  grid-row: 4;
  background-color: #B3B5A7;
  width: 180px;
  height: 180px;
  margin-top: -70px;
}
.section-difference__item--3 {
  grid-column: 14/18;
  grid-row: 5;
  background-color: #2C330B;
  width: 198px;
  height: 198px;
  margin-top: -110px;
}
.section-difference__item-marker {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: #B3B5A7;
}
.section-difference__item-marker--outside {
  top: 100%;
  left: 100%;
  width: 42px;
  height: 42px;
  background-color: #B3B5A7;
}
.section-difference__item-title {
  margin: 0 0 10px;
}
.section-difference__item--1 .section-difference__item-title, .section-difference__item--5 .section-difference__item-title {
  color: #FFFFFF;
}
.section-difference__item--2 .section-difference__item-title, .section-difference__item--4 .section-difference__item-title {
  color: #2C330B;
}
.section-difference__item--3 .section-difference__item-title, .section-difference__item--7 .section-difference__item-title {
  color: #E4E4DF;
}
.section-difference__item--6 .section-difference__item-title {
  color: #2C330B;
}
.section-difference__item-text p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
}
.section-difference__item--1 .section-difference__item-text p, .section-difference__item--5 .section-difference__item-text p {
  color: #FFFFFF;
}
.section-difference__item--2 .section-difference__item-text p, .section-difference__item--4 .section-difference__item-text p {
  color: #2C330B;
}
.section-difference__item--3 .section-difference__item-text p, .section-difference__item--7 .section-difference__item-text p {
  color: #E4E4DF;
}
.section-difference__item--6 .section-difference__item-text p {
  color: #2C330B;
}
.section-difference__title {
  align-self: center;
  margin: 0;
  padding: 60px 0;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  max-width: 450px;
  margin-top: 120px;
}

.section-cta {
  position: relative;
  background-color: #2C330B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding: 172px 60px 92px;
}
.section-cta::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect x='0' y='0' width='2' height='2' fill='%23E4E4DF'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  background-attachment: fixed;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}
.section-cta__wrapper {
  max-width: 600px;
  width: 100%;
}
.section-cta__title {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  margin: 0;
  max-width: 570px;
}
.section-cta__text {
  position: relative;
  z-index: 2;
  margin-top: 32px;
  max-width: 360px;
  margin-right: 0;
  margin-left: auto;
}
.section-cta__text p {
  margin: 0;
  color: #E4E4DF;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
}
.section-cta__cta {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  margin-left: 120px;
}

.quatre-cent-quatre .container {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 185px);
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quatre-cent-quatre h1 {
  font-size: 10em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.3em;
}
.quatre-cent-quatre h2 {
  font-size: 2.5em;
}

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