:root {
  --fill: #1a1a1a;
  --tile-surface: #14141f;
  --fill-alt: #292929;
  --casinostars-primary: #ff3d00;
  --theme-primary-hover: #ff6326;
  --theme-secondary: #c62800;
  --casinostars-text: #e8e6e3;
  --soft-copy: #9a9a9a;
  --highlight: #ff9e80;
  --promo-action-grad-upper: #ff3d00;
  --bonus-button-grad-lower: color-mix(in srgb, #ff3d00, #000 20%);
  --casinostars-border: #2a2a3e;
  --casinostars-blend: linear-gradient(110deg,  #ff3d00 0%, #c62800 100%);
  --ui-glow: rgba(255,255,255,0.1);
  --halo-strong: rgba(255,255,255,0.2);
  --headline-text: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --ui-main-font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --block-inset: 2.5rem 1.2rem;
  --tile-inset: 1rem;
  --theme-spacing: 0.8rem;
  --ui-curve: 3px;
  --panel-curve: 6px;
  --glass-fill: #14141f;
  --sheen-edge: #2a2a3e;
  --glass-effect-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  --ui-text-content-button: #fff;
  --ui-aside-width: 248px;
  --casinostars-accent-label: #fff
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%
}
body {
  font-family: var(--ui-main-font-family);
  background: var(--fill);
  color: var(--casinostars-text);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 64px
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headline-text);
  line-height: 1.15
}
a {
  color: var(--casinostars-primary);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--theme-primary-hover)
}
@keyframes shimmer {
  0% {
    background-position: 200% center
  }
  100% {
    background-position: -200% center
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-6px)
  }
}
@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 15px var(--ui-glow)
  }
  50% {
    box-shadow: 0 0 28px var(--halo-strong)
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.header-burger-open span:first-child {
  transform: translateY(7px) rotate(45deg)
}
.header-burger-open span:nth-child(2) {
  opacity: 0
}
.header-burger-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}
@media (max-width:768px) {
  .header-nav-open {
    display: flex!important
  }
}
.widget-region-area.sub-box {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--ui-aside-width,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.main-side-column {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.page-footer-top-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem
}
.colophon-identity-section {
  display: flex;
  align-items: center;
  gap: .5rem
}
.site-footer-brand-grid {
  height: 30px;
  width: auto
}
.main-footer-nav {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.main-footer-nav a {
  font-size: .82rem;
  color: var(--soft-copy);
  text-decoration: none;
  transition: color .2s
}
.main-footer-nav a:hover {
  color: var(--casinostars-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.site-footer-separator {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.site-footer-bottom-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --block-inset: 1.8rem 0.8rem;
    --tile-inset: 0.9rem;
    --theme-spacing: 0.6rem
  }
  h1 {
    font-size: 1.4rem!important
  }
  h2 {
    font-size: 1.15rem!important
  }
}
@media (max-width:768px) {
  :root {
    --block-inset: 2.5rem 1rem;
    --tile-inset: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --block-inset: 3.5rem 1.5rem;
    --tile-inset: 1.5rem
  }
}
header {
  background-color: var(--fill);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--headline-text)
}
.site-header-holder {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center
}
.site-header-holder a {
  color: var(--casinostars-text);
  text-decoration: none
}
.site-header-holder a:hover {
  color: unset
}
.main-header-left-side {
  display: flex;
  align-items: center;
  gap: 40px
}
.site-logo-wrapper img {
  max-height: 36px;
  width: auto;
  max-width: 200px;
  object-fit: contain
}
.masthead-navigation {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600
}
.masthead-navigation a {
  color: var(--soft-copy)
}
.masthead-navigation a:hover {
  color: var(--casinostars-text)
}
.topbar-right-side {
  display: flex;
  align-items: center;
  gap: 15px
}
.missions-action {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  background: var(--highlight);
  color: var(--casinostars-accent-label,#fff);
  padding: 2px 8px;
  border-radius: 8px;
  box-shadow: 0 0 16px var(--ui-glow)
}
.missions-action img {
  width: 18px;
  height: 18px
}
.page-header-action-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700
}
.page-header-action-buttons a {
  padding: 10px 12px;
  border-radius: 1000px;
  line-height: normal
}
.site-access-action {
  border: 1px solid var(--casinostars-border);
  color: var(--casinostars-text)
}
.site-access-action:hover {
  background-color: var(--fill-alt)
}
.main-register-action-holder {
  position: relative
}
.register-btn {
  background: var(--casinostars-primary);
  border: 1px solid var(--casinostars-primary);
  color: var(--ui-text-content-button,#fff)
}
.register-btn:hover {
  filter: brightness(1.15)
}
.join-reward {
  position: absolute;
  top: -12px;
  right: -10px;
  background-color: var(--highlight);
  color: #000;
  border-radius: 15px;
  font-size: 8px;
  font-weight: 700;
  padding: 1px 2px;
  display: flex;
  align-items: center;
  gap: 2px
}
.menu-toggle-cta {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.menu-toggle-cta img {
  filter: invert(1)
}
.offcanvas-wrap {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--fill);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-wrap.open {
  left: 0
}
.site-offcanvas-close {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--casinostars-text);
  cursor: pointer
}
.site-offcanvas-close:hover {
  background: 0 0
}
.offcanvas-site-header-container {
  display: flex;
  justify-content: flex-end
}
.offcanvas-content-block {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-content-block .masthead-navigation {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-content-block .masthead-navigation a {
  font-size: 16px;
  padding: 12px 0;
  display: block
}
.site-offcanvas-backdrop-area {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.site-offcanvas-backdrop-area.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .masthead-navigation-holder {
    display: none
  }
  .offcanvas-wrap .masthead-navigation-holder {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-wrap .masthead-navigation {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
}
@media (min-width:1125px) {
  .menu-toggle-cta,
  .offcanvas-wrap,
  .site-offcanvas-backdrop-area {
    display: none
  }
}
@media (max-width:768px) {
  .missions-action,
  .site-page-header-search {
    display: none
  }
  .site-header-holder {
    padding: 0 20px
  }
  .main-header-left-side {
    gap: 10px
  }
  .topbar-right-side {
    flex-shrink: 0
  }
  .site-logo-wrapper {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .site-logo-wrapper img {
    max-width: 100%
  }
}
#secondary.side-panel-open {
  width: 248px;
  min-width: 248px;
  background: var(--fill-alt);
  border-right: 1px solid rgba(128,128,128,.18)
}
.side-panel-open .main-side-column {
  padding: 80px 20px 20px;
  border-radius: 0;
  background: 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0
}
.side-panel-open .sidebar-hr-section {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 10px 0;
  background: rgba(128,128,128,.18)
}
.side-rail-full-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 4px
}
.side-rail-full-symbol img {
  object-fit: contain
}
.aside-full-menu-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%
}
.aside-open-entry-grid {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  width: 100%;
  background: rgba(255,255,255,.06);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--soft-copy);
  text-decoration: none;
  transition: .2s
}
.aside-open-entry-grid:hover {
  background: rgba(255,255,255,.1);
  color: var(--casinostars-text)
}
.aside-open-entry-grid img {
  object-fit: contain;
  flex-shrink: 0
}
.aside-full-menu-list .sidebar-hr-section {
  width: 100%;
  margin: 6px 0
}
.header-surface-box,
.header-surface-box *,
.site-header-fill-bottom-area,
.site-header-fill-bottom-area * {
  font-family: var(--headline-text)!important
}
.header-surface-box {
  background: url(../images/header-bg.png) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.topbar-surface-content-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.topbar-surface-content-section br {
  display: none
}
.page-header-surface-headline {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--highlight)
}
.masthead-surface-deposit {
  font-size: 105px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--casinostars-text)
}
.masthead-background-promo {
  font-size: 24px;
  font-weight: 600;
  color: var(--casinostars-text);
  margin-bottom: 20px
}
.header-background-btn {
  background: var(--casinostars-primary);
  color: var(--ui-text-content-button,#fff);
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700
}
.header-background-btn:hover {
  background: var(--theme-primary-hover);
  transform: translateY(-2px)
}
.header-fill-cta-content-body {
  display: flex;
  flex-direction: column;
  align-items: center
}
.site-header-fill-bottom-area {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--fill-alt);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.site-header-fill-bottom-area::after,
.site-header-fill-bottom-area::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.site-header-fill-bottom-area::before {
  left: 0;
  background: linear-gradient(to right,var(--fill),transparent)
}
.site-header-fill-bottom-area::after {
  right: 0;
  background: linear-gradient(to left,var(--fill),transparent)
}
.site-header-fill-bottom-area p {
  display: none
}
.page-header-bg-lower-inner {
  text-align: center;
  margin: 0 26px
}
.page-header-bg-lower-inner .small-content-box {
  font-size: 10px;
  color: var(--soft-copy);
  font-weight: 700
}
.page-header-bg-lower-inner .main-big-content {
  font-size: 18px;
  font-weight: 800;
  color: #fff
}
@media (max-width:768px) {
  .header-surface-box {
    background-image: url(../images/header-bg-mobile.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    max-width: none;
    border-radius: 0;
    overflow: visible;
    position: relative;
    margin-bottom: 100px
  }
  .header-surface-box .topbar-surface-content-section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -93px;
    padding: 0 16px;
    gap: 4px
  }
  .topbar-surface-content-section > a {
    display: block;
    width: 100%
  }
  .page-header-surface-headline {
    font-size: 13px;
    margin-bottom: 4px
  }
  .masthead-surface-deposit {
    font-size: 42px;
    line-height: 1.1
  }
  .masthead-background-promo {
    font-size: 15px;
    margin-bottom: 16px
  }
  .header-background-btn {
    padding: 19px 32px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,.35)
  }
  .masthead-surface-cta-main-area {
    font-size: 20px
  }
  .topbar-surface-button-description {
    font-size: 11px
  }
  .site-header-fill-bottom-area {
    background: var(--fill-alt);
    gap: 10px;
    padding: 8px 15px
  }
  .main-big-content {
    font-size: 14px
  }
}
.topbar-surface-content-section > a {
  display: inline-block;
  width: auto
}
.header-background-btn {
  text-transform: capitalize;
  border-radius: 1000px!important;
  padding: 8px 53px!important;
  width: auto!important;
  box-shadow: none;
  transition: .5s
}
.header-fill-cta-content-body {
  display: flex;
  flex-direction: column;
  letter-spacing: 0
}
.masthead-surface-cta-main-area {
  font-size: 18px!important;
  font-weight: 700;
  line-height: 1.6
}
.topbar-surface-button-description {
  opacity: .8;
  text-transform: none;
  line-height: 1.6;
  font-weight: 500;
  font-size: 10px!important
}
.pay-methods-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  padding: 20px 24px;
  margin: 24px auto;
  max-width: 1100px;
  background: 0 0
}
.pay-methods-container img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.pay-methods-container img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .pay-methods-container {
    gap: 14px 20px;
    padding: 16px
  }
  .pay-methods-container img {
    width: 56px;
    height: 44px
  }
}
.site-core-group {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.content-region-wrapper {
  font-size: 15px;
  line-height: 1.8;
  color: var(--soft-copy)
}
.content-region-wrapper p {
  margin-bottom: 1rem
}
.content-region-wrapper strong {
  color: var(--casinostars-text)
}
.content-region-wrapper a:not(.lead-btn-container):not(.application-banner-cta):not([class*="-button"]) {
  color: var(--casinostars-primary);
  text-decoration: underline
}
.content-region-wrapper a:not(.lead-btn-container):not(.application-banner-cta):not([class*="-button"]):hover {
  color: var(--highlight)
}
@media (max-width:768px) {
  .site-core-group {
    padding: 5rem 15px 30px
  }
  .content-region-wrapper {
    font-size: 14px
  }
  .app-banner-shell-section,
  .site-core-group > .app-banner-shell-section {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .app-promo-banner-mobile-container img,
  .application-banner {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.perks-holder {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
  padding: 30px 0;
  margin: 0 auto
}
.main-perk-tile {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-color: var(--tile-surface,var(--fill-alt));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s
}
.main-perk-tile:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,.22)
}
.main-perk-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.55) 100%);
  pointer-events: none
}
.main-perk-tile h3 {
  font-size: 13px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0;
  letter-spacing: .2px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
  text-align: left;
  width: auto
}
.fcdl-payouts-section {
  background-image: url(../images/fast-pay.png)
}
.cashback-area {
  background-image: url(../images/cashback.png)
}
.vip-container {
  background-image: url(../images/vip-level.png)
}
.site-game {
  background-image: url(../images/games.png)
}
.main-missions {
  background-image: url(../images/feature-missions.png)
}
@media (max-width:1024px) {
  .perks-holder {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .perks-holder {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 16px 16px 24px;
    gap: 12px;
    margin: 0 -16px;
    scrollbar-width: thin
  }
  .perks-holder::-webkit-scrollbar {
    height: 4px
  }
  .perks-holder::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 2px
  }
  .main-perk-tile {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .main-perk-tile h3 {
    font-size: 12px
  }
}
.main-area-care {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto
}
.unit-care {
  flex: 1;
  background: var(--fill-alt);
  border-radius: 8px;
  padding: 18px;
  max-width: 320px
}
.site-heading-help {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}
.site-heading-help img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.site-title-support-copy-container {
  font-weight: 700;
  font-size: 16px
}
.unit-care p {
  color: var(--soft-copy);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .main-area-care {
    flex-direction: column;
    padding: 0 16px
  }
}
.app-banner-shell-section {
  margin: 32px auto;
  max-width: 800px
}
.application-banner {
  display: flex;
  align-items: stretch;
  background: var(--tile-surface,var(--fill-alt));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--casinostars-border);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.application-banner-content-body {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}
.app-banner-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--casinostars-border);
  background: var(--fill-alt);
  align-self: flex-start
}
.application-banner-tag-image {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.app-banner-text-inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.mobile-banner-caption-title-box {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--casinostars-text);
  letter-spacing: .2px
}
.mobile-banner-tag-rate-grid {
  display: flex;
  gap: 1px
}
.mobile-banner-tag-rate-grid img {
  width: 12px;
  height: 12px
}
.mobile-banner-tag-rate-grid .main-star-half-grid {
  opacity: .85
}
.application-banner-caption-verify {
  background: #069815;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: .3px;
  align-self: center;
  white-space: nowrap
}
.application-banner-headline-grid {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--casinostars-text);
  font-family: var(--headline-text);
  margin: 0
}
.site-application-banner-description {
  color: var(--soft-copy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.main-app-banner-cta-wrapper {
  margin-top: 4px
}
.main-app-banner-cta-wrapper .lead-btn-container {
  margin: 0;
  display: inline-block
}
.app-banner-image-wrapper-section {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.site-mobile-banner-image {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px
}
.app-promo-banner-mobile-container {
  display: none
}
.app-promo-banner-mobile-container img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 12px
}
@media (max-width:768px) {
  .application-banner {
    flex-direction: column;
    min-height: unset
  }
  .app-banner-image-wrapper-section {
    display: none
  }
  .app-promo-banner-mobile-container {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .app-promo-banner-mobile-container img {
    max-width: 320px
  }
  .application-banner-content-body {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .application-banner-headline-grid {
    font-size: 20px
  }
  .main-app-banner-cta-wrapper .lead-btn-container {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.lead-btn-container {
  font-size: 18px;
  font-weight: 700;
  background: var(--casinostars-primary);
  color: var(--ui-text-content-button,var(--casinostars-text));
  padding: 10px 56px;
  border-radius: 16px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none
}
.lead-btn-container:hover {
  background: var(--theme-primary-hover,var(--casinostars-primary));
  color: var(--ui-text-content-button,var(--casinostars-text))
}
.site-page-footer-area.page-footer {
  background: var(--colophon-bg,var(--fill-alt,#060e2a));
  color: var(--text-content-site-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-page-footer-area.page-footer .page-footer-top-area,
.site-page-footer-area.page-footer .site-footer-bottom-block,
.site-page-footer-area.page-footer > .site-footer-banking-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box
}
.site-page-footer-area.page-footer .page-footer-top-area {
  display: grid;
  grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(180px,1fr) minmax(220px,297px);
  gap: 24px;
  align-items: start;
  padding-top: 28px
}
.site-page-footer-area.page-footer .colophon-identity-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px
}
.site-page-footer-area.page-footer .site-footer-brand-grid {
  width: 135px;
  height: 34px;
  object-fit: contain;
  object-position: left center
}
.site-page-footer-area.page-footer .colophon-brand-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4
}
.site-page-footer-area.page-footer .page-footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-content-site-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-page-footer-area.page-footer .page-footer-contact img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-page-footer-area.page-footer .main-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 7px
}
.site-page-footer-area.page-footer .main-footer-nav a {
  color: var(--ui-link-page-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-page-footer-area.page-footer .main-footer-nav a:hover {
  color: var(--text-content-site-footer,#fff)
}
.site-page-footer-area.page-footer .page-footer-help {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-page-footer-area.page-footer .page-footer-help .site-footer-help-center-name {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-page-footer-area.page-footer .page-footer-help p {
  color: var(--text-content-site-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-page-footer-area.page-footer .site-footer-separator {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-page-footer-area.page-footer .site-footer-bottom-block {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  padding-top: 0;
  padding-bottom: 24px
}
.site-page-footer-area.page-footer .main-footer-bottom-area-left-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start
}
.site-page-footer-area.page-footer .page-footer-licence-block {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-legal-site-footer,#869dee);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer
}
.site-page-footer-area.page-footer .page-footer-licence-block .site-footer-indicator {
  width: 10px;
  height: 10px;
  flex-shrink: 0
}
.site-page-footer-area.page-footer .page-footer-share-pills-inner {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}
.site-page-footer-area.page-footer .site-footer-social-links-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(217,217,217,.2);
  border: 1px solid #fff;
  border-radius: 25px;
  box-shadow: 4px 5px 4px rgba(0,0,0,.25);
  padding: 8px 22px;
  min-width: 110px;
  min-height: 38px;
  color: var(--text-content-site-footer,#fff);
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  box-sizing: border-box
}
.site-page-footer-area.page-footer .site-footer-social-links-badge img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1)
}
.site-page-footer-area.page-footer .site-footer-social-links-badge:hover {
  background: rgba(217,217,217,.3)
}
.site-page-footer-area.page-footer .site-footer-banking-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 36px
}
.site-page-footer-area.page-footer .site-footer-banking-container img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-page-footer-area.page-footer .footer-lower-right-side-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end
}
.site-page-footer-area.page-footer .colophon-locale-container {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--ui-site-footer-social-fill,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--text-content-site-footer,#fff);
  font-family: inherit;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  cursor: pointer;
  min-width: 88px;
  justify-content: space-between
}
.site-page-footer-area.page-footer .colophon-locale-container img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-page-footer-area.page-footer .footer-rights {
  color: var(--text-content-site-footer,#a2a5af);
  font-size: 10px;
  font-weight: 400;
  line-height: 22.29px;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  max-width: 480px
}
@media (max-width:960px) {
  .site-page-footer-area.page-footer .page-footer-top-area {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-page-footer-area.page-footer .site-footer-bottom-block {
    grid-template-columns: 1fr
  }
  .site-page-footer-area.page-footer .footer-lower-right-side-wrapper {
    align-items: flex-start
  }
  .site-page-footer-area.page-footer .footer-rights {
    text-align: left
  }
}
@media (max-width:600px) {
  .site-page-footer-area.page-footer .page-footer-top-area {
    grid-template-columns: 1fr;
    padding: 24px 20px
  }
  .site-page-footer-area.page-footer .site-footer-brand-grid {
    object-position: center
  }
  .site-page-footer-area.page-footer .site-footer-bottom-block {
    padding: 0 20px 24px
  }
  .site-page-footer-area.page-footer > .site-footer-banking-container {
    padding: 8px 20px 32px;
    gap: 16px;
    justify-content: center
  }
  .site-page-footer-area.page-footer .site-footer-banking-container img {
    width: 70px;
    height: 35px
  }
  .site-page-footer-area.page-footer .site-footer-separator {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-page-footer-area.page-footer .colophon-identity-section,
  .site-page-footer-area.page-footer .footer-lower-right-side-wrapper,
  .site-page-footer-area.page-footer .main-footer-bottom-area-left-side,
  .site-page-footer-area.page-footer .page-footer-help,
  .site-page-footer-area.page-footer .page-footer-top-area {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-page-footer-area.page-footer .page-footer-share-pills-inner,
  .site-page-footer-area.page-footer .site-footer-banking-container {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-page-footer-area.page-footer .main-footer-nav {
    align-items: center
  }
  .site-page-footer-area.page-footer .page-footer-contact {
    justify-content: center
  }
  .site-page-footer-area.page-footer .footer-rights {
    text-align: center
  }
}
.site-page-footer-area .main-footer-nav:not(:has(a)) {
  display: none
}
.site-page-footer-area .page-footer-navbar-primary-wrapper,
.site-page-footer-area .site-footer-navigation-legal-area {
  text-align: left
}
.site-page-footer-area.page-footer .main-footer-nav:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-page-footer-area.page-footer .page-footer-top-area:has(.page-footer-navbar-primary-wrapper a):not(:has(.site-footer-navigation-legal-area a)),
  .site-page-footer-area.page-footer .page-footer-top-area:not(:has(.page-footer-navbar-primary-wrapper a)):has(.site-footer-navigation-legal-area a) {
    grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(220px,297px)
  }
  .site-page-footer-area.page-footer .page-footer-top-area:not(:has(.main-footer-nav a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-inner {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-content-grid {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-content-grid .site-core-group {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}
.application-banner,
.faq-section-holder,
.perks-holder {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto
}
.site-page-footer-area[class] {
  padding-left: var(--ui-aside-width,0)
}
.site-page-footer-area[class] .page-footer-top-area,
.site-page-footer-area[class] .site-footer-bottom-block {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-page-footer-area[class] {
    padding-left: 0
  }
}
.action-center-grid {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.action-center-grid .lead-btn-container,
.action-center-grid a.lead-btn-container {
  display: inline-block
}
@media (max-width:768px) {
  .action-center-grid {
    display: block;
    margin: 30px auto
  }
  .content-region-wrapper .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.lead-btn-container.application-banner-cta {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.faq-caption,
.faq-section-holder h2,
.perks-holder h2 {
  font-family: var(--headline-text);
  color: var(--casinostars-text);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.faq-section-holder {
  padding: 0
}
.perks-holder .main-perk-tile {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.perks-holder .main-perk-tile h3 {
  margin: 0;
  font-size: 14px
}
.content-region-wrapper li {
  padding: .3rem 0;
  line-height: 1.7
}
.content-region-wrapper table {
  font-size: .92rem
}
.content-region-wrapper table th {
  background: var(--casinostars-primary);
  color: var(--ui-text-content-button,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.content-region-wrapper table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.content-region-wrapper table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.site-layout-inner > .widget-region-area.sub-box {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--ui-aside-width,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-inner > .site-content-grid {
  margin-left: var(--ui-aside-width,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-content-grid .site-core-group {
    padding-left: 20px
  }
  .site-layout-inner > .widget-region-area.sub-box {
    max-width: var(--ui-aside-width,80px)
  }
}
@media (max-width:992px) {
  .site-layout-inner > .widget-region-area.sub-box {
    display: none
  }
  .site-layout-inner > .site-content-grid {
    margin-left: 0
  }
}
.header-surface-box {
  position: relative;
  z-index: 1
}
.topbar-surface-content-section {
  position: relative;
  z-index: 2
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both
}
.side-rail-full-symbol img {
  width: 64px;
  height: 64px;
  object-fit: contain
}
.aside-open-entry-grid img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.side-panel-open .main-side-column {
  padding-top: 20px!important
}
.site-page-header-search img {
  width: 18px;
  height: 18px;
  object-fit: contain
}
.join-reward img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.menu-toggle-cta img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.legal-heading-panel {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--casinostars-text);
  line-height: 1.15;
  letter-spacing: -.02em
}
img {
  max-width: 100%;
  height: auto
}
.content-body-img-inner {
  max-width: 30%;
  height: auto;
  object-fit: cover
}
.main-img-left-row {
  float: left;
  margin: .75rem 1.8rem 1rem 0
}
.content-img-end {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.content-region-wrapper h2,
.content-region-wrapper h3,
.content-region-wrapper table {
  clear: both
}
.inner-clear-wrapper {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-heading-panel {
    font-size: 1.6rem
  }
  .content-body-img-inner,
  .content-img-end,
  .main-img-left-row {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    margin: 1rem auto
  }
}
.content-region-wrapper h1,
.content-region-wrapper h2,
.content-region-wrapper h3 {
  font-family: var(--headline-text);
  color: var(--casinostars-text);
  border-bottom: 2px solid color-mix(in srgb,var(--casinostars-primary) 30%,transparent);
  padding-bottom: .3em
}
.content-region-wrapper h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.content-region-wrapper h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.content-region-wrapper h3 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.content-region-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.content-region-wrapper ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.content-region-wrapper ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--casinostars-primary)
}
.content-region-wrapper ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.content-region-wrapper ol li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.content-region-wrapper ol li::before {
  content: counter(ol-counter) ')';
  position: absolute;
  left: 0;
  color: var(--highlight);
  font-weight: 600
}
.content-region-wrapper table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--tile-surface,rgba(255,255,255,.03));
  border: 1px solid var(--casinostars-border,rgba(255,255,255,.08));
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,.18);
  margin: 1.5rem 0;
  color: var(--soft-copy,#c9ccd6);
  font-family: var(--ui-main-font-family, 'Montserrat', system-ui, sans-serif)
}
.content-region-wrapper table thead tr:first-child th:first-child {
  border-top-left-radius: 10px
}
.content-region-wrapper table thead tr:first-child th:last-child {
  border-top-right-radius: 10px
}
.content-region-wrapper table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.content-region-wrapper table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.content-region-wrapper table thead tr {
  background: var(--fill-alt,rgba(255,255,255,.06))
}
.content-region-wrapper table thead th {
  font-weight: 700;
  color: var(--casinostars-text,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--casinostars-border,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.content-region-wrapper table thead th:last-child {
  border-right: none
}
.content-region-wrapper table tbody tr:nth-child(odd) {
  background: 0 0
}
.content-region-wrapper table tbody tr:nth-child(2n) {
  background: var(--fill-alt,rgba(255,255,255,.03))
}
.content-region-wrapper table tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--casinostars-border,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--casinostars-border,rgba(255,255,255,.06));
  color: var(--soft-copy,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6
}
.content-region-wrapper table tbody td:last-child {
  border-right: none
}
.content-region-wrapper table tbody tr:last-child td {
  border-bottom: none
}
@media (max-width:600px) {
  .content-region-wrapper table tbody td,
  .content-region-wrapper table thead th {
    padding: 10px 12px;
    font-size: .8rem
  }
}
.faq-section-open {
  margin: 30px auto
}
.faq-section-open .faq-caption {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--casinostars-text)
}
.faq-section-open .faq-cell {
  padding: 20px 0;
  border-bottom: 1px solid var(--casinostars-border);
  overflow: visible
}
.faq-section-open .faq-cell:first-of-type {
  border-top: 1px solid var(--casinostars-border)
}
.faq-section-open .faq-cell:last-child {
  border-bottom: none
}
.faq-section-open .questions-query {
  font-weight: 700;
  font-size: 16px;
  color: var(--casinostars-text);
  margin: 0 0 8px;
  line-height: 1.4;
  cursor: default!important;
  display: block!important;
  padding: 0!important;
  background: 0 0!important;
  border: none!important;
  user-select: text
}
.faq-section-open .questions-query::after {
  display: none!important
}
.faq-section-open .questions-answer {
  max-height: none!important;
  overflow: visible!important;
  transition: none!important
}
.faq-section-open .questions-answer p {
  font-size: 14px;
  color: var(--soft-copy);
  line-height: 1.7;
  margin: 0;
  padding: 0 0 0 12px!important;
  border-left: 2px solid var(--casinostars-primary)
}
.content-region-wrapper h2 {
  border: none;
  border-bottom: none
}
.content-region-wrapper ol li,
.content-region-wrapper ul li {
  border-bottom: none
}
.content-region-wrapper {
  max-width: 1200px;
  margin: 0 auto
}
[data-slot=app-content-image-1]:not(a):not(button),
[data-slot=content-image-1]:not(a):not(button) {
  max-width: 35%!important
}
[data-slot=app-content-image-2]:not(a):not(button) {
  max-width: 20%!important
}
[data-slot=espana-content-image-1]:not(a):not(button) {
  max-width: 45%!important
}
@media (max-width:768px) {
  [data-slot=app-content-image-1]:not(a):not(button),
  [data-slot=app-content-image-2]:not(a):not(button),
  [data-slot=content-image-1]:not(a):not(button),
  [data-slot=espana-content-image-1]:not(a):not(button) {
    max-width: 100%!important
  }
}
.application-banner {
  background-color: #292929!important;
  background-blend-mode: multiply!important
}
.main-perk-tile {
  background-color: #292929!important;
  background-blend-mode: normal!important
}
.page-header-surface-headline {
  color: #fff!important
}
.masthead-background-promo,
.masthead-surface-deposit {
  color: #ffe836!important
}
.header-background-btn {
  background: #851217!important
}