.Widget.interceptPreview .interceptPreviewModal {
  display: flex;
  width: 750px;
  height: 500px;
  border-radius: 16px;
  background: var(--background-system-frame-floatpanel, #fff);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08), 0 24px 128px 0 rgba(0, 0, 0, 0.16);
  border: initial;
  z-index: 99;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer {
  display: flex;
  width: 100%;
  height: 100%;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .left {
  width: 60%;
  height: 100%;
  padding: 24px 48px 40px 36px;
  color: var(--content-system-primary, #1c1d1f);
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .left .title {
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
  margin-left: 6px;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .left .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 8px auto 0;
  text-align: center;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .left .line {
  margin: 24px -50px;
  height: 1px;
  background: var(--stroke-system-separator, rgba(0, 0, 0, 0.08));
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .left .content .step {
  margin-bottom: 24px;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .left .content .step:last-child {
  margin-bottom: 0;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .left .content .step .stepTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 8px;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .left .content .step .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .left .btn {
  display: flex;
  width: 148px;
  height: 40px;
  padding: 0 14px;
  margin: 69px auto 0;
  justify-content: center;
  align-items: center;
  color: var(--content-btn-primary, #fff);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 10px;
  background: #38f;
  cursor: pointer;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .right {
  position: relative;
  width: 40%;
  height: 100%;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .right .img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .intl.left .title {
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
  margin-left: 0;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .intl.left .desc {
  font-size: 14px;
  text-align: initial;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .intl.left .line {
  margin: 16px -40px;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .intl.left .step {
  margin-bottom: 20px;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .intl.left .step .stepTitle {
  font-weight: 700;
}
.Widget.interceptPreview .interceptPreviewModal .normalContainer .intl.left .btn {
  background: #000;
  margin-top: 28px;
}
.Widget.interceptPreview .interceptPreviewModal .safariContainer {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 32px 36px;
}
.Widget.interceptPreview .interceptPreviewModal .safariContainer .title {
  color: var(--content-system-primary, #1c1d1f);
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}
.Widget.interceptPreview .interceptPreviewModal .safariContainer .desc {
  color: var(--content-system-tertiary, #939599);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 6px auto 0;
}
.Widget.interceptPreview .interceptPreviewModal .safariContainer .content {
  display: flex;
  width: 100%;
  margin: 24px 0;
}
.Widget.interceptPreview .interceptPreviewModal .safariContainer .content .step {
  flex: 1 1;
}
.Widget.interceptPreview .interceptPreviewModal .safariContainer .content .step:first-child {
  margin-right: 24px;
}
.Widget.interceptPreview .interceptPreviewModal .safariContainer .content .step img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.Widget.interceptPreview .interceptPreviewModal .safariContainer .content .step .text {
  color: var(--content-system-secondary, #616366);
  font-weight: 400;
  line-height: 20px;
  margin-top: 16px;
}
.Widget.interceptPreview .interceptPreviewModal .safariContainer .btn {
  display: flex;
  width: 250px;
  height: 40px;
  padding: 0 14px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: var(--background-btn-primary, #38f);
  color: var(--content-btn-primary, #fff);
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}

.mt-design-rc-CommonModal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: var(--zindex);
  pointer-events: auto !important;
}
.mt-design-rc-CommonModal * {
  pointer-events: auto !important;
}
.mt-design-rc-CommonModal__mask {
  width: 100%;
  height: 100%;
  background: var(--background-system-overlay-mask, rgba(0, 0, 0, 0.5));
}
.mt-design-rc-CommonModal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  perspective: 1px;
  border-radius: 12px;
  border: 1px solid var(--stroke-web-panel-border, rgba(255, 255, 255, 0.01));
  background-color: var(--background-web-primary, #fff);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.mt-design-rc-Message__list {
  position: fixed;
  pointer-events: none;
  top: 8px;
  left: 50%;
  z-index: 1010;
  transform: translateX(-50%);
}
.mt-design-rc-Message {
  padding: 8px 0;
  height: 56px;
  box-sizing: border-box;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-property: height, opacity, padding-top, padding-bottom;
}
.mt-design-rc-Message__inner {
  padding: 10px 16px;
  width: max-content;
  max-width: 90vw;
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--background-system-frame-floatpanel, #ffffff);
  box-shadow: 0 24px 128px 0 rgba(0, 0, 0, 0.5);
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  pointer-events: initial;
}
.mt-design-rc-Message__icon {
  margin-right: 6px;
}
.mt-design-rc-Message__content {
  color: var(--content-system-primary, #1c1d1f);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.xdesign-presentedModal-vmark .xdesign-modal__body,
.xdesign-presentedModal-vmark .xdesign-modal__content {
  padding: 0;
}
.xdesign-presentedModal-vmark .xdesign-modal__content {
  width: 680px;
  background: var(--Background-gray-bg-white, #fff);
  /* height: 480px; */
  border-radius: 24px;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
}
.xdesign-presentedModal-vmark .xdesign-modal__body {
  display: flex;
  flex-direction: row;
  height: 100%;
  position: relative;
}
.xdesign-presentedModal-vmark .xdesign-modal__body .xdesign-modal__close {
  z-index: 99;
  width: 33px;
  height: 33px;
  top: 12px;
  right: 12px;
}
.xdesign-presentedModal-vmark_leftWrap {
  width: 320px;
  /* background-color: red; */
  background: #cedffd url('https://x-design-static-release.stariicloud.com/x-design-international/577f1deffdb7454ebd48dbfc526b7aaf.jpg') no-repeat center center;
  background-size: cover;
  margin: 8px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.xdesign-presentedModal-vmark_rightWrap {
  width: 360px;
  height: 538px;
  /* background-color: blue; */
  padding: 24px 24px 144px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.xdesign-presentedModal-vmark_title {
  color: var(--Content-system-primary, #16171a);
  /* Title/title-m/bold */
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
}
.xdesign-presentedModal-vmark_content {
  margin: 16px 0;
}
.xdesign-presentedModal-vmark_content p {
  color: var(--Content-system-primary, #16171a);
  /* Text/text-lg/regular */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin-bottom: 0;
}
.xdesign-presentedModal-vmark_list {
  color: var(--Text-gray-text-gray-500, #6c727f);
  /* Text/text-base/regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  padding-left: 20px;
  margin-top: 16px;
}
.xdesign-presentedModal-vmark_list li {
  list-style-type: disc;
}
.xdesign-presentedModal-vmark_footer {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
}
.xdesign-presentedModal-vmark_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1;
  /* width: 100%; */
  height: 40px;
  border-radius: var(--Radius-rounded-lg, 8px);
  background: var(--Background-btn-primary, #16171a);
  /* Shadow/shadow-sm */
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.04);
  color: var(--Content-btn-primary, #fff);
  /* Text/text-lg/semibold */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  cursor: pointer;
}
.xdesign-presentedModal-vmark_agreement {
  color: var(--Content-system-tertiary, #8b8f99);
  /* Text/text-sm/regular */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  padding: 16px 0;
  border-top: 1px solid var(--Border-border-gray-200, #e5e7eb);
}
.xdesign-presentedModal-vmark_agreement a {
  color: var(--Content-system-link-accent, #1890ff);
}
.xdesign-presentedModal-vmark_credits {
  position: absolute;
  width: 275px;
  height: 218px;
  border-radius: 16px 0 0 16px;
  background: #fff;
  box-shadow: 10px 12.556px 25.111px 0 rgba(0, 0, 0, 0.08);
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  overflow: hidden;
}
.xdesign-presentedModal-vmark_credits-top {
  width: 100%;
  height: 143px;
  background: #0086fa url(https://x-design-static-release.stariicloud.com/x-design-international/644f995d35bc2d322c4294ff2e7ba664.jpg) no-repeat left top;
  background-size: cover;
}
.xdesign-presentedModal-vmark_credits-top img {
  display: flex;
  width: 152px;
  transform: translate(96px, 55px);
}
.xdesign-presentedModal-vmark_credits-bottom {
  padding-left: 18px;
}
.xdesign-presentedModal-vmark_credits-bottom img {
  display: none;
}
.xdesign-presentedModal-vmark_credits-amount {
  color: var(--Content-system-primary, #16171a);
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  /* 157.895% */
}
.xdesign-presentedModal-vmark_credits-unit {
  margin-left: 10px;
  color: var(--Content-system-primary, #16171a);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.12px;
  /* 158.835% */
}
.xdesign-presentedModal-vmark_icon {
  margin-right: 8px;
}
.xdesign-presentedModal-vmark_cancelBtn {
  display: none;
}
.xdesign-presentedModal-vmark_btns {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .xdesign-presentedModal-vmark .xdesign-modal__content {
    width: 87%;
    height: unset;
    overflow: hidden;
    border-radius: 16px;
  }
  .xdesign-presentedModal-vmark .xdesign-modal__close {
    display: none;
  }
  .xdesign-presentedModal-vmark .xdesign-modal__body {
    flex-direction: column;
  }
  .xdesign-presentedModal-vmark_title {
    /* Text/text-xl/semibold */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
  }
  .xdesign-presentedModal-vmark_leftWrap,
  .xdesign-presentedModal-vmark_rightWrap {
    width: 100%;
    height: unset;
  }
  .xdesign-presentedModal-vmark_leftWrap {
    height: 140px;
    margin: unset;
    border-radius: unset;
  }
  .xdesign-presentedModal-vmark_rightWrap {
    padding-bottom: 24px;
  }
  .xdesign-presentedModal-vmark_content {
    height: 150px;
    overflow: auto;
  }
  .xdesign-presentedModal-vmark_content {
    margin: 16px 0;
  }
  .xdesign-presentedModal-vmark_content p {
    font-size: 14px;
  }
  .xdesign-presentedModal-vmark_list {
    font-size: 12px;
  }
  .xdesign-presentedModal-vmark_footer {
    position: unset;
  }
  .xdesign-presentedModal-vmark_cancelBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid var(--Border-border-gray-200, #e5e7eb);
    background: var(--Background-gray-bg-gray-50, #f8fafc);
    box-shadow: 0 0 1px 0 #fff inset, 0 1px 2px 0 rgba(0, 0, 0, 0.04);
    padding: 8px 12px;
    margin-right: 8px;
    color: var(--Text-gray-text-gray-700, #384150);
    /* Text/text-lg/semibold */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 137.5% */
  }
  .xdesign-presentedModal-vmark_credits {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: unset;
    border-radius: unset;
  }
  .xdesign-presentedModal-vmark_credits::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 14px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  }
  .xdesign-presentedModal-vmark_credits-top {
    width: 100%;
    background: #0086fa url(https://x-design-static-release.stariicloud.com/x-design-international/ccd881916dc14b5560df93af89b34f99.jpg) no-repeat left top;
    background-size: cover;
  }
  .xdesign-presentedModal-vmark_credits-top img {
    display: none;
  }
  .xdesign-presentedModal-vmark_credits-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding-left: 18px; */
    position: absolute;
    left: 22px;
    top: 22px;
    right: 22px;
    bottom: 0;
    border-radius: 12px 12px 0 0;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    padding-left: 21px;
    padding-top: 21px;
  }
  .xdesign-presentedModal-vmark_credits-bottom img {
    display: flex;
    width: 72px;
  }
  .xdesign-presentedModal-vmark_credits-amount {
    color: #16171a;
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 42.75px;
    /* 100% */
  }
  .xdesign-presentedModal-vmark_credits-info {
    margin-bottom: 10px;
  }
}

.xdesign-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  /* 彩带效果 */
}
.xdesign-modal--center {
  display: flex;
  align-items: center;
}
.xdesign-modal--center .xdesign-modal__content {
  top: 0;
}
.xdesign-modal__mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.xdesign-modal__content {
  width: 640px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  position: relative;
  top: 100px;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding: 24px 0;
  box-sizing: border-box;
  border-radius: 12px;
  background: var(--background-input, #fff);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08), 0 10px 40px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.xdesign-modal__title {
  color: var(--content-system-primary);
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.xdesign-modal__body {
  padding: 16px 0 0;
  overflow: hidden;
}
.xdesign-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 33px;
  color: var(--content-system-tertiary, #939599);
  font-size: 12px;
}
.xdesign-modal .effect {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1041;
}
.xdesign-modal .effect > div {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;
  animation: confetti-slow 2.25s linear 1 forwards;
}
@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.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;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */


