/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/page-homepage.scss ***!
  \****************************************************************************************************************************************************************/
/*! 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 {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
  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;
}

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

/**
 * 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;
  font-size: 1em;
}

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

/**
 * 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

/* 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Ade-Display";
  src: url(../fonts/Ade-Display.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Light";
  src: url(../fonts/Inter-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Regular";
  src: url(../fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Medium";
  src: url(../fonts/Inter-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font: 400 14px/1 "Inter-Regular", sans-serif;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  padding: 14px 40px;
  cursor: pointer;
}
.btn--timber {
  color: #5E4C3E;
  background: #E1D7CE;
}
.btn--baby {
  color: #454545;
  background: #F5F8F1;
}
.btn--khaki {
  color: #5E4C3E;
  background: #B59F79;
}
.btn--umber {
  color: #E1D7CE;
  background: #5E4C3E;
}
.btn--black {
  color: #F5F8F1;
  background: #454545;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (min-width: 1024px) {
  .container {
    padding: 0 45px;
  }
}
.header {
  position: fixed;
  padding: 20px 0;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  overflow: hidden;
}
.header__logo svg {
  transform: translateX(-72%);
  transition: transform 300ms ease-in-out;
}
.header__logo:hover svg {
  transform: translateX(0);
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__menu-item {
  font: 400 14px/1 "Inter-Regular", sans-serif;
  color: #5E4C3E;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.header__menu-item-hidden {
  display: none;
}

.wpcf7-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.wpcf7 input {
  background: #F5F8F1;
  width: 100%;
  text-align: center;
  font: 400 14px/1.3 "Inter-Regular", sans-serif;
  text-transform: uppercase;
  padding: 26px;
  outline: 0;
  border: 1px solid #454545;
}
.wpcf7 input::-moz-placeholder {
  color: #454545;
}
.wpcf7 input::placeholder {
  color: #454545;
}
.wpcf7 input:focus, .wpcf7 input:active {
  outline: 0;
}
.wpcf7 input[type=submit] {
  background: #454545;
  color: #F5F8F1;
}
.wpcf7-spinner {
  display: none !important;
}

.footer {
  position: relative;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.footer__top {
  position: absolute;
  height: 100vh;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #454545;
  overflow: hidden;
  z-index: 2;
}
.footer__marquee {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 10px 0;
}
.footer__marquee-text {
  flex-shrink: 0;
  font: 400 60px/1.2 "Ade-Display", sans-serif;
  color: #F5F8F1;
  animation: marquee 10s linear infinite;
}
.footer__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  transform: translateY(100%);
  padding-top: 80px;
  z-index: 3;
}
.footer__bottom-content {
  background: #F5F8F1;
  height: 100%;
  padding: 20px 0;
}
.footer__bottom .container {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.footer__info--desk {
  display: none;
}
.footer__text {
  font: 500 14px/1.3 "Inter-Medium", sans-serif;
  max-width: 380px;
}
.footer__reach {
  text-align: center;
}
.footer__reach-label {
  font: 500 14px/1.3 "Inter-Medium", sans-serif;
  margin-bottom: 15px;
}
.footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.footer__social {
  transition: opacity 300ms ease-in-out;
}
.footer__social-icon {
  width: 15px;
  height: auto;
}
.footer__social:hover {
  opacity: 0.5;
}
.footer__copyright {
  font: 500 14px/1.3 "Inter-Medium", sans-serif;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer__marquee {
    padding: 30px 0;
  }
  .footer__marquee-text {
    font-size: 120px;
  }
  .footer__bottom {
    padding-top: 190px;
  }
  .footer__bottom-content {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__marquee {
    padding: 0;
  }
  .footer__marquee-text {
    font-size: 220px;
  }
  .footer__bottom {
    padding-top: 240px;
  }
  .footer__bottom-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer__bottom .container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer__bottom .footer__reach, .footer__bottom .footer__copyright {
    display: none;
  }
  .footer__bottom-left {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
  }
  .footer__info--desk {
    display: block;
  }
  .footer__info--desk .footer__reach, .footer__info--desk .footer__copyright {
    text-align: left;
    display: block;
  }
  .footer__info--desk .footer__reach {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .footer__info--desk .footer__reach-label {
    margin-bottom: 0;
  }
  .footer__info--desk .footer__copyright {
    margin-top: 30px;
  }
  .footer__info--desk .footer__socials {
    justify-content: flex-start;
  }
}
body {
  background: #E0D7CE;
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") 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-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.is-loading .expertise,
.is-loading .products,
.is-loading .journey,
.is-loading .footer {
  display: none;
}

.header {
  opacity: 0;
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero__loader {
  position: absolute;
  width: 990px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}
.hero__slides {
  display: flex;
  width: 800vw;
  background: #B59F79;
}
.hero__slide {
  flex-shrink: 0;
  width: 200vw;
  height: 100svh;
  padding-top: 50px;
}
.hero__slide .container {
  height: 100%;
}
.hero__images {
  position: relative;
  height: 100%;
}
.hero__img {
  position: absolute;
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.hero__img.bottom {
  bottom: 0;
}
.hero__img.top {
  top: 0;
}
.hero__img--1 {
  width: 55vw;
  left: 0;
  aspect-ratio: 3/4;
}
.hero__img--2 {
  width: 55vw;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 3/4;
}
.hero__img--3 {
  width: 70vw;
  right: 0;
  aspect-ratio: 4/3;
}
.hero__img--3.bottom {
  bottom: 10%;
}
.hero__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  padding: 140px 0 100px;
  z-index: 5;
}
.hero__text-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: 100%;
}
.hero__text .container {
  height: 100%;
}
.hero__heading {
  max-width: 200px;
  font: 400 18px/1.25 "Inter-Regular", sans-serif;
  color: #5E4C3E;
  opacity: 0;
  visibility: hidden;
}
.hero__titles {
  position: relative;
}
.hero__title {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-100%);
  text-align: center;
  z-index: 1;
}
.hero__title-text {
  font: 400 60px/1 "Ade-Display", sans-serif;
  margin-bottom: 20px;
  transition: color 200ms ease-in-out;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.hero__title-text div {
  -webkit-transform-style: preserve-3d;
}
.hero__title-text--1 {
  color: #E1D7CE;
}
.hero__title-text--2 {
  color: #F5F8F1;
}
.hero__title-text--3 {
  color: #B59F79;
}
.hero__title-cta {
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}
.hero__title-cta--1 {
  color: #5E4C3E;
  background: #E1D7CE;
}
.hero__title-cta--2 {
  color: #454545;
  background: #F5F8F1;
}
.hero__title-cta--3 {
  color: #5E4C3E;
  background: #B59F79;
}
.hero__paragraphs {
  position: relative;
}
.hero__paragraph {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  z-index: 2;
  max-width: 400px;
  opacity: 0;
  visibility: hidden;
}
.hero__paragraph p {
  font: 300 14px/1.4 "Inter-Light", sans-serif;
}
.hero__paragraph p b,
.hero__paragraph p strong {
  font: 500 14px/1.5 "Inter-Medium", sans-serif;
}
.hero__paragraph--1 {
  color: #5E4C3E;
  z-index: 2;
}
.hero__paragraph--2 {
  color: #F5F8F1;
  z-index: 3;
}
.hero__paragraph--3 {
  color: #F5F8F1;
  z-index: 4;
}
.hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font: 400 12px/1.4 "Inter-Regular", sans-serif;
  color: #5E4C3E;
  opacity: 0;
  visibility: hidden;
}

.expertise {
  padding: 50px 0;
  overflow: hidden;
}
.expertise__content {
  position: relative;
}
.expertise__title {
  font: 400 60px/1 "Ade-Display", sans-serif;
  color: #B59F79;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 0 -30px -250px;
  transform: translateX(100%);
}
.expertise__slider {
  position: relative;
  max-width: 350px;
  margin: 0 auto 50px;
  border-radius: 100%;
  transform: rotate(-25deg);
  overflow: hidden;
}
.expertise__slider .swiper {
  transform: rotate(25deg) scale(1.1);
}
.expertise__slider .swiper-slide {
  width: 100%;
  height: auto;
  cursor: grab;
}
.expertise__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes maskAnimation {
  0% {
    transform: translate(100%, 50%);
  }
  45%, 55% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, -50%);
  }
}
.expertise__slider-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5E4C3E;
  border-radius: 100%;
  transform: translate(100%, 50%);
  z-index: 2;
}
.expertise__slider-mask.active {
  animation: maskAnimation 2000ms cubic-bezier(0.8, 0, 0.3, 1);
  animation-direction: alternate;
}
.expertise__texts {
  position: relative;
  max-width: 250px;
  margin: 0 auto;
}
.expertise__text {
  width: 250px;
  visibility: hidden;
  padding-left: 12px;
  pointer-events: none;
}
.expertise__text p {
  font: 300 14px/1.4 "Inter-Light", sans-serif;
  color: #5E4C3E;
}
.expertise__text p b,
.expertise__text p strong {
  font: 500 14px/1.4 "Inter-Medium", sans-serif;
}
.expertise__text--1, .expertise__text--2, .expertise__text--3 {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@keyframes slideAnimation {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.expertise__text.active {
  visibility: visible;
}
.expertise__text.active::before {
  content: "";
  position: absolute;
  height: 0;
  width: 2px;
  left: 0;
  bottom: 0;
  background: #B59F79;
  animation: slideAnimation 5s linear;
}

.products {
  padding: 50px 0;
  overflow: hidden;
}
.products__title {
  font: 400 60px/1 "Ade-Display", sans-serif;
  color: #B59F79;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 0 50px -250px;
  transform: translateX(100%);
}
.products__text {
  margin-bottom: 50px;
}
.products__paragraph {
  font: 500 14px/1.4 "Inter-Medium", sans-serif;
  color: #5E4C3E;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  max-width: 290px;
}
.products .swiper {
  overflow: visible;
}
.products .swiper-slide {
  width: 80vw;
  max-width: 300px;
  height: 365px;
}
.products__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products__cta--desk {
  display: none;
}
.products__cta--mobile {
  margin: 40px auto 0;
}

.journey {
  overflow: hidden;
}
.journey__title {
  font: 400 50px/0.8 "Ade-Display", sans-serif;
  color: #B59F79;
  text-transform: uppercase;
  padding-top: 20px;
}
.journey__title-word {
  display: block;
}
.journey__title-word--2 {
  transform: translateY(200%);
}
.journey__title-word--3 {
  transform: translateY(400%);
}
.journey__list {
  padding: 50px 0;
  display: flex;
  height: 100vh;
}
.journey__item {
  flex-shrink: 0;
  width: 100%;
}
.journey__item-content {
  height: 100%;
  width: 100%;
  max-width: 250px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.journey__item-content--2 {
  transform: translateY(200px);
}
.journey__item-content--3 {
  transform: translateY(400px);
}
.journey__item-content--4 {
  transform: translateY(600px);
}
.journey__item-content--5 {
  transform: translateY(800px);
}
.journey__item-content--6 {
  transform: translateY(1000px);
}
.journey__item-img {
  width: 100%;
  margin-bottom: 24px;
}
.journey__item-counter {
  font: 500 22px/1.25 "Inter-Medium", sans-serif;
  color: #5E4C3E;
  margin-bottom: 12px;
}
.journey__item-title {
  font: 400 24px/1.3 "Ade-Display", sans-serif;
  color: #5E4C3E;
  margin-bottom: 12px;
}
.journey__item-text {
  font: 400 14px/1.4 "Inter-Regular", sans-serif;
  color: #5E4C3E;
  max-width: 290px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .hero__loader {
    width: 1100px;
  }
  .hero__slide {
    width: 100vw;
  }
  .hero__img--1 {
    width: 30vw;
  }
  .hero__img--2 {
    width: 35vw;
  }
  .hero__img--3 {
    width: 30vw;
  }
  .hero__title-text {
    font-size: 120px;
  }
  .expertise {
    padding: 120px 0 140px;
  }
  .expertise__title {
    font-size: 120px;
    margin: 0 0 -60px -400px;
  }
  .expertise__texts {
    max-width: 1500px;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    -moz-column-gap: 100px;
         column-gap: 100px;
    row-gap: 60px;
  }
  .expertise__text {
    position: relative;
    visibility: visible;
    pointer-events: auto;
  }
  .products__title {
    font-size: 120px;
    margin: 0 0 50px -400px;
  }
  .products__text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .products__cta--desk {
    display: block;
  }
  .products__cta--mobile {
    display: none;
  }
  .journey__title {
    font-size: 120px;
  }
  .journey__item {
    width: 50%;
    transform: translateX(50%);
  }
}
@media only screen and (min-width: 1280px) {
  .hero__loader {
    width: 1500px;
  }
  .hero__slide {
    padding: 68px 0;
  }
  .hero__img--1 {
    width: 25vw;
  }
  .hero__img--2 {
    width: 23vw;
  }
  .hero__img--3 {
    width: 27vw;
  }
  .hero__title {
    transform: translateY(-50%);
  }
  .hero__title-text {
    font-size: 220px;
  }
  .expertise__slider {
    max-width: 550px;
  }
  .expertise__title {
    font-size: 220px;
    margin: 0 0 -100px -650px;
  }
  .expertise__texts {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    justify-content: space-between;
  }
  .products__title {
    font-size: 220px;
    margin: 0 0 50px -650px;
  }
  .journey__title {
    font-size: 220px;
  }
  .journey__list {
    justify-content: center;
  }
  .journey__item {
    width: 33%;
    transform: translateX(250%);
  }
  .journey__item-content {
    max-width: 380px;
  }
}
