.container-promo {
  position: relative;
  height: calc(100vh - var(--promoComplementaryAvailableHeight, 0px));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: url(https://sportbet-pasqua25.skincms.it/wp-content/uploads/2025/04/pasqua2025_bg_mobile.jpg);
}
.container-promo__title img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  content: url(https://sportbet-pasqua25.skincms.it/wp-content/uploads/2025/04/mobile-title.png);
  width: min(80vw, 768px);
  top: 0;
}
@media screen and (min-width: 390px) {
  .container-promo__title img {
    width: min(95vw, 768px);
    top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .container-promo__title img {
    top: 24px;
    content: url(https://sportbet-pasqua25.skincms.it/wp-content/uploads/2025/04/bonus-di-pasqua-1.png);
  }
}
.container-promo__outer {
  width: 100%;
  height: 100%;
}
.container-promo__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .container-promo__inner {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .container-promo {
    background-image: url(https://sportbet-pasqua25.skincms.it/wp-content/uploads/2025/04/pasqua2025_bg_desktop.jpg);
  }
}

.promo-carousel {
  margin-bottom: 80px;
}
@media screen and (min-width: 390px) {
  .promo-carousel {
    margin-bottom: 124px;
  }
}
@media screen and (min-width: 1024px) {
  .promo-carousel {
    margin-bottom: 0;
    margin-top: 48px;
  }
}
.promo-carousel .swiper-slide {
  z-index: 1;
}
.promo-carousel .swiper-slide-active {
  z-index: 2;
}
.promo-carousel .swiper-slide-active img {
  transform: scale(1.2);
}
@media screen and (min-width: 390px) {
  .promo-carousel .swiper-slide-active img {
    transform: scale(1.5);
  }
}
@media screen and (min-width: 1024px) {
  .promo-carousel .swiper-slide-active img {
    transform: scale(1.3);
  }
}
.promo-carousel__slide {
  user-select: none;
}
.promo-carousel__slide[data-action=open-modal] {
  cursor: pointer;
}
.promo-carousel__slide--present {
  animation: pulse 1s ease-in-out infinite;
}
.promo-carousel__slide__img {
  min-width: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.2s ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.promo-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  --header-image-filter: none;
}
.promo-modal--expired {
  --header-image-filter: grayscale(0.5) brightness(0.4);
}
.promo-modal__backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.promo-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
  max-width: min(98% - 20px, 800px);
  margin: auto;
  max-height: calc(98% - 20px);
}
.promo-modal__header {
  position: relative;
  flex: 0 0 auto;
}
.promo-modal__header__img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  min-width: 0;
  border-radius: 12px 12px 0 0;
  filter: var(--header-image-filter);
}
.promo-modal__header__button {
  background: #ec6728;
  position: absolute;
  border-radius: 999px;
  top: -10px;
  right: -10px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo-modal__header__button::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  background-color: #0f1732;
  -webkit-mask-origin: content-box;
  mask-origin: content-box;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='12' viewBox='0 0 384 512'%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='12' viewBox='0 0 384 512'%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
}
.promo-modal__button {
  flex: 0 0 auto;
  outline: none;
  border: none;
  padding: 6px 16px;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
}
.promo-modal__accordion {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.promo-modal__accordion__header {
  flex: 0 0 auto;
  user-select: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 12px;
  background: #0f1732;
  color: #ffffff;
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z'/%3E%3C/svg%3E");
}
.promo-modal__accordion__header[data-open=true] {
  --icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
}
.promo-modal__accordion__header__icon {
  flex: 0 0 auto;
  background: #ec6728;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo-modal__accordion__header__icon::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #060c23;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-image: var(--icon-mask);
}
.promo-modal__accordion__body {
  flex: 1 1 auto;
  min-height: 0;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 200ms ease-in-out;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.promo-modal__accordion__body[data-open=true] {
  grid-template-rows: 1fr;
}
.promo-modal__accordion__body__outer {
  overflow: hidden;
  grid-row: 1/span 2;
}
.promo-modal__accordion__body__inner {
  height: auto;
  min-height: 0;
  max-height: 100%;
  overflow: auto;
  background: #ffffff;
}
.promo-modal__accordion__body__content {
  padding: 12px 18px;
}
.promo-modal__accordion__body__content * {
  margin: 0;
  padding: 0;
}
.promo-modal__accordion__body__content ul {
  padding-left: 1.5em;
  margin-bottom: 1rem;
}
.promo-modal__accordion__body__content strong {
  font-weight: bold;
}

.openPromoPageTcModal {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(236, 103, 40);
  color: rgb(255, 255, 255);
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 8px;
  width: max-content;
  user-select: none;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .openPromoPageTcModal {
    bottom: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .openPromoPageTcModal {
    bottom: 48px;
  }
}

.promo-carousel > .swiper {
  margin: -80px 0;
  padding: 80px 0;
}
@media screen and (min-width: 390px) {
  .promo-carousel > .swiper {
    margin: -80px 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .promo-carousel > .swiper {
    margin: -96 0;
    padding: 96 0;
  }
}
