/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.94.0_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.94.0_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.94.0_webpack-cli@4.10.0_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/sass/main.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Fonts */
/* Screen sizes */
@font-face {
  font-family: "Roboto Mono";
  src: url(8cbdbeeee84729a33376.woff2) format("woff2"), url(3aa183ec0cc2429eabc1.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url(c7030653818fb6bad0ca.woff2) format("woff2"), url(ae05b13010f83fd60843.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GT Eesti Display";
  src: url(0b9a5db42f967bf84979.woff2) format("woff2"), url(5f8038154b3d289396d8.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Eesti Display";
  src: url(0b9a5db42f967bf84979.woff2) format("woff2"), url(5f8038154b3d289396d8.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America";
  src: url(904c4a39d7fc2dfa7ee7.woff2) format("woff2"), url(a74ed5f5a0009a18d101.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America";
  src: url(904c4a39d7fc2dfa7ee7.woff2) format("woff2"), url(a74ed5f5a0009a18d101.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* ARGOMENTI ->
	? $px-vw/$px-vh = misura in pixel voluta (senza unità di misura)
	? $multiplier = moltiplicatore utile per scalare diversamente le misure nel caso di diverse misure dello schero, di default 1
	? $min = misura minima, il valore ritornato non scalerà meno della misura inserita (in pixel), di default non c'è nessuna misura minima
	? $min = misura massima, il valore ritornato non scalerà più della misura inserita (in pixel), di default non c'è nessuna misura massima
*/
/* USO ->
	! .elemento {
	!  width: rvw(200, 1.5, 180, 220);
	!  height: rvh(150, 1.5, 130, 170);
	! }
*/
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  font-weight: 300;
}

*:before,
*:after {
  box-sizing: border-box;
}

img {
  vertical-align: top;
}

html {
  min-height: 100% !important;
  overflow-x: hidden;
  font-size: 18px;
}

body {
  overflow: hidden;
  margin: 0 auto;
  font-family: "GT Eesti Display";
  color: #29282d;
  min-height: 100vh;
  background-color: #f1ede9;
}

body,
select,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
  word-break: keep-all;
}

a {
  font-weight: 700;
  outline: 0;
  text-decoration: none;
  color: inherit;
}

a:link {
  outline: 0;
}

ins {
  background-color: #29282d;
  color: #fff;
  text-decoration: none;
}

mark {
  background-color: #29282d;
  color: #fff;
  font-style: italic;
  font-weight: bold;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
}

section {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  position: relative;
}

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

#main {
  opacity: 1;
  transition: opacity 0.4s ease-in;
}
#main.is-exiting {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

/* MIXINS
-------------------- */
.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.center-block {
  float: none;
}

.cover,
.contain {
  background-repeat: no-repeat;
  background-position: center;
}

.cover {
  background-size: cover;
}

.contain {
  background-size: contain;
}

.linkTo {
  cursor: pointer;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.js-marquee-wrapper {
  display: flex;
}
.js-marquee-wrapper .js-marquee {
  display: flex;
}
.js-marquee-wrapper .js-marquee span {
  display: flex;
}

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

.bg-black {
  background-color: #29282d;
}

.c-white {
  color: #fff;
}

.c-black {
  color: #29282d;
}

.t-black {
  font-weight: 900;
}

.t-extrabold {
  font-weight: 800;
}

.t-bold {
  font-weight: 700;
}

.t-semibold {
  font-weight: 600;
}

.t-medium {
  font-weight: 500;
}

.t-regular {
  font-weight: 400;
}

.t-light {
  font-weight: 300;
}

.t-italic {
  font-style: italic;
}

.t-uppercase {
  text-transform: uppercase;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-zero {
  text-transform: none !important;
  letter-spacing: normal !important;
}

h1,
h2,
h3,
h4,
h6 {
  font-family: "GT America";
  font-weight: 400;
  text-transform: uppercase;
}

h5,
.button {
  font-family: "Roboto Mono";
  font-weight: 400;
  text-transform: uppercase;
}

.t-35 {
  font-size: 2.4305555556vw;
  line-height: 3.125vw;
  letter-spacing: 0.1215277778vw;
}
@media screen and (min-width: 1920px) {
  .t-35 {
    font-size: 46.666655px;
    line-height: 59.999985px;
    letter-spacing: 2.33333275px;
  }
}
@media (orientation: portrait) {
  .t-35 {
    font-size: 3.8888888889vh;
    line-height: 5vh;
    letter-spacing: 0.1944444444vh;
  }
}

.t-30, h1,
h2 {
  font-size: 2.0833333333vw;
  line-height: 2.5vw;
  letter-spacing: 0.1041666667vw;
}
@media screen and (min-width: 1920px) {
  .t-30, h1,
  h2 {
    font-size: 39.99999px;
    line-height: 47.999988px;
    letter-spacing: 1.9999995px;
  }
}
@media (orientation: portrait) {
  .t-30, h1,
  h2 {
    font-size: 3.3333333333vh;
    line-height: 4vh;
    letter-spacing: 0.1666666667vh;
  }
}

.t-25, #page-policy h2,
#page-policy h3, h3 {
  font-size: 1.7361111111vw;
  line-height: 2.4305555556vw;
  letter-spacing: 0.1041666667vw;
}
@media screen and (min-width: 1920px) {
  .t-25, #page-policy h2,
  #page-policy h3, h3 {
    font-size: 33.333325px;
    line-height: 46.666655px;
    letter-spacing: 1.9999995px;
  }
}
@media (orientation: portrait) {
  .t-25, #page-policy h2,
  #page-policy h3, h3 {
    font-size: 2.7777777778vh;
    line-height: 3.8888888889vh;
    letter-spacing: 0.1666666667vh;
  }
}

.t-20 {
  font-size: 1.3888888889vw;
  line-height: 1.7361111111vw;
  letter-spacing: 0.1041666667vw;
}
@media screen and (min-width: 1920px) {
  .t-20 {
    font-size: 26.66666px;
    line-height: 33.333325px;
    letter-spacing: 1.9999995px;
  }
}
@media (orientation: portrait) {
  .t-20 {
    font-size: 2.4691358025vh;
    line-height: 3.0864197531vh;
    letter-spacing: 0.1851851852vh;
  }
}

.t-17, p {
  font-size: 1.1805555556vw;
  line-height: 1.7361111111vw;
}
@media screen and (min-width: 1920px) {
  .t-17, p {
    font-size: 22.666661px;
    line-height: 33.333325px;
  }
}
@media (orientation: portrait) {
  .t-17, p {
    font-size: 2.0987654321vh;
    line-height: 3.0864197531vh;
  }
}

.t-15, .wpcf7-response-output:not(:empty), form .wpcf7-acceptance label, h4 {
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  letter-spacing: 0.1736111111vw;
}
@media screen and (min-width: 1920px) {
  .t-15, .wpcf7-response-output:not(:empty), form .wpcf7-acceptance label, h4 {
    font-size: 19.999995px;
    line-height: 23.999994px;
    letter-spacing: 3.3333325px;
  }
}
@media (orientation: portrait) {
  .t-15, .wpcf7-response-output:not(:empty), form .wpcf7-acceptance label, h4 {
    font-size: 1.8518518519vh;
    line-height: 2.2222222222vh;
    letter-spacing: 0.3086419753vh;
  }
}

.t-13, .posts-list__pagination .page-numbers, form .wpcf7-acceptance label .wpcf7-list-item-label, h5,
.button {
  font-size: 0.9027777778vw;
  line-height: 1.3888888889vw;
  letter-spacing: 0.1388888889vw;
}
@media screen and (min-width: 1920px) {
  .t-13, .posts-list__pagination .page-numbers, form .wpcf7-acceptance label .wpcf7-list-item-label, h5,
  .button {
    font-size: 17.333329px;
    line-height: 26.66666px;
    letter-spacing: 2.666666px;
  }
}
@media (orientation: portrait) {
  .t-13, .posts-list__pagination .page-numbers, form .wpcf7-acceptance label .wpcf7-list-item-label, h5,
  .button {
    font-size: 1.6049382716vh;
    line-height: 2.4691358025vh;
    letter-spacing: 0.2469135802vh;
  }
}

.t-11, form input,
form textarea,
form select, h6 {
  font-size: 0.7638888889vw;
  line-height: 1.25vw;
  letter-spacing: 0.2083333333vw;
}
@media screen and (min-width: 1920px) {
  .t-11, form input,
  form textarea,
  form select, h6 {
    font-size: 14.666663px;
    line-height: 23.999994px;
    letter-spacing: 3.999999px;
  }
}
@media (orientation: portrait) {
  .t-11, form input,
  form textarea,
  form select, h6 {
    font-size: 1.3580246914vh;
    line-height: 2.2222222222vh;
    letter-spacing: 0.3703703704vh;
  }
}

.t-9, .footer__col--second a:not(.t-11):not(h6),
.footer__col--second button:not(.t-11):not(h6) {
  font-size: 0.625vw;
  line-height: 0.8333333333vw;
  letter-spacing: 0.1388888889vw;
}
@media screen and (min-width: 1920px) {
  .t-9, .footer__col--second a:not(.t-11):not(h6),
  .footer__col--second button:not(.t-11):not(h6) {
    font-size: 11.999997px;
    line-height: 15.999996px;
    letter-spacing: 2.666666px;
  }
}
@media (orientation: portrait) {
  .t-9, .footer__col--second a:not(.t-11):not(h6),
  .footer__col--second button:not(.t-11):not(h6) {
    font-size: 1.1111111111vh;
    line-height: 1.4814814815vh;
    letter-spacing: 0.2469135802vh;
  }
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #29282d;
  width: fit-content;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
  text-align: center;
  text-transform: uppercase;
}
.button:hover .button__borderCont--in .button__borderLine {
  transition-delay: 0s;
}
.button:hover .button__borderCont--in .button__borderLine--1 {
  transform: scaleX(0);
}
.button:hover .button__borderCont--in .button__borderLine--2 {
  transform: scaleY(0);
}
.button:hover .button__borderCont--in .button__borderLine--3 {
  transform: scaleX(0);
}
.button:hover .button__borderCont--in .button__borderLine--4 {
  transform: scaleY(0);
}
.button:hover .button__borderCont--out {
  transition-delay: 0.35s;
  width: 150%;
  height: 150%;
}
.button.beigeBlack .button__borderCont--out {
  background-color: #ddd4d1;
  z-index: -1;
}
.button__wrapper {
  position: relative;
}
.button__label {
  position: relative;
  z-index: 1;
  will-change: transform, opacity;
  transform: translateZ(0);
}
.button__borders {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.button__borderCont {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150%;
  height: 140%;
  transform: translate(-50%, -50%);
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}
.button__borderCont--in .button__borderLine {
  transition-delay: 0.35s;
}
.button__borderCont--out {
  width: calc(150% + 0.987654321vh);
  height: calc(140% + 0.987654321vh);
}
.button__borderContWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.button__borderLine {
  position: absolute;
  background-color: #29282d;
  transition: all 0.35s ease-in-out;
  transition-property: transform;
  will-change: transform;
}
.button__borderLine--1 {
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transform-origin: center left;
}
.button__borderLine--2 {
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  transform-origin: center top;
}
.button__borderLine--3 {
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
  transform-origin: center right;
}
.button__borderLine--4 {
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  transform-origin: center bottom;
}

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

.width--100 {
  width: 100%;
}
.width--100vw {
  width: 100vw;
}
.width--1340 {
  width: 93.0555555556vw;
}
.width--1240 {
  width: 86.1111111111vw;
}
.width--1100 {
  width: 76.3888888889vw;
}
.width--600 {
  width: 41.6666666667vw;
}
.width--1340, .width--1240, .width--1100, .width--600 {
  margin: 0 auto;
}
@media screen and (orientation: portrait) {
  .width--1340, .width--1240, .width--1100, .width--600 {
    width: 90vw;
  }
}

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

.bottomLine {
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: left center;
  width: 100%;
  height: 1px;
  background-color: #29282d;
}

#follow {
  position: absolute;
  left: 0;
  top: 0;
  cursor: grab;
  transition: transform 0.1s ease;
  pointer-events: none;
}
#follow {
  width: 4.1666666667vw;
}
@media (orientation: portrait) {
  #follow {
    width: 5.1851851852vh;
  }
}
#follow {
  height: 4.1666666667vw;
}
@media (orientation: portrait) {
  #follow {
    height: 5.1851851852vh;
  }
}
@media (orientation: portrait) {
  #follow {
    display: none;
  }
}
#follow.visible:not(.hovering-link) svg {
  transform: scale(1) translate(-50%, -50%);
}
#follow svg {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0) translate(-50%, -50%);
  height: auto;
  transform-origin: center center;
  width: 100%;
  transition: all 0.35s ease-in-out;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100vw;
  transition: all 0.35s ease-in-out;
  transition-duration: 0.5s;
}
@media (orientation: portrait) {
  .header {
    overflow: hidden;
    padding: 2.5vw 0;
  }
}
.header.fixed {
  transform: translateY(-130%);
}
.header__wrapper {
  position: relative;
  color: #29282d;
  transition: all 0.35s ease-in-out;
  transition-property: color;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__wrapper a:not(.button):not(.header__logo) {
  position: relative;
}
.header__wrapper a:not(.button):not(.header__logo):hover::before {
  transform: translateX(-50%) scaleX(1);
}
.header__wrapper a:not(.button):not(.header__logo)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 105%;
  background-color: #29282d;
  height: 1px;
  left: 50%;
  bottom: 0;
  will-change: transform;
  transition: all 0.35s ease-in-out;
  transition-duration: 0.4s;
  transform-origin: center left;
  transform: translate(-50%) scaleX(0);
}
.header__menu {
  display: flex;
}
.header__menu {
  gap: 3.8194444444vw;
}
@media (orientation: portrait) {
  .header__menu {
    gap: 5.4320987654vh;
  }
}
@media (orientation: portrait) {
  .header__menu {
    display: none;
  }
}
.header__menu .button {
  margin-left: 2.0833333333vw;
}
@media (orientation: portrait) {
  .header__menu .button {
    margin-left: 3.3333333333vh;
  }
}
.header__hamburger {
  display: none;
}
@media (orientation: portrait) {
  .header__hamburger {
    display: block;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(2.4691358025vh);
}
@media (orientation: portrait) {
  .header__logo {
    transform: none;
  }
}
.header__logo svg {
  width: auto;
}
.header__logo svg {
  height: 10.4938271605vh;
}
@media (orientation: portrait) {
  .header__logo svg {
    height: 6.2962962963vh;
  }
}
@media (orientation: portrait) {
  .header__logo svg {
    height: 7vh;
  }
}
.header__logo svg path,
.header__logo svg rect {
  transition: all 0.35s ease-in-out;
  transition-property: fill;
}
.header__logo .header__logoDesktop {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (orientation: portrait) {
  .header__logo .header__logoDesktop {
    display: none;
  }
}
@media (orientation: landscape) {
  .header__logo .header__logoMobile {
    display: none;
  }
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
}
.footer__wrapper {
  gap: 3.7037037037vh;
}
@media (orientation: portrait) {
  .footer__wrapper {
    gap: 3.3333333333vh;
  }
}
.footer__wrapper {
  padding-bottom: 10.4938271605vh;
}
@media (orientation: portrait) {
  .footer__wrapper {
    padding-bottom: 6.2962962963vh;
  }
}
@media (orientation: portrait) {
  .footer__wrapper {
    gap: 5vh 0;
  }
}
.footer__wrapper a:not(.button):not(.footer__logo):not(.footer__social) {
  width: fit-content;
  position: relative;
}
.footer__wrapper a:not(.button):not(.footer__logo):not(.footer__social):hover::before {
  transform: translateX(-50%) scaleX(1);
}
.footer__wrapper a:not(.button):not(.footer__logo):not(.footer__social)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 105%;
  background-color: #29282d;
  height: 1px;
  left: 50%;
  bottom: 0;
  will-change: transform;
  transition: all 0.35s ease-in-out;
  transition-duration: 0.4s;
  transform-origin: center left;
  transform: translate(-50%) scaleX(0);
}
.footer__row {
  display: flex;
  justify-content: space-between;
}
@media (orientation: portrait) {
  .footer__row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7.5vh 0;
  }
}
.footer__row--logo svg {
  height: auto;
}
.footer__row--logo svg {
  width: 6.9444444444vw;
}
@media (orientation: portrait) {
  .footer__row--logo svg {
    width: 6.1728395062vh;
  }
}
@media (orientation: portrait) {
  .footer__row--logo svg {
    width: 40vw;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
}
@media (orientation: portrait) {
  .footer__col {
    justify-content: center;
    align-items: center;
  }
}
.footer__col .button {
  margin-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  .footer__col .button {
    margin-top: 3.3333333333vh;
  }
}
.footer__col .button {
  margin-left: 2.0833333333vw;
}
@media (orientation: portrait) {
  .footer__col .button {
    margin-left: 3.3333333333vh;
  }
}
@media (orientation: portrait) {
  .footer__col .button {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__col--second {
  justify-content: flex-end;
  text-align: right;
}
@media (orientation: portrait) {
  .footer__col--second {
    justify-content: center;
    text-align: center;
  }
}
.footer__col--second a:not(.t-11):not(h6),
.footer__col--second button:not(.t-11):not(h6) {
  margin-left: auto;
  padding: 0;
  color: #29282d;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
}
@media (orientation: portrait) {
  .footer__col--second a:not(.t-11):not(h6),
  .footer__col--second button:not(.t-11):not(h6) {
    justify-content: center;
    margin-right: auto;
  }
}
.footer__socials .icon_wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  width: 3.7037037037vh;
  height: 3.7037037037vh;
}
.footer__socials .icon_wrap:hover .footer__social {
  background-color: #b59c98;
}
.footer__socials .icon_wrap:hover .social-hover-wrapper {
  width: 3.7037037037vh !important;
}
.footer__socials .icon_wrap:hover .social-hover-wrapper .social-outline {
  border: 1px solid #29282d;
}
.footer__socials .icon_wrap:hover svg path {
  fill: #29282d;
}
.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;
  transition: all 0.35s ease-in-out;
  transition-property: background;
}
.footer__socials .icon_wrap a svg {
  box-shadow: inset 0 0 0 1px #29282d;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.footer__socials .icon_wrap a svg .path-group {
  transform: scale(0.5);
  transform-origin: center center;
}
.footer__socials .icon_wrap a svg .path-group path {
  transition: all 1.5s ease-in-out;
}
.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;
}
.footer__socials .icon_wrap a .social-hover-wrapper .social-outline {
  min-width: 3.7037037037vh;
  min-height: 3.7037037037vh;
  border: 1px solid #29282d;
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body:not(.page-template-page_HOME) .footer__wrapper {
  padding-top: 10.4938271605vh;
}
@media (orientation: portrait) {
  body:not(.page-template-page_HOME) .footer__wrapper {
    padding-top: 6.2962962963vh;
  }
}

body.page-template-page_CONTACT .footer {
  background-color: #b59c98;
}

.menu__hamburgerCont {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.menu__hamburgerCont.opened .menu__hamburgerLine {
  bottom: unset;
  top: 50%;
}
.menu__hamburgerCont.opened .menu__hamburgerLine:nth-child(1) {
  transform: rotate(45deg);
}
.menu__hamburgerCont.opened .menu__hamburgerLine:nth-child(2) {
  transform: rotate(-45deg);
}
.menu__hamburgerCont.opened .menu__hamburgerLine:nth-child(3) {
  transform: scaleX(0);
}
.menu__hamburger {
  transform: rotate(0deg);
  cursor: pointer;
  position: relative;
  z-index: 1001;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu__hamburger {
  width: 1.7361111111vw;
}
@media (orientation: portrait) {
  .menu__hamburger {
    width: 2.7777777778vh;
  }
}
.menu__hamburger {
  height: 1.8518518519vh;
}
@media (orientation: portrait) {
  .menu__hamburger {
    height: 1.8518518519vh;
  }
}
.menu__hamburgerWrapper {
  position: relative;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.menu__hamburgerWrapper {
  width: 1.7361111111vw;
}
@media (orientation: portrait) {
  .menu__hamburgerWrapper {
    width: 2.7777777778vh;
  }
}
.menu__hamburgerWrapper {
  height: 1.8518518519vh;
}
@media (orientation: portrait) {
  .menu__hamburgerWrapper {
    height: 1.8518518519vh;
  }
}
.menu__hamburgerWrapper:hover {
  transform: rotate(180deg);
}
.menu__hamburgerLine {
  background: #29282d;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  opacity: 1;
  position: absolute;
  transition: all 0.35s ease-in-out;
  will-change: transform;
  transition-property: transform, background-color;
  position: absolute;
  left: 0;
}
.menu__hamburgerLine:nth-child(1) {
  top: 0;
}
.menu__hamburgerLine:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu__hamburgerLine:nth-child(3) {
  bottom: 0;
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  letter-spacing: normal;
  text-align: left;
}
@media (orientation: portrait) {
  form {
    gap: 2.5vw 0;
  }
}
form .col--half {
  flex: 0 0 calc(50% - 10px);
}
@media (orientation: portrait) {
  form .col--half {
    flex: 0 0 100%;
  }
}
form .col--full {
  flex: 0 0 100%;
}
form input,
form textarea,
form select {
  width: 100%;
  background-color: rgba(241, 237, 233, 0.3803921569);
  color: #29282d;
  border: 1px solid #f1ede9;
  padding-left: 15px !important;
  text-transform: uppercase;
  font-family: "GT America";
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0 !important;
}
form input,
form textarea,
form select {
  padding: 0.3472222222vw;
}
@media (orientation: portrait) {
  form input,
  form textarea,
  form select {
    padding: 0.6172839506vh;
  }
}
form input::placeholder,
form textarea::placeholder,
form select::placeholder {
  color: rgba(0, 0, 0, 0.416);
}
form textarea {
  height: 7.6388888889vw;
}
@media (orientation: portrait) {
  form textarea {
    height: 6.7901234568vh;
  }
}
@media (orientation: portrait) {
  form textarea {
    height: 15vh;
  }
}
form .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
form .wpcf7-checkbox .wpcf7-list-item input {
  width: auto;
}
form .wpcf7-acceptance {
  display: block;
}
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;
  font-family: "GT Eesti Display";
  letter-spacing: normal;
}
form .wpcf7-acceptance label input {
  width: 25px;
  height: 25px;
  flex: none;
  border: 1px solid #29282d;
}
@media (orientation: portrait) {
  form .wpcf7-acceptance label input {
    width: 15px;
    height: 15px;
  }
}
form .wpcf7-acceptance label .wpcf7-list-item-label {
  letter-spacing: normal;
}
form .wpcf7-acceptance label a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}
form .submit-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
form .submit-wrapper {
  padding-bottom: 1.3888888889vw;
}
@media (orientation: portrait) {
  form .submit-wrapper {
    padding-bottom: 2.4691358025vh;
  }
}
form .submit-wrapper input[type=submit] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: auto;
  background-color: #29282d;
  border: 1px solid #29282d;
  transition: all 0.35s ease-in-out;
}
form .submit-wrapper .custom-submit {
  margin-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  form .submit-wrapper .custom-submit {
    margin-top: 2.4691358025vh;
  }
}

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

.wpcf7-response-output:not(:empty) {
  border: 1.5px solid #29282d;
  padding: 10px;
  letter-spacing: normal;
  width: 100%;
  text-align: center;
  color: #29282d;
  font-family: "GT America";
}
.wpcf7-response-output:not(:empty) {
  margin-top: 1.3888888889vw;
}
@media (orientation: portrait) {
  .wpcf7-response-output:not(:empty) {
    margin-top: 2.4691358025vh;
  }
}
.wpcf7-response-output:not(:empty) {
  margin-bottom: 1.3888888889vw;
}
@media (orientation: portrait) {
  .wpcf7-response-output:not(:empty) {
    margin-bottom: 2.4691358025vh;
  }
}

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

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

.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  background-color: #aea392;
  color: #29282d;
  display: none;
  opacity: 0;
  visibility: hidden;
}
@media (orientation: portrait) {
  .menu {
    display: flex !important;
    height: 100vh;
  }
}
.menu.opened {
  opacity: 1;
  visibility: visible;
}
.menu__wrapper {
  width: 90vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu__voices {
  display: flex;
  flex-direction: column;
  gap: 5vh 0;
  align-items: center;
  justify-content: center;
}
@media (orientation: portrait) {
  .menu__voices h5 {
    font-size: 2.4691358025vh;
    line-height: normal;
  }
}
@media (orientation: portrait) {
  .menu__voices .button {
    margin-top: 1vh;
  }
}

.preloader {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1ede9;
}
.preloader .svgWrapper {
  opacity: 0;
  width: 15vw;
}
@media (orientation: portrait) {
  .preloader .svgWrapper {
    width: 50vw;
  }
}
.preloader .svgWrapper svg {
  width: 100%;
  height: auto;
  transform-origin: center center;
  will-change: transform;
}

.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: 2.7777777778vh;
  }
}

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

.glide {
  position: relative;
  height: 100%;
}
.glide .glide__track,
.glide .glide__slides,
.glide .glide__slide {
  position: relative;
  height: 100%;
  cursor: grab;
}
.glide .glide__track img,
.glide .glide__slides img,
.glide .glide__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.glide .glide__slide {
  display: block;
}
.glide__arrows {
  position: absolute;
  right: 1.7361111111vw;
  top: 50%;
  transform: translateY(-50%);
  width: min-content;
  display: flex;
}
@media (orientation: portrait) {
  .glide__arrows {
    right: 5vw;
    top: unset;
    bottom: 5vw;
    transform: none;
  }
}
.glide__arrow {
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.glide__arrow:hover svg {
  transform: translateX(0.2777777778vw);
}
.glide__arrow:hover svg circle {
  fill: #29282d;
}
.glide__arrow svg {
  transition: all 0.35s ease-in-out;
  transform-origin: left center;
}
.glide__arrow svg circle {
  transition: all 0.35s ease-in-out;
}
.glide__arrow--prev {
  transform: scaleX(-1);
}

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

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

.fade-anim {
  opacity: 0;
}

.scale-anim,
span.circle {
  transform: scale(0.92);
  transform-origin: bottom center;
  will-change: transform;
}

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

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

.intro__wrapper {
  display: flex;
  flex-direction: column;
}
.intro__wrapper {
  padding-top: 14.1975308642vh;
}
@media (orientation: portrait) {
  .intro__wrapper {
    padding-top: 7.0987654321vh;
  }
}
.intro__wrapper {
  padding-bottom: 4.3209876543vh;
}
@media (orientation: portrait) {
  .intro__wrapper {
    padding-bottom: 3.8888888889vh;
  }
}
.intro__wrapper {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  .intro__wrapper {
    gap: 2.4691358025vh;
  }
}
@media (orientation: portrait) {
  .intro__wrapper {
    padding-top: 12.5vh;
    padding-bottom: 5vw;
  }
}
.intro__wrapper.horizontal-alignment--left {
  align-items: flex-start;
}
.intro__wrapper.horizontal-alignment--center {
  align-items: center;
}
@media (orientation: portrait) {
  .intro__wrapper p br {
    display: none;
  }
}

@media (orientation: portrait) {
  body.single-post .intro__wrapper {
    padding-bottom: 10vw;
  }
}

.clients__wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.clients__wrapper {
  gap: 9.2592592593vh;
}
@media (orientation: portrait) {
  .clients__wrapper {
    gap: 6.4814814815vh;
  }
}
.clients__wrapper {
  padding-bottom: 12.3456790123vh;
}
@media (orientation: portrait) {
  .clients__wrapper {
    padding-bottom: 6.1728395062vh;
  }
}
.clients__marquee .marquee {
  overflow: hidden;
}
@media (orientation: portrait) {
  .clients__marquee .marquee {
    margin-left: auto;
  }
}
.clients__marquee .marquee img {
  width: auto;
  object-fit: contain;
  padding: 0 2.0833333333vw;
}
.clients__marquee .marquee img {
  max-height: 22.2222222222vh;
}
@media (orientation: portrait) {
  .clients__marquee .marquee img {
    max-height: 11.1111111111vh;
  }
}

.posts-list__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.posts-list__wrapper {
  gap: 9.8765432099vh;
}
@media (orientation: portrait) {
  .posts-list__wrapper {
    gap: 5.9259259259vh;
  }
}
.posts-list__wrapper {
  padding-top: 7.4074074074vh;
}
@media (orientation: portrait) {
  .posts-list__wrapper {
    padding-top: 5.1851851852vh;
  }
}
.posts-list__wrapper {
  padding-bottom: 7.4074074074vh;
}
@media (orientation: portrait) {
  .posts-list__wrapper {
    padding-bottom: 5.1851851852vh;
  }
}
@media (orientation: portrait) {
  .posts-list__wrapper {
    padding: 5vw 0 10vw;
  }
}
@media (orientation: portrait) {
  .posts-list__wrapper .button {
    margin-top: 5vw;
  }
}
.posts-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8.6419753086vh 2.0833333333vw;
}
@media (orientation: portrait) {
  .posts-list__list {
    flex-direction: column;
    gap: 5vh 0;
  }
}
.posts-list__post {
  display: flex;
  flex-direction: column;
  width: calc(33.333333% - 1.3888888889vw);
}
.posts-list__post {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  .posts-list__post {
    gap: 1.2345679012vh;
  }
}
@media (orientation: portrait) {
  .posts-list__post {
    width: 100%;
  }
}
.posts-list__post:hover img {
  transform: scale(1.05);
  opacity: 0.8;
}
.posts-list__postImageWrapper {
  width: 100%;
  overflow: hidden;
}
.posts-list__postImageWrapper {
  height: 33.950617284vh;
}
@media (orientation: portrait) {
  .posts-list__postImageWrapper {
    height: 16.975308642vh;
  }
}
.posts-list__postImageWrapper {
  margin-bottom: 1.2345679012vh;
}
@media (orientation: portrait) {
  .posts-list__postImageWrapper {
    margin-bottom: 1.2345679012vh;
  }
}
@media (orientation: portrait) {
  .posts-list__postImageWrapper {
    height: 25vh;
  }
}
.posts-list__postImageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: all 0.35s ease-in-out;
}
.posts-list__pagination {
  display: flex;
}
.posts-list__pagination {
  gap: 0.6944444444vw;
}
@media (orientation: portrait) {
  .posts-list__pagination {
    gap: 1.2345679012vh;
  }
}
.posts-list__pagination .page-numbers {
  font-family: "Roboto Mono";
  font-weight: 400;
  color: #aea392;
  transition: all 0.35s ease-in-out;
  transform-origin: center center;
}
.posts-list__pagination .page-numbers:hover:not(.current) {
  color: #29282d;
  transform: scale(1.4);
}
.posts-list__pagination .page-numbers.current {
  transform: scale(1.4);
  color: #29282d;
}

.start-project {
  margin-top: 4.9382716049vh;
}
@media (orientation: portrait) {
  .start-project {
    margin-top: 4.4444444444vh;
  }
}
.start-project {
  margin-bottom: 4.9382716049vh;
}
@media (orientation: portrait) {
  .start-project {
    margin-bottom: 4.4444444444vh;
  }
}
.start-project__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.start-project__wrapper {
  padding-top: 18.5185185185vh;
}
@media (orientation: portrait) {
  .start-project__wrapper {
    padding-top: 9.2592592593vh;
  }
}
.start-project__wrapper {
  padding-bottom: 18.5185185185vh;
}
@media (orientation: portrait) {
  .start-project__wrapper {
    padding-bottom: 9.2592592593vh;
  }
}
.start-project__wrapper {
  gap: 4.9382716049vh;
}
@media (orientation: portrait) {
  .start-project__wrapper {
    gap: 4.4444444444vh;
  }
}

body:not(.page-template-page_HOME) .start-project__wrapper {
  background-color: #ddd4d1;
}

.project-card {
  display: block;
  cursor: pointer;
  position: relative;
}
.project-card {
  width: 27.7777777778vw;
}
@media (orientation: portrait) {
  .project-card {
    width: 24.6913580247vh;
  }
}
.project-card {
  height: 20.8333333333vw;
}
@media (orientation: portrait) {
  .project-card {
    height: 18.5185185185vh;
  }
}
@media (orientation: portrait) {
  .project-card {
    width: 90vw;
    height: 70vw;
  }
}
.project-card:hover .project-card__imageWrapperInner {
  transform: scale(1.03);
}
.project-card:hover .project-card__contentWrapper {
  opacity: 1;
}
.project-card__imageWrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.project-card__imageWrapperInner {
  height: 100%;
  width: 100%;
  transition: all 0.35s ease-in-out;
  transform-origin: center center;
}
.project-card__imageWrapperInner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.project-card__contentWrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.35s ease-in-out;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background-color: rgba(181, 156, 152, 0.568627451);
  opacity: 0;
  color: #f1ede9;
}
.project-card__contentWrapper {
  gap: 0.6172839506vh;
}
@media (orientation: portrait) {
  .project-card__contentWrapper {
    gap: 0.6172839506vh;
  }
}
.project-card__contentWrapper {
  padding: 2.4691358025vh;
}
@media (orientation: portrait) {
  .project-card__contentWrapper {
    padding: 2.4691358025vh;
  }
}

#page-policy {
  padding: 15vh 0;
}
#page-policy * {
  letter-spacing: normal;
}
#page-policy h1,
#page-policy h2,
#page-policy h3,
#page-policy h4,
#page-policy h5,
#page-policy h6 {
  font-family: "GT America";
  color: #29282d;
}
#page-policy strong {
  text-decoration: underline;
}
#page-policy h2,
#page-policy h3 {
  font-weight: 500;
}
#page-policy h2,
#page-policy h3 {
  text-transform: none;
}
#page-policy h1,
#page-policy h2 {
  margin-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  #page-policy h1,
  #page-policy h2 {
    margin-top: 3.3333333333vh;
  }
}
#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 .hero,
#single-project .hero {
  background-color: #fff;
}
#page-home .hero__wrapper,
#single-project .hero__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f1ede9;
  position: relative;
  text-align: center;
}
#page-home .hero__wrapper,
#single-project .hero__wrapper {
  height: 77.7777777778vh;
}
@media (orientation: portrait) {
  #page-home .hero__wrapper,
  #single-project .hero__wrapper {
    height: 38.8888888889vh;
  }
}
@media (orientation: portrait) {
  #page-home .hero__wrapper,
  #single-project .hero__wrapper {
    height: 55vh;
  }
}
#page-home .hero__title,
#single-project .hero__title {
  position: relative;
  z-index: 1;
}
@media (orientation: portrait) {
  #page-home .hero__title,
  #single-project .hero__title {
    width: 90vw;
  }
}
@media (orientation: portrait) {
  #page-home .hero__title br,
  #single-project .hero__title br {
    display: none;
  }
}
#page-home .hero__slides,
#single-project .hero__slides {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#page-home .hero__slides img,
#page-home .hero__slides video,
#single-project .hero__slides img,
#single-project .hero__slides video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#page-home .hero__slides .glide__track,
#page-home .hero__slides .glide__slides,
#single-project .hero__slides .glide__track,
#single-project .hero__slides .glide__slides {
  cursor: auto;
}

#single-project .hero {
  background-color: transparent;
}
@media (orientation: portrait) {
  #single-project .hero__wrapper {
    height: auto !important;
  }
}
#single-project .hero img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#page-home .hero .glide__slides {
  position: relative;
  height: 100%;
  width: 100vw !important;
  transition: none !important;
  cursor: grab;
}
#page-home .hero .glide__slides::before {
  content: "";
  background: #29282d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.35;
  z-index: 1;
}
#page-home .hero .glide__slides::before {
  z-index: 2;
}
#page-home .hero .glide__slides--reverse .glide__slide img {
  right: initial;
  left: 0;
}
#page-home .hero .glide__slides .glide__slide {
  cursor: grab;
  overflow: hidden;
  width: 0 !important;
  height: 100%;
  position: absolute;
  right: 0;
  transform: scale(1.02);
  transition: 1.1s transform ease-in-out, 0s width ease-in 1.2s;
}
#page-home .hero .glide__slides .glide__slide--active {
  z-index: 1;
  width: 100vw !important;
  transform: none;
  transition: 0.9s width ease-in-out;
}
#page-home .hero .glide__slides .glide__slide img {
  position: absolute;
  right: 0;
  display: block;
  height: 100%;
  width: 100vw;
  object-fit: cover;
}

#page-home .think__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
#page-home .think__wrapper {
  padding-top: 9.8765432099vh;
}
@media (orientation: portrait) {
  #page-home .think__wrapper {
    padding-top: 5.9259259259vh;
  }
}
#page-home .think__wrapper {
  padding-bottom: 14.8148148148vh;
}
@media (orientation: portrait) {
  #page-home .think__wrapper {
    padding-bottom: 7.4074074074vh;
  }
}
#page-home .think__content {
  display: flex;
  flex-direction: column;
}
#page-home .think__content {
  gap: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-home .think__content {
    gap: 1.8518518519vh;
  }
}

#page-home .projects__wrapper {
  display: flex;
  flex-direction: column;
}
#page-home .projects__wrapper {
  gap: 8.6419753086vh;
}
@media (orientation: portrait) {
  #page-home .projects__wrapper {
    gap: 6.049382716vh;
  }
}
#page-home .projects__wrapper {
  margin-bottom: 17.2839506173vh;
}
@media (orientation: portrait) {
  #page-home .projects__wrapper {
    margin-bottom: 8.6419753086vh;
  }
}
@media (orientation: portrait) {
  #page-home .projects__wrapper {
    margin: 5vh 0 10vh;
    gap: 5vw 0;
  }
}
#page-home .projects__topWrapper {
  display: flex;
  justify-content: space-between;
}
@media (orientation: portrait) {
  #page-home .projects__topWrapper {
    justify-content: center;
  }
}
@media (orientation: portrait) {
  #page-home .projects__topWrapper .button {
    display: none;
  }
}
#page-home .projects__viewAllButton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5vw;
}
@media (orientation: landscape) {
  #page-home .projects__viewAllButton {
    display: none;
  }
}
#page-home .projects__slides {
  padding-left: 6.9444444444vw;
}
#page-home .projects__slides {
  height: 37.037037037vh;
}
@media (orientation: portrait) {
  #page-home .projects__slides {
    height: 18.5185185185vh;
  }
}
@media (orientation: portrait) {
  #page-home .projects__slides {
    height: 35vh;
  }
}
#page-home .projects__slides .glide__arrows {
  display: none;
}
#page-home .projects__slides .glide__arrows .glide__arrow svg path {
  stroke: #29282d;
}

#page-home .portfolio__wrapper {
  height: 86.4197530864vh;
}
@media (orientation: portrait) {
  #page-home .portfolio__wrapper {
    height: 43.2098765432vh;
  }
}
@media (orientation: portrait) {
  #page-home .portfolio__wrapper {
    height: 55vh;
  }
}
#page-home .portfolio__slides {
  height: 100%;
}
@media (orientation: landscape) {
  #page-home .portfolio__slides .glide__arrows {
    display: none;
  }
}
#page-home .portfolio__slides .glide__arrows .glide__arrow svg path {
  stroke: #29282d;
}
#page-home .portfolio__slide {
  cursor: pointer;
}
#page-home .portfolio__slide::before {
  content: "";
  background: #29282d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: 1;
}
@media (orientation: portrait) {
  #page-home .portfolio__slide::before {
    content: "";
    background: #29282d;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 1;
  }
}
#page-home .portfolio__slideImageWrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#page-home .portfolio__slideImageWrapperInner {
  height: 100%;
  width: 100%;
  transform-origin: center center;
}
#page-home .portfolio__slideContentWrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #f1ede9;
  padding: 3.4722222222vw;
}
@media (orientation: portrait) {
  #page-home .portfolio__slideContentWrapper {
    padding: 5vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10vh 0;
  }
}
#page-home .portfolio__slideContentWrapper .button {
  margin-right: 2.4305555556vw;
}
@media (orientation: portrait) {
  #page-home .portfolio__slideContentWrapper .button {
    margin-right: 3.8888888889vh;
  }
}
#page-home .portfolio__slideContentWrapper .button {
  margin-bottom: 0.6944444444vw;
}
@media (orientation: portrait) {
  #page-home .portfolio__slideContentWrapper .button {
    margin-bottom: 1.2345679012vh;
  }
}
@media (orientation: portrait) {
  #page-home .portfolio__slideContentWrapper .button {
    margin: 0 auto;
  }
}
#page-home .portfolio__slideContentDetails {
  display: flex;
  flex-direction: column;
}
#page-home .portfolio__slideContentDetails {
  gap: 0.6172839506vh;
}
@media (orientation: portrait) {
  #page-home .portfolio__slideContentDetails {
    gap: 0.6172839506vh;
  }
}
@media (orientation: portrait) {
  #page-home .portfolio__slideContentDetails {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media (orientation: portrait) {
  #page-home .portfolio__slideContentDetails h4 {
    font-size: 2.4691358025vh;
    line-height: normal;
  }
}

#page-home .news__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
#page-home .news__wrapper {
  padding-top: 11.1111111111vh;
}
@media (orientation: portrait) {
  #page-home .news__wrapper {
    padding-top: 6.6666666667vh;
  }
}
#page-home .news__topWrapper {
  display: flex;
  flex-direction: column;
}
#page-home .news__topWrapper {
  gap: 1.8518518519vh;
}
@media (orientation: portrait) {
  #page-home .news__topWrapper {
    gap: 1.8518518519vh;
  }
}

#page-home .about {
  background-color: #aea392;
}
#page-home .about__wrapper {
  display: flex;
  justify-content: center;
}
#page-home .about__wrapper {
  gap: 3.4722222222vw;
}
@media (orientation: portrait) {
  #page-home .about__wrapper {
    gap: 4.9382716049vh;
  }
}
#page-home .about__wrapper {
  padding-top: 5.5555555556vh;
}
@media (orientation: portrait) {
  #page-home .about__wrapper {
    padding-top: 4.4444444444vh;
  }
}
#page-home .about__wrapper {
  padding-bottom: 5.5555555556vh;
}
@media (orientation: portrait) {
  #page-home .about__wrapper {
    padding-bottom: 4.4444444444vh;
  }
}
@media (orientation: portrait) {
  #page-home .about__wrapper {
    flex-direction: column-reverse;
    gap: 2vh 0;
    padding: 12.5vw 0;
  }
}
#page-home .about__col {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex: none;
}
#page-home .about__col {
  gap: 3.0864197531vh;
}
@media (orientation: portrait) {
  #page-home .about__col {
    gap: 2.7777777778vh;
  }
}
@media (orientation: portrait) {
  #page-home .about__col {
    width: 100% !important;
    gap: 1vh;
  }
}
#page-home .about__col--contentWrapper {
  justify-content: center;
}
#page-home .about__col--contentWrapper {
  width: 61.7283950617vh;
}
@media (orientation: portrait) {
  #page-home .about__col--contentWrapper {
    width: 30.8641975309vh;
  }
}
@media (orientation: portrait) {
  #page-home .about__col--contentWrapper {
    padding-top: 0;
  }
}
#page-home .about__col--contentWrapper .button {
  margin-left: 1.7361111111vw;
}
@media (orientation: portrait) {
  #page-home .about__col--contentWrapper .button {
    margin-left: 2.7777777778vh;
  }
}
#page-home .about__col--contentWrapper .button {
  margin-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-home .about__col--contentWrapper .button {
    margin-top: 2.4691358025vh;
  }
}
@media (orientation: portrait) {
  #page-home .about__col--contentWrapper br {
    display: none;
  }
}
#page-home .about__col--imageWrapper {
  overflow: hidden;
}
#page-home .about__col--imageWrapper {
  width: 55.5555555556vh;
}
@media (orientation: portrait) {
  #page-home .about__col--imageWrapper {
    width: 27.7777777778vh;
  }
}
#page-home .about__col--imageWrapper {
  height: 55.5555555556vh;
}
@media (orientation: portrait) {
  #page-home .about__col--imageWrapper {
    height: 27.7777777778vh;
  }
}
@media (orientation: portrait) {
  #page-home .about__col--imageWrapper {
    height: 90vw;
    width: 90vw;
  }
}
#page-home .about__col--imageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#page-about-us .presentation__wrapper {
  display: flex;
  flex-direction: column;
}
#page-about-us .presentation__wrapper {
  gap: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-about-us .presentation__wrapper {
    gap: 4.9382716049vh;
  }
}
#page-about-us .presentation__wrapper {
  padding-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-about-us .presentation__wrapper {
    padding-top: 4.9382716049vh;
  }
}
#page-about-us .presentation__wrapper {
  padding-bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-about-us .presentation__wrapper {
    padding-bottom: 4.9382716049vh;
  }
}

#page-about-us .details {
  background-color: #fff;
}
#page-about-us .details__wrapper {
  display: flex;
  justify-content: space-between;
}
#page-about-us .details__wrapper {
  padding-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-about-us .details__wrapper {
    padding-top: 4.9382716049vh;
  }
}
#page-about-us .details__wrapper {
  padding-bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-about-us .details__wrapper {
    padding-bottom: 4.9382716049vh;
  }
}
@media (orientation: portrait) {
  #page-about-us .details__wrapper {
    flex-direction: column;
  }
}
#page-about-us .details__single {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
#page-about-us .details__single {
  gap: 3.7037037037vh;
}
@media (orientation: portrait) {
  #page-about-us .details__single {
    gap: 3.3333333333vh;
  }
}
#page-about-us .details__single {
  padding-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  #page-about-us .details__single {
    padding-top: 3.3333333333vh;
  }
}
#page-about-us .details__single {
  padding-bottom: 3.7037037037vh;
}
@media (orientation: portrait) {
  #page-about-us .details__single {
    padding-bottom: 3.3333333333vh;
  }
}
@media (orientation: portrait) {
  #page-about-us .details__single .rightLine {
    display: none;
  }
}
@media (orientation: landscape) {
  #page-about-us .details__single .bottomLine {
    display: none;
  }
}
#page-about-us .details__value {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-about-us .details__value {
  gap: 0.6944444444vw;
}
@media (orientation: portrait) {
  #page-about-us .details__value {
    gap: 1.2345679012vh;
  }
}
#page-about-us .details__value * {
  font-family: "GT America";
}
@media (orientation: portrait) {
  #page-about-us .details__counter {
    font-size: 4.9382716049vh;
    line-height: normal;
  }
}

#page-about-us .services {
  background-color: #aea392;
}
#page-about-us .services__wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#page-about-us .services__wrapper {
  margin-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-about-us .services__wrapper {
    margin-top: 4.9382716049vh;
  }
}
#page-about-us .services__wrapper {
  padding-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-about-us .services__wrapper {
    padding-top: 4.9382716049vh;
  }
}
#page-about-us .services__wrapper {
  padding-bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-about-us .services__wrapper {
    padding-bottom: 4.9382716049vh;
  }
}
#page-about-us .services__wrapper {
  gap: 8.6419753086vh;
}
@media (orientation: portrait) {
  #page-about-us .services__wrapper {
    gap: 6.049382716vh;
  }
}
@media (orientation: portrait) {
  #page-about-us .services__wrapper {
    max-width: 90vw;
    margin: 0 auto;
  }
}
#page-about-us .services__topWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#page-about-us .services__topWrapper {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-about-us .services__topWrapper {
    gap: 1.2345679012vh;
  }
}
#page-about-us .services__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page-about-us .services__list {
  gap: 8.6419753086vh;
}
@media (orientation: portrait) {
  #page-about-us .services__list {
    gap: 6.049382716vh;
  }
}
@media (orientation: portrait) {
  #page-about-us .services__list {
    justify-content: center;
  }
}
#page-about-us .services__service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#page-about-us .services__service {
  width: 20.8333333333vw;
}
@media (orientation: portrait) {
  #page-about-us .services__service {
    width: 18.5185185185vh;
  }
}
#page-about-us .services__service {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-about-us .services__service {
    gap: 1.2345679012vh;
  }
}
@media (orientation: portrait) {
  #page-about-us .services__service {
    width: 60vw;
  }
}
#page-about-us .services__service img {
  width: auto;
  object-fit: contain;
}
#page-about-us .services__service img {
  height: 5.5555555556vh;
}
@media (orientation: portrait) {
  #page-about-us .services__service img {
    height: 4.4444444444vh;
  }
}
@media (orientation: portrait) {
  #page-about-us .services__service h5 {
    width: 100%;
  }
}
@media (orientation: portrait) {
  #page-about-us .services__service h5 br {
    display: none;
  }
}

#page-about-us .team__wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#page-about-us .team__wrapper {
  padding-top: 12.3456790123vh;
}
@media (orientation: portrait) {
  #page-about-us .team__wrapper {
    padding-top: 6.1728395062vh;
  }
}
#page-about-us .team__wrapper {
  padding-bottom: 18.5185185185vh;
}
@media (orientation: portrait) {
  #page-about-us .team__wrapper {
    padding-bottom: 9.2592592593vh;
  }
}
#page-about-us .team__wrapper {
  gap: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-about-us .team__wrapper {
    gap: 4.9382716049vh;
  }
}
@media (orientation: portrait) {
  #page-about-us .team__wrapper {
    padding: 5vh 0 20vh;
  }
}
#page-about-us .team__list {
  display: flex;
  flex-direction: column;
}
#page-about-us .team__list {
  gap: 11.1111111111vh;
}
@media (orientation: portrait) {
  #page-about-us .team__list {
    gap: 6.6666666667vh;
  }
}
@media (orientation: portrait) {
  #page-about-us .team__list {
    gap: 10vh 0;
  }
}
#page-about-us .team__row {
  display: flex;
}
#page-about-us .team__row {
  gap: 8.6419753086vh;
}
@media (orientation: portrait) {
  #page-about-us .team__row {
    gap: 6.049382716vh;
  }
}
@media (orientation: portrait) {
  #page-about-us .team__row {
    flex-direction: column;
    gap: 10vh 0;
  }
}
#page-about-us .team__row:first-child {
  justify-content: center;
}
#page-about-us .team__row:nth-child(3), #page-about-us .team__row:nth-child(5) {
  justify-content: flex-end;
}
#page-about-us .team__row:nth-child(6) {
  justify-content: space-between;
}
#page-about-us .team__person {
  position: relative;
}
#page-about-us .team__person {
  width: 21.875vw;
}
@media (orientation: portrait) {
  #page-about-us .team__person {
    width: 19.4444444444vh;
  }
}
@media (orientation: portrait) {
  #page-about-us .team__person {
    width: 100%;
  }
}
#page-about-us .team__person:hover .team__personImageWrapper img {
  transform: scale(1.1);
}
#page-about-us .team__person:hover .team__personHiddenWrapper {
  opacity: 1;
}
#page-about-us .team__personImageWrapper {
  overflow: hidden;
  width: 100%;
}
#page-about-us .team__personImageWrapper {
  height: 46.2962962963vh;
}
@media (orientation: portrait) {
  #page-about-us .team__personImageWrapper {
    height: 23.1481481481vh;
  }
}
@media (orientation: portrait) {
  #page-about-us .team__personImageWrapper {
    height: 50vh;
  }
}
#page-about-us .team__personImageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: all 0.35s ease-in-out;
}
#page-about-us .team__personHiddenWrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #b59c98;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}
#page-about-us .team__personHiddenInner {
  width: 100%;
  text-align: center;
}
#page-about-us .team__personHiddenInner {
  padding: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-about-us .team__personHiddenInner {
    padding: 2.4691358025vh;
  }
}
#page-about-us .team__personContentWrapper {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border: 1.5px solid #b59c98;
  padding: 2.4691358025vh 2.4305555556vw;
}
#page-about-us .team__personContentWrapper {
  width: 17.3611111111vw;
}
@media (orientation: portrait) {
  #page-about-us .team__personContentWrapper {
    width: 15.4320987654vh;
  }
}
#page-about-us .team__personContentWrapper {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  #page-about-us .team__personContentWrapper {
    gap: 1.2345679012vh;
  }
}
@media (orientation: portrait) {
  #page-about-us .team__personContentWrapper {
    width: 80%;
  }
}
#page-about-us .team__personContentWrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: calc(100% - 1.2345679012vh);
  width: calc(100% - 1.2345679012vh);
  transform: translate(-50%, -50%);
  border: 1.5px solid #b59c98;
}

#page-portfolio .list__wrapper {
  display: flex;
  flex-direction: column;
}
#page-portfolio .list__wrapper {
  gap: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-portfolio .list__wrapper {
    gap: 4.9382716049vh;
  }
}
#page-portfolio .list__wrapper {
  padding-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-portfolio .list__wrapper {
    padding-top: 4.9382716049vh;
  }
}
#page-portfolio .list__wrapper {
  padding-bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-portfolio .list__wrapper {
    padding-bottom: 4.9382716049vh;
  }
}
#page-portfolio .list__filters {
  display: flex;
}
#page-portfolio .list__filters {
  gap: 2.7777777778vw;
}
@media (orientation: portrait) {
  #page-portfolio .list__filters {
    gap: 4.4444444444vh;
  }
}
@media (orientation: portrait) {
  #page-portfolio .list__filters {
    justify-content: space-between;
  }
}
#page-portfolio .list__filter {
  cursor: pointer;
  position: relative;
}
#page-portfolio .list__filter:hover::before {
  transform: translateX(-50%) scaleX(1);
}
#page-portfolio .list__filter::before {
  content: "";
  position: absolute;
  left: 0;
  width: 105%;
  background-color: #29282d;
  height: 1px;
  left: 50%;
  bottom: 0;
  will-change: transform;
  transition: all 0.35s ease-in-out;
  transition-duration: 0.4s;
  transform-origin: center left;
  transform: translate(-50%) scaleX(0);
}
#page-portfolio .list__filter.selected {
  font-weight: 700;
}
#page-portfolio .list__projects {
  display: flex;
  flex-wrap: wrap;
  gap: 4.9382716049vh calc(33.333333% - 27.3611111111vw);
}
#page-portfolio .list__project {
  padding: 2.4691358025vh 0.4166666667vw;
}
@media (orientation: portrait) {
  #page-portfolio .list__project {
    width: 100%;
    padding: 2.5vw 0;
  }
}

#single-project .details__wrapper {
  background-color: #ddd4d1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#single-project .details__wrapper {
  margin-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  #single-project .details__wrapper {
    margin-top: 4.9382716049vh;
  }
}
#single-project .details__wrapper {
  margin-bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  #single-project .details__wrapper {
    margin-bottom: 4.9382716049vh;
  }
}
#single-project .details__wrapper {
  padding-top: 3.0864197531vh;
}
@media (orientation: portrait) {
  #single-project .details__wrapper {
    padding-top: 2.7777777778vh;
  }
}
#single-project .details__wrapper {
  padding-bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  #single-project .details__wrapper {
    padding-bottom: 4.9382716049vh;
  }
}
#single-project .details__wrapper {
  padding-left: 6.1728395062vh;
}
@media (orientation: portrait) {
  #single-project .details__wrapper {
    padding-left: 4.9382716049vh;
  }
}
#single-project .details__wrapper {
  padding-right: 6.1728395062vh;
}
@media (orientation: portrait) {
  #single-project .details__wrapper {
    padding-right: 4.9382716049vh;
  }
}
#single-project .details__topWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
#single-project .details__topWrapper {
  padding-top: 3.0864197531vh;
}
@media (orientation: portrait) {
  #single-project .details__topWrapper {
    padding-top: 2.7777777778vh;
  }
}
#single-project .details__topWrapper {
  padding-bottom: 3.0864197531vh;
}
@media (orientation: portrait) {
  #single-project .details__topWrapper {
    padding-bottom: 2.7777777778vh;
  }
}
#single-project .details__topWrapper {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  #single-project .details__topWrapper {
    gap: 1.2345679012vh;
  }
}
#single-project .details__list {
  display: flex;
  justify-content: space-between;
}
@media (orientation: portrait) {
  #single-project .details__list {
    flex-direction: column;
  }
}
#single-project .details__single {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
#single-project .details__single {
  gap: 0.6172839506vh;
}
@media (orientation: portrait) {
  #single-project .details__single {
    gap: 0.6172839506vh;
  }
}
#single-project .details__single {
  padding-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  #single-project .details__single {
    padding-top: 4.9382716049vh;
  }
}
#single-project .details__single {
  padding-bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  #single-project .details__single {
    padding-bottom: 4.9382716049vh;
  }
}
#single-project .details__monograms {
  display: flex;
  align-items: center;
  justify-content: center;
}
#single-project .details__monograms {
  gap: 6.1728395062vh;
}
@media (orientation: portrait) {
  #single-project .details__monograms {
    gap: 4.9382716049vh;
  }
}
@media (orientation: portrait) {
  #single-project .details__monograms {
    flex-direction: column;
    margin-top: 5vh;
  }
}
#single-project .details__monogram {
  height: 12.3456790123vh;
}
@media (orientation: portrait) {
  #single-project .details__monogram {
    height: 6.1728395062vh;
  }
}
#single-project .details__monogram {
  max-width: 17.3611111111vw;
}
@media (orientation: portrait) {
  #single-project .details__monogram {
    max-width: 15.4320987654vh;
  }
}
@media (orientation: portrait) {
  #single-project .details__monogram {
    width: 70%;
    height: auto;
    max-width: 70%;
  }
}
#single-project .details__monogram img {
  object-fit: contain;
  width: auto;
  height: 100%;
}
@media (orientation: portrait) {
  #single-project .details__monogram img {
    width: 100%;
    height: auto;
  }
}

#single-project .next-project,
#single-post .next-project {
  margin-top: 4.9382716049vh;
}
@media (orientation: portrait) {
  #single-project .next-project,
  #single-post .next-project {
    margin-top: 4.4444444444vh;
  }
}
#single-project .next-project__wrapper,
#single-post .next-project__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
#single-project .next-project__contentWrapper,
#single-post .next-project__contentWrapper {
  display: flex;
  flex-direction: column;
  width: fit-content;
  text-align: right;
}
#single-project .next-project__contentWrapper,
#single-post .next-project__contentWrapper {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  #single-project .next-project__contentWrapper,
  #single-post .next-project__contentWrapper {
    gap: 1.2345679012vh;
  }
}
#single-project .next-project__contentWrapper:hover h5::before,
#single-project .next-project__contentWrapper:hover p::before,
#single-post .next-project__contentWrapper:hover h5::before,
#single-post .next-project__contentWrapper:hover p::before {
  transform: translate(-50%, -50%) scale(1) !important;
}
#single-project .next-project__contentWrapper h5,
#single-project .next-project__contentWrapper p,
#single-post .next-project__contentWrapper h5,
#single-post .next-project__contentWrapper p {
  width: fit-content;
  margin-left: auto;
  position: relative;
}
#single-project .next-project__contentWrapper h5:hover::before,
#single-project .next-project__contentWrapper p:hover::before,
#single-post .next-project__contentWrapper h5:hover::before,
#single-post .next-project__contentWrapper p:hover::before {
  transform: translateX(-50%) scaleX(1);
}
#single-project .next-project__contentWrapper h5::before,
#single-project .next-project__contentWrapper p::before,
#single-post .next-project__contentWrapper h5::before,
#single-post .next-project__contentWrapper p::before {
  content: "";
  position: absolute;
  left: 0;
  width: 105%;
  background-color: #29282d;
  height: 1px;
  left: 50%;
  bottom: 0;
  will-change: transform;
  transition: all 0.35s ease-in-out;
  transition-duration: 0.4s;
  transform-origin: center left;
  transform: translate(-50%) scaleX(0);
}
#single-project .next-project__contentWrapper h5:hover::before,
#single-project .next-project__contentWrapper p:hover::before,
#single-post .next-project__contentWrapper h5:hover::before,
#single-post .next-project__contentWrapper p:hover::before {
  transform: translate(-50%, -50%) scale(0);
}

.page-flexible .image:has(+ .two-col-images) .image__wrapper {
  margin-bottom: 0;
}
.page-flexible .image__wrapper {
  margin: 1.7361111111vw auto;
}
.page-flexible .image__wrapper {
  height: 77.7777777778vh;
}
@media (orientation: portrait) {
  .page-flexible .image__wrapper {
    height: 38.8888888889vh;
  }
}
@media (orientation: portrait) {
  .page-flexible .image__wrapper {
    height: auto !important;
  }
}
.page-flexible .image__imgWrapper {
  width: 100%;
  height: 100%;
}
.page-flexible .image__imgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-flexible .videoSect:has(+ .two-col-images) .image__wrapper {
  margin-bottom: 0;
}
.page-flexible .videoSect__wrapper {
  margin: 1.7361111111vw auto;
}
.page-flexible .videoSect__videoWrapper {
  width: 100%;
  height: 100%;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio (9/16 = 0.5625) */
  height: 0;
  overflow: hidden;
}
.page-flexible .videoSect__videoWrapper > video,
.page-flexible .videoSect__videoWrapper > iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.page-flexible .two-col-images:has(+ .image) .two-col-images__wrapper {
  margin-bottom: 0;
}
.page-flexible .two-col-images__wrapper {
  margin: 1.7361111111vw auto;
  display: flex;
  gap: 1.7361111111vw;
}
@media (orientation: portrait) {
  .page-flexible .two-col-images__wrapper {
    flex-direction: column;
    height: auto !important;
  }
}
.page-flexible .two-col-images__col {
  width: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-flexible .two-col-images__col {
  max-height: 100vh;
}
@media (orientation: portrait) {
  .page-flexible .two-col-images__col {
    max-height: 50vh;
  }
}
@media (orientation: portrait) {
  .page-flexible .two-col-images__col {
    width: 100%;
    max-height: 100%;
  }
}
.page-flexible .two-col-images__col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#single-post .content__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#single-post .content__single {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#single-post .content__single {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  #single-post .content__single {
    gap: 1.2345679012vh;
  }
}
#single-post .content__single--image {
  margin-bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  #single-post .content__single--image {
    margin-bottom: 4.9382716049vh;
  }
}
@media (orientation: portrait) {
  #single-post .content__single--image {
    margin-bottom: 5vh;
  }
}
#single-post .content__single--image:first-child {
  transform: translateY(-3.7037037037vh);
  margin-bottom: 0;
}
@media (orientation: portrait) {
  #single-post .content__single--image:first-child {
    transform: translateY(-2vh);
    margin-bottom: 1vh;
  }
}
#single-post .content__single--textblock {
  margin-bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  #single-post .content__single--textblock {
    margin-bottom: 4.9382716049vh;
  }
}
@media (orientation: portrait) {
  #single-post .content__single--textblock {
    margin-bottom: 5vh;
  }
}
#single-post .content__single--textblock .button {
  margin-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  #single-post .content__single--textblock .button {
    margin-top: 3.3333333333vh;
  }
}
#single-post .content__singleImageWrapper {
  width: 100%;
}
#single-post .content__singleImageWrapper img {
  width: 100%;
  object-fit: contain;
}
#single-post .content__singleImageWrapper img {
  max-height: 55.5555555556vh;
}
@media (orientation: portrait) {
  #single-post .content__singleImageWrapper img {
    max-height: 27.7777777778vh;
  }
}
@media (orientation: portrait) {
  #single-post .content__singleImageWrapper img {
    max-height: 100%;
  }
}

#page-contact {
  background-color: #b59c98;
}
#page-contact .connect__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
#page-contact .connect__wrapper {
  padding-top: 27.1604938272vh;
}
@media (orientation: portrait) {
  #page-contact .connect__wrapper {
    padding-top: 13.5802469136vh;
  }
}
#page-contact .connect__wrapper {
  padding-bottom: 12.3456790123vh;
}
@media (orientation: portrait) {
  #page-contact .connect__wrapper {
    padding-bottom: 6.1728395062vh;
  }
}
@media (orientation: portrait) {
  #page-contact .connect__wrapper {
    padding-bottom: 15vh;
  }
}
#page-contact .connect__wrapper a h5 {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
#page-contact .connect__wrapper a h5:hover::before {
  transform: translateX(-50%) scaleX(1);
}
#page-contact .connect__wrapper a h5::before {
  content: "";
  position: absolute;
  left: 0;
  width: 105%;
  background-color: #29282d;
  height: 1px;
  left: 50%;
  bottom: 0;
  will-change: transform;
  transition: all 0.35s ease-in-out;
  transition-duration: 0.4s;
  transform-origin: center left;
  transform: translate(-50%) scaleX(0);
}
#page-contact .connect__form {
  margin-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-contact .connect__form {
    margin-top: 4.9382716049vh;
  }
}
#page-contact .connect__form {
  margin-bottom: 8.6419753086vh;
}
@media (orientation: portrait) {
  #page-contact .connect__form {
    margin-bottom: 6.049382716vh;
  }
}
@media (orientation: portrait) {
  #page-contact .connect__form {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }
}
