:root {
  --fill: #060b09;
  --ui-card-box-fill: #14141f;
  --alt-bg: #151a18;
  --spinit-primary: #2ecc71;
  --ui-primary-hover: #54f297;
  --sub: #1a9c54;
  --label: #e8e6e3;
  --text-subtle: #9a9a9a;
  --spinit-accent-color: #55efc4;
  --promo-cta-grad-top: #2ecc71;
  --reward-btn-grad-bottom-area: color-mix(in srgb, #2ecc71, #000 20%);
  --border-line: #2a2a3e;
  --spinit-gradient-overlay: linear-gradient(135deg, #2ecc71 0%, #1a9c54 100%);
  --aura: rgba(255,255,255,0.1);
  --halo-strong: rgba(255,255,255,0.2);
  --spinit-typeface-caption: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --body-font: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --area-inset: 8rem 2rem;
  --spinit-card-spacing: 2.8rem;
  --spinit-gutter: 2.5rem;
  --ui-curve: 10px;
  --corner-card: 16px;
  --surface-frosted: #14141f;
  --edge-glass-effect: #2a2a3e;
  --shadow-glass: 0 2px 12px rgba(0, 0, 0, 0.3);
  --ui-text-content-button: #fff;
  --ui-side-column-width: 0px;
  --text-content-accent-color: #1a1a1a
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%
}
body {
  font-family: var(--body-font);
  background: var(--fill);
  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(--spinit-typeface-caption);
  line-height: 1.15
}
a {
  color: var(--spinit-primary);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--ui-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(--aura)
  }
  50% {
    box-shadow: 0 0 28px var(--halo-strong)
  }
}
@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-footer-emblem-section {
  height: 30px;
  width: auto
}
.page-footer-navbar-area {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.page-footer-navbar-area a {
  font-size: .82rem;
  color: var(--text-subtle);
  text-decoration: none;
  transition: color .2s
}
.page-footer-navbar-area a:hover {
  color: var(--spinit-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.site-footer-separator {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.page-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --area-inset: 1.8rem 0.8rem;
    --spinit-card-spacing: 0.9rem;
    --spinit-gutter: 0.6rem
  }
  h1 {
    font-size: 1.4rem!important
  }
  h2 {
    font-size: 1.15rem!important
  }
}
@media (max-width:768px) {
  :root {
    --area-inset: 2.5rem 1rem;
    --spinit-card-spacing: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --area-inset: 3.5rem 1.5rem;
    --spinit-card-spacing: 1.5rem
  }
}
header {
  background-color: var(--fill);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--spinit-typeface-caption)
}
.masthead-container {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center
}
.masthead-container a {
  color: var(--label);
  text-decoration: none
}
.masthead-container a:hover {
  color: unset
}
.site-header-left-side {
  display: flex;
  align-items: center;
  gap: 40px
}
.spinit-wrapper img {
  max-height: 36px;
  width: auto;
  max-width: 200px;
  object-fit: contain
}
.picker-holder-section {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: var(--alt-bg);
  padding: 5px 10px;
  border-radius: 1000px;
  border: 1px solid var(--border-line)
}
.picker-holder-section > a,
.picker-holder-section div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-subtle)
}
.toggle-start {
  background: var(--spinit-primary);
  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(--text-subtle)
}
.masthead-nav a:hover {
  color: var(--label)
}
.header-end {
  display: flex;
  align-items: center;
  gap: 15px
}
.header-button-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700
}
.header-button-buttons a {
  padding: 10px 12px;
  border-radius: 1000px;
  line-height: normal
}
.site-signin-btn {
  border: 1px solid var(--border-line);
  color: var(--label)
}
.site-signin-btn:hover {
  background-color: var(--alt-bg)
}
.join-button-wrapper {
  position: relative
}
.sign-up-action-area {
  background: var(--spinit-primary);
  border: 1px solid var(--spinit-primary);
  color: var(--ui-text-content-button,#fff)
}
.sign-up-action-area:hover {
  filter: brightness(1.15)
}
.join-reward {
  position: absolute;
  top: -12px;
  right: -10px;
  background-color: var(--spinit-accent-color);
  color: #000;
  border-radius: 15px;
  font-size: 8px;
  font-weight: 700;
  padding: 1px 2px;
  display: flex;
  align-items: center;
  gap: 2px
}
.menu-toggle-action-holder {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.menu-toggle-action-holder img {
  filter: invert(1)
}
.offcanvas-panel {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--fill);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-panel.open {
  left: 0
}
.offcanvas-close-wrapper {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--label);
  cursor: pointer
}
.offcanvas-close-wrapper:hover {
  background: 0 0
}
.main-offcanvas-masthead-container {
  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
}
.site-offcanvas-backdrop-area {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.site-offcanvas-backdrop-area.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .page-header-menu-holder,
  .picker-holder-section {
    display: none
  }
  .offcanvas-panel .page-header-menu-holder,
  .offcanvas-panel .picker-holder-section {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-panel .masthead-nav {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
  .offcanvas-panel .picker-holder-section {
    font-size: 12px
  }
}
@media (min-width:1125px) {
  .menu-toggle-action-holder,
  .offcanvas-panel,
  .site-offcanvas-backdrop-area {
    display: none
  }
}
@media (max-width:768px) {
  .masthead-container {
    padding: 0 20px
  }
  .site-header-left-side {
    gap: 10px
  }
  .header-end {
    flex-shrink: 0
  }
  .spinit-wrapper {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .spinit-wrapper img {
    max-width: 100%
  }
}
.picker-holder-section > a {
  text-decoration: none;
  color: inherit;
  cursor: pointer
}
.site-header-fill,
.site-header-fill *,
.site-header-fill-lower,
.site-header-fill-lower * {
  font-family: var(--spinit-typeface-caption)!important
}
.site-header-fill {
  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
}
.page-header-surface-headline {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--spinit-accent-color)
}
.masthead-bg-deposit-section {
  font-size: 105px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--label)
}
.site-header-surface-offer {
  font-size: 24px;
  font-weight: 600;
  color: var(--label);
  margin-bottom: 20px
}
.topbar-bg-btn {
  background: var(--spinit-primary);
  color: var(--ui-text-content-button,#fff);
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700
}
.topbar-bg-btn:hover {
  background: var(--ui-primary-hover);
  transform: translateY(-2px)
}
.masthead-bg-btn-content {
  display: flex;
  flex-direction: column;
  align-items: center
}
.site-header-fill-lower {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--alt-bg);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.site-header-fill-lower::after,
.site-header-fill-lower::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.site-header-fill-lower::before {
  left: 0;
  background: linear-gradient(to right,var(--fill),transparent)
}
.site-header-fill-lower::after {
  right: 0;
  background: linear-gradient(to left,var(--fill),transparent)
}
.site-header-fill-lower p {
  display: none
}
@media (max-width:768px) {
  .site-header-fill {
    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
  }
  .site-header-fill .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%
  }
  .page-header-surface-headline {
    font-size: 13px;
    margin-bottom: 4px
  }
  .masthead-bg-deposit-section {
    font-size: 42px;
    line-height: 1.1
  }
  .site-header-surface-offer {
    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)
  }
  .masthead-surface-action-main-area {
    font-size: 20px
  }
  .topbar-surface-cta-description-container {
    font-size: 11px
  }
  .site-header-fill-lower {
    background: var(--alt-bg);
    gap: 10px;
    padding: 8px 15px
  }
}
.bonus-strip-box {
  gap: 14px;
  padding: 12px 24px
}
.bonus-strip-box .reward-strip-crown-grid {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain
}
.bonus-strip-box .offer-strip-text-content-holder {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--label);
  line-height: 1.2
}
@media (max-width:768px) {
  .bonus-strip-box {
    gap: 10px;
    padding: 10px 14px
  }
  .bonus-strip-box .reward-strip-crown-grid {
    width: 18px;
    height: 18px
  }
  .bonus-strip-box .offer-strip-text-content-holder {
    font-size: 11px;
    letter-spacing: .4px
  }
}
.page-header-background-inner > 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
}
.masthead-bg-btn-content {
  display: flex;
  flex-direction: column;
  letter-spacing: 0
}
.masthead-surface-action-main-area {
  font-size: 18px!important;
  font-weight: 700;
  line-height: 1.6
}
.topbar-surface-cta-description-container {
  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
  }
}
.site-primary-area {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.inner-region {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-subtle)
}
.inner-region p {
  margin-bottom: 1rem
}
.inner-region strong {
  color: var(--label)
}
.inner-region a:not(.lead-btn-container):not(.mobile-banner-action):not([class*="-button"]) {
  color: var(--spinit-primary);
  text-decoration: underline
}
.inner-region a:not(.lead-btn-container):not(.mobile-banner-action):not([class*="-button"]):hover {
  color: var(--spinit-accent-color)
}
@media (max-width:768px) {
  .site-primary-area {
    padding: 5rem 15px 30px
  }
  .inner-region {
    font-size: 14px
  }
  .main-application-banner-holder-area,
  .site-primary-area > .main-application-banner-holder-area {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .app-banner-group,
  .app-promo-banner-mobile-container img {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.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
}
.site-heading-help {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}
.site-heading-help img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.heading-help-copy {
  font-weight: 700;
  font-size: 16px
}
.group-service-wrapper p {
  color: var(--text-subtle);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .region-service {
    flex-direction: column;
    padding: 0 16px
  }
}
.main-application-banner-holder-area {
  margin: 32px auto;
  max-width: 800px
}
.app-banner-group {
  display: flex;
  align-items: stretch;
  background: var(--ui-card-box-fill,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)
}
.application-banner-content-body {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}
.application-banner-caption {
  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
}
.app-promo-banner-tag-image {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.main-application-banner-label-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.application-banner-label-title-group {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--label);
  letter-spacing: .2px
}
.main-mobile-banner-text-rate {
  display: flex;
  gap: 1px
}
.main-mobile-banner-text-rate img {
  width: 12px;
  height: 12px
}
.main-mobile-banner-text-rate .main-star-half-inner {
  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
}
.application-banner-heading {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--label);
  font-family: var(--spinit-typeface-caption);
  margin: 0
}
.main-application-banner-description {
  color: var(--text-subtle);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.mobile-banner-button-holder {
  margin-top: 4px
}
.mobile-banner-button-holder .lead-btn-container {
  margin: 0;
  display: inline-block
}
.app-banner-image-holder {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.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
}
.app-promo-banner-mobile-container {
  display: none
}
.app-promo-banner-mobile-container 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-banner-image-holder {
    display: none
  }
  .app-promo-banner-mobile-container {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .app-promo-banner-mobile-container img {
    max-width: 320px
  }
  .application-banner-content-body {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .application-banner-heading {
    font-size: 20px
  }
  .mobile-banner-button-holder .lead-btn-container {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.lead-btn-container {
  font-size: 18px;
  font-weight: 700;
  background: var(--spinit-primary);
  color: var(--ui-text-content-button,var(--label));
  padding: 10px 56px;
  border-radius: 16px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none
}
.lead-btn-container:hover {
  background: var(--ui-primary-hover,var(--spinit-primary));
  color: var(--ui-text-content-button,var(--label))
}
.updated-date-grid {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--alt-bg);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--spinit-primary);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--label);
  max-width: 1240px
}
@media (max-width:768px) {
  .updated-date-grid {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-footer-area.footer-wrapper {
  background: var(--colophon-bg,var(--alt-bg,#060e2a));
  color: var(--spinit-text-content-colophon,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-footer-area.footer-wrapper .page-footer-bottom,
.site-footer-area.footer-wrapper .site-colophon-banner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 40px;
  box-sizing: border-box
}
.site-footer-area.footer-wrapper .site-colophon-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 0 24px
}
.site-footer-area.footer-wrapper .site-footer-emblem-section {
  height: 60px;
  width: auto;
  max-width: 341px;
  object-fit: contain
}
.site-footer-area.footer-wrapper .colophon-payments {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap
}
.site-footer-area.footer-wrapper .colophon-payments img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-footer-area.footer-wrapper .site-footer-separator {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-footer-area.footer-wrapper .page-footer-bottom {
  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-area.footer-wrapper .page-footer-navbar-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px
}
.site-footer-area.footer-wrapper .page-footer-navbar-area a {
  color: var(--page-footer-anchor,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-footer-area.footer-wrapper .page-footer-navbar-area a:hover {
  color: var(--spinit-text-content-colophon,#fff)
}
.site-footer-area.footer-wrapper .footer-support {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-footer-area.footer-wrapper .footer-support .main-site-footer-support-heading {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-footer-area.footer-wrapper .footer-support p {
  color: var(--spinit-text-content-colophon,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-footer-area.footer-wrapper .page-footer-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--spinit-text-content-colophon,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-footer-area.footer-wrapper .page-footer-email img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-footer-area.footer-wrapper .colophon-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end
}
.site-footer-area.footer-wrapper .site-footer-language {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--colophon-share-surface,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--spinit-text-content-colophon,#fff);
  font-family: inherit;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  cursor: pointer;
  min-width: 88px;
  justify-content: space-between
}
.site-footer-area.footer-wrapper .site-footer-language img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-footer-area.footer-wrapper .site-footer-follow-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-footer-area.footer-wrapper .page-footer-socials-section {
  display: flex;
  gap: 4px
}
.site-footer-area.footer-wrapper .site-footer-share {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--colophon-share-surface,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-footer-area.footer-wrapper .site-footer-share:hover {
  background: var(--spinit-accent-color,#5a6178)
}
.site-footer-area.footer-wrapper .site-footer-share img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
@media (max-width:960px) {
  .site-footer-area.footer-wrapper .page-footer-bottom {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-footer-area.footer-wrapper .colophon-payments {
    gap: 24px
  }
  .site-footer-area.footer-wrapper .colophon-side {
    align-items: flex-start
  }
}
@media (max-width:600px) {
  .site-footer-area.footer-wrapper .page-footer-bottom {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 24px
  }
  .site-footer-area.footer-wrapper .site-colophon-banner {
    padding: 20px
  }
  .site-footer-area.footer-wrapper .colophon-payments img {
    width: 70px;
    height: 35px
  }
  .site-footer-area.footer-wrapper .site-footer-separator {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-footer-area.footer-wrapper .colophon-side,
  .site-footer-area.footer-wrapper .footer-support,
  .site-footer-area.footer-wrapper .page-footer-bottom {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-footer-area.footer-wrapper .colophon-payments,
  .site-footer-area.footer-wrapper .page-footer-socials-section {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-footer-area.footer-wrapper .page-footer-navbar-area {
    align-items: center
  }
  .site-footer-area.footer-wrapper .page-footer-email {
    justify-content: center
  }
}
.site-footer-area .page-footer-navbar-area:not(:has(a)) {
  display: none
}
.site-footer-area .colophon-navigation-accent-primary,
.site-footer-area .site-footer-navbar-legal {
  text-align: left
}
.site-footer-area.footer-wrapper .page-footer-navbar-area:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-footer-area.footer-wrapper .page-footer-bottom:has(.colophon-navigation-accent-primary a):not(:has(.site-footer-navbar-legal a)),
  .site-footer-area.footer-wrapper .page-footer-bottom:not(:has(.colophon-navigation-accent-primary a)):has(.site-footer-navbar-legal a) {
    grid-template-columns: minmax(120px,1fr) minmax(220px,1.4fr) minmax(180px,1fr)
  }
  .site-footer-area.footer-wrapper .page-footer-bottom:not(:has(.page-footer-navbar-area a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-wrap {
  display: flex;
  min-height: calc(100vh - 64px);
  position: relative
}
.site-main-wrapper {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-main-wrapper .site-primary-area {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}
.app-banner-group,
.faq-region {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto
}
.site-footer-area[class] {
  padding-left: var(--ui-side-column-width,0)
}
.site-footer-area[class] .page-footer-bottom {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  .site-footer-area[class] {
    padding-left: 0
  }
}
.button-center {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.button-center .lead-btn-container,
.button-center a.lead-btn-container {
  display: inline-block
}
.lead-btn-container.mobile-banner-action {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.faq-region h2 {
  font-family: var(--spinit-typeface-caption);
  color: var(--label);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.inner-region li {
  padding: .3rem 0;
  line-height: 1.7
}
.inner-region table {
  font-size: .92rem
}
.inner-region table th {
  background: var(--spinit-primary);
  color: var(--ui-text-content-button,#fff)
}
.inner-region table td {
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.site-header-fill {
  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
}
@media (max-width:768px) {
  .button-center {
    display: block;
    margin: 30px auto
  }
  .inner-region .table-scroll > table,
  .main-legal-holder .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.picker-holder-section img {
  width: 14px;
  height: 14px;
  object-fit: contain
}
.join-reward img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.menu-toggle-action-holder img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.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-holder {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-subtle);
  max-width: 860px
}
.main-legal-holder p {
  margin-bottom: 1.1rem
}
.main-legal-holder strong {
  color: var(--label)
}
.main-legal-holder a {
  color: var(--spinit-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.main-legal-holder a:hover {
  color: var(--ui-primary-hover,var(--spinit-accent-color))
}
.main-legal-holder article em {
  color: var(--text-subtle);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.content-body-img-inner {
  max-width: 30%;
  height: auto;
  object-fit: cover
}
.main-img-left-row {
  float: left;
  margin: .75rem 1.8rem 1rem 0
}
.site-inner-img-end {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.inner-region h2,
.inner-region h3,
.inner-region 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-holder h1 {
    font-size: 1.5rem
  }
  .main-legal-holder h2 {
    font-size: 1.2rem
  }
  .content-body-img-inner,
  .main-img-left-row,
  .site-inner-img-end {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    margin: 1rem auto
  }
}
.inner-region h1,
.inner-region h2,
.inner-region h3,
.main-legal-holder h1,
.main-legal-holder h2,
.main-legal-holder h3 {
  font-family: var(--spinit-typeface-caption);
  color: var(--label);
  border-bottom: 2px solid color-mix(in srgb,var(--spinit-primary) 30%,transparent);
  padding-bottom: .3em
}
.inner-region h1,
.main-legal-holder h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.inner-region h2,
.main-legal-holder h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.inner-region h3,
.main-legal-holder h3 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.inner-region ul,
.main-legal-holder ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.inner-region ul li,
.main-legal-holder ul li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: .6rem
}
.inner-region ul li::before,
.main-legal-holder ul li::before {
  content: '\203A';
  position: absolute;
  left: 0;
  color: var(--spinit-primary);
  font-size: 1.1em
}
.inner-region ol,
.main-legal-holder ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.inner-region ol li,
.main-legal-holder ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 1rem;
  counter-increment: ol-counter
}
.inner-region ol li::before,
.main-legal-holder ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--spinit-primary);
  font-weight: 600
}
.inner-region table,
.main-legal-holder table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 1rem 0
}
.inner-region table th,
.main-legal-holder table th {
  font-weight: 600;
  color: var(--text-subtle);
  padding: .4rem .6rem;
  text-align: left;
  border: none;
  background: 0 0;
  font-size: .9em
}
.inner-region table td,
.main-legal-holder table td {
  padding: .4rem .6rem;
  border: none;
  color: var(--label);
  font-size: .9em
}
.inner-region table tr:nth-child(2n) td,
.main-legal-holder table tr:nth-child(2n) td {
  background: rgba(255,255,255,.015)
}
.inner-region table tr:nth-child(odd) td,
.main-legal-holder table tr:nth-child(odd) 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(--label)
}
.questions-numbered-inner .faq-section-unit {
  counter-increment: faq-num;
  position: relative;
  padding: 20px 0 20px 64px;
  border-bottom: 1px solid var(--border-line)
}
.questions-numbered-inner .faq-section-unit:first-child {
  border-top: 1px solid var(--border-line)
}
.questions-numbered-inner .faq-section-unit:last-child {
  border-bottom: none
}
.questions-numbered-inner .faq-section-unit::before {
  content: counter(faq-num,decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--spinit-primary);
  line-height: 1;
  font-family: var(--spinit-typeface-caption)
}
.questions-numbered-inner .questions-ask {
  font-size: 15px;
  font-weight: 700;
  color: var(--label);
  margin: 0 0 8px;
  line-height: 1.4
}
.questions-numbered-inner .questions-reply-wrap p {
  font-size: 14px;
  color: var(--text-subtle);
  line-height: 1.7;
  margin: 0
}
@media (max-width:600px) {
  .questions-numbered-inner .faq-section-unit {
    padding-left: 48px
  }
  .questions-numbered-inner .faq-section-unit::before {
    font-size: 1.2rem
  }
}
.inner-region h2 {
  border: none;
  border-bottom: none
}
.inner-region ol li,
.inner-region ul li,
.main-legal-holder ol li,
.main-legal-holder ul li {
  border-bottom: none
}
.inner-region {
  max-width: 1200px;
  margin: 0 auto
}
[data-slot=app-content-image-1]:not(a):not(button) {
  max-width: 35%!important
}
[data-slot=deutschland-content-image-1]:not(a):not(button) {
  max-width: 45%!important
}
@media (max-width:768px) {
  [data-slot=app-content-image-1]:not(a):not(button),
  [data-slot=deutschland-content-image-1]:not(a):not(button) {
    max-width: 100%!important
  }
}
.page-header-surface-headline {
  color: #fff!important
}
.masthead-bg-deposit-section,
.site-header-surface-offer {
  color: #f9da10!important
}
.topbar-bg-btn {
  background: #21dc08!important;
  color: #000!important
}
.masthead-surface-action-main-area,
.topbar-surface-cta-description-container {
  color: #000!important
}