/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/mki1gpr.css);
/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** 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 (1) ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
/* Fonts */
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url(ab3f9cb86b413281d3a4.woff2) format("woff2"), url(38594718c9c0921b1650.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url(d5a1c03c64be47807a71.woff2) format("woff2"), url(30fd50682d4725e7ef3a.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url(afc9097260a66f2b8622.woff2) format("woff2"), url(a332b98bbe9b1a3f5088.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url(111c60277131bae543ff.woff2) format("woff2"), url(5e442720622107a3fc0a.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Shango";
  src: url(b65aab8f10aee13f91bc.woff2) format("woff2"), url(d849dab5691b22934253.woff) format("woff");
  font-weight: normal;
  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 {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 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;
}

/**
 * Custom focus outline on form elements
 */
input:focus, input:active,
textarea:focus,
textarea:active,
select:focus,
select:active,
button:focus,
button:active {
  outline: 2px solid #9b7e47;
  outline-offset: 2px;
}

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

body {
  background-color: #edebe4;
  color: #252525;
  font-family: "Nobel";
  font-size: 18px;
  min-height: 100vh;
  overflow: hidden;
  margin: 0 auto;
  font-weight: 300;
}

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: #f6f6f6;
}

.bg-black {
  background-color: #252525;
}

.c-white {
  color: #f6f6f6;
}

.c-black {
  color: #252525;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Shango";
  font-weight: 400;
}

span {
  font-weight: inherit;
}

h6,
.button,
.link {
  text-transform: uppercase;
  font-family: "Nobel";
  font-weight: 400;
}

.link {
  transition: all 0.4s ease-in-out;
  transition-property: color, transform;
}
.link:hover {
  color: #9b7e47;
  transform: translateX(5px);
}

.t-270 {
  font-size: 18.75vw;
  line-height: 13.8888888889vw;
}
@media (orientation: portrait) {
  .t-270 {
    font-size: 20vh;
    line-height: 14.8148148148vh;
  }
}

.t-180 {
  font-size: 12.5vw;
  line-height: 12.5vw;
}
@media (orientation: portrait) {
  .t-180 {
    font-size: 8.8888888889vh;
    line-height: 8.8888888889vh;
  }
}

.t-45, #page-policy h1, h1,
h2 {
  font-size: 3.125vw;
  line-height: 3.125vw;
  letter-spacing: 0.0694444444vw;
}
@media (orientation: portrait) {
  .t-45, #page-policy h1, h1,
  h2 {
    font-size: 3.8888888889vh;
    line-height: 3.8888888889vh;
    letter-spacing: 0.0864197531vh;
  }
}

.t-35, #page-testimonials .list__content .testimonial-single .testimonial-single__title, #page-policy h2,
#page-policy h3, h3 {
  font-size: 2.4305555556vw;
  line-height: 2.5694444444vw;
  letter-spacing: 0.0694444444vw;
}
@media (orientation: portrait) {
  .t-35, #page-testimonials .list__content .testimonial-single .testimonial-single__title, #page-policy h2,
  #page-policy h3, h3 {
    font-size: 3.024691358vh;
    line-height: 3.1975308642vh;
    letter-spacing: 0.0864197531vh;
  }
}

.t-20, h4 {
  font-size: 1.3888888889vw;
  line-height: 2.0833333333vw;
  letter-spacing: 0.0347222222vw;
}
@media (orientation: portrait) {
  .t-20, h4 {
    font-size: 2.4691358025vh;
    line-height: 3.7037037037vh;
    letter-spacing: 0.0617283951vh;
  }
}

.t-17, #page-policy p,
#page-policy li, p {
  font-size: 1.1805555556vw;
  line-height: 1.3888888889vw;
  letter-spacing: 0.0347222222vw;
}
@media (orientation: portrait) {
  .t-17, #page-policy p,
  #page-policy li, p {
    font-size: 2.0987654321vh;
    line-height: 2.4691358025vh;
    letter-spacing: 0.0617283951vh;
  }
}

.t-15, .wpcf7-response-output:not(:empty), form .wpcf7-acceptance label, form, .footer__wrapper a:not(.socials__social),
.footer__wrapper .footer__sever, h5 {
  font-size: 1.0416666667vw;
  line-height: 1.3888888889vw;
  letter-spacing: 0.0347222222vw;
}
@media (orientation: portrait) {
  .t-15, .wpcf7-response-output:not(:empty), form .wpcf7-acceptance label, form, .footer__wrapper a:not(.socials__social),
  .footer__wrapper .footer__sever, h5 {
    font-size: 1.8518518519vh;
    line-height: 2.4691358025vh;
    letter-spacing: 0.0617283951vh;
  }
}

.t-12, #cursor .label-wrapper h5, form input,
form textarea,
form select, h6,
.button,
.link {
  font-size: 0.8333333333vw;
  line-height: 0.9722222222vw;
  letter-spacing: 0.1736111111vw;
}
@media (orientation: portrait) {
  .t-12, #cursor .label-wrapper h5, form input,
  form textarea,
  form select, h6,
  .button,
  .link {
    font-size: 1.4814814815vh;
    line-height: 1.7283950617vh;
    letter-spacing: 0.3086419753vh;
  }
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 11.8055555556vw;
  white-space: nowrap;
  min-height: 2.0833333333vw;
  text-align: center;
  text-transform: uppercase;
  padding: 0.987654321vh 2.7777777778vw;
  transition: background-color 0.2s ease-in, border 0.2s ease-in, color 0.2s ease-in;
  background-color: transparent;
  border: 1px solid #edebe4;
  color: #edebe4;
  border-radius: 100px;
}
@media screen and (orientation: portrait) {
  .button {
    padding: 2.5vw 5vw;
    min-width: 40vw;
  }
}
.button:hover {
  background-color: #edebe4;
  color: #9b7e47;
  border: 1px solid #edebe4;
}
.button--brown, .page-template-page_PORTFOLIO .get-in-touch .button {
  background-color: transparent;
  border: 1px solid #9b7e47;
  color: #9b7e47;
}
.button--brown:hover, .page-template-page_PORTFOLIO .get-in-touch .button:hover {
  border: 1px solid #9b7e47;
  background-color: #9b7e47;
  color: #edebe4;
}

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

.width--100 {
  width: 100%;
}
.width--100vw {
  width: 100vw;
}
.width--1380 {
  width: 95.8333333333vw;
}
.width--1130 {
  width: 78.4722222222vw;
}
.width--800 {
  width: 55.5555555556vw;
}
.width--650 {
  width: 45.1388888889vw;
}
.width--1380, .width--1130, .width--800, .width--650 {
  margin: 0 auto;
}
@media screen and (orientation: portrait) {
  .width--1380, .width--1130, .width--800, .width--650 {
    width: 90vw;
  }
}

.socials {
  display: flex;
  align-items: center;
}
.socials {
  gap: 2.0833333333vw;
}
@media (orientation: portrait) {
  .socials {
    gap: 2.5925925926vh;
  }
}
.socials a {
  display: inline-flex;
}
.socials a:hover svg path {
  fill: #9b7e47;
}
.socials a svg {
  width: auto;
}
.socials a svg {
  height: 1.6049382716vh;
}
@media (orientation: portrait) {
  .socials a svg {
    height: 1.6049382716vh;
  }
}
.socials a svg path {
  transition: all 0.4s ease-in-out;
}

.main-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
}
.main-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main_cont {
  position: relative;
  z-index: 6;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  transition: all 0.4s ease-in-out;
}
.header.visible .header__logo {
  opacity: 1;
}
.header.scrolled-height .header__logo svg path,
.header.scrolled-height .header__logo svg circle {
  fill: #252525;
}
.header.fixed:not(.opened) {
  transform: translateY(-100%);
}
.header__wrapper {
  padding-top: 2.0833333333vw;
}
@media screen and (orientation: portrait) {
  .header__wrapper {
    padding-top: 5vw;
  }
}
.header__logo {
  display: block;
  width: fit-content;
}
.header__logo svg {
  height: auto;
}
.header__logo svg {
  width: 20.987654321vh;
}
@media (orientation: portrait) {
  .header__logo svg {
    width: 8.3950617284vh;
  }
}
.header__logo svg path,
.header__logo svg circle {
  fill: #f6f6f6;
  transition: all 0.4s ease-in-out;
  transition-property: fill;
}
@media (orientation: portrait) {
  .header .header__logoDesktop {
    display: none;
  }
}
@media (orientation: landscape) {
  .header .header__logoMobile {
    display: none;
  }
}
@media (orientation: portrait) {
  .header .header__logoMobile svg {
    width: 10vw;
  }
}

body.page-template-page_HOME .header svg path,
body.page-template-page_HOME .header svg circle {
  fill: #252525;
}

body.page-template-page_ABOUT .header svg path,
body.page-template-page_ABOUT .header svg circle,
body.page-template-page_PORTFOLIO .header svg path,
body.page-template-page_PORTFOLIO .header svg circle,
body.page-template-page_SERVICES .header svg path,
body.page-template-page_SERVICES .header svg circle,
body.page-template-page_TESTIMONIALS .header svg path,
body.page-template-page_TESTIMONIALS .header svg circle,
body.page-template-page_CONTACTS .header svg path,
body.page-template-page_CONTACTS .header svg circle,
body.single-service .header svg path,
body.single-service .header svg circle {
  fill: #252525;
}
body.page-template-page_ABOUT .header.scrolled-height .header__logo svg path,
body.page-template-page_ABOUT .header.scrolled-height .header__logo svg circle,
body.page-template-page_PORTFOLIO .header.scrolled-height .header__logo svg path,
body.page-template-page_PORTFOLIO .header.scrolled-height .header__logo svg circle,
body.page-template-page_SERVICES .header.scrolled-height .header__logo svg path,
body.page-template-page_SERVICES .header.scrolled-height .header__logo svg circle,
body.page-template-page_TESTIMONIALS .header.scrolled-height .header__logo svg path,
body.page-template-page_TESTIMONIALS .header.scrolled-height .header__logo svg circle,
body.page-template-page_CONTACTS .header.scrolled-height .header__logo svg path,
body.page-template-page_CONTACTS .header.scrolled-height .header__logo svg circle,
body.single-service .header.scrolled-height .header__logo svg path,
body.single-service .header.scrolled-height .header__logo svg circle {
  fill: #edebe4;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transition: all 0.4s ease-in-out;
}
.menu.opened .menu__visible {
  opacity: 1;
  visibility: visible;
}
.menu.opened .menu__content {
  transform: translateX(0);
}
.menu.visible .menu__visible {
  opacity: 1;
  visibility: visible;
}
.menu.scrolled-height .menu__hamburgerLine {
  background-color: #252525;
}
.menu.fixed:not(.opened) {
  transform: translateY(-100%);
}
.menu__wrapper {
  position: relative;
}
.menu__visible {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 12;
  transition: all 0.4s ease-in-out;
  padding-right: 2.0833333333vw;
  padding-top: 2.0833333333vw;
}
@media (orientation: portrait) {
  .menu__visible {
    padding-top: 5vw;
    padding-right: 5vw;
    align-items: flex-start;
  }
}
.menu__content {
  z-index: 11;
  height: 100vh;
  background-color: #252525;
  color: #edebe4;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
  transition-duration: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.menu__content {
  padding: 2.4691358025vh;
}
@media (orientation: portrait) {
  .menu__content {
    padding: 2.4691358025vh;
  }
}
.menu__content {
  padding-top: 9.2592592593vh;
}
@media (orientation: portrait) {
  .menu__content {
    padding-top: 4.6296296296vh;
  }
}
.menu__content {
  padding-bottom: 15.4320987654vh;
}
@media (orientation: portrait) {
  .menu__content {
    padding-bottom: 6.1728395062vh;
  }
}
.menu__content {
  width: 22.9166666667vw;
}
@media (orientation: portrait) {
  .menu__content {
    width: 10.1851851852vh;
  }
}
@media (orientation: portrait) {
  .menu__content {
    width: 100vw;
    padding-bottom: 6.1728395062vh;
  }
}
@media (orientation: portrait) {
  .menu__labelToggle {
    font-size: 1.8518518519vh;
    line-height: 1.8518518519vh;
  }
}
.menu__voices {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu__voices {
  gap: 1.8518518519vh;
}
@media (orientation: portrait) {
  .menu__voices {
    gap: 1.8518518519vh;
  }
}
@media (orientation: portrait) {
  .menu__voices h6 {
    font-size: 2.4691358025vh;
    line-height: 1.2;
  }
}
.menu__voices a {
  width: min-content;
}
.menu__voices a {
  transition: all 0.4s ease-in-out;
  transition-property: color, transform;
}
.menu__voices a:hover {
  color: #9b7e47;
  transform: translateX(5px);
}
.menu__monogram {
  transition: all 0.4s ease-in-out;
}
.menu__monogram {
  width: 4.5138888889vw;
}
@media (orientation: portrait) {
  .menu__monogram {
    width: 4.012345679vh;
  }
}
.menu__monogram:hover {
  opacity: 0.6;
}
@media screen and (orientation: portrait) {
  .menu__monogram {
    width: 20vw;
  }
}
.menu__monogram svg {
  height: auto;
  width: 100%;
}
.menu__monogram svg path {
  fill: #edebe4;
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
}
.footer__wrapper {
  padding-top: 9.2592592593vh;
}
@media (orientation: portrait) {
  .footer__wrapper {
    padding-top: 4.6296296296vh;
  }
}
.footer__wrapper a:not(.socials__social),
.footer__wrapper .footer__sever {
  transition: all 0.4s ease-in-out;
  transition-property: color, transform;
}
.footer__wrapper a:not(.socials__social):hover,
.footer__wrapper .footer__sever:hover {
  color: #9b7e47;
  transform: translateX(5px);
}
.footer__wrapper a:not(.socials__social):hover,
.footer__wrapper .footer__sever:hover {
  transform: none;
}
.footer__topRow, .footer__bottomRow {
  display: flex;
  justify-content: space-between;
}
@media screen and (orientation: portrait) {
  .footer__topRow, .footer__bottomRow {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10vw 0;
  }
}
.footer__bottomRow {
  position: relative;
}
.footer__bottomRow {
  margin-top: 8.6419753086vh;
}
@media (orientation: portrait) {
  .footer__bottomRow {
    margin-top: 4.3209876543vh;
  }
}
.footer__bottomRow {
  padding-top: 3.0864197531vh;
}
@media (orientation: portrait) {
  .footer__bottomRow {
    padding-top: 3.0864197531vh;
  }
}
.footer__bottomRow {
  padding-bottom: 3.0864197531vh;
}
@media (orientation: portrait) {
  .footer__bottomRow {
    padding-bottom: 3.0864197531vh;
  }
}
.footer__subtitle {
  color: #9b7e47;
}
.footer__datas {
  display: flex;
  flex-direction: column;
}
.footer__datas {
  margin-top: 1.2345679012vh;
}
@media (orientation: portrait) {
  .footer__datas {
    margin-top: 1.2345679012vh;
  }
}
.footer__datas {
  gap: 0.2469135802vh;
}
@media (orientation: portrait) {
  .footer__datas {
    gap: 0.2469135802vh;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
}
.footer__col--monogram {
  height: 16.2962962963vh;
}
@media (orientation: portrait) {
  .footer__col--monogram {
    height: 6.5185185185vh;
  }
}
@media screen and (orientation: portrait) {
  .footer__col--monogram {
    height: 15svh;
  }
}
.footer__col--monogram svg {
  width: auto;
  height: 100%;
}
.footer__col--connect {
  text-align: right;
}
@media screen and (orientation: portrait) {
  .footer__col--connect {
    text-align: center;
  }
}
.footer__socials {
  margin-top: auto;
}
@media screen and (orientation: portrait) {
  .footer__socials {
    margin-top: 10vw;
  }
}
.footer__socials .socials {
  justify-content: flex-end;
}
@media screen and (orientation: portrait) {
  .footer__socials .socials {
    justify-content: center;
  }
}
.footer__infos, .footer__privacies {
  display: flex;
}
.footer__infos, .footer__privacies {
  gap: 0.3472222222vw;
}
@media (orientation: portrait) {
  .footer__infos, .footer__privacies {
    gap: 0.6172839506vh;
  }
}

.menu.opened .menu__hamburgerWrapper:hover .menu__hamburgerLine {
  top: 50%;
  background-color: #9b7e47;
}
.menu.opened .menu__hamburgerWrapper:hover .menu__hamburgerLine:nth-child(1) {
  transform: translateY(-50%) rotate(-45deg);
}
.menu.opened .menu__hamburgerWrapper:hover .menu__hamburgerLine:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.menu.opened .menu__hamburgerLine {
  top: 50%;
  background-color: #edebe4 !important;
}
.menu.opened .menu__hamburgerLine:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
}
.menu.opened .menu__hamburgerLine:nth-child(2) {
  transform: translateY(-50%) rotate(-45deg);
}
.menu:not(.opened) .menu__hamburgerWrapper:hover .menu__hamburgerLine {
  background-color: #9b7e47;
}
.menu:not(.opened) .menu__hamburgerWrapper:hover .menu__hamburgerLine:first-child {
  left: -3px;
}
.menu:not(.opened) .menu__hamburgerWrapper:hover .menu__hamburgerLine:nth-child(2) {
  left: 3px;
}
.menu__hamburgerCont {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.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: 3.0864197531vh;
  }
}
.menu__hamburger {
  height: 1.7361111111vw;
}
@media (orientation: portrait) {
  .menu__hamburger {
    height: 3.0864197531vh;
  }
}
.menu__hamburgerWrapper {
  position: relative;
  transform-origin: center center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.menu__hamburgerWrapper {
  width: 1.7361111111vw;
}
@media (orientation: portrait) {
  .menu__hamburgerWrapper {
    width: 3.0864197531vh;
  }
}
.menu__hamburgerWrapper {
  height: 1.7361111111vw;
}
@media (orientation: portrait) {
  .menu__hamburgerWrapper {
    height: 3.0864197531vh;
  }
}
.menu__hamburgerLine {
  background: #f6f6f6;
  display: block;
  height: 2px;
  left: 0;
  top: 50%;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
  transform-origin: center center;
}
.menu__hamburgerLine {
  width: 1.7361111111vw;
}
@media (orientation: portrait) {
  .menu__hamburgerLine {
    width: 3.0864197531vh;
  }
}
@media screen and (orientation: portrait) {
  .menu__hamburgerLine {
    top: 50%;
  }
}
.menu__hamburgerLine:nth-child(1) {
  top: calc(50% - 0.4320987654vh);
  transform: translateY(-50%) rotate(0deg);
}
.menu__hamburgerLine:nth-child(2) {
  top: calc(50% + 0.4320987654vh);
  transform: translateY(-50%) rotate(0deg);
}

body.page-template-page_HOME .menu .menu__hamburgerLine {
  background-color: #252525;
}

body.page-template-page_ABOUT .menu .menu__hamburgerLine,
body.page-template-page_PORTFOLIO .menu .menu__hamburgerLine,
body.page-template-page_SERVICES .menu .menu__hamburgerLine,
body.page-template-page_TESTIMONIALS .menu .menu__hamburgerLine,
body.page-template-page_CONTACTS .menu .menu__hamburgerLine,
body.single-service .menu .menu__hamburgerLine {
  background-color: #252525;
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  line-height: 3.7037037037vh;
}
@media (orientation: portrait) {
  form {
    gap: 15px;
  }
}
form .col--half {
  flex: 0 0 calc(50% - 10px);
}
@media (orientation: portrait) {
  form .col--half {
    flex: 0 0 calc(50% - 7.5px);
  }
}
form .col--full {
  flex: 0 0 100%;
}
form input,
form textarea,
form select {
  border: 1px solid #f6f6f6;
  width: 100%;
  background-color: #edebe4;
  color: #9b7e47;
  padding: 10px;
  text-transform: uppercase;
  font-family: "Nobel";
}
form input::placeholder,
form textarea::placeholder,
form select::placeholder {
  color: #9b7e47;
  opacity: 0.8;
}
@media (orientation: landscape) {
  form textarea {
    height: 7.6388888889vw;
  }
}
@media (orientation: landscape) and (orientation: portrait) {
  form textarea {
    height: 5.4320987654vh;
  }
}
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-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;
  justify-content: center;
  text-align: center;
}
form .wpcf7-acceptance label input {
  width: 25px;
  height: 25px;
  flex: none;
  border: 1px solid #252525;
}
@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;
  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] {
  cursor: pointer;
}

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

.wpcf7-response-output:not(:empty) {
  border: 3px solid #9b7e47;
  padding: 10px;
  font-weight: 700;
  color: #9b7e47;
  margin: 0 auto;
}
.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: #252525;
}
.wpcf7-acceptance input[type=checkbox]:disabled {
  color: #b8b8b8;
  cursor: auto;
}
.wpcf7-acceptance input[type=checkbox]:disabled:before {
  box-shadow: none;
  background: #ddd;
}
.wpcf7-acceptance input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 55%;
  transform: rotate(45deg) translate(-50%, -50%);
  background: #252525;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #252525, 4px 0 0 #252525, 4px -2px 0 #252525, 4px -4px 0 #252525, 4px -6px 0 #252525, 4px -8px 0 #252525;
}
.wpcf7-acceptance span.wpcf7-list-item {
  margin: 25px 0 0 0;
}

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

.glide {
  cursor: grab;
}
.glide .glide__track,
.glide .glide__slides,
.glide .glide__slide {
  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;
  border: none;
  transition: all 0.4s ease-in-out;
  transition-property: transform;
}
.glide__arrow:hover {
  transform: translateX(5px);
}
.glide__arrow--prev {
  transform: scaleX(-1);
}
.glide__arrow--prev:hover {
  transform: translateX(-5px) scaleX(-1);
}

.preloader {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #252525;
}
.preloader svg {
  opacity: 0;
  width: auto;
  overflow: visible;
  transform-origin: bottom center;
}
.preloader svg {
  height: 13.8888888889vw;
}
@media (orientation: portrait) {
  .preloader svg {
    height: 14.8148148148vh;
  }
}
@media screen and (orientation: portrait) {
  .preloader svg {
    height: auto;
    width: 30vw;
  }
}
.preloader svg path,
.preloader svg rect {
  fill: #edebe4;
}

.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: #252525;
  opacity: 0.7;
  z-index: 9;
  display: none;
  top: 0;
  left: 0;
}

#cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: rgba(38, 38, 38, 0.6823529412);
  color: #9b7e47;
  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, color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  z-index: 9999;
}
@media (orientation: portrait) {
  #cursor {
    display: none;
  }
}
#cursor .label-wrapper {
  transform: translate(100%, 200%);
}
#cursor .label-wrapper h5 {
  font-family: "Nobel";
  font-weight: 700;
}
#cursor.is-hover {
  background-color: rgba(155, 126, 71, 0.4392156863);
  width: 50px !important;
  height: 50px !important;
}
#cursor.has-label {
  background-color: transparent;
  border-color: transparent;
  width: 150px !important;
  height: 150px !important;
}

.accordion {
  display: flex;
  flex-direction: column;
  height: fit-content;
  border-top: 1px solid #9b7e47;
  transition: all 0.4s ease-in-out;
}
.accordion:hover {
  padding: 0 20px;
}
.accordion.opened .accordion__iconLine:last-child {
  transform: translate(-50%, -50%);
}
.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: 2.7777777778vw;
  height: 2.7777777778vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 1px solid #9b7e47;
  border-radius: 100%;
}
@media (orientation: portrait) {
  .accordion__icon {
    width: 30px;
    height: 30px;
  }
}
.accordion__iconLine {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.0416666667vw;
  height: 1px;
  background-color: #9b7e47;
  transform-origin: center center;
  transition: transform 0.2s ease-in-out;
}
@media screen and (orientation: portrait) {
  .accordion__iconLine {
    width: 15px;
  }
}
.accordion__iconLine:last-child {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.accordion__hidden {
  display: none;
  padding-top: 1.8518518519vh;
  padding-bottom: 3.7037037037vh;
}
.accordion__title {
  display: flex;
  align-items: flex-end;
  line-height: normal;
}
@media (orientation: portrait) {
  .accordion__title {
    width: 92%;
    display: inline-block;
  }
}

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

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

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

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

.full-sentence__wrapper {
  display: flex;
  flex-direction: column;
}
.full-sentence__wrapper {
  padding-top: 12.3456790123vh;
}
@media (orientation: portrait) {
  .full-sentence__wrapper {
    padding-top: 4.9382716049vh;
  }
}
.full-sentence__wrapper {
  padding-bottom: 12.3456790123vh;
}
@media (orientation: portrait) {
  .full-sentence__wrapper {
    padding-bottom: 4.9382716049vh;
  }
}
.full-sentence__wrapper {
  gap: 7.4074074074vh;
}
@media (orientation: portrait) {
  .full-sentence__wrapper {
    gap: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  .full-sentence__wrapper {
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 10vw 0;
  }
}
.full-sentence__monogram {
  width: 3.4722222222vw;
}
@media (orientation: portrait) {
  .full-sentence__monogram {
    width: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  .full-sentence__monogram {
    width: 20vw;
  }
}
.full-sentence__monogram svg {
  width: 100%;
  height: auto;
}

.focus-row__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
  padding: 2.0833333333vw 0;
}
.focus-row__wrapper {
  gap: 9.7222222222vw;
}
@media (orientation: portrait) {
  .focus-row__wrapper {
    gap: 6.9135802469vh;
  }
}
@media screen and (orientation: portrait) {
  .focus-row__wrapper {
    flex-direction: column;
    padding: 10vw 0;
    gap: 10vw 0;
  }
}
.focus-row__col {
  display: flex;
  flex-direction: column;
}
.focus-row__col {
  width: 41.6666666667vw;
}
@media (orientation: portrait) {
  .focus-row__col {
    width: 18.5185185185vh;
  }
}
@media screen and (orientation: portrait) {
  .focus-row__col {
    width: 100%;
  }
}
.focus-row__col--right {
  justify-content: center;
}
.focus-row__col--right {
  padding-right: 13.1944444444vw;
}
@media (orientation: portrait) {
  .focus-row__col--right {
    padding-right: 9.3827160494vh;
  }
}
@media screen and (orientation: portrait) {
  .focus-row__col--right {
    padding: 0;
    text-align: center;
  }
}
.focus-row__mainImageWrapper {
  width: 100%;
}
.focus-row__mainImageWrapper img {
  width: 100%;
}
.focus-row__subtitle {
  color: #9b7e47;
}
.focus-row__subtitle {
  margin-top: 1.8518518519vh;
}
@media (orientation: portrait) {
  .focus-row__subtitle {
    margin-top: 1.8518518519vh;
  }
}
.focus-row__text {
  margin-top: 1.8518518519vh;
}
@media (orientation: portrait) {
  .focus-row__text {
    margin-top: 1.8518518519vh;
  }
}
.focus-row__link {
  margin-top: 3.0864197531vh;
}
@media (orientation: portrait) {
  .focus-row__link {
    margin-top: 3.0864197531vh;
  }
}
.focus-row__secondaryImageWrapper {
  width: 11.8055555556vw;
}
@media (orientation: portrait) {
  .focus-row__secondaryImageWrapper {
    width: 8.3950617284vh;
  }
}
.focus-row__secondaryImageWrapper {
  margin-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  .focus-row__secondaryImageWrapper {
    margin-top: 2.5925925926vh;
  }
}
@media screen and (orientation: portrait) {
  .focus-row__secondaryImageWrapper {
    width: 50vw;
    margin: 10vw auto 0;
  }
}
.focus-row__secondaryImageWrapper img {
  width: 100%;
}

.inspire-row__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
  padding: 2.0833333333vw 0;
}
.inspire-row__wrapper {
  gap: 9.7222222222vw;
}
@media (orientation: portrait) {
  .inspire-row__wrapper {
    gap: 6.9135802469vh;
  }
}
@media screen and (orientation: portrait) {
  .inspire-row__wrapper {
    flex-direction: column;
    padding: 10vw 0;
    text-align: center;
  }
}
.inspire-row__col--left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inspire-row__col--left {
  width: 30.5555555556vw;
}
@media (orientation: portrait) {
  .inspire-row__col--left {
    width: 13.5802469136vh;
  }
}
@media screen and (orientation: portrait) {
  .inspire-row__col--left {
    width: 100%;
  }
}
.inspire-row__col--right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inspire-row__col--right {
  width: 54.8611111111vw;
}
@media (orientation: portrait) {
  .inspire-row__col--right {
    width: 24.3827160494vh;
  }
}
@media screen and (orientation: portrait) {
  .inspire-row__col--right {
    width: 100%;
  }
}
.inspire-row__subtitle {
  color: #9b7e47;
}
.inspire-row__subtitle {
  margin-bottom: 3.0864197531vh;
}
@media (orientation: portrait) {
  .inspire-row__subtitle {
    margin-bottom: 3.0864197531vh;
  }
}
.inspire-row__text {
  margin-top: 1.8518518519vh;
}
@media (orientation: portrait) {
  .inspire-row__text {
    margin-top: 1.8518518519vh;
  }
}
.inspire-row__link {
  margin-top: 3.0864197531vh;
}
@media (orientation: portrait) {
  .inspire-row__link {
    margin-top: 3.0864197531vh;
  }
}
@media screen and (orientation: portrait) {
  .inspire-row__link {
    margin-left: auto;
    margin-right: auto;
  }
}
.inspire-row__smallImageWrapper {
  width: 13.8888888889vw;
}
@media (orientation: portrait) {
  .inspire-row__smallImageWrapper {
    width: 14.8148148148vh;
  }
}
@media screen and (orientation: portrait) {
  .inspire-row__smallImageWrapper {
    width: 37vw;
  }
}
.inspire-row__smallImageWrapper img {
  width: 100%;
}
.inspire-row__mainImageWrapper {
  width: 30.5555555556vw;
}
@media (orientation: portrait) {
  .inspire-row__mainImageWrapper {
    width: 13.5802469136vh;
  }
}
@media screen and (orientation: portrait) {
  .inspire-row__mainImageWrapper {
    width: 45vw;
  }
}
.inspire-row__mainImageWrapper img {
  width: 100%;
}

.testimonials-slider__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 10svh;
  box-sizing: content-box;
}
.testimonials-slider__wrapper {
  padding-top: 30.8641975309vh;
}
@media (orientation: portrait) {
  .testimonials-slider__wrapper {
    padding-top: 18.5185185185vh;
  }
}
.testimonials-slider__wrapper {
  padding-bottom: 18.5185185185vh;
}
@media (orientation: portrait) {
  .testimonials-slider__wrapper {
    padding-bottom: 7.4074074074vh;
  }
}
.testimonials-slider__wrapper {
  gap: 6.1728395062vh;
}
@media (orientation: portrait) {
  .testimonials-slider__wrapper {
    gap: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  .testimonials-slider__wrapper {
    padding-top: 35svh;
    padding-bottom: 10svh;
  }
}
.testimonials-slider__subtitle {
  color: #9b7e47;
}
.testimonials-slider__testimonial {
  width: 100%;
}
.testimonials-slider__topWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.testimonials-slider__topWrapper {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  .testimonials-slider__topWrapper {
    gap: 1.2345679012vh;
  }
}
.testimonials-slider__sliderWrapper {
  width: 100%;
  padding: 0 3.4722222222vw;
  position: relative;
}
.testimonials-slider__sliderWrapper .glide__arrows {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 100%;
  justify-content: space-between;
  transform: translate(-50%, -50%);
}
@media screen and (orientation: portrait) {
  .testimonials-slider__sliderWrapper .glide__arrows {
    transform: translateX(-50%);
    top: unset;
    bottom: -6svh;
  }
}

.testimonial-single {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}
.testimonial-single {
  width: 38.1944444444vw;
}
@media (orientation: portrait) {
  .testimonial-single {
    width: 16.975308642vh;
  }
}
@media screen and (orientation: portrait) {
  .testimonial-single {
    width: 100%;
    padding: 0 10vw;
  }
}
.testimonial-single__title {
  margin-bottom: 2.4691358025vh;
}
@media (orientation: portrait) {
  .testimonial-single__title {
    margin-bottom: 2.4691358025vh;
  }
}
@media screen and (orientation: portrait) {
  .testimonial-single__title {
    font-size: 5vw;
    line-height: 1.2;
  }
}
.testimonial-single__title br {
  display: none;
}
.testimonial-single__visibleDescription {
  margin-bottom: 2.4691358025vh;
}
@media (orientation: portrait) {
  .testimonial-single__visibleDescription {
    margin-bottom: 2.4691358025vh;
  }
}
@media screen and (orientation: portrait) {
  .testimonial-single__visibleDescription {
    font-size: 4vw;
    line-height: 1.2;
  }
}
.testimonial-single__name {
  margin-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  .testimonial-single__name {
    margin-top: 2.5925925926vh;
  }
}
@media screen and (orientation: portrait) {
  .testimonial-single__name {
    font-size: 4vw;
    line-height: 1.2;
  }
}
.testimonial-single__readMore {
  color: #9b7e47;
  text-decoration: underline;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto;
}
.testimonial-single__readMore {
  transition: all 0.4s ease-in-out;
  transition-property: color, transform;
}
.testimonial-single__readMore:hover {
  color: #252525;
  transform: translateX(5px);
}
.testimonial-single__readMoreArrow {
  display: none;
  transform-origin: center center;
  transform: scale(0) translateY(-50%) rotate(90deg);
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: -50%;
  top: 50%;
  opacity: 0;
}
.testimonial-single__readMoreArrow {
  width: 1.3888888889vw;
}
@media (orientation: portrait) {
  .testimonial-single__readMoreArrow {
    width: 2.4691358025vh;
  }
}
.testimonial-single__readMoreArrow svg {
  width: 100%;
  height: 100%;
}
.testimonial-single__readMoreArrow.visible {
  transform: scale(1) translateY(-50%) rotate(90deg);
  opacity: 1;
}
.testimonial-single__extraDescription {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.4s ease-in-out;
  opacity: 0;
  padding: 0;
}
@media screen and (orientation: portrait) {
  .testimonial-single__extraDescription {
    font-size: 4vw;
    line-height: 1.2;
  }
}
.testimonial-single__extraDescription.expanded {
  max-height: 300px;
  opacity: 1;
}
.testimonial-single__extraDescription.expanded {
  padding-top: 1.8518518519vh;
}
@media (orientation: portrait) {
  .testimonial-single__extraDescription.expanded {
    padding-top: 1.8518518519vh;
  }
}

.get-in-touch {
  color: #edebe4;
  overflow: hidden;
  position: relative;
}
.get-in-touch.content-align--left .get-in-touch__wrapper {
  align-items: flex-end;
  justify-content: flex-start;
}
.get-in-touch.content-align--center .get-in-touch__contentWrapper {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.get-in-touch__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4.1666666667vw 0;
}
.get-in-touch__wrapper {
  height: 74.0740740741vh;
}
@media (orientation: portrait) {
  .get-in-touch__wrapper {
    height: 18.5185185185vh;
  }
}
@media screen and (orientation: portrait) {
  .get-in-touch__wrapper {
    height: auto;
    padding: 50vw 0;
  }
}
.get-in-touch__backgroundWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.get-in-touch__backgroundWrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  background: linear-gradient(to left, transparent, rgba(37, 37, 37, 0.7));
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (orientation: portrait) {
  .get-in-touch__backgroundWrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    background: rgba(37, 37, 37, 0.6);
    height: 100%;
    top: 0;
  }
}
.get-in-touch__backgroundWrapper picture,
.get-in-touch__backgroundWrapper img {
  object-position: bottom;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.get-in-touch__subtitle {
  color: #9b7e47;
}
.get-in-touch__subtitle {
  margin-bottom: 2.4691358025vh;
}
@media (orientation: portrait) {
  .get-in-touch__subtitle {
    margin-bottom: 2.4691358025vh;
  }
}
.get-in-touch__contentWrapper {
  display: flex;
  flex-direction: column;
}
.get-in-touch__contentWrapper {
  gap: 1.2345679012vh;
}
@media (orientation: portrait) {
  .get-in-touch__contentWrapper {
    gap: 1.2345679012vh;
  }
}
@media screen and (orientation: portrait) {
  .get-in-touch__contentWrapper {
    text-align: center;
  }
}
.get-in-touch__contentWrapper .button {
  margin-top: 3.7037037037vh;
}
@media (orientation: portrait) {
  .get-in-touch__contentWrapper .button {
    margin-top: 2.5925925926vh;
  }
}
@media screen and (orientation: portrait) {
  .get-in-touch__contentWrapper .button {
    margin: 2.5vw auto 0;
  }
}

.page-template-page_PORTFOLIO .get-in-touch {
  background-color: #252525;
}
.intro {
  overflow: hidden;
  position: relative;
}
.intro__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro__wrapper {
  padding-top: 23.4567901235vh;
}
@media (orientation: portrait) {
  .intro__wrapper {
    padding-top: 9.3827160494vh;
  }
}
.intro__wrapper {
  padding-bottom: 11.1111111111vh;
}
@media (orientation: portrait) {
  .intro__wrapper {
    padding-bottom: 5vh;
  }
}
@media screen and (orientation: portrait) {
  .intro__wrapper {
    padding: 20svh 0 10svh;
  }
}
.intro__wrapper.has-text .intro__col--main {
  align-items: flex-end;
  text-align: right;
}
@media screen and (orientation: portrait) {
  .intro__wrapper.has-text .intro__col--main {
    align-items: center;
    text-align: center;
  }
}
.intro__contentWrapper {
  display: flex;
  justify-content: center;
}
.intro__contentWrapper {
  gap: 9.375vw;
}
@media (orientation: portrait) {
  .intro__contentWrapper {
    gap: 6.6666666667vh;
  }
}
@media screen and (orientation: portrait) {
  .intro__contentWrapper {
    flex-direction: column;
    gap: 10vw 0;
  }
}
.intro__col {
  flex: 1;
}
.intro__col--main {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro__col--main {
  gap: 1.8518518519vh;
}
@media (orientation: portrait) {
  .intro__col--main {
    gap: 1.8518518519vh;
  }
}
.intro__col--text {
  padding-right: 13.8888888889vw;
}
@media (orientation: portrait) {
  .intro__col--text {
    padding-right: 14.8148148148vh;
  }
}
@media screen and (orientation: portrait) {
  .intro__col--text {
    padding: 0;
    text-align: center;
  }
}
.intro__subtitle {
  color: #9b7e47;
}
.intro__contactForm {
  margin: 0 auto;
}
.intro__contactForm {
  width: 46.5277777778vw;
}
@media (orientation: portrait) {
  .intro__contactForm {
    width: 20.6790123457vh;
  }
}
.intro__contactForm {
  padding-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  .intro__contactForm {
    padding-top: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  .intro__contactForm {
    width: 90vw;
    margin: 0 auto;
  }
}
.intro__contactFormAlso {
  text-align: center;
}

body.page-template-page_TESTIMONIALS .intro__wrapper,
body.page-template-page_CONTACTS .intro__wrapper {
  padding-bottom: 29.6296296296vh;
}
@media (orientation: portrait) {
  body.page-template-page_TESTIMONIALS .intro__wrapper,
  body.page-template-page_CONTACTS .intro__wrapper {
    padding-bottom: 17.7777777778vh;
  }
}
body.page-template-page_TESTIMONIALS .intro__contentWrapper,
body.page-template-page_CONTACTS .intro__contentWrapper {
  flex-direction: column;
}
body.page-template-page_TESTIMONIALS .intro__contentWrapper,
body.page-template-page_CONTACTS .intro__contentWrapper {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  body.page-template-page_TESTIMONIALS .intro__contentWrapper,
  body.page-template-page_CONTACTS .intro__contentWrapper {
    gap: 2.4691358025vh;
  }
}
body.page-template-page_TESTIMONIALS .intro__contentWrapper,
body.page-template-page_CONTACTS .intro__contentWrapper {
  width: 41.6666666667vw;
}
@media (orientation: portrait) {
  body.page-template-page_TESTIMONIALS .intro__contentWrapper,
  body.page-template-page_CONTACTS .intro__contentWrapper {
    width: 18.5185185185vh;
  }
}
@media screen and (orientation: portrait) {
  body.page-template-page_TESTIMONIALS .intro__contentWrapper,
  body.page-template-page_CONTACTS .intro__contentWrapper {
    width: 90vw;
    margin: 0 auto;
  }
}
body.page-template-page_TESTIMONIALS .intro__col--main,
body.page-template-page_CONTACTS .intro__col--main {
  flex-direction: column-reverse;
  text-align: center !important;
  align-items: center !important;
}
body.page-template-page_TESTIMONIALS .intro__col--text,
body.page-template-page_CONTACTS .intro__col--text {
  padding: 0;
  text-align: center;
}

body.page-template-page_CONTACTS .intro__wrapper {
  flex-direction: column;
}
body.page-template-page_CONTACTS .intro__wrapper {
  padding-bottom: 11.1111111111vh;
}
@media (orientation: portrait) {
  body.page-template-page_CONTACTS .intro__wrapper {
    padding-bottom: 5vh;
  }
}
body.page-template-page_CONTACTS .intro__col--main {
  flex-direction: column;
}

.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.07);
  transform-origin: center center;
}

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

.mfy-anim {
  transform: translateY(50px);
  opacity: 0;
  transform-origin: bottom center;
}

.fade-anim {
  opacity: 0;
}

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

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

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

#page-home .hero {
  color: #edebe4;
  overflow: hidden;
  position: relative;
}
#page-home .hero__wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
#page-home .hero__wrapper {
  padding-bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-home .hero__wrapper {
    padding-bottom: 4.3209876543vh;
  }
}
#page-home .hero__backgroundWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#page-home .hero__backgroundWrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, transparent, rgba(37, 37, 37, 0.7));
  height: 50%;
  bottom: 0;
}
#page-home .hero__backgroundWrapper picture,
#page-home .hero__backgroundWrapper img {
  object-position: bottom;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#page-home .offer {
  background-color: #252525;
  color: #edebe4;
}
@media screen and (orientation: portrait) {
  #page-home .offer__wrapper {
    height: 100vh !important;
  }
}
#page-home .offer__horizontalScroller {
  display: flex;
  height: 100%;
  width: fit-content;
}
@media screen and (orientation: portrait) {
  #page-home .offer__horizontalScroller {
    gap: 0 5vw;
  }
}
#page-home .offer__single {
  display: flex;
  align-items: stretch;
  width: 100vw;
  height: 100%;
  padding: 2.0833333333vw;
}
@media screen and (orientation: portrait) {
  #page-home .offer__single {
    flex-direction: column;
    padding: 0;
    text-align: center;
  }
}
@media screen and (orientation: portrait) {
  #page-home .offer__single:nth-child(even) {
    flex-direction: column-reverse;
  }
}
#page-home .offer__singleWrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#page-home .offer__singleWrapper {
  gap: 6.9444444444vw;
}
@media (orientation: portrait) {
  #page-home .offer__singleWrapper {
    gap: 4.9382716049vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .offer__singleWrapper {
    height: 100%;
    gap: 0;
    flex-direction: column;
  }
}
#page-home .offer__singleCol {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (orientation: portrait) {
  #page-home .offer__singleCol {
    height: 50%;
  }
}
#page-home .offer__singleCol--left {
  padding-left: 6.9444444444vw;
}
@media (orientation: portrait) {
  #page-home .offer__singleCol--left {
    padding-left: 4.9382716049vh;
  }
}
#page-home .offer__singleCol--left {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-home .offer__singleCol--left {
    gap: 2.4691358025vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .offer__singleCol--left {
    padding: 10vw;
  }
}
#page-home .offer__singleCol--right {
  overflow: hidden;
}
#page-home .offer__singleCol--right {
  width: 39.5833333333vw;
}
@media (orientation: portrait) {
  #page-home .offer__singleCol--right {
    width: 17.5925925926vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .offer__singleCol--right {
    width: 100%;
  }
}
#page-home .offer__singleLabel {
  color: #9b7e47;
}
#page-home .offer__singleTitle {
  white-space: nowrap;
}
@media screen and (orientation: portrait) {
  #page-home .offer__singleTitle {
    white-space: wrap;
  }
}
#page-home .offer__singleText {
  width: 26.3888888889vw;
}
@media (orientation: portrait) {
  #page-home .offer__singleText {
    width: 11.7283950617vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .offer__singleText {
    width: 100%;
  }
}
#page-home .offer__singleButton {
  margin-top: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-home .offer__singleButton {
    margin-top: 2.4691358025vh;
  }
}
@media screen and (orientation: portrait) {
  #page-home .offer__singleButton {
    margin: 0 auto;
  }
}
#page-home .offer__singleImgWrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-home .offer__singleImgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#page-about .steps {
  background-color: #252525;
  color: #edebe4;
}
@media screen and (orientation: portrait) {
  #page-about .steps {
    margin-top: 10svh;
  }
}
@media screen and (orientation: portrait) {
  #page-about .steps__wrapper {
    height: 100vh !important;
  }
}
#page-about .steps__horizontalScroller {
  display: flex;
  height: 100%;
  width: fit-content;
}
#page-about .steps__horizontalScroller {
  padding-left: 13.1944444444vw;
}
@media (orientation: portrait) {
  #page-about .steps__horizontalScroller {
    padding-left: 9.3827160494vh;
  }
}
#page-about .steps__horizontalScroller {
  padding-right: 13.1944444444vw;
}
@media (orientation: portrait) {
  #page-about .steps__horizontalScroller {
    padding-right: 9.3827160494vh;
  }
}
#page-about .steps__horizontalScroller {
  gap: 13.1944444444vw;
}
@media (orientation: portrait) {
  #page-about .steps__horizontalScroller {
    gap: 9.3827160494vh;
  }
}
@media screen and (orientation: portrait) {
  #page-about .steps__horizontalScroller {
    gap: 0 30vw;
    padding: 0 25vw;
    padding-right: 10vw;
  }
}
#page-about .steps__single {
  display: flex;
  align-items: stretch;
  height: 100%;
}
@media screen and (orientation: portrait) {
  #page-about .steps__single {
    width: 70vw;
  }
}
#page-about .steps__singleWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#page-about .steps__singleWrapper {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-about .steps__singleWrapper {
    gap: 2.4691358025vh;
  }
}
#page-about .steps__singleIndex {
  font-family: "Adobe Garamond Pro";
  color: rgba(155, 126, 71, 0.2078431373);
  font-style: italic;
  transform: translateY(40%) translateX(-25%);
}
@media screen and (orientation: portrait) {
  #page-about .steps__singleIndex {
    height: 10svh;
  }
}
#page-about .steps__singleTitle {
  white-space: nowrap;
}
#page-about .steps__singleText {
  width: 26.3888888889vw;
}
@media (orientation: portrait) {
  #page-about .steps__singleText {
    width: 11.7283950617vh;
  }
}
@media screen and (orientation: portrait) {
  #page-about .steps__singleText {
    width: 100%;
    min-height: 20svh;
  }
}

#page-services .architectural__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-services .architectural__wrapper {
  padding-top: 6.1728395062vh;
}
@media (orientation: portrait) {
  #page-services .architectural__wrapper {
    padding-top: 4.3209876543vh;
  }
}
#page-services .architectural__wrapper {
  padding-bottom: 18.5185185185vh;
}
@media (orientation: portrait) {
  #page-services .architectural__wrapper {
    padding-bottom: 7.4074074074vh;
  }
}
#page-services .architectural__image {
  width: 45.1388888889vw;
}
@media (orientation: portrait) {
  #page-services .architectural__image {
    width: 20.0617283951vh;
  }
}
@media screen and (orientation: portrait) {
  #page-services .architectural__image {
    width: 90vw;
  }
}

#page-services .list__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#page-services .list__wrapper {
  padding-bottom: 18.5185185185vh;
}
@media (orientation: portrait) {
  #page-services .list__wrapper {
    padding-bottom: 7.4074074074vh;
  }
}
#page-services .list__single {
  position: relative;
  width: 100%;
  transition: all 0.4s ease-in-out;
  opacity: 0.3;
}
#page-services .list__single:hover {
  opacity: 1;
}
#page-services .list__single:hover .list__singleLine {
  transform: scaleX(1);
}
#page-services .list__single:hover .list__singleTitleArrow {
  width: 2.7777777778vw;
}
@media (orientation: portrait) {
  #page-services .list__single:hover .list__singleTitleArrow {
    width: 3.4567901235vh;
  }
}
#page-services .list__single:hover .list__singleTitleArrow {
  margin-right: 1.3888888889vw;
}
@media (orientation: portrait) {
  #page-services .list__single:hover .list__singleTitleArrow {
    margin-right: 2.4691358025vh;
  }
}
@media screen and (orientation: portrait) {
  #page-services .list__single:hover .list__singleTitleArrow {
    width: 10vw;
    flex: none;
  }
}
#page-services .list__single:hover .list__singleImgWrapper img {
  transform: scale(1);
}
#page-services .list__single:hover .list__singleImgWrapper img {
  padding-bottom: 2.4691358025vh;
}
@media (orientation: portrait) {
  #page-services .list__single:hover .list__singleImgWrapper img {
    padding-bottom: 2.4691358025vh;
  }
}
#page-services .list__singleWrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (orientation: portrait) {
  #page-services .list__singleWrapper {
    padding: 2.5svh 0;
  }
}
#page-services .list__singleLine {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: bottom left;
  background-color: #9b7e47;
  transition: all 0.4s ease-in-out;
  transition-duration: 1s;
  will-change: transform;
}
@media screen and (orientation: portrait) {
  #page-services .list__singleLine {
    transform: scaleX(1);
  }
}
#page-services .list__singleTitleWrapper {
  display: flex;
  align-items: center;
}
#page-services .list__singleTitleWrapper {
  width: 38.1944444444vw;
}
@media (orientation: portrait) {
  #page-services .list__singleTitleWrapper {
    width: 16.975308642vh;
  }
}
@media screen and (orientation: portrait) {
  #page-services .list__singleTitleWrapper {
    width: 70vw;
  }
}
#page-services .list__singleTitleArrow {
  display: block;
  width: 0;
  transform-origin: center left;
  transition: all 0.4s ease-in-out;
}
#page-services .list__singleTitleArrow svg {
  width: 100%;
}
#page-services .list__singleText {
  width: 17.3611111111vw;
}
@media (orientation: portrait) {
  #page-services .list__singleText {
    width: 18.5185185185vh;
  }
}
@media screen and (orientation: portrait) {
  #page-services .list__singleText {
    display: none;
  }
}
#page-services .list__singleImgWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#page-services .list__singleImgWrapper {
  width: 13.8888888889vw;
}
@media (orientation: portrait) {
  #page-services .list__singleImgWrapper {
    width: 14.8148148148vh;
  }
}
#page-services .list__singleImgWrapper {
  height: 9.7222222222vw;
}
@media (orientation: portrait) {
  #page-services .list__singleImgWrapper {
    height: 6.9135802469vh;
  }
}
@media screen and (orientation: portrait) {
  #page-services .list__singleImgWrapper {
    display: none;
  }
}
#page-services .list__singleImgWrapper img {
  transform: scale(0.6);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-origin: center right;
  transition: all 0.4s ease-in-out;
}

#page-testimonials .list {
  transform: translateY(-17.2839506173vh);
}
@media screen and (orientation: portrait) {
  #page-testimonials .list {
    transform: translateY(-13svh);
  }
}
#page-testimonials .list__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
#page-testimonials .list__wrapper {
  padding-top: 7.4074074074vh;
}
@media (orientation: portrait) {
  #page-testimonials .list__wrapper {
    padding-top: 3.7037037037vh;
  }
}
#page-testimonials .list__quote {
  font-family: "Adobe Garamond Pro";
  color: #edebe4;
}
#page-testimonials .list__quote {
  height: 6.7901234568vh;
}
@media (orientation: portrait) {
  #page-testimonials .list__quote {
    height: 4.7530864198vh;
  }
}
#page-testimonials .list__quote {
  margin-bottom: 7.4074074074vh;
}
@media (orientation: portrait) {
  #page-testimonials .list__quote {
    margin-bottom: 3.7037037037vh;
  }
}
@media screen and (orientation: portrait) {
  #page-testimonials .list__quote {
    height: 15vw;
    font-size: 50vw;
    color: #9b7e47;
    line-height: 1;
    margin-bottom: 10vw;
  }
}
#page-testimonials .list__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#page-testimonials .list__content {
  gap: 6.7901234568vh;
}
@media (orientation: portrait) {
  #page-testimonials .list__content {
    gap: 4.7530864198vh;
  }
}
@media screen and (orientation: portrait) {
  #page-testimonials .list__content {
    gap: 15vw 0;
  }
}
#page-testimonials .list__content .testimonial-single {
  margin-left: 0;
  text-align: left;
}
@media screen and (orientation: portrait) {
  #page-testimonials .list__content .testimonial-single {
    padding: 0;
    padding-bottom: 15vw;
    border-bottom: 1px solid #9b7e47;
  }
}
@media screen and (orientation: landscape) {
  #page-testimonials .list__content .testimonial-single:nth-child(even) {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
  }
  #page-testimonials .list__content .testimonial-single:nth-child(even) .testimonial-single__readMore {
    margin-right: 0;
    margin-left: auto;
  }
}
#page-testimonials .list__content .testimonial-single .testimonial-single__readMore {
  margin-left: 0;
}

#page-portfolio .content__wrapper {
  flex-direction: column;
  display: flex;
}
#page-portfolio .content__wrapper {
  gap: 12.3456790123vh;
}
@media (orientation: portrait) {
  #page-portfolio .content__wrapper {
    gap: 4.9382716049vh;
  }
}
#page-portfolio .content__wrapper {
  margin-bottom: 12.3456790123vh;
}
@media (orientation: portrait) {
  #page-portfolio .content__wrapper {
    margin-bottom: 4.9382716049vh;
  }
}
@media screen and (orientation: portrait) {
  #page-portfolio .content__wrapper {
    gap: 5vw 0;
    margin-bottom: 5vw;
  }
}
#page-portfolio .content__block--fullImage.height--100vh {
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  #page-portfolio .content__block--fullImage.height--100vh {
    height: auto;
  }
}
#page-portfolio .content__block--fullImage.height--100vh .full-image {
  height: 100%;
}
@media screen and (orientation: portrait) {
  #page-portfolio .content__block--fullImage.height--100vh .full-image {
    height: auto;
  }
}
#page-portfolio .content__block--fullImage.height--100vh .full-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
@media screen and (orientation: portrait) {
  #page-portfolio .content__block--fullImage.height--100vh .full-image img {
    height: auto;
  }
}
#page-portfolio .content__block--fourImages {
  position: relative;
}
#page-portfolio .content__block--fourImages {
  height: 222.2222222222vh;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--fourImages {
    height: 55.5555555556vh;
  }
}
@media screen and (orientation: portrait) {
  #page-portfolio .content__block--fourImages {
    gap: 5vw 0;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
#page-portfolio .content__block--fourImages .fourImages__image {
  position: absolute;
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  #page-portfolio .content__block--fourImages .fourImages__image {
    position: relative !important;
    width: 90vw !important;
    height: auto !important;
    margin: 0 auto;
    left: unset !important;
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    transform: unset !important;
  }
}
#page-portfolio .content__block--fourImages .fourImages__image img {
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
}
#page-portfolio .content__block--fourImages .fourImages__image--one {
  left: 0;
  top: 0;
}
#page-portfolio .content__block--fourImages .fourImages__image--one {
  width: 46.875vw;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--fourImages .fourImages__image--one {
    width: 20.8333333333vh;
  }
}
#page-portfolio .content__block--fourImages .fourImages__image--one {
  height: 100.6172839506vh;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--fourImages .fourImages__image--one {
    height: 25.1543209877vh;
  }
}
#page-portfolio .content__block--fourImages .fourImages__image--two {
  right: 2.0833333333vw;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--fourImages .fourImages__image--two {
    right: 2.5925925926vh;
  }
}
#page-portfolio .content__block--fourImages .fourImages__image--two {
  top: 56.7901234568vh;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--fourImages .fourImages__image--two {
    top: 14.1975308642vh;
  }
}
#page-portfolio .content__block--fourImages .fourImages__image--two {
  width: 27.7777777778vw;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--fourImages .fourImages__image--two {
    width: 12.3456790123vh;
  }
}
#page-portfolio .content__block--fourImages .fourImages__image--two {
  height: 67.9012345679vh;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--fourImages .fourImages__image--two {
    height: 16.975308642vh;
  }
}
#page-portfolio .content__block--fourImages .fourImages__image--three {
  left: 25.6944444444vw;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--fourImages .fourImages__image--three {
    left: 11.4197530864vh;
  }
}
#page-portfolio .content__block--fourImages .fourImages__image--three {
  bottom: 19.7530864198vh;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--fourImages .fourImages__image--three {
    bottom: 7.9012345679vh;
  }
}
#page-portfolio .content__block--fourImages .fourImages__image--three {
  width: 32.9861111111vw;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--fourImages .fourImages__image--three {
    width: 14.6604938272vh;
  }
}
#page-portfolio .content__block--fourImages .fourImages__image--three {
  height: 75.3086419753vh;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--fourImages .fourImages__image--three {
    height: 18.8271604938vh;
  }
}
#page-portfolio .content__block--fourImages .fourImages__image--overlapsed {
  bottom: 0;
}
#page-portfolio .content__block--fourImages .fourImages__image--overlapsed {
  left: 34.7222222222vw;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--fourImages .fourImages__image--overlapsed {
    left: 15.4320987654vh;
  }
}
#page-portfolio .content__block--fourImages .fourImages__image--overlapsed {
  width: 37.5vw;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--fourImages .fourImages__image--overlapsed {
    width: 16.6666666667vh;
  }
}
#page-portfolio .content__block--fourImages .fourImages__image--overlapsed {
  height: 43.2098765432vh;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--fourImages .fourImages__image--overlapsed {
    height: 10.8024691358vh;
  }
}
#page-portfolio .content__block--threeImagesSentence {
  position: relative;
}
#page-portfolio .content__block--threeImagesSentence {
  height: 172.8395061728vh;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--threeImagesSentence {
    height: 43.2098765432vh;
  }
}
@media screen and (orientation: portrait) {
  #page-portfolio .content__block--threeImagesSentence {
    gap: 5vw 0;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
#page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image {
  position: absolute;
}
@media screen and (orientation: portrait) {
  #page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image {
    position: relative !important;
    width: 90vw !important;
    margin: 0 auto;
    left: unset !important;
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    transform: unset !important;
  }
}
#page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image img {
  width: 100%;
}
#page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image--one {
  top: 0;
}
#page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image--one {
  left: 2.0833333333vw;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image--one {
    left: 2.5925925926vh;
  }
}
#page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image--one {
  width: 25.6944444444vw;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image--one {
    width: 11.4197530864vh;
  }
}
#page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image--two {
  right: 2.0833333333vw;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image--two {
    right: 2.5925925926vh;
  }
}
#page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image--two {
  bottom: 18.5185185185vh;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image--two {
    bottom: 7.4074074074vh;
  }
}
#page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image--two {
  width: 46.875vw;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image--two {
    width: 20.8333333333vh;
  }
}
#page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image--overlapsed {
  bottom: 0;
}
#page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image--overlapsed {
  left: 20.8333333333vw;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image--overlapsed {
    left: 9.2592592593vh;
  }
}
#page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image--overlapsed {
  width: 37.5vw;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--threeImagesSentence .threeImagesSentence__image--overlapsed {
    width: 16.6666666667vh;
  }
}
#page-portfolio .content__block--threeImagesSentence .threeImagesSentence__sentence {
  position: absolute;
}
#page-portfolio .content__block--threeImagesSentence .threeImagesSentence__sentence {
  top: 14.8148148148vh;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--threeImagesSentence .threeImagesSentence__sentence {
    top: 5.9259259259vh;
  }
}
#page-portfolio .content__block--threeImagesSentence .threeImagesSentence__sentence {
  left: 37.5vw;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--threeImagesSentence .threeImagesSentence__sentence {
    left: 16.6666666667vh;
  }
}
#page-portfolio .content__block--threeImagesSentence .threeImagesSentence__sentence {
  width: 41.6666666667vw;
}
@media (orientation: portrait) {
  #page-portfolio .content__block--threeImagesSentence .threeImagesSentence__sentence {
    width: 18.5185185185vh;
  }
}
@media screen and (orientation: portrait) {
  #page-portfolio .content__block--threeImagesSentence .threeImagesSentence__sentence {
    position: relative !important;
    width: 90vw !important;
    margin: 10vw auto !important;
    left: unset !important;
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    transform: unset !important;
  }
}

#single-service .presentation {
  overflow: hidden;
  position: relative;
}
#single-service .presentation__wrapper {
  position: relative;
}
@media screen and (orientation: portrait) {
  #single-service .presentation__wrapper {
    padding: 15svh 0 5svh;
    height: auto;
  }
}
#single-service .presentation__contentWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
}
@media screen and (orientation: portrait) {
  #single-service .presentation__contentWrapper {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 10vw 0;
  }
}
#single-service .presentation__contentCol {
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#single-service .presentation__contentCol {
  width: 39.5833333333vw;
}
@media (orientation: portrait) {
  #single-service .presentation__contentCol {
    width: 17.5925925926vh;
  }
}
@media screen and (orientation: portrait) {
  #single-service .presentation__contentCol {
    width: 90vw;
    margin: 0 auto;
  }
}
#single-service .presentation__contentCol--text {
  box-sizing: content-box;
}
#single-service .presentation__contentCol--text {
  padding-left: 8.3333333333vw;
}
@media (orientation: portrait) {
  #single-service .presentation__contentCol--text {
    padding-left: 5.9259259259vh;
  }
}
#single-service .presentation__contentCol--text {
  gap: 2.4691358025vh;
}
@media (orientation: portrait) {
  #single-service .presentation__contentCol--text {
    gap: 2.4691358025vh;
  }
}
#single-service .presentation__contentCol--text {
  padding-bottom: 6.1728395062vh;
}
@media (orientation: portrait) {
  #single-service .presentation__contentCol--text {
    padding-bottom: 4.3209876543vh;
  }
}
@media screen and (orientation: portrait) {
  #single-service .presentation__contentCol--text {
    padding: 0;
  }
}
#single-service .presentation__contentCol--image {
  height: 87.6543209877vh;
}
@media (orientation: portrait) {
  #single-service .presentation__contentCol--image {
    height: 21.9135802469vh;
  }
}
@media screen and (orientation: portrait) {
  #single-service .presentation__contentCol--image {
    height: auto;
  }
}
#single-service .presentation__contentCol--image picture,
#single-service .presentation__contentCol--image img {
  object-position: bottom;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#single-service .presentation__subtitle {
  color: #9b7e47;
}

#single-service .details__wrapper {
  display: flex;
  justify-content: space-between;
}
#single-service .details__wrapper {
  padding-top: 15.4320987654vh;
}
@media (orientation: portrait) {
  #single-service .details__wrapper {
    padding-top: 6.1728395062vh;
  }
}
#single-service .details__wrapper {
  padding-bottom: 15.4320987654vh;
}
@media (orientation: portrait) {
  #single-service .details__wrapper {
    padding-bottom: 6.1728395062vh;
  }
}
@media screen and (orientation: portrait) {
  #single-service .details__wrapper {
    flex-direction: column;
    gap: 10vw 0;
  }
}
#single-service .details__col--title {
  padding-left: 8.3333333333vw;
}
@media (orientation: portrait) {
  #single-service .details__col--title {
    padding-left: 5.9259259259vh;
  }
}
@media screen and (orientation: portrait) {
  #single-service .details__col--title {
    padding-left: 0;
  }
}
#single-service .details__col--content {
  width: 48.9583333333vw;
}
@media (orientation: portrait) {
  #single-service .details__col--content {
    width: 21.7592592593vh;
  }
}
@media screen and (orientation: portrait) {
  #single-service .details__col--content {
    width: 100%;
  }
}
#single-service .details__title {
  color: #9b7e47;
}
