.banner-comp__wrapper[data-v-2121785f] {
  width: 100%;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.banner-comp__wrapper a[data-v-2121785f] {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none;
}
.banner-comp__wrapper a.banner-comp--loading[data-v-2121785f] {
  pointer-events: none;
}
.banner-comp__wrapper a .banner-comp__img[data-v-2121785f] {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.banner-comp__wrapper a .banner-comp__loading-overlay[data-v-2121785f] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.banner-comp__wrapper a .banner-comp__loading-overlay .banner-comp__loading-icon[data-v-2121785f] {
  width: 28px;
  height: 28px;
  -webkit-animation: spin-2121785f 1s linear infinite;
          animation: spin-2121785f 1s linear infinite;
}
@media screen and (max-width: 780px) {
.banner-comp__wrapper a .banner-comp__loading-overlay .banner-comp__loading-icon[data-v-2121785f] {
    width: 14px;
    height: 14px;
}
}
.banner-comp__wrapper a .banner-comp__close[data-v-2121785f] {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  width: calc(100vw / 390 * 12);
  height: calc(100vw / 390 * 12);
  max-width: 24px;
  max-height: 24px;
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@supports (padding-bottom: clamp(1px, 1%, 1px)) {
.banner-comp__wrapper a .banner-comp__close[data-v-2121785f] {
    width: clamp(12px, calc(100% / 354 * 12), 24px);
    padding-bottom: clamp(12px, calc(100% / 354 * 12), 24px);
    height: auto;
    min-height: unset;
    max-height: unset;
}
}
@-webkit-keyframes spin-2121785f {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-2121785f {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
