@charset "UTF-8";
/* COLORS */
body {
  background: #000000;
}

.bg-light {
  background: #FFFDF8 !important;
}

.bg-dark {
  background: #010101;
}

@media screen and (max-width: 575px) {
  .container {
    padding: 0 24px;
  }
}

span.registered {
  position: relative;
  padding-right: 13px;
  display: inline-block;
}
span.registered::after {
  content: "®";
  font-size: 70%;
  position: absolute;
  top: -6px;
  right: 3px;
}

h1 {
  color: #FFFDF8;
  font-family: Montserrat;
  font-size: 42px;
  font-style: normal;
  font-weight: 100;
  line-height: 120%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
h1.black {
  color: #000000;
}

#homepage h2 {
  color: #FFFDF8;
  font-family: Montserrat;
  font-size: 55px;
  font-style: normal;
  font-weight: 100;
  line-height: 120%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #homepage h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  #homepage h2 {
    font-size: 32px;
  }
}

h2 {
  color: #FFFDF8;
  font-family: Montserrat;
  font-size: 42px;
  font-style: normal;
  font-weight: 100;
  line-height: 120%;
}
h2 span.registered {
  position: relative;
  padding-right: 29px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h2 span.registered {
    padding-right: 23px;
  }
}
@media screen and (max-width: 767px) {
  h2 span.registered {
    padding-right: 22px;
  }
}
h2 span.registered::after {
  font-size: 60%;
  top: -11px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
h2.black {
  color: #000000;
}

h3 {
  color: #FFFDF8;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 100;
  line-height: 120%;
  margin-bottom: 15px;
}
h3 span.registered {
  position: relative;
  padding-right: 21px;
}
h3.black {
  color: #000000;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
h4.black {
  color: #000000;
}

h5 {
  color: #FDDE9D;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.4px;
}

.description p {
  color: #FFFDF8;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 275;
  line-height: 150%;
}
.description p a {
  color: #FFFDF8;
  text-decoration: none;
}
.description p b, .description p strong {
  font-weight: 700;
}
.description.black p {
  color: #000000;
}
.description.black p a {
  color: #000000;
}

p {
  color: #FFFDF8;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 275;
  line-height: 150%;
}
p a {
  color: #FFFDF8;
  text-decoration: none;
}
p b, p strong {
  font-weight: 700;
}

ol li,
ul li {
  color: #FFFDF8;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 275;
  line-height: 150%;
}

img {
  max-width: 100%;
}

.cta, #mpwp-container input[type=submit] {
  color: #000000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #FFFDF8;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
}
.cta.outline, #mpwp-container input.outline[type=submit] {
  border: 1px solid #000000;
}
.cta.light, #mpwp-container input.light[type=submit] {
  background: transparent;
  color: #FFFDF8;
  border: 1px solid #FFFDF8;
}
.cta.dark, #mpwp-container input.dark[type=submit] {
  background: #000000;
  color: #FFFDF8;
}
.cta.no-border, #mpwp-container input.no-border[type=submit] {
  padding: 0;
  border: none;
  font-size: 16px;
}

.form-quotation input[type=text],
.form-quotation input[type=email],
.form-quotation input[type=tel],
.form-quotation textarea {
  border: none;
  border-bottom: 1px solid #FFFDF8;
  background: transparent;
  border-radius: 0;
  color: #FFFDF8;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  width: 100%;
  max-height: 84px;
  padding: 28px 0;
}
.form-quotation input[type=text]::-moz-placeholder, .form-quotation input[type=email]::-moz-placeholder, .form-quotation input[type=tel]::-moz-placeholder, .form-quotation textarea::-moz-placeholder {
  color: #FFFDF8;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
}
.form-quotation input[type=text]::placeholder,
.form-quotation input[type=email]::placeholder,
.form-quotation input[type=tel]::placeholder,
.form-quotation textarea::placeholder {
  color: #FFFDF8;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
}
.form-quotation .wpcf7-list-item {
  margin: 28px 0 !important;
}
.form-quotation .wpcf7-list-item .wpcf7-list-item-label span {
  color: #FFFDF8;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}
.form-quotation .wpcf7-list-item .wpcf7-list-item-label span a {
  color: #FFFDF8;
}
.form-quotation .wpcf7-list-item label {
  display: flex;
  gap: 10px;
}
.form-quotation .wpcf7-submit {
  background: transparent;
  color: #FFFDF8;
  border: 1px solid #FFFDF8;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: inline-flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  margin-bottom: 12px;
}

.wpcf7-response-output {
  color: #FFFDF8;
  font-family: Montserrat;
  font-size: 14px;
}

#mpwp-container {
  margin-bottom: 40px;
}
#mpwp-container input[type=email] {
  width: 100%;
  background: transparent;
  color: #FFFDF8;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 250;
  line-height: 120%;
  height: 65px;
  border: none;
  border-bottom: 1px solid #FFFDF8;
}
#mpwp-container input[type=email]::-moz-placeholder {
  width: 100%;
  background: transparent;
  color: rgba(255, 253, 248, 0.3);
  font-family: Montserrat;
  font-size: 33px;
  font-style: normal;
  font-weight: 250;
  line-height: 40px;
}
#mpwp-container input[type=email]::placeholder {
  width: 100%;
  background: transparent;
  color: rgba(255, 253, 248, 0.3);
  font-family: Montserrat;
  font-size: 33px;
  font-style: normal;
  font-weight: 250;
  line-height: 40px;
}
#mpwp-container .mupwp-form-term {
  margin-top: 5px;
}
#mpwp-container .mupwp-form-term p {
  font-size: 12px;
}
#mpwp-container input[type=submit] {
  border: none;
}

#mpwp-container .feedback {
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
}

.swiper {
  width: 100vw;
  margin-left: calc((1295px - 100vw) / 2);
  margin-right: calc((1295px - 100vw) / 2);
  padding: 0 calc((100vw - 1295px) / 2) 80px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .swiper {
    margin-left: calc((1115px - 100vw) / 2);
    margin-right: calc((1115px - 100vw) / 2);
    padding: 0 calc((100vw - 1115px) / 2) 80px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper {
    margin-left: calc((935px - 100vw) / 2);
    margin-right: calc((935px - 100vw) / 2);
    padding: 0 calc((100vw - 935px) / 2) 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .swiper {
    margin-left: calc((695px - 100vw) / 2);
    margin-right: calc((695px - 100vw) / 2);
    padding: 0 calc((100vw - 695px) / 2) 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .swiper {
    margin-left: calc((515px - 100vw) / 2);
    margin-right: calc((515px - 100vw) / 2);
    padding: 0 calc((100vw - 515px) / 2) 80px;
  }
}
@media screen and (max-width: 575px) {
  .swiper {
    padding: 0 24px 80px;
    margin-left: -24px;
    margin-right: -24px;
  }
}
.swiper .wrapper-nav {
  position: absolute;
  bottom: 0px;
  display: flex;
  gap: 18px;
  height: 13px;
  z-index: 1;
  right: calc((100vw - 1295px) / 2);
}
@media screen and (min-width: 1400px) {
  .swiper .wrapper-nav {
    right: calc((100vw - 1300px) / 2);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .swiper .wrapper-nav {
    right: calc((100vw - 1120px) / 2);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper .wrapper-nav {
    right: calc((100vw - 940px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .swiper .wrapper-nav {
    right: calc((100vw - 700px) / 2);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .swiper .wrapper-nav {
    right: calc((100vw - 520px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .swiper .wrapper-nav {
    right: 24px;
  }
}
.swiper .wrapper-nav .swiper-button-next,
.swiper .wrapper-nav .swiper-button-prev {
  position: relative;
  width: 8px;
  height: 13px;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
}
.swiper .wrapper-nav .swiper-button-next::after,
.swiper .wrapper-nav .swiper-button-prev::after {
  content: "";
  font-size: 0;
  width: 8px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.swiper .wrapper-nav .swiper-button-prev::after {
  background-image: url("../images/arrow.svg");
  transform: rotate(180deg);
}
.swiper .wrapper-nav .swiper-button-next::after {
  background-image: url("../images/arrow.svg");
}
.swiper .swiper-pagination-fraction {
  bottom: 0;
  width: 100px;
  text-align: left;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}
@media screen and (min-width: 1400px) {
  .swiper .swiper-pagination-fraction {
    left: calc((100vw - 1300px) / 2);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .swiper .swiper-pagination-fraction {
    left: calc((100vw - 1120px) / 2);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper .swiper-pagination-fraction {
    left: calc((100vw - 940px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .swiper .swiper-pagination-fraction {
    left: calc((100vw - 700px) / 2);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .swiper .swiper-pagination-fraction {
    left: calc((100vw - 520px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .swiper .swiper-pagination-fraction {
    left: 24px;
  }
}
.swiper .swiper-pagination-progressbar {
  top: auto;
  bottom: 6px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  max-width: 1200px;
  left: calc((100vw - 1295px) / 2);
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .swiper .swiper-pagination-progressbar {
    max-width: 1040px;
    left: calc((100vw - 1110px) / 2);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper .swiper-pagination-progressbar {
    max-width: 860px;
    left: calc((100vw - 930px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .swiper .swiper-pagination-progressbar {
    max-width: 620px;
    left: calc((100vw - 690px) / 2);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .swiper .swiper-pagination-progressbar {
    max-width: 440px;
    left: calc((100vw - 510px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .swiper .swiper-pagination-progressbar {
    max-width: calc(100% - 148px);
    left: 24px;
  }
}
.swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgba(255, 255, 255, 0.7);
}

.wrapper-light-toggle {
  width: 100%;
  height: 100%;
}
.wrapper-light-toggle.off .toggle-custom .circle {
  right: 40px;
}
.wrapper-light-toggle.off .wrapper-images img.main-image {
  opacity: 1;
}
.wrapper-light-toggle.off .wrapper-images img.light-image {
  opacity: 0;
}
.wrapper-light-toggle .wrapper-images {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.wrapper-light-toggle .wrapper-images img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper-light-toggle .wrapper-images img.main-image {
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
}
.wrapper-light-toggle .wrapper-images img.light-image {
  opacity: 1;
  z-index: 2;
  transition: all 0.5s;
}
.wrapper-light-toggle .toggle-custom {
  position: absolute;
  bottom: 100px;
  right: calc((100vw - 1295px) / 2);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 78px;
  height: 42px;
  gap: 6px;
  padding: 5px 8px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: linear-gradient(113deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0) 110.84%);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  cursor: pointer;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .wrapper-light-toggle .toggle-custom {
    right: calc((100vw - 1115px) / 2);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-light-toggle .toggle-custom {
    right: calc((100vw - 935px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-light-toggle .toggle-custom {
    right: calc((100vw - 695px) / 2);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .wrapper-light-toggle .toggle-custom {
    right: calc((100vw - 515px) / 2);
    bottom: 35px;
  }
}
@media screen and (max-width: 575px) {
  .wrapper-light-toggle .toggle-custom {
    right: 24px;
    bottom: 24px;
  }
}
.wrapper-light-toggle .toggle-custom span {
  color: #FFFDF8;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-light-toggle .toggle-custom .circle {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #917A6B;
  right: 6px;
  top: 5px;
  transition: all 0.5s;
}

.intro {
  padding: 215px 0 110px;
}

header {
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 3;
  transform: translateY(-300px);
}
@media screen and (max-width: 991px) {
  header {
    padding: 20px 0;
  }
}
header.initial {
  transform: translateY(0);
  transition: all 1.5s;
}
header.headerHome .header-wrapper {
  background: #000000;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  header.sticky {
    padding: 0;
  }
}
header.sticky .header-wrapper {
  background: #000000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0.8;
}
header.sticky .menu li {
  padding: 22px 0;
}
header.sticky .logo {
  height: 15px;
  transition: all 0.7s;
}
header.sticky .logo .logo-img {
  opacity: 0;
}
header.sticky .logo .favicon-img {
  opacity: 1;
}
header.sticky .wpml-ls a {
  padding: 23px 5px 24px 5px !important;
}
header.sticky .wpml-ls a::after {
  top: 28px !important;
}
@media screen and (max-width: 991px) {
  header .row {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 991px) {
  header .row .justify-content-start {
    justify-content: flex-end !important;
  }
}
header .header-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0.8;
  z-index: -1;
  transition: all 0.5s;
}
header .logo {
  text-decoration: none;
  position: relative;
  width: 134px;
  height: 74px;
  overflow: hidden;
}
header .logo .logo-img {
  opacity: 1;
  position: absolute;
  transition: all 0.5s;
}
header .logo .favicon-img {
  opacity: 0;
  position: absolute;
  transition: all 0.5s;
}
header .logo.visible {
  display: block;
}
header .gap-45 {
  gap: 45px;
}
@media screen and (max-width: 991px) {
  header .third-col {
    justify-content: flex-start !important;
  }
}
header .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 35px;
}
header .menu li {
  padding: 48px 0;
  transition: all 0.7s;
}
header .menu li a {
  position: relative;
  cursor: pointer;
  display: flex;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
}
header .menu li a:hover {
  font-style: italic;
}
header .menu li a.active {
  font-weight: 700;
  color: #FDDE9D;
}
header .menu li a .icon-social {
  width: 18px;
}
header .menu li.open-submenu .item {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
}
header .menu li.open-submenu .item .plus-minus {
  width: 9px;
}
header .menu li.open-submenu .item:hover {
  font-style: italic;
  padding-right: 1px;
}
header .menu li.open-submenu .item.active {
  font-weight: 700;
  color: #FDDE9D;
}
header .menu li.open-submenu .arrow {
  display: flex;
}
header .menu li.open-submenu .submenu {
  position: absolute;
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  padding: 110px 0 50px;
  background: #000000;
  z-index: -1;
}
header .menu li.open-submenu .submenu .row {
  padding: 0 70px;
}
header .menu li.open-submenu .submenu a {
  aspect-ratio: 290/147;
  width: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 12px;
}
header .menu li.open-submenu .submenu a:hover img {
  width: 110%;
  height: 110%;
}
header .menu li.open-submenu .submenu a span {
  position: relative;
  z-index: 1;
}
header .menu li.open-submenu .submenu a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 0;
  left: 0;
  top: 0;
}
header .menu li.open-submenu .submenu a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
header .open-menu-icon {
  cursor: pointer;
  display: flex;
}
header .wpml-ls {
  width: 37px;
  background: transparent;
}
header .wpml-ls a {
  padding: 12px 5px 12px 5px !important;
  background: transparent !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .wpml-ls a:hover span {
  font-style: italic;
}
header .wpml-ls a span {
  font-size: 15px;
}
header .wpml-ls a::after {
  border: none !important;
  width: 9px;
  height: 5px;
  right: auto !important;
  left: 100%;
  top: 18px !important;
  background-image: url("../images/dropdown-ls.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
header .wpml-ls .wpml-ls-sub-menu {
  background: rgba(0, 0, 0, 0.8);
  border: none;
}
header .wpml-ls .wpml-ls-sub-menu a {
  padding: 5px 6px 8px 7px !important;
}

#overlay-menu {
  z-index: 11;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 680px;
  background: #010101;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-100%);
  transition: all 0.8s;
}
#overlay-menu.open {
  transform: translateY(0);
}
#overlay-menu .overlay-header {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  #overlay-menu .overlay-header .row {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  #overlay-menu .overlay-header .row .justify-content-start {
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 767px) {
  #overlay-menu .overlay-header .row .justify-content-end {
    justify-content: flex-start !important;
  }
}
#overlay-menu .overlay-header .close-menu-icon {
  cursor: pointer;
}
#overlay-menu .overlay-header .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
#overlay-menu .overlay-footer {
  padding: 30px 0;
}
#overlay-menu .overlay-footer p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 275;
  line-height: 41px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #overlay-menu .overlay-footer p {
    font-size: 13px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  #overlay-menu .overlay-footer p.text-end {
    text-align: left !important;
  }
}
#overlay-menu .overlay-footer p a {
  color: #FFF;
  text-decoration: none;
}
#overlay-menu .overlay-footer p.text-end img {
  margin: 0 5px;
}
#overlay-menu .overlay-content .overlay-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#overlay-menu .overlay-content .overlay-menu.social {
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
}
#overlay-menu .overlay-content .overlay-menu li a {
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 275;
  line-height: 48px;
  text-transform: uppercase;
  text-decoration: none;
}
#overlay-menu .overlay-content .overlay-menu li a:hover {
  font-style: italic;
}
#overlay-menu .overlay-content .overlay-menu li a.active {
  font-weight: 700;
  color: #FDDE9D;
}
#overlay-menu .overlay-content .overlay-menu li a .icon-social {
  width: 18px;
}
#overlay-menu .image-bg {
  position: absolute;
  width: 42%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

footer {
  padding-top: 70px;
  position: relative;
  z-index: 2;
}
footer p {
  font-size: 14px;
}
footer p a {
  position: relative;
}
footer p a.address {
  display: flex;
}
footer p a:hover {
  text-decoration: underline;
}
footer .copyright {
  border-top: 1px solid #FFFDF8;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  footer .copyright .col-md-6.text-end p {
    text-align: left !important;
  }
}
footer .copyright p {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  footer .copyright .privacy-recaptcha {
    padding-bottom: 50px;
  }
}
footer .wrapper-locations {
  display: flex;
  gap: 70px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  footer .wrapper-locations {
    flex-wrap: wrap;
    -moz-column-gap: 70px;
         column-gap: 70px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .wrapper-locations {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  footer .wrapper-locations {
    flex-wrap: wrap;
    -moz-column-gap: 70px;
         column-gap: 70px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  footer .wrapper-locations {
    flex-direction: column;
    gap: 20px;
  }
}
footer .wrapper-locations .wrapper-socials {
  display: flex;
  gap: 12px;
}
footer .wrapper-locations .wrapper-socials a {
  text-decoration: none;
}
footer .map {
  opacity: 0.8;
}

.grecaptcha-badge {
  display: none !important;
}

.logo-loading {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.logo-loading img {
  transition: all 1.5s;
}
.logo-loading.visible {
  opacity: 1;
}
.logo-loading.upper {
  position: fixed;
  top: 20px;
  transform: translate(-50%, 0);
  transition: all 1.5s;
}
.logo-loading.upper img {
  transform: scale(1);
}
.logo-loading.sticky {
  transition: all 0.5s;
  top: 38px;
  height: 14px;
  overflow: hidden;
}

.line-loading {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 65px;
  width: 240px;
  height: 2px;
  background: transparent;
  z-index: 2;
}
.line-loading.complete .internal-line {
  width: 100%;
  background: #FFFDF8;
}
.line-loading.hidden {
  opacity: 0;
  transition: 1s;
}
.line-loading .internal-line {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  transition: all 1s;
}

.overlay-loading {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000000;
}

#homepage {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #homepage .hero-slider {
    display: flex;
    align-items: center;
  }
}
#homepage .hero-slider .swiperHeroHp {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  z-index: 0;
}
#homepage .hero-slider .swiperHeroHp .swiper-slide {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 100vh;
  min-height: 880px;
}
@media screen and (max-width: 767px) {
  #homepage .hero-slider .swiperHeroHp .swiper-slide {
    min-height: auto;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #homepage .hero-slider .swiperHeroHp .swiper-slide.first {
    padding: 110px 0;
  }
}
#homepage .hero-slider .swiperHeroHp .swiper-slide.first video {
  width: 100%;
}
#homepage .hero-slider .swiperHeroHp .swiper-slide.second {
  position: relative;
}
#homepage .hero-slider .swiperHeroHp .swiper-slide.second h1 {
  position: relative;
  z-index: 2;
  color: #FFFDF8;
  text-align: center;
  font-size: 33px;
  font-weight: 100;
  line-height: 125%;
  width: 650px;
  opacity: 0;
  text-transform: uppercase;
  transition: all 1.5s;
  padding-top: 225px;
}
#homepage .hero-slider .swiperHeroHp .swiper-slide.second h1.visible {
  opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage .hero-slider .swiperHeroHp .swiper-slide.second h1 {
    max-width: 500px;
    font-size: 32px;
    padding: 290px 24px 0;
  }
}
@media screen and (max-width: 767px) {
  #homepage .hero-slider .swiperHeroHp .swiper-slide.second h1 {
    max-width: 500px;
    font-size: 32px;
    padding: 160px 24px 0;
  }
}
#homepage .hero-slider .swiperHeroHp .swiper-slide.second .first-bg,
#homepage .hero-slider .swiperHeroHp .swiper-slide.second .second-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  opacity: 0;
  transition: all 2.5s;
}
#homepage .hero-slider .swiperHeroHp .swiper-slide.second .first-bg.visible,
#homepage .hero-slider .swiperHeroHp .swiper-slide.second .second-bg.visible {
  opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage .hero-slider .swiperHeroHp .swiper-slide.second .first-bg,
  #homepage .hero-slider .swiperHeroHp .swiper-slide.second .second-bg {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  #homepage .hero-slider .swiperHeroHp .swiper-slide.second .first-bg,
  #homepage .hero-slider .swiperHeroHp .swiper-slide.second .second-bg {
    height: auto;
    width: 130%;
    max-width: 130%;
    top: 305px;
  }
}
#homepage .hero-slider .swiperHeroHp .swiper-slide.second .first-bg {
  z-index: 0;
}
#homepage .hero-slider .swiperHeroHp .swiper-slide.second .second-bg {
  z-index: 1;
}
#homepage .hero-slider .swiperHeroHp .swiper-slide.second .ellipse {
  position: absolute;
  width: 100%;
  background-image: url("../images/ellipse.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -50px;
  z-index: 2;
  aspect-ratio: 1440/325;
}
#homepage .hero-slider .swiperHeroHp .swiper-slide.third {
  padding: 110px 0 0;
}
#homepage .hero-slider .swiperHeroHp .swiper-slide.third .wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#homepage .hero-slider .swiperHeroHp .swiper-slide.third .wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#homepage .hero-slider .swiperHeroHp .swiper-slide.third .wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#homepage .hero-slider .swiperHeroHp .wrapper-nav {
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  bottom: auto;
  height: 34px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #homepage .hero-slider .swiperHeroHp .wrapper-nav {
    width: calc(100vw - 48px);
    justify-content: space-between;
    right: 24px;
    top: 60%;
  }
}
#homepage .hero-slider .swiperHeroHp .wrapper-nav .swiper-button-prev,
#homepage .hero-slider .swiperHeroHp .wrapper-nav .swiper-button-next {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: #FFFFFF;
  opacity: 0.65;
  transition: all 0.5s;
}
#homepage .hero-slider .swiperHeroHp .wrapper-nav .swiper-button-prev:hover,
#homepage .hero-slider .swiperHeroHp .wrapper-nav .swiper-button-next:hover {
  opacity: 1;
}
#homepage .hero-slider .swiperHeroHp .wrapper-nav .swiper-button-prev::after,
#homepage .hero-slider .swiperHeroHp .wrapper-nav .swiper-button-next::after {
  filter: invert(1);
  opacity: 0.7;
}
#homepage .hero-slider .swiperHeroHp .swiper-pagination {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 60px;
  width: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #homepage .hero-slider .swiperHeroHp .swiper-pagination {
    flex-direction: row;
    justify-content: center;
    top: auto;
    transform: translate(-50%, 0);
    bottom: 0;
    left: 50%;
  }
}
#homepage .hero-slider .swiperHeroHp .swiper-pagination .swiper-pagination-bullet {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  background: none;
  width: auto;
  height: auto;
  opacity: 0.5;
}
#homepage .hero-slider .swiperHeroHp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  font-weight: 700;
}
#homepage .hero-slider .wrapper-video {
  margin-top: 114px;
  margin-bottom: 60px;
  position: relative;
}
#homepage .hero-slider .wrapper-video video {
  width: 100%;
}
#homepage .hero-slider .wrapper-video .wrapper-playpause {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
  width: 80%;
}
#homepage .hero-slider .wrapper-video .wrapper-playpause .icon-control {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
#homepage .hero-slider .wrapper-video .wrapper-playpause .icon-control img {
  position: absolute;
}
#homepage .hero-slider .wrapper-video .wrapper-playpause .icon-control #playIcon,
#homepage .hero-slider .wrapper-video .wrapper-playpause .icon-control #mute {
  display: none;
}
#homepage .hero {
  position: relative;
  height: 100vh;
  min-height: 750px;
  padding-top: 180px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage .hero {
    min-height: 730px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #homepage .hero {
    padding-top: 160px;
    min-height: 650px;
    height: auto;
  }
}
#homepage .hero h1 {
  position: relative;
  z-index: 2;
  color: #FFFDF8;
  text-align: center;
  font-size: 33px;
  font-weight: 100;
  line-height: 125%;
  width: 650px;
  opacity: 0;
  text-transform: uppercase;
  transition: all 1.5s;
}
#homepage .hero h1.visible {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  #homepage .hero h1 {
    max-width: 500px;
    font-size: 35px;
    padding: 0 24px;
  }
}
#homepage .hero .first-bg,
#homepage .hero .second-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  opacity: 0;
  transition: all 2.5s;
}
#homepage .hero .first-bg.visible,
#homepage .hero .second-bg.visible {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  #homepage .hero .first-bg,
  #homepage .hero .second-bg {
    height: auto;
    width: 120%;
    top: auto;
    bottom: 0;
  }
}
#homepage .hero .first-bg {
  z-index: 0;
}
#homepage .hero .second-bg {
  z-index: 1;
}
#homepage .hero .ellipse {
  position: absolute;
  width: 100%;
  background-image: url("../images/ellipse.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -50px;
  z-index: 2;
  aspect-ratio: 1440/325;
}
#homepage .history-slider {
  padding: 70px 0 120px;
  opacity: 0.1;
  transition: all 2s;
}
@media screen and (max-width: 767px) {
  #homepage .history-slider {
    padding: 120px 0 0;
  }
}
#homepage .history-slider.visible {
  opacity: 1;
}
#homepage .history-slider .swiperHistory {
  width: 100%;
  padding: 50px 0 90px;
  margin: 0;
}
#homepage .history-slider .swiperHistory .drag-scroll {
  position: absolute;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  right: 75px;
  bottom: -4px;
}
#homepage .history-slider .swiperHistory .wrapper-info {
  z-index: 2;
  opacity: 0;
  transition: all 1s;
}
#homepage .history-slider .swiperHistory .wrapper-info.visible {
  opacity: 1;
}
#homepage .history-slider .swiperHistory .swiper-wrapper {
  transition-duration: 1.2s !important;
}
#homepage .history-slider .swiperHistory .title {
  position: absolute;
  top: 125px;
  left: 0;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 55px;
  font-style: normal;
  font-weight: 100;
  line-height: 120%;
  z-index: 2;
}
#homepage .history-slider .swiperHistory .description {
  position: absolute;
  right: 110px;
  bottom: 90px;
  width: 255px;
  z-index: 2;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #homepage .history-slider .swiperHistory .description {
    right: 0px;
  }
}
#homepage .history-slider .swiperHistory .swiper-slide {
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.5s;
}
#homepage .history-slider .swiperHistory .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
#homepage .history-slider .swiperHistory .swiper-slide img {
  aspect-ratio: 405/522;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#homepage .history-slider .swiperHistory .swiper-pagination-fraction {
  left: 0;
}
#homepage .history-slider .swiperHistory .wrapper-nav {
  right: 0;
}
@media screen and (max-width: 767px) {
  #homepage .history-slider .swiperHistoryMobile {
    padding-bottom: 40px;
  }
}
#homepage .history-slider .swiperHistoryMobile .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
#homepage .history-slider .swiperHistoryMobile .swiper-slide.swiper-slide-active .title,
#homepage .history-slider .swiperHistoryMobile .swiper-slide.swiper-slide-active .description {
  opacity: 1;
}
#homepage .history-slider .swiperHistoryMobile .swiper-slide img {
  aspect-ratio: 280/260;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
#homepage .history-slider .swiperHistoryMobile .swiper-slide .title,
#homepage .history-slider .swiperHistoryMobile .swiper-slide .description {
  opacity: 0;
  transition: all 0.5s;
}
#homepage .tailor-made {
  padding: 130px 0;
}
#homepage .tailor-made .container-fluid {
  padding: 0 50px;
  max-width: 1520px;
}
@media screen and (max-width: 767px) {
  #homepage .tailor-made .container-fluid .row {
    gap: 24px;
  }
}
#homepage .tailor-made .box-tailor {
  aspect-ratio: 660/730;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 65px 75px;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#homepage .tailor-made .box-tailor:hover img {
  transform: scale(1.1);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #homepage .tailor-made .box-tailor {
    padding: 35px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage .tailor-made .box-tailor {
    padding: 25px 35px;
    aspect-ratio: 1/1.5;
  }
}
@media screen and (max-width: 767px) {
  #homepage .tailor-made .box-tailor {
    padding: 26px 30px;
    aspect-ratio: 1/1.3;
  }
}
#homepage .tailor-made .box-tailor h2 {
  z-index: 2;
  max-width: 320px;
  font-size: 45px;
  line-height: 108%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage .tailor-made .box-tailor h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  #homepage .tailor-made .box-tailor h2 {
    font-size: 32px;
  }
}
#homepage .tailor-made .box-tailor .description {
  z-index: 2;
}
#homepage .tailor-made .box-tailor .description p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #homepage .tailor-made .box-tailor .description p {
    font-size: 16px;
  }
}
#homepage .tailor-made .box-tailor img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
#homepage .tailor-made .box-tailor .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0) 100%);
}
#homepage .wood {
  position: relative;
  height: 100vh;
  min-height: 650px;
}
#homepage .wood h2 {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (min-width: 1400px) {
  #homepage .wood h2 {
    width: 856px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #homepage .wood h2 {
    width: 736px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #homepage .wood h2 {
    width: 536px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage .wood h2 {
    width: 336px;
  }
}
@media screen and (min-width: 768px) {
  #homepage .wood h2.fixed {
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  #homepage .wood h2 {
    position: relative;
    padding-top: 250px;
  }
}
#homepage .wood .full-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#homepage .wood .full-screen .wrapper-light-toggle .toggle-custom {
  bottom: 180px;
}
#homepage .wood .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.34) 37.8%, rgba(0, 0, 0, 0.2) 53.91%, rgba(0, 0, 0, 0.34) 68.35%);
}
#homepage .forniture {
  height: 100vh;
  position: relative;
  margin-bottom: 50vh;
}
@media screen and (max-width: 767px) {
  #homepage .forniture {
    height: auto;
    margin-bottom: 0;
  }
}
#homepage .forniture .wrapper-forniture {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1400px) {
  #homepage .forniture .wrapper-forniture {
    width: 416px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #homepage .forniture .wrapper-forniture {
    width: 356px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #homepage .forniture .wrapper-forniture {
    width: 376px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage .forniture .wrapper-forniture {
    width: 336px;
  }
}
@media screen and (min-width: 768px) {
  #homepage .forniture .wrapper-forniture.fixed {
    position: fixed;
    aspect-ratio: 455/600;
  }
}
@media screen and (max-width: 767px) {
  #homepage .forniture .wrapper-forniture {
    margin-top: 50px;
    position: relative;
  }
}
#homepage .forniture .wrapper-light-toggle {
  position: relative;
  aspect-ratio: 455/600;
}
#homepage .forniture .wrapper-light-toggle .toggle-custom {
  right: 0;
  bottom: 60px;
}
#homepage .essences {
  padding: 220px 0 170px;
  position: relative;
  z-index: 2;
}
#homepage .essences h2 {
  margin-bottom: 0;
}
#homepage .essences .swiperEssences {
  padding-top: 40px;
}
#homepage .essences .swiperEssences .swiper-slide {
  aspect-ratio: 1/1;
  width: 100%;
  cursor: pointer;
}
#homepage .essences .swiperEssences .swiper-slide.off img.main-image {
  opacity: 0;
}
#homepage .essences .swiperEssences .swiper-slide.off img.light-image {
  opacity: 1;
}
#homepage .essences .swiperEssences .swiper-slide.off .bulb {
  background-image: url("../images/essence-off.svg");
}
@media screen and (min-width: 992px) {
  #homepage .essences .swiperEssences .swiper-slide:hover img.main-image {
    opacity: 0;
  }
  #homepage .essences .swiperEssences .swiper-slide:hover img.light-image {
    opacity: 1;
  }
  #homepage .essences .swiperEssences .swiper-slide:hover .bulb {
    background-image: url("../images/essence-off.svg");
  }
}
#homepage .essences .swiperEssences .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
  z-index: 1;
}
#homepage .essences .swiperEssences .swiper-slide img.main-image {
  opacity: 1;
}
#homepage .essences .swiperEssences .swiper-slide img.light-image {
  opacity: 0;
}
#homepage .essences .swiperEssences .swiper-slide .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(44deg, rgba(0, 0, 0, 0) 50.75%, rgba(0, 0, 0, 0.4) 98.74%);
  z-index: 2;
}
#homepage .essences .swiperEssences .swiper-slide .bulb {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 30px;
  height: 30px;
  background-image: url("../images/essence-on.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
#homepage .parallax {
  position: relative;
  z-index: 2;
}
#homepage .parallax .wrapper-full-screen {
  position: relative;
  width: 100%;
}
#homepage .parallax .wrapper-full-screen .full-screen {
  height: 100vh;
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage .parallax .wrapper-full-screen .full-screen.full-image {
    height: 650px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #homepage .parallax .wrapper-full-screen .full-screen.full-image {
    height: 550px;
  }
}
@media screen and (max-width: 575px) {
  #homepage .parallax .wrapper-full-screen .full-screen.full-image {
    height: 350px;
  }
}
#homepage .parallax .wrapper-full-screen .full-screen.full-text {
  height: auto;
  padding: 250px 0 130px;
}
@media screen and (max-width: 991px) {
  #homepage .parallax .wrapper-full-screen .full-screen.full-text {
    height: auto;
    padding: 130px 0;
  }
}
#homepage .parallax .wrapper-full-screen .full-screen.full-text .row {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #homepage .parallax .wrapper-full-screen .full-screen.full-text .row {
    justify-content: start;
    gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  #homepage .parallax .wrapper-full-screen .wrapper-light-toggle.fixed {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
  }
}
#homepage .parallax .wrapper-full-screen .wrapper-light-toggle.off .wrapper-images .light-image {
  opacity: 1;
  z-index: 1;
}
#homepage .video {
  position: relative;
  z-index: 2;
  padding-bottom: 130px;
}
#homepage .video video {
  width: 100%;
}
@media screen and (max-width: 575px) {
  #homepage .video video {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
}
#homepage .collections {
  padding: 0 0 200px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #homepage .collections {
    padding: 0 0 130px;
  }
}
#homepage .collections h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #homepage .collections .swiperCollections {
    padding-bottom: 60px;
  }
}
#homepage .collections .swiperCollections a {
  text-decoration: none;
}
#homepage .collections .swiperCollections .swiper-slide {
  display: flex;
  flex-direction: column;
}
#homepage .collections .swiperCollections .swiper-slide .wrapper-images {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#homepage .collections .swiperCollections .swiper-slide .wrapper-images:hover img.main {
  opacity: 0;
}
#homepage .collections .swiperCollections .swiper-slide .wrapper-images:hover img.hover {
  opacity: 1;
}
#homepage .collections .swiperCollections .swiper-slide .wrapper-images img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#homepage .collections .swiperCollections .swiper-slide .wrapper-images img.main {
  opacity: 1;
  transition: all 0.5s;
}
#homepage .collections .swiperCollections .swiper-slide .wrapper-images img.hover {
  opacity: 0;
  transition: all 0.5s;
}
#homepage .collections .swiperCollections .swiper-slide h5 {
  text-transform: uppercase;
  margin-top: 15px;
}
#homepage .news {
  padding: 130px 0;
  background: #24201D;
  position: relative;
  z-index: 2;
}
#homepage .news h2 {
  margin-bottom: 50px;
}
#homepage .news .wrapper-posts {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  #homepage .news .wrapper-posts {
    width: 100vw;
    overflow-x: scroll;
    justify-content: flex-start;
    scrollbar-width: none;
  }
  #homepage .news .wrapper-posts::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage .news .wrapper-posts {
    margin-left: calc((695px - 100vw) / 2);
    margin-right: calc((695px - 100vw) / 2);
    padding: 0 calc((100vw - 695px) / 2);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #homepage .news .wrapper-posts {
    margin-left: calc((515px - 100vw) / 2);
    margin-right: calc((515px - 100vw) / 2);
    padding: 0 calc((100vw - 515px) / 2);
  }
}
@media screen and (max-width: 575px) {
  #homepage .news .wrapper-posts {
    padding: 0 24px;
    margin: 0 -24px;
  }
}
#homepage .news .wrapper-posts .news-card {
  width: calc(25% - 15px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #homepage .news .wrapper-posts .news-card {
    width: calc(30% - 15px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage .news .wrapper-posts .news-card {
    min-width: 55%;
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  #homepage .news .wrapper-posts .news-card {
    min-width: 70vw;
    width: 70vw;
  }
}
#homepage .news .wrapper-posts .news-card:first-of-type {
  width: calc(50% - 15px);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #homepage .news .wrapper-posts .news-card:first-of-type {
    width: calc(40% - 15px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage .news .wrapper-posts .news-card:first-of-type {
    min-width: 55%;
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  #homepage .news .wrapper-posts .news-card:first-of-type {
    min-width: 70vw;
    width: 70vw;
  }
}
#homepage .news .wrapper-posts .news-card:first-of-type .overlay {
  display: none;
}
#homepage .news .wrapper-posts .news-card:first-of-type .img-post {
  aspect-ratio: 630/320;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
#homepage .news .wrapper-posts .news-card:first-of-type .wrapper-info {
  position: relative;
  bottom: auto;
  left: auto;
  max-width: 100%;
}
#homepage .news .wrapper-posts .news-card:first-of-type .wrapper-info .title {
  margin-bottom: 10px;
}
#homepage .news .wrapper-posts .news-card:first-of-type .wrapper-info .excerpt {
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 20px;
  display: block;
}
#homepage .news .wrapper-posts .news-card .img-post {
  width: 102%;
  height: 102%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 991px) {
  #homepage .news .wrapper-posts .news-card .img-post {
    aspect-ratio: 630/320;
    margin-bottom: 16px;
  }
}
#homepage .news .wrapper-posts .news-card .category {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 8px;
  background: #FFFFFF;
  color: #010101;
  font-family: Montserrat;
  font-size: 11.358px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  border-radius: 3px;
}
#homepage .news .wrapper-posts .news-card .wrapper-info {
  position: absolute;
  bottom: 25px;
  left: 25px;
  max-width: calc(100% - 50px);
}
@media screen and (max-width: 991px) {
  #homepage .news .wrapper-posts .news-card .wrapper-info {
    position: relative;
    bottom: auto;
    left: auto;
    max-width: 100%;
  }
}
#homepage .news .wrapper-posts .news-card .wrapper-info .title {
  color: #FFFDF8;
  font-family: Montserrat;
  font-size: 25.34px;
  font-style: normal;
  font-weight: 275;
  line-height: 120%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #homepage .news .wrapper-posts .news-card .wrapper-info .title {
    font-size: 20px;
  }
}
#homepage .news .wrapper-posts .news-card .wrapper-info .excerpt {
  display: none;
}
#homepage .news .wrapper-posts .news-card .wrapper-info .read-more {
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 275;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
}
#homepage .news .wrapper-posts .news-card .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(65, 47, 34, 0) 34.25%, rgba(65, 47, 34, 0.81) 60.53%);
}
@media screen and (max-width: 991px) {
  #homepage .news .wrapper-posts .news-card .overlay {
    display: none;
  }
}

#collections .products {
  padding-bottom: 80px;
}
#collections .products .col-product {
  padding: 0 35px 70px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #collections .products .col-product {
    padding: 0 24px 70px;
  }
}
@media screen and (max-width: 767px) {
  #collections .products .col-product {
    padding: 0 24px 40px;
  }
}
#collections .products .single-product {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-decoration: none;
}
#collections .products .wrapper-images {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#collections .products .wrapper-images:hover img.main {
  opacity: 0;
}
#collections .products .wrapper-images:hover img.hover {
  opacity: 1;
}
#collections .products .wrapper-images img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#collections .products .wrapper-images img.main {
  opacity: 1;
  transition: all 0.5s;
}
#collections .products .wrapper-images img.hover {
  opacity: 0;
  transition: all 0.5s;
}

#single-collection h1 {
  margin-bottom: 15px;
}
#single-collection h2 {
  font-size: 40px;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #single-collection .toggle-custom {
    bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  #single-collection .toggle-custom {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
  }
}
#single-collection .custom-breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0 0 30px 0;
  list-style: none;
}
#single-collection .custom-breadcrumb ul li {
  display: flex;
  color: #FFFDF8;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
}
#single-collection .custom-breadcrumb ul li a {
  color: #FFFDF8;
  text-decoration: none;
}
#single-collection .introduction .row {
  align-items: center;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  #single-collection .introduction .row {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #single-collection .introduction .row {
    align-items: flex-end;
  }
}
#single-collection .introduction .no-padding {
  padding: 0;
}
#single-collection .introduction .wrapper-light-toggle {
  aspect-ratio: 2/3;
  position: relative;
}
@media screen and (min-width: 1200px) {
  #single-collection .introduction .wrapper-light-toggle {
    aspect-ratio: unset;
    height: 100vh;
  }
}
#single-collection .introduction .wrapper-light-toggle .wrapper-images {
  position: absolute;
}
#single-collection .introduction .wrapper-light-toggle .toggle-custom {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  z-index: 1;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  #single-collection .introduction .wrapper-intro {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #single-collection .introduction .wrapper-intro {
    padding: 0 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #single-collection .introduction .wrapper-intro {
    padding: 65px calc((100vw - 530px) / 2) 0;
  }
}
@media screen and (max-width: 575px) {
  #single-collection .introduction .wrapper-intro {
    padding: 65px 15px 0;
  }
}
#single-collection .introduction .description.short {
  margin: 55px 0;
  max-width: 445px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #single-collection .introduction .description.short {
    margin: 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #single-collection .introduction .description.short {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  #single-collection .introduction .description.short {
    margin: 30px 0;
  }
}
#single-collection .introduction .cta, #single-collection .introduction #mpwp-container input[type=submit], #mpwp-container #single-collection .introduction input[type=submit] {
  margin-bottom: 12px;
}
#single-collection .presentation {
  padding: 130px 0;
}
#single-collection .presentation .description p {
  padding-right: 10px;
}
#single-collection .image-full {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 991px) {
  #single-collection .image-full {
    height: auto;
    aspect-ratio: 400/295;
    overflow: hidden;
  }
}
#single-collection .image-full .full-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#single-collection .technology {
  padding: 150px 0 130px;
}
#single-collection .gallery {
  padding-bottom: 70px;
}
#single-collection .gallery .swiperGallery .swiper-slide a {
  display: flex;
  aspect-ratio: 488/525;
}
#single-collection .gallery .swiperGallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#single-collection .gallery .overlay-gallery {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  z-index: 999;
}
#single-collection .gallery .overlay-gallery .prevButton,
#single-collection .gallery .overlay-gallery .nextButton {
  width: 20px;
  height: 35px;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center;
}
#single-collection .gallery .overlay-gallery .prevButton {
  transform: rotate(180deg);
}
#single-collection .contact {
  padding: 120px 0;
}

#contact {
  background-image: url("/wp-content/uploads/2025/01/storia-di-passione.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 140%;
}
#contact .map {
  padding: 210px 0 180px;
}
@media screen and (max-width: 767px) {
  #contact .map {
    padding: 210px 0 100px;
  }
}
#contact .map h1 {
  margin-bottom: 35px;
}
#contact .map p {
  line-height: 168%;
}
#contact .map .contacts {
  padding-top: 24px;
}
#contact .map .wrapper-map {
  margin-top: 55px;
}
#contact .map .wrapper-socials {
  display: flex;
  gap: 20px;
}
#contact .map .wrapper-socials a {
  text-decoration: none;
}
#contact .form {
  padding-bottom: 160px;
}
#contact a:hover {
  text-decoration: underline;
}

#single-page {
  padding: 200px 0 150px;
}

#about .intro {
  padding: 215px 0 250px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #about .intro {
    padding: 200px 0;
  }
}
#about .intro .container {
  position: relative;
  z-index: 2;
}
#about .intro .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 250px;
  left: 0;
}
#about .intro .description {
  padding-right: 30px;
}
#about .about-description {
  position: relative;
  height: 100vh;
  min-height: 750px;
}
@media screen and (max-width: 767px) {
  #about .about-description {
    height: auto;
    min-height: auto;
  }
}
#about .about-description .wrapper {
  height: 100vh;
  min-height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #about .about-description .wrapper.fixed {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #about .about-description .wrapper {
    height: auto;
    padding: 160px 0;
  }
}
#about .about-description .container {
  position: relative;
  z-index: 2;
}
#about .about-description .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
#about .about-description .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(165.07% 75.49% at 38.23% 57.61%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
#about .video {
  position: relative;
  padding: 100px 0 0;
}
#about .video video {
  width: 100%;
}
@media screen and (max-width: 575px) {
  #about .video video {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
}
#about .founders {
  padding: 130px 0 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #about .founders {
    padding: 105px 0;
  }
}
#about .founders .image-founder {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #about .founders .image-founder {
    margin-top: 40px;
  }
}
#about .founders .description {
  max-width: 90%;
}
#about .history {
  padding-bottom: 200px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #about .history .swiperStory {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #about .history .swiperStory {
    padding-top: 10px;
  }
}
#about .history .swiperStory .swiper-wrapper::before {
  content: "";
  width: 2px;
  height: 285px;
  position: absolute;
  display: block;
  background: #FFFFFF;
  top: 100px;
  z-index: 1;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #about .history .swiperStory .swiper-wrapper::before {
    height: 340px;
    top: 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #about .history .swiperStory .swiper-wrapper::before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #about .history .swiperStory .swiper-wrapper::before {
    height: 450px;
    top: -20px;
  }
}
#about .history .swiperStory .swiper-slide::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  display: block;
  top: 170px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 12px 2px;
  background-repeat: repeat-x;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #about .history .swiperStory .swiper-slide::after {
    top: 45px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #about .history .swiperStory .swiper-slide::after {
    top: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #about .history .swiperStory .swiper-slide::after {
    top: 110px;
  }
}
@media screen and (max-width: 767px) {
  #about .history .swiperStory .swiper-slide::after {
    top: 125px;
  }
}
#about .history .swiperStory .swiper-slide.swiper-slide-prev .row, #about .history .swiperStory .swiper-slide.swiper-slide-next .row {
  opacity: 0;
  transition: all 1s;
}
#about .history .swiperStory .swiper-slide:last-of-type .row .wrapper-image .overlay {
  background: rgba(0, 0, 0, 0.4);
}
#about .history .swiperStory .swiper-slide .row {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #about .history .swiperStory .swiper-slide .row .text-end {
    text-align: left !important;
  }
}
#about .history .swiperStory .swiper-slide .row .wrapper-title {
  text-align: left;
  position: absolute;
  left: 110px;
  top: 190px;
  max-width: 265px;
  z-index: 1;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #about .history .swiperStory .swiper-slide .row .wrapper-title {
    top: 90px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #about .history .swiperStory .swiper-slide .row .wrapper-title {
    left: -40px;
    top: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #about .history .swiperStory .swiper-slide .row .wrapper-title {
    top: 130px;
  }
}
@media screen and (max-width: 767px) {
  #about .history .swiperStory .swiper-slide .row .wrapper-title {
    left: 73px;
    bottom: auto;
    top: 165px;
    max-width: 100%;
  }
}
#about .history .swiperStory .swiper-slide .row .wrapper-image {
  max-width: 420px;
  margin-right: 30px;
  position: relative;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #about .history .swiperStory .swiper-slide .row .wrapper-image {
    max-width: 400px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #about .history .swiperStory .swiper-slide .row .wrapper-image {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #about .history .swiperStory .swiper-slide .row .wrapper-image {
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  #about .history .swiperStory .swiper-slide .row .wrapper-image {
    max-width: 265px;
    margin-left: 43px;
    margin-right: 0;
  }
}
#about .history .swiperStory .swiper-slide .row .wrapper-image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
}
#about .history .swiperStory .swiper-slide .row .wrapper-image .image-slide {
  aspect-ratio: 675/780;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #about .history .swiperStory .swiper-slide .row .description {
    margin-top: -45px;
    position: relative;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  #about .history .swiperStory .swiper-slide .row .description {
    margin-top: -25px;
    position: relative;
  }
}
#about .history .swiperStory .swiper-slide .row .description p {
  margin-top: 230px;
  padding-left: 30px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #about .history .swiperStory .swiper-slide .row .description p {
    margin-top: 150px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #about .history .swiperStory .swiper-slide .row .description p {
    margin-top: 130px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #about .history .swiperStory .swiper-slide .row .description p {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #about .history .swiperStory .swiper-slide .row .description p {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 15px;
  }
}

#handicrafts .intro {
  padding: 215px 0 0;
}
@media screen and (max-width: 767px) {
  #handicrafts .intro {
    padding: 200px 0 0;
  }
}
#handicrafts .intro .container-fluid {
  max-width: 1410px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #handicrafts .intro .container-fluid {
    padding: 0 24px;
  }
}
#handicrafts .intro h1 {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #handicrafts .intro .wrapper-details {
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  #handicrafts .intro .wrapper-details::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #handicrafts .intro .wrapper-details {
    margin: 0 calc((510px - 100vw) / 2);
    padding: 0 calc((100vw - 510px) / 2);
  }
  #handicrafts .intro .wrapper-details .col-md-4 {
    width: 65%;
  }
}
@media screen and (max-width: 575px) {
  #handicrafts .intro .wrapper-details {
    margin: 0 -24px;
    padding: 0 24px;
  }
  #handicrafts .intro .wrapper-details .col-md-4 {
    width: 80%;
  }
}
#handicrafts .intro .wrapper-feature {
  aspect-ratio: 458/700;
  overflow: hidden;
  position: relative;
  margin-left: -7px;
  margin-right: -7px;
}
#handicrafts .intro .wrapper-feature .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
#handicrafts .intro .wrapper-feature .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#handicrafts .intro .wrapper-feature h2 {
  position: absolute;
  z-index: 2;
  left: 25px;
  bottom: 50px;
  margin-bottom: 0;
}
#handicrafts .handicrafts-description {
  padding: 130px 0 55px;
}
@media screen and (max-width: 767px) {
  #handicrafts .handicrafts-description {
    padding: 130px 0 0;
  }
}
#handicrafts .handicrafts-description .wrapper {
  position: relative;
}
#handicrafts .handicrafts-description .wrapper h3 {
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  #handicrafts .handicrafts-description .wrapper h3 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  #handicrafts .handicrafts-description .wrapper.fixed .description {
    position: fixed;
    top: 130px;
  }
}
#handicrafts .handicrafts-description .wrapper .description {
  width: 488px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #handicrafts .handicrafts-description .wrapper .description {
    width: 385px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #handicrafts .handicrafts-description .wrapper .description {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  #handicrafts .handicrafts-description .wrapper .description {
    width: 100%;
  }
}
#handicrafts .handicrafts-description .wrapper .image {
  width: 555px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #handicrafts .handicrafts-description .wrapper .image {
    width: 410px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #handicrafts .handicrafts-description .wrapper .image {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  #handicrafts .handicrafts-description .wrapper .image {
    margin-top: 65px;
  }
}
#handicrafts .outro {
  position: relative;
  padding: 175px 0 95px;
}
@media screen and (max-width: 767px) {
  #handicrafts .outro {
    padding: 65px 0 95px;
  }
}
#handicrafts .outro .image {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  #handicrafts .outro .image {
    margin-top: 65px;
    aspect-ratio: 330/425;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 65%;
       object-position: 65%;
  }
}

#tailor-products .intro {
  padding: 215px 0 250px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #tailor-products .intro {
    padding: 200px 0;
  }
}
#tailor-products .intro .description p {
  margin-bottom: 35px;
}
#tailor-products .intro .container {
  position: relative;
  z-index: 2;
}
#tailor-products .intro .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 250px;
  left: 0;
}
#tailor-products .tailor-product-description {
  position: relative;
  padding: 350px 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #tailor-products .tailor-product-description {
    padding: 250px 0;
  }
}
@media screen and (max-width: 991px) {
  #tailor-products .tailor-product-description {
    padding: 170px 0;
  }
}
#tailor-products .tailor-product-description .container {
  position: relative;
  z-index: 2;
}
#tailor-products .tailor-product-description .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
#tailor-products .tailor-product-description .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
}
#tailor-products .outro {
  padding: 185px 0 115px;
}
@media screen and (max-width: 767px) {
  #tailor-products .outro {
    padding: 115px 0;
  }
}
@media screen and (max-width: 991px) {
  #tailor-products .outro .column-reverse {
    flex-direction: column-reverse;
  }
}
#tailor-products .outro .wrapper .description {
  width: 385px;
}
@media screen and (max-width: 991px) {
  #tailor-products .outro .wrapper .description {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #tailor-products .outro .wrapper .image {
    width: 400px;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #tailor-products .outro .wrapper .cta, #tailor-products .outro .wrapper #mpwp-container input[type=submit], #mpwp-container #tailor-products .outro .wrapper input[type=submit] {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
#tailor-products .outro .wrapper.second {
  padding-top: 100px;
}
@media screen and (min-width: 992px) {
  #tailor-products .outro .wrapper.second.fixed .description {
    position: fixed;
    top: 100px;
  }
}
#tailor-products .outro .wrapper .gap-40 {
  gap: 40px;
}
@media screen and (max-width: 991px) {
  #tailor-products .outro .wrapper .gap-40 {
    margin-top: 40px;
    align-items: flex-start !important;
  }
}
#tailor-products .contact {
  padding: 140px 0 100px;
}

#archive-news .intro {
  padding: 215px 0 60px;
}
@media screen and (max-width: 767px) {
  #archive-news .intro {
    padding: 200px 0 20px;
  }
}
#archive-news .news-filters {
  position: sticky;
  top: 62px;
  z-index: 3;
  padding-bottom: 20px;
  background: #000000;
}
#archive-news .news-filters .filters {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #archive-news .news-filters .filters {
    flex-direction: column;
    align-items: flex-start;
  }
}
#archive-news .news-filters .filters p {
  margin-bottom: 0;
  font-weight: 500;
}
#archive-news .news-filters .filters .wrapper-categories {
  display: flex;
  gap: 13px;
}
#archive-news .news-filters .filters .wrapper-categories .cta, #archive-news .news-filters .filters .wrapper-categories #mpwp-container input[type=submit], #mpwp-container #archive-news .news-filters .filters .wrapper-categories input[type=submit] {
  margin-bottom: 0;
  position: relative;
}
#archive-news .news-filters .filters .wrapper-categories .cta.active::after, #archive-news .news-filters .filters .wrapper-categories #mpwp-container input.active[type=submit]::after, #mpwp-container #archive-news .news-filters .filters .wrapper-categories input.active[type=submit]::after {
  content: "";
  display: block;
  position: absolute;
  font-family: Montserrat;
  top: 5px;
  right: 5px;
  width: 8px;
  height: 8px;
  background-image: url("../images/close-menu-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: invert(1);
}
#archive-news .articles {
  padding-bottom: 140px;
}
#archive-news .articles .row {
  row-gap: 60px;
}
#archive-news .news-card a {
  text-decoration: none;
}
#archive-news .news-card.full-news .single-news .wrapper-image {
  aspect-ratio: 794/460;
}
@media screen and (max-width: 767px) {
  #archive-news .news-card.full-news .single-news .wrapper-image {
    aspect-ratio: 336/560;
  }
}
#archive-news .news-card.full-news .single-news .wrapper-info {
  position: absolute;
  bottom: 25px;
  left: 25px;
  max-width: calc(100% - 50px);
}
#archive-news .news-card.full-news .single-news .wrapper-info .excerpt {
  display: block;
}
#archive-news .news-card .single-news {
  position: relative;
}
#archive-news .news-card .single-news .wrapper-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 390/325;
}
@media screen and (max-width: 767px) {
  #archive-news .news-card .single-news .wrapper-image {
    aspect-ratio: 336/280;
  }
}
#archive-news .news-card .single-news .wrapper-image .img-post {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#archive-news .news-card .single-news .wrapper-image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
#archive-news .news-card .single-news .category {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 8px;
  background: #FFFFFF;
  color: #010101;
  font-family: Montserrat;
  font-size: 11.358px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  border-radius: 3px;
}
#archive-news .news-card .single-news .wrapper-info {
  padding-top: 20px;
}
#archive-news .news-card .single-news .wrapper-info .excerpt {
  display: none;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 0px;
  margin-top: 10px;
}

.wp-lightbox-overlay .scrim {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.wp-lightbox-overlay .close-button {
  fill: #fff !important;
}

#single-post .intro {
  padding: 210px 0 85px;
}
@media screen and (max-width: 767px) {
  #single-post .intro {
    padding: 200px 0 75px;
  }
}
#single-post .intro h1 {
  margin-bottom: 30px;
}
#single-post .intro .date {
  margin-bottom: 40px;
}
#single-post .related {
  padding: 88px 0;
}
#single-post .related .swiperRelated {
  padding-top: 20px;
}
#single-post .related .single-news .img-post {
  aspect-ratio: 387/324;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 23px;
}
#single-post .related .single-news h3 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #single-post .related .single-news h3 {
    font-size: 20px;
  }
}

#tailor-projects .intro {
  padding: 192px 0 82px 0;
}
#tailor-projects .intro .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
#tailor-projects .intro .container-fluid .row {
  margin-left: -6px;
  margin-right: -6px;
}
#tailor-projects .intro .container-fluid .row > * {
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (max-width: 767px) {
  #tailor-projects .intro {
    padding: 200px 0 50px 0;
  }
  #tailor-projects .intro .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  #tailor-projects .intro .container-fluid .row {
    margin: 0 -24px;
    padding: 0 24px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #tailor-projects .intro .container-fluid .row > * {
    width: 58%;
  }
}
@media screen and (max-width: 575px) {
  #tailor-projects .intro .container-fluid .row > * {
    width: 80%;
  }
}
#tailor-projects .intro-text {
  padding-bottom: 144px;
}
#tailor-projects .intro-text h1 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #tailor-projects .intro-text {
    padding-bottom: 96px;
  }
  #tailor-projects .intro-text h1 {
    font-size: 24px;
    margin-bottom: 58px;
  }
  #tailor-projects .intro-text .cta, #tailor-projects .intro-text #mpwp-container input[type=submit], #mpwp-container #tailor-projects .intro-text input[type=submit] {
    margin-top: 40px;
  }
}
#tailor-projects .outro {
  padding-top: 104px;
  padding-bottom: 100px;
}
#tailor-projects .outro h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  #tailor-projects .outro {
    padding-bottom: 50px;
  }
  #tailor-projects .outro h2 {
    font-size: 24px;
    margin-bottom: 26px;
  }
}
#tailor-projects .contact {
  padding-top: 100px;
  padding-bottom: 150px;
}
#tailor-projects .contact h2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  #tailor-projects .contact {
    padding-top: 50px;
    padding-bottom: 94px;
  }
  #tailor-projects .contact h2 {
    font-size: 24px;
    margin-bottom: 26px;
  }
}

#essences-page .intro {
  padding: 215px 0 60px;
}
@media screen and (max-width: 767px) {
  #essences-page .intro {
    padding: 200px 0 60px;
  }
}
#essences-page .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  #essences-page .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
#essences-page h1 {
  font-size: 40px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #essences-page h1 {
    font-size: 32px;
    margin-bottom: 64px;
  }
}
#essences-page .essences-filters {
  position: sticky;
  top: 62px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 991px) {
  #essences-page .essences-filters {
    top: 55px;
  }
}
#essences-page .filters {
  display: flex;
  gap: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#essences-page .essences-grid {
  margin-top: 40px;
}
#essences-page .essences-grid .row {
  row-gap: 56px;
}
#essences-page .essence-cell .new-wood {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: 2.4px;
  color: #949494;
  text-transform: uppercase;
  margin-bottom: 4px;
}
#essences-page .essence-cell .title {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #FFFDF8;
}
#essences-page .wrapper-images {
  margin-bottom: 24px;
  position: relative;
}
#essences-page .wrapper-images.off img.off-image {
  opacity: 1;
}
#essences-page .wrapper-images.off .bulb {
  background-image: url("../images/essence-off.svg");
}
#essences-page .wrapper-images img {
  width: 100%;
  aspect-ratio: 1/1.1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
#essences-page .wrapper-images img.off-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#essences-page .wrapper-images .bulb {
  position: absolute;
  bottom: 26px;
  right: 26px;
  width: 30px;
  height: 30px;
  background-image: url("../images/essence-on.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  #essences-page .wrapper-images:hover img.off-image {
    opacity: 1;
  }
  #essences-page .wrapper-images:hover .bulb {
    background-image: url("../images/essence-off.svg");
  }
}
#essences-page .finishes {
  padding-top: 178px;
}
@media screen and (max-width: 767px) {
  #essences-page .finishes {
    padding-top: 125px;
  }
}
#essences-page .finishes h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 14px;
}
#essences-page .finishes-grid {
  margin-top: 60px;
  padding-bottom: 136px;
}
@media screen and (max-width: 767px) {
  #essences-page .finishes-grid {
    padding-bottom: 100px;
  }
}
#essences-page .finishes-grid .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #essences-page .finishes-grid .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #essences-page .finishes-grid .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}
#essences-page .finishes-grid .finish-cell img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
#essences-page .finishes-grid .finish-cell .title {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 20px;
}

#download {
  padding-bottom: 96px;
}
#download .intro {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #download .intro {
    padding-top: 200px;
  }
}
#download h1 {
  font-size: 40px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #download h1 {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
#download .description {
  max-width: 700px;
}
#download .filters {
  display: flex;
  gap: 13px;
  margin-top: 26px;
}
#download .download-section {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  #download .download-section {
    padding-top: 96px;
  }
}
#download h2 {
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#download .download-row {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #FFFDF8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #FFFFFF;
}
#download .download-row a, #download .download-row button {
  border: none;
  padding: 4px 20px;
  background: transparent;
}
#download .download-row .all {
  font-weight: 600;
  font-style: italic;
}/*# sourceMappingURL=style.css.map */