/* Hyperlink styles */

.faqs-hyperlinks {
  color: #3d64f2;
  font-weight: 800;
  text-decoration: none;
}

.faqs-hyperlinks:hover {
  color: #1bb96b;
  text-decoration: underline;
}

/* End */
.new-card {
  margin-top: 50px;
  width: 100%;
  height: auto;
  border-radius: 20px;
  /* border: red solid 1px; */
  overflow: hidden;
}

.new-card-blue {
  position: relative;
  width: 100%;
  min-height: 580px;
  background: #223ec6;
  padding: 40px 20px;
}

.new-card-blue p {
  color: white !important;
}

.new-card-blue h2 {
  text-shadow: 0px 8px 12.8px rgba(0, 0, 0, 0.25);
  font-size: 34.84px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.348px;

  background: var(
    --Website-Gradient-GoldNEW,
    linear-gradient(
      97deg,
      #deab4f 5.53%,
      #deab4f 5.53%,
      #efd08d 28.91%,
      #fff8b6 55.82%,
      #d49524 93.77%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.new-card-golden {
  height: 20px;
  background: var(
    --Website-Gradient-GoldNEW,
    linear-gradient(
      97deg,
      #deab4f 5.53%,
      #efd08d 28.91%,
      #fff8b6 55.82%,
      #d49524 93.77%
    )
  );
}

.new-card-image {
  position: absolute;
  bottom: 0px;
  height: 280px;
  width: 100%;
}
/*  */
.lotto-pages h2 {
  color: #004793;
  font-size: 34.84px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.348px;
  margin: 0;
  margin-bottom: 40px;
}

.lotto-pages p {
  color: var(--bs-dark-blue);
  font-size: 14px;
  font-weight: 500;
}

.lotto-pages a {
  color: var(--bs-dark-blue);
}

.list-social-networks svg > g > path:hover {
  fill: #0061b0;
}

.desktop-image-slider {
  display: block;
}

.mobile-image-slider {
  display: none;
}

.buy-lottery-desktop-version {
  display: block;
}

.buy-lottery-mobile-version {
  display: none;
  padding: 0px 30px;
}

.buy-lottery-right-desktop {
  display: block;
}

.buy-lottery-right-mobile {
  display: none;
}

.main-lotto-pro-banner {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 47px;
  background-color: #010568;
  background-image: url("/assets/img/lotto-pro/general/bg-hero-lotto.jpg");
  background-repeat: repeat-x;
}

.box-banner {
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  background-image: url("/assets/img/lotto-pro/general/main-background-page.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
}

.section-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  background-color: #ebebeb;
}

.player-image {
  position: absolute;
  height: 447px;
  margin-top: -109px;
}

.ball-col-content {
  display: flex;
  justify-content: center;
}

.lotto-ball {
  position: absolute;
  width: 433px;
  height: 368px;
  margin-top: 125px;
}

.casino-coins {
  width: 225.077px;
  height: 209px;
}

.row-content > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-top: var(--bs-gutter-y);
}

.middle-col-content {
  display: flex;
  height: 338px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.right-col-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.right-col-content li {
  color: #fff;
  list-style-image: url("/assets/img/lotto-pro/general/arrow-bullet.svg");
  font-size: 14px;
  font-style: normal;
  margin-bottom: 24px;
  padding-inline-start: 12px;
}

.right-col-content li:last-child {
  margin-bottom: 0px;
}

.box-banner-left-content {
  width: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.box-banner-left-content img {
  width: 75%;
  height: auto;
  margin: 15% 0px;
  margin-right: 7.9%;
}

.box-banner-right-content {
  width: 50%;
  color: #000;
  display: flex;
  align-items: center;
}

.box-banner-right-content img {
  width: 45%;
  height: auto;
  margin: 15% 0px;
  margin-left: 7.9%;
}

.lotto-pro-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.box-content {
  color: #fff;
  width: 100%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.box-content span.firstTitle {
  padding: 0;
  margin: 0;
  font-size: 2.75vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  filter: drop-shadow(5px 8px 5.2px rgba(0, 0, 0, 0.25));
}

.box-content span.secondTitle {
  padding: 0;
  margin: 0;
  filter: drop-shadow(5px 8px 5.2px rgba(0, 0, 0, 0.25));
  font-size: 3.22vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.box-content h1 {
  margin: 0;
  font-size: 6vw;
  font-style: normal;
  font-weight: 700;
  line-height: 85px;
  background: var(
    --Website-Gradient-GoldNEW,
    linear-gradient(
      97deg,
      #deab4f 5.53%,
      #efd08d 28.91%,
      #fff8b6 55.82%,
      #d49524 93.77%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(3px 8px 5px rgba(0, 0, 0, 0.25));
}

.box-content .lowText {
  font-size: 4.6vw;
}

.buttons-box {
  width: 100%;
  display: flex;
  margin-top: 40px;
}

.cta-lotto {
  background-color: #1bb96b;
  background-image: linear-gradient(180deg, #1bb96b 0%, #007102 100%);
  border-radius: 4px;
  color: #fff;
  font-size: 18px !important;
  padding: 12px 40px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.5s ease 0s;
  margin-bottom: 60px;
}

.cta-lotto:hover {
  background: #007102;
}

.small-card-content .btn-outline-success {
  transition: background-color 0.5s ease 0s !important;
}

/* .how-to-play-box .cta-lotto {
  width: 100%;
} */

/* .how-to-play-box .cta-lotto-secondary {
  width: 100%;
} */

.small-card-content .cta-lotto-secondary {
  font-size: 18px !important;
  border-width: 1px;
  border-radius: 4px;
  font-weight: 700;
  padding: 12px 31px;
  margin-right: 10px !important;
  --bs-btn-color: #1bb96b; /* #165b14 */
  --bs-btn-border-color: #1bb96b;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out !important;
}

.small-card-content .cta-lotto-secondary:hover {
  border: #165b14 1px solid !important; /* 1bb96b */
  background-color: transparent !important;
  color: #165b14 !important;
}

.small-card-secondary-content .btn-outline-success {
  transition: background-color 0.5s ease 0s !important;
}

.small-card-secondary-content .cta-lotto-secondary {
  font-size: 18px !important;
  border-width: 1px;
  border-radius: 4px;
  font-weight: 700;
  padding: 12px 32px;
  margin-right: 10px !important;
  --bs-btn-color: #165b14;
  --bs-btn-border-color: #165b14;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out !important;
}

.small-card-secondary-content .cta-lotto-secondary:hover {
  border: #1bb96b 1px solid !important;
  background-color: transparent !important;
  color: #1bb96b !important;
}

.pick-list {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.pick-list li {
  margin-right: 10px;
}

.pick-list li:last-child {
  margin-right: 0px;
}

.box-content .btn-log-in {
  font-size: 14px !important;
  border-width: 2px;
  border-radius: 4px;
  font-weight: 700;
  width: 134px;
  height: 50px;
  margin-right: 10px !important;
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
}

.box-content .btn-log-in:hover {
  border: #1bb96b 2px solid !important;
  background: transparent !important;
  color: #1bb96b !important;
}

.lotto-slider-content {
  padding: 0px 30px;
}

.lotto-slider-content .swiper-button-prev {
  background: rgba(244, 244, 244, 0.1);
  border-radius: 50%;
  width: 94.267px;
  height: 94.267px;
  margin-left: 30px;
  backdrop-filter: blur(4.2083330154418945px);
}

.lotto-slider-content .swiper-button-next {
  background: rgba(244, 244, 244, 0.1);
  border-radius: 50%;
  width: 94.267px;
  height: 94.267px;
  margin-right: 30px;
  backdrop-filter: blur(4.2083330154418945px);
}

.lotto-slider-content .swiper-button-prev::after {
  background: url("/assets/img/lotto-pro/general/arrow-left.svg"),
    rgba(244, 244, 244, 0.3) 0 0 no-repeat;
  border-radius: 50%;
  width: 40.4px;
  height: 40.4px;
  background-size: 40.4px;
  content: " ";
  padding: 36px;
  background-repeat: no-repeat;
  background-position: center;
  backdrop-filter: blur(4.2083330154418945px);
}

.lotto-slider-content .swiper-button-prev:hover::after {
  background: url("/assets/img/lotto-pro/general/arrow-left.svg"),
    rgba(244, 244, 244, 0.3) 0 0 no-repeat;
  border-radius: 50%;
  width: 40.4px;
  height: 40.4px;
  background-size: 40.4px;
  content: " ";
  padding: 36px;
  background-repeat: no-repeat;
  background-position: center;
  backdrop-filter: blur(4.2083330154418945px);
}

.lotto-slider-content .swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #d9d9d9;
}
.lotto-slider-content .swiper-button-next::after {
  background: url("/assets/img/lotto-pro/general/arrow-right.svg"),
    rgba(244, 244, 244, 0.3) 0 0 no-repeat;
  border-radius: 50%;
  width: 40.4px;
  height: 40.4px;
  background-size: 40.4px;
  content: " ";
  padding: 36px;
  background-repeat: no-repeat;
  background-position: center;
  backdrop-filter: blur(4.2083330154418945px);
}
.lotto-slider-content .swiper-button-next:hover::after {
  background: url("/assets/img/lotto-pro/general/arrow-right.svg"),
    rgba(244, 244, 244, 0.3) 0 0 no-repeat;
  border-radius: 50%;
  width: 40.4px;
  height: 40.4px;
  background-size: 40.4px;
  content: " ";
  padding: 36px;
  background-repeat: no-repeat;
  background-position: center;
  backdrop-filter: blur(4.2083330154418945px);
}

.lotto-slider-content .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static !important;
  z-index: 100;
  text-align: center;
  margin-top: 20px;
}
.lotto-slider-content .swiper-pagination-bullet {
  background: #d9d9d9;
  width: 16px;
  height: 16px;
  opacity: 1;
}
.lotto-slider-content .swiper-pagination-bullet-active {
  opacity: 1;
  background: #004793;
}

.gold-bar-top {
  width: 100%;
  height: 35px;
  border-radius: 0px 0px 5px 5px;
  background: var(
    --GradianteDorada,
    linear-gradient(90deg, #dec074 2.69%, #c69735 98.7%)
  );
}

.gold-bar-bottom {
  width: calc(100% - 444px);
  height: 35px;
  border-radius: 5px 5px 0px 0px;
  background: var(
    --GradianteDorada,
    linear-gradient(90deg, #dec074 2.69%, #c69735 98.7%)
  );
}

.gold-bar-bottom-flip {
  width: calc(100% - 444px);
  height: 35px;
  border-radius: 0px 0px 5px 5px;
  background: var(
    --GradianteDorada,
    linear-gradient(90deg, #dec074 2.69%, #c69735 98.7%)
  );
}

.page-separator {
  display: flex;
  justify-content: center;
}

.page-description-container {
  padding: 120px 0px;
}

.cards-mobile-desktop-container {
  padding: 0px 30px;
}

.cards-feature {
  padding: 0px 30px;
}

.cards-payouts {
  padding: 0px 30px;
}

.play-lottery-desc-container {
  display: flex;
  padding: 220px 0px 200px 0px;
  align-items: flex-start;
  gap: 20px;
  justify-content: center;
}

.buy-lottery-tickets-container {
  color: #fff;
  display: flex;
  margin-top: 100px;
  width: 100%;
  height: 638px;
  border-radius: 20px;
  position: relative;
  justify-content: space-between;
  padding: 0;
  background-image: url("/assets/img/lotto-pro/general/main-background-page.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  align-items: center;
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.1),
    0px 31px 31px 0px rgba(0, 0, 0, 0.09), 0px 70px 42px 0px rgba(0, 0, 0, 0.05),
    0px 124px 49px 0px rgba(0, 0, 0, 0.01), 0px 193px 54px 0px rgba(0, 0, 0, 0);
}

.buy-lottery-tickets-container img {
  margin-right: 5px;
  width: 100%;
}

.buy-lottery-tickets-container h2 {
  text-shadow: 0px 8px 12.8px rgba(0, 0, 0, 0.25);
  font-size: 34.84px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.348px;
  margin-left: 80px;
  background: var(
    --Website-Gradient-GoldNEW,
    linear-gradient(
      97deg,
      #deab4f 5.53%,
      #deab4f 5.53%,
      #efd08d 28.91%,
      #fff8b6 55.82%,
      #d49524 93.77%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.buy-lottery-tickets-container p {
  color: #fff;
  font-weight: 500;
  margin-left: 80px;
  line-height: 28px;
}

.winning-numbers-container {
  display: flex;
  padding: 0px;
  align-items: flex-start;
  justify-content: center;
}

.page-description-content {
  text-align: center;
}

.page-description-content .row {
  margin-right: 0px;
}

.page-description-content h1 {
  margin-bottom: 60px;
}

.page-description-content h2 {
  margin-bottom: 60px;
}

.title-1 {
  color: #192666;
  font-size: 41.8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1.152px;
  margin-bottom: 0px;
}

.title-2 {
  color: #004793;
  font-size: 41.8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1.152px;
  margin-bottom: 0px;
}

.title-3 {
  background: var(
    --Website-Gradient-GoldNEW,
    linear-gradient(97deg, #dec073 40%, #c69735 60%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 34.84px;
  font-style: normal;
  font-weight: 700;
  line-height: 43.55px;
  letter-spacing: -0.348px;
}

.page-description-content p {
  font-size: 14px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.126px;
  margin-bottom: 60px;
}

.page-description-content h4 {
  color: #0061b0;
  font-size: 24.19px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-bottom: 60px;
}

.list-social-networks {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
}

.list-social-networks li {
  margin-right: 60px;
}

.list-social-networks li:last-child {
  margin-right: 0px;
}

.small-card {
  border-radius: 20px;
  position: relative;
  height: 600px;
  background: #f4f4f4;
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.1),
    0px 31px 31px 0px rgba(0, 0, 0, 0.09), 0px 70px 42px 0px rgba(0, 0, 0, 0.05),
    0px 124px 49px 0px rgba(0, 0, 0, 0.01), 0px 193px 54px 0px rgba(0, 0, 0, 0);
}

/* .small-card-secondary {
  margin-top: 40px;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 543px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  background: #223ec6;
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.1),
    0px 31px 31px 0px rgba(0, 0, 0, 0.09), 0px 70px 42px 0px rgba(0, 0, 0, 0.05),
    0px 124px 49px 0px rgba(0, 0, 0, 0.01), 0px 193px 54px 0px rgba(0, 0, 0, 0);
} */

.small-card-secondary {
  margin-top: 40px;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 543px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.1),
    0px 31px 31px 0px rgba(0, 0, 0, 0.09), 0px 70px 42px 0px rgba(0, 0, 0, 0.05),
    0px 124px 49px 0px rgba(0, 0, 0, 0.01), 0px 193px 54px 0px rgba(0, 0, 0, 0);
}

.small-card-secondary img {
  width: 80%;
}

.faqs-container {
  padding: 150px 0px 0px 0px;
}

.contact-us-container {
  padding: 80px 0px 150px 0px;
}

.small-card-third {
  overflow: hidden;
  position: relative;
  background: #fff;
}

.small-card-third h3 {
  color: var(--Website-Primary-Dark-Blue, #192666);
  margin-bottom: 40px;
  font-size: 29.03px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.29px;
}

.small-card-third img {
  margin-bottom: 40px;
}

.small-card-content {
  padding: 80px 0px 80px 60px;
}

.small-card-content-third {
  padding: 0px 40px;
}

.small-card-content-third p {
  line-height: 28px;
}

.small-card-secondary-content {
  padding: 60px;
  background: #223ec6;
  margin-bottom: 22px;
  height: 100%;
}

.small-card-secondary-content h2 {
  text-shadow: 0px 8px 12.8px rgba(0, 0, 0, 0.25);
  font-size: 34.84px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.348px;

  background: var(
    --Website-Gradient-GoldNEW,
    linear-gradient(
      97deg,
      #deab4f 5.53%,
      #deab4f 5.53%,
      #efd08d 28.91%,
      #fff8b6 55.82%,
      #d49524 93.77%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.small-card-content p {
  font-size: 14px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.126px;
  margin: 0;
}

.small-card-secondary-content p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.126px;
  margin: 0;
}

.how-to-play-box {
  width: 216px;
}

.how-to-play-box h3 {
  color: #004793;
  font-size: 29.03px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.29px;
  margin: 40px 0px;
}

.small-card-bottom-border {
  height: 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 0px 0px 35px 35px;
  background: var(
    --Website-Gradient-GoldNEW,
    linear-gradient(
      97deg,
      #deab4f 5.53%,
      #efd08d 28.91%,
      #fff8b6 55.82%,
      #d49524 93.77%
    )
  );
}

.small-card-secondary-bottom-border {
  height: 22px;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 0px 0px 20px 20px;
  background: var(
    --Website-Gradient-GoldNEW,
    linear-gradient(
      97deg,
      #deab4f 5.53%,
      #efd08d 28.91%,
      #fff8b6 55.82%,
      #d49524 93.77%
    )
  );
}

.lotto-mobile {
  width: 120%;
  margin-right: 0px;
  margin-top: 30px;
  padding-right: 7px;
  margin-left: -60px;
}

.image-lotto-mobile {
  overflow: hidden;
  margin-right: 12px;
}

.lotto-desktop {
  width: 155%;
  margin-right: 0px;
  margin-top: 10px;
  padding-right: 7px;
  margin-left: -10px;
}

.image-lotto-desktop {
  overflow: hidden;
  margin-right: 12px;
}

.welcome-logo {
  display: flex;
  width: 470px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.welcome-logo img {
  width: 309.712px;
  height: 346px;
}

.partnership-container {
  display: flex;
  color: #000;
  width: 100%;
  padding: 110px 0px;
  flex-direction: column;
}

.partnership-content {
  display: flex;
  color: #000;
  width: 100%;
  padding: 80px 0px;
  flex-direction: column;
  align-items: center;
}

.partnership-content > h2 {
  margin-bottom: 60px;
}

.partnership-content > p {
  width: 800px;
  color: #0d2085;
  font-size: 14px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.126px;
}

.revenue-container {
  display: flex;
  flex-direction: column;
  padding: 80px 0px;
}

.revenue-content {
  color: #fff;
  width: 800px;
}

.revenue-content p {
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 14px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.126px;
}

.big-card-content .partnership-content .revenue-content > strong {
  font-weight: 700;
}

.big-card-container {
  border-radius: 20px;
  background: #f4f4f4;
  margin-top: 120px;
  margin-bottom: 40px;
  padding: 80px 80px;
}

.why-play-lottery-container {
  border-radius: 20px;
  background: #f4f4f4;
  margin-top: 40px !important;
  margin-bottom: 0px;
  padding: 120px 0px;
}

.lotto-ticket {
  width: 100%;
  padding-right: 80px;
}

.winner-ticket {
  width: 100%;
  padding-right: 80px;
}

.big-card-content p {
  margin-bottom: 40px;
  line-height: 28px;
}

.big-card-content .col-text-left {
  padding-right: 80px;
}

.big-card-content ul {
  margin-bottom: 40px;
  font-size: 14px;
}

.big-card-content ul > li {
  color: var(--bs-dark-blue);
  letter-spacing: -0.126px;
  font-weight: 500;
}

.big-card-content ul > li::marker {
  color: var(--bs-dark-blue);
  line-height: 40px;
}

.big-card-content > h2 {
  margin-bottom: 60px;
}

.cards-container {
  display: flex;
  align-items: center;
}

.cards-container div:last-child {
  margin-right: 0px;
}

.card-box {
  width: 200px;
  height: 200px;
  font-size: 16px;
  color: #fff;
  margin-right: 12px;
  border-radius: 12px;
  background: #010568;
  box-shadow: 0px 8px 12.8px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.num-player-content,
.percentage-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.percentage-content {
  margin-top: 12px;
  margin-bottom: 6px;
}

.percentage-content span {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: var(
    --Website-Gradient-GoldNEW,
    linear-gradient(
      97deg,
      #deab4f 5.53%,
      #efd08d 28.91%,
      #fff8b6 55.82%,
      #d49524 93.77%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.percentage-content span.percentage-text {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}

.vip-card {
  width: 300px;
  height: 300px;
  background: var(
    --Website-Gradient-GoldNEW,
    linear-gradient(
      97deg,
      #deab4f 5.53%,
      #efd08d 28.91%,
      #fff8b6 55.82%,
      #d49524 93.77%
    )
  );
}

.vip-card > span {
  color: #0d2085;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding: 0px 20px;
}

.vip-card > span.vip-title {
  font-size: 80px;
  line-height: normal;
}

.picks-box-container {
  display: flex;
  padding: 120px 30px 80px 30px;
  justify-content: center;
}

.winning-box-container {
  display: flex;
  padding: 20px 30px 80px 30px;
  justify-content: center;
}

.accordion-picks-content {
  display: flex;
  width: 1345px;
  flex-direction: column;
  align-items: flex-start;
  background-color: #f4f4f4;
  height: 100%;
  padding: 0px 0px 25px 0px;
  border-radius: 20px;
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.1),
    0px 31px 31px 0px rgba(0, 0, 0, 0.09), 0px 70px 42px 0px rgba(0, 0, 0, 0.05),
    0px 124px 49px 0px rgba(0, 0, 0, 0.01), 0px 193px 54px 0px rgba(0, 0, 0, 0);
}

.accordion-title {
  width: 100%;
  background: linear-gradient(90deg, #010568 0%, #3851b5 100%);
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.accordion-title span {
  color: #f4f4f4;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.22px;
}

.pick-table-container {
  color: var(--bs-dark-blue);
}

.pick-table-container .container .row:last-child {
  border-bottom: none !important;
}

.state-listings-table-container {
  color: var(--bs-dark-blue);
}

.state-listings-table-container span {
  font-size: 14px;
  font-weight: 500;
}

.state-listings-table-container .container .row:last-child {
  border-bottom: none !important;
}

.pick-table-header {
  border-bottom: solid thin var(--bs-dark-blue) !important;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.168px;
}

.accordion-picks-content .accordion-collapse {
  transition: width 0.2s, height 0.2s, transform 2s;
  background: var(--Website-Shades-1, #eee);
}

.accordion-picks-content > h4 {
  margin-bottom: 80px;
}

.accordion-picks-content .accordion {
  width: 100%;
  background-color: #f4f4f4;
  --bs-accordion-border-color: none;
  --bs-accordion-btn-focus-border-color: #ddd;
  --bs-accordion-bg: #f4f4f4;
  ----bs-accordion-btn-bg: #f4f4f4;
}

.accordion-picks-content
  .accordion-item:last-of-type
  .accordion-button.collapsed {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.accordion-picks-content .accordion-button::after {
  background-image: url("../../assets/img/lotto-pro/general/more-icon.svg");
  background-size: 1.5rem;
  width: 24px;
  height: 24px;
  margin-right: 40px;
}

.accordion-picks-content .accordion-button:not(.collapsed)::after {
  background-image: url("../../assets/img/lotto-pro/general/less-icon.svg");
  background-size: 1.5rem;
  width: 24px;
  height: 24px;
}

.accordion-picks-content .accordion-button:not(.collapsed) {
  background-color: var(--website-shades-05, #f4f4f4);
}

.accordion-picks-content .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion-picks-content .accordion-button {
  font-size: 22px;
  color: #010568;
  line-height: normal;
  padding: 0px 0px 0px 40px;
  margin-top: 20px;
}

.accordion-picks-content .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: #f4f4f4;
  margin-bottom: 20px;
}

.accordion-picks-content .accordion-button.collapsed {
  border-bottom: 1px solid #ddd;
  padding: 0px 0px 20px 40px;
  margin-top: 20px;
}

.accordion-picks-content
  .accordion-item:last-child
  .accordion-button.collapsed {
  border-bottom: none;
}

.accordion-picks-content .accordion-item .accordion-header {
  border: none;
  margin-bottom: 0px;
  background: var(--website-shades-05, #f4f4f4);
}

.accordion-picks-content #accordion3D .accordion-body {
  border-bottom: none;
}

.accordion-picks-content .accordion-body {
  border-bottom: 1px solid #ddd;
  padding: 20px 40px;
}

.accordion-picks-content .accordion-body p {
  font-size: 25px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.126px;
  margin: 0px 0px 20px 20px;
}

.bar-gold-primary {
  width: 282px;
  height: 30px;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  background: linear-gradient(
    97deg,
    #deab4f 5.53%,
    #efd08d 28.91%,
    #fff8b6 55.82%,
    #d49524 93.77%
  );
}

.bar-gold-secondary {
  width: 195px;
  height: 28px;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  opacity: 0.5;
  background: linear-gradient(
    97deg,
    #deab4f 5.53%,
    #efd08d 28.91%,
    #fff8b6 55.82%,
    #d49524 93.77%
  );
}

.blue-bar-page {
  background-color: #002a57;
}

.white-bar-page {
  background-color: #fff;
}

.divider-content {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.divider-row {
  display: flex;
  color: #000;
  width: 100%;
  justify-content: space-between;
}

.general-faqs-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.general-faqs-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.general-faqs-content > h4 {
  margin-bottom: 80px;
}

.general-faqs-content .accordion {
  width: 100%;
  --bs-accordion-border-color: none;
  --bs-accordion-btn-focus-border-color: #d7d9db;
  --bs-accordion-inner-border-radius: 0px;
}

.general-faqs-content .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.general-faqs-content .accordion-button::after {
  background-image: url("../../assets/img/lotto-pro/general/more-inverse-icon.svg");
  background-size: 1.5rem;
  background-color: #004793;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 15px;
  background-position: center;
}

.general-faqs-content .accordion-button:not(.collapsed)::after {
  background-image: url("../../assets/img/lotto-pro/general/less-inverse-icon.svg");
  background-size: 1.5rem;
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 15px;
  background-position: center;
}

.general-faqs-content .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.general-faqs-content .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.general-faqs-content .accordion-button {
  font-size: 22px;
  color: #192666;
  line-height: normal;
  font-style: normal;
  font-weight: 700;
  line-height: 29.04px;
  letter-spacing: -0.44px;
  padding: 30px 20px;
}

.general-faqs-content .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: #fff;
  color: #fff;
  background-color: #004793;
}

.general-faqs-content .accordion-button.collapsed {
  border-bottom: 1px solid #d7d9db;
}

.general-faqs-content .accordion-item .accordion-header {
  border: none;
  margin-bottom: 0px;
}

.general-faqs-content #accordion3D .accordion-body {
  border-bottom: none;
}

.general-faqs-content .accordion-body {
  border-bottom: 1px solid #d7d9db;
}

.general-faqs-content .accordion-body p {
  color: #010568;
  font-size: 14px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.126px;
  margin: 20px 0px 20px 20px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .faqs-container .row {
    margin-right: 0px !important;
  }
  .contact-us-container .row {
    margin-right: 0px !important;
  }
  .buy-lottery-desktop-version {
    display: none;
  }

  .lotto-slider-content {
    padding: 0px 16px;
  }

  .buy-lottery-mobile-version {
    display: block;
    padding: 0px 16px;
  }

  .main-lotto-pro-banner {
    margin-top: 0px;
  }

  .bar-gold-primary {
    width: 113.79px;
    height: 22.75px;
  }

  .bar-gold-secondary {
    width: 75.86px;
    height: 21.24px;
  }

  .page-description-content {
    text-align: left !important;
  }

  .page-description-content h1 {
    font-size: 24px;
    padding: 0px 16px;
    line-height: 43.55px;
    margin-bottom: 40px;
  }

  .page-description-content h2 {
    font-size: 22px;
    padding: 0px 16px;
    line-height: 41.123px;
    margin-bottom: 40px;
  }

  .page-description-content h4 {
    font-size: 18px;
    padding: 0px 16px;
    line-height: 34.272px;
    margin-bottom: 40px;
  }

  .page-description-content p {
    padding: 0px 16px;
  }

  .pick-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 5px;
    padding: 0;
  }

  .pick-list li {
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .pick-list li > img {
    width: 100%;
  }

  .page-description-container {
    padding: 80px 0px;
  }

  /* .page-description-container .page-description-content h1 {
    margin-left: 20px;
  } */

  .interested-rules {
    margin-top: 20px !important;
    margin-bottom: 5px !important;
    text-align: left; /* Centra horizontalmente el contenido */
  }

  .paragraphs-container p {
    margin-left: 20px;
    font-size: 16px;
  }

  .find-out-more {
    margin-top: 20px !important;
    margin-left: 0 !important;
  }

  .find-out-more p {
    font-size: 16px !important;
  }

  .list-social-networks li {
    margin-right: 40px;
  }

  .button-container {
    text-align: center !important;
    /* width: calc(100% - 20px); */
    /* margin: 0px 16px 80px 16px; */
  }

  .buttons-container {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }

  .cta-lotto-secondary {
    margin-left: 10px !important;
  }

  .buy-lottery-tickets-container .container {
    max-width: 100%;
  }

  .buy-lottery-tickets-container h2 {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 80px;
    font-size: 29.03px;
    line-height: 34.836px;
  }

  .buy-lottery-tickets-container p {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 28px;
  }

  .buy-lottery-right-desktop {
    display: none;
  }

  .buy-lottery-right-mobile {
    display: block;
  }

  .buy-lottery-tickets-container {
    height: auto;
    overflow: hidden;
  }

  .buy-lottery-tickets-container img {
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .play-lottery-desc-container {
    padding: 80px 0px 80px 0px;
  }

  .page-description-content .title-2 {
    padding: 0px;
  }

  .page-description-content p {
    padding: 0px;
    margin-bottom: 40px;
  }

  .list-social-networks {
    margin-bottom: 40px;
  }

  .cards-mobile-desktop-container .row {
    flex-direction: column;
  }

  .cards-mobile-desktop-container .small-card {
    height: auto;
  }

  .cards-mobile-desktop-container .small-card-content {
    display: flex;
    flex-direction: column-reverse;
    padding: 0px 10px 80px 10px;
    margin-bottom: 60px;
  }

  .cards-mobile-desktop-container .lotto-mobile {
    margin-top: 40px;
  }

  .cards-mobile-desktop-container .lotto-mobile {
    width: 100%;
    margin-top: 30px;
    padding-right: 0px;
    margin-left: -20px;
  }

  .cards-mobile-desktop-container .col-7 {
    width: 100%;
  }

  .how-to-play-box h3 {
    font-size: 22px;
  }

  .cards-mobile-desktop-container h2 {
    font-size: 22px;
  }

  .cards-mobile-desktop-container {
    padding: 0px 16px;
  }

  .how-to-play-box {
    width: 100%;
  }

  .lotto-desktop {
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
    padding-right: 0px;
    margin-left: 30px;
    margin-bottom: 40px;
  }

  .small-card-content .cta-lotto {
    margin: 0px;
  }

  .cards-feature {
    padding: 0px 16px;
  }

  .cards-feature .big-card-container {
    margin-top: 20px;
  }

  .cards-payouts {
    padding: 0px 16px;
  }

  .big-card-container {
    background: #f4f4f4;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 20px 10px 40px 10px;
  }

  .cards-feature .big-card-content {
    display: flex;
    flex-direction: column;
  }

  .cards-payouts .big-card-content {
    display: flex;
    flex-direction: column-reverse;
  }

  .cards-payouts .big-card-content .col-text-left {
    padding-right: 0px;
  }

  .cards-payouts .big-card-content h2 {
    margin: 60px 10px 40px 10px;
  }

  .cards-payouts .big-card-content p {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cards-feature .big-card-content h2 {
    margin: 60px 10px 40px 10px;
    font-size: 24px;
  }

  .cards-payouts .big-card-content h2 {
    font-size: 24px;
  }

  .accordion-title span {
    font-size: 24px;
  }

  .cards-feature .big-card-content p {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cards-feature ul li {
    font-size: 14px;
  }

  .lotto-ticket {
    padding-right: 0px;
    margin-top: 80px;
  }

  .picks-box-container {
    padding: 0px 16px;
  }

  .accordion-picks-content {
    width: 100%;
  }

  .accordion-picks-content .accordion-button {
    font-size: 14px;
    padding: 0px 0px 0px 10px;
  }

  .accordion-picks-content .accordion-button::after {
    margin-right: 20px;
  }

  .accordion-picks-content .accordion-button.collapsed {
    padding: 0px 0px 20px 10px;
  }

  .accordion-picks-content .accordion-body {
    border-bottom: 1px solid #ddd;
    padding: 20px 5px;
  }

  .pick-table-header {
    font-size: 14px;
  }

  .pick-table-container strong {
    font-size: 14px;
  }

  .pick-table-container span {
    font-size: 11.67px !important;
  }

  .state-listings-table-container strong {
    font-size: 14px !important;
  }

  .state-listings-table-container span {
    font-size: 11.67px !important;
  }

  .pick-table-header {
    font-size: 14px;
  }

  .pick-table-container strong {
    font-size: 14px;
  }

  /* .pick-table-container span {
    font-size: 11.67px !important;
  } */

  .state-listings-table-container strong {
    font-size: 14px !important;
  }

  /* .state-listings-table-container span {
    font-size: 11.67px !important;
  } */

  .pick-table-container .container .col-8 {
    width: 50%;
  }

  .pick-table-container .container .col-4 {
    width: 50%;
  }

  .winning-numbers-container {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .winning-box-container {
    padding: 20px 16px 80px 16px;
  }

  .winning-box-container .state-listings-table-container .col-2 {
    width: 50%;
  }

  .why-play-lottery-container .big-card-content .text-center {
    text-align: left !important;
  }

  .why-play-lottery-container .big-card-content p {
    margin-left: 10px !important;
  }

  .why-play-lottery-container h2 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
  }

  .why-play-lottery-container .paragraph {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 180px;
  }

  .why-play-lottery-container .col-5 {
    width: 100%;
  }

  .why-play-lottery-container .small-card-secondary {
    height: 650px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .why-play-lottery-container .small-card-secondary-content {
    padding: 60px 20px;
  }

  .faqs-container > div {
    display: flex;
    flex-direction: column;
  }

  .faqs-container .col-5 {
    width: 100%;
  }

  /* Big Card Coins fix */
  .small-card-secondary-content {
    height: 100vh;
  }

  /* A+ and 20+ years images fix */
  /* .text-end .a-plus-rated img {
    position: absolute;
    bottom: 0;
    right: 60%; 
    transform: translateX(50%); 
    margin-top: 200px;
    width: 600px !important;
    height: 250px;
  } */

  .a-plus-rated img {
    position: absolute;
    bottom: 22px;
    right: 50%;
    transform: translateX(50%);
    margin-top: 200px;
    width: 600px !important;
    height: auto;
  }

  /* .text-end .a-plus-rated {
    background: url("../img/lotto-pro/general/768/a+2.webp") center no-repeat;
    background-size: contain;
    width: 100%;
    height: 267px;
  } */

  /* .text-end .twenty-years img {
    position: absolute;
    bottom: 0;
    right: 60%; 
    transform: translateX(50%); 
    width: 600px !important;
    height: 250px;
  } */

  .twenty-years img {
    position: absolute;
    bottom: 22px;
    right: 50%; /* Centra horizontalmente */
    transform: translateX(50%); /* Corrige la posición para centrar */
    width: 600px !important;
    height: auto;
  }

  /* .text-end .twenty-years {
    background: url("../img/lotto-pro/general/768/20.webp") center no-repeat;
    background-size: contain;
    width: 100%;
    height: 267px;
  } */

  .small-card-content-third h2 {
    font-size: 24px;
  }

  .small-card-content-third .lottery-faq {
    text-align: center !important;
  }

  .small-card-content-third h2,
  h3,
  p {
    text-align: left;
  }

  .small-card-content-third {
    padding: 0px 16px;
  }

  .lotto-slider-content .swiper-button-prev {
    width: 28px;
    height: 28px;
  }

  .lotto-slider-content .swiper-button-next {
    width: 28px;
    height: 28px;
  }

  .lotto-slider-content .swiper-button-prev::after {
    width: 12px;
    height: 12px;
    background-size: 12px;
    background-position: 4px;
    padding: 11px;
  }

  .lotto-slider-content .swiper-button-prev:hover::after {
    width: 12px;
    height: 12px;
    background-size: 12px;
    background-position: 4px;
    padding: 11px;
  }

  .lotto-slider-content .swiper-button-next::after {
    width: 12px;
    height: 12px;
    background-size: 12px;
    background-position: 6px;
    padding: 11px;
  }
  .lotto-slider-content .swiper-button-next:hover::after {
    width: 12px;
    height: 12px;
    background-size: 12px;
    background-position: 6px;
    padding: 11px;
  }

  .desktop-image-slider {
    display: none;
  }

  .mobile-image-slider {
    display: block;
  }

  .general-faqs-content .accordion-button {
    font-size: 18px;
  }

  /*
  .general-faqs-content .accordion-button::before {
    font-size: 10px;
  }
  */
}

@media only screen and (min-width: 320px) and (max-width: 430px) {
  .cta-lotto {
    width: calc(100% - 20px) !important;
    margin: 0px 16px 80px 16px !important;
  }

  .cta-lotto-secondary {
    width: calc(100% - 20px) !important;
    margin: -70px 0px 80px 10px !important;
  }
}

@media only screen and (min-width: 412px) and (max-width: 430px) {
  .buy-lottery-desktop-version {
    display: none;
  }

  .buy-lottery-mobile-version {
    display: block;
  }

  .main-lotto-pro-banner {
    margin-top: 0px;
  }

  .bar-gold-primary {
    width: 113.79px;
    height: 22.75px;
  }

  .bar-gold-secondary {
    width: 75.86px;
    height: 21.24px;
  }

  .page-description-content h1 {
    padding: 0px 20px;
    line-height: 58.52px;
  }

  .page-description-content p {
    padding: 0px 0px;
  }

  .pick-list {
    flex-wrap: wrap;
  }

  .pick-list li {
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .page-description-container {
    padding: 80px 0px;
  }

  .lotto-slider-content .swiper-button-prev {
    width: 28px;
    height: 28px;
  }

  .lotto-slider-content .swiper-button-next {
    width: 28px;
    height: 28px;
  }

  .lotto-slider-content .swiper-button-prev::after {
    width: 12px;
    height: 12px;
    background-size: 12px;
    background-position: 4px;
    padding: 11px;
  }

  .lotto-slider-content .swiper-button-prev:hover::after {
    width: 12px;
    height: 12px;
    background-size: 12px;
    background-position: 4px;
    padding: 11px;
  }

  .lotto-slider-content .swiper-button-next::after {
    width: 12px;
    height: 12px;
    background-size: 12px;
    background-position: 6px;
    padding: 11px;
  }
  .lotto-slider-content .swiper-button-next:hover::after {
    width: 12px;
    height: 12px;
    background-size: 12px;
    background-position: 6px;
    padding: 11px;
  }

  .desktop-image-slider {
    display: none;
  }

  .mobile-image-slider {
    display: block;
  }

  .cards-mobile-desktop-container .small-card {
    height: auto;
  }

  .cards-mobile-desktop-container .small-card-content {
    display: flex;
    flex-direction: column-reverse;
    padding: 0px 10px 80px 10px;
    margin-bottom: 60px;
  }

  .cards-mobile-desktop-container .lotto-mobile {
    margin-top: 40px;
  }

  .cards-mobile-desktop-container .lotto-mobile {
    width: 100%;
    margin-top: 30px;
    padding-right: 0px;
    margin-left: -20px;
  }

  .cards-mobile-desktop-container .col-7 {
    width: 100%;
  }

  .cards-mobile-desktop-container h2 {
    font-size: 29.03px;
  }

  .cards-mobile-desktop-container {
    padding: 0px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .interested-rules {
    margin-top: 20px !important;
    margin-bottom: 5px !important;
    text-align: center; /* Centra horizontalmente el contenido */
  }

  .find-out-more {
    margin-top: 20px !important;
    text-align: center; /* Centra horizontalmente el contenido */
  }

  .find-out-more p {
    font-size: 18px !important;
  }

  .faqs-container .row {
    margin-right: 0px !important;
  }
  .contact-us-container .row {
    margin-right: 0px !important;
  }

  .main-lotto-pro-banner {
    margin-top: 0px;
  }

  .bar-gold-primary {
    width: 150px;
    height: 30px;
  }

  .bar-gold-secondary {
    width: 100px;
    height: 28px;
  }

  .page-description-content h1 {
    padding: 0px 20px;
  }

  .page-description-content h4 {
    line-height: 41.123px;
  }

  .page-description-content p {
    padding: 0px 20px;
  }

  .page-description-container {
    padding: 80px 0px;
  }

  .pick-list {
    flex-wrap: wrap;
  }

  .pick-list li {
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .buy-lottery-desktop-version {
    display: none;
  }

  .buy-lottery-mobile-version {
    display: block;
    padding: 0px 30px;
  }

  .winning-box-container .state-listings-table-container .col-2 {
    width: 33.33%;
  }

  .buy-lottery-tickets-container {
    color: #fff;
    display: flex;
    margin-top: 100px;
    width: 100%;
    height: 638px;
    border-radius: 20px;
    position: relative;
    justify-content: space-between;
    padding: 0;
    /* padding-right: 80px;*/
    background-image: url("/assets/img/lotto-pro/general/main-background-page.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    align-items: normal;
  }

  .buy-lottery-tickets-container .container {
    max-width: 720px !important;
  }

  .buy-lottery-tickets-container h2 {
    text-shadow: 0px 8px 12.8px rgba(0, 0, 0, 0.25);
    font-size: 34.84px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.348px;
    margin-left: 40px;
    margin-right: 75px;
    margin-top: 40px;
    background: var(
      --Website-Gradient-GoldNEW,
      linear-gradient(
        97deg,
        #deab4f 5.53%,
        #deab4f 5.53%,
        #efd08d 28.91%,
        #fff8b6 55.82%,
        #d49524 93.77%
      )
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .buy-lottery-tickets-container p {
    color: #fff;
    font-weight: normal;
    margin-left: 40px;
    margin-right: 80px;
    line-height: 28px;
  }

  .small-card {
    max-width: 100% !important;
    height: fit-content;
  }

  .small-card-content-third {
    padding: 0px 20px;
  }

  .buy-lottery-tickets-container img {
    /* margin-right: 5px; */
    width: 75%;
    position: absolute;
    right: 25px;
    bottom: -75px;
  }

  .cards-mobile-desktop-container > div {
    display: flex;
    flex-direction: column;
  }

  .cards-mobile-desktop-container > div > div {
    margin-bottom: 20px;
  }

  .cards-feature .big-card-content {
    display: flex;
    flex-direction: column;
  }

  .lotto-ticket {
    margin-bottom: 50px;
  }

  .cards-payouts .big-card-content {
    display: flex;
    flex-direction: column-reverse;
  }

  .winner-ticket {
    margin-bottom: 50px;
  }

  .small-card-secondary {
    height: 650px;
  }

  .small-card-secondary-content {
    height: 100vh;
    padding: 30px;
  }

  .small-card-secondary-content h2 {
    font-size: 34.84px;
    font-weight: 700;
    margin-bottom: -40px;
  }

  .small-card-secondary-content p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 100px !important;
  }

  /* 768 A+ 20 picks background images */

  /* Big Card Coins fix */
  .big-card-content .col-5 {
    height: 640px !important;
  }

  /* A+ and 20+ years images fix */
  .a-plus-rated img {
    position: absolute;
    bottom: 22px;
    right: 10%;
    transform: translateX(10%);
    width: 600px !important;
    height: auto;
  }

  /* .text-end .a-plus-rated {
    background: url("../img/lotto-pro/general/768/a+2.webp") center no-repeat;
    background-size: contain;
    width: 100%;
    height: 267px;
  } */

  .twenty-years img {
    position: absolute;
    bottom: 22px;
    right: 10%;
    transform: translateX(10%);
    width: 600px !important;
    height: auto;
  }

  /* .text-end .twenty-years {
    background: url("../img/lotto-pro/general/768/20.webp") center no-repeat;
    background-size: contain;
    width: 100%;
    height: 267px;
  } */

  /* .small-card-secondary img {
    width: 100% !important;
    height: auto;
    margin-left: -180px;
  } */

  .faqs-container > div > div {
    width: 100%;
    margin-bottom: 40px;
  }

  .small-card-third {
    padding: 0px 0px;
  }

  .lotto-pages h2 {
    padding: 0px 0px;
  }

  .small-card-secondary-content h2 {
    padding: 0px;
  }

  .lotto-slider-content .swiper-button-prev {
    width: 66.083px;
    height: 66.083px;
  }

  .lotto-slider-content .swiper-button-next {
    width: 66.083px;
    height: 66.083px;
  }

  .lotto-slider-content .swiper-button-prev::after {
    width: 24.4px;
    height: 24.4px;
    background-size: 24.4px;
    background-position: 12px;
    padding: 26px;
  }

  .lotto-slider-content .swiper-button-prev:hover::after {
    width: 24.4px;
    height: 24.4px;
    background-size: 24.4px;
    background-position: 12px;
    padding: 26px;
  }

  .lotto-slider-content .swiper-button-next::after {
    width: 24.4px;
    height: 24.4px;
    background-size: 24.4px;
    background-position: 16px;
    padding: 26px;
  }
  .lotto-slider-content .swiper-button-next:hover::after {
    width: 24.4px;
    height: 24.4px;
    background-size: 24.4px;
    background-position: 16px;
    padding: 26px;
  }

  .desktop-image-slider {
    display: none;
  }

  .mobile-image-slider {
    display: block;
  }

  /* Accordion fix */
  .pick-table-header {
    font-size: 14px;
  }

  .pick-table-container strong {
    font-size: 14px;
    font-weight: 700;
  }

  .pick-table-container span {
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  .state-listings-table-container strong {
    font-size: 14px !important;
    font-weight: 700;
  }

  .state-listings-table-container span {
    font-size: 12px !important;
    font-weight: 500 !important;
  }

  .why-play-lottery-container .col-12 h2 {
    font-size: 41.8px !important;
  }

  .small-card-content-third h2 {
    font-size: 41.8px !important;
  }

  .small-card-content-third .contact-us {
    font-size: 41.8px !important;
  }
}

@media only screen and (min-width: 1536px) and (max-width: 1919px) {
  .interested-rules {
    margin-top: 20px !important;
    margin-bottom: 5px !important;
    text-align: center; /* Centra horizontalmente el contenido */
  }

  .find-out-more {
    margin-top: 20px !important;
    text-align: center; /* Centra horizontalmente el contenido */
  }

  .page-description-content p {
    padding: 0px calc(100% - 1232px);
  }

  .lotto-desktop {
    width: 155%;
  }

  .small-card-secondary-content p {
    padding-bottom: 180px;
  }

  /* A+ and 20+ years images fix */
  .a-plus-rated img {
    position: absolute;
    bottom: 22px;
    right: -10%;
    transform: translateX(10%);
    width: 600px !important;
    height: 250px;
  }

  /* .text-end .a-plus-rated {
    background: url("../img/lotto-pro/general/768/a+2.webp") center no-repeat;
    background-size: contain;
    width: 100%;
    height: 267px;
  } */

  .twenty-years img {
    position: absolute;
    bottom: 22px;
    right: -10%;
    transform: translateX(10%);
    width: 600px !important;
    height: 250px;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1535px) {
  .interested-rules {
    margin-top: 20px !important;
    margin-bottom: 5px !important;
    text-align: center; /* Centra horizontalmente el contenido */
  }

  .find-out-more {
    margin-top: 20px !important;
    text-align: center; /* Centra horizontalmente el contenido */
  }

  .pick-table-container strong {
    font-size: 14px;
    font-weight: 700 !important;
  }

  .pick-table-container span {
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  .state-listings-table-container strong {
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  .state-listings-table-container span {
    font-size: 12px !important;
    font-weight: 500 !important;
  }

  .page-description-content p {
    padding: 0px calc(100% - 1172px);
  }

  .lotto-mobile {
    width: 170%;
    margin-right: 40px;
    margin-top: 30px;
  }

  .image-lotto-mobile {
    padding-right: 50px;
    overflow: hidden;
    margin-right: 12px;
  }

  .lotto-desktop {
    width: 185%;
  }

  .lotto-ticket {
    padding-right: 40px;
  }

  .small-card-secondary-content h2 {
    font-size: 32.84px;
  }

  .small-card-secondary-content p {
    padding-bottom: 180px;
  }

  .lotto-slider-content .swiper-button-prev {
    width: 75.33px;
    height: 75.33px;
  }

  .lotto-slider-content .swiper-button-next {
    width: 75.33px;
    height: 75.33px;
  }

  .lotto-slider-content .swiper-button-prev::after {
    width: 32.4px;
    height: 32.4px;
    background-size: 32.4px;
    background-position: 12px;
    padding: 30px;
  }

  .lotto-slider-content .swiper-button-prev:hover::after {
    width: 32.4px;
    height: 32.4px;
    background-size: 32.4px;
    background-position: 12px;
    padding: 30px;
  }

  .lotto-slider-content .swiper-button-next::after {
    width: 32.4px;
    height: 32.4px;
    background-size: 32.4px;
    background-position: 16px;
    padding: 30px;
  }
  .lotto-slider-content .swiper-button-next:hover::after {
    width: 32.4px;
    height: 32.4px;
    background-size: 32.4px;
    background-position: 16px;
    padding: 30px;
  }

  .why-play-lottery-container h2 {
    font-size: 41.8px !important;
  }

  .small-card-content-third h2 {
    font-size: 43px !important;
  }

  /* A+ and 20+ years images fix */
  .a-plus-rated img {
    position: absolute;
    bottom: 22px;
    right: 0%;
    transform: translateX(0%);
    /* width: 600px !important;
    height: 250px; */
  }

  /* .text-end .a-plus-rated {
    background: url("../img/lotto-pro/general/768/a+2.webp") center no-repeat;
    background-size: contain;
    width: 100%;
    height: 267px;
  } */

  .twenty-years img {
    position: absolute;
    bottom: 22px;
    right: 0%;
    transform: translateX(0%);
    /* width: 600px !important;
    height: 250px; */
  }

  .small-card-content-third .contact-us {
    font-size: 41.8px !important;
  }
}

@media only screen and (min-width: 1920px) {
  .interested-rules {
    margin-top: 20px !important;
    margin-bottom: 5px !important;
    text-align: center; /* Centra horizontalmente el contenido */
  }

  .find-out-more {
    margin-top: 20px !important;
    text-align: center; /* Centra horizontalmente el contenido */
  }

  .pick-table-container strong {
    font-size: 14px;
    font-weight: 700 !important;
  }

  .pick-table-container span {
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  .state-listings-table-container strong {
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  .state-listings-table-container span {
    font-size: 12px !important;
    font-weight: 500 !important;
  }

  .page-description-content p {
    padding: 0px calc(100% - 1260px);
  }

  .why-play-lottery-container h2 {
    font-size: 41.8px !important;
  }

  .small-card-content-third h2 {
    font-size: 43px !important;
  }

  .small-card-secondary-content p {
    padding-bottom: 180px;
  }

  .small-card-content-third .contact-us {
    font-size: 41.8px !important;
  }

  /* A+ and 20+ years images fix */
  .a-plus-rated img {
    position: absolute;
    bottom: 22px;
    right: 0%;
    transform: translateX(0%);
    /* width: 600px !important;
    height: 250px; */
  }

  /* .text-end .a-plus-rated {
    background: url("../img/lotto-pro/general/768/a+2.webp") center no-repeat;
    background-size: contain;
    width: 100%;
    height: 267px;
  } */

  .twenty-years img {
    position: absolute;
    bottom: 22px;
    right: 0%;
    transform: translateX(0%);
    /* width: 600px !important;
    height: 250px; */
  }
}