:root {
  --ui-glow: rgba(255,255,255,0.1);
  --theme-glow-strong: rgba(255,255,255,0.2);
  --inset-area: 6rem 2rem;
  --panel-inset: 2.2rem;
  --ii89-gutter: 2rem;
  --ui-rounding: 3px;
  --ii89-rounding-card: 6px;
  --surface-sheen: #322b56;
  --border-line-glass: #423b66;
  --theme-glass-shade: 0 2px 12px rgba(0, 0, 0, 0.3);
  --theme-certification-page-footer: #c20809;
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
body {
  font-family: var(--main-typeface);
  background: var(--theme-bg);
  color: var(--ii89-text);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--headline-font);
  line-height: 1.15;
}
a { color: var(--ii89-primary); text-decoration: none; transition: color 0.25s ease; }
a:hover { color: var(--ui-hover-accent-primary); }
img { max-width: 100%; height: auto; }
@keyframes shimmer {
  0% { background-position: 200% center; }
  100% { background-position: -200% center; }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 15px var(--ui-glow); }
  50% { box-shadow: 0 0 28px var(--theme-glow-strong); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.header-burger-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header-burger-open span:nth-child(2) { opacity: 0; }
.header-burger-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 768px) {
.header-nav-open { display: flex !important; }
}
.widget-field.main-sub-grid { position: fixed; left: 0; top: 0; bottom: 0; width: var(--width-sidebar, 64px); overflow-y: auto; z-index: 10; flex-shrink: 0; }
.side-rail-main { position: relative; height: 100%; overflow-y: auto; }
.colophon-top-section { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.site-footer-logo-wrap { display: flex; align-items: center; gap: 0.5rem; }
.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: 0.82rem; color: var(--ii89-subtle-text-content); text-decoration: none; transition: color 0.2s; }
.page-footer-nav a:hover { color: var(--ii89-primary); text-decoration: underline; text-underline-offset: 2px; }
.site-footer-separator-panel { height: 1px; background: rgba(255,255,255,0.08); margin: 0.5rem 0; }
.site-footer-lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding-top: 0.6rem;
}
@media (max-width: 480px) {
:root {
    --inset-area: 1.8rem 0.8rem;
    --panel-inset: 0.9rem;
    --ii89-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;
  }
}
:root { }
:root {
  --topbar-h: 64px;
  --ui-background-topbar: var(--theme-bg);
  --ui-label-topbar: var(--ii89-text);
  --masthead-label-subtle: var(--ii89-subtle-text-content);
  --header-tag-bg: var(--alt-bg);
  --site-header-chip-outline: var(--edge);
  --site-header-button-background: var(--highlight);
  --topbar-call-to-action-label: #fff;
  --site-header-offer-surface: #009900;
  --topbar-offer-copy: #fff;
}
body { padding-top: var(--topbar-h); }
header {
  background-color: var(--ui-background-topbar);
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: var(--topbar-h);
  z-index: 9999;
  font-family: var(--headline-font);
}
.site-page-header-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
}
.site-page-header-wrapper a { color: var(--ui-label-topbar); text-decoration: none; transition: color .2s ease; }
.site-page-header-wrapper a:hover { color: unset; }
.header-left-side {
  display: flex;
  align-items: center;
  gap: 32px;
}
.logo-holder { display: flex; align-items: center; }
.logo-holder img { max-height: 50px; width: auto; max-width: 200px; object-fit: contain; display: block; }
.selector-container {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: var(--header-tag-bg);
  padding: 4px;
  border-radius: 1000px;
  border: 1px solid var(--site-header-chip-outline);
}
.selector-container > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--masthead-label-subtle);
  border-radius: 1000px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.selector-container img { width: 16px; height: 16px; }
.picker-start-section {
  background: var(--ii89-primary);
  color: var(--topbar-call-to-action-label) !important;
}
.picker-start-section img { filter: brightness(0) invert(1); }
.page-header-navigation-wrapper { display: flex; align-items: center; height: 100%; }
.header-navigation {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 28px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  height: 100%;
}
.header-navigation li { display: flex; align-items: center; height: 100%; }
.header-navigation a {
  color: var(--ui-label-topbar);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.header-navigation a:hover { color: var(--ii89-primary); }
.header-navigation a.active::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--ii89-primary);
}
.header-end {
  display: flex;
  align-items: center;
  gap: 12px;
}
.missions-button-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  background: var(--site-header-button-background);
  color: var(--topbar-call-to-action-label);
  padding: 7px 12px 7px 8px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.18);
  transition: filter .2s ease, transform .15s ease;
}
.missions-button-wrap:hover { filter: brightness(1.1); }
.missions-button-wrap:active { transform: translateY(1px); }
.missions-button-wrap img { width: 18px; height: 18px; }
.missions-name-row { letter-spacing: 0.2px; }
.site-page-header-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: background .2s ease;
}
.site-page-header-search:hover { background: var(--header-tag-bg); }
.site-page-header-search img { width: 20px; height: 20px; opacity: 0.75; }
.header-button-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
}
.header-button-buttons a {
  padding: 9px 18px;
  border-radius: 1000px;
  line-height: 1;
  letter-spacing: 0.2px;
  transition: filter .2s ease, background .2s ease, transform .15s ease;
}
.sign-in-button {
  border: 1px solid var(--site-header-chip-outline);
  color: var(--ui-label-topbar);
  background: transparent;
}
.sign-in-button:hover { background: var(--header-tag-bg); }
.site-sign-up-btn-shell { position: relative; }
.site-sign-up-button {
  background: var(--ii89-primary);
  border: 1px solid var(--ii89-primary);
  color: var(--ui-cta-text-content, #fff);
  box-shadow: 0 2px 10px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.2);
}
.site-sign-up-button:hover { filter: brightness(1.1); }
.site-sign-up-button:active { transform: translateY(1px); }
.main-sign-up-promo {
  position: absolute;
  top: -13px;
  right: 2px;
  background-color: var(--site-header-offer-surface);
  color: var(--topbar-offer-copy);
  border-radius: 1000px;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px 2px 4px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.25);
  white-space: nowrap;
}
.main-sign-up-promo img { width: 9px; height: 9px; }
.menu-toggle-action {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.menu-toggle-action img { width: 24px; height: 24px; filter: invert(1); }
.offcanvas-block {
  position: fixed;
  top: 0; left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--ui-background-topbar);
  z-index: 10000;
  transition: left 0.3s ease;
  display: flex;
  flex-direction: column;
}
.offcanvas-block.open { left: 0; }
.offcanvas-close-row {
  background: none;
  border: none;
  padding: 10px;
  color: var(--ui-label-topbar);
  cursor: pointer;
}
.offcanvas-site-header-block { display: flex; justify-content: flex-end; }
.offcanvas-inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.offcanvas-inner .header-navigation { flex-direction: column; align-items: flex-start; gap: 15px; }
.offcanvas-inner .header-navigation a { font-size: 16px; padding: 12px 0; display: block; height: auto; }
.site-offcanvas-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}
.site-offcanvas-backdrop.show { opacity: 1; pointer-events: all; }
@media (max-width: 1124px) {
.page-header-navigation-wrapper, .selector-container { display: none; }
.offcanvas-block .page-header-navigation-wrapper, .offcanvas-block .selector-container { display: flex; max-width: fit-content; }
.offcanvas-block .header-navigation { flex-direction: column; align-items: flex-start; font-size: 14px; gap: 15px; }
.offcanvas-block .selector-container { font-size: 12px; }
}
@media (min-width: 1125px) {
.menu-toggle-action, .offcanvas-block, .site-offcanvas-backdrop { display: none; }
}
@media (max-width: 768px) {
.missions-button-wrap, .site-page-header-search { display: none; }
.site-page-header-wrapper { padding: 0 12px; }
.header-left-side { gap: 8px; }
.header-end { gap: 6px; }
.logo-holder { max-width: 130px; }
.logo-holder img { max-height: 38px; object-fit: contain; width: auto; max-width: 200px; }
.menu-toggle-action img { width: 20px; height: 20px; }
.header-button-buttons { gap: 6px; }
.header-button-buttons a {
    padding: 7px 12px;
    font-size: 10px;
    white-space: nowrap;
    line-height: 1;
  }
.main-sign-up-promo { font-size: 7px; padding: 2px 5px; top: -11px; right: 0; }
.main-sign-up-promo img { width: 8px; height: 8px; }
}
@media (max-width: 768px) {
.header-end { flex-shrink: 0; }
.logo-holder { min-width: 0; flex-shrink: 1; }
.logo-holder img { max-width: 100%; }
}
.selector-container > a { text-decoration: none; color: inherit; cursor: pointer; }
#secondary { width: 64px; min-width: 64px; background: var(--alt-bg); border-right: 1px solid rgba(128,128,128,0.18); }
.side-rail-main { display: flex; flex-direction: column; align-items: center; padding: 12px 8px; gap: 8px; }
.side-column-icon-entry { display: flex; align-items: center; justify-content: center; padding: 8px; border-radius: 6px; transition: background 0.2s; }
.side-column-icon-entry:hover { background: var(--surface-card-box); }
.side-column-icon-entry img { width: 24px; height: 24px; object-fit: contain; opacity: 0.7; transition: opacity 0.2s; }
.side-column-icon-entry:hover img { opacity: 1; }
.side-column-icon-entry.sidebar-symbol-lg-row img { width: 48px; height: 48px; object-fit: contain; opacity: 1; }
.aside-hr { border: 0; height: 1px; background: rgba(128,128,128,0.18); width: 80%; margin: 4px auto; }
@media (max-width: 921px) {
#secondary { display: none; }
}
.masthead-background, .masthead-background *, .masthead-surface-bottom-area-holder, .masthead-surface-bottom-area-holder * {
  font-family: var(--headline-font) !important;
}
.masthead-background {
  background: url(../images/header-bg.png?v=eb657637) no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
}
.main-topbar-fill {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px;
}
.main-topbar-fill br {
  display: none;
}
.main-topbar-fill > a {
  display: inline-block;
  width: auto;
}
.site-header-surface-heading {
  text-transform: uppercase;
  font-size: 36px !important;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--highlight);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 0, 0, 1);
}
.topbar-background-deposit {
  font-size: 126px !important;
  font-weight: 900 !important;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--ii89-text);
  filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1));
}
.site-header-bg-promo {
  font-size: 28.8px !important;
  font-weight: 900;
  color: var(--ii89-text);
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1), 0 0 15px rgba(0, 0, 0, 1);
  margin-bottom: 20px;
}
.site-page-header-surface-button {
  background: var(--ii89-primary);
  color: var(--ui-cta-text-content, #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: all .5s;
}
.site-page-header-surface-button:hover {
  background: var(--ui-hover-accent-primary);
  transform: translateY(-2px);
}
.page-header-fill-action-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0;
}
.site-page-header-surface-action-main {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.6;
}
.page-header-fill-cta-description-inner {
  font-size: 13px !important;
  font-weight: 500;
  opacity: .8;
  text-transform: none;
  line-height: 1.6;
}
.masthead-surface-bottom-area-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--alt-bg);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative;
}
.masthead-surface-bottom-area-holder::before, .masthead-surface-bottom-area-holder::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none;
}
.masthead-surface-bottom-area-holder::before {
  left: 0;
  background: linear-gradient(to right, var(--theme-bg), transparent);
}
.masthead-surface-bottom-area-holder::after {
  right: 0;
  background: linear-gradient(to left, var(--theme-bg), transparent);
}
.masthead-surface-bottom-area-holder 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-group {
  font-size: 10px;
  color: var(--ii89-subtle-text-content);
  font-weight: 700;
}
.site-header-background-bottom-content-body-inner .site-big-content-body {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 769px) {
.main-topbar-fill {
    padding-top: calc(12% - 21px) !important;
    padding-bottom: 29px !important;
  }
}
@media (max-width: 768px) {
.masthead-background {
    background-image: url(../images/header-bg-mobile.png?v=18745546);
    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 .main-topbar-fill {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--banner-drop) * -1);
    padding: 0 16px;
    gap: 4px;
  }
.site-header-surface-heading {
    font-size: 20px !important;
    margin-bottom: 4px;
  }
.topbar-background-deposit {
    font-size: 66px !important;
    line-height: 1.1;
  }
.site-header-bg-promo {
    font-size: 24px !important;
    margin-bottom: 16px;
  }
.masthead-surface-bottom-area-holder {
    background: var(--alt-bg);
    gap: 10px;
    padding: 8px 15px;
  }
.site-big-content-body {
    font-size: 14px;
  }
}
.banking-methods-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  padding: 20px 24px;
  margin: 24px auto;
  max-width: 1100px;
  background: transparent;
}
.banking-methods-box img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: 0.9;
  transition: opacity .2s ease, transform .2s ease;
  filter: grayscale(10%);
}
.banking-methods-box img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
.banking-methods-box { gap: 14px 20px; padding: 16px; }
.banking-methods-box img { width: 56px; height: 44px; }
}
.slots-sort-panel {
  width: 100%;
  max-width: 1400px;
  margin: 24px auto;
  padding: 12px 0;
  background: var(--theme-bg);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.slots-sort-panel::-webkit-scrollbar { height: 4px; }
.slots-sort-panel::-webkit-scrollbar-thumb { background: var(--edge); border-radius: 2px; }
.play-selector-row-group {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  white-space: nowrap;
  width: max-content;
}
.game-filter-bar-chip-section {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  background: var(--alt-bg, #151c35);
  border: 1px solid var(--edge);
  color: var(--ii89-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .15s ease;
  flex: 0 0 auto;
}
.game-filter-bar-chip-section:hover {
  background: var(--surface-card-box, var(--alt-bg));
  border-color: var(--ii89-primary);
  color: var(--ii89-text);
}
.game-filter-bar-chip-section.active {
  background: var(--ii89-primary);
  border-color: var(--ii89-primary);
  color: var(--ui-cta-text-content, #fff);
}
.play-selector-symbol {
  width: 20px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.85;
}
.game-filter-bar-chip-section:hover .play-selector-symbol { opacity: 1; }
@media (max-width: 768px) {
.play-selector-row-group { gap: 6px; padding: 0 12px; }
.game-filter-bar-chip-section { padding: 10px 14px; font-size: 13px; }
}
.site-primary-container {  max-width: 1400px; margin: 0 auto; padding: 20px 20px 60px;}
.inner-region {  font-size: 15px; line-height: 1.8; color: var(--ii89-subtle-text-content); max-width: 860px;}
.inner-region p { margin-bottom: 1rem; }
.inner-region strong { color: var(--ii89-text); }
.inner-region a:not(.primary-btn):not(.application-banner-cta):not([class*="-button"]) { color: var(--ii89-primary); text-decoration: underline; }
.inner-region a:not(.primary-btn):not(.application-banner-cta):not([class*="-button"]):hover { color: var(--highlight); }
@media (max-width: 768px) {
.site-primary-container { padding: 5rem 15px 30px; }
.inner-region { font-size: 14px; }
.site-primary-container > .site-app-banner-container-grid, .site-app-banner-container-grid {    margin-left: -15px; margin-right: -15px;    width: auto; max-width: none;  }
.site-mobile-banner, .app-promo-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;
  max-width: 1400px;
}
.highlight-card {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-end; justify-content: flex-start;
  padding: 14px;
  background-color: var(--surface-card-box, var(--alt-bg));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.highlight-card:hover { transform: scale(1.03); box-shadow: 0 6px 20px rgba(0,0,0,0.22); }
.highlight-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
}
.features-wrapper .highlight-card h3 {
  text-transform: none; border: none; padding: 0;  
  font-size: 13px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0;
  letter-spacing: 0.2px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45);
  text-align: left; width: auto;
}
.main-fcdl-payouts { background-image: url(../images/fast-pay.png?v=7710e643); }
.site-cashback-area { background-image: url(../images/cashback.png?v=bd76098e); }
.vip-container { background-image: url(../images/vip-level.png?v=4bff1963); }
.play-grid { background-image: url(../images/games.png?v=78ad393f); }
.main-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,0.2); border-radius: 2px; }
.highlight-card { flex: 0 0 44%; max-width: 44%; scroll-snap-align: start; }
.features-wrapper .highlight-card h3 { font-size: 12px; }
}
.region-help {  display: flex;  flex-wrap: wrap;  gap: 16px;  justify-content: center;  padding: 30px 0;  max-width: 800px;  margin: 0 auto;}
.section-service {  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;}
.name-support-text-holder {  font-weight: 700;  font-size: 16px;}
.section-service p {  color: var(--ii89-subtle-text-content);  font-size: 13px;  margin-bottom: 0;}
@media (max-width: 768px) {
.region-help { flex-direction: column; padding: 0 16px; }
}
.site-app-banner-container-grid {
  margin: 32px auto;
  max-width: 800px;
}
.site-mobile-banner {
  display: flex;
  align-items: stretch;
  background: var(--surface-card-box, 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, 0.18);
}
.mobile-banner-content {
  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(--edge);
  background: var(--alt-bg);
  align-self: flex-start;
}
.app-banner-tag-image {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: transparent;
}
.app-banner-label-inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.application-banner-label-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ii89-text);
  letter-spacing: 0.2px;
}
.app-promo-banner-text-rate-row {
  display: flex;
  gap: 1px;
}
.app-promo-banner-text-rate-row img { width: 12px; height: 12px; }
.app-promo-banner-text-rate-row .site-star-half { opacity: 0.85; }
.site-app-promo-banner-label-verify {
  background: #069815;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: 0.3px;
  align-self: center;
  white-space: nowrap;
}
.application-banner-name {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--ii89-text);
  font-family: var(--headline-font);
  margin: 0;
}
.application-banner-description-row {
  color: var(--ii89-subtle-text-content);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}
.app-banner-action-container { margin-top: 4px; }
.app-banner-action-container .primary-btn {
  margin: 0;
  display: inline-block;
}
.main-app-banner-image-holder-grid {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box;
}
.app-banner-image-section {
  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 { display: none; }
.app-promo-banner-mobile img { max-width: 100%; height: auto; max-height: 280px; display: block; border-radius: 12px; }
@media (max-width: 768px) {
.site-mobile-banner { flex-direction: column; min-height: unset; }
.main-app-banner-image-holder-grid { display: none; }
.app-promo-banner-mobile {
    display: block;
    padding: 0;
    line-height: 0;
  }
.app-promo-banner-mobile img {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
  }
.mobile-banner-content { padding: 16px 20px 24px; gap: 12px; }
.mobile-banner-content .application-banner-caption { margin-top: -2px; }
.application-banner-name { font-size: 20px; }
.app-banner-action-container .primary-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.primary-btn {  font-size: 18px; font-weight: 700; background: var(--ii89-primary); color: var(--ui-cta-text-content, #fff);  padding: 10px 56px; border-radius: 30px; margin: 30px auto; display: block;  max-width: fit-content; text-decoration: none; transition: filter 0.2s;}
.primary-btn:hover { filter: brightness(1.15); color: var(--ui-cta-text-content, #fff); }
.site-page-header-surface-button { border-radius: 30px; }
.main-updated-date-panel {  background: var(--alt-bg); margin: 30px auto; border-radius: 10px;  border-left: 5px solid var(--ii89-primary); font-weight: 700; font-size: 20px;  text-transform: uppercase; padding: 18px 30px; color: var(--ii89-text); max-width: 1400px;}
@media (max-width: 768px) {
.main-updated-date-panel { font-size: 16px; padding: 14px 20px; margin: 20px 15px; }
}
.site-footer-area.site-page-footer {
  background: var(--ui-site-footer-fill, var(--alt-bg, #060e2a));
  color: var(--theme-text-page-footer, #fff);
  font-family: 'Montserrat', system-ui, sans-serif;
  padding: 0;
  margin-top: 60px;
}
.site-footer-area.site-page-footer .colophon-top-section, .site-footer-area.site-page-footer .site-footer-lower {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box;
}
.site-footer-area.site-page-footer .colophon-top-section {
  display: grid;
  grid-template-columns: minmax(220px, 297px) minmax(120px, 1fr) minmax(180px, 1fr) minmax(220px, 297px);
  gap: 24px;
  align-items: start;
  padding-top: 28px;
  padding-bottom: 36px;
}
.site-footer-area.site-page-footer .site-footer-logo-wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.site-footer-area.site-page-footer .site-footer-brand-grid { width: 135px; height: 34px; object-fit: contain; object-position: left center; }
.site-footer-area.site-page-footer .site-footer-social-text { font-weight: 600; font-size: 14px; line-height: 26px; }
.site-footer-area.site-page-footer .page-footer-socials-section { display: flex; gap: 4px; }
.site-footer-area.site-page-footer .page-footer-social-links {
  width: 32px; height: 32px; border-radius: 16px;
  background: var(--ii89-site-footer-social-fill, #444a5f);
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; transition: background 0.18s;
}
.site-footer-area.site-page-footer .page-footer-social-links:hover { background: var(--highlight, #5a6178); }
.site-footer-area.site-page-footer .page-footer-social-links img { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.site-footer-area.site-page-footer .main-page-footer-brand-mark-title-wrapper { font-weight: 600; font-size: 18px; line-height: 1.4; margin-top: 8px; }
.site-footer-area.site-page-footer .page-footer-nav { display: flex; flex-direction: column; gap: 10px; padding-top: 7px; }
.site-footer-area.site-page-footer .page-footer-nav a {
  color: var(--site-footer-link-item, #9296a2);
  font-size: 12px; font-weight: 600; line-height: 22.29px;
  text-decoration: none;
}
.site-footer-area.site-page-footer .page-footer-nav a:hover { color: var(--theme-text-page-footer, #fff); }
.site-footer-area.site-page-footer .footer-support-panel { display: flex; flex-direction: column; gap: 12px; }
.site-footer-area.site-page-footer .footer-support-panel .footer-assist-name { font-weight: 600; font-size: 18px; margin: 0; line-height: 1.2; }
.site-footer-area.site-page-footer .footer-support-panel p { color: var(--theme-text-page-footer, #b1b4bc); font-size: 14px; line-height: 26px; margin: 0; font-weight: 600; }
.site-footer-area.site-page-footer .colophon-email {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--theme-text-page-footer, #fff); font-weight: 600; font-size: 16px; text-decoration: none;
}
.site-footer-area.site-page-footer .colophon-email img { width: 15px; height: 15px; filter: brightness(0) invert(1); opacity: 0.85; }
.site-footer-area.site-page-footer .site-footer-separator-panel {
  height: 0;
  background: transparent;
  margin: 0;
}
.site-footer-area.site-page-footer .site-footer-lower {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "license  right"
    "copyright right";
  column-gap: 24px;
  row-gap: 8px;
  align-items: start;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 36px;
}
.site-footer-area.site-page-footer .page-footer-licence { grid-area: license; }
.site-footer-area.site-page-footer .footer-rights { grid-area: copyright; }
.site-footer-area.site-page-footer .page-footer-bottom-right { grid-area: right; align-self: center; }
.site-footer-area.site-page-footer .page-footer-licence {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--theme-certification-page-footer, #869dee);
  font-size: 12px; font-weight: 600; cursor: pointer;
}
.site-footer-area.site-page-footer .page-footer-licence .colophon-chevron { width: 12px; height: 12px; }
.site-footer-area.site-page-footer .footer-rights {
  color: var(--theme-text-page-footer, #a2a5af); font-size: 12px; font-weight: 400; line-height: 22.29px;
  margin: 0; max-width: 720px;
}
.site-footer-area.site-page-footer .page-footer-bottom-right {
  display: inline-flex; align-items: center; gap: 16px;
}
.site-footer-area.site-page-footer .site-page-footer-secure-pill-container { height: 48px; width: auto; max-width: none; object-fit: contain; }
.site-footer-area.site-page-footer .site-footer-language {
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--ii89-site-footer-social-fill, #444a5f);
  border: none; border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--theme-text-page-footer, #fff); font-family: inherit; font-weight: 700; font-size: 12px; text-transform: capitalize;
  cursor: pointer; min-width: 88px; justify-content: space-between;
}
.site-footer-area.site-page-footer .site-footer-language .colophon-chevron { width: 10px; height: 10px; flex-shrink: 0; filter: brightness(0) invert(1); }
@media (max-width: 960px) {
.site-footer-area.site-page-footer .colophon-top-section {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 600px) {
.site-footer-area.site-page-footer .colophon-top-section { grid-template-columns: 1fr; padding: 24px 20px; }
.site-footer-area.site-page-footer .site-footer-brand-grid { object-position: center; }
.site-footer-area.site-page-footer .site-footer-lower {
    grid-template-columns: 1fr; padding: 24px 20px; gap: 16px; text-align: center;
  }
.site-footer-area.site-page-footer .site-footer-separator-panel { margin: 0; }
.site-footer-area.site-page-footer .colophon-top-section, .site-footer-area.site-page-footer .site-footer-lower, .site-footer-area.site-page-footer .site-footer-logo-wrap, .site-footer-area.site-page-footer .footer-support-panel {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
.site-footer-area.site-page-footer .page-footer-socials-section, .site-footer-area.site-page-footer .page-footer-bottom-right { justify-content: center; flex-wrap: wrap; }
.site-footer-area.site-page-footer .page-footer-nav { align-items: center; }
.site-footer-area.site-page-footer .colophon-email { justify-content: center; }
.site-footer-area.site-page-footer .site-page-footer-secure-pill-container { height: 36px; }
.site-footer-area.site-page-footer .site-footer-lower { grid-template-areas: "license" "copyright" "right"; grid-template-columns: 1fr; row-gap: 12px; }
.site-footer-area.site-page-footer .page-footer-bottom-right { align-self: start; }
.site-footer-area.site-page-footer .colophon-top-section { padding-bottom: 24px; }
}
.site-footer-area .page-footer-nav:not(:has(a)) { display: none; }
.site-footer-area .site-page-footer-menu-accent-primary { text-align: left; }
.site-footer-area .site-footer-navigation-legal-area { text-align: left; }
.site-footer-area.site-page-footer .page-footer-nav:not(:has(a)) { display: none; }
@media (min-width: 961px) {
.site-footer-area.site-page-footer .colophon-top-section:has(.site-page-footer-menu-accent-primary a):not(:has(.site-footer-navigation-legal-area a)), .site-footer-area.site-page-footer .colophon-top-section:not(:has(.site-page-footer-menu-accent-primary a)):has(.site-footer-navigation-legal-area a) {
    grid-template-columns: minmax(220px, 297px) minmax(120px, 1fr) minmax(220px, 297px);
  }
.site-footer-area.site-page-footer .colophon-top-section:not(:has(.page-footer-nav a)) {
    grid-template-columns: 1fr auto;
  }
}
:root {
  --width-sidebar: 64px;
}
.site-layout-panel {
  display: flex;
  min-height: calc(100vh - 64px);
  position: relative;
}
.main-site {
  flex: 1;
  min-width: 0;
  padding-top: 0;
}
.main-site .site-primary-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.inner-region {
  margin: 0 auto;
}
.features-wrapper, .site-mobile-banner {
  margin-left: auto;
  margin-right: auto;
}
.site-footer-area[class] {
  padding-left: var(--width-sidebar, 0px);
}
.site-footer-area[class] .colophon-top-section, .site-footer-area[class] .site-footer-lower {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 921px) {
.site-footer-area[class] { padding-left: 0; }
}
.call-to-action-center { text-align: center; margin: 30px 0; clear: both; }
.call-to-action-center .primary-btn, .call-to-action-center a.primary-btn { display: inline-block; }
@media (max-width: 768px) {
.call-to-action-center { display: block; margin: 30px auto; }
}
.primary-btn.application-banner-cta {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0;
}
.faq-caption, .features-wrapper h2 {
  font-family: var(--headline-font);
  color: var(--ii89-text);
  margin: 2.5rem 0 1rem 0;
  padding: 0;
  line-height: 1.3;
  clear: both;
}
header { font-family: var(--headline-font); }
.features-wrapper .highlight-card {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px 14px;
}
.features-wrapper .highlight-card {
  background-size: contain;
  background-position: center 40px;
}
.features-wrapper .highlight-card h3 {
  margin: 0;
  font-size: 14px;
}
.inner-region ul, .inner-region ol {
  padding-left: 1.5rem;
  margin: 1rem 0;
}
.inner-region ul { list-style: disc; }
.inner-region ol { list-style: decimal; }
.inner-region li {
  padding: 0.3rem 0;
  line-height: 1.7;
}
.inner-region table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.92rem;
}
.inner-region table th {
  background: var(--ii89-primary);
  color: var(--ui-cta-text-content, #fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
}
.inner-region table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.inner-region table tr:nth-child(even) td {
  background: rgba(255,255,255,0.03);
}
.site-layout-panel {
  display: block;
  min-height: calc(100vh - 64px);
}
.site-layout-panel > .widget-field.main-sub-grid {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--width-sidebar, 64px);
  overflow-y: auto;
  z-index: 10;
}
.site-layout-panel > .main-site {
  margin-left: var(--width-sidebar, 64px);
  min-width: 0;
  overflow-x: clip;
}
@media (min-width: 993px) {
.main-site .site-primary-container {
    padding-left: 20px;
  }
.site-layout-panel > .widget-field.main-sub-grid {
    max-width: var(--width-sidebar, 80px);
  }
}
@media (max-width: 992px) {
.site-layout-panel > .widget-field.main-sub-grid {
    display: none;
  }
.site-layout-panel > .main-site {
    margin-left: 0;
  }
}
.masthead-background {
  position: relative;
  z-index: 1;
}
.main-topbar-fill {
  position: relative;
  z-index: 2;
}
.table-scroll { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; clear: both; }
@media (max-width: 768px) {
.inner-region .table-scroll > table, .legal-inner-area .table-scroll > table {
    width: auto;
    min-width: 100%;
  }
}
.side-column-icon-entry img { width: 24px; height: 24px; object-fit: contain; }
.side-column-icon-entry.sidebar-symbol-lg-row img { width: 48px; height: 48px; }
.selector-container img { width: 14px; height: 14px; object-fit: contain; }
.site-page-header-search img { width: 18px; height: 18px; object-fit: contain; }
.main-sign-up-promo img { width: 12px; height: 12px; object-fit: contain; }
.menu-toggle-action img { width: 24px; height: 24px; object-fit: contain; }
.slots-sort-panel a, .game-filter-bar-chip-section, .game-filter-bar-chip-section:visited, .game-filter-bar-chip-section:hover { text-decoration: none !important; }
.legal-heading-container {
  font-size: 2.4rem; font-weight: 800; margin-bottom: 0.3rem; color: var(--ii89-text);
  line-height: 1.15; letter-spacing: -0.02em;
}
.legal-inner-area {
  font-size: 1rem; line-height: 1.85; color: var(--ii89-subtle-text-content); max-width: 860px;
}
.legal-inner-area p { margin-bottom: 1.1rem; }
.legal-inner-area strong { color: var(--ii89-text); }
.legal-inner-area li, .inner-region li { color: var(--ii89-subtle-text-content); }
.legal-inner-area li strong, .inner-region li strong { color: var(--ii89-subtle-text-content); font-weight: 700; }
.legal-inner-area a { color: var(--ii89-primary); text-decoration: underline; text-underline-offset: 2px; }
.legal-inner-area a:hover { color: var(--ui-hover-accent-primary, var(--highlight)); }
.legal-inner-area article em { color: var(--ii89-subtle-text-content); font-style: italic; }
@media (max-width: 768px) {
.legal-heading-container { font-size: 1.6rem; }
.legal-inner-area h1 { font-size: 1.5rem; }
.legal-inner-area h2 { font-size: 1.2rem; }
}
img { max-width: 100%; height: auto; }
.content-body-img-grid {
  max-width: 24%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.site-inner-img-end {
  float: right;
  margin: 0.75rem 0 1rem 1.8rem;
}
.inner-region h2, .inner-region h3, .inner-region table { clear: both; }
.inner-clear-area { clear: both; display: block; height: 0; }
@media (max-width: 768px) {
.content-body-img-grid, .site-inner-img-end {
    float: none !important;
    display: block;
    max-width: 100% !important;
    width: 100% !important;
    max-height: none;
    height: auto;
    margin: 1rem auto;
  }
}
/* === Content Blocks === */
.legal-inner-area h1, .legal-inner-area h2, .legal-inner-area h3, .inner-region h1, .inner-region h2, .inner-region h3, .questions-query, .faq-caption {
  font-family: var(--headline-font);
  color: var(--ii89-text);
  text-decoration: none;
  border: none;
}
.legal-inner-area h1, .inner-region h1 { font-size: 2.75rem; font-weight: 800; line-height: 1.15; margin-top: 2.5rem; margin-bottom: 0.75rem; }
.legal-inner-area h2, .inner-region h2, .faq-caption { font-size: 2.25rem; font-weight: 800; line-height: 1.2;  margin-top: 2rem;   margin-bottom: 0.6rem; }
.legal-inner-area h3, .inner-region h3, .questions-query { font-size: 1.5rem;  font-weight: 700; line-height: 1.3;  margin-top: 1.5rem; margin-bottom: 0.5rem; }
@media (max-width: 600px) {
.legal-inner-area h1, .inner-region h1 { font-size: 2rem; }
.legal-inner-area h2, .inner-region h2, .faq-caption { font-size: 1.6rem; }
.legal-inner-area h3, .inner-region h3, .questions-query { font-size: 1.2rem; }
}
.legal-inner-area ul, .inner-region ul {  list-style: none;  padding-left: 0;  margin: 0.75rem 0;}
.legal-inner-area ul li, .inner-region ul li {  position: relative;  padding-left: 1.2rem;  margin-bottom: 0.6rem;  line-height: 1.6;}
.legal-inner-area ul li::before, .inner-region ul li::before {  content: '';  position: absolute;  left: 0;  top: 0.6em;  width: 6px;  height: 6px;  border-radius: 50%;  background: var(--ii89-primary);}
.legal-inner-area ol, .inner-region ol {  list-style: none;  padding-left: 0;  margin: 0.75rem 0;  counter-reset: ol-counter;}
.legal-inner-area ol li, .inner-region ol li {  position: relative;  padding-left: 1.8rem;  margin-bottom: 0.6rem;  counter-increment: ol-counter;}
.legal-inner-area ol li::before, .inner-region ol li::before {  content: counter(ol-counter) '.';  position: absolute;  left: 0;  color: var(--ii89-primary);  font-weight: 600;}
.legal-inner-area table, .inner-region table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--surface-card-box, rgba(255,255,255,0.03));
  border: 1px solid var(--edge, rgba(255,255,255,0.08));
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  margin: 1.5rem 0;
  color: var(--ii89-subtle-text-content, #c9ccd6);
  font-family: var(--main-typeface, 'Montserrat', system-ui, sans-serif);
}
.legal-inner-area table thead tr:first-child th:first-child, .inner-region table thead tr:first-child th:first-child { border-top-left-radius: 10px; }
.legal-inner-area table thead tr:first-child th:last-child, .inner-region table thead tr:first-child th:last-child { border-top-right-radius: 10px; }
.legal-inner-area table tbody tr:last-child td:first-child, .inner-region table tbody tr:last-child td:first-child { border-bottom-left-radius: 10px; }
.legal-inner-area table tbody tr:last-child td:last-child, .inner-region table tbody tr:last-child td:last-child { border-bottom-right-radius: 10px; }
.legal-inner-area table thead tr, .inner-region table thead tr { background: var(--alt-bg, rgba(255,255,255,0.06)); }
.legal-inner-area table thead th, .inner-region table thead th {
  font-weight: 700;
  color: var(--ii89-text, #fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--edge, rgba(255,255,255,0.12));
  font-size: 0.875rem;
  background: transparent;
  letter-spacing: 0.2px;
}
.legal-inner-area table thead th:last-child, .inner-region table thead th:last-child { border-right: none; }
.legal-inner-area table tbody tr:nth-child(odd), .inner-region table tbody tr:nth-child(odd) { background: transparent; }
.legal-inner-area table tbody tr:nth-child(even), .inner-region table tbody tr:nth-child(even) { background: var(--alt-bg, rgba(255,255,255,0.03)); }
.legal-inner-area table tbody td, .inner-region table tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--edge, rgba(255,255,255,0.06));
  border-bottom: 1px solid var(--edge, rgba(255,255,255,0.06));
  color: var(--ii89-subtle-text-content, #c9ccd6);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}
.legal-inner-area table tbody td:last-child, .inner-region table tbody td:last-child { border-right: none; }
.legal-inner-area table tbody tr:last-child td, .inner-region table tbody tr:last-child td { border-bottom: none; }
@media (max-width: 600px) {
.legal-inner-area table thead th, .inner-region table thead th { padding: 10px 12px; font-size: 0.8rem; }
.legal-inner-area table tbody td, .inner-region table tbody td { padding: 10px 12px; font-size: 0.8rem; }
}
.questions-group {
  background: var(--alt-bg, rgba(255,255,255,0.02));
  border: 1px solid var(--edge, rgba(255,255,255,0.1));
  border-radius: 12px;
  padding: 28px 32px 32px;
  margin: 30px auto;
  font-family: 'Montserrat', system-ui, sans-serif;
}
.questions-group .faq-caption {
  color: var(--ii89-text, #fff);
  font-family: var(--headline-font, 'Montserrat', system-ui, sans-serif);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-top: 4px;
}
.questions-group .faqs-card-box {
  background: var(--surface-card-box, rgba(255,255,255,0.04));
  border: 1px solid var(--edge, rgba(255,255,255,0.1));
  border-radius: 12px;
  padding: 24px 24px;
  margin-bottom: 14px;
  color: var(--ii89-subtle-text-content, #b1b4bc);
}
.questions-group .faqs-card-box:last-child { margin-bottom: 0; }
.questions-group .questions-query {
  font-family: 'Montserrat', system-ui, sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  color: var(--ii89-text, #fff);
  margin: 0 0 12px;
}
.questions-group .questions-reply-wrapper {
  font-family: 'Montserrat', system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--ii89-subtle-text-content, #b1b4bc);
}
.questions-group .questions-reply-wrapper p { margin: 0 0 8px; }
.questions-group .questions-reply-wrapper p:last-child { margin-bottom: 0; }
.questions-group .questions-reply-wrapper strong, .questions-group .questions-reply-wrapper b {
  font-weight: 700;
  color: var(--ii89-text, #fff);
}
@media (max-width: 600px) {
.questions-group { padding: 24px 20px 28px; margin: 24px 12px; }
.questions-group .faq-caption { letter-spacing: 0.3px; margin: 0 0 24px; padding-top: 4px; }
.questions-group .faqs-card-box { padding: 20px 18px; margin-bottom: 12px; }
.questions-group .questions-query { line-height: 1.35; }
}
.inner-region h2 {
  border: none;
  border-bottom: none;
}
.legal-inner-area ul li, .legal-inner-area ol li, .inner-region ul li, .inner-region ol li {
  border-bottom: none;
}
/* === /Content Blocks === */
.inner-region, .legal-inner-area { max-width: 1400px; margin: 0 auto; }
[data-slot="content-image-1"]:not(a):not(button) { max-width: 40% !important; max-height: none !important; }
@media (max-width: 768px) {
[data-slot="content-image-1"]:not(a):not(button) { max-width: 100% !important; }
}
[data-slot="au-content-image-1"]:not(a):not(button) { max-width: 30% !important; max-height: none !important; }
@media (max-width: 768px) {
[data-slot="au-content-image-1"]:not(a):not(button) { max-width: 100% !important; }
}
[data-slot="app-content-image-2"]:not(a):not(button) { max-width: 15% !important; max-height: none !important; }
@media (max-width: 768px) {
[data-slot="app-content-image-2"]:not(a):not(button) { max-width: 100% !important; }
}

/*OV*/
:root {
  --theme-bg: #2c2550;
  --alt-bg: #362f5a;
  --ii89-primary: #6653ec;
  --ui-hover-accent-primary: #8c79ff;
  --lead-dark: #523fd8;
  --theme-secondary-alt: #fbbb0a;
  --ii89-text: #e8e6e3;
  --ii89-subtle-text-content: #9a9a9a;
  --ui-cta-text-content: #fff;
  --highlight: #c20809;
  --ii89-emphasis-copy: #fff;
  --edge: #423b66;
  --surface-card-box: #322b56;
  --blend: linear-gradient(135deg, #6653ec 0%, #7865fe 50%, #523fd8 100%);
  --headline-font: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --main-typeface: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}
.site-header-surface-heading { color: #f7f7f7 !important; }
.topbar-background-deposit { color: #ffe631 !important; }
.site-header-bg-promo { color: #ffe631 !important; }
.site-page-header-surface-button, .promo .promo-cta {
  background: #6653ec !important; background-image: none !important;
}
:root {
  --bonus-btn-grad-top-area: #6653ec !important;
  --reward-btn-grad-bottom-area: #523fd8 !important;
}
:root .site-page-header-surface-button {
  --bonus-btn-grad-top-area: #6653ec !important;
}
:root .site-page-header-surface-button {
  --reward-btn-grad-bottom-area: #523fd8 !important;
}
:root .missions-button-wrap {
  background: #fbbb0a !important;
}

/* font-var sync */
:root {
  --main-typeface: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --headline-font: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}