:root {
  --prime-casino-halo: rgba(255,255,255,0.1);
  --strong-aura: rgba(255,255,255,0.2);
  --block-pad: 5.5rem 2rem;
  --tile-inset: 2rem;
  --ui-gutter: 1.8rem;
  --ui-curve: 16px;
  --prime-casino-card-box-corner: 22px;
  --sheen-background: #0c0c16;
  --sheen-outline: #1c1c26;
  --ui-glass-depth: 0 2px 12px rgba(0, 0, 0, 0.3);
  --footer-certification: #6080f0;
  --positive: #2ec77b;
  --negative: #e5484d;
  --on-media: #ffffff;
  --aside-width: 0px;
  --surface: #ffffff;
  --theme-lead: #00b108;
  --ui-hover-accent-primary: #26d72e;
  --dark-lead: #009d00;
  --prime-casino-secondary: #1838a0;
  --prime-casino-alt-background: #f5f5f5;
  --ui-fill-tile: #f9f9f9;
  --outline: #e9e9e9;
  --theme-text-content: #060606;
  --theme-label-faded: #484848;
  --ui-cta-copy: #000000;
  --prime-casino-accent-color: #16263f;
  --ui-label-accent: #f5f5f5;
  --gradient-overlay: linear-gradient(135deg, #00b108 0%, #12c31a 50%, #009d00 100%);
  --ui-font-family-heading: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --text-base: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --primary-ink: #007e00;
  --accent-ink: #16263f;
  --secondary-ink: #1838a0;
  --promo-cta-grad-top-area: #00b108!important;
  --theme-bonus-btn-grad-bottom: #009d00!important
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%
}
body {
  font-family: var(--text-base);
  background: var(--surface);
  color: var(--theme-text-content);
  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(--ui-font-family-heading);
  line-height: 1.15
}
a {
  color: var(--theme-lead);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--ui-hover-accent-primary)
}
.seo-region-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem 0;
  font-size: .9rem;
  color: var(--theme-label-faded,var(--theme-text-content))
}
.seo-region-breadcrumb a {
  color: var(--theme-lead)
}
@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(--prime-casino-halo)
  }
  50% {
    box-shadow: 0 0 28px var(--strong-aura)
  }
}
@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
  }
}
.colophon-emblem-area {
  height: 30px;
  width: auto
}
.page-footer-nav {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.page-footer-nav a {
  font-size: .82rem;
  color: var(--theme-label-faded);
  text-decoration: none;
  transition: color .2s
}
.page-footer-nav a:hover {
  color: var(--theme-lead);
  text-decoration: underline;
  text-underline-offset: 2px
}
.footer-separator-panel {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.page-footer-lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --block-pad: 1.8rem 0.8rem;
    --tile-inset: 0.9rem;
    --ui-gutter: 0.6rem
  }
}
@media (max-width:768px) {
  :root {
    --block-pad: 2.5rem 1rem;
    --tile-inset: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --block-pad: 3.5rem 1.5rem;
    --tile-inset: 1.5rem
  }
}
header {
  background-color: var(--surface);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--ui-font-family-heading);
  background-color: #997d4d!important
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center
}
.header-wrapper a {
  color: var(--theme-text-content);
  text-decoration: none
}
.header-wrapper a:hover {
  color: unset
}
.site-header-left-side {
  display: flex;
  align-items: center;
  gap: 40px
}
.site-emblem-container-area img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block
}
.header-navigation {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600
}
.header-navigation a {
  color: var(--theme-label-faded)
}
.header-navigation a:hover {
  color: var(--theme-text-content)
}
.site-masthead-right {
  display: flex;
  align-items: center;
  gap: 15px
}
.topbar-call-to-action-buttons-group {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700
}
.topbar-call-to-action-buttons-group a {
  padding: 10px 12px;
  border-radius: 1000px;
  line-height: normal
}
.sign-in-cta-grid {
  border: 1px solid var(--outline);
  color: var(--theme-text-content)
}
.sign-in-cta-grid:hover {
  background-color: var(--prime-casino-alt-background)
}
.main-register-action-holder {
  position: relative
}
.register-btn {
  background: var(--theme-lead);
  border: 1px solid var(--theme-lead);
  color: var(--ui-cta-copy,#fff)
}
.register-btn:hover {
  filter: brightness(1.15)
}
.join-reward {
  position: absolute;
  top: -12px;
  right: -10px;
  background-color: var(--prime-casino-accent-color);
  color: #000;
  border-radius: 15px;
  font-size: 8px;
  font-weight: 700;
  padding: 1px 2px;
  display: flex;
  align-items: center;
  gap: 2px
}
.main-hamburger-cta-wrapper {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.offcanvas-container {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--surface);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-container.open {
  left: 0
}
.main-offcanvas-close {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--theme-text-content);
  cursor: pointer
}
.main-offcanvas-close:hover {
  background: 0 0
}
.offcanvas-topbar {
  display: flex;
  justify-content: flex-end
}
.offcanvas-content-body-group {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-content-body-group .header-navigation {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-content-body-group .header-navigation a {
  font-size: 16px;
  padding: 12px 0;
  display: block
}
.offcanvas-backdrop-wrap {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.offcanvas-backdrop-wrap.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .page-header-menu-holder {
    display: none
  }
  .offcanvas-container .page-header-menu-holder {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-container .header-navigation {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
}
@media (min-width:1125px) {
  .main-hamburger-cta-wrapper,
  .offcanvas-backdrop-wrap,
  .offcanvas-container {
    display: none
  }
}
@media (max-width:768px) {
  .main-topbar-search-block {
    display: none
  }
  .header-wrapper {
    padding: 0 20px
  }
  .site-header-left-side {
    gap: 10px
  }
  .site-masthead-right {
    flex-shrink: 0
  }
  .site-emblem-container-area {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .site-emblem-container-area img {
    max-width: 100%
  }
}
.page-header-background,
.page-header-background *,
.site-header-bg-bottom-area,
.site-header-bg-bottom-area * {
  font-family: var(--ui-font-family-heading)!important
}
.page-header-background {
  background: url(../images/header-bg.png?v=0b212d08) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.page-header-bg-main {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.page-header-bg-main br {
  display: none
}
.page-header-bg-main > a {
  display: inline-block;
  width: auto
}
.site-header-surface-heading {
  text-transform: uppercase;
  font-size: 36px!important;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--prime-casino-accent-color);
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.topbar-background-deposit {
  font-size: 126px!important;
  font-weight: 900!important;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--theme-text-content);
  filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1))
}
.header-fill-reward {
  font-size: 28.8px!important;
  font-weight: 900;
  color: var(--theme-text-content);
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000,0 0 15px #000;
  margin-bottom: 20px
}
.masthead-background-cta {
  background: var(--theme-lead);
  color: var(--ui-cta-copy,#fff);
  border: none;
  cursor: pointer;
  padding: 9px 58px!important;
  border-radius: 1000px!important;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  width: auto!important;
  box-shadow: none;
  transition: .5s
}
.masthead-background-cta:hover {
  background: var(--ui-hover-accent-primary);
  transform: translateY(-2px)
}
.masthead-bg-btn-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0
}
.masthead-surface-action-main-area {
  font-size: 24px!important;
  font-weight: 700;
  line-height: 1.6
}
.topbar-surface-cta-description-container {
  font-size: 13px!important;
  font-weight: 500;
  opacity: .8;
  text-transform: none;
  line-height: 1.6
}
.site-header-bg-bottom-area {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--prime-casino-alt-background);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.site-header-bg-bottom-area::after,
.site-header-bg-bottom-area::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.site-header-bg-bottom-area::before {
  left: 0;
  background: linear-gradient(to right,var(--surface),transparent)
}
.site-header-bg-bottom-area::after {
  right: 0;
  background: linear-gradient(to left,var(--surface),transparent)
}
.site-header-bg-bottom-area p {
  display: none
}
.page-header-bg-lower-inner {
  text-align: center;
  margin: 0 26px
}
.page-header-bg-lower-inner .small-main {
  font-size: 11px;
  color: var(--theme-label-faded);
  font-weight: 600
}
.page-header-bg-lower-inner .main-big-content {
  font-size: 14px;
  font-weight: 700;
  color: #fff
}
@media (min-width:769px) {
  .page-header-bg-main {
    padding-top: calc(12% - 21px)!important;
    padding-bottom: 29px!important
  }
}
@media (max-width:768px) {
  .page-header-background {
    background-image: url(../images/header-bg-mobile.png?v=00de8517);
    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;
    --banner-drop: 144px;
    margin-bottom: calc(var(--banner-drop) + 16px)
  }
  .page-header-background .page-header-bg-main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--banner-drop) * -1);
    padding: 0 16px;
    gap: 4px
  }
  .site-header-surface-heading {
    font-size: 20px!important;
    margin-bottom: 4px
  }
  .topbar-background-deposit {
    font-size: 66px!important;
    line-height: 1.1
  }
  .header-fill-reward {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .masthead-background-cta {
    box-sizing: border-box
  }
  .site-header-bg-bottom-area {
    background: var(--prime-casino-alt-background);
    gap: 10px;
    padding: 8px 15px
  }
  .main-big-content {
    font-size: 14px
  }
}
.slots-filter {
  background: var(--surface);
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 56px;
  margin: 24px 0
}
.slots-filter .games-filter-bar-strip {
  display: flex;
  align-items: stretch;
  height: 60px;
  overflow-x: auto;
  scrollbar-width: thin;
  width: 100%;
  max-width: 1344px
}
.slots-filter .games-filter-bar-strip::-webkit-scrollbar {
  height: 4px
}
.slots-filter .games-filter-bar-strip::-webkit-scrollbar-thumb {
  background: var(--outline);
  border-radius: 2px
}
.slots-filter .play-selector-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  height: 60px;
  background: 0 0;
  color: var(--theme-label-faded);
  font-family: var(--ui-font-family-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -.2px;
  text-transform: capitalize;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  flex-shrink: 0;
  transition: color .2s,background .2s
}
.slots-filter .play-selector-tab:hover {
  color: var(--theme-text-content)
}
.slots-filter .play-selector-tab.is-active {
  background: var(--prime-casino-alt-background);
  color: var(--theme-text-content)
}
.slots-filter .play-selector-tab.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--theme-lead)
}
.slots-filter .games-filter-bar-icon-mark {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}
@media (max-width:768px) {
  .slots-filter {
    padding: 0 16px
  }
  .slots-filter .play-selector-tab {
    padding: 0 10px;
    font-size: 11px
  }
}
.site-primary-row {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.content-body-field-wrap {
  font-size: 15px;
  line-height: 1.8;
  color: var(--theme-label-faded)
}
.content-body-field-wrap p {
  margin-bottom: 1rem
}
.content-body-field-wrap strong {
  color: var(--theme-text-content)
}
.content-body-field-wrap a:not(.lead-button):not(.main-app-banner-button):not([class*="-button"]) {
  color: var(--theme-lead);
  text-decoration: underline
}
.content-body-field-wrap a:not(.lead-button):not(.main-app-banner-button):not([class*="-button"]):hover {
  color: var(--prime-casino-accent-color)
}
@media (max-width:768px) {
  .site-primary-row {
    padding: 5rem 15px 30px
  }
  .content-body-field-wrap {
    font-size: 14px
  }
  .application-banner-shell,
  .site-primary-row > .application-banner-shell {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .application-banner,
  .application-banner-mobile img {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.main-area-care {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto
}
.section-service {
  flex: 1;
  background: var(--prime-casino-alt-background);
  border-radius: 8px;
  padding: 18px;
  max-width: 320px
}
.main-title-support-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}
.main-title-support-group img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.name-support-text-holder {
  font-weight: 700;
  font-size: 16px
}
.section-service p {
  color: var(--theme-label-faded);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .main-area-care {
    flex-direction: column;
    padding: 0 16px
  }
}
.application-banner-shell {
  margin: 32px auto;
  max-width: 800px
}
.application-banner {
  display: flex;
  align-items: stretch;
  background: var(--ui-fill-tile,var(--prime-casino-alt-background));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--outline);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.app-promo-banner-content-body {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}
.application-banner-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--outline);
  background: var(--prime-casino-alt-background);
  align-self: flex-start
}
.app-promo-banner-caption-image {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.site-app-promo-banner-text-main {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.application-banner-label-title-group {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--theme-text-content);
  letter-spacing: .2px
}
.mobile-banner-caption-rate {
  display: flex;
  gap: 1px
}
.mobile-banner-caption-rate img {
  width: 12px;
  height: 12px
}
.mobile-banner-caption-rate .main-star-half-grid {
  opacity: .85
}
.mobile-banner-text-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 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--theme-text-content);
  font-family: var(--ui-font-family-heading);
  margin: 0
}
.site-application-banner-description {
  color: var(--theme-label-faded);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.application-banner-cta-wrapper {
  margin-top: 4px
}
.application-banner-cta-wrapper .lead-button {
  margin: 0;
  display: inline-block
}
.app-banner-image-holder-inner {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.mobile-banner-image-panel {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px
}
.application-banner-mobile {
  display: none
}
.application-banner-mobile 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-holder-inner {
    display: none
  }
  .application-banner-mobile {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .application-banner-mobile img {
    max-width: 320px
  }
  .app-promo-banner-content-body {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .application-banner-headline {
    font-size: 20px
  }
  .application-banner-cta-wrapper .lead-button {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.lead-button {
  font-size: 18px;
  font-weight: 700;
  background: var(--theme-lead);
  color: var(--ui-cta-copy,var(--theme-text-content));
  padding: 10px 56px;
  border-radius: 6px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none
}
.lead-button:hover {
  background: var(--ui-hover-accent-primary,var(--theme-lead));
  color: var(--ui-cta-copy,var(--theme-text-content))
}
.updated-date-holder {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--prime-casino-alt-background);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--theme-lead);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--theme-text-content);
  max-width: 1400px
}
@media (max-width:768px) {
  .updated-date-holder {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-page-footer.footer-area {
  background: var(--colophon-bg,var(--prime-casino-alt-background,#060e2a));
  color: var(--theme-text-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-page-footer.footer-area .page-footer-lower,
.site-page-footer.footer-area .page-footer-showcase-area,
.site-page-footer.footer-area .site-page-footer-middle-grid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box
}
.site-page-footer.footer-area .page-footer-showcase-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 32px;
  padding-bottom: 16px
}
.site-page-footer.footer-area .colophon-emblem-area {
  height: 60px;
  width: auto;
  max-width: 341px;
  object-fit: contain
}
.site-page-footer.footer-area .main-colophon-payments {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap
}
.site-page-footer.footer-area .main-colophon-payments img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-page-footer.footer-area .site-page-footer-middle-grid {
  display: grid;
  grid-template-columns: minmax(120px,1fr) minmax(180px,1.4fr) minmax(220px,1.4fr) minmax(180px,1fr);
  gap: 24px;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 24px
}
.site-page-footer.footer-area .page-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px
}
.site-page-footer.footer-area .page-footer-nav a {
  color: var(--ui-link-site-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-page-footer.footer-area .page-footer-nav a:hover {
  color: var(--theme-text-footer,#fff)
}
.site-page-footer.footer-area .page-footer-nav:not(:has(a)) {
  display: none
}
.site-page-footer.footer-area .page-footer-nav-primary-section,
.site-page-footer.footer-area .site-footer-menu-legal-block {
  text-align: left
}
@media (min-width:961px) {
  .site-page-footer.footer-area .site-page-footer-middle-grid:has(.page-footer-nav-primary-section a):not(:has(.site-footer-menu-legal-block a)),
  .site-page-footer.footer-area .site-page-footer-middle-grid:not(:has(.page-footer-nav-primary-section a)):has(.site-footer-menu-legal-block a) {
    grid-template-columns: minmax(120px,1fr) minmax(220px,1.4fr) minmax(180px,1fr)
  }
  .site-page-footer.footer-area .site-page-footer-middle-grid:not(:has(.page-footer-nav a)) {
    grid-template-columns: 1fr auto
  }
}
.site-page-footer.footer-area .page-footer-help-center {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-page-footer.footer-area .page-footer-help-center .site-colophon-assist-title {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-page-footer.footer-area .page-footer-help-center p {
  color: var(--theme-text-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-page-footer.footer-area .site-footer-inbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-text-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-page-footer.footer-area .site-footer-inbox img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-page-footer.footer-area .colophon-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end
}
.site-page-footer.footer-area .site-footer-lang-select-holder {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--footer-social-links-bg,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--theme-text-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.footer-area .site-footer-lang-select-holder img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-page-footer.footer-area .colophon-connect-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-page-footer.footer-area .site-footer-socials-inner {
  display: flex;
  gap: 4px
}
.site-page-footer.footer-area .colophon-social {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--footer-social-links-bg,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-page-footer.footer-area .colophon-social:hover {
  background: var(--prime-casino-accent-color,#5a6178)
}
.site-page-footer.footer-area .colophon-social img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
.site-page-footer.footer-area .footer-separator-panel {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-page-footer.footer-area .page-footer-lower {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 32px
}
.site-page-footer.footer-area .colophon-legal-panel {
  color: var(--theme-text-footer,#a2a5af);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 900px;
  white-space: pre-line
}
@media (max-width:960px) {
  .site-page-footer.footer-area .site-page-footer-middle-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-page-footer.footer-area .main-colophon-payments {
    gap: 24px
  }
  .site-page-footer.footer-area .colophon-side {
    align-items: flex-start
  }
}
@media (max-width:600px) {
  .site-page-footer.footer-area .page-footer-showcase-area,
  .site-page-footer.footer-area .site-page-footer-middle-grid {
    padding: 20px
  }
  .site-page-footer.footer-area .site-page-footer-middle-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }
  .site-page-footer.footer-area .page-footer-lower {
    padding: 20px
  }
  .site-page-footer.footer-area .main-colophon-payments {
    justify-content: center
  }
  .site-page-footer.footer-area .main-colophon-payments img {
    width: 70px;
    height: 35px
  }
  .site-page-footer.footer-area .footer-separator-panel {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-page-footer.footer-area .colophon-side,
  .site-page-footer.footer-area .page-footer-help-center,
  .site-page-footer.footer-area .site-page-footer-middle-grid {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-page-footer.footer-area .main-colophon-payments,
  .site-page-footer.footer-area .site-footer-socials-inner {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-page-footer.footer-area .page-footer-nav {
    align-items: center
  }
  .site-page-footer.footer-area .site-footer-inbox {
    justify-content: center
  }
}
.site-layout-area {
  display: flex;
  min-height: calc(100vh - 64px);
  position: relative
}
.site-content-grid {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-content-grid .site-primary-row {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px
}
.application-banner {
  margin-left: auto;
  margin-right: auto
}
.site-page-footer[class] {
  padding-left: var(--aside-width,0)
}
.site-page-footer[class] .page-footer-lower {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  .site-page-footer[class] {
    padding-left: 0
  }
}
.call-to-action-center {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.call-to-action-center .lead-button,
.call-to-action-center a.lead-button {
  display: inline-block
}
@media (max-width:768px) {
  .call-to-action-center {
    display: block;
    margin: 30px auto
  }
  .content-body-field-wrap .table-scroll > table,
  .main-legal-holder .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.lead-button.main-app-banner-button {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.site-faq-heading {
  font-family: var(--ui-font-family-heading);
  color: var(--theme-text-content);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.content-body-field-wrap li {
  padding: .3rem 0;
  line-height: 1.7
}
.content-body-field-wrap table {
  font-size: .92rem
}
.content-body-field-wrap table th {
  background: var(--theme-lead);
  color: var(--ui-cta-copy,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.content-body-field-wrap table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.content-body-field-wrap table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.page-header-background {
  position: relative;
  z-index: 1
}
.page-header-bg-main {
  position: relative;
  z-index: 2
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both
}
.main-topbar-search-block img {
  width: 18px;
  height: 18px;
  object-fit: contain
}
.join-reward img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.main-hamburger-cta-wrapper img {
  filter: invert(1);
  width: 24px;
  height: 24px;
  object-fit: contain
}
.slots-selector a {
  text-decoration: none!important
}
.legal-name-panel {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--theme-text-content);
  line-height: 1.15;
  letter-spacing: -.02em
}
.main-legal-holder {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--theme-label-faded)
}
.main-legal-holder p {
  margin-bottom: 1.1rem
}
.main-legal-holder strong {
  color: var(--theme-text-content)
}
.content-body-field-wrap li,
.main-legal-holder li {
  color: var(--theme-label-faded)
}
.content-body-field-wrap li strong,
.main-legal-holder li strong {
  color: var(--theme-label-faded);
  font-weight: 700
}
.main-legal-holder a {
  color: var(--theme-lead);
  text-decoration: underline;
  text-underline-offset: 2px
}
.main-legal-holder a:hover {
  color: var(--ui-hover-accent-primary,var(--prime-casino-accent-color))
}
.main-legal-holder article em {
  color: var(--theme-label-faded);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.content-body-img-grid {
  max-width: 24%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain
}
.content-body-img-grid.main-img-left-side-row {
  float: left;
  clear: both;
  margin: .75rem 1.8rem 1rem 0
}
.content-body-field-wrap h2,
.content-body-field-wrap h3,
.content-body-field-wrap ol,
.content-body-field-wrap table,
.content-body-field-wrap ul {
  clear: both
}
.inner-clear {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-name-panel {
    font-size: 1.6rem
  }
  .main-legal-holder h1 {
    font-size: 1.5rem
  }
  .main-legal-holder h2 {
    font-size: 1.2rem
  }
  .content-body-img-grid,
  .main-img-left-side-row {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    max-height: none;
    height: auto;
    margin: 1rem auto
  }
}
.content-body-field-wrap h1,
.content-body-field-wrap h2,
.content-body-field-wrap h3,
.faq-ask,
.main-legal-holder h1,
.main-legal-holder h2,
.main-legal-holder h3,
.site-faq-heading {
  font-family: var(--ui-font-family-heading);
  color: var(--theme-text-content);
  text-decoration: none;
  border: none
}
.content-body-field-wrap h1,
.main-legal-holder h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.content-body-field-wrap h2,
.main-legal-holder h2,
.site-faq-heading {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: .6rem;
  text-transform: uppercase;
  letter-spacing: .05em
}
.content-body-field-wrap h3,
.faq-ask,
.main-legal-holder h3 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  text-transform: uppercase;
  letter-spacing: .05em
}
.content-body-field-wrap ul,
.main-legal-holder ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.content-body-field-wrap ul li,
.main-legal-holder ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.content-body-field-wrap ul li::before,
.main-legal-holder ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--theme-lead)
}
.content-body-field-wrap ol,
.main-legal-holder ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.content-body-field-wrap ol li,
.main-legal-holder ol li {
  position: relative;
  padding-left: 2.2rem;
  margin-bottom: .75rem;
  counter-increment: ol-counter;
  min-height: 1.8rem
}
.content-body-field-wrap ol li::before,
.main-legal-holder ol li::before {
  content: counter(ol-counter);
  position: absolute;
  left: 0;
  top: .05em;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--theme-lead);
  color: var(--surface);
  font-size: .75em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 24px
}
.content-body-field-wrap table,
.main-legal-holder table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--ui-fill-tile,rgba(255,255,255,.03));
  border: 1px solid var(--outline,rgba(255,255,255,.08));
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,.18);
  margin: 1.5rem 0;
  color: var(--theme-label-faded,#c9ccd6);
  font-family: var(--text-base, 'Montserrat', system-ui, sans-serif)
}
.content-body-field-wrap table tbody tr:first-child,
.content-body-field-wrap table thead tr,
.main-legal-holder table tbody tr:first-child,
.main-legal-holder table thead tr {
  background: var(--prime-casino-alt-background,rgba(255,255,255,.06))
}
.content-body-field-wrap table tbody tr:first-child td,
.content-body-field-wrap table tbody tr:first-child th,
.content-body-field-wrap table thead th,
.main-legal-holder table tbody tr:first-child td,
.main-legal-holder table tbody tr:first-child th,
.main-legal-holder table thead th {
  font-weight: 700;
  color: var(--theme-text-content,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--outline,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.content-body-field-wrap table tbody tr:first-child td:last-child,
.content-body-field-wrap table tbody tr:first-child th:last-child,
.content-body-field-wrap table thead th:last-child,
.main-legal-holder table tbody tr:first-child td:last-child,
.main-legal-holder table tbody tr:first-child th:last-child,
.main-legal-holder table thead th:last-child {
  border-right: none
}
.content-body-field-wrap table tbody tr:not(:first-child):nth-child(odd),
.main-legal-holder table tbody tr:not(:first-child):nth-child(odd) {
  background: var(--prime-casino-alt-background,rgba(255,255,255,.03))
}
.content-body-field-wrap table tbody tr:not(:first-child):nth-child(2n),
.content-body-field-wrap table thead+tbody tr:nth-child(odd),
.main-legal-holder table tbody tr:not(:first-child):nth-child(2n),
.main-legal-holder table thead+tbody tr:nth-child(odd) {
  background: 0 0
}
.content-body-field-wrap table thead + tbody tr:nth-child(2n),
.main-legal-holder table thead + tbody tr:nth-child(2n) {
  background: var(--prime-casino-alt-background,rgba(255,255,255,.03))
}
.content-body-field-wrap table tbody tr:not(:first-child) td,
.content-body-field-wrap table tbody tr:not(:first-child) th,
.content-body-field-wrap table thead + tbody td,
.main-legal-holder table tbody tr:not(:first-child) td,
.main-legal-holder table tbody tr:not(:first-child) th,
.main-legal-holder table thead + tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--outline,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--outline,rgba(255,255,255,.06));
  color: var(--theme-label-faded,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
  background: 0 0
}
.content-body-field-wrap table tbody tr:last-child td,
.content-body-field-wrap table tbody tr:last-child th,
.main-legal-holder table tbody tr:last-child td,
.main-legal-holder table tbody tr:last-child th {
  border-bottom: none
}
.content-body-field-wrap table tbody td:last-child,
.content-body-field-wrap table tbody th:last-child,
.main-legal-holder table tbody td:last-child,
.main-legal-holder table tbody th:last-child {
  border-right: none
}
.content-body-field-wrap table tbody tr:first-child td:first-child,
.main-legal-holder table tbody tr:first-child td:first-child {
  border-top-left-radius: 10px
}
.content-body-field-wrap table tbody tr:first-child td:last-child,
.main-legal-holder table tbody tr:first-child td:last-child {
  border-top-right-radius: 10px
}
.content-body-field-wrap table tbody tr:last-child td:first-child,
.main-legal-holder table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.content-body-field-wrap table tbody tr:last-child td:last-child,
.main-legal-holder table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.questions-unit-holder {
  background: var(--prime-casino-alt-background,rgba(255,255,255,.02));
  border: 1px solid var(--outline,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 28px 32px 32px;
  margin: 30px auto;
  font-family: Montserrat,system-ui,sans-serif
}
.questions-unit-holder .site-faq-heading {
  color: var(--theme-text-content,#fff);
  font-family: var(--ui-font-family-heading, 'Montserrat', system-ui, sans-serif);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-top: 4px
}
.questions-unit-holder .questions-panel-inner {
  background: var(--ui-fill-tile,rgba(255,255,255,.04));
  border: 1px solid var(--outline,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 14px;
  color: var(--theme-label-faded,#b1b4bc)
}
.questions-unit-holder .questions-panel-inner:last-child {
  margin-bottom: 0
}
.questions-unit-holder .faq-ask {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  color: var(--theme-text-content,#fff);
  margin: 0 0 12px
}
.questions-unit-holder .faqs-reply {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--theme-label-faded,#b1b4bc)
}
.questions-unit-holder .faqs-reply p {
  margin: 0 0 8px
}
.questions-unit-holder .faqs-reply p:last-child {
  margin-bottom: 0
}
.questions-unit-holder .faqs-reply b,
.questions-unit-holder .faqs-reply strong {
  font-weight: 700;
  color: var(--theme-text-content,#fff)
}
@media (max-width:600px) {
  .content-body-field-wrap table tbody td,
  .main-legal-holder table tbody td {
    padding: 10px 12px;
    font-size: .8rem
  }
  .questions-unit-holder {
    padding: 24px 20px 28px;
    margin: 24px 12px
  }
  .questions-unit-holder .site-faq-heading {
    letter-spacing: .3px;
    margin: 0 0 24px;
    padding-top: 4px
  }
  .questions-unit-holder .questions-panel-inner {
    padding: 20px 18px;
    margin-bottom: 12px
  }
  .questions-unit-holder .faq-ask {
    line-height: 1.35
  }
}
.content-body-field-wrap h2 {
  border: none;
  border-bottom: none
}
.content-body-field-wrap ol li,
.content-body-field-wrap ul li,
.main-legal-holder ol li,
.main-legal-holder ul li {
  border-bottom: none
}
.content-body-field-wrap,
.main-legal-holder {
  max-width: 1400px;
  margin: 0 auto
}
[data-slot=app-content-image-1]:not(a):not(button),
[data-slot=content-image-1]:not(a):not(button) {
  max-width: 30%!important;
  max-height: none!important
}
[data-slot=content-image-2]:not(a):not(button) {
  max-width: 25%!important;
  max-height: none!important
}
[data-slot=content-image-3]:not(a):not(button) {
  max-width: 40%!important;
  max-height: none!important
}
[data-slot=app-content-image-2]:not(a):not(button) {
  max-width: 15%!important;
  max-height: none!important
}
[data-slot=juegos-content-image-1]:not(a):not(button) {
  max-width: 45%!important;
  max-height: none!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=content-image-2]:not(a):not(button),
  [data-slot=content-image-3]:not(a):not(button),
  [data-slot=juegos-content-image-1]:not(a):not(button) {
    max-width: 100%!important
  }
}
img[src*="-mono-black"],
img[src*="-mono-white"] {
  filter: none!important
}
.header-navigation a,
.header-wrapper a,
header,
header * {
  color: #fff!important
}
.site-page-footer {
  --colophon-bg: #997d4d;
  background-color: #997d4d!important;
  --theme-text-footer: #ffffff;
  --ui-link-site-footer: #ffffff
}
.site-header-surface-heading,
.site-page-footer,
.site-page-footer * {
  color: #fff!important
}
.header-fill-reward,
.topbar-background-deposit {
  color: #ffe836!important
}
.masthead-background-cta,
.masthead-surface-action-main-area,
.promo .promo-cta,
.topbar-surface-cta-description-container {
  color: #fff!important
}
:root .site-footer-lang-select-holder {
  background: #625032!important
}
:root .page-footer-help-center,
:root .page-footer-help-center * {
  color: #fff!important
}
:root .lead-button {
  background: #00b108!important;
  color: #060606!important
}
:root .mobile-banner-text-verify {
  background: #e6574c!important;
  color: #ed0707!important
}
:root .masthead-background-cta {
  --promo-cta-grad-top-area: #00b108!important;
  --theme-bonus-btn-grad-bottom: #009d00!important
}
:root .page-header-bg-lower-inner .main-big-content {
  color: #0f0f0f!important
}
:root .site-page-footer.footer-area {
  background: #997d4d!important;
  color: #fff!important
}
:root .site-page-footer.footer-area .colophon-social {
  background: #625032!important
}
:root .join-reward {
  background-color: #ee1b1b!important
}
:root .sign-in-cta-grid {
  color: #f5f5f5!important
}
:root .register-btn {
  background: #00b108!important;
  color: #fff!important
}