:root {
  --theme-background: #190102;
  --tile-background: #14141f;
  --theme-fill-alt: #281011;
  --ui-main: #f0b040;
  --hover-main: #ffd666;
  --casoola-sub: #c89020;
  --theme-text: #e8e6e3;
  --text-subtle: #9a9a9a;
  --theme-highlight: #ffe080;
  --promo-cta-grad-top: #f0b040;
  --reward-btn-grad-bottom-area: color-mix(in srgb, #f0b040, #000 20%);
  --casoola-border: #2a2a3e;
  --casoola-gradient-overlay: linear-gradient(110deg,  #f0b040 0%, #c89020 100%);
  --halo: rgba(255,255,255,0.1);
  --glow-bold: rgba(255,255,255,0.2);
  --headline-text: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --ui-main-font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --block-pad: 3.5rem 1.8rem;
  --tile-inset: 1.4rem;
  --spacing: 1.2rem;
  --ui-radius: 16px;
  --casoola-rounding-card: 22px;
  --theme-fill-sheen: #14141f;
  --border-line-glass: #2a2a3e;
  --frosted-shade: 0 2px 12px rgba(0, 0, 0, 0.3);
  --theme-text-btn: #fff;
  --casoola-width-aside: 248px;
  --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(--ui-main-font-family);
  background: var(--theme-background);
  color: var(--theme-text);
  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(--ui-main);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--hover-main)
}
@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(--halo)
  }
  50% {
    box-shadow: 0 0 28px var(--glow-bold)
  }
}
@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-wrapper.secondary-alt {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--casoola-width-aside,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-column-core {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.site-footer-logo-wrapper {
  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(--ui-main);
  text-decoration: underline;
  text-underline-offset: 2px
}
.site-footer-rule-inner {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.footer-legal {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  padding-top: .5rem
}
.footer-legal a {
  font-size: .78rem;
  color: var(--text-subtle);
  text-decoration: none;
  opacity: .75;
  transition: opacity .2s,color .2s
}
.footer-legal a:hover {
  opacity: 1;
  color: var(--ui-main);
  text-decoration: underline;
  text-underline-offset: 2px
}
.page-footer-lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --block-pad: 1.8rem 0.8rem;
    --tile-inset: 0.9rem;
    --spacing: 0.6rem
  }
  h1 {
    font-size: 1.4rem!important
  }
  h2 {
    font-size: 1.15rem!important
  }
}
@media (max-width:768px) {
  :root {
    --block-pad: 2.5rem 1rem;
    --tile-inset: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --block-pad: 3.5rem 1.5rem;
    --tile-inset: 1.5rem
  }
}
header {
  background-color: var(--theme-background);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--headline-text)
}
.masthead-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center
}
.masthead-wrapper a {
  color: var(--theme-text);
  text-decoration: none
}
.masthead-wrapper a:hover {
  color: unset
}
.header-left-side {
  display: flex;
  align-items: center;
  gap: 40px
}
.casoola-wrapper img {
  max-height: 36px;
  width: auto;
  max-width: 200px;
  object-fit: contain
}
.switcher-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: var(--theme-fill-alt);
  padding: 5px 10px;
  border-radius: 1000px;
  border: 1px solid var(--casoola-border)
}
.switcher-wrapper > a,
.switcher-wrapper div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-subtle)
}
.picker-left-side-wrap {
  background: var(--ui-main);
  color: #fff!important;
  padding: 3px 8px;
  border-radius: 1000px
}
.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(--theme-text)
}
.site-masthead-right {
  display: flex;
  align-items: center;
  gap: 15px
}
.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
}
.site-access-action {
  border: 1px solid var(--casoola-border);
  color: var(--theme-text)
}
.site-access-action:hover {
  background-color: var(--theme-fill-alt)
}
.join-button-wrapper {
  position: relative
}
.sign-up-btn {
  background: var(--ui-main);
  border: 1px solid var(--ui-main);
  color: var(--theme-text-btn,#fff)
}
.sign-up-btn:hover {
  filter: brightness(1.15)
}
.menu-toggle-action {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.menu-toggle-action img {
  filter: invert(1)
}
.offcanvas-wrap {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--theme-background);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-wrap.open {
  left: 0
}
.site-offcanvas-close {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--theme-text);
  cursor: pointer
}
.site-offcanvas-close:hover {
  background: 0 0
}
.site-offcanvas-header {
  display: flex;
  justify-content: flex-end
}
.site-offcanvas-content-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.site-offcanvas-content-body .topbar-navigation {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.site-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) {
  .switcher-wrapper,
  .topbar-nav-shell {
    display: none
  }
  .offcanvas-wrap .switcher-wrapper,
  .offcanvas-wrap .topbar-nav-shell {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-wrap .topbar-navigation {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
  .offcanvas-wrap .switcher-wrapper {
    font-size: 12px
  }
}
@media (min-width:1125px) {
  .menu-toggle-action,
  .offcanvas-backdrop-inner,
  .offcanvas-wrap {
    display: none
  }
}
@media (max-width:768px) {
  .masthead-wrapper {
    padding: 0 20px
  }
  .header-left-side {
    gap: 10px
  }
  .site-masthead-right {
    flex-shrink: 0
  }
  .casoola-wrapper {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .casoola-wrapper img {
    max-width: 100%
  }
}
.switcher-wrapper > a {
  text-decoration: none;
  color: inherit;
  cursor: pointer
}
#secondary.side-rail-expanded {
  width: 248px;
  min-width: 248px;
  background: var(--theme-fill-alt);
  border-right: 1px solid rgba(128,128,128,.18)
}
.side-rail-expanded .side-column-core {
  padding: 80px 20px 20px;
  border-radius: 0;
  background: 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0
}
.side-rail-expanded .site-sidebar-hr {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 10px 0;
  background: rgba(128,128,128,.18)
}
.aside-wide-glyph-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 4px
}
.aside-wide-glyph-wrap img {
  object-fit: contain
}
.side-panel-full-menu-list-holder {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%
}
.side-column-full-entry {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  width: 100%;
  background: rgba(255,255,255,.06);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-subtle);
  text-decoration: none;
  transition: .2s
}
.side-column-full-entry:hover {
  background: rgba(255,255,255,.1);
  color: var(--theme-text)
}
.side-column-full-entry img {
  object-fit: contain;
  flex-shrink: 0
}
.side-panel-full-menu-list-holder .site-sidebar-hr {
  width: 100%;
  margin: 6px 0
}
.main-header-surface-bottom-area,
.main-header-surface-bottom-area *,
.topbar-fill,
.topbar-fill * {
  font-family: var(--headline-text)!important
}
.topbar-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
}
.site-header-surface-name-wrapper {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--theme-highlight)
}
.site-topbar-surface-deposit {
  font-size: 105px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--theme-text)
}
.main-header-surface-offer {
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-text);
  margin-bottom: 20px
}
.masthead-bg-action {
  background: var(--ui-main);
  color: var(--theme-text-btn,#fff);
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700
}
.masthead-bg-action:hover {
  background: var(--hover-main);
  transform: translateY(-2px)
}
.page-header-bg-btn-content {
  display: flex;
  flex-direction: column;
  align-items: center
}
.main-header-surface-bottom-area {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--theme-fill-alt);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.main-header-surface-bottom-area::after,
.main-header-surface-bottom-area::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.main-header-surface-bottom-area::before {
  left: 0;
  background: linear-gradient(to right,var(--theme-background),transparent)
}
.main-header-surface-bottom-area::after {
  right: 0;
  background: linear-gradient(to left,var(--theme-background),transparent)
}
.main-header-surface-bottom-area p {
  display: none
}
.masthead-bg-lower-inner {
  text-align: center;
  margin: 0 26px
}
.masthead-bg-lower-inner .small-main {
  font-size: 10px;
  color: var(--text-subtle);
  font-weight: 700
}
.masthead-bg-lower-inner .site-big-main-panel {
  font-size: 16px;
  font-weight: 700;
  color: #fff
}
@media (max-width:768px) {
  .topbar-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
  }
  .topbar-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%
  }
  .site-header-surface-name-wrapper {
    font-size: 13px;
    margin-bottom: 4px
  }
  .site-topbar-surface-deposit {
    font-size: 42px;
    line-height: 1.1
  }
  .main-header-surface-offer {
    font-size: 15px;
    margin-bottom: 16px
  }
  .masthead-bg-action {
    padding: 19px 32px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,.35)
  }
  .site-page-header-surface-action-main {
    font-size: 20px
  }
  .topbar-fill-button-description-row {
    font-size: 11px
  }
  .main-header-surface-bottom-area {
    background: var(--theme-fill-alt);
    gap: 10px;
    padding: 8px 15px
  }
  .site-big-main-panel {
    font-size: 14px
  }
}
.page-header-background-inner > a {
  display: inline-block;
  width: auto
}
.masthead-bg-action {
  text-transform: capitalize;
  border-radius: 1000px!important;
  padding: 8px 53px!important;
  width: auto!important;
  box-shadow: none;
  transition: .5s
}
.page-header-bg-btn-content {
  display: flex;
  flex-direction: column;
  letter-spacing: 0
}
.site-page-header-surface-action-main {
  font-size: 18px!important;
  font-weight: 700;
  line-height: 1.6
}
.topbar-fill-button-description-row {
  opacity: .8;
  text-transform: none;
  line-height: 1.6;
  font-weight: 500;
  font-size: 10px!important
}
.banking-methods-inner {
  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
}
.banking-methods-inner img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.banking-methods-inner img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .banking-methods-inner {
    gap: 14px 20px;
    padding: 16px
  }
  .banking-methods-inner img {
    width: 56px;
    height: 44px
  }
}
.site-core {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.main-zone {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-subtle)
}
.main-zone p {
  margin-bottom: 1rem
}
.main-zone strong {
  color: var(--theme-text)
}
.main-zone a:not(.primary-cta):not(.app-banner-call-to-action):not([class*="-button"]) {
  color: var(--ui-main);
  text-decoration: underline
}
.main-zone a:not(.primary-cta):not(.app-banner-call-to-action):not([class*="-button"]):hover {
  color: var(--theme-highlight)
}
@media (max-width:768px) {
  .site-core {
    padding: 5rem 15px 30px
  }
  .main-zone {
    font-size: 14px
  }
  .main-application-banner-container,
  .site-core > .main-application-banner-container {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .application-banner-mobile img,
  .site-application-banner {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.perks-holder {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
  padding: 30px 0;
  margin: 0 auto
}
.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(--theme-fill-alt));
  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
}
.benefit-card-box h3 {
  font-size: 13px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0;
  letter-spacing: .2px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
  text-align: left;
  width: auto
}
.main-fcdl-payouts {
  background-image: url(../images/fast-pay.png)
}
.cashback-container {
  background-image: url(../images/cashback.png)
}
.vip-container {
  background-image: url(../images/vip-level.png)
}
.play {
  background-image: url(../images/games.png)
}
.main-missions-wrapper {
  background-image: url(../images/feature-missions.png)
}
@media (max-width:1024px) {
  .perks-holder {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .perks-holder {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 16px 16px 24px;
    gap: 12px;
    margin: 0 -16px;
    scrollbar-width: thin
  }
  .perks-holder::-webkit-scrollbar {
    height: 4px
  }
  .perks-holder::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 2px
  }
  .benefit-card-box {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .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(--theme-fill-alt);
  border-radius: 8px;
  padding: 18px;
  max-width: 320px
}
.main-name-service {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}
.main-name-service img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.site-heading-service-copy-group {
  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
  }
}
.main-application-banner-container {
  margin: 32px auto;
  max-width: 800px
}
.site-application-banner {
  display: flex;
  align-items: stretch;
  background: var(--tile-background,var(--theme-fill-alt));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--casoola-border);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.app-banner-content-body-wrapper {
  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(--casoola-border);
  background: var(--theme-fill-alt);
  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
}
.app-banner-label-inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.mobile-banner-text-heading {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--theme-text);
  letter-spacing: .2px
}
.app-banner-label-rate-wrap {
  display: flex;
  gap: 1px
}
.app-banner-label-rate-wrap img {
  width: 12px;
  height: 12px
}
.app-banner-label-rate-wrap .star-half-wrap {
  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-promo-banner-headline {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--theme-text);
  font-family: var(--headline-text);
  margin: 0
}
.application-banner-description {
  color: var(--text-subtle);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.main-app-promo-banner-btn-shell {
  margin-top: 4px
}
.main-app-promo-banner-btn-shell .primary-cta {
  margin: 0;
  display: inline-block
}
.application-banner-image-shell {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.mobile-banner-image-panel {
  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) {
  .site-application-banner {
    flex-direction: column;
    min-height: unset
  }
  .application-banner-image-shell {
    display: none
  }
  .application-banner-mobile {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .application-banner-mobile img {
    max-width: 320px
  }
  .app-banner-content-body-wrapper {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .app-promo-banner-headline {
    font-size: 20px
  }
  .main-app-promo-banner-btn-shell .primary-cta {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.primary-cta {
  font-size: 18px;
  font-weight: 700;
  background: var(--ui-main);
  color: var(--theme-text-btn,var(--theme-text));
  padding: 12px 56px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-transform: uppercase;
  text-decoration: none
}
.primary-cta:hover {
  background: var(--hover-main,var(--ui-main));
  color: var(--theme-text-btn,var(--theme-text))
}
.updated-date-grid {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--theme-fill-alt);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--ui-main);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--theme-text);
  max-width: 1240px
}
@media (max-width:768px) {
  .updated-date-grid {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-page-footer-area.footer-container {
  background: var(--ui-site-footer-fill,var(--theme-fill-alt,#060e2a));
  color: var(--theme-text-page-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-page-footer-area.footer-container .main-colophon-middle,
.site-page-footer-area.footer-container .page-footer-lower,
.site-page-footer-area.footer-container .page-footer-splash-area {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box
}
.site-page-footer-area.footer-container .page-footer-splash-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 32px;
  padding-bottom: 16px
}
.site-page-footer-area.footer-container .site-footer-logo-wrapper {
  height: 60px;
  width: auto;
  max-width: 341px;
  object-fit: contain
}
.site-page-footer-area.footer-container .page-footer-banking {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap
}
.site-page-footer-area.footer-container .page-footer-banking img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-page-footer-area.footer-container .main-colophon-middle {
  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: 24px
}
.site-page-footer-area.footer-container .page-footer-navbar-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px
}
.site-page-footer-area.footer-container .page-footer-navbar-area a {
  color: var(--ui-link-site-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-page-footer-area.footer-container .page-footer-navbar-area a:hover {
  color: var(--theme-text-page-footer,#fff)
}
.site-page-footer-area.footer-container .page-footer-navbar-area:not(:has(a)) {
  display: none
}
.site-page-footer-area.footer-container .footer-nav-legal-group,
.site-page-footer-area.footer-container .site-footer-nav-primary-inner {
  text-align: left
}
@media (min-width:961px) {
  .site-page-footer-area.footer-container .main-colophon-middle:has(.site-footer-nav-primary-inner a):not(:has(.footer-nav-legal-group a)),
  .site-page-footer-area.footer-container .main-colophon-middle:not(:has(.site-footer-nav-primary-inner a)):has(.footer-nav-legal-group a) {
    grid-template-columns: minmax(120px,1fr) minmax(220px,1.4fr) minmax(180px,1fr)
  }
  .site-page-footer-area.footer-container .main-colophon-middle:not(:has(.page-footer-navbar-area a)) {
    grid-template-columns: 1fr auto
  }
}
.site-page-footer-area.footer-container .site-footer-support-container {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-page-footer-area.footer-container .site-footer-support-container .footer-assist-name {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-page-footer-area.footer-container .site-footer-support-container p {
  color: var(--theme-text-page-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-page-footer-area.footer-container .footer-inbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-text-page-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-page-footer-area.footer-container .footer-inbox img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-page-footer-area.footer-container .site-page-footer-side-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end
}
.site-page-footer-area.footer-container .site-footer-locale {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--footer-social-links-bg,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--theme-text-page-footer,#fff);
  font-family: inherit;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  cursor: pointer;
  min-width: 88px;
  justify-content: space-between
}
.site-page-footer-area.footer-container .site-footer-locale img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-page-footer-area.footer-container .site-footer-social-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-page-footer-area.footer-container .colophon-socials {
  display: flex;
  gap: 4px
}
.site-page-footer-area.footer-container .main-site-footer-share {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--footer-social-links-bg,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-page-footer-area.footer-container .main-site-footer-share:hover {
  background: var(--theme-highlight,#5a6178)
}
.site-page-footer-area.footer-container .main-site-footer-share img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
.site-page-footer-area.footer-container .site-footer-rule-inner {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-page-footer-area.footer-container .page-footer-lower {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 32px
}
.site-page-footer-area.footer-container .footer-legal {
  color: var(--theme-text-page-footer,#a2a5af);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 900px;
  white-space: pre-line
}
@media (max-width:960px) {
  .site-page-footer-area.footer-container .main-colophon-middle {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-page-footer-area.footer-container .page-footer-banking {
    gap: 24px
  }
  .site-page-footer-area.footer-container .site-page-footer-side-wrap {
    align-items: flex-start
  }
}
@media (max-width:600px) {
  .site-page-footer-area.footer-container .main-colophon-middle,
  .site-page-footer-area.footer-container .page-footer-splash-area {
    padding: 20px
  }
  .site-page-footer-area.footer-container .main-colophon-middle {
    grid-template-columns: 1fr;
    gap: 24px
  }
  .site-page-footer-area.footer-container .page-footer-lower {
    padding: 20px
  }
  .site-page-footer-area.footer-container .page-footer-banking {
    justify-content: center
  }
  .site-page-footer-area.footer-container .page-footer-banking img {
    width: 70px;
    height: 35px
  }
  .site-page-footer-area.footer-container .site-footer-rule-inner {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-page-footer-area.footer-container .main-colophon-middle,
  .site-page-footer-area.footer-container .site-footer-support-container,
  .site-page-footer-area.footer-container .site-page-footer-side-wrap {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-page-footer-area.footer-container .colophon-socials,
  .site-page-footer-area.footer-container .page-footer-banking {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-page-footer-area.footer-container .page-footer-navbar-area {
    align-items: center
  }
  .site-page-footer-area.footer-container .footer-inbox {
    justify-content: center
  }
}
.site-layout-wrapper {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-content-block {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-content-block .site-core {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}
.perks-holder,
.site-application-banner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto
}
.site-page-footer-area[class] {
  padding-left: var(--casoola-width-aside,0)
}
.site-page-footer-area[class] .page-footer-lower {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-page-footer-area[class] {
    padding-left: 0
  }
}
.button-center-wrap {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.button-center-wrap .primary-cta,
.button-center-wrap a.primary-cta {
  display: inline-block
}
@media (max-width:768px) {
  .button-center-wrap {
    display: block;
    margin: 30px auto
  }
  .legal-content-body .table-scroll > table,
  .main-zone .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.primary-cta.app-banner-call-to-action {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.faq-heading-box,
.perks-holder h2 {
  font-family: var(--headline-text);
  color: var(--theme-text);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.perks-holder .benefit-card-box {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.perks-holder .benefit-card-box h3 {
  margin: 0;
  font-size: 14px
}
.main-zone li {
  padding: .3rem 0;
  line-height: 1.7
}
.main-zone table {
  font-size: .92rem
}
.main-zone table th {
  background: var(--ui-main);
  color: var(--theme-text-btn,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.main-zone table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.main-zone table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.site-layout-wrapper > .widget-zone-wrapper.secondary-alt {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--casoola-width-aside,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-wrapper > .site-content-block {
  margin-left: var(--casoola-width-aside,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-content-block .site-core {
    padding-left: 20px
  }
  .site-layout-wrapper > .widget-zone-wrapper.secondary-alt {
    max-width: var(--casoola-width-aside,80px)
  }
}
@media (max-width:992px) {
  .site-layout-wrapper > .widget-zone-wrapper.secondary-alt {
    display: none
  }
  .site-layout-wrapper > .site-content-block {
    margin-left: 0
  }
}
.topbar-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
}
.aside-wide-glyph-wrap img {
  width: 64px;
  height: 64px;
  object-fit: contain
}
.side-column-full-entry img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.side-rail-expanded .side-column-core {
  padding-top: 20px!important
}
.switcher-wrapper img {
  width: 14px;
  height: 14px;
  object-fit: contain
}
.menu-toggle-action img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.legal-headline-box {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--theme-text);
  line-height: 1.15;
  letter-spacing: -.02em
}
.legal-content-body {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-subtle);
  max-width: 860px
}
.legal-content-body p {
  margin-bottom: 1.1rem
}
.legal-content-body strong {
  color: var(--theme-text)
}
.legal-content-body a {
  color: var(--ui-main);
  text-decoration: underline;
  text-underline-offset: 2px
}
.legal-content-body a:hover {
  color: var(--hover-main,var(--theme-highlight))
}
.legal-content-body article em {
  color: var(--text-subtle);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.main-content-body-img-panel {
  max-width: 30%;
  height: auto;
  object-fit: cover
}
.content-img-left-side-container {
  float: left;
  margin: .75rem 1.8rem 1rem 0
}
.inner-img-right-side {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.main-zone h2,
.main-zone h3,
.main-zone table {
  clear: both
}
.main-clear {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-headline-box {
    font-size: 1.6rem
  }
  .legal-content-body h1 {
    font-size: 1.5rem
  }
  .legal-content-body h2 {
    font-size: 1.2rem
  }
  .content-img-left-side-container,
  .inner-img-right-side,
  .main-content-body-img-panel {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    margin: 1rem auto
  }
}
.legal-content-body h1,
.legal-content-body h2,
.legal-content-body h3,
.main-zone h1,
.main-zone h2,
.main-zone h3 {
  font-family: var(--headline-text);
  color: var(--theme-text);
  text-decoration: none;
  border: none
}
.legal-content-body h1,
.main-zone h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.legal-content-body h2,
.main-zone h2 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.legal-content-body h3,
.main-zone h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.legal-content-body ul,
.main-zone ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.legal-content-body ul li,
.main-zone ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.legal-content-body ul li::before,
.main-zone ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ui-main)
}
.legal-content-body ol,
.main-zone ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.legal-content-body ol li,
.main-zone ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.legal-content-body ol li::before,
.main-zone ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--ui-main);
  font-weight: 600
}
.legal-content-body table,
.main-zone table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--tile-background,rgba(255,255,255,.03));
  border: 1px solid var(--casoola-border,rgba(255,255,255,.08));
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,.18);
  margin: 1.5rem 0;
  color: var(--text-subtle,#c9ccd6);
  font-family: var(--ui-main-font-family, 'Montserrat', system-ui, sans-serif)
}
.legal-content-body table thead tr:first-child th:first-child,
.main-zone table thead tr:first-child th:first-child {
  border-top-left-radius: 10px
}
.legal-content-body table thead tr:first-child th:last-child,
.main-zone table thead tr:first-child th:last-child {
  border-top-right-radius: 10px
}
.legal-content-body table tbody tr:last-child td:first-child,
.main-zone table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.legal-content-body table tbody tr:last-child td:last-child,
.main-zone table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.legal-content-body table thead tr,
.main-zone table thead tr {
  background: var(--theme-fill-alt,rgba(255,255,255,.06))
}
.legal-content-body table thead th,
.main-zone table thead th {
  font-weight: 700;
  color: var(--theme-text,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--casoola-border,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.legal-content-body table thead th:last-child,
.main-zone table thead th:last-child {
  border-right: none
}
.legal-content-body table tbody tr:nth-child(odd),
.main-zone table tbody tr:nth-child(odd) {
  background: 0 0
}
.legal-content-body table tbody tr:nth-child(2n),
.main-zone table tbody tr:nth-child(2n) {
  background: var(--theme-fill-alt,rgba(255,255,255,.03))
}
.legal-content-body table tbody td,
.main-zone table tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--casoola-border,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--casoola-border,rgba(255,255,255,.06));
  color: var(--text-subtle,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6
}
.legal-content-body table tbody td:last-child,
.main-zone table tbody td:last-child {
  border-right: none
}
.legal-content-body table tbody tr:last-child td,
.main-zone table tbody tr:last-child td {
  border-bottom: none
}
.questions-unit-row {
  background: var(--theme-fill-alt,rgba(255,255,255,.02));
  border: 1px solid var(--casoola-border,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 .faq-heading-box {
  color: var(--theme-text,#fff);
  font-family: var(--headline-text, '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 .faq-card-box {
  background: var(--tile-background,rgba(255,255,255,.04));
  border: 1px solid var(--casoola-border,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 14px;
  color: var(--text-subtle,#b1b4bc)
}
.questions-unit-row .faq-card-box:last-child {
  margin-bottom: 0
}
.questions-unit-row .faqs-ask-grid {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--theme-text,#fff);
  margin: 0 0 12px
}
.questions-unit-row .questions-answer {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 400;
  font-size: .95rem;
  line-height: 1.6;
  color: var(--text-subtle,#b1b4bc)
}
.questions-unit-row .questions-answer p {
  margin: 0 0 8px
}
.questions-unit-row .questions-answer p:last-child {
  margin-bottom: 0
}
.questions-unit-row .questions-answer b,
.questions-unit-row .questions-answer strong {
  font-weight: 700;
  color: var(--theme-text,#fff)
}
@media (max-width:600px) {
  .legal-content-body h1,
  .main-zone h1 {
    font-size: 2rem
  }
  .legal-content-body h2,
  .main-zone h2 {
    font-size: 1.6rem
  }
  .legal-content-body h3,
  .main-zone h3 {
    font-size: 1.2rem
  }
  .legal-content-body table tbody td,
  .legal-content-body table thead th,
  .main-zone table tbody td,
  .main-zone table thead th {
    padding: 10px 12px;
    font-size: .8rem
  }
  .questions-unit-row {
    padding: 24px 20px 28px;
    margin: 24px 12px
  }
  .questions-unit-row .faq-heading-box {
    font-size: 1.6rem;
    letter-spacing: .3px;
    margin: 0 0 24px;
    padding-top: 4px
  }
  .questions-unit-row .faq-card-box {
    padding: 20px 18px;
    margin-bottom: 12px
  }
  .questions-unit-row .faqs-ask-grid {
    font-size: 1.05rem;
    line-height: 1.35
  }
  .questions-unit-row .questions-answer {
    font-size: .9rem
  }
}
.main-zone h2 {
  border: none;
  border-bottom: none
}
.legal-content-body ol li,
.legal-content-body ul li,
.main-zone ol li,
.main-zone ul li {
  border-bottom: none
}
.main-zone {
  max-width: 1200px;
  margin: 0 auto
}
[data-slot=content-image-1]:not(a):not(button) {
  max-width: 45%!important
}
[data-slot=content-image-3]:not(a):not(button),
[data-slot=espana-content-image-2]:not(a):not(button) {
  max-width: 35%!important
}
[data-slot=app-content-image-1]:not(a):not(button),
[data-slot=espana-content-image-1]:not(a):not(button) {
  max-width: 40%!important
}
@media (max-width:768px) {
  [data-slot=app-content-image-1]:not(a):not(button),
  [data-slot=content-image-1]:not(a):not(button),
  [data-slot=content-image-3]:not(a):not(button),
  [data-slot=espana-content-image-1]:not(a):not(button),
  [data-slot=espana-content-image-2]:not(a):not(button) {
    max-width: 100%!important
  }
}
.site-application-banner {
  background-color: #281011!important;
  background-blend-mode: multiply!important
}
.benefit-card-box {
  background-color: #281011!important;
  background-blend-mode: normal!important
}
.site-header-surface-name-wrapper {
  color: #fff!important
}
.main-header-surface-offer,
.site-topbar-surface-deposit {
  color: #ffe840!important
}
.masthead-bg-action {
  --promo-cta-grad-top: #f6e166!important;
  --reward-btn-grad-bottom-area: #cd6b11!important;
  background: linear-gradient(180deg,var(--promo-cta-grad-top) 0,var(--reward-btn-grad-bottom-area) 100%)!important;
  background-image: linear-gradient(180deg,var(--promo-cta-grad-top) 0,var(--reward-btn-grad-bottom-area) 100%)!important
}
.masthead-bg-action:hover {
  background: linear-gradient(180deg,var(--reward-btn-grad-bottom-area) 0,var(--promo-cta-grad-top) 100%)!important
}