/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.99.8_webpack-cli@4.10.0_/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/@glidejs+glide@3.6.2/node_modules/@glidejs/glide/dist/css/glide.core.min.css ***!
  \***************************************************************************************************************************************************************************************************************************/
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.99.8_webpack-cli@4.10.0_/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@13.3.3_sass@1.77.8_webpack@5.99.8_webpack-cli@4.10.0_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/sass/main.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
/* Fonts */
@font-face {
  font-family: "Ivar Fine";
  src: url(52bad228d83309a9eb97.woff2) format("woff2"), url(26da6d39b6b14679c63d.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Bl";
  src: url(6d09752b842072e0cdc7.woff2) format("woff2"), url(13f7677f43ecdde16bc9.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Bl";
  src: url(6d09752b842072e0cdc7.woff2) format("woff2"), url(13f7677f43ecdde16bc9.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Bl";
  src: url(7ea5498e57287902bf5e.woff2) format("woff2"), url(b13ca4f266e549a2d695.woff) format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url(ef2d8625d6257c3fe5e4.woff2) format("woff2"), url(ae2c69d0ec84a1b6f64f.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url(2a4f2f20a1cc98d86760.woff2) format("woff2"), url(eed832301e5b069b6f42.woff) format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url(0fe2c564073fbf6be39b.woff2) format("woff2"), url(bb23a200f58de35da307.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Lt";
  src: url(6daf98287a38750a7b2d.woff2) format("woff2"), url(a5282fe555f4fb9241b0.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url(9933ab5de5023946c05b.woff2) format("woff2"), url(04918c6b4ef088ac1635.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
/* TOPICS ->
? $px-vw/$px-vh = desired measurement in pixels (without units)
? $multiplier = multiplier useful for scaling the measurements differently in the case of several screen measurements, by default 1
? $min = minimum measurement, the returned value will not scale less than the measurement entered (in pixels), by default there is no minimum measurement
? $min = maximum measurement, the returned value will not scale more than the measurement entered (in pixels), by default there is no maximum measurement
*/
/* USE ->
! .element {
! width: rvw(200, 1.5, 180, 220);
! height: rvh(150, 1.5, 130, 170);
! }
*/
@keyframes bounce {
  0%, 100% {
    transform: scaleY(0.5);
  }
  50% {
    transform: scaleY(1);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

/* 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 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  line-height: 1.5;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

/* 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;
  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 */
  appearance: textfield;
  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.
 */
::file-selector-button {
  -webkit-appearance: button; /* 1 */
  appearance: button;
  font: inherit; /* 2 */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  appearance: button;
  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;
}

/* Modern additions for better web development
   ========================================================================== */
/**
 * Remove list styles on ul, ol elements with a list role,
 * which suggests default styling will be removed
 */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/**
 * Improve media defaults
 */
img,
picture,
video,
canvas,
svg {
  vertical-align: middle;
}

/**
 * Remove built-in form typography styles
 */
input,
button,
textarea,
select {
  font: inherit;
}

/**
 * Avoid text overflows
 */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/**
 * Improve line heights for better readability
 */
h1,
h2,
h3,
h4 {
  line-height: 1.1;
}

/**
 * Balance text wrapping on headings
 */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

html {
  min-height: 100% !important;
  overflow-x: hidden;
}

body {
  background-color: #d6d2cb;
  color: #504a42;
  font-family: "Proxima Nova Rg";
  font-size: 18px;
  min-height: 100vh;
  min-height: 100lvh;
  overflow: hidden;
  margin: 0 auto;
  font-weight: 400;
}
body.single-project {
  background-color: #363534;
  color: #efeeea;
}

.non-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
  height: 100svh;
  width: 100vw;
}

pre {
  position: fixed;
  right: 0;
  top: 0;
  text-align: left;
  text-transform: none;
  width: 325px;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  line-height: 11px;
  font-size: 11px;
  letter-spacing: 0;
  word-spacing: 0;
  z-index: 999999999999999;
  padding: 10px;
  margin: 0;
  word-break: normal;
  word-wrap: normal;
  font-family: arial;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  overflow-y: auto;
  color: #000 !important;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #0f0f0f;
}

.c-white {
  color: #fff;
}

.c-black {
  color: #0f0f0f;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Ivar Fine";
  font-weight: 300;
}

h5,
h6 {
  font-family: "Proxima Nova Rg";
  font-weight: 500;
  text-transform: uppercase;
}

p {
  font-family: "Proxima Nova Rg";
  font-weight: 400;
}

.t-300, .services__index {
  font-size: 20.8333333333vw;
  line-height: 20.8333333333vw;
  letter-spacing: 0.0173611111vw;
}
@media screen and (min-width: 1920px) {
  .t-300, .services__index {
    font-size: 399.9999px;
    line-height: 399.9999px;
    letter-spacing: 0.33333325px;
  }
}
@media (orientation: portrait) {
  .t-300, .services__index {
    font-size: 24.0740740741vh;
    line-height: 24.0740740741vh;
    letter-spacing: 0.0200617284vh;
  }
}

.t-120 {
  font-size: 8.3333333333vw;
  line-height: 9.7222222222vw;
}
@media screen and (min-width: 1920px) {
  .t-120 {
    font-size: 159.99996px;
    line-height: 186.66662px;
  }
}
@media (orientation: portrait) {
  .t-120 {
    font-size: 9.6296296296vh;
    line-height: 11.2345679012vh;
  }
}

.t-77 {
  font-size: 5.3472222222vw;
  line-height: 5.5555555556vw;
  letter-spacing: 0.0173611111vw;
}
@media screen and (min-width: 1920px) {
  .t-77 {
    font-size: 102.666641px;
    line-height: 106.66664px;
    letter-spacing: 0.33333325px;
  }
}
@media (orientation: portrait) {
  .t-77 {
    font-size: 6.1790123457vh;
    line-height: 6.4197530864vh;
    letter-spacing: 0.0200617284vh;
  }
}

.t-64, h1,
h2 {
  font-size: 4.4444444444vw;
  line-height: 4.8611111111vw;
  letter-spacing: 0.0173611111vw;
}
@media screen and (min-width: 1920px) {
  .t-64, h1,
  h2 {
    font-size: 85.333312px;
    line-height: 93.33331px;
    letter-spacing: 0.33333325px;
  }
}
@media (orientation: portrait) {
  .t-64, h1,
  h2 {
    font-size: 5.1358024691vh;
    line-height: 5.6172839506vh;
    letter-spacing: 0.0200617284vh;
  }
}

.t-45, #page-contact .cover__title, h3 {
  font-size: 3.125vw;
  line-height: 3.4722222222vw;
  letter-spacing: 0.0173611111vw;
}
@media screen and (min-width: 1920px) {
  .t-45, #page-contact .cover__title, h3 {
    font-size: 59.999985px;
    line-height: 66.66665px;
    letter-spacing: 0.33333325px;
  }
}
@media (orientation: portrait) {
  .t-45, #page-contact .cover__title, h3 {
    font-size: 4.4444444444vh;
    line-height: 4.9382716049vh;
    letter-spacing: 0.024691358vh;
  }
}

.t-32, h4 {
  font-size: 2.2222222222vw;
  line-height: 2.4305555556vw;
  letter-spacing: 0.0347222222vw;
}
@media screen and (min-width: 1920px) {
  .t-32, h4 {
    font-size: 42.666656px;
    line-height: 46.666655px;
    letter-spacing: 0.6666665px;
  }
}
@media (orientation: portrait) {
  .t-32, h4 {
    font-size: 3.950617284vh;
    line-height: 4.3209876543vh;
    letter-spacing: 0.0617283951vh;
  }
}

.t-30, #page-policy h2,
#page-policy h3 {
  font-size: 2.0833333333vw;
  line-height: 2.4305555556vw;
}
@media screen and (min-width: 1920px) {
  .t-30, #page-policy h2,
  #page-policy h3 {
    font-size: 39.99999px;
    line-height: 46.666655px;
  }
}
@media (orientation: portrait) {
  .t-30, #page-policy h2,
  #page-policy h3 {
    font-size: 3.7037037037vh;
    line-height: 4.3209876543vh;
  }
}

.t-26, .pinned-content-row__content h4 {
  font-size: 1.8055555556vw;
  line-height: 2.0833333333vw;
  letter-spacing: 0.0173611111vw;
}
@media screen and (min-width: 1920px) {
  .t-26, .pinned-content-row__content h4 {
    font-size: 34.666658px;
    line-height: 39.99999px;
    letter-spacing: 0.33333325px;
  }
}
@media (orientation: portrait) {
  .t-26, .pinned-content-row__content h4 {
    font-size: 3.5308641975vh;
    line-height: 4.0740740741vh;
    letter-spacing: 0.0339506173vh;
  }
}

.t-20 {
  font-size: 1.3888888889vw;
  line-height: 1.7361111111vw;
}
@media screen and (min-width: 1920px) {
  .t-20 {
    font-size: 26.66666px;
    line-height: 33.333325px;
  }
}
@media (orientation: portrait) {
  .t-20 {
    font-size: 2.7160493827vh;
    line-height: 3.3950617284vh;
  }
}

.t-15, .services__text, #page-policy p,
#page-policy li, .double-text-row__col, p {
  font-size: 1.0416666667vw;
  line-height: 1.3888888889vw;
}
@media screen and (min-width: 1920px) {
  .t-15, .services__text, #page-policy p,
  #page-policy li, .double-text-row__col, p {
    font-size: 19.999995px;
    line-height: 26.66666px;
  }
}
@media (orientation: portrait) {
  .t-15, .services__text, #page-policy p,
  #page-policy li, .double-text-row__col, p {
    font-size: 2.037037037vh;
    line-height: 2.7160493827vh;
  }
}

.t-14, .services__item .service-subtitle, #page-press .listing__pagination-item, .cover__audioSoundControls .label, h5 {
  font-size: 0.9722222222vw;
  line-height: 1.25vw;
  letter-spacing: 0.0694444444vw;
}
@media screen and (min-width: 1920px) {
  .t-14, .services__item .service-subtitle, #page-press .listing__pagination-item, .cover__audioSoundControls .label, h5 {
    font-size: 18.666662px;
    line-height: 23.999994px;
    letter-spacing: 1.333333px;
  }
}
@media (orientation: portrait) {
  .t-14, .services__item .service-subtitle, #page-press .listing__pagination-item, .cover__audioSoundControls .label, h5 {
    font-size: 1.9012345679vh;
    line-height: 2.4444444444vh;
    letter-spacing: 0.1358024691vh;
  }
}

.t-12, #page-contact .enquiry__link, .wpcf7-not-valid-tip, form .wpcf7-response-output:not(:empty), form .wpcf7-acceptance .wpcf7-list-item-label,
form .wpcf7-radio .wpcf7-list-item-label, form label, .footer__wrapper a, .header__voice, .button, h6 {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  letter-spacing: 0.0520833333vw;
}
@media screen and (min-width: 1920px) {
  .t-12, #page-contact .enquiry__link, .wpcf7-not-valid-tip, form .wpcf7-response-output:not(:empty), form .wpcf7-acceptance .wpcf7-list-item-label,
  form .wpcf7-radio .wpcf7-list-item-label, form label, .footer__wrapper a, .header__voice, .button, h6 {
    font-size: 15.999996px;
    line-height: 23.999994px;
    letter-spacing: 0.99999975px;
  }
}
@media (orientation: portrait) {
  .t-12, #page-contact .enquiry__link, .wpcf7-not-valid-tip, form .wpcf7-response-output:not(:empty), form .wpcf7-acceptance .wpcf7-list-item-label,
  form .wpcf7-radio .wpcf7-list-item-label, form label, .footer__wrapper a, .header__voice, .button, h6 {
    font-size: 1.6296296296vh;
    line-height: 2.4444444444vh;
    letter-spacing: 0.1018518519vh;
  }
}

.t-10, #cursor .label-wrapper h5 {
  font-size: 0.6944444444vw;
  line-height: 0.8333333333vw;
}
@media screen and (min-width: 1920px) {
  .t-10, #cursor .label-wrapper h5 {
    font-size: 13.33333px;
    line-height: 15.999996px;
  }
}
@media (orientation: portrait) {
  .t-10, #cursor .label-wrapper h5 {
    font-size: 1.3580246914vh;
    line-height: 1.6296296296vh;
  }
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 16.6666666667vw;
  box-shadow: none;
  border: 1px solid #504a42;
  background-color: #504a42;
  color: #efeeea;
  font-family: "Proxima Nova Rg";
  cursor: pointer;
  padding: 1.2345679012vh 2.4691358025vh;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
  transition: background-color 0.2s ease-in, border 0.2s ease-in, color 0.2s ease-in;
}
@media (orientation: portrait) {
  .button {
    min-width: 40vw;
  }
}
.button:hover {
  background-color: #948f88;
  border: 1px solid #948f88;
  color: #efeeea;
}

.height--100 {
  height: 100%;
}
.height--100vh {
  height: 100vh;
  height: 100lvh;
}

.width--100 {
  width: 100%;
}
.width--100vw {
  width: 100vw;
}
.width--1800 {
  width: 125vw;
}
.width--1350 {
  width: 93.75vw;
}
.width--1260 {
  width: 87.5vw;
}
.width--1170 {
  width: 81.25vw;
}
.width--1080 {
  width: 75vw;
}
.width--1800, .width--1350, .width--1260, .width--1170, .width--1080 {
  margin: 0 auto;
}
@media screen and (orientation: portrait) {
  .width--1800, .width--1350, .width--1260, .width--1170, .width--1080 {
    width: 90vw;
  }
}

.rolling-text {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}
.rolling-text:hover .letter, .rolling-text.play .letter {
  transform: translateY(-100%);
}
.rolling-text .block:last-child {
  color: inherit;
}
.rolling-text .letter {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  transition: all 0.35s ease-in-out;
  height: 10vh;
  will-change: transform;
}
.header.fixed {
  transform: translateY(-120%);
}
.header__backLayer {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: -1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: invert(0);
  transition: all 0.35s ease-in-out;
  transition-property: filter, opacity;
}
@media screen and (orientation: portrait) {
  .header__backLayer {
    display: none !important;
  }
}
.header__wrapper {
  position: relative;
}
.header__wrapper {
  padding-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  .header__wrapper {
    padding-top: 2.7160493827vh;
  }
}
.header__wrapper {
  padding-bottom: 2.4691358025vh;
}
@media (orientation: portrait) {
  .header__wrapper {
    padding-bottom: 2.7160493827vh;
  }
}
@media screen and (orientation: portrait) {
  .header__wrapper {
    padding: 5vw 0;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
.header__inner {
  gap: 9.0277777778vw;
}
@media (orientation: portrait) {
  .header__inner {
    gap: 10.4320987654vh;
  }
}
@media screen and (orientation: portrait) {
  .header__inner {
    align-items: center;
  }
}
.header__leftVoices, .header__rightVoices {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.header__leftVoices, .header__rightVoices {
  gap: 9.0277777778vw;
}
@media (orientation: portrait) {
  .header__leftVoices, .header__rightVoices {
    gap: 10.4320987654vh;
  }
}
@media screen and (orientation: portrait) {
  .header__leftVoices, .header__rightVoices {
    display: none;
  }
}
.header__logo {
  width: 3.4722222222vw;
}
@media (orientation: portrait) {
  .header__logo {
    width: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  .header__logo {
    width: 15vw;
  }
}
.header__logo:hover .header__logoDesktop {
  transform: scale(1.02);
  opacity: 0.4;
}
.header__logo svg {
  width: 100%;
}
.header__logo svg path {
  transition: all 0.35s ease-in-out;
  transition-property: fill;
}
.header__logoDesktop {
  transform-origin: center center;
  transition: all 0.35s ease-in-out;
}
@media screen and (orientation: portrait) {
  .header__logoDesktop {
    display: none;
  }
}
@media screen and (orientation: landscape) {
  .header__logoMobile {
    display: none;
  }
}
.header__logoMobile svg path {
  fill: #fff;
}
.header__voice {
  font-family: "Proxima Nova Rg";
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.footer {
  background-color: #d6d2cb;
  color: #504a42;
  position: relative;
  z-index: 3;
}
.footer {
  padding-bottom: 3.7037037037vh;
}
@media (orientation: portrait) {
  .footer {
    padding-bottom: 3.7037037037vh;
  }
}
.footer {
  padding-top: 7.4074074074vh;
}
@media (orientation: portrait) {
  .footer {
    padding-top: 4.8148148148vh;
  }
}
@media screen and (orientation: portrait) {
  .footer {
    padding: 10vw 0 5vw;
  }
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
}
.footer__wrapper {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  .footer__wrapper {
    gap: 2.7160493827vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__wrapper {
    gap: 10vw;
  }
}
.footer__logo {
  width: 11.8055555556vw;
}
@media (orientation: portrait) {
  .footer__logo {
    width: 13.6419753086vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__logo {
    width: 50vw;
    margin-bottom: 5vw;
  }
}
.footer__logo svg {
  width: 100%;
}
.footer__topRow, .footer__bottomRow {
  display: flex;
  justify-content: space-between;
}
@media screen and (orientation: portrait) {
  .footer__topRow, .footer__bottomRow {
    gap: 10vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.footer__topRow a {
  text-transform: uppercase;
  font-weight: 500;
}
.footer__topRow .footer__col:nth-child(2) {
  align-items: center;
}
.footer__topRow .footer__col:last-child {
  align-items: flex-end;
}
@media screen and (orientation: portrait) {
  .footer__topRow .footer__col:last-child {
    align-items: center;
  }
}
@media screen and (orientation: portrait) {
  .footer__bottomRow {
    align-items: center;
  }
}
.footer__bottomRow a {
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
}
.footer__bottomRow .footer__col:last-child {
  align-items: flex-end;
}
.footer__col {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.footer__col {
  gap: 0.3703703704vh;
}
@media (orientation: portrait) {
  .footer__col {
    gap: 0.4074074074vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__col {
    gap: 2.5vw;
  }
}
@media screen and (orientation: portrait) {
  .footer__col--logo {
    order: 1;
    width: 100%;
    flex: none;
  }
}
@media screen and (orientation: portrait) {
  .footer__col--contacts {
    order: 2;
    flex: none;
  }
}
@media screen and (orientation: portrait) {
  .footer__col--socials {
    order: 3;
    flex: none;
    flex-direction: row;
    gap: 5vw;
  }
}
.footer__col--policies {
  flex-direction: row;
}
.footer__col--policies {
  gap: 0.3472222222vw;
}
@media (orientation: portrait) {
  .footer__col--policies {
    gap: 0.6790123457vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__col--policies {
    flex-direction: column;
    gap: 2.5vw;
  }
}
@media screen and (orientation: portrait) {
  .footer__col--lastRow {
    flex-direction: row;
    gap: 5vw;
  }
}
.footer__hiddenPortrait {
  display: block;
}
@media screen and (orientation: portrait) {
  .footer__hiddenPortrait {
    display: none;
  }
}
.footer__hiddenLandscape {
  display: block;
}
@media screen and (orientation: landscape) {
  .footer__hiddenLandscape {
    display: none;
  }
}

.header.opened .header__hamburgerLine:nth-child(1) {
  transform: rotate(45deg);
}
.header.opened .header__hamburgerLine:nth-child(2) {
  transform: rotate(-45deg);
}
.header:not(.opened) .header__hamburgerCont:hover .header__hamburgerLine:nth-child(1) {
  transform: translateY(-400%) translateX(5px);
}
.header:not(.opened) .header__hamburgerCont:hover .header__hamburgerLine:nth-child(2) {
  transform: translateY(400%) translateX(-5px);
}
.header__hamburgerCont {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (orientation: landscape) {
  .header__hamburgerCont {
    display: none;
  }
}
.header__hamburgerWrapper {
  position: relative;
  cursor: pointer;
}
.header__hamburgerWrapper {
  width: 2.0833333333vw;
}
@media (orientation: portrait) {
  .header__hamburgerWrapper {
    width: 3.7037037037vh;
  }
}
.header__hamburgerWrapper {
  height: 2.0833333333vw;
}
@media (orientation: portrait) {
  .header__hamburgerWrapper {
    height: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  .header__hamburgerWrapper {
    width: 10vw;
    height: 10vw;
  }
}
.header__hamburgerLine {
  background: #fff;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  will-change: transform;
  transition: all 0.35s ease-in-out;
}
.header__hamburgerLine:nth-child(1) {
  transform: translateY(-400%);
}
.header__hamburgerLine:nth-child(2) {
  transform: translateY(400%);
}

fieldset,
.screen-reader-response {
  display: none !important;
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  text-align: left;
}
@media (orientation: portrait) {
  form {
    gap: 20px 15px;
  }
}
form .col--half {
  flex: none;
  width: calc(50% - 15px);
}
@media (orientation: portrait) {
  form .col--half {
    width: calc(50% - 7.5px);
  }
}
form .col--half br {
  display: none;
}
form .col--full {
  flex: none;
  width: 100%;
}
form .col--full br {
  display: none;
}
form .col--quiz br {
  display: none;
}
form .col--quiz label {
  margin-bottom: 0;
}
form .col--quiz span[data-name=capital-quiz] {
  margin-top: 2px;
  display: block;
}
form .col--quiz span[data-name=capital-quiz] .wpcf7-quiz-label {
  margin-bottom: 4px;
  display: block;
}
form *:focus, form *:focus-visible {
  box-shadow: none;
  outline: none;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea,
form select {
  cursor: pointer;
  width: 100%;
  padding: 0.8641975309vh 0.625vw;
  font-family: "Proxima Nova Rg";
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #948f88;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form textarea::placeholder,
form select::placeholder {
  opacity: 0.5;
}
form textarea {
  resize: none;
}
form textarea {
  height: 24.6913580247vh;
}
@media (orientation: portrait) {
  form textarea {
    height: 16.049382716vh;
  }
}
form input[type=file] {
  width: 100%;
}
form label {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Proxima Nova Rg";
  color: #c3bfb8;
}
form label {
  margin-bottom: 0.987654321vh;
}
@media (orientation: portrait) {
  form label {
    margin-bottom: 1.0864197531vh;
  }
}
form .wpcf7-acceptance,
form .wpcf7-radio {
  display: block;
}
form .wpcf7-acceptance .wpcf7-list-item-label,
form .wpcf7-radio .wpcf7-list-item-label {
  font-family: "Proxima Nova Rg";
  margin-left: 10px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
}
form .wpcf7-acceptance .wpcf7-list-item label,
form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
form .wpcf7-acceptance input[type=checkbox],
form .wpcf7-acceptance input[type=radio],
form .wpcf7-radio input[type=checkbox],
form .wpcf7-radio input[type=radio] {
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #948f88;
  overflow: hidden;
  appearance: none;
}
@media screen and (orientation: portrait) {
  form .wpcf7-acceptance input[type=checkbox],
  form .wpcf7-acceptance input[type=radio],
  form .wpcf7-radio input[type=checkbox],
  form .wpcf7-radio input[type=radio] {
    flex: none;
    margin-top: 3px;
  }
}
form .wpcf7-acceptance input[type=checkbox]:before,
form .wpcf7-acceptance input[type=radio]:before,
form .wpcf7-radio input[type=checkbox]:before,
form .wpcf7-radio input[type=radio]:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
}
form .wpcf7-acceptance input[type=checkbox]:checked:before,
form .wpcf7-acceptance input[type=radio]:checked:before,
form .wpcf7-radio input[type=checkbox]:checked:before,
form .wpcf7-radio input[type=radio]:checked:before {
  color: #ffffff;
}
form .wpcf7-acceptance input[type=checkbox]:disabled,
form .wpcf7-acceptance input[type=radio]:disabled,
form .wpcf7-radio input[type=checkbox]:disabled,
form .wpcf7-radio input[type=radio]:disabled {
  color: #b8b8b8;
  cursor: auto;
}
form .wpcf7-acceptance input[type=checkbox]:disabled:before,
form .wpcf7-acceptance input[type=radio]:disabled:before,
form .wpcf7-radio input[type=checkbox]:disabled:before,
form .wpcf7-radio input[type=radio]:disabled:before {
  box-shadow: none;
  background: #ddd;
}
form .wpcf7-acceptance input[type=checkbox]:checked:after,
form .wpcf7-radio input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 1.5px;
  top: 55%;
  transform: rotate(45deg) translate(-50%, -50%);
  background: #ffffff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
}
form .wpcf7-acceptance input[type=radio],
form .wpcf7-radio input[type=radio] {
  border-radius: 50%;
}
form .wpcf7-acceptance input[type=radio]:checked:after,
form .wpcf7-radio input[type=radio]:checked:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #948f88;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
form .wpcf7-acceptance span.wpcf7-list-item,
form .wpcf7-radio span.wpcf7-list-item {
  margin: 15px 0 0 0;
}
form .custom-select-wrapper {
  position: relative;
  width: 100%;
}
form .custom-select-wrapper .custom-select {
  position: relative;
  width: 100%;
}
form .custom-select-wrapper .custom-select__selected {
  width: 100%;
  color: #ffffff;
  border: 1px solid #948f88;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
form .custom-select-wrapper .custom-select__selected {
  padding: 0.3472222222vw;
}
@media (orientation: portrait) {
  form .custom-select-wrapper .custom-select__selected {
    padding: 0.6790123457vh;
  }
}
form .custom-select-wrapper .custom-select__selected {
  padding-right: 2.7777777778vw;
}
@media (orientation: portrait) {
  form .custom-select-wrapper .custom-select__selected {
    padding-right: 3.950617284vh;
  }
}
form .custom-select-wrapper .custom-select__selected:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23F5F1EB%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276,9 12,15 18,9%27%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}
form .custom-select-wrapper .custom-select__selected:focus {
  outline: 2px solid #948f88;
  outline-offset: 2px;
}
form .custom-select-wrapper .custom-select.open .custom-select__selected:after {
  transform: translateY(-50%) rotate(180deg);
}
form .custom-select-wrapper .custom-select.open .custom-select__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
form .custom-select-wrapper .custom-select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: transparent;
  border: 1px solid #948f88;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
  max-height: 200px;
  overflow-y: auto;
}
form .custom-select-wrapper .custom-select__option {
  padding: 10px;
  color: #ffffff;
  background-color: #fff;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
form .custom-select-wrapper .custom-select__option:hover, form .custom-select-wrapper .custom-select__option.selected {
  background-color: #948f88;
  color: #fff;
}
form .custom-select-wrapper .custom-select__option:not(:last-child) {
  border-bottom: 1px solid rgba(148, 143, 136, 0.1);
}
form .wpcf7-response-output:not(:empty) {
  border: 1px solid #948f88;
  background-color: #948f88;
  padding: 10px 15px;
  margin: 0 auto;
  color: #fff;
  font-family: "Proxima Nova Rg";
}
form .wpcf7-response-output:not(:empty) {
  margin-top: 1.3888888889vw;
}
@media (orientation: portrait) {
  form .wpcf7-response-output:not(:empty) {
    margin-top: 2.7160493827vh;
  }
}
form .wpcf7-response-output:not(:empty) {
  margin-bottom: 1.3888888889vw;
}
@media (orientation: portrait) {
  form .wpcf7-response-output:not(:empty) {
    margin-bottom: 2.7160493827vh;
  }
}

.wpcf7-not-valid-tip {
  color: #fff;
  border-bottom: 1px solid red;
  margin-top: 5px;
  display: block;
  width: fit-content;
}

.barbaLoader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-color: #504a42;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.preloader {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsla(34, 10%, 29%, 0.9);
}
.preloader.hidden {
  visibility: hidden !important;
  display: none !important;
  opacity: 0 !important;
}
.preloader.visible {
  visibility: visible !important;
  display: flex !important;
  opacity: 1 !important;
}
.preloader__wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader__lottieWrapper {
  opacity: 0;
  width: auto;
  overflow: visible;
}
.preloader__lottieWrapper {
  height: 40.7407407407vh;
}
@media (orientation: portrait) {
  .preloader__lottieWrapper {
    height: 26.4814814815vh;
  }
}
@media screen and (orientation: portrait) {
  .preloader__lottieWrapper {
    height: 25svh;
  }
}
.preloader__lottieWrapper lottie-player {
  height: 100%;
  width: auto;
}

.error-page__wrapper {
  height: 100vh;
  height: 100lvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-page__wrapper {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  .error-page__wrapper {
    gap: 3.3950617284vh;
  }
}

#overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  background-color: #0f0f0f;
  opacity: 0.4;
  z-index: 7;
  display: none;
  top: 0;
  left: 0;
}

.link {
  position: relative;
  width: fit-content;
}
.link__label {
  font-weight: 500;
}
.link__line {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  transform-origin: center left;
  background-color: #efeeea;
}

#cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  width: 0px;
  height: 0px;
  background-color: rgba(80, 74, 66, 0.8509803922);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-transform: uppercase;
  pointer-events: none; /* Permette di cliccare attraverso il cursore */
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease, width 0.3s ease, height 0.3s ease;
  z-index: 9999;
}
@media (orientation: portrait) {
  #cursor {
    display: none;
  }
}
#cursor .label-wrapper h5 {
  font-weight: 500;
}
#cursor.is-hover {
  width: 50px !important;
  height: 50px !important;
}
#cursor.has-label {
  width: 100px !important;
  height: 100px !important;
}

.accordion {
  display: flex;
  flex-direction: column;
  height: fit-content;
  border-bottom: 1px solid #707070;
}
.accordion:not(:last-child) {
  border-top: 1px solid #707070;
}
.accordion.opened .accordion__icon svg {
  transform: rotate(0deg);
}
.accordion.opened .accordion__hidden {
  border-top: 1px solid #707070;
}
.accordion__titleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
@media (orientation: portrait) {
  .accordion__titleWrapper {
    width: 80%;
  }
}
.accordion__visible {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1.8518518519vh 0;
}
.accordion__icon {
  position: relative;
  cursor: pointer;
  width: 10%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (orientation: portrait) {
  .accordion__icon {
    width: 20%;
  }
}
.accordion__icon svg {
  transform: rotate(90deg);
  transition: all 0.35s ease-in-out;
  transform-origin: center center;
}
.accordion__icon svg {
  width: 2.0833333333vw;
}
@media (orientation: portrait) {
  .accordion__icon svg {
    width: 3.7037037037vh;
  }
}
.accordion__icon svg {
  height: 2.0833333333vw;
}
@media (orientation: portrait) {
  .accordion__icon svg {
    height: 3.7037037037vh;
  }
}
.accordion__icon svg path {
  fill: #0f0f0f;
}
.accordion__hidden {
  display: none;
  padding: 3.7037037037vh 0;
}
.accordion__title {
  display: flex;
  align-items: flex-end;
  line-height: normal;
}
@media (orientation: portrait) {
  .accordion__title {
    width: 92%;
  }
}

.topLine,
.bottomLine {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  transform-origin: center left;
  background-color: #948f88;
}

.bottomLine {
  bottom: 0;
  top: unset;
}

.rightLine,
.leftLine {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  transform-origin: top center;
  background-color: #948f88;
}

.leftLine {
  left: 0;
  right: unset;
}

.double-text-row--dark {
  background-color: #363534;
  color: #efeeea;
}
.double-text-row--dark .double-text-row__title {
  color: #c3bfb8;
}
.double-text-row--dark .link {
  color: #efeeea;
}
.double-text-row--dark .link__line {
  background-color: #efeeea;
}
.double-text-row--light {
  background-color: #efeeea;
  color: #363534;
}
.double-text-row--light .double-text-row__title {
  color: #504a42;
}
.double-text-row--light .link {
  color: #363534;
}
.double-text-row--light .link__line {
  background-color: #363534;
}
.double-text-row__wrapper {
  display: flex;
  justify-content: space-between;
}
.double-text-row__wrapper {
  padding-top: 14.8148148148vh;
}
@media (orientation: portrait) {
  .double-text-row__wrapper {
    padding-top: 9.6296296296vh;
  }
}
.double-text-row__wrapper {
  padding-bottom: 14.8148148148vh;
}
@media (orientation: portrait) {
  .double-text-row__wrapper {
    padding-bottom: 9.6296296296vh;
  }
}
@media screen and (orientation: portrait) {
  .double-text-row__wrapper {
    flex-direction: column;
    gap: 5vw;
    padding: 10vw 0;
  }
}
.double-text-row__col--left {
  display: flex;
  flex-direction: column;
}
.double-text-row__col--left {
  gap: 8.6419753086vh;
}
@media (orientation: portrait) {
  .double-text-row__col--left {
    gap: 5.6172839506vh;
  }
}
.double-text-row__col--left {
  width: 19.4444444444vw;
}
@media (orientation: portrait) {
  .double-text-row__col--left {
    width: 22.4691358025vh;
  }
}
@media screen and (orientation: portrait) {
  .double-text-row__col--left {
    width: 100%;
  }
}
.double-text-row__col--right {
  column-count: 2;
}
.double-text-row__col--right {
  width: 52.0833333333vw;
}
@media (orientation: portrait) {
  .double-text-row__col--right {
    width: 60.1851851852vh;
  }
}
.double-text-row__col--right {
  column-gap: 3.4722222222vw;
}
@media (orientation: portrait) {
  .double-text-row__col--right {
    column-gap: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  .double-text-row__col--right {
    width: 100%;
    column-count: 1;
  }
}

.two-cols-content__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.two-cols-content__wrapper {
  height: 51.0416666667vw;
}
@media (orientation: portrait) {
  .two-cols-content__wrapper {
    height: 58.9814814815vh;
  }
}
.two-cols-content__wrapper {
  gap: 8.3333333333vw;
}
@media (orientation: portrait) {
  .two-cols-content__wrapper {
    gap: 9.6296296296vh;
  }
}
.two-cols-content__wrapper {
  padding-top: 4.3209876543vh;
}
@media (orientation: portrait) {
  .two-cols-content__wrapper {
    padding-top: 4.3209876543vh;
  }
}
.two-cols-content__wrapper {
  padding-bottom: 4.3209876543vh;
}
@media (orientation: portrait) {
  .two-cols-content__wrapper {
    padding-bottom: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  .two-cols-content__wrapper {
    flex-direction: column;
    height: auto;
    padding: 10vw 0;
  }
  .two-cols-content__wrapper {
    gap: 2.7777777778vw;
  }
}
@media screen and (orientation: portrait) and (orientation: portrait) {
  .two-cols-content__wrapper {
    gap: 3.950617284vh;
  }
}
.two-cols-content__col {
  height: 100%;
}
.two-cols-content__col--text {
  color: #363534;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.two-cols-content__col--text {
  gap: 1.3888888889vw;
}
@media (orientation: portrait) {
  .two-cols-content__col--text {
    gap: 2.7160493827vh;
  }
}
.two-cols-content__col--text {
  padding-left: 6.25vw;
}
@media (orientation: portrait) {
  .two-cols-content__col--text {
    padding-left: 7.2222222222vh;
  }
}
.two-cols-content__col--text {
  padding-bottom: 4.9382716049vh;
}
@media (orientation: portrait) {
  .two-cols-content__col--text {
    padding-bottom: 3.950617284vh;
  }
}
@media screen and (orientation: portrait) {
  .two-cols-content__col--text {
    padding-left: 0;
    padding-bottom: 0;
  }
}
.two-cols-content__col--image {
  flex: none;
}
.two-cols-content__col--image {
  width: 43.75vw;
}
@media (orientation: portrait) {
  .two-cols-content__col--image {
    width: 50.5555555556vh;
  }
}
@media screen and (orientation: portrait) {
  .two-cols-content__col--image {
    width: 100%;
  }
}
.two-cols-content__col--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-cols-content__title {
  text-transform: uppercase;
  color: #504a42;
}
@media screen and (orientation: portrait) {
  .two-cols-content__title br {
    display: none;
  }
}
.two-cols-content--reverse .two-cols-content__wrapper {
  flex-direction: row-reverse;
}
@media screen and (orientation: portrait) {
  .two-cols-content--reverse .two-cols-content__wrapper {
    flex-direction: column;
  }
}
.two-cols-content--reverse .two-cols-content__wrapper .two-cols-content__col--text {
  padding-left: 0;
}
.two-cols-content--reverse .two-cols-content__wrapper .two-cols-content__col--text {
  padding-right: 6.25vw;
}
@media (orientation: portrait) {
  .two-cols-content--reverse .two-cols-content__wrapper .two-cols-content__col--text {
    padding-right: 7.2222222222vh;
  }
}
@media screen and (orientation: portrait) {
  .two-cols-content--reverse .two-cols-content__wrapper .two-cols-content__col--text {
    padding-right: 0;
  }
}

.single-image {
  margin-top: 4.9382716049vh;
}
@media (orientation: portrait) {
  .single-image {
    margin-top: 3.950617284vh;
  }
}
.single-image {
  margin-bottom: 4.9382716049vh;
}
@media (orientation: portrait) {
  .single-image {
    margin-bottom: 3.950617284vh;
  }
}
.single-image {
  height: 76.5432098765vh;
}
@media (orientation: portrait) {
  .single-image {
    height: 49.7530864198vh;
  }
}
@media screen and (orientation: portrait) {
  .single-image {
    margin: 5vw auto;
    height: auto;
  }
}
.single-image__wrapper {
  height: 100%;
  overflow: hidden;
}
.single-image__wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.two-images {
  margin-top: 4.9382716049vh;
}
@media (orientation: portrait) {
  .two-images {
    margin-top: 3.950617284vh;
  }
}
.two-images {
  margin-bottom: 4.9382716049vh;
}
@media (orientation: portrait) {
  .two-images {
    margin-bottom: 3.950617284vh;
  }
}
@media screen and (orientation: portrait) {
  .two-images {
    margin: 5vw auto;
  }
}
.two-images__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.two-images__wrapper {
  gap: 4.9382716049vh;
}
@media (orientation: portrait) {
  .two-images__wrapper {
    gap: 3.950617284vh;
  }
}
.two-images__wrapper {
  height: 76.5432098765vh;
}
@media (orientation: portrait) {
  .two-images__wrapper {
    height: 49.7530864198vh;
  }
}
@media screen and (orientation: portrait) {
  .two-images__wrapper {
    flex-direction: column;
    gap: 5vw;
    height: auto;
  }
}
.two-images__col {
  flex: 1;
}
.two-images__col img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.glide {
  cursor: grab;
}
.glide .glide__slides {
  cursor: grab;
}
.glide__bullets {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.glide__bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  padding: 0;
  opacity: 0.5;
}
.glide__bullet--active {
  opacity: 1;
}
.glide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}
.glide__arrows {
  padding-left: 1.3888888889vw;
}
@media (orientation: portrait) {
  .glide__arrows {
    padding-left: 2.7160493827vh;
  }
}
.glide__arrows {
  padding-right: 1.3888888889vw;
}
@media (orientation: portrait) {
  .glide__arrows {
    padding-right: 2.7160493827vh;
  }
}
@media screen and (orientation: portrait) {
  .glide__arrows {
    padding: 0 5vw;
  }
}
.glide__arrow {
  background-color: transparent;
  box-shadow: none;
  border: none;
  cursor: pointer;
  pointer-events: all;
}
.glide__arrow--left svg {
  transform: rotate(-180deg);
}
.glide__arrow svg {
  transform-origin: center center;
}
.glide__arrow svg {
  width: 2.7777777778vw;
}
@media (orientation: portrait) {
  .glide__arrow svg {
    width: 3.950617284vh;
  }
}
.glide__arrow svg path {
  fill: #c3bfb8;
}

.cover {
  will-change: transform;
}
.cover__wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  padding-bottom: 4.3209876543vh;
}
@media screen and (orientation: portrait) {
  .cover__wrapper {
    padding: 5vw;
    padding-bottom: 10vw;
    justify-content: center;
    height: 100svh;
  }
}
.cover__wrapper.hide-overlay .cover__backgroundWrapper::before {
  display: none;
}
.cover__layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #363534;
  z-index: 3;
  opacity: 0;
  will-change: opacity;
}
.cover__backgroundWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-origin: top center;
  will-change: transform;
}
.cover__backgroundWrapper::before {
  content: "";
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) -100%, rgba(0, 0, 0, 0) 200%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}
.cover__backgroundWrapper img,
.cover__backgroundWrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover__contentWrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: 100%;
}
.cover__contentWrapper {
  gap: 3.7037037037vh;
}
@media (orientation: portrait) {
  .cover__contentWrapper {
    gap: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  .cover__contentWrapper {
    gap: 5vw;
    width: 90vw;
  }
}
.cover__title {
  text-transform: uppercase;
}
@media screen and (orientation: portrait) {
  .cover__title {
    font-size: 12vw;
    line-height: 1.1;
  }
}
@media screen and (orientation: portrait) {
  .cover__title br {
    display: none;
  }
}
.cover__audioSoundControls {
  position: absolute;
  display: flex;
  height: fit-content;
  color: #fff;
  right: 6.25vw;
  bottom: 5.5555555556vh;
  z-index: 11;
}
@media (orientation: portrait) {
  .cover__audioSoundControls {
    top: 12.3456790123vh;
  }
}
.cover__audioSoundControls .label {
  text-transform: uppercase;
}
.cover__audioSoundControlIconGraphic {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover__audioSoundControlIconGraphic {
  gap: 0.3472222222vw;
}
@media (orientation: portrait) {
  .cover__audioSoundControlIconGraphic {
    gap: 0.6790123457vh;
  }
}
.cover__audioSoundControlIconGraphic {
  height: 2.4691358025vh;
}
@media (orientation: portrait) {
  .cover__audioSoundControlIconGraphic {
    height: 2.7160493827vh;
  }
}
.cover__audioSoundControlIconGraphic .line {
  width: 1px;
  transform-origin: center center;
  background-color: #fff;
  transition: all 0.35s ease-in-out;
}
.cover__audioSoundControlIconGraphic .line {
  height: 1.2345679012vh;
}
@media (orientation: portrait) {
  .cover__audioSoundControlIconGraphic .line {
    height: 1.3580246914vh;
  }
}
.cover__audioSoundControlIconGraphic .line:nth-child(1) {
  animation-delay: -1.1s;
}
.cover__audioSoundControlIconGraphic .line:nth-child(2) {
  animation-delay: -1s;
}
.cover__audioSoundControlIconGraphic .line:nth-child(3) {
  animation-delay: -0.9s;
}
.cover__audioSoundControlIconGraphic .line:nth-child(4) {
  animation-delay: -0.8s;
}
.cover__audioSoundControlIconGraphic .line:nth-child(5) {
  animation-delay: -0.7s;
}
.cover__audio {
  display: none;
}
.cover__audioSoundControlIcon {
  transition: all 0.35s ease-in-out;
  transform-origin: center center;
  cursor: pointer;
  display: flex;
}
.cover__audioSoundControlIcon {
  gap: 1.0416666667vw;
}
@media (orientation: portrait) {
  .cover__audioSoundControlIcon {
    gap: 2.037037037vh;
  }
}
.cover__audioSoundControlIcon.is-playing .line {
  animation: bounce 1.2s infinite ease-in-out alternate-reverse;
}
.cover__audioSoundControlIcon.is-playing .line {
  height: 2.4691358025vh;
}
@media (orientation: portrait) {
  .cover__audioSoundControlIcon.is-playing .line {
    height: 2.7160493827vh;
  }
}
.cover__audioSoundControlIcon.is-playing .line:nth-child(1), .cover__audioSoundControlIcon.is-playing .line:nth-child(3), .cover__audioSoundControlIcon.is-playing .line:nth-child(5) {
  height: 1.2345679012vh;
}
@media (orientation: portrait) {
  .cover__audioSoundControlIcon.is-playing .line:nth-child(1), .cover__audioSoundControlIcon.is-playing .line:nth-child(3), .cover__audioSoundControlIcon.is-playing .line:nth-child(5) {
    height: 1.3580246914vh;
  }
}

#page-services .cover__services {
  display: flex;
  justify-content: space-between;
}
#page-services .cover__services a {
  letter-spacing: 1.5px;
}
@media screen and (orientation: portrait) {
  #page-services .cover__services a {
    font-size: 3.5vw;
  }
}
#page-services .cover__services br {
  display: none;
}

#page-contact .cover__wrapper {
  padding-left: 12.5vw;
  padding-right: 12.5vw;
  padding-bottom: 7.4074074074vh;
}
@media screen and (orientation: portrait) {
  #page-contact .cover__wrapper {
    padding: 10vw 5vw;
  }
}
#page-contact .cover__backgroundWrapper::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) -100%, rgba(0, 0, 0, 0) 200%);
}
@media screen and (orientation: portrait) {
  #page-contact .cover__backgroundWrapper::before {
    content: "";
    background: #000000;
    background: linear-gradient(0deg, rgb(0, 0, 0) -100%, rgba(0, 0, 0, 0) 200%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.35s ease-in-out;
  }
}
#page-contact .cover__title {
  text-transform: none;
}
@media screen and (orientation: portrait) {
  #page-contact .cover__title {
    font-size: 14vw;
    line-height: 1.1;
  }
}
#page-contact .cover__text {
  text-transform: none;
}
#page-contact .cover__text {
  width: 38.8888888889vw;
}
@media (orientation: portrait) {
  #page-contact .cover__text {
    width: 44.9382716049vh;
  }
}
@media screen and (orientation: portrait) {
  #page-contact .cover__text {
    width: 100%;
  }
}

#single-case-study .cover,
#single-project .cover,
#page-contact .cover,
#page-about .cover {
  position: relative;
  z-index: -1;
}

.pinned-content-row {
  background-color: #d5d2cc;
  color: #363534;
}
.pinned-content-row__wrapper {
  display: flex;
  justify-content: space-between;
}
.pinned-content-row__wrapper {
  gap: 6.9444444444vw;
}
@media (orientation: portrait) {
  .pinned-content-row__wrapper {
    gap: 8.024691358vh;
  }
}
.pinned-content-row__wrapper {
  padding-top: 4.9382716049vh;
}
@media (orientation: portrait) {
  .pinned-content-row__wrapper {
    padding-top: 3.950617284vh;
  }
}
.pinned-content-row__wrapper {
  padding-bottom: 14.8148148148vh;
}
@media (orientation: portrait) {
  .pinned-content-row__wrapper {
    padding-bottom: 9.6296296296vh;
  }
}
@media screen and (orientation: portrait) {
  .pinned-content-row__wrapper {
    flex-direction: column-reverse;
    padding: 10vw 0;
    height: auto;
  }
  .pinned-content-row__wrapper {
    gap: 2.7777777778vw;
  }
}
@media screen and (orientation: portrait) and (orientation: portrait) {
  .pinned-content-row__wrapper {
    gap: 3.950617284vh;
  }
}
.pinned-content-row__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: fit-content;
  padding-left: 6.25vw;
}
.pinned-content-row__content {
  gap: 0.6944444444vw;
}
@media (orientation: portrait) {
  .pinned-content-row__content {
    gap: 1.3580246914vh;
  }
}
.pinned-content-row__content {
  padding-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  .pinned-content-row__content {
    padding-top: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  .pinned-content-row__content {
    padding-left: 0;
    gap: 5vw;
    padding-top: 0;
  }
}
.pinned-content-row__content h3 {
  margin-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  .pinned-content-row__content h3 {
    margin-top: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  .pinned-content-row__content h3:first-child {
    margin-top: 0;
  }
}
.pinned-content-row__content h4 {
  font-family: "Proxima Nova Rg";
  font-weight: 400;
}
.pinned-content-row__content h4 {
  margin-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  .pinned-content-row__content h4 {
    margin-top: 2.7160493827vh;
  }
}
@media screen and (orientation: portrait) {
  .pinned-content-row__content h4:first-child {
    margin-top: 0;
  }
}
.pinned-content-row__image {
  width: 43.75vw;
}
@media (orientation: portrait) {
  .pinned-content-row__image {
    width: 50.5555555556vh;
  }
}
.pinned-content-row__image {
  height: 90.1234567901vh;
}
@media (orientation: portrait) {
  .pinned-content-row__image {
    height: 58.5802469136vh;
  }
}
@media screen and (orientation: portrait) {
  .pinned-content-row__image {
    width: 100%;
    height: auto;
  }
}
.pinned-content-row__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pinned-content-row--reverse .pinned-content-row__wrapper {
  flex-direction: row-reverse;
}
@media screen and (orientation: portrait) {
  .pinned-content-row--reverse .pinned-content-row__wrapper {
    flex-direction: column;
  }
}

.slider__wrapper {
  position: relative;
}
.slider__wrapper {
  padding-top: 8.6419753086vh;
}
@media (orientation: portrait) {
  .slider__wrapper {
    padding-top: 5.6172839506vh;
  }
}
.slider__wrapper {
  padding-bottom: 8.6419753086vh;
}
@media (orientation: portrait) {
  .slider__wrapper {
    padding-bottom: 5.6172839506vh;
  }
}
@media screen and (orientation: portrait) {
  .slider__wrapper {
    padding: 20vw 0 10vw;
    height: 50svh;
  }
}
.slider .glide,
.slider .glide__track,
.slider .glide__slides,
.slider .glide__slide,
.slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider .glide__slide img {
  transition: all 0.35s ease-in-out;
  will-change: transform;
}
.slider .glide__slide:not(.glide__slide--active) img {
  transform: scale(0.9);
  opacity: 0.4;
}

.focus-section {
  position: relative;
}
.focus-section__wrapper {
  position: relative;
  display: flex;
  color: #fff;
}
.focus-section__wrapper {
  padding-top: 9.8765432099vh;
}
@media (orientation: portrait) {
  .focus-section__wrapper {
    padding-top: 6.4197530864vh;
  }
}
@media screen and (orientation: portrait) {
  .focus-section__wrapper {
    align-items: flex-start;
    padding: 20vw 5vw;
    height: 85svh;
  }
}
.focus-section__backgroundWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.focus-section__backgroundWrapper::before {
  content: "";
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) -100%, rgba(0, 0, 0, 0) 200%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}
.focus-section__backgroundWrapper::before {
  background: black;
  opacity: 0.5;
}
.focus-section__backgroundWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.focus-section__contentWrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
}
.focus-section__contentWrapper {
  gap: 3.7037037037vh;
}
@media (orientation: portrait) {
  .focus-section__contentWrapper {
    gap: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  .focus-section__contentWrapper {
    width: 100%;
    padding-left: 0;
    gap: 5vw;
  }
}
.focus-section__quote-svg {
  height: 3.4722222222vw;
}
@media (orientation: portrait) {
  .focus-section__quote-svg {
    height: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  .focus-section__quote-svg {
    height: 5svh;
  }
}
.focus-section__quote-svg::before {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  content: "";
  background-image: url(quote-icon.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
.focus-section__title {
  max-width: 60%;
}
@media screen and (orientation: portrait) {
  .focus-section__title {
    max-width: 100%;
    font-size: 7vw;
    line-height: 1.2;
  }
}
@media screen and (orientation: portrait) {
  .focus-section__title br {
    display: none;
  }
}
.focus-section__subtitle {
  color: #d5d2cc;
}

@media screen and (orientation: portrait) {
  #single-case-study .focus-section__wrapper {
    height: 100svh;
  }
}

.card {
  position: relative;
  overflow: hidden;
  display: block;
  transition: all 0.35s ease-in-out;
}
.card {
  width: 20.1388888889vw;
}
@media (orientation: portrait) {
  .card {
    width: 23.2716049383vh;
  }
}
@media screen and (orientation: portrait) {
  .card {
    width: auto;
  }
}
.card:hover {
  opacity: 0.7;
}
.card:hover .card__imageWrapper img {
  transform: scale(1.04);
}
.card__wrapper {
  display: flex;
  flex-direction: column;
}
.card__wrapper {
  gap: 1.8518518519vh;
}
@media (orientation: portrait) {
  .card__wrapper {
    gap: 2.037037037vh;
  }
}
@media screen and (orientation: portrait) {
  .card__wrapper {
    gap: 2.5vw;
  }
}
.card__imageWrapper {
  backface-visibility: hidden;
  width: 100%;
  overflow: hidden;
}
.card__imageWrapper {
  height: 50vh;
}
@media (orientation: portrait) {
  .card__imageWrapper {
    height: 32.5vh;
  }
}
@media screen and (orientation: portrait) {
  .card__imageWrapper {
    height: 31svh;
  }
}
.card__imageWrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform-origin: center center;
  transition: all 0.35s ease-in-out;
  will-change: transform;
  transition-property: transform;
}
.card__contentWrapper {
  display: flex;
  color: #0f0f0f;
  flex-direction: column;
}
.card__contentWrapper {
  gap: 0.6172839506vh;
}
@media (orientation: portrait) {
  .card__contentWrapper {
    gap: 0.6790123457vh;
  }
}
.card__title {
  color: #d5d2cc;
}

.get-in-touch__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #d5d2cc;
}
.get-in-touch__wrapper {
  height: 87.6543209877vh;
}
@media (orientation: portrait) {
  .get-in-touch__wrapper {
    height: 56.975308642vh;
  }
}
@media screen and (orientation: portrait) {
  .get-in-touch__wrapper {
    height: 100svh;
  }
}
.get-in-touch__backgroundWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.get-in-touch__backgroundWrapper::before {
  content: "";
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) -100%, rgba(0, 0, 0, 0) 200%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}
.get-in-touch__backgroundWrapper img,
.get-in-touch__backgroundWrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.get-in-touch__contentWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.get-in-touch__contentWrapper {
  width: 35.4166666667vw;
}
@media (orientation: portrait) {
  .get-in-touch__contentWrapper {
    width: 40.9259259259vh;
  }
}
.get-in-touch__contentWrapper {
  height: 75.3086419753vh;
}
@media (orientation: portrait) {
  .get-in-touch__contentWrapper {
    height: 48.950617284vh;
  }
}
.get-in-touch__contentWrapper {
  padding-top: 8.6419753086vh;
}
@media (orientation: portrait) {
  .get-in-touch__contentWrapper {
    padding-top: 5.6172839506vh;
  }
}
.get-in-touch__contentWrapper {
  padding-bottom: 3.7037037037vh;
}
@media (orientation: portrait) {
  .get-in-touch__contentWrapper {
    padding-bottom: 3.7037037037vh;
  }
}
.get-in-touch__contentWrapper {
  padding-left: 4.1666666667vw;
}
@media (orientation: portrait) {
  .get-in-touch__contentWrapper {
    padding-left: 4.8148148148vh;
  }
}
.get-in-touch__contentWrapper {
  padding-right: 4.1666666667vw;
}
@media (orientation: portrait) {
  .get-in-touch__contentWrapper {
    padding-right: 4.8148148148vh;
  }
}
.get-in-touch__contentWrapper {
  gap: 3.7037037037vh;
}
@media (orientation: portrait) {
  .get-in-touch__contentWrapper {
    gap: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  .get-in-touch__contentWrapper {
    width: 95vw;
    height: 90svh;
    padding: 22svh 5vw 16svh;
    gap: 10vw;
    text-align: center;
  }
}
@media screen and (orientation: portrait) and (min-width: 768px) {
  .get-in-touch__contentWrapper {
    padding: 18svh 5vw 10svh;
  }
}
.get-in-touch__contentWrapper::before {
  content: "";
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  background: #363534;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}
.get-in-touch__contentWrapper:hover:before {
  opacity: 0.6;
}
.get-in-touch__contentWrapper:hover .get-in-touch__title {
  transform: scale(1.03);
}
.get-in-touch__contentWrapper:hover .link__line {
  transform: scaleX(1) !important;
}
.get-in-touch__contentWrapper .link {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.get-in-touch__contentWrapper .link__line {
  transform: scaleX(0) !important;
  transition: all 0.35s ease-in-out;
}
.get-in-touch__title {
  text-transform: uppercase;
  color: #c3bfb8;
  z-index: 2;
  transition: all 0.35s ease-in-out;
  transition-duration: 0.4s;
  transform-origin: top center;
}
@media screen and (orientation: portrait) {
  .get-in-touch__title {
    transform-origin: top left;
    font-size: 18vw;
  }
}
.get-in-touch__frame {
  background-color: #363534;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  clip-path: polygon(0% 0%, 0% 100%, 20% 100%, 20% 20%, 80% 20%, 80% 80%, 20% 80%, 20% 100%, 100% 100%, 100% 0%);
}
.get-in-touch__frame {
  width: 35.4166666667vw;
}
@media (orientation: portrait) {
  .get-in-touch__frame {
    width: 40.9259259259vh;
  }
}
.get-in-touch__frame {
  height: 75.3086419753vh;
}
@media (orientation: portrait) {
  .get-in-touch__frame {
    height: 48.950617284vh;
  }
}
@media screen and (orientation: portrait) {
  .get-in-touch__frame {
    width: 92vw;
    height: auto;
    aspect-ratio: 510/610;
  }
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
}
.menu.opened .menu__wrapper {
  transform: translateX(0);
}
.menu__wrapper {
  height: 100vh;
  height: 100lvh;
  position: relative;
  background-color: #504a42;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.35s ease-in-out;
  will-change: transform;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 10vw !important;
  width: 100vw;
}
.menu__wrapper {
  padding: 2.4691358025vh;
}
@media (orientation: portrait) {
  .menu__wrapper {
    padding: 2.7160493827vh;
  }
}
.menu__voices {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.menu__voices {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  .menu__voices {
    gap: 1.3580246914vh;
  }
}
.menu__voice {
  font-size: 8vw;
  line-height: 1;
  font-family: "Ivar Fine";
  color: #fff;
}

.split {
  opacity: 0;
}
.split .word-wrapper {
  display: inline-block;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.split .word-wrapper .word {
  display: inline-block;
  opacity: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.scale-anim {
  opacity: 0;
  transform: scale(0.93);
  transform-origin: bottom center;
}

.descale-anim {
  transform: scale(1.03);
  transform-origin: center center;
}

.fade-anim,
.menu__hamburgerCont {
  opacity: 0;
}

.drawy,
.rightLine,
.leftLine {
  transform-origin: top center;
  transform: scaleY(0);
  will-change: transform;
}

.drawx,
.topLine,
.bottomLine {
  transform-origin: center left;
  transform: scaleX(0);
  will-change: transform;
}

#page-policy {
  padding: 15vh 0;
  color: #fff;
  background-color: #363534;
}
#page-policy h1,
#page-policy h2,
#page-policy h3,
#page-policy h4,
#page-policy h5,
#page-policy h6 {
  color: #fff;
}
#page-policy strong {
  text-decoration: underline;
}
#page-policy h2,
#page-policy h3 {
  font-weight: 500;
}
#page-policy h2,
#page-policy h3 {
  text-transform: none;
}
#page-policy h1 {
  margin-bottom: 3.7037037037vh;
}
@media (orientation: portrait) {
  #page-policy h1 {
    margin-bottom: 3.7037037037vh;
  }
}
#page-policy h2,
#page-policy h3 {
  margin-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  #page-policy h2,
  #page-policy h3 {
    margin-top: 3.7037037037vh;
  }
}
#page-policy h2,
#page-policy h3 {
  margin-bottom: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-policy h2,
  #page-policy h3 {
    margin-bottom: 1.3580246914vh;
  }
}
#page-policy address {
  margin-top: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-policy address {
    margin-top: 1.3580246914vh;
  }
}
#page-policy * {
  letter-spacing: normal;
}
#page-policy ul,
#page-policy ol {
  padding-left: 20px;
  list-style: auto;
}
#page-policy ul,
#page-policy ol {
  margin-top: 0.6172839506vh;
}
@media (orientation: portrait) {
  #page-policy ul,
  #page-policy ol {
    margin-top: 0.6790123457vh;
  }
}
#page-policy ul,
#page-policy ol {
  margin-bottom: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-policy ul,
  #page-policy ol {
    margin-bottom: 2.7160493827vh;
  }
}
#page-policy a,
#page-policy span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
#page-policy #cmplz-document {
  width: 100%;
  max-width: 100%;
}
#page-policy #cmplz-document .cookies-per-purpose * {
  color: #363534;
}

.people-section {
  background-color: #d5d2cc;
}
.people-section__wrapper {
  justify-content: space-between;
  display: flex;
}
.people-section__wrapper {
  gap: 6.9444444444vw;
}
@media (orientation: portrait) {
  .people-section__wrapper {
    gap: 8.024691358vh;
  }
}
.people-section__wrapper {
  padding-top: 12.3456790123vh;
}
@media (orientation: portrait) {
  .people-section__wrapper {
    padding-top: 8.024691358vh;
  }
}
.people-section__wrapper {
  padding-bottom: 12.3456790123vh;
}
@media (orientation: portrait) {
  .people-section__wrapper {
    padding-bottom: 8.024691358vh;
  }
}
@media screen and (orientation: portrait) {
  .people-section__wrapper {
    flex-direction: column;
    gap: 10vw;
    padding: 10vw 0;
  }
}
.people-section__title {
  text-transform: uppercase;
}
@media screen and (orientation: portrait) {
  .people-section__title br {
    display: none;
  }
}
.people-section__list {
  display: flex;
  flex-direction: column;
}
.people-section__list {
  gap: 4.1666666667vw;
}
@media (orientation: portrait) {
  .people-section__list {
    gap: 4.8148148148vh;
  }
}
@media screen and (orientation: portrait) {
  .people-section__list {
    gap: 10vw;
  }
}
.people-section__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.people-section__item {
  gap: 4.8611111111vw;
}
@media (orientation: portrait) {
  .people-section__item {
    gap: 5.6172839506vh;
  }
}
@media screen and (orientation: portrait) {
  .people-section__item {
    flex-direction: column;
    gap: 5vw;
  }
}
.people-section__item-image {
  width: 17.7083333333vw;
}
@media (orientation: portrait) {
  .people-section__item-image {
    width: 20.462962963vh;
  }
}
.people-section__item-image {
  height: 25vw;
}
@media (orientation: portrait) {
  .people-section__item-image {
    height: 28.8888888889vh;
  }
}
@media screen and (orientation: portrait) {
  .people-section__item-image {
    width: 100%;
    height: auto;
  }
}
.people-section__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.people-section__item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #363534;
}
.people-section__item-content {
  gap: 0.6944444444vw;
}
@media (orientation: portrait) {
  .people-section__item-content {
    gap: 1.3580246914vh;
  }
}
@media screen and (orientation: portrait) {
  .people-section__item-content {
    gap: 3vw;
  }
}
.people-section__name {
  color: #504a42;
}
@media screen and (orientation: portrait) {
  .people-section__name {
    font-size: 10vw;
  }
}
@media screen and (orientation: portrait) {
  .people-section__role {
    margin-bottom: 5vw;
  }
}

#page-portfolio .intro {
  background-color: rgba(80, 74, 66, 0.9098039216);
  color: #d5d2cc;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  height: 100svh;
  width: 100vw;
  z-index: 20;
}
@media screen and (orientation: portrait) {
  #page-portfolio .intro {
    background-color: rgba(80, 74, 66, 0.9725490196);
  }
}
#page-portfolio .intro__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#page-portfolio .intro__title {
  opacity: 0;
}

#page-portfolio .listing {
  background-color: #363534;
  color: #d5d2cc;
}
#page-portfolio .listing__wrapper {
  position: relative;
  padding: 13svh 0;
}
@media screen and (orientation: portrait) {
  #page-portfolio .listing__wrapper {
    padding: 23vw 0;
  }
}
#page-portfolio .listing__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#page-portfolio .listing__inner {
  gap: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-portfolio .listing__inner {
    gap: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  #page-portfolio .listing__inner {
    gap: 10vw;
  }
}
#page-portfolio .listing__project {
  opacity: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#page-portfolio .listing__project {
  gap: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-portfolio .listing__project {
    gap: 2.037037037vh;
  }
}
#page-portfolio .listing__project:hover .listing__projectImageWrapper {
  transform: scale(0.99);
  transform-origin: center center;
}
#page-portfolio .listing__project:hover .listing__projectImageWrapper,
#page-portfolio .listing__project:hover .listing__projectContentWrapper {
  opacity: 0.6;
}
#page-portfolio .listing__projectImageWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  transition-duration: 0.5s;
  will-change: transform;
  transition-property: transform, opacity;
}
#page-portfolio .listing__projectImageWrapper {
  height: 75.9259259259vh;
}
@media (orientation: portrait) {
  #page-portfolio .listing__projectImageWrapper {
    height: 49.3518518519vh;
  }
}
@media screen and (orientation: portrait) {
  #page-portfolio .listing__projectImageWrapper {
    height: auto;
  }
}
#page-portfolio .listing__projectImage {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transition: all 0.35s ease-in-out;
  transition-duration: 0.5s;
  will-change: transform;
  transition-property: transform, opacity;
}
#page-portfolio .listing__projectImage--visible {
  opacity: 1;
}
#page-portfolio .listing__projectImage--hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(0.98);
}
#page-portfolio .listing__projectContentWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all 0.35s ease-in-out;
  transition-duration: 0.5s;
  transition-property: opacity;
}
#page-portfolio .listing__projectContentWrapper {
  gap: 0.987654321vh;
}
@media (orientation: portrait) {
  #page-portfolio .listing__projectContentWrapper {
    gap: 1.0864197531vh;
  }
}

#single-project .details__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#single-project .details__wrapper {
  padding-top: 9.8765432099vh;
}
@media (orientation: portrait) {
  #single-project .details__wrapper {
    padding-top: 6.4197530864vh;
  }
}
#single-project .details__wrapper {
  padding-bottom: 7.4074074074vh;
}
@media (orientation: portrait) {
  #single-project .details__wrapper {
    padding-bottom: 4.8148148148vh;
  }
}
@media screen and (orientation: portrait) {
  #single-project .details__wrapper {
    padding: 10vw 0 5vw;
    gap: 10vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
#single-project .details__col {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#single-project .details__col--right {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  #single-project .details__col--right {
    gap: 1.3580246914vh;
  }
}
#single-project .details__voice {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
#single-project .details__voice {
  gap: 0.4166666667vw;
}
@media (orientation: portrait) {
  #single-project .details__voice {
    gap: 0.8148148148vh;
  }
}
@media screen and (orientation: portrait) {
  #single-project .details__voice {
    justify-content: flex-start;
  }
}
#single-project .details__voiceLabel {
  color: #d5d2cc;
}
#single-project .details__voiceValue {
  line-height: 1;
}

#single-project .next-projects {
  background-color: #efeeea;
  color: #948f88;
}
#single-project .next-projects__wrapper {
  display: flex;
  justify-content: space-between;
}
#single-project .next-projects__wrapper {
  padding-top: 8.6419753086vh;
}
@media (orientation: portrait) {
  #single-project .next-projects__wrapper {
    padding-top: 5.6172839506vh;
  }
}
#single-project .next-projects__wrapper {
  padding-bottom: 8.6419753086vh;
}
@media (orientation: portrait) {
  #single-project .next-projects__wrapper {
    padding-bottom: 5.6172839506vh;
  }
}
@media screen and (orientation: portrait) {
  #single-project .next-projects__wrapper {
    flex-direction: column;
    gap: 10vw;
    padding: 10vw 0;
  }
}
#single-project .next-projects__list {
  flex: none;
  display: flex;
  justify-content: space-between;
}
#single-project .next-projects__list {
  width: 57.6388888889vw;
}
@media (orientation: portrait) {
  #single-project .next-projects__list {
    width: 66.6049382716vh;
  }
}
@media screen and (orientation: portrait) {
  #single-project .next-projects__list {
    flex-direction: column;
    gap: 10vw;
    width: 100%;
  }
}
#single-project .next-projects__title {
  padding-left: 6.25vw;
}
@media screen and (orientation: portrait) {
  #single-project .next-projects__title {
    padding-left: 0;
  }
}
@media screen and (orientation: portrait) {
  #single-project .next-projects__title br {
    display: none;
  }
}
#single-project .next-projects__single {
  width: 28.125vw;
}
@media (orientation: portrait) {
  #single-project .next-projects__single {
    width: 32.5vh;
  }
}
@media screen and (orientation: portrait) {
  #single-project .next-projects__single {
    width: 100%;
  }
}
#single-project .next-projects__single:hover .next-projects__singleImageWrapper::before,
#single-project .next-projects__single:hover .next-projects__singleContentWrapper {
  opacity: 0.6;
}
#single-project .next-projects__single:hover img {
  transform: scale(1.03);
}
#single-project .next-projects__singleWrapper {
  display: flex;
  flex-direction: column;
}
#single-project .next-projects__singleWrapper {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  #single-project .next-projects__singleWrapper {
    gap: 2.7160493827vh;
  }
}
#single-project .next-projects__singleImageWrapper {
  position: relative;
  overflow: hidden;
}
#single-project .next-projects__singleImageWrapper {
  height: 35.8024691358vh;
}
@media (orientation: portrait) {
  #single-project .next-projects__singleImageWrapper {
    height: 23.2716049383vh;
  }
}
#single-project .next-projects__singleImageWrapper::before {
  content: "";
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) -100%, rgba(0, 0, 0, 0) 200%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}
@media screen and (orientation: portrait) {
  #single-project .next-projects__singleImageWrapper {
    height: 30svh;
  }
}
#single-project .next-projects__singleImageWrapper::before {
  background: #000000;
  opacity: 0;
}
#single-project .next-projects__singleImageWrapper img {
  transition: all 0.35s ease-in-out;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-origin: center center;
}
#single-project .next-projects__singleContentWrapper {
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease-in-out;
}
#single-project .next-projects__singleContentWrapper {
  gap: 0.6172839506vh;
}
@media (orientation: portrait) {
  #single-project .next-projects__singleContentWrapper {
    gap: 0.6790123457vh;
  }
}

#page-case-studies .listing {
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  #page-case-studies .listing {
    height: auto;
  }
}
#page-case-studies .listing__wrapper {
  height: 100%;
  display: flex;
  position: relative;
}
#page-case-studies .listing__rows {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
}
#page-case-studies .listing__single {
  height: 100vh;
}
#page-case-studies .listing__singleWrapper {
  display: flex;
  height: 100%;
  position: relative;
}
@media screen and (orientation: portrait) {
  #page-case-studies .listing__singleWrapper {
    flex-direction: column;
  }
}
#page-case-studies .listing__singleCol {
  flex: 0 0 50%;
  height: 100%;
}
@media screen and (orientation: portrait) {
  #page-case-studies .listing__singleCol {
    flex: 100%;
    height: 50%;
  }
}
#page-case-studies .listing__singleCol--bigImageWrapper {
  overflow: hidden;
  z-index: -1;
}
@media screen and (orientation: portrait) {
  #page-case-studies .listing__singleCol--bigImageWrapper {
    z-index: 1;
  }
}
#page-case-studies .listing__singleCol--bigImageWrapper img,
#page-case-studies .listing__singleCol--bigImageWrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-case-studies .listing__singleCol--contentWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#page-case-studies .listing__singleCol--contentWrapper:hover .listing__singleVerticalImageWrapper img {
  transform: scale(1.04);
}
#page-case-studies .listing__singleTitle {
  text-transform: uppercase;
  color: #fff;
  transform: translateY(50%);
  position: relative;
  z-index: 2;
}
#page-case-studies .listing__singleShortDescription {
  color: #efeeea;
}
#page-case-studies .listing__singleShortDescription {
  margin-top: 2.0833333333vw;
}
@media (orientation: portrait) {
  #page-case-studies .listing__singleShortDescription {
    margin-top: 3.7037037037vh;
  }
}
#page-case-studies .listing__singleVerticalImageWrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#page-case-studies .listing__singleVerticalImageWrapper {
  width: 20.1388888889vw;
}
@media (orientation: portrait) {
  #page-case-studies .listing__singleVerticalImageWrapper {
    width: 23.2716049383vh;
  }
}
#page-case-studies .listing__singleVerticalImageWrapper {
  height: 49.3827160494vh;
}
@media (orientation: portrait) {
  #page-case-studies .listing__singleVerticalImageWrapper {
    height: 32.0987654321vh;
  }
}
#page-case-studies .listing__singleVerticalImageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: all 0.35s ease-in-out;
  transition-property: transform;
  will-change: transform;
}

#page-press .listing {
  background-color: #363534;
  color: #efeeea;
}
@media screen and (orientation: portrait) {
  #page-press .listing__title {
    text-align: center;
  }
}
#page-press .listing__wrapper {
  display: flex;
  flex-direction: column;
}
#page-press .listing__wrapper {
  padding-top: 19.7530864198vh;
}
@media (orientation: portrait) {
  #page-press .listing__wrapper {
    padding-top: 12.8395061728vh;
  }
}
#page-press .listing__wrapper {
  padding-bottom: 7.4074074074vh;
}
@media (orientation: portrait) {
  #page-press .listing__wrapper {
    padding-bottom: 4.8148148148vh;
  }
}
#page-press .listing__wrapper {
  gap: 7.4074074074vh;
}
@media (orientation: portrait) {
  #page-press .listing__wrapper {
    gap: 4.8148148148vh;
  }
}
@media screen and (orientation: portrait) {
  #page-press .listing__wrapper {
    padding: 17svh 0;
    gap: 10vw;
  }
}
#page-press .listing__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8.6419753086vh 6.9444444444vw;
}
@media screen and (orientation: portrait) {
  #page-press .listing__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 10vw 5vw;
  }
}
#page-press .listing__inner .card {
  width: 100%;
}
@media screen and (orientation: portrait) {
  #page-press .listing__inner .card {
    width: 50vw;
    margin: 0 auto;
  }
}
@media screen and (orientation: portrait) {
  #page-press .listing__inner .card .card__title {
    text-align: center;
  }
}
#page-press .listing__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-press .listing__pagination {
  gap: 0.2083333333vw;
}
@media (orientation: portrait) {
  #page-press .listing__pagination {
    gap: 0.4074074074vh;
  }
}
#page-press .listing__pagination {
  margin-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-press .listing__pagination {
    margin-top: 2.7160493827vh;
  }
}
#page-press .listing__pagination-item {
  color: #504a42;
  opacity: 0.5;
  font-family: "Proxima Nova Rg";
  text-decoration: none;
  transition: opacity 0.3s ease;
}
#page-press .listing__pagination-item:hover {
  opacity: 1;
}
#page-press .listing__pagination-item.active {
  opacity: 1;
}
#page-press .listing__pagination-item.active:not(:last-child) {
  margin-right: 1.0416666667vw;
}
@media (orientation: portrait) {
  #page-press .listing__pagination-item.active:not(:last-child) {
    margin-right: 2.037037037vh;
  }
}
#page-press .listing__pagination-item.active:last-child {
  margin-left: 1.0416666667vw;
}
@media (orientation: portrait) {
  #page-press .listing__pagination-item.active:last-child {
    margin-left: 2.037037037vh;
  }
}

.services {
  position: relative;
  background-color: #363534;
  color: #efeeea;
}
.services__wrapper {
  display: flex;
  justify-content: space-between;
}
.services__wrapper {
  gap: 9.0277777778vw;
}
@media (orientation: portrait) {
  .services__wrapper {
    gap: 10.4320987654vh;
  }
}
.services__wrapper {
  padding-top: 4.9382716049vh;
}
@media (orientation: portrait) {
  .services__wrapper {
    padding-top: 3.950617284vh;
  }
}
.services__wrapper {
  padding-bottom: 13.5802469136vh;
}
@media (orientation: portrait) {
  .services__wrapper {
    padding-bottom: 8.8271604938vh;
  }
}
@media screen and (orientation: portrait) {
  .services__wrapper {
    flex-direction: column;
    gap: 10vw;
    padding: 15vw 0;
  }
}
.services__left {
  position: relative;
  flex: none;
}
.services__left {
  width: 43.75vw;
}
@media (orientation: portrait) {
  .services__left {
    width: 50.5555555556vh;
  }
}
.services__left {
  height: 90.7407407407vh;
}
@media (orientation: portrait) {
  .services__left {
    height: 58.9814814815vh;
  }
}
@media screen and (orientation: portrait) {
  .services__left {
    width: 100%;
    height: auto;
    display: none !important;
  }
}
.services__index {
  font-family: "Ivar Fine";
  position: absolute;
  left: -7%;
  bottom: -10%;
  z-index: 3;
  color: #d5d2cc;
}
.services__itemImage {
  display: none;
}
@media screen and (orientation: portrait) {
  .services__itemImage {
    display: block;
    margin-bottom: 5vw;
  }
}
.services__itemIndex {
  display: none;
  font-size: 8vw;
  line-height: 1;
}
.services__image-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.services__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.services__image.active {
  opacity: 1;
}
.services__right {
  flex: auto;
  display: flex;
  flex-direction: column;
}
.services__right {
  gap: 20.987654321vh;
}
@media (orientation: portrait) {
  .services__right {
    gap: 13.6419753086vh;
  }
}
.services__right {
  padding-right: 6.25vw;
}
@media (orientation: portrait) {
  .services__right {
    padding-right: 7.2222222222vh;
  }
}
.services__right {
  padding-top: 9.2592592593vh;
}
@media (orientation: portrait) {
  .services__right {
    padding-top: 6.0185185185vh;
  }
}
.services__right {
  padding-bottom: 13.5802469136vh;
}
@media (orientation: portrait) {
  .services__right {
    padding-bottom: 8.8271604938vh;
  }
}
@media screen and (orientation: portrait) {
  .services__right {
    padding: 0;
    gap: 15vw;
  }
}
.services__item .service-subtitle {
  color: #fff;
  font-weight: 500;
}
.services__item .service-subtitle {
  margin-top: 1.8518518519vh;
}
@media (orientation: portrait) {
  .services__item .service-subtitle {
    margin-top: 2.037037037vh;
  }
}
.services__item .service-subtitle {
  margin-bottom: 0.6172839506vh;
}
@media (orientation: portrait) {
  .services__item .service-subtitle {
    margin-bottom: 0.6790123457vh;
  }
}
.services__item .service-subtitle + br {
  display: none;
}
.services__title {
  color: #d5d2cc;
  text-transform: capitalize;
}
.services__title {
  margin-bottom: 3.7037037037vh;
}
@media (orientation: portrait) {
  .services__title {
    margin-bottom: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  .services__title {
    font-size: 12vw;
    line-height: 1.2;
    margin-bottom: 2.5vw;
    margin-top: 2.5vw;
  }
}
.services__text a {
  text-decoration: underline;
  transition: all 0.35s ease-in-out;
}
.services__text a:hover {
  opacity: 0.5;
}

#page-contact .enquiry {
  position: relative;
  background-color: #363534;
}
#page-contact .enquiry__wrapper {
  display: flex;
}
#page-contact .enquiry__wrapper {
  padding-top: 6.7901234568vh;
}
@media (orientation: portrait) {
  #page-contact .enquiry__wrapper {
    padding-top: 4.7530864198vh;
  }
}
#page-contact .enquiry__wrapper {
  padding-bottom: 6.7901234568vh;
}
@media (orientation: portrait) {
  #page-contact .enquiry__wrapper {
    padding-bottom: 4.7530864198vh;
  }
}
#page-contact .enquiry__wrapper {
  gap: 4.1666666667vw;
}
@media (orientation: portrait) {
  #page-contact .enquiry__wrapper {
    gap: 4.8148148148vh;
  }
}
@media screen and (orientation: portrait) {
  #page-contact .enquiry__wrapper {
    flex-direction: column;
    gap: 10vw;
  }
}
#page-contact .enquiry__col {
  flex: 1;
}
#page-contact .enquiry__col--left {
  flex: none;
  display: flex;
  flex-direction: column;
}
#page-contact .enquiry__col--left {
  width: 17.3611111111vw;
}
@media (orientation: portrait) {
  #page-contact .enquiry__col--left {
    width: 20.0617283951vh;
  }
}
#page-contact .enquiry__col--left {
  gap: 5.5555555556vh;
}
@media (orientation: portrait) {
  #page-contact .enquiry__col--left {
    gap: 4.4444444444vh;
  }
}
@media screen and (orientation: portrait) {
  #page-contact .enquiry__col--left {
    width: 100%;
    gap: 10vw;
  }
}
#page-contact .enquiry__col--right {
  position: relative;
}
#page-contact .enquiry__col--right {
  padding-left: 5.5555555556vw;
}
@media (orientation: portrait) {
  #page-contact .enquiry__col--right {
    padding-left: 6.4197530864vh;
  }
}
@media screen and (orientation: portrait) {
  #page-contact .enquiry__col--right {
    padding-left: 0;
  }
}
#page-contact .enquiry__col--right .leftLine {
  background-color: rgba(148, 143, 136, 0.1882352941);
}
@media screen and (orientation: portrait) {
  #page-contact .enquiry__col--right .leftLine {
    display: none;
  }
}
#page-contact .enquiry__col--right .submit-wrapper {
  width: 75%;
  margin: 0 auto;
}
@media screen and (orientation: portrait) {
  #page-contact .enquiry__col--right .submit-wrapper {
    width: 100%;
  }
}
#page-contact .enquiry__col--right .submit-wrapper input {
  width: 100%;
}
#page-contact .enquiry__single {
  display: flex;
  flex-direction: column;
}
#page-contact .enquiry__title {
  color: #efeeea;
  font-weight: 600;
}
#page-contact .enquiry__title {
  margin-bottom: 0.987654321vh;
}
@media (orientation: portrait) {
  #page-contact .enquiry__title {
    margin-bottom: 1.0864197531vh;
  }
}
@media screen and (orientation: portrait) {
  #page-contact .enquiry__title {
    margin-bottom: 2.5vw;
  }
}
#page-contact .enquiry__fromClientsTitle {
  color: #d5d2cc;
}
#page-contact .enquiry__fromClientsTitle {
  margin-bottom: 0.6172839506vh;
}
@media (orientation: portrait) {
  #page-contact .enquiry__fromClientsTitle {
    margin-bottom: 0.6790123457vh;
  }
}
@media screen and (orientation: portrait) {
  #page-contact .enquiry__fromClientsTitle {
    margin: 1vw 0 3.5vw;
  }
}
#page-contact .enquiry__fromClientsName {
  color: #d5d2cc;
}
#page-contact .enquiry__fromClientsName {
  margin-top: 0.987654321vh;
}
@media (orientation: portrait) {
  #page-contact .enquiry__fromClientsName {
    margin-top: 1.0864197531vh;
  }
}
#page-contact .enquiry__text {
  color: #efeeea;
}
#page-contact .enquiry__link {
  color: #c3bfb8;
}
#page-contact .enquiry__link:not(:last-child) {
  margin-bottom: 0.6172839506vh;
}
@media (orientation: portrait) {
  #page-contact .enquiry__link:not(:last-child) {
    margin-bottom: 0.6790123457vh;
  }
}
