.cart__product__media__image,
.cursor,
.footer__background,
.footer__canvas-trigger,
.fslightbox-container .fslightbox-toolbar-button[title="Close"]:before,
.menu__background,
.modal__cart,
.modal__cart:after,
.modal__cart__button:before,
.modal__cart__footer__button:before,
.modal__cart__product__media__image,
.preloader,
[data-project-video] iframe {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.coverflow-section__icon {
  align-items: center;
  background: #ece4e1;
  border-radius: 50%;
  display: flex;
  height: 6rem;
  justify-content: center;
  width: 6rem;
}
.coverflow-section__icon svg {
  height: 100%;
  left: 0.2em;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  width: 100%;
}
.coverflow-section__icon {
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0, 1);
  z-index: 2;
}
.coreminds-architecture__media--active .coverflow-section__icon {
  opacity: 0;
}
.footer,
.footer__bottom {
  border-top: 0.1rem solid rgba(53, 53, 53, 0.2);
  position: relative;
}
.footer:after,
.footer__bottom:after {
  background: #fff;
  content: "";
  height: 0.1rem;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.cart__product__quantity,
.modal__cart__product__quantity {
  align-items: center;
  border-radius: 0.2rem;
  display: flex;
  font-size: 1.3rem;
  font-weight: 500;
  height: 7rem;
  position: relative;
  width: 12rem;
}
.cart__product__quantity:before,
.modal__cart__product__quantity:before {
  border: 1px solid;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.cart__product__quantity input,
.modal__cart__product__quantity input {
  height: 100%;
  text-align: center;
  width: 100%;
}
.cart__product__quantity [data-quantity-decrease],
.cart__product__quantity [data-quantity-increase],
.modal__cart__product__quantity [data-quantity-decrease],
.modal__cart__product__quantity [data-quantity-increase] {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 5rem;
  position: absolute;
  width: 45%;
  z-index: 1;
}
.cart__product__quantity [data-quantity-decrease] svg,
.cart__product__quantity [data-quantity-increase] svg,
.modal__cart__product__quantity [data-quantity-decrease] svg,
.modal__cart__product__quantity [data-quantity-increase] svg {
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 1.2rem;
}
.cart__product__quantity [data-quantity-decrease],
.modal__cart__product__quantity [data-quantity-decrease] {
  left: 0;
}
.cart__product__quantity [data-quantity-increase],
.modal__cart__product__quantity [data-quantity-increase] {
  right: 0;
}
.footer__link,
.navigation__button {
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
  min-width: 20rem;
  padding-bottom: 1rem;
  position: relative;
}
.footer__link:after,
.navigation__button:after {
  animation: none;
  background: currentColor;
  bottom: 0;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  transform-origin: 0 0;
  width: 100%;
}
.footer__link:hover:after,
.group:hover .footer__link:after,
.group:hover .navigation__button:after,
.navigation__button:hover:after {
  animation: button-underline 0.75s cubic-bezier(0.15, 0.85, 0.45, 1) forwards;
}
.footer__link:hover .footer__link__icon,
.footer__link:hover .navigation__button__icon,
.footer__link:hover .navigation__button__icon__mobile,
.group:hover .footer__link .footer__link__icon,
.group:hover .footer__link .navigation__button__icon,
.group:hover .footer__link .navigation__button__icon__mobile,
.group:hover .navigation__button .footer__link__icon,
.group:hover .navigation__button .navigation__button__icon,
.group:hover .navigation__button .navigation__button__icon__mobile,
.navigation__button:hover .footer__link__icon,
.navigation__button:hover .navigation__button__icon,
.navigation__button:hover .navigation__button__icon__mobile {
  animation: button-icon-movement 0.75s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}
.footer__link:hover[data-movement="backward"] .footer__link__icon,
.footer__link:hover[data-movement="backward"] .navigation__button__icon,
.footer__link:hover[data-movement="backward"] .navigation__button__icon__mobile,
.group:hover .footer__link[data-movement="backward"] .footer__link__icon,
.group:hover .footer__link[data-movement="backward"] .navigation__button__icon,
.group:hover
  .footer__link[data-movement="backward"]
  .navigation__button__icon__mobile,
.group:hover .navigation__button[data-movement="backward"] .footer__link__icon,
.group:hover
  .navigation__button[data-movement="backward"]
  .navigation__button__icon,
.group:hover
  .navigation__button[data-movement="backward"]
  .navigation__button__icon__mobile,
.navigation__button:hover[data-movement="backward"] .footer__link__icon,
.navigation__button:hover[data-movement="backward"] .navigation__button__icon,
.navigation__button:hover[data-movement="backward"]
  .navigation__button__icon__mobile {
  animation: button-icon-movement-reverse 0.75s cubic-bezier(0.77, 0, 0.18, 1)
    forwards;
}
.footer__link .button__icon-holder,
.navigation__button .button__icon-holder {
  overflow: hidden;
  right: 0;
}
.footer__link__text,
.navigation__button__text,
.navigation__button__text__mobile {
  position: relative;
  z-index: 1;
}
.footer__link__icon,
.navigation__button__icon,
.navigation__button__icon__mobile {
  display: block;
  position: relative;
  width: 3.1rem;
  z-index: 1;
}
.modal__cart__footer__button {
  border: 0.1rem solid rgba(53, 53, 53, 0.3);
  margin-top: 6rem;
  padding: 2.4rem;
  position: relative;
  transition: color 0.4s, border-color 0.4s, opacity 0.4s, background 0.4s;
  width: 25.5rem;
}
.modal__cart__footer__button:before {
  background: #353535;
}
.modal__cart__footer__button:hover .button__icon-holder svg {
  animation: button-icon-movement 0.75s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}
.is-disabled.modal__cart__footer__button,
.modal__cart__footer__button:disabled {
  background: transparent;
  box-shadow: inset 0 0 0 0.1rem currentColor;
  color: #353535;
  opacity: 0.3;
  pointer-events: none;
}
.modal__cart__footer__button span {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.cart__form__input__button,
.cart__product__remove__promocode,
.modal__cart__footer__button__icon,
.modal__cart__redirect__button__icon {
  width: 3.1rem;
}
.contact-form button,
.contract-form button,
.modal__cart__redirect__button,
.team-form button,
.wpcf7-form button {
  align-items: center;
  background: #353535;
  color: #ece4e1;
  display: inline-flex;
  justify-content: space-between;
  padding: 2.5rem 2.6rem;
  position: relative;
  text-align: left;
}
.contact-form button:hover .button__icon-holder svg,
.contract-form button:hover .button__icon-holder svg,
.modal__cart__redirect__button:hover .button__icon-holder svg,
.team-form button:hover .button__icon-holder svg,
.wpcf7-form button:hover .button__icon-holder svg {
  animation: button-icon-movement 0.75s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}
.contact-form button.is-disabled,
.contact-form button:disabled,
.contract-form button.is-disabled,
.contract-form button:disabled,
.is-disabled.modal__cart__redirect__button,
.modal__cart__redirect__button:disabled,
.team-form button.is-disabled,
.team-form button:disabled,
.wpcf7-form button.is-disabled,
.wpcf7-form button:disabled {
  background: #353535;
  color: #ece4e1;
  opacity: 0.7;
  pointer-events: none;
}
.btn__icon {
  position: relative;
}
.swiper-pagination-bullet {
  border: 1px solid;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 0;
  height: 1rem;
  position: relative;
  transition: color 0.5s cubic-bezier(0.15, 0.85, 0.45, 1),
    background 0.5s cubic-bezier(0.15, 0.85, 0.45, 1);
  width: 1rem;
}
.swiper-pagination-bullet:not(:first-child) {
  margin-left: 1rem;
}
.swiper-pagination-bullet-active.swiper-pagination-bullet {
  background: currentColor;
}
.cart__product__footer a,
.cart__resume__row a,
.cart__total__title a,
.footer__columns a,
.footer__link a,
.footer__list__column a,
.footer__privacy,
.form-success-message a,
.menu__controls__language__button a,
.menu__controls__language__button__mobile a,
.menu__icon__text,
.menu__title__divider a,
.menu__title__link,
.menu__title__link a,
.modal__cart__footer__button a,
.modal__cart__product__footer a,
.modal__cart__resume__row a,
.modal__cart__total__title a,
.navigation__button a,
.navigation__information__article__description a,
.navigation__information__article__title a,
.navigation__list__item__title__number a,
.navigation__sublist__item__link a,
.password-show-hide {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
}
.cart__product__footer a:focus-visible:before,
.cart__product__footer a:hover:before,
.cart__resume__row a:focus-visible:before,
.cart__resume__row a:hover:before,
.cart__total__title a:focus-visible:before,
.cart__total__title a:hover:before,
.footer__columns a:focus-visible:before,
.footer__columns a:hover:before,
.footer__link a:focus-visible:before,
.footer__link a:hover:before,
.footer__list__column a:focus-visible:before,
.footer__list__column a:hover:before,
.footer__privacy:focus-visible:before,
.footer__privacy:hover:before,
.form-success-message a:focus-visible:before,
.form-success-message a:hover:before,
.menu__controls__language__button a:focus-visible:before,
.menu__controls__language__button a:hover:before,
.menu__controls__language__button__mobile a:focus-visible:before,
.menu__controls__language__button__mobile a:hover:before,
.menu__icon__text:focus-visible:before,
.menu__icon__text:hover:before,
.menu__title__divider a:focus-visible:before,
.menu__title__divider a:hover:before,
.menu__title__link a:focus-visible:before,
.menu__title__link a:hover:before,
.modal__cart__footer__button a:focus-visible:before,
.modal__cart__footer__button a:hover:before,
.modal__cart__product__footer a:focus-visible:before,
.modal__cart__product__footer a:hover:before,
.modal__cart__resume__row a:focus-visible:before,
.modal__cart__resume__row a:hover:before,
.modal__cart__total__title a:focus-visible:before,
.modal__cart__total__title a:hover:before,
.navigation__button a:focus-visible:before,
.navigation__button a:hover:before,
.navigation__information__article__description a:focus-visible:before,
.navigation__information__article__description a:hover:before,
.navigation__information__article__title a:focus-visible:before,
.navigation__information__article__title a:hover:before,
.navigation__list__item__title__number a:focus-visible:before,
.navigation__list__item__title__number a:hover:before,
.navigation__sublist__item__link a:focus-visible:before,
.navigation__sublist__item__link a:hover:before,
.password-show-hide:focus-visible:before,
.password-show-hide:hover:before {
  transform: translateX(0);
  transition: transform 0.45s cubic-bezier(0.15, 0.85, 0.45, 1) 0.2s;
}
.cart__product__footer a:focus-visible:after,
.cart__product__footer a:hover:after,
.cart__resume__row a:focus-visible:after,
.cart__resume__row a:hover:after,
.cart__total__title a:focus-visible:after,
.cart__total__title a:hover:after,
.footer__columns a:focus-visible:after,
.footer__columns a:hover:after,
.footer__link a:focus-visible:after,
.footer__link a:hover:after,
.footer__list__column a:focus-visible:after,
.footer__list__column a:hover:after,
.footer__privacy:focus-visible:after,
.footer__privacy:hover:after,
.form-success-message a:focus-visible:after,
.form-success-message a:hover:after,
.menu__controls__language__button a:focus-visible:after,
.menu__controls__language__button a:hover:after,
.menu__controls__language__button__mobile a:focus-visible:after,
.menu__controls__language__button__mobile a:hover:after,
.menu__icon__text:focus-visible:after,
.menu__icon__text:hover:after,
.menu__title__divider a:focus-visible:after,
.menu__title__divider a:hover:after,
.menu__title__link a:focus-visible:after,
.menu__title__link a:hover:after,
.modal__cart__footer__button a:focus-visible:after,
.modal__cart__footer__button a:hover:after,
.modal__cart__product__footer a:focus-visible:after,
.modal__cart__product__footer a:hover:after,
.modal__cart__resume__row a:focus-visible:after,
.modal__cart__resume__row a:hover:after,
.modal__cart__total__title a:focus-visible:after,
.modal__cart__total__title a:hover:after,
.navigation__button a:focus-visible:after,
.navigation__button a:hover:after,
.navigation__information__article__description a:focus-visible:after,
.navigation__information__article__description a:hover:after,
.navigation__information__article__title a:focus-visible:after,
.navigation__information__article__title a:hover:after,
.navigation__list__item__title__number a:focus-visible:after,
.navigation__list__item__title__number a:hover:after,
.navigation__sublist__item__link a:focus-visible:after,
.navigation__sublist__item__link a:hover:after,
.password-show-hide:focus-visible:after,
.password-show-hide:hover:after {
  transform: translateX(101%);
  transition: transform 0.45s cubic-bezier(0.15, 0.85, 0.45, 1);
}
.cart__product__footer a:after,
.cart__product__footer a:before,
.cart__resume__row a:after,
.cart__resume__row a:before,
.cart__total__title a:after,
.cart__total__title a:before,
.footer__columns a:after,
.footer__columns a:before,
.footer__link a:after,
.footer__link a:before,
.footer__list__column a:after,
.footer__list__column a:before,
.footer__privacy:after,
.footer__privacy:before,
.form-success-message a:after,
.form-success-message a:before,
.menu__controls__language__button a:after,
.menu__controls__language__button a:before,
.menu__controls__language__button__mobile a:after,
.menu__controls__language__button__mobile a:before,
.menu__icon__text:after,
.menu__icon__text:before,
.menu__title__divider a:after,
.menu__title__divider a:before,
.menu__title__link a:after,
.menu__title__link a:before,
.modal__cart__footer__button a:after,
.modal__cart__footer__button a:before,
.modal__cart__product__footer a:after,
.modal__cart__product__footer a:before,
.modal__cart__resume__row a:after,
.modal__cart__resume__row a:before,
.modal__cart__total__title a:after,
.modal__cart__total__title a:before,
.navigation__button a:after,
.navigation__button a:before,
.navigation__information__article__description a:after,
.navigation__information__article__description a:before,
.navigation__information__article__title a:after,
.navigation__information__article__title a:before,
.navigation__list__item__title__number a:after,
.navigation__list__item__title__number a:before,
.navigation__sublist__item__link a:after,
.navigation__sublist__item__link a:before,
.password-show-hide:after,
.password-show-hide:before {
  background: currentColor;
  bottom: 0.15em;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
  will-change: transform;
}
.cart__product__footer a:before,
.cart__resume__row a:before,
.cart__total__title a:before,
.footer__columns a:before,
.footer__link a:before,
.footer__list__column a:before,
.footer__privacy:before,
.form-success-message a:before,
.menu__controls__language__button a:before,
.menu__controls__language__button__mobile a:before,
.menu__icon__text:before,
.menu__title__divider a:before,
.menu__title__link a:before,
.modal__cart__footer__button a:before,
.modal__cart__product__footer a:before,
.modal__cart__resume__row a:before,
.modal__cart__total__title a:before,
.navigation__button a:before,
.navigation__information__article__description a:before,
.navigation__information__article__title a:before,
.navigation__list__item__title__number a:before,
.navigation__sublist__item__link a:before,
.password-show-hide:before {
  transform: translateX(-101%);
}
.cart__product__footer a:after,
.cart__resume__row a:after,
.cart__total__title a:after,
.footer__columns a:after,
.footer__link a:after,
.footer__list__column a:after,
.footer__privacy:after,
.form-success-message a:after,
.menu__controls__language__button a:after,
.menu__controls__language__button__mobile a:after,
.menu__icon__text:after,
.menu__title__divider a:after,
.menu__title__link a:after,
.modal__cart__footer__button a:after,
.modal__cart__product__footer a:after,
.modal__cart__resume__row a:after,
.modal__cart__total__title a:after,
.navigation__button a:after,
.navigation__information__article__description a:after,
.navigation__information__article__title a:after,
.navigation__list__item__title__number a:after,
.navigation__sublist__item__link a:after,
.password-show-hide:after {
  transform: translateX(0);
}
.menu__title__link:before {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 1s cubic-bezier(0.15, 0.85, 0.45, 1);
  width: 100%;
}
.menu__title__link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.modal__cart {
  pointer-events: auto;
  position: fixed;
  transition: visibility 1s cubic-bezier(0.15, 0.85, 0.45, 1);
  visibility: hidden;
  z-index: 8;
}
.modal__cart:after {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.15, 0.85, 0.45, 1);
  z-index: -1;
}
.modal__cart--active {
  visibility: visible;
}
.modal__cart--active:after {
  opacity: 1;
}
.modal__cart__wrapper {
  background: #ece4e1;
  color: #353535;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: var(--vh-dynamic);
  margin-left: auto;
  max-width: 35.5rem;
  position: relative;
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.15, 0.85, 0.45, 1);
  width: 100%;
  z-index: 1;
}
.modal__cart--active .modal__cart__wrapper {
  transform: none;
}
.modal__cart__content {
  height: 100%;
  overflow: auto;
}
.fslightbox-container .fslightbox-toolbar-button[title="Close"],
.modal__cart__button {
  background: #ece4e1;
  border-radius: 50%;
  color: #353535;
  height: 6rem;
  opacity: 0;
  position: absolute;
  right: calc(100% + 2rem);
  top: 2rem;
  transform: scale(0.5);
  transition: color 0.5s cubic-bezier(0.15, 0.85, 0.45, 1),
    opacity 0.5s cubic-bezier(0.15, 0.85, 0.45, 1),
    transform 0.5s cubic-bezier(0.15, 0.85, 0.45, 1);
  width: 6rem;
  z-index: 1;
}
.fslightbox-container .fslightbox-toolbar-button[title="Close"]:before,
.modal__cart__button:before {
  background: #353535;
  border-radius: 50%;
  content: "";
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.15, 0.85, 0.45, 1);
  z-index: 1;
}
.fslightbox-container .fslightbox-toolbar-button:hover[title="Close"],
.modal__cart__button:hover {
  color: #ece4e1;
}
.fslightbox-container .fslightbox-toolbar-button[title="Close"]:hover:before,
.modal__cart__button:hover:before {
  transform: scale(1);
}
.fslightbox-container
  .modal__cart--active
  .fslightbox-toolbar-button[title="Close"],
.modal__cart--active
  .fslightbox-container
  .fslightbox-toolbar-button[title="Close"],
.modal__cart--active .modal__cart__button {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.5s;
}
.fslightbox-container .fslightbox-toolbar-button[title="Close"] svg,
.modal__cart__button svg,
.modal__cart__button__icon {
  height: 1rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: opacity 0.5s cubic-bezier(0.15, 0.85, 0.45, 1),
    transform 0.5s cubic-bezier(0.15, 0.85, 0.45, 1);
  width: 1rem;
  z-index: 2;
}
.fslightbox-container
  .fslightbox-toolbar-button[title="Close"]
  .modal__cart--active
  svg,
.modal__cart--active
  .fslightbox-container
  .fslightbox-toolbar-button[title="Close"]
  svg,
.modal__cart--active .modal__cart__button svg,
.modal__cart--active .modal__cart__button__icon,
.modal__cart__button .modal__cart--active svg {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.footer__bottom__wrapper {
  margin: 0 2rem;
  position: relative;
}
.footer__related__title {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 105%;
  text-transform: uppercase;
}
.empty-results,
.modal__cart__empty__title,
.modal__cart__header,
.navigation__list__item__title__text {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 120%;
  text-transform: uppercase;
}
.checkout__cart__modal__value {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 140%;
}
.checkout__cart__modal__value p:not(:first-child) {
  margin-top: 3rem;
}
.checkout__cart__modal__value strong {
  font-weight: 600;
}
.cart__product__footer,
.cart__resume__row,
.cart__total__title,
.footer__link,
.form-success-message,
.menu__controls__language__button,
.menu__controls__language__button__mobile,
.menu__title__divider,
.menu__title__link,
.modal__cart__footer__button,
.modal__cart__product__footer,
.modal__cart__resume__row,
.modal__cart__total__title,
.navigation__button,
.navigation__information__article__description,
.navigation__information__article__title,
.navigation__list__item__title__number,
.navigation__sublist__item__link {
  font-size: 1.3rem;
  font-weight: 500;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 180%;
  text-transform: uppercase;
}
.cart__product__quantity__text,
.contact-form button,
.contract-form button,
.modal__cart__product__quantity__text,
.modal__cart__redirect__button,
.team-form button,
.wpcf7-form button {
  font-size: 1.3rem;
  font-weight: 500;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 160%;
  text-transform: uppercase;
}
.checkout__cart__modal,
.footer__columns,
.footer__list__column,
.footer__privacy {
  font-size: 1.3rem;
  letter-spacing: -0.05rem;
  line-height: 180%;
}
.cart__form__input,
.preloader,
.wpcf7-form textarea,
.wpcf7-form-control {
  font-size: 1.4rem;
  letter-spacing: -0.05rem;
  line-height: 160%;
}
.contact-form,
.contract-form,
.team-form {
  align-items: center;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart__form__input,
.wpcf7-form textarea,
.wpcf7-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid rgba(53, 53, 53, 0.2);
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 6rem;
  padding: 1rem 2rem;
  width: 100%;
}
.cart__form__input:focus-visible,
.wpcf7-form textarea:focus-visible,
.wpcf7-form-control:focus-visible {
  border-color: rgba(53, 53, 53, 0.6);
}
.invalid.cart__form__input,
.invalid.wpcf7-form-control,
.is-invalid .cart__form__input,
.is-invalid .wpcf7-form textarea,
.is-invalid .wpcf7-form-control,
.is-invalid.cart__form__input,
.is-invalid.wpcf7-form-control,
.wpcf7-form .is-invalid textarea,
.wpcf7-form textarea.invalid,
.wpcf7-form textarea.is-invalid {
  border-color: #dc4343;
}
.cart__form__input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder,
.wpcf7-form-control::-moz-placeholder {
  color: currentColor;
  opacity: 0.5;
}
.cart__form__input::placeholder,
.wpcf7-form textarea::placeholder,
.wpcf7-form-control::placeholder {
  color: currentColor;
  opacity: 0.5;
}
.wpcf7-form textarea {
  height: 10rem;
  resize: none;
}
.cart__product,
.modal__cart__product {
  grid-gap: 1.4rem 2rem;
  border-bottom: 1px solid hsla(16, 22%, 90%, 0.2);
  display: grid;
  grid-template-areas: "media content" "media footer";
  grid-template-columns: auto 1fr;
  padding-bottom: 2rem;
  position: relative;
}
.cart__product:not(:last-child),
.modal__cart__product:not(:last-child) {
  margin-bottom: 2rem;
}
.cart__product__media,
.modal__cart__product__media {
  flex-shrink: 0;
  grid-area: media;
  height: 10.3rem;
  overflow: hidden;
  position: relative;
  width: 10.3rem;
  z-index: 1;
}
.cart__product__media figure,
.modal__cart__product__media figure {
  display: block;
  height: 100%;
  width: 100%;
}
.cart__product__media img,
.modal__cart__product__media img {
  transform: none !important;
}
.cart__product__media__image,
.modal__cart__product__media__image {
  -o-object-fit: cover;
  object-fit: cover;
}
.cart__product__content,
.modal__cart__product__content {
  display: flex;
  flex-direction: column;
  grid-area: content;
  justify-content: space-between;
}
.cart__product__title,
.modal__cart__product__title {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 120%;
  margin-bottom: 0.8rem;
  padding-right: 2rem;
  text-transform: uppercase;
}
.cart__product__attribute,
.modal__cart__product__attribute {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  line-height: 1.1;
  margin-bottom: 0;
  opacity: 0.4;
  text-transform: uppercase;
}
.cart__product__attribute:last-child,
.modal__cart__product__attribute:last-child {
  margin-bottom: 0.8rem;
}
.cart__product__quantity,
.modal__cart__product__quantity {
  border: 1px solid hsla(16, 22%, 90%, 0.4);
  height: 4rem;
  padding: 0.5rem 1.9rem;
  width: 9rem;
}
.cart__product__quantity__minus__icon,
.modal__cart__product__quantity__minus__icon {
  height: 0.2rem;
  width: 1.1rem;
}
.cart__product__quantity__text,
.modal__cart__product__quantity__text {
  margin: 0 1.9rem;
}
.cart__product__quantity__plus__icon,
.modal__cart__product__quantity__plus__icon {
  height: 1.1rem;
  width: 1.1rem;
}
.cart__product__footer,
.modal__cart__product__footer {
  display: flex;
  grid-area: footer;
  justify-content: space-between;
}
.cart__product__category,
.modal__cart__product__category {
  opacity: 0.5;
}
.cart__product__remove,
.modal__cart__product__remove {
  align-items: center;
  display: flex;
  font-size: 0;
  justify-content: center;
  opacity: 0.5;
  padding: 2rem;
  position: absolute;
  right: -2rem;
  top: -2rem;
  transition: opacity 0.45s cubic-bezier(0.15, 0.85, 0.45, 1);
}
.cart__product__remove:focus-visible,
.cart__product__remove:hover,
.modal__cart__product__remove:focus-visible,
.modal__cart__product__remove:hover {
  opacity: 1;
}
.cart__product__remove__icon,
.modal__cart__product__remove__icon {
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 1rem;
}
.cart__resume,
.modal__cart__resume {
  border-bottom: 1px solid hsla(16, 22%, 90%, 0.2);
  font-weight: 500;
  padding: 3rem 0;
}
.cart__resume__row,
.modal__cart__resume__row {
  display: flex;
  justify-content: space-between;
}
.cart__resume__row:not(:last-child),
.modal__cart__resume__row:not(:last-child) {
  margin-bottom: 0.9rem;
}
.cart__total,
.modal__cart__total {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.cart__total__value,
.modal__cart__total__value {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 120%;
  text-transform: uppercase;
}
.cart__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 5.7rem;
}
[data-cart-empty="false"] [data-cart-content-empty],
[data-cart-empty="true"] [data-cart-content-full] {
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 0;
}
[data-cart-empty="false"] [data-cart-content-full],
[data-cart-empty="true"] [data-cart-content-empty] {
  height: auto;
  opacity: 1;
  overflow: visible;
  pointer-events: all;
  position: static;
  width: auto;
}
.modal__cart__content:before {
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 50 12%27 xml:space=%27preserve%27%3E%3Ccircle fill=%27%23fff%27 cx=%276%27 cy=%276%27 r=%276%27%3E%3Canimate attributeName=%27opacity%27 dur=%271s%27 values=%270;1;0%27 repeatCount=%27indefinite%27 begin=%27.1%27/%3E%3C/circle%3E%3Ccircle fill=%27%23fff%27 cx=%2724%27 cy=%276%27 r=%276%27%3E%3Canimate attributeName=%27opacity%27 dur=%271s%27 values=%270;1;0%27 repeatCount=%27indefinite%27 begin=%27.2%27/%3E%3C/circle%3E%3Ccircle fill=%27%23fff%27 cx=%2744%27 cy=%276%27 r=%276%27%3E%3Canimate attributeName=%27opacity%27 dur=%271s%27 values=%270;1;0%27 repeatCount=%27indefinite%27 begin=%27.3%27/%3E%3C/circle%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10rem;
  content: "";
  cursor: progress;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.45s cubic-bezier(0.15, 0.85, 0.45, 1);
  width: 100%;
  z-index: 10;
}
.cart-is-blocked .modal__cart__content:before {
  opacity: 1;
  pointer-events: all;
}
.menu__controls__language,
.menu__controls__language__mobile {
  align-items: center;
  display: flex;
  text-transform: uppercase;
}
.menu__controls__language > * + *,
.menu__controls__language__mobile > * + * {
  display: flex;
}
.menu__controls__language > * + :before,
.menu__controls__language__mobile > * + :before {
  color: currentColor;
  content: "|";
  display: inline-block;
  margin: 0 1em;
  vertical-align: middle;
}
.menu__controls__language > *,
.menu__controls__language__mobile > * {
  opacity: 0.4;
  transition: opacity 0.3s cubic-bezier(0.15, 0.85, 0.45, 1);
}
.menu__controls__language > .is-active,
.menu__controls__language__mobile > .is-active {
  opacity: 1;
  pointer-events: none;
}
.menu__controls__language > :hover,
.menu__controls__language__mobile > :hover {
  opacity: 0.8;
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  src: url(d22c49d34a92a601b0fd.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url(c9f11a4b1948aac797ac.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url(1b2f33f663cc523817a1.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(b0a21561d96f6b662763.woff2) format("woff2");
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  color: inherit !important;
  cursor: pointer !important;
  outline: none !important;
  text-decoration: none !important;
}
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
button,
input,
textarea {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  outline: none;
  padding: 0;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
textarea {
  resize: vertical;
}
img {
  pointer-events: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
*,
:after,
:before {
  box-sizing: inherit;
}
[data-cursor] * {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
::-moz-selection {
  background: var(--accent);
  color: var(--background);
}
::-moz-selection,
::selection {
  background: var(--accent);
  color: var(--background);
}
input:-internal-autofill-selected {
  background: transparent !important;
}
h1 {
  font-weight: 300;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: none;
  --accent: $color-pearl-bush;
  --background: $color-mine-shaft;
  background: #ece4e1;
  box-sizing: border-box;
  color: #353535;
  font-family: Inter;
  font-size: 10px;
  min-height: -webkit-fill-available;
  overscroll-behavior: none;
  scrollbar-width: none;
  width: 100%;
}
.contact__information__footer,
html {
  background-attachment: fixed;
  background-image: url(005a07dfc7eb8ad72618.webp);
}
.contact__information__footer {
  background-color: #ece4e1;
}
.is-animating * {
  pointer-events: none;
}
body {
  --background: $color-mine-shaft !important;
  overflow-x: hidden;
  color: #353535 !important;
  font-family: Inter !important;
  --accent: $color-pearl-bush !important;
}
.canvas {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
[data-arts-view="gallery"] .canvas {
  visibility: hidden;
}
[data-page-top="false"].complete-load .canvas {
  z-index: -1 !important;
}
svg use {
  pointer-events: none;
}
.content {
  position: relative;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
[data-animation="link"] {
  overflow: hidden;
  padding-bottom: 0.5rem;
  position: relative;
}
[data-animation="link"] span {
  display: inline-block;
  overflow: hidden;
  transform-origin: center center 0.5rem;
  vertical-align: middle;
}
[data-animation="link"][data-animation-state="visible"] [data-animation-dash] {
  transform: scaleX(1);
  transform-origin: 0 0;
}
[data-animation="link"][data-animation-state="visible"]:hover
  [data-animation-dash] {
  transform: scaleX(0);
  transform-origin: 100% 0;
}
[data-animation="link"] [data-animation-dash] {
  bottom: 0;
  height: 0.2rem;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform 1s cubic-bezier(0.15, 0.85, 0.45, 1);
  width: 100%;
}
[data-animation="link"]:hover [data-animation-dash] {
  transform: scaleX(1);
  transform-origin: 0 0;
}
[data-animation="paragraph"] span,
[data-animation="scroll"] span,
[data-animation="title"] span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
[data-animation="paragraph"] span > div,
[data-animation="scroll"] span > div,
[data-animation="title"] span > div {
  left: 0;
  position: absolute;
  top: 0;
}
.skip {
  left: -999999px;
  position: absolute;
}
[data-animation="button"] span {
  display: inline-block;
  position: relative;
}
.splitter-wrap.overflow-hidden {
  overflow: hidden;
}
[data-src-webp] {
  will-change: transform;
}
[data-component="products-gallery-trigger"] {
  cursor: pointer;
}
* {
  -webkit-tap-highlight-color: transparent;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
html {
  scroll-behavior: auto;
}
html.is-loaded,
html.is-loading {
  margin-top: 0 !important;
}
[data-lastpass-icon-root],
[id^="__lpform_"] {
  display: none;
}
.dg.ac {
  z-index: 9999999 !important;
}
[data-lenis-prevent] {
  overscroll-behavior: contain;
}
.cursor-none * {
  cursor: none !important;
}
.is-scrolling [data-component="thumbnail-hover"],
.is-scrolling a,
.is-scrolling button,
.is-scrolling form,
.is-transitioning {
  pointer-events: none !important;
}
.is-loading * {
  transition: none !important;
}
.menu,
.navigation,
[data-scroller] {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.is-loaded .menu,
.is-loaded .navigation,
.is-loaded [data-scroller] {
  opacity: 1;
}
.overflow-hidden {
  overflow: hidden;
}
#__bs_notify__,
.audio,
.sr-only {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body {
  line-height: 1.6;
  width: 100%;
}
body,
html {
  min-height: 100%;
  overscroll-behavior-y: none;
  width: 100%;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button:focus {
  outline: none;
}
[data-component="lazyload"].loaded {
  background-color: transparent;
}
[data-component="parallax-box"],
[data-component="parallax-box"] > * {
  will-change: transform;
}
[data-component="parallax-carousel"] .swiper-slide {
  height: auto;
  overflow: hidden;
}
[data-back-button] > * {
  pointer-events: none;
}
.coverflow-section {
  overflow: hidden;
  position: relative;
}
.coverflow-section__holder {
  display: grid;
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100vw;
  will-change: transform;
}
.coverflow-section__holder:after,
.coverflow-section__holder:before {
  content: "";
  pointer-events: none;
  position: absolute;
}
.coverflow-section__holder:before {
  opacity: 0.35;
  top: 0;
}
.coverflow-section__holder:after,
.coverflow-section__holder:before {
  background: linear-gradient(0deg, #000 0, transparent);
  bottom: 0;
  left: 0;
  right: 0;
}
.coverflow-section__holder:after {
  height: 40%;
  opacity: 0.3;
}
.coverflow-section__media {
  will-change: transform;
}
.coverflow-section__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.coverflow-section__icon {
  display: none;
}
[data-internal-parallax-item] {
  overflow: hidden;
}
[data-component="transitions-overlay"] {
  background: #afa49a;
  bottom: 0;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.is-transitioning [data-component="transitions-overlay"] {
  pointer-events: all;
}
.empty-results {
  grid-column-end: 12;
  grid-column-start: 1;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
[data-scroller] {
  min-height: 100%;
  width: 100%;
}
[data-barba="wrapper"] {
  overflow: hidden;
}
.price ins,
[data-product-price] ins {
  text-decoration: none;
}
.price ins:not(:first-child),
[data-product-price] ins:not(:first-child) {
  margin-left: 0.5em;
}
[data-promocode-error-block] {
  margin-top: 2rem;
}
[data-promocode-error-block]:empty {
  display: none;
}
@keyframes title-underline {
  0%,
  0.1% {
    background-position: 100%;
    background-size: 100% 100%;
  }
  49.9% {
    background-position: 100%;
    background-size: 0 100%;
  }
  50%,
  50.1% {
    background-position: 0;
    background-size: 0 100%;
  }
  to {
    background-position: 0;
    background-size: 100% 100%;
  }
}
@keyframes title-underline-reverse {
  0% {
    background-position: 0;
    background-size: 0 100%;
  }
  to {
    background-position: 0;
    background-size: 100% 100%;
  }
}
@keyframes crawling-line {
  0% {
    transform: translate3d(50%, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes button-underline {
  0%,
  0.1% {
    transform: scaleX(1);
    transform-origin: 100% 100%;
  }
  49.9% {
    transform: scaleX(0);
    transform-origin: 100% 100%;
  }
  50%,
  50.1% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  to {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
}
@keyframes button-icon-movement {
  0%,
  0.1% {
    transform: none;
  }
  49.9% {
    transform: translateX(110%);
  }
  50%,
  50.1% {
    transform: translateX(-110%);
  }
  to {
    transform: none;
  }
}
@keyframes button-icon-movement-reverse {
  0%,
  0.1% {
    transform: none;
  }
  49.9% {
    transform: translateX(-110%);
  }
  50%,
  50.1% {
    transform: translateX(110%);
  }
  to {
    transform: none;
  }
}
.button__icon-holder {
  margin-left: 4rem;
  overflow: hidden;
  position: relative;
  width: 3.2rem;
}
.button__icon-holder svg {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
[data-movement="backward"] .button__icon-holder {
  margin-left: 0;
  margin-right: 4rem;
}
.is-inview [data-crawling-line] {
  animation: crawling-line 35s linear infinite;
}
[data-component="page-overlay"] {
  color: #afa49a;
  height: 100%;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: scale(-1);
  width: 100%;
  z-index: 1000;
}
[data-accordion-item] [data-accordion-trigger],
[data-open-close-opener] {
  cursor: pointer;
}
[data-accordion-content] {
  overflow: hidden;
}
[data-error-field],
[data-form-feedback-block] {
  color: #dc4343;
  display: block;
}
[data-error-field]:empty,
[data-form-feedback-block]:empty {
  display: none;
}
[data-error-field] strong,
[data-form-feedback-block] strong {
  font-weight: 600;
}
[data-error-field] {
  font-size: 1.2rem;
  padding-top: 0.5rem;
}
[data-form-feedback-block] {
  margin-bottom: 3rem;
}
[data-forgot-password] {
  cursor: pointer;
}
.password-show-hide {
  cursor: pointer;
  height: 2rem;
  margin-top: -1.2rem;
  opacity: 0.5;
  position: absolute;
  right: 2rem;
  top: 3rem;
  transition: opacity 0.45s cubic-bezier(0.15, 0.85, 0.45, 1);
}
.password-show-hide:focus-visible,
.password-show-hide:hover {
  opacity: 1;
}
.payment_method_stripe .checkout-payment__content-header:before {
  background-image: url(1bcdc1f3863a72a5db3a.svg);
}
.payment_method_ppcp-gateway .checkout-payment__content-header:before {
  background-image: url(6cbf0e6fb5de0917a539.svg);
}
.payment_method_btcpaygf_default .checkout-payment__content-header:before {
  background-image: url(c52111941305c1fbcd25.png);
}
[data-project-video] {
  height: 0;
  overflow: hidden;
  padding-top: calc(var(--h) / var(--w) * 100%);
  position: relative;
  width: 100%;
}
.swiper-slide [data-fslightbox] {
  display: block;
}
.fslightbox-open {
  height: auto !important;
  overflow: visible !important;
}
.woocommerce-privacy-policy-link {
  text-transform: capitalize;
}
.is-safari.has-scroll-smooth {
  overflow: hidden;
}
.is-safari.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.has-scroll-smooth .is-safari body {
  overflow: hidden;
}
.has-scroll-smooth .is-safari [data-scroll-container] {
  min-height: 100vh;
}
[data-scroll-direction="horizontal"] .is-safari [data-scroll-container] {
  display: inline-block;
  height: 100vh;
  white-space: nowrap;
}
[data-scroll-direction="horizontal"] .is-safari [data-scroll-section] {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  white-space: nowrap;
}
.c-scrollbar {
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  width: 11px;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}
[data-scroll-direction="horizontal"] .c-scrollbar {
  bottom: 0;
  height: 10px;
  top: auto;
  transform: scaleY(1);
  width: 100%;
}
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3);
}
.c-scrollbar_thumb {
  background-color: #000;
  border-radius: 10px;
  cursor: grab;
  margin: 2px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  bottom: 0;
  right: auto;
}
#stripe-payment-data {
  width: 100%;
}
.grecaptcha-badge {
  display: none !important;
}
.menu {
  align-items: center;
  display: flex;
  height: 6rem;
  justify-content: space-between;
  left: 0;
  opacity: 0;
  padding: 0 2rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: color 0.3s cubic-bezier(0.15, 0.85, 0.45, 1),
    height 0.3s cubic-bezier(0.15, 0.85, 0.45, 1),
    transform 0.3s cubic-bezier(0.15, 0.85, 0.45, 1),
    opacity 0.3s cubic-bezier(0.15, 0.85, 0.45, 1),
    visibility 0.3s cubic-bezier(0.15, 0.85, 0.45, 1);
  visibility: hidden;
  width: 100vw;
  z-index: 7;
}
.is-loaded .menu {
  opacity: 1;
  visibility: visible;
}
.homepage .menu {
  transform: translateY(-200%) !important;
}
.homepage-shown.has-scroll-smooth .homepage .menu,
.is-loaded.touchevents .homepage .menu {
  transform: none !important;
  transition-duration: 1.5s;
}
.menu.is-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(-100%) !important;
}
.video--is-playing .menu {
  transform: translateY(-100%);
}
.menu--inverse .menu {
  color: #ece4e1;
}
[data-page-top="false"] .menu {
  color: #353535;
  height: 8rem;
}
.h-sm {
  max-height: 80px;
  margin-top: -10px;
}
@media (max-width: 900px) {
  .h-sm {
    max-height: 65px !important;
    margin-top: -10px;
  }
  [data-page-top="false"] .h-sm {
    margin-top: -20px !important;
  }
}

@media (max-width: 700px) {
  .home__sections__group .architecture {
    margin-left: -14px;
    font-size: 6px;
    /* letter-spacing: .5px; */
    word-break: break-all;
    font-weight: 500;
  }
  [data-ratio="portrait"] .home__sections__group__title {
    white-space: normal;
    font-size: 6px !important;
    letter-spacing: .5px;
    word-break: break-all;
    font-weight: 500;
  }

  .home__sections__group .developer {
    margin-left: -5px;
    font-size: 6px;
  }
}

[data-page-top="false"] .h-sm {
  margin-top: -27px;
}
.is-simple-product .menu {
  color: #353535;
}
.menu--active .menu {
  background: none;
  color: #ece4e1;
}
[data-template="checkout"] .menu {
  opacity: 0 !important;
  visibility: hidden !important;
}
.menu__background {
  background-color: #ece4e1;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s cubic-bezier(0.15, 0.85, 0.45, 1);
  z-index: -1;
}
[data-page-top="false"] .menu__background {
  opacity: 1;
  transition-duration: 0.3s;
}
.menu--active .menu__background {
  opacity: 0;
}
.menu__title {
  display: none;
  transition: height 0.45s cubic-bezier(0.15, 0.85, 0.45, 1),
    transform 0.45s cubic-bezier(0.15, 0.85, 0.45, 1);
  z-index: 7;
}
.homepage .menu__title,
[data-barba-namespace="checkout"] .menu__title {
  display: none;
}
.menu--inverse:not([data-page-top="false"]) .menu__title {
  color: #ece4e1;
}
.menu--inverse .is-simple-product .menu__title {
  color: #353535;
}
.menu__controls,
.menu__logo {
  pointer-events: all !important;
}
.menu__logo img {
  pointer-events: all !important;
}
.menu__logo {
  height: 2.5rem;
  transition: opacity 0.25s;
  width: 2.5rem;
}
.menu__logo:hover {
  opacity: 0.6;
}
.menu__logo__icon {
  display: block;
  width: 100%;
}
.menu__title__divider {
  margin: 0 0.5rem;
}
.menu__controls {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 2rem;
}
.menu__controls__volume {
  height: 3rem;
  width: 3rem;
}
.menu__controls__language {
  display: none;
}
.menu__account,
.menu__cart {
  align-items: center;
  cursor: pointer;
  display: none;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.menu__account:focus-visible .menu__icon__text,
.menu__account:hover .menu__icon__text,
.menu__cart:focus-visible .menu__icon__text,
.menu__cart:hover .menu__icon__text {
  opacity: 1;
  transform: none;
}
[data-page-top="false"] .menu__account:focus-visible .menu__icon__text,
[data-page-top="false"] .menu__account:hover .menu__icon__text,
[data-page-top="false"] .menu__cart:focus-visible .menu__icon__text,
[data-page-top="false"] .menu__cart:hover .menu__icon__text {
  opacity: 0;
}
.template--has-cart .menu__account,
.template--has-cart .menu__cart {
  display: flex;
}
.menu__account.is-blocked,
.menu__cart.is-blocked {
  pointer-events: none;
}
.menu__account__icon,
.menu__cart__icon {
  height: 2.3rem;
  width: 2.3rem;
}
.menu__cart__icon {
  align-items: center;
  border: 0.1rem solid;
  border-radius: 50%;
  display: flex;
  font-size: 1rem;
  height: 2.3rem;
  justify-content: center;
  line-height: 1;
  text-align: center;
}
.menu__icon__text {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  line-height: 160%;
  opacity: 0;
  padding-top: 0.5rem;
  position: absolute;
  top: 100%;
  transform: translateY(1.5rem);
  transition: opacity 0.45s cubic-bezier(0.15, 0.85, 0.45, 1),
    transform 0.45s cubic-bezier(0.15, 0.85, 0.45, 1);
  white-space: nowrap;
}
.menu__controls__button {
  flex-shrink: 0;
  font-size: 0;
  height: 3rem;
  position: relative;
  width: 2.3rem;
}
.menu__controls__button:after,
.menu__controls__button:before {
  background: currentColor;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform-origin: center;
  transition: transform 1s cubic-bezier(0.15, 0.85, 0.45, 1);
  width: 100%;
}
.menu__controls__button:before {
  transform: translateY(-0.4rem);
}
.menu__controls__button:after {
  transform: translateY(0.4rem);
}
.menu--active .menu__controls__button:before {
  transform: rotate(45deg);
}
.menu--active .menu__controls__button:after {
  transform: rotate(-45deg);
}
#wpadminbar {
  display: none;
}
.navigation {
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  background: rgba(46, 39, 33, 0.6);
  color: #ece4e1;
  height: 100%;
  left: 0;
  mix-blend-mode: normal;
  opacity: 0;
  overflow: hidden;
  overflow: auto;
  padding: 7rem 2rem 3rem;
  position: fixed;
  top: 0;
  transition: opacity 0.75s cubic-bezier(0.15, 0.85, 0.45, 1),
    visibility 0.75s cubic-bezier(0.15, 0.85, 0.45, 1);
  visibility: hidden;
  width: 100%;
  z-index: 6;
}
.menu--active .navigation {
  opacity: 1;
  visibility: visible;
}
.is-animating .navigation {
  transition: none !important;
}
.navigation__scroller {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-right: -1rem;
  overflow: auto;
  padding-right: 1rem;
}
.navigation__scroller::-webkit-scrollbar {
  background: transparent;
  display: none;
  width: 0;
}
.navigation__scroller::-webkit-scrollbar-thumb {
  background: transparent;
  display: none;
  opacity: 0;
}
.menu__controls__language__mobile {
  margin-bottom: 2.5rem;
}
.navigation__list {
  flex-grow: 1;
}
.navigation__list__item.is-active .navigation__list__item__wrapper:before,
.navigation__list__item:hover .navigation__list__item__wrapper:before {
  transform: scaleX(1);
  transform-origin: left;
}
.navigation__list__item__wrapper {
  overflow: hidden;
  position: relative;
}
.navigation__list__item__wrapper:before {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.45s cubic-bezier(0.15, 0.85, 0.45, 1);
}
.navigation__list__item__wrapper:after {
  border-bottom: 0.1rem solid hsla(16, 22%, 90%, 0.2);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s cubic-bezier(0.15, 0.85, 0.45, 1);
  width: 100%;
}
.menu--active .navigation__list__item__wrapper:after {
  transform: scaleX(1);
}
.menu--active
  .navigation__list__item--1
  .navigation__list__item__wrapper:after {
  transition-delay: 0.1s;
}
.menu--active
  .navigation__list__item--2
  .navigation__list__item__wrapper:after {
  transition-delay: 0.3s;
}
.menu--active
  .navigation__list__item--3
  .navigation__list__item__wrapper:after {
  transition-delay: 0.5s;
}
.navigation__list__item__title {
  align-items: center;
  display: flex;
  padding: 1.6rem 0;
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0.15, 0.85, 0.45, 1);
  width: 100%;
}
.menu--active .navigation__list__item__title {
  transform: translateY(0);
}
.menu--active .navigation__list__item--1 .navigation__list__item__title {
  transition-delay: 0.1s;
}
.menu--active .navigation__list__item--2 .navigation__list__item__title {
  transition-delay: 0.3s;
}
.menu--active .navigation__list__item--3 .navigation__list__item__title {
  transition-delay: 0.5s;
}
.navigation__list__item__title__number {
  margin-top: auto;
  width: 12rem;
}
.navigation__list__item__title__text {
  flex-grow: 1;
  width: calc(100% - 16.3rem);
}
.navigation__list__item__title__icon,
.navigation__sublist__item__icon {
  display: block;
  height: 4.3rem;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.25s 50ms;
  width: 4.3rem;
}
.navigation__list__item__title__icon {
  height: 1.6rem;
  transition: opacity 0.45s cubic-bezier(0.15, 0.85, 0.45, 1);
  width: 1.6rem;
}
.is-active .navigation__list__item__title__icon,
.navigation__list__item__title__icon--active {
  display: none;
}
.is-active .navigation__list__item__title__icon--active {
  display: block;
}
.navigation__sublist__item__icon,
.navigation__sublist__item__icon__mobile {
  opacity: 0;
  position: absolute;
  right: 0;
  transform: translateX(-25%);
  transition: opacity 0.45s cubic-bezier(0.15, 0.85, 0.45, 1),
    transform 0.45s cubic-bezier(0.15, 0.85, 0.45, 1);
  width: 3.5rem;
}
.navigation__sublist {
  padding-bottom: 2rem;
  padding-left: 12rem;
  padding-top: 2rem;
  position: relative;
  transition: color 0.1s;
}
.navigation__sublist:after {
  border-bottom: 0.1rem solid hsla(16, 22%, 90%, 0.2);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s cubic-bezier(0.15, 0.85, 0.45, 1);
}
.menu--active .navigation__sublist:after {
  transform: scaleX(1);
  transition-delay: 0.6s;
}
.navigation__sublist:hover {
  color: hsla(16, 22%, 90%, 0.5);
  transition-delay: 0 !important;
}
.navigation__sublist__item {
  overflow: hidden;
  position: relative;
  transition: color 0.3s cubic-bezier(0.15, 0.85, 0.45, 1);
}
.navigation__sublist__item:after,
.navigation__sublist__item:before {
  border-bottom: 0.1rem solid;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s cubic-bezier(0.15, 0.85, 0.45, 1);
}
.navigation__sublist__item:after {
  opacity: 0.2;
}
.navigation__sublist__item:last-child:after,
.navigation__sublist__item:last-child:before {
  display: none;
}
.menu--active .navigation__sublist__item:after {
  transform: scaleX(1);
}
.navigation__sublist__item.is-active:after {
  opacity: 1;
}
.navigation__sublist__item:hover {
  color: #e7e0dd;
  transition-delay: 0 !important;
}
.navigation__sublist__item:hover:before {
  transform: scaleX(1);
}
.navigation__sublist__item:hover .navigation__sublist__item__icon,
.navigation__sublist__item:hover .navigation__sublist__item__icon__mobile {
  opacity: 1;
  transform: none;
}
.menu--active .navigation__sublist__item:first-child:after {
  transition-delay: 0.3s;
}
.menu--active .navigation__sublist__item:nth-child(2):after {
  transition-delay: 0.4s;
}
.menu--active .navigation__sublist__item:nth-child(3):after {
  transition-delay: 0.5s;
}
.menu--active .navigation__sublist__item:nth-child(4):after {
  transition-delay: 0.6s;
}
.menu--active .navigation__sublist__item:nth-child(5):after {
  transition-delay: 0.7s;
}
.menu--active .navigation__sublist__item:nth-child(6):after {
  transition-delay: 0.8s;
}
.menu--active .navigation__sublist__item:nth-child(7):after {
  transition-delay: 0.9s;
}
.menu--active .navigation__sublist__item:nth-child(8):after {
  transition-delay: 1s;
}
.menu--active .navigation__sublist__item:nth-child(9):after {
  transition-delay: 1.1s;
}
.navigation__sublist__item__link {
  align-items: center;
  display: flex;
  padding: 1rem 5rem 1rem 0;
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0.15, 0.85, 0.45, 1);
}
.menu--active .navigation__sublist__item__link {
  transform: translateY(0);
}
.navigation__sublist__item__link.is-active:not(:last-child):after {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  right: 0;
}
.menu--active
  .navigation__sublist__item:first-child
  .navigation__sublist__item__link {
  transition-delay: 0.1s;
}
.menu--active
  .navigation__sublist__item:nth-child(2)
  .navigation__sublist__item__link {
  transition-delay: 0.2s;
}
.menu--active
  .navigation__sublist__item:nth-child(3)
  .navigation__sublist__item__link {
  transition-delay: 0.3s;
}
.menu--active
  .navigation__sublist__item:nth-child(4)
  .navigation__sublist__item__link {
  transition-delay: 0.4s;
}
.menu--active
  .navigation__sublist__item:nth-child(5)
  .navigation__sublist__item__link {
  transition-delay: 0.5s;
}
.menu--active
  .navigation__sublist__item:nth-child(6)
  .navigation__sublist__item__link {
  transition-delay: 0.6s;
}
.menu--active
  .navigation__sublist__item:nth-child(7)
  .navigation__sublist__item__link {
  transition-delay: 0.7s;
}
.menu--active
  .navigation__sublist__item:nth-child(8)
  .navigation__sublist__item__link {
  transition-delay: 0.8s;
}
.menu--active
  .navigation__sublist__item:nth-child(9)
  .navigation__sublist__item__link {
  transition-delay: 0.9s;
}
.navigation__sublist__item__text {
  transition: margin-left 0.35s cubic-bezier(0.15, 0.85, 0.45, 1) 50ms;
}
.navigation__sublist__item__text:first-child {
  width: 3.5rem;
}
.navigation__information {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.15, 0.85, 0.45, 1);
}
.menu--active .navigation__information {
  opacity: 1;
  transition-delay: 1.1s;
}
.navigation__information-list {
  display: none;
}
.navigation__information__article {
  position: relative;
}
.navigation__information__article__description {
  margin-top: 1rem;
}
.navigation__button {
  margin-top: 3.7rem;
}
.preloader {
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1;
}
.preloader [data-preloader-video] {
  height: 100%;
  position: absolute;
  visibility: hidden;
  width: 100%;
}
.touchevents .preloader {
  height: var(--vh-dynamic);
}
.preloader__audio,
.preloader__percent {
  opacity: 0;
}
.preloader__percent {
  left: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.preloader__icon {
  display: block;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 11.9rem;
}
.preloader__icon path {
  opacity: 0;
}
.preloader__audio {
  bottom: 2rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.preloader__audio__media {
  align-items: center;
  border: 1px solid rgba(53, 53, 53, 0.2);
  border-radius: 0.3rem;
  box-sizing: border-box;
  display: flex;
  height: 4.8rem;
  justify-content: center;
  margin: auto;
  width: 4.8rem;
}
.preloader__audio__text {
  display: block;
  margin-top: 1.5rem;
}
.cursor {
  color: #ece4e1;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  visibility: hidden;
  z-index: 9;
}
.cursor--active {
  opacity: 1;
  visibility: visible;
}
.touchevents .cursor {
  display: none;
}
.cursor-box {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 9;
}
.cursor-box svg {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.cursor-box__inner {
  position: relative;
  transform: translate(-50%, -50%);
}
.cursor__bullet {
  -webkit-clip-path: circle(45% at 50% 50%);
  clip-path: circle(45% at 50% 50%);
  height: 1rem;
  left: 0;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  position: absolute;
  top: 0;
  transform-origin: center;
  width: 1rem;
  z-index: 9;
}
.cursor__bullet:before {
  background: var(--bg);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.cursor__play {
  margin-left: 0.2rem;
}
.cursor__pause,
.cursor__play {
  height: 1.4rem;
  width: 1.4rem;
}
.cursor__redirect {
  height: 1.6rem;
  width: 1.6rem;
}
.cursor__minus,
.cursor__plus {
  height: 1.4rem;
  width: 1.4rem;
}
.cursor__next,
.cursor__previous {
  height: 3rem;
  width: 3rem;
}
.cursor__drag {
  font-size: 1.3rem;
}
.footer {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 2;
}
[data-barba-namespace="home"] .footer {
  display: none;
}
.footer__background {
  bottom: 0;
  height: 30rem;
  pointer-events: none;
  top: auto;
}
.footer__canvas-trigger {
  height: 51rem;
  pointer-events: none;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
}
.footer__related {
  height: 51rem;
  padding: 0 2rem;
  position: relative;
}
.footer__related__title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 3.4rem;
  justify-content: center;
  left: 50%;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.footer__related__title__icon {
  height: 0.75em;
  margin-right: 0.15em;
}
.footer__bottom {
  font-weight: 500;
  padding-top: 2rem;
}
.footer__columns {
  grid-gap: 4rem;
  display: grid;
}
.footer__columns__column {
  position: relative;
}
.footer__privacy {
  display: none;
}
.footer__link {
  margin-bottom: auto;
}
.footer__list {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 1rem 0;
}
.footer__list__column {
  flex-shrink: 0;
}
.footer__list__column:first-child {
  flex-grow: 1;
}
.footer__list__column:nth-child(2) {
  display: none;
  margin-right: auto;
  opacity: 0.5;
}
[data-barba-namespace="forgot-password"] .footer,
[data-barba-namespace="history"] .footer,
[data-barba-namespace="login"] .footer,
[data-barba-namespace="profile"] .footer,
[data-barba-namespace="signup"] .footer {
  height: auto;
}
[data-barba-namespace="forgot-password"] .footer__wrapper,
[data-barba-namespace="history"] .footer__wrapper,
[data-barba-namespace="login"] .footer__wrapper,
[data-barba-namespace="profile"] .footer__wrapper,
[data-barba-namespace="signup"] .footer__wrapper {
  transform: none !important;
}
.footer__mobile__media,
[data-barba-namespace="checkout"] .footer,
[data-barba-namespace="forgot-password"] .footer__background,
[data-barba-namespace="forgot-password"] .footer__related,
[data-barba-namespace="history"] .footer__background,
[data-barba-namespace="history"] .footer__related,
[data-barba-namespace="login"] .footer__background,
[data-barba-namespace="login"] .footer__related,
[data-barba-namespace="profile"] .footer__background,
[data-barba-namespace="profile"] .footer__related,
[data-barba-namespace="signup"] .footer__background,
[data-barba-namespace="signup"] .footer__related {
  display: none;
}
.touchevents .footer__mobile__media {
  height: 100%;
  left: 0;
  padding: 0 4.2rem;
  position: absolute;
  top: 0;
}
.footer__mobile__image,
.touchevents .footer__mobile__media {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer__mobile__image {
  height: auto;
  margin: auto;
  max-width: 25rem;
}
.footer__columns__column__title {
  margin-bottom: 2rem;
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  width: 100%;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
[data-component="zoom-carousel"] .swiper-container {
  overflow: visible;
}
.pagination__arrow__button {
  align-items: center;
  background-color: #ece4e1;
  background-image: url(005a07dfc7eb8ad72618.webp);
  display: flex;
  height: 100%;
  position: absolute;
  transition: opacity 0.45s cubic-bezier(0.15, 0.85, 0.45, 1);
  width: 5.5rem;
  z-index: 2;
}
.pagination__arrow__button--previous {
  justify-content: flex-start;
  left: 0;
}
.pagination__arrow__button--next {
  justify-content: flex-end;
  right: 0;
}
.pagination__arrow__button.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.pagination__arrow__icon {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #ece4e1;
  display: flex;
  height: 4rem;
  justify-content: center;
  transform: rotate(-90deg);
  transition: background-color 0.45s cubic-bezier(0.15, 0.85, 0.45, 1);
  width: 4rem;
}
.pagination__arrow__icon:hover {
  background-color: #000;
}
.pagination__arrow__svg {
  display: flex;
  height: 1.5rem;
  width: auto;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form button {
  margin-top: 3rem;
}
.wpcf7-form br {
  display: none;
}
.btn__text {
  position: relative;
}
.form-success-message {
  font-weight: 500;
  text-transform: uppercase;
}
.contact-form br,
.contract-form br,
.team-form br {
  display: none;
}
.contact-form button,
.contract-form button,
.team-form button {
  margin-top: 2rem;
}
.contact-form > p,
.contract-form > p,
.team-form > p {
  grid-gap: 2rem;
  display: grid;
}
.fslightbox-container {
  color: #fff;
}
.fslightbox-container.fslightbox-container {
  font-family: inherit;
}
.fslightbox-container .fslightbox-full-dimension.fslightbox-flex-centered {
  padding: 6rem 1rem;
}
.fslightbox-container .fslightbox-slide-number-container {
  font-size: 1.6rem;
  height: 1.6rem;
  left: 1rem;
  line-height: 1;
  position: absolute;
  top: 1rem;
}
.fslightbox-container .fslightbox-slide-btn {
  background: none;
  padding: 1rem;
}
.fslightbox-container .fslightbox-slide-btn svg {
  display: none;
  height: 2rem;
  width: 2rem;
}
.fslightbox-container .fslightbox-slide-btn-container-previous {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 32 8%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M.646 4.354a.5.5 0 0 1 0-.708L3.828.464a.5.5 0 1 1 .708.708L1.707 4l2.829 2.828a.5.5 0 1 1-.708.708L.646 4.354ZM32 4.5H1v-1h31v1Z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
  background-size: 4rem 4rem;
  height: 4rem;
  left: 2rem;
  width: 4rem;
}
.fslightbox-container .fslightbox-slide-btn-container-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 32 8%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M31.354 4.354a.5.5 0 0 0 0-.708L28.172.464a.5.5 0 1 0-.707.708L30.293 4l-2.828 2.828a.5.5 0 1 0 .707.708l3.182-3.182ZM0 4.5h31v-1H0v1Z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
  background-size: 4rem 4rem;
  height: 4rem;
  right: 2rem;
  width: 4rem;
}
.fslightbox-container .fslightbox-svg-path {
  fill: currentColor;
}
.fslightbox-container .fslightbox-slide-btn-container {
  padding: 0;
}
.fslightbox-container .fslightbox-toolbar {
  background: none;
  height: auto;
  right: 1rem;
  top: 1rem;
}
.fslightbox-container .fslightbox-toolbar-button[title="Enter fullscreen"] {
  display: none;
}
.fslightbox-container .fslightbox-toolbar-button[title="Close"] {
  opacity: 1;
  right: 0;
  top: 0;
  transform: scale(1);
}
.fslightbox-container .fslightbox-toolbar-button[title="Close"] svg {
  height: 50%;
  opacity: 1;
  width: 50%;
}
.fslightbox-container .fslightbox-slash {
  height: 1em;
  margin: 0 0.5rem;
  width: 0.1rem;
}
.scroll-to-top {
  align-items: center;
  background: #ece4e1;
  border-radius: 50%;
  bottom: 6.5rem;
  cursor: pointer;
  display: flex;
  height: 5rem;
  justify-content: center;
  position: fixed;
  right: 2rem;
  transform: translateY(100%) translateY(6rem);
  transition: transform 0.7s ease-out;
  width: 5rem;
  will-change: transform;
  z-index: 4;
}
.show-scroll-top .scroll-to-top {
  transform: none;
}
.scroll-to-top__icon {
  fill: currentColor;
  display: block;
  height: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 2rem;
}
.js-custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2710%27 height=%275%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5 5 9.33.5H.67L5 5Z%27 fill=%27currentColor%27/%3E%3C/svg%3E");
  background-position: calc(100% - 2.2rem) 50%;
  background-repeat: no-repeat;
  background-size: 1rem 0.6rem;
}
.choices {
  align-items: center;
  border: 1px solid rgba(53, 53, 53, 0.2);
  display: flex;
  flex-grow: 1;
  font-size: 1.4rem;
  font-weight: 400;
  height: 6rem;
  padding: 2rem;
  position: relative;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input,
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
[data-option="texture"] .choices.is-disabled .choices__item {
  visibility: hidden;
}
.choices.is-invalid {
  border-color: #dc4343;
}
.choices [hidden],
.choices select {
  display: none !important;
}
.choices[data-type*="select-one"] {
  cursor: pointer;
}
.choices[data-type*="select-one"] .choices__input {
  background-color: transparent;
  border-bottom: 1px solid;
  display: block;
  margin: 0;
  padding: 0 2rem 1rem;
  width: 100%;
}
.choices[data-type*="select-one"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  background-size: 8px;
  border-radius: 10em;
  height: 20px;
  margin-right: 25px;
  margin-top: -10px;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
}
.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
  opacity: 1;
}
.choices[data-type*="select-one"]
  .choices__item[data-value=""]
  .choices__button {
  display: none;
}
.choices[data-type*="select-one"]:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2710%27 height=%275%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5 5 9.33.5H.67L5 5Z%27 fill=%27currentColor%27/%3E%3C/svg%3E");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.6rem;
  position: absolute;
  right: 2.2rem;
  transition: transform 0.45s cubic-bezier(0.15, 0.85, 0.45, 1);
  width: 1rem;
}
.choices[data-type*="select-one"].is-open:after {
  transform: scaleY(-1);
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  background-size: 8px;
  border-radius: 0;
  display: inline-block;
  margin: 0 -4px 0 8px;
  opacity: 0.75;
  padding-left: 16px;
  position: relative;
  width: 8px;
}
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
}
.choices__inner {
  align-items: center;
  display: flex;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.choices__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.choices__list--single {
  display: inline-block;
  padding: 0 2rem 0 0;
  width: 100%;
}
.choices__list--single .choices__item {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  padding: 0.4rem 1rem;
  vertical-align: middle;
  word-break: break-all;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
.choices__list--dropdown {
  background: #ece4e1;
  border: 1px solid rgba(53, 53, 53, 0.2);
  display: none;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  padding: 1rem 0;
  position: absolute;
  right: -1px;
  text-align: left;
  top: 100%;
  visibility: hidden;
  will-change: visibility;
  word-break: break-all;
  z-index: 1;
  z-index: 100;
}
.modals .choices__list--dropdown,
.wpcf7-form .choices__list--dropdown {
  background: #ece4e1;
}
.woocommerce-input-wrapper .choices__list--dropdown {
  left: -1px;
  right: -1px;
}
.choices__list--dropdown.is-active {
  display: block;
  opacity: 1;
  transition: transform 0.45s cubic-bezier(0.15, 0.85, 0.45, 1),
    opacity 0.45s cubic-bezier(0.15, 0.85, 0.45, 1),
    visibility 0.45s cubic-bezier(0.15, 0.85, 0.45, 1);
  visibility: visible;
}
.is-flipped .choices__list--dropdown {
  bottom: 100%;
  margin-top: 0;
  top: auto;
}
.choices__list--dropdown .choices__list {
  -webkit-overflow-scrolling: touch;
  max-height: 16rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__list::-webkit-scrollbar {
  background: transparent;
  width: 0.4rem;
}
.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  background: #2e2721;
}
.choices__list--dropdown .choices__item {
  padding: 1rem 2rem;
  position: relative;
}
.choices__list--dropdown .choices__item:hover {
  text-decoration: underline;
}
.choices__list--dropdown .choices__item.is-selected:not(:only-child),
.choices__list--dropdown .choices__placeholder {
  display: none;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.choices__heading {
  color: gray;
  font-weight: 600;
  padding: 10px;
}
.choices__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
}
.choices__button:focus {
  outline: none;
}
.choices__placeholder {
  opacity: 0.5;
}
.modal__cart .cart__wrapper {
  padding: 0;
}
.modal__cart .modal__cart__redirect__button {
  display: none;
}
.modal__cart__wrapper {
  background: #7c7976;
  color: #ece4e1;
  padding-bottom: 9rem;
}
.modal__cart__content {
  padding: 4rem 2rem;
}
.modal__cart__header {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5.5rem;
}
.modal__cart__quantity {
  margin-left: 3rem;
}
.modal__cart__footer {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.cart__accordion .modal__cart__footer {
  display: none;
}
.modal__cart__footer__button {
  align-items: center;
  background: #ece4e1;
  color: #353535;
  display: flex;
  height: 9rem;
  justify-content: space-between;
  padding: 1rem 2rem;
  width: 100%;
}
.modal__cart__empty {
  position: relative;
}
.modal__cart__empty__title {
  font-size: 2rem;
  margin-bottom: 4rem;
  padding-right: 30px;
}
.cart {
  background: #7c7976;
  color: #ece4e1;
  height: 100%;
}
.cart__wrapper {
  padding: 4rem 2rem;
}
.cart__product__price {
  flex-shrink: 0;
}
.checkout--payment .cart__footer {
  display: none;
}
.cart__accordion__item {
  height: 100%;
}
.cart__footer__promocode {
  width: 100%;
}
.cart__form__group {
  position: relative;
}
.cart__form__input {
  border: 1px solid hsla(0, 0%, 100%, 0.4);
  color: #e4ddda;
  height: 7rem;
  padding-right: 7rem;
  width: 100%;
}
.cart__form__input:-moz-placeholder-shown {
  background: hsla(0, 0%, 100%, 0.1);
  border: 1px solid transparent;
}
.cart__form__input:placeholder-shown {
  background: hsla(0, 0%, 100%, 0.1);
  border: 1px solid transparent;
}
.cart__form__input::-moz-placeholder {
  color: currentColor;
  opacity: 1;
}
.cart__form__input::placeholder {
  color: currentColor;
  opacity: 1;
}
.cart__form__input:not(:-moz-placeholder-shown) {
  background: hsla(0, 0%, 100%, 0.1);
  border: 1px solid transparent;
}
.cart__form__input:not(:placeholder-shown) {
  background: hsla(0, 0%, 100%, 0.1);
  border: 1px solid transparent;
}
.cart__form__input:focus-visible {
  border: 1px solid #fff;
}
.cart__form__input__button {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  right: 2rem;
  top: 0;
  width: 3rem;
}
.cart__form__input__button:hover .cart__form__input__icon {
  animation: button-icon-movement 0.75s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}
[data-has-promocode-active] .cart__form__input__button {
  opacity: 0;
  pointer-events: none;
}
.cart__product__remove__promocode {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 2rem;
  top: 0;
  width: 3rem;
}
.cart__product__remove__promocode svg {
  height: auto;
  width: 1.4rem;
}
[data-has-promocode-active] .cart__product__remove__promocode {
  opacity: 1;
  pointer-events: all;
}
[data-has-promocode-active] .cart__product__remove__promocode:hover {
  opacity: 0.8;
}
.cart__form__input__icon {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.cart__accordion__trigger {
  align-items: center;
  background: hsla(30, 2%, 47%, 0.1);
  display: flex;
  font-size: 1.4rem;
  padding: 2.5rem 2rem;
}
.cart__accordion__trigger__icon {
  flex-shrink: 0;
  height: 1.7rem;
  margin-right: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 1.7rem;
}
.cart__accordion__trigger__text {
  align-items: center;
  display: flex;
  flex-grow: 1;
  padding-right: 1rem;
}
.cart__accordion__trigger__text:after {
  border-color: currentcolor transparent transparent;
  border-style: solid;
  border-width: 0.4rem 0.3rem 0;
  content: "";
  flex-shrink: 0;
  margin-left: 0.6rem;
  transition: transform 0.45s cubic-bezier(0.15, 0.85, 0.45, 1);
}
.is-active .cart__accordion__trigger__text:after {
  transform: scaleY(-1);
}
.cart__accordion__trigger__price {
  font-size: 1.8rem;
  font-weight: 500;
}
.cart__accordion__content {
  display: grid;
}
.checkout__cart__modal {
  align-items: center;
  background: #7c79761f;
  display: flex;
  margin: 0 -2rem 4rem;
  padding: 3rem 2rem;
  width: calc(100% + 4rem);
}
.checkout__cart__modal__icon {
  margin-right: 0.8rem;
  width: 1.7rem;
}
.checkout__cart__modal__value {
  margin-left: auto;
}
@media (min-width: 520px) {
  .checkout__cart__modal {
    display: none;
  }
}
@media (min-width: 768px) {
  .modal__cart__wrapper {
    max-width: 70rem;
    width: calc(100vw - 10rem);
  }
  .footer__related__title {
    font-size: 4rem;
  }
  .cart__form__input,
  .wpcf7-form textarea,
  .wpcf7-form-control {
    font-size: 1.4rem;
  }
  .contact__information__footer,
  html {
    background-image: url(e7383e414729fee957be.webp);
  }
  .contact__information__footer:before {
    background: inherit;
    bottom: 0;
    content: "";
    filter: blur(35px);
    height: 150%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
  }
  .coverflow-section {
    height: 100vh;
  }
  [data-barba="wrapper"] {
    overflow: visible;
  }
  [data-sticky] {
    position: sticky;
  }
  .menu__controls__language {
    display: flex;
  }
  .navigation {
    display: grid;
  }
  .navigation__scroller {
    display: grid;
    grid-template-columns: 45% 45%;
    justify-content: space-between;
  }
  .menu__controls__language__mobile {
    display: none;
  }
  .navigation__list {
    margin-bottom: 6rem;
  }
  .navigation__information {
    align-items: flex-start;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
  .navigation__information-list {
    grid-gap: 4rem;
    display: grid;
    margin-bottom: 4rem;
  }
  .navigation__button {
    margin-top: auto;
  }
  .footer__canvas-trigger,
  .footer__related {
    height: 100%;
  }
  .footer__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__columns {
    grid-gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 4rem;
  }
  .footer__list__column:first-child {
    flex-grow: 0;
    width: 35.7%;
  }
  .footer__list__column:nth-child(2) {
    display: block;
  }
  [data-component="zoom-carousel"] .swiper-slide {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: -webkit-clip-path 1s cubic-bezier(0.15, 0.85, 0.45, 1);
    transition: clip-path 1s cubic-bezier(0.15, 0.85, 0.45, 1);
    transition: clip-path 1s cubic-bezier(0.15, 0.85, 0.45, 1),
      -webkit-clip-path 1s cubic-bezier(0.15, 0.85, 0.45, 1);
  }
  [data-component="zoom-carousel"] .swiper-slide-active,
  [data-component="zoom-carousel"] .swiper-slide-duplicate-active {
    -webkit-clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
    clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
  }
  .pagination__arrow__button {
    background-image: url(e7383e414729fee957be.webp);
  }
  .contact-form .comment,
  .contact-form .email,
  .contact-form [data-name="comment"],
  .contact-form [data-name="email"],
  .contract-form .comment,
  .contract-form .email,
  .contract-form [data-name="comment"],
  .contract-form [data-name="email"],
  .team-form .comment,
  .team-form .email,
  .team-form [data-name="comment"],
  .team-form [data-name="email"] {
    grid-column-end: 3;
    grid-column-start: 1;
  }
  .contact-form > p,
  .contract-form > p,
  .team-form > p {
    grid-gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .team-form .email,
  .team-form [data-name="email"] {
    grid-column-end: 2;
    grid-column-start: 1;
  }
  .team-form .portfolio,
  .team-form [data-name="portfolio"] {
    grid-column-end: 3;
    grid-column-start: 1;
  }
  .contact-form .email,
  .contact-form [data-name="email"] {
    grid-column-end: 2;
    grid-column-start: 1;
  }
  .fslightbox-container .fslightbox-full-dimension.fslightbox-flex-centered {
    padding: 8rem 12rem;
  }
  .modal__cart__header {
    justify-content: space-between;
  }
  .cart__wrapper {
    padding: 7rem 2rem;
  }
  .cart__footer__promocode {
    width: 50%;
  }
  .cart__accordion {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
  .cart__accordion__trigger {
    display: none;
  }
  .cart__accordion__content {
    height: 100% !important;
    opacity: 1 !important;
    overflow: visible !important;
  }
}
@media (min-width: 1024px) {
  .menu__title {
    align-items: center;
    display: flex;
    height: 6rem;
    justify-content: flex-start;
    left: 50vw;
    position: fixed;
    top: 0;
    transform: translate(-50%, -100%);
  }
  [data-page-top="false"] .menu__title {
    height: 8rem;
  }
  .complete-load .menu__title {
    transform: translate(-50%);
  }
  .menu--active .menu__title,
  .video--is-playing .menu__title {
    transform: translate(-50%, -100%);
  }
  .navigation__scroller {
    grid-template-columns: 48rem 38rem;
    height: auto;
    margin-right: 0;
    max-height: 100%;
    padding-right: 0;
    padding-top: 6vh;
  }
  .navigation__list {
    margin-bottom: 0;
  }
  .navigation__information {
    align-items: flex-start;
  }
  .contact-form button,
  .contract-form button,
  .team-form button {
    margin-top: 3rem;
  }
  .fslightbox-container .fslightbox-slide-number-container {
    left: 2rem;
    top: 2rem;
  }
  .fslightbox-container .fslightbox-slide-btn {
    padding: 2rem;
  }
  .fslightbox-container .fslightbox-toolbar {
    right: 2rem;
    top: 2rem;
  }
  .modal__cart__button {
    background: #7c7976;
    color: #ece4e1;
  }
  .modal__cart__content {
    padding: 4rem;
  }
  .modal__cart__footer__button {
    padding: 1rem 4rem;
  }
  .cart__wrapper {
    padding: 7.5rem 4rem;
  }
}
@media (min-width: 1280px) {
  .coverflow-section__icon {
    display: none;
  }
  .footer__related__title {
    font-size: 5rem;
  }
  .empty-results,
  .modal__cart__empty__title,
  .modal__cart__header,
  .navigation__list__item__title__text {
    font-size: 2.4rem;
  }
  .cart__product,
  .modal__cart__product {
    grid-gap: 2rem 4rem;
    grid-template-areas: "media content footer";
    padding-bottom: 3rem;
  }
  .cart__product:not(:last-child),
  .modal__cart__product:not(:last-child) {
    margin-bottom: 3rem;
  }
  .cart__product__media,
  .modal__cart__product__media {
    height: 12rem;
    width: 12rem;
  }
  .cart__product__title,
  .modal__cart__product__title {
    font-size: 1.8rem;
    padding-right: 0;
  }
  .cart__product__quantity,
  .modal__cart__product__quantity {
    height: 4.4rem;
    width: 10.5rem;
  }
  .cart__product__footer,
  .modal__cart__product__footer {
    align-self: flex-end;
  }
  .cart__product__category,
  .modal__cart__product__category {
    margin-right: 7rem;
  }
  .footer {
    border: 0;
  }
  .footer:after {
    display: none;
  }
  .footer__background {
    background: #000;
    height: 100%;
    opacity: 0.5;
    top: 0;
    z-index: 2;
  }
  .footer__columns {
    margin-bottom: 0;
    width: 70%;
  }
  .pagination__arrow__button--previous {
    align-items: flex-start;
    height: 5.6rem;
    justify-content: center;
    top: 0;
    width: 100%;
  }
  .pagination__arrow__button--next {
    align-items: flex-end;
    bottom: 0;
    height: 5.6rem;
    justify-content: center;
    width: 100%;
  }
  .pagination__arrow__icon {
    transform: none;
  }
}
@media (min-width: 1920px) {
  .footer__related__title {
    font-size: 4rem;
  }
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 520px) {
  .modal__cart__footer__button {
    margin-top: 4rem;
  }
  .swiper-pagination-bullet {
    opacity: 0.3;
  }
  .swiper-pagination-bullet-active.swiper-pagination-bullet {
    opacity: 1;
  }
  .fslightbox-container .fslightbox-toolbar-button[title="Close"],
  .modal__cart__button {
    background: #e3dcd9;
    height: 4rem;
    right: 1rem;
    top: 1rem;
    width: 4rem;
  }
  .navigation__list__item__title__number {
    display: none;
  }
  .navigation__list__item__title__text {
    font-size: 2.4rem !important;
    width: 100%;
  }
  .navigation__sublist {
    padding-left: 0;
  }
  .navigation__sublist__item__link {
    font-size: 1.3rem !important;
  }
  .footer {
    height: auto;
  }
  .footer__bottom__wrapper {
    margin: 0;
  }
  .footer__box {
    border-bottom: 1px solid rgba(53, 53, 53, 0.2);
    padding: 0 2rem 5rem;
    position: relative;
  }
  .footer__box:after {
    background: #fff;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
  }
  .footer__columns__column__description {
    margin-top: 1rem;
  }
  .footer__privacy {
    display: inline-block;
    margin-top: 4.5rem;
    opacity: 0.5;
    vertical-align: top;
  }
  .footer__link {
    margin-top: 7rem;
  }
  .footer__list {
    margin-top: 0;
    padding: 3rem 2rem;
  }
  .fslightbox-container .fslightbox-toolbar-button[title="Close"] {
    background: #ece4e1;
    color: #353535;
    right: 0;
    top: 0;
  }
}

/* new tooltip */
.faq-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid;
  background-color: #e7dfdb !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.151);
  /* Position in bottom right corner */
  position: fixed;
  bottom: 140px; /* Adjust as needed */
  right: 20px; /* Adjust as needed */
}

/* Create a larger invisible hover area */
.faq-button::before {
  content: "";
  position: absolute;
  top: -130px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: transparent;
  border-radius: 50%;
  z-index: -1;
}

.faq-button:hover::before {
  z-index: 1;
  /* Ensure the hover area is active */
}

.faq-button svg {
  height: 1.5em;
  fill: black;
}

.faq-button:hover svg {
  animation: jello-vertical 0.7s both;
}

@keyframes jello-vertical {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(0.75, 1.25, 1);
  }

  40% {
    transform: scale3d(1.25, 0.75, 1);
  }

  50% {
    transform: scale3d(0.85, 1.15, 1);
  }

  65% {
    transform: scale3d(1.05, 0.95, 1);
  }

  75% {
    transform: scale3d(0.95, 1.05, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tooltip {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #e7dfdb !important;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  letter-spacing: 0.5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 9;
}

/* Show tooltips when hovering over the button or the extended area */
.faq-button:hover .tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Position each tooltip properly */
.tooltip:nth-child(2) {
  top: -60px;
}

.tooltip:nth-child(3) {
  top: -120px;
}

.tooltip:nth-child(4) {
  top: -180px;
}
/* new tol tip for home page */
.faq-button-home {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.151);
  /* Position in bottom right corner */
  position: fixed;
  bottom: 20px; /* Adjust as needed */
  right: 20px; /* Adjust as needed */
  z-index: 99999999999999;
}

/* Create a larger invisible hover area */
.faq-button-home::before {
  content: "";
  position: absolute;
  top: -130px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: transparent;
  border-radius: 50%;
  z-index: -1;
}

.faq-button-home:hover::before {
  z-index: 1;
  /* Ensure the hover area is active */
}

.faq-button-home svg {
  height: 1.5em;
  fill: white;
}

.faq-button-home:hover svg {
  animation: jello-vertical 0.7s both;
}

@keyframes jello-vertical {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(0.75, 1.25, 1);
  }

  40% {
    transform: scale3d(1.25, 0.75, 1);
  }

  50% {
    transform: scale3d(0.85, 1.15, 1);
  }

  65% {
    transform: scale3d(1.05, 0.95, 1);
  }

  75% {
    transform: scale3d(0.95, 1.05, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tooltip-home {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: transparent !important;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  letter-spacing: 0.5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 9;
}

/* Show tooltips when hovering over the button or the extended area */
.faq-button-home:hover .tooltip-home {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Position each tooltip properly */
.tooltip-home:nth-child(2) {
  top: -60px;
}

.tooltip-home:nth-child(3) {
  top: -120px;
}

.tooltip-home:nth-child(4) {
  top: -180px;
}
