body {
  background-color: #5D3090;
  background-image: url("../../assets/frame.png");
  background-repeat: repeat;
}

#hero {
  padding: 0;
}
#hero .swiper {
  --swiper-theme-color: #fff;
}
#hero .swiper .swiper-wrapper {
  padding-bottom: 0;
}
#hero .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
#hero .swiper .swiper-pagination {
  position: absolute;
  bottom: 16px;
}
@media (min-width: 768px) {
  #hero .swiper .swiper-pagination {
    bottom: 32px;
  }
}

#slider_inscriere {
  padding: 56px 0 44px;
  background-image: url("../../assets/home/hero-bg-mobile.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  #slider_inscriere {
    padding: 85px 0 72px;
    background-image: url("../../assets/home/hero-bg-desktop.png");
  }
}
#slider_inscriere .hero-inner {
  width: 100%;
}
#slider_inscriere .hero-inner .hero-headline {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  font-size: 2.625rem;
  margin-bottom: 24px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #slider_inscriere .hero-inner .hero-headline {
    font-size: 3.125rem;
  }
}
#slider_inscriere .hero-inner .hero-description {
  font-size: 1rem;
  line-height: 1.4;
}
#slider_inscriere .hero-inner .hero-disclaimer {
  font-size: 0.75rem;
  line-height: 1.2;
  font-style: italic;
  margin-top: 20px;
}
#slider_inscriere .hero-inner .hero-description,
#slider_inscriere .hero-inner .hero-disclaimer {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  display: block;
}
#slider_inscriere .hero-inner .hero-cta {
  width: 180px;
  height: 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #5D3090;
  font-size: 0.875rem;
  font-family: "LuckiestGuy", sans-serif;
  margin: 40px auto 16px;
}
@media (min-width: 768px) {
  #slider_inscriere .hero-inner .hero-cta {
    margin: 60px auto 16px;
  }
}
#slider_inscriere .hero-inner .hero-cta:hover {
  background-color: #E5087F;
  color: #fff;
}
#slider_inscriere .hero-inner .hero-avatars {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-inline: auto;
}
#slider_inscriere .hero-inner .hero-avatars .avatars-container {
  margin-left: 12px;
}
#slider_inscriere .hero-inner .hero-avatars .avatars-container .person-avatar {
  width: 24px;
  height: 24px;
  margin-left: -12px;
}

#games .games-container {
  padding-inline: 1rem;
}
#games .games-container .section-description {
  margin-bottom: 0;
}
#games .games-container .cards-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  #games .games-container .cards-container {
    gap: 32px;
    margin-top: 40px;
  }
}
@media (min-width: 1140px) {
  #games .games-container .cards-container {
    gap: 64px;
  }
}
#games .games-container .cards-container .card .card-body .card-image,
#games .games-container .cards-container .card .card-body .coming-soon {
  height: 120px;
}
#games .games-container .cards-container .card .card-body .card-image {
  width: 142px;
  object-fit: contain;
}
#games .games-container .cards-container .card .card-body .coming-soon {
  font-family: "LuckiestGuy", sans-serif;
  font-size: 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

.game-stack-card-wrapper {
  max-width: 286px;
}
.game-stack-card-wrapper .card-header {
  transition: all 0.3s ease-in-out;
}
.game-stack-card-wrapper .card-header .card-header-title {
  transition: all 0.3s ease-in-out;
}
.game-stack-card-wrapper .card-body .card-image {
  transition: all 0.3s ease-in-out;
  transform: scale(1) rotate(0);
}
.game-stack-card-wrapper:hover .card-header {
  background-color: #5D3090;
}
.game-stack-card-wrapper:hover .card-header .card-header-title {
  color: #fff;
}
.game-stack-card-wrapper:hover .card-body .card-image {
  transform: scale(1.1) rotate(-15deg);
}

#games,
#products {
  background-color: #E5087F;
}

#benefits .section-headline,
#benefits .section-description {
  max-width: 450px;
}

.benefit-stack-card-wrapper {
  --offset-stack-card: 8px;
}
.benefit-stack-card-wrapper .benefit-card-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .benefit-stack-card-wrapper .benefit-card-body {
    flex-direction: row;
  }
}
.benefit-stack-card-wrapper .benefit-card-body .card-content .card-headline {
  margin-bottom: 8px;
}
.benefit-stack-card-wrapper .benefit-card-body .card-content .card-headline,
.benefit-stack-card-wrapper .benefit-card-body .card-content .card-description {
  text-align: center;
}
@media (min-width: 768px) {
  .benefit-stack-card-wrapper .benefit-card-body .card-content .card-headline,
  .benefit-stack-card-wrapper .benefit-card-body .card-content .card-description {
    margin-inline: auto;
    text-align: left;
  }
}
.benefit-stack-card-wrapper .benefit-card-body .card-content .card-description {
  width: 100%;
  max-width: 432px;
  margin-inline: auto;
}
.benefit-stack-card-wrapper .benefit-card-body .card-icon {
  width: 100%;
  max-width: 232px;
  height: auto;
  object-fit: contain;
  margin-inline: auto;
}
.benefit-stack-card-wrapper .benefit-full-width-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 22px;
}
@media (min-width: 768px) {
  .benefit-stack-card-wrapper .benefit-full-width-card-body {
    flex-direction: row;
    padding: 32px;
  }
}
.benefit-stack-card-wrapper .benefit-full-width-card-body .left-column {
  width: 100%;
  padding: 0 20px 0 0;
}
@media (min-width: 768px) {
  .benefit-stack-card-wrapper .benefit-full-width-card-body .left-column {
    padding: 0 30px 0 0;
    min-width: 250px;
    max-width: 280px;
    border-right: 1px solid #000;
  }
}
.benefit-stack-card-wrapper .benefit-full-width-card-body .left-column .label,
.benefit-stack-card-wrapper .benefit-full-width-card-body .left-column .headline,
.benefit-stack-card-wrapper .benefit-full-width-card-body .left-column .date {
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  color: #000;
}
.benefit-stack-card-wrapper .benefit-full-width-card-body .left-column .label {
  font-size: 0.75rem;
  font-style: italic;
  margin-bottom: 12px;
}
.benefit-stack-card-wrapper .benefit-full-width-card-body .left-column .headline {
  font-family: "LuckiestGuy", sans-serif;
  font-size: 1.375rem;
  margin-bottom: 4px;
}
.benefit-stack-card-wrapper .benefit-full-width-card-body .left-column .date {
  font-size: 0.875rem;
  margin-bottom: 16px;
}
.benefit-stack-card-wrapper .benefit-full-width-card-body .left-column .image {
  width: 100%;
  max-width: 220px;
  height: auto;
  max-height: 160px;
  object-fit: contain;
  display: block;
  margin: 12px auto;
}
@media (min-width: 768px) {
  .benefit-stack-card-wrapper .benefit-full-width-card-body .left-column .image {
    margin: 0 auto;
  }
}
.benefit-stack-card-wrapper .benefit-full-width-card-body .right-column {
  padding: 0 0 0 20px;
}
@media (min-width: 768px) {
  .benefit-stack-card-wrapper .benefit-full-width-card-body .right-column {
    padding: 0 0 0 30px;
  }
}
.benefit-stack-card-wrapper .benefit-full-width-card-body .right-column .headline,
.benefit-stack-card-wrapper .benefit-full-width-card-body .right-column .description {
  font-size: 1rem;
  color: #000;
}
.benefit-stack-card-wrapper .benefit-full-width-card-body .right-column .headline {
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.2;
  text-transform: uppercase;
}
.benefit-stack-card-wrapper .benefit-full-width-card-body .right-column .description {
  margin-bottom: 20px;
  line-height: 1.4;
}
.benefit-stack-card-wrapper .benefit-full-width-card-body .right-column .cta-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .benefit-stack-card-wrapper .benefit-full-width-card-body .right-column .cta-section {
    justify-content: flex-start;
  }
}

#benefits .cards-container {
  --gap: 30px;
  max-width: 808px;
  justify-content: space-between;
  align-items: center;
  gap: calc(24px + var(--gap));
}
#benefits .cards-container > * {
  flex: 0 0 auto;
  width: 95%;
}
@media (min-width: 768px) {
  #benefits .cards-container > * {
    flex: 1 0 calc(50% - var(--gap));
  }
}
#benefits .cards-container .full-width {
  flex: 2 0 100%;
}

#active_campaign .stack-card-wrapper {
  width: 100%;
  max-width: 268px;
  margin: 24px auto 32px;
}
#active_campaign .section-description {
  max-width: 670px;
}

#products {
  background-image: url("../../assets/home/products-section-bg-mobile.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  #products {
    background-image: url("../../assets/home/products-section-bg-desktop.png");
  }
}
#products .product-cards-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) {
  #products .product-cards-container {
    flex-direction: row;
    gap: 40px;
  }
}
#products .product-cards-container .product-card {
  flex: 1 0 100%;
  max-width: 350px;
  border-radius: 15px;
  border: 1px solid #000;
  overflow: hidden;
}
@media (min-width: 768px) {
  #products .product-cards-container .product-card {
    flex: 1 0 33.33%;
  }
}
#products .product-cards-container .product-card .product-card-header {
  width: 100%;
  height: 24px;
  padding: 5px 16px 3px;
  background-color: #fff;
}
#products .product-cards-container .product-card .product-card-header .product-card-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-left: auto;
  display: block;
}
#products .product-cards-container .product-card .product-card-image {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
#products .product-cards-container .product-card .product-card-content {
  background-color: #CCA8CF;
  padding: 20px 16px 16px;
}
#products .product-cards-container .product-card .product-card-content .product-card-title {
  font-family: "LuckiestGuy", sans-serif;
  font-size: 1rem;
  margin-bottom: 16px;
  color: #5D3090;
}
#products .product-cards-container .product-card .product-card-content .product-card-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

#faq .accordion-item {
  text-transform: uppercase;
}

/*# sourceMappingURL=home.css.map */
