:root {
  --neospin-bg: #080808;
  --tile-background: #0e0e0e;
  --alt-bg: #394035;
  --neospin-primary: #3cb011;
  --neospin-hover-accent-primary: #62d637;
  --theme-secondary: #4b6c4f;
  --neospin-copy: #e8e6e3;
  --text-subtle: #9ab894;
  --ui-emphasis: #35c071;
  --ui-reward-button-grad-upper: #3cb011;
  --bonus-button-grad-lower: color-mix(in srgb, #3cb011, #000 20%);
  --edge: #1e1e1e;
  --blend: linear-gradient(315deg,  #3cb011 0%, #4b6c4f 100%);
  --shine: rgba(255,255,255,0.1);
  --halo-heavy: rgba(255,255,255,0.2);
  --headline-text: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --ui-font-body: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --inset-area: 2.5rem 1.2rem;
  --panel-inset: 1rem;
  --ui-gutter: 0.8rem;
  --ui-corner: 3px;
  --radius-card-box: 6px;
  --sheen-background: #0e0e0e;
  --outline-frosted: #1e1e1e;
  --theme-glass-shade: 0 2px 12px rgba(0, 0, 0, 0.3);
  --theme-text-btn: #fff;
  --width-aside: 64px;
  --ui-label-accent: #fff
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%
}
body {
  font-family: var(--ui-font-body);
  background: var(--neospin-bg);
  color: var(--neospin-copy);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 64px
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headline-text);
  line-height: 1.15
}
a {
  color: var(--neospin-primary);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--neospin-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(--shine)
  }
  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
  }
}
.site-widget-area.site-secondary-alt-grid {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--width-aside,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-panel-main-area {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.site-footer-brand-grid {
  height: 30px;
  width: auto
}
.page-footer-nav {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.page-footer-nav a {
  font-size: .82rem;
  color: var(--text-subtle);
  text-decoration: none;
  transition: color .2s
}
.page-footer-nav a:hover {
  color: var(--neospin-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.site-footer-separator-panel {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.page-footer-bottom-box {
  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;
    --panel-inset: 0.9rem;
    --ui-gutter: 0.6rem
  }
  h1 {
    font-size: 1.4rem!important
  }
  h2 {
    font-size: 1.15rem!important
  }
}
@media (max-width:768px) {
  :root {
    --inset-area: 2.5rem 1rem;
    --panel-inset: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --inset-area: 3.5rem 1.5rem;
    --panel-inset: 1.5rem
  }
}
header {
  background-color: var(--neospin-bg);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--headline-text)
}
.page-header-shell-section {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center
}
.page-header-shell-section a {
  color: var(--neospin-copy);
  text-decoration: none
}
.page-header-shell-section a:hover {
  color: unset
}
.site-page-header-left-side {
  display: flex;
  align-items: center;
  gap: 40px
}
.site-logo-wrapper img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block
}
.topbar-navigation {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600
}
.topbar-navigation a {
  color: var(--text-subtle)
}
.topbar-navigation a:hover {
  color: var(--neospin-copy)
}
.page-header-right-row {
  display: flex;
  align-items: center;
  gap: 15px
}
.missions-cta {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  background: var(--ui-emphasis);
  color: var(--ui-label-accent,#fff);
  padding: 2px 8px;
  border-radius: 8px;
  box-shadow: 0 0 16px var(--shine)
}
.missions-cta img {
  width: 18px;
  height: 18px
}
.page-header-cta-buttons-box {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700
}
.page-header-cta-buttons-box a {
  padding: 10px 12px;
  border-radius: 1000px;
  line-height: normal
}
.sign-in-cta-grid {
  border: 1px solid var(--edge);
  color: var(--neospin-copy)
}
.sign-in-cta-grid:hover {
  background-color: var(--alt-bg)
}
.signup-action-shell {
  position: relative
}
.join-button {
  background: var(--neospin-primary);
  border: 1px solid var(--neospin-primary);
  color: var(--theme-text-btn,#fff)
}
.join-button:hover {
  filter: brightness(1.15)
}
.join-offer-inner {
  position: absolute;
  top: -12px;
  right: -10px;
  background-color: var(--ui-emphasis);
  color: #000;
  border-radius: 15px;
  font-size: 8px;
  font-weight: 700;
  padding: 1px 2px;
  display: flex;
  align-items: center;
  gap: 2px
}
.burger-button-panel {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.burger-button-panel img {
  filter: invert(1)
}
.offcanvas-inner {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--neospin-bg);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-inner.open {
  left: 0
}
.main-offcanvas-close {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--neospin-copy);
  cursor: pointer
}
.main-offcanvas-close:hover {
  background: 0 0
}
.offcanvas-site-header-container {
  display: flex;
  justify-content: flex-end
}
.offcanvas-content-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-content-body .topbar-navigation {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-content-body .topbar-navigation a {
  font-size: 16px;
  padding: 12px 0;
  display: block
}
.offcanvas-backdrop-inner {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.offcanvas-backdrop-inner.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .topbar-nav-shell-holder {
    display: none
  }
  .offcanvas-inner .topbar-nav-shell-holder {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-inner .topbar-navigation {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
}
@media (min-width:1125px) {
  .burger-button-panel,
  .offcanvas-backdrop-inner,
  .offcanvas-inner {
    display: none
  }
}
@media (max-width:768px) {
  .missions-cta,
  .page-header-search {
    display: none
  }
  .page-header-shell-section {
    padding: 0 20px
  }
  .site-page-header-left-side {
    gap: 10px
  }
  .page-header-right-row {
    flex-shrink: 0
  }
  .site-logo-wrapper {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .site-logo-wrapper img {
    max-width: 100%
  }
}
#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
}
.site-aside-icon-mark-entry-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 6px;
  transition: background .2s
}
.site-aside-icon-mark-entry-block:hover {
  background: var(--tile-background)
}
.site-aside-icon-mark-entry-block img {
  opacity: .7;
  transition: opacity .2s
}
.site-aside-icon-mark-entry-block:hover img {
  opacity: 1
}
.side-panel-hr {
  border: 0;
  height: 1px;
  background: rgba(128,128,128,.18);
  width: 80%;
  margin: 4px auto
}
.masthead-background-block,
.masthead-background-block *,
.page-header-surface-bottom,
.page-header-surface-bottom * {
  font-family: var(--headline-text)!important
}
.masthead-background-block {
  background: url(../images/header-bg.png?v=b7bf8aa6) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.masthead-surface-inner-grid {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.masthead-surface-inner-grid br {
  display: none
}
.masthead-surface-inner-grid > a {
  display: inline-block;
  width: auto
}
.page-header-bg-name-wrapper {
  text-transform: uppercase;
  font-size: 36px!important;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--ui-emphasis);
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.site-topbar-fill-deposit {
  font-size: 126px!important;
  font-weight: 900!important;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--neospin-copy);
  filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1))
}
.page-header-surface-reward-section {
  font-size: 28.8px!important;
  font-weight: 900;
  color: var(--neospin-copy);
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000,0 0 15px #000;
  margin-bottom: 20px
}
.page-header-bg-button {
  background: var(--neospin-primary);
  color: var(--theme-text-btn,#fff);
  border: none;
  cursor: pointer;
  padding: 9px 58px!important;
  border-radius: 1000px!important;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  width: auto!important;
  box-shadow: none;
  transition: .5s
}
.page-header-bg-button:hover {
  background: var(--neospin-hover-accent-primary);
  transform: translateY(-2px)
}
.header-bg-btn-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0
}
.header-bg-button-core {
  font-size: 24px!important;
  font-weight: 700;
  line-height: 1.6
}
.main-header-background-action-description {
  font-size: 13px!important;
  font-weight: 500;
  opacity: .8;
  text-transform: none;
  line-height: 1.6
}
.page-header-surface-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--alt-bg);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.page-header-surface-bottom::after,
.page-header-surface-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.page-header-surface-bottom::before {
  left: 0;
  background: linear-gradient(to right,var(--neospin-bg),transparent)
}
.page-header-surface-bottom::after {
  right: 0;
  background: linear-gradient(to left,var(--neospin-bg),transparent)
}
.page-header-surface-bottom p {
  display: none
}
.site-header-background-bottom-content-body-inner {
  text-align: center;
  margin: 0 26px
}
.site-header-background-bottom-content-body-inner .small-content-body {
  font-size: 10px;
  color: var(--text-subtle);
  font-weight: 700
}
.site-header-background-bottom-content-body-inner .site-big-inner-wrapper {
  font-size: 18px;
  font-weight: 800;
  color: #fff
}
@media (min-width:769px) {
  .masthead-surface-inner-grid {
    padding-top: calc(12% - 21px)!important;
    padding-bottom: 29px!important
  }
}
@media (max-width:768px) {
  .masthead-background-block {
    background-image: url(../images/header-bg-mobile.png?v=aee81589);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    max-width: none;
    border-radius: 0;
    overflow: visible;
    position: relative;
    --banner-drop: 144px;
    margin-bottom: calc(var(--banner-drop) + 16px)
  }
  .masthead-background-block .masthead-surface-inner-grid {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--banner-drop) * -1);
    padding: 0 16px;
    gap: 4px
  }
  .page-header-bg-name-wrapper {
    font-size: 20px!important;
    margin-bottom: 4px
  }
  .site-topbar-fill-deposit {
    font-size: 66px!important;
    line-height: 1.1
  }
  .page-header-surface-reward-section {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .page-header-bg-button {
    box-sizing: border-box
  }
  .page-header-surface-bottom {
    background: var(--alt-bg);
    gap: 10px;
    padding: 8px 15px
  }
  .site-big-inner-wrapper {
    font-size: 14px
  }
}
.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
  }
}
.site-main-area {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.content-region-wrapper {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-subtle)
}
.content-region-wrapper p {
  margin-bottom: 1rem
}
.content-region-wrapper strong {
  color: var(--neospin-copy)
}
.content-region-wrapper a:not(.accent-primary-action):not(.app-promo-banner-cta):not([class*="-button"]) {
  color: var(--neospin-primary);
  text-decoration: underline
}
.content-region-wrapper a:not(.accent-primary-action):not(.app-promo-banner-cta):not([class*="-button"]):hover {
  color: var(--ui-emphasis)
}
@media (max-width:768px) {
  .site-main-area {
    padding: 5rem 15px 30px
  }
  .content-region-wrapper {
    font-size: 14px
  }
  .site-app-banner-shell-inner,
  .site-main-area > .site-app-banner-shell-inner {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .app-banner-group,
  .application-banner-mobile img {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.features-wrapper {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
  padding: 30px 0;
  margin: 0 auto
}
.benefit-card-box {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 14px;
  background-color: var(--tile-background,var(--alt-bg));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s
}
.benefit-card-box:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,.22)
}
.benefit-card-box::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
}
.features-wrapper .benefit-card-box h3 {
  text-transform: none;
  border: none;
  padding: 0;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #fff;
  letter-spacing: .2px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
  text-align: left;
  width: auto
}
.fcdl-payouts-section {
  background-image: url(../images/fast-pay.png?v=7710e643)
}
.cashback-grid {
  background-image: url(../images/cashback.png?v=bd76098e)
}
.vip-group {
  background-image: url(../images/vip-level.png?v=4bff1963)
}
.play {
  background-image: url(../images/games.png?v=78ad393f)
}
.site-missions {
  background-image: url(../images/feature-missions.png?v=280dffa4)
}
@media (max-width:1024px) {
  .features-wrapper {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .features-wrapper {
    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-wrapper::-webkit-scrollbar {
    height: 4px
  }
  .features-wrapper::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 2px
  }
  .benefit-card-box {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .features-wrapper .benefit-card-box h3 {
    font-size: 12px
  }
}
.area-care {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto
}
.unit-care {
  flex: 1;
  background: var(--alt-bg);
  border-radius: 8px;
  padding: 18px;
  max-width: 320px
}
.name-care {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}
.name-care img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.main-heading-help-text-content {
  font-weight: 700;
  font-size: 16px
}
.unit-care p {
  color: var(--text-subtle);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .area-care {
    flex-direction: column;
    padding: 0 16px
  }
}
.site-app-banner-shell-inner {
  margin: 32px auto;
  max-width: 800px
}
.app-banner-group {
  display: flex;
  align-items: stretch;
  background: var(--tile-background,var(--alt-bg));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--edge);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.application-banner-content-body {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}
.mobile-banner-text-grid {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--edge);
  background: var(--alt-bg);
  align-self: flex-start
}
.application-banner-caption-image-group {
  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
}
.mobile-banner-text-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--neospin-copy);
  letter-spacing: .2px
}
.mobile-banner-tag-rate {
  display: flex;
  gap: 1px
}
.mobile-banner-tag-rate img {
  width: 12px;
  height: 12px
}
.mobile-banner-tag-rate .star-half-inner {
  opacity: .85
}
.mobile-banner-text-verify {
  background: #069815;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: .3px;
  align-self: center;
  white-space: nowrap
}
.app-banner-name {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--neospin-copy);
  font-family: var(--headline-text);
  margin: 0
}
.mobile-banner-description-inner {
  color: var(--text-subtle);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.app-banner-btn-holder-box {
  margin-top: 4px
}
.app-banner-btn-holder-box .accent-primary-action {
  margin: 0;
  display: inline-block
}
.app-promo-banner-image-wrapper {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.mobile-banner-image {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px
}
.application-banner-mobile {
  display: none
}
.application-banner-mobile img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 12px
}
@media (max-width:768px) {
  .app-banner-group {
    flex-direction: column;
    min-height: unset
  }
  .app-promo-banner-image-wrapper {
    display: none
  }
  .application-banner-mobile {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .application-banner-mobile img {
    max-width: 320px
  }
  .application-banner-content-body {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .app-banner-name {
    font-size: 20px
  }
  .app-banner-btn-holder-box .accent-primary-action {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.accent-primary-action {
  font-size: 18px;
  font-weight: 700;
  background: var(--neospin-primary);
  color: var(--theme-text-btn,#fff);
  padding: 10px 56px;
  border-radius: 30px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none;
  transition: filter .2s
}
.accent-primary-action:hover {
  filter: brightness(1.15);
  color: var(--theme-text-btn,#fff)
}
.updated-date-group {
  background: var(--alt-bg);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--neospin-primary);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--neospin-copy);
  max-width: 1400px
}
@media (max-width:768px) {
  .updated-date-group {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-footer-section.page-footer-box {
  background: var(--ui-site-footer-fill,var(--alt-bg,#060e2a));
  color: var(--text-content-site-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-footer-section.page-footer-box .page-footer-bottom-box,
.site-footer-section.page-footer-box .page-footer-splash-area {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 40px;
  box-sizing: border-box
}
.site-footer-section.page-footer-box .page-footer-splash-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 0 24px
}
.site-footer-section.page-footer-box .site-footer-brand-grid {
  height: 60px;
  width: auto;
  max-width: 341px;
  object-fit: contain
}
.site-footer-section.page-footer-box .footer-payment-methods {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap
}
.site-footer-section.page-footer-box .footer-payment-methods img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-footer-section.page-footer-box .site-footer-separator-panel {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-footer-section.page-footer-box .page-footer-bottom-box {
  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-footer-section.page-footer-box .page-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px
}
.site-footer-section.page-footer-box .page-footer-nav a {
  color: var(--page-footer-anchor,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-footer-section.page-footer-box .page-footer-nav a:hover {
  color: var(--text-content-site-footer,#fff)
}
.site-footer-section.page-footer-box .page-footer-help-center {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-footer-section.page-footer-box .page-footer-help-center .site-footer-assist-name {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-footer-section.page-footer-box .page-footer-help-center p {
  color: var(--text-content-site-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-footer-section.page-footer-box .colophon-email {
  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-footer-section.page-footer-box .colophon-email img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-footer-section.page-footer-box .footer-side-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end
}
.site-footer-section.page-footer-box .footer-lang-select {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--neospin-site-footer-social-fill,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--text-content-site-footer,#fff);
  font-family: inherit;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  cursor: pointer;
  min-width: 88px;
  justify-content: space-between
}
.site-footer-section.page-footer-box .footer-lang-select img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-footer-section.page-footer-box .colophon-follow-caption {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-footer-section.page-footer-box .site-footer-socials {
  display: flex;
  gap: 4px
}
.site-footer-section.page-footer-box .site-footer-share {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--neospin-site-footer-social-fill,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-footer-section.page-footer-box .site-footer-share:hover {
  background: var(--ui-emphasis,#5a6178)
}
.site-footer-section.page-footer-box .site-footer-share img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
@media (max-width:960px) {
  .site-footer-section.page-footer-box .page-footer-bottom-box {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-footer-section.page-footer-box .footer-payment-methods {
    gap: 24px
  }
  .site-footer-section.page-footer-box .footer-side-section {
    align-items: flex-start
  }
}
@media (max-width:600px) {
  .site-footer-section.page-footer-box .page-footer-bottom-box {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 24px
  }
  .site-footer-section.page-footer-box .page-footer-splash-area {
    padding: 20px
  }
  .site-footer-section.page-footer-box .footer-payment-methods img {
    width: 70px;
    height: 35px
  }
  .site-footer-section.page-footer-box .site-footer-separator-panel {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-footer-section.page-footer-box .footer-side-section,
  .site-footer-section.page-footer-box .page-footer-bottom-box,
  .site-footer-section.page-footer-box .page-footer-help-center {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-footer-section.page-footer-box .footer-payment-methods,
  .site-footer-section.page-footer-box .site-footer-socials {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-footer-section.page-footer-box .page-footer-nav {
    align-items: center
  }
  .site-footer-section.page-footer-box .colophon-email {
    justify-content: center
  }
}
.site-footer-section .page-footer-nav:not(:has(a)) {
  display: none
}
.site-footer-section .colophon-navigation-accent-primary-section,
.site-footer-section .footer-nav-legal-group {
  text-align: left
}
.site-footer-section.page-footer-box .page-footer-nav:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-footer-section.page-footer-box .page-footer-bottom-box:has(.colophon-navigation-accent-primary-section a):not(:has(.footer-nav-legal-group a)),
  .site-footer-section.page-footer-box .page-footer-bottom-box:not(:has(.colophon-navigation-accent-primary-section a)):has(.footer-nav-legal-group a) {
    grid-template-columns: minmax(120px,1fr) minmax(220px,1.4fr) minmax(180px,1fr)
  }
  .site-footer-section.page-footer-box .page-footer-bottom-box:not(:has(.page-footer-nav 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-area {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px
}
.app-banner-group,
.faqs-section,
.features-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto
}
.site-footer-section[class] {
  padding-left: var(--width-aside,0)
}
.site-footer-section[class] .page-footer-bottom-box {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-footer-section[class] {
    padding-left: 0
  }
}
.action-center {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.action-center .accent-primary-action,
.action-center a.accent-primary-action {
  display: inline-block
}
.accent-primary-action.app-promo-banner-cta {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.faqs-section h2,
.features-wrapper h2 {
  font-family: var(--headline-text);
  color: var(--neospin-copy);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.features-wrapper .benefit-card-box {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.features-wrapper .benefit-card-box h3 {
  margin: 0;
  font-size: 14px
}
.content-region-wrapper li {
  padding: .3rem 0;
  line-height: 1.7
}
.content-region-wrapper table {
  font-size: .92rem
}
.content-region-wrapper table th {
  background: var(--neospin-primary);
  color: var(--theme-text-btn,#fff)
}
.content-region-wrapper table td {
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.site-layout-box > .site-widget-area.site-secondary-alt-grid {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--width-aside,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-box > .site-content-inner {
  margin-left: var(--width-aside,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-content-inner .site-main-area {
    padding-left: 20px
  }
  .site-layout-box > .site-widget-area.site-secondary-alt-grid {
    max-width: var(--width-aside,80px)
  }
}
@media (max-width:992px) {
  .site-layout-box > .site-widget-area.site-secondary-alt-grid {
    display: none
  }
  .site-layout-box > .site-content-inner {
    margin-left: 0
  }
}
.masthead-background-block {
  position: relative;
  z-index: 1
}
.masthead-surface-inner-grid {
  position: relative;
  z-index: 2
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both
}
@media (max-width:768px) {
  .action-center {
    display: block;
    margin: 30px auto
  }
  .content-region-wrapper .table-scroll > table,
  .legal-content-inner .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.site-aside-icon-mark-entry-block img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.site-aside-icon-mark-entry-block.sidebar-icon-lg-box img {
  object-fit: contain;
  opacity: 1;
  width: 48px;
  height: 48px
}
.page-header-search img {
  width: 18px;
  height: 18px;
  object-fit: contain
}
.join-offer-inner img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.burger-button-panel img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.site-legal-headline {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--neospin-copy);
  line-height: 1.15;
  letter-spacing: -.02em
}
.legal-content-inner {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-subtle);
  max-width: 860px
}
.legal-content-inner p {
  margin-bottom: 1.1rem
}
.legal-content-inner strong {
  color: var(--neospin-copy)
}
.content-region-wrapper li,
.legal-content-inner li {
  color: var(--text-subtle)
}
.content-region-wrapper li strong,
.legal-content-inner li strong {
  color: var(--text-subtle);
  font-weight: 700
}
.legal-content-inner a {
  color: var(--neospin-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.legal-content-inner a:hover {
  color: var(--neospin-hover-accent-primary,var(--ui-emphasis))
}
.legal-content-inner article em {
  color: var(--text-subtle);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.site-content-img {
  max-width: 24%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain
}
.content-body-img-left-side {
  float: left;
  margin: .75rem 1.8rem 1rem 0
}
.main-content-body-img-right {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.content-region-wrapper h2,
.content-region-wrapper h3,
.content-region-wrapper table {
  clear: both
}
.main-inner-clear {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .site-legal-headline {
    font-size: 1.6rem
  }
  .legal-content-inner h1 {
    font-size: 1.5rem
  }
  .legal-content-inner h2 {
    font-size: 1.2rem
  }
  .content-body-img-left-side,
  .main-content-body-img-right,
  .site-content-img {
    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-content-inner h1,
.legal-content-inner h2,
.legal-content-inner h3 {
  font-family: var(--headline-text);
  color: var(--neospin-copy);
  text-decoration: none;
  border: none
}
.content-region-wrapper h1,
.legal-content-inner h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.content-region-wrapper h2,
.legal-content-inner h2 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.content-region-wrapper h3,
.legal-content-inner h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
@media (max-width:600px) {
  .content-region-wrapper h1,
  .legal-content-inner h1 {
    font-size: 2rem
  }
  .content-region-wrapper h2,
  .legal-content-inner h2 {
    font-size: 1.6rem
  }
  .content-region-wrapper h3,
  .legal-content-inner h3 {
    font-size: 1.2rem
  }
}
.content-region-wrapper ul,
.legal-content-inner ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.content-region-wrapper ul li,
.legal-content-inner ul li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: .6rem
}
.content-region-wrapper ul li::before,
.legal-content-inner ul li::before {
  content: '\203A';
  position: absolute;
  left: 0;
  color: var(--neospin-primary);
  font-size: 1.1em
}
.content-region-wrapper ol,
.legal-content-inner ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.content-region-wrapper ol li,
.legal-content-inner ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.content-region-wrapper ol li::before,
.legal-content-inner ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--neospin-primary);
  font-weight: 600
}
.content-region-wrapper table,
.legal-content-inner table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 1.5rem 0
}
.content-region-wrapper table th,
.legal-content-inner table th {
  font-weight: 700;
  color: var(--theme-text-btn,#fff);
  padding: 10px 12px;
  text-align: left;
  border: none;
  background: var(--neospin-primary);
  font-size: 13px
}
.content-region-wrapper table td,
.legal-content-inner table td {
  padding: 9px 12px;
  border-bottom: 1px solid var(--edge);
  color: var(--neospin-copy);
  font-size: 14px
}
.content-region-wrapper table tr:last-child td,
.legal-content-inner table tr:last-child td {
  border-bottom: none
}
.content-region-wrapper table tr:nth-child(2n) td,
.legal-content-inner table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.content-region-wrapper table tr td,
.legal-content-inner table tr td {
  background: 0 0
}
.questions-numbered-inner {
  margin: 30px auto;
  counter-reset: faq-num
}
.questions-numbered-inner h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--neospin-copy)
}
.questions-numbered-inner .faqs-unit {
  counter-increment: faq-num;
  position: relative;
  padding: 20px 0 20px 64px;
  border-bottom: 1px solid var(--edge)
}
.questions-numbered-inner .faqs-unit:first-child {
  border-top: 1px solid var(--edge)
}
.questions-numbered-inner .faqs-unit:last-child {
  border-bottom: none
}
.questions-numbered-inner .faqs-unit::before {
  content: counter(faq-num,decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--neospin-primary);
  line-height: 1;
  font-family: var(--headline-text)
}
.questions-numbered-inner .faq-query {
  font-size: 15px;
  font-weight: 700;
  color: var(--neospin-copy);
  margin: 0 0 8px;
  line-height: 1.4
}
.questions-numbered-inner .questions-reply p {
  font-size: 14px;
  color: var(--text-subtle);
  line-height: 1.7;
  margin: 0
}
@media (max-width:600px) {
  .questions-numbered-inner .faqs-unit {
    padding-left: 48px
  }
  .questions-numbered-inner .faqs-unit::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-content-inner ol li,
.legal-content-inner ul li {
  border-bottom: none
}
.content-region-wrapper {
  max-width: 1400px;
  margin: 0 auto
}
[data-slot=app-content-image-2]:not(a):not(button) {
  max-width: 35%!important
}
[data-slot=deutschland-content-image-2]:not(a):not(button) {
  max-width: 40%!important
}
@media (max-width:768px) {
  [data-slot=app-content-image-2]:not(a):not(button),
  [data-slot=deutschland-content-image-2]:not(a):not(button) {
    max-width: 100%!important
  }
}
.app-banner-group {
  background-color: #3a4035!important;
  background-blend-mode: multiply!important
}
.benefit-card-box {
  background-color: #3a4035!important;
  background-blend-mode: normal!important
}
.page-header-bg-name-wrapper {
  color: #fff!important
}
.page-header-surface-reward-section,
.site-topbar-fill-deposit {
  color: #feed3c!important
}
.page-header-bg-button {
  background: #4ad314!important
}
.sign-in-cta-grid {
  background: #ffe83a!important;
  color: #000!important
}