/* GENERAL RUELS */
#cg-top-button {
  z-index: 10000 !important;
}
.editorial-box td,
.editorial-box th {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 175px;
  max-width: 200px;
}
.myclub {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.show-mobile {
  display: none;
}
.myclub-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.mobile-cta-aderisci,
.sticky-bar-cms,
.content-sticky-bar-cms {
  display: none;
}
.desk-cta-aderisci {
  background-color: #15366f;
  color: #ffffff;
  width: 322px;
}
.desk-cta-aderisci:active {
  background-color: #15366f !important;
}
.section-title-cms {
  color: #15366f;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
}

/* PAGE TITLE */
.myclub-page-title {
  color: #15366f;
  font-size: 24px;
  font-weight: 500;
}

/* VISORE */
.myclub-visore-mobile {
  display: none;
}
.myclub-visore-desk {
  display: flex;
  background-image: url("/external_cms/MYLOTTERIESPLAY/pages/assets/loyalty/img/myc-visore-desk-1350x360-v2.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  width: 100%;
  border-radius: 15px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 235px 0 80px;
}
.visore-title-desk {
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px; /* 113.636% */
  text-transform: uppercase;
}
.visore-text-desk {
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 150% */
  text-transform: uppercase;
}
/* COME FUNZIONA */
.how-works-container {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  border-radius: 15px;
  background: var(--Colori-primari-Blu, #15366f);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.how-works-title {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.how-works-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}

.how-works-item {
  display: flex;
  width: 230px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.how-works-text-bold {
  color: #ffffff;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.18px;
}

.how-works-text {
  color: #ffffff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
}

/* SWIPER */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide.slide-reward {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide.slide-reward {
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  opacity: 0.4;
  transform: scale(0.82) !important;
}

.swiper-slide-active.slide-reward {
  opacity: 1;
  transform: scale(1) !important;
}

.swiper-slide-prev.slide-reward,
.swiper-slide-next.slide-reward {
  opacity: 0.45;
  transform: scale(0.82) !important;
}
.slide-reward {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #ffffff;
  gap: 25px;
}
.slide-reward-img {
  width: 180px;
  height: auto;
}
.slider-reward-top {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}
.slider-reward-top p {
  text-align: center;
}
.slider-rewards-cards {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.reward-card {
  display: flex;
  height: 80px;
  padding: 16px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 10px;
  background: #f9f9f9;
}
.reward-card-top {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.reward-card-bottom {
  color: #15366f;
  font-size: 16px;
  font-weight: 600;
}
.swiper-ticker {
  padding: 14px 0;
}
.slide-ticker {
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  padding: 18px 18px 0 18px;
  display: flex;
  justify-content: space-between;
}
.slider-ticker-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.ticker-card-bottom {
  color: #15366f;
  font-size: 16px;
  font-weight: 600;
  margin-top: 16px;
}
.chip-ticker {
  max-width: 150px;
}
.slide-reward-img {
  transition: transform 0.3s ease;
}

/* @keyframes imgPop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.18);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

.img-pop {
  animation: imgPop 0.7s cubic-bezier(0.36, 0.07, 0.19, 0.97) forwards;
} */
@media screen and (max-width: 1400px) {
  .slide-reward {
    padding: 15px;
  }
}

@media screen and (max-width: 1250px) {
  .visore-text-desk {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .editorial-box td,
  .editorial-box th {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .sticky-bar-cms {
    width: 100%;
    padding: 13px 15px;
    z-index: 1000;
    transition: position 0.3s ease-in-out;
    background-color: white;
    position: fixed;
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.4);
    bottom: 0;
    display: block;
  }
  .content-sticky-bar-cms {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-cta-aderisci {
    display: block;
    background-color: #15366f;
    color: #ffffff;
    max-width: 28rem;
    width: 100%;
  }
  .desk-cta-aderisci {
    display: none;
  }
  .mobile-cta-aderisci:active {
    background-color: #15366f !important;
  }
  /* GENERAL RUELS */
  .myclub {
    gap: 16px;
  }
  .myclub-container {
    gap: 16px;
  }
  .myclub-page-title {
    font-size: 20px;
  }
  .section-title-cms {
    font-size: 18px;
  }
  /* VISORE */
  .myclub-visore-desk {
    display: none;
  }
  .myclub-visore-mobile {
    display: flex;
    background-image: url("/external_cms/MYLOTTERIESPLAY/pages/assets/loyalty/img/myc-visore-mob-1023x365-v2.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 365px;
    width: 100%;
    border-radius: 15px;
    padding: 20px 0 0 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .visore-title-mob {
    color: #FFFFFF;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px; /* 128.571% */
    text-transform: uppercase;
  }
  .visore-text-mob {
    color: #FFFFFF;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 136.364% */
    text-transform: uppercase;
  }
  .myclub-hide-mobile {
    display: none;
  }
  /* COME FUNZIONA */
  .how-works-container {
    display: flex;
    padding: 20px;
    align-items: start;
    gap: 16px;
  }
  .how-works-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .how-works-cards img {
    width: 72px;
    height: auto;
  }
  .how-works-item {
    width: stretch;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .how-works-title {
    font-size: 16px;
  }
  .how-works-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .how-works-text-bold {
    font-size: 15px;
  }
  .how-works-text {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
  }
  .chip-ticker {
    max-width: 180px;
  }
}
@media (max-width: 1023px) {
  #cg-footer-bottom-right {
    margin-top: 0 !important;
    margin-bottom: 70px;
  }
}
