/*
Theme Name: Seyed Gold
Theme URI: https://gitlab.dotline.ag/seyed-gold/theme/
Author: Dotline Agency
Author URI: https://dotline.ag
Description: An online WooCommerce store for gold, silver, and jewelry featuring a modern responsive design, product catalogs, secure checkout, and seamless shopping experience.
Version: 1.0
 */
:root {
  --White: #fff;
  --error: #EC3C2C;
  --Green-190: #020606,
  --Gold-100: #c6a246;
  --Gold-10: #f9f6ec;
  --Green-190: #020606;
  --Green-180: #030c0c;
  --Green-120: #0d2e2f;
  --Green-100: #103a3b;
  --Green-80: #406162;
  --Green-60: #708989;
  --Green-40: #9FB0B1;
  --Green-20: #cfd8d8;
  --Green-10: #E7EBEB;
  --Black-90: #171718;
  --primary-colors-light-gray-light-gray-40: #E3E3E4;
  --GoldColor: #bf8f5f;
  --section-space: 64px;
  --from-left-container: calc((100% - 1400px) / 2);
  --items-right-padding: 3.33%;
  --items-gap: 1.15%;
  --item-width1: 27%;
  --item-width2: 37%;
  --item-width3: 10.714%;
  --item-width4: 16.071%;
  --item-right4: 11%;
  --item-width5: 14.7142%;
  --item-width6: 21.14285%;
  --item-width7: 26.71428%;
  --about-margin-bottom: 112px;
  --about-container-padding: 118px;
}
@media (max-width: 1459px) {
  :root {
    --from-left-container: 16px;
  }
}
@media (max-width: 1199px) {
  :root {
    --about-margin-bottom: 80px;
    --about-container-padding: 0;
  }
}
@media (max-width: 991px) {
  :root {
    --section-space: 20px;
    --about-margin-bottom: 40px;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dots-pulse {
  0% {
    transform: translateY(-50%) translateX(-50%) scale(1);
  }
  100% {
    transform: translateY(-50%) translateX(-50%) scale(0.54);
  }
}
@keyframes up-button-effect {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(-5px) rotate(90deg);
  }
}
@keyframes circle-effect {
  0% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-2px) translateX(-4px);
  }
  50% {
    transform: translateY(5px) translateX(6px);
  }
  100% {
    transform: translateY(-5px) translateX(11px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes moveUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes panelMove {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes shakeAndFade {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes fillProgress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loaderAnimate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: currentColor;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.list-unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  transition: all 0.3s;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}

@font-face {
  font-family: "YekanBakh";
  src: url("./assets/fonts/Yekan-Bakh/YekanBakh-VF.woff") format("woff"), url("./assets/fonts/Yekan-Bakh/YekanBakh-VF.woff2") format("woff2");
}
.yekanBakh, .video-js .vjs-progress-control .vjs-time-tooltip, .video-js .vjs-time-control, button,
textarea,
input,
select,
option, body {
  font-family: "YekanBakh", Tahoma;
}

html {
  font-size: 14px;
}

body {
  direction: rtl;
  text-align: right;
  font-weight: 450;
  font-variation-settings: "wght" 450, "DOTS" 0;
  font-feature-settings: "ss01";
  margin: 0;
  background: #ffffff;
  color: var(--Green-180, #030c0c);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped:has(.modal.active) {
  overflow: clip;
}

html:has(.modal.active) {
  overflow: hidden;
}
html:has(.modal.active) body {
  padding-right: var(--scrollbar-width);
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.clear {
  clear: both;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.w-full {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

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

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.site-title {
  color: var(--Green-100, #103a3b);
  font-size: 1.71429rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 2.85714rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .site-title {
    font-size: 1.14286rem;
    line-height: 2rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    margin-bottom: 16px;
  }
}

.site-subtitle {
  color: var(--Green-40, #9fb0b1);
  font-size: 1.14286rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  line-height: 2.85714rem;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .site-subtitle {
    font-size: 0.85714rem;
    line-height: 1.42857rem;
    font-weight: 325;
    font-variation-settings: "wght" 325;
    margin-bottom: 24px;
  }
}

.site-more {
  color: var(--Gold-100, #c6a246);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 2.28571rem;
}
.site-more:hover {
  color: var(--Green-100, #103a3b);
}
@media (max-width: 991px) {
  .site-more {
    line-height: 1.57143rem;
  }
}
.site-more-mobile {
  margin-top: 16px;
  width: 100%;
  padding: 4px 12px;
  line-height: 1.71429rem;
  font-size: 0.85714rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  border-radius: 4px;
  border: 1px solid var(--Green-100, #103a3b);
  color: var(--Green-100, #103a3b);
  align-items: center;
  justify-content: center;
  display: none;
}
@media (max-width: 991px) {
  .site-more-mobile {
    display: flex;
  }
}

.site-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .site-head {
    margin-bottom: 16px;
  }
  .site-head .site-more {
    display: none;
  }
}
.site-head .site-title {
  margin-bottom: 0;
}

.section-description {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}
.section-description .accordion-title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1rem;
  line-height: 1.57143rem;
  color: var(--Gold-100, #c6a246);
  transition: all 0s;
}
.section-description .accordion-title:after {
  height: 16px;
  width: 16px;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 4L6 8L10 12' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: all 0.3s;
}
.section-description .accordion-title.active:after {
  transform: rotate(90deg);
}
.section-description .accordion-content {
  color: #fafafa;
  display: grid;
  overflow: hidden;
  grid-template-rows: minmax(72px, 0fr);
  transition: grid-template-rows 0.6s;
  width: 100%;
  line-height: 1.71429rem;
  font-size: 1rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  position: relative;
}
@media (max-width: 991px) {
  .section-description .accordion-content {
    grid-template-rows: minmax(120px, 0fr);
  }
}
.section-description .accordion-content:after {
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
  right: 0;
  top: 0;
  content: "";
  background: linear-gradient(180deg, rgba(16, 58, 59, 0.2) 0%, #103a3b 100%);
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .section-description .accordion-content:after {
    top: unset;
    bottom: 0;
    height: 92px;
  }
}
.section-description .accordion-content.active {
  grid-template-rows: minmax(72px, 1fr);
}
@media (max-width: 991px) {
  .section-description .accordion-content.active {
    grid-template-rows: minmax(120px, 1fr);
  }
}
.section-description .accordion-content.active:after {
  opacity: 0;
}

.site-label, .single-page__gallery--label {
  padding: 8px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 8px;
  background: #85999a;
  color: var(--White, #fff);
}
@media (max-width: 991px) {
  .site-label, .single-page__gallery--label {
    height: 24px;
    font-size: 0.85714rem;
  }
}

.sort-type {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: auto;
  color: var(--Green-100, #103a3b);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.sort-type__item {
  position: relative;
  border-radius: 4px;
  border: 1px solid var(--Green-10, #e7ebeb);
  padding: 4px 8px;
  min-width: 44px;
  text-align: center;
  line-height: 1.71429rem;
  color: var(--Green-100, #103a3b);
  font-size: 0.85714rem;
  transition: all 0.3s;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.sort-type__item:has(input:checked),
.sort-type__item .active {
  background: var(--Green-100, #103a3b);
  border-color: var(--Green-100, #103a3b);
  color: var(--White, #fff);
}

span[data-tooltip],
a[data-tooltip],
button[data-tooltip] {
  cursor: help;
}
span[data-tooltip]:after,
a[data-tooltip]:after,
button[data-tooltip]:after {
  content: attr(data-tooltip);
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: var(--Green-120, #0d2e2f);
  padding: 8px;
  opacity: 0;
  transition: all 0.5s;
  color: var(--White, #fff);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  text-align: center;
  position: absolute;
  transform: translateX(-50%) translateY(-100%);
  left: 50%;
  white-space: nowrap;
  pointer-events: none;
}
@media (max-width: 1459px) {
  span[data-tooltip]:after,
  a[data-tooltip]:after,
  button[data-tooltip]:after {
    left: -8px;
    transform: translateY(-100%);
  }
}
span[data-tooltip]:before,
a[data-tooltip]:before,
button[data-tooltip]:before {
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M11.3136 0.000289451L5.65674 6.19589L-0.000114174 0.000289451H11.3136Z' fill='%230D2E2F'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  content: "";
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
span[data-tooltip]:hover:after, span[data-tooltip]:hover:before,
a[data-tooltip]:hover:after,
a[data-tooltip]:hover:before,
button[data-tooltip]:hover:after,
button[data-tooltip]:hover:before {
  opacity: 1;
}

.more-description {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .more-description {
    gap: 0;
  }
}
.more-description .accordion-title {
  color: var(--Green-100, #103a3b);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 2.28571rem;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s;
}
@media (max-width: 991px) {
  .more-description .accordion-title {
    line-height: 1.71429rem;
    font-size: 0.85714rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.more-description .accordion-title:after {
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  transition: transform 0.3s;
}
.more-description .accordion-title span {
  font-size: 0;
}
.more-description .accordion-title.active {
  font-size: 0;
}
.more-description .accordion-title.active:after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .more-description .accordion-title.active {
    margin-top: 8px;
  }
}
.more-description .accordion-title.active span {
  font-size: 1rem;
}
@media (max-width: 991px) {
  .more-description .accordion-title.active span {
    font-size: 0.85714rem;
  }
}
.more-description .accordion-content {
  display: grid;
  overflow: hidden;
  grid-template-rows: minmax(160px, 0fr);
  transition: grid-template-rows 0.6s;
}
@media (max-width: 767px) {
  .more-description .accordion-content {
    grid-template-rows: minmax(288px, 0fr);
  }
}
.more-description .accordion-content.active {
  grid-template-rows: minmax(160px, 1fr);
}
@media (max-width: 767px) {
  .more-description .accordion-content.active {
    grid-template-rows: minmax(288px, 1fr);
  }
}
.more-description .accordion-content.active .more-description__content:after {
  opacity: 0;
  transition-delay: 0s;
}
.more-description__title,
.more-description h2 {
  margin-bottom: 16px;
  color: var(--Green-100, #103a3b);
  font-size: 1.71429rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .more-description__title,
  .more-description h2 {
    line-height: 2rem;
    font-size: 1.14286rem;
  }
}
.more-description__content {
  color: var(--Green-60, #708989);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  position: relative;
}
.more-description__content img {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .more-description__content img {
    margin-bottom: 8px;
  }
}
.more-description__content ul {
  margin-bottom: 16px;
  padding-right: 24px;
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.more-description__content ul li {
  list-style: disc;
}
@media (max-width: 991px) {
  .more-description__content ul {
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.71429rem;
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}
.more-description__content a {
  color: var(--Green-120, #0d2e2f);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.more-description__content a:hover {
  color: var(--Gold-100, #c6a246);
}
.more-description__content p {
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .more-description__content p {
    margin-bottom: 8px;
  }
}
.more-description__content:after {
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  height: 98px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 1;
  transition: all 0.3s;
  transition-delay: 0.3s;
}
@media (max-width: 991px) {
  .more-description__content:after {
    height: 166px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, #fff 100%);
  }
}

.woocommerce-notices-wrapper .woocommerce-info {
  margin-bottom: 24px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #2A6A98;
  background: #E7F2FA;
  padding: 12px 28px 12px 16px;
  color: #2A6A98;
  font-size: 1rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.woocommerce-notices-wrapper .woocommerce-info strong {
  display: block;
  margin-bottom: 8px;
  color: #2A6A98;
  font-size: 1.14286rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
.woocommerce-notices-wrapper .woocommerce-info:has(strong) {
  color: #000;
}
.woocommerce-notices-wrapper .woocommerce-info:before {
  position: absolute;
  right: 16px;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background: #2A6A98;
  border-radius: 1px;
  content: "";
}
.woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 24px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #1e6f63;
  background-color: #e3f4ef;
  padding: 12px 28px 12px 16px;
  color: #1e6f63;
  font-size: 1rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
.woocommerce-notices-wrapper .woocommerce-message strong {
  display: block;
  margin-bottom: 8px;
  color: #1E6F63;
  font-size: 1.14286rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
.woocommerce-notices-wrapper .woocommerce-message:has(strong) {
  color: #000;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  position: absolute;
  right: 16px;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background: #1e6f63;
  border-radius: 1px;
  content: "";
}
.woocommerce-notices-wrapper .woocommerce-error {
  margin-bottom: 24px;
  position: relative;
  color: #c6454a;
  border-radius: 8px;
  border: 1px solid #c6454a;
  background-color: #fff0f0;
  padding: 12px 28px 12px 16px;
  outline: none !important;
}
.woocommerce-notices-wrapper .woocommerce-error .gform-icon {
  display: none !important;
}
.woocommerce-notices-wrapper .woocommerce-error strong {
  display: block;
  margin-bottom: 8px;
  color: #C6454A;
  font-size: 1.14286rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
.woocommerce-notices-wrapper .woocommerce-error:has(strong) {
  color: #000;
}
.woocommerce-notices-wrapper .woocommerce-error:before {
  position: absolute;
  right: 16px;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background: #c6454a;
  border-radius: 1px;
  content: "";
}

.cart-loader-container {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.75);
}
.cart-loader-container .cart-loader {
  width: 48px;
  height: 48px;
  border: 10px solid #FFF;
  border-radius: 50%;
  position: relative;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.cart-loader-container .cart-loader:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  inset: -10px;
  border-radius: 50%;
  border: 10px solid var(--Gold-100, #c6a246);
  animation: prixClipFix2 2s infinite linear;
}
.cart-loader-container.active {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}

@keyframes prixClipFix2 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@media print {
  html {
    font-size: 10px;
  }
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.container {
  max-width: 1432px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}

.inner-page .container {
  max-width: 1196px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--White, #fff);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 4L10 8L6 12' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  z-index: 1;
  font-size: 0;
}
@media (max-width: 991px) {
  .slick-prev {
    width: 24px;
    height: 24px;
    background-size: 16px 16px;
  }
}
.slick-prev:hover {
  background-color: var(--Gold-100, #c6a246);
}

.slick-next {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--White, #fff);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 12L6 8L10 4' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  z-index: 1;
  font-size: 0;
}
@media (max-width: 991px) {
  .slick-next {
    width: 24px;
    height: 24px;
    background-size: 16px 16px;
  }
}
.slick-next:hover {
  background-color: var(--Gold-100, #c6a246);
}

.slick-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .slick-dots {
    gap: 2px;
  }
}
.slick-dots li {
  line-height: 0;
}
.slick-dots li button {
  cursor: pointer;
  border: none;
  background: transparent;
  width: 4px;
  height: 4px;
  border-radius: 8px;
  background: var(--White, #fff);
  font-size: 0;
}
.slick-dots li.slick-active button {
  width: 40px;
  background: var(--Gold-100, #c6a246);
}
@media (max-width: 991px) {
  .slick-dots li.slick-active button {
    width: 48px;
  }
}

html.magnifying > body {
  overflow-x: hidden !important;
}

.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile {
  /* Reset */
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none;
}

.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit;
}

.magnify > .magnify-lens {
  /* Magnifying lens */
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 8px;
  cursor: none;
  display: none;
  z-index: 99;
}
.magnify > .magnify-lens:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(to bottom, rgba(198, 162, 70, 0.8), rgba(198, 162, 70, 0.1607843137));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}

.magnify > .magnify-lens.loading:after {
  /* Loading text */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: "Loading...";
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}

:root {
  --ss-primary-color: #406162;
  --ss-bg-color: #ffffff;
  --ss-font-color: #406162;
  --ss-placeholder-color: #cfd8d8;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: #e7ebeb;
  --ss-highlight-color: #fffb8c;
  --ss-focus-color: var(--ss-primary-color);
  --ss-success-color: #00b755;
  --ss-error-color: #dc3545;
  --ss-main-height: 40px;
  --ss-content-height: 300px;
  --ss-search-height: 40px;
  --ss-option-height: auto;
  --ss-spacing-l: 9px;
  --ss-spacing-m: 8px;
  --ss-spacing-s: 5px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 8px;
}

@keyframes ss-valueIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ss-valueOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-hide {
  display: none !important;
}

.ss-main {
  display: flex;
  flex-direction: row;
  position: relative;
  user-select: none;
  color: var(--ss-font-color);
  min-height: var(--ss-main-height);
  width: 100%;
  padding: var(--ss-spacing-s);
  cursor: pointer;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  box-sizing: border-box;
  transition: background-color var(--ss-animation-timing);
  overflow: hidden;
}

.ss-main.ss-disabled {
  background-color: var(--ss-disabled-color);
  cursor: not-allowed;
}

.ss-main.ss-disabled .ss-values .ss-disabled {
  color: var(--ss-font-color);
}

.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

.ss-main.ss-dir-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ss-main.ss-dir-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ss-main .ss-values {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--ss-spacing-m);
  flex: 1 1 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.ss-main .ss-values .ss-placeholder {
  display: block;
  width: 100%;
  min-width: 0;
  padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);
  margin: auto 0px auto 0px;
  line-height: 1em;
  color: var(--ss-placeholder-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-main .ss-values .ss-max {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
}

.ss-main .ss-values .ss-single {
  display: block;
  margin: auto 0px auto var(--ss-spacing-s);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 auto;
  max-width: calc(100% - 20px);
  padding-right: var(--ss-spacing-m);
}

.ss-main .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
  animation-name: ss-valueIn;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.ss-main .ss-values .ss-value.ss-value-out {
  animation-name: ss-valueOut;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
}

.ss-main .ss-values .ss-value .ss-value-text {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  line-height: 1;
  color: var(--ss-bg-color);
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-main .ss-values .ss-value .ss-value-delete {
  display: flex;
  align-items: center;
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  cursor: pointer;
  border-left: solid 1px var(--ss-bg-color);
  box-sizing: content-box;
}

.ss-main .ss-values .ss-value .ss-value-delete svg {
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
}

.ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: none;
  stroke: var(--ss-bg-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-deselect {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: auto;
  padding: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}

.ss-main .ss-deselect svg {
  width: 8px;
  height: 8px;
}

.ss-main .ss-deselect svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-arrow {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-main .ss-arrow path {
  fill: none;
  stroke: #c6a246;
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}

.ss-content {
  position: absolute;
  display: flex;
  height: auto;
  flex-direction: column;
  width: auto;
  max-height: var(--ss-content-height);
  box-sizing: border-box;
  border: solid 1px var(--ss-border-color);
  background-color: var(--ss-bg-color);
  transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing);
  opacity: 0;
  transform: scaleY(0);
  overflow: hidden;
  z-index: 10000;
}

.ss-content.ss-relative {
  position: relative;
  height: 100%;
}

.ss-content.ss-fixed {
  position: fixed;
}

.ss-content.ss-dir-above {
  transform-origin: center bottom;
  flex-direction: column-reverse;
  border-top-left-radius: var(--ss-border-radius);
  border-top-right-radius: var(--ss-border-radius);
}

.ss-content.ss-dir-below {
  transform-origin: center top;
  border-bottom-left-radius: var(--ss-border-radius);
  border-bottom-right-radius: var(--ss-border-radius);
}

.ss-content.ss-open {
  opacity: 1;
  transform: scaleY(1);
}

.ss-content .ss-search {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid var(--ss-border-color);
}

.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  height: var(--ss-search-height);
  padding: var(--ss-spacing-m) var(--ss-spacing-l);
  margin: 0;
  border: none;
  background-color: var(--ss-bg-color);
  outline: 0;
  font-feature-settings: "ss01";
  text-align: right;
  box-sizing: border-box;
}

.ss-content .ss-search input::placeholder {
  color: var(--ss-placeholder-color);
  vertical-align: middle;
}

.ss-content .ss-search input:focus {
  box-shadow: none;
}

.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  height: auto;
  margin: 0 0 0 var(--ss-spacing-m);
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
}

.ss-content .ss-search .ss-addable svg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-content .ss-search .ss-addable svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-content .ss-list {
  flex: 1 1 auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.ss-content .ss-list .ss-error {
  color: var(--ss-error-color);
  padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-searching {
  color: var(--ss-font-color);
  padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup .ss-option {
  transition: max-height var(--ss-animation-timing) ease, opacity var(--ss-animation-timing) ease, padding-top var(--ss-animation-timing) ease, padding-bottom var(--ss-animation-timing) ease, margin-top var(--ss-animation-timing) ease, margin-bottom var(--ss-animation-timing) ease;
}

.ss-content .ss-list .ss-optgroup.ss-open .ss-option {
  max-height: 100px;
  opacity: 1;
  overflow: visible;
}

.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
  flex: 1 1 auto;
  font-weight: bold;
  color: var(--ss-font-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--ss-spacing-m);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover {
  opacity: 0.5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path {
  stroke: var(--ss-error-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60%;
  text-align: center;
  padding: 0 var(--ss-spacing-s) 0 0;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg {
  flex: 0 1 auto;
  width: 13px;
  height: 13px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path {
  fill: none;
  stroke: var(--ss-success-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child {
  stroke-width: 5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child {
  stroke-width: 11;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow {
  flex: 1 1 auto;
  width: 10px;
  height: 10px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}

.ss-content .ss-list .ss-optgroup .ss-option {
  padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l) * 3);
}

.ss-content .ss-list .ss-option {
  display: flex;
  align-items: center;
  min-height: var(--ss-option-height);
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
  white-space: normal;
  color: var(--ss-font-color);
  cursor: pointer;
  user-select: none;
  gap: 8px;
}
.ss-content .ss-list .ss-option:has(img) {
  direction: ltr;
  padding-left: 18px;
}

.ss-content .ss-list .ss-option:hover:not(.ss-disabled) {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
  border-left: 5px solid var(--ss-primary-color);
  transition: border-left var(--ss-animation-timing) ease;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}

.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  background-color: var(--ss-disabled-color);
}

.ss-content .ss-list .ss-option.ss-disabled:hover {
  color: var(--ss-font-color);
}

.ss-content .ss-list .ss-option .ss-search-highlight {
  display: inline-block;
  background-color: var(--ss-highlight-color);
}

.ss-content .ss-list .ss-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
} 
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.leaflet-container {
  width: 100%;
  height: 410px;
}
@media (max-width: 1199px) {
  .leaflet-container {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .leaflet-container {
    height: 160px;
  }
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(../images/leaflet/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../images/leaflet/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(../images/leaflet/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  display: none !important;
}

.leaflet-control-attribution {
  display: none !important;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: center;
  border-radius: 5px;
}

.leaflet-popup-content {
  margin: 8px 20px;
  line-height: 1.4;
  font-family: GeneralSans-Variable;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.leaflet-control-geocoder {
  border-radius: 4px;
  background: white;
  min-width: 26px;
  min-height: 26px;
}

.leaflet-touch .leaflet-control-geocoder {
  min-width: 30px;
  min-height: 30px;
}

.leaflet-control-geocoder a,
.leaflet-control-geocoder .leaflet-control-geocoder-icon {
  border-bottom: none;
  display: inline-block;
}

.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
  width: inherit;
  height: inherit;
  line-height: inherit;
}

.leaflet-control-geocoder a:hover,
.leaflet-control-geocoder .leaflet-control-geocoder-icon:hover {
  border-bottom: none;
  display: inline-block;
}

.leaflet-control-geocoder-form {
  display: none;
  vertical-align: middle;
}

.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
  display: inline-block;
}

.leaflet-control-geocoder-form input {
  font-size: 120%;
  border: 0;
  background-color: transparent;
  width: 246px;
}

.leaflet-control-geocoder-icon {
  border-radius: 4px;
  width: 26px;
  height: 26px;
  border: none;
  background-color: white;
  background-image: url(../images/leaflet/geocoder.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.leaflet-touch .leaflet-control-geocoder-icon {
  width: 30px;
  height: 30px;
}

.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
  background-image: url(../images/leaflet/throbber.gif);
}

.leaflet-control-geocoder-form-no-error {
  display: none;
}

.leaflet-control-geocoder-form input:focus {
  outline: none;
}

.leaflet-control-geocoder-form button {
  display: none;
}

.leaflet-control-geocoder-error {
  margin-top: 8px;
  margin-left: 8px;
  display: block;
  color: #444;
}

.leaflet-control-geocoder-alternatives {
  display: block;
  width: 272px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.leaflet-control-geocoder-alternatives-minimized {
  display: none;
  height: 0;
}

.leaflet-control-geocoder-alternatives li {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  padding: 5px 8px;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.leaflet-control-geocoder-alternatives li a,
.leaflet-control-geocoder-alternatives li a:hover {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: inherit;
  border-radius: inherit;
  text-align: left;
}

.leaflet-control-geocoder-alternatives li:last-child {
  border-bottom: none;
}

.leaflet-control-geocoder-alternatives li:hover,
.leaflet-control-geocoder-selected {
  background-color: #f5f5f5;
}

.leaflet-control-geocoder-address-context {
  color: #666;
}

/**********tooltip Animatoin**********/
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip__trigger {
  cursor: pointer;
  position: relative;
}

.tooltip__trigger-text {
  display: block;
  padding: 0.85em;
  pointer-events: none;
}

.tooltip__base {
  position: absolute;
  bottom: 2em;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}

.tooltip__content {
  color: #999999;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 65%;
  padding: 0 1em;
  opacity: 0;
  font-size: 13px;
  font-weight: bold;
  font-family: GeneralSans-Variable;
}

.tooltip__shape,
.tooltip__deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tooltip__shape {
  fill: #141514;
}

/* Indivudual styles */
/* Cora */
.tooltip--cora .tooltip__base {
  transform-origin: 50% 100%;
}

.tooltip--cora .tooltip__content {
  margin-bottom: 1em;
}

/* Smaug */
.tooltip--smaug .tooltip__base {
  bottom: -0.5em;
  transform-origin: 50% 100%;
}

.tooltip--smaug .tooltip__content {
  padding: 0;
}

/* Dori */
.tooltip--dori .tooltip__base {
  bottom: -0.5em;
}

.tooltip--dori .tooltip__content {
  margin: 0 0 1em;
}

/* Walda */
.tooltip--walda .tooltip__base {
  left: 0;
  bottom: 0.75em;
  position: absolute;
  margin-left: 0;
  width: 250px;
  height: 100px;
  padding: 0 0 0 0.25em;
}

.tooltip--walda .tooltip__trigger-text {
  padding: 1em;
}

.tooltip--walda .tooltip__content {
  margin: 0;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  text-align: left;
  font-size: 0.85em;
  line-height: 2;
  opacity: 1;
  justify-content: flex-start;
}

.tooltip--walda .tooltip__letters span {
  display: inline-block;
  white-space: pre;
  opacity: 0;
}

.tooltip--walda .tooltip__deco {
  width: 4px;
  height: 100%;
  background: #141514;
  transform-origin: 50% 100%;
}

/* Gram */
.tooltip--gram .tooltip__base {
  bottom: -0.5em;
}

/* Narvi */
.path-narvi {
  transform-origin: 200px 150px;
}

.tooltip--narvi .tooltip__content {
  width: 80%;
}

/* Amras */
.path-amras-1 {
  transform-origin: 115px 111px;
}

.path-amras-2 {
  transform-origin: 204px 107px;
}

.path-amras-3 {
  transform-origin: 279px 66px;
}

.path-amras-4 {
  transform-origin: 320px 99px;
}

.path-amras-5 {
  transform-origin: 137px 199px;
}

.path-amras-6 {
  transform-origin: 222px 217px;
}

.path-amras-7 {
  transform-origin: 80px 168px;
}

.path-amras-8 {
  transform-origin: 296px 211px;
}

.path-amras-9 {
  transform-origin: 310px 167px;
}

/* Hador */
.tooltip--hador .tooltip__base {
  bottom: 2.25em;
  margin-left: -115px;
}

.path-hador-1 {
  transform-origin: 148px 284px;
}

.path-hador-2 {
  transform-origin: 160px 268px;
}

.path-hador-3 {
  transform-origin: 171px 246px;
}

.path-hador-4 {
  transform-origin: 200px 120px;
}

.tooltip--hador .tooltip__content {
  width: 50%;
  margin: 0 0 2.5em;
}

/* Malva */
.tooltip--malva .tooltip__content {
  width: 50%;
}

/* Sadoc */
.tooltip--sadoc .tooltip__base {
  bottom: 2.5em;
}

.tooltip--sadoc .tooltip__shape path {
  fill: #1d1f1e;
  stroke: #5a5c5b;
  stroke-width: 3px;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
  content: "\f103";
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
  content: "\f104";
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
  content: "\f105";
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
  content: "\f106";
}

.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
  content: "\f107";
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
  content: "\f108";
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
  content: "\f10c";
}

.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
  content: "\f10d";
}

.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
  content: "\f115";
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
  content: "\f11d";
}

.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-enter:before {
  content: "\f121";
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-exit:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: var(--Green-100, #103a3b);
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  font-style: normal;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: 0;
}

.video-js *,
.video-js :after,
.video-js :before {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-1-1,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover,
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.js-focus-visible .vjs-menu li.vjs-selected:hover,
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),
.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible) {
  background: 0 0;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: 700;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-audio-only-mode .vjs-control-bar,
.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
  display: none !important;
}

.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}

.video-js :not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
  max-width: 488px;
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 767px) {
  .video-js .vjs-progress-control {
    margin-left: 0;
    margin-right: -4px;
  }
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
  width: 10em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #030c0c;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-poster:after {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  pointer-events: none;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 26.05%, rgba(0, 0, 0, 0) 100%);
}
.vjs-poster img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
  display: block;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-liveui .vjs-live-control,
.video-js:not(.vjs-live) .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate > .vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-volume-control,
.video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-volume-control,
.video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-volume-control {
  display: none;
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: auto;
  width: initial;
}

.video-js.vjs-layout-tiny .vjs-progress-control,
.video-js.vjs-layout-x-small .vjs-progress-control {
  display: none;
}

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js :focus:not(.focus-visible) {
  outline: 0;
}

.video-js :focus:not(:focus-visible) {
  outline: 0;
}

.vjs-theme-city {
  --vjs-theme-city--primary: #bf3b4d;
  --vjs-theme-city--secondary: #fff;
}

.vjs-theme-city .vjs-control-bar {
  height: 70px;
  padding-top: 20px;
  background: none;
  background-image: linear-gradient(0deg, #000, transparent);
}

.vjs-theme-city .vjs-button > .vjs-icon-placeholder:before {
  line-height: 50px;
}

.vjs-theme-city .vjs-play-progress:before {
  display: none;
}

.vjs-theme-city .vjs-progress-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.vjs-theme-city .vjs-progress-control .vjs-progress-holder {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.vjs-theme-city .vjs-play-progress {
  background-color: var(--vjs-theme-city--primary);
}

.vjs-theme-city .vjs-remaining-time {
  order: 1;
  line-height: 50px;
  flex: 3;
  text-align: left;
}

.vjs-theme-city .vjs-play-control {
  order: 2;
  flex: 8;
  font-size: 1.75em;
}

.vjs-theme-city .vjs-fullscreen-control,
.vjs-theme-city .vjs-picture-in-picture-control,
.vjs-theme-city .vjs-volume-panel {
  order: 3;
  flex: 1;
}

.vjs-theme-city .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
  height: 100%;
}

.vjs-theme-city .vjs-mute-control {
  display: none;
}

.vjs-theme-city .vjs-volume-panel {
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 1.5em;
}

.vjs-theme-city .vjs-volume-bar.vjs-slider-horizontal,
.vjs-theme-city .vjs-volume-panel,
.vjs-theme-city .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.vjs-theme-city .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.vjs-theme-city .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.vjs-theme-city .vjs-volume-panel:hover,
.vjs-theme-city .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
  width: 3em;
}

.vjs-theme-city .vjs-volume-level:before {
  font-size: 1em;
}

.vjs-theme-city .vjs-volume-panel .vjs-volume-control {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.vjs-theme-city .vjs-volume-bar {
  background-color: transparent;
  margin: 0;
}

.vjs-theme-city .vjs-slider-horizontal .vjs-volume-level {
  height: 100%;
}

.vjs-theme-city .vjs-volume-bar.vjs-slider-horizontal {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}

.vjs-theme-city .vjs-volume-bar:before {
  content: "";
  z-index: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-color: transparent transparent hsla(0, 0%, 100%, 0.25);
  border-style: solid;
  border-width: 0 0 1.75em 3em;
}

.vjs-theme-city .vjs-volume-level {
  overflow: hidden;
  background-color: transparent;
}

.vjs-theme-city .vjs-volume-level:before {
  content: "";
  z-index: 1;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 3em solid transparent;
  border-bottom: 1.75em solid var(--vjs-theme-city--secondary);
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
}

.video-js {
  border-radius: 16px;
  overflow: hidden;
}
.video-js .vjs-big-play-button {
  display: none;
}
.video-js .vjs-control-bar {
  width: auto;
  left: 190px;
  right: 190px;
  margin: auto;
  border-radius: 12px;
  height: 48px;
  border: 1px solid transparent;
  background: linear-gradient(99.17deg, rgba(255, 255, 255, 0.24) 11.07%, rgba(255, 255, 255, 0) 94.09%) border-box, linear-gradient(102.33deg, rgba(19, 155, 242, 0.16) 15.9%, rgba(255, 255, 255, 0.088) 105.94%);
  bottom: 24px;
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  padding: 12px 24px;
  gap: 16px;
}
.video-js .vjs-control-bar:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(99.17deg, rgba(255, 255, 255, 0.24) 11.07%, rgba(255, 255, 255, 0) 94.09%);
  pointer-events: none;
  z-index: -1;
  margin: -1px;
}
.video-js .vjs-play-control {
  width: 24px;
  height: 24px;
}
.video-js .vjs-control {
  width: 24px;
  height: 24px;
}
.video-js .vjs-button > .vjs-icon-placeholder:before {
  line-height: 24px;
}
.video-js .vjs-time-control {
  width: auto;
  height: auto;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
  height: 24px;
}
.video-js .vjs-volume-bar {
  margin: 0.85em 8px;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
  width: 74px;
}
.video-js .vjs-volume-panel {
  transition: 0.5s ease-in-out;
}
.video-js .vjs-volume-panel .vjs-icon-placeholder {
  display: none;
}
.video-js .vjs-volume-panel .vjs-mute-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 8.00024C15.621 8.46598 16.125 9.0699 16.4721 9.76418C16.8193 10.4585 17 11.224 17 12.0002C17 12.7765 16.8193 13.542 16.4721 14.2363C16.125 14.9306 15.621 15.5345 15 16.0002M17.7 5.00024C18.744 5.84389 19.586 6.91037 20.1645 8.12156C20.7429 9.33276 21.0432 10.658 21.0432 12.0002C21.0432 13.3425 20.7429 14.6677 20.1645 15.8789C19.586 17.0901 18.744 18.1566 17.7 19.0002M6 15.0002H4C3.73478 15.0002 3.48043 14.8949 3.29289 14.7073C3.10536 14.5198 3 14.2654 3 14.0002V10.0002C3 9.735 3.10536 9.48065 3.29289 9.29311C3.48043 9.10557 3.73478 9.00022 4 9.00022H6L9.5 4.50022C9.5874 4.33045 9.73265 4.19754 9.90949 4.12551C10.0863 4.05348 10.2831 4.04708 10.4643 4.10746C10.6454 4.16784 10.799 4.29103 10.8972 4.45476C10.9955 4.61849 11.0319 4.81196 11 5.00022V19.0002C11.0319 19.1885 10.9955 19.3819 10.8972 19.5457C10.799 19.7094 10.6454 19.8326 10.4643 19.893C10.2831 19.9534 10.0863 19.947 9.90949 19.8749C9.73265 19.8029 9.5874 19.67 9.5 19.5002L6 15.0002Z' stroke='%23103A3B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
}
.video-js .vjs-volume-panel .vjs-mute-control.vjs-vol-0 {
  position: relative;
}
.video-js .vjs-volume-panel .vjs-mute-control.vjs-vol-0:after {
  height: 26px;
  width: 1px;
  content: "";
  display: block;
  background-color: #103a3b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 10px;
}
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 12V9H10M17 12V15H14M5 5H19C20.1046 5 21 5.89543 21 7V17C21 18.1046 20.1046 19 19 19H5C3.89543 19 3 18.1046 3 17V7C3 5.89543 3.89543 5 5 5Z' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
}
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  display: none;
}
.video-js .vjs-time-control {
  padding: 0;
  font-weight: 400;
  font-variation-settings: "wght" 400, "DOTS" 4;
  font-size: 14px;
  line-height: 100%;
}
.video-js .vjs-progress-holder {
  height: 10px;
  border-radius: 50px;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0;
}
.video-js .vjs-progress-control .vjs-time-tooltip {
  font-weight: 400;
  font-variation-settings: "wght" 400, "DOTS" 4;
  top: -48px;
  border-radius: 4px;
  padding: 6px 8px 5px 8px;
}
.video-js .vjs-load-progress {
  border-radius: 50px;
}
.video-js .vjs-load-progress div {
  border-radius: 50px;
}
.video-js .vjs-slider-horizontal .vjs-volume-level {
  height: 4px;
  border-radius: 50px;
}
.video-js .vjs-slider-horizontal .vjs-volume-level:before {
  font-size: 12px;
  top: -9px;
}
.video-js .vjs-slider {
  background: #708989;
}
.video-js .vjs-play-progress {
  background: #030c0c;
  border-radius: 14px;
}
.video-js .vjs-play-progress:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 4px solid transparent;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10" transform="rotate(90 12 12)" fill="url(%23paint0_linear_746_1772)" stroke="url(%23paint1_linear_746_1772)" stroke-width="4"/><defs><linearGradient id="paint0_linear_746_1772" x1="12" y1="0" x2="12" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="%23292835"/><stop offset="1" stop-color="%23BDFCFE"/></linearGradient><linearGradient id="paint1_linear_746_1772" x1="13" y1="23.5" x2="13" y2="1.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23B4EFF2"/><stop offset="1" stop-color="%23688A8C"/></linearGradient></defs></svg>') 50% 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  right: -24px;
  z-index: 3;
}
.video-js .vjs-time-control {
  display: block;
}
.video-js .vjs-time-divider {
  display: none;
}
.video-js .vjs-remaining-time {
  display: none;
}

.inline-video {
  width: 100%;
  position: relative;
}
.inline-video__icon {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  filter: drop-shadow(-16px -8px 60px rgba(0, 0, 0, 0.16));
  backdrop-filter: blur(30px);
  height: 160px;
  width: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.inline-video:after {
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0.33%, rgba(0, 0, 0, 0) 19.91%);
  pointer-events: none;
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.3s;
  right: 0;
  top: 0;
  content: "";
}
.inline-video .video-js {
  width: 100%;
  height: auto;
  aspect-ratio: 2.15;
}
.inline-video .video-js .vjs-poster img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.inline-video .video-js .vjs-control-bar {
  backdrop-filter: unset;
  background: transparent;
  padding: 0 110px 44px;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  height: 166px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  align-items: center;
}
.inline-video .video-js .vjs-control-bar:before {
  display: none;
}
.inline-video .video-js .vjs-play-control {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.inline-video .video-js .vjs-paused {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 4V20L20 12L7 4Z' stroke='url(%23paint0_linear_6356_370)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6356_370' x1='13.5' y1='4' x2='13.5' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BBD151'/%3E%3Cstop offset='1' stop-color='%2300A1A2'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
.inline-video .video-js .vjs-progress-holder {
  height: 6px;
}
.inline-video .video-js .vjs-slider {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
.inline-video .video-js .vjs-load-progress {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
}
.inline-video .video-js .vjs-play-progress {
  border-radius: 8px;
  background: var(--Accent-Lime-Accent-Lime---20, #bad051);
}
.inline-video .video-js .vjs-play-progress:before {
  background: var(--Accent-Lime-Accent-Lime---20, #bad051);
  height: 13.8px;
  width: 13.8px;
  border: none;
  right: -13.8px;
}
.inline-video.active:after {
  opacity: 0;
}

.btn {
  display: flex;
  padding: 8px 16px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: none;
  background: var(--Green-100, #103a3b);
  color: #fff;
  gap: 4px;
  cursor: pointer;
}
.btn[disabled] {
  pointer-events: none;
  background: var(--Green-10, #e7ebeb);
  color: #fff;
}
.btn--large {
  height: 48px;
  font-size: 1.14286rem;
}
.btn:hover {
  background: var(--Gold-100, #c6a246);
}
.btn-outline {
  background: transparent;
  border: 2px solid var(--Green-100, #103a3b);
  color: var(--Green-100, #103a3b);
  padding-left: 12px;
  padding-right: 12px;
}
.btn-outline:hover {
  background-color: var(--Green-100, #103a3b);
  color: #fff;
}
.btn-danger {
  background: transparent;
  border: 2px solid #c6454a;
  color: #c6454a;
  padding-left: 12px;
  padding-right: 12px;
}
.btn-danger:hover {
  background-color: #c6454a;
  color: #fff;
}
.btn.loading:after {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: loading-spin 0.8s linear infinite;
  display: block;
}

@keyframes loading-spin {
  to {
    transform: rotate(360deg);
  }
}
.category-card {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.category-card__picture {
  width: 100%;
  overflow: hidden;
  display: block;
  height: 100%;
}
.category-card__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.category-card__count {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 8px;
  padding: 8px;
  background: #85999a;
  color: var(--White, #fff);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0;
  pointer-events: none;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .category-card__count {
    height: 24px;
    opacity: 1;
    font-size: 0.85714rem;
  }
}
.category-card__title {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 60%;
  width: 100%;
  background: linear-gradient(0deg, #161616 0%, rgba(0, 0, 0, 0) 100%);
  padding: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  font-size: 1.71429rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  line-height: 2.28571rem;
  color: var(--Gold-10, #f9f6ec);
  pointer-events: none;
}
@media (max-width: 1199px) {
  .category-card__title {
    font-size: 1.21429rem;
  }
}
@media (max-width: 991px) {
  .category-card__title {
    font-size: 1.14286rem;
    line-height: 1.71429rem;
    height: 50%;
  }
}
.category-card:hover .category-card__count {
  opacity: 1;
}
.category-card:hover .category-card__picture img {
  transform: scale(1.05);
}

.mini-card {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  background: var(--White, #fff);
  display: flex;
}
@media (max-width: 991px) {
  .mini-card {
    align-items: flex-start;
  }
}
.mini-card__picture {
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100px;
  max-width: 100px;
}
@media (max-width: 991px) {
  .mini-card__picture {
    flex: 0 0 80px;
    max-width: 80px;
  }
}
.mini-card__details {
  padding: 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
@media (max-width: 991px) {
  .mini-card__details {
    padding: 8px;
  }
}
.mini-card__details--title {
  padding-left: 28px;
  margin-bottom: 2px;
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  color: var(--Green-180, #030c0c);
}
@media (max-width: 991px) {
  .mini-card__details--title {
    padding-left: 34px;
    margin-bottom: 4px;
    font-size: 1rem;
    line-height: 1.71429rem;
  }
}
.mini-card__details--title:hover {
  color: var(--Gold-100, #c6a246);
}
.mini-card__details--weight {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--Green-60, #708989);
  line-height: 1.14286rem;
  font-size: 0.85714rem;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .mini-card__details--weight {
    margin-bottom: 12px;
  }
}
.mini-card__details--weight:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.66667 13.3333H11.3333M4 4L8 3.33333L12 4M4 4L6 8C6 8.53043 5.78929 9.03914 5.41421 9.41421C5.03914 9.78929 4.53043 10 4 10C3.46957 10 2.96086 9.78929 2.58579 9.41421C2.21071 9.03914 2 8.53043 2 8L4 4ZM12 4L14 8C14 8.53043 13.7893 9.03914 13.4142 9.41421C13.0391 9.78929 12.5304 10 12 10C11.4696 10 10.9609 9.78929 10.5858 9.41421C10.2107 9.03914 10 8.53043 10 8L12 4ZM8 2V13.3333' stroke='%23708989' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.mini-card__details--price {
  margin-top: auto;
  color: var(--Gold-100, #c6a246);
  font-size: 1.14286rem;
  line-height: 1.71429rem;
}
.mini-card__label {
  padding: 8px;
  height: 24px;
  background: #85999a;
  border-radius: 0 8px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  color: var(--White, #fff);
  font-size: 0.85714rem;
}
@media (max-width: 991px) {
  .mini-card__label {
    display: none;
  }
}
.mini-card__like {
  position: absolute;
  top: 12px;
  left: 12px;
  color: var(--Green-100, #103a3b);
}
@media (max-width: 991px) {
  .mini-card__like {
    left: 8px;
    top: 8px;
  }
}
.mini-card__like svg {
  transition: all 0.3s;
}
.mini-card__like:hover, .mini-card__like.active {
  color: #ff0000;
}

.product-card {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.product-card__picture {
  border-radius: 4px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  width: 100%;
  overflow: hidden;
}
.product-card__picture img {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.product-card__title {
  margin-bottom: 4px;
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  color: var(--Green-180, #030c0c);
}
@media (max-width: 991px) {
  .product-card__title {
    line-height: 1.57143rem;
    font-size: 1rem;
  }
}
.product-card__title:hover {
  color: var(--Gold-100, #c6a246);
}
.product-card__weight {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--Green-60, #708989);
  line-height: 1.71429rem;
  font-size: 1rem;
  margin-bottom: 8px;
}
.product-card__weight:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.66667 13.3333H11.3333M4 4L8 3.33333L12 4M4 4L6 8C6 8.53043 5.78929 9.03914 5.41421 9.41421C5.03914 9.78929 4.53043 10 4 10C3.46957 10 2.96086 9.78929 2.58579 9.41421C2.21071 9.03914 2 8.53043 2 8L4 4ZM12 4L14 8C14 8.53043 13.7893 9.03914 13.4142 9.41421C13.0391 9.78929 12.5304 10 12 10C11.4696 10 10.9609 9.78929 10.5858 9.41421C10.2107 9.03914 10 8.53043 10 8L12 4ZM8 2V13.3333' stroke='%23708989' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.product-card__price {
  margin-top: auto;
  color: var(--Gold-100, #c6a246);
  font-size: 1.14286rem;
  line-height: 1.71429rem;
}
@media (max-width: 991px) {
  .product-card__price {
    line-height: 2.28571rem;
  }
}
.product-card__label {
  padding: 8px;
  height: 24px;
  background: #85999a;
  border-radius: 0 8px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  color: var(--White, #fff);
  font-size: 0.85714rem;
}
@media (max-width: 991px) {
  .product-card__label {
    display: none;
  }
}
.product-card__like {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.5001 13.5717L12.0001 20.9997L4.50006 13.5717C4.00536 13.0903 3.6157 12.5117 3.3556 11.8723C3.09551 11.2329 2.97062 10.5466 2.98879 9.85662C3.00697 9.1666 3.16782 8.48782 3.46121 7.86303C3.75461 7.23823 4.17419 6.68094 4.69354 6.22627C5.21289 5.77159 5.82076 5.42938 6.47887 5.22117C7.13697 5.01296 7.83106 4.94327 8.51743 5.01649C9.20379 5.08971 9.86756 5.30425 10.4669 5.64659C11.0663 5.98894 11.5883 6.45169 12.0001 7.00569C12.4136 6.45571 12.9362 5.99701 13.5352 5.65829C14.1341 5.31958 14.7966 5.10814 15.481 5.03721C16.1654 4.96628 16.8571 5.03739 17.5128 5.24608C18.1685 5.45477 18.7741 5.79656 19.2916 6.25005C19.8091 6.70354 20.2275 7.25897 20.5205 7.88158C20.8135 8.50419 20.9748 9.18057 20.9944 9.8684C21.0139 10.5562 20.8913 11.2407 20.6342 11.8789C20.3771 12.5172 19.991 13.0955 19.5001 13.5777' stroke='%23103a3b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  transition: background-image 0.3s;
}
@media (max-width: 991px) {
  .product-card__like {
    left: 8px;
    top: 8px;
  }
}
.product-card__like:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.5001 13.5717L12.0001 20.9997L4.50006 13.5717C4.00536 13.0903 3.6157 12.5117 3.3556 11.8723C3.09551 11.2329 2.97062 10.5466 2.98879 9.85662C3.00697 9.1666 3.16782 8.48782 3.46121 7.86303C3.75461 7.23823 4.17419 6.68094 4.69354 6.22627C5.21289 5.77159 5.82076 5.42938 6.47887 5.22117C7.13697 5.01296 7.83106 4.94327 8.51743 5.01649C9.20379 5.08971 9.86756 5.30425 10.4669 5.64659C11.0663 5.98894 11.5883 6.45169 12.0001 7.00569C12.4136 6.45571 12.9362 5.99701 13.5352 5.65829C14.1341 5.31958 14.7966 5.10814 15.481 5.03721C16.1654 4.96628 16.8571 5.03739 17.5128 5.24608C18.1685 5.45477 18.7741 5.79656 19.2916 6.25005C19.8091 6.70354 20.2275 7.25897 20.5205 7.88158C20.8135 8.50419 20.9748 9.18057 20.9944 9.8684C21.0139 10.5562 20.8913 11.2407 20.6342 11.8789C20.3771 12.5172 19.991 13.0955 19.5001 13.5777' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.product-card__like.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3.35585 11.8728C3.61594 12.5122 4.00561 13.0908 4.5003 13.5722L8.2503 17.2862L12.0003 21.0002C14.0698 18.9505 16.2776 17.0157 18.3039 14.9289C19.1483 14.0593 20.1769 13.0152 20.6344 11.8794C20.8916 11.2412 21.0142 10.5567 20.9946 9.86889C20.975 9.18106 20.8137 8.50468 20.5207 7.88207C20.2277 7.25946 19.8094 6.70403 19.2919 6.25054C18.7743 5.79705 18.1688 5.45526 17.5131 5.24657C16.8574 5.03787 16.1657 4.96677 15.4812 5.0377C14.7968 5.10863 14.1344 5.32007 13.5354 5.65878C12.9364 5.9975 12.4138 6.4562 12.0003 7.00618C11.5885 6.45218 11.0666 5.98943 10.4672 5.64708C9.8678 5.30473 9.20403 5.0902 8.51767 5.01698C7.83131 4.94376 7.13722 5.01345 6.47911 5.22166C5.82101 5.42987 5.21314 5.77208 4.69379 6.22676C4.17444 6.68143 3.75485 7.23871 3.46146 7.86351C3.16806 8.48831 3.00721 9.16709 2.98904 9.85711C2.97086 10.5471 3.09575 11.2334 3.35585 11.8728Z' fill='%23C6A246'/%3E%3C/svg%3E");
}
.product-card:hover .product-card__picture img {
  transform: scale(1.05);
}

.help-card {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.help-card__picture {
  width: 100%;
  height: 100%;
  display: block;
}
.help-card__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.help-card__over {
  height: 111px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  color: var(--Gold-10, #f9f6ec);
  pointer-events: none;
}
@media (max-width: 991px) {
  .help-card__over {
    height: 61px;
    padding: 8px;
    gap: 2px;
  }
}
.help-card__over:before {
  pointer-events: none;
  position: absolute;
  content: "";
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0.8;
  inset: 0;
  background: linear-gradient(0deg, #161616 0%, rgba(0, 0, 0, 0) 100%);
}
.help-card__over--label {
  color: var(--White, #fff);
  font-size: 0.85714rem;
  display: flex;
  align-items: center;
  gap: 2px;
  border-radius: 2px;
  background: var(--Gold-100, #c6a246);
  padding: 8px;
  height: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .help-card__over--label {
    height: 20px;
  }
}
.help-card__over--price {
  line-height: 2.28571rem;
  font-size: 1.71429rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .help-card__over--price {
    font-size: 1rem;
    line-height: 1.42857rem;
  }
}
.help-card:hover .help-card__over:before {
  opacity: 1;
}
@media (max-width: 991px) {
  .help-card:hover .help-card__over:before {
    opacity: 0.8;
  }
}
.help-card:hover .help-card__picture img {
  transform: scale(1.05);
}

.blog-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-card__picture {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 8px;
}
.blog-card__picture img {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.blog-card__categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
}
.blog-card__categories a {
  padding: 8px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #85999a;
  color: var(--White, #fff);
  font-size: 0.85714rem;
  line-height: 1.14286rem;
}
.blog-card__title {
  margin-bottom: 4px;
  color: var(--Black---100, var(--Black---90, #171718));
  font-size: 1.71429rem;
  line-height: 2.85714rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 1199px) {
  .blog-card__title {
    font-size: 1.21429rem;
  }
}
@media (max-width: 991px) {
  .blog-card__title {
    font-size: 1rem;
    line-height: 2rem;
  }
}
.blog-card__title:hover {
  color: var(--Gold-100, #c6a246);
}
.blog-card__description {
  font-size: 1rem;
  color: var(--Green-80, #406162);
  line-height: 1.71429rem;
  margin-bottom: 8px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.blog-card__categories {
  margin-bottom: 8px;
}
.blog-card__details {
  margin-bottom: 8px;
  color: var(--Green-60, #708989);
  line-height: 1.71429rem;
}
.blog-card__details a:hover {
  color: var(--Gold-100, #c6a246);
}
.blog-card .site-more {
  margin-top: auto;
}
.blog-card:hover .blog-card__picture img {
  transform: scale(1.05);
}

.customer-comment-card {
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  background: var(--White, #fff);
  gap: 24px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .customer-comment-card {
    padding: 8px;
  }
}
.customer-comment-card__head {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.customer-comment-card__head--icon {
  color: var(--Gold-100, #c6a246);
}
.customer-comment-card__head--user {
  position: relative;
  min-height: 56px;
  padding-right: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.customer-comment-card__head--user_name {
  color: var(--Green-180, #030c0c);
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 767px) {
  .customer-comment-card__head--user_name {
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.customer-comment-card__head--user_id {
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  line-height: 1.14286rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  direction: ltr;
}
@media (max-width: 767px) {
  .customer-comment-card__head--user_id {
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.customer-comment-card__head--user_picture {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  object-fit: cover;
  object-position: center center;
}
.customer-comment-card__content {
  color: var(--Green-80, #406162);
  line-height: 1.71429rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media (max-width: 767px) {
  .customer-comment-card__content {
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}

.branch-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.branch-card__picture {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .branch-card__picture {
    margin-bottom: 16px;
  }
}
.branch-card__picture img {
  border-radius: 8.895px;
  width: 100%;
}
@media (max-width: 767px) {
  .branch-card__picture img {
    border-radius: 8px;
  }
}
.branch-card__title {
  margin-bottom: 4px;
  color: var(--Green-180, #030c0c);
  font-size: 1.14286rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 1.71429rem;
}
@media (max-width: 767px) {
  .branch-card__title {
    font-size: 1rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.branch-card__subtitle {
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .branch-card__subtitle {
    margin-bottom: 0;
  }
}
.branch-card__time {
  display: block;
  margin-top: 12px;
  color: var(--Green-100, #103a3b);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.branch-card .site-more {
  margin-top: auto;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 767px) {
  .branch-card .site-more {
    margin-top: 16px;
    border-radius: 4px;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    border: 2px solid var(--Gold-100, #c6a246);
    padding: 8px 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }
}

.blog-mini-card {
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .blog-mini-card {
    gap: 8px;
  }
}
.blog-mini-card__picture {
  width: 120px;
  height: 75px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .blog-mini-card__picture {
    width: 90px;
    height: 56px;
    border-radius: 4px;
  }
}
.blog-mini-card__picture img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.blog-mini-card__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog-mini-card__details--title {
  color: var(--Black---100, var(--Black---90, #171718));
  line-height: 1.71429rem;
  font-size: 1.14286rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .blog-mini-card__details--title {
    font-size: 1rem;
    line-height: 1.71429rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
  }
}
.blog-mini-card__details--title:hover {
  color: var(--Gold-100, #c6a246);
}
.blog-mini-card__details--info {
  color: var(--Green-60, #708989);
  line-height: 1.14286rem;
  font-size: 0.85714rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media (max-width: 991px) {
  .blog-mini-card__details--info {
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}
.blog-mini-card__details--info a:hover {
  color: var(--Black---100, var(--Black---90, #171718));
}

.hidden-input, .time-tabs__item--box input, .single-page__details--size input, .single-page__details--weight input, .single-page__details--color input, .radio input, .checkbox input, .sort-type__item input {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}
.checkbox__icon {
  flex-shrink: 0;
  border-radius: 2px;
  border: 1px solid #d5d5d6;
  background: #fff;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.checkbox__icon:after {
  transition: all 0.3s;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33325 8.00033L6.66659 11.3337L13.3333 4.66699' stroke='%23406162' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  content: "";
}
.checkbox__title {
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  line-height: 1.71429rem;
  user-select: none;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
.checkbox__extra {
  margin-right: auto;
}
.checkbox__extra--color {
  width: 20px;
  height: 20px;
  border: 1px solid var(--Gold-20, #f4ecda);
  border-radius: 50%;
}
.checkbox:has(input:checked) .checkbox__icon {
  border-color: #406162;
}
.checkbox:has(input:checked) .checkbox__icon:after {
  opacity: 1;
}
.checkbox:has(input:checked) .checkbox__icon:before {
  transform: translateX(13px);
  background-color: #406162;
}
.checkbox-toggle .checkbox__icon {
  width: 33px;
  height: 20px;
  border: 2px solid #cfd8d8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 3px;
  padding-right: 3px;
}
.checkbox-toggle .checkbox__icon:after {
  display: none;
}
.checkbox-toggle .checkbox__icon:before {
  width: 10px;
  height: 10px;
  transition: all 0.3s;
  border-radius: 12px;
  background: var(--Green-20, #cfd8d8);
  content: "";
  border-radius: 50%;
  display: block;
}

.radio {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}
.radio__icon {
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--Green-20, #cfd8d8);
  background: #fff;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.radio__icon:after {
  transition: all 0.3s;
  opacity: 0;
  background-color: #406162;
  width: 8px;
  border-radius: 50%;
  height: 8px;
  content: "";
  display: block;
}
.radio__title {
  color: var(--Green-120, #0d2e2f);
  font-size: 1rem;
  line-height: 2.28571rem;
  user-select: none;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.radio:has(input:checked) .radio__icon {
  border-color: #406162;
}
.radio:has(input:checked) .radio__icon:after {
  opacity: 1;
}

.form-label {
  margin-bottom: 8px;
  transition: all 0.3s;
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.28571rem;
  display: flex;
  align-items: center;
  gap: 4px;
}

.form-control {
  font-feature-settings: "ss01";
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  background: var(--White, #fff);
  padding: 16px;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  font-size: 1.14286rem;
  height: 56px;
  transition: all 0.3s;
  color: var(--Balck, #000);
  font-size: 1rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.form-control::placeholder {
  color: #cfd8d8;
  opacity: 1;
  transition: color 0.3s;
}
.form-control:-ms-input-placeholder {
  color: #cfd8d8;
  transition: color 0.3s;
}
.form-control::-ms-input-placeholder {
  color: #cfd8d8;
  transition: color 0.3s;
}
@media (max-width: 991px) {
  .form-control {
    height: 40px;
    padding: 8px 16px;
  }
}
.form-control:focus {
  border-color: var(--Green-100, #103a3b);
}
.form-control__icon {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-file {
  position: relative;
}
.form-file input {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
}
.form-file .form-control {
  color: var(--Green-20, #cfd8d8);
  cursor: pointer;
}
.form-file .form-control__icon {
  pointer-events: none;
}
.form-file .form-control:hover {
  border-color: var(--Green-100, #103a3b);
}

.form-tel {
  position: relative;
}
.form-tel .form-control {
  padding-left: 120px;
}
.form-tel .select {
  width: 115px;
  position: absolute;
  left: 0;
  top: 0;
}
.form-tel .select .ss-main {
  --ss-main-height: 56px;
  --ss-bg-color: transparent;
  --ss-spacing-s: 0;
  --ss-border-radius: 0;
  --ss-spacing-m: 0;
  flex-direction: row-reverse;
  border: none;
  border-right: 1px solid var(--Green-10, #e7ebeb);
  padding-right: 12px;
}
@media (max-width: 991px) {
  .form-tel .select .ss-main {
    --ss-main-height: 40px;
  }
}
.form-tel .select .ss-main .ss-arrow {
  width: 16px;
  height: 16px;
}
.form-tel .select .ss-main .ss-single {
  display: flex;
  align-items: center;
  gap: 8px;
  direction: ltr;
  padding: 0;
}

.form-foot {
  gap: 8px;
  display: flex;
  align-items: center;
}

.form-error,
.form-error-message {
  margin-top: 8px;
  display: block;
  font-size: 0.85714rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  color: var(--error);
  line-height: 1.71429rem;
}

.form-description {
  margin-top: 8px;
  color: var(--Green-100, #103a3b);
  font-size: 0.71429rem;
  line-height: 1.28571rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}

.form-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.form-groups .form-group {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
}

.form-group:has(.form-label) .form-control__icon {
  top: 40px;
}
@media (max-width: 991px) {
  .form-group:has(.form-label) .form-control__icon {
    top: 32px;
  }
}
.form-group.error .form-control, .form-group.has-error .form-control {
  border-color: var(--error);
  color: var(--error);
}
.form-group.error .form-label, .form-group.has-error .form-label {
  color: var(--error);
}
.form-group:has(.form-control__icon) {
  position: relative;
}
.form-group:has(.form-control__icon) .form-control {
  padding-left: 48px;
}
.form-group:has(.copy-text) .form-control {
  padding-right: 48px;
  padding-left: 12px;
}
.form-group:has(.copy-text) .form-control__icon {
  left: unset;
  right: 16px;
}

.password-toggle {
  color: var(--Green-40, #9fb0b1);
}
.password-toggle:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  height: 24px;
  width: 1px;
  content: "";
  display: block;
  background: #9fb0b1;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.password-toggle.active:after {
  opacity: 1;
}

.copy-text {
  color: var(--Gold-100, #c6a246);
}
@media (max-width: 991px) {
  .copy-text {
    width: 32px;
    height: 32px;
  }
  .copy-text svg {
    width: 32px;
  }
}
.copy-text:hover {
  color: var(--Green-80, #406162);
}
.copy-text.active {
  color: var(--Green-80, #406162);
}

textarea.form-control {
  height: 91px;
  resize: none;
  min-width: 100% !important;
  max-width: 100% !important;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 4px;
}
.quantity-controls button {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity-controls button .icon {
  transition: all 0.3s;
  color: var(--Green-100, #103a3b);
}
.quantity-controls button .icon:hover {
  color: var(--Gold-100, #c6a246);
}
.quantity-controls button:disabled {
  cursor: not-allowed;
}
.quantity-controls button:disabled .icon {
  color: #cfd8d8;
}
.quantity-controls input {
  width: 32px;
  min-width: 32px;
  border: none;
  text-align: center;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-size: 1.14286rem;
  letter-spacing: -0.03571rem;
  line-height: 2rem;
  color: var(--Green-100, #103a3b);
  direction: ltr;
}

input[type=email] {
  text-align: left;
  direction: ltr;
}

.gform_title {
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--Green-190, #020606);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .gform_title {
    padding: 0;
    font-size: 1.14286rem;
    line-height: 2rem;
  }
}

.gform-footer {
  justify-content: space-between;
}
.gform-footer .gform-loader {
  all: revert-layer;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  filter: invert(61%) sepia(72%) saturate(596%) hue-rotate(6deg) brightness(94%) contrast(89%);
}

.gform-theme--foundation.gform-theme--framework .gform_fields {
  --gf-form-gap-x: 16px;
  --gf-form-gap-y: 16px;
}
.gform-theme--foundation.gform-theme--framework .gform_fields .ss-main {
  --ss-main-height: 56px;
  display: flex;
  flex-direction: row;
  position: relative;
  user-select: none;
  color: var(--ss-font-color);
  min-height: var(--ss-main-height);
  width: 100%;
  padding: var(--ss-spacing-s);
  cursor: pointer;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  box-sizing: border-box;
  transition: background-color var(--ss-animation-timing);
  overflow: hidden;
}
@media (max-width: 991px) {
  .gform-theme--foundation.gform-theme--framework .gform_fields .ss-main {
    --ss-main-height: 40px;
  }
}
.gform-theme--foundation.gform-theme--framework .gform_fields .ss-arrow {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}
.gform-theme--foundation.gform-theme--framework .gform_fields .ss-arrow path {
  all: revert-layer;
  fill: none;
  stroke: #c6a246;
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}
.gform-theme--foundation.gform-theme--framework .gform_fields .gfield_required {
  display: none;
}
.gform-theme--foundation.gform-theme--framework .gform_confirmation_message {
  margin-bottom: 24px;
  all: revert-layer;
  position: relative;
  border-radius: 8px;
  border: 1px solid #1e6f63;
  background: #e3f4ef;
  padding: 12px 28px 12px 16px;
  color: #1e6f63;
  font-size: 1rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
@media (max-width: 991px) {
  .gform-theme--foundation.gform-theme--framework .gform_confirmation_message {
    margin-bottom: 16px;
  }
}
.gform-theme--foundation.gform-theme--framework .gform_confirmation_message:before {
  position: absolute;
  right: 16px;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background: #1e6f63;
  border-radius: 1px;
  content: "";
}
.gform-theme--foundation.gform-theme--framework .gform_validation_errors {
  margin-bottom: 24px;
  all: revert-layer;
  position: relative;
  --gf-form-validation-heading-color: #c6454a;
  border-radius: 8px;
  border: 1px solid #c6454a;
  background: #fff0f0;
  padding: 12px 28px 12px 16px;
  outline: none !important;
}
@media (max-width: 991px) {
  .gform-theme--foundation.gform-theme--framework .gform_validation_errors {
    margin-bottom: 16px;
  }
}
.gform-theme--foundation.gform-theme--framework .gform_validation_errors .gform-icon {
  display: none !important;
}
.gform-theme--foundation.gform-theme--framework .gform_validation_errors:before {
  position: absolute;
  right: 16px;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background: #c6454a;
  border-radius: 1px;
  content: "";
}

.gform-theme--framework :where(:not(html):not(iframe):not(canvas):not(img):not(svg):not(video) :not(svg *):not(symbol *) :not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description > *):not(.gform-field-label--type-inline > :not(span)):not(.ui-resizable-handle):not(.hidden)) .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-ctrl-textarea-radius: 8px;
  --gf-ctrl-radius: 8px;
  --gf-ctrl-size: 56px;
  --gf-ctrl-textarea-size: 160px;
  --gf-ctrl-border-color: #e7ebeb;
  --gf-ctrl-shadow: none;
  --gf-ctrl-outline-width-focus: 0;
  --gf-ctrl-outline-color-focus: transparent;
  --gf-ctrl-outline-offset: 0;
  --gf-ctrl-transition: all 0.3s;
  --gf-ctrl-border-color-focus: #bf8f5f;
  --gf-ctrl-border-color-hover: #bf8f5f;
}
@media (max-width: 991px) {
  .gform-theme--framework :where(:not(html):not(iframe):not(canvas):not(img):not(svg):not(video) :not(svg *):not(symbol *) :not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description > *):not(.gform-field-label--type-inline > :not(span)):not(.ui-resizable-handle):not(.hidden)) .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    --gf-ctrl-size: 40px;
  }
}

.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-ctrl-label-font-size-primary: 1rem;
  --gf-ctrl-label-color-primary: #103a3b;
  --gf-ctrl-label-line-height-primary: 1.28571rem;
  --gf-ctrl-label-color-req: #ec3c2c;
}

body .gform-theme--foundation .gfield textarea.large {
  min-block-size: 160px;
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])) {
  --gf-ctrl-select-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23C6A246' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --gf-ctrl-select-icon-hover: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23C6A246' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --gf-ctrl-select-icon-focus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23C6A246' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --gf-ctrl-select-icon-size: 24px;
}

.gform-theme--foundation .gform_footer,
.gform-theme--foundation .gform_page_footer {
  --gf-form-footer-margin-y-start: 16px;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-ctrl-btn-bg-color-primary: #103a3b;
  --gf-ctrl-btn-radius: 4px;
  --gf-ctrl-btn-font-size: 1rem;
  --gf-ctrl-btn-font-weight: 600;
  --gf-local-line-height: 1.71429rem;
  --gf-ctrl-btn-size: 40px;
  --gf-ctrl-btn-bg-color-hover-primary: #bf8f5f;
  --gf-ctrl-btn-bg-color-focus-primary: #bf8f5f;
  --gf-ctrl-btn-border-color-focus-primary: #bf8f5f;
}
@media (max-width: 991px) {
  .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    --gf-ctrl-btn-font-weight: 450;
  }
}

.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-ctrl-desc-color-error: #ec3c2c;
}

.gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-ctrl-border-color-error: #ec3c2c;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
  --gf-form-validation-heading-color: #ec3c2c;
}

.gform-theme--framework .gform_validation_errors {
  --gf-form-validation-margin-y: 24px;
}

#comments {
  background: #fafafa;
  padding: var(--section-space) 0;
}
@media (max-width: 991px) {
  #comments {
    padding-top: 40px;
  }
}

.comments__head {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .comments__head {
    margin-bottom: 8px;
  }
}
.comments__head--title {
  color: var(--Green-100, #103a3b);
  font-size: 1.28571rem;
  letter-spacing: -0.01286rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .comments__head--title {
    line-height: 2rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    font-size: 1.14286rem;
  }
}
.comments__head--count {
  color: var(--Green-80, #406162);
  font-size: 1.14286rem;
  letter-spacing: -0.01143rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  padding-right: 16px;
  margin-right: 16px;
  position: relative;
}
@media (max-width: 991px) {
  .comments__head--count {
    padding-right: 8px;
    margin-right: 8px;
    font-weight: 325;
    font-variation-settings: "wght" 325;
    letter-spacing: normal;
    font-size: 1rem;
  }
}
.comments__head--count:before {
  background: #9fb0b1;
  width: 1px;
  height: 16px;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.comments__head .btn {
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 1px;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
@media (max-width: 991px) {
  .comments__head .btn {
    padding-left: 16px;
    padding-right: 16px;
    height: 40px;
    font-size: 1rem;
  }
}
.comments__more {
  margin-top: 24px;
  color: var(--Gold-100, #c6a246);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 2.28571rem;
  letter-spacing: -0.01rem;
  gap: 8px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .comments__more {
    margin-top: 16px;
    letter-spacing: normal;
  }
}
.comments__more:after {
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.33341 8.66634C3.7016 8.66634 4.00008 8.36786 4.00008 7.99967C4.00008 7.63148 3.7016 7.33301 3.33341 7.33301C2.96522 7.33301 2.66675 7.63148 2.66675 7.99967C2.66675 8.36786 2.96522 8.66634 3.33341 8.66634Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00008 8.66634C8.36827 8.66634 8.66675 8.36786 8.66675 7.99967C8.66675 7.63148 8.36827 7.33301 8.00008 7.33301C7.63189 7.33301 7.33341 7.63148 7.33341 7.99967C7.33341 8.36786 7.63189 8.66634 8.00008 8.66634Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.6667 8.66634C13.0349 8.66634 13.3334 8.36786 13.3334 7.99967C13.3334 7.63148 13.0349 7.33301 12.6667 7.33301C12.2986 7.33301 12.0001 7.63148 12.0001 7.99967C12.0001 8.36786 12.2986 8.66634 12.6667 8.66634Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.comments__empty {
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  .comments__empty {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.comments__empty--icon {
  margin-bottom: -32px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--Gold-10, #f9f6ec);
  color: var(--Gold-100, #c6a246);
}
.comments__empty--title {
  margin-bottom: 8px;
  color: var(--Green-100, #103a3b);
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-size: 1rem;
}
.comments__empty--subtitle {
  margin-bottom: 24px;
  font-size: 0.85714rem;
  color: var(--Green-80, #406162);
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.71429rem;
}
.comments__empty .btn {
  min-width: 228px;
}
@media (max-width: 991px) {
  .comments__empty .btn {
    min-width: 120px;
  }
}

.comment {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e7ebeb;
  display: flex;
  align-items: center;
  gap: 24px 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .comment {
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 16px 4px;
  }
}
.comment__user {
  flex: 0 0 58px;
  max-width: 58px;
}
@media (max-width: 991px) {
  .comment__user {
    flex: 0 0 40px;
    max-width: 40px;
  }
}
.comment__user img {
  border-radius: 50%;
}
.comment__details {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.comment__details--date {
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
}
.comment__details--name {
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  letter-spacing: -0.01rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .comment__details--name {
    margin-bottom: 8px;
    letter-spacing: normal;
    font-weight: 600;
    font-variation-settings: "wght" 600;
  }
}
.comment__details--content {
  color: var(--Green-80, #406162);
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.71429rem;
  letter-spacing: -0.01rem;
}
@media (max-width: 991px) {
  .comment__details--content {
    letter-spacing: normal;
    margin-right: -44px;
  }
}
.comment .comment {
  padding-bottom: 0;
  padding-top: 0;
  border: none;
  padding-right: 72px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .comment .comment {
    padding-right: 16px;
  }
}

.comment-modal {
  width: 100%;
}
.comment-modal__head {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.comment-modal__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .comment-modal__content .form-groups .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .comment-modal__content .form-foot .btn {
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .comment-modal__content .form-foot .btn {
    font-weight: 450;
    font-variation-settings: "wght" 450;
    font-size: 1rem;
  }
}

#faq-section {
  padding: var(--section-space) 0;
}
@media (max-width: 991px) {
  #faq-section {
    padding-bottom: 0;
  }
}

.faq-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .faq-section {
    gap: 8px;
  }
}
.faq-section__item {
  padding: 16px;
  background: var(--White, #fff);
  border: 1px solid var(--Green-10, #e7ebeb);
  transition: all 0.3s;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .faq-section__item {
    padding: 12px;
  }
}
.faq-section__item .accordion-title {
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  line-height: 1.57143rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  display: flex;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 991px) {
  .faq-section__item .accordion-title {
    font-size: 1rem;
  }
}
.faq-section__item .accordion-title:before {
  transform: translateY(-1px);
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='17' height='16' rx='1.5' stroke='%23103A3B'/%3E%3Cpath d='M9 5.875V11.125M6.375 8.5H11.625' stroke='%23103A3B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  transition: all 0.3s;
}
.faq-section__item .accordion-content {
  display: grid;
  overflow: hidden;
  grid-template-rows: minmax(0, 0fr);
  transition: grid-template-rows 0.6s;
}
.faq-section__item .accordion-content > div {
  padding-top: 12px;
  color: var(--Green-80, #406162);
  font-size: 1rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.57143rem;
}
@media (max-width: 991px) {
  .faq-section__item .accordion-content > div {
    padding-top: 8px;
  }
}
.faq-section__item .accordion-content.active {
  grid-template-rows: minmax(0, 1fr);
}
.faq-section__item:has(.active) {
  background: #fafafa;
}
.faq-section__item:has(.active) .accordion-title {
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .faq-section__item:has(.active) .accordion-title {
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.faq-section__item:has(.active) .accordion-title:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='17' height='16' rx='1.5' stroke='%23C6A246'/%3E%3Cpath d='M6.375 8.5H11.625' stroke='%23C6A246' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.faq-section__contact {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 991px) {
  .faq-section__contact {
    margin-top: 32px;
    gap: 16px;
    flex-direction: column;
  }
}
.faq-section__contact .btn {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 991px) {
  .faq-section__contact .btn {
    width: 100%;
  }
}
.faq-section__contact p {
  padding-right: 10px;
  color: var(--Green-80, #406162);
  font-size: 1.14286rem;
  line-height: 1.57143rem;
  position: relative;
}
@media (max-width: 991px) {
  .faq-section__contact p {
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
  .faq-section__contact p span {
    display: block;
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.faq-section__contact p:before {
  background: var(--Green-40, #9fb0b1);
  width: 2px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

#breadcrumb {
  padding: 12px 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  #breadcrumb {
    padding: 24px 0 0;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  gap: 8px;
}
.breadcrumb-item {
  color: #000;
  font-size: 0.85714rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  line-height: 1.71429rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
}
.breadcrumb-item:after {
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 4L6 8L10 12' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  flex-shrink: 0;
}
.breadcrumb-item a {
  color: var(--Green-60, #708989);
}
.breadcrumb-item a:hover {
  color: #000;
}
.breadcrumb-item.active {
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
.breadcrumb-item.active:after {
  display: none;
}

body:has(.modal.active) .modal__content {
  margin-right: var(--scrollbar-width);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .modal {
    align-items: flex-end;
  }
}
.modal__backdrop {
  position: absolute;
  inset: 0;
  opacity: 0.7;
  background: var(--Green-100, #103a3b);
}
.modal__content {
  width: 700px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
}
@media (max-width: 991px) {
  .modal__content {
    padding: 16px;
  }
}
.modal__content:has(.login-modal), .modal__content:has(.share-modal), .modal__content:has(.wallet-modal) {
  width: 448px;
}
@media (max-width: 991px) {
  .modal__content:has(.login-modal), .modal__content:has(.share-modal), .modal__content:has(.wallet-modal) {
    width: 100%;
  }
}
.modal__content:has(.comment-modal) {
  width: 642px;
  background: var(--Gold-10, #f9f6ec);
}
@media (max-width: 991px) {
  .modal__content:has(.comment-modal) {
    width: 100%;
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .modal__content {
    max-width: 100%;
    width: 100%;
  }
}
.modal__content--close {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%23020606' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  display: block;
}
.modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .modal__head {
    padding-bottom: 16px;
    border-bottom: 1px solid #e7ebeb;
  }
}
.modal__title {
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  letter-spacing: -0.01143rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .modal__title {
    letter-spacing: normal;
  }
}
@media (max-width: 991px) {
  .modal--is-video {
    align-items: center;
  }
}
.modal--is-video__title {
  position: absolute;
  bottom: 80px;
  right: 28px;
  left: 28px;
  color: var(--Green-10, #E7EBEB);
  letter-spacing: -0.5px;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  letter-spacing: -0.03571rem;
  line-height: 2rem;
  font-size: 1.14286rem;
  transition: all 0.5s;
  z-index: 2;
}
@media (max-width: 767px) {
  .modal--is-video__title {
    font-size: 1rem;
    right: 20px;
    left: 20px;
  }
}
.modal--is-video:has(.vjs-user-inactive:not(.vjs-ended)) .modal--is-video__title {
  opacity: 0;
  pointer-events: none;
}
.modal--is-video .modal__content {
  padding: 0;
  width: auto;
  position: relative;
  background: transparent;
}
@media (max-width: 1199px) {
  .modal--is-video .modal__content {
    max-width: 90%;
  }
}
.modal--is-video .modal__content .video-js {
  max-height: 85vh;
  max-height: 85dvh;
}
@media (max-width: 991px) {
  .modal--is-video .modal__content .video-js {
    max-height: 80vh;
    max-height: 80dvh;
  }
}
.modal--is-video .modal__content .video-js .vjs-control-bar {
  backdrop-filter: unset;
  background: transparent;
  padding: 16px 24px;
  left: 16px;
  gap: 24px;
  right: 16px;
  bottom: 12px;
  border: none;
  height: 56px;
  border-radius: 4px;
  background: var(--Green-10, #e7ebeb);
  backdrop-filter: blur(4px);
  align-items: center;
}
@media (max-width: 767px) {
  .modal--is-video .modal__content .video-js .vjs-control-bar {
    padding: 16px;
    gap: 8px;
  }
}
.modal--is-video .modal__content .video-js .vjs-control-bar button {
  color: #103a3b;
}
.modal--is-video .modal__content .video-js .vjs-control-bar:before {
  display: none;
}
.modal--is-video .modal__content .video-js .vjs-current-time {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .modal--is-video .modal__content .video-js .vjs-current-time {
    margin-left: 4px;
  }
}
.modal--is-video .modal__content .video-js .vjs-duration {
  margin-right: auto;
}
.modal--is-video .modal__content .video-js .vjs-skip-forward-10 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 5V19L11 12L3 5Z' stroke='%23103A3B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 5V19L22 12L14 5Z' stroke='%23103A3B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .modal--is-video .modal__content .video-js .vjs-skip-forward-10 {
    margin-left: 0;
  }
}
.modal--is-video .modal__content .video-js .vjs-skip-backward-10 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 5V19L13 12L21 5Z' stroke='%23103A3B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 5V19L2 12L10 5Z' stroke='%23103A3B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .modal--is-video .modal__content .video-js .vjs-skip-backward-10 {
    margin-right: 0;
  }
}
.modal--is-video .modal__content .video-js .vjs-play-control .vjs-icon-placeholder {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 4V20L20 12L7 4Z' stroke='%23103A3B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
}
.modal--is-video .modal__content .video-js .vjs-play-control .vjs-icon-placeholder:before {
  display: none;
}
.modal--is-video .modal__content .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 4V20' stroke='%23103A3B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 4V20' stroke='%23103A3B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
.modal--is-video .modal__content .video-js .vjs-progress-holder {
  height: 6px;
}
.modal--is-video .modal__content .video-js .vjs-slider {
  background: var(--Green-60, #708989);
  border-radius: 8px;
}
.modal--is-video .modal__content .video-js .vjs-load-progress {
  background: var(--Green-60, #708989);
  border-radius: 8px;
}
.modal--is-video .modal__content .video-js .vjs-play-progress {
  border-radius: 13.8px;
  background: var(--Green-180, #030C0C);
}
.modal--is-video .modal__content .video-js .vjs-play-progress:before {
  border-radius: 13.8px;
  background: var(--Green-180, #030C0C);
  height: 13.8px;
  width: 13.8px;
  border: none;
  right: -13.8px;
}
.modal--is-video .modal__content .modal-close {
  position: absolute;
  z-index: 2;
  left: 24px;
  top: 24px;
}
.modal.active {
  pointer-events: unset;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  html:has(#filters-panel.active) {
    overflow: hidden;
  }
  html:has(#filters-panel.active) body {
    padding-right: var(--scrollbar-width);
  }
  html:has(#filters-panel.active) #site-top {
    padding-right: var(--scrollbar-width);
    margin-right: calc(-1 * var(--scrollbar-width));
  }
}

#filters-panel {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  padding: 16px;
  background: rgba(16, 58, 59, 0.6);
  opacity: 0;
  z-index: 20;
  overflow: hidden;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
}
#filters-panel.active {
  opacity: 1;
}
@media (max-width: 991px) {
  #filters-panel {
    right: var(--scrollbar-width);
    top: 180px;
    bottom: 0;
    height: unset;
    padding: 0;
  }
}

.filters-panel {
  height: 100%;
  width: 320px;
  max-width: 100%;
  border-radius: 8px;
  padding: 16px;
  background-color: #fff;
  animation: panelMove 0.4s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .filters-panel {
    width: 100%;
    border-radius: 0;
  }
}
.filters-panel::-webkit-scrollbar {
  width: 8px;
}
.filters-panel::-webkit-scrollbar-track {
  background: transparent;
}
.filters-panel::-webkit-scrollbar-thumb {
  background: #f1f1f1;
  border-radius: 36px;
}
.filters-panel::-webkit-scrollbar-thumb:hover {
  background: #e6e6e6;
  cursor: pointer;
}
.filters-panel__head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  justify-content: space-between;
}
.filters-panel__head--title {
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.filters-panel__head--reset {
  color: #ec3c2c;
  line-height: 1.57143rem;
  margin-right: auto;
}
.filters-panel__search {
  margin-bottom: 16px;
}
.filters-panel__search--form {
  position: relative;
  width: 100%;
}
.filters-panel__search--form-label {
  margin-bottom: 8px;
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  line-height: 1.28571rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.filters-panel__search--form-control {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  background: var(--White, #fff);
  height: 56px;
  padding: 16px 40px 16px 16px;
  letter-spacing: -0.03571rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  transition: all 0.3s;
}
.filters-panel__search--form-control::placeholder {
  color: #cfd8d8;
  opacity: 1;
  transition: color 0.3s;
}
.filters-panel__search--form-control:-ms-input-placeholder {
  color: #cfd8d8;
  transition: color 0.3s;
}
.filters-panel__search--form-control::-ms-input-placeholder {
  color: #cfd8d8;
  transition: color 0.3s;
}
.filters-panel__search--form-control:focus {
  border-color: var(--Gold-100, #c6a246);
}
.filters-panel__search--form-submit {
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14 14L10 10M11.3333 6.66667C11.3333 9.244 9.244 11.3333 6.66667 11.3333C4.08934 11.3333 2 9.244 2 6.66667C2 4.08934 4.08934 2 6.66667 2C9.244 2 11.3333 4.08934 11.3333 6.66667Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.filters-panel__buttons {
  position: sticky;
  bottom: 0;
  right: 16px;
  left: 16px;
  z-index: 2;
  padding-top: 8px;
  margin-top: auto;
}
@media (max-width: 991px) {
  .filters-panel__buttons {
    bottom: 8px;
    padding-top: 16px;
  }
}
.filters-panel__buttons .btn {
  width: 100%;
  height: 48px;
  font-size: 1.14286rem;
}
@media (max-width: 991px) {
  .filters-panel__buttons .btn {
    font-size: 1rem;
    height: 40px;
  }
}
.filters-panel__accordions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.filters-panel__accordions .checkbox__title {
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
.filters-panel__accordion {
  border-bottom: 1px solid #cfd8d8;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.filters-panel__accordion:last-child {
  border-bottom: none;
}
.filters-panel__accordion--title {
  order: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  color: var(--Green-120, #0d2e2f);
  font-size: 1.14286rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  line-height: 2.28571rem;
}
.filters-panel__accordion--content {
  order: 2;
  max-height: 620px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}
.filters-panel__accordion--list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filters-panel__accordion--selected {
  display: none;
  order: 1;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.filters-panel__accordion--selected:has(.filter-button) {
  margin-bottom: 16px;
  margin-top: -8px;
}
@media (max-width: 991px) {
  .filters-panel__accordion--selected {
    gap: 16px;
  }
}
.filters-panel__accordion--selected .filter-button {
  background: var(--accent-color-anzac-10, #efead2);
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: inset 0px 0px 0px 1px var(--accent-color-anzac-10, #efead2);
  color: var(--accent-color-anzac-100, #977337);
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .filters-panel__accordion--selected .filter-button {
    font-weight: 400;
    gap: 4px;
    border-radius: 4px;
    padding: 2px 8px;
  }
}
.filters-panel__accordion--selected .filter-button:before {
  width: 16px;
  height: 16px;
  content: "";
  pointer-events: none;
  background: url("../images/close.svg") no-repeat center center;
}
.filters-panel__accordion--selected .filter-button:hover {
  background: var(--White, #fff);
}
@media (max-width: 991px) {
  .filters-panel__accordion--selected .filter-button:hover {
    background: var(--accent-color-anzac-10, #efead2);
  }
}
.filters-panel__others {
  border-bottom: 1px solid #cfd8d8;
  padding-bottom: 16px;
}
.filters-panel__others ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.price-slider {
  width: calc(100% - 24px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .price-slider {
    margin-right: 12px;
    margin-left: 0;
  }
}
.price-slider .noUi-target {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.price-slider .noUi-target:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 100%;
  height: 16px;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 288 16'><path d='M287.967 6.60746C287.969 7.7187 287.083 8.62986 285.972 8.65787L8.01355 15.6676C3.62367 15.7783 0.00843885 12.2603 -0.000436611 7.8693C-0.00931207 3.47826 3.59166 -0.0712984 7.98191 0.00093443L285.964 4.57457C287.075 4.59285 287.965 5.49622 287.967 6.60746Z' fill='black'/></svg>") no-repeat center/100% 100%;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 288 16'><path d='M287.967 6.60746C287.969 7.7187 287.083 8.62986 285.972 8.65787L8.01355 15.6676C3.62367 15.7783 0.00843885 12.2603 -0.000436611 7.8693C-0.00931207 3.47826 3.59166 -0.0712984 7.98191 0.00093443L285.964 4.57457C287.075 4.59285 287.965 5.49622 287.967 6.60746Z' fill='black'/></svg>") no-repeat center/100% 100%;
  display: block;
  background-color: var(--Gold-10, #f9f6ec);
}
.price-slider .noUi-connect {
  background: transparent;
}
.price-slider .noUi-connect:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 100%;
  height: 16px;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 288 16'><path d='M287.967 6.60746C287.969 7.7187 287.083 8.62986 285.972 8.65787L8.01355 15.6676C3.62367 15.7783 0.00843885 12.2603 -0.000436611 7.8693C-0.00931207 3.47826 3.59166 -0.0712984 7.98191 0.00093443L285.964 4.57457C287.075 4.59285 287.965 5.49622 287.967 6.60746Z' fill='black'/></svg>") no-repeat center/104% 100%;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 288 16'><path d='M287.967 6.60746C287.969 7.7187 287.083 8.62986 285.972 8.65787L8.01355 15.6676C3.62367 15.7783 0.00843885 12.2603 -0.000436611 7.8693C-0.00931207 3.47826 3.59166 -0.0712984 7.98191 0.00093443L285.964 4.57457C287.075 4.59285 287.965 5.49622 287.967 6.60746Z' fill='black'/></svg>") no-repeat center/104% 100%;
  display: block;
  background-color: var(--Gold-100, #c6a246);
}
.price-slider .noUi-horizontal {
  height: 24px;
}
.price-slider .noUi-horizontal .noUi-handle {
  top: -1px;
  border: none;
  transform: translateX(2px);
  border-radius: 24px;
  border: 4px solid var(--White, #fff);
  background: var(--Gold-100, #c6a246);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.1);
  cursor: pointer;
  transition: all 0.3s;
}
.price-slider .noUi-horizontal .noUi-handle:before {
  display: none;
}
.price-slider .noUi-horizontal .noUi-handle:after {
  display: none;
}

.price-inputs {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.price-inputs:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: calc(100% - 228px);
  pointer-events: none;
  height: 1px;
  background: #e3e3e4;
  display: block;
}
.price-inputs input {
  width: 110px;
  border-radius: 4px;
  border: 0.5px solid var(--primary-colors-light-gray-light-gray-40, #e3e3e4);
  height: 24px;
  padding: 4px;
  font-size: 1rem;
  color: var(--Green-120, #0d2e2f);
  text-align: center;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 64px;
  margin-bottom: 64px;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .page-numbers {
    margin-top: 32px;
    margin-bottom: 40px;
  }
}
.page-numbers .prev {
  margin-right: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Green-40, #9fb0b1);
  font-size: 1.14286rem;
  letter-spacing: -0.03571rem;
  line-height: 2rem;
}
.page-numbers .prev.disabled {
  pointer-events: none;
}
.page-numbers .prev svg {
  color: var(--Gold-120, #9e8238);
  transition: all 0.3s;
}
.page-numbers .prev:hover {
  color: var(--Green-140, #0a2323);
}
.page-numbers .prev:hover svg {
  transform: translateX(-2px);
}
.page-numbers .next {
  margin-left: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Green-40, #9fb0b1);
  font-size: 1.14286rem;
  letter-spacing: -0.03571rem;
  line-height: 2rem;
  flex-direction: row-reverse;
}
.page-numbers .next.disabled {
  pointer-events: none;
}
.page-numbers .next svg {
  color: var(--Gold-120, #9e8238);
  transition: all 0.3s;
}
.page-numbers .next:hover {
  color: var(--Green-140, #0a2323);
}
.page-numbers .next:hover svg {
  transform: translateX(2px);
}
.page-numbers .page {
  min-width: 24px;
  height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Green-40, #9fb0b1);
  font-size: 1rem;
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  background: transparent;
}
.page-numbers .page.active, .page-numbers .page:hover {
  color: var(--Green-100, #103A3B);
}
.page-numbers .page.active {
  pointer-events: none;
  letter-spacing: -0.03571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.page-numbers .pagespan {
  pointer-events: none;
}

@media (max-width: 991px) {
  .table {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
}
.table table {
  width: 100%;
  border: none;
}
@media (max-width: 991px) {
  .table table {
    width: 1000px;
  }
}
.table table thead th {
  color: var(--Green-40, #9fb0b1);
  font-size: 1rem;
  line-height: 1.71429rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--Green-10, #e7ebeb);
  padding-left: 16px;
}
@media (max-width: 991px) {
  .table table thead th {
    padding-left: 9px;
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
  .table table thead th:first-child {
    position: sticky;
    right: 0;
    border-left: 1px solid #E7EBEB;
    background: #fff;
  }
  .table table thead th:nth-child(2) {
    padding-right: 32px;
  }
}
.table table thead th .table-sort {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5L6 3L8 5' stroke='%23708989' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 11L6 13L8 11' stroke='%23708989' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 12px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.table table tbody td {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--Green-10, #e7ebeb);
  color: var(--Green-80, #406162);
  font-size: 1rem;
  line-height: 1.71429rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  padding-left: 16px;
}
@media (max-width: 991px) {
  .table table tbody td {
    padding-left: 9px;
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
  .table table tbody td:first-child {
    position: sticky;
    right: 0;
    border-left: 1px solid #E7EBEB;
    background: #fff;
  }
  .table table tbody td:nth-child(2) {
    padding-right: 32px;
  }
}
.table table tbody td b {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.green-color {
  color: #008000 !important;
}

.red-color {
  color: #f00 !important;
}

.skltbs-theme-light .skltbs-tab-group,
.skltbs-theme-dark .skltbs-tab-group {
  margin: 0;
  padding: 0;
  list-style: none;
}

.skltbs-theme-light .skltbs-tab-group::after,
.skltbs-theme-dark .skltbs-tab-group::after {
  content: "";
  clear: both;
  display: table;
}

.skltbs-theme-light .skltbs-tab-item,
.skltbs-theme-dark .skltbs-tab-item {
  float: left;
  margin: 0 3px 3px 0;
}

.skltbs-theme-light .skltbs-tab,
.skltbs-theme-dark .skltbs-tab {
  display: block;
  padding: 1em 1.25em;
  color: inherit;
  border: 0;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.skltbs-theme-light .skltbs-tab:disabled,
.skltbs-theme-dark .skltbs-tab:disabled {
  background: transparent;
  cursor: not-allowed;
  -ms-touch-action: none;
  touch-action: none;
}

.skltbs-theme-light .skltbs-panel,
.skltbs-theme-dark .skltbs-panel {
  padding: 15px 25px;
  border: 2px solid;
}

.skltbs-theme-light .skltbs-panel-heading,
.skltbs-theme-dark .skltbs-panel-heading {
  margin-top: 3px;
}

.skltbs-theme-light .skltbs-panel-heading:first-child,
.skltbs-theme-dark .skltbs-panel-heading:first-child {
  margin-top: 0;
}

.skltbs-theme-light .skltbs-panel-heading .skltbs-tab,
.skltbs-theme-dark .skltbs-panel-heading .skltbs-tab {
  width: 100%;
}

.skltbs-theme-light {
  color: #333;
}

.skltbs-theme-light .skltbs-tab {
  background: #f6f6f8;
}

.skltbs-theme-light .skltbs-tab:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 2px #0a69ca;
  box-shadow: inset 0 0 0 2px #0a69ca;
}

.skltbs-theme-light .skltbs-tab:disabled {
  color: #ccc;
  background: transparent;
}

.skltbs-theme-light .skltbs-tab.skltbs-active {
  color: #fff;
  background: #2b8ff5;
}

.skltbs-theme-light .skltbs-tab.skltbs-active:focus,
.skltbs-theme-light .skltbs-tab.skltbs-active:hover {
  border-color: #5ca9f7;
}

.skltbs-theme-light .skltbs-panel {
  background-color: #fff;
  border: 2px solid #f6f6f8;
}

.skltbs-theme-light .skltbs-panel:focus {
  outline: 0;
  border-color: #74b6f8;
}

.skltbs-theme-dark {
  color: #fff;
}

.skltbs-theme-dark .skltbs-tab {
  background: #2d2e2f;
}

.skltbs-theme-dark .skltbs-tab:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 2px #085cb2;
  box-shadow: inset 0 0 0 2px #085cb2;
}

.skltbs-theme-dark .skltbs-tab:disabled {
  color: #fff;
  background: transparent;
}

.skltbs-theme-dark .skltbs-tab.skltbs-active {
  background: #2b8ff5;
}

.skltbs-theme-dark .skltbs-tab.skltbs-active:focus,
.skltbs-theme-dark .skltbs-tab.skltbs-active:hover {
  border-color: #000;
}

.skltbs-theme-dark .skltbs-panel {
  background-color: #1a1b1c;
  border: 2px solid #2d2e2f;
}

.skltbs-theme-dark .skltbs-panel:focus {
  outline: 0;
  border-color: #085cb2;
}

.skltbs-mode-tabs .skltbs-panel-group {
  position: relative;
}

.skltbs-mode-tabs.use-fade .skltbs-panel {
  position: relative;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.skltbs-mode-tabs.use-fade .skltbs-leave {
  position: absolute;
  top: 0;
  display: block !important;
  opacity: 1;
}

.skltbs-mode-tabs.use-fade .skltbs-leave-active {
  opacity: 0;
}

.skltbs-mode-tabs.use-fade .skltbs-enter {
  opacity: 0;
}

.skltbs-mode-tabs.use-fade .skltbs-enter-active {
  opacity: 1;
}

.skltbs-mode-tabs.use-fade-scale .skltbs-panel {
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.skltbs-mode-tabs.use-fade-scale .skltbs-leave {
  position: absolute;
  top: 0;
  display: block !important;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.skltbs-mode-tabs.use-fade-scale .skltbs-leave-active {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.skltbs-mode-tabs.use-fade-scale .skltbs-enter {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.skltbs-mode-tabs.use-fade-scale .skltbs-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.skltbs-mode-tabs.use-drop .skltbs-panel {
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.skltbs-mode-tabs.use-drop .skltbs-leave {
  position: absolute;
  top: 0;
  display: block !important;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.skltbs-mode-tabs.use-drop .skltbs-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

.skltbs-mode-tabs.use-drop .skltbs-enter {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.skltbs-mode-tabs.use-drop .skltbs-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.skltbs-mode-tabs.use-rotate .skltbs-panel-group {
  overflow: hidden;
}

.skltbs-mode-tabs.use-rotate .skltbs-panel {
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.skltbs-mode-tabs.use-rotate .skltbs-leave {
  position: absolute;
  top: 0;
  display: block !important;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.skltbs-mode-tabs.use-rotate .skltbs-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.skltbs-mode-tabs.use-rotate .skltbs-enter {
  opacity: 0;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.skltbs-mode-tabs.use-rotate .skltbs-enter-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

:root {
  --jb-calendar-color: #5b7a8d;
  --jb-input-border-color: #e7ebeb;
  --jb-input-box-shadow-focus: none;
  --jb-input-box-shadow: none;
  --jb-input-bgcolor: #ffffff;
  --jb-input-border-color-focus: #103a3b;
  --jb-input-border-width: 1px;
  --jb-input-border-bottom-width: 1px;
  --jb-input-border-radius: 8px;
  --jb-input-height: 56px;
  --jb-input-value-color: #43474e;
  --jb-input-value-font-size: 1.14286rem;
  --jb-input-input-font-weight: 400;
  --jb-input-label-color: #103A3B;
  --jb-input-label-font-size: 1rem;
  --jb-input-label-font-weight: 325;
  --jb-input-label-margin: 0 0 8px 0;
  --jb-popover-z-index: 20;
  --jb-calendar-arrow-button-bgcolor: transparent;
  --jb-calendar-arrow-fill-color: #103A3B;
  --jb-calendar-day-color-hover: #fff;
  --jb-calendar-day-bgcolor-hover: #C6A246;
  --jb-calendar-status-point-bgcolor-today: transparent;
  --jb-calendar-day-text-color-today: #C6A246;
  --jb-calendar-day-text-color: #74777f;
  --jb-calendar-day-bgcolor-selected: #103A3B;
}
@media (max-width: 991px) {
  :root {
    --jb-input-height: 40px;
  }
}

.calendar-trigger-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C6A246;
  height: 100%;
}

.site-header {
  position: relative;
  background: #fff;
  z-index: 2;
}

#site-top {
  background: var(--Green-100, #103a3b);
}

.site-top {
  display: flex;
  align-items: center;
  padding: 12px 0;
  justify-content: space-between;
  color: var(--White, #fff);
}
.site-top__price {
  font-size: 1.07143rem;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .site-top__price {
    font-size: 0.85714rem;
    line-height: 1.42857rem;
    gap: 4px;
  }
}
.site-top__price span {
  color: var(--Gold-100, #c6a246);
}
.site-top__price:before {
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  border: 3px solid var(--Gold-100, #c6a246);
}
.site-top__head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: row-reverse;
}
.site-top__head--social ul {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 12px;
}
.site-top__head--social ul li {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-top__head--social ul svg {
  color: var(--Gold-100, #c6a246);
}
@media (max-width: 991px) {
  .site-top__head--tels {
    display: none;
  }
}
.site-top__head--tels ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-top__head--tels ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-top__head--tels ul li:after {
  width: 1px;
  height: 10px;
  opacity: 0.3;
  background: var(--White, #fff);
  display: block;
  content: "";
  transform: translateY(-1px);
}
.site-top__head--tels ul li a {
  color: var(--White, #fff);
}
.site-top__head--tels ul li a:hover {
  color: var(--Gold-100, #c6a246);
}
.site-top__head--tels ul li:last-child:after {
  display: none;
}

#header {
  border-bottom: 1px solid rgba(231, 235, 235, 0.5);
}
@media (max-width: 991px) {
  #header {
    border-bottom: none;
  }
}

.header {
  display: flex;
  align-items: center;
  padding: 24px 0;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--Green-20, #cfd8d8);
}
@media (max-width: 991px) {
  .header {
    border-bottom-color: #f9f6ec;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 16px 0;
    gap: 16px;
  }
  .header .logo {
    width: 114px;
  }
}

.head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.head__toggle {
  color: var(--Gold-100, #c6a246);
  display: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
@media (max-width: 991px) {
  .head__toggle {
    display: flex;
  }
}
.head__basket {
  position: relative;
}
.head__basket--link {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Gold-100, #c6a246);
}
.head__basket--link-mobile {
  display: none;
}
@media (max-width: 991px) {
  .head__basket--link-mobile {
    display: flex;
  }
}
@media (max-width: 991px) {
  .head__basket--link-desktop {
    display: none;
  }
}
.head__basket--content {
  position: absolute;
  left: -8px;
  width: 450px;
  top: 100%;
  z-index: 2;
  transition: opacity 0.4s, visibility 0.4s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
@media (max-width: 991px) {
  .head__basket--content {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .head__basket:hover .head__basket--link {
    color: var(--Green-100, #103a3b);
  }
  .head__basket:hover .head__basket--content {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}
.head__basket .main-basket-empty {
  max-width: 236px;
  margin: auto;
}
.head__basket .head-basket-content {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--primary-colors-light-gray-light-gray-20, #f1f1f1);
  background: #fff;
  box-shadow: 0 16px 16px 0 rgba(16, 58, 59, 0.08);
  min-height: 536px;
  display: flex;
  flex-direction: column;
}
.head__basket .head-basket-content__title {
  line-height: 2.28571rem;
  color: var(--Green-100, #103a3b);
  font-weight: 450;
  font-variation-settings: "wght" 450;
  font-size: 1.14286rem;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--primary-colors-light-gray-light-gray-40, #e3e3e4);
}
@media (max-width: 991px) {
  .head__basket .head-basket-content__title {
    margin-bottom: 16px;
  }
}
.head__basket .head-basket-content__foot {
  margin-top: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--Green-80, #406162);
  font-size: 1.14286rem;
  line-height: 1.71429rem;
}
.head__basket .head-basket-content__foot--price {
  line-height: 2.28571rem;
}
.head__basket .head-basket-content__items {
  display: none;
  flex-direction: column;
}
.head__basket .head-basket-content__items .basket-page-item {
  align-items: unset;
}
.head__basket .head-basket-content__items .basket-page-item__details {
  gap: 4px;
}
.head__basket .head-basket-content__items .basket-page-item__details--head {
  gap: 0;
}
.head__basket .head-basket-content__items .basket-page-item__details--foot {
  margin-top: auto;
  padding-top: 4px;
}
.head__basket .head-basket-content__items .basket-page-item__details--foot .quantity-controls {
  padding: 0 4px;
  border: none;
}
.head__basket .head-basket-content__items .basket-page-item__details--foot .quantity-controls--plus, .head__basket .head-basket-content__items .basket-page-item__details--foot .quantity-controls--minus {
  width: 20px;
  height: 20px;
}
.head__basket .head-basket-content__items .basket-page-item__details--foot .quantity-controls input {
  width: 20px;
  min-width: 20px;
}
.head__basket .head-basket-content__finish {
  display: none;
  width: 100%;
}
.head__basket:has(.basket-page-item:nth-child(1)) .main-basket-empty {
  display: none;
}
.head__basket:has(.basket-page-item:nth-child(1)) .head-basket-content__items,
.head__basket:has(.basket-page-item:nth-child(1)) .head-basket-content__foot,
.head__basket:has(.basket-page-item:nth-child(1)) .head-basket-content__finish {
  display: flex;
}
.head__basket:has(.basket-page-item:nth-child(1)) .head-basket-content {
  min-height: 0;
}
.head__search {
  position: relative;
}
@media (max-width: 991px) {
  .head__search {
    display: none;
  }
}
.head__search--text {
  width: 24px;
  padding-left: 24px;
  border: none;
  height: 40px;
  border-bottom: 1px solid transparent;
  background: var(--White, #fff);
  font-size: 0.85714rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  transition: width 0.9s, border-bottom-color 0.9s;
}
.head__search--text::placeholder {
  color: #9fb0b1;
  opacity: 1;
  transition: color 0.3s;
}
.head__search--text:-ms-input-placeholder {
  color: #9fb0b1;
  transition: color 0.3s;
}
.head__search--text::-ms-input-placeholder {
  color: #9fb0b1;
  transition: color 0.3s;
}
.head__search--link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Gold-100, #c6a246);
  transition: all 0.3s;
}
.head__search--submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--Gold-100, #c6a246);
  z-index: 1;
}
.head__search.active .head__search--text {
  width: 340px;
  border-bottom-color: var(--Green-10, #e7ebeb);
}
.head__search.active .head__search--submit {
  display: flex;
}
.head__search.active .head__search--link {
  display: none;
}
.head__profile {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Green-100, #103a3b);
  line-height: 1.71429rem;
}
.head__profile:hover {
  color: var(--Gold-100, #c6a246);
}

.menu ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .menu ul {
    display: none;
  }
}
.menu ul li a {
  color: var(--Green-100, #103a3b);
}
.menu ul li:hover a {
  color: var(--Gold-100, #c6a246);
}

#navigation {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
@media (max-width: 991px) {
  #navigation {
    display: none;
  }
}

.header-search {
  display: none;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
.header-search__text {
  font-size: 0.85714rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  background: var(--White, #fff);
  padding: 16px 16px 16px 44px;
  width: 100%;
  height: 40px;
  transition: all 0.3s;
}
.header-search__text::placeholder {
  color: var(--Green-20, #cfd8d8);
  opacity: 1;
  transition: color 0.3s;
}
.header-search__text:-ms-input-placeholder {
  color: var(--Green-20, #cfd8d8);
  transition: color 0.3s;
}
.header-search__text::-ms-input-placeholder {
  color: var(--Green-20, #cfd8d8);
  transition: color 0.3s;
}
.header-search__text:focus {
  border-color: var(--Gold-100, #c6a246);
}
.header-search__button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 24px;
  height: 24px;
  color: var(--Green-60, #708989);
  transition: all 0.3s;
}
.header-search__button:hover {
  color: var(--Gold-100, #c6a246);
}
@media (max-width: 991px) {
  .header-search {
    display: block;
  }
}

.mega-menu {
  border-radius: 4px;
  background: #fff;
  padding: 24px;
  overflow: hidden;
  display: flex;
  gap: 64px;
  width: 100%;
  height: 100%;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .mega-menu {
    gap: 16px;
  }
}
.mega-menu-container {
  position: absolute;
  width: 1092px;
  z-index: 5;
  top: calc(100% - 26px);
  right: 0;
  padding-top: 30px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .mega-menu-container {
    max-width: 100%;
  }
}
.mega-menu__col {
  flex: auto;
}
.mega-menu__col--title {
  margin-bottom: 16px;
  color: var(--Gold-100, #c6a246);
  font-size: 1rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  line-height: 1.57143rem;
}
.mega-menu__col ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mega-menu__col ul li a {
  color: var(--Green-120, #0d2e2f);
  line-height: 1.57143rem;
  font-size: 1rem;
}
.mega-menu__col ul li a:hover {
  color: var(--Gold-100, #c6a246);
}
.mega-menu__product {
  flex: 0 0 338px;
  max-width: 338px;
}
.mega-menu__product--title {
  margin-bottom: 16px;
  color: var(--Gold-140, #77612a);
  font-size: 1rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.57143rem;
}

.navigation > ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
.navigation > ul > li > a {
  font-weight: 325;
  font-variation-settings: "wght" 325;
  color: var(--Green-80, #406162);
}
.navigation > ul > li:hover .mega-menu-container {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.navigation > ul > li:hover > a {
  color: var(--Gold-100, #c6a246);
}

.menu-backdrop {
  opacity: 0;
  background: var(--Green-100, #103a3b);
  width: 100%;
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  content: "";
  z-index: 1;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  pointer-events: none;
}

body:has(.menu-item-has-children:hover) .menu-backdrop, body:has(.mobile-menu.active) .menu-backdrop {
  opacity: 0.7;
  pointer-events: unset;
  visibility: visible;
}
body:has(.mobile-menu.active) .menu-backdrop {
  pointer-events: unset;
  z-index: 21;
}

html:has(.mobile-menu.active) {
  overflow: hidden;
}

.mobile-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  width: 343px;
  border-radius: 16px 0 0 16px;
  background: #fff;
  padding: 16px 0;
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 22;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
}
.mobile-menu.active {
  transform: translateX(0);
  pointer-events: unset;
  visibility: visible;
  opacity: 1;
}
.mobile-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e7ebeb;
  margin-bottom: 8px;
  margin-left: 16px;
  margin-right: 16px;
}
.mobile-menu__head--logo {
  width: 114px;
}
.mobile-menu__head--close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
}
.mobile-menu__items {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 16px;
}
.mobile-menu__items--content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
.mobile-menu__items--submenu > ul {
  display: flex;
  flex-direction: column;
}
.mobile-menu__items--submenu > ul > li .mobile-menu-submenu {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: all 0.3s;
  background-color: #fff;
  padding: 16px;
}
.mobile-menu__items--submenu > ul > li .mobile-menu-submenu.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  pointer-events: unset;
}
.mobile-menu__items--submenu > ul > li .mobile-menu-submenu__back {
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  color: var(--Green-80, #406162);
  display: flex;
  align-items: center;
  gap: 4px;
}
.mobile-menu__items--submenu > ul > li .mobile-menu-submenu__back:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4.16675 10H15.8334M15.8334 10L12.5001 13.3333M15.8334 10L12.5001 6.66666' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
}
.mobile-menu__items--submenu > ul > li .mobile-menu-submenu__item {
  border-bottom: 1px solid #e7ebeb;
}
.mobile-menu__items--submenu > ul > li .mobile-menu-submenu__item .accordion-title {
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--Green-100, #103a3b);
  font-weight: 450;
  font-variation-settings: "wght" 450;
  line-height: 1.57143rem;
  font-size: 1rem;
  gap: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.mobile-menu__items--submenu > ul > li .mobile-menu-submenu__item .accordion-title:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%239FB0B1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  transition: background-image 0.3s, transform 0.3s;
}
.mobile-menu__items--submenu > ul > li .mobile-menu-submenu__item .accordion-title.active {
  color: var(--Gold-100, #c6a246);
}
.mobile-menu__items--submenu > ul > li .mobile-menu-submenu__item .accordion-title.active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%239E8238' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}
.mobile-menu__items--submenu > ul > li .mobile-menu-submenu__item .accordion-content {
  display: grid;
  overflow: hidden;
  grid-template-rows: minmax(0, 0fr);
  transition: grid-template-rows 0.6s;
}
.mobile-menu__items--submenu > ul > li .mobile-menu-submenu__item .accordion-content.active {
  grid-template-rows: minmax(0, 1fr);
}
.mobile-menu__items--submenu > ul > li .mobile-menu-submenu__item .accordion-content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
}
.mobile-menu__items--submenu > ul > li .mobile-menu-submenu__item .accordion-content ul li a {
  color: var(--Green-120, #0d2e2f);
  font-size: 1rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.57143rem;
}
.mobile-menu__items--submenu > ul > li .mobile-menu-submenu__item:last-child {
  border-bottom: none;
}
.mobile-menu__items--submenu > ul > li > a {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f9f6ec;
  color: var(--Green-80, #406162);
  font-size: 1rem;
  line-height: 1.57143rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu__items--submenu > ul > li > a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M12.5 5L7.5 10L12.5 15' stroke='%239FB0B1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
}
.mobile-menu__items--submenu > ul > li:last-child > a {
  border-bottom: none;
}
.mobile-menu__items--links {
  transition: all 0.3s;
  margin-top: 8px;
  padding: 16px;
  margin-left: -16px;
  margin-right: -16px;
  background: var(--Gold-10, #f9f6ec);
}
.mobile-menu__items--links ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-menu__items--links ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--Green-100, #103a3b);
  line-height: 1.57143rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
.mobile-menu__items--links ul li a:after {
  color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M12.5 5L7.5 10L12.5 15' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  content: "";
}
.mobile-menu__items:has(.mobile-menu-submenu.active) .mobile-menu__items--submenu > ul > li:not(.mobile-menu__items:has(.mobile-menu-submenu.active) .mobile-menu__items--submenu > ul > li:has(.active)) {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.mobile-menu__items:has(.mobile-menu-submenu.active) .mobile-menu__items--links {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.mobile-menu__profile {
  margin-top: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.mobile-menu__profile--link {
  display: flex;
  align-items: center;
  padding: 8px;
  background: var(--Green-10, #e7ebeb);
  border-radius: 8px;
  color: var(--Green-100, #103a3b);
  line-height: 1.71429rem;
  gap: 4px;
  width: 100%;
}
.mobile-menu__profile--link:after {
  margin-right: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M12.5 5L7.5 10L12.5 15' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
}
.mobile-menu__profile .btn {
  width: 100%;
}

.site-footer {
  margin-top: 40px;
  background: var(--Green-100, #103a3b);
  padding-top: 40px;
  color: var(--White, #fff);
}
@media (max-width: 991px) {
  .site-footer {
    position: relative;
    padding-top: 96px;
  }
  .site-footer .container {
    position: static;
  }
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 0;
    gap: 24px;
    flex-direction: column;
    justify-content: unset;
  }
}
.footer__menu {
  flex: 1;
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .footer__menu {
    flex: unset;
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
}
.footer__menu--title {
  margin-bottom: 16px;
  font-size: 1.14286rem;
  line-height: 2rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .footer__menu--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
    cursor: pointer;
    margin-bottom: 0;
  }
  .footer__menu--title:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    content: "";
    transition: all 0.3s;
  }
  .footer__menu--title.active:after {
    transform: rotate(180deg);
  }
}
.footer__menu--list {
  flex: 0 0 220px;
  max-width: 220px;
}
@media (max-width: 1199px) {
  .footer__menu--list {
    flex: 0 0 200px;
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .footer__menu--list {
    flex: unset;
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid rgba(207, 216, 216, 0.2);
  }
  .footer__menu--list:last-child {
    border-bottom: none;
  }
  .footer__menu--list .accordion-content {
    display: grid;
    overflow: hidden;
    grid-template-rows: minmax(0, 0fr);
    transition: grid-template-rows 0.6s;
  }
  .footer__menu--list .accordion-content.active {
    grid-template-rows: minmax(0, 1fr);
  }
}
.footer__menu--list ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .footer__menu--list ul {
    padding-bottom: 16px;
  }
}
.footer__menu--list ul li {
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  transition: all 0.3s;
  opacity: 0.5;
}
.footer__menu--list ul li:hover {
  opacity: 1;
}
.footer__social {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 334px;
}
@media (max-width: 991px) {
  .footer__social {
    max-width: unset;
  }
}
.footer__social--description {
  font-size: 1rem;
  line-height: 1.57143rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
@media (max-width: 991px) {
  .footer__social--description {
    text-align: center;
  }
}
.footer__social ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .footer__social ul {
    gap: 20px;
    justify-content: center;
  }
}
.footer__social ul li {
  color: var(--Gold-100, #c6a246);
}
.footer__social ul li:hover {
  color: var(--White, #fff);
}
.footer__social ul li svg {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .footer__social ul li svg {
    width: 40px;
  }
}

.foot {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .foot {
    padding-top: 0;
    border-top: none;
    padding-bottom: 16px;
    border-bottom: none;
    align-items: unset;
    flex-direction: column;
    justify-content: unset;
    gap: 16px;
  }
}
.foot__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 810px;
}
@media (max-width: 991px) {
  .foot__info {
    flex: unset;
    max-width: 100%;
    gap: 0;
  }
  .foot__info--logo {
    position: absolute;
    right: 16px;
    top: 40px;
  }
}
.foot__links {
  max-width: 334px;
}
@media (max-width: 991px) {
  .foot__links {
    width: 100%;
    max-width: unset;
    padding-top: 16px;
    border-top: 1px solid rgba(207, 216, 216, 0.2);
  }
}
.foot__links ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .foot__links ul {
    justify-content: center;
    gap: 40px;
  }
}

.copyright {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 991px) {
  .copyright {
    padding-top: 8px;
    justify-content: unset;
    align-items: unset;
    flex-direction: column;
  }
}
.copyright p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.14286rem;
}
@media (max-width: 991px) {
  .copyright p {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(207, 216, 216, 0.2);
    text-align: center;
  }
}
.copyright p a:hover {
  color: #fff;
}
.copyright .dotline {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 6px;
  font-size: 0.85714rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media (max-width: 991px) {
  .copyright .dotline {
    justify-content: center;
  }
}
.copyright .dotline svg {
  transform: translateY(-3px);
}
@media (max-width: 991px) {
  .copyright .dotline svg {
    ansform: translateY(-2px);
  }
}
.copyright .dotline:hover {
  color: var(--White, #fff);
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: url("assets/images/svg/icons/cursor.svg") center/contain no-repeat;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 9999;
}
.custom-cursor.is-play {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_6200_30091)'%3E%3Cpath d='M49.6027 -2.0275C51.5191 -2.74112 53.5582 -3.06767 55.6013 -2.98836C57.6448 -2.90905 59.6537 -2.42576 61.5106 -1.56567L79.1267 6.59677C82.8243 8.33023 85.7003 11.4444 87.1417 15.2741L98.7304 46.0781C99.4455 47.9785 99.7791 50.0016 99.7106 52.0311C99.6421 54.0605 99.1722 56.0563 98.3308 57.9027L90.3496 75.6075C89.5167 77.4805 88.3181 79.1667 86.8239 80.5667C85.3297 81.9667 83.5702 83.0522 81.6503 83.7584L50.0671 95.6923C46.1938 97.1203 41.9143 96.9543 38.1606 95.2304L20.5733 87.0563C18.7338 86.2103 17.0782 85.0086 15.7026 83.5196C14.327 82.0304 13.2579 80.2837 12.5568 78.3795L0.968204 47.5757C-0.449262 43.7331 -0.305628 39.4868 1.36813 35.7511L9.35033 18.0459C10.194 16.1722 11.3978 14.4843 12.8936 13.0789C14.3894 11.6734 16.1475 10.5782 18.0667 9.85594L49.6027 -2.0275Z' fill='%23103A3B'/%3E%3Cpath d='M21.716 47.298C21.716 47.5033 21.7487 47.6667 21.814 47.788C21.8887 47.9093 22.0053 48.0027 22.164 48.068C22.332 48.124 22.556 48.152 22.836 48.152H23.746V47.424C23.746 46.976 23.6527 46.6353 23.466 46.402C23.2887 46.1687 23.0367 46.052 22.71 46.052C22.3927 46.052 22.1453 46.1687 21.968 46.402C21.8 46.626 21.716 46.9247 21.716 47.298ZM26.602 48.138C26.6953 48.138 26.742 48.46 26.742 49.104C26.742 49.7013 26.6953 50 26.602 50H25.496C25.4027 51.0547 25.034 51.876 24.39 52.464C23.746 53.052 22.9107 53.346 21.884 53.346H19.966L19.812 51.484H21.996C22.5373 51.484 22.962 51.3487 23.27 51.078C23.5873 50.8167 23.746 50.4573 23.746 50H22.766C21.758 50 21.0347 49.79 20.596 49.37C20.1667 48.95 19.952 48.2827 19.952 47.368C19.952 46.7707 20.0687 46.2387 20.302 45.772C20.5353 45.3053 20.8667 44.9413 21.296 44.68C21.7253 44.4187 22.2153 44.288 22.766 44.288C23.6153 44.288 24.2873 44.568 24.782 45.128C25.2767 45.688 25.524 46.4627 25.524 47.452V48.138H26.602ZM30.0176 48.138C30.2416 48.138 30.4236 48.0773 30.5636 47.956C30.7129 47.8253 30.7876 47.648 30.7876 47.424V45.184H32.5656V47.508C32.5656 48.2827 32.3369 48.894 31.8796 49.342C31.4222 49.7807 30.7969 50 30.0036 50H26.6016C26.5082 50 26.4616 49.7013 26.4616 49.104C26.4616 48.712 26.4756 48.4553 26.5036 48.334C26.5316 48.2033 26.5642 48.138 26.6016 48.138H30.0176ZM28.6456 53.052V51.456H30.6896V53.052H28.6456ZM26.7416 53.052V51.456H28.7856V53.052H26.7416ZM37.3279 48.138C37.5612 48.138 37.7479 48.0913 37.8879 47.998C38.0279 47.8953 38.0979 47.7647 38.0979 47.606C38.0979 47.4753 38.0372 47.2467 37.9159 46.92C37.8039 46.584 37.5052 45.772 37.0199 44.484C36.8425 44.0173 36.7165 43.6813 36.6419 43.476L38.2939 42.692L39.9179 47.228C40.0392 47.564 40.1699 47.802 40.3099 47.942C40.4499 48.0727 40.6412 48.138 40.8839 48.138H41.2479C41.3412 48.138 41.3879 48.46 41.3879 49.104C41.3879 49.4867 41.3739 49.734 41.3459 49.846C41.3179 49.9487 41.2852 50 41.2479 50H40.7999C40.3892 50 40.0392 49.944 39.7499 49.832C39.4699 49.7107 39.2459 49.5193 39.0779 49.258C38.9099 49.5193 38.6859 49.7107 38.4059 49.832C38.1352 49.944 37.7945 50 37.3839 50H34.1919L34.0519 48.138H37.3279ZM45.1918 47.508C45.1918 48.2827 44.9631 48.894 44.5058 49.342C44.0485 49.7807 43.4231 50 42.6298 50H41.2578C41.1645 50 41.1178 49.7013 41.1178 49.104C41.1178 48.712 41.1318 48.4553 41.1598 48.334C41.1878 48.2033 41.2205 48.138 41.2578 48.138H42.6298C42.8631 48.138 43.0498 48.0773 43.1898 47.956C43.3391 47.8253 43.4138 47.648 43.4138 47.424V45.184H45.1918V47.508ZM42.3078 53.052V51.456H44.3518V53.052H42.3078ZM40.4038 53.052V51.456H42.4478V53.052H40.4038ZM52.649 49.412C52.649 50.2333 52.4997 50.938 52.201 51.526C51.9117 52.114 51.4917 52.562 50.941 52.87C50.3997 53.1873 49.7557 53.346 49.009 53.346H47.091L46.937 51.484H49.121C49.6623 51.484 50.087 51.3487 50.395 51.078C50.7123 50.8167 50.871 50.4573 50.871 50H49.891C48.883 50 48.1597 49.79 47.721 49.37C47.2917 48.95 47.077 48.2827 47.077 47.368C47.077 46.7707 47.1937 46.2387 47.427 45.772C47.6603 45.3053 47.9917 44.9413 48.421 44.68C48.8503 44.4187 49.3403 44.288 49.891 44.288C50.7403 44.288 51.4123 44.568 51.907 45.128C52.4017 45.688 52.649 46.4627 52.649 47.452V49.412ZM48.841 47.298C48.841 47.5033 48.8737 47.6667 48.939 47.788C49.0137 47.9093 49.1303 48.0027 49.289 48.068C49.457 48.124 49.681 48.152 49.961 48.152H50.871V47.424C50.871 46.976 50.7777 46.6353 50.591 46.402C50.4137 46.1687 50.1617 46.052 49.835 46.052C49.5177 46.052 49.2703 46.1687 49.093 46.402C48.925 46.626 48.841 46.9247 48.841 47.298Z' fill='white'/%3E%3Cpath d='M63 39V55L76 47L63 39Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6200_30091'%3E%3Crect width='100' height='100' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .custom-cursor {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .cursor-section {
    cursor: none;
  }
  .cursor-section a, .cursor-section button {
    cursor: none !important;
  }
}

body.has-custom-cursor .custom-cursor {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

body.cursor-on-action .custom-cursor {
  transform: translate(-50%, -50%) scale(0.6);
}

.slideshow {
  margin-bottom: var(--section-space);
}
@media (max-width: 991px) {
  .slideshow {
    padding-bottom: var(--section-space);
    margin-bottom: 0;
  }
}
.slideshow__title {
  width: 440px;
  left: var(--from-left-container);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -88px;
  background: linear-gradient(259deg, #c7a448 1.13%, #fff 78.35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.85714rem;
  line-height: 4.57143rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 1459px) {
  .slideshow__title {
    margin-top: -64px;
  }
}
@media (max-width: 1199px) {
  .slideshow__title {
    margin-top: -48px;
  }
}
@media (max-width: 991px) {
  .slideshow__title {
    min-height: 80px;
    font-size: 1.71429rem;
    line-height: 2.85714rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    margin-top: 16px;
    width: 100%;
    position: static;
    transform: unset;
    background: linear-gradient(259deg, #c7a448 1.13%, #96640a 78.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 16px;
    padding-left: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.slideshow__play {
  position: absolute;
  top: calc(50% - 98px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: var(--Gold-10, #f9f6ec);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M8.75 5V25L25 15L8.75 5Z' stroke='%23C6A246' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  display: none;
}
@media (max-width: 991px) {
  .slideshow__play {
    display: block;
  }
}
.slideshow__more {
  color: var(--Green-100, #103a3b);
  line-height: 1.71429rem;
  display: none;
  gap: 4px;
  margin-top: 8px;
  align-items: center;
  margin-right: 16px;
}
.slideshow__more:after {
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.66675 4.66699L11.3334 11.3337M4.66675 4.66699H10.6667M4.66675 4.66699V10.667' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.slideshow__more--play {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.slideshow__more--play:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.66675 2.66699V13.3337L13.3334 8.00033L4.66675 2.66699Z' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .slideshow__more {
    display: flex;
  }
}
.slideshow .slick-slide {
  position: relative;
}
.slideshow .slick-slide img {
  width: 100%;
}
@media (max-width: 991px) {
  .slideshow .slick-slide img {
    min-height: 148px;
    object-fit: cover;
    object-position: center center;
  }
}
.slideshow .slick-dots {
  left: var(--from-left-container);
  transform: unset;
  bottom: 28%;
  min-width: 88px;
  margin-left: -2px;
}
.slideshow .slick-dots li button {
  position: relative;
  overflow: hidden;
}
.slideshow .slick-dots li button:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  right: 0;
  top: 0;
  display: block;
  z-index: 1;
  background: var(--Gold-100, #c6a246);
}
.slideshow .slick-dots li.slick-active button {
  background: #fff;
}
.slideshow .slick-dots li.slick-active button:after {
  animation: fillProgress var(--slick-speed, 8s) linear forwards;
}
@media (max-width: 1199px) {
  .slideshow .slick-dots {
    bottom: 16px;
  }
}
@media (max-width: 991px) {
  .slideshow .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 154px;
    width: 100%;
  }
}
.slideshow .slick-prev,
.slideshow .slick-next {
  right: unset;
  left: var(--from-left-container);
  top: unset;
  transform: unset;
  bottom: 32%;
}
@media (max-width: 1199px) {
  .slideshow .slick-prev,
  .slideshow .slick-next {
    bottom: 48px;
  }
}
@media (max-width: 991px) {
  .slideshow .slick-prev,
  .slideshow .slick-next {
    left: 50%;
    transform: translateX(-38px);
    bottom: 168px;
  }
}
.slideshow .slick-prev {
  margin-left: 48px;
}
.slideshow:hover .slick-dots li.slick-active button:after {
  animation-play-state: paused;
}

#home-categories {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.home-categories {
  position: relative;
  width: 100%;
  aspect-ratio: 2.118;
}
@media (max-width: 991px) {
  .home-categories {
    aspect-ratio: unset;
  }
}
.home-categories:after {
  width: 696px;
  aspect-ratio: 1.4840085288;
  pointer-events: none;
  position: absolute;
  right: -200px;
  bottom: 0;
  content: "";
  background: url("assets/images/png/bg1.png") center center no-repeat;
  display: block;
}
@media (max-width: 991px) {
  .home-categories:after {
    display: none;
  }
}
.home-categories:before {
  width: 398px;
  aspect-ratio: 1.4850746269;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  left: 0;
  content: "";
  background: url("assets/images/png/bg2.png") center center no-repeat;
  display: block;
}
@media (max-width: 991px) {
  .home-categories:before {
    display: none;
  }
}
.home-categories ul {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .home-categories ul {
    display: flex;
    justify-content: center;
    gap: 8px 24px;
  }
  .home-categories ul.slick-initialized {
    flex-wrap: wrap;
  }
  .home-categories ul .slick-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .home-categories ul .slick-next {
    width: 32px;
    height: 32px;
    transform: unset;
    position: static;
    background-color: var(--Green-10, #e7ebeb);
    order: 3;
  }
  .home-categories ul .slick-prev {
    width: 32px;
    height: 32px;
    transform: unset;
    position: static;
    background-color: var(--Green-10, #e7ebeb);
    order: 2;
  }
}
.home-categories ul li {
  position: absolute;
}
@media (max-width: 991px) {
  .home-categories ul li {
    flex-shrink: 0;
    position: static;
    aspect-ratio: unset !important;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.home-categories ul li:nth-child(1) {
  top: 9%;
  right: var(--items-right-padding);
  width: var(--item-width1);
  aspect-ratio: 1.3745454545;
}
@media (max-width: 991px) {
  .home-categories ul li:nth-child(1) {
    width: 100%;
  }
}
.home-categories ul li:nth-child(2) {
  top: 0;
  right: calc(var(--item-width1) + var(--items-right-padding) + var(--items-gap));
  width: var(--item-width2);
  aspect-ratio: 1.3080808081;
}
@media (max-width: 991px) {
  .home-categories ul li:nth-child(2) {
    width: 100%;
  }
}
.home-categories ul li:nth-child(3) {
  top: 4.8%;
  right: calc(var(--item-width1) + var(--items-right-padding) + var(--items-gap) + var(--items-gap) + var(--item-width2));
  width: var(--item-width3);
  aspect-ratio: 0.6849315068;
}
@media (max-width: 991px) {
  .home-categories ul li:nth-child(3) {
    width: 100%;
  }
}
.home-categories ul li:nth-child(4) {
  bottom: 14%;
  right: calc(var(--items-right-padding) + var(--item-right4));
  width: var(--item-width4);
  aspect-ratio: 1.0227272727;
}
@media (max-width: 991px) {
  .home-categories ul li:nth-child(4) {
    width: 100%;
  }
}
.home-categories ul li:nth-child(5) {
  bottom: 0;
  right: calc(var(--items-right-padding) + var(--item-right4) + var(--items-gap) + var(--item-width4));
  width: var(--item-width5);
  aspect-ratio: 0.8273092369;
}
@media (max-width: 991px) {
  .home-categories ul li:nth-child(5) {
    width: 100%;
  }
}
.home-categories ul li:nth-child(6) {
  bottom: 8.4%;
  right: calc(var(--items-right-padding) + var(--item-right4) + var(--items-gap) + var(--items-gap) + var(--item-width4) + var(--item-width5));
  width: var(--item-width6);
  aspect-ratio: 1.5257731959;
}
@media (max-width: 991px) {
  .home-categories ul li:nth-child(6) {
    width: 100%;
  }
}
.home-categories ul li:nth-child(7) {
  bottom: 10.3%;
  right: calc(var(--items-right-padding) + var(--item-right4) + var(--items-gap) + var(--items-gap) + var(--items-gap) + var(--item-width4) + var(--item-width5) + var(--item-width6));
  width: var(--item-width7);
  aspect-ratio: 1.1503067485;
}
@media (max-width: 991px) {
  .home-categories ul li:nth-child(7) {
    width: 100%;
  }
}

.products-section {
  padding-bottom: var(--section-space);
  padding-top: var(--section-space);
  max-height: 830px;
}
@media (max-width: 991px) {
  .products-section {
    max-height: 664px;
  }
}
.products-section .carousel__slider {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
  aspect-ratio: 2.2328548644;
}
.products-section .carousel__slider:has(.skltbs-init) {
  opacity: 1;
  visibility: visible;
}

.newest-section {
  background: #fafafa;
}
@media (max-width: 575px) {
  .newest-section {
    padding: 40px 0 60px 0;
  }
}
.newest-section .newest-tabs .skltbs-leave {
  left: 0;
  right: 0;
}
.newest-section .newest-tabs .skltbs-tab-group {
  display: flex;
  gap: 24px;
  margin-bottom: 72px;
  word-wrap: normal;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .newest-section .newest-tabs .skltbs-tab-group {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    white-space: nowrap;
    flex-wrap: nowrap;
    margin: 0 -16px 24px -16px;
    padding: 0 16px;
    gap: 28px;
  }
}
.newest-section .newest-tabs .skltbs-tab-group .skltbs-tab-item .skltbs-tab {
  font-size: 1rem;
  line-height: 32px;
  color: var(--Green-80, #406162);
  display: flex;
  gap: 2px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .newest-section .newest-tabs .skltbs-tab-group .skltbs-tab-item .skltbs-tab {
    font-size: 0.85714rem;
    line-height: 22px;
  }
}
.newest-section .newest-tabs .skltbs-tab-group .skltbs-tab-item .skltbs-tab:before {
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--Gold-100, #c6a246);
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  visibility: hidden;
  transition: 0.3s ease-out;
  transform: translateX(8px);
}
.newest-section .newest-tabs .skltbs-tab-group .skltbs-tab-item .skltbs-tab:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--Gold-120, #9e8238);
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
}
.newest-section .newest-tabs .skltbs-tab-group .skltbs-tab-item .skltbs-tab.skltbs-active {
  color: var(--Gold-100, #c6a246);
  padding-right: 10px;
}
.newest-section .newest-tabs .skltbs-tab-group .skltbs-tab-item .skltbs-tab.skltbs-active:before {
  transform: translateX(0px);
}
.newest-section .newest-tabs .skltbs-tab-group .skltbs-tab-item .skltbs-tab.skltbs-active:after, .newest-section .newest-tabs .skltbs-tab-group .skltbs-tab-item .skltbs-tab.skltbs-active:before {
  opacity: 1;
  visibility: visible;
}
.newest-section .creative-swiper {
  width: 400px;
  aspect-ratio: 1;
  overflow: visible;
  max-width: 100%;
}
.newest-section .creative-swiper .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
}
.newest-section .creative-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .newest-section .creative-swiper .swiper-slide {
    border-radius: 8px;
  }
}
.newest-section .motionPath {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  align-items: flex-end;
}
.newest-section .motionPath svg {
  --percent: 50; /* Change this value from 0 to 100 to move the circle */
  overflow: visible;
}
.newest-section .motionPath svg circle {
  offset-path: path("M0.151001 82.5C0.151001 82.5 256.91 -0.413573 438.151 0.50762C614.61 1.4045 863.151 82.5 863.151 82.5");
  offset-distance: calc(var(--percent, 0) * 1%);
  offset-rotate: auto;
}
@media (max-width: 575px) {
  .newest-section .motionPath svg circle {
    r: 6;
  }
}
.newest-section .motionPath .custom-nav {
  position: relative;
  top: 24px;
  flex: 0 0 auto;
}
.newest-section .motionPath .custom-nav.swiper-button-disabled {
  opacity: 0.25;
}
.newest-section .motionPath .custom-nav.swiper-next {
  left: -12px;
}
@media (max-width: 575px) {
  .newest-section .motionPath .custom-nav.swiper-next {
    left: -48px;
    top: 40px;
  }
}
.newest-section .motionPath .custom-nav.swiper-prev {
  right: -12px;
}
@media (max-width: 575px) {
  .newest-section .motionPath .custom-nav.swiper-prev {
    right: -48px;
    top: 40px;
  }
}
.newest-section .product-card__picture {
  margin-bottom: 0;
  flex: 1;
}
.newest-section .product-card__picture:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  visibility: visible;
  opacity: 1;
  transition: 0.5s 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.newest-section .product-card__picture img {
  transform: scale(1) !important;
}
.newest-section .product-card__title {
  font-weight: 450;
  font-variation-settings: "wght" 450;
  line-height: 2.28571rem;
  font-size: 1.71429rem;
  color: var(--Gold-10, #f9f6ec);
  margin-bottom: 2px;
  display: block;
}
@media (max-width: 575px) {
  .newest-section .product-card__title {
    font-size: 1.14286rem;
    line-height: 1.71429rem;
  }
}
.newest-section .product-card__weight {
  color: var(--Gold-80, #d1b56b);
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .newest-section .product-card__weight {
    line-height: 1.42857rem;
    font-size: 0.85714rem;
  }
}
.newest-section .product-card__weight:before {
  content: none;
}
.newest-section .product-card__price {
  color: var(--Green-10, #e7ebeb);
  line-height: 2;
}
@media (max-width: 575px) {
  .newest-section .product-card__price {
    line-height: 1.57143rem;
    font-size: 1rem;
  }
}
.newest-section .product-card__overload {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 36px 16px 16px 54px;
  background: linear-gradient(0deg, #161616 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: 0.5s 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.newest-section .swiper-slide.swiper-slide-active:hover .product-card__picture img {
  transform: scale(1.05) !important;
}
.newest-section .swiper-slide.swiper-slide-active .product-card__picture:after {
  opacity: 0;
  visibility: hidden;
}
.newest-section .swiper-slide.swiper-slide-active .product-card__overload {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.product-mini-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
}
@media (max-width: 991px) {
  .product-mini-cards {
    gap: 16px;
  }
}
.product-mini-cards .mini-card {
  flex: 0 0 calc(33.33% - 10.666px);
  max-width: calc(33.33% - 10.666px);
  width: unset;
  height: unset;
}
@media (max-width: 1199px) {
  .product-mini-cards .mini-card {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
@media (max-width: 991px) {
  .product-mini-cards .mini-card {
    display: none;
  }
  .product-mini-cards .mini-card:nth-child(1), .product-mini-cards .mini-card:nth-child(2), .product-mini-cards .mini-card:nth-child(3), .product-mini-cards .mini-card:nth-child(4) {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
  }
}

.products {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
}
.products .product-card {
  flex: 0 0 calc(25% - 12px);
  max-width: calc(25% - 12px);
  width: unset;
  height: unset;
}
@media (max-width: 991px) {
  .products.products__slider--in-mobile {
    gap: 0px;
    flex-wrap: nowrap;
    margin-left: -16px;
    margin-right: -16px;
  }
  .products.products__slider--in-mobile .slick-list {
    padding-right: 16px;
  }
  .products.products__slider--in-mobile .product-card {
    margin-left: 16px;
    flex: unset;
    max-width: unset;
    flex-shrink: 0;
    width: 253px;
  }
}
.products.products-related .product-card__title {
  font-size: 1rem;
  line-height: 1.57143rem;
}

.home-help-section {
  padding-bottom: var(--section-space);
  padding-top: var(--section-space);
}
.home-help-section ul {
  column-count: 3;
  column-gap: 16px;
}
@media (max-width: 991px) {
  .home-help-section ul {
    column-count: unset;
    column-gap: unset;
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
  }
  .home-help-section ul .slick-list {
    padding-right: 16px;
  }
  .home-help-section ul li {
    margin-left: 16px;
    flex-shrink: 0;
    width: 253px;
    height: 144px;
  }
}
.home-help-section ul li {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .home-help-section ul li {
    margin-bottom: 0;
  }
}
.home-help-section ul li:nth-child(2), .home-help-section ul li:nth-child(3), .home-help-section ul li:nth-child(5) {
  margin-bottom: 0;
}

.zoom-banner-section {
  display: flex;
  margin-bottom: var(--section-space);
  margin-top: var(--section-space);
  border-radius: 12px;
  overflow: hidden;
  max-height: 660px;
}
@media (max-width: 991px) {
  .zoom-banner-section {
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
    flex-direction: column;
  }
}
.zoom-banner-section__item {
  position: relative;
  padding: 100px;
  flex: 0 0 50%;
  max-width: 50%;
  background: var(--Gold-20, #f4ecda);
  transition: all 0.6s;
}
@media (max-width: 1199px) {
  .zoom-banner-section__item {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .zoom-banner-section__item {
    padding: 0 !important;
    flex: unset;
    max-width: unset;
  }
  .zoom-banner-section__item:last-child {
    padding: 40px 16px !important;
  }
  .zoom-banner-section__item:last-child .zoom-banner-section__item--over {
    pointer-events: unset;
    position: static;
    background: transparent;
    padding-top: 8px;
  }
  .zoom-banner-section__item:last-child .zoom-banner-section__item--over_title {
    color: var(--Green-100, #103a3b);
  }
  .zoom-banner-section__item:last-child .zoom-banner-section__item--over_subtitle {
    color: var(--Green-80, #406162);
  }
}
.zoom-banner-section__item--cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
  transition: border-radius 0.6s;
}
.zoom-banner-section__item--over {
  background: linear-gradient(0deg, #161616 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transform: translateY(100%);
  padding: 104px 24px 24px 351px;
  width: 100%;
  transition: all 0.2s;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .zoom-banner-section__item--over {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .zoom-banner-section__item--over {
    padding: 40px 16px 16px 122px;
    gap: 0;
    transform: translateY(0);
  }
}
.zoom-banner-section__item--over_title {
  color: var(--Gold-100, #c6a246);
  font-size: 1.71429rem;
  line-height: 2.28571rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
@media (max-width: 991px) {
  .zoom-banner-section__item--over_title {
    line-height: 2rem;
    font-size: 1.14286rem;
  }
}
.zoom-banner-section__item--over_subtitle {
  color: var(--White, #fff);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 150;
  font-variation-settings: "wght" 150;
}
@media (max-width: 991px) {
  .zoom-banner-section__item--over_subtitle {
    line-height: 1.42857rem;
    font-size: 0.85714rem;
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}
.zoom-banner-section__item.active {
  padding: 0;
}
.zoom-banner-section__item.active .zoom-banner-section__item--cover img {
  border-radius: 0;
}
@media (max-width: 991px) {
  .zoom-banner-section__item.active .zoom-banner-section__item--cover img {
    border-radius: 8px;
  }
}
.zoom-banner-section__item.active .zoom-banner-section__item--over {
  transition: all 0.6s;
  transition-delay: 0.4s;
  transform: translateY(0);
}

#blog-slider {
  padding-bottom: var(--section-space);
  padding-top: var(--section-space);
}
@media (max-width: 991px) {
  #blog-slider {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .blog-slider {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.blog-slider .slick-list {
  margin-left: -8px;
  margin-right: -8px;
}
@media (max-width: 991px) {
  .blog-slider .slick-list {
    margin-left: 0;
    margin-right: 0;
    padding-right: 16px;
  }
}
.blog-slider .slick-slide {
  margin-left: 8px;
  margin-right: 8px;
}
@media (max-width: 991px) {
  .blog-slider .slick-slide {
    width: 253px;
    margin-left: 16px;
    margin-right: 0;
  }
}

.slug-section {
  padding-top: var(--section-space);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 24px;
}
@media (max-width: 991px) {
  .slug-section {
    display: none;
  }
  .slug-section.slug-section--in-mobile {
    padding-top: 40px;
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    justify-content: flex-start;
    padding-right: 16px;
    padding-left: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
}
.slug-section__box {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .slug-section__box {
    flex-shrink: 0;
  }
}
.slug-section__box--icon {
  margin-bottom: 16px;
  color: var(--GoldColor, #bf8f5f);
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .slug-section__box--icon {
    margin-bottom: 12px;
  }
}
.slug-section__box--icon svg,
.slug-section__box--icon img {
  position: relative;
  z-index: 1;
}
.slug-section__box--icon:before {
  z-index: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  background: var(--Gold-10, #f9f6ec);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  right: -8px;
  top: -4px;
}
.slug-section__box--title {
  margin: 0;
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  line-height: normal;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
@media (max-width: 991px) {
  .slug-section__box--title {
    line-height: 1.57143rem;
    font-size: 1rem;
  }
}
.slug-section__box--description {
  color: var(--Green-Color, #184b4d);
  font-size: 0.71429rem;
  letter-spacing: -0.01429rem;
  font-weight: 300;
  font-variation-settings: "wght" 300;
  line-height: normal;
}
@media (max-width: 991px) {
  .slug-section__box--description {
    letter-spacing: normal;
  }
}

iframe#raychat_widget {
  left: -6px;
}

.login-modal {
  width: 100%;
}
.login-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e7ebeb;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .login-modal__head img, .login-modal__head svg {
    max-height: 36px;
  }
}
.login-modal__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.login-modal__content--title {
  font-size: 1.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 2.28571rem;
  color: var(--Green-190, #020606);
}
@media (max-width: 991px) {
  .login-modal__content--title {
    font-size: 1rem;
    line-height: 1.71429rem;
  }
}
.login-modal__content--timer {
  color: var(--Gold-100, #c6a246);
  margin-right: auto;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
.login-modal__content--resend {
  color: var(--Gold-100, #c6a246);
  margin-right: auto;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  line-height: 1.28571rem;
  font-size: 1rem;
}
.login-modal__content--resend:hover {
  color: var(--Green-100, #103A3B);
}
.login-modal__content--message {
  color: var(--Green-100, #103A3B);
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.71429rem;
}
.login-modal__content--way {
  margin-bottom: -8px;
  color: var(--Green-80, #406162);
  font-size: 1rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 2.28571rem;
}
.login-modal__content--way:hover {
  color: var(--Gold-100, #C6A246);
}
.login-modal__content .form-foot .btn-outline {
  max-width: 120px;
}
.login-modal__content .btn {
  width: 100%;
}

@media (max-width: 991px) {
  body:has(#categories-page) #breadcrumb {
    padding-top: 4px;
  }
}
body:has(#categories-page):not(:has(.pagination)) #more-description {
  margin-top: 64px;
}
@media (max-width: 991px) {
  body:has(#categories-page):not(:has(.pagination)) #more-description {
    margin-top: 32px;
  }
}

.categories-page__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 12px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .categories-page__head {
    gap: 12;
    justify-content: space-between;
    margin-bottom: 16px;
  }
}
.categories-page__head--title {
  color: var(--Green-100, #103a3b);
  font-size: 2.28571rem;
  line-height: 4rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .categories-page__head--title {
    line-height: 2rem;
    font-size: 1.14286rem;
  }
}
.categories-page__head--count {
  color: var(--Green-80, #406162);
  padding: 4px 8px;
  font-size: 0.85714rem;
  line-height: 1.14286rem;
  border-radius: 2px;
  background: var(--Gold-10, #f9f6ec);
}
.categories-page__head--description {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.categories-page__head--description .accordion-content {
  color: var(--Green-80, #406162);
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.71429rem;
}
@media (max-width: 991px) {
  .categories-page__head--description {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
  }
  .categories-page__head--description .accordion-title {
    color: var(--Gold-100, #c6a246);
    font-size: 0.85714rem;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.3s;
    cursor: pointer;
  }
  .categories-page__head--description .accordion-title span {
    font-size: 0;
  }
  .categories-page__head--description .accordion-title:after {
    width: 16px;
    height: 16px;
    content: "";
    transition: all 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.99902 6L7.99902 10L11.999 6' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
  }
  .categories-page__head--description .accordion-title.active {
    font-size: 0;
  }
  .categories-page__head--description .accordion-title.active span {
    font-size: 0.85714rem;
  }
  .categories-page__head--description .accordion-title.active:after {
    transform: rotate(180deg);
  }
  .categories-page__head--description .accordion-content {
    display: grid;
    overflow: hidden;
    grid-template-rows: minmax(24px, 0fr);
    transition: grid-template-rows 0.6s;
    overflow: hidden;
  }
  .categories-page__head--description .accordion-content.active {
    grid-template-rows: minmax(24px, 1fr);
  }
}
.categories-page__filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .categories-page__filters {
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap;
  }
}
.categories-page__filters--options {
  margin-right: auto;
  min-width: 235px;
}
.categories-page__filters--options .select-in-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  line-height: 1.71429rem;
  width: 100%;
  height: 100%;
}
.categories-page__filters--options .select-in-mobile:after {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  content: "";
}
@media (max-width: 991px) {
  .categories-page__filters--options {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: unset;
    border: 1px solid var(--Green-10, #e7ebeb);
    border-right: none;
    border-radius: 8px 0 0 8px;
    margin-right: 0;
  }
  .categories-page__filters--options .select {
    display: none;
  }
  .categories-page__filters--options .select-in-mobile {
    display: flex;
  }
}
.categories-page__filters--filter {
  margin-left: 16px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  background: var(--White, #fff);
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.71429rem;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
}
@media (max-width: 991px) {
  .categories-page__filters--filter {
    margin-left: 0;
    flex: 0 0 50%;
    max-width: 50%;
    border: none;
    font-size: 1rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    justify-content: center;
    margin-left: 0;
    border: 1px solid var(--Green-10, #e7ebeb);
    border-radius: 0 8px 8px 0;
  }
}
.categories-page__filters--filter svg {
  color: var(--Gold-100, #c6a246);
  flex-shrink: 0;
}
.categories-page__filters--filters {
  display: flex;
  gap: 4px;
  align-items: center;
  flex: 1;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  margin-left: 16px;
}
@media (max-width: 991px) {
  .categories-page__filters--filters {
    padding-top: 16px;
    gap: 12px 16px;
    overflow: visible;
    flex-wrap: wrap;
    white-space: unset;
    margin-left: 0;
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.categories-page__filters--filters .filter-button {
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 2px;
  border: 1px solid var(--Gold-10, #f9f6ec);
  background: var(--Gold-10, #f9f6ec);
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
@media (max-width: 991px) {
  .categories-page__filters--filters .filter-button {
    gap: 4px;
    font-size: 1rem;
    line-height: 1.57143rem;
  }
}
.categories-page__filters--filters .filter-button:before {
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%23C6A246' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.categories-page__filters--filters .filter-button:hover {
  color: var(--Gold-100, #c6a246);
}
@media (max-width: 767px) {
  .categories-page__products .products {
    gap: 16px;
  }
  .categories-page__products .products .product-card {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid var(--Green-10, #e7ebeb);
    background: var(--White, #fff);
    position: relative;
    min-height: 80px;
    padding-right: 88px;
    padding-top: 8px;
    padding-left: 40px;
    padding-bottom: 8px;
  }
  .categories-page__products .products .product-card__picture {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center center;
  }
  .categories-page__products .products .product-card__like {
    display: flex;
  }
  .categories-page__products .products .product-card__price {
    line-height: 1.71429rem;
  }
  .categories-page__products .products .product-card__weight {
    font-size: 0.85714rem;
  }
}

.sort-modal {
  width: 100%;
}
.sort-modal__head {
  border-bottom: 1px solid #e7ebeb;
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sort-modal ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sort-modal .btn {
  width: 100%;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  margin-top: 16px;
}

.single-page {
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .single-page {
    flex-direction: column;
  }
}
.single-page__gallery {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  position: relative;
}
@media (max-width: 991px) {
  .single-page__gallery {
    flex: unset;
    max-width: unset;
    margin-left: -16px;
    margin-right: -16px;
  }
  .single-page__gallery .magnify {
    display: block;
  }
  .single-page__gallery .magnify .magnify-lens {
    display: none !important;
  }
}
.single-page__gallery--share {
  position: absolute;
  z-index: 1;
  left: 8px;
  top: 8px;
}
@media (max-width: 991px) {
  .single-page__gallery--share {
    left: 16px;
  }
}
.single-page__gallery--share_link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--Green-20, #cfd8d8);
  color: var(--Green-100, #103a3b);
  transition: background-color 0.3s, color 0.3s;
}
.single-page__gallery--share_link:hover {
  background: var(--Green-100, #103a3b);
  color: var(--Green-20, #cfd8d8);
}
.single-page__gallery--label {
  position: absolute;
  right: 0;
  top: 0;
}
.single-page__details {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
}
@media (max-width: 991px) {
  .single-page__details {
    flex: unset;
    max-width: unset;
    width: 100%;
  }
}
.single-page__details--code {
  color: var(--Gold-100, #c6a246);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .single-page__details--code {
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.57143rem;
    font-size: 1rem;
  }
}
.single-page__details--title {
  color: var(--Green-100, #103a3b);
  font-size: 2.28571rem;
  line-height: 4rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 1199px) {
  .single-page__details--title {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 991px) {
  .single-page__details--title {
    margin-bottom: 8px;
    font-size: 1.14286rem;
    line-height: 2rem;
  }
}
.single-page__details--collection {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Green-190, #020606);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 1.71429rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .single-page__details--collection {
    margin-bottom: 16px;
    gap: 4px;
    font-size: 0.85714rem;
    line-height: 1.42857rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.single-page__details--collection:before {
  height: 20px;
  width: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.33333 10.0003L6.66667 8.16698L7.16667 7.33365M5 4.16699H15L17.5 8.33366L10.4167 16.2503C10.3624 16.3058 10.2975 16.3498 10.226 16.3799C10.1544 16.4099 10.0776 16.4254 10 16.4254C9.92239 16.4254 9.84557 16.4099 9.77402 16.3799C9.70247 16.3498 9.63765 16.3058 9.58333 16.2503L2.5 8.33366L5 4.16699Z' stroke='%23C6A246' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .single-page__details--collection:before {
    transform: translateY(-1px);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6.66667 7.99967L5.33333 6.533L5.73333 5.86633M4 3.33301H12L14 6.66634L8.33333 12.9997C8.28988 13.044 8.23802 13.0793 8.18078 13.1033C8.12355 13.1274 8.06209 13.1397 8 13.1397C7.93792 13.1397 7.87645 13.1274 7.81922 13.1033C7.76198 13.0793 7.71012 13.044 7.66667 12.9997L2 6.66634L4 3.33301Z' stroke='%23C6A246' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.single-page__details--specifications {
  border-top: 1px solid #e7ebeb;
  border-bottom: 1px solid #e7ebeb;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.single-page__details--specifications .accordion-title {
  display: none;
}
@media (max-width: 991px) {
  .single-page__details--specifications {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
  }
  .single-page__details--specifications .accordion-title {
    color: var(--Gold-100, #c6a246);
    font-size: 0.85714rem;
    display: flex;
    align-items: center;
    transition: color 0.3s;
    cursor: pointer;
  }
  .single-page__details--specifications .accordion-title span {
    font-size: 0;
  }
  .single-page__details--specifications .accordion-title.active {
    font-size: 0;
  }
  .single-page__details--specifications .accordion-title.active span {
    font-size: 0.85714rem;
  }
  .single-page__details--specifications .accordion-content {
    display: grid;
    overflow: hidden;
    grid-template-rows: minmax(76px, 0fr);
    transition: grid-template-rows 0.6s;
  }
  .single-page__details--specifications .accordion-content.active {
    grid-template-rows: minmax(76px, 1fr);
  }
  .single-page__details--specifications:not(:has(ul li:nth-child(4))) .accordion-title {
    display: none;
  }
  .single-page__details--specifications:not(:has(ul li:nth-child(4))) .accordion-content {
    display: block;
  }
}
.single-page__details--specifications ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.single-page__details--specifications ul li {
  flex: 0 0 calc(50% - 4px);
  max-width: calc(50% - 4px);
  color: var(--Green-60, #708989);
  font-size: 1.14286rem;
  line-height: 1.71429rem;
}
@media (max-width: 991px) {
  .single-page__details--specifications ul li {
    font-size: 1rem;
    line-height: 1.42857rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single-page__details--specifications ul li span {
  color: var(--Green-100, #103a3b);
  letter-spacing: -0.02286rem;
}
.single-page__details--subtitle {
  min-width: 100px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: var(--Green-60, #708989);
  line-height: 2.28571rem;
  font-size: 1.14286rem;
}
@media (max-width: 991px) {
  .single-page__details--subtitle {
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.57143rem;
    font-size: 1rem;
  }
}
.single-page__details--options {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .single-page__details--options {
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
}
.single-page__details--options b {
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  flex: 1;
}
.single-page__details--options ul {
  margin-left: auto;
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 991px) {
  .single-page__details--options ul {
    flex: 0 0 calc(100% - 108px);
    max-width: calc(100% - 108px);
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
}
.single-page__details--options ul:has(.single-page__details--color) {
  gap: 12px;
}
.single-page__details--color {
  border-radius: 50%;
  border: 2px solid transparent;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.single-page__details--color span {
  width: 32px;
  height: 32px;
  display: block;
}
.single-page__details--color:has(input:checked) {
  border-color: var(--Green-100, #103a3b);
  box-shadow: none;
}
.single-page__details--color_white {
  box-shadow: 0 0 0 1px #f3f3f3;
}
.single-page__details--weight {
  border-radius: 4px;
  border: 1px solid var(--Green-10, #e7ebeb);
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.single-page__details--weight span {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 60px;
  color: #103a3b;
  font-size: 0.85714rem;
  line-height: 1.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  text-align: center;
  transition: all 0.3s;
}
.single-page__details--weight:has(input:checked) {
  border: 1px solid var(--Gold-100, #c6a246);
  background: var(--Gold-100, #c6a246);
}
.single-page__details--weight:has(input:checked) span {
  color: var(--White, #fff);
}
.single-page__details--size {
  border-radius: 4px;
  border: 1px solid var(--Green-10, #e7ebeb);
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.single-page__details--size span {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 56px;
  color: #103a3b;
  font-size: 0.85714rem;
  line-height: 1.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  text-align: center;
  transition: all 0.3s;
}
.single-page__details--size:has(input:checked) {
  border: 1px solid var(--Gold-100, #c6a246);
  background: var(--Gold-100, #c6a246);
}
.single-page__details--size:has(input:checked) span {
  color: var(--White, #fff);
}
.single-page__details--help {
  color: var(--Gold-100, #c6a246);
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .single-page__details--help {
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.57143rem;
  }
}
.single-page__details--help:before {
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10.6667 4.66667L9.66667 3.66667M8.66667 6.66667L7.66667 5.66667M6.66667 8.66667L5.66667 7.66667M4.66667 10.6667L3.66667 9.66667M11.3333 2L14 4.66667L4.66667 14L2 11.3333L11.3333 2Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.single-page__details--snapp {
  margin-bottom: 16px;
  background: rgba(0, 142, 250, 0.03);
  border-radius: 8px;
  border: 1px solid #d4ecff;
  padding: 12px;
  gap: 12px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .single-page__details--snapp {
    gap: 16px;
  }
}
.single-page__details--snapp svg {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .single-page__details--snapp svg {
    max-width: 48px;
  }
}
.single-page__details--snapp_info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.single-page__details--snapp_info-title {
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  line-height: 1.71429rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
.single-page__details--snapp_info-subtitle {
  color: var(--Green-80, #406162);
  line-height: 1.14286rem;
  font-size: 0.85714rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
.single-page__details--snapp_info-subtitle span {
  color: #c0cdd0;
  font-size: 1.42857rem;
  font-weight: 150;
  font-variation-settings: "wght" 150;
  margin-left: 4px;
  margin-right: 4px;
}
@media (max-width: 991px) {
  .single-page__details--snapp_info-subtitle span {
    margin-left: 2px;
    margin-right: 2px;
  }
}
.single-page__details--gift {
  margin-bottom: 24px;
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .single-page__details--gift {
    margin-bottom: 16px;
    border-radius: 16px;
  }
}
.single-page__details--gift_checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-page__details--gift_checkbox-info {
  color: var(--Gold-100, #c6a246);
  position: relative;
}
.single-page__details--gift_checkbox-info:after {
  bottom: calc(100% + 8px) !important;
  transform: translateX(-50%) translateY(0) !important;
  width: 322px !important;
  white-space: unset !important;
}
.single-page__details--gift_price {
  color: var(--Green-100, #103a3b);
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.single-page__details--price {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 80px;
  gap: 8px 12px;
  align-items: center;
}
@media (max-width: 991px) {
  .single-page__details--price {
    margin-bottom: 16px;
    padding-left: 70px;
    gap: 2px 8px;
  }
}
.single-page__details--price_new {
  flex: 0 0 100%;
  max-width: 100%;
  color: var(--Green-100, #103a3b);
  line-height: 3.42857rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-size: 2.28571rem;
}
@media (max-width: 991px) {
  .single-page__details--price_new {
    line-height: 1.71429rem;
    font-size: 1.14286rem;
  }
}
.single-page__details--price_old {
  text-decoration-line: line-through;
  line-height: 2rem;
  color: var(--Green-60, #708989);
  font-size: 1.14286rem;
}
@media (max-width: 991px) {
  .single-page__details--price_old {
    font-size: 1rem;
    line-height: 1.57143rem;
  }
}
.single-page__details--price_off {
  background: var(--Gold-10, #f9f6ec);
  padding: 8px 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  padding-left: 4px;
  padding-right: 4px;
  color: var(--Green-80, #406162);
  font-size: 0.85714rem;
  line-height: 1.14286rem;
  direction: ltr;
}
.single-page__details--price_calculate {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--Gold-100, #c6a246);
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  display: flex;
  align-items: center;
  gap: 2px;
}
.single-page__details--tools {
  display: flex;
  align-items: center;
  gap: 16px;
}
.single-page__details--tools_quantity {
  flex: 1;
  border-radius: 4px;
  border: 2px solid var(--Green-100, #103a3b);
  background: var(--White, #fff);
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .single-page__details--tools_quantity {
    padding: 8px 16px;
  }
}
.single-page__details--tools_quantity-link {
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
.single-page__details--tools_quantity-link:hover {
  color: var(--Gold-100, #c6a246);
}
@media (max-width: 991px) {
  .single-page__details--tools_quantity-link {
    font-size: 1rem;
    line-height: 1.71429rem;
  }
}
.single-page__details--tools_add {
  flex: 1;
}
@media (max-width: 991px) {
  .single-page__details--tools_add {
    font-size: 1rem;
  }
}
.single-page__details--tools_like svg:last-child {
  color: var(--Gold-100, #c6a246);
  display: none;
  width: 20px;
}
.single-page__details--tools_like.active {
  border-color: var(--Gold-100, #c6a246);
}
.single-page__details--tools_like.active svg {
  display: none;
}
.single-page__details--tools_like.active svg:last-child {
  display: block;
}
.single-page__description {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}
@media (max-width: 991px) {
  .single-page__description {
    padding: 40px 0;
  }
}
.single-page__description--title {
  color: var(--Green-100, #103a3b);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .single-page__description--title {
    margin-bottom: 16px;
    font-size: 1.14286rem;
    line-height: 2rem;
  }
}
.single-page__description--content {
  color: var(--Green-80, #406162);
  line-height: 1.71429rem;
  font-size: 1rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  text-align: justify;
}
.single-page__description--content .accordion-content {
  padding-right: 12px;
  position: relative;
}
.single-page__description--content .accordion-content:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background: var(--Gold-20, #f4ecda);
}
.single-page__description--content .accordion-title {
  display: none;
}
@media (max-width: 991px) {
  .single-page__description--content {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
  }
  .single-page__description--content .accordion-title {
    margin-right: 12px;
    color: var(--Gold-100, #c6a246);
    font-size: 0.85714rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s;
    cursor: pointer;
  }
  .single-page__description--content .accordion-title span {
    font-size: 0;
  }
  .single-page__description--content .accordion-title:after {
    width: 16px;
    height: 16px;
    content: "";
    transition: all 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.99902 6L7.99902 10L11.999 6' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
  }
  .single-page__description--content .accordion-title.active {
    font-size: 0;
  }
  .single-page__description--content .accordion-title.active span {
    font-size: 0.85714rem;
  }
  .single-page__description--content .accordion-title.active:after {
    transform: rotate(180deg);
  }
  .single-page__description--content .accordion-content {
    display: grid;
    overflow: hidden;
    grid-template-rows: minmax(143px, 0fr);
    transition: grid-template-rows 0.6s;
  }
  .single-page__description--content .accordion-content.active {
    grid-template-rows: minmax(143px, 1fr);
  }
}

.product-gallery {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 0;
}
.product-gallery__main {
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-gallery__main {
    border-radius: 0;
  }
}
.product-gallery__main .slick-next {
  background-color: transparent;
  left: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M9 1L1 9L9 17' stroke='%23020606' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .product-gallery__main .slick-next {
    width: 32px;
    height: 32px;
  }
}
.product-gallery__main .slick-prev {
  background-color: transparent;
  right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M1 17L9 9L1 1' stroke='%23020606' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .product-gallery__main .slick-prev {
    width: 32px;
    height: 32px;
  }
}
.product-gallery__main .slick-dots li button {
  background: var(--Gold-140, #77612a);
}
.product-gallery__main .slick-dots li.slick-active button {
  width: 28px;
  background: var(--Gold-100, #c6a246);
}
.product-gallery__main .product-main-slider {
  display: flex;
}
.product-gallery__main .product-main-slider .product-main-slide .magnify {
  width: 100% !important;
}
.product-gallery__main .product-main-slider .product-main-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.product-gallery__main .product-main-slider .product-main-slide--video {
  position: relative;
}
.product-gallery__main .product-main-slider .product-main-slide--video:after {
  width: 64px;
  height: 64px;
  background-color: var(--Gold-10, #f9f6ec);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M14 8V40L40 24L14 8Z' stroke='%23C6A246' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  border-radius: 4px;
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  pointer-events: none;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .product-gallery__thumbs {
    display: none;
  }
}
.product-gallery__thumbs .product-thumb-slider {
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  display: flex;
}
.product-gallery__thumbs .product-thumb-slider .slick-list {
  padding: 0 !important;
}
.product-gallery__thumbs .product-thumb-slider .product-thumb {
  width: 192px;
  cursor: pointer;
  margin-left: 1px;
}
@media (max-width: 1199px) {
  .product-gallery__thumbs .product-thumb-slider .product-thumb {
    width: 154px;
  }
}
.product-gallery__thumbs .product-thumb-slider .product-thumb img {
  width: 100%;
  height: auto;
}
.product-gallery__thumbs .product-thumb-slider .product-thumb__play {
  position: relative;
  display: block;
}
.product-gallery__thumbs .product-thumb-slider .product-thumb__play:after {
  width: 64px;
  height: 64px;
  background-color: var(--Gold-10, #f9f6ec);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M14 8V40L40 24L14 8Z' stroke='%23C6A246' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  border-radius: 4px;
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
.product-gallery__thumbs .product-thumb-slider .product-thumb__play:hover:after {
  background-color: var(--Gold-100, #c6a246);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M14 8V40L40 24L14 8Z' stroke='%23f9f6ec' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#single-banner {
  margin-top: var(--section-space);
  margin-bottom: calc(-1 * var(--section-space));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991px) {
  #single-banner {
    display: none;
  }
}

.single-banner {
  padding-top: 230px;
  padding-bottom: 188px;
  max-width: 396px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.single-banner__title {
  color: var(--Gold-100, #c6a246);
  font-size: 2.28571rem;
  line-height: 4rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.single-banner .btn {
  padding-left: 24px;
  padding-right: 24px;
}

.share-modal {
  width: 100%;
}
.share-modal__head {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.share-modal__head .modal__title {
  color: var(--Balck, #000);
  font-size: 1.14286rem;
  line-height: 2rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.share-modal__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.share-modal__content ul {
  display: flex;
  align-items: center;
  gap: 48px;
  justify-content: center;
}
@media (max-width: 991px) {
  .share-modal__content ul {
    gap: 28px;
  }
}
.share-modal__content ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.share-modal__content ul li:hover .share-modal__content--icon {
  color: var(--Green-10, #e7ebeb);
  background: var(--Green-80, #406162);
}
.share-modal__content ul li:hover .share-modal__content--title {
  color: var(--Gold-100, #c6a246);
}
.share-modal__content--title {
  padding-top: 4px;
  font-size: 0.85714rem;
  color: var(--Balck, #000);
}
.share-modal__content--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--Green-10, #e7ebeb);
  color: var(--Green-80, #406162);
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.share-modal .form-group .form-control {
  height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.share-modal .form-group .form-control__icon {
  top: 12px;
  right: 12px;
}
@media (max-width: 991px) {
  .share-modal .form-group .form-control__icon {
    top: 8px;
    right: 8px;
  }
}

#about-page-hero {
  padding-top: 32px;
}
@media (max-width: 991px) {
  #about-page-hero {
    padding-top: 24px;
  }
}

.about-page-hero {
  margin-bottom: calc(var(--about-margin-bottom) - 72px);
}
@media (max-width: 991px) {
  .about-page-hero {
    margin-bottom: 24px;
  }
  .about-page-hero .about-page-description {
    text-align: center;
    line-height: 2rem;
  }
}
.about-page-hero__picture {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .about-page-hero__picture {
    margin-bottom: 24px;
    border-radius: 2px;
  }
}
.about-page-hero__title {
  color: var(--Green-100, #103a3b);
  font-size: 2.28571rem;
  letter-spacing: -0.03429rem;
  margin-bottom: 16px;
  line-height: 4rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  text-align: center;
}
@media (max-width: 991px) {
  .about-page-hero__title {
    margin-bottom: 8px;
    font-size: 1.28571rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 2.28571rem;
    letter-spacing: normal;
  }
}

.about-page-description {
  color: var(--Green-80, #406162);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  padding-inline: var(--about-container-padding);
}
@media (max-width: 991px) {
  .about-page-description {
    font-size: 1rem;
    font-weight: 325;
    font-variation-settings: "wght" 325;
    line-height: 1.71429rem;
  }
}

#about-page-slider {
  margin-bottom: var(--about-margin-bottom);
}

.about-page-slider {
  margin-bottom: 80px;
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .about-page-slider {
    margin-bottom: 0;
    padding-bottom: 88px;
  }
}
.about-page-slider__item {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 80px;
  color: var(--Green-80, #406162);
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-size: 1.14286rem;
}
.about-page-slider__item img {
  border-radius: 16px;
  transition: opacity 0.4s, transform 0.4s;
  width: 100%;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .about-page-slider__item img {
    opacity: 1;
    border-radius: 8px;
  }
}
.about-page-slider__item span {
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 991px) {
  .about-page-slider__item span {
    display: none;
  }
}
.about-page-slider .slick-next,
.about-page-slider .slick-prev {
  background-color: var(--Green-100, #103a3b);
}
.about-page-slider .slick-list {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .about-page-slider .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.about-page-slider .slick-prev {
  right: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 4L10 8L6 12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .about-page-slider .slick-prev {
    right: 50%;
    width: 32px;
    height: 32px;
    margin-right: -44px;
    top: unset;
    transform: unset;
    bottom: 40px;
  }
}
.about-page-slider .slick-next {
  left: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 12L6 8L10 4' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .about-page-slider .slick-next {
    left: 50%;
    width: 32px;
    height: 32px;
    margin-left: -44px;
    top: unset;
    transform: unset;
    bottom: 40px;
  }
}
.about-page-slider .slick-slide {
  opacity: 0;
  transition: opacity 0.4s;
  margin-top: 120px;
}
@media (max-width: 991px) {
  .about-page-slider .slick-slide {
    opacity: 1;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.about-page-slider .slick-slide.slick-active, .about-page-slider .slick-slide.slick-current {
  opacity: 1;
}
.about-page-slider .slick-slide.slick-center .about-page-slider__item {
  z-index: 1;
}
.about-page-slider .slick-slide.slick-center .about-page-slider__item img {
  opacity: 1;
  transform: scale(1.64);
}
@media (max-width: 991px) {
  .about-page-slider .slick-slide.slick-center .about-page-slider__item img {
    transform: unset;
  }
}
.about-page-slider .slick-slide.slick-center .about-page-slider__item span {
  opacity: 1;
}

.about-page-why {
  padding-inline: var(--about-container-padding);
  margin-bottom: var(--about-margin-bottom);
}
.about-page-why .site-title {
  text-align: center;
  margin-bottom: 4px;
}
.about-page-why .site-subtitle {
  text-align: center;
}
.about-page-why ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 16px;
}
@media (max-width: 991px) {
  .about-page-why ul {
    gap: 24px 16px;
  }
}
.about-page-why ul li {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  flex: 0 0 calc(20% - 12.8px);
  max-width: calc(20% - 12.8px);
}
@media (max-width: 767px) {
  .about-page-why ul li {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
.about-page-why ul li svg,
.about-page-why ul li img {
  margin-bottom: 16px;
  color: var(--Gold-100, #c6a246);
}
@media (max-width: 991px) {
  .about-page-why ul li svg,
  .about-page-why ul li img {
    margin-bottom: 8px;
  }
}
.about-page-why ul li h6 {
  color: var(--Green-180, #030c0c);
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .about-page-why ul li h6 {
    font-size: 1rem;
    line-height: 1.71429rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.about-page-why ul li p {
  color: var(--Green-80, #406162);
  line-height: 1.71429rem;
}
@media (max-width: 991px) {
  .about-page-why ul li p {
    line-height: 1.42857rem;
    font-size: 0.85714rem;
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}

.about-page-branchs {
  padding-inline: var(--about-container-padding);
  margin-bottom: var(--about-margin-bottom);
}
.about-page-branchs .site-title {
  text-align: center;
  margin-bottom: 4px;
}
.about-page-branchs .site-subtitle {
  text-align: center;
}
.about-page-branchs ul {
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .about-page-branchs ul {
    padding-left: 0;
    padding-right: 0;
  }
}
.about-page-branchs ul li {
  flex: 0 0 calc(33.33% - 10.666px);
  max-width: calc(33.33% - 10.666px);
}
@media (max-width: 767px) {
  .about-page-branchs ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.about-page-customers {
  padding-inline: var(--about-container-padding);
  margin-bottom: var(--about-margin-bottom);
}
.about-page-customers .site-title {
  text-align: center;
  margin-bottom: 4px;
}
.about-page-customers .site-subtitle {
  text-align: center;
}
.about-page-customers ul {
  column-count: 3;
  column-gap: 24px;
}
@media (max-width: 991px) {
  .about-page-customers ul {
    column-gap: 16px;
  }
}
@media (max-width: 767px) {
  .about-page-customers ul {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    column-count: unset;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    display: flex;
  }
}
.about-page-customers ul li {
  margin-bottom: 24px;
  break-inside: avoid;
}
@media (max-width: 991px) {
  .about-page-customers ul li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .about-page-customers ul li {
    margin-bottom: 0;
    break-inside: unset;
    flex: 0 0 328px;
  }
}

.contact-map {
  margin-bottom: 16px;
  margin-top: 32px;
  position: relative;
  z-index: 0;
  border-radius: 8px;
  overflow: hidden;
  background: lightgray;
}
@media (max-width: 991px) {
  .contact-map {
    margin-top: 16px;
    border-radius: 2px;
  }
  .contact-map .leaflet-marker-icon {
    display: none;
  }
}
.contact-map:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  opacity: 0.1;
  z-index: 400;
  background: linear-gradient(0deg, #184b4d 0%, #184b4d 100%);
}
@media (max-width: 991px) {
  .contact-map:after {
    display: none;
  }
}
.contact-map__mobile {
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 400;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  flex-direction: column;
  line-height: 2.28571rem;
  font-size: 1rem;
  color: var(--Gold-100, #c6a246);
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .contact-map__mobile {
    display: flex;
  }
}
.contact-map__mobile:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  opacity: 0.2;
  background: linear-gradient(0deg, #184b4d 0%, #184b4d 100%);
}
.contact-map__mobile svg {
  position: relative;
  z-index: 1;
}
.contact-map__mobile span {
  display: flex;
  align-items: center;
  gap: 2px;
  position: relative;
  z-index: 1;
}
.contact-map__mobile span:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 4L6 8L10 12' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  content: "";
}

.contact-page {
  display: flex;
  gap: 40px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .contact-page {
    padding-bottom: 0;
    flex-direction: column;
  }
}
.contact-page__routing {
  display: none;
  align-items: center;
  gap: 8px;
  color: var(--Gold-100, #C6A246);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 2.28571rem;
  font-size: 1rem;
  margin-bottom: 40px;
}
.contact-page__routing:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 4L6 8L10 12' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  content: "";
}
@media (max-width: 991px) {
  .contact-page__routing {
    display: flex;
  }
}
.contact-page__title {
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--Green-190, #020606);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .contact-page__title {
    padding: 0;
    font-size: 1.14286rem;
    line-height: 2rem;
  }
}
.contact-page__form {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.contact-page__form .gform_validation_errors {
  margin-top: 16px !important;
}
@media (max-width: 991px) {
  .contact-page__form {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-page__form .gform-footer .button {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contact-page__info {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .contact-page__info {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contact-page__info--details {
  margin-bottom: 24px;
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .contact-page__info--details {
    padding-bottom: 0;
    margin-bottom: 4px;
  }
}
.contact-page__info--details_text {
  color: var(--Green-100, #103a3b);
  line-height: 1.92857rem;
  flex: 1;
}
@media (max-width: 991px) {
  .contact-page__info--details_text {
    line-height: 1.71429rem;
  }
}
.contact-page__info--details_text svg {
  display: inline-block;
  margin-right: 8px;
  color: var(--Gold-100, #c6a246);
  vertical-align: middle;
}
@media (max-width: 991px) {
  .contact-page__info--details_text svg {
    display: none;
  }
}
.contact-page__info--details ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-page__info--details ul li {
  display: flex;
}
.contact-page__info--details ul li span {
  color: var(--Green-60, #708989);
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.92857rem;
  flex: 0 0 120px;
  max-width: 120px;
}
@media (max-width: 991px) {
  .contact-page__info--details ul li span {
    line-height: 1.71429rem;
  }
}
.contact-page__info--branchs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .contact-page__info--branchs {
    margin-bottom: 4px;
    gap: 0;
  }
  .contact-page__info--branchs .contact-page__routing {
    margin-bottom: 24px;
  }
}
.contact-page__info--branchs .contact-page-branch__title {
  color: var(--Green-80, #406162);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-size: 1.28571rem;
  line-height: 2.28571rem;
}
@media (max-width: 991px) {
  .contact-page__info--branchs .contact-page-branch__title {
    margin-bottom: 4px;
    line-height: 1.57143rem;
    font-size: 1rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
  }
}
.contact-page__info--branchs .contact-page-branch__title svg {
  display: inline-block;
  margin-right: 8px;
  color: var(--Gold-100, #c6a246);
  vertical-align: middle;
}
@media (max-width: 991px) {
  .contact-page__info--branchs .contact-page-branch__title svg {
    display: none;
  }
}
.contact-page__info--branchs .contact-page-branch__subtitle {
  color: var(--Green-80, #406162);
  line-height: 2.28571rem;
  margin-bottom: 16px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .contact-page__info--branchs .contact-page-branch__subtitle {
    margin-bottom: 20px;
    font-weight: 325;
    font-variation-settings: "wght" 325;
    line-height: 1.71429rem;
  }
}
.contact-page__info--branchs .contact-page-branch ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-page__info--branchs .contact-page-branch ul li {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  line-height: 1.71429rem;
  color: var(--Green-80, #406162);
  font-size: 1rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media (max-width: 991px) {
  .contact-page__info--branchs .contact-page-branch ul li {
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}
.contact-page__info--branchs .contact-page-branch ul li svg {
  color: var(--Gold-100, #c6a246);
  flex-shrink: 0;
  transform: translateY(2px);
}
.contact-page__info--work-time {
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid var(--Green-20, #cfd8d8);
  background: rgba(231, 235, 235, 0.3);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  color: var(--Green-60, #708989);
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media (max-width: 991px) {
  .contact-page__info--work-time {
    margin-bottom: 40px;
    padding: 16px 8px;
    font-size: 1rem;
    line-height: 1.71429rem;
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}
.contact-page__info--work-time:before {
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 8H12.01M11 12H12V16H13M6 4H18C19.1046 4 20 4.89543 20 6V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V6C4 4.89543 4.89543 4 6 4Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  flex-shrink: 0;
}
.contact-page__info--social .contact-page__title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .contact-page__info--social .contact-page__title {
    margin-bottom: 16px;
  }
}
.contact-page__info--social ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .contact-page__info--social ul {
    gap: 20px;
    justify-content: center;
  }
}
.contact-page__info--social ul li {
  color: var(--Gold-100, #c6a246);
}
.contact-page__info--social ul li:hover {
  color: var(--Green-100, #103a3b);
}
.contact-page__info--social ul li svg {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .contact-page__info--social ul li svg {
    width: 40px;
  }
}

.contact-success-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  max-width: 430px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
.contact-success-message__icon {
  background-color: var(--Gold-10, #f9f6ec);
  width: 120px;
  height: 120px;
  color: var(--Gold-100, #c6a246);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -32px;
}
.contact-success-message__icon svg {
  width: 48px;
  height: 48px;
}
.contact-success-message strong {
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 1.71429rem;
  margin-bottom: 8px;
}
.contact-success-message p {
  color: var(--Green-80, #406162);
  font-size: 1rem;
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}

.general-page {
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
}
.general-page .entry-content a {
  color: var(--Green-120, #0d2e2f);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.general-page .entry-content a:hover {
  color: var(--Gold-100, #c6a246);
}
@media (max-width: 991px) {
  .general-page {
    padding-top: 24px;
  }
}
.general-page .general-slider {
  max-width: 746px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .general-page .general-slider {
    margin-bottom: 16px;
  }
}
.general-page .general-slider .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}
.general-page .general-slider .slick-slide img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .general-page .general-slider .slick-slide img {
    border-radius: 4px;
    min-height: 247px;
    object-fit: cover;
    object-position: center center;
  }
}
.general-page .general-slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.general-page .general-slider .slick-dots {
  bottom: 24px;
}
@media (max-width: 991px) {
  .general-page .general-slider .slick-dots {
    display: none !important;
  }
}
.general-page .general-slider .slick-prev {
  right: 24px;
}
@media (max-width: 991px) {
  .general-page .general-slider .slick-prev {
    display: none !important;
  }
}
.general-page .general-slider .slick-next {
  left: 24px;
}
@media (max-width: 991px) {
  .general-page .general-slider .slick-next {
    display: none !important;
  }
}
.general-page h1 {
  color: var(--Green-100, #103a3b);
  font-size: 2.28571rem;
  letter-spacing: -0.03429rem;
  line-height: 4rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .general-page h1 {
    font-size: 1.28571rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 2.28571rem;
    margin-bottom: 8px;
  }
}
.general-page h2 {
  margin-bottom: 16px;
  color: #000;
  font-size: 1.71429rem;
  line-height: 2.85714rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .general-page h2 {
    margin-bottom: 8px;
    line-height: 2rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    font-size: 1.14286rem;
  }
}
.general-page p {
  margin-bottom: 32px;
  color: var(--Green-80, #406162);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media (max-width: 991px) {
  .general-page p {
    margin-bottom: 24px;
    font-size: 1rem;
    line-height: 1.71429rem;
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}
.general-page strong {
  color: #000;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.general-page .wp-block-list, .general-page .post ul, .post .general-page ul {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .general-page .wp-block-list, .general-page .post ul, .post .general-page ul {
    margin-bottom: 24px;
  }
}

body:has(#blog-index-hero) #breadcrumb {
  background: rgba(231, 235, 235, 0.3);
  margin-bottom: 0;
  padding-top: 20px;
}
@media (max-width: 991px) {
  body:has(#blog-index-hero) #breadcrumb {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 8px;
  }
}
body:has(#blog-index-hero) #breadcrumb .breadcrumb {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  body:has(#blog-index-hero) #breadcrumb .breadcrumb {
    margin-bottom: 0;
  }
}
body:has(#blog-archive-hero) .blog-page__content .site-title {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  body:has(#blog-archive-hero) .blog-page__content .site-title {
    font-weight: 600;
    font-variation-settings: "wght" 600;
  }
}
@media (max-width: 991px) {
  body:has(#blog-single-page) #breadcrumb {
    margin-bottom: 32px;
  }
}
body:has(#blog-single-page) #comments {
  margin-bottom: -40px;
}
@media (max-width: 991px) {
  body:has(#blog-single-page) #comments {
    padding-bottom: 40px;
  }
}

.wp-block-list, .post ul {
  margin-bottom: 16px;
  padding-right: 24px;
  color: var(--Green-80, #406162);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.wp-block-list li, .post ul li {
  list-style: disc;
}
@media (max-width: 991px) {
  .wp-block-list, .post ul {
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.71429rem;
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}

.post {
  font-size: 1.14286rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  color: var(--Green-80, #406162);
  line-height: 2.28571rem;
}
.post strong, .post b {
  color: #000;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.post a {
  color: var(--Green-120, #0d2e2f);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.post a:hover {
  color: var(--Gold-100, #c6a246);
}
.post p {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .post p {
    margin-bottom: 8px;
  }
}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
  color: #000;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin-bottom: 16px;
  padding-top: 16px;
}
@media (max-width: 991px) {
  .post h1,
  .post h2,
  .post h3,
  .post h4,
  .post h5,
  .post h6 {
    padding-top: 8px;
    margin-bottom: 8px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
  }
}
.post h2 {
  font-size: 1.71429rem;
  line-height: 2.85714rem;
}
@media (max-width: 991px) {
  .post h2 {
    line-height: 1.71429rem;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .post {
    font-size: 1rem;
    font-weight: 325;
    font-variation-settings: "wght" 325;
    line-height: 2rem;
  }
}
.post__tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 24px;
}
@media (max-width: 991px) {
  .post__tools {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
    gap: 24px;
    padding-top: 16px;
  }
}
.post__tools--tags {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post__tools--tags strong {
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 2.28571rem;
  letter-spacing: -0.01143rem;
}
.post__tools--tags a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 8px;
  font-size: 0.85714rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  border-radius: 4px;
  background: #85999a;
  color: #fff;
  line-height: 1.14286rem;
}
.post__tools--social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post__tools--social_title {
  display: none;
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 2.28571rem;
  letter-spacing: -0.01143rem;
  margin-left: -8px;
}
@media (max-width: 991px) {
  .post__tools--social_title {
    display: block;
  }
}
@media (max-width: 991px) {
  .post__tools--social {
    gap: 16px;
  }
}
.post__tools--social a {
  color: var(--Green-40, #9fb0b1);
}
@media (max-width: 991px) {
  .post__tools--social a {
    color: var(--Green-100, #103a3b);
  }
}
.post__tools--social a:hover {
  color: var(--Green-100, #103a3b);
}

.wp-block-image {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .wp-block-image {
    margin-bottom: 24px;
  }
}
.wp-block-image.aligncenter,
.wp-block-image .aligncenter {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .wp-block-image.aligncenter,
  .wp-block-image .aligncenter {
    gap: 8px;
  }
}
.wp-block-image.aligncenter img,
.wp-block-image .aligncenter img {
  border-radius: 8px;
}
.wp-block-image figcaption {
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}

#blog-index-hero {
  background: rgba(231, 235, 235, 0.3);
  padding-bottom: var(--section-space);
}
@media (max-width: 991px) {
  #blog-index-hero {
    padding-bottom: 16px;
  }
  #blog-index-hero .blog-page {
    gap: 24px;
  }
  #blog-index-hero .blog-page__sidebar--posts .blog-title {
    margin-bottom: 16px;
  }
  #blog-index-hero .blog-page__sidebar--posts ul {
    flex-direction: column;
    gap: 24px;
    white-space: unset;
    overflow: visible;
    padding: 0;
    margin: 0;
  }
}

#blog-page {
  padding-top: var(--section-space);
}
@media (max-width: 991px) {
  #blog-page {
    padding-top: 24px;
    border-top: 1px solid #e7ebeb;
  }
  #blog-page:has(.blog-page__sidebar--categories) {
    padding-top: 128px;
    position: relative;
  }
  #blog-page:has(.blog-page__sidebar--categories) .blog-page__content .site-title {
    display: none;
  }
  #blog-page:has(.blog-page__sidebar--categories) .container {
    position: static;
  }
}

.blog-page {
  display: flex;
  gap: 108px;
  align-items: flex-start;
}
@media (max-width: 1459px) {
  .blog-page {
    gap: 64px;
  }
}
@media (max-width: 1199px) {
  .blog-page {
    gap: 32px;
  }
}
@media (max-width: 991px) {
  .blog-page {
    display: flex;
    flex-direction: column;
    align-items: unset;
    gap: 40px;
  }
}
.blog-page__content {
  flex: 1;
}
@media (max-width: 991px) {
  .blog-page__content {
    flex: unset;
  }
}
.blog-page__content--more {
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.blog-page__content--more:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.33341 8.66634C3.7016 8.66634 4.00008 8.36786 4.00008 7.99967C4.00008 7.63148 3.7016 7.33301 3.33341 7.33301C2.96522 7.33301 2.66675 7.63148 2.66675 7.99967C2.66675 8.36786 2.96522 8.66634 3.33341 8.66634Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00008 8.66634C8.36827 8.66634 8.66675 8.36786 8.66675 7.99967C8.66675 7.63148 8.36827 7.33301 8.00008 7.33301C7.63189 7.33301 7.33341 7.63148 7.33341 7.99967C7.33341 8.36786 7.63189 8.66634 8.00008 8.66634Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.6667 8.66634C13.0349 8.66634 13.3334 8.36786 13.3334 7.99967C13.3334 7.63148 13.0349 7.33301 12.6667 7.33301C12.2986 7.33301 12.0001 7.63148 12.0001 7.99967C12.0001 8.36786 12.2986 8.66634 12.6667 8.66634Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  content: "";
  transition: background-image 0.3s;
  margin-right: 8px;
}
.blog-page__content--more:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.33341 8.66634C3.7016 8.66634 4.00008 8.36786 4.00008 7.99967C4.00008 7.63148 3.7016 7.33301 3.33341 7.33301C2.96522 7.33301 2.66675 7.63148 2.66675 7.99967C2.66675 8.36786 2.96522 8.66634 3.33341 8.66634Z' stroke='%23103a3b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00008 8.66634C8.36827 8.66634 8.66675 8.36786 8.66675 7.99967C8.66675 7.63148 8.36827 7.33301 8.00008 7.33301C7.63189 7.33301 7.33341 7.63148 7.33341 7.99967C7.33341 8.36786 7.63189 8.66634 8.00008 8.66634Z' stroke='%23103a3b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.6667 8.66634C13.0349 8.66634 13.3334 8.36786 13.3334 7.99967C13.3334 7.63148 13.0349 7.33301 12.6667 7.33301C12.2986 7.33301 12.0001 7.63148 12.0001 7.99967C12.0001 8.36786 12.2986 8.66634 12.6667 8.66634Z' stroke='%23103a3b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .blog-page__content--more {
    height: 32px;
    border-radius: 4px;
    border: 2px solid var(--Green-100, #103a3b);
    justify-content: center;
    color: var(--Green-100, #103a3b);
  }
  .blog-page__content--more span {
    display: none;
  }
  .blog-page__content--more:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    margin-right: 4px;
  }
  .blog-page__content--more:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.blog-page__content .site-title {
  margin-bottom: 32px;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .blog-page__content .site-title {
    margin-bottom: 24px;
  }
}
.blog-page__sidebar {
  flex: 0 0 456px;
  max-width: 456px;
}
@media (max-width: 1199px) {
  .blog-page__sidebar {
    flex: 0 0 320px;
    max-width: 320px;
  }
}
@media (max-width: 991px) {
  .blog-page__sidebar {
    flex: unset;
    max-width: unset;
  }
}
.blog-page__sidebar--posts ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .blog-page__sidebar--posts ul {
    scrollbar-width: none;
    overflow-x: auto;
    overflow-y: hidden;
    flex-direction: row;
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
    white-space: nowrap;
  }
}
.blog-page__sidebar--categories {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .blog-page__sidebar--categories {
    width: calc(100% - 32px);
    margin-bottom: 0;
    position: absolute;
    right: 16px;
    top: 40px;
  }
  .blog-page__sidebar--categories .blog-title {
    line-height: 1.71429rem;
    margin-bottom: 16px;
  }
}
.blog-page__sidebar--categories ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 991px) {
  .blog-page__sidebar--categories ul {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 40px;
    flex-direction: row;
    white-space: nowrap;
    scrollbar-width: none;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media (max-width: 991px) {
  .blog-page__sidebar--categories ul li {
    position: relative;
  }
  .blog-page__sidebar--categories ul li:after {
    content: "";
    position: absolute;
    left: -24px;
    background-color: var(--Gold-100, #c6a246);
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  .blog-page__sidebar--categories ul li:last-child:after {
    display: none;
  }
}
.blog-page__sidebar--categories ul li a {
  color: var(--Gold-100, #c6a246);
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .blog-page__sidebar--categories ul li a {
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.blog-page__sidebar--categories ul li a:hover {
  color: var(--Black-90, #171718);
}
.blog-page__last {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 991px) {
  .blog-page__last {
    gap: 24px;
  }
}
.blog-page__last .blog-card {
  padding-right: 320px;
  position: relative;
  min-height: 190px;
}
@media (max-width: 991px) {
  .blog-page__last .blog-card {
    padding-right: 98px;
    min-height: 56px;
  }
}
.blog-page__last .blog-card__picture {
  position: absolute;
  right: 0;
  top: 0;
  width: 304px;
  height: 190px;
}
@media (max-width: 991px) {
  .blog-page__last .blog-card__picture {
    width: 90px;
    height: 56px;
  }
}
.blog-page__last .blog-card__picture img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.blog-page__last .blog-card__title {
  font-size: 1.28571rem;
  line-height: 2.28571rem;
}
@media (max-width: 991px) {
  .blog-page__last .blog-card__title {
    font-size: 1rem;
    line-height: 1.71429rem;
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .blog-page__last .blog-card__categories {
    display: none;
  }
}
.blog-page__last .blog-card__details {
  font-size: 0.85714rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .blog-page__last .blog-card__details {
    font-weight: 325;
    font-variation-settings: "wght" 325;
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .blog-page__last .blog-card__description {
    display: none;
  }
}
.blog-page__last .blog-card .site-more {
  font-weight: 700;
}
@media (max-width: 991px) {
  .blog-page__last .blog-card .site-more {
    display: none;
  }
}

.blog-title {
  margin-bottom: 16px;
  color: var(--Green-190, #020606);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  letter-spacing: -0.01286rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .blog-title {
    margin-bottom: 24px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    font-size: 1.14286rem;
    line-height: 2rem;
    letter-spacing: normal;
    color: var(--Balck, #000);
  }
}

.blog-index-hero__picture {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 16px;
  width: 100%;
}
.blog-index-hero__picture img {
  width: 100%;
}
.blog-index-hero__date {
  margin-bottom: 8px;
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  line-height: 1.14286rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media (max-width: 991px) {
  .blog-index-hero__date {
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}
.blog-index-hero__date a:hover {
  color: var(--Black---100, var(--Black---90, #171718));
}
.blog-index-hero__title {
  color: var(--Green-100, #103a3b);
  font-size: 2.28571rem;
  letter-spacing: -0.03429rem;
  line-height: 4rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .blog-index-hero__title {
    margin-bottom: 4px;
    font-size: 1.28571rem;
    line-height: 2.28571rem;
    letter-spacing: normal;
    font-weight: 600;
    font-variation-settings: "wght" 600;
  }
}
.blog-index-hero__description {
  color: var(--Green-60, #708989);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
@media (max-width: 991px) {
  .blog-index-hero__description {
    font-size: 1rem;
    line-height: 1.71429rem;
  }
}

#blog-index-hero .blog-mini-card__details--title {
  font-weight: 600;
  font-variation-settings: "wght" 600;
}

.blog-archive-hero {
  padding-bottom: var(--section-space);
  display: flex;
  align-items: center;
  gap: 64px;
}
@media (max-width: 991px) {
  .blog-archive-hero {
    gap: 16px;
    display: flex;
    flex-direction: column;
    align-items: unset;
    padding-bottom: 16px;
    border-bottom: 1px solid #e7ebeb;
  }
}
.blog-archive-hero__picture {
  flex: 0 0 calc(50% - 64px);
  max-width: calc(50% - 64px);
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog-archive-hero__picture {
    flex: unset;
    max-width: unset;
    width: 100%;
  }
}
.blog-archive-hero__picture img {
  width: 100%;
}
.blog-archive-hero__details {
  flex: 1;
}
.blog-archive-hero__details--info {
  font-weight: 400;
  font-variation-settings: "wght" 400;
  margin-bottom: 8px;
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  line-height: 1.14286rem;
}
@media (max-width: 991px) {
  .blog-archive-hero__details--info {
    margin-bottom: 4px;
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}
.blog-archive-hero__details--title {
  margin-bottom: 16px;
  font-size: 2.28571rem;
  line-height: 4rem;
  letter-spacing: -0.03429rem;
  color: var(--Green-100, #103a3b);
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .blog-archive-hero__details--title {
    margin-bottom: 8px;
    font-size: 1.28571rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 2.28571rem;
    letter-spacing: normal;
  }
}
.blog-archive-hero__details--title:hover {
  color: var(--Gold-100, #c6a246);
}
.blog-archive-hero__details--description {
  margin-bottom: 16px;
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  color: var(--Green-60, #708989);
}
@media (max-width: 991px) {
  .blog-archive-hero__details--description {
    margin-bottom: 4px;
    font-size: 1rem;
    line-height: 1.71429rem;
  }
}
.blog-archive-hero__details .site-more {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .blog-archive-hero__details .site-more {
    font-weight: 600;
    font-variation-settings: "wght" 600;
  }
}

.blog-single-page {
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--section-space);
  border-bottom: 1px solid #e7ebeb;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .blog-single-page {
    padding-bottom: 24px;
    margin-bottom: 40px;
  }
}
.blog-single-page__picture {
  margin-bottom: 32px;
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .blog-single-page__picture {
    margin-bottom: 16px;
  }
}
.blog-single-page__category {
  margin-bottom: 8px;
  border-radius: 4px;
  background: #85999a;
  height: 24px;
  padding: 8px;
  font-size: 0.85714rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  color: var(--White, #fff);
  line-height: 1.14286rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-single-page__title {
  margin-bottom: 8px;
  color: var(--Green-100, #103a3b);
  font-size: 2.28571rem;
  letter-spacing: -0.03429rem;
  line-height: 4rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .blog-single-page__title {
    font-size: 1.14286rem;
    line-height: 2rem;
    letter-spacing: normal;
    color: var(--Black---100, var(--Black---90, #171718));
  }
}
.blog-single-page__details {
  margin-bottom: 32px;
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.14286rem;
}
@media (max-width: 991px) {
  .blog-single-page__details {
    margin-bottom: 16px;
  }
}
.blog-single-page__details a:hover {
  color: var(--Gold-100, #c6a246);
}

html:has(#pay-page), html:has(.main-basket-login) {
  height: 100%;
}
html:has(#pay-page) body, html:has(.main-basket-login) body {
  height: 100%;
}
html:has(#pay-page) body #page, html:has(.main-basket-login) body #page {
  height: 100%;
  display: flex;
  flex-direction: column;
}
html:has(#pay-page) body #page .site-main, html:has(.main-basket-login) body #page .site-main {
  flex: 1;
}

.basket-page {
  padding-top: 64px;
  padding-bottom: 88px;
}
@media (max-width: 991px) {
  .basket-page {
    padding-top: 24px;
    padding-bottom: 0;
  }
}

.basket-page-nav {
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 991px) {
  .basket-page-nav {
    margin-bottom: 24px;
    gap: 2px;
    align-items: unset;
  }
}
.basket-page-nav__item {
  transition: color 0.3s;
  flex: 0 0 142px;
  max-width: 142px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: center;
  text-align: center;
  line-height: 1.71429rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  color: var(--Green-40, #9fb0b1);
}
@media (max-width: 991px) {
  .basket-page-nav__item {
    flex: 0 0 80px;
    max-width: 80px;
    gap: 2px;
    font-size: 0.75rem;
    line-height: 1.42857rem;
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .basket-page-nav__item--title {
    margin-bottom: auto;
    margin-top: auto;
  }
}
.basket-page-nav__item--icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 991px) {
  .basket-page-nav__item--icon {
    width: 24px;
    height: 24px;
  }
}
.basket-page-nav__item--icon1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M9.03103 15.1623C9.01622 15.0136 9.22253 14.8066 9.31591 14.6921L10.7614 13.0038L14.9345 7.86476C15.2187 7.50101 15.5032 7.11026 15.8343 6.78864C16.6286 6.0174 17.8787 6.86751 17.5684 7.85258L17.5591 7.88301C17.4608 8.1867 17.1613 8.4442 16.9522 8.67958L11.6019 14.9833C11.5655 15.035 11.5182 15.092 11.5063 15.155L9.03103 15.1623Z' fill='%23DDC790'/%3E%3Cpath d='M28.5163 15.1614C28.0073 14.4172 27.4136 13.7474 26.836 13.0602L23.2677 8.88745C22.6948 8.24176 21.8591 7.39701 22.9493 6.67614C23.9902 5.98798 24.696 7.3622 25.2453 8.03557L30.5802 14.4815C30.741 14.6781 30.9915 14.9078 31.0585 15.1601L28.5163 15.1614Z' fill='%23DDC790'/%3E%3Cpath d='M11.5064 15.1616L28.5163 15.1621L31.0585 15.1616L32.7339 15.1611C33.1038 15.1612 33.531 15.1128 33.888 15.2046C34.5617 15.3781 35.0731 15.956 35.1788 16.6406L35.1839 16.6721C35.3264 17.6232 34.5747 18.5048 33.6471 18.6399C33.3583 18.6819 33.0421 18.6625 32.7496 18.6647L7.32347 18.6633C7.02141 18.6644 6.68366 18.695 6.38584 18.6515C4.42828 18.3658 4.32916 15.6303 6.21716 15.1966C6.53191 15.1243 6.92716 15.1629 7.25097 15.1626L9.0311 15.1621L11.5064 15.1616Z' fill='%23A1772B'/%3E%3Cpath d='M7.32349 18.6696L32.7496 18.6631C32.7358 18.6754 32.7444 18.6696 32.72 18.681L32.6989 18.6907C32.7022 19.0323 32.5846 19.3994 32.5163 19.7335L32.0669 21.715L30.8489 26.57C30.4483 28.3644 30.304 30.1937 28.2068 30.8791C27.8545 30.9943 27.4502 31.0808 27.0798 31.0983L13.2895 31.1093C11.758 31.1088 10.3787 30.4132 9.7853 28.913C9.65755 28.59 9.58055 28.2528 9.49792 27.9165L7.49049 19.6175C7.41861 19.3008 7.33811 18.996 7.32349 18.6696Z' fill='%23DDC790'/%3E%3Cpath d='M19.8762 21.0992C20.5557 21.0384 21.061 21.4152 21.3305 22.0347C21.4735 22.3635 21.4197 22.7403 21.4201 23.0901L21.4127 27.2138C21.4087 27.303 21.3945 27.3844 21.3611 27.468L21.3476 27.5004C21.1458 27.9995 20.7767 28.2968 20.2392 28.3977C19.5039 28.4499 18.734 28.0714 18.6119 27.2701C18.5773 27.0428 18.6008 26.7827 18.6006 26.5516L18.5996 23.2563C18.5997 22.9372 18.572 22.586 18.6189 22.2711L18.6245 22.2367C18.7186 21.6222 19.2929 21.1989 19.8762 21.0992Z' fill='url(%23paint0_linear_5285_24150)'/%3E%3Cpath d='M13.1917 27.728L13.1264 27.608C12.9558 27.2182 13.0047 26.8027 13.005 26.388L13.0013 23.3322C13.0004 23.0065 12.9859 22.6736 13.007 22.3486C13.0965 20.9669 15.1394 20.5179 15.7519 22.0885C15.7884 22.182 15.8106 22.2824 15.8148 22.3828L15.8202 26.5865C15.8212 26.9233 15.8652 27.2377 15.7307 27.5547C15.1604 28.6132 13.6995 28.7589 13.1917 27.728Z' fill='url(%23paint1_linear_5285_24150)'/%3E%3Cpath d='M25.5468 21.0812C25.9145 21.0646 26.212 21.1431 26.4999 21.3774C27.1817 21.9322 27.0516 22.4924 27.049 23.2648L27.0489 26.6149C27.0488 26.8484 27.0738 27.1153 27.0357 27.3441C26.934 27.9535 26.3599 28.3927 25.7606 28.4263C25.1074 28.4181 24.3821 28.0257 24.2736 27.3344C24.2097 26.9272 24.233 26.501 24.2325 26.0897L24.2316 23.0079C24.2334 22.0659 24.3781 21.2659 25.5468 21.0812Z' fill='url(%23paint2_linear_5285_24150)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5285_24150' x1='19.9089' y1='21.1145' x2='20.093' y2='28.3624' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C6A246'/%3E%3Cstop offset='1' stop-color='%23C6A246' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_5285_24150' x1='14.7215' y1='21.1018' x2='14.0906' y2='28.3874' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C6A246'/%3E%3Cstop offset='1' stop-color='%23C6A246' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_5285_24150' x1='25.6888' y1='21.1105' x2='25.5685' y2='28.3796' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C6A246'/%3E%3Cstop offset='1' stop-color='%23C6A246' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.basket-page-nav__item--icon2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M26.4811 8.7189C27.37 8.62052 28.3171 9.05296 28.7598 9.84015C29.0018 10.2703 29.1273 10.7892 29.2944 11.2535C29.4584 11.7092 29.6557 12.1627 29.7915 12.6271L30.6094 12.7182C31.8616 12.9716 32.9088 14.0971 33.0486 15.3711C33.0792 15.6497 33.0628 15.9454 33.063 16.226L33.0618 17.5521C33.0616 17.6452 33.0364 17.8416 33.0822 17.9106C34.0283 18.251 34.3003 19.3242 34.3024 20.2223L34.3038 22.2543C34.3034 22.4808 34.317 22.7189 34.2766 22.9425C34.0788 24.0375 33.0991 24.486 33.0792 24.5431C33.0668 24.5786 33.0728 24.6626 33.0713 24.7025L33.0663 26.4717C33.0658 26.7641 33.0853 27.0755 33.0478 27.3656C32.8291 29.0575 31.4368 29.9919 29.8231 29.995L14.5377 29.9951L10.1691 29.9962C8.56269 29.9955 7.24375 29.2833 6.76994 27.6306C6.62288 27.1176 6.66194 26.5842 6.66213 26.056L6.66244 17.1191C6.66231 16.5435 6.62938 15.9445 6.687 15.3725C6.81988 14.0538 7.878 13.1048 9.10788 12.7637C9.12738 12.7248 9.12381 12.7377 9.133 12.7015C9.47719 11.3439 10.4202 11.14 11.6044 10.999L25.5624 8.86996C25.8699 8.82108 26.1709 8.75177 26.4811 8.7189Z' fill='%23CFD8D8'/%3E%3Cpath d='M26.8606 19.578C28.1051 19.3989 28.9598 20.485 28.7781 21.691L28.7735 21.7193C28.6512 22.5129 28.0417 22.9694 27.2679 23.0826C24.8343 23.2788 24.5995 19.8277 26.8606 19.578Z' fill='%23708989'/%3E%3Cpath d='M26.9499 20.6324C27.8547 20.555 28.0449 21.8027 27.1014 21.9824C26.07 21.9607 26.0633 20.7416 26.9499 20.6324Z' fill='%239FB0B1'/%3E%3Cpath d='M9.93259 14.1494L30.0362 14.1555C30.6768 14.1948 31.269 14.6901 31.4538 15.2969L31.4643 15.3325C31.5712 15.6851 31.5217 16.136 31.5212 16.5042L31.5146 18.0364C31.1269 18.0707 30.7175 18.0454 30.3278 18.0461L27.9771 18.0471C27.3763 18.047 26.7673 18.0085 26.1828 18.1726C23.797 18.8423 23.0027 21.9038 24.7419 23.6347C25.712 24.6002 26.5654 24.6581 27.8019 24.6589L29.2333 24.6588L31.5212 24.6708L31.5205 26.8185C31.5177 27.7595 30.9958 28.4086 30 28.4584L10.2949 28.4654C9.22147 28.464 8.27528 28.1892 8.19278 26.8768C8.15853 26.3323 8.18453 25.7689 8.18403 25.2226L8.18184 15.7211C8.21603 14.7545 9.03284 14.2095 9.93259 14.1494Z' fill='%239FB0B1'/%3E%3C/svg%3E");
}
.basket-page-nav__item--icon3 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M12.4128 8.93392L15.9141 8.92873C16.1661 8.92898 16.4779 8.90367 16.7218 8.96573C17.2639 9.1036 17.7866 9.71792 17.61 10.301L17.6001 10.3319C17.5375 10.5346 17.4466 10.7312 17.3669 10.928L16.3588 13.6464C16.3445 13.683 16.3212 13.7072 16.2951 13.7357L13.0234 13.7452L9.12352 13.7445C8.64589 13.7424 8.22471 13.7252 7.94133 13.2747L7.92427 13.2469C7.39602 12.3939 8.28046 11.7238 8.79396 11.1614C9.69564 10.1737 10.5676 9.21417 11.9487 8.97448L12.4128 8.93392Z' fill='%23CFD8D8'/%3E%3Cpath d='M21.2407 8.9332C21.5054 8.91489 21.78 8.92902 22.0456 8.9292L24.8545 8.9317C26.8659 8.9312 27.5474 9.63214 28.9322 11.046C29.514 11.64 30.455 12.3441 29.92 13.2707L29.8771 13.3442C29.6552 13.6865 29.3089 13.7665 28.9307 13.7728L21.2862 13.7476L20.1964 10.8466C19.838 9.83177 20.1056 9.0952 21.2407 8.9332Z' fill='%23CFD8D8'/%3E%3Cpath d='M24.7606 19.2273C26.0021 18.9658 27.2202 18.9991 28.4339 19.4181C30.5041 20.1755 32.1354 21.9159 32.6673 24.0621L32.8123 24.7752C32.8689 25.0439 32.857 25.3455 32.8573 25.6199C32.8606 28.689 30.8396 31.4258 27.7504 32.0002C24.0623 32.6861 20.7547 30.4541 20.0419 26.7674L19.9959 26.4804C19.6676 23.3532 21.3069 20.3067 24.3839 19.3421C24.4979 19.3064 24.6241 19.2851 24.7335 19.2391L24.7606 19.2273ZM28.236 22.6793C27.7414 22.7776 27.5658 23.0775 27.2559 23.4357L25.5632 25.4615C25.3839 25.6701 25.1935 25.9449 24.9768 26.1135C24.5559 25.7056 24.2567 25.2716 23.6035 25.2802C22.8918 25.2895 22.2708 25.9051 22.4176 26.6405L22.4222 26.6669C22.4876 27.0257 22.8124 27.2711 23.0643 27.505L23.7376 28.1181C24.1202 28.4374 24.6458 28.9441 25.1782 28.9005L25.2868 28.8894C25.6901 28.8476 25.9932 28.5989 26.2385 28.2944L28.8491 24.9622C29.0074 24.7766 29.1972 24.5997 29.3278 24.3937C29.8022 23.6453 29.3552 22.7574 28.4863 22.6787L28.236 22.6793Z' fill='%239FB0B1'/%3E%3Cpath d='M19.9959 26.4803C19.574 26.6023 19.1196 26.546 18.6859 26.5461L14.0887 26.5465C13.4231 26.5462 12.7414 26.5862 12.0846 26.4606C11.0717 26.2669 10.1664 25.4323 9.87823 24.4436C9.76035 24.0393 9.74254 23.6506 9.72348 23.2331L9.59704 19.4934L9.29773 14.548L15.9546 14.5225C15.9594 14.6243 15.8848 14.7958 15.8519 14.8953L15.5731 15.656C15.2854 16.3763 14.7631 17.2666 15.711 17.7274L15.7373 17.74C15.8978 17.8191 16.1059 17.8714 16.2845 17.8382L16.3086 17.8335C16.9587 17.7135 17.5558 16.9357 17.9913 16.4799C18.7286 15.7083 18.8582 15.7505 19.567 16.5056L20.3747 17.3006C20.5439 17.455 20.7085 17.617 20.9166 17.7188C21.5726 18.0395 22.5295 17.4636 22.4467 16.7453C22.4132 16.4555 22.2615 16.1595 22.1501 15.892L21.8825 15.1924C21.8107 14.9911 21.7753 14.774 21.7015 14.5768L28.79 14.5378L28.778 15.6885L28.6053 18.3576C28.5967 18.5953 28.6142 18.8698 28.5654 19.1018L28.5589 19.1306C28.5416 19.2117 28.5267 19.2718 28.4805 19.3416L28.4339 19.4179C27.2202 18.999 26.0021 18.9656 24.7606 19.2271L24.7335 19.2389C24.624 19.285 24.4979 19.3063 24.3839 19.342C21.3069 20.3066 19.6675 23.353 19.9959 26.4803Z' fill='%23E7EBEB'/%3E%3Cpath d='M24.7607 19.2272L24.7609 19.1998C24.7897 19.1954 24.8079 19.1848 24.8341 19.1794L24.8912 19.1672C24.9266 19.1539 24.9719 19.1505 25.0098 19.1403L25.0657 19.1281C25.115 19.1095 25.1712 19.118 25.2247 19.1013L25.3029 19.0964L25.257 18.9739L24.7423 19.0976C24.8233 19.0378 24.9607 19.014 25.0581 18.9891C26.0824 18.7273 27.5382 18.8321 28.4806 19.3417L28.4339 19.4179C27.2202 18.999 26.0022 18.9657 24.7607 19.2272Z' fill='%23EBFEFF'/%3E%3C/svg%3E");
}
.basket-page-nav__item.active {
  color: var(--Green-100, #103a3b);
}
.basket-page-nav__item.active .basket-page-nav__item--icon2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M26.4809 8.7189C27.3699 8.62052 28.3169 9.05296 28.7597 9.84015C29.0016 10.2703 29.1272 10.7892 29.2943 11.2535C29.4583 11.7092 29.6556 12.1627 29.7914 12.6271L30.6093 12.7182C31.8615 12.9716 32.9087 14.0971 33.0485 15.3711C33.0791 15.6497 33.0626 15.9454 33.0629 16.226L33.0617 17.5521C33.0615 17.6452 33.0363 17.8416 33.0821 17.9106C34.0281 18.251 34.3002 19.3242 34.3023 20.2223L34.3036 22.2543C34.3033 22.4808 34.3169 22.7189 34.2764 22.9425C34.0787 24.0375 33.099 24.486 33.0791 24.5431C33.0667 24.5786 33.0727 24.6626 33.0712 24.7025L33.0661 26.4717C33.0656 26.7641 33.0852 27.0755 33.0477 27.3656C32.8289 29.0575 31.4366 29.9919 29.8229 29.995L14.5376 29.9951L10.1689 29.9962C8.56257 29.9955 7.24363 29.2833 6.76982 27.6306C6.62275 27.1176 6.66182 26.5842 6.662 26.056L6.66232 17.1191C6.66219 16.5435 6.62925 15.9445 6.68688 15.3725C6.81975 14.0538 7.87788 13.1048 9.10775 12.7637C9.12725 12.7248 9.12369 12.7377 9.13288 12.7015C9.47707 11.3439 10.4201 11.14 11.6043 10.999L25.5623 8.86996C25.8698 8.82108 26.1708 8.75177 26.4809 8.7189Z' fill='%23D1B56B'/%3E%3Cpath d='M26.8605 19.578C28.105 19.3989 28.9596 20.485 28.778 21.691L28.7734 21.7193C28.6511 22.5129 28.0416 22.9694 27.2678 23.0826C24.8342 23.2788 24.5994 19.8277 26.8605 19.578Z' fill='%239E8238'/%3E%3Cpath d='M26.9499 20.6324C27.8547 20.555 28.0449 21.8027 27.1014 21.9824C26.07 21.9607 26.0633 20.7416 26.9499 20.6324Z' fill='%23F9F6EC'/%3E%3Cpath d='M9.93235 14.1494L30.0359 14.1555C30.6766 14.1948 31.2688 14.6901 31.4535 15.2969L31.4641 15.3325C31.571 15.6851 31.5215 16.136 31.521 16.5042L31.5143 18.0364C31.1267 18.0707 30.7173 18.0454 30.3276 18.0461L27.9768 18.0471C27.3761 18.047 26.7671 18.0085 26.1826 18.1726C23.7967 18.8423 23.0025 21.9038 24.7417 23.6347C25.7118 24.6002 26.5652 24.6581 27.8017 24.6589L29.2331 24.6588L31.521 24.6708L31.5203 26.8185C31.5174 27.7595 30.9956 28.4086 29.9998 28.4584L10.2947 28.4654C9.22122 28.464 8.27504 28.1892 8.19254 26.8768C8.15829 26.3323 8.18429 25.7689 8.18379 25.2226L8.1816 15.7211C8.21579 14.7545 9.0326 14.2095 9.93235 14.1494Z' fill='%23F9F6EC'/%3E%3C/svg%3E");
}
.basket-page-nav__sep {
  width: 17.183%;
  height: 2px;
  background-color: var(--Green-10, #e7ebeb);
  transition: background-color 0.3s;
}
@media (max-width: 991px) {
  .basket-page-nav__sep {
    height: 1px;
    transform: translateY(20px);
  }
}
.basket-page-nav__sep.active {
  background-color: var(--Gold-100, #c6a246);
}

.basket-page-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 991px) {
  .basket-page-content {
    flex-direction: column;
    gap: 40px;
    align-items: unset;
  }
  .basket-page-content:has(.basket-steps) {
    gap: 24px;
  }
}
.basket-page-content__sidebar {
  flex: 0 0 338px;
  max-width: 338px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .basket-page-content__sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    gap: 8px;
    width: 100%;
  }
}
.basket-page-content__details {
  flex: 1;
}
@media (max-width: 991px) {
  .basket-page-content__details {
    flex: unset;
    width: 100%;
  }
}

.basket-page-details {
  border-radius: 8px;
  border: 1px solid var(--primary-colors-light-gray-light-gray-20, #f1f1f1);
  background: #fafafa;
  padding: 16px;
  position: relative;
}
.basket-page-details__title {
  color: var(--Gold-100, #c6a246);
  margin-bottom: 20px;
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.basket-page-details__info {
  transition: 0.3s ease-out;
}
@media (max-width: 991px) {
  .basket-page-details__info.active {
    border-radius: 8px;
    border: 1px solid var(--primary-colors-light-gray-light-gray-20, #f1f1f1);
    background: #fafafa;
    box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.24);
    padding: 16px;
    position: fixed;
    z-index: 5;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }
  .basket-page-details__info.active .basket-page-details__info--hidden-mobile {
    display: none;
  }
}
.basket-page-details__info .btn {
  width: 100%;
}
.basket-page-details__info .remove-coupon-btn {
  color: #f00;
}
.basket-page-details__info ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .basket-page-details__info ul {
    margin-bottom: 16px;
  }
}
.basket-page-details__info ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  color: var(--Green-60, #708989);
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
.basket-page-details__info ul li span {
  color: var(--Green-100, #103a3b);
  line-height: 2.28571rem;
  font-size: 1.14286rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.basket-page-details__total {
  color: #103A3B;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  border-top: 1px solid #CFD8D8;
  padding-top: 20px;
}
.basket-page-details .checkout-button {
  width: 100%;
}

.basket-page-alert {
  color: var(--Green-60, #708989);
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  display: flex;
  gap: 4px;
}
.basket-page-alert b {
  font-weight: 450;
  font-variation-settings: "wght" 450;
  color: var(--Green-100, #103a3b);
}
.basket-page-alert:before {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 8H12.01M11 12H12V16H13M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%23C6A246' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}

.basket-page-items__head {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  gap: 4px;
  border-bottom: 1px solid #e7ebeb;
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  line-height: 1.71429rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
@media (max-width: 991px) {
  .basket-page-items__head {
    margin-bottom: 16px;
  }
}
.basket-page-items__head span {
  background: var(--Gold-10, #f9f6ec);
  border-radius: 2px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  color: var(--Green-80, #406162);
  font-size: 0.85714rem;
  line-height: 1.14286rem;
}

.basket-page-item {
  border-bottom: 1px solid #e7ebeb;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 991px) {
  .basket-page-item {
    position: relative;
    min-height: 80px;
    padding-top: 0;
    margin-bottom: 16px;
  }
  .basket-page-item:last-child {
    margin-bottom: 0;
  }
}
.basket-page-item__picture {
  flex: 0 0 140px;
  max-width: 140px;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .basket-page-item__picture {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
  }
}
.basket-page-item__picture img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .basket-page-item__picture img {
    border-radius: 2.286px;
  }
}
.basket-page-item__details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.basket-page-item__details--head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 991px) {
  .basket-page-item__details--head {
    padding-right: 88px;
    min-height: 80px;
  }
}
.basket-page-item__details--head ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 4px;
}
.basket-page-item__details--head ul .site-label, .basket-page-item__details--head ul .single-page__gallery--label {
  height: 24px;
  border-radius: 4px;
  font-size: 0.85714rem;
}
.basket-page-item__details--title {
  color: var(--Green-180, #030c0c);
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
.basket-page-item__details--title:hover {
  color: var(--Gold-100, #c6a246);
}
@media (max-width: 991px) {
  .basket-page-item__details--title {
    font-size: 1rem;
    line-height: 1.57143rem;
  }
}
.basket-page-item__details--info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.basket-page-item__details--weight {
  display: flex;
  align-items: center;
  color: var(--Green-60, #708989);
  gap: 2px;
  line-height: 1.71429rem;
}
.basket-page-item__details--weight:before {
  content: "";
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.66667 13.3333H11.3333M4 4L8 3.33333L12 4M4 4L6 8C6 8.53043 5.78929 9.03914 5.41421 9.41421C5.03914 9.78929 4.53043 10 4 10C3.46957 10 2.96086 9.78929 2.58579 9.41421C2.21071 9.03914 2 8.53043 2 8L4 4ZM12 4L14 8C14 8.53043 13.7893 9.03914 13.4142 9.41421C13.0391 9.78929 12.5304 10 12 10C11.4696 10 10.9609 9.78929 10.5858 9.41421C10.2107 9.03914 10 8.53043 10 8L12 4ZM8 2V13.3333' stroke='%23708989' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.basket-page-item__details--options ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.basket-page-item__details--options ul li {
  color: var(--Green-80, #406162);
  line-height: 1.71429rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.basket-page-item__details--options_color {
  width: 20px;
  height: 20px;
  border: 1px solid #2d3038;
  border-radius: 50%;
  flex-shrink: 0;
}
.basket-page-item__details--select ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.basket-page-item__details--select .checkbox__icon {
  width: 24px;
  height: 24px;
}
.basket-page-item__details--select .checkbox__title strong {
  margin-right: 8px;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  color: var(--Green-80, #406162);
}
.basket-page-item__details--foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
@media (max-width: 991px) {
  .basket-page-item__details--foot {
    padding-top: 16px;
  }
}
.basket-page-item__details--foot .quantity-controls {
  border-radius: 4px;
  border: 1px solid var(--Green-10, #e7ebeb);
  padding: 4px 8px;
}
.basket-page-item__details--foot .quantity-controls--minus-remove .icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.33337 5.83333H16.6667M8.33337 9.16667V14.1667M11.6667 9.16667V14.1667M4.16671 5.83333L5.00004 15.8333C5.00004 16.2754 5.17564 16.6993 5.4882 17.0118C5.80076 17.3244 6.22468 17.5 6.66671 17.5H13.3334C13.7754 17.5 14.1993 17.3244 14.5119 17.0118C14.8244 16.6993 15 16.2754 15 15.8333L15.8334 5.83333M7.50004 5.83333V3.33333C7.50004 3.11232 7.58784 2.90036 7.74412 2.74408C7.9004 2.5878 8.11236 2.5 8.33337 2.5H11.6667C11.8877 2.5 12.0997 2.5878 12.256 2.74408C12.4122 2.90036 12.5 3.11232 12.5 3.33333V5.83333' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
.basket-page-item__details--foot .quantity-controls--minus-remove .icon svg {
  display: none;
}
.basket-page-item__details--price {
  color: var(--Gold-100, #c6a246);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
}

.basket-page-discount-code {
  margin-top: 24px;
  border-radius: 8px;
  border: 1px solid var(--Gold-20, #f4ecda);
  background: #fafafa;
  padding: 24px;
}
@media (max-width: 991px) {
  .basket-page-discount-code {
    margin-top: 16px;
    padding: 16px;
  }
}
.basket-page-discount-code .accordion-title {
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  pointer-events: none;
}
.basket-page-discount-code .accordion-title:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23708989' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  display: none;
  transition: transform 0.3s;
}
@media (max-width: 991px) {
  .basket-page-discount-code .accordion-title {
    pointer-events: unset;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.71429rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .basket-page-discount-code .accordion-title.active:after {
    transform: rotate(180deg);
  }
  .basket-page-discount-code .accordion-title:after {
    display: block;
  }
}
@media (max-width: 991px) {
  .basket-page-discount-code .accordion-content {
    display: grid;
    overflow: hidden;
    grid-template-rows: minmax(0, 0fr);
    transition: grid-template-rows 0.6s;
  }
  .basket-page-discount-code .accordion-content.active {
    grid-template-rows: minmax(0, 1fr);
  }
}
@media (max-width: 991px) {
  .basket-page-discount-code__content {
    padding-top: 4px;
  }
}
.basket-page-discount-code__content p {
  margin-bottom: 16px;
  line-height: 1.57143rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  color: var(--Green-100, #103a3b);
}
@media (max-width: 991px) {
  .basket-page-discount-code__content p {
    font-size: 0.85714rem;
    line-height: 1.42857rem;
  }
}
.basket-page-discount-code__content--form {
  display: flex;
  gap: 8px;
}
@media (max-width: 991px) {
  .basket-page-discount-code__content--form {
    flex-direction: column;
  }
}
.basket-page-discount-code__content--form .form-control {
  height: 40px;
}
.basket-page-discount-code__content--form .btn {
  min-width: 164px;
  border-width: 1px;
}
.basket-page-discount-code__content--form .btn-danger {
  gap: 4px;
}
.basket-page-discount-code__content--form .btn-danger:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2.66663 4.66667H13.3333M6.66663 7.33333V11.3333M9.33329 7.33333V11.3333M3.33329 4.66667L3.99996 12.6667C3.99996 13.0203 4.14044 13.3594 4.39048 13.6095C4.64053 13.8595 4.97967 14 5.33329 14H10.6666C11.0202 14 11.3594 13.8595 11.6094 13.6095C11.8595 13.3594 12 13.0203 12 12.6667L12.6666 4.66667M5.99996 4.66667V2.66667C5.99996 2.48986 6.0702 2.32029 6.19522 2.19526C6.32025 2.07024 6.48982 2 6.66663 2H9.33329C9.5101 2 9.67967 2.07024 9.8047 2.19526C9.92972 2.32029 9.99996 2.48986 9.99996 2.66667V4.66667' stroke='%23C6454A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  content: "";
  transition: background-image 0.3s;
}
.basket-page-discount-code__content--form .btn-danger:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2.66663 4.66667H13.3333M6.66663 7.33333V11.3333M9.33329 7.33333V11.3333M3.33329 4.66667L3.99996 12.6667C3.99996 13.0203 4.14044 13.3594 4.39048 13.6095C4.64053 13.8595 4.97967 14 5.33329 14H10.6666C11.0202 14 11.3594 13.8595 11.6094 13.6095C11.8595 13.3594 12 13.0203 12 12.6667L12.6666 4.66667M5.99996 4.66667V2.66667C5.99996 2.48986 6.0702 2.32029 6.19522 2.19526C6.32025 2.07024 6.48982 2 6.66663 2H9.33329C9.5101 2 9.67967 2.07024 9.8047 2.19526C9.92972 2.32029 9.99996 2.48986 9.99996 2.66667V4.66667' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .basket-page-discount-code__content--form .btn {
    width: 100%;
  }
}
.basket-page-discount-code__content--error {
  margin-top: 8px;
  max-width: calc(100% - 172px);
  border-radius: 8px;
  background: #fff0f0;
  padding: 8px;
  color: #c6454a;
  line-height: 1.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-size: 0.85714rem;
  display: flex;
  gap: 4px;
  align-items: center;
}
@media (max-width: 991px) {
  .basket-page-discount-code__content--error {
    max-width: 100%;
  }
}
.basket-page-discount-code__content--error svg {
  flex-shrink: 0;
  transform: translateY(-1px);
  min-width: 24px;
}
.basket-page-discount-code__content--success {
  margin-top: 8px;
  max-width: calc(100% - 172px);
  border-radius: 8px;
  background: rgba(227, 244, 239, 0.5);
  padding: 8px;
  color: #1e6f63;
  line-height: 1.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-size: 0.85714rem;
  display: flex;
  gap: 4px;
  align-items: center;
}
@media (max-width: 991px) {
  .basket-page-discount-code__content--success {
    max-width: 100%;
  }
}
.basket-page-discount-code__content--success svg {
  flex-shrink: 0;
  transform: translateY(-1px);
  min-width: 24px;
}

.basket-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .basket-steps {
    gap: 16px;
  }
}
.basket-steps-box {
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  background-color: var(--White, #fff);
  transition: border 0.3s, background-color 0.3s;
  display: flex;
  flex-direction: column;
}
.basket-steps-box .accordion-content-selected {
  display: grid;
  overflow: hidden;
  grid-template-rows: minmax(0, 0fr);
  transition: grid-template-rows 0.6s;
  order: 1;
}
.basket-steps-box .accordion-content-selected__content {
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 16px;
  display: flex;
  gap: 4px;
  flex-direction: column;
  color: var(--Green-60, #708989);
  line-height: 1.57143rem;
}
@media (max-width: 991px) {
  .basket-steps-box .accordion-content-selected__content {
    padding-bottom: 8px;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.basket-steps-box .accordion-content-selected__content--time {
  line-height: 1.71429rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.basket-steps-box .accordion-content-selected__content--address {
  display: flex;
  gap: 4px;
  line-height: 1.71429rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.basket-steps-box .accordion-content-selected__content--address:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='15' viewBox='0 0 13 15' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.25 6.37538C8.25 5.33943 7.41057 4.5 6.37538 4.5C5.33943 4.5 4.5 5.33943 4.5 6.37538C4.5 7.41057 5.33943 8.25 6.37538 8.25C7.41057 8.25 8.25 7.41057 8.25 6.37538Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.37463 14.25C5.47578 14.25 0.75 10.4238 0.75 6.42247C0.75 3.28998 3.26783 0.75 6.37463 0.75C9.48144 0.75 12 3.28998 12 6.42247C12 10.4238 7.27349 14.25 6.37463 14.25Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  flex-shrink: 0;
  transform: translateY(2px);
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.basket-steps-box:not(:has(.active)).active {
  border: 1px solid var(--Gold-20, #f4ecda);
  background: var(--Gold-10, #f9f6ec);
}
.basket-steps-box:not(:has(.active)).active .accordion-content-selected {
  margin-top: -12px;
  grid-template-rows: minmax(0, 1fr);
}
@media (max-width: 991px) {
  .basket-steps-box:not(:has(.active)).active .accordion-content-selected {
    margin-top: 0;
  }
}
.basket-steps-box .accordion-title {
  order: 0;
  user-select: none;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  cursor: pointer;
}
@media (max-width: 991px) {
  .basket-steps-box .accordion-title {
    font-size: 1rem;
    line-height: 1.71429rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    padding: 16px 8px 8px;
  }
}
.basket-steps-box .accordion-title:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23406162' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  transition: transform 0.3s;
}
.basket-steps-box .accordion-title.active:after {
  transform: rotate(180deg);
}
.basket-steps-box .accordion-content {
  order: 2;
  display: grid;
  overflow: hidden;
  grid-template-rows: minmax(0, 0fr);
  transition: grid-template-rows 0.6s;
}
.basket-steps-box .accordion-content.active {
  grid-template-rows: minmax(0, 1fr);
}
.basket-steps-box .accordion-content__content {
  position: relative;
  padding: 16px;
}
@media (max-width: 991px) {
  .basket-steps-box .accordion-content__content {
    padding: 8px 8px 16px;
  }
  .basket-steps-box .accordion-content__content:has(.time-tabs) {
    overflow: hidden;
    padding-left: 0;
  }
  .basket-steps-box .accordion-content__content:has(.time-tabs) .basket-delivery {
    padding-left: 8px;
  }
  .basket-steps-box .accordion-content__content:has(.time-tabs) .basket-delivery .basket-delivery__item--time {
    margin-left: -8px;
  }
  .basket-steps-box .accordion-content__content:has(.time-tabs) .basket-delivery .basket-delivery__item--time .time-tabs .time-tabs__item:last-child,
  .basket-steps-box .accordion-content__content:has(.time-tabs) .basket-delivery .basket-delivery__item--time .time-tabs .skltbs-tab-item:last-child {
    margin-left: 8px;
  }
}
.basket-steps-box .accordion-content__content .btn {
  height: 32px;
  font-size: 0.85714rem;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-flex;
  border-width: 1px;
}
@media (max-width: 991px) {
  .basket-steps-box .accordion-content__content .btn {
    width: 100%;
  }
}
.basket-steps-box .accordion-content__content .radio__title {
  font-size: 1.14286rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 2.28571rem;
}
@media (max-width: 991px) {
  .basket-steps-box .accordion-content__content .radio__title {
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.71429rem;
    font-size: 1rem;
  }
}
.basket-steps-box .accordion-content__content .radio__icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 991px) {
  .basket-steps-box .accordion-content__content .radio__icon {
    width: 18px;
    height: 18px;
  }
}
.basket-steps-box .accordion-content__content .radio__icon:after {
  width: 14px;
  height: 14px;
}
@media (max-width: 991px) {
  .basket-steps-box .accordion-content__content .radio__icon:after {
    width: 10px;
    height: 10px;
  }
}
.basket-steps-box .accordion-content__content:before {
  pointer-events: none;
  background: #e7ebeb;
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 1px;
  display: block;
}
@media (max-width: 991px) {
  .basket-steps-box .accordion-content__content:before {
    left: 8px;
    right: 8px;
  }
}

@media (max-width: 991px) {
  .basket-addresses {
    padding-top: 8px;
  }
}
.basket-addresses-item {
  border-bottom: 1px solid #e7ebeb;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
}
.basket-addresses-item__details {
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 991px) {
  .basket-addresses-item__details {
    padding-left: 0;
  }
}
.basket-addresses-item__details ul {
  padding-right: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 991px) {
  .basket-addresses-item__details ul {
    padding-right: 0;
  }
}
.basket-addresses-item__details ul li {
  display: flex;
  gap: 4px;
  color: var(--Green-80, #406162);
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
.basket-addresses-item__details ul li:before {
  flex-shrink: 0;
  transform: translateY(2px);
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.basket-addresses-item__details--location:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.99984 9.33317C9.10441 9.33317 9.99984 8.43774 9.99984 7.33317C9.99984 6.2286 9.10441 5.33317 7.99984 5.33317C6.89527 5.33317 5.99984 6.2286 5.99984 7.33317C5.99984 8.43774 6.89527 9.33317 7.99984 9.33317Z' stroke='%23406162' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.7712 11.1045L8.94251 13.9331C8.6925 14.1829 8.35356 14.3232 8.00017 14.3232C7.64678 14.3232 7.30785 14.1829 7.05784 13.9331L4.22851 11.1045C3.48265 10.3586 2.97473 9.40827 2.76896 8.37371C2.5632 7.33916 2.66883 6.26681 3.07251 5.29229C3.47618 4.31777 4.15977 3.48483 5.03683 2.89881C5.91388 2.31279 6.94502 2 7.99984 2C9.05466 2 10.0858 2.31279 10.9629 2.89881C11.8399 3.48483 12.5235 4.31777 12.9272 5.29229C13.3308 6.26681 13.4365 7.33916 13.2307 8.37371C13.0249 9.40827 12.517 10.3586 11.7712 11.1045Z' stroke='%23406162' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.basket-addresses-item__details--family:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 14V12.6667C4 11.9594 4.28095 11.2811 4.78105 10.781C5.28115 10.281 5.95942 10 6.66667 10H9.33333C10.0406 10 10.7189 10.281 11.219 10.781C11.719 11.2811 12 11.9594 12 12.6667V14M10.6667 4.66667C10.6667 6.13943 9.47276 7.33333 8 7.33333C6.52724 7.33333 5.33333 6.13943 5.33333 4.66667C5.33333 3.19391 6.52724 2 8 2C9.47276 2 10.6667 3.19391 10.6667 4.66667Z' stroke='%23406162' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.basket-addresses-item__tools {
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  left: 0;
  top: 4px;
}
@media (max-width: 991px) {
  .basket-addresses-item__tools {
    position: static;
    margin-top: 8px;
  }
}
.basket-addresses-item__tools-edit {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.5 6.50024L17.5 10.5002M4 20.0003H8L18.5 9.5003C19.0304 8.96987 19.3284 8.25045 19.3284 7.5003C19.3284 6.75016 19.0304 6.03074 18.5 5.5003C17.9696 4.96987 17.2501 4.67188 16.5 4.67188C15.7499 4.67187 15.0304 4.96987 14.5 5.5003L4 16.0003V20.0003Z' stroke='%23406162' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  content: "";
  width: 24px;
  height: 24px;
}
.basket-addresses-item__tools-remove {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 7H20M10 11V17M14 11V17M5 7L6 19C6 19.5304 6.21071 20.0391 6.58579 20.4142C6.96086 20.7893 7.46957 21 8 21H16C16.5304 21 17.0391 20.7893 17.4142 20.4142C17.7893 20.0391 18 19.5304 18 19L19 7M9 7V4C9 3.73478 9.10536 3.48043 9.29289 3.29289C9.48043 3.10536 9.73478 3 10 3H14C14.2652 3 14.5196 3.10536 14.7071 3.29289C14.8946 3.48043 15 3.73478 15 4V7' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  content: "";
  width: 24px;
  height: 24px;
}
.basket-addresses-empty {
  padding-top: 44px;
  padding-bottom: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .basket-addresses-empty {
    padding-top: 28px;
    padding-bottom: 0;
  }
}
.basket-addresses-empty__icon {
  background-color: var(--Gold-10, #f9f6ec);
  width: 120px;
  height: 120px;
  color: var(--Gold-100, #c6a246);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -32px;
}
.basket-addresses-empty__icon svg {
  width: 48px;
  height: 48px;
}
.basket-addresses-empty strong {
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 1.71429rem;
  margin-bottom: 8px;
}
.basket-addresses-empty p {
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  margin-bottom: 24px;
}
.basket-addresses-empty .btn {
  width: 100%;
  max-width: 278px;
}

.basket-delivery {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 991px) {
  .basket-delivery {
    padding-bottom: 0;
  }
}
.basket-delivery__item .radio__title {
  color: var(--Green-80, #406162);
  font-weight: 400;
  font-variation-settings: "wght" 400;
  display: flex;
  align-items: center;
  gap: 4px;
}
.basket-delivery__item .radio__title span {
  border-radius: 2px;
  background: var(--Gold-10, #f9f6ec);
  padding: 8px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85714rem;
  line-height: 1.14286rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  font-size: 0.85714rem;
}
.basket-delivery__item--time {
  padding-top: 24px;
  padding-right: 32px;
}
@media (max-width: 991px) {
  .basket-delivery__item--time {
    padding-right: 0;
  }
}

.time-tabs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.time-tabs__items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 991px) {
  .time-tabs__items {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
}
.time-tabs__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  letter-spacing: -0.00857rem;
  line-height: 1.14286rem;
  text-align: center;
}
@media (max-width: 991px) {
  .time-tabs__item {
    width: 80px;
  }
}
.time-tabs__item--box {
  border-radius: 8px;
  border: 1px solid var(--Green-100, #103a3b);
  background: #fff;
  padding: 16px;
  width: 80px;
  height: 80px;
  font-size: 1rem;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--Green-100, #103a3b);
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.71429rem;
  position: relative;
  transition: all 0.3s;
}
.time-tabs__item--box:has(input:checked) {
  background: var(--Gold-10, #f9f6ec);
  border-color: var(--Gold-60, #ddc790);
  box-shadow: inset 0 0 0 1px var(--Gold-100, #c6a246);
  color: var(--Gold-100, #c6a246);
}
.time-tabs__item--box:has(input:disabled) {
  pointer-events: none;
  border-color: var(--Green-10, #e7ebeb);
  color: var(--Green-20, #cfd8d8);
}
.time-tabs .skltbs-tab-group {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .time-tabs .skltbs-tab-group {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    white-space: nowrap;
  }
}
.time-tabs .skltbs-tab-group .skltbs-tab {
  color: var(--primary-colors-dark-gray-dark-gray-20, #727376);
  line-height: 1.57143rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  padding-bottom: 4px;
  position: relative;
  transition: color 0.3s;
}
@media (max-width: 991px) {
  .time-tabs .skltbs-tab-group .skltbs-tab {
    padding-bottom: 6px;
  }
}
.time-tabs .skltbs-tab-group .skltbs-tab:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background: var(--Gold-100, #c6a246);
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 991px) {
  .time-tabs .skltbs-tab-group .skltbs-tab:after {
    width: 45px;
    left: unset;
  }
}
.time-tabs .skltbs-tab-group .skltbs-tab.skltbs-active {
  color: var(--Gold-100, #c6a246);
}
.time-tabs .skltbs-tab-group .skltbs-tab.skltbs-active:after {
  opacity: 1;
}

.basket-pay {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
}
@media (max-width: 991px) {
  .basket-pay {
    padding-top: 0;
    gap: 0;
  }
}
.basket-pay__item {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  border-bottom: 1px solid var(--Green-10, #e7ebeb);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 8px;
  padding-left: 16px;
}
@media (max-width: 991px) {
  .basket-pay__item {
    padding: 8px 0;
  }
}
.basket-pay__item .radio__title {
  font-size: 1.14286rem;
  color: var(--Green-80, #406162);
  font-size: 1rem;
  line-height: 1.57143rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
@media (max-width: 991px) {
  .basket-pay__item .radio__title {
    font-size: 1rem;
  }
}
.basket-pay__item--icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  color: #cfd8d8;
  transition: color 0.3s;
}
@media (max-width: 991px) {
  .basket-pay__item--icon {
    width: 32px;
    height: 32px;
  }
}
.basket-pay__item:has(input:checked) .basket-pay__item--icon {
  color: var(--Gold-100, #c6a246);
}
.basket-pay__item:last-child {
  border-bottom: none;
}
@media (max-width: 991px) {
  .basket-pay__item:last-child {
    border-bottom: 1px solid var(--Green-10, #e7ebeb);
  }
}
.basket-pay__wallet {
  margin-top: 24px;
  border-radius: 8px;
  background: rgba(231, 235, 235, 0.32);
  padding: 16px;
  gap: 4px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .basket-pay__wallet {
    margin-top: 16px;
    gap: 16px;
  }
}
.basket-pay__wallet--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 991px) {
  .basket-pay__wallet--head {
    gap: 4px;
  }
}
.basket-pay__wallet--head_credit {
  margin-top: auto;
  color: var(--Green-60, #708989);
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.57143rem;
}
@media (max-width: 991px) {
  .basket-pay__wallet--head_credit {
    font-size: 0.85714rem;
    line-height: 1.14286rem;
  }
}
.basket-pay__wallet--head_credit-number {
  color: var(--Green-100, #103a3b);
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.basket-pay__wallet p {
  padding-right: 40px;
  color: var(--Green-80, #406162);
  font-weight: 325;
  font-variation-settings: "wght" 325;
  font-size: 0.85714rem;
  line-height: 1.71429rem;
}
@media (max-width: 991px) {
  .basket-pay__wallet p {
    padding-right: 0;
  }
}

.pay-page {
  padding-top: 40px;
  padding-bottom: 40px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .pay-page {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.pay-page:has(.pay-page__text) {
  max-width: 404px;
}
.pay-page__message {
  color: var(--Green-80, #406162);
  margin-bottom: 16px;
  line-height: 1.71429rem;
  font-size: 0.85714rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
.pay-page__text {
  color: var(--Green-80, #406162);
  margin-bottom: 16px;
  line-height: 1.71429rem;
  font-size: 1rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
.pay-page__icon {
  background-color: rgba(22, 174, 108, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: -32px;
}
.pay-page__icon--failed {
  background: #FFF0F0;
  color: #C6454A;
}
.pay-page__icon--failed svg {
  width: 48px;
}
.pay-page__title {
  margin-bottom: 16px;
  color: var(--Green-100, #103a3b);
  font-size: 1.71429rem;
  line-height: 2.85714rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
.pay-page__code {
  width: 100%;
  padding: 12px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--Gold-10, #f9f6ec);
  color: var(--Gold-160, #4f411c);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
}
.pay-page__buttons {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .pay-page__buttons {
    flex-direction: column;
  }
}
.pay-page__buttons .btn {
  white-space: nowrap;
  height: 32px;
  font-size: 0.85714rem;
  flex: 1 1 calc(100% - 8px);
}
@media (max-width: 767px) {
  .pay-page__buttons .btn {
    flex: unset;
    width: 100%;
  }
}
.pay-page:has(.pay-page__icon--failed) .pay-page__title {
  color: #C6454A;
}

#pay-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.profile-bookmark-empty {
  margin-top: -24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .profile-bookmark-empty {
    margin-top: 0;
  }
}
.profile-bookmark-empty__icon {
  background-color: var(--Gold-10, #f9f6ec);
  width: 120px;
  height: 120px;
  color: var(--Gold-100, #c6a246);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -32px;
}
.profile-bookmark-empty__icon svg {
  width: 48px;
  height: 48px;
}
.profile-bookmark-empty__title {
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 1.71429rem;
  margin-bottom: 24px;
}
.profile-bookmark-empty .btn {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 0.85714rem;
}

.main-basket-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  max-width: 687px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  margin-bottom: -64px;
}
@media (max-width: 991px) {
  .main-basket-login {
    margin-bottom: 0;
    padding-top: 0;
  }
}
.main-basket-login__icon {
  background-color: var(--Gold-10, #f9f6ec);
  width: 120px;
  height: 120px;
  color: var(--Gold-100, #c6a246);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -32px;
}
.main-basket-login__icon svg {
  width: 48px;
  height: 48px;
}
.main-basket-login strong {
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 1.71429rem;
  margin-bottom: 8px;
}
.main-basket-login p {
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  margin-bottom: 24px;
}
.main-basket-login .btn {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 0.85714rem;
}

.main-basket-empty {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .main-basket-empty {
    padding-top: 24px;
    padding-bottom: 0;
  }
}
.main-basket-empty__icon {
  background-color: var(--Gold-10, #f9f6ec);
  width: 120px;
  height: 120px;
  color: var(--Gold-100, #c6a246);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -32px;
}
.main-basket-empty__icon svg {
  width: 48px;
  height: 48px;
}
.main-basket-empty__title {
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 1.71429rem;
  margin-bottom: 24px;
}
.main-basket-empty .btn {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 0.85714rem;
}

.modal:has(.address-modal) .modal__content {
  width: 826px;
  overflow-y: auto;
  max-height: 100%;
  display: block;
}
.modal:has(.address-modal) .modal__head {
  border-bottom: 1px solid #e7ebeb;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .modal:has(.address-modal) .modal__head {
    margin-bottom: 16px;
  }
}

.address-modal {
  --ss-main-height: 56px;
}
@media (max-width: 991px) {
  .address-modal {
    --ss-main-height: 40px;
  }
}
@media (max-width: 767px) {
  .address-modal .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.address-modal .address-form-map {
  position: relative;
  margin-block: 16px;
  overflow: hidden;
  border-radius: 8px;
}
.address-modal .address-form-map:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  opacity: 0.1;
  z-index: 400;
  background: linear-gradient(0deg, #184b4d 0%, #184b4d 100%);
}
.address-modal .address-form-map .map {
  height: 240px;
  width: 100%;
}

@media (max-width: 991px) {
  body:has(.pofile-page.active) #profile-head {
    display: none;
  }
}
@media (max-width: 991px) {
  body:has(.profile-order-details-head__print) .profile-content, body:has(.profile-content__head--wallet) .profile-content, body:has(.profile-content__head--address) .profile-content {
    position: relative;
    padding-bottom: 56px;
  }
}
body:has(.profile-settings-account) .profile-links {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  body:has(.profile-settings-account) .profile-links {
    margin-bottom: 24px;
  }
}
body:has(jb-date-input) .pofile-page.active .profile-content {
  transform: unset;
}

#profile-head {
  background: url("assets/images/png/bg3.jpg") center center/cover no-repeat;
}

.profile-head {
  padding-top: 64px;
  padding-bottom: 52px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .profile-head {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.profile-head__type {
  margin-bottom: 8px;
  background: var(--Green-10, #e7ebeb);
  border-radius: 4px;
  padding: 4px 8px;
  color: var(--Green-100, #103a3b);
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .profile-head__type {
    font-size: 0.85714rem;
    line-height: 1.14286rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.profile-head__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 4rem;
  margin-bottom: 8px;
  color: var(--White, #fff);
  letter-spacing: -0.03429rem;
}
@media (max-width: 991px) {
  .profile-head__title {
    font-size: 1.14286rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 1.71429rem;
    letter-spacing: normal;
  }
}
.profile-head__title--notification {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .profile-head__title--notification {
    width: 16px;
    height: 16px;
  }
}
.profile-head__title--notification.active {
  position: relative;
}
.profile-head__title--notification.active:after {
  position: absolute;
  content: "";
  right: 2px;
  top: 1px;
  width: 10px;
  height: 10px;
  background-color: #f00;
  border-radius: 50%;
  border: 2px solid #103736;
}
@media (max-width: 991px) {
  .profile-head__title--notification.active:after {
    width: 8px;
    height: 8px;
    right: 0px;
  }
}
.profile-head__wallet {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  .profile-head__wallet {
    gap: 12px;
    margin-bottom: 16px;
  }
}
.profile-head__wallet--show {
  line-height: 1.71429rem;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--White, #fff);
}
@media (max-width: 991px) {
  .profile-head__wallet--show {
    font-size: 0.85714rem;
    line-height: 1.42857rem;
  }
}
.profile-head__wallet--show:before {
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4H16C16.2652 4 16.5196 4.10536 16.7071 4.29289C16.8946 4.48043 17 4.73478 17 5V8L19 12V9C19 8.73478 18.8946 8.48043 18.7071 8.29289C18.5196 8.10536 18.2652 8 18 8H6C5.46957 8 4.96086 7.78929 4.58579 7.41421C4.21071 7.03914 4 6.53043 4 6ZM4 6V18C4 18.5304 4.21071 19.0391 4.58579 19.4142C4.96086 19.7893 5.46957 20 6 20H18C18.2652 20 18.5196 19.8946 18.7071 19.7071C18.8946 19.5196 19 19.2652 19 19V16M20 12V16H16C15.4696 16 14.9609 15.7893 14.5858 15.4142C14.2107 15.0391 14 14.5304 14 14C14 13.4696 14.2107 12.9609 14.5858 12.5858C14.9609 12.2107 15.4696 12 16 12H20Z' stroke='%23C6A246' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.profile-head__wallet--add {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1.71429rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  color: var(--Gold-100, #c6a246);
  font-size: 0.85714rem;
}
.profile-head__wallet--add:before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00004 3.33331V12.6666M3.33337 7.99998H12.6667' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  content: "";
}
.profile-head__info {
  width: 100%;
  margin-bottom: 64px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .profile-head__info {
    margin-bottom: 0;
  }
}
.profile-head__info--exit {
  padding-left: 16px;
  padding-right: 16px;
  border-color: var(--Gold-100, #c6a246);
  color: var(--Gold-100, #c6a246);
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
@media (max-width: 991px) {
  .profile-head__info--exit {
    display: none;
  }
}
.profile-head__info--exit:hover {
  background-color: var(--Gold-100, #c6a246);
  color: var(--Green-100, #103a3b);
}
.profile-head__info ul li {
  color: var(--Green-40, #9fb0b1);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .profile-head__info ul li {
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}

.pofile-page {
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .pofile-page {
    padding-top: 40px;
    padding-bottom: 0;
    position: relative;
    min-height: 520px;
  }
  .pofile-page .woocommerce-notices-wrapper {
    display: none;
  }
  .pofile-page.active {
    padding-top: 24px;
  }
  .pofile-page.active .woocommerce-notices-wrapper {
    display: block;
  }
  .pofile-page.active .profile-nav {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .pofile-page.active .profile-content {
    overflow: visible;
    transition-delay: 0.1s;
    visibility: visible;
    opacity: 1;
    height: unset;
    transform: translateX(0);
  }
}

.profile-nav {
  margin-top: -52px;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .profile-nav {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    transition: opacity 0.5s;
  }
}
.profile-nav__item {
  display: flex;
  align-items: center;
  gap: 4px;
  align-items: flex-start;
  color: var(--Green-20, #cfd8d8);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.71429rem;
  height: 52px;
  opacity: 0.7;
  border-bottom: 4px solid transparent;
}
@media (max-width: 991px) {
  .profile-nav__item {
    height: 56px;
    border-radius: 8px;
    border: 1px solid var(--Green-10, #e7ebeb);
    background: var(--Green-10, #e7ebeb);
    padding: 8px;
    gap: 4px;
    color: var(--Green-100, #103a3b);
    opacity: 1;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    align-items: center;
  }
  .profile-nav__item:after {
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 6L9 12L15 18' stroke='%23406162' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    margin-right: auto;
  }
}
.profile-nav__item.active, .profile-nav__item:hover {
  opacity: 1;
  border-bottom-color: var(--Green-20, #cfd8d8);
}
@media (max-width: 991px) {
  .profile-nav__item.active, .profile-nav__item:hover {
    border-bottom-color: var(--Green-10, #e7ebeb);
  }
}
.profile-nav__logout {
  display: none;
  color: #ec3c2c;
  border: 2px solid #ec3c2c;
  margin-top: 24px;
}
.profile-nav__logout:hover {
  background: #ec3c2c;
}
@media (max-width: 991px) {
  .profile-nav__logout {
    display: flex;
  }
}
.profile-nav ul {
  display: flex;
}
@media (max-width: 991px) {
  .profile-nav ul {
    flex-direction: column;
    gap: 16px;
  }
}
.profile-nav ul li {
  flex: 1 0 0;
}
@media (max-width: 991px) {
  .profile-nav ul li {
    flex: unset;
  }
}

@media (max-width: 991px) {
  .profile-content {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transform: translateX(100%);
    transition: transform 0.5s, opacity 0.5s;
  }
  .profile-content .categories-page__products {
    padding-bottom: 24px;
  }
}
.profile-content__title {
  margin-bottom: 16px;
  font-size: 1.28571rem;
  letter-spacing: -0.01286rem;
  line-height: 2.28571rem;
  color: var(--Green-190, #020606);
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .profile-content__title {
    display: none;
  }
}
.profile-content__title--bold {
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.profile-content__head {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .profile-content__head {
    margin-bottom: 0;
  }
}
.profile-content__head--address {
  color: var(--Green-100, #103a3b);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  gap: 4px;
  display: flex;
  align-items: center;
}
.profile-content__head--address:before {
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00016 3.33331V12.6666M3.3335 7.99998H12.6668' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  transition: background-image 0.3s;
}
.profile-content__head--address:hover {
  color: var(--Gold-100, #c6a246);
}
.profile-content__head--address:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00016 3.33331V12.6666M3.3335 7.99998H12.6668' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .profile-content__head--address {
    justify-content: center;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    border: 2px solid var(--Green-100, #103a3b);
    gap: 4px;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .profile-content__head--address:hover {
    color: var(--Green-100, #103a3b);
  }
  .profile-content__head--address:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00016 3.33331V12.6666M3.3335 7.99998H12.6668' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.profile-content__head--wallet {
  color: var(--Gold-100, #c6a246);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  gap: 4px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 40px;
}
.profile-content__head--wallet:before {
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00016 3.33331V12.6666M3.3335 7.99998H12.6668' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  transition: background-image 0.3s;
}
.profile-content__head--wallet:hover {
  color: var(--Green-100, #103a3b);
}
.profile-content__head--wallet:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00016 3.33331V12.6666M3.3335 7.99998H12.6668' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .profile-content__head--wallet {
    justify-content: center;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 2px solid var(--Green-100, #103a3b);
    color: var(--Green-100, #103a3b);
    gap: 4px;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .profile-content__head--wallet:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00016 3.33331V12.6666M3.3335 7.99998H12.6668' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .profile-content__head--wallet:hover {
    color: var(--Green-100, #103a3b);
  }
  .profile-content__head--wallet:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00016 3.33331V12.6666M3.3335 7.99998H12.6668' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.profile-content__head .profile-content__title {
  margin-bottom: 0;
}

.profile-orders-state {
  padding-top: 24px;
  padding-bottom: 64px;
}
@media (max-width: 991px) {
  .profile-orders-state {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.profile-orders-state ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 80px;
  overflow: hidden;
}
@media (max-width: 1459px) {
  .profile-orders-state ul {
    gap: 24px 64px;
  }
}
@media (max-width: 991px) {
  .profile-orders-state ul {
    gap: 0;
  }
}
.profile-orders-state ul li {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
@media (max-width: 1199px) {
  .profile-orders-state ul li {
    flex: 0 0 calc(50% - 42.66px);
    max-width: calc(50% - 42.66px);
  }
}
@media (max-width: 991px) {
  .profile-orders-state ul li {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #e7ebeb;
    padding-bottom: 16px;
    padding-top: 8px;
    margin-bottom: 8px;
    gap: 4px;
  }
}
.profile-orders-state ul li svg {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .profile-orders-state ul li svg {
    width: 24px;
  }
}
.profile-orders-state ul li:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  content: "";
  background: var(--Green-10, #e7ebeb);
  width: 1px;
  height: 56px;
  display: block;
}
@media (max-width: 1459px) {
  .profile-orders-state ul li:after {
    left: -32px;
  }
}
@media (max-width: 991px) {
  .profile-orders-state ul li:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .profile-orders-state ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 8px;
  }
}
.profile-orders-state ul li:last-child:after {
  display: none;
}
.profile-orders-state ul li strong {
  flex-shrink: 0;
  color: var(--Green-80, #406162);
  font-size: 1.14286rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 2.28571rem;
}
@media (max-width: 991px) {
  .profile-orders-state ul li strong {
    font-size: 0.85714rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.42857rem;
  }
}
.profile-orders-state ul li span {
  margin-right: auto;
  color: var(--Green-190, #020606);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  flex-shrink: 0;
  font-size: 1.14286rem;
}
@media (max-width: 991px) {
  .profile-orders-state ul li span {
    font-size: 1rem;
    line-height: 1.71429rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}

.profile-related {
  border-top: 1px solid var(--Green-10, #e7ebeb);
  padding-top: 64px;
}
.profile-related .site-head {
  margin-bottom: 16px;
}
.profile-related .site-more {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .profile-related .site-more {
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.profile-related .site-title {
  color: var(--Green-190, #020606);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  letter-spacing: -0.01286rem;
}
@media (max-width: 991px) {
  .profile-related .site-title {
    color: var(--Green-100, #103a3b);
    font-size: 1.14286rem;
    line-height: 2rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
  }
}
@media (max-width: 991px) {
  .profile-related {
    border-top: none;
    padding-top: 0;
  }
}
.profile-related__no-border {
  padding-top: 48px;
  border-top: none;
}
@media (max-width: 991px) {
  .profile-related__no-border {
    padding-top: 16px;
  }
}

.return-to-profile-sidebar {
  display: none;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  background: var(--Green-10, #e7ebeb);
  width: 100%;
  padding: 8px;
  color: var(--Green-100, #103a3b);
  line-height: 1.71429rem;
  margin-bottom: 24px;
}
.return-to-profile-sidebar:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19M19 12L15 16M19 12L15 8' stroke='%23406162' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  content: "";
}
@media (max-width: 991px) {
  .return-to-profile-sidebar {
    display: flex;
  }
}

.profile-links {
  margin-bottom: 40px;
  gap: 8px;
  display: flex;
  white-space: nowrap;
  overflow-x: visible;
  overflow-y: hidden;
  scrollbar-width: none;
  align-items: center;
}
@media (max-width: 991px) {
  .profile-links {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 24px;
  }
}
.profile-links a,
.profile-links button {
  border-radius: 4px;
  border: 1px solid var(--Green-10, #e7ebeb);
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: var(--Green-100, #103a3b);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  height: 32px;
}
.profile-links a span,
.profile-links button span {
  border-radius: 50%;
  background-color: var(--Green-10, #e7ebeb);
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--Green-100, #103a3b);
  line-height: 1.28571rem;
  padding-top: 2px;
}
.profile-links a.active, .profile-links a:hover,
.profile-links button.active,
.profile-links button:hover {
  background: var(--Gold-100, #c6a246);
  border-color: var(--Gold-100, #c6a246);
  color: var(--White, #fff);
}
.profile-links a.active span, .profile-links a:hover span,
.profile-links button.active span,
.profile-links button:hover span {
  background-color: var(--White, #fff);
  color: var(--Gold-100, #c6a246);
}

.profile-title {
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  letter-spacing: -0.01143rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .profile-title {
    font-size: 1rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.71429rem;
    letter-spacing: normal;
    color: var(--Green-120, #0d2e2f);
  }
}

.profile-subtitle {
  margin-bottom: 16px;
  color: var(--Green-100, #103a3b);
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 2.28571rem;
  font-size: 1.14286rem;
  letter-spacing: -0.01143rem;
}
@media (max-width: 991px) {
  .profile-subtitle {
    font-weight: 600;
    font-variation-settings: "wght" 600;
    font-size: 1.14286rem;
    line-height: 1.71429rem;
  }
}

.profile-order-card {
  margin-bottom: 40px;
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  display: flex;
  flex-direction: column;
}
.profile-order-card__head {
  padding: 16px;
  border-bottom: 1px solid var(--Green-10, #e7ebeb);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
}
@media (max-width: 991px) {
  .profile-order-card__head {
    padding: 12px 8px;
    align-items: flex-end;
  }
}
.profile-order-card__head--title {
  flex: 1;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .profile-order-card__head--title {
    flex-wrap: wrap;
  }
}
.profile-order-card__head--title strong {
  color: var(--Green-100, #103a3b);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin-left: 8px;
}
@media (max-width: 991px) {
  .profile-order-card__head--title strong {
    margin-left: 0;
    width: 100%;
    font-size: 1rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.57143rem;
  }
}
.profile-order-card__head--title span {
  background: var(--Green-80, #406162);
  border-radius: 4px;
  padding: 4px 8px;
  color: var(--White, #fff);
  font-size: 0.85714rem;
  height: 32px;
  line-height: 1.71429rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .profile-order-card__head--title span {
    height: 24px;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.14286rem;
  }
}
.profile-order-card__head .site-more {
  display: flex;
  align-items: center;
  gap: 4px;
}
.profile-order-card__head .site-more:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 4L6 8L10 12' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  transition: all 0.3s;
}
.profile-order-card__head .site-more:hover:after {
  transform: translateX(-2px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 4L6 8L10 12' stroke='%23103a3b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .profile-order-card__head .site-more:hover:after {
    transform: unset;
  }
}
.profile-order-card__content {
  flex: 1;
  padding: 24px 16px;
}
@media (max-width: 991px) {
  .profile-order-card__content {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
.profile-order-card__content--date {
  margin-bottom: 24px;
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 1.71429rem;
}
@media (max-width: 991px) {
  .profile-order-card__content--date {
    display: flex;
    margin-bottom: 4px;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.42857rem;
    padding: 12px 8px 0;
  }
}
.profile-order-card__content ul {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .profile-order-card__content ul {
    border-bottom: 1px solid var(--Green-10, #e7ebeb);
    padding: 8px;
    gap: 8px;
  }
}
.profile-order-card__content ul li {
  background: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .profile-order-card__content ul li {
    display: none;
  }
  .profile-order-card__content ul li:nth-child(1), .profile-order-card__content ul li:nth-child(2), .profile-order-card__content ul li:nth-child(3) {
    display: block;
  }
}
.profile-order-card__content ul li span {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: var(--White, #fff);
  line-height: 1.42857rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  direction: ltr;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .profile-order-card__content ul li span {
    display: flex;
  }
}
.profile-order-card__content ul li img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .profile-order-card__content ul li img {
    width: 80px;
    height: 80px;
  }
}
.profile-order-card__foot {
  border-top: 1px solid var(--Green-10, #e7ebeb);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
@media (max-width: 991px) {
  .profile-order-card__foot {
    border-top: none;
    padding: 0 8px 12px;
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    gap: 20px;
  }
}
.profile-order-card__foot--total {
  color: var(--Green-60, #708989);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .profile-order-card__foot--total {
    font-size: 1rem;
    line-height: 1.57143rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.profile-order-card__foot--date {
  color: var(--Green-60, #708989);
  font-size: 0.85714rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 1.71429rem;
}
@media (max-width: 991px) {
  .profile-order-card__foot--date {
    display: flex;
    padding: 12px 0 0;
    margin-bottom: -16px;
  }
}
.profile-order-card__foot--print {
  color: var(--Green-60, #708989);
  line-height: 1.71429rem;
  font-size: 1.14286rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .profile-order-card__foot--print {
    justify-content: center;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    border: 2px solid var(--Green-100, #103a3b);
    gap: 4px;
    color: var(--Green-100, #103a3b);
    font-weight: 450;
    font-variation-settings: "wght" 450;
    font-size: 0.85714rem;
    line-height: 1.71429rem;
  }
}
.profile-order-card__foot--print:before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M11.3333 11.3333H12.6667C13.0203 11.3333 13.3594 11.1929 13.6095 10.9428C13.8595 10.6928 14 10.3536 14 10V7.33333C14 6.97971 13.8595 6.64057 13.6095 6.39052C13.3594 6.14048 13.0203 6 12.6667 6H3.33333C2.97971 6 2.64057 6.14048 2.39052 6.39052C2.14048 6.64057 2 6.97971 2 7.33333V10C2 10.3536 2.14048 10.6928 2.39052 10.9428C2.64057 11.1929 2.97971 11.3333 3.33333 11.3333H4.66667M11.3333 6V3.33333C11.3333 2.97971 11.1929 2.64057 10.9428 2.39052C10.6928 2.14048 10.3536 2 10 2H6C5.64638 2 5.30724 2.14048 5.05719 2.39052C4.80714 2.64057 4.66667 2.97971 4.66667 3.33333V6M6 8.66667H10C10.7364 8.66667 11.3333 9.26362 11.3333 10V12.6667C11.3333 13.403 10.7364 14 10 14H6C5.26362 14 4.66667 13.403 4.66667 12.6667V10C4.66667 9.26362 5.26362 8.66667 6 8.66667Z' stroke='%23708989' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  content: "";
}
@media (max-width: 991px) {
  .profile-order-card__foot--print:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M11.3333 11.3333H12.6667C13.0203 11.3333 13.3594 11.1929 13.6095 10.9428C13.8595 10.6928 14 10.3536 14 10V7.33333C14 6.97971 13.8595 6.64057 13.6095 6.39052C13.3594 6.14048 13.0203 6 12.6667 6H3.33333C2.97971 6 2.64057 6.14048 2.39052 6.39052C2.14048 6.64057 2 6.97971 2 7.33333V10C2 10.3536 2.14048 10.6928 2.39052 10.9428C2.64057 11.1929 2.97971 11.3333 3.33333 11.3333H4.66667M11.3333 6V3.33333C11.3333 2.97971 11.1929 2.64057 10.9428 2.39052C10.6928 2.14048 10.3536 2 10 2H6C5.64638 2 5.30724 2.14048 5.05719 2.39052C4.80714 2.64057 4.66667 2.97971 4.66667 3.33333V6M6 8.66667H10C10.7364 8.66667 11.3333 9.26362 11.3333 10V12.6667C11.3333 13.403 10.7364 14 10 14H6C5.26362 14 4.66667 13.403 4.66667 12.6667V10C4.66667 9.26362 5.26362 8.66667 6 8.66667Z' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}

.last-orders-cards {
  display: flex;
  gap: 64px 16px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .last-orders-cards {
    gap: 16px;
  }
}
.last-orders-cards .profile-order-card {
  margin-bottom: 0;
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
}
.last-orders-cards .profile-order-card__head--title span {
  background: var(--Green-40, #9fb0b1);
}
.last-orders-cards .profile-order-card__foot {
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .last-orders-cards .profile-order-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.profile-order-details-head {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
}
@media (max-width: 991px) {
  .profile-order-details-head {
    margin-bottom: 16px;
  }
}
.profile-order-details-head__title {
  flex: 1;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .profile-order-details-head__title {
    flex-wrap: wrap;
    gap: 16px 8px;
  }
}
.profile-order-details-head__title--back {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19M19 12L13 18M19 12L13 6' stroke='%23020606' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.profile-order-details-head__title strong {
  color: var(--Green-190, #020606);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin-left: 8px;
}
@media (max-width: 991px) {
  .profile-order-details-head__title strong {
    margin-left: 0;
    width: calc(100% - 32px);
    font-size: 1.14286rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 2rem;
  }
}
.profile-order-details-head__title span {
  background: var(--Green-80, #406162);
  border-radius: 4px;
  padding: 4px 8px;
  color: var(--White, #fff);
  font-size: 0.85714rem;
  height: 32px;
  line-height: 1.71429rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .profile-order-details-head__title span {
    height: 24px;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.14286rem;
  }
}
.profile-order-details-head__print {
  color: var(--Green-60, #708989);
  line-height: 1.71429rem;
  font-size: 1.14286rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .profile-order-details-head__print {
    justify-content: center;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    border: 2px solid var(--Green-100, #103a3b);
    gap: 4px;
    color: var(--Green-100, #103a3b);
    font-weight: 450;
    font-variation-settings: "wght" 450;
    font-size: 0.85714rem;
    line-height: 1.71429rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.profile-order-details-head__print:before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M11.3333 11.3333H12.6667C13.0203 11.3333 13.3594 11.1929 13.6095 10.9428C13.8595 10.6928 14 10.3536 14 10V7.33333C14 6.97971 13.8595 6.64057 13.6095 6.39052C13.3594 6.14048 13.0203 6 12.6667 6H3.33333C2.97971 6 2.64057 6.14048 2.39052 6.39052C2.14048 6.64057 2 6.97971 2 7.33333V10C2 10.3536 2.14048 10.6928 2.39052 10.9428C2.64057 11.1929 2.97971 11.3333 3.33333 11.3333H4.66667M11.3333 6V3.33333C11.3333 2.97971 11.1929 2.64057 10.9428 2.39052C10.6928 2.14048 10.3536 2 10 2H6C5.64638 2 5.30724 2.14048 5.05719 2.39052C4.80714 2.64057 4.66667 2.97971 4.66667 3.33333V6M6 8.66667H10C10.7364 8.66667 11.3333 9.26362 11.3333 10V12.6667C11.3333 13.403 10.7364 14 10 14H6C5.26362 14 4.66667 13.403 4.66667 12.6667V10C4.66667 9.26362 5.26362 8.66667 6 8.66667Z' stroke='%23708989' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  content: "";
}
@media (max-width: 991px) {
  .profile-order-details-head__print:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M11.3333 11.3333H12.6667C13.0203 11.3333 13.3594 11.1929 13.6095 10.9428C13.8595 10.6928 14 10.3536 14 10V7.33333C14 6.97971 13.8595 6.64057 13.6095 6.39052C13.3594 6.14048 13.0203 6 12.6667 6H3.33333C2.97971 6 2.64057 6.14048 2.39052 6.39052C2.14048 6.64057 2 6.97971 2 7.33333V10C2 10.3536 2.14048 10.6928 2.39052 10.9428C2.64057 11.1929 2.97971 11.3333 3.33333 11.3333H4.66667M11.3333 6V3.33333C11.3333 2.97971 11.1929 2.64057 10.9428 2.39052C10.6928 2.14048 10.3536 2 10 2H6C5.64638 2 5.30724 2.14048 5.05719 2.39052C4.80714 2.64057 4.66667 2.97971 4.66667 3.33333V6M6 8.66667H10C10.7364 8.66667 11.3333 9.26362 11.3333 10V12.6667C11.3333 13.403 10.7364 14 10 14H6C5.26362 14 4.66667 13.403 4.66667 12.6667V10C4.66667 9.26362 5.26362 8.66667 6 8.66667Z' stroke='%23103A3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.profile-order-details-head__message {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 12px;
}
.profile-order-details-head__message--close {
  position: absolute;
  background-color: #000;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.profile-order-details-head__message--close:hover {
  background-color: #103a3b;
}
.profile-order-details-head__message .offline-pay-timer {
  margin-top: 8px;
}
.profile-order-details-head__message .offline-pay-timer__progress {
  background: var(--White, #FFF);
}
.profile-order-details-head__message .woocommerce-notices-wrapper ul {
  margin-bottom: 0;
}
.profile-order-details-head__message:has(.profile-order-details-head__message--close) {
  position: relative;
}
.profile-order-details-head__message:has(.profile-order-details-head__message--close) ul {
  padding-left: 48px;
}
.profile-order-details-head__offline {
  padding-top: 16px;
  border-bottom: 1px solid #e7ebeb;
  width: 100%;
}
.profile-order-details-head__offline--description {
  margin-bottom: 20px;
  color: var(--Green-80, #406162);
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
.profile-order-details-head__offline .offline-pay-description:has(.offline-pay-description__add--button.disabled) #seyed-offline-receipts {
  margin-bottom: 24px;
}
.profile-order-details-head__offline .offline-pay-description #seyed-offline-receipts {
  padding-left: 174px;
}
@media (max-width: 767px) {
  .profile-order-details-head__offline .offline-pay-description #seyed-offline-receipts {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .profile-order-details-head__offline .offline-pay-description #seyed-offline-receipts .offline-pay-description__file {
    max-width: 100%;
  }
}
.profile-order-details-head__offline .offline-pay-description #seyed-offline-receipts .offline-pay-description__file:last-child {
  margin-bottom: 0;
}
.profile-order-details-head__offline .offline-pay-description #seyed-offline-upload-slots {
  width: 100%;
}
.profile-order-details-head__offline .offline-pay-description__upload {
  max-width: 1054px;
}
.profile-order-details-head__offline .offline-pay-description__upload .form-groups {
  position: relative;
  padding-left: 174px;
}
@media (max-width: 767px) {
  .profile-order-details-head__offline .offline-pay-description__upload .form-groups {
    padding-left: 0;
  }
}
.profile-order-details-head__offline .offline-pay-description__upload .form-groups .form-group .form-control {
  height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.profile-order-details-head__offline .offline-pay-description__upload .form-groups .form-group:has(.form-label) .form-control__icon {
  top: 37px;
}
@media (max-width: 991px) {
  .profile-order-details-head__offline .offline-pay-description__upload .form-groups .form-group:has(.form-label) .form-control__icon {
    top: 37px;
  }
}
.profile-order-details-head__offline .offline-pay-description__upload .form-groups .btn {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 166px;
  height: 48px;
  font-size: 1.14286rem;
}
@media (max-width: 991px) {
  .profile-order-details-head__offline .offline-pay-description__upload .form-groups .btn {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .profile-order-details-head__offline .offline-pay-description__upload .form-groups .btn {
    width: 100%;
    position: static;
  }
}
.profile-order-details-head__offline .offline-pay-description__add {
  margin-top: 16px;
}
.profile-order-details-head__offline .offline-pay-description ul {
  gap: 8px;
}
.profile-order-details-head__offline .offline-pay-description ul li strong {
  color: var(--Gold-160, #4f411c);
}
.profile-order-details-head__offline .offline-pay-description ul li .copy-number:not(:hover) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16 8V6C16 5.46957 15.7893 4.96086 15.4142 4.58579C15.0391 4.21071 14.5304 4 14 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V14C4 14.5304 4.21071 15.0391 4.58579 15.4142C4.96086 15.7893 5.46957 16 6 16H8M10 8H18C19.1046 8 20 8.89543 20 10V18C20 19.1046 19.1046 20 18 20H10C8.89543 20 8 19.1046 8 18V10C8 8.89543 8.89543 8 10 8Z' stroke='%23C6A246' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.profile-order-details-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 64px;
  position: relative;
}
@media (max-width: 991px) {
  .profile-order-details-content ul {
    gap: 12px;
  }
}
.profile-order-details-content ul:after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1px;
  height: 100%;
  background: var(--Green-10, #e7ebeb);
  display: block;
}
@media (max-width: 991px) {
  .profile-order-details-content ul:after {
    display: none;
  }
}
.profile-order-details-content ul li {
  flex: 0 0 calc(50% - 32px);
  max-width: calc(50% - 32px);
  line-height: 1.71429rem;
  color: var(--Green-60, #708989);
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .profile-order-details-content ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.profile-order-details-content ul li span {
  flex-shrink: 0;
  min-width: 102px;
}

.profile-addresses {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.profile-addresses__card {
  border-radius: 16px;
  border: 1px solid var(--Green-10, #e7ebeb);
  background: var(--White, #fff);
  padding: 16px 24px 16px 16px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .profile-addresses__card {
    position: relative;
    padding: 8px 8px 60px;
    flex-direction: column;
    gap: 8px;
    border-radius: 8px;
  }
}
.profile-addresses__card--info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .profile-addresses__card--info {
    gap: 8px;
  }
}
.profile-addresses__card--info strong {
  color: var(--Green-120, #0d2e2f);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 991px) {
  .profile-addresses__card--info strong {
    font-size: 1rem;
    line-height: 1.71429rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
  }
}
.profile-addresses__card--info_location:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_4771_10493)'%3E%3Cpath d='M7.99984 9.33332C9.10441 9.33332 9.99984 8.43789 9.99984 7.33332C9.99984 6.22875 9.10441 5.33332 7.99984 5.33332C6.89527 5.33332 5.99984 6.22875 5.99984 7.33332C5.99984 8.43789 6.89527 9.33332 7.99984 9.33332Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.7712 11.1046L8.94251 13.9333C8.6925 14.183 8.35356 14.3233 8.00017 14.3233C7.64678 14.3233 7.30785 14.183 7.05784 13.9333L4.22851 11.1046C3.48265 10.3587 2.97473 9.40842 2.76896 8.37387C2.5632 7.33931 2.66883 6.26697 3.07251 5.29244C3.47618 4.31792 4.15977 3.48498 5.03683 2.89896C5.91388 2.31294 6.94502 2.00015 7.99984 2.00015C9.05466 2.00015 10.0858 2.31294 10.9629 2.89896C11.8399 3.48498 12.5235 4.31792 12.9272 5.29244C13.3308 6.26697 13.4365 7.33931 13.2307 8.37387C13.0249 9.40842 12.517 10.3587 11.7712 11.1046Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4771_10493'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.profile-addresses__card--info_family:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 14V12.6667C4 11.9594 4.28095 11.2811 4.78105 10.781C5.28115 10.281 5.95942 10 6.66667 10H9.33333C10.0406 10 10.7189 10.281 11.219 10.781C11.719 11.2811 12 11.9594 12 12.6667V14M10.6667 4.66667C10.6667 6.13943 9.47276 7.33333 8 7.33333C6.52724 7.33333 5.33333 6.13943 5.33333 4.66667C5.33333 3.19391 6.52724 2 8 2C9.47276 2 10.6667 3.19391 10.6667 4.66667Z' stroke='%23C6A246' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.profile-addresses__card--info_tools {
  display: flex;
  align-items: center;
  gap: 16px;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 991px) {
  .profile-addresses__card--info_tools {
    opacity: 1;
    position: absolute;
    right: 8px;
    bottom: 12px;
  }
}
.profile-addresses__card--info_tools-edit {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.5 6.5L17.5 10.5M4 20.0001H8L18.5 9.50006C19.0304 8.96963 19.3284 8.2502 19.3284 7.50006C19.3284 6.74991 19.0304 6.03049 18.5 5.50006C17.9696 4.96963 17.2501 4.67163 16.5 4.67163C15.7499 4.67163 15.0304 4.96963 14.5 5.50006L4 16.0001V20.0001Z' stroke='%23406162' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .profile-addresses__card--info_tools-edit {
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M18.0002 8.66665L23.3335 14M5.3335 26.6667H10.6668L24.6668 12.6667C25.3741 11.9595 25.7714 11.0003 25.7714 10.0001C25.7714 8.99986 25.3741 8.04063 24.6668 7.33339C23.9596 6.62615 23.0004 6.22882 22.0002 6.22882C21 6.22882 20.0407 6.62615 19.3335 7.33339L5.3335 21.3334V26.6667Z' stroke='%23406162' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.profile-addresses__card--info_tools-edit:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .profile-addresses__card--info_tools-edit:hover {
    opacity: 1;
  }
}
.profile-addresses__card--info_tools-remove {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 7H20M10 11V17M14 11V17M5 7L6 19C6 19.5304 6.21071 20.0391 6.58579 20.4142C6.96086 20.7893 7.46957 21 8 21H16C16.5304 21 17.0391 20.7893 17.4142 20.4142C17.7893 20.0391 18 19.5304 18 19L19 7M9 7V4C9 3.73478 9.10536 3.48043 9.29289 3.29289C9.48043 3.10536 9.73478 3 10 3H14C14.2652 3 14.5196 3.10536 14.7071 3.29289C14.8946 3.48043 15 3.73478 15 4V7' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .profile-addresses__card--info_tools-remove {
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M5.3335 9.33333H26.6668M13.3335 14.6667V22.6667M18.6668 14.6667V22.6667M6.66683 9.33333L8.00016 25.3333C8.00016 26.0406 8.28111 26.7189 8.78121 27.219C9.28131 27.719 9.95959 28 10.6668 28H21.3335C22.0407 28 22.719 27.719 23.2191 27.219C23.7192 26.7189 24.0002 26.0406 24.0002 25.3333L25.3335 9.33333M12.0002 9.33333V5.33333C12.0002 4.97971 12.1406 4.64057 12.3907 4.39052C12.6407 4.14048 12.9799 4 13.3335 4H18.6668C19.0205 4 19.3596 4.14048 19.6096 4.39052C19.8597 4.64057 20.0002 4.97971 20.0002 5.33333V9.33333' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.profile-addresses__card--info_tools-remove:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .profile-addresses__card--info_tools-remove:hover {
    opacity: 1;
  }
}
.profile-addresses__card--info ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.profile-addresses__card--info ul li {
  color: var(--Green-80, #406162);
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  display: flex;
  gap: 4px;
}
@media (max-width: 991px) {
  .profile-addresses__card--info ul li {
    font-size: 1rem;
  }
}
.profile-addresses__card--info ul li:before {
  transform: translateY(2px);
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  content: "";
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
.profile-addresses__card--map {
  width: 256px;
  min-height: 152px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.profile-addresses__card--map .leaflet-control-zoom {
  display: none;
}
@media (max-width: 991px) {
  .profile-addresses__card--map {
    width: 100%;
    height: 100px;
  }
}
.profile-addresses__card--map:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  opacity: 0.1;
  z-index: 400;
  background: linear-gradient(0deg, #184b4d 0%, #184b4d 100%);
}
.profile-addresses__card--map .map {
  width: 100%;
  height: 100%;
}
.profile-addresses__card:hover .profile-addresses__card--info_tools {
  opacity: 1;
}

.profile-new-address__head {
  margin-bottom: 16px;
  color: var(--Green-190, #020606);
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  letter-spacing: -0.01286rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .profile-new-address__head {
    font-size: 1.14286rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 2rem;
    letter-spacing: normal;
  }
}
.profile-new-address__head--back {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
}
.profile-new-address__head--back:before {
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19M19 12L13 18M19 12L13 6' stroke='%23020606' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.profile-new-address__area {
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .profile-new-address__area {
    flex-direction: column;
    position: relative;
    padding-bottom: 56px;
  }
}
.profile-new-address__area--map {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  overflow: hidden;
}
@media (max-width: 991px) {
  .profile-new-address__area--map {
    flex: 0 0 unset;
    max-width: unset;
  }
}
.profile-new-address__area--map:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  opacity: 0.1;
  z-index: 400;
  background: linear-gradient(0deg, #184b4d 0%, #184b4d 100%);
}
.profile-new-address__area--map .map {
  width: 100%;
  min-height: 100%;
  height: 410px;
}
@media (max-width: 991px) {
  .profile-new-address__area--map .map {
    height: 152px;
  }
}
.profile-new-address__area--form {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  padding-left: 118px;
  --ss-main-height: 56px;
}
@media (max-width: 1199px) {
  .profile-new-address__area--form {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .profile-new-address__area--form {
    flex: 0 0 unset;
    max-width: unset;
    --ss-main-height: 40px;
  }
  .profile-new-address__area--form .form-groups .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.profile-new-address__area--form .btn {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .profile-new-address__area--form .btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.wallet-modal {
  width: 100%;
}
.wallet-modal__content {
  padding-top: 16px;
}
.wallet-modal__content--values {
  border-radius: 8px;
  border: 1px solid var(--Green-10, #e7ebeb);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 32px;
}
.wallet-modal__content--values:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: 1px;
  content: "";
  display: block;
  background: var(--Green-10, #e7ebeb);
}
.wallet-modal__content--values:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: var(--Green-10, #e7ebeb);
}
.wallet-modal__content--values li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wallet-modal__content--values li button,
.wallet-modal__content--values li a {
  color: var(--Green-100, #103a3b);
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  transition: color 0.3s;
}
.wallet-modal__content--values li button:hover,
.wallet-modal__content--values li a:hover {
  color: var(--Gold-100, #c6a246);
}
.wallet-modal__content--form .btn {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .wallet-modal__content--form .btn {
    height: 32px;
    font-size: 0.85714rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
    width: 100%;
  }
}

.profile-settings-account {
  max-width: 692px;
}
.profile-settings-account__description {
  margin-bottom: 16px;
  color: var(--Green-80, #406162);
  font-weight: 400;
  font-variation-settings: "wght" 400;
  line-height: 1.71429rem;
}
@media (max-width: 991px) {
  .profile-settings-account__description {
    font-size: 0.85714rem;
    font-weight: 325;
    font-variation-settings: "wght" 325;
  }
}
.profile-settings-account__description ul {
  padding-right: 24px;
}
.profile-settings-account__description ul li {
  list-style: disc;
}
@media (max-width: 991px) {
  .profile-settings-account {
    max-width: 100%;
  }
}
.profile-settings-account .btn {
  margin-top: 16px;
  gap: 12px;
}
.profile-settings-account .btn img {
  filter: invert(61%) sepia(72%) saturate(596%) hue-rotate(6deg) brightness(94%) contrast(89%);
  display: none;
}
.profile-settings-account .btn:focus img, .profile-settings-account .btn:active img {
  display: block;
}
@media (max-width: 991px) {
  .profile-settings-account .btn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .profile-settings-account .form-groups .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.orders-content-wrapper__more {
  display: flex;
  justify-content: center;
}

.offline-pay-timer {
  width: 212px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
@media (max-width: 767px) {
  .offline-pay-timer {
    width: 180px;
  }
}
.offline-pay-timer__time {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.14286rem;
  color: var(--Green-120, #0d2e2f);
  line-height: 2rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.offline-pay-timer__time:after {
  content: "";
  background-color: #708989;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 5.83333V10L12.5 12.5M17.5 10C17.5 14.1421 14.1421 17.5 10 17.5C5.85786 17.5 2.5 14.1421 2.5 10C2.5 5.85786 5.85786 2.5 10 2.5C14.1421 2.5 17.5 5.85786 17.5 10Z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 5.83333V10L12.5 12.5M17.5 10C17.5 14.1421 14.1421 17.5 10 17.5C5.85786 17.5 2.5 14.1421 2.5 10C2.5 5.85786 5.85786 2.5 10 2.5C14.1421 2.5 17.5 5.85786 17.5 10Z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  width: 20px;
  height: 20px;
}
.offline-pay-timer__progress {
  width: 100%;
  position: relative;
  background: var(--Green-10, #e7ebeb);
  border-radius: 28px;
  height: 8px;
  overflow: hidden;
}
.offline-pay-timer__progress--complete {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: width 0.5s;
  position: absolute;
  background: var(--Green-100, #103a3b);
  border-radius: 28px;
}

.offline-pay-description__head {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.offline-pay-description__head--title {
  color: var(--Green-190, #020606);
  font-size: 1.28571rem;
  letter-spacing: -0.01286rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 767px) {
  .offline-pay-description__head--title {
    font-size: 1.14286rem;
    line-height: 2.28571rem;
  }
}
.offline-pay-description__text {
  color: var(--Green-80, #406162);
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  margin-bottom: 16px;
}
.offline-pay-description ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
  max-width: max-content;
}
.offline-pay-description ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--Gold-160, #4f411c);
  font-size: 1.14286rem;
  line-height: 2.28571rem;
}
@media (max-width: 767px) {
  .offline-pay-description ul li {
    font-size: 1rem;
    line-height: 2rem;
  }
}
.offline-pay-description ul li strong {
  color: var(--Gold-120, #9e8238);
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
.offline-pay-description ul li .copy-number {
  cursor: pointer;
  position: relative;
  margin-right: auto;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16 8V6C16 5.46957 15.7893 4.96086 15.4142 4.58579C15.0391 4.21071 14.5304 4 14 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V14C4 14.5304 4.21071 15.0391 4.58579 15.4142C4.96086 15.7893 5.46957 16 6 16H8M10 8H18C19.1046 8 20 8.89543 20 10V18C20 19.1046 19.1046 20 18 20H10C8.89543 20 8 19.1046 8 18V10C8 8.89543 8.89543 8 10 8Z' stroke='%234f411c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-image 0.3s;
}
.offline-pay-description ul li .copy-number:after {
  margin-top: -19px;
}
@media (max-width: 1459px) {
  .offline-pay-description ul li .copy-number:after {
    transform: translateX(-50%) translateY(-100%);
    left: 50%;
  }
}
.offline-pay-description ul li .copy-number:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16 8V6C16 5.46957 15.7893 4.96086 15.4142 4.58579C15.0391 4.21071 14.5304 4 14 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V14C4 14.5304 4.21071 15.0391 4.58579 15.4142C4.96086 15.7893 5.46957 16 6 16H8M10 8H18C19.1046 8 20 8.89543 20 10V18C20 19.1046 19.1046 20 18 20H10C8.89543 20 8 19.1046 8 18V10C8 8.89543 8.89543 8 10 8Z' stroke='%23103a3b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.offline-pay-description ul li .copy-number:hover:after, .offline-pay-description ul li .copy-number:hover:before {
  opacity: 0;
}
.offline-pay-description ul li .copy-number.active:after, .offline-pay-description ul li .copy-number.active:before {
  opacity: 1 !important;
}
.offline-pay-description__file {
  max-width: 574px;
  margin-bottom: 24px;
  padding: 8px 8px 8px 16px;
  border: 1px solid var(--Green-20, #cfd8d8);
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.offline-pay-description__file--image {
  flex: 0 0 58px;
  max-width: 58px;
  border-radius: 2px;
  aspect-ratio: 1;
}
.offline-pay-description__file--remove {
  transition: unset;
  background-color: #ff0000;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 7L20 7M10 11L10 17M14 11L14 17M5 7L6 19C6 19.5304 6.21071 20.0391 6.58579 20.4142C6.96086 20.7893 7.46957 21 8 21L16 21C16.5304 21 17.0391 20.7893 17.4142 20.4142C17.7893 20.0391 18 19.5304 18 19L19 7M9 7L9 4C9 3.73478 9.10536 3.48043 9.29289 3.29289C9.48043 3.10536 9.73478 3 10 3L14 3C14.2652 3 14.5196 3.10536 14.7071 3.29289C14.8946 3.48043 15 3.73478 15 4L15 7' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 7L20 7M10 11L10 17M14 11L14 17M5 7L6 19C6 19.5304 6.21071 20.0391 6.58579 20.4142C6.96086 20.7893 7.46957 21 8 21L16 21C16.5304 21 17.0391 20.7893 17.4142 20.4142C17.7893 20.0391 18 19.5304 18 19L19 7M9 7L9 4C9 3.73478 9.10536 3.48043 9.29289 3.29289C9.48043 3.10536 9.73478 3 10 3L14 3C14.2652 3 14.5196 3.10536 14.7071 3.29289C14.8946 3.48043 15 3.73478 15 4L15 7' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  width: 24px;
  height: 24px;
}
.offline-pay-description__file--remove.active {
  mask-image: unset;
  -webkit-mask-image: unset;
  align-self: center;
  animation: loaderAnimate 1.1s infinite linear;
  block-size: 10em;
  border-block-start: 1.1em solid #ff0000;
  border-inline-end: 1.1em solid #ff0000;
  border-radius: 50%;
  display: inline-block;
  font-size: 2px;
  inline-size: 10em;
  position: relative;
  transform: translateZ(0);
  background-color: transparent;
}
.offline-pay-description__file--details {
  display: flex;
  padding-left: 52px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  flex: 1;
}
.offline-pay-description__file--details_title {
  color: var(--Green-40, #9fb0b1);
  line-height: 1.57143rem;
}
.offline-pay-description__file--details_size {
  color: var(--Primary-Colors-Bunker, #8d9199);
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  direction: ltr;
}
.offline-pay-description__file--details_progress {
  background-color: #9fb0b1;
  position: relative;
  border-radius: 8px;
  height: 4px;
  overflow: hidden;
  width: 100%;
  flex: 0 0 100%;
}
.offline-pay-description__file--details_progress-complete {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  transition: width 0.3s;
  border-radius: 8px;
  background: var(--Green-100, #103a3b);
}
.offline-pay-description__upload {
  max-width: 574px;
  margin-bottom: 16px;
}
.offline-pay-description__upload--description {
  color: var(--Green-80, #406162);
  font-size: 0.85714rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
  line-height: 1.71429rem;
  margin-top: 8px;
}
.offline-pay-description__add {
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid #e7ebeb;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
.offline-pay-description__add--button {
  height: 32px;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid var(--Green-100, #103a3b);
  color: var(--Green-100, #103a3b);
  font-size: 0.85714rem;
  line-height: 1.71429rem;
}
.offline-pay-description__add--button:disabled {
  background-color: #e6e7e9;
  color: #909090;
  pointer-events: none;
  border: none;
}
.offline-pay-description__add--button:hover {
  background-color: var(--Green-100, #103a3b);
  color: #fff;
}

.invoice-area__head {
  background: #103a3b;
  color: #fff;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 128px;
  gap: 16px;
}
.invoice-area__head--order-number {
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.18714rem;
  letter-spacing: 0.831rem;
  font-size: 1.18714rem;
  text-align: center;
  font-family: "Courier New", "Arial";
  font-feature-settings: "liga" off, "calt" off;
}
.invoice-area__head--barcode {
  width: 310px;
  height: 56px;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 6px;
}
.invoice-area__head--barcode-wrapper {
  margin-right: auto;
}
.invoice-area__head--title {
  display: flex;
  flex-direction: column;
}
.invoice-area__head--title h1 {
  font-size: 2.28571rem;
  letter-spacing: -0.02286rem;
  font-weight: 725;
  font-variation-settings: "wght" 725;
}
.invoice-area__head--title h2 {
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.invoice-area__content {
  padding: 16px;
  background-color: #fff;
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap;
}
.invoice-area__box {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  border-radius: 8px;
  border: 1.662px solid var(--Green-10, #e7ebeb);
  box-shadow: 0 1.662px 3.324px 0 rgba(10, 13, 20, 0.03);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.invoice-area__box--title {
  color: var(--Balck, #000);
  font-size: 1.71429rem;
  line-height: 2.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.invoice-area__box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  justify-content: space-between;
}
.invoice-area__box ul li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--Green-80, #406162);
  font-weight: 600;
  font-variation-settings: "wght" 600;
  line-height: 1.71429rem;
  font-size: 1.14286rem;
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
}
.invoice-area__box ul li span {
  color: var(--Balck, #000);
  font-size: 1.42857rem;
  line-height: 2.28571rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
.invoice-area__box.w-full li {
  flex: 0 0 calc(25% - 18px);
  max-width: calc(25% - 18px);
}

.invoice-area-table {
  width: 100%;
  border: none;
  border-spacing: unset;
}
.invoice-area-table thead tr th {
  white-space: nowrap;
  text-align: center;
  background: var(--Green-10, #e7ebeb);
  color: var(--Green-80, #406162);
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  padding: 12px;
}
.invoice-area-table thead tr th:first-child {
  text-align: right;
  border-radius: 0 8px 8px 0;
}
.invoice-area-table thead tr th:last-child {
  text-align: right;
  border-radius: 8px 0 0 8px;
}
.invoice-area-table tbody tr td {
  text-align: center;
  border-bottom: 1px solid #e1e4ea;
  padding: 16px;
  font-size: 1rem;
  line-height: 1.71429rem;
}
.invoice-area-table tbody tr td:first-child {
  text-align: right;
}
.invoice-area-table tbody tr td:last-child {
  text-align: right;
}
.invoice-area-table tbody tr:last-child td {
  padding-bottom: 0;
  border: none;
}
.invoice-area-table__product {
  display: flex;
  align-items: center;
  gap: 12px;
  align-items: center;
  min-width: 180px;
}
.invoice-area-table__product img {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
}
.invoice-area-table__product--title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 1rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
  line-height: 1.71429rem;
}
.invoice-area-table__product--title small {
  font-size: 1.14286rem;
}
.invoice-area-table__row {
  display: flex;
  align-items: center;
  gap: 24px;
}
.invoice-area-table__row strong {
  padding: 12px;
  text-align: left;
  min-width: 200px;
  color: var(--Green-100, #103a3b);
  line-height: 1.71429rem;
  font-size: 1.28571rem;
  font-weight: 450;
  font-variation-settings: "wght" 450;
}
.invoice-area-table__row span {
  line-height: 1.71429rem;
  font-size: 1.28571rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}

.not-found-page {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .not-found-page {
    flex-direction: column-reverse;
    max-width: 328px;
    margin-left: auto;
    margin-right: auto;
  }
}
.not-found-page__picture {
  position: relative;
}
@media (max-width: 991px) {
  .not-found-page__picture {
    width: 100%;
  }
}
.not-found-page__picture img {
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
.not-found-page__picture:before {
  content: "";
  width: 101px;
  height: 490px;
  display: block;
  border-radius: 2px;
  background: var(--Gold-20, #f4ecda);
  position: absolute;
  right: -24px;
  bottom: -24px;
  content: "";
}
@media (max-width: 991px) {
  .not-found-page__picture:before {
    right: -8px;
    bottom: -8px;
    width: 164px;
    height: 207px;
  }
}
.not-found-page__details {
  flex: 0 0 540px;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .not-found-page__details {
    flex: unset;
    max-width: unset;
    width: 100%;
  }
}
.not-found-page__details--title {
  margin-bottom: 8px;
  color: var(--Gold-190, #141007);
  font-size: 2.85714rem;
  line-height: 4.57143rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .not-found-page__details--title {
    font-size: 1.71429rem;
    line-height: 2.85714rem;
  }
}
.not-found-page__details--description {
  margin-bottom: 24px;
  color: var(--Green-100, #103a3b);
  font-size: 1rem;
  line-height: 1.71429rem;
  font-weight: 325;
  font-variation-settings: "wght" 325;
}
@media (max-width: 991px) {
  .not-found-page__details--description {
    margin-bottom: 16px;
  }
}

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