#app {
  position: relative;
  display: flex;
  flex-direction: column;
}
#app.hidden {
  display: none;
}

.PConly {
  display: block;
}
.Mobonly {
  display: none !important;
}
main {
  color: #1d1d1f;
}
main a {
  color: inherit;
}
main img {
  display: block;
  width: 100%;
  height: auto;
}
main .lazy {
  opacity: 0;
  visibility: hidden;
}
main .lazy.loaded {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}
main .button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
main .button-group .button {
  flex: 1;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.3s ease-out, border 0.3s ease-out;
}
main .button-group .button.outline {
  background-color: #fff;
  border: 1px solid #c4c4c6;
}
main .button-group .button.large {
  font-size: 1.125rem;
  padding: 20px 32px;
}
main .button-group .button.full {
  font-size: 1.125rem;
  padding: 20px 32px;
  color: #3c3c43;
}
@media (any-hover: hover) {
  main .button-group .button:hover {
    background-color: #f5f5f5;
  }
}
@media (any-hover: none) {
  main .button-group .button:active {
    background-color: #f5f5f5;
  }
}
main .anchor-group {
  display: flex;
  justify-content: center;
}
main .anchor-group .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(50% - 0.5px, 300px);
  transition: background-position 0.3s;
  padding: 0 8px 30px;
  background-image: url(/assets/img/ico_arrow-down-12x7.svg);
  background-repeat: no-repeat;
  background-position: bottom 8px center;
  background-size: 12px auto;
  cursor: pointer;
}
main .anchor-group .item:not(:first-child):before {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  display: block;
  height: 100%;
  width: 1px;
  background-color: #d8d8d9;
}
main .swiper-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 36px;
}
main .swiper-button-prev,
main .swiper-button-next {
  position: static;
  transform: none;
  margin: 0;
  width: auto;
  height: auto;
}
main .swiper-button-prev:after,
main .swiper-button-next:after {
  content: '';
  width: 16px;
  height: 16px;
}
main .swiper-button-prev:after {
  transform: scaleX(-1);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjM0MzQzQzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJtNiAxMyA1LTUtNS01Ii8+PC9zdmc+);
}
main .swiper-button-next:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjM0MzQzQzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJtNiAxMyA1LTUtNS01Ii8+PC9zdmc+);
}
main .swiper-pagination-fraction,
main .swiper-pagination-custom,
main .swiper-horizontal > .swiper-pagination-bullets,
main .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  transform: none;
  width: auto;
}
main .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: transparent;
}
main .swiper-pagination-bullet:before,
main .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
}
main .swiper-pagination-bullet:before {
  background-color: #c4c4c6;
  height: 6px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}
main .swiper-pagination-bullet:after {
  opacity: 0;
  transition: opacity 0.2s ease;
}
main .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background-color: #3c3c43;
}
main .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border: 1px solid #3c3c43;
  height: 10px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}
.anchorBar {
  display: flex;
  justify-content: center;
}
.anchorBar_item {
  position: relative;
  flex: 1;
  padding: 12px 0;
}
.anchorBar_item:not(:first-child):before {
  content: '';
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  display: block;
  width: 1px;
  height: calc(100% - 24px);
  background-color: #d8d8d9;
}
.anchorBar_link {
  position: relative;
  padding: 0 4px 18px;
  font-size: 0.875rem;
  text-align: center;
  cursor: pointer;
}
.anchorBar_link:after {
  content: '';
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjM0MzQzQzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJtMyA2IDUgNSA1LTUiLz48L3N2Zz4=)
    no-repeat 50% / contain;
  bottom: 0;
  height: 16px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  transform: translate3d(-50%, 0, 0);
  width: 16px;
  transition: transform 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .anchorBar_link:hover:after {
    transform: translate3d(-50%, 3px, 0);
  }
}
@media (any-hover: none) {
  .anchorBar_link:active:after {
    transform: translate3d(-50%, 3px, 0);
  }
}
.more-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #1d1d1f;
  font-size: 1rem;
}
.more-link:after {
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjM0MzQzQzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJtNi41IDEzIDUtNS01LTUiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .more-link:hover {
    opacity: 0.8;
  }
  .more-link:hover:after {
    transform: translate(3px);
  }
}
@media (any-hover: none) {
  .more-link:active {
    opacity: 0.8;
  }
  .more-link:active:after {
    transform: translate(3px);
  }
}
.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1000px) {
  main .button-group .button.large {
    max-width: 370px;
  }
  main .button-group .button.full {
    max-width: 602px;
  }
  main .anchor-group .item {
    padding-bottom: 32px;
    background-image: url(/assets/img/ico_arrow-down-17.svg);
    background-position: bottom 0 center;
    background-size: 17px auto;
  }
}
@media only screen and (min-width: 1000px) and (any-hover: hover) {
  main .anchor-group .item:hover {
    background-position: bottom -3px center;
  }
}
@media only screen and (min-width: 1000px) and (any-hover: none) {
  main .anchor-group .item:active {
    background-position: bottom -3px center;
  }
}
@media only screen and (min-width: 1000px) {
  br.desktop-only {
    display: block;
  }
  br.mobile-only {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  main .button-group .button.large {
    max-width: 240px;
    font-size: 16px;
    padding: 16px 24px;
  }
  main .button-group .button.full {
    padding: 20px 32px;
  }
  .anchorBar_link {
    padding-left: 10px;
    padding-right: 10px;
  }
  br.desktop-only {
    display: none;
  }
  br.mobile-only {
    display: block;
  }
}
:root {
  --space-4xs: 4px;
  --space-3xs: 8px;
  --space-2xs: 12px;
  --space-xs: 16px;
  --space-s: 20px;
  --space-m: 24px;
  --space-l: 32px;
  --space-xl: 40px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;
}
.u-lh-200 {
  line-height: 2;
}
.u-lh-180 {
  line-height: 1.8;
}
.u-lh-150 {
  line-height: 1.5;
}
.u-fw-900 {
  font-weight: 900;
}
.u-fw-700 {
  font-weight: 700;
}
.u-fw-500 {
  font-weight: 500;
}
.u-text-center {
  text-align: center;
}
.u-container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.u-pt-4xs {
  padding-top: var(--space-4xs);
}
.u-pb-4xs {
  padding-bottom: var(--space-4xs);
}
.u-mt-4xs {
  margin-top: var(--space-4xs);
}
.u-mb-4xs {
  margin-bottom: var(--space-4xs);
}
.u-pt-3xs {
  padding-top: var(--space-3xs);
}
.u-pb-3xs {
  padding-bottom: var(--space-3xs);
}
.u-mt-3xs {
  margin-top: var(--space-3xs);
}
.u-mb-3xs {
  margin-bottom: var(--space-3xs);
}
.u-pt-2xs {
  padding-top: var(--space-2xs);
}
.u-pb-2xs {
  padding-bottom: var(--space-2xs);
}
.u-mt-2xs {
  margin-top: var(--space-2xs);
}
.u-mb-2xs {
  margin-bottom: var(--space-2xs);
}
.u-pt-xs {
  padding-top: var(--space-xs);
}
.u-pb-xs {
  padding-bottom: var(--space-xs);
}
.u-mt-xs {
  margin-top: var(--space-xs);
}
.u-mb-xs {
  margin-bottom: var(--space-xs);
}
.u-pt-s {
  padding-top: var(--space-s);
}
.u-pb-s {
  padding-bottom: var(--space-s);
}
.u-mt-s {
  margin-top: var(--space-s);
}
.u-mb-s {
  margin-bottom: var(--space-s);
}
.u-pt-m {
  padding-top: var(--space-m);
}
.u-pb-m {
  padding-bottom: var(--space-m);
}
.u-mt-m {
  margin-top: var(--space-m);
}
.u-mb-m {
  margin-bottom: var(--space-m);
}
.u-pt-l {
  padding-top: var(--space-l);
}
.u-pb-l {
  padding-bottom: var(--space-l);
}
.u-mt-l {
  margin-top: var(--space-l);
}
.u-mb-l {
  margin-bottom: var(--space-l);
}
.u-pt-xl {
  padding-top: var(--space-xl);
}
.u-pb-xl {
  padding-bottom: var(--space-xl);
}
.u-mt-xl {
  margin-top: var(--space-xl);
}
.u-mb-xl {
  margin-bottom: var(--space-xl);
}
.u-pt-2xl {
  padding-top: var(--space-2xl);
}
.u-pb-2xl {
  padding-bottom: var(--space-2xl);
}
.u-mt-2xl {
  margin-top: var(--space-2xl);
}
.u-mb-2xl {
  margin-bottom: var(--space-2xl);
}
.u-pt-3xl {
  padding-top: var(--space-3xl);
}
.u-pb-3xl {
  padding-bottom: var(--space-3xl);
}
.u-mt-3xl {
  margin-top: var(--space-3xl);
}
.u-mb-3xl {
  margin-bottom: var(--space-3xl);
}
.u-pt-4xl {
  padding-top: var(--space-4xl);
}
.u-pb-4xl {
  padding-bottom: var(--space-4xl);
}
.u-mt-4xl {
  margin-top: var(--space-4xl);
}
.u-mb-4xl {
  margin-bottom: var(--space-4xl);
}
@media only screen and (min-width: 576px) {
  .u-container {
    width: min(100%, 540px);
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .u-container {
    width: min(100%, 720px);
  }
}
@media only screen and (min-width: 992px) {
  .u-container {
    width: min(100%, 960px);
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .u-container {
    width: min(100%, 1140px);
    padding: 0 15px;
  }
}
.product-list .row {
  display: flex;
  flex-wrap: wrap;
}
.product-card {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 24px;
  background-color: #fffcf1;
}
.product-card.vertical {
  flex-direction: column;
}
.product-card.vertical .img-box {
  width: 100%;
}
.product-card.vertical .text-box {
  width: 100%;
  padding: 0;
  margin-top: 16px;
}
.product-card.vertical .color-chips {
  margin-bottom: 6px;
}
.product-card > a {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  background-color: #3c3c43;
  margin-top: 40px;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .product-card > a:hover {
    background-color: #3c3c43cc;
  }
}
@media (any-hover: none) {
  .product-card > a:active {
    background-color: #3c3c43cc;
  }
}
.product-card .tag {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #7f0019;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  padding: 4px 8px;
  background-color: #f2f1ed;
  z-index: 1;
}
.product-card .img-box {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
}
.product-card .img-box .color-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-card .img-box .color-box:not(.active) {
  opacity: 0;
}
.product-card .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 56.25%;
  padding: 0 0 0 15px;
}
.product-card .text-box .price {
  font-size: 0.875rem;
  margin-top: 15px;
}
.product-card .text-box .price span.number {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 3px;
}
.product-card .color-chips {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 2px;
  margin-bottom: 6px;
  z-index: 1;
}
.product-card .color-chips > li {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 3px;
  cursor: pointer;
}
.product-card .color-chips > li.active:before {
  opacity: 1;
}
.product-card .color-chips > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #3c3c43;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.product-card .color-chips > li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -webkit-user-select: none;
  user-select: none;
}
.special-report {
  margin-top: 64px;
}
.special-report .header h4 {
  font-size: 1.125rem;
}
.special-report .button-group {
  margin-top: 40px;
}
.special-report .button-group .button {
  background-color: #f4eede;
  border: 1px solid #f4eede;
}
@media (any-hover: hover) {
  .special-report .button-group .button:hover {
    background-color: #e0ceaa;
    border: 1px solid #e0ceaa;
  }
}
@media (any-hover: none) {
  .special-report .button-group .button:active {
    background-color: #e0ceaa;
    border: 1px solid #e0ceaa;
  }
}
.report-list {
  margin-top: 20px;
}
.report-list .row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 19px;
}
.report-list .grid {
  width: calc((100% - 19px) / 2);
}
.report-list .item .img-box {
  aspect-ratio: 640/400;
  border: 1px solid #d8d8d9;
}
.report-list .item .text-box {
  font-size: 0.75rem;
  margin-top: 4px;
}
.report-list + .button-group .button.large {
  max-width: 100%;
}

.service .leading__title,
.cartbox .leading__title {
  margin-top: 8px;
  font-size: 1.625rem;
}

.cartbox .leading__title span {
  font-size: 1.8rem;
}

.hero-gallery-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 32px 0 40px 0;
}

.hero-gallery-carousel__container {
  pointer-events: none;
}
.hero-gallery-carousel__inner {
  position: relative;
}

.hero-gallery-carousel__track {
  width: 100vw;
}

.hero-gallery-carousel__slide {
  height: 360px;
}

.hero-gallery-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-gallery-carousel .owl-item.active.center .hero-gallery-carousel__slide {
  transform: scale(1.03);
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0px 0px !important;
  width: 10px !important;
  height: 10px !important;
}

.owl-theme .owl-dots .owl-dot {
  margin: 0px 4px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3c3c43 !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: #c4c4c6;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: none !important;
}

/* 點點樣式（覆蓋成 MUJI 風格） */
.hero-gallery-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
}

.hero-gallery-carousel .owl-dot {
  position: relative;
  width: 10px;
  height: 10px;
}

.hero-gallery-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 2px auto;
  border-radius: 50%;
  background-color: #c4c4c6; /* 灰色未選取 */
  transition: background-color 0.2s ease;
}

.hero-gallery-carousel .owl-dot.active span {
  background: #1d1d1f;
}

.hero-gallery-carousel .owl-dot.active::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid #1d1d1f;
  pointer-events: none;
}

.hero-gallery-carousel .owl-dot.active::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  pointer-events: none;
}

.hero-gallery-carousel .owl-carousel .owl-item img {
  padding: 0px 6px;
}

@media (any-hover: hover) {
  .hero-gallery-carousel .owl-dot:hover span {
    background-color: #6b7280;
  }
}

/* ===============================
   Market Info 區塊
   =============================== */

.market-info {
  background-color: #fffcf1; /* 淡米色底 */
  padding: 36px 70px;
  margin: 24px 0 48px 0;
}

.market-info__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;

  display: flex;
  align-items: center;
  gap: 40px;
}

/* 左側圖片 */
.market-info__image {
  flex: 0 0 240px;
  aspect-ratio: 1 / 1;
  background-color: #d9d9d9; /* 圖片佔位灰 */
}

/* 右側文字 */
.market-info__content {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
  color: #1d1d1f;
}

.market-info__desc {
  margin-bottom: 12px;
}

.market-info__stores {
  color: #3c3c43;
}

.market-info__label {
  font-weight: 700;
}

.market-info__store-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
  padding: 0;
  list-style: none;
}

.market-info__store-list li::after {
  content: '、';
}

.market-info__store-list li:first-child:after,
.market-info__store-list li:last-child:after {
  content: '';
}

/* 在整個門市清單最後補上全形句號 */
.market-info__store-list::after {
  content: '。';
  margin-left: 2px;
}

.market-info__store-list li:last-child::after {
  content: '';
}

.market-info__store-list a {
  color: #1d1d1f;
  text-decoration: underline;
  font-size: 16px;
}

@media (any-hover: hover) {
  .market-info__store-list a:hover {
    opacity: 0.7;
  }
}

/* ===============================
   Hero Carousel 控制列（箭頭＋dots 置中）
   =============================== */

.hero-gallery-carousel {
  position: relative;
}

/* 外層控制列 */
.hero-gallery-carousel .owl-nav,
.hero-gallery-carousel .owl-dots {
  position: static;
}

/* 建立一個 flex 容器 */
.hero-gallery-carousel .owl-nav,
.hero-gallery-carousel .owl-dots {
  display: flex;
  align-items: center;
}

/* 用一個假的控制列概念，把 nav 跟 dots 排在一起 */
.hero-gallery-carousel .owl-dots {
  order: 2;
}

.hero-gallery-carousel .owl-nav {
  order: 1;
}

/* 實際置中排版 */
.hero-gallery-carousel .owl-stage-outer {
  position: relative;
}

.hero-gallery-carousel .owl-controls,
.hero-gallery-carousel .owl-nav,
.hero-gallery-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

/* ===============================
   Dots（跟圖片同樣 MUJI 風格）
   =============================== */

.hero-gallery-carousel .owl-dots {
  margin: 0;
  position: relative;
  margin: 0px auto;
  top: -19px;
  width: 8%;
  gap: 2px;
}

.hero-gallery-carousel .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background-color: #c4c4c6;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.hero-gallery-carousel .owl-dot.active span {
  background-color: #3c3c43;
}

/* ===============================
   箭頭（細線 SVG，與 Swiper 同風格）
   =============================== */

.hero-gallery-carousel .owl-nav button {
  width: 16px;
  height: 16px;
  padding: 0;
  background: none;
}

.hero-gallery-carousel .owl-nav button span {
  display: none;
}

/* Prev */
.hero-gallery-carousel .owl-prev::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%233C3C43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M10 3 5 8l5 5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Next */
.hero-gallery-carousel .owl-next::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%233C3C43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M6 3l5 5-5 5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -4%;
  position: relative;
  width: 16px;
  height: 16px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -4%;
  position: relative;
  width: 16px;
  height: 16px;
}

@media only screen and (min-width: 1000px) {
  .special-report {
    margin-top: 96px;
  }
  .report-list .row {
    gap: 24px 20px;
  }
  .report-list .grid {
    width: calc((100% - 40px) / 3);
  }
  .report-list .item .text-box {
    font-size: 0.875rem;
  }
  .report-list + .button-group .button.large {
    max-width: calc((100% - 20px) / 2);
  }
}
.hero .img-box {
  aspect-ratio: 393/450;
}
.leading {
  padding: 40px 0;
}
.leading__title {
  font-size: 1.625rem;
}
.leading__desc {
  margin-top: var(--space-2xs);
}
.feature {
  background-color: #fffcf1;
  padding: var(--space-3xl) 0;
}
.feature__swiper {
  margin-top: 48px;
}
.feature__swiper .swiper-slide {
  background-color: transparent;
}
.feature__item .img-box {
  aspect-ratio: 1/1;
}
.feature__item p {
  margin-top: 12px;
}
.service__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__title:before,
.service__title:after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #bfd8a6;
}
.market__inner {
  display: flex;
  align-items: center;
  width: min(100%, 613px);
  padding: 15px;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #76767b;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .market__inner:hover {
    background-color: #f0f0f0;
  }
}
@media (any-hover: none) {
  .market__inner:active {
    background-color: #f0f0f0;
  }
}
.market__img {
  width: 150px;
  flex-shrink: 0;
}
.market__img .img-box {
  aspect-ratio: 1/1;
}
.market__text {
  padding: 0 32px 0 24px;
}
.market__desc {
  color: #3c3c43;
  font-size: 0.9375rem;
  margin-top: 8px;
}
.market__arrow {
  width: 24px;
  height: 24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMTguNDE3NUwxNSAxMi40MTc1TDkgNi40MTc0OCIgc3Ryb2tlPSIjM0MzQzQzIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)
    no-repeat center/contain;
  flex-shrink: 0;
}
@media only screen and (min-width: 1000px) {
  .hero .img-box {
    aspect-ratio: 1440/600;
  }
  .leading {
    padding: var(--space-3xl) 0;
  }
  .leading__title {
    font-size: 2rem;
  }
  .leading__items {
    display: flex;
    justify-content: space-between;
    margin-top: var(--space-2xl);
  }
  .leading__item {
    width: 47.5822%;
  }
  .leading__item .img-box {
    aspect-ratio: 492/371;
  }
  .leading__intro {
    margin-top: 36px;
  }
  .feature {
    padding: 72px 0;
  }
  .feature__title {
    font-size: 1.625rem;
  }
  .feature__swiper .swiper-wrapper {
    gap: 30px;
    justify-content: center;
  }
  .feature__swiper .swiper-slide {
    width: calc((100% - 60px) / 3);
  }
  .feature__swiper .swiper-control {
    display: none;
  }
  .service {
    padding-top: var(--space-4xl);
  }
  .service__title {
    gap: 0 35px;
    font-size: 1.625rem;
  }
  .service__list {
    margin-top: 36px;
  }
  .service__list > li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 24px 0;
    flex-wrap: wrap;
  }
  .service__list > li:not(:first-child) {
    margin-top: 16px;
  }
  .service__list > li.images {
    gap: 0 50px;
    margin-top: 0;
  }
  .service__list > li.images .img-box {
    width: calc(50% - 25px);
    aspect-ratio: 492/371;
    margin-top: 24px;
  }
  .service__listTitle {
    font-size: 1.625rem;
  }
  .service__listContent {
    /* width: 76.402%; */
    width: 100%;
  }

  .service__listContent h5 {
    margin-bottom: 12px;
    font-size: 20px;
    padding-left: 16px;
    border-left: 4px solid #f5c400;
  }
  .service__listContent ul {
    display: flex;
    gap: 0 20px;
    margin: 30px 0;
  }
  .service__listContent ul > li {
    width: calc((100% - 40px) / 3);
  }
  .service__img {
    margin-top: 40px;
  }
  .service__img .img-box {
    aspect-ratio: 1034/640;
  }
  .service__lineup {
    margin-top: 36px;
  }
  .service__lineup .product-list .row {
    gap: 0 30px;
  }
  .service__lineup .product-list .grid {
    width: calc((100% - 60px) / 3);
  }
  .market {
    padding: var(--space-4xl) 0;
  }
}
@media only screen and (max-width: 991px) {
  .leading__items {
    margin-top: 40px;
  }
  .leading__item:not(:first-child) {
    margin-top: 16px;
  }
  .leading__item .img-box {
    aspect-ratio: 353/371;
  }
  .leading__intro {
    padding: 32px 0;
  }
  .feature__title {
    font-size: 1.375rem;
  }
  .feature__item p {
    margin-top: 10px;
    text-align: center;
  }
  .service {
    padding-top: var(--space-3xl);
  }
  .service__title {
    gap: 0 6px;
    font-size: 1.375rem;
  }
  .service__list {
    margin-top: 20px;
  }
  .service__list > li {
    padding: 12px 0;
  }
  .service__list > li.images {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
  }
  .service__listTitle {
    font-size: 1.375rem;
    text-align: center;
  }
  .service__listContent {
    font-size: 1rem;
    text-align: center;
    margin-top: 16px;
  }
  .service__listContent ul {
    margin: 30px 0;
  }
  .service__listContent ul > li:not(:first-child) {
    margin-top: 30px;
  }
  .service__img {
    margin-top: 36px;
  }
  .service__img .img-box {
    aspect-ratio: 353/460;
  }
  .service__lineup {
    margin-top: 36px;
  }
  .service__lineup .product-list .row {
    gap: 54px 0;
  }
  .service__lineup .product-list .grid {
    width: 100%;
  }
  .service__lineup .product-list .product-card .text-box .name {
    font-size: 1.125rem;
  }
  .service__lineup .product-list .product-card > a {
    margin-top: 24px;
  }
  .market {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .PConly {
    display: none !important;
  }
  .Mobonly {
    display: block !important;
  }

  .cartbox .leading__title span {
    display: inline-block !important;
  }

  .market-info__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 16px;
  }

  .market-info__image {
    width: 100%;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: -10%;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: -10%;
  }

  .service__listContent {
    text-align: left;
  }
  .service__listContent h5 {
    margin-bottom: 12px;
    font-size: 20px;
    padding-left: 16px;
    border-left: 4px solid #f5c400;
  }

  .market-info {
    padding: 28px 20px;
  }

  /* Prev */
  .hero-gallery-carousel .owl-prev::after {
    width: 14px;
    height: 14px;
  }

  /* Next */
  .hero-gallery-carousel .owl-next::after {
    width: 14px;
    height: 14px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    width: 14px;
    height: 14px;
  }
  .owl-carousel .owl-nav button.owl-next {
    width: 14px;
    height: 14px;
  }

  .hero-gallery-carousel .owl-dots {
    top: -17px;
  }

  .leading__title {
    font-size: 32px;
  }

  .leading__desc {
    font-size: 16px !important;
  }

  .service__title {
    font-size: 18px;
  }

  .service .leading__title,
  .cartbox .leading__title {
    font-size: 22px;
  }

  .feature__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .market__img {
    width: 100px;
  }
  .market__text {
    padding: 0 7px 0 10px;
  }
  .market__desc {
    font-size: 0.8125rem;
    margin-top: 3px;
  }
  .market__desc span {
    display: none;
  }
}
.modal__container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  z-index: 99999;
}
.modal__container.--type-normal {
  background-color: #000000b3;
}
.modal__container.--type-normal .modal__content {
  width: min(100%, 800px);
  min-height: 600px;
}
.modal__container.--type-alert .modal__content {
  width: min(100%, 400px);
  background-color: #fff;
  box-shadow: 2px 2px 20px #0000004d;
}
.modal__scroller {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px 0;
}
.modal__content {
  position: relative;
  background-color: #fff;
  margin: auto;
}
.modal__close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  cursor: pointer;
}
.modal__close-btn:before,
.modal__close-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #8f9cb5;
}
.modal__close-btn:before {
  width: 14px;
  height: 3px;
}
.modal__close-btn:after {
  width: 3px;
  height: 14px;
}
.modal__close-btn:hover:before,
.modal__close-btn:hover:after {
  background-color: #bdc9df;
}
.modal__container .alert__body {
  padding: 48px 16px;
  text-align: center;
}
.modal__container .alert__buttons {
  display: flex;
}
.modal__container .alert__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  min-height: 60px;
  background-color: #eee;
  flex: 1;
  cursor: pointer;
}
.modal__container .alert__button.--cancel {
  color: #fff;
  background-color: #fc7169;
}
.modal__container .alert__button.--confirm {
  color: #fff;
  background-color: #3dca89;
}
.modal__container .modal__content {
  opacity: 0;
  transition-property: opacity, transform;
}
.modal__container.enter {
  opacity: 1;
  transition: opacity 0.3s;
}
.modal__container[class*='effect-fade'].enter .modal__content {
  opacity: 1;
  transform: translateZ(0);
  transition-duration: 0.6s;
}
.modal__container[class*='effect-fade'].enter.leaving {
  opacity: 0;
  transition: opacity 0.3s;
}
.modal__container[class*='effect-fade'].enter.leaving .modal__content {
  opacity: 0;
  transform: translateZ(0);
}
.modal__container[class~='effect-fade-up'] .modal__content {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translate3d(0, 50px, 0);
}
.modal__container[class~='effect-fade-up'].enter.leaving .modal__content {
  transform: translate3d(0, 50px, 0);
}
.modal__container[class~='effect-fade-down'] .modal__content {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translate3d(0, -50px, 0);
}
.modal__container[class~='effect-fade-down'].enter.leaving .modal__content {
  transform: translate3d(0, -50px, 0);
}
.modal__container[class~='effect-fade-left'] .modal__content {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translate3d(50px, 0, 0);
}
.modal__container[class~='effect-fade-left'].enter.leaving .modal__content {
  transform: translate3d(50px, 0, 0);
}
.modal__container[class~='effect-fade-right'] .modal__content {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translate3d(-50px, 0, 0);
}
.modal__container[class~='effect-fade-right'].enter.leaving .modal__content {
  transform: translate3d(-50px, 0, 0);
}
.modal__container[class~='effect-zoom-in'] .modal__content {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0.9);
}
.modal__container[class~='effect-zoom-in'].enter .modal__content {
  opacity: 1;
  transform: translateZ(0);
  transition-duration: 0.3s;
}
.modal__container[class~='effect-zoom-in'].enter.leaving {
  opacity: 0;
  transition: opacity 0.3s;
}
.modal__container[class~='effect-zoom-in'].enter.leaving .modal__content {
  transform: scale(0.9);
}
.modal__container[class~='effect-zoom-out'] .modal__content {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(1.1);
}
.modal__container[class~='effect-zoom-out'].enter .modal__content {
  opacity: 1;
  transform: translateZ(0);
  transition-duration: 0.3s;
}
.modal__container[class~='effect-zoom-out'].enter.leaving {
  opacity: 0;
  transition: opacity 0.3s;
}
.modal__container[class~='effect-zoom-out'].enter.leaving .modal__content {
  transform: scale(1.1);
}
.tab__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.tab__content {
  height: 100%;
}
.tab__panel {
  display: none;
}
.tab__panel.active {
  display: block;
}
.nav-tabs,
.k-st-wrapper {
  position: relative;
}
.k-st-wrapper .scroll-marker-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.k-st-wrapper .scroll-marker-wrapper .marker-item.viewpoint {
  position: absolute;
}
.k-st-wrapper .element-marker-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.marker-item {
  top: var(--start);
  right: var(--scrollbarWidth, 0);
  font-size: 20px;
  padding: 4px 8px;
  color: green;
  border-bottom: 1px solid green;
  transform: translateY(calc(-100% + 1px));
  z-index: 1000;
}
.marker-item:before {
  display: block;
}
.marker-item.viewpoint {
  position: fixed;
}
.marker-item.viewpoint:before {
  content: 'scroller-start';
}
.marker-item.observe-element {
  position: absolute;
}
.marker-item.observe-element:before {
  content: 'start';
}
.marker-item.hidden {
  display: none;
}
[k-st-effect] {
  transition-timing-function: ease-in-out;
  transition-duration: 0.6s;
}
[k-st-effect] [k-st-duration='100'] {
  transition-duration: 0.1s;
}
[k-st-effect] [k-st-duration='200'] {
  transition-duration: 0.2s;
}
[k-st-effect] [k-st-duration='300'] {
  transition-duration: 0.3s;
}
[k-st-effect] [k-st-duration='400'] {
  transition-duration: 0.4s;
}
[k-st-effect] [k-st-duration='500'] {
  transition-duration: 0.5s;
}
[k-st-effect] [k-st-duration='600'] {
  transition-duration: 0.6s;
}
[k-st-effect] [k-st-duration='700'] {
  transition-duration: 0.7s;
}
[k-st-effect] [k-st-duration='800'] {
  transition-duration: 0.8s;
}
[k-st-effect] [k-st-duration='900'] {
  transition-duration: 0.9s;
}
[k-st-effect] [k-st-duration='1000'] {
  transition-duration: 1s;
}
[k-st-effect] [k-st-duration='1100'] {
  transition-duration: 1.1s;
}
[k-st-effect] [k-st-duration='1200'] {
  transition-duration: 1.2s;
}
[k-st-effect] [k-st-duration='1300'] {
  transition-duration: 1.3s;
}
[k-st-effect] [k-st-duration='1400'] {
  transition-duration: 1.4s;
}
[k-st-effect] [k-st-duration='1500'] {
  transition-duration: 1.5s;
}
[k-st-effect] [k-st-duration='1600'] {
  transition-duration: 1.6s;
}
[k-st-effect] [k-st-duration='1700'] {
  transition-duration: 1.7s;
}
[k-st-effect] [k-st-duration='1800'] {
  transition-duration: 1.8s;
}
[k-st-effect] [k-st-duration='1900'] {
  transition-duration: 1.9s;
}
[k-st-effect] [k-st-duration='2000'] {
  transition-duration: 2s;
}
[k-st-effect] [k-st-duration='2100'] {
  transition-duration: 2.1s;
}
[k-st-effect] [k-st-duration='2200'] {
  transition-duration: 2.2s;
}
[k-st-effect] [k-st-duration='2300'] {
  transition-duration: 2.3s;
}
[k-st-effect] [k-st-duration='2400'] {
  transition-duration: 2.4s;
}
[k-st-effect] [k-st-duration='2500'] {
  transition-duration: 2.5s;
}
[k-st-effect] [k-st-duration='2600'] {
  transition-duration: 2.6s;
}
[k-st-effect] [k-st-duration='2700'] {
  transition-duration: 2.7s;
}
[k-st-effect] [k-st-duration='2800'] {
  transition-duration: 2.8s;
}
[k-st-effect] [k-st-duration='2900'] {
  transition-duration: 2.9s;
}
[k-st-effect] [k-st-duration='3000'] {
  transition-duration: 3s;
}
[k-st-effect^='fade'] {
  opacity: 0;
  transition-property: opacity, transform;
}
[k-st-effect^='fade'].st-entered {
  opacity: 1;
  transform: translateZ(0);
}
[k-st-effect='fade-up'] {
  transform: translate3d(0, min(80%, 60px), 0);
}
[k-st-effect='fade-down'] {
  transform: translate3d(0, -min(80%, 60px), 0);
}
[k-st-effect='fade-left'] {
  transform: translate3d(min(80%, 60px), 0, 0);
}
[k-st-effect='fade-right'] {
  transform: translate3d(min(-80%, -60px), 0, 0);
}
[k-st-effect='fade-up-left'] {
  transform: translate3d(min(80%, 60px), min(80%, 60px), 0);
}
[k-st-effect='fade-up-right'] {
  transform: translate3d(min(-80%, -60px), min(80%, 60px), 0);
}
[k-st-effect='fade-down-left'] {
  transform: translate3d(min(80%, 60px), min(-80%, -60px), 0);
}
[k-st-effect='fade-down-right'] {
  transform: translate3d(min(-80%, -60px), min(-80%, -60px), 0);
}
[k-st-effect^='flip'] {
  backface-visibility: hidden;
  transition-property: transform;
}
[k-st-effect='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg);
}
[k-st-effect='flip-up'].st-entered {
  transform: perspective(2500px) rotateX(0);
}
[k-st-effect='flip-down'] {
  transform: perspective(2500px) rotateX(100deg);
}
[k-st-effect='flip-down'].st-entered {
  transform: perspective(2500px) rotateX(0);
}
[k-st-effect='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg);
}
[k-st-effect='flip-left'].st-entered {
  transform: perspective(2500px) rotateY(0);
}
[k-st-effect='flip-right'] {
  transform: perspective(2500px) rotateY(100deg);
}
[k-st-effect='flip-right'].st-entered {
  transform: perspective(2500px) rotateY(0);
}
.accordion__item {
  border-top: 1px solid #ddd;
}
.accordion__item.active > .accordion__heading .icon {
  transform: rotateX(180deg);
}
.accordion__item.active > .accordion__content {
  height: var(--height);
}
.accordion__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background-color: #eee;
  cursor: pointer;
}
.accordion__heading .title {
  font-size: 20px;
}
.accordion__heading .icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  margin-left: 10px;
  transition: transform 0.5s;
}
.accordion__content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}
.accordion__contentInner {
  padding: 15px;
}
.accordion__contentInner p + .accordion__item {
  margin-top: 15px;
} /*!
* OverlayScrollbars
* Version: 2.10.1
*
* Copyright (c) Rene Haas | KingSora.
* https://github.com/KingSora
*
* Released under the MIT license.
*/
.os-size-observer,
.os-size-observer-listener {
  scroll-behavior: auto !important;
  direction: inherit;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
}
.os-size-observer,
.os-size-observer-listener,
.os-size-observer-listener-item,
.os-size-observer-listener-item-final {
  writing-mode: horizontal-tb;
  position: absolute;
  left: 0;
  top: 0;
}
.os-size-observer {
  z-index: -1;
  contain: strict;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: inherit;
  border: inherit;
  box-sizing: inherit;
  margin: -133px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.1);
}
.os-size-observer:before {
  content: '';
  flex: none;
  box-sizing: inherit;
  padding: 10px;
  width: 10px;
  height: 10px;
}
.os-size-observer-appear {
  animation: os-size-observer-appear-animation 1ms forwards;
}
.os-size-observer-listener {
  box-sizing: border-box;
  position: relative;
  flex: auto;
  padding: inherit;
  border: inherit;
  margin: -133px;
  transform: scale(10);
}
.os-size-observer-listener.ltr {
  margin-right: -266px;
  margin-left: 0;
}
.os-size-observer-listener.rtl {
  margin-left: -266px;
  margin-right: 0;
}
.os-size-observer-listener:empty:before {
  content: '';
  width: 100%;
  height: 100%;
}
.os-size-observer-listener:empty:before,
.os-size-observer-listener > .os-size-observer-listener-item {
  display: block;
  position: relative;
  padding: inherit;
  border: inherit;
  box-sizing: content-box;
  flex: auto;
}
.os-size-observer-listener-scroll {
  box-sizing: border-box;
  display: flex;
}
.os-size-observer-listener-item {
  right: 0;
  bottom: 0;
  overflow: hidden;
  direction: ltr;
  flex: none;
}
.os-size-observer-listener-item-final {
  transition: none;
}
@keyframes os-size-observer-appear-animation {
  0% {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}
.os-trinsic-observer {
  flex: none;
  box-sizing: border-box;
  position: relative;
  max-width: 0px;
  max-height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  z-index: -1;
  height: 0;
  top: calc(100% + 1px);
  contain: strict;
}
.os-trinsic-observer:not(:empty) {
  height: calc(100% + 1px);
  top: -1px;
}
.os-trinsic-observer:not(:empty) > .os-size-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}
[data-overlayscrollbars-initialize],
[data-overlayscrollbars-viewport~='scrollbarHidden'] {
  scrollbar-width: none !important;
}
[data-overlayscrollbars-initialize]::-webkit-scrollbar,
[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,
[data-overlayscrollbars-viewport~='scrollbarHidden']::-webkit-scrollbar,
[data-overlayscrollbars-viewport~='scrollbarHidden']::-webkit-scrollbar-corner {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(body) {
  overflow: auto;
}
html[data-overlayscrollbars-body] {
  overflow: hidden;
}
html[data-overlayscrollbars-body],
html[data-overlayscrollbars-body] > body {
  width: 100%;
  height: 100%;
  margin: 0;
}
html[data-overlayscrollbars-body] > body {
  overflow: visible;
  margin: 0;
}
[data-overlayscrollbars] {
  position: relative;
}
[data-overlayscrollbars~='host'],
[data-overlayscrollbars-padding] {
  display: flex;
  align-items: stretch !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  scroll-behavior: auto !important;
}
[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  box-sizing: inherit;
  position: relative;
  flex: auto !important;
  height: auto;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 0;
}
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]) {
  --os-vaw: 0;
  --os-vah: 0;
  outline: none;
}
[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]):focus {
  outline: none;
}
[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~='arrange']:before {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: -1;
  min-width: 1px;
  min-height: 1px;
  width: var(--os-vaw);
  height: var(--os-vah);
}
[data-overlayscrollbars],
[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport] {
  overflow: hidden !important;
}
[data-overlayscrollbars~='noClipping'],
[data-overlayscrollbars-padding~='noClipping'] {
  overflow: visible !important;
}
[data-overlayscrollbars-viewport~='measuring'] {
  overflow: hidden !important;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}
[data-overlayscrollbars-viewport~='overflowXVisible']:not(
    [data-overlayscrollbars-viewport~='measuring']
  ) {
  overflow-x: visible !important;
}
[data-overlayscrollbars-viewport~='overflowXHidden'] {
  overflow-x: hidden !important;
}
[data-overlayscrollbars-viewport~='overflowXScroll'] {
  overflow-x: scroll !important;
}
[data-overlayscrollbars-viewport~='overflowYVisible']:not(
    [data-overlayscrollbars-viewport~='measuring']
  ) {
  overflow-y: visible !important;
}
[data-overlayscrollbars-viewport~='overflowYHidden'] {
  overflow-y: hidden !important;
}
[data-overlayscrollbars-viewport~='overflowYScroll'] {
  overflow-y: scroll !important;
}
[data-overlayscrollbars-viewport~='noContent']:not(#osFakeId) {
  font-size: 0 !important;
  line-height: 0 !important;
}
[data-overlayscrollbars-viewport~='noContent']:not(#osFakeId):before,
[data-overlayscrollbars-viewport~='noContent']:not(#osFakeId):after,
[data-overlayscrollbars-viewport~='noContent']:not(#osFakeId) > * {
  display: none !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
[data-overlayscrollbars-viewport~='scrolling'] {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}
[data-overlayscrollbars-content] {
  box-sizing: inherit;
}
[data-overlayscrollbars-contents]:not(#osFakeId):not([data-overlayscrollbars-padding]):not(
    [data-overlayscrollbars-viewport]
  ):not([data-overlayscrollbars-content]) {
  display: contents;
}
[data-overlayscrollbars-grid],
[data-overlayscrollbars-grid] [data-overlayscrollbars-padding] {
  display: grid;
  grid-template: 1fr/1fr;
}
[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-viewport],
[data-overlayscrollbars-grid]
  > [data-overlayscrollbars-padding]
  > [data-overlayscrollbars-viewport] {
  height: auto !important;
  width: auto !important;
}
@property --os-scroll-percent {
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}
@property --os-viewport-percent {
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}
.os-scrollbar {
  --os-viewport-percent: 0;
  --os-scroll-percent: 0;
  --os-scroll-direction: 0;
  --os-scroll-percent-directional: calc(
    var(--os-scroll-percent) - (var(--os-scroll-percent) + (1 - var(--os-scroll-percent)) * -1) *
      var(--os-scroll-direction)
  );
}
.os-scrollbar {
  contain: size layout;
  contain: size layout style;
  transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s, bottom 0.15s, left 0.15s;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
body > .os-scrollbar {
  position: fixed;
  z-index: 99999;
}
.os-scrollbar-transitionless {
  transition: none !important;
}
.os-scrollbar-track {
  position: relative;
  padding: 0 !important;
  border: none !important;
}
.os-scrollbar-handle {
  position: absolute;
}
.os-scrollbar-track,
.os-scrollbar-handle {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,
.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle {
  pointer-events: auto;
  touch-action: none;
}
.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}
.os-scrollbar-vertical {
  top: 0;
  right: 0;
}
.os-scrollbar-rtl.os-scrollbar-horizontal {
  right: 0;
}
.os-scrollbar-rtl.os-scrollbar-vertical {
  right: auto;
  left: 0;
}
.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}
.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden {
  opacity: 0;
  visibility: hidden;
}
.os-scrollbar-interaction.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}
.os-scrollbar-unusable,
.os-scrollbar-unusable *,
.os-scrollbar-wheel,
.os-scrollbar-wheel * {
  pointer-events: none !important;
}
.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
  transition: none !important;
}
.os-scrollbar-horizontal .os-scrollbar-handle {
  bottom: 0;
  left: calc(var(--os-scroll-percent-directional) * 100%);
  transform: translate(calc(var(--os-scroll-percent-directional) * -100%));
  width: calc(var(--os-viewport-percent) * 100%);
}
.os-scrollbar-vertical .os-scrollbar-handle {
  right: 0;
  top: calc(var(--os-scroll-percent-directional) * 100%);
  transform: translateY(calc(var(--os-scroll-percent-directional) * -100%));
  height: calc(var(--os-viewport-percent) * 100%);
}
@supports (container-type: size) {
  .os-scrollbar-track {
    container-type: size;
  }
  .os-scrollbar-horizontal .os-scrollbar-handle {
    left: auto;
    transform: translate(
      calc(
        var(--os-scroll-percent-directional) * 100cqw + var(--os-scroll-percent-directional) * -100%
      )
    );
  }
  .os-scrollbar-vertical .os-scrollbar-handle {
    top: auto;
    transform: translateY(
      calc(
        var(--os-scroll-percent-directional) * 100cqh + var(--os-scroll-percent-directional) * -100%
      )
    );
  }
  .os-scrollbar-rtl.os-scrollbar-horizontal .os-scrollbar-handle {
    right: auto;
    left: 0;
  }
}
.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle {
  right: auto;
  left: 0;
}
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
  left: 0;
  right: 0;
}
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl {
  top: 0;
  bottom: 0;
}
@media print {
  .os-scrollbar {
    display: none;
  }
}
.os-scrollbar {
  --os-size: 0;
  --os-padding-perpendicular: 0;
  --os-padding-axis: 0;
  --os-track-border-radius: 0;
  --os-track-bg: none;
  --os-track-bg-hover: none;
  --os-track-bg-active: none;
  --os-track-border: none;
  --os-track-border-hover: none;
  --os-track-border-active: none;
  --os-handle-border-radius: 0;
  --os-handle-bg: none;
  --os-handle-bg-hover: none;
  --os-handle-bg-active: none;
  --os-handle-border: none;
  --os-handle-border-hover: none;
  --os-handle-border-active: none;
  --os-handle-min-size: 33px;
  --os-handle-max-size: none;
  --os-handle-perpendicular-size: 100%;
  --os-handle-perpendicular-size-hover: 100%;
  --os-handle-perpendicular-size-active: 100%;
  --os-handle-interactive-area-offset: 0;
}
.os-scrollbar-track {
  border: var(--os-track-border);
  border-radius: var(--os-track-border-radius);
  background: var(--os-track-bg);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
}
.os-scrollbar-track:hover {
  border: var(--os-track-border-hover);
  background: var(--os-track-bg-hover);
}
.os-scrollbar-track:active {
  border: var(--os-track-border-active);
  background: var(--os-track-bg-active);
}
.os-scrollbar-handle {
  border: var(--os-handle-border);
  border-radius: var(--os-handle-border-radius);
  background: var(--os-handle-bg);
}
.os-scrollbar-handle:hover {
  border: var(--os-handle-border-hover);
  background: var(--os-handle-bg-hover);
}
.os-scrollbar-handle:active {
  border: var(--os-handle-border-active);
  background: var(--os-handle-bg-active);
}
.os-scrollbar-track:before,
.os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.os-scrollbar-horizontal {
  padding: var(--os-padding-perpendicular) var(--os-padding-axis);
  right: var(--os-size);
  height: var(--os-size);
}
.os-scrollbar-horizontal.os-scrollbar-rtl {
  left: var(--os-size);
  right: 0;
}
.os-scrollbar-horizontal .os-scrollbar-track:before {
  top: calc(var(--os-padding-perpendicular) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-horizontal .os-scrollbar-handle {
  min-width: var(--os-handle-min-size);
  max-width: var(--os-handle-max-size);
  height: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, height 0.15s;
}
.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-horizontal:hover .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-hover);
}
.os-scrollbar-horizontal:active .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-active);
}
.os-scrollbar-vertical {
  padding: var(--os-padding-axis) var(--os-padding-perpendicular);
  bottom: var(--os-size);
  width: var(--os-size);
}
.os-scrollbar-vertical .os-scrollbar-track:before {
  left: calc(var(--os-padding-perpendicular) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical .os-scrollbar-handle {
  min-height: var(--os-handle-min-size);
  max-height: var(--os-handle-max-size);
  width: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, width 0.15s;
}
.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
  right: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  left: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical:hover .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-hover);
}
.os-scrollbar-vertical:active .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-active);
}
[data-overlayscrollbars-viewport~='measuring'] > .os-scrollbar,
.os-theme-none.os-scrollbar {
  display: none !important;
}
.os-theme-dark,
.os-theme-light {
  box-sizing: border-box;
  --os-size: 10px;
  --os-padding-perpendicular: 2px;
  --os-padding-axis: 2px;
  --os-track-border-radius: 10px;
  --os-handle-interactive-area-offset: 4px;
  --os-handle-border-radius: 10px;
}
.os-theme-dark {
  --os-handle-bg: rgba(0, 0, 0, 0.44);
  --os-handle-bg-hover: rgba(0, 0, 0, 0.55);
  --os-handle-bg-active: rgba(0, 0, 0, 0.66);
}
.os-theme-light {
  --os-handle-bg: rgba(255, 255, 255, 0.44);
  --os-handle-bg-hover: rgba(255, 255, 255, 0.55);
  --os-handle-bg-active: rgba(255, 255, 255, 0.66);
}
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, #00000080, #0000);
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: #00000040;
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: #0000001a;
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #00000080;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
