:root {
  --theme-fill: #e9e9ff;
  --surface-card-box: #14141f;
  --alt-bg: #f8f8ff;
  --theme-accent-primary: #3498db;
  --ui-hover-accent-primary: #5abeff;
  --ui-secondary-alt: #1f6fa8;
  --theme-copy: #3498db;
  --ui-dim-text-content: #3498db;
  --ui-accent-color: #74b9ff;
  --ui-reward-button-grad-upper: #3498db;
  --offer-cta-grad-bottom-area: color-mix(in srgb, #3498db, #000 20%);
  --fortunica-border: #2a2a3e;
  --blend: linear-gradient(110deg,  #3498db 0%, #1f6fa8 100%);
  --fortunica-halo: rgba(255,255,255,0.1);
  --halo-heavy: rgba(255,255,255,0.2);
  --fortunica-typeface-caption: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --font-base: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --block-inset: 7rem 2.5rem;
  --ui-card-inset: 2.5rem;
  --fortunica-spacing: 2.2rem;
  --curve: 6px;
  --fortunica-rounding-card: 10px;
  --fortunica-glass-background: #14141f;
  --sheen-outline: #2a2a3e;
  --theme-sheen-depth: 0 2px 12px rgba(0, 0, 0, 0.3);
  --action-label: #fff;
  --theme-h-header: 64px;
  --ui-background-topbar: var(--theme-fill);
  --fortunica-site-header-copy: var(--theme-copy);
  --ui-header-copy-faded: var(--ui-dim-text-content);
  --page-header-pill-background: var(--alt-bg);
  --topbar-tag-edge: var(--fortunica-border);
  --site-header-cta-fill: var(--ui-accent-color);
  --masthead-cta-text: #fff;
  --fortunica-page-header-reward-background: #009900;
  --header-reward-copy: #fff;
  --fortunica-side-rail-width: 64px;
  --ui-label-accent-color: #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(--font-base);
  background: var(--theme-fill);
  color: var(--theme-copy);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: var(--theme-h-header)
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fortunica-typeface-caption);
  line-height: 1.15
}
a {
  color: var(--theme-accent-primary);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--ui-hover-accent-primary)
}
@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(--fortunica-halo)
  }
  50% {
    box-shadow: 0 0 28px var(--halo-heavy)
  }
}
@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-grid {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--fortunica-side-rail-width,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-panel-main-area {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.colophon-top-section {
  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 {
  height: 30px;
  width: auto
}
.main-page-footer-navigation {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.main-page-footer-navigation a {
  font-size: .82rem;
  color: var(--ui-dim-text-content);
  text-decoration: none;
  transition: color .2s
}
.main-page-footer-navigation a:hover {
  color: var(--theme-accent-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.page-footer-rule {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.site-page-footer-lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
.colophon-action {
  font-size: .78rem;
  padding: .35rem 1rem
}
@media (max-width:480px) {
  :root {
    --block-inset: 1.8rem 0.8rem;
    --ui-card-inset: 0.9rem;
    --fortunica-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;
    --ui-card-inset: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --block-inset: 3.5rem 1.5rem;
    --ui-card-inset: 1.5rem
  }
}
header {
  background-color: var(--ui-background-topbar);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--theme-h-header);
  z-index: 9999;
  font-family: var(--fortunica-typeface-caption);
  font-family: var(--fortunica-typeface-caption)
}
.main-site-header-shell-row {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto
}
.main-site-header-shell-row a {
  color: var(--fortunica-site-header-copy);
  text-decoration: none;
  transition: color .2s
}
.main-site-header-shell-row a:hover {
  color: unset
}
.header-left-side {
  display: flex;
  align-items: center;
  gap: 32px
}
.emblem-wrapper-box {
  display: flex;
  align-items: center
}
.emblem-wrapper-box img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block
}
.selector-container {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: var(--page-header-pill-background);
  padding: 4px;
  border-radius: 1000px;
  border: 1px solid var(--topbar-tag-edge)
}
.selector-container > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ui-header-copy-faded);
  border-radius: 1000px;
  transition: background .2s,color .2s
}
.picker-start-section {
  background: var(--theme-accent-primary);
  color: var(--masthead-cta-text)!important
}
.picker-start-section img {
  filter: brightness(0) invert(1)
}
.main-site-header-menu-container {
  display: flex;
  align-items: center;
  height: 100%
}
.site-header-menu-list {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 28px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  height: 100%
}
.site-header-menu-list li {
  display: flex;
  align-items: center;
  height: 100%
}
.site-header-menu-list a {
  color: var(--fortunica-site-header-copy);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative
}
.site-header-menu-list a:hover {
  color: var(--theme-accent-primary)
}
.site-header-menu-list a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--theme-accent-primary)
}
.page-header-end {
  display: flex;
  align-items: center;
  gap: 12px
}
.missions-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  background: var(--site-header-cta-fill);
  color: var(--masthead-cta-text);
  padding: 7px 12px 7px 8px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.18);
  transition: filter .2s,transform .15s
}
.missions-action:hover {
  filter: brightness(1.1)
}
.missions-action:active {
  transform: translateY(1px)
}
.missions-action img {
  width: 18px;
  height: 18px
}
.missions-heading {
  letter-spacing: .2px
}
.site-header-search-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: background .2s
}
.site-header-search-box:hover {
  background: var(--page-header-pill-background)
}
.site-header-search-box img {
  opacity: .75
}
.site-header-action-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700
}
.site-header-action-buttons a {
  padding: 9px 18px;
  border-radius: 1000px;
  line-height: 1;
  letter-spacing: .2px;
  transition: filter .2s,background .2s,transform .15s
}
.site-sign-in-button {
  border: 1px solid var(--topbar-tag-edge);
  color: var(--fortunica-site-header-copy);
  background: 0 0
}
.site-sign-in-button:hover {
  background: var(--page-header-pill-background)
}
.site-sign-up-btn-shell {
  position: relative
}
.site-sign-up-cta {
  background: var(--theme-accent-primary);
  border: 1px solid var(--theme-accent-primary);
  color: var(--action-label,#fff);
  box-shadow: 0 2px 10px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.2)
}
.site-sign-up-cta:hover {
  filter: brightness(1.1)
}
.site-sign-up-cta:active {
  transform: translateY(1px)
}
.signup-reward {
  position: absolute;
  top: -13px;
  right: 2px;
  background-color: var(--fortunica-page-header-reward-background);
  color: var(--header-reward-copy);
  border-radius: 1000px;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px 2px 4px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  box-shadow: 0 1px 4px rgba(0,0,0,.25);
  white-space: nowrap
}
.menu-toggle-action {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.offcanvas-box {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--ui-background-topbar);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-box.open {
  left: 0
}
.offcanvas-close-box {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--fortunica-site-header-copy);
  cursor: pointer
}
.main-offcanvas-masthead {
  display: flex;
  justify-content: flex-end
}
.offcanvas-content-body-group {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-content-body-group .site-header-menu-list {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-content-body-group .site-header-menu-list a {
  font-size: 16px;
  padding: 12px 0;
  display: block;
  height: auto
}
.site-offcanvas-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.site-offcanvas-backdrop.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .main-site-header-menu-container,
  .selector-container {
    display: none
  }
  .offcanvas-box .main-site-header-menu-container,
  .offcanvas-box .selector-container {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-box .site-header-menu-list {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    gap: 15px
  }
  .offcanvas-box .selector-container {
    font-size: 12px
  }
}
@media (min-width:1125px) {
  .menu-toggle-action,
  .offcanvas-box,
  .site-offcanvas-backdrop {
    display: none
  }
}
@media (max-width:768px) {
  .missions-action,
  .site-header-search-box {
    display: none
  }
  .main-site-header-shell-row {
    padding: 0 12px
  }
  .header-left-side {
    gap: 8px
  }
  .page-header-end {
    gap: 6px;
    flex-shrink: 0
  }
  .emblem-wrapper-box {
    max-width: 130px;
    min-width: 0;
    flex-shrink: 1
  }
  .emblem-wrapper-box img {
    max-height: 38px;
    object-fit: contain;
    width: auto;
    max-width: 100%
  }
  .menu-toggle-action img {
    width: 20px;
    height: 20px
  }
  .site-header-action-buttons {
    gap: 6px
  }
  .site-header-action-buttons a {
    padding: 7px 12px;
    font-size: 10px;
    white-space: nowrap;
    line-height: 1
  }
  .signup-reward {
    font-size: 7px;
    padding: 2px 5px;
    top: -11px;
    right: 0
  }
  .signup-reward img {
    width: 8px;
    height: 8px
  }
}
.selector-container > a {
  text-decoration: none;
  color: inherit;
  cursor: pointer
}
#secondary {
  width: 64px;
  min-width: 64px;
  background: var(--alt-bg);
  border-right: 1px solid rgba(128,128,128,.18)
}
.side-panel-main-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  gap: 8px
}
.aside-glyph-entry {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 6px;
  transition: background .2s
}
.aside-glyph-entry:hover {
  background: var(--surface-card-box)
}
.aside-glyph-entry:hover img {
  opacity: 1
}
.main-side-panel-hr {
  border: 0;
  height: 1px;
  background: rgba(128,128,128,.18);
  width: 80%;
  margin: 4px auto
}
.main-page-header-bg,
.main-page-header-bg *,
.site-header-fill-lower,
.site-header-fill-lower * {
  font-family: var(--fortunica-typeface-caption)!important
}
.main-page-header-bg {
  background: url(../images/header-bg.png) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.main-topbar-fill {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.main-topbar-fill br {
  display: none
}
.site-header-background-name {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--ui-accent-color)
}
.header-background-deposit {
  font-size: 105px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--theme-copy)
}
.masthead-bg-reward {
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-copy);
  margin-bottom: 20px
}
.masthead-background-cta {
  background: var(--theme-accent-primary);
  color: var(--action-label,#fff);
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700
}
.masthead-background-cta:hover {
  background: var(--ui-hover-accent-primary);
  transform: translateY(-2px)
}
.header-bg-btn-content {
  display: flex;
  flex-direction: column;
  align-items: center
}
.site-header-fill-lower {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--alt-bg);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.site-header-fill-lower::after,
.site-header-fill-lower::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.site-header-fill-lower::before {
  left: 0;
  background: linear-gradient(to right,var(--theme-fill),transparent)
}
.site-header-fill-lower::after {
  right: 0;
  background: linear-gradient(to left,var(--theme-fill),transparent)
}
.site-header-fill-lower p {
  display: none
}
@media (max-width:768px) {
  .main-page-header-bg {
    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
  }
  .main-page-header-bg .main-topbar-fill {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -93px;
    padding: 0 16px;
    gap: 4px
  }
  .main-topbar-fill > a {
    display: block;
    width: 100%
  }
  .site-header-background-name {
    font-size: 13px;
    margin-bottom: 4px
  }
  .header-background-deposit {
    font-size: 42px;
    line-height: 1.1
  }
  .masthead-bg-reward {
    font-size: 15px;
    margin-bottom: 16px
  }
  .masthead-background-cta {
    padding: 19px 32px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,.35)
  }
  .masthead-surface-action-main-area {
    font-size: 20px
  }
  .site-topbar-fill-action-description {
    font-size: 11px
  }
  .site-header-fill-lower {
    background: var(--alt-bg);
    gap: 10px;
    padding: 8px 15px
  }
}
.bonus-strip-area {
  gap: 14px;
  padding: 12px 24px
}
.bonus-strip-area .main-reward-strip-crown {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain
}
.bonus-strip-area .bonus-strip-copy {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--theme-copy);
  line-height: 1.2
}
@media (max-width:768px) {
  .bonus-strip-area {
    gap: 10px;
    padding: 10px 14px
  }
  .bonus-strip-area .main-reward-strip-crown {
    width: 18px;
    height: 18px
  }
  .bonus-strip-area .bonus-strip-copy {
    font-size: 11px;
    letter-spacing: .4px
  }
}
.main-topbar-fill > a {
  display: inline-block;
  width: auto
}
.masthead-background-cta {
  text-transform: capitalize;
  border-radius: 1000px!important;
  padding: 8px 53px!important;
  width: auto!important;
  box-shadow: none;
  transition: .5s
}
.header-bg-btn-content {
  display: flex;
  flex-direction: column;
  letter-spacing: 0
}
.masthead-surface-action-main-area {
  font-size: 18px!important;
  font-weight: 700;
  line-height: 1.6
}
.site-topbar-fill-action-description {
  opacity: .8;
  text-transform: none;
  line-height: 1.6;
  font-weight: 500;
  font-size: 10px!important
}
.main-game-sort {
  width: 100%;
  max-width: 1400px;
  margin: 24px auto;
  padding: 12px 0;
  background: var(--theme-fill);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin
}
.main-game-sort::-webkit-scrollbar {
  height: 4px
}
.main-game-sort::-webkit-scrollbar-thumb {
  background: var(--fortunica-border);
  border-radius: 2px
}
.play-sort-line-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  white-space: nowrap;
  width: max-content
}
.play-sort-tag-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  background: var(--alt-bg,#151c35);
  border: 1px solid var(--fortunica-border);
  color: var(--theme-copy);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .2px;
  transition: background .2s,border-color .2s,color .2s,transform .15s;
  flex: 0 0 auto
}
.play-sort-tag-box:hover {
  background: var(--surface-card-box,var(--alt-bg));
  border-color: var(--theme-accent-primary);
  color: var(--theme-copy)
}
.play-sort-tag-box.active {
  background: var(--theme-accent-primary);
  border-color: var(--theme-accent-primary);
  color: var(--action-label,#fff)
}
.slots-selector-icon-wrap {
  width: 20px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: .85
}
.play-sort-tag-box:hover .slots-selector-icon-wrap {
  opacity: 1
}
@media (max-width:768px) {
  .play-sort-line-wrap {
    gap: 6px;
    padding: 0 12px
  }
  .play-sort-tag-box {
    padding: 10px 14px;
    font-size: 13px
  }
}
.site-main-area-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.content-region-wrapper {
  font-size: 15px;
  line-height: 1.8;
  color: var(--ui-dim-text-content)
}
.content-region-wrapper p {
  margin-bottom: 1rem
}
.content-region-wrapper strong {
  color: var(--theme-copy)
}
.content-region-wrapper a:not(.lead-btn-container):not(.mobile-banner-call-to-action):not([class*="-button"]) {
  color: var(--theme-accent-primary);
  text-decoration: underline
}
.content-region-wrapper a:not(.lead-btn-container):not(.mobile-banner-call-to-action):not([class*="-button"]):hover {
  color: var(--ui-accent-color)
}
@media (max-width:768px) {
  .site-main-area-section {
    padding: 5rem 15px 30px
  }
  .content-region-wrapper {
    font-size: 14px
  }
  .app-banner-wrapper,
  .site-main-area-section > .app-banner-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .application-banner,
  .site-application-banner-mobile-block img {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.site-area-support {
  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(--alt-bg);
  border-radius: 8px;
  padding: 18px;
  max-width: 320px
}
.title-service {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}
.title-service img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.site-heading-service-copy-group {
  font-weight: 700;
  font-size: 16px
}
.section-service p {
  color: var(--ui-dim-text-content);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .site-area-support {
    flex-direction: column;
    padding: 0 16px
  }
}
.app-banner-wrapper {
  margin: 32px auto;
  max-width: 800px
}
.application-banner {
  display: flex;
  align-items: stretch;
  background: var(--surface-card-box,var(--alt-bg));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--fortunica-border);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.application-banner-inner {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}
.mobile-banner-caption-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--fortunica-border);
  background: var(--alt-bg);
  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
}
.main-application-banner-label-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.app-banner-text-title-area {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--theme-copy);
  letter-spacing: .2px
}
.app-promo-banner-text-rate {
  display: flex;
  gap: 1px
}
.app-promo-banner-text-rate img {
  width: 12px;
  height: 12px
}
.app-promo-banner-text-rate .site-star-half-wrapper {
  opacity: .85
}
.application-banner-text-verify-row {
  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
}
.app-banner-name {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--theme-copy);
  font-family: var(--fortunica-typeface-caption);
  margin: 0
}
.mobile-banner-description {
  color: var(--ui-dim-text-content);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.main-app-promo-banner-btn-shell {
  margin-top: 4px
}
.main-app-promo-banner-btn-shell .lead-btn-container {
  margin: 0;
  display: inline-block
}
.app-banner-image-holder {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.application-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
}
.site-application-banner-mobile-block {
  display: none
}
.site-application-banner-mobile-block 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 {
    display: none
  }
  .site-application-banner-mobile-block {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .site-application-banner-mobile-block img {
    max-width: 320px
  }
  .application-banner-inner {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .app-banner-name {
    font-size: 20px
  }
  .main-app-promo-banner-btn-shell .lead-btn-container {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.lead-btn-container {
  font-size: 18px;
  font-weight: 700;
  background: var(--theme-accent-primary);
  color: var(--action-label,var(--theme-copy));
  padding: 10px 56px;
  border-radius: 16px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none
}
.lead-btn-container:hover {
  background: var(--ui-hover-accent-primary,var(--theme-accent-primary));
  color: var(--action-label,var(--theme-copy))
}
.updated-date-group {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--alt-bg);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--theme-accent-primary);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--theme-copy);
  max-width: 1240px
}
@media (max-width:768px) {
  .updated-date-group {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-footer-section.main-page-footer {
  background: var(--surface-footer,var(--alt-bg,#060e2a));
  color: var(--theme-text-content-page-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-footer-section.main-page-footer .colophon-top-section,
.site-footer-section.main-page-footer .site-page-footer-lower {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box
}
.site-footer-section.main-page-footer .colophon-top-section {
  display: grid;
  grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(180px,1fr) minmax(220px,297px);
  gap: 24px;
  align-items: start;
  padding-top: 32px;
  padding-bottom: 36px
}
.site-footer-section.main-page-footer .colophon-identity-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px
}
.site-footer-section.main-page-footer .site-footer-brand {
  width: 257px;
  max-width: 100%;
  height: 64px;
  object-fit: contain;
  object-position: left center
}
.site-footer-section.main-page-footer .page-footer-social-caption {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-footer-section.main-page-footer .page-footer-socials-container {
  display: flex;
  gap: 4px
}
.site-footer-section.main-page-footer .colophon-social {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--colophon-share-surface,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-footer-section.main-page-footer .colophon-social:hover {
  background: var(--ui-accent-color,#5a6178)
}
.site-footer-section.main-page-footer .colophon-social img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
.site-footer-section.main-page-footer .site-footer-brand-mark-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 8px
}
.site-footer-section.main-page-footer .main-page-footer-navigation {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 7px
}
.site-footer-section.main-page-footer .main-page-footer-navigation a {
  color: var(--ui-link-page-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-footer-section.main-page-footer .main-page-footer-navigation a:hover {
  color: var(--theme-text-content-page-footer,#fff)
}
.site-footer-section.main-page-footer .colophon-assist {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-footer-section.main-page-footer .colophon-assist .colophon-help-center-name-panel {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-footer-section.main-page-footer .colophon-assist p {
  color: var(--theme-text-content-page-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-footer-section.main-page-footer .footer-mail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-text-content-page-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-footer-section.main-page-footer .footer-mail img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-footer-section.main-page-footer .colophon-action {
  background: var(--ui-accent-color,#e45809);
  color: var(--theme-text-content-page-footer,#fff);
  font-family: inherit;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 24px;
  border-radius: 6px;
  text-transform: capitalize;
  text-decoration: none;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  box-sizing: border-box;
  margin-top: 4px;
  transition: filter .18s
}
.site-footer-section.main-page-footer .colophon-action:hover {
  filter: brightness(1.08)
}
.site-footer-section.main-page-footer .page-footer-rule {
  height: 0;
  background: 0 0;
  margin: 0
}
.site-footer-section.main-page-footer .site-page-footer-lower {
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 36px;
  text-align: center
}
.site-footer-section.main-page-footer .site-footer-copyright {
  color: var(--theme-text-content-page-footer,#a2a5af);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 auto;
  max-width: 1100px
}
@media (max-width:1100px) {
  .site-footer-section.main-page-footer .colophon-top-section {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
}
@media (max-width:600px) {
  .site-footer-section.main-page-footer .colophon-top-section {
    grid-template-columns: 1fr;
    padding: 24px 20px
  }
  .site-footer-section.main-page-footer .site-footer-brand {
    object-position: center
  }
  .site-footer-section.main-page-footer .page-footer-rule {
    margin: 0
  }
  .site-footer-section.main-page-footer .site-page-footer-lower {
    padding: 24px 20px
  }
  .site-footer-section.main-page-footer .colophon-assist,
  .site-footer-section.main-page-footer .colophon-identity-section,
  .site-footer-section.main-page-footer .colophon-top-section {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-footer-section.main-page-footer .page-footer-socials-container {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-footer-section.main-page-footer .main-page-footer-navigation {
    align-items: center
  }
  .site-footer-section.main-page-footer .footer-mail {
    justify-content: center
  }
  .site-footer-section.main-page-footer .colophon-action {
    align-self: center
  }
}
.site-footer-section .main-page-footer-navigation:not(:has(a)) {
  display: none
}
.site-footer-section .page-footer-menu-accent-primary-section,
.site-footer-section .site-footer-menu-legal-block {
  text-align: left
}
.site-footer-section.main-page-footer .main-page-footer-navigation:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-footer-section.main-page-footer .colophon-top-section:has(.page-footer-menu-accent-primary-section a):not(:has(.site-footer-menu-legal-block a)),
  .site-footer-section.main-page-footer .colophon-top-section:not(:has(.page-footer-menu-accent-primary-section a)):has(.site-footer-menu-legal-block a) {
    grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(220px,297px)
  }
  .site-footer-section.main-page-footer .colophon-top-section:not(:has(.main-page-footer-navigation a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-grid {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-content-block {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-content-block .site-main-area-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}
.application-banner,
.main-faq-section-block {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto
}
.site-footer-section[class] {
  padding-left: var(--fortunica-side-rail-width,0)
}
.site-footer-section[class] .colophon-top-section,
.site-footer-section[class] .site-page-footer-lower {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-footer-section[class] {
    padding-left: 0
  }
}
.call-to-action-center-block {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.call-to-action-center-block .lead-btn-container,
.call-to-action-center-block a.lead-btn-container {
  display: inline-block
}
.lead-btn-container.mobile-banner-call-to-action {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.main-faq-section-block h2 {
  font-family: var(--fortunica-typeface-caption);
  color: var(--theme-copy);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.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(--theme-accent-primary);
  color: var(--action-label,#fff)
}
.content-region-wrapper table td {
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.site-layout-grid > .widget-region-area.sub-grid {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--fortunica-side-rail-width,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-grid > .site-content-block {
  margin-left: var(--fortunica-side-rail-width,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-content-block .site-main-area-section {
    padding-left: 20px
  }
  .site-layout-grid > .widget-region-area.sub-grid {
    max-width: var(--fortunica-side-rail-width,80px)
  }
}
@media (max-width:992px) {
  .site-layout-grid > .widget-region-area.sub-grid {
    display: none
  }
  .site-layout-grid > .site-content-block {
    margin-left: 0
  }
}
.main-page-header-bg {
  position: relative;
  z-index: 1
}
.main-topbar-fill {
  position: relative;
  z-index: 2
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both
}
@media (max-width:768px) {
  .call-to-action-center-block {
    display: block;
    margin: 30px auto
  }
  .content-region-wrapper .table-scroll > table,
  .legal-inner-container .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.aside-glyph-entry img {
  opacity: .7;
  transition: opacity .2s;
  width: 24px;
  height: 24px;
  object-fit: contain
}
.aside-glyph-entry.side-rail-icon-mark-lg img {
  object-fit: contain;
  opacity: 1;
  width: 48px;
  height: 48px
}
.selector-container img {
  width: 14px;
  height: 14px;
  object-fit: contain
}
.site-header-search-box img {
  width: 18px;
  height: 18px;
  object-fit: contain
}
.signup-reward img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.menu-toggle-action img {
  filter: invert(1);
  width: 24px;
  height: 24px;
  object-fit: contain
}
.main-game-sort a,
.play-sort-tag-box,
.play-sort-tag-box:hover,
.play-sort-tag-box:visited {
  text-decoration: none!important
}
.legal-heading-container {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--theme-copy);
  line-height: 1.15;
  letter-spacing: -.02em
}
.legal-inner-container {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--ui-dim-text-content);
  max-width: 860px
}
.legal-inner-container p {
  margin-bottom: 1.1rem
}
.legal-inner-container strong {
  color: var(--theme-copy)
}
.legal-inner-container a {
  color: var(--theme-accent-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.legal-inner-container a:hover {
  color: var(--ui-hover-accent-primary,var(--ui-accent-color))
}
.legal-inner-container article em {
  color: var(--ui-dim-text-content);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.main-content-body-img-panel {
  max-width: 30%;
  height: auto;
  object-fit: cover
}
.main-img-end {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.content-region-wrapper h2,
.content-region-wrapper h3,
.content-region-wrapper table {
  clear: both
}
.content-clear-box {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-heading-container {
    font-size: 1.6rem
  }
  .legal-inner-container h1 {
    font-size: 1.5rem
  }
  .legal-inner-container h2 {
    font-size: 1.2rem
  }
  .main-content-body-img-panel,
  .main-img-end {
    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,
.legal-inner-container h1,
.legal-inner-container h2,
.legal-inner-container h3 {
  font-family: var(--fortunica-typeface-caption);
  color: var(--theme-copy);
  text-decoration: none;
  border: none
}
.content-region-wrapper h1,
.legal-inner-container h1 {
  font-size: 3rem;
  font-weight: 900;
  margin-top: 3.5rem;
  margin-bottom: 1rem
}
.content-region-wrapper h2,
.legal-inner-container h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-top: 2.8rem;
  margin-bottom: .8rem
}
.content-region-wrapper h3,
.legal-inner-container h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.content-region-wrapper ul,
.legal-inner-container ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.content-region-wrapper ul li,
.legal-inner-container ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.content-region-wrapper ul li::before,
.legal-inner-container ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--theme-accent-primary)
}
.content-region-wrapper ol,
.legal-inner-container ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.content-region-wrapper ol li,
.legal-inner-container ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.content-region-wrapper ol li::before,
.legal-inner-container ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--theme-accent-primary);
  font-weight: 600
}
.content-region-wrapper table,
.legal-inner-container table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 1.5rem 0
}
.content-region-wrapper table th,
.legal-inner-container table th {
  font-weight: 700;
  color: var(--action-label,#fff);
  padding: 10px 12px;
  text-align: left;
  border: none;
  background: var(--theme-accent-primary);
  font-size: 13px
}
.content-region-wrapper table td,
.legal-inner-container table td {
  padding: 9px 12px;
  border-bottom: 1px solid var(--fortunica-border);
  color: var(--theme-copy);
  font-size: 14px
}
.content-region-wrapper table tr:last-child td,
.legal-inner-container table tr:last-child td {
  border-bottom: none
}
.content-region-wrapper table tr:nth-child(2n) td,
.legal-inner-container table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.content-region-wrapper table tr td,
.legal-inner-container table tr td {
  background: 0 0
}
.faqs-numbered {
  margin: 30px auto;
  counter-reset: faq-num
}
.faqs-numbered h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--theme-copy)
}
.faqs-numbered .faq-section-item {
  counter-increment: faq-num;
  position: relative;
  padding: 20px 0 20px 64px;
  border-bottom: 1px solid var(--fortunica-border)
}
.faqs-numbered .faq-section-item:first-child {
  border-top: 1px solid var(--fortunica-border)
}
.faqs-numbered .faq-section-item:last-child {
  border-bottom: none
}
.faqs-numbered .faq-section-item::before {
  content: counter(faq-num,decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--theme-accent-primary);
  line-height: 1;
  font-family: var(--fortunica-typeface-caption)
}
.faqs-numbered .questions-ask-row {
  font-size: 15px;
  font-weight: 700;
  color: var(--theme-copy);
  margin: 0 0 8px;
  line-height: 1.4
}
.faqs-numbered .faq-section-response p {
  font-size: 14px;
  color: var(--ui-dim-text-content);
  line-height: 1.7;
  margin: 0
}
@media (max-width:600px) {
  .faqs-numbered .faq-section-item {
    padding-left: 48px
  }
  .faqs-numbered .faq-section-item::before {
    font-size: 1.2rem
  }
}
.content-region-wrapper h2 {
  border: none;
  border-bottom: none
}
.content-region-wrapper ol li,
.content-region-wrapper ul li,
.legal-inner-container ol li,
.legal-inner-container ul li {
  border-bottom: none
}
.content-region-wrapper {
  max-width: 1200px;
  margin: 0 auto
}
[data-slot=content-image-1]:not(a):not(button) {
  max-width: 45%!important
}
[data-slot=app-content-image-1]:not(a):not(button),
[data-slot=content-image-3]:not(a):not(button) {
  max-width: 30%!important
}
[data-slot=app-content-image-2]:not(a):not(button) {
  max-width: 25%!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-3]:not(a):not(button) {
    max-width: 100%!important
  }
}
.main-site-header-shell-row a,
.site-header-menu-list a,
header,
header * {
  color: #050505!important
}
.site-footer-section {
  --surface-footer: #bebed0;
  background-color: #bebed0!important;
  --theme-text-content-page-footer: #ffffff;
  --ui-link-page-footer: #ffffff
}
.site-footer-section,
.site-footer-section * {
  color: #fff!important
}
.application-banner {
  background-color: #f8f8ff!important;
  background-blend-mode: multiply!important
}
.site-header-background-name {
  color: #fff!important
}
.header-background-deposit,
.masthead-bg-reward {
  color: #e8cf11!important
}
.masthead-background-cta {
  background: #f83b8d!important
}