:root {
  --background: #08061a;
  --tile-surface: #14141f;
  --alt-bg: #171529;
  --ui-main: #9b59b6;
  --hover-lead: #c17fdc;
  --theme-secondary-alt: #7b2fa0;
  --label: #e8e6e3;
  --theme-label-faded: #9a9a9a;
  --ui-accent: #d8a8ff;
  --offer-action-grad-upper: #9b59b6;
  --ui-reward-btn-grad-lower: color-mix(in srgb, #9b59b6, #000 20%);
  --border-line: #2a2a3e;
  --ui-gradient: linear-gradient(90deg,  #9b59b6 0%, #7b2fa0 100%);
  --theme-glow: rgba(255,255,255,0.1);
  --halo-heavy: rgba(255,255,255,0.2);
  --wild-tokyo-typeface-caption: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --content-text: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --block-spacing: 8rem 2rem;
  --tile-inset: 2.8rem;
  --theme-spacing: 2.5rem;
  --theme-radius: 10px;
  --radius-card-box: 16px;
  --theme-fill-sheen: #14141f;
  --border-line-frosted: #2a2a3e;
  --wild-tokyo-frosted-depth: 0 2px 12px rgba(0, 0, 0, 0.3);
  --text-button: #fff;
  --theme-side-rail-width: 248px;
  --text-content-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(--content-text);
  background: var(--background);
  color: var(--label);
  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(--wild-tokyo-typeface-caption);
  line-height: 1.15
}
a {
  color: var(--ui-main);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--hover-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(--theme-glow)
  }
  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-field.main-sub-grid {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--theme-side-rail-width,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.sidebar-core {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.main-site-footer-upper-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem
}
.site-footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: .5rem
}
.colophon-logo-group {
  height: 30px;
  width: auto
}
.site-footer-navbar {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.site-footer-navbar a {
  font-size: .82rem;
  color: var(--theme-label-faded);
  text-decoration: none;
  transition: color .2s
}
.site-footer-navbar a:hover {
  color: var(--ui-main);
  text-decoration: underline;
  text-underline-offset: 2px
}
.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-spacing: 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-spacing: 2.5rem 1rem;
    --tile-inset: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --block-spacing: 3.5rem 1.5rem;
    --tile-inset: 1.5rem
  }
}
header {
  background-color: var(--background);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--wild-tokyo-typeface-caption)
}
.header-shell-container {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center
}
.header-shell-container a {
  color: var(--label);
  text-decoration: none
}
.header-shell-container a:hover {
  color: unset
}
.topbar-start {
  display: flex;
  align-items: center;
  gap: 40px
}
.wild-tokyo-wrapper img {
  max-height: 36px;
  width: auto;
  max-width: 200px;
  object-fit: contain
}
.selector-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: var(--alt-bg);
  padding: 5px 10px;
  border-radius: 1000px;
  border: 1px solid var(--border-line)
}
.selector-wrapper > a,
.selector-wrapper div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: var(--theme-label-faded)
}
.main-toggle-start {
  background: var(--ui-main);
  color: #fff!important;
  padding: 3px 8px;
  border-radius: 1000px
}
.masthead-nav {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600
}
.masthead-nav a {
  color: var(--theme-label-faded)
}
.masthead-nav a:hover {
  color: var(--label)
}
.page-header-right-row {
  display: flex;
  align-items: center;
  gap: 15px
}
.topbar-action-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700
}
.topbar-action-buttons a {
  padding: 10px 12px;
  border-radius: 1000px;
  line-height: normal
}
.sign-in-button-container {
  border: 1px solid var(--border-line);
  color: var(--label)
}
.sign-in-button-container:hover {
  background-color: var(--alt-bg)
}
.site-sign-up-btn-shell {
  position: relative
}
.site-sign-up-cta {
  background: var(--ui-main);
  border: 1px solid var(--ui-main);
  color: var(--text-button,#fff)
}
.site-sign-up-cta:hover {
  filter: brightness(1.15)
}
.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-panel {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--background);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-panel.open {
  left: 0
}
.main-offcanvas-close-area {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--label);
  cursor: pointer
}
.main-offcanvas-close-area:hover {
  background: 0 0
}
.main-offcanvas-masthead {
  display: flex;
  justify-content: flex-end
}
.offcanvas-content-holder {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-content-holder .masthead-nav {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-content-holder .masthead-nav a {
  font-size: 16px;
  padding: 12px 0;
  display: block
}
.offcanvas-backdrop-holder {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.offcanvas-backdrop-holder.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .page-header-navigation-wrapper,
  .selector-wrapper {
    display: none
  }
  .offcanvas-panel .page-header-navigation-wrapper,
  .offcanvas-panel .selector-wrapper {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-panel .masthead-nav {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
  .offcanvas-panel .selector-wrapper {
    font-size: 12px
  }
}
@media (min-width:1125px) {
  .menu-toggle-cta,
  .offcanvas-backdrop-holder,
  .offcanvas-panel {
    display: none
  }
}
@media (max-width:768px) {
  .header-shell-container {
    padding: 0 20px
  }
  .topbar-start {
    gap: 10px
  }
  .page-header-right-row {
    flex-shrink: 0
  }
  .wild-tokyo-wrapper {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .wild-tokyo-wrapper img {
    max-width: 100%
  }
}
.selector-wrapper > a {
  text-decoration: none;
  color: inherit;
  cursor: pointer
}
#secondary.side-panel-full {
  width: 248px;
  min-width: 248px;
  background: var(--alt-bg);
  border-right: 1px solid rgba(128,128,128,.18)
}
.side-panel-full .sidebar-core {
  padding: 80px 20px 20px;
  border-radius: 0;
  background: 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0
}
.side-panel-full .side-panel-hr {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 10px 0;
  background: rgba(128,128,128,.18)
}
.side-rail-wide-icon-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 4px
}
.side-rail-wide-icon-area img {
  object-fit: contain
}
.aside-full-navigation {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%
}
.side-rail-full-cell {
  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(--theme-label-faded);
  text-decoration: none;
  transition: .2s
}
.side-rail-full-cell:hover {
  background: rgba(255,255,255,.1);
  color: var(--label)
}
.side-rail-full-cell img {
  object-fit: contain;
  flex-shrink: 0
}
.aside-full-navigation .side-panel-hr {
  width: 100%;
  margin: 6px 0
}
.page-header-surface,
.page-header-surface *,
.site-header-fill-bottom-area,
.site-header-fill-bottom-area * {
  font-family: var(--wild-tokyo-typeface-caption)!important
}
.page-header-surface {
  background: url(../images/header-bg.png) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.page-header-background-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.page-header-background-inner br {
  display: none
}
.site-header-surface-name-wrapper {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--ui-accent)
}
.header-background-deposit {
  font-size: 105px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--label)
}
.header-fill-reward {
  font-size: 24px;
  font-weight: 600;
  color: var(--label);
  margin-bottom: 20px
}
.masthead-background-cta {
  background: var(--ui-main);
  color: var(--text-button,#fff);
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700
}
.masthead-background-cta:hover {
  background: var(--hover-lead);
  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(--alt-bg);
  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(--background),transparent)
}
.site-header-fill-bottom-area::after {
  right: 0;
  background: linear-gradient(to left,var(--background),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-inner-area {
  font-size: 10px;
  color: var(--theme-label-faded);
  font-weight: 700
}
.page-header-bg-lower-inner .big-main {
  font-size: 18px;
  font-weight: 800;
  color: #fff
}
@media (max-width:768px) {
  .page-header-surface {
    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
  }
  .page-header-surface .page-header-background-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -93px;
    padding: 0 16px;
    gap: 4px
  }
  .page-header-background-inner > a {
    display: block;
    width: 100%
  }
  .site-header-surface-name-wrapper {
    font-size: 13px;
    margin-bottom: 4px
  }
  .header-background-deposit {
    font-size: 42px;
    line-height: 1.1
  }
  .header-fill-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)
  }
  .main-page-header-surface-btn {
    font-size: 20px
  }
  .topbar-surface-button-description {
    font-size: 11px
  }
  .site-header-fill-bottom-area {
    background: var(--alt-bg);
    gap: 10px;
    padding: 8px 15px
  }
  .big-main {
    font-size: 14px
  }
}
.page-header-background-inner > 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-fill-cta-content-body {
  display: flex;
  flex-direction: column;
  letter-spacing: 0
}
.main-page-header-surface-btn {
  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
}
.site-pay-methods {
  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
}
.site-pay-methods img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.site-pay-methods img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .site-pay-methods {
    gap: 14px 20px;
    padding: 16px
  }
  .site-pay-methods img {
    width: 56px;
    height: 44px
  }
}
.play-filter-bar-holder {
  width: 100%;
  max-width: 1400px;
  margin: 24px auto;
  padding: 12px 0;
  background: var(--background);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin
}
.play-filter-bar-holder::-webkit-scrollbar {
  height: 4px
}
.play-filter-bar-holder::-webkit-scrollbar-thumb {
  background: var(--border-line);
  border-radius: 2px
}
.games-filter-row-group-box {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  white-space: nowrap;
  width: max-content
}
.game-filter-bar-chip-section {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  background: var(--alt-bg,#151c35);
  border: 1px solid var(--border-line);
  color: var(--label);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .2px;
  transition: background .2s,border-color .2s,color .2s,transform .15s;
  flex: 0 0 auto
}
.game-filter-bar-chip-section:hover {
  background: var(--tile-surface,var(--alt-bg));
  border-color: var(--ui-main);
  color: var(--label)
}
.game-filter-bar-chip-section.active {
  background: var(--ui-main);
  border-color: var(--ui-main);
  color: var(--text-button,#fff)
}
.games-selector-symbol {
  width: 20px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: .85
}
.game-filter-bar-chip-section:hover .games-selector-symbol {
  opacity: 1
}
@media (max-width:768px) {
  .games-filter-row-group-box {
    gap: 6px;
    padding: 0 12px
  }
  .game-filter-bar-chip-section {
    padding: 10px 14px;
    font-size: 13px
  }
}
.site-main-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.main-zone {
  font-size: 15px;
  line-height: 1.8;
  color: var(--theme-label-faded)
}
.main-zone p {
  margin-bottom: 1rem
}
.main-zone strong {
  color: var(--label)
}
.main-zone a:not(.main-btn):not(.mobile-banner-action):not([class*="-button"]) {
  color: var(--ui-main);
  text-decoration: underline
}
.main-zone a:not(.main-btn):not(.mobile-banner-action):not([class*="-button"]):hover {
  color: var(--ui-accent)
}
@media (max-width:768px) {
  .site-main-grid {
    padding: 5rem 15px 30px
  }
  .main-zone {
    font-size: 14px
  }
  .main-application-banner-container,
  .site-main-grid > .main-application-banner-container {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .main-application-banner-mobile img,
  .mobile-banner-area {
    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
}
.feature-panel {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 14px;
  background-color: var(--tile-surface,var(--alt-bg));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s
}
.feature-panel:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,.22)
}
.feature-panel::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
}
.feature-panel 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
}
.main-fcdl-payouts {
  background-image: url(../images/fast-pay.png)
}
.site-cashback {
  background-image: url(../images/cashback.png)
}
.vip-panel {
  background-image: url(../images/vip-level.png)
}
.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
  }
  .feature-panel {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .feature-panel h3 {
    font-size: 12px
  }
}
.region-service {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto
}
.group-service-wrapper {
  flex: 1;
  background: var(--alt-bg);
  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
}
.site-title-support-copy-container {
  font-weight: 700;
  font-size: 16px
}
.group-service-wrapper p {
  color: var(--theme-label-faded);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .region-service {
    flex-direction: column;
    padding: 0 16px
  }
}
.main-application-banner-container {
  margin: 32px auto;
  max-width: 800px
}
.mobile-banner-area {
  display: flex;
  align-items: stretch;
  background: var(--tile-surface,var(--alt-bg));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--border-line);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.mobile-banner-content {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}
.app-banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--border-line);
  background: var(--alt-bg);
  align-self: flex-start
}
.main-mobile-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-caption-headline {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--label);
  letter-spacing: .2px
}
.mobile-banner-tag-rate {
  display: flex;
  gap: 1px
}
.mobile-banner-tag-rate img {
  width: 12px;
  height: 12px
}
.mobile-banner-tag-rate .main-star-half-grid {
  opacity: .85
}
.main-application-banner-tag-verify-area {
  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-grid {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--label);
  font-family: var(--wild-tokyo-typeface-caption);
  margin: 0
}
.main-application-banner-description-row {
  color: var(--theme-label-faded);
  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 .main-btn {
  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
}
.app-promo-banner-image-wrap {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px
}
.main-application-banner-mobile {
  display: none
}
.main-application-banner-mobile img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 12px
}
@media (max-width:768px) {
  .mobile-banner-area {
    flex-direction: column;
    min-height: unset
  }
  .app-banner-image-holder {
    display: none
  }
  .main-application-banner-mobile {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .main-application-banner-mobile img {
    max-width: 320px
  }
  .mobile-banner-content {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .app-banner-name-grid {
    font-size: 20px
  }
  .main-app-promo-banner-btn-shell .main-btn {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.main-btn {
  font-size: 18px;
  font-weight: 700;
  background: var(--ui-main);
  color: var(--text-button,var(--label));
  padding: 10px 56px;
  border-radius: 16px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none
}
.main-btn:hover {
  background: var(--hover-lead,var(--ui-main));
  color: var(--text-button,var(--label))
}
.site-updated-date {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--alt-bg);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--ui-main);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--label);
  max-width: 1240px
}
@media (max-width:768px) {
  .site-updated-date {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-footer-block.colophon-container {
  background: var(--background-page-footer,var(--alt-bg,#060e2a));
  color: var(--theme-text-page-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-footer-block.colophon-container .main-site-footer-upper-group,
.site-footer-block.colophon-container .page-footer-lower {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box
}
.site-footer-block.colophon-container .main-site-footer-upper-group {
  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;
  padding-bottom: 28px
}
.site-footer-block.colophon-container .site-footer-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px
}
.site-footer-block.colophon-container .colophon-logo-group {
  width: 135px;
  height: 34px;
  object-fit: contain;
  object-position: left center
}
.site-footer-block.colophon-container .site-footer-follow-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-footer-block.colophon-container .main-site-footer-socials {
  display: flex;
  gap: 4px
}
.site-footer-block.colophon-container .site-footer-social {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--site-footer-socials-surface,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-footer-block.colophon-container .site-footer-social:hover {
  background: var(--ui-accent,#5a6178)
}
.site-footer-block.colophon-container .site-footer-social img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
.site-footer-block.colophon-container .footer-identity-label-section {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 8px
}
.site-footer-block.colophon-container .site-footer-navbar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 7px
}
.site-footer-block.colophon-container .site-footer-navbar a {
  color: var(--link-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-footer-block.colophon-container .site-footer-navbar a:hover {
  color: var(--theme-text-page-footer,#fff)
}
.site-footer-block.colophon-container .page-footer-support-area {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-footer-block.colophon-container .page-footer-support-area .site-footer-help-center-name {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-footer-block.colophon-container .page-footer-support-area p {
  color: var(--theme-text-page-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-footer-block.colophon-container .footer-mail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-text-page-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-footer-block.colophon-container .footer-mail img {
  width: 18px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-footer-block.colophon-container .footer-banking-band-wrapper {
  background: var(--ui-page-footer-payments-background,#0f0f0f);
  padding: 14px 40px
}
.site-footer-block.colophon-container .page-footer-payment-methods {
  max-width: 1225px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}
.site-footer-block.colophon-container .page-footer-payment-methods img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-footer-block.colophon-container .page-footer-lower {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 24px
}
.site-footer-block.colophon-container .footer-bottom-area-start-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start
}
.site-footer-block.colophon-container .site-footer-licence-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-licence-page-footer,#869dee);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer
}
.site-footer-block.colophon-container .site-footer-licence-wrapper .footer-indicator-wrapper {
  width: 10px;
  height: 10px;
  flex-shrink: 0
}
.site-footer-block.colophon-container .site-footer-license-row {
  display: inline-flex;
  align-items: center;
  gap: 12px
}
.site-footer-block.colophon-container .page-footer-license-pill {
  height: 46px;
  width: auto;
  object-fit: contain
}
.site-footer-block.colophon-container .site-footer-lang-select-section {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--site-footer-socials-surface,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--theme-text-page-footer,#fff);
  font-family: inherit;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  cursor: pointer;
  min-width: 88px;
  justify-content: space-between
}
.site-footer-block.colophon-container .site-footer-lang-select-section img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-footer-block.colophon-container .main-colophon-notice {
  color: var(--theme-text-page-footer,#a2a5af);
  font-size: 12px;
  font-weight: 400;
  line-height: 22.29px;
  margin: 0;
  text-align: right;
  align-self: end
}
@media (max-width:960px) {
  .site-footer-block.colophon-container .main-site-footer-upper-group {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-footer-block.colophon-container .page-footer-payment-methods {
    gap: 24px
  }
  .site-footer-block.colophon-container .page-footer-lower {
    grid-template-columns: 1fr
  }
  .site-footer-block.colophon-container .main-colophon-notice {
    text-align: left
  }
}
@media (max-width:600px) {
  .site-footer-block.colophon-container .main-site-footer-upper-group {
    grid-template-columns: 1fr;
    padding: 24px 20px
  }
  .site-footer-block.colophon-container .colophon-logo-group {
    object-position: center
  }
  .site-footer-block.colophon-container .footer-banking-band-wrapper {
    padding: 12px 20px
  }
  .site-footer-block.colophon-container .page-footer-payment-methods {
    justify-content: center;
    gap: 16px
  }
  .site-footer-block.colophon-container .page-footer-payment-methods img {
    width: 70px;
    height: 35px
  }
  .site-footer-block.colophon-container .page-footer-lower {
    padding: 20px;
    gap: 18px
  }
  .site-footer-block.colophon-container .footer-bottom-area-start-wrapper,
  .site-footer-block.colophon-container .main-site-footer-upper-group,
  .site-footer-block.colophon-container .page-footer-support-area,
  .site-footer-block.colophon-container .site-footer-logo-wrap {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-footer-block.colophon-container .main-site-footer-socials,
  .site-footer-block.colophon-container .page-footer-payment-methods {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-footer-block.colophon-container .site-footer-navbar {
    align-items: center
  }
  .site-footer-block.colophon-container .footer-mail {
    justify-content: center
  }
  .site-footer-block.colophon-container .main-colophon-notice {
    text-align: center
  }
}
.site-footer-block .site-footer-navbar:not(:has(a)) {
  display: none
}
.site-footer-block .footer-nav-legal-group,
.site-footer-block .footer-navigation-main {
  text-align: left
}
.site-footer-block.colophon-container .site-footer-navbar:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-footer-block.colophon-container .main-site-footer-upper-group:has(.footer-navigation-main a):not(:has(.footer-nav-legal-group a)),
  .site-footer-block.colophon-container .main-site-footer-upper-group:not(:has(.footer-navigation-main a)):has(.footer-nav-legal-group a) {
    grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(220px,297px)
  }
  .site-footer-block.colophon-container .main-site-footer-upper-group:not(:has(.site-footer-navbar a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-box {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-content-inner {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-content-inner .site-main-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}
.mobile-banner-area,
.perks-holder {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto
}
.site-footer-block[class] {
  padding-left: var(--theme-side-rail-width,0)
}
.site-footer-block[class] .main-site-footer-upper-group,
.site-footer-block[class] .page-footer-lower {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-footer-block[class] {
    padding-left: 0
  }
}
.button-center {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.button-center .main-btn,
.button-center a.main-btn {
  display: inline-block
}
@media (max-width:768px) {
  .button-center {
    display: block;
    margin: 30px auto
  }
  .main-legal-content-body-section .table-scroll > table,
  .main-zone .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.main-btn.mobile-banner-action {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.faqs-heading,
.perks-holder h2 {
  font-family: var(--wild-tokyo-typeface-caption);
  color: var(--label);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.perks-holder .feature-panel {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.perks-holder .feature-panel h3 {
  margin: 0;
  font-size: 14px
}
.main-zone li {
  padding: .3rem 0;
  line-height: 1.7
}
.main-zone table {
  font-size: .92rem
}
.main-zone table th {
  background: var(--ui-main);
  color: var(--text-button,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.main-zone table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.main-zone table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.site-layout-box > .widget-field.main-sub-grid {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--theme-side-rail-width,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-box > .site-content-inner {
  margin-left: var(--theme-side-rail-width,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-content-inner .site-main-grid {
    padding-left: 20px
  }
  .site-layout-box > .widget-field.main-sub-grid {
    max-width: var(--theme-side-rail-width,80px)
  }
}
@media (max-width:992px) {
  .site-layout-box > .widget-field.main-sub-grid {
    display: none
  }
  .site-layout-box > .site-content-inner {
    margin-left: 0
  }
}
.page-header-surface {
  position: relative;
  z-index: 1
}
.page-header-background-inner {
  position: relative;
  z-index: 2
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both
}
.side-rail-wide-icon-area img {
  width: 64px;
  height: 64px;
  object-fit: contain
}
.side-rail-full-cell img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.side-panel-full .sidebar-core {
  padding-top: 20px!important
}
.selector-wrapper img {
  width: 14px;
  height: 14px;
  object-fit: contain
}
.menu-toggle-cta img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.game-filter-bar-chip-section,
.game-filter-bar-chip-section:hover,
.game-filter-bar-chip-section:visited,
.play-filter-bar-holder a {
  text-decoration: none!important
}
.site-legal-headline {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--label);
  line-height: 1.15;
  letter-spacing: -.02em
}
.main-legal-content-body-section {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--theme-label-faded);
  max-width: 860px
}
.main-legal-content-body-section p {
  margin-bottom: 1.1rem
}
.main-legal-content-body-section strong {
  color: var(--label)
}
.main-legal-content-body-section a {
  color: var(--ui-main);
  text-decoration: underline;
  text-underline-offset: 2px
}
.main-legal-content-body-section a:hover {
  color: var(--hover-lead,var(--ui-accent))
}
.main-legal-content-body-section article em {
  color: var(--theme-label-faded);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.main-img-wrapper {
  max-width: 30%;
  height: auto;
  object-fit: cover
}
.inner-img-left {
  float: left;
  margin: .75rem 1.8rem 1rem 0
}
.site-inner-img-right {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.main-zone h2,
.main-zone h3,
.main-zone table {
  clear: both
}
.main-inner-clear {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .site-legal-headline {
    font-size: 1.6rem
  }
  .main-legal-content-body-section h1 {
    font-size: 1.5rem
  }
  .main-legal-content-body-section h2 {
    font-size: 1.2rem
  }
  .inner-img-left,
  .main-img-wrapper,
  .site-inner-img-right {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    margin: 1rem auto
  }
}
.main-legal-content-body-section h1,
.main-legal-content-body-section h2,
.main-legal-content-body-section h3,
.main-zone h1,
.main-zone h2,
.main-zone h3 {
  font-family: var(--wild-tokyo-typeface-caption);
  color: var(--label);
  text-decoration: none;
  border: none
}
.main-legal-content-body-section h1,
.main-zone h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.main-legal-content-body-section h2,
.main-zone h2 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.main-legal-content-body-section h3,
.main-zone h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.main-legal-content-body-section ul,
.main-zone ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.main-legal-content-body-section ul li,
.main-zone ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.main-legal-content-body-section ul li::before,
.main-zone ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ui-main)
}
.main-legal-content-body-section ol,
.main-zone ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.main-legal-content-body-section ol li,
.main-zone ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.main-legal-content-body-section ol li::before,
.main-zone ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--ui-main);
  font-weight: 600
}
.main-legal-content-body-section table,
.main-zone 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(--border-line,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(--content-text, 'Montserrat', system-ui, sans-serif)
}
.main-legal-content-body-section table thead tr:first-child th:first-child,
.main-zone table thead tr:first-child th:first-child {
  border-top-left-radius: 10px
}
.main-legal-content-body-section table thead tr:first-child th:last-child,
.main-zone table thead tr:first-child th:last-child {
  border-top-right-radius: 10px
}
.main-legal-content-body-section table tbody tr:last-child td:first-child,
.main-zone table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.main-legal-content-body-section table tbody tr:last-child td:last-child,
.main-zone table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.main-legal-content-body-section table thead tr,
.main-zone table thead tr {
  background: var(--alt-bg,rgba(255,255,255,.06))
}
.main-legal-content-body-section table thead th,
.main-zone table thead th {
  font-weight: 700;
  color: var(--label,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--border-line,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.main-legal-content-body-section table thead th:last-child,
.main-zone table thead th:last-child {
  border-right: none
}
.main-legal-content-body-section table tbody tr:nth-child(odd),
.main-zone table tbody tr:nth-child(odd) {
  background: 0 0
}
.main-legal-content-body-section table tbody tr:nth-child(2n),
.main-zone table tbody tr:nth-child(2n) {
  background: var(--alt-bg,rgba(255,255,255,.03))
}
.main-legal-content-body-section table tbody td,
.main-zone table tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--border-line,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--border-line,rgba(255,255,255,.06));
  color: var(--theme-label-faded,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6
}
.main-legal-content-body-section table tbody td:last-child,
.main-zone table tbody td:last-child {
  border-right: none
}
.main-legal-content-body-section table tbody tr:last-child td,
.main-zone table tbody tr:last-child td {
  border-bottom: none
}
.main-questions-section {
  background: var(--alt-bg,rgba(255,255,255,.02));
  border: 1px solid var(--border-line,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 28px 32px 32px;
  margin: 30px auto;
  font-family: Montserrat,system-ui,sans-serif
}
.main-questions-section .faqs-heading {
  color: var(--label,#fff);
  font-family: var(--wild-tokyo-typeface-caption, 'Montserrat', system-ui, sans-serif);
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-top: 4px
}
.main-questions-section .site-questions-card {
  background: var(--tile-surface,rgba(255,255,255,.04));
  border: 1px solid var(--border-line,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 14px;
  color: var(--theme-label-faded,#b1b4bc)
}
.main-questions-section .site-questions-card:last-child {
  margin-bottom: 0
}
.main-questions-section .faqs-question {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--label,#fff);
  margin: 0 0 12px
}
.main-questions-section .site-faqs-reply {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 400;
  font-size: .95rem;
  line-height: 1.6;
  color: var(--theme-label-faded,#b1b4bc)
}
.main-questions-section .site-faqs-reply p {
  margin: 0 0 8px
}
.main-questions-section .site-faqs-reply p:last-child {
  margin-bottom: 0
}
.main-questions-section .site-faqs-reply b,
.main-questions-section .site-faqs-reply strong {
  font-weight: 700;
  color: var(--label,#fff)
}
@media (max-width:600px) {
  .main-legal-content-body-section h1,
  .main-zone h1 {
    font-size: 2rem
  }
  .main-legal-content-body-section h2,
  .main-zone h2 {
    font-size: 1.6rem
  }
  .main-legal-content-body-section h3,
  .main-zone h3 {
    font-size: 1.2rem
  }
  .main-legal-content-body-section table tbody td,
  .main-legal-content-body-section table thead th,
  .main-zone table tbody td,
  .main-zone table thead th {
    padding: 10px 12px;
    font-size: .8rem
  }
  .main-questions-section {
    padding: 24px 20px 28px;
    margin: 24px 12px
  }
  .main-questions-section .faqs-heading {
    font-size: 1.6rem;
    letter-spacing: .3px;
    margin: 0 0 24px;
    padding-top: 4px
  }
  .main-questions-section .site-questions-card {
    padding: 20px 18px;
    margin-bottom: 12px
  }
  .main-questions-section .faqs-question {
    font-size: 1.05rem;
    line-height: 1.35
  }
  .main-questions-section .site-faqs-reply {
    font-size: .9rem
  }
}
.main-zone h2 {
  border: none;
  border-bottom: none
}
.main-legal-content-body-section ol li,
.main-legal-content-body-section ul li,
.main-zone ol li,
.main-zone ul li {
  border-bottom: none
}
.main-zone {
  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),
[data-slot=espana-content-image-1]:not(a):not(button) {
  max-width: 40%!important
}
[data-slot=content-image-2]:not(a):not(button) {
  max-width: 35%!important
}
[data-slot=app-content-image-2]:not(a):not(button) {
  max-width: 25%!important
}
[data-slot=espana-content-image-2]:not(a):not(button) {
  max-width: 30%!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=espana-content-image-1]:not(a):not(button),
  [data-slot=espana-content-image-2]:not(a):not(button) {
    max-width: 100%!important
  }
}
.site-header-surface-name-wrapper {
  color: #fff!important
}
.header-background-deposit,
.header-fill-reward {
  color: #ffe527!important
}
.masthead-background-cta {
  background: #fb982b!important
}