.FooterTop {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.FooterTop .FooterSections {
  color: #dbad64;
  margin-bottom: 27px;
  font-size: 1.7em;
  text-align: left;
}
.FooterTop ul {
  list-style-type: none;
  padding: 25px;
}
.FooterTop ul li {
  font-size: 1.2em;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.FooterTop ul li a {
  color: white;
}
.FooterTop ul li a:hover {
  color: #dbad64;
}
.FooterTop .FooterHelp {
  width: 30%;
}
.FooterTop .FooterMoreLinks {
  width: 30%;
}
.FooterTop .FooterImgBanking {
  width: 40%;
  padding: 25px;
}
.FooterTop .FooterImgBanking img {
  width: 100%;
}

#centerit {
  text-align: center;
  margin-bottom: 12px;
}

.SocialBox {
  padding: 0 15px;
}
.SocialBox .SocialMedia {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
  padding: 15px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.SocialBox .SocialMedia #centerit-social {
  text-align: center;
  margin-top: 0 !important;
}
.SocialBox .SocialMedia .SocialBorderLabel {
  text-align: center;
  font-size: 1.6em;
  background: transparent;
  -webkit-text-fill-color: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(-31px);
          transform: translateY(-31px);
  padding: 0 10px;
  vertical-align: middle;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -10px;
  gap: 10px;
  font-weight: 600;
}
@media screen and (min-width: 320px) and (max-width: 350px) {
  .SocialBox .SocialMedia .SocialBorderLabel {
    font-size: 1.3em;
  }
}
.SocialBox .SocialMedia .SocialBorderLabel span {
  background: #dbad64;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.SocialBox .SocialMedia .Transitions {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.SocialBox .SocialMedia #SocialIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  list-style-type: none;
}
.SocialBox .SocialMedia #SocialIcons li {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
.SocialBox .SocialMedia #SocialIcons li a {
  display: block;
  width: 40px;
  height: 40px;
  background-size: 400px 80px;
}
.SocialBox .SocialMedia #SocialIcons li:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.SocialBox .SocialMedia #SocialIcons li a.FB {
  background: url("../icons/limitless_facebook_white.svg");
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.SocialBox .SocialMedia #SocialIcons li a.TW {
  background: url("../icons/limitless_twitter_white.svg");
  background-position: center !important;
  background-size: contain !important;
  scale: 0.8;
}
.SocialBox .SocialMedia #SocialIcons li a.IG {
  background: url("../icons/limitless_instagram_white.svg");
  background-position: center !important;
  background-size: contain !important;
}
.SocialBox .SocialMedia #SocialIcons li a.FB:hover {
  background: url("../icons/limitless_facebook_yellow.svg");
  background-repeat: no-repeat !important;
}
.SocialBox .SocialMedia #SocialIcons li a.TW:hover {
  background: url("../icons/limitless_twitter_yellow.svg");
}
.SocialBox .SocialMedia #SocialIcons li a.IG:hover {
  background: url("../icons/limitless_instagram_yellow.svg");
}

.FooterBottom {
  margin: 0 auto;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1040px;
}
.FooterBottom .BottomText {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.FooterBottom .BottomImages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.FooterBottom .BottomImages a:first-of-type {
  width: 65%;
}
.FooterBottom .BottomImages a:nth-of-type(2) {
  width: 25%;
}
.FooterBottom .BottomImages img {
  width: 100%;
}

section.bottomline {
  background: #001026;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  padding: 1em;
  text-align: center;
}
section.bottomline h4 {
  text-transform: uppercase;
  color: #666;
  font-size: 0.875em;
}
section.bottomline .playresponsibly i {
  width: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 2.5em;
  margin: 0.5em 0;
}
section.bottomline .playresponsibly i:before {
  width: 100%;
}
section.bottomline .playresponsibly i.icon-gamcare {
  margin: 0.3em;
  width: 3.5em;
}
section.bottomline .playresponsibly i.icon-ga {
  width: 1.65em;
}
section.bottomline .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
section.bottomline .copyright p {
  font-size: 0.75em;
  margin: 5px;
  color: #666;
}
section.bottomline .copyright p:first-child {
  color: #FFF;
}
section.bottomline #ceg-seal-container {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 18px;
  opacity: 0.5;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
section.bottomline #ceg-seal-container:hover {
  opacity: 1;
}
section.bottomline #ceg-seal-container a {
  position: inherit;
  width: inherit;
}
@media screen and (min-width: 1024px) {
  section.bottomline #ceg-seal-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 1024px) {
  section.bottomline {
    width: 100%;
    padding: 1.2em 1em;
  }
  section.bottomline .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.bottomline .wrapper > div {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  section.bottomline .wrapper .playresponsibly i {
    margin: 0;
  }
  section.bottomline .wrapper .playresponsibly i.icon-gamcare {
    margin: 0.2em 0.5em;
  }
  section.bottomline .wrapper .copyright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1em;
    text-align: left;
  }
  section.bottomline .wrapper .copyright img {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .FooterTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .FooterTop .FooterSections {
    color: #dbad64;
    margin-bottom: 27px;
    font-size: 2em;
    text-align: left;
  }
  .FooterTop ul {
    padding: 25px;
  }
  .FooterTop ul li {
    font-size: 1.6em;
    margin-bottom: 10px;
  }
  .FooterTop ul li a {
    color: white;
  }
  .FooterTop .FooterHelp {
    width: 100%;
  }
  .FooterTop .FooterMoreLinks {
    width: 100%;
  }
  .FooterTop .FooterImgBanking {
    width: 100%;
    padding: 25px;
  }
  .FooterTop .FooterImgBanking img {
    width: 100%;
  }
  .FooterBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 5px;
  }
  .FooterBottom .BottomText {
    width: 100%;
    padding: 25px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 36px;
    margin-left: 20px;
  }
  .FooterBottom .BottomImages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px;
    padding: 0 25px;
  }
  .FooterBottom .BottomImages a:first-of-type {
    width: 100%;
    margin-bottom: 25px;
  }
  .FooterBottom .BottomImages a:nth-of-type(2) {
    width: 50%;
  }
  .FooterBottom .BottomImages img {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
  * body {
    display: none;
  }
}
* {
  font-family: "Montserrat", sans-serif;
}

body {
  background: #001424 !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
  margin: 0 !important;
  min-height: 100vh !important;
  line-height: initial !important;
  padding: 0;
  display: block;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://limitlesscasino.com/public/img/uploads/bg-image.webp") no-repeat top center/cover;
  opacity: 0.05;
  z-index: -1;
  pointer-events: none;
}

header {
  background-color: transparent;
  position: static;
}

button {
  height: auto;
}

h1, h2, h3, h4, h5, p {
  margin: initial;
}

p {
  font-family: "Nunito Sans", sans-serif;
}

#BarFooter {
  background: #0D2435;
}

body:not(.full) #BarFooter {
  padding-left: 0;
}

#live_chat_container {
  display: none;
}

#BarBLastWiners, .jackpot--games, #searchFull {
  display: none;
}

#SocialIcons {
  padding-left: 0;
}

.Links_1 {
  color: #dbad64;
}

.FooterTop ul li a {
  text-decoration: none;
}

.landing-bg {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.landing-header {
  text-align: center;
  padding: 32px 0 0 0;
}
.landing-header .logo {
  max-width: 220px;
  margin: 0 auto;
  display: block;
}

.landing-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px 32px 16px;
}

.hero-section {
  text-align: center;
  margin-bottom: 32px;
}
.hero-section h1 {
  font-size: 40px;
  margin: 120px 0 64px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#DBAD64), to(#C1882D));
  background: linear-gradient(180deg, #DBAD64 0%, #C1882D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section h1 span {
  color: #FFBE31;
  display: block;
}
.hero-section .hero-wrapper {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
.hero-section .hero-wrapper .hero-desc, .hero-section .hero-wrapper .hero-desc-second {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
  text-align: center !important;
  letter-spacing: 1px;
}
.hero-section .hero-wrapper .hero-desc-second {
  font-weight: normal !important;
  font-size: 14px !important;
  margin-bottom: 64px !important;
}

.offers-section {
  margin-bottom: 120px;
}
.offers-section .offers-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 64px 32px;
}
.offers-section .offer-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  margin: 0;
  color: #ffffff;
  background: linear-gradient(181.31deg, #4DB4F6 -19.81%, #19496D 30.4%, #0D2435 88.99%);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  gap: 32px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 72px 40px;
}
.offers-section .offer-card .offer-ribbon {
  position: absolute;
  top: 15px;
  left: -45px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  background-color: #fff;
  color: #C48D34;
  font-weight: 800;
  padding: 10px 55px;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.offers-section .offer-card .offer-top-title {
  font-size: 20px;
  font-weight: 400;
}
.offers-section .offer-card .offer-title {
  font-size: 32px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#DBAD64), to(#C1882D));
  background: linear-gradient(180deg, #DBAD64 0%, #C1882D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.offers-section .offer-card .BoxCCode {
  font-family: "Lato", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: auto;
  line-height: 1;
  background: transparent;
  color: #ffffff;
  font-weight: 500;
  border: 1px solid #4583B2;
  border-radius: 8px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.54px;
  padding: 24px 12px;
  gap: 10px;
  cursor: pointer;
  position: relative;
}
.offers-section .offer-card .BoxCCode img {
  width: auto !important;
  position: absolute;
  right: 25px;
}
@media screen and (max-width: 900px) {
  .offers-section .offer-card .BoxCCode {
    padding: 16px;
  }
}
.offers-section .offer-card .BoxCCode .codeText {
  color: #ffffff;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .offers-section .offer-card .BoxCCode .codeText {
    font-size: 24px;
  }
}
.offers-section .offer-card .BoxCCode:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.offers-section .offer-card .notice-text {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  font-size: 20px !important;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-transform: none;
}
@media screen and (max-width: 900px) {
  .offers-section .offer-card .notice-text {
    font-size: 16px !important;
  }
}
.offers-section .offer-card .notice-text {
  margin-bottom: 120px;
  text-transform: capitalize;
}
@media screen and (max-width: 900px) {
  .offers-section .offer-card .notice-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 64px;
  }
}
.offers-section .offer-card .offer-code {
  font-size: 32px;
  font-weight: 500;
  background: transparent;
  color: #fff;
  padding: 6px 18px;
  border-radius: 8px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
  width: 100%;
  height: 80px;
  border: 1px solid #F3FAFD;
}
.offers-section .offer-card .offer-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#DBAD64), to(#C1882D));
  background: linear-gradient(180deg, #DBAD64 0%, #C1882D 100%);
  color: #202D3B;
  border: none;
  padding: 15px 28px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin-top: auto;
  line-height: normal;
  text-decoration: none;
  border-radius: 8px;
  width: 90%;
  text-align: center;
}
.offers-section .offer-card .offer-btn:hover {
  background: #fdad00;
}
.offers-section .offer-card .offer-terms {
  color: #fff;
  font-size: 16px;
  margin-top: 6px;
  text-decoration: underline;
  cursor: pointer;
}

section.jackpot--section {
  margin-bottom: 120px;
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
}
section.jackpot--section .jackpot--container {
  background-color: transparent;
}
section.jackpot--section .jackpot--text {
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif, sans-serif;
  font-weight: 700;
}
section.jackpot--section .jackpot--amount {
  font-size: 140px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif, sans-serif;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#DBAD64), to(#C1882D));
  background: linear-gradient(180deg, #DBAD64 0%, #C1882D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.jackpot--section .jackpot--amount::before {
  content: "$";
}

.info-section, .how-to-section, .bonus-terms-section, .bonus-comparison-section, .faq-section, .final-thoughts-section, .why-no-deposit-section, .bonus-support-section {
  border-radius: 16px;
  margin-bottom: 120px;
  padding: 24px 20px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.bonus-comparison-section {
  overflow: hidden;
}

.bonus-terms-section, .bonus-comparison-section, .final-thoughts-section, .faq-section, .info-section.deposit-bonus {
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
}

.info-section h2,
.info-section h3,
.how-to-section h2,
.bonus-terms-section h2,
.bonus-terms-section h3:not(.bonus-terms-section .accordion-header),
.bonus-comparison-section h3,
.faq-section h2,
.final-thoughts-section h2,
.why-no-deposit-section h2,
.bonus-support-section h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#DBAD64), to(#C1882D));
  background: linear-gradient(180deg, #DBAD64 0%, #C1882D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  margin-bottom: 32px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
}
.info-section h2 span,
.info-section h3 span,
.how-to-section h2 span,
.bonus-terms-section h2 span,
.bonus-terms-section h3:not(.bonus-terms-section .accordion-header) span,
.bonus-comparison-section h3 span,
.faq-section h2 span,
.final-thoughts-section h2 span,
.why-no-deposit-section h2 span,
.bonus-support-section h2 span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.how-to-section .how-to-text {
  text-align: center;
  margin-bottom: 32px;
}
.how-to-section .how-to-text.bottom {
  margin-top: 32px;
}
.how-to-section .how-to-text.bottom span {
  background: -webkit-gradient(linear, left top, left bottom, from(#DBAD64), to(#C1882D));
  background: linear-gradient(180deg, #DBAD64 0%, #C1882D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bonus-terms-section .bonus-terms-text, .final-thoughts-section .final-thoughts-text {
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 0.7px;
}

.final-thoughts-section .final-thoughts-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.info-section p {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 1px;
}
.info-section p.small {
  font-size: 14px;
}
.info-section .important-text {
  font-size: 18px;
  font-weight: 700;
}
.info-section .example-text {
  font-size: 14px;
}
.info-section .info-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 80px;
}
.info-section .info-section-wrapper .info-section-box {
  padding: 50px 40px 20px;
  position: relative;
  background: radial-gradient(107% 107% at 50.13% 0%, #4DB4F6 0%, #19496D 52.88%, #0D2435 88.94%);
  border-radius: 24px;
  border: 1px solid #366B93;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info-section .info-section-wrapper .info-section-box .info-section-img {
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.info-section .info-section-wrapper .info-section-box .info-section-box-title {
  margin-top: 45px;
  margin-bottom: 20px;
}
.info-section .info-section-wrapper .info-section-box .info-section-text {
  font-size: 14px;
}
.info-section .info-section-deposit-text {
  margin-top: 20px;
}

.how-to-steps {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
.how-to-steps .how-to-step {
  font-size: 14px;
  background: rgba(13, 36, 53, 0.6);
  color: #fff;
  border-radius: 6px;
  padding: 32px;
  text-align: center;
  margin-bottom: 8px;
  border: 1px solid #366B93;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.how-to-steps .how-to-step h3 {
  font-weight: 700;
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#DBAD64), to(#C1882D));
  background: linear-gradient(180deg, #DBAD64 0%, #C1882D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.how-to-steps .how-to-step p {
  font-size: 14px;
  font-weight: normal;
}
.how-to-steps .how-to-step p a {
  color: #89D1FF;
}
.how-to-steps .how-to-step .step-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 30px;
  height: 30px;
  padding: 10px;
  font-size: 20px;
  border: 1px solid #F5DEB3;
}

.accordion .accordion-item {
  position: relative;
  border: 1px solid #366B93;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(13, 36, 53, 0.6);
}
.accordion .accordion-item .accordion-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.accordion .accordion-item .accordion-header {
  width: 100%;
  background: transparent;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  border: none;
  padding: 16px;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-family: "Nunito Sans", sans-serif;
}
.accordion .accordion-item img:hover {
  cursor: pointer;
}
.accordion .accordion-item .accordion-body {
  display: none;
  background: rgba(13, 36, 53, 0.6);
  color: #b0b0b0;
  padding: 12px 18px;
  font-size: 14px;
  line-height: 1.4;
}
.accordion .accordion-item.active .accordion-body {
  display: block;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
  background: rgba(13, 36, 53, 0.6);
  border: 1px solid #366B93;
  border-radius: 12px;
}
.comparison-table th, .comparison-table td {
  padding: 24px 12px;
  text-align: center;
  border: 1px solid #366B93;
}
.comparison-table th {
  background: -webkit-gradient(linear, left top, left bottom, from(#DBAD64), to(#C1882D));
  background: linear-gradient(180deg, #DBAD64 0%, #C1882D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 14px;
}
.comparison-table th:first-of-type {
  text-align: left;
}
.comparison-table td {
  color: #fff;
  font-size: 14px;
}
.comparison-table td:first-of-type {
  text-align: left;
  min-width: 100px;
}

.final-features-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.final-features-grid .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #5C5C5C;
  width: 45%;
  height: 130px;
  background: rgba(52, 52, 70, 0.3019607843);
  color: #FFBE31;
  border-radius: 6px;
  padding: 46px 24px;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px;
  min-width: 240px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: 24px;
}
.final-features-grid .feature h3 {
  margin: 0;
  color: #FFBE31;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.final-features-grid .feature h3 span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

footer {
  background: #101012;
}

@media (max-width: 600px) {
  .hero-section h1 {
    font-size: 32px;
    margin-top: 64px;
  }
  .table-wrapper {
    overflow-x: scroll;
  }
  .table-wrapper .comparison-table {
    overflow-x: scroll;
  }
  .landing-main {
    padding: 0 10px;
  }
  .how-to-steps, .final-features-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .info-section, .how-to-section, .bonus-terms-section, .bonus-comparison-section, .final-thoughts-section {
    margin-bottom: 30px;
  }
  .final-features-grid .feature {
    width: 100%;
  }
  .accordion .accordion-item .accordion-header {
    max-width: 85%;
  }
  .offers-section {
    margin-bottom: 30px;
  }
  .offers-section .offers-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .offers-section .offer-card .offer-top-title {
    font-size: 16px;
  }
  .offers-section .offer-card .offer-btn {
    font-size: 24px;
  }
  section.jackpot--section {
    margin-bottom: 64px;
  }
  section.jackpot--section .jackpot--amount {
    font-size: 48px;
  }
  body:not(.full) #BarFooter {
    margin-bottom: 0;
  }
  .info-section .info-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 30px 20px;
    gap: 120px;
  }
  .bonus-terms-section, .bonus-comparison-section, .final-thoughts-section, .faq-section, .info-section.deposit-bonus {
    padding: 0;
  }
}