/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** 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: "Canela Text";
  src: url(370993dc9266a0359703.woff2) format("woff2"), url(cf3859c2ce09075d00b6.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Freight Display";
  src: url(60a2e4cda31d65476950.woff2) format("woff2"), url(5501009b73a983264f9f.woff) format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Freight Display";
  src: url(60a2e4cda31d65476950.woff2) format("woff2"), url(5501009b73a983264f9f.woff) format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Mid Mid Sun Sun";
  src: url(97f3ac9da05ae7777881.woff2) format("woff2"), url(6588f3ea97f8d58f3b50.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Bl";
  src: url(303d2ac2f2541121ca42.woff2) format("woff2"), url(0a70e85dd40f77fa9ee1.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url(3ab9adb7cf54485290e0.woff2) format("woff2"), url(5928c0df3741764a6b5a.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url(0e666343474cd0f40ba6.woff2) format("woff2"), url(b8a8477d7761b3d88a17.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Bl";
  src: url(970e07d38532d2bc07c0.woff2) format("woff2"), url(11b1fcdf6092a502a2f8.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Lt";
  src: url(fac7a6fee9de43cb306e.woff2) format("woff2"), url(3d293c278bc916ee54c9.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url(6ab047e0abfe7afc205e.woff2) format("woff2"), url(e67a0aaa03e13ed8839f.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Bl";
  src: url(303d2ac2f2541121ca42.woff2) format("woff2"), url(0a70e85dd40f77fa9ee1.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url(0ee9d160a557e13613f5.woff2) format("woff2"), url(e6d0b09dd858c6ec94e8.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* 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);
! }
*/
/*! 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;
}
a:link, a:visited {
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 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: #353434;
  color: #fff;
  font-family: "Canela Text";
  font-size: 18px;
  min-height: 100vh;
  overflow: hidden;
  margin: 0 auto;
  font-weight: 300;
}

.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,
h5 {
  font-family: "Mid Mid Sun Sun";
  font-weight: 400;
}

i,
.i {
  font-family: "Freight Display";
  font-style: italic;
  letter-spacing: normal !important;
}

.link {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Proxima Nova Rg";
  letter-spacing: 2px !important;
  transition: all 0.35s ease-in-out;
  transition-property: letter-spacing;
}
.link:hover {
  letter-spacing: 3.5px !important;
}

.t-135, .connect__title i {
  font-size: 9.375vw;
  line-height: 9.375vw;
  letter-spacing: -0.0347222222vw;
}
@media screen and (min-width: 1920px) {
  .t-135, .connect__title i {
    font-size: 179.999955px;
    line-height: 179.999955px;
    letter-spacing: -0.6666665px;
  }
}
@media (orientation: portrait) {
  .t-135, .connect__title i {
    font-size: 6.6666666667vh;
    line-height: 6.6666666667vh;
    letter-spacing: -0.024691358vh;
  }
}

.t-100 {
  font-size: 6.9444444444vw;
  line-height: 6.9444444444vw;
  letter-spacing: 0.0347222222vw;
}
@media screen and (min-width: 1920px) {
  .t-100 {
    font-size: 133.3333px;
    line-height: 133.3333px;
    letter-spacing: 0.6666665px;
  }
}
@media (orientation: portrait) {
  .t-100 {
    font-size: 4.9382716049vh;
    line-height: 4.9382716049vh;
    letter-spacing: 0.024691358vh;
  }
}

.t-95, #page-home .services__serviceTitle i {
  font-size: 6.5972222222vw;
  line-height: 6.5972222222vw;
  letter-spacing: -0.0347222222vw;
}
@media screen and (min-width: 1920px) {
  .t-95, #page-home .services__serviceTitle i {
    font-size: 126.666635px;
    line-height: 126.666635px;
    letter-spacing: -0.6666665px;
  }
}
@media (orientation: portrait) {
  .t-95, #page-home .services__serviceTitle i {
    font-size: 5.2777777778vh;
    line-height: 5.2777777778vh;
    letter-spacing: -0.0277777778vh;
  }
}

.t-75, #page-contacts .connection__title i, #page-home .who__title i, #page-home .intro__title i, .two-cols-content__title i, h1,
h2 {
  font-size: 5.2083333333vw;
  line-height: 5.2083333333vw;
}
@media screen and (min-width: 1920px) {
  .t-75, #page-contacts .connection__title i, #page-home .who__title i, #page-home .intro__title i, .two-cols-content__title i, h1,
  h2 {
    font-size: 99.999975px;
    line-height: 99.999975px;
  }
}
@media (orientation: portrait) {
  .t-75, #page-contacts .connection__title i, #page-home .who__title i, #page-home .intro__title i, .two-cols-content__title i, h1,
  h2 {
    font-size: 4.6296296296vh;
    line-height: 4.6296296296vh;
  }
}

.t-70 {
  font-size: 4.8611111111vw;
  line-height: 4.8611111111vw;
}
@media screen and (min-width: 1920px) {
  .t-70 {
    font-size: 93.33331px;
    line-height: 93.33331px;
  }
}
@media (orientation: portrait) {
  .t-70 {
    font-size: 4.3209876543vh;
    line-height: 4.3209876543vh;
  }
}

.t-60 {
  font-size: 4.1666666667vw;
  line-height: 4.1666666667vw;
}
@media screen and (min-width: 1920px) {
  .t-60 {
    font-size: 79.99998px;
    line-height: 79.99998px;
  }
}
@media (orientation: portrait) {
  .t-60 {
    font-size: 3.7037037037vh;
    line-height: 3.7037037037vh;
  }
}

.t-55, h3 {
  font-size: 3.8194444444vw;
  line-height: 3.8194444444vw;
  letter-spacing: 0.0347222222vw;
}
@media screen and (min-width: 1920px) {
  .t-55, h3 {
    font-size: 73.333315px;
    line-height: 73.333315px;
    letter-spacing: 0.6666665px;
  }
}
@media (orientation: portrait) {
  .t-55, h3 {
    font-size: 4.0740740741vh;
    line-height: 4.0740740741vh;
    letter-spacing: 0.037037037vh;
  }
}

.t-45, h4 {
  font-size: 3.125vw;
  line-height: 3.125vw;
  letter-spacing: 0.0347222222vw;
}
@media screen and (min-width: 1920px) {
  .t-45, h4 {
    font-size: 59.999985px;
    line-height: 59.999985px;
    letter-spacing: 0.6666665px;
  }
}
@media (orientation: portrait) {
  .t-45, h4 {
    font-size: 3.3333333333vh;
    line-height: 3.3333333333vh;
    letter-spacing: 0.037037037vh;
  }
}

.t-40, h5 {
  font-size: 2.7777777778vw;
  line-height: 2.7777777778vw;
  letter-spacing: 0.0347222222vw;
}
@media screen and (min-width: 1920px) {
  .t-40, h5 {
    font-size: 53.33332px;
    line-height: 53.33332px;
    letter-spacing: 0.6666665px;
  }
}
@media (orientation: portrait) {
  .t-40, h5 {
    font-size: 3.4567901235vh;
    line-height: 3.4567901235vh;
    letter-spacing: 0.0432098765vh;
  }
}

.t-25, #page-policy h1,
#page-policy h2,
#page-policy h3, h6 {
  font-size: 1.7361111111vw;
  line-height: 1.7361111111vw;
  letter-spacing: 0.0347222222vw;
}
@media screen and (min-width: 1920px) {
  .t-25, #page-policy h1,
  #page-policy h2,
  #page-policy h3, h6 {
    font-size: 33.333325px;
    line-height: 33.333325px;
    letter-spacing: 0.6666665px;
  }
}
@media (orientation: portrait) {
  .t-25, #page-policy h1,
  #page-policy h2,
  #page-policy h3, h6 {
    font-size: 3.0864197531vh;
    line-height: 3.0864197531vh;
    letter-spacing: 0.0617283951vh;
  }
}

.t-15, #page-portfolio .list__projectContentWrapper .link, .glide__bullets .glide__bullet, .wpcf7-response-output:not(:empty), form .wpcf7-acceptance label, form .custom-select__option, form .custom-select__selected, form select, form input,
form textarea, form, .footer__colVoice, .button, p,
.link {
  font-size: 1.0416666667vw;
  line-height: 1.3194444444vw;
  letter-spacing: 0.0347222222vw;
}
@media screen and (min-width: 1920px) {
  .t-15, #page-portfolio .list__projectContentWrapper .link, .glide__bullets .glide__bullet, .wpcf7-response-output:not(:empty), form .wpcf7-acceptance label, form .custom-select__option, form .custom-select__selected, form select, form input,
  form textarea, form, .footer__colVoice, .button, p,
  .link {
    font-size: 19.999995px;
    line-height: 25.333327px;
    letter-spacing: 0.6666665px;
  }
}
@media (orientation: portrait) {
  .t-15, #page-portfolio .list__projectContentWrapper .link, .glide__bullets .glide__bullet, .wpcf7-response-output:not(:empty), form .wpcf7-acceptance label, form .custom-select__option, form .custom-select__selected, form select, form input,
  form textarea, form, .footer__colVoice, .button, p,
  .link {
    font-size: 1.8518518519vh;
    line-height: 2.3456790123vh;
    letter-spacing: 0.0617283951vh;
  }
}

.t-12, .footer__small {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  letter-spacing: 0.0347222222vw;
}
@media screen and (min-width: 1920px) {
  .t-12, .footer__small {
    font-size: 15.999996px;
    line-height: 19.999995px;
    letter-spacing: 0.6666665px;
  }
}
@media (orientation: portrait) {
  .t-12, .footer__small {
    font-size: 1.4814814815vh;
    line-height: 1.8518518519vh;
    letter-spacing: 0.0617283951vh;
  }
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 17.3611111111vw;
  min-height: 2.7777777778vw;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Proxima Nova Rg";
  background-color: #d3d0cd;
  border: 1px solid #d3d0cd;
  transition: background-color 0.2s ease-in, border 0.2s ease-in, color 0.2s ease-in;
}
@media screen and (orientation: portrait) {
  .button {
    padding: 2.5vw 5vw;
    min-width: 40vw;
    font-size: 4.5vw;
    line-height: 1.1;
  }
}
@media (min-width: 1920px) {
  .button {
    font-size: 1.1rem;
    min-width: 15vw;
    line-height: 1;
  }
}
.button:hover {
  background-color: #0f0f0f;
  border: 1px solid #f9f8f5;
  color: #f9f8f5;
}

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

.width--100 {
  width: 100%;
}
.width--100vw {
  width: 100vw;
}
.width--1800 {
  width: 125vw;
}
.width--1350 {
  width: 93.75vw;
}
.width--1250 {
  width: 86.8055555556vw;
}
.width--1170 {
  width: 81.25vw;
}
.width--1000 {
  width: 69.4444444444vw;
}
.width--900 {
  width: 62.5vw;
}
.width--1800, .width--1350, .width--1250, .width--1170, .width--1000, .width--900 {
  margin: 0 auto;
}
@media screen and (orientation: portrait) {
  .width--1800, .width--1350, .width--1250, .width--1170, .width--1000, .width--900 {
    height: auto;
    width: 90vw;
  }
}

.menu__socials,
.footer__socials {
  display: flex;
}
.menu__socials,
.footer__socials {
  gap: 1.0416666667vw;
}
@media (orientation: portrait) {
  .menu__socials,
  .footer__socials {
    gap: 1.8518518519vh;
  }
}
@media screen and (orientation: portrait) {
  .menu__socials,
  .footer__socials {
    justify-content: center;
  }
}
.menu__socials .icon_wrap,
.footer__socials .icon_wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  width: 3.7037037037vh;
  height: 3.7037037037vh;
  border-radius: 100px;
  transition: all 0.35s ease-in-out;
  transition-property: background;
}
.menu__socials .icon_wrap:hover,
.footer__socials .icon_wrap:hover {
  background: #d3d0cd;
}
.menu__socials .icon_wrap:hover .social-hover-wrapper,
.footer__socials .icon_wrap:hover .social-hover-wrapper {
  width: 3.7037037037vh !important;
}
.menu__socials .icon_wrap:hover .social-outline,
.footer__socials .icon_wrap:hover .social-outline {
  border-color: #353434 !important;
}
.menu__socials .icon_wrap:hover svg path,
.footer__socials .icon_wrap:hover svg path {
  fill: #353434;
}
.menu__socials .icon_wrap:hover svg circle,
.menu__socials .icon_wrap:hover svg ellipse,
.footer__socials .icon_wrap:hover svg circle,
.footer__socials .icon_wrap:hover svg ellipse {
  stroke: #353434;
}
.menu__socials .icon_wrap a,
.footer__socials .icon_wrap a {
  z-index: 9;
  width: 3.7037037037vh;
  height: 3.7037037037vh;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
  position: relative;
}
.menu__socials .icon_wrap a svg,
.footer__socials .icon_wrap a svg {
  box-shadow: inset 0 0 0 1px #f9f8f5;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.menu__socials .icon_wrap a svg .path-group,
.footer__socials .icon_wrap a svg .path-group {
  transform: scale(0.5);
  transform-origin: center center;
}
.menu__socials .icon_wrap a svg .path-group path,
.footer__socials .icon_wrap a svg .path-group path {
  transition: all 0.35s ease-in-out;
}
.menu__socials .icon_wrap a .social-hover-wrapper,
.footer__socials .icon_wrap a .social-hover-wrapper {
  width: 0;
  height: 3.7037037037vh;
  min-height: 3.7037037037vh;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.8s;
}
.menu__socials .icon_wrap a .social-hover-wrapper .social-outline,
.footer__socials .icon_wrap a .social-hover-wrapper .social-outline {
  min-width: 3.7037037037vh;
  min-height: 3.7037037037vh;
  border: 1px solid #f9f8f5;
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.35s ease-in-out;
  transition-property: border-color;
}

.footer__socials a svg {
  box-shadow: inset 0 0 0 1px #353434;
}
.footer__socials a svg path {
  fill: #353434;
}
.footer__socials a svg circle,
.footer__socials a svg ellipse {
  stroke: #353434;
}
.footer__socials a .social-outline {
  border-color: #353434;
}
.image {
  max-height: 100svh;
}

.image + .image {
  margin-top: 3.125vw;
}
@media screen and (orientation: portrait) {
  .image + .image {
    margin-top: 5vw;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  transition: all 0.35s ease-in-out;
}
.header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  pointer-events: none;
  transition: all 0.35s ease-in-out;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.header.visible .header__logo {
  opacity: 1;
}
.header.fixed {
  transform: translateY(-100%);
}
.header.opened::before {
  opacity: 0;
}
.header.opened .header__logo svg path {
  fill: #f9f8f5;
}
.header.opened .header__hamburgerCont .header__hamburgerWrapper {
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  transform-origin: center center;
}
@media screen and (orientation: portrait) {
  .header.opened .header__hamburgerCont .header__hamburgerWrapper {
    width: 5vw;
    height: 5vw;
  }
}
.header.opened .header__hamburgerCont .header__hamburgerWrapper:hover {
  transform: rotate(90deg);
}
.header.opened .header__hamburgerCont .header__hamburgerWrapper .header__hamburgerLine:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header.opened .header__hamburgerCont .header__hamburgerWrapper .header__hamburgerLine:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__wrapper {
  padding-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  .header__wrapper {
    padding-top: 2.5925925926vh;
  }
}
.header__wrapper {
  padding-bottom: 3.7037037037vh;
}
@media (orientation: portrait) {
  .header__wrapper {
    padding-bottom: 2.5925925926vh;
  }
}
@media (orientation: portrait) {
  .header__wrapper {
    padding-top: 2.4691358025vh;
  }
}
.header__logo {
  transform-origin: bottom center;
}
.header__logo svg {
  transition: all 0.35s ease-in-out;
  width: auto;
}
.header__logo svg {
  height: 9.5061728395vh;
}
@media (orientation: portrait) {
  .header__logo svg {
    height: 4.7530864198vh;
  }
}
.header__hamburgerCont {
  position: absolute;
  right: 0;
}
.header__hamburgerCont {
  top: 3.7037037037vh;
}
@media (orientation: portrait) {
  .header__hamburgerCont {
    top: 2.5925925926vh;
  }
}
@media (orientation: portrait) {
  .header .header__logoDesktop {
    display: none;
  }
}
.header .header__logoMobile svg {
  width: auto;
}
@media (orientation: portrait) {
  .header .header__logoMobile svg {
    height: 4.3209876543vh;
  }
}
@media (orientation: landscape) {
  .header .header__logoMobile {
    display: none;
  }
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.menu.opened {
  opacity: 1;
  visibility: visible;
}
.menu.opened .menu__content {
  opacity: 1;
  visibility: visible;
}
.menu__wrapper {
  height: 100vh;
  height: 100svh;
  width: 100vw;
  position: relative;
}
.menu__bgWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.menu__bgWrapper::before {
  content: "";
  background: #353434;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: 1;
}
.menu__bgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu__content {
  color: #f9f8f5;
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  transition-duration: 0.5s;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 32.7160493827vh 14.5833333333vw;
  z-index: 2;
}
@media screen and (orientation: portrait) {
  .menu__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30vw 5vw;
  }
}
.menu__content a:not(.button) {
  transition: all 0.35s ease-in-out;
  transition-property: color;
}
.menu__content a:not(.button):hover {
  color: #d3d0cd;
}
.menu__col--voices {
  display: flex;
  flex-direction: column;
}
.menu__col--voices {
  gap: 4.0740740741vh;
}
@media (orientation: portrait) {
  .menu__col--voices {
    gap: 2.8518518519vh;
  }
}
@media screen and (orientation: portrait) {
  .menu__col--voices {
    width: 100%;
  }
}
.menu__col--secondary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu__col--secondary {
  width: 20.8333333333vw;
}
@media (orientation: portrait) {
  .menu__col--secondary {
    width: 9.2592592593vh;
  }
}
@media screen and (orientation: portrait) {
  .menu__col--secondary {
    width: 100%;
    gap: 10vw 0;
  }
}
.menu__menuVoice {
  font-family: "Mid Mid Sun Sun";
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  transition-property: letter-spacing;
  transition-property: color, letter-spacing !important;
}
.menu__menuVoice:hover {
  letter-spacing: 2px !important;
}
.menu__subtitle {
  text-transform: lowercase;
  font-style: italic;
  font-family: "Freight Display";
}
.menu__subtitle {
  margin-bottom: 3.0864197531vh;
}
@media (orientation: portrait) {
  .menu__subtitle {
    margin-bottom: 3.0864197531vh;
  }
}
.menu__colVoices {
  display: flex;
  flex-direction: column;
}
.menu__colVoices {
  gap: 1.8518518519vh;
}
@media (orientation: portrait) {
  .menu__colVoices {
    gap: 1.8518518519vh;
  }
}

.footer {
  position: relative;
  color: #353434;
}
.footer__bgWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer__bgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__wrapper {
  position: relative;
}
.footer__wrapper {
  padding-top: 16.049382716vh;
}
@media (orientation: portrait) {
  .footer__wrapper {
    padding-top: 6.4197530864vh;
  }
}
.footer__wrapper {
  padding-bottom: 16.049382716vh;
}
@media (orientation: portrait) {
  .footer__wrapper {
    padding-bottom: 6.4197530864vh;
  }
}
.footer__topRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
@media screen and (orientation: portrait) {
  .footer__topRow {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10vw 0;
    margin-bottom: 10vw;
  }
}
.footer__logo svg {
  width: auto;
}
.footer__logo svg {
  height: 9.8765432099vh;
}
@media (orientation: portrait) {
  .footer__logo svg {
    height: 4.4444444444vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__logo svg {
    height: 15vw;
  }
}
.footer__logo svg path {
  fill: #353434;
}
.footer__partners {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
}
.footer__partners {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  .footer__partners {
    gap: 2.4691358025vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__partners {
    text-align: center;
  }
}
.footer__partnersTitle {
  font-weight: 200;
}
.footer__partnersList {
  display: flex;
}
.footer__partnersList {
  gap: 1.7361111111vw;
}
@media (orientation: portrait) {
  .footer__partnersList {
    gap: 3.0864197531vh;
  }
}
.footer__partnersList img {
  object-position: bottom center;
  width: auto;
  object-fit: contain;
}
.footer__partnersList img {
  height: 8.6419753086vh;
}
@media (orientation: portrait) {
  .footer__partnersList img {
    height: 4.3209876543vh;
  }
}
.footer__mainRow {
  display: flex;
  justify-content: space-between;
}
.footer__mainRow {
  margin-top: 8.6419753086vh;
}
@media (orientation: portrait) {
  .footer__mainRow {
    margin-top: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__mainRow {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10vw 0;
  }
}
.footer__subtitle {
  font-weight: 300;
  text-transform: lowercase;
}
.footer__subtitle {
  margin-bottom: 1.2345679012vh;
}
@media (orientation: portrait) {
  .footer__subtitle {
    margin-bottom: 1.2345679012vh;
  }
}
.footer__colVoices {
  display: flex;
  flex-direction: column;
}
.footer__colVoices {
  margin-bottom: 3.7037037037vh;
}
@media (orientation: portrait) {
  .footer__colVoices {
    margin-bottom: 2.5925925926vh;
  }
}
.footer__endingCol {
  display: flex;
  gap: 0 1.3888888889vw;
}
@media screen and (orientation: portrait) {
  .footer__endingCol {
    justify-content: center;
    gap: 0 5vw;
  }
}
.footer__small {
  color: #a39c93 !important;
}
@media screen and (orientation: portrait) {
  .footer__col--contact {
    order: 2;
  }
}
.footer__col--menu {
  width: 17.3611111111vw;
}
@media (orientation: portrait) {
  .footer__col--menu {
    width: 12.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__col--menu {
    width: 100%;
    order: 1;
  }
}
.footer__col--menu .footer__colVoices {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 0.6944444444vw;
}
@media screen and (orientation: portrait) {
  .footer__col--menu .footer__colVoices {
    flex-direction: column;
  }
}
@media screen and (orientation: portrait) {
  .footer__col--socials {
    order: 3;
  }
}
.footer__col--socials .footer__colVoices {
  flex-direction: row;
  gap: 0 0.6944444444vw;
}
@media screen and (orientation: portrait) {
  .footer__col--socials .footer__colVoices {
    gap: 0 5vw;
  }
}

.header__hamburgerCont,
.popup-before-after__hamburgerCont {
  display: flex;
  justify-content: flex-end;
}
.header__hamburgerWrapper,
.popup-before-after__hamburgerWrapper {
  position: relative;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.header__hamburgerWrapper,
.popup-before-after__hamburgerWrapper {
  width: 2.7777777778vw;
}
@media (orientation: portrait) {
  .header__hamburgerWrapper,
  .popup-before-after__hamburgerWrapper {
    width: 3.4567901235vh;
  }
}
.header__hamburgerWrapper,
.popup-before-after__hamburgerWrapper {
  height: 0.6944444444vw;
}
@media (orientation: portrait) {
  .header__hamburgerWrapper,
  .popup-before-after__hamburgerWrapper {
    height: 1.2345679012vh;
  }
}
.header__hamburgerWrapper:hover .header__hamburgerLine:nth-child(1),
.popup-before-after__hamburgerWrapper:hover .header__hamburgerLine:nth-child(1) {
  transform: translateX(-10px);
}
.header__hamburgerWrapper:hover .header__hamburgerLine:nth-child(2),
.popup-before-after__hamburgerWrapper:hover .header__hamburgerLine:nth-child(2) {
  transform: translateX(10px);
}
.header__hamburgerLine,
.popup-before-after__hamburgerLine {
  background: #f9f8f5;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  opacity: 1;
  position: absolute;
  will-change: transform;
  transition: all 0.35s ease-in-out;
}
.header__hamburgerLine:nth-child(1),
.popup-before-after__hamburgerLine:nth-child(1) {
  top: 0;
  transform-origin: center center;
}
.header__hamburgerLine:nth-child(2),
.popup-before-after__hamburgerLine:nth-child(2) {
  top: 100%;
  transform-origin: center center;
}

.popup-before-after .popup-before-after__hamburgerCont {
  position: sticky;
  width: 83vw;
  top: 1.5vw;
  right: 0;
  z-index: 1;
}
.popup-before-after .popup-before-after__hamburgerCont .popup-before-after__hamburgerWrapper {
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  transform-origin: center center;
}
@media screen and (orientation: portrait) {
  .popup-before-after .popup-before-after__hamburgerCont .popup-before-after__hamburgerWrapper {
    width: 5vw;
    height: 5vw;
  }
}
.popup-before-after .popup-before-after__hamburgerCont .popup-before-after__hamburgerWrapper:hover {
  transform: rotate(90deg);
}
.popup-before-after .popup-before-after__hamburgerCont .popup-before-after__hamburgerWrapper .popup-before-after__hamburgerLine:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-before-after .popup-before-after__hamburgerCont .popup-before-after__hamburgerWrapper .popup-before-after__hamburgerLine:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}
@media (orientation: portrait) {
  form {
    gap: 20px 15px;
    box-sizing: border-box;
  }
}
form fieldset {
  display: none !important;
}
form * {
  letter-spacing: normal !important;
}
form .col--half {
  flex: 0 0 calc(50% - 15px);
}
@media (orientation: portrait) {
  form .col--half {
    flex: 0 0 calc(50% - 7.5px);
  }
}
form .col--full {
  flex: 0 0 100%;
}
form a {
  text-decoration: none !important;
}
@media screen and (orientation: portrait) {
  form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    height: 100%;
  }
}
form input,
form textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(211, 208, 205, 0.5254901961);
  color: #f9f8f5;
  font-weight: 400;
  display: block;
  border: none;
  border-radius: 0px !important;
  box-shadow: none;
}
form input,
form textarea {
  padding: 0.3472222222vw;
}
@media (orientation: portrait) {
  form input,
  form textarea {
    padding: 0.6172839506vh;
  }
}
form input::placeholder,
form textarea::placeholder {
  color: #f9f8f5;
  opacity: 0.6;
}
form input:focus,
form textarea:focus {
  outline: none;
  background-color: #f9f8f5;
  color: #0f0f0f;
}
form input::-webkit-datetime-edit {
  line-height: 1;
  padding: 0;
  margin-bottom: -2px;
}
form select {
  width: 100%;
  background-color: rgba(211, 208, 205, 0.5254901961);
  color: #f9f8f5;
  font-weight: 400;
  border: none;
  box-shadow: none;
  appearance: none;
  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: right 10px center;
  background-size: 16px;
  cursor: pointer;
}
form select {
  padding: 0.3472222222vw;
}
@media (orientation: portrait) {
  form select {
    padding: 0.6172839506vh;
  }
}
form select {
  padding-right: 2.7777777778vw;
}
@media (orientation: portrait) {
  form select {
    padding-right: 3.4567901235vh;
  }
}
form select:focus {
  outline: 2px solid #f9f8f5;
  outline-offset: 2px;
}
form select option {
  background-color: #353434;
  color: #f9f8f5;
  padding: 10px;
  font-weight: 400;
}
form select option:hover, form select option:focus, form select option:checked {
  background-color: #f9f8f5;
  color: #353434;
}
form .custom-select-wrapper {
  position: relative;
  width: 100%;
}
form .custom-select {
  position: relative;
  width: 100%;
}
form .custom-select__selected {
  width: 100%;
  background-color: rgba(211, 208, 205, 0.5254901961);
  color: #f9f8f5;
  font-weight: 400;
  border: none;
  cursor: pointer;
  position: relative;
}
form .custom-select__selected {
  padding: 0.3472222222vw;
}
@media (orientation: portrait) {
  form .custom-select__selected {
    padding: 0.6172839506vh;
  }
}
form .custom-select__selected {
  padding-right: 2.7777777778vw;
}
@media (orientation: portrait) {
  form .custom-select__selected {
    padding-right: 3.4567901235vh;
  }
}
form .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__selected:focus {
  outline: 2px solid #f9f8f5;
  outline-offset: 2px;
}
form .custom-select.open .custom-select__selected:after {
  transform: translateY(-50%) rotate(180deg);
}
form .custom-select.open .custom-select__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
form .custom-select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #353434;
  border: 1px solid #f9f8f5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
  max-height: 200px;
  overflow-y: auto;
}
form .custom-select__option {
  padding: 10px;
  color: #f9f8f5;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
form .custom-select__option:hover, form .custom-select__option.selected {
  background-color: #f9f8f5;
  color: #353434;
}
form .custom-select__option:not(:last-child) {
  border-bottom: 1px solid rgba(249, 248, 245, 0.1);
}
form textarea {
  resize: none;
  border-bottom: 1px solid #353434;
}
form textarea {
  padding: 0.6944444444vw;
}
@media (orientation: portrait) {
  form textarea {
    padding: 1.2345679012vh;
  }
}
@media (orientation: landscape) {
  form textarea {
    height: 7.6388888889vw;
  }
}
@media (orientation: landscape) and (orientation: portrait) {
  form textarea {
    height: 5.4320987654vh;
  }
}
form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
form .wpcf7-checkbox {
  margin-top: 1.2345679012vh;
}
@media (orientation: portrait) {
  form .wpcf7-checkbox {
    margin-top: 1.2345679012vh;
  }
}
form .wpcf7-checkbox {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  form .wpcf7-checkbox {
    gap: 1.2345679012vh;
  }
}
form .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
}
form .wpcf7-checkbox .wpcf7-list-item {
  gap: 0.6944444444vw;
}
@media (orientation: portrait) {
  form .wpcf7-checkbox .wpcf7-list-item {
    gap: 1.2345679012vh;
  }
}
form .wpcf7-checkbox .wpcf7-list-item input {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #f9f8f5;
  box-shadow: none;
}
form label {
  font-family: "Canela Text";
  text-transform: none;
  color: #f9f8f5;
  font-weight: 300;
}
form label {
  margin-bottom: 0.6944444444vw;
}
@media (orientation: portrait) {
  form label {
    margin-bottom: 1.2345679012vh;
  }
}
form .wpcf7-acceptance {
  display: block;
}
form .wpcf7-acceptance {
  margin-top: 0.6944444444vw;
}
@media (orientation: portrait) {
  form .wpcf7-acceptance {
    margin-top: 1.2345679012vh;
  }
}
form .wpcf7-acceptance {
  margin-bottom: 0.6944444444vw;
}
@media (orientation: portrait) {
  form .wpcf7-acceptance {
    margin-bottom: 1.2345679012vh;
  }
}
form .wpcf7-acceptance label {
  display: flex;
  gap: 0 15px;
  cursor: pointer;
  align-items: center;
}
form .wpcf7-acceptance label input {
  width: 20px;
  height: 20px;
  flex: none;
  border: 1px solid #f9f8f5;
}
@media (orientation: portrait) {
  form .wpcf7-acceptance label input {
    width: 15px;
    height: 15px;
  }
}
form .wpcf7-acceptance label a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}
form .submit-wrapper {
  position: relative;
}
form .submit-wrapper {
  margin-top: 1.2345679012vh;
}
@media (orientation: portrait) {
  form .submit-wrapper {
    margin-top: 1.2345679012vh;
  }
}
form .submit-wrapper input[type=submit] {
  line-height: 1.2;
  background-color: #d3d0cd;
  color: #353434;
  font-weight: 400;
  font-family: "Proxima Nova Rg";
}
form .submit-wrapper input[type=submit]:hover {
  background-color: #0f0f0f;
  border-color: #0f0f0f;
  color: #f9f8f5;
}
form .submit-wrapper .button * {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.screen-reader-response,
.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output:not(:empty) {
  border: 3px solid #f9f8f5;
  padding: 10px;
  font-weight: 700;
  background-color: #f9f8f5;
  color: #353434;
}
.wpcf7-response-output:not(:empty) {
  margin-top: 2.0833333333vw;
}
@media (orientation: portrait) {
  .wpcf7-response-output:not(:empty) {
    margin-top: 2.5925925926vh;
  }
}

.wpcf7-acceptance input[type=checkbox],
.wpcf7-list-item input[type=checkbox] {
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 30px;
  overflow: hidden;
  appearance: none;
}
.wpcf7-acceptance input[type=checkbox]:before,
.wpcf7-list-item input[type=checkbox]:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
}
.wpcf7-acceptance input[type=checkbox]:checked:before,
.wpcf7-list-item input[type=checkbox]:checked:before {
  color: #f9f8f5;
}
.wpcf7-acceptance input[type=checkbox]:disabled,
.wpcf7-list-item input[type=checkbox]:disabled {
  color: #b8b8b8;
  cursor: auto;
}
.wpcf7-acceptance input[type=checkbox]:disabled:before,
.wpcf7-list-item input[type=checkbox]:disabled:before {
  box-shadow: none;
  background: #ddd;
}
.wpcf7-acceptance input[type=checkbox]:checked:after,
.wpcf7-list-item input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 55%;
  transform: rotate(45deg) translate(-50%, -50%);
  background: #f9f8f5;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #f9f8f5, 4px 0 0 #f9f8f5, 4px -2px 0 #f9f8f5, 4px -4px 0 #f9f8f5, 4px -6px 0 #f9f8f5, 4px -8px 0 #f9f8f5;
}
.wpcf7-acceptance span.wpcf7-list-item,
.wpcf7-list-item span.wpcf7-list-item {
  margin: 20px 0 0 0;
}

.barbaLoader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-color: #353434;
  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: #353434;
}
.preloader__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader svg {
  opacity: 0;
  width: auto;
  z-index: 1;
  overflow: visible;
}
.preloader svg {
  height: 6.9444444444vw;
}
@media (orientation: portrait) {
  .preloader svg {
    height: 4.9382716049vh;
  }
}
@media screen and (orientation: portrait) {
  .preloader svg {
    height: 18svh;
  }
}
.preloader svg path {
  fill: #f9f8f5;
}
.preloader .stripe {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 2;
  transform: translateY(100%);
}
.preloader .stripe:nth-child(2) {
  background-color: #0f0f0f;
}
.preloader .stripe:nth-child(3) {
  background-color: #262626;
}
.preloader .stripe:nth-child(4) {
  background-color: #353434;
}

.error-page__wrapper {
  height: 100vh;
  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.0864197531vh;
  }
}

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

#cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  mix-blend-mode: difference;
  height: 20px;
  background-color: rgba(249, 248, 245, 0.8196078431);
  color: #353434;
  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: 2.5925925926vh;
  }
}
.accordion__icon svg {
  height: 2.0833333333vw;
}
@media (orientation: portrait) {
  .accordion__icon svg {
    height: 2.5925925926vh;
  }
}
.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%;
  }
}

.two-cols-content__wrapper {
  display: flex;
  background-color: #f9f8f5;
  color: #353434;
}
@media screen and (orientation: portrait) {
  .two-cols-content__wrapper {
    flex-direction: column;
    height: auto;
    gap: 15vw;
  }
}
.two-cols-content__wrapper.reverse {
  flex-direction: row-reverse;
}
@media screen and (orientation: portrait) {
  .two-cols-content__wrapper.reverse {
    flex-direction: column;
  }
}
.two-cols-content__col {
  display: flex;
  flex: 0 0 50%;
  height: 100%;
}
@media screen and (orientation: portrait) {
  .two-cols-content__col {
    flex: 0 0 100%;
  }
}
.two-cols-content__col--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-cols-content__col--content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.two-cols-content__contentInner {
  width: 34.7222222222vw;
}
@media (orientation: portrait) {
  .two-cols-content__contentInner {
    width: 15.4320987654vh;
  }
}
@media screen and (orientation: portrait) {
  .two-cols-content__contentInner {
    width: 90vw;
    text-align: center;
    padding-top: 15vw;
  }
}
.two-cols-content__title {
  text-transform: uppercase;
  line-height: 0.9;
}
@media screen and (orientation: portrait) {
  .two-cols-content__title {
    line-height: 1.2;
  }
}
.two-cols-content__title i {
  text-transform: lowercase;
}
.two-cols-content__title, .two-cols-content__subtitle {
  margin-bottom: 2.4691358025vh;
}
@media (orientation: portrait) {
  .two-cols-content__title, .two-cols-content__subtitle {
    margin-bottom: 2.4691358025vh;
  }
}
.two-cols-content__text {
  padding-right: 6.9444444444vw;
}
@media (orientation: portrait) {
  .two-cols-content__text {
    padding-right: 4.9382716049vh;
  }
}
@media screen and (orientation: portrait) {
  .two-cols-content__text {
    padding-right: 0;
  }
}
.two-cols-content__subtitle {
  font-weight: 300;
}
.two-cols-content__link {
  display: block;
}
.two-cols-content__link {
  margin-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  .two-cols-content__link {
    margin-top: 2.5925925926vh;
  }
}

@media screen and (orientation: portrait) {
  #single-project .two-cols-content__contentInner {
    padding-top: 5vw;
  }
}

@media screen and (orientation: portrait) {
  #page-single-service .two-cols-content__contentInner,
  #page-about .two-cols-content__contentInner {
    padding-bottom: 10vw;
    padding-top: 0;
  }
}

#single-project .two-cols-content__title {
  line-height: 1.2;
}
#single-project .two-cols-content__title i .word-wrapper:first-child {
  text-transform: capitalize;
}

.two-images__wrapper {
  display: flex;
}
@media screen and (orientation: portrait) {
  .two-images__wrapper {
    flex-direction: column;
    height: auto;
    gap: 5vw;
  }
}
.two-images__wrapper.reverse {
  flex-direction: row-reverse;
}
@media screen and (orientation: portrait) {
  .two-images__wrapper.reverse {
    flex-direction: column;
  }
}
.two-images__col {
  display: flex;
  width: 50%;
  height: 100%;
}
@media screen and (orientation: portrait) {
  .two-images__col {
    width: 100%;
  }
}
.two-images__col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-images__col--imageOne {
  align-items: center;
  display: flex;
  justify-content: center;
}
.two-images__col--imageOne img {
  height: 74.0740740741vh;
}
@media (orientation: portrait) {
  .two-images__col--imageOne img {
    height: 18.5185185185vh;
  }
}
.two-images__col--imageOne img {
  width: 29.8611111111vw;
}
@media (orientation: portrait) {
  .two-images__col--imageOne img {
    width: 13.2716049383vh;
  }
}
@media screen and (orientation: portrait) {
  .two-images__col--imageOne img {
    width: 100%;
    height: auto;
  }
}
.topLine,
.bottomLine {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  transform-origin: center left;
  background-color: #0f0f0f;
}

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

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

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

.marquee[data-direction=up] .js-marquee-wrapper {
  flex-direction: column;
}
.marquee[data-direction=up] .js-marquee-wrapper .js-marquee {
  flex-direction: column;
}
.marquee .js-marquee-wrapper {
  display: flex;
}
.marquee .js-marquee-wrapper .js-marquee {
  display: flex;
  text-decoration: none;
}
.marquee .js-marquee-wrapper .js-marquee span {
  display: flex;
  align-items: baseline;
  flex: none;
  white-space: nowrap;
}
.marquee .js-marquee-wrapper .js-marquee span {
  margin-left: 5.2083333333vw;
}
@media (orientation: portrait) {
  .marquee .js-marquee-wrapper .js-marquee span {
    margin-left: 4.6296296296vh;
  }
}
.marquee .js-marquee-wrapper .js-marquee span {
  margin-right: 5.2083333333vw;
}
@media (orientation: portrait) {
  .marquee .js-marquee-wrapper .js-marquee span {
    margin-right: 4.6296296296vh;
  }
}
@media screen and (orientation: portrait) {
  .marquee .js-marquee-wrapper .js-marquee span {
    font-size: 30vw;
  }
}

.glide {
  cursor: grab;
}
.glide__arrows {
  display: flex;
  justify-content: flex-end;
}
.glide__arrows {
  margin-top: 1.8518518519vh;
}
@media (orientation: portrait) {
  .glide__arrows {
    margin-top: 1.8518518519vh;
  }
}
.glide__arrow {
  background-color: transparent;
  cursor: pointer;
}
.glide__arrow--prev {
  transform: scaleX(-1);
}
.glide__bullets {
  display: flex;
  align-items: center;
  justify-content: center;
}
.glide__bullets {
  gap: 0.6944444444vw;
}
@media (orientation: portrait) {
  .glide__bullets {
    gap: 1.2345679012vh;
  }
}
.glide__bullets {
  margin-top: 7.4074074074vh;
}
@media (orientation: portrait) {
  .glide__bullets {
    margin-top: 3.7037037037vh;
  }
}
.glide__bullets .glide__bullet {
  background: none;
  border: none;
  color: #d3d0cd;
  cursor: pointer;
  transition: color 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Mid Mid Sun Sun";
  font-weight: 600;
  justify-content: center;
}
.glide__bullets .glide__bullet::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #d3d0cd;
  transition: all 0.35s ease-in-out;
}
.glide__bullets .glide__bullet--active {
  color: white;
}
.glide__bullets .glide__bullet--active::after {
  margin: 0 10px;
}
.glide__bullets .glide__bullet--active::after {
  width: 4.8611111111vw;
}
@media (orientation: portrait) {
  .glide__bullets .glide__bullet--active::after {
    width: 4.3209876543vh;
  }
}
.glide__bullets .glide__bullet:hover {
  color: white;
}

#single-project .explore-more .glide__bullets {
  margin-top: 3.0864197531vh;
}
@media (orientation: portrait) {
  #single-project .explore-more .glide__bullets {
    margin-top: 3.0864197531vh;
  }
}
#single-project .explore-more .glide__bullets .glide__bullet {
  color: #acacac;
}
#single-project .explore-more .glide__bullets .glide__bullet:hover {
  color: #353434;
}
#single-project .explore-more .glide__bullets .glide__bullet--active {
  color: #353434;
}
#single-project .explore-more .glide__bullets .glide__bullet::after {
  background-color: #5a5a5a;
}

.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;
}

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

.scale-anim {
  opacity: 0;
  transform: scale(0.93);
  transform-origin: bottom 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;
}

.presentation {
  padding-top: 18svh;
}
@media screen and (orientation: portrait) {
  .presentation {
    padding-top: 15svh;
  }
}
.presentation__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.presentation__imgWrapper {
  width: 34.7222222222vw;
}
@media (orientation: portrait) {
  .presentation__imgWrapper {
    width: 15.4320987654vh;
  }
}
.presentation__imgWrapper {
  height: 76.5432098765vh;
}
@media (orientation: portrait) {
  .presentation__imgWrapper {
    height: 19.1358024691vh;
  }
}
@media screen and (orientation: portrait) {
  .presentation__imgWrapper {
    width: 60vw;
    height: 45svh;
  }
}
.presentation__imgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.presentation__contentWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateY(-12.3456790123vh);
}
@media screen and (orientation: portrait) {
  .presentation__contentWrapper {
    transform: translateY(-5svh);
  }
}
.presentation__title {
  text-transform: lowercase;
}
.presentation__subtitle {
  text-transform: uppercase;
}
.presentation__text {
  color: #fff;
  text-align: center;
}
.presentation__text {
  width: 48.6111111111vw;
}
@media (orientation: portrait) {
  .presentation__text {
    width: 21.6049382716vh;
  }
}
.presentation__text {
  margin-top: 3.0864197531vh;
}
@media (orientation: portrait) {
  .presentation__text {
    margin-top: 3.0864197531vh;
  }
}
@media screen and (orientation: portrait) {
  .presentation__text {
    width: 90vw;
  }
}

.connect.animation-completed img {
  transform: scale(1.03);
}
.connect.animation-completed .connect__subtitle,
.connect.animation-completed .connect__text {
  opacity: 0;
}
.connect.animation-completed .connect__startBtn {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.connect__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  text-align: center;
}
.connect__imgWrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.connect__imgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transition: all 0.35s ease-in-out;
  transition-property: transform;
}
.connect__imgOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.connect__textWrapper {
  position: relative;
}
.connect__title {
  text-transform: uppercase;
  line-height: 0.8;
}
.connect__title i {
  text-transform: lowercase;
}
.connect__subtitle {
  font-weight: 300;
}
.connect__imgInitialBox {
  width: 13.8888888889vw;
}
@media (orientation: portrait) {
  .connect__imgInitialBox {
    width: 9.8765432099vh;
  }
}
.connect__imgInitialBox {
  height: 30.2469135802vh;
}
@media (orientation: portrait) {
  .connect__imgInitialBox {
    height: 12.0987654321vh;
  }
}
.connect__imgInitialBox {
  margin-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  .connect__imgInitialBox {
    margin-top: 2.5925925926vh;
  }
}
.connect__imgInitialBox {
  margin-bottom: 3.7037037037vh;
}
@media (orientation: portrait) {
  .connect__imgInitialBox {
    margin-bottom: 2.5925925926vh;
  }
}
.connect__text {
  margin-top: 1.2345679012vh;
}
@media (orientation: portrait) {
  .connect__text {
    margin-top: 1.2345679012vh;
  }
}
.connect__text {
  width: 22.2222222222vw;
}
@media (orientation: portrait) {
  .connect__text {
    width: 9.8765432099vh;
  }
}
@media screen and (orientation: portrait) {
  .connect__text {
    width: 90vw;
  }
}
.connect__subtitle, .connect__text {
  transition: all 0.35s ease-in-out;
}
.connect__startBtn {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scale(0.9);
  background-color: #353434;
  color: #f9f8f5;
  border: 1px solid #353434;
  border-radius: 21px;
  opacity: 0;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  transform-origin: bottom center;
  white-space: nowrap;
  margin-top: 0.5vw;
}
@media screen and (orientation: portrait) {
  .connect__startBtn {
    margin-top: 5vw;
  }
}
.connect__startBtn:hover {
  border: 1px solid #353434;
}

.page-flexible .features-list {
  background-color: #0f0f0f;
  color: #f9f8f5;
}
.page-flexible .features-list__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-flexible .features-list__wrapper {
  gap: 6.1728395062vh;
}
@media (orientation: portrait) {
  .page-flexible .features-list__wrapper {
    gap: 3.7037037037vh;
  }
}
.page-flexible .features-list__wrapper {
  padding-top: 7.4074074074vh;
}
@media (orientation: portrait) {
  .page-flexible .features-list__wrapper {
    padding-top: 3.7037037037vh;
  }
}
.page-flexible .features-list__wrapper {
  padding-bottom: 7.4074074074vh;
}
@media (orientation: portrait) {
  .page-flexible .features-list__wrapper {
    padding-bottom: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  .page-flexible .features-list__wrapper {
    padding: 15vw 0;
  }
}
.page-flexible .features-list__cells {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 3.7037037037vh 0;
}
@media screen and (orientation: portrait) {
  .page-flexible .features-list__cells {
    flex-direction: column;
    gap: 5vw 0;
  }
}
.page-flexible .features-list__feature {
  display: flex;
}
.page-flexible .features-list__feature {
  width: 23.4722222222vw;
}
@media (orientation: portrait) {
  .page-flexible .features-list__feature {
    width: 10.4320987654vh;
  }
}
@media screen and (orientation: portrait) {
  .page-flexible .features-list__feature {
    width: auto;
    white-space: normal;
    justify-content: center;
    text-align: center;
  }
}
.page-flexible .features-list__feature::before {
  content: "-";
  display: block;
  font-size: inherit;
  line-height: inherit;
  margin-right: 5px;
  color: #f9f8f5;
}
@media screen and (orientation: portrait) {
  .page-flexible .features-list__feature::before {
    display: contents;
  }
}

body.page-id-58 .features-list {
  background-color: #353434;
}

.page-flexible .moving-images-content {
  background-color: #0f0f0f;
}
.page-flexible .moving-images-content__wrapper {
  display: flex;
  justify-content: space-between;
}
.page-flexible .moving-images-content__wrapper {
  padding-top: 12.3456790123vh;
}
@media (orientation: portrait) {
  .page-flexible .moving-images-content__wrapper {
    padding-top: 4.9382716049vh;
  }
}
.page-flexible .moving-images-content__wrapper {
  padding-bottom: 12.3456790123vh;
}
@media (orientation: portrait) {
  .page-flexible .moving-images-content__wrapper {
    padding-bottom: 4.9382716049vh;
  }
}
@media (orientation: portrait) {
  .page-flexible .moving-images-content__wrapper {
    flex-direction: column;
    gap: 7.4074074074vh 0;
    text-align: center;
  }
}
.page-flexible .moving-images-content__textsWrapper {
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-flexible .moving-images-content__textsWrapper {
  width: 29.8611111111vw;
}
@media (orientation: portrait) {
  .page-flexible .moving-images-content__textsWrapper {
    width: 13.2716049383vh;
  }
}
.page-flexible .moving-images-content__textsWrapper {
  padding-right: 2.7777777778vw;
}
@media (orientation: portrait) {
  .page-flexible .moving-images-content__textsWrapper {
    padding-right: 3.4567901235vh;
  }
}
@media (orientation: portrait) {
  .page-flexible .moving-images-content__textsWrapper {
    width: 100%;
    padding-right: 0;
  }
}
.page-flexible .moving-images-content__title {
  line-height: 0.8;
}
.page-flexible .moving-images-content__title {
  margin-bottom: 3.7037037037vh;
}
@media (orientation: portrait) {
  .page-flexible .moving-images-content__title {
    margin-bottom: 2.5925925926vh;
  }
}
@media screen and (orientation: portrait) {
  .page-flexible .moving-images-content__title br {
    display: none;
  }
}
.page-flexible .moving-images-content__text .i {
  font-weight: 300;
}
.page-flexible .moving-images-content__imagesWrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.page-flexible .moving-images-content__imagesWrapper {
  width: 45.1388888889vw;
}
@media (orientation: portrait) {
  .page-flexible .moving-images-content__imagesWrapper {
    width: 20.0617283951vh;
  }
}
@media (orientation: portrait) {
  .page-flexible .moving-images-content__imagesWrapper {
    width: 100%;
  }
}
.page-flexible .moving-images-content__image--one {
  object-fit: cover;
}
.page-flexible .moving-images-content__image--one {
  width: 31.9444444444vw;
}
@media (orientation: portrait) {
  .page-flexible .moving-images-content__image--one {
    width: 14.1975308642vh;
  }
}
.page-flexible .moving-images-content__image--one {
  height: 77.7777777778vh;
}
@media (orientation: portrait) {
  .page-flexible .moving-images-content__image--one {
    height: 19.4444444444vh;
  }
}
@media (orientation: portrait) {
  .page-flexible .moving-images-content__image--one {
    width: 70%;
    height: auto;
  }
}
.page-flexible .moving-images-content__image--two {
  position: absolute;
  right: 0;
  top: 35%;
  transform: translateY(-50%);
}
.page-flexible .moving-images-content__image--two {
  width: 17.3611111111vw;
}
@media (orientation: portrait) {
  .page-flexible .moving-images-content__image--two {
    width: 12.3456790123vh;
  }
}
.page-flexible .moving-images-content__image--two {
  height: 43.2098765432vh;
}
@media (orientation: portrait) {
  .page-flexible .moving-images-content__image--two {
    height: 10.8024691358vh;
  }
}
@media (orientation: portrait) {
  .page-flexible .moving-images-content__image--two {
    width: 50%;
    height: auto;
    top: 45%;
  }
}

#page-policy {
  padding: 15vh 0;
  color: #fff;
}
#page-policy h1,
#page-policy h2,
#page-policy h3,
#page-policy h4,
#page-policy h5,
#page-policy h6 {
  font-family: "Canela Text";
  color: #fff;
}
#page-policy strong {
  text-decoration: underline;
}
#page-policy h1,
#page-policy h2,
#page-policy h3 {
  font-weight: 500;
}
#page-policy h2,
#page-policy h3 {
  text-transform: none;
}
#page-policy h1,
#page-policy h2 {
  margin-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  #page-policy h1,
  #page-policy h2 {
    margin-top: 2.5925925926vh;
  }
}
#page-policy h1,
#page-policy h2 {
  margin-bottom: 0.6172839506vh;
}
@media (orientation: portrait) {
  #page-policy h1,
  #page-policy h2 {
    margin-bottom: 0.6172839506vh;
  }
}
#page-policy h3 {
  margin-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-policy h3 {
    margin-top: 2.4691358025vh;
  }
}
#page-policy h3 {
  margin-bottom: 0.6172839506vh;
}
@media (orientation: portrait) {
  #page-policy h3 {
    margin-bottom: 0.6172839506vh;
  }
}
#page-policy * {
  letter-spacing: normal;
}
#page-policy ul {
  list-style: auto;
}
#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-home .intro {
  position: relative;
}
#page-home .intro__image {
  position: relative;
  overflow: hidden;
  height: 100svh;
}
#page-home .intro__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#page-home .intro__imageDesktop {
  display: block;
}
@media screen and (orientation: portrait) {
  #page-home .intro__imageDesktop {
    display: none;
  }
}
#page-home .intro__imageMobile {
  display: none;
}
@media screen and (orientation: portrait) {
  #page-home .intro__imageMobile {
    display: block;
  }
}
#page-home .intro__overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#page-home .intro__content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
#page-home .intro__content {
  width: 48.6111111111vw;
}
@media (orientation: portrait) {
  #page-home .intro__content {
    width: 21.6049382716vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .intro__content {
    width: 90vw;
  }
}
#page-home .intro__monogram {
  width: 6.25vw;
}
@media (orientation: portrait) {
  #page-home .intro__monogram {
    width: 5vh;
  }
}
#page-home .intro__monogram {
  margin-bottom: 4.3209876543vh;
}
@media (orientation: portrait) {
  #page-home .intro__monogram {
    margin-bottom: 3.024691358vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .intro__monogram {
    width: 50vw;
    display: none;
  }
}
#page-home .intro__monogram svg {
  width: 100%;
  height: auto;
}
#page-home .intro__title {
  text-transform: uppercase;
}
#page-home .intro__title {
  margin-bottom: 3.0864197531vh;
}
@media (orientation: portrait) {
  #page-home .intro__title {
    margin-bottom: 3.0864197531vh;
  }
}
#page-home .intro__title i {
  text-transform: lowercase;
}
#page-home .intro__text {
  color: #fff;
}
#page-home .intro__text {
  margin-bottom: 5.5555555556vh;
}
@media (orientation: portrait) {
  #page-home .intro__text {
    margin-bottom: 3.3333333333vh;
  }
}

#page-home .services__service {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (orientation: portrait) {
  #page-home .services__service {
    justify-content: center;
    align-items: center;
  }
}
#page-home .services__service:hover img {
  transform: scale(1.03);
}
#page-home .services__serviceImage {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#page-home .services__serviceImage::before {
  content: "";
  background: #353434;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 1;
}
#page-home .services__serviceImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: bottom center;
}
#page-home .services__serviceContent {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
#page-home .services__serviceContent {
  margin-bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-home .services__serviceContent {
    margin-bottom: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .services__serviceContent {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5vw;
  }
}
#page-home .services__serviceTitle {
  text-transform: uppercase;
}
#page-home .services__serviceTitle i {
  text-transform: lowercase;
}

#page-home .portfolio {
  background-color: #f9f8f5;
  color: #353434;
}
#page-home .portfolio__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (orientation: portrait) {
  #page-home .portfolio__wrapper {
    flex-direction: column;
    padding: 0;
    width: 100vw;
    height: auto;
    padding-bottom: 2.5vw;
  }
}
#page-home .portfolio__col--content {
  text-align: right;
}
#page-home .portfolio__col--content {
  width: 27.7777777778vw;
}
@media (orientation: portrait) {
  #page-home .portfolio__col--content {
    width: 12.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .portfolio__col--content {
    width: 100%;
    text-align: center;
    padding: 15vw 5vw;
  }
}
#page-home .portfolio__col--projects {
  height: 100%;
}
#page-home .portfolio__col--projects {
  width: 34.7222222222vw;
}
@media (orientation: portrait) {
  #page-home .portfolio__col--projects {
    width: 15.4320987654vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .portfolio__col--projects {
    width: 100%;
  }
}
#page-home .portfolio__subtitle {
  font-weight: 300;
}
#page-home .portfolio__subtitle {
  margin-bottom: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-home .portfolio__subtitle {
    margin-bottom: 2.4691358025vh;
  }
}
#page-home .portfolio__title {
  text-transform: uppercase;
}
#page-home .portfolio__title {
  margin-bottom: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-home .portfolio__title {
    margin-bottom: 2.4691358025vh;
  }
}
#page-home .portfolio__text {
  margin-bottom: 3.7037037037vh;
}
@media (orientation: portrait) {
  #page-home .portfolio__text {
    margin-bottom: 2.5925925926vh;
  }
}
#page-home .portfolio__project {
  position: relative;
  display: block;
  transition: all 0.35s ease-in-out;
  transition-duration: 0.5s;
}
#page-home .portfolio__project {
  width: 34.7222222222vw;
}
@media (orientation: portrait) {
  #page-home .portfolio__project {
    width: 15.4320987654vh;
  }
}
#page-home .portfolio__project {
  height: 40.7407407407vh;
}
@media (orientation: portrait) {
  #page-home .portfolio__project {
    height: 10.1851851852vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .portfolio__project {
    width: 72vw;
    height: 30svh;
  }
}
#page-home .portfolio__project:not(.active) {
  width: 19.4444444444vw;
}
@media (orientation: portrait) {
  #page-home .portfolio__project:not(.active) {
    width: 13.8271604938vh;
  }
}
#page-home .portfolio__project:not(.active) {
  height: 24.6913580247vh;
}
@media (orientation: portrait) {
  #page-home .portfolio__project:not(.active) {
    height: 9.8765432099vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .portfolio__project:not(.active) {
    width: 100%;
    height: 30svh;
  }
}
#page-home .portfolio__project:not(.active) .portfolio__projectImage::before,
#page-home .portfolio__project:not(.active) .portfolio__projectTitle {
  opacity: 0;
}
@media screen and (orientation: portrait) {
  #page-home .portfolio__project:not(.active) .portfolio__projectTitle {
    opacity: 1;
  }
}
@media screen and (orientation: portrait) {
  #page-home .portfolio__project:not(.active) .portfolio__projectImage::before {
    opacity: 0.4;
  }
}
#page-home .portfolio__projectImage {
  width: 100%;
  height: 100%;
}
#page-home .portfolio__projectImage::before {
  content: "";
  background: #353434;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 1;
}
#page-home .portfolio__projectImage::before {
  transition: all 0.35s ease-in-out;
  transition-property: opacity;
}
#page-home .portfolio__projectImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-home .portfolio__projectTitle {
  z-index: 1;
  position: absolute;
  transition: all 0.35s ease-in-out;
  color: #f9f8f5;
  transition-property: opacity;
  font-weight: 300;
  font-family: "Proxima Nova Rg";
  text-transform: uppercase;
}
#page-home .portfolio__projectTitle {
  left: 1.7361111111vw;
}
@media (orientation: portrait) {
  #page-home .portfolio__projectTitle {
    left: 3.0864197531vh;
  }
}
#page-home .portfolio__projectTitle {
  bottom: 1.7361111111vw;
}
@media (orientation: portrait) {
  #page-home .portfolio__projectTitle {
    bottom: 3.0864197531vh;
  }
}
#page-home .portfolio__projectsScroller {
  display: flex;
  flex-direction: column;
  height: max-content;
  align-items: center;
  justify-content: center;
}
#page-home .portfolio__projectsScroller {
  gap: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-home .portfolio__projectsScroller {
    gap: 1.8518518519vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .portfolio__projectsScroller {
    display: none !important;
    flex-direction: row;
    height: 100%;
    width: max-content;
  }
}
#page-home .portfolio__slider {
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (orientation: portrait) {
  #page-home .portfolio__slider {
    display: block;
  }
}

#page-home .who {
  position: relative;
}
#page-home .who__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#page-home .who__wrapper {
  padding-top: 15.4320987654vh;
}
@media (orientation: portrait) {
  #page-home .who__wrapper {
    padding-top: 6.1728395062vh;
  }
}
#page-home .who__wrapper {
  padding-bottom: 9.2592592593vh;
}
@media (orientation: portrait) {
  #page-home .who__wrapper {
    padding-bottom: 4.6296296296vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .who__wrapper {
    padding: 20vw 0;
  }
}
#page-home .who__content {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#page-home .who__content {
  width: 48.6111111111vw;
}
@media (orientation: portrait) {
  #page-home .who__content {
    width: 21.6049382716vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .who__content {
    width: 90vw;
  }
}
#page-home .who__title {
  text-transform: uppercase;
}
#page-home .who__title {
  margin-bottom: 3.0864197531vh;
}
@media (orientation: portrait) {
  #page-home .who__title {
    margin-bottom: 3.0864197531vh;
  }
}
#page-home .who__title i {
  text-transform: lowercase;
}
#page-home .who__subtitle {
  font-weight: 300;
}
#page-home .who__text {
  color: #fff;
}
#page-home .who__text {
  margin-top: 3.0864197531vh;
}
@media (orientation: portrait) {
  #page-home .who__text {
    margin-top: 3.0864197531vh;
  }
}
#page-home .who__partners {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  display: none;
}
#page-home .who__partners {
  margin-top: 9.8765432099vh;
}
@media (orientation: portrait) {
  #page-home .who__partners {
    margin-top: 4.4444444444vh;
  }
}
#page-home .who__partners {
  padding-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-home .who__partners {
    padding-top: 3.7037037037vh;
  }
}
#page-home .who__partners {
  gap: 4.9382716049vh;
}
@media (orientation: portrait) {
  #page-home .who__partners {
    gap: 3.4567901235vh;
  }
}
#page-home .who__partners .topLine {
  background-color: #f9f8f5;
}
#page-home .who__partnersTitle {
  font-weight: 200;
}
#page-home .who__partnersList {
  display: flex;
  justify-content: center;
}
#page-home .who__partnersList {
  gap: 4.8611111111vw;
}
@media (orientation: portrait) {
  #page-home .who__partnersList {
    gap: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .who__partnersList {
    flex-wrap: wrap;
    gap: 10vw;
    justify-content: center;
  }
}
#page-home .who__partnersList img {
  object-position: center center;
  height: auto;
  object-fit: contain;
}
#page-home .who__partnersList img {
  width: 11.8055555556vw;
}
@media (orientation: portrait) {
  #page-home .who__partnersList img {
    width: 8.3950617284vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .who__partnersList img {
    width: 35vw;
  }
}

#page-home .founder {
  background-color: #e8e7e3;
  color: #353434;
  overflow: hidden;
}
#page-home .founder__wrapper {
  display: flex;
  justify-content: space-between;
}
#page-home .founder__wrapper {
  padding-top: 12.3456790123vh;
}
@media (orientation: portrait) {
  #page-home .founder__wrapper {
    padding-top: 4.9382716049vh;
  }
}
@media (orientation: portrait) {
  #page-home .founder__wrapper {
    flex-direction: column;
    gap: 7.4074074074vh 0;
    padding-bottom: 10vw;
  }
}
#page-home .founder__textsWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#page-home .founder__textsWrapper {
  width: 27.7777777778vw;
}
@media (orientation: portrait) {
  #page-home .founder__textsWrapper {
    width: 12.3456790123vh;
  }
}
@media (orientation: portrait) {
  #page-home .founder__textsWrapper {
    width: 100%;
    padding-right: 0;
  }
}
#page-home .founder__signature {
  width: 24.3055555556vw;
}
@media (orientation: portrait) {
  #page-home .founder__signature {
    width: 10.8024691358vh;
  }
}
#page-home .founder__signature {
  margin-bottom: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-home .founder__signature {
    margin-bottom: 1.8518518519vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .founder__signature {
    width: 50vw;
  }
}
#page-home .founder__signature svg {
  width: 100%;
  height: auto;
}
#page-home .founder__signature svg path {
  fill: #353434;
}
#page-home .founder__subtitle {
  font-weight: 400;
}
#page-home .founder__subtitle {
  margin-bottom: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-home .founder__subtitle {
    margin-bottom: 1.8518518519vh;
  }
}
#page-home .founder__text .i {
  font-weight: 300;
}
#page-home .founder__subtitle, #page-home .founder__text {
  padding-left: 3.4722222222vw;
}
@media (orientation: portrait) {
  #page-home .founder__subtitle, #page-home .founder__text {
    padding-left: 3.7037037037vh;
  }
}
#page-home .founder__imagesWrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#page-home .founder__imagesWrapper {
  width: 48.6111111111vw;
}
@media (orientation: portrait) {
  #page-home .founder__imagesWrapper {
    width: 21.6049382716vh;
  }
}
@media (orientation: portrait) {
  #page-home .founder__imagesWrapper {
    width: 100%;
  }
}
#page-home .founder__image--one {
  object-fit: cover;
}
#page-home .founder__image--one {
  width: 34.7222222222vw;
}
@media (orientation: portrait) {
  #page-home .founder__image--one {
    width: 15.4320987654vh;
  }
}
@media (orientation: portrait) {
  #page-home .founder__image--one {
    width: 70%;
    height: auto;
  }
}
#page-home .founder__image--two {
  position: absolute;
  right: 0;
  top: 65%;
  transform: translateY(-50%);
}
#page-home .founder__image--two {
  width: 18.75vw;
}
@media (orientation: portrait) {
  #page-home .founder__image--two {
    width: 13.3333333333vh;
  }
}
@media (orientation: portrait) {
  #page-home .founder__image--two {
    width: 50%;
    height: auto;
  }
}

#page-about .language {
  background-color: #0f0f0f;
}
#page-about .language__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#page-about .language__wrapper {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-about .language__wrapper {
    gap: 2.4691358025vh;
  }
}
#page-about .language__wrapper {
  padding-top: 12.3456790123vh;
}
@media (orientation: portrait) {
  #page-about .language__wrapper {
    padding-top: 4.9382716049vh;
  }
}
#page-about .language__wrapper {
  padding-bottom: 12.3456790123vh;
}
@media (orientation: portrait) {
  #page-about .language__wrapper {
    padding-bottom: 4.9382716049vh;
  }
}
@media screen and (orientation: portrait) {
  #page-about .language__wrapper {
    padding: 10vw 0;
  }
}
#page-about .language__subtitle {
  text-transform: lowercase;
}
#page-about .language__rotatingVoices {
  height: 8vh;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  gap: 2vh;
  position: relative;
  text-transform: uppercase;
  width: 100vw;
}
#page-about .language__rotatingVoices h3 {
  position: absolute;
  left: 50%;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
#page-about .language__rotatingVoices h3:first-child {
  opacity: 1;
}

@media screen and (orientation: portrait) {
  #page-about .create {
    transform: translateY(10svh);
  }
}
#page-about .create__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#page-about .create__wrapper {
  padding-top: 11.1111111111vh;
}
@media (orientation: portrait) {
  #page-about .create__wrapper {
    padding-top: 5vh;
  }
}
@media screen and (orientation: portrait) {
  #page-about .create__wrapper {
    padding-top: 0;
  }
}
#page-about .create__imgWrapper {
  height: 72.8395061728vh;
}
@media (orientation: portrait) {
  #page-about .create__imgWrapper {
    height: 18.2098765432vh;
  }
}
@media screen and (orientation: portrait) {
  #page-about .create__imgWrapper {
    height: 30svh;
  }
}
#page-about .create__imgWrapper img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
#page-about .create__contentWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateY(-3.7037037037vh);
}
#page-about .create__text {
  text-align: center;
}
#page-about .create__text {
  width: 55.5555555556vw;
}
@media (orientation: portrait) {
  #page-about .create__text {
    width: 24.6913580247vh;
  }
}
@media screen and (orientation: portrait) {
  #page-about .create__text {
    width: 95vw;
  }
}
#page-about .create__subtitle {
  font-weight: 300;
}
#page-about .create__founderWrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#page-about .create__founderWrapper {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-about .create__founderWrapper {
    gap: 2.4691358025vh;
  }
}
#page-about .create__founderWrapper {
  margin-top: 4.9382716049vh;
}
@media (orientation: portrait) {
  #page-about .create__founderWrapper {
    margin-top: 3.4567901235vh;
  }
}
#page-about .create__founderWrapper {
  padding-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  #page-about .create__founderWrapper {
    padding-top: 2.5925925926vh;
  }
}
#page-about .create__topLine {
  height: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #d3d0cd;
}
#page-about .create__topLine {
  width: 4.8611111111vw;
}
@media (orientation: portrait) {
  #page-about .create__topLine {
    width: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  #page-about .create__topLine {
    width: 40%;
  }
}
#page-about .create__signature {
  width: 17.0138888889vw;
}
@media (orientation: portrait) {
  #page-about .create__signature {
    width: 12.0987654321vh;
  }
}
@media screen and (orientation: portrait) {
  #page-about .create__signature {
    width: 50vw;
  }
}
#page-about .create__signature svg {
  width: 100%;
  height: auto;
}

#page-about .testimonials {
  color: #f9f8f5;
  background-color: #353434;
}
#page-about .testimonials__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (orientation: portrait) {
  #page-about .testimonials__wrapper {
    padding: 10vw 0 0;
  }
}
#page-about .testimonials__wrapper .glide__bullets {
  position: absolute;
  right: 3.125vw;
}
#page-about .testimonials__wrapper .glide__bullets {
  bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-about .testimonials__wrapper .glide__bullets {
    bottom: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  #page-about .testimonials__wrapper .glide__bullets {
    right: 50%;
    transform: translateX(57%);
  }
}
#page-about .testimonials__testimonial {
  margin: 0 auto;
  text-align: center;
  padding: 0 27.7777777778vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#page-about .testimonials__testimonial {
  padding-top: 17.2839506173vh;
}
@media (orientation: portrait) {
  #page-about .testimonials__testimonial {
    padding-top: 6.9135802469vh;
  }
}
#page-about .testimonials__testimonial {
  padding-bottom: 17.2839506173vh;
}
@media (orientation: portrait) {
  #page-about .testimonials__testimonial {
    padding-bottom: 6.9135802469vh;
  }
}
#page-about .testimonials__testimonial {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-about .testimonials__testimonial {
    gap: 2.4691358025vh;
  }
}
@media screen and (orientation: portrait) {
  #page-about .testimonials__testimonial {
    padding: 0 5vw;
    padding-bottom: 25vw;
  }
}
#page-about .testimonials__testimonialName {
  font-family: "Freight Display";
  font-weight: 200;
}

#single-project {
  background-color: #f9f8f5;
  color: #353434;
}
#single-project .two-cols-content__wrapper,
#single-project .two-images__wrapper {
  padding: 3.125vw;
}
@media screen and (orientation: portrait) {
  #single-project .two-cols-content__wrapper,
  #single-project .two-images__wrapper {
    padding: 5vw;
  }
}

#single-project .cover,
#single-project .image {
  overflow: hidden;
}
#single-project .cover__wrapper img,
#single-project .image__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (orientation: portrait) {
  #single-project .cover__wrapper {
    height: 50svh;
  }
}

#single-project .before-after__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#single-project .before-after__wrapper {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  #single-project .before-after__wrapper {
    gap: 2.4691358025vh;
  }
}
#single-project .before-after__wrapper {
  padding-top: 7.4074074074vh;
}
@media (orientation: portrait) {
  #single-project .before-after__wrapper {
    padding-top: 3.7037037037vh;
  }
}
#single-project .before-after__title {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Mid Mid Sun Sun";
}
#single-project .before-after__title i {
  font-weight: 200;
  text-transform: lowercase;
  font-family: "Freight Display";
  margin-right: 5px;
}

.popup-before-after {
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: #353434;
  transform: translate(-50%, -50%);
  z-index: 12;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  transition-property: opacity, visibility;
  padding: 0 5vw;
  height: 90svh;
  overflow: auto;
  width: 90vw;
}
.popup-before-after.opened {
  visibility: visible;
  opacity: 1;
}
.popup-before-after__scroller {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  padding-bottom: 5vw;
}
.popup-before-after__row {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: stretch;
  padding: 5vw 0 0;
}
.popup-before-after__row:first-child .topLine {
  display: none;
}
.popup-before-after__row .topLine {
  background-color: #f9f8f5;
}
.popup-before-after__imageWrapper {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #f9f8f5;
}
.popup-before-after__imageWrapper {
  gap: 1.8518518519vh;
}
@media (orientation: portrait) {
  .popup-before-after__imageWrapper {
    gap: 1.8518518519vh;
  }
}
.popup-before-after__imageWrapper img {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}
.popup-before-after__imageWrapper img {
  height: 49.3827160494vh;
}
@media (orientation: portrait) {
  .popup-before-after__imageWrapper img {
    height: 12.3456790123vh;
  }
}
@media screen and (orientation: portrait) {
  .popup-before-after__imageWrapper img {
    height: 12.5svh;
  }
}

#single-project .explore-more__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#single-project .explore-more__wrapper {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  #single-project .explore-more__wrapper {
    gap: 2.4691358025vh;
  }
}
#single-project .explore-more__wrapper {
  margin-top: 7.4074074074vh;
}
@media (orientation: portrait) {
  #single-project .explore-more__wrapper {
    margin-top: 3.7037037037vh;
  }
}
#single-project .explore-more__wrapper {
  padding-top: 7.4074074074vh;
}
@media (orientation: portrait) {
  #single-project .explore-more__wrapper {
    padding-top: 3.7037037037vh;
  }
}
#single-project .explore-more__wrapper {
  padding-bottom: 9.2592592593vh;
}
@media (orientation: portrait) {
  #single-project .explore-more__wrapper {
    padding-bottom: 4.6296296296vh;
  }
}
#single-project .explore-more__title {
  font-weight: 300;
}
#single-project .explore-more__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (orientation: portrait) {
  #single-project .explore-more__list {
    width: 90vw;
  }
}
#single-project .explore-more__project {
  position: relative;
  width: 32%;
}
#single-project .explore-more__project {
  height: 35.8024691358vh;
}
@media (orientation: portrait) {
  #single-project .explore-more__project {
    height: 14.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  #single-project .explore-more__project {
    height: 28svh;
    width: 100%;
  }
}
#single-project .explore-more__project:hover .explore-more__projectTitle {
  opacity: 1;
}
#single-project .explore-more__project:hover .explore-more__projectImageWrapper::before {
  opacity: 0.9;
}
#single-project .explore-more__project:hover .explore-more__projectImageWrapper img {
  transform: scale(1.04);
}
#single-project .explore-more__projectImageWrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#single-project .explore-more__projectImageWrapper::before {
  content: "";
  background: #353434;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 1;
}
#single-project .explore-more__projectImageWrapper::before {
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
#single-project .explore-more__projectImageWrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: all 0.35s ease-in-out;
}
#single-project .explore-more__projectTitle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #f9f8f5;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  transition: all 0.35s ease-in-out;
  z-index: 2;
  font-family: "Mid Mid Sun Sun";
}
@media screen and (orientation: portrait) {
  #single-project .explore-more__projectTitle {
    font-size: 4vw;
    line-height: 1;
  }
}

#page-contacts .connection__wrapper {
  display: flex;
  padding-top: 18svh;
  justify-content: space-between;
}
#page-contacts .connection__wrapper {
  padding-bottom: 7.4074074074vh;
}
@media (orientation: portrait) {
  #page-contacts .connection__wrapper {
    padding-bottom: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  #page-contacts .connection__wrapper {
    padding-top: 15svh;
    flex-direction: column-reverse;
    height: auto;
  }
}
#page-contacts .connection__title {
  text-transform: uppercase;
}
#page-contacts .connection__title i {
  text-transform: none;
}
#page-contacts .connection__title, #page-contacts .connection__text {
  padding-right: 12.5vw;
}
@media screen and (orientation: portrait) {
  #page-contacts .connection__title, #page-contacts .connection__text {
    padding-right: 0;
    text-align: center;
  }
}
#page-contacts .connection__col {
  height: 100%;
  width: 50%;
}
@media (orientation: portrait) {
  #page-contacts .connection__col {
    width: 100%;
  }
}
#page-contacts .connection__col--formWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 9.8765432099vh;
  padding-bottom: 0;
}
#page-contacts .connection__col--formWrapper {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-contacts .connection__col--formWrapper {
    gap: 2.4691358025vh;
  }
}
@media (orientation: portrait) {
  #page-contacts .connection__col--formWrapper {
    padding: 10vw 0;
  }
}
#page-contacts .connection__col--imageWrapper {
  width: 36.8055555556vw;
}
@media (orientation: portrait) {
  #page-contacts .connection__col--imageWrapper {
    width: 16.3580246914vh;
  }
}
#page-contacts .connection__col--imageWrapper {
  height: 74.0740740741vh;
}
@media (orientation: portrait) {
  #page-contacts .connection__col--imageWrapper {
    height: 18.5185185185vh;
  }
}
@media screen and (orientation: portrait) {
  #page-contacts .connection__col--imageWrapper {
    width: 60vw;
    height: 45svh;
    margin: 0 auto;
  }
}
#page-contacts .connection__col--imageWrapper video,
#page-contacts .connection__col--imageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-contacts .connection__contactFormWrapper {
  margin-top: 3.7037037037vh;
}
#page-contacts .connection__contactFormScroller {
  padding-bottom: 3.4722222222vw;
}

#page-portfolio .list__wrapper {
  padding: 18svh 0;
}
@media screen and (orientation: portrait) {
  #page-portfolio .list__wrapper {
    padding: 15svh 0;
  }
}
#page-portfolio .list__content {
  display: flex;
  flex-wrap: wrap;
  gap: 6.1728395062vh 7.9861111111vw;
}
#page-portfolio .list__project {
  width: 29.8611111111vw;
}
@media (orientation: portrait) {
  #page-portfolio .list__project {
    width: 13.2716049383vh;
  }
}
#page-portfolio .list__project:nth-child(3n+1) {
  width: 100%;
}
#page-portfolio .list__project:nth-child(3n+1) .list__projectImageWrapper {
  height: auto;
}
@media screen and (orientation: portrait) {
  #page-portfolio .list__project:nth-child(3n+1) .list__projectImageWrapper {
    height: 30svh;
  }
}
#page-portfolio .list__project:hover img {
  transform: scale(1.05);
}
@media screen and (orientation: portrait) {
  #page-portfolio .list__project {
    width: 100% !important;
  }
}
#page-portfolio .list__projectImageWrapper {
  width: 100%;
  overflow: hidden;
}
#page-portfolio .list__projectImageWrapper {
  height: 68.5185185185vh;
}
@media (orientation: portrait) {
  #page-portfolio .list__projectImageWrapper {
    height: 17.1296296296vh;
  }
}
@media screen and (orientation: portrait) {
  #page-portfolio .list__projectImageWrapper {
    height: 30svh;
  }
}
#page-portfolio .list__projectImageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
  transform-origin: center center;
  transition-duration: 0.6s;
  transition-property: transform;
}
#page-portfolio .list__projectContentWrapper {
  display: flex;
  flex-direction: column;
}
#page-portfolio .list__projectContentWrapper {
  padding-top: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-portfolio .list__projectContentWrapper {
    padding-top: 1.8518518519vh;
  }
}
#page-portfolio .list__projectContentWrapper {
  gap: 0.6172839506vh;
}
@media (orientation: portrait) {
  #page-portfolio .list__projectContentWrapper {
    gap: 0.6172839506vh;
  }
}
#page-portfolio .list__projectTitle {
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Mid Mid Sun Sun";
}
#page-portfolio .list__projectTitle i {
  font-weight: 200;
  text-transform: lowercase;
  font-family: "Freight Display";
}
