:root {
  --oneplay-fill: #0c0806;
  --theme-tile-background: #14141f;
  --theme-background-alt: #1b1715;
  --theme-lead: #0101ff;
  --theme-primary-hover: #2727ff;
  --secondary-alt: #e06820;
  --oneplay-text-content: #e8e6e3;
  --soft-copy: #9a9a9a;
  --accent-color: #ffb380;
  --promo-cta-grad-top: #0101ff;
  --ui-reward-btn-grad-lower: color-mix(in srgb, #0101ff, #000 20%);
  --border-line: #2a2a3e;
  --theme-gradient-fill: linear-gradient(180deg,  #ff8c42 0%, #e06820 100%);
  --ui-glow: rgba(255,255,255,0.1);
  --strong-shine: rgba(255,255,255,0.2);
  --heading-font: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --content-typeface: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --inset-area: 3.5rem 1.8rem;
  --oneplay-card-spacing: 1.4rem;
  --theme-spacing: 1.2rem;
  --ui-rounding: 3px;
  --card-corner: 6px;
  --glass-fill: #14141f;
  --sheen-outline: #2a2a3e;
  --depth-glass-effect: 0 2px 12px rgba(0, 0, 0, 0.3);
  --button-copy: #fff;
  --theme-masthead-h: 64px;
  --header-background: var(--oneplay-fill);
  --copy-header: var(--oneplay-text-content);
  --page-header-text-content-dim: var(--soft-copy);
  --page-header-pill-background: var(--theme-background-alt);
  --site-header-chip-border-line: var(--border-line);
  --masthead-action-surface: var(--accent-color);
  --page-header-cta-copy: #fff;
  --ui-page-header-reward-bg: #009900;
  --masthead-promo-label: #fff;
  --aside-width: 64px;
  --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-typeface);
  background: var(--oneplay-fill);
  color: var(--oneplay-text-content);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: var(--theme-masthead-h)
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  line-height: 1.15
}
a {
  color: var(--theme-lead);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--theme-primary-hover)
}
@keyframes shimmer {
  0% {
    background-position: 200% center
  }
  100% {
    background-position: -200% center
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-6px)
  }
}
@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 15px var(--ui-glow)
  }
  50% {
    box-shadow: 0 0 28px var(--strong-shine)
  }
}
@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-zone-area.site-secondary-alt-grid {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--aside-width,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-panel-main-area {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.page-footer-brand {
  height: 30px;
  width: auto
}
.page-footer-nav {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.page-footer-nav a {
  font-size: .82rem;
  color: var(--soft-copy);
  text-decoration: none;
  transition: color .2s
}
.page-footer-nav a:hover {
  color: var(--theme-lead);
  text-decoration: underline;
  text-underline-offset: 2px
}
.main-colophon-rule-block {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.colophon-bottom-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --inset-area: 1.8rem 0.8rem;
    --oneplay-card-spacing: 0.9rem;
    --theme-spacing: 0.6rem
  }
  h1 {
    font-size: 1.4rem!important
  }
  h2 {
    font-size: 1.15rem!important
  }
}
@media (max-width:768px) {
  :root {
    --inset-area: 2.5rem 1rem;
    --oneplay-card-spacing: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --inset-area: 3.5rem 1.5rem;
    --oneplay-card-spacing: 1.5rem
  }
}
header {
  background-color: var(--header-background);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--theme-masthead-h);
  z-index: 9999;
  font-family: var(--heading-font);
  font-family: var(--heading-font)
}
.page-header-container {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto
}
.page-header-container a {
  color: var(--copy-header);
  text-decoration: none;
  transition: color .2s
}
.page-header-container a:hover {
  color: unset
}
.page-header-start {
  display: flex;
  align-items: center;
  gap: 32px
}
.site-emblem-container-area {
  display: flex;
  align-items: center
}
.site-emblem-container-area img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block
}
.toggle-holder-grid {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: var(--page-header-pill-background);
  padding: 4px;
  border-radius: 1000px;
  border: 1px solid var(--site-header-chip-border-line)
}
.toggle-holder-grid > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--page-header-text-content-dim);
  border-radius: 1000px;
  transition: background .2s,color .2s
}
.selector-left-side {
  background: var(--theme-lead);
  color: var(--page-header-cta-copy)!important
}
.selector-left-side img {
  filter: brightness(0) invert(1)
}
.page-header-menu-list-wrapper-grid {
  display: flex;
  align-items: center;
  height: 100%
}
.header-navigation {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 28px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  height: 100%
}
.header-navigation li {
  display: flex;
  align-items: center;
  height: 100%
}
.header-navigation a {
  color: var(--copy-header);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative
}
.header-navigation a:hover {
  color: var(--theme-lead)
}
.header-navigation a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--theme-lead)
}
.page-header-end {
  display: flex;
  align-items: center;
  gap: 12px
}
.missions-action-row {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  background: var(--masthead-action-surface);
  color: var(--page-header-cta-copy);
  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-row:hover {
  filter: brightness(1.1)
}
.missions-action-row:active {
  transform: translateY(1px)
}
.missions-action-row img {
  width: 18px;
  height: 18px
}
.site-missions-heading {
  letter-spacing: .2px
}
.site-header-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: background .2s
}
.site-header-search:hover {
  background: var(--page-header-pill-background)
}
.site-header-search img {
  opacity: .75
}
.topbar-button-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700
}
.topbar-button-buttons a {
  padding: 9px 18px;
  border-radius: 1000px;
  line-height: 1;
  letter-spacing: .2px;
  transition: filter .2s,background .2s,transform .15s
}
.sign-in-action-area {
  border: 1px solid var(--site-header-chip-border-line);
  color: var(--copy-header);
  background: 0 0
}
.sign-in-action-area:hover {
  background: var(--page-header-pill-background)
}
.register-button-holder {
  position: relative
}
.join-btn {
  background: var(--theme-lead);
  border: 1px solid var(--theme-lead);
  color: var(--button-copy,#fff);
  box-shadow: 0 2px 10px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.2)
}
.join-btn:hover {
  filter: brightness(1.1)
}
.join-btn:active {
  transform: translateY(1px)
}
.signup-reward {
  position: absolute;
  top: -13px;
  right: 2px;
  background-color: var(--ui-page-header-reward-bg);
  color: var(--masthead-promo-label);
  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
}
.hamburger-button {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.hamburger-button img {
  filter: invert(1)
}
.offcanvas-row {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--header-background);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-row.open {
  left: 0
}
.offcanvas-close-inner {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--copy-header);
  cursor: pointer
}
.offcanvas-masthead {
  display: flex;
  justify-content: flex-end
}
.site-offcanvas-content-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.site-offcanvas-content-body .header-navigation {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.site-offcanvas-content-body .header-navigation a {
  font-size: 16px;
  padding: 12px 0;
  display: block;
  height: auto
}
.offcanvas-backdrop-block {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.offcanvas-backdrop-block.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .page-header-menu-list-wrapper-grid,
  .toggle-holder-grid {
    display: none
  }
  .offcanvas-row .page-header-menu-list-wrapper-grid,
  .offcanvas-row .toggle-holder-grid {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-row .header-navigation {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    gap: 15px
  }
  .offcanvas-row .toggle-holder-grid {
    font-size: 12px
  }
}
@media (min-width:1125px) {
  .hamburger-button,
  .offcanvas-backdrop-block,
  .offcanvas-row {
    display: none
  }
}
@media (max-width:768px) {
  .missions-action-row,
  .site-header-search {
    display: none
  }
  .page-header-container {
    padding: 0 12px
  }
  .page-header-start {
    gap: 8px
  }
  .page-header-end {
    gap: 6px;
    flex-shrink: 0
  }
  .site-emblem-container-area {
    max-width: 130px;
    min-width: 0;
    flex-shrink: 1
  }
  .site-emblem-container-area img {
    max-height: 38px;
    object-fit: contain;
    width: auto;
    max-width: 100%
  }
  .hamburger-button img {
    width: 20px;
    height: 20px
  }
  .topbar-button-buttons {
    gap: 6px
  }
  .topbar-button-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
  }
}
.toggle-holder-grid > a {
  text-decoration: none;
  color: inherit;
  cursor: pointer
}
#secondary {
  width: 64px;
  min-width: 64px;
  background: var(--theme-background-alt);
  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
}
.main-side-rail-icon-mark-unit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 6px;
  transition: background .2s
}
.main-side-rail-icon-mark-unit:hover {
  background: var(--theme-tile-background)
}
.main-side-rail-icon-mark-unit img {
  opacity: .7;
  transition: opacity .2s
}
.main-side-rail-icon-mark-unit:hover img {
  opacity: 1
}
.main-side-panel-hr {
  border: 0;
  height: 1px;
  background: rgba(128,128,128,.18);
  width: 80%;
  margin: 4px auto
}
.page-header-surface,
.page-header-surface *,
.site-header-background-lower,
.site-header-background-lower * {
  font-family: var(--heading-font)!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-bg-main {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.page-header-bg-main br {
  display: none
}
.site-header-background-name {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--accent-color)
}
.page-header-surface-deposit {
  font-size: 105px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--oneplay-text-content)
}
.masthead-fill-reward-box {
  font-size: 24px;
  font-weight: 600;
  color: var(--oneplay-text-content);
  margin-bottom: 20px
}
.topbar-bg-btn {
  background: var(--theme-lead);
  color: var(--button-copy,#fff);
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700
}
.topbar-bg-btn:hover {
  background: var(--theme-primary-hover);
  transform: translateY(-2px)
}
.header-bg-btn-content {
  display: flex;
  flex-direction: column;
  align-items: center
}
.site-header-background-lower {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--theme-background-alt);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.site-header-background-lower::after,
.site-header-background-lower::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.site-header-background-lower::before {
  left: 0;
  background: linear-gradient(to right,var(--oneplay-fill),transparent)
}
.site-header-background-lower::after {
  right: 0;
  background: linear-gradient(to left,var(--oneplay-fill),transparent)
}
.site-header-background-lower p {
  display: none
}
.page-header-surface-bottom-inner {
  text-align: center;
  margin: 0 26px
}
.page-header-surface-bottom-inner .site-small-content-body {
  font-size: 9px;
  color: var(--soft-copy);
  font-weight: 600
}
.page-header-surface-bottom-inner .site-big-content-body {
  font-size: 17px;
  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-bg-main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -93px;
    padding: 0 16px;
    gap: 4px
  }
  .page-header-bg-main > a {
    display: block;
    width: 100%
  }
  .site-header-background-name {
    font-size: 13px;
    margin-bottom: 4px
  }
  .page-header-surface-deposit {
    font-size: 42px;
    line-height: 1.1
  }
  .masthead-fill-reward-box {
    font-size: 15px;
    margin-bottom: 16px
  }
  .topbar-bg-btn {
    padding: 19px 32px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,.35)
  }
  .site-topbar-surface-btn-primary {
    font-size: 20px
  }
  .page-header-fill-button-description-inner {
    font-size: 11px
  }
  .site-header-background-lower {
    background: var(--theme-background-alt);
    gap: 10px;
    padding: 8px 15px
  }
  .site-big-content-body {
    font-size: 14px
  }
}
.page-header-bg-main > a {
  display: inline-block;
  width: auto
}
.topbar-bg-btn {
  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
}
.site-topbar-surface-btn-primary {
  font-size: 18px!important;
  font-weight: 700;
  line-height: 1.6
}
.page-header-fill-button-description-inner {
  opacity: .8;
  text-transform: none;
  line-height: 1.6;
  font-weight: 500;
  font-size: 10px!important
}
.pay-methods-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  padding: 20px 24px;
  margin: 24px auto;
  max-width: 1100px;
  background: 0 0
}
.pay-methods-container img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.pay-methods-container img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .pay-methods-container {
    gap: 14px 20px;
    padding: 16px
  }
  .pay-methods-container img {
    width: 56px;
    height: 44px
  }
}
.main-site {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.content-body-zone {
  font-size: 15px;
  line-height: 1.8;
  color: var(--soft-copy)
}
.content-body-zone p {
  margin-bottom: 1rem
}
.content-body-zone strong {
  color: var(--oneplay-text-content)
}
.content-body-zone a:not(.primary-btn):not(.main-app-banner-button):not([class*="-button"]) {
  color: var(--theme-lead);
  text-decoration: underline
}
.content-body-zone a:not(.primary-btn):not(.main-app-banner-button):not([class*="-button"]):hover {
  color: var(--accent-color)
}
@media (max-width:768px) {
  .main-site {
    padding: 5rem 15px 30px
  }
  .content-body-zone {
    font-size: 14px
  }
  .application-banner-shell,
  .main-site > .application-banner-shell {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .app-promo-banner-mobile-section img,
  .site-app-banner {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.features-holder {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
  padding: 30px 0;
  margin: 0 auto
}
.main-perk-tile {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 14px;
  background-color: var(--theme-tile-background,var(--theme-background-alt));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s
}
.main-perk-tile:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,.22)
}
.main-perk-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.55) 100%);
  pointer-events: none
}
.main-perk-tile h3 {
  font-size: 13px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0;
  letter-spacing: .2px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
  text-align: left;
  width: auto
}
.fcdl-payouts-holder {
  background-image: url(../images/fast-pay.png)
}
.cashback-inner {
  background-image: url(../images/cashback.png)
}
.vip-panel {
  background-image: url(../images/vip-level.png)
}
.main-slots {
  background-image: url(../images/games.png)
}
.missions-wrap {
  background-image: url(../images/feature-missions.png)
}
@media (max-width:1024px) {
  .features-holder {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .features-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
  }
  .features-holder::-webkit-scrollbar {
    height: 4px
  }
  .features-holder::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 2px
  }
  .main-perk-tile {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .main-perk-tile h3 {
    font-size: 12px
  }
}
.section-service {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto
}
.section-help {
  flex: 1;
  background: var(--theme-background-alt);
  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
}
.heading-support-copy-row {
  font-weight: 700;
  font-size: 16px
}
.section-help p {
  color: var(--soft-copy);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .section-service {
    flex-direction: column;
    padding: 0 16px
  }
}
.application-banner-shell {
  margin: 32px auto;
  max-width: 800px
}
.site-app-banner {
  display: flex;
  align-items: stretch;
  background: var(--theme-tile-background,var(--theme-background-alt));
  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)
}
.app-promo-banner-content-body {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}
.application-banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--border-line);
  background: var(--theme-background-alt);
  align-self: flex-start
}
.application-banner-label-image-panel {
  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-caption-heading {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--oneplay-text-content);
  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 {
  opacity: .85
}
.app-promo-banner-caption-verify {
  background: #069815;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: .3px;
  align-self: center;
  white-space: nowrap
}
.app-banner-headline {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--oneplay-text-content);
  font-family: var(--heading-font);
  margin: 0
}
.site-application-banner-description {
  color: var(--soft-copy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.app-banner-action-container {
  margin-top: 4px
}
.app-banner-action-container .primary-btn {
  margin: 0;
  display: inline-block
}
.application-banner-image-container {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.app-promo-banner-image-area {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px
}
.app-promo-banner-mobile-section {
  display: none
}
.app-promo-banner-mobile-section img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 12px
}
@media (max-width:768px) {
  .site-app-banner {
    flex-direction: column;
    min-height: unset
  }
  .application-banner-image-container {
    display: none
  }
  .app-promo-banner-mobile-section {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .app-promo-banner-mobile-section img {
    max-width: 320px
  }
  .app-promo-banner-content-body {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .app-banner-headline {
    font-size: 20px
  }
  .app-banner-action-container .primary-btn {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.primary-btn {
  font-size: 18px;
  font-weight: 700;
  background: var(--theme-lead);
  color: var(--button-copy,#fff);
  padding: 10px 56px;
  border-radius: 30px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none;
  transition: filter .2s
}
.primary-btn:hover {
  filter: brightness(1.15);
  color: var(--button-copy,#fff)
}
.updated-date-wrap {
  background: var(--theme-background-alt);
  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(--oneplay-text-content);
  max-width: 1240px
}
@media (max-width:768px) {
  .updated-date-wrap {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-colophon-wrap.page-footer-box {
  background: var(--ui-colophon-bg,var(--theme-background-alt,#060e2a));
  color: var(--text-content-site-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-colophon-wrap.page-footer-box .colophon-bottom-area,
.site-colophon-wrap.page-footer-box .site-colophon-banner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 40px;
  box-sizing: border-box
}
.site-colophon-wrap.page-footer-box .site-colophon-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 0 24px
}
.site-colophon-wrap.page-footer-box .page-footer-brand {
  height: 60px;
  width: auto;
  max-width: 341px;
  object-fit: contain
}
.site-colophon-wrap.page-footer-box .footer-banking-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap
}
.site-colophon-wrap.page-footer-box .footer-banking-holder img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-colophon-wrap.page-footer-box .main-colophon-rule-block {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-colophon-wrap.page-footer-box .colophon-bottom-area {
  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: 36px
}
.site-colophon-wrap.page-footer-box .page-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px
}
.site-colophon-wrap.page-footer-box .page-footer-nav a {
  color: var(--page-footer-link,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-colophon-wrap.page-footer-box .page-footer-nav a:hover {
  color: var(--text-content-site-footer,#fff)
}
.site-colophon-wrap.page-footer-box .page-footer-assist {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-colophon-wrap.page-footer-box .page-footer-assist .footer-assist-name {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-colophon-wrap.page-footer-box .page-footer-assist p {
  color: var(--text-content-site-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-colophon-wrap.page-footer-box .footer-mail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-content-site-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-colophon-wrap.page-footer-box .footer-mail img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-colophon-wrap.page-footer-box .main-colophon-side-holder {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end
}
.site-colophon-wrap.page-footer-box .site-footer-lang-select {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--page-footer-socials-surface,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--text-content-site-footer,#fff);
  font-family: inherit;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  cursor: pointer;
  min-width: 88px;
  justify-content: space-between
}
.site-colophon-wrap.page-footer-box .site-footer-lang-select img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-colophon-wrap.page-footer-box .colophon-follow-caption {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-colophon-wrap.page-footer-box .site-footer-socials-panel {
  display: flex;
  gap: 4px
}
.site-colophon-wrap.page-footer-box .page-footer-social-links {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--page-footer-socials-surface,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-colophon-wrap.page-footer-box .page-footer-social-links:hover {
  background: var(--accent-color,#5a6178)
}
.site-colophon-wrap.page-footer-box .page-footer-social-links img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
@media (max-width:960px) {
  .site-colophon-wrap.page-footer-box .colophon-bottom-area {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-colophon-wrap.page-footer-box .footer-banking-holder {
    gap: 24px
  }
  .site-colophon-wrap.page-footer-box .main-colophon-side-holder {
    align-items: flex-start
  }
}
@media (max-width:600px) {
  .site-colophon-wrap.page-footer-box .colophon-bottom-area {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 24px
  }
  .site-colophon-wrap.page-footer-box .site-colophon-banner {
    padding: 20px
  }
  .site-colophon-wrap.page-footer-box .footer-banking-holder img {
    width: 70px;
    height: 35px
  }
  .site-colophon-wrap.page-footer-box .main-colophon-rule-block {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-colophon-wrap.page-footer-box .colophon-bottom-area,
  .site-colophon-wrap.page-footer-box .main-colophon-side-holder,
  .site-colophon-wrap.page-footer-box .page-footer-assist {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-colophon-wrap.page-footer-box .footer-banking-holder,
  .site-colophon-wrap.page-footer-box .site-footer-socials-panel {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-colophon-wrap.page-footer-box .page-footer-nav {
    align-items: center
  }
  .site-colophon-wrap.page-footer-box .footer-mail {
    justify-content: center
  }
}
.site-colophon-wrap .page-footer-nav:not(:has(a)) {
  display: none
}
.site-colophon-wrap .colophon-navigation-accent-primary-section,
.site-colophon-wrap .site-footer-navigation-legal-area {
  text-align: left
}
.site-colophon-wrap.page-footer-box .page-footer-nav:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-colophon-wrap.page-footer-box .colophon-bottom-area:has(.colophon-navigation-accent-primary-section a):not(:has(.site-footer-navigation-legal-area a)),
  .site-colophon-wrap.page-footer-box .colophon-bottom-area:not(:has(.colophon-navigation-accent-primary-section a)):has(.site-footer-navigation-legal-area a) {
    grid-template-columns: minmax(120px,1fr) minmax(220px,1.4fr) minmax(180px,1fr)
  }
  .site-colophon-wrap.page-footer-box .colophon-bottom-area:not(:has(.page-footer-nav a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-wrapper {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-inner-row {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-inner-row .main-site {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}
.features-holder,
.site-app-banner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto
}
.site-colophon-wrap[class] {
  padding-left: var(--aside-width,0)
}
.site-colophon-wrap[class] .colophon-bottom-area {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-colophon-wrap[class] {
    padding-left: 0
  }
}
.site-call-to-action-center-grid {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.site-call-to-action-center-grid .primary-btn,
.site-call-to-action-center-grid a.primary-btn {
  display: inline-block
}
@media (max-width:768px) {
  .site-call-to-action-center-grid {
    display: block;
    margin: 30px auto
  }
  .content-body-zone .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.primary-btn.main-app-banner-button {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.features-holder h2,
.questions-caption-grid {
  font-family: var(--heading-font);
  color: var(--oneplay-text-content);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.features-holder .main-perk-tile {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.features-holder .main-perk-tile h3 {
  margin: 0;
  font-size: 14px
}
.content-body-zone li {
  padding: .3rem 0;
  line-height: 1.7
}
.content-body-zone table {
  font-size: .92rem
}
.content-body-zone table th {
  background: var(--theme-lead);
  color: var(--button-copy,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.content-body-zone table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.content-body-zone table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.site-layout-wrapper > .widget-zone-area.site-secondary-alt-grid {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--aside-width,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-wrapper > .site-inner-row {
  margin-left: var(--aside-width,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-inner-row .main-site {
    padding-left: 20px
  }
  .site-layout-wrapper > .widget-zone-area.site-secondary-alt-grid {
    max-width: var(--aside-width,80px)
  }
}
@media (max-width:992px) {
  .site-layout-wrapper > .widget-zone-area.site-secondary-alt-grid {
    display: none
  }
  .site-layout-wrapper > .site-inner-row {
    margin-left: 0
  }
}
.page-header-surface {
  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-side-rail-icon-mark-unit img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.main-side-rail-icon-mark-unit.sidebar-icon-lg-box img {
  object-fit: contain;
  opacity: 1;
  width: 48px;
  height: 48px
}
.toggle-holder-grid img {
  width: 14px;
  height: 14px;
  object-fit: contain
}
.site-header-search img {
  width: 18px;
  height: 18px;
  object-fit: contain
}
.signup-reward img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.hamburger-button img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.legal-headline-box {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--oneplay-text-content);
  line-height: 1.15;
  letter-spacing: -.02em
}
img {
  max-width: 100%;
  height: auto
}
.main-img-wrapper {
  max-width: 30%;
  height: auto;
  object-fit: cover
}
.content-body-img-left-side-grid {
  float: left;
  margin: .75rem 1.8rem 1rem 0
}
.main-img-end {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.content-body-zone h2,
.content-body-zone h3,
.content-body-zone table {
  clear: both
}
.main-clear {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-headline-box {
    font-size: 1.6rem
  }
  .content-body-img-left-side-grid,
  .main-img-end,
  .main-img-wrapper {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    margin: 1rem auto
  }
}
.content-body-zone h1,
.content-body-zone h2,
.content-body-zone h3 {
  font-family: var(--heading-font);
  color: var(--oneplay-text-content);
  text-decoration: none;
  border: none
}
.content-body-zone h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.content-body-zone h2 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.content-body-zone h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.content-body-zone ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.content-body-zone ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.content-body-zone ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--theme-lead)
}
.content-body-zone ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.content-body-zone ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.content-body-zone ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--theme-lead);
  font-weight: 600
}
.content-body-zone table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--theme-tile-background,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(--soft-copy,#c9ccd6);
  font-family: var(--content-typeface, 'Montserrat', system-ui, sans-serif)
}
.content-body-zone table thead tr:first-child th:first-child {
  border-top-left-radius: 10px
}
.content-body-zone table thead tr:first-child th:last-child {
  border-top-right-radius: 10px
}
.content-body-zone table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.content-body-zone table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.content-body-zone table thead tr {
  background: var(--theme-background-alt,rgba(255,255,255,.06))
}
.content-body-zone table thead th {
  font-weight: 700;
  color: var(--oneplay-text-content,#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
}
.content-body-zone table thead th:last-child {
  border-right: none
}
.content-body-zone table tbody tr:nth-child(odd) {
  background: 0 0
}
.content-body-zone table tbody tr:nth-child(2n) {
  background: var(--theme-background-alt,rgba(255,255,255,.03))
}
.content-body-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(--soft-copy,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6
}
.content-body-zone table tbody td:last-child {
  border-right: none
}
.content-body-zone table tbody tr:last-child td {
  border-bottom: none
}
.questions-unit-row {
  background: var(--theme-background-alt,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
}
.questions-unit-row .questions-caption-grid {
  color: var(--oneplay-text-content,#fff);
  font-family: var(--heading-font, '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
}
.questions-unit-row .faqs-card-box {
  background: var(--theme-tile-background,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(--soft-copy,#b1b4bc)
}
.questions-unit-row .faqs-card-box:last-child {
  margin-bottom: 0
}
.questions-unit-row .main-questions-question {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--oneplay-text-content,#fff);
  margin: 0 0 12px
}
.questions-unit-row .faqs-reply {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 400;
  font-size: .95rem;
  line-height: 1.6;
  color: var(--soft-copy,#b1b4bc)
}
.questions-unit-row .faqs-reply p {
  margin: 0 0 8px
}
.questions-unit-row .faqs-reply p:last-child {
  margin-bottom: 0
}
.questions-unit-row .faqs-reply b,
.questions-unit-row .faqs-reply strong {
  font-weight: 700;
  color: var(--oneplay-text-content,#fff)
}
@media (max-width:600px) {
  .content-body-zone h1 {
    font-size: 2rem
  }
  .content-body-zone h2 {
    font-size: 1.6rem
  }
  .content-body-zone h3 {
    font-size: 1.2rem
  }
  .content-body-zone table tbody td,
  .content-body-zone table thead th {
    padding: 10px 12px;
    font-size: .8rem
  }
  .questions-unit-row {
    padding: 24px 20px 28px;
    margin: 24px 12px
  }
  .questions-unit-row .questions-caption-grid {
    font-size: 1.6rem;
    letter-spacing: .3px;
    margin: 0 0 24px;
    padding-top: 4px
  }
  .questions-unit-row .faqs-card-box {
    padding: 20px 18px;
    margin-bottom: 12px
  }
  .questions-unit-row .main-questions-question {
    font-size: 1.05rem;
    line-height: 1.35
  }
  .questions-unit-row .faqs-reply {
    font-size: .9rem
  }
}
.content-body-zone h2 {
  border: none;
  border-bottom: none
}
.content-body-zone ol li,
.content-body-zone ul li {
  border-bottom: none
}
.content-body-zone {
  max-width: 1200px;
  margin: 0 auto
}
[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=app-content-image-2]:not(a):not(button) {
  max-width: 20%!important
}
@media (max-width:768px) {
  [data-slot=app-content-image-2]:not(a):not(button),
  [data-slot=content-image-1]:not(a):not(button),
  [data-slot=espana-content-image-1]:not(a):not(button) {
    max-width: 100%!important
  }
}
.site-header-background-name {
  color: #fff9f9!important
}
.masthead-fill-reward-box,
.page-header-surface-deposit {
  color: #fce53f!important
}
.topbar-bg-btn {
  background: #0101ff!important
}