/*
Theme Name:   Digital Vision
Description:  Digital Vision Theme - Template
Author:       Digital Vision
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  digvis-trad
*/
/* ========================================================================== *
   POPPINS
/* ========================================================================== */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/poppins-400.woff2?v=1.00") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/poppins-500.woff2?v=1.00") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/poppins-600.woff2?v=1.00") format("woff2");
}
/* ========================================================================== *
   LEXEND
/* ========================================================================== */
@font-face {
  font-display: swap;
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/lexend-v25-latin-regular.woff2?v=1.00") format("woff2");
}
/* Colors */
/* Fonts */
/* radius */
/* Cubic Bezier Transition */
:root {
  --app-height: 100vh;
  --header-height: 140px;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  font-size: 62.5%; /* 1rem = 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
html.disable-scroll {
  overflow: hidden;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

#page-body {
  position: relative;
  z-index: 99;
}

a {
  color: #2B2F2E;
  transition: all 0.2s ease;
  border: none;
  text-decoration: none;
}

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

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

p {
  margin-top: 3.2rem;
}
p:first-child {
  margin-top: 0;
}
h1 + p {
  margin-top: 2.4rem;
}
h2 + p {
  margin-top: 4rem;
}
h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 4.8rem;
}

strong, b {
  font-weight: 600;
}

ul, ol {
  margin-top: 3.2rem;
}
ul:first-child, ol:first-child {
  margin-top: 0;
}
ul .dv-list, .section-job ul, ol .dv-list, .section-job ol {
  color: #2B2F2E;
  font-weight: 500;
  list-style: none;
}
ul .dv-list li, .section-job ul li, ol .dv-list li, .section-job ol li {
  list-style: none;
  font-size: 19px;
  font-weight: 500;
  color: #2B2F2E;
  position: relative;
  padding-left: 2.4rem;
  margin: 0.8rem 0;
}
ul .dv-list li:first-child, .section-job ul li:first-child, ol .dv-list li:first-child, .section-job ol li:first-child {
  margin-top: 0;
}
ul .dv-list li:before, .section-job ul li:before, ol .dv-list li:before, .section-job ol li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  left: 0;
  top: 11.5px;
  background: #947F64;
  transform: rotate(45deg);
}
ul .dv-list li:after, .section-job ul li:after, ol .dv-list li:after, .section-job ol li:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  left: 0;
  top: 16px;
  background: #947F64;
  transform: rotate(-45deg);
}

.sm-show {
  display: none;
}

@media only screen and (max-width: 768px) {
  .dv-list ul li, .section-job ul li {
    font-size: 14px;
  }
  .dv-list ul li:before, .section-job ul li:before {
    width: 6px;
    left: 0;
    top: 8.5px;
    background: #947F64;
    transform: rotate(45deg);
  }
  .dv-list ul li:after, .section-job ul li:after {
    width: 6px;
    left: 0;
    top: 12px;
  }
  .sm-show {
    display: block !important;
  }
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #4c4c4c;
}

.text-light {
  color: rgba(255, 255, 255, 0.7);
}

.text-dark {
  color: #4c4c4c;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h7 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.35;
  color: #2B2F2E;
  margin-top: 6.4rem;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child,
h5:first-child, .h5:first-child,
h6:first-child, .h6:first-child,
.h7:first-child {
  margin-top: 0;
}
h1 strong, .h1 strong,
h2 strong, .h2 strong,
h3 strong, .h3 strong,
h4 strong, .h4 strong,
h5 strong, .h5 strong,
h6 strong, .h6 strong,
.h7 strong {
  font-weight: 600;
}
h1 small, h1 .small, .h1 small, .h1 .small,
h2 small,
h2 .small, .h2 small, .h2 .small,
h3 small,
h3 .small, .h3 small, .h3 .small,
h4 small,
h4 .small, .h4 small, .h4 .small,
h5 small,
h5 .small, .h5 small, .h5 .small,
h6 small,
h6 .small, .h6 small, .h6 .small,
.h7 small,
.h7 .small {
  font-size: 0.8em;
  font-weight: 500;
}
.text-light h1, .text-light .h1,
.text-light h2, .text-light .h2,
.text-light h3, .text-light .h3,
.text-light h4, .text-light .h4,
.text-light h5, .text-light .h5,
.text-light h6, .text-light .h6,
.text-light .h7 {
  color: #FFFFFF;
}
.text-dark h1, .text-dark .h1,
.text-dark h2, .text-dark .h2,
.text-dark h3, .text-dark .h3,
.text-dark h4, .text-dark .h4,
.text-dark h5, .text-dark .h5,
.text-dark h6, .text-dark .h6,
.text-dark .h7 {
  color: #2B2F2E;
}
h1 .replace-branding, .h1 .replace-branding,
h2 .replace-branding, .h2 .replace-branding,
h3 .replace-branding, .h3 .replace-branding,
h4 .replace-branding, .h4 .replace-branding,
h5 .replace-branding, .h5 .replace-branding,
h6 .replace-branding, .h6 .replace-branding,
.h7 .replace-branding {
  height: auto;
  width: auto;
  display: inline-block;
  border: 1px solid red;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
h1 .replace-branding + svg, .h1 .replace-branding + svg,
h2 .replace-branding + svg, .h2 .replace-branding + svg,
h3 .replace-branding + svg, .h3 .replace-branding + svg,
h4 .replace-branding + svg, .h4 .replace-branding + svg,
h5 .replace-branding + svg, .h5 .replace-branding + svg,
h6 .replace-branding + svg, .h6 .replace-branding + svg,
.h7 .replace-branding + svg {
  height: auto;
  width: auto;
  display: inline-block;
  margin-right: -0.25em;
}
h1 .word, .h1 .word,
h2 .word, .h2 .word,
h3 .word, .h3 .word,
h4 .word, .h4 .word,
h5 .word, .h5 .word,
h6 .word, .h6 .word,
.h7 .word {
  display: inline-block;
}

.h1-plus {
  font-size: 96px;
  line-height: 1.2;
}
.h1-plus .replace-branding + svg {
  width: 72px;
  margin-right: -0.25em;
}

h1, .h1 {
  font-size: 88px;
  line-height: 1.25;
}
h1 .replace-branding + svg, .h1 .replace-branding + svg {
  width: 66px;
  margin-right: -0.25em;
}

h2, .h2 {
  font-size: 56px;
  line-height: 1.25;
}
h2 .replace-branding + svg, .h2 .replace-branding + svg {
  width: 42px;
}

h3, .h3 {
  font-size: 42px;
  line-height: 1.28;
}
h3 .replace-branding + svg, .h3 .replace-branding + svg {
  width: 32px;
}

h4, .h4 {
  font-size: 34px;
  line-height: 1.32;
}
h4 .replace-branding + svg, .h4 .replace-branding + svg {
  width: 26px;
}

h5, .h5 {
  font-size: 26px;
}
h5 .replace-branding + svg, .h5 .replace-branding + svg {
  width: 20px;
}

h6, .h6 {
  font-size: 21px;
}
h6 .replace-branding + svg, .h6 .replace-branding + svg {
  width: 16px;
}

.h7 {
  font-size: 16px;
}

.subtitle {
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  color: #727272;
  font-weight: 400;
  margin-top: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
.subtitle:first-child {
  margin-top: 0;
}
.subtitle + * {
  margin-top: 0;
}
.subtitle + p {
  margin-top: 1.6rem;
}
.subtitle + h1, .subtitle + h2, .subtitle + h3, .subtitle + h4, .subtitle + h5, .subtitle + h6 {
  margin-top: 3.2rem;
}
.text-light .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.subtitle strong, .subtitle b {
  font-weight: 600;
}

.sep {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.12);
  transform: translateY(4px);
  margin: 0 6px;
}

.colored, .colored a {
  color: #947F64 !important;
}

.lowercase {
  text-transform: none;
  letter-spacing: 0;
}
.lowercase strong, .lowercase b {
  font-weight: 700;
}

.intro {
  margin-top: 4.8rem;
  color: #2B2F2E;
  font-size: 19px;
  font-weight: 500;
}
.intro:first-child {
  margin-top: 0;
}
.text-light .intro {
  color: #FFFFFF;
}

small, .small {
  font-size: 14px;
  display: inline-block;
}

.hero-section .text-block {
  display: inline-block;
  position: relative;
  /*
  .text-block-bg {
      position: absolute;
      width: calc(100% + 0.2rem);
      height: calc(100% + 0.2rem);
      top: -0.1rem;
      left: -0.1rem;
      z-index: 1;
      overflow: hidden;

      &::after {
          content: "";
          width: 0;
          height: 100%;
          position: absolute;
          top: 0;
          left:0;
          background: rgba(0,0,0,0.06);
          transition: all 0.75s v.$cubic, transform 0.75s v.$cubic 0.75s;
      }
  }
  */
}
.section-background.text-light .hero-section .text-block .text-block-bg::after {
  background: rgba(0, 0, 0, 0.16);
}
.hero-section .text-block .text-block-inner {
  display: block;
  opacity: 0;
  transform: translateX(-2.4rem);
  transition: all 0.75s ease 0.8s, transform 0.75s cubic-bezier(0.28, 1, 0.4, 1) 0.75s;
}
.has-displayed .hero-section .text-block.do-anim.is-animated .text-block-bg::after {
  width: 100%;
  transform: translateX(100%);
}
.has-displayed .hero-section .text-block.do-anim.is-animated .text-block-inner {
  opacity: 1;
  transform: none;
}

@media only screen and (max-width: 1024px) {
  .h1-plus {
    font-size: 88px;
  }
  .h1-plus .replace-branding + svg {
    width: 66px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 45%;
  }
  body {
    font-size: calc(16px * 0.9);
  }
  .h1-plus {
    font-size: calc(88px * 0.35);
  }
  .h1-plus .replace-branding + svg {
    width: 24px;
  }
  .h1-plus br {
    display: block !important;
  }
  h1, .h1 {
    font-size: calc(88px * 0.45);
  }
  h1 .replace-branding + svg, .h1 .replace-branding + svg {
    width: 30px;
  }
  h1 br, .h1 br {
    display: none;
  }
  h2, .h2 {
    font-size: calc(56px * 0.55);
  }
  h2 .replace-branding + svg, .h2 .replace-branding + svg {
    width: 23px;
  }
  h2 br, .h2 br {
    display: none;
  }
  h3, .h3 {
    font-size: calc(42px * 0.6);
  }
  h3 .replace-branding + svg, .h3 .replace-branding + svg {
    width: 19px;
  }
  h3 br, .h3 br {
    display: none;
  }
  h4, .h4 {
    font-size: calc(34px * 0.65);
  }
  h4 .replace-branding + svg, .h4 .replace-branding + svg {
    width: 17px;
  }
  h4 br, .h4 br {
    display: none;
  }
  h5, .h5 {
    font-size: calc(26px * 0.7);
  }
  h5 .replace-branding + svg, .h5 .replace-branding + svg {
    width: 13px;
  }
  h5 br, .h5 br {
    display: none;
  }
  h6, .h6 {
    font-size: calc(21px * 0.8);
  }
  h6 .replace-branding + svg, .h6 .replace-branding + svg {
    width: 12px;
  }
  h6 br, .h6 br {
    display: none;
  }
  .subtitle {
    font-size: calc(16px * 0.9);
  }
  .intro {
    font-size: 16px;
  }
}
#page-header {
  position: relative;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  transition: opacity 0.35s ease, transform 0.35s ease;
  /*body.home:has(.hero-section) & {
      background: none;
      position: absolute;
      top: 0;
      left: 0;

      &:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 150%;
          background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); 
          opacity: 0.8;
      }

      .header-inner {
          align-items: flex-start;

          .header-inner-left {
              width: 320px;
          }

          .header-inner-right {
              min-width: calc(100% - 320px);
          }

          .header-logo {
              width: 100%;
              height: auto;
              display: block;
              transition: all .4s ease;

              .logo-name,
              .logo-subline {
                  path:not(.subline-devider) {
                      fill: v.$light;
                  }
              }
          }
      }

      .subtitle {
          color: rgba(v.$light, .7);
      }

      .header-nav ul li a {
          color: v.$light;
        }

      + #page-body .hero-section {
          .heroswitcher-content,
          .heroswitcher-content.height-full .switcher-item  {
              height: 100svh !important;
          }
      }
  }
  */
}
#page-header .header-inner {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 6.4rem;
  z-index: 3;
  transition: all 0.45s ease;
}
#page-header .header-inner .header-inner-left,
#page-header .header-inner .header-inner-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
#page-header .header-inner .header-inner-right {
  text-align: right;
  justify-content: right;
  align-items: end;
  display: flex;
  flex-direction: column;
  min-width: calc(100% - 260px);
}
#page-header .header-inner .header-inner-right .header-inner-right-top {
  margin-bottom: 0.4rem;
  display: flex;
  gap: 3.2rem;
}
#page-header .header-inner .header-logo {
  width: auto;
  height: 48px;
  display: block;
  transition: all 0.4s ease;
}
#page-header .header-inner .header-logo svg {
  height: 100%;
}
#page-header .header-inner .btn .text {
  transition: all 0.4s ease;
}
#page-header .header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#page-header .header-nav ul li {
  margin: 0 2rem;
  padding: 0;
  position: relative;
}
#page-header .header-nav ul li a {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2B2F2E;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
  transition: all 0.2s ease;
}
#page-header .header-nav ul li:first-child {
  margin-left: 0;
}
#page-header .header-nav ul li:last-child {
  margin-right: 0;
}
#page-header .header-nav ul li:hover > a, #page-header .header-nav ul li.current_page_item > a {
  color: #947F64;
}
#page-header .header-nav ul li.button a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
  color: #947F64;
  position: relative;
}
#page-header .header-nav ul li.button a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #947F64;
  transition: all 0.55s cubic-bezier(0.28, 1, 0.4, 1);
}
#page-header .header-nav ul li.button a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 5%;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  transition: all 0.55s cubic-bezier(0.28, 1, 0.4, 1), left 0.45s cubic-bezier(0.28, 1, 0.4, 1) 0.1s;
}
#page-header .header-nav ul li.button a:hover::before {
  left: 100%;
  width: 40%;
}
#page-header .header-nav ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: -3.2rem;
  width: 300px;
  display: block;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.01s ease 0.6s;
}
#page-header .header-nav ul li .sub-menu li {
  display: block;
  text-align: left;
  margin: 0.8rem 0;
  padding: 0 3.2rem;
  transform: translateY(-5px);
  opacity: 0;
  transition: all 0.55s ease 0s;
}
#page-header .header-nav ul li .sub-menu li a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  display: inline-block;
  text-transform: inherit;
  letter-spacing: 0;
  color: #2B2F2E;
  transition: all 0.35s ease;
}
#page-header .header-nav ul li .sub-menu li a:hover {
  transform: translateX(5px);
  color: #947F64;
}
#page-header .header-nav ul li .sub-menu li:first-child {
  margin-top: 2rem;
}
#page-header .header-nav ul li .sub-menu li:last-child {
  margin-bottom: 2.4rem;
}
#page-header .header-nav ul li .sub-menu::before {
  content: "";
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 0 0 4px 4px;
  transition: height 0.45s cubic-bezier(0.28, 1, 0.4, 1) 0.2s;
}
#page-header .header-nav ul li.large-submenu .sub-menu {
  width: 440px;
}
#page-header .header-nav ul li:hover .sub-menu {
  opacity: 1;
  max-height: 999px;
  transition: all 0.01s ease;
}
#page-header .header-nav ul li:hover .sub-menu li {
  transform: none;
  opacity: 1;
  transition-delay: 0.2s;
}
#page-header .header-nav ul li:hover .sub-menu li:nth-child(2n) {
  transition-delay: 0.22s;
}
#page-header .header-nav ul li:hover .sub-menu li:nth-child(3n) {
  transition-delay: 0.24s;
}
#page-header .header-nav ul li:hover .sub-menu li:nth-child(4n) {
  transition-delay: 0.26s;
}
#page-header .header-nav ul li:hover .sub-menu li:nth-child(5n) {
  transition-delay: 0.28s;
}
#page-header .header-nav ul li:hover .sub-menu li:nth-child(6n) {
  transition-delay: 0.3s;
}
#page-header .header-nav ul li:hover .sub-menu li:nth-child(7n) {
  transition-delay: 0.32s;
}
#page-header .header-nav ul li:hover .sub-menu::before {
  height: 100%;
  transition-delay: 0;
}

.header-lang {
  display: inline-flex;
  color: #727272;
  text-decoration: none;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
}
.header-lang > * {
  color: #727272;
}
.header-lang .sep {
  height: 15px;
}
.header-lang a:hover {
  color: #947F64;
}

/* hamburger */
.header-toggle {
  width: 20px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: none;
  margin: 0;
  margin-left: 2.4rem;
}

.header-toggle span.hamburger, .header-toggle span.hamburger::after, .header-toggle span.hamburger::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.45s cubic-bezier(0.28, 1, 0.4, 1), background 0.25s ease 0.15s;
}

.header-toggle span.hamburger::before {
  margin-top: -6px;
  top: 0;
}

.header-toggle span.hamburger::after {
  margin-top: 6px;
  top: 0;
}

/* open navigation anim */
body.menu-is-open .header-toggle span.hamburger {
  background: transparent !important;
  transition: all 0.3s ease, background 0.15s ease;
}

body.menu-is-open .header-toggle span:before,
body.menu-is-open .header-toggle span:after {
  transition: all 0.45s cubic-bezier(0.28, 1, 0.4, 1), background 0.3s ease 0.2s;
  margin: 0;
  width: 100%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

body.menu-is-open .header-toggle span:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media only screen and (max-width: 768px) {
  #page-header .header-inner {
    padding: 2.4rem 2.4rem;
  }
  #page-header .header-inner .header-inner-right {
    width: auto;
    min-width: none;
  }
  #page-header .header-inner .header-inner-right .header-inner-right-top {
    display: none;
    position: fixed;
    bottom: 4.8rem;
    left: 2.4rem;
    width: calc(100% - 4.8rem);
    justify-content: space-between;
    z-index: 99;
  }
  #page-header .header-inner .header-inner-left {
    width: 180px;
  }
  #page-header .header-inner .header-logo {
    height: 32px;
  }
  #page-header .header-inner .header-inner-right-top .address {
    display: none;
  }
  #page-header .header-inner .header-nav {
    position: absolute;
    display: block;
    width: 100%;
    height: calc(100vh - 64px);
    background: #FFFFFF;
    top: 64px;
    left: 0;
    display: none;
  }
  #page-header .header-inner .header-nav ul {
    margin: 4.8rem 0 0 0;
    flex-direction: column;
    align-items: start;
  }
  #page-header .header-inner .header-nav ul li {
    margin: 0.8rem 2.4rem;
    text-align: left;
  }
  #page-header .header-inner .header-nav ul li a {
    font-size: 21px;
  }
  #page-header .header-inner .header-nav ul li .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    opacity: 1;
    max-height: 999px;
    margin-top: 0;
  }
  #page-header .header-inner .header-nav ul li .sub-menu li {
    margin: 0.8rem 0;
    padding: 0;
    transform: none;
    opacity: 1;
  }
  #page-header .header-inner .header-nav ul li .sub-menu li a {
    color: #2B2F2E;
    font-size: 16px;
  }
  #page-header .header-inner .header-nav ul li .sub-menu li:first-child {
    margin-top: 0.8rem;
  }
  #page-header .header-inner .header-nav ul li .sub-menu li:last-child {
    margin-bottom: 3.2rem;
  }
  #page-header .header-inner .header-nav ul li .sub-menu::before {
    display: none;
  }
  #page-header .header-toggle {
    display: block;
  }
  .menu-is-open .header-nav,
  .menu-is-open .header-inner-right-top {
    display: flex !important;
  }
}
#page-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
#page-footer .footer-inner {
  padding: 16rem 6.4rem;
  position: relative;
  background: #FFFFFF;
}
#page-footer .footer-inner .col-5 .grid-row {
  row-gap: 4.8rem;
}
#page-footer .footer-inner .footer-logo {
  width: 100%;
  max-width: 280px;
  display: inline-block;
}
#page-footer .footer-inner .email, #page-footer .footer-inner .phone {
  font-size: 19px;
  margin-top: 1.6rem;
  display: block;
  font-weight: 600;
}
#page-footer .footer-inner .subtitle + p {
  margin-top: 1.6rem;
  color: #2B2F2E;
  font-size: 19px;
  line-height: 1.75;
}
#page-footer .footer-inner p + .subtitle {
  margin-top: 4.8rem;
}
#page-footer .footer-inner .footer-nav {
  margin-top: 1.6rem;
}
#page-footer .footer-inner .footer-nav ul {
  margin-left: 0;
  padding: 0;
}
#page-footer .footer-inner .footer-nav ul li {
  list-style: none;
  margin: 0.4rem 0;
}
#page-footer .footer-inner .footer-nav ul li:first-child {
  margin-top: 0;
}
#page-footer .footer-inner .footer-nav ul li:last-child {
  margin-bottom: 0;
}
#page-footer .footer-inner .footer-nav ul li a {
  color: #2B2F2E;
  font-size: 19px;
}
#page-footer .footer-inner .footer-nav ul li a:hover {
  color: #947F64;
}

.footer-bottom {
  padding: 3.2rem 6.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  background: #FFFFFF;
  font-size: 14px;
  position: relative;
  color: #727272;
}
.footer-bottom [class*=col-] {
  display: flex;
  align-items: center;
}
.footer-bottom [class*=col-] > * {
  margin: 0 1.2rem;
  display: inline-block;
}
.footer-bottom a {
  color: #727272;
}
.footer-bottom a:hover {
  color: #947F64;
}
.footer-bottom .website-by {
  display: flex;
  align-items: center;
}
.footer-bottom .website-by a {
  display: block;
  width: 90px;
  height: 19px;
  margin-left: 0.4rem;
}
.footer-bottom .website-by svg {
  max-width: 100%;
}

.whatsapp-business {
  position: fixed;
  bottom: 2.4rem;
  right: 2.4rem;
  width: 6.4rem;
  height: 6.4rem;
  background: #94BF35;
  border-radius: 100%;
  color: #FFFFFF;
  padding: 1.2rem;
  z-index: 999;
}

@media only screen and (max-width: 1440px) {
  #page-footer .footer-inner .col-3 {
    width: 33%;
  }
  #page-footer .footer-inner .col-5 {
    width: 66%;
  }
  #page-footer .footer-inner .col-4 {
    width: 100%;
    padding-left: calc(66% + 1.6rem);
  }
}
@media only screen and (max-width: 1024px) {
  #page-footer .footer-inner .grid-row {
    row-gap: 6.4rem;
  }
  #page-footer .footer-inner .col-3, #page-footer .footer-inner .col-5 {
    margin: 0 !important;
    width: 100%;
  }
  #page-footer .footer-inner .col-3 .col-6, #page-footer .footer-inner .col-5 .col-6 {
    width: 100%;
    margin: 0;
  }
  #page-footer .footer-inner .col-3 .grid-row, #page-footer .footer-inner .col-5 .grid-row {
    row-gap: 4.8rem;
  }
  #page-footer .footer-inner .col-4 {
    margin: 0 !important;
    width: 100%;
    padding-left: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #page-footer .footer-inner {
    padding: 9.6rem 2.4rem;
  }
  #page-footer .footer-inner .footer-logo {
    margin-bottom: 0;
  }
  #page-footer .footer-inner .footer-nav ul li a {
    font-size: calc(21px * 0.8);
  }
  #page-footer .footer-inner .subtitle + p {
    font-size: calc(21px * 0.8);
  }
  #page-footer .footer-bottom {
    padding: 2.4rem 2.4rem;
  }
  #page-footer .footer-bottom [class*=col-] {
    text-align: left;
    justify-content: left;
  }
}
[class*=wrapper] {
  width: 100%;
  max-width: 1408px;
  margin: 0 auto;
  padding: 0 6.4rem;
}
[class*=wrapper].wrapper-micro {
  max-width: 808px;
}
[class*=wrapper].wrapper-mini {
  max-width: 908px;
}
[class*=wrapper].wrapper-small {
  max-width: 1152px;
}
[class*=wrapper].wrapper-large {
  max-width: 100%;
}
[class*=wrapper].wrapper-full {
  max-width: 100%;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  [class*=wrapper] {
    padding: 0 2.4rem;
  }
}
.grid-row {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 3.2rem);
  margin-left: -1.6rem;
}
.grid-row.spaced-medium {
  width: calc(100% + 6.4rem);
  margin-left: -3.2rem;
  margin-bottom: -3.2rem;
}
.grid-row.spaced-large {
  width: calc(100% + 9.6rem);
  margin-left: -4.8rem;
  margin-bottom: -4.8rem;
}
.grid-row.spaced-xlarge {
  width: calc(100% + 12.8rem);
  margin-left: -6.4rem;
  margin-bottom: -6.4rem;
}
.grid-row.center-align {
  align-items: center;
}
.grid-row.bottom-align {
  align-items: end;
}
.grid-row.boxed {
  width: 100%;
  margin-left: 0;
}
.grid-row.horizontal-center, .grid-row:has(.center-col) {
  justify-content: center;
}

[class^=col-], .wpforms-field[class*=col-] {
  padding: 0 1.6rem;
  z-index: 1;
  position: relative;
}
[class^=col-].space-between, .wpforms-field[class*=col-].space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.spaced-medium > [class^=col-], .spaced-medium > .wpforms-field[class*=col-] {
  padding: 0 3.2rem;
  margin-bottom: 3.2rem;
}
.spaced-large > [class^=col-], .spaced-large > .wpforms-field[class*=col-] {
  padding: 0 4.8rem;
  margin-bottom: 4.8rem;
}
.spaced-xlarge > [class^=col-], .spaced-xlarge > .wpforms-field[class*=col-] {
  padding: 0 6.4rem;
  margin-bottom: 6.4rem;
}
.boxed > [class^=col-], .boxed > .wpforms-field[class*=col-] {
  background: #FFFFFF;
  padding: 8rem;
  margin-bottom: 0;
  border-radius: 4px;
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 82.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

.pos-1 {
  order: 1;
}

.pos-2 {
  order: 2;
}

@media only screen and (max-width: 768px) {
  .grid-row {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
  }
  .grid-row.spaced-medium {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid-row.spaced-large {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid-row.spaced-xlarge {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid-row [class^=col-], .grid-row + .grid-row {
    margin-top: 8rem;
    margin-bottom: 0;
  }
  .grid-row [class^=col-]:first-child, .grid-row + .grid-row:first-child {
    margin-top: 0;
  }
  .grid-row [class^=col-].sm-small-margin, .grid-row + .grid-row.sm-small-margin {
    margin-top: 3.2rem;
  }
  .grid-row [class^=col-].sm-mini-margin, .grid-row + .grid-row.sm-mini-margin {
    margin-top: 1.2rem;
  }
  .grid-row [class^=col-].pos-1 {
    order: inherit;
  }
  .grid-row [class^=col-].pos-2 {
    order: inherit;
  }
  .grid-row [class^=col-].pos-mobile-1 {
    order: 1;
    margin-top: 0;
  }
  .grid-row [class^=col-].pos-mobile-2 {
    order: 2;
    margin-top: 8rem;
  }
  [class^=col-], .wpforms-field[class*=col-] {
    padding: 0 1.6rem !important;
    width: 100% !important;
  }
  .boxed > [class*=col-] {
    padding: 4.8rem 3.2rem !important;
  }
}
::placeholder {
  color: #000;
  opacity: 0.3;
}

.text-light ::placeholder {
  color: #fff;
  opacity: 0.4;
}

input:not([type=checkbox]):not([type=radio]) {
  appearance: none;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
input[type=date],
input[type=search],
textarea {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background: #FFFFFF;
  border: none;
  line-height: 24px !important;
  height: auto;
  color: #2B2F2E;
  padding: 12px 16px;
  transition: all 200ms ease;
  resize: none;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.text-light input[type=text],
.text-light input[type=password],
.text-light input[type=email],
.text-light input[type=number],
.text-light input[type=tel],
.text-light input[type=date],
.text-light input[type=search],
.text-light textarea {
  color: #FFFFFF;
  /*background: v.$secondary;	*/
}
.boxed input[type=text],
.boxed input[type=password],
.boxed input[type=email],
.boxed input[type=number],
.boxed input[type=tel],
.boxed input[type=date],
.boxed input[type=search],
.boxed textarea {
  background: #F0F0F0;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=search]:focus,
textarea:focus {
  outline: none;
}

textarea {
  min-height: 160px;
  max-height: 200px;
}

.textarea-small textarea {
  height: 120px;
}

select {
  appearance: none;
  cursor: pointer;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 50px;
  height: 50px;
  width: 100%;
  max-width: 100%;
  text-overflow: ellipsis;
  padding: 0 29px 0px 19px;
  color: #2B2F2E;
  border-radius: 0;
  min-width: 120px;
  background-image: url(../img/arrow-select.svg);
  background-position: right 14px top 50%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

select option {
  cursor: pointer;
  padding: 3px 0;
  font-family: Arial;
}

label,
.label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  color: #4c4c4c;
  display: block;
  margin-bottom: 5px;
}

.text-light label,
.text-light .label {
  color: #FFFFFF;
}

.form-row.check-error label,
.check-error label {
  color: #fa4d5a !important;
}

label abbr {
  text-decoration: none;
  border: none !important;
}

.label-deplace {
  position: relative;
}
.label-deplace label {
  position: absolute;
  top: 24px;
  transform: translateY(-50%);
  left: 9px;
  z-index: 2;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  transition: all 0.3s ease;
  pointer-events: none;
  display: inline-block;
  width: auto;
  margin: 0;
}
.label-deplace.has-val > label,
.label-deplace .form-value:focus-within ~ label,
.label-deplace .woocommerce-input-wrapper:focus-within ~ label {
  top: 0;
  font-size: 16px;
  opacity: 0.7;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
fieldset legend {
  all: unset;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  color: #4c4c4c;
  display: block;
  margin-bottom: 5px;
}
fieldset ul {
  margin: 0;
  margin-top: 0.8rem;
  list-style: none;
  padding: 0;
  display: inline-flex;
  gap: 4rem;
  flex-wrap: wrap;
}
fieldset ul li {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
fieldset ul li input {
  margin: 0;
}
fieldset ul li label {
  margin: 0;
  color: #2B2F2E;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

form, .wpcf7 {
  margin-top: 3.2rem;
}

div form:first-child, div .wpcf7:first-child {
  margin: 0;
}

form .form-row {
  margin-top: 3.2rem;
  position: relative;
}

.wpforms-hidden {
  display: none;
}

.wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 3.2rem);
  margin-left: -1.6rem;
  margin-top: 0 !important;
}
.wpforms-field-container .wpforms-field {
  margin-top: 4.8rem;
}
.wpforms-field-container .wpforms-field:not([class*=col-]) {
  width: 100%;
  padding: 0 1.6rem;
}

.wpforms-submit-container {
  margin-top: 4.8rem;
}

.wpforms-label-hide {
  display: none;
}

label.wpforms-error {
  font-size: 16px;
  color: #fa4d5a;
  margin-left: 1.6rem;
}

.wpforms-field {
  position: relative;
}

.wpforms-has-error label {
  color: #fa4d5a;
}
.wpforms-has-error::after {
  content: "";
  width: calc(100% - 3.2rem);
  height: 2px;
  bottom: 0;
  left: 1.6rem;
  position: absolute;
  background: #fa4d5a;
}
.wpforms-has-error em {
  font-size: 12px;
  position: absolute;
  top: calc(100% + 4px);
  left: 1.6rem;
  color: #fa4d5a;
}

.wpforms-submit::after {
  width: 0;
}

.hidden-field {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  display: none;
}

.fs-media-container {
  height: auto;
  position: relative;
}
.fs-media-container .media-addition {
  position: absolute !important;
  z-index: 1;
  bottom: -6.4rem;
  left: 0;
  width: 54%;
}
.fs-media-container .media-addition.media-width-mini {
  width: 35%;
}
.fs-media-container .media-addition.media-width-small {
  width: 44%;
}
.fs-media-container .media-addition.media-width-large {
  width: 64%;
}
.fs-media-container .media-addition + .media,
.fs-media-container .media-addition + .gallery-switcher,
.fs-media-container .media-addition + .inline-video {
  transform: translateX(20%);
}
.fs-media-container .media-addition + .gallery-switcher .gallery-switcher-index {
  justify-content: end;
}
.fs-media-container .media-addition.block {
  background: #947F64;
  padding: 2.4rem;
  max-width: 380px;
  width: 100%;
  font-size: 14px;
  left: auto;
  right: -20%;
  border-radius: 4px;
}
.fs-media-container .media-addition.block .colored {
  color: #FFFFFF !important;
}
.fs-media-container .media-addition.block p {
  font-weight: 500;
}
.fs-media-container .media-addition.block + .media {
  transform: translateX(0%);
}
.wrapper .fs-media-container .media-addition + .media {
  transform: none;
  width: 80%;
}
.wrapper .fs-media-container .media-addition.block {
  right: 0;
}
[class*=col-].pos-1 .fs-media-container .media-addition {
  left: auto;
  right: 0;
}
[class*=col-].pos-1 .fs-media-container .media-addition + .media,
[class*=col-].pos-1 .fs-media-container .media-addition + .gallery-switcher,
[class*=col-].pos-1 .fs-media-container .media-addition + .inline-video {
  transform: translateX(-20%);
}
[class*=col-].pos-1 .fs-media-container .media-addition + .gallery-switcher .gallery-switcher-index {
  justify-content: start;
}
[class*=col-].pos-1 .fs-media-container .media-addition.block {
  left: -20%;
}
[class*=col-].pos-1 .fs-media-container .media-addition.block + .media {
  transform: translateX(0%);
}
.wrapper [class*=col-].pos-1 .fs-media-container .media-addition + .media {
  transform: none;
  width: 80%;
}
.wrapper [class*=col-].pos-1 .fs-media-container .media-addition.block {
  left: 0;
}
.wrapper [class*=col-].pos-1 .fs-media-container .media-addition.block + .media {
  transform: translateX(20%);
}
.fs-media-container.media-extend {
  width: 135%;
  left: -35%;
}
[class*=col-].pos-2 .fs-media-container.media-extend {
  left: auto;
}
.fs-media-container .inline-video .video-embed {
  /* set a 16:9 ratio; change to 4/3 or other ratio if needed */
  aspect-ratio: 16/9;
  width: 100%; /* fill parent width */
  max-width: 100%; /* prevent overflow */
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.fs-media-container .inline-video .video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Media Ratio */
[class*=media-ratio-] {
  border-radius: 4px;
  overflow: hidden;
}

[class*=media-ratio-]:not(.media-ratio-auto) {
  position: relative;
  overflow: hidden;
}
[class*=media-ratio-]:not(.media-ratio-auto) .media-item {
  width: 100%;
  height: 0;
  display: block;
}
[class*=media-ratio-]:not(.media-ratio-auto).media-ratio-1-1 .media-item {
  padding-top: 100%;
}
[class*=media-ratio-]:not(.media-ratio-auto).media-ratio-4-3 .media-item {
  padding-top: 75%;
}
[class*=media-ratio-]:not(.media-ratio-auto).media-ratio-8-5 .media-item {
  padding-top: 62.5%;
}
[class*=media-ratio-]:not(.media-ratio-auto).media-ratio-16-9 .media-item {
  padding-top: 56.25%;
}
[class*=media-ratio-]:not(.media-ratio-auto).media-ratio-21-9 .media-item {
  padding-top: 42.8%;
}
[class*=media-ratio-]:not(.media-ratio-auto).media-ratio-9-16 .media-item {
  padding-top: 177%;
}
[class*=media-ratio-]:not(.media-ratio-auto).media-ratio-5-8 .media-item {
  padding-top: 160%;
}
[class*=media-ratio-]:not(.media-ratio-auto).media-ratio-3-4 .media-item {
  padding-top: 133.33%;
}
[class*=media-ratio-]:not(.media-ratio-auto) img, [class*=media-ratio-]:not(.media-ratio-auto) video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
[class*=media-ratio-]:not(.media-ratio-auto) .media-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2.4rem;
}
[class*=media-ratio-]:not(.media-ratio-auto) .media-desc:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  z-index: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
[class*=media-ratio-]:not(.media-ratio-auto) .media-desc span {
  position: relative;
  z-index: 1;
}
[class*=media-ratio-]:not(.media-ratio-auto).video-popup {
  cursor: pointer;
  overflow: hidden;
}
[class*=media-ratio-]:not(.media-ratio-auto).video-popup .media-item {
  transition: all 0.45s cubic-bezier(0.28, 1, 0.4, 1);
}
[class*=media-ratio-]:not(.media-ratio-auto).video-popup:hover .media-item {
  transform: scale(1.1);
}
[class*=media-ratio-]:not(.media-ratio-auto) .media-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  width: 100px;
}

video {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .fs-media-container {
    display: flex;
    flex-direction: column;
  }
  .fs-media-container .media-addition {
    order: 2;
    position: relative !important;
    top: 0;
    margin-top: -16rem;
    left: auto;
    width: 200px !important;
    transform: none;
  }
  .fs-media-container .media-addition.media-width-mini {
    width: 100px !important;
    margin-top: -10rem;
  }
  .fs-media-container .media-addition.media-width-small {
    width: 140px !important;
    margin-top: -12rem;
  }
  .fs-media-container .media-addition + .media,
  .fs-media-container .media-addition + .gallery-switcher,
  .fs-media-container .media-addition + .inline-video {
    transform: none !important;
    width: 85% !important;
    margin-left: 15%;
    order: 1;
  }
  .fs-media-container .media-addition.block {
    padding: 2.4rem;
    width: 90% !important;
    font-size: 14px;
    left: -2.4rem;
    right: auto;
  }
  .fs-media-container .media-addition.block p {
    font-weight: 500;
  }
  .fs-media-container .media-addition.block + .media {
    transform: translateX(0%);
  }
  [class*=col-].pos-1 .fs-media-container .media-addition {
    transform: none;
    left: 100% !important;
    transform: translateX(-100%);
  }
  [class*=col-].pos-1 .fs-media-container .media-addition + .media,
  [class*=col-].pos-1 .fs-media-container .media-addition + .gallery-switcher,
  [class*=col-].pos-1 .fs-media-container .media-addition + .inline-video {
    transform: none;
    margin-left: 0;
  }
  .fs-media-container.media-extend {
    width: 100%;
    left: 0;
  }
}
.section {
  position: relative;
  margin: 16rem 0;
}
.section:first-child {
  margin-top: 0;
}
.section .section-inner > .section:first-child {
  margin-top: 0;
}
.section .section-inner > .section:last-child {
  margin-bottom: 0;
}
.section > * {
  z-index: 3;
  position: relative;
}
.section.section-background {
  padding: 16rem 0;
  margin-bottom: 0;
}
.section.section-background + .section-background {
  margin-top: 0rem !important;
}
.hero-section + .section.section-background {
  margin-top: -16rem !important;
}
.section:not(.hero-section) {
  opacity: 0;
  transform: translateY(3.2rem);
  transition: all 0.6s ease;
}
.has-loaded .section:not(.hero-section) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
}

.section-bg {
  position: absolute;
  width: 100.2%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  overflow: hidden;
}
.section-bg .section-bg-el,
.section-bg .section-bg-overlay {
  position: absolute;
  width: 100.2%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  overflow: hidden;
}
.section-bg .section-bg-el.section-bg-el,
.section-bg .section-bg-overlay.section-bg-el {
  z-index: 2;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.section-bg .section-bg-el.section-bg-el .section-bg-media,
.section-bg .section-bg-el.section-bg-el .section-bg-pattern,
.section-bg .section-bg-el.section-bg-el .section-bg-color,
.section-bg .section-bg-el.section-bg-el .section-bg-media img,
.section-bg .section-bg-el.section-bg-el .section-bg-media video,
.section-bg .section-bg-overlay.section-bg-el .section-bg-media,
.section-bg .section-bg-overlay.section-bg-el .section-bg-pattern,
.section-bg .section-bg-overlay.section-bg-el .section-bg-color,
.section-bg .section-bg-overlay.section-bg-el .section-bg-media img,
.section-bg .section-bg-overlay.section-bg-el .section-bg-media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-bg .section-bg-el.section-bg-el .section-bg-color,
.section-bg .section-bg-overlay.section-bg-el .section-bg-color {
  background: #F0F0F0;
}
.section-bg .section-bg-el.section-bg-el .section-bg-color.section-bg-dark,
.section-bg .section-bg-overlay.section-bg-el .section-bg-color.section-bg-dark {
  background: #2B2F2E;
}
.section-bg .section-bg-el.section-bg-el .section-bg-pattern,
.section-bg .section-bg-overlay.section-bg-el .section-bg-pattern {
  background-image: url(assets/images/ardena-muster.jpg);
  background-repeat: repeat;
}
.section-bg .section-bg-el.section-bg-overlay,
.section-bg .section-bg-overlay.section-bg-overlay {
  z-index: 3;
  opacity: 0.65;
  background: #000;
}
.section-bg .imagebg-desc {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  color: white;
  opacity: 0.5;
  font-size: 12px;
  z-index: 4;
}

@media only screen and (max-width: 768px) {
  .section {
    margin: 12.8rem 0;
  }
  .section.section-block-text-image + .section-block-text-image, .section.section-block-text-image + .section-block-split {
    margin-top: 12.8rem;
  }
  .section.section-background {
    padding: 12.8rem 0;
  }
}
.dv-spacer-micro {
  height: 0.8rem;
}

.dv-spacer-mini {
  height: 1.6rem;
}

.dv-spacer-small {
  height: 2.4rem;
}

.dv-spacer-medium {
  height: 3.2rem;
}

.dv-spacer-large {
  height: 6.4rem;
}

.dv-spacer-xlarge {
  height: 12.8rem;
}

[class*=dv-spacer-] + * {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .dv-spacer-xlarge {
    height: 8rem;
  }
  .sm-hide {
    display: none;
  }
}
.btn,
button,
.item-button a,
input[type=submit] {
  display: inline-flex;
  align-items: center;
  border: none;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  position: relative;
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  padding: 0;
  background: #947F64;
  border-radius: 4px;
  cursor: pointer;
}
.btn .btn-text,
button .btn-text,
.item-button a .btn-text,
input[type=submit] .btn-text {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  padding: 1.2rem 3.2rem;
  transition: all 0.55s cubic-bezier(0.28, 1, 0.4, 1);
}
.btn .btn-icon,
button .btn-icon,
.item-button a .btn-icon,
input[type=submit] .btn-icon {
  width: 1.6rem;
  height: 1.6rem;
  box-sizing: content-box;
  align-items: center;
  display: flex;
  z-index: 1;
  padding: 1.8rem 1.8rem;
}
.btn .btn-icon svg,
button .btn-icon svg,
.item-button a .btn-icon svg,
input[type=submit] .btn-icon svg {
  display: block;
  width: 100%;
  transition: all 0.55s cubic-bezier(0.28, 1, 0.4, 1);
}
.btn::after,
button::after,
.item-button a::after,
input[type=submit]::after {
  content: "";
  width: 5.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.55s cubic-bezier(0.28, 1, 0.4, 1);
}
.btn:hover::after,
button:hover::after,
.item-button a:hover::after,
input[type=submit]:hover::after {
  width: 100%;
}
.btn:hover .btn-text,
button:hover .btn-text,
.item-button a:hover .btn-text,
input[type=submit]:hover .btn-text {
  padding-left: 4.4rem;
  padding-right: 2rem;
}
.btn:hover .btn-icon svg,
button:hover .btn-icon svg,
.item-button a:hover .btn-icon svg,
input[type=submit]:hover .btn-icon svg {
  transform: translateX(-1.2rem);
}
.btn.btn-small,
button.btn-small,
.item-button a.btn-small,
input[type=submit].btn-small {
  font-size: 14px;
  padding: 0 1.2rem;
  letter-spacing: 0.04em;
}
.btn.btn-small .btn-text,
button.btn-small .btn-text,
.item-button a.btn-small .btn-text,
input[type=submit].btn-small .btn-text {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  padding: 0.8rem 1.6rem;
}

.btn-easy {
  display: inline-flex;
  align-items: center;
  border: none;
  text-decoration: none;
  color: #947F64;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  position: relative;
  margin-bottom: 0;
  transition: all 0.55s cubic-bezier(0.28, 1, 0.4, 1);
  padding-bottom: 4px;
  overflow: hidden;
}
.btn-easy .btn-text {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  transition: all 0.55s cubic-bezier(0.28, 1, 0.4, 1);
}
.btn-easy .btn-icon {
  width: 1.4rem;
  height: 1.4rem;
  box-sizing: content-box;
  align-items: center;
  display: flex;
  z-index: 1;
  padding-left: 1.6rem;
  transition: all 0.55s cubic-bezier(0.28, 1, 0.4, 1);
}
.btn-easy .btn-icon:first-child {
  padding-left: 0;
  padding-right: 1.6rem;
}
.btn-easy .btn-icon:first-child svg {
  transform: rotate(180deg);
}
.btn-easy .btn-icon svg {
  display: block;
  width: 100%;
}
.btn-easy.btn-small {
  font-size: 14px;
}
.btn-easy.btn-small .btn-icon {
  width: 1.2rem;
  height: 1.2rem;
}
.btn-easy::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #947F64;
  transition: all 0.55s cubic-bezier(0.28, 1, 0.4, 1);
}
.btn-easy::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 5%;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  transition: all 0.55s cubic-bezier(0.28, 1, 0.4, 1), left 0.45s cubic-bezier(0.28, 1, 0.4, 1) 0.1s;
}
.btn-easy:hover::before {
  left: 100%;
  width: 40%;
}
.btn-easy:hover .btn-text {
  padding-left: 0.4rem;
}
.btn-easy:hover .btn-text:not(:first-child) {
  padding-left: 0;
  padding-right: 0.4rem;
}
.btn-easy:hover .btn-icon {
  padding-left: 0.8rem;
  padding-right: 0.4rem;
  color: #947F64;
}
.btn-easy:hover .btn-icon:first-child {
  padding-left: 0.4rem;
  padding-right: 0.8rem;
}

input[type=submit] {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  padding: 1.6rem 3.2rem;
}

button {
  padding: 1.6rem 3.2rem;
}

.btn-container {
  margin-top: 4.8rem;
}

@media only screen and (max-width: 768px) {
  .btn,
  button,
  .item-button a,
  input[type=submit],
  .btn-easy {
    font-size: 14px;
  }
  .btn-container.align-right {
    text-align: left;
  }
}
.hero-section {
  position: relative;
  /*overflow: hidden;*/
  z-index: 9999;
}
.hero-section .section-inner {
  display: flex;
  align-items: end;
  overflow: hidden;
  height: 55vh;
  min-height: 500px;
  padding-bottom: 4.8rem;
}
.hero-section .section-inner.height-mini {
  min-height: auto;
  height: auto;
  padding-top: 24rem;
}
.hero-section .section-inner.height-medium {
  min-height: 75vh;
}
.hero-section .section-inner.height-full {
  min-height: calc(100vh - var(--header-height));
}
.hero-section .heroswitcher-content {
  height: calc(100vh - var(--header-height));
}
.hero-section .heroswitcher-content.height-medium {
  height: 75vh;
}
.hero-section .heroswitcher-content .switcher-item {
  display: flex;
  align-items: end;
  overflow: hidden;
  height: 55vh;
  min-height: 500px;
  padding-bottom: 9.6rem;
  z-index: 1;
}
.hero-section .heroswitcher-content .switcher-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.hero-section .heroswitcher-content .switcher-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero-section .heroswitcher-content .switcher-item .switcher-item-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero-section .heroswitcher-content .switcher-item .switcher-item-media {
  position: absolute;
  width: 100.2%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  overflow: hidden;
}
.hero-section .heroswitcher-content .switcher-item .switcher-item-media .media {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-section .heroswitcher-content .switcher-item .switcher-item-media .media .media-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-section .heroswitcher-content .switcher-item .switcher-item-media .media .media-item img, .hero-section .heroswitcher-content .switcher-item .switcher-item-media .media .media-item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .heroswitcher-content.height-mini .switcher-item {
  min-height: auto;
  height: auto;
  padding-top: 24rem;
}
.hero-section .heroswitcher-content.height-medium .switcher-item {
  height: 75vh;
}
.hero-section .heroswitcher-content.height-full .switcher-item {
  height: calc(100vh - var(--header-height));
}
.hero-section .heroswitcher-index-container {
  position: absolute;
  bottom: 0;
  left: 6.4rem;
  width: calc(100% - 12.8rem);
  z-index: 9;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.hero-section .heroswitcher-index-container .switcher-index {
  display: flex;
  padding-bottom: 3.2rem;
  gap: 6px;
}
.hero-section .heroswitcher-index-container .switcher-index .switcher-item {
  cursor: pointer;
  width: 10px;
  height: 10px;
  position: relative;
  border-radius: 1px;
  background: #FFFFFF;
  transition: all 0.45s cubic-bezier(0.28, 1, 0.4, 1);
  opacity: 0.7;
}
.hero-section .heroswitcher-index-container .switcher-index .switcher-item.is-active {
  width: 20px;
  opacity: 1;
}
.hero-section .heroswitcher-index-container .switcher-pagination {
  display: flex;
  gap: 0.8rem;
}
.hero-section .heroswitcher-index-container .switcher-pagination .switcher-pagination-item {
  width: 40px;
  height: 40px;
  border: 1px solid #FFFFFF;
  position: relative;
  overflow: hidden;
}
.hero-section .heroswitcher-index-container .switcher-pagination .switcher-pagination-item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateX(-45%) translateY(-50%);
  color: #947F64;
}
.hero-section .heroswitcher-index-container .switcher-pagination .switcher-pagination-item.switcher-prev svg {
  transform: translateX(-55%) translateY(-50%) rotate(-180deg);
}
.hero-section [class*=wrapper] {
  position: relative;
}
.hero-section .breadcrumb-back {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.7);
}
.hero-section .breadcrumb-back::after {
  background: rgba(255, 255, 255, 0.7);
}
.hero-section .breadcrumb-back::before {
  background: rgba(0, 0, 0, 0.4);
}
.hero-section .pagetitle-block {
  display: flex;
  gap: 2rem;
  align-items: end;
}
.hero-section .pagetitle-block .pagetitle-block-title {
  flex: 1; /* first child grows to take remaining space */
}
.hero-section .pagetitle-block .pagetitle-block-title.h1-plus {
  margin-bottom: -0.2em;
}
.hero-section .pagetitle-block .pagetitle-block-title.h1 {
  margin-bottom: -0.16em;
}
.hero-section:has(.contact-block) .pagetitle-block {
  width: calc(100% - 550px);
}
.hero-section .subtitle, .hero-section .pagetitle {
  margin-top: 0;
  color: #FFFFFF;
  /*
  .text-block {
      margin: 0.8rem 2.4rem;

      .text-block-bg {
          width: calc(100% + 4.8rem);
          height: calc(100% + 1.6rem);
          top: -0.8rem;
          left: -2.4rem;
          z-index: 0;

          &::after {
              transform: none !important;
          }
      }

      .text-block-inner {
          z-index: 1;
          position: relative;
      }
  }
  */
}
.hero-section .subtitle .text-block, .hero-section .pagetitle .text-block {
  margin: 0.8rem 0;
  /*
  .text-block-bg {
      height: calc(100% + 1.6rem);
      top: -0.8rem;

      &::after {
          background: v.$primary;
      }
  }
      */
}
.hero-section .subtitle .sep, .hero-section .pagetitle .sep {
  background: #FFFFFF;
  transform: translateY(2px);
}
.hero-section .subtitle.subtitle, .hero-section .pagetitle.subtitle {
  font-size: 19px;
}
.hero-section .section-bg::after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
}
.hero-section .section-bg::after, .hero-section .heroswitcher-content .switcher-item::after, .hero-section .heroswitcher-content .switcher-item::before {
  opacity: 0;
}
.hero-section p {
  opacity: 0;
  transition: all 0.6s ease;
}
.hero-section .section-bg-el .section-bg-media, .hero-section .switcher-item-media .media-item {
  transform: translateY(-100%);
  transition: all 0.8s cubic-bezier(0.28, 1, 0.4, 1);
  overflow: hidden;
}
.hero-section .section-bg-el .section-bg-media img, .hero-section .switcher-item-media .media-item img {
  transform: translateY(50%) scale(1.1);
  transition: all 0.8s cubic-bezier(0.28, 1, 0.4, 1);
}
.has-loaded .hero-section .section-bg::after, .has-loaded .hero-section .heroswitcher-content .switcher-item::after, .has-loaded .hero-section .heroswitcher-content .switcher-item::before {
  opacity: 1;
  transition: all 2s ease 1s;
}
.has-loaded .hero-section p {
  opacity: 1;
  transition-delay: 0.9s;
}
.has-loaded .hero-section .section-bg-el .section-bg-media, .has-loaded .hero-section .switcher-item-media .media-item {
  transform: translateY(0);
  transition-delay: 0.5s;
}
.has-loaded .hero-section .section-bg-el .section-bg-media img, .has-loaded .hero-section .switcher-item-media .media-item img {
  transform: translateY(0);
  transition-delay: 0.5s;
}

.contact-block {
  position: fixed;
  bottom: 2rem;
  right: 6.4rem;
  z-index: 9999;
  opacity: 0;
  transition: all 0.6s ease;
}
.contact-block .close {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  position: absolute;
  top: -14px;
  right: -14px;
  border-radius: 20px;
  background-color: #FFFFFF;
  cursor: pointer;
  color: #947F64;
}
.contact-block .close svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.contact-block .close:hover {
  background: #947F64;
  color: #FFFFFF;
}
.contact-block.is-sticky {
  position: fixed;
  top: 0;
  bottom: auto;
  right: 6.4rem;
  left: auto;
}
.contact-block.is-sticky .contact-block-inner {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.contact-block .contact-block-inner {
  background: #FFFFFF;
  display: flex;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  overflow: hidden;
}
.contact-block .contact-block-inner .contact-block-image {
  width: 120px;
  margin-right: 2rem;
}
.contact-block .contact-block-inner .contact-block-text {
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-block .contact-block-inner .contact-block-text .contact-block-text-title {
  color: #2B2F2E;
}
.contact-block .contact-block-inner .contact-block-text p {
  margin-top: 0.8rem;
  line-height: 1.3;
  color: #727272;
}
.contact-block .media-desc {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.3;
  padding: 0.8rem !important;
}
.contact-block + .sticky-placeholder {
  opacity: 0;
  display: none;
  max-height: 0;
}
.has-loaded .contact-block {
  opacity: 1;
  transition-delay: 0.9s;
}

@media only screen and (max-width: 1400px) {
  .hero-section .pagetitle-block {
    flex-direction: column;
    align-items: start;
    gap: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .hero-section .section-inner {
    height: auto;
    min-height: auto;
    padding-bottom: 6.4rem;
    padding-top: calc(6.4rem + 48px + 6.4rem);
  }
  .hero-section .section-inner.height-medium {
    min-height: calc(100svh - var(--header-height));
  }
  .hero-section .section-inner.height-full {
    min-height: calc(100svh - var(--header-height));
  }
  .hero-section .heroswitcher-index-container {
    left: 2.4rem;
    padding-left: 0;
  }
  .hero-section .subtitle.subtitle {
    font-size: calc(19px * 0.8);
  }
  .contact-block {
    position: fixed;
    bottom: 0;
    right: auto;
    left: 0;
    z-index: 9999;
    width: 100%;
    /*
    &.is-sticky {
        right: auto;
        left: 2.4rem;
        width: calc(100% - 4.8rem);

        + .sticky-placeholder {
            opacity: 1;
            display: block;
            max-height: inherit;
        }
    }
    */
  }
  .contact-block .close {
    border: 1px solid rgba(255, 255, 255, 0.2);
    right: 20px;
    background-color: #947F64;
    color: #FFFFFF;
  }
  .contact-block .contact-block-inner {
    background: #947F64;
    padding: 2rem;
    border: none;
    border-radius: 0;
  }
  .contact-block .contact-block-inner .contact-block-image {
    display: none;
  }
  .contact-block .contact-block-inner .contact-block-text {
    width: 100%;
  }
  .contact-block .contact-block-inner .contact-block-text .contact-block-text-title, .contact-block .contact-block-inner .contact-block-text p, .contact-block .contact-block-inner .contact-block-text .btn-easy {
    color: #FFFFFF;
  }
  .contact-block .contact-block-inner .contact-block-text .contact-block-text-title::after, .contact-block .contact-block-inner .contact-block-text p::after, .contact-block .contact-block-inner .contact-block-text .btn-easy::after {
    background: #FFFFFF;
  }
  .contact-block .contact-block-inner .contact-block-text p {
    margin-top: 0.8rem;
  }
  .contact-block .contact-block-inner .contact-block-text p small {
    font-size: 12px;
    line-height: 1.3;
  }
  .contact-block .contact-block-inner .contact-block-text .contact-block-text-bottom {
    margin-top: 0.8rem;
  }
}
.project-header {
  max-width: 680px;
}

.project-header-buttons {
  margin-top: 3.2rem;
  justify-content: space-between;
  display: flex;
  align-items: end;
}

.project-container {
  margin-top: 6.4rem;
  position: relative;
}
.project-container::after {
  content: ". . .";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #947F64;
  font-size: 40px;
  line-height: 40px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
}
.section-background .project-container .project-item {
  background: #FFFFFF;
}
.project-container .project-item {
  display: flex;
  position: relative;
  margin-top: 2.4rem;
  background: #F0F0F0;
  border-radius: 4px;
  overflow: hidden;
  opacity: 1;
  transition: all 0.3s ease 0.3s;
}
.project-container .project-item:first-child {
  margin-top: 0;
}
.project-container .project-item .project-media {
  width: 50%;
}
.project-container .project-item .project-media .media {
  border-radius: 0;
}
.project-container .project-item .project-media .media .media-item {
  transition: all 0.45s cubic-bezier(0.28, 1, 0.4, 1);
}
.project-container .project-item .project-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 3.2rem 4.8rem;
  position: relative;
  /*&::before, &::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: v.$border;
  }

  &::after {
      width: 0;
      background: v.$primary;
      transition: all 0.55s v.$cubic;
  }
  */
}
.project-container .project-item .project-info .project-info-top .project-info-date {
  font-family: "Lexend", sans-serif;
  font-size: 21px;
  color: #2B2F2E;
}
.project-container .project-item .project-info .project-info-top .project-info-title {
  margin-top: 0;
}
.project-container .project-item .project-info .project-info-bottom {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-container .project-item .project-info .project-info-bottom {
  overflow: hidden;
}
.project-container .project-item .project-info .project-info-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  transform: translateY(4.4rem);
  transition: transform 0.55s cubic-bezier(0.28, 1, 0.4, 1);
}
.project-container .project-item .project-info .project-info-bottom .btn-easy {
  margin-top: 1.2rem;
  transform: translateY(105%);
  transition: transform 0.55s cubic-bezier(0.28, 1, 0.4, 1);
}
.project-container .project-item:hover .media-item {
  transform: scale(1.1);
}
.project-container .project-item:hover .project-info-bottom ul {
  transform: none;
}
.project-container .project-item:hover .project-info-bottom .btn-easy {
  transform: none;
}
.project-container .project-item:hover .project-info::after {
  width: 100%;
}
.project-container .project-item .project-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.project-container.is-loading::after {
  opacity: 1;
}
.project-container.is-loading .project-item {
  opacity: 0;
  transition-delay: 0s;
}

.project-filter {
  margin-top: 9.6rem;
}
.project-filter + .project-container {
  margin-top: 4.8rem;
}
.project-filter .filter-list {
  margin-top: 1.6rem;
}
.project-filter .filter-list a {
  font-weight: 500;
  color: #727272;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .project-filter .filter-list a {
    font-size: 19px;
  }
}
.project-filter .filter-list a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #947F64;
  transition: all 0.55s cubic-bezier(0.28, 1, 0.4, 1), color 0.25s ease;
}
.project-filter .filter-list a.is-active {
  color: #2B2F2E;
}
.project-filter .filter-list a.is-active::after {
  width: 100%;
}
.project-filter .filter-list a:hover {
  color: #2B2F2E;
}
@media only screen and (min-width: 769px) {
  .project-filter .filter-list .sep {
    display: inline-block;
    width: 1px;
    height: 20px;
    background: rgba(0, 0, 0, 0.12);
    transform: translateY(4px);
    margin: 0 10px;
  }
}
.project-filter .filter-list .sep:last-child {
  display: none;
}
.project-filter .filter-list.filter-list-sub {
  display: none;
  margin-top: 0.8rem;
}
.project-filter .filter-list.filter-list-sub.is-active {
  display: block;
}
.project-filter .filter-list.filter-list-sub a {
  font-weight: 400;
  font-size: 14px;
}
.project-filter .filter-list.filter-list-sub a::after {
  height: 1px;
  bottom: -2px;
}
.project-filter .filter-list.filter-list-sub .sep {
  width: 1px;
}

.load-more-container {
  text-align: center;
  margin: 4.8rem 0;
  position: relative;
  transition: all 0.3s ease;
}
.load-more-container::after {
  content: ". . .";
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #947F64;
  font-size: 40px;
  line-height: 40px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
}
.load-more-container:has(.is-loading) .load-more-action {
  color: transparent;
}
.load-more-container:has(.is-loading)::after {
  opacity: 1;
}
.project-container.is-loading + .load-more-container {
  opacity: 0;
}

.project-single-meta .meta-item {
  display: flex;
  border-top: 2px solid rgba(0, 0, 0, 0.12);
  padding-top: 1.6rem;
  margin-top: 4.8rem;
}
.project-single-meta .meta-item:first-child {
  margin-top: 0;
}
.project-single-meta .meta-item .meta-label {
  width: 200px;
  font-size: 14px;
  transform: translateY(0.2rem);
}
.project-single-meta .meta-item .meta-value {
  color: #2B2F2E;
  font-weight: 500;
  list-style: none;
  line-height: 1.4;
}
.project-single-meta .meta-item .meta-value li {
  margin-top: 0.8rem;
}
.project-single-meta .meta-item .meta-value li:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .project-header-buttons {
    margin-top: 3.2rem;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    align-items: start;
  }
  .project-header-buttons > * + * {
    margin-top: 3.2rem;
  }
  .project-container {
    margin-top: 9.6rem;
  }
  .project-container .project-item {
    flex-direction: column;
  }
  .project-container .project-item .project-media {
    width: 100%;
  }
  .project-container .project-item .project-info {
    width: 100%;
    padding: 2.4rem 3.2rem;
    flex-direction: column;
    justify-content: flex-start;
  }
  .project-container .project-item .project-info .project-info-bottom ul {
    transform: none;
  }
  .project-container .project-item .project-info .project-info-bottom .btn-easy {
    display: none;
  }
  .project-container .project-item .project-info::before, .project-container .project-item .project-info::after {
    display: none;
  }
  .project-single-meta .meta-item .meta-label {
    width: 140px;
  }
}
.scroll-gallery .gallery-item {
  margin-top: 6.4rem;
}
.scroll-gallery .gallery-item:first-child {
  margin-top: 0;
}
.scroll-gallery .media-item {
  text-align: center;
  width: 100%;
  display: block;
}
.scroll-gallery .media-item img {
  display: inline-block;
  max-width: 100%;
}
.scroll-gallery .media-item img.portrait {
  max-width: 720px;
  height: auto;
}

.gallery-switcher {
  position: relative;
  width: 100%;
}
.gallery-switcher .gallery-switcher-index {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  display: flex;
  gap: 0.4rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-bottom: 2.4rem;
}
.gallery-switcher .gallery-switcher-index .switcher-item {
  cursor: pointer;
  width: 10px;
  height: 10px;
  position: relative;
  border-radius: 1px;
  background: #FFFFFF;
  transition: all 0.45s cubic-bezier(0.28, 1, 0.4, 1);
  opacity: 0.7;
}
.gallery-switcher .gallery-switcher-index .switcher-item.is-active {
  width: 20px;
  opacity: 1;
}
.gallery-switcher .gallery-switcher-index::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

@media only screen and (max-width: 768px) {
  .scroll-gallery .media-item img {
    height: auto !important;
    max-width: 100% !important;
  }
}
.testimonial-container .testimonial-item-content {
  position: relative;
}
.testimonial-container .testimonial-item-content .media {
  width: 100px;
  position: absolute;
  top: calc(100px + 2.4rem + 0.8rem);
  left: -6.4rem;
  transform: translateX(-100%);
}
.testimonial-container .testimonial-item-content .testimonial-quote-icon {
  width: 100px;
  height: 100px;
}
.testimonial-container .testimonial-item-content .testimonial-quote-icon svg {
  max-width: 100%;
  height: auto;
}
.testimonial-container .testimonial-item-content .testimonial-quote {
  margin-top: 2.4rem;
}
.testimonial-container .testimonial-item-content .btn-container {
  margin-top: 4.8rem;
}
.testimonial-container .col-left {
  position: relative;
}
.testimonial-container .col-left .testimonial-index {
  position: absolute;
  bottom: 0;
  left: 4.8rem;
  width: calc(100% - 9.6rem);
  z-index: 9;
  display: flex;
  gap: 0.4rem;
  padding-left: 2.4rem;
  padding-bottom: 2.4rem;
}
.testimonial-container .col-left .testimonial-index .switcher-item {
  cursor: pointer;
  width: 10px;
  height: 10px;
  position: relative;
  border-radius: 1px;
  background: #FFFFFF;
  transition: all 0.45s cubic-bezier(0.28, 1, 0.4, 1);
  opacity: 0.7;
}
.testimonial-container .col-left .testimonial-index .switcher-item.is-active {
  width: 20px;
  opacity: 1;
}
.testimonial-container .col-left .testimonial-index::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

@media only screen and (max-width: 768px) {
  .testimonial-container .switcher-item .switcher-item-media .media .media-item {
    padding-top: 62.5%;
  }
  .testimonial-container .col-left .testimonial-index {
    left: 1.6rem;
    width: calc(100% - 3.2rem);
  }
  .testimonial-container .testimonial-item-content .testimonial-quote-icon {
    width: 60px;
    height: 60px;
  }
}
.icons-boxes {
  margin-top: 9.6rem;
}

.iconbox {
  display: flex;
}
.iconbox .box-icon {
  width: 6.4rem;
  height: 6.4rem;
  background: #947F64;
  margin-right: 3.2rem;
}
.iconbox .box-content .colored {
  font-weight: 600;
}

.process-container {
  margin-top: 9.6rem;
}
.process-container .process-info {
  margin-top: 4.8rem;
  position: relative;
}
.process-container .process-info p {
  margin-top: 1.6rem;
}
.process-container .process-info .process-number {
  width: 4.8rem;
  height: 4.8rem;
  background: #947F64;
  position: absolute;
  top: -8rem;
  left: -1.6rem;
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  line-height: 4.8rem;
  border-radius: 4px;
}

@media only screen and (max-width: 768px) {
  .process-container .process-info .process-number {
    width: 6.4rem;
    height: 6.4rem;
    line-height: 6.4rem;
    left: 2.4rem;
    top: -9.6rem;
  }
}
/* Only global animations */
.switcher-content {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.75s cubic-bezier(0.28, 1, 0.4, 1);
}
.switcher-content .switcher-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1;
  transition: opacity 0.01s ease 0.8s;
}
.switcher-content .switcher-item .switcher-item-media {
  position: relative;
  overflow: hidden;
}
.switcher-content .switcher-item .switcher-item-media .media {
  transform: translateX(-100%);
  position: relative;
  overflow: hidden;
  transition: all 0.01s cubic-bezier(0.28, 1, 0.4, 1) 0.8s;
}
.switcher-content .switcher-item .switcher-item-content {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.55s cubic-bezier(0.28, 1, 0.4, 1);
}
.switcher-content .switcher-item.is-active {
  opacity: 1;
  z-index: 2;
  transition: none;
}
.switcher-content .switcher-item.is-active .switcher-item-media .media {
  transform: none;
  transition: all 0.95s cubic-bezier(0.28, 1, 0.4, 1);
}
.switcher-content .switcher-item.is-active .switcher-item-content {
  transform: none;
  opacity: 1;
  transition: all 0.55s cubic-bezier(0.28, 1, 0.4, 1) 0.55s;
}

/* Only Naimations are set up here */
.service-container .service-index .service-item {
  margin-top: 0.8rem;
  position: relative;
  padding: 2rem 2.4rem;
  transition: all 0.55s cubic-bezier(0.28, 1, 0.4, 1);
  display: block;
  cursor: pointer;
  background: #F0F0F0;
  border-radius: 4px;
  /*&::after, &::before {
      content: "";
      width: 3px;
      height: 100%;
      background: v.$border;
      position: absolute;
      top: 0;
      left: 0;
  }

  &::after {
      height: 0;
      background: v.$primary;
      background: linear-gradient(180deg, v.$primary 0%, v.$secondary 100%);
      transition: all 0.55s v.$cubic;
  }*/
}
.service-container .service-index .service-item .service-item-title, .service-container .service-index .service-item .service-item-tags {
  transition: color 0.55s cubic-bezier(0.28, 1, 0.4, 1);
  display: block;
}
.service-container .service-index .service-item .service-item-tags {
  margin-top: 0.4rem;
}
.service-container .service-index .service-item:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .service-container .service-index .service-item.is-active {
    background: #947F64;
  }
  .service-container .service-index .service-item.is-active .service-item-title, .service-container .service-index .service-item.is-active .service-item-tags {
    color: #FFFFFF;
  }
}
.service-container .service-content .service-item .service-item-content {
  margin-top: 4.8rem;
}
.service-container .service-content .service-item .service-item-content .service-item-intro {
  margin-top: 2.4rem;
}
.service-container .service-content .service-item .service-item-content .service-item-keywords {
  margin-top: 2.4rem;
  color: #727272;
  font-size: 12px;
}
.service-container .service-content .service-item .service-item-content .service-item-keywords .sep {
  display: inline-block;
  width: 1px;
  height: 14px;
  transform: translateY(2.5px);
  margin: 0 5px;
}
.service-container .service-content .service-item .service-item-content .btn-container {
  justify-content: space-between;
  display: flex;
  align-items: end;
  margin-top: 4.8rem;
}

@media only screen and (max-width: 768px) {
  .service-container .service-index .service-item {
    margin-top: 1.6rem;
  }
  .service-container .service-index .service-item.is-active::after {
    display: none;
  }
  .service-container .service-index .service-item .subtitle {
    font-size: 12px !important;
  }
  .service-container .service-index .service-item .subtitle strong {
    font-weight: 500;
  }
  .service-container .service-content {
    display: none;
  }
  .service-container .col-6:has(.service-content) {
    display: none;
  }
}
.section-job-form {
  background: #F0F0F0;
}

.job-container {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}

.job-item .job-item-inner {
  background: #F0F0F0;
  padding: 2.4rem 2.4rem;
  display: block;
  justify-content: space-between;
  display: flex;
  align-items: end;
  position: relative;
  border-radius: 4px;
  /*&::after {
      content: "";
      position: absolute;
      top: -2px;
      left: 0;
      width: 100%;
      height: 2px;
      background: v.$border;
      width: 0;
      background: v.$primary;
      transition: all 0.55s v.$cubic;
  }*/
}
.job-item .job-item-inner .btn-easy {
  transform: translateY(5px);
  opacity: 0;
  transition: all 0.55s cubic-bezier(0.28, 1, 0.4, 1);
}
.job-item .job-item-inner:hover .btn-easy {
  transform: none;
  opacity: 1;
  transition: all 0.55s cubic-bezier(0.28, 1, 0.4, 1);
}

@media only screen and (max-width: 768px) {
  .job-item .job-item-inner .btn-easy {
    display: none;
  }
  .job-item .job-item-inner .item-name {
    font-size: calc(21px * 0.8);
  }
}
.fs-marquee {
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
}
.fs-marquee .fs-marquee-container {
  width: 300%;
  display: flex;
  position: relative;
  left: 0px;
}
.fs-marquee .fs-marquee-container.clone {
  position: absolute;
  left: 0px;
  top: 0;
}
.fs-marquee .fs-marquee-item {
  padding: 0 0.8rem;
  display: flex;
}
.fs-marquee .fs-marquee-item .fs-marquee-item-content {
  padding: 0 0.8rem;
  display: inline-block;
}
.fs-marquee .fs-marquee-item .fs-marquee-item-content:first-child {
  padding-left: 0;
}
.fs-marquee .fs-marquee-item .fs-marquee-item-content:last-child {
  padding-left: 0;
}
.fs-marquee .fs-marquee-item.logo-marquee-item span {
  display: inline-block;
  width: 120px;
  margin: 0 3.2rem;
  transition: all 0.5s ease;
}
.fs-marquee .fs-marquee-item.logo-marquee-item span img {
  max-width: 100%;
  height: auto;
}

#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 99999;
  pointer-events: none;
}
#page-loader .page-loader-logo {
  width: 32rem;
  max-width: 80vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#page-loader .page-loader-logo svg path, #page-loader .page-loader-logo svg polygon {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
}
#page-loader .page-loader-logo svg .logo-symbole {
  transform: translateX(200px);
}
.has-landed #page-loader .page-loader-logo svg .logo-symbole {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 1s cubic-bezier(0.28, 1, 0.4, 1) 0.4s;
}
.has-landed #page-loader .page-loader-logo svg path:not(.logo-symbole), .has-landed #page-loader .page-loader-logo svg polygon {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.has-landed #page-loader .page-loader-logo svg path:not(.logo-symbole):nth-child(6), .has-landed #page-loader .page-loader-logo svg polygon:nth-child(6) {
  transition-delay: 0.6s;
}
.has-landed #page-loader .page-loader-logo svg path:not(.logo-symbole):nth-child(5), .has-landed #page-loader .page-loader-logo svg polygon:nth-child(5) {
  transition-delay: 0.63s;
}
.has-landed #page-loader .page-loader-logo svg path:not(.logo-symbole):nth-child(4), .has-landed #page-loader .page-loader-logo svg polygon:nth-child(4) {
  transition-delay: 0.66s;
}
.has-landed #page-loader .page-loader-logo svg path:not(.logo-symbole):nth-child(3), .has-landed #page-loader .page-loader-logo svg polygon:nth-child(3) {
  transition-delay: 0.69s;
}
.has-landed #page-loader .page-loader-logo svg path:not(.logo-symbole):nth-child(2), .has-landed #page-loader .page-loader-logo svg polygon:nth-child(2) {
  transition-delay: 0.72s;
}
.has-loaded #page-loader {
  opacity: 0;
  height: 0;
  transition: opacity 0.6s ease 0.3s, height 0.01s ease 0.7s;
}
.has-loaded #page-loader .page-loader-logo svg {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease !important;
}

body.smooth-out {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.socialmedia-list {
  align-items: center;
  justify-content: left;
  gap: 1.2rem;
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
  margin-top: 4.8rem;
}
.socialmedia-list li {
  position: relative;
}
.socialmedia-list li:first-child {
  margin-left: 0;
}
.socialmedia-list li:last-child {
  margin-right: 0;
}
.socialmedia-list li a {
  position: relative;
  display: block;
  width: 20px;
  padding: 12px;
  box-sizing: content-box;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: all 0.25s ease;
}
.socialmedia-list li a svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  transition: all 0.25s ease;
  fill: #2B2F2E;
}
.socialmedia-list li a:hover {
  background: #947F64;
}
.socialmedia-list li a:hover svg {
  fill: #FFFFFF;
}

.fs-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  align-content: center;
}
.fs-popup .fs-popup-close {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 auto;
  border-radius: 40px;
  background-color: #FFFFFF;
  cursor: pointer;
  color: #947F64;
  background-image: url(assets/images/cross.svg);
  background-position: right 50% top 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  transform: translateY(50%);
  z-index: 99999;
  position: relative;
}
.fs-popup .fs-popup-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1440px;
  aspect-ratio: 16/9;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.fs-popup .fs-popup-inner iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.fs-popup .fs-popup-inner video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/*# sourceMappingURL=style.css.map */
