:root {
  --background: #0a0515;
  --ui-tile-surface: #100b1b;
  --alt-bg: #191424;
  --theme-accent-primary: #ff8f0c;
  --ui-hover-primary: #ffb532;
  --sub: #4a027a;
  --kingmaker-casino-copy: #e8e6e3;
  --copy-faded: #9a9a9a;
  --ui-highlight: #4a027a;
  --promo-btn-grad-top: #ff8f0c;
  --kingmaker-casino-promo-button-grad-bottom-area: color-mix(in srgb, #ff8f0c, #000 20%);
  --theme-border-line: #201b2b;
  --kingmaker-casino-gradient-overlay: linear-gradient(90deg,  #ff8f0c 0%, #4a027a 100%);
  --ui-glow: rgba(255,255,255,0.1);
  --glow-bold: rgba(255,255,255,0.2);
  --headline-font: 'Poppins','Helvetica Neue',Arial,sans-serif;
  --ui-main-text: 'Poppins','Helvetica Neue',Arial,sans-serif;
  --inset-block: 2.5rem 1.2rem;
  --tile-inset: 1rem;
  --spacing: 0.8rem;
  --kingmaker-casino-corner: 6px;
  --tile-corner: 10px;
  --sheen-fill: #100b1b;
  --sheen-edge: #201b2b;
  --theme-glass-shade: 0 2px 12px rgba(0, 0, 0, 0.3);
  --theme-text-btn: #000000;
  --theme-h-header: 64px;
  --theme-bg-site-header: var(--background);
  --ui-copy-topbar: var(--kingmaker-casino-copy);
  --page-header-text-content-dim: var(--copy-faded);
  --site-header-pill-background: var(--alt-bg);
  --kingmaker-casino-page-header-tag-border: var(--theme-border-line);
  --page-header-cta-bg: var(--ui-highlight);
  --topbar-action-copy: #fff;
  --kingmaker-casino-header-reward-bg: #009900;
  --topbar-offer-copy: #fff;
  --kingmaker-casino-width-aside: 64px;
  --kingmaker-casino-emphasis-copy: #0a0a0a
}
*,
::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-text);
  background: var(--background);
  color: var(--kingmaker-casino-copy);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: var(--theme-h-header)
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headline-font);
  line-height: 1.15
}
a {
  color: var(--theme-accent-primary);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--ui-hover-primary)
}
@keyframes shimmer {
  0% {
    background-position: 200% center
  }
  100% {
    background-position: -200% center
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-6px)
  }
}
@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 15px var(--ui-glow)
  }
  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
  }
}
.site-widget-region.main-sub-grid {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--kingmaker-casino-width-aside,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.site-side-panel-core {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.page-footer-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem
}
.colophon-identity-section {
  display: flex;
  align-items: center;
  gap: .5rem
}
.main-page-footer-brand {
  height: 30px;
  width: auto
}
.footer-navbar {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.footer-navbar a {
  font-size: .82rem;
  color: var(--copy-faded);
  text-decoration: none;
  transition: color .2s
}
.footer-navbar a:hover {
  color: var(--theme-accent-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.site-footer-rule {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.colophon-bottom-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --inset-block: 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 {
    --inset-block: 2.5rem 1rem;
    --tile-inset: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --inset-block: 3.5rem 1.5rem;
    --tile-inset: 1.5rem
  }
}
header {
  background-color: var(--theme-bg-site-header);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--theme-h-header);
  z-index: 9999;
  font-family: var(--headline-font);
  font-family: var(--headline-font);
  background-color: #130930!important
}
.site-header-holder {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto
}
.site-header-holder a {
  color: var(--ui-copy-topbar);
  text-decoration: none;
  transition: color .2s
}
.site-header-holder a:hover {
  color: unset
}
.site-header-start {
  display: flex;
  align-items: center;
  gap: 32px
}
.emblem-holder-inner {
  display: flex;
  align-items: center
}
.emblem-holder-inner img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block
}
.selector-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: var(--site-header-pill-background);
  padding: 4px;
  border-radius: 1000px;
  border: 1px solid var(--kingmaker-casino-page-header-tag-border)
}
.selector-wrapper > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--page-header-text-content-dim);
  border-radius: 1000px;
  transition: background .2s,color .2s
}
.main-toggle-left-side {
  background: var(--theme-accent-primary);
  color: var(--topbar-action-copy)!important
}
.main-toggle-left-side img {
  filter: brightness(0) invert(1)
}
.page-header-navigation-wrapper {
  display: flex;
  align-items: center;
  height: 100%
}
.masthead-navigation {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 28px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  height: 100%
}
.masthead-navigation li {
  display: flex;
  align-items: center;
  height: 100%
}
.masthead-navigation a {
  color: var(--ui-copy-topbar);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative
}
.masthead-navigation a:hover {
  color: var(--theme-accent-primary)
}
.masthead-navigation a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--theme-accent-primary)
}
.topbar-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(--page-header-cta-bg);
  color: var(--topbar-action-copy);
  padding: 7px 12px 7px 8px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.18);
  transition: filter .2s,transform .15s
}
.missions-button-wrap:hover {
  filter: brightness(1.1)
}
.missions-button-wrap:active {
  transform: translateY(1px)
}
.missions-button-wrap img {
  width: 18px;
  height: 18px
}
.missions-heading {
  letter-spacing: .2px
}
.masthead-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: background .2s
}
.masthead-search:hover {
  background: var(--site-header-pill-background)
}
.masthead-search img {
  opacity: .75
}
.site-masthead-cta-buttons-grid {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700
}
.site-masthead-cta-buttons-grid a {
  padding: 9px 18px;
  border-radius: 1000px;
  line-height: 1;
  letter-spacing: .2px;
  transition: filter .2s,background .2s,transform .15s
}
.sign-in-action-area {
  border: 1px solid var(--kingmaker-casino-page-header-tag-border);
  color: var(--ui-copy-topbar);
  background: 0 0
}
.sign-in-action-area:hover {
  background: var(--site-header-pill-background)
}
.signup-action-shell {
  position: relative
}
.signup-action-wrapper {
  background: var(--theme-accent-primary);
  border: 1px solid var(--theme-accent-primary);
  color: var(--theme-text-btn,#fff);
  box-shadow: 0 2px 10px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.2)
}
.signup-action-wrapper:hover {
  filter: brightness(1.1)
}
.signup-action-wrapper:active {
  transform: translateY(1px)
}
.join-offer-inner {
  position: absolute;
  top: -13px;
  right: 2px;
  background-color: var(--kingmaker-casino-header-reward-bg);
  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,.25);
  white-space: nowrap
}
.hamburger-button {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.hamburger-button img {
  filter: invert(1)
}
.main-offcanvas-grid {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--theme-bg-site-header);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.main-offcanvas-grid.open {
  left: 0
}
.offcanvas-close-inner {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--ui-copy-topbar);
  cursor: pointer
}
.main-offcanvas-topbar {
  display: flex;
  justify-content: flex-end
}
.offcanvas-inner-grid {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-inner-grid .masthead-navigation {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-inner-grid .masthead-navigation a {
  font-size: 16px;
  padding: 12px 0;
  display: block;
  height: auto
}
.offcanvas-backdrop-holder {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.offcanvas-backdrop-holder.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .page-header-navigation-wrapper,
  .selector-wrapper {
    display: none
  }
  .main-offcanvas-grid .page-header-navigation-wrapper,
  .main-offcanvas-grid .selector-wrapper {
    display: flex;
    max-width: fit-content
  }
  .main-offcanvas-grid .masthead-navigation {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    gap: 15px
  }
  .main-offcanvas-grid .selector-wrapper {
    font-size: 12px
  }
}
@media (min-width:1125px) {
  .hamburger-button,
  .main-offcanvas-grid,
  .offcanvas-backdrop-holder {
    display: none
  }
}
@media (max-width:768px) {
  .masthead-search,
  .missions-button-wrap {
    display: none
  }
  .site-header-holder {
    padding: 0 12px
  }
  .site-header-start {
    gap: 8px
  }
  .topbar-end {
    gap: 6px;
    flex-shrink: 0
  }
  .emblem-holder-inner {
    max-width: 130px;
    min-width: 0;
    flex-shrink: 1
  }
  .emblem-holder-inner img {
    max-height: 38px;
    object-fit: contain;
    width: auto;
    max-width: 100%
  }
  .hamburger-button img {
    width: 20px;
    height: 20px
  }
  .site-masthead-cta-buttons-grid {
    gap: 6px
  }
  .site-masthead-cta-buttons-grid a {
    padding: 7px 12px;
    font-size: 10px;
    white-space: nowrap;
    line-height: 1
  }
  .join-offer-inner {
    font-size: 7px;
    padding: 2px 5px;
    top: -11px;
    right: 0
  }
  .join-offer-inner img {
    width: 8px;
    height: 8px
  }
}
.selector-wrapper > 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,.18);
  background-color: #130930!important
}
.site-side-panel-core {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  gap: 8px
}
.site-aside-icon-mark-entry-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 6px;
  transition: background .2s
}
.site-aside-icon-mark-entry-block:hover {
  background: var(--ui-tile-surface)
}
.site-aside-icon-mark-entry-block img {
  opacity: .7;
  transition: opacity .2s
}
.site-aside-icon-mark-entry-block:hover img {
  opacity: 1
}
.side-panel-hr-wrapper {
  border: 0;
  height: 1px;
  background: rgba(128,128,128,.18);
  width: 80%;
  margin: 4px auto
}
.masthead-background-block,
.masthead-background-block *,
.site-header-background-lower,
.site-header-background-lower * {
  font-family: var(--headline-font)!important
}
.masthead-background-block {
  background: url(../images/header-bg.png?v=84a98c86) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.page-header-bg-main {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.page-header-bg-main br {
  display: none
}
.page-header-bg-main > a {
  display: inline-block;
  width: auto
}
.main-site-header-fill-heading {
  text-transform: uppercase;
  font-size: 36px!important;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--ui-highlight);
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.masthead-bg-deposit {
  font-size: 126px!important;
  font-weight: 900!important;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--kingmaker-casino-copy);
  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-surface-offer {
  font-size: 28.8px!important;
  font-weight: 900;
  color: var(--kingmaker-casino-copy);
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000,0 0 15px #000;
  margin-bottom: 20px
}
.site-page-header-surface-button {
  background: var(--theme-accent-primary);
  color: var(--theme-text-btn,#fff);
  border: none;
  cursor: pointer;
  padding: 9px 58px!important;
  border-radius: 1000px!important;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  width: auto!important;
  box-shadow: none;
  transition: .5s
}
.site-page-header-surface-button:hover {
  background: var(--ui-hover-primary);
  transform: translateY(-2px)
}
.masthead-bg-cta-inner-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0
}
.site-header-bg-button-primary-panel {
  font-size: 24px!important;
  font-weight: 700;
  line-height: 1.6
}
.page-header-background-cta-description {
  font-size: 13px!important;
  font-weight: 500;
  opacity: .8;
  text-transform: none;
  line-height: 1.6
}
.site-header-background-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-background-lower::after,
.site-header-background-lower::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.site-header-background-lower::before {
  left: 0;
  background: linear-gradient(to right,var(--background),transparent)
}
.site-header-background-lower::after {
  right: 0;
  background: linear-gradient(to left,var(--background),transparent)
}
.site-header-background-lower p {
  display: none
}
.page-header-surface-bottom-inner {
  text-align: center;
  margin: 0 26px
}
.page-header-surface-bottom-inner .small-content-body-box {
  font-size: 10px;
  color: var(--copy-faded);
  font-weight: 700
}
.page-header-surface-bottom-inner .big-main-area {
  font-size: 16px;
  font-weight: 700;
  color: #fff
}
@media (min-width:769px) {
  .page-header-bg-main {
    padding-top: calc(12% - 21px)!important;
    padding-bottom: 29px!important
  }
}
@media (max-width:768px) {
  .masthead-background-block {
    background-image: url(../images/header-bg-mobile.png?v=3d03819d);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    max-width: none;
    border-radius: 0;
    overflow: visible;
    position: relative;
    --banner-drop: 144px;
    margin-bottom: calc(var(--banner-drop) + 16px)
  }
  .masthead-background-block .page-header-bg-main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--banner-drop) * -1);
    padding: 0 16px;
    gap: 4px
  }
  .main-site-header-fill-heading {
    font-size: 20px!important;
    margin-bottom: 4px
  }
  .masthead-bg-deposit {
    font-size: 66px!important;
    line-height: 1.1
  }
  .site-header-surface-offer {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .site-header-background-lower {
    background: var(--alt-bg);
    gap: 10px;
    padding: 8px 15px
  }
  .big-main-area {
    font-size: 14px
  }
}
.banking-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
}
.banking-methods img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.banking-methods img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .banking-methods {
    gap: 14px 20px;
    padding: 16px
  }
  .banking-methods img {
    width: 56px;
    height: 44px
  }
}
.game-sort-row {
  width: 100%;
  max-width: 1400px;
  margin: 24px auto;
  padding: 12px 0;
  background: var(--background);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin
}
.game-sort-row::-webkit-scrollbar {
  height: 4px
}
.game-sort-row::-webkit-scrollbar-thumb {
  background: var(--theme-border-line);
  border-radius: 2px
}
.games-filter-bar-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  white-space: nowrap;
  width: max-content
}
.play-filter-bar-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  background: var(--alt-bg,#151c35);
  border: 1px solid var(--theme-border-line);
  color: var(--kingmaker-casino-copy);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .2px;
  transition: background .2s,border-color .2s,color .2s,transform .15s;
  flex: 0 0 auto
}
.play-filter-bar-tag:hover {
  background: var(--ui-tile-surface,var(--alt-bg));
  border-color: var(--theme-accent-primary);
  color: var(--kingmaker-casino-copy)
}
.play-filter-bar-tag.active {
  background: var(--theme-accent-primary);
  border-color: var(--theme-accent-primary);
  color: var(--theme-text-btn,#fff)
}
.play-selector-symbol {
  width: 20px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: .85
}
.play-filter-bar-tag:hover .play-selector-symbol {
  opacity: 1
}
@media (max-width:768px) {
  .games-filter-bar-strip {
    gap: 6px;
    padding: 0 12px
  }
  .play-filter-bar-tag {
    padding: 10px 14px;
    font-size: 13px
  }
}
.site-primary-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.content-body-zone {
  font-size: 15px;
  line-height: 1.8;
  color: var(--copy-faded)
}
.content-body-zone p {
  margin-bottom: 1rem
}
.content-body-zone strong {
  color: var(--kingmaker-casino-copy)
}
.content-body-zone a:not(.primary-cta-inner):not(.mobile-banner-action):not([class*="-button"]) {
  color: var(--theme-accent-primary);
  text-decoration: underline
}
.content-body-zone a:not(.primary-cta-inner):not(.mobile-banner-action):not([class*="-button"]):hover {
  color: var(--ui-highlight)
}
@media (max-width:768px) {
  .site-primary-container {
    padding: 5rem 15px 30px
  }
  .content-body-zone {
    font-size: 14px
  }
  .app-banner-shell-section,
  .site-primary-container > .app-banner-shell-section {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .app-promo-banner,
  .site-app-banner-mobile-wrap img {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.highlights-container {
  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(--ui-tile-surface,var(--alt-bg));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s
}
.highlight-card:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(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,.55) 100%);
  pointer-events: none
}
.highlights-container .highlight-card h3 {
  text-transform: none;
  border: none;
  padding: 0;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #fff;
  letter-spacing: .2px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
  text-align: left;
  width: auto
}
.fcdl-payouts-area {
  background-image: url(../images/fast-pay.png?v=7710e643)
}
.cashback-grid {
  background-image: url(../images/cashback.png?v=bd76098e)
}
.main-vip-holder {
  background-image: url(../images/vip-level.png?v=4bff1963)
}
.play {
  background-image: url(../images/games.png?v=78ad393f)
}
.main-missions-wrapper {
  background-image: url(../images/feature-missions.png?v=280dffa4)
}
@media (max-width:1024px) {
  .highlights-container {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .highlights-container {
    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
  }
  .highlights-container::-webkit-scrollbar {
    height: 4px
  }
  .highlights-container::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 2px
  }
  .highlight-card {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .highlights-container .highlight-card 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
}
.group-care {
  flex: 1;
  background: var(--alt-bg);
  border-radius: 8px;
  padding: 18px;
  max-width: 320px
}
.name-help-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}
.name-help-group img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.headline-service-text {
  font-weight: 700;
  font-size: 16px
}
.group-care p {
  color: var(--copy-faded);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .area-care {
    flex-direction: column;
    padding: 0 16px
  }
}
.app-banner-shell-section {
  margin: 32px auto;
  max-width: 800px
}
.app-promo-banner {
  display: flex;
  align-items: stretch;
  background: var(--ui-tile-surface,var(--alt-bg));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--theme-border-line);
  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-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--theme-border-line);
  background: var(--alt-bg);
  align-self: flex-start
}
.mobile-banner-caption-image {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.mobile-banner-caption-main-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.app-banner-tag-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--kingmaker-casino-copy);
  letter-spacing: .2px
}
.app-promo-banner-text-rate {
  display: flex;
  gap: 1px
}
.app-promo-banner-text-rate img {
  width: 12px;
  height: 12px
}
.app-promo-banner-text-rate .site-star-half {
  opacity: .85
}
.mobile-banner-caption-verify {
  background: #069815;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: .3px;
  align-self: center;
  white-space: nowrap
}
.app-banner-name-grid {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--kingmaker-casino-copy);
  font-family: var(--headline-font);
  margin: 0
}
.site-app-promo-banner-description {
  color: var(--copy-faded);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.app-banner-btn-holder-box {
  margin-top: 4px
}
.app-banner-btn-holder-box .primary-cta-inner {
  margin: 0;
  display: inline-block
}
.application-banner-image-container {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.app-promo-banner-image {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px
}
.site-app-banner-mobile-wrap {
  display: none
}
.site-app-banner-mobile-wrap img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 12px
}
@media (max-width:768px) {
  .app-promo-banner {
    flex-direction: column;
    min-height: unset
  }
  .application-banner-image-container {
    display: none
  }
  .site-app-banner-mobile-wrap {
    display: block;
    padding: 0;
    line-height: 0
  }
  .site-app-banner-mobile-wrap img {
    max-width: 100%;
    width: 100%;
    border-radius: 0
  }
  .app-banner-content-body-wrapper {
    padding: 16px 20px 24px;
    gap: 12px
  }
  .app-banner-content-body-wrapper .application-banner-text {
    margin-top: -2px
  }
  .app-banner-name-grid {
    font-size: 20px
  }
  .app-banner-btn-holder-box .primary-cta-inner {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.primary-cta-inner {
  font-size: 18px;
  font-weight: 700;
  background: var(--theme-accent-primary);
  color: var(--theme-text-btn,#fff);
  padding: 10px 56px;
  border-radius: 30px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none;
  transition: filter .2s
}
.primary-cta-inner:hover {
  filter: brightness(1.15);
  color: var(--theme-text-btn,#fff)
}
.updated-date-box {
  background: var(--alt-bg);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--theme-accent-primary);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--kingmaker-casino-copy);
  max-width: 1400px
}
@media (max-width:768px) {
  .updated-date-box {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.main-site-colophon.site-colophon {
  background: var(--ui-site-footer-fill,var(--alt-bg,#060e2a));
  color: var(--text-content-site-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.main-site-colophon.site-colophon .colophon-bottom-area,
.main-site-colophon.site-colophon .page-footer-top-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box
}
.main-site-colophon.site-colophon .page-footer-top-wrap {
  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
}
.main-site-colophon.site-colophon .colophon-identity-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px
}
.main-site-colophon.site-colophon .main-page-footer-brand {
  width: 135px;
  height: 34px;
  object-fit: contain;
  object-position: left center
}
.main-site-colophon.site-colophon .site-footer-follow-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.main-site-colophon.site-colophon .page-footer-socials-section {
  display: flex;
  gap: 4px
}
.main-site-colophon.site-colophon .footer-social-links {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--ui-page-footer-share-fill,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.main-site-colophon.site-colophon .footer-social-links:hover {
  background: var(--ui-highlight,#5a6178)
}
.main-site-colophon.site-colophon .footer-social-links img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
.main-site-colophon.site-colophon .footer-brand-title-box {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 8px
}
.main-site-colophon.site-colophon .footer-navbar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 7px
}
.main-site-colophon.site-colophon .footer-navbar a {
  color: var(--page-footer-link,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.main-site-colophon.site-colophon .footer-navbar a:hover {
  color: var(--text-content-site-footer,#fff)
}
.main-site-colophon.site-colophon .page-footer-help {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.main-site-colophon.site-colophon .page-footer-help .page-footer-assist-title {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.main-site-colophon.site-colophon .page-footer-help p {
  color: var(--text-content-site-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.main-site-colophon.site-colophon .page-footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-content-site-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.main-site-colophon.site-colophon .page-footer-contact img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.main-site-colophon.site-colophon .site-footer-rule {
  height: 0;
  background: 0 0;
  margin: 0
}
.main-site-colophon.site-colophon .colophon-bottom-area {
  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
}
.main-site-colophon.site-colophon .page-footer-licence-block {
  grid-area: license;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ui-colophon-licence,#869dee);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer
}
.main-site-colophon.site-colophon .site-footer-legal {
  grid-area: copyright;
  color: var(--text-content-site-footer,#a2a5af);
  font-size: 12px;
  font-weight: 400;
  line-height: 22.29px;
  margin: 0;
  max-width: 720px
}
.main-site-colophon.site-colophon .main-footer-lower-end {
  grid-area: right;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 16px
}
.main-site-colophon.site-colophon .page-footer-licence-block .page-footer-chevron {
  width: 12px;
  height: 12px
}
.main-site-colophon.site-colophon .site-page-footer-secure-pill {
  height: 48px;
  width: auto;
  max-width: none;
  object-fit: contain
}
.main-site-colophon.site-colophon .site-footer-lang-select-holder {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--ui-page-footer-share-fill,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--text-content-site-footer,#fff);
  font-family: inherit;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  cursor: pointer;
  min-width: 88px;
  justify-content: space-between
}
.main-site-colophon.site-colophon .site-footer-lang-select-holder .page-footer-chevron {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
@media (max-width:960px) {
  .main-site-colophon.site-colophon .page-footer-top-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
}
@media (max-width:600px) {
  .main-site-colophon.site-colophon .page-footer-top-wrap {
    grid-template-columns: 1fr;
    padding: 24px 20px
  }
  .main-site-colophon.site-colophon .main-page-footer-brand {
    object-position: center
  }
  .main-site-colophon.site-colophon .colophon-bottom-area {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    gap: 16px;
    grid-template-areas: "license" "copyright" "right";
    grid-template-columns: 1fr;
    row-gap: 12px
  }
  .main-site-colophon.site-colophon .site-footer-rule {
    margin: 0
  }
  .main-site-colophon.site-colophon .colophon-bottom-area,
  .main-site-colophon.site-colophon .colophon-identity-section,
  .main-site-colophon.site-colophon .page-footer-help,
  .main-site-colophon.site-colophon .page-footer-top-wrap {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .main-site-colophon.site-colophon .main-footer-lower-end,
  .main-site-colophon.site-colophon .page-footer-socials-section {
    justify-content: center;
    flex-wrap: wrap
  }
  .main-site-colophon.site-colophon .footer-navbar {
    align-items: center
  }
  .main-site-colophon.site-colophon .page-footer-contact {
    justify-content: center
  }
  .main-site-colophon.site-colophon .site-page-footer-secure-pill {
    height: 36px
  }
  .main-site-colophon.site-colophon .main-footer-lower-end {
    align-self: start
  }
}
.main-site-colophon .footer-navbar:not(:has(a)) {
  display: none
}
.main-site-colophon .colophon-menu-main-container,
.main-site-colophon .page-footer-menu-legal {
  text-align: left
}
.main-site-colophon.site-colophon .footer-navbar:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .main-site-colophon.site-colophon .page-footer-top-wrap:has(.colophon-menu-main-container a):not(:has(.page-footer-menu-legal a)),
  .main-site-colophon.site-colophon .page-footer-top-wrap:not(:has(.colophon-menu-main-container a)):has(.page-footer-menu-legal a) {
    grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(220px,297px)
  }
  .main-site-colophon.site-colophon .page-footer-top-wrap:not(:has(.footer-navbar a)) {
    grid-template-columns: 1fr auto
  }
}
.main-site-layout-area {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.site-main-wrapper {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.site-main-wrapper .site-primary-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px
}
.app-promo-banner,
.highlights-container {
  margin-left: auto;
  margin-right: auto
}
.main-site-colophon[class] {
  padding-left: var(--kingmaker-casino-width-aside,0)
}
.main-site-colophon[class] .colophon-bottom-area,
.main-site-colophon[class] .page-footer-top-wrap {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .main-site-colophon[class] {
    padding-left: 0
  }
}
.call-to-action-center {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.call-to-action-center .primary-cta-inner,
.call-to-action-center a.primary-cta-inner {
  display: inline-block
}
@media (max-width:768px) {
  .call-to-action-center {
    display: block;
    margin: 30px auto
  }
  .content-body-zone .table-scroll > table,
  .legal-main .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.primary-cta-inner.mobile-banner-action {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.highlights-container h2,
.questions-headline {
  font-family: var(--headline-font);
  color: var(--kingmaker-casino-copy);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.highlights-container .highlight-card {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.highlights-container .highlight-card h3 {
  margin: 0;
  font-size: 14px
}
.content-body-zone li {
  padding: .3rem 0;
  line-height: 1.7
}
.content-body-zone table {
  font-size: .92rem
}
.content-body-zone table th {
  background: var(--theme-accent-primary);
  color: var(--theme-text-btn,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.content-body-zone table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.content-body-zone table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.main-site-layout-area > .site-widget-region.main-sub-grid {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--kingmaker-casino-width-aside,64px);
  overflow-y: auto;
  z-index: 10
}
.main-site-layout-area > .site-main-wrapper {
  margin-left: var(--kingmaker-casino-width-aside,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-main-wrapper .site-primary-container {
    padding-left: 20px
  }
  .main-site-layout-area > .site-widget-region.main-sub-grid {
    max-width: var(--kingmaker-casino-width-aside,80px)
  }
}
@media (max-width:992px) {
  .main-site-layout-area > .site-widget-region.main-sub-grid {
    display: none
  }
  .main-site-layout-area > .site-main-wrapper {
    margin-left: 0
  }
}
.masthead-background-block {
  position: relative;
  z-index: 1
}
.page-header-bg-main {
  position: relative;
  z-index: 2
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both
}
.site-aside-icon-mark-entry-block img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.site-aside-icon-mark-entry-block.side-rail-symbol-lg img {
  object-fit: contain;
  opacity: 1;
  width: 48px;
  height: 48px
}
.selector-wrapper img {
  width: 14px;
  height: 14px;
  object-fit: contain
}
.masthead-search img {
  width: 18px;
  height: 18px;
  object-fit: contain
}
.join-offer-inner img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.hamburger-button img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.game-sort-row a,
.play-filter-bar-tag,
.play-filter-bar-tag:hover,
.play-filter-bar-tag:visited {
  text-decoration: none!important
}
.legal-heading {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--kingmaker-casino-copy);
  line-height: 1.15;
  letter-spacing: -.02em
}
.legal-main {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--copy-faded)
}
.legal-main p {
  margin-bottom: 1.1rem
}
.legal-main strong {
  color: var(--kingmaker-casino-copy)
}
.content-body-zone li,
.legal-main li {
  color: var(--copy-faded)
}
.content-body-zone li strong,
.legal-main li strong {
  color: var(--copy-faded);
  font-weight: 700
}
.legal-main a {
  color: var(--theme-accent-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.legal-main a:hover {
  color: var(--ui-hover-primary,var(--ui-highlight))
}
.legal-main article em {
  color: var(--copy-faded);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.content-body-img-holder {
  max-width: 24%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain
}
.content-body-img-right {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.content-body-zone h2,
.content-body-zone h3,
.content-body-zone table {
  clear: both
}
.content-body-clear {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-heading {
    font-size: 1.6rem
  }
  .legal-main h1 {
    font-size: 1.5rem
  }
  .legal-main h2 {
    font-size: 1.2rem
  }
  .content-body-img-holder,
  .content-body-img-right {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    max-height: none;
    height: auto;
    margin: 1rem auto
  }
}
.content-body-zone h1,
.content-body-zone h2,
.content-body-zone h3,
.legal-main h1,
.legal-main h2,
.legal-main h3,
.questions-ask-row,
.questions-headline {
  font-family: var(--headline-font);
  color: var(--kingmaker-casino-copy);
  text-decoration: none;
  border: none
}
.content-body-zone h1,
.legal-main h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.content-body-zone h2,
.legal-main h2,
.questions-headline {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.content-body-zone h3,
.legal-main h3,
.questions-ask-row {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.content-body-zone ul,
.legal-main ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.content-body-zone ul li,
.legal-main ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.content-body-zone ul li::before,
.legal-main ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--theme-accent-primary)
}
.content-body-zone ol,
.legal-main ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.content-body-zone ol li,
.legal-main ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.content-body-zone ol li::before,
.legal-main ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--theme-accent-primary);
  font-weight: 600
}
.content-body-zone table,
.legal-main table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--ui-tile-surface,rgba(255,255,255,.03));
  border: 1px solid var(--theme-border-line,rgba(255,255,255,.08));
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,.18);
  margin: 1.5rem 0;
  color: var(--copy-faded,#c9ccd6);
  font-family: var(--ui-main-text, 'Montserrat', system-ui, sans-serif)
}
.content-body-zone table thead tr:first-child th:first-child,
.legal-main table thead tr:first-child th:first-child {
  border-top-left-radius: 10px
}
.content-body-zone table thead tr:first-child th:last-child,
.legal-main table thead tr:first-child th:last-child {
  border-top-right-radius: 10px
}
.content-body-zone table tbody tr:last-child td:first-child,
.legal-main table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.content-body-zone table tbody tr:last-child td:last-child,
.legal-main table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.content-body-zone table thead tr,
.legal-main table thead tr {
  background: var(--alt-bg,rgba(255,255,255,.06))
}
.content-body-zone table thead th,
.legal-main table thead th {
  font-weight: 700;
  color: var(--kingmaker-casino-copy,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--theme-border-line,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.content-body-zone table thead th:last-child,
.legal-main table thead th:last-child {
  border-right: none
}
.content-body-zone table tbody tr:nth-child(odd),
.legal-main table tbody tr:nth-child(odd) {
  background: 0 0
}
.content-body-zone table tbody tr:nth-child(2n),
.legal-main table tbody tr:nth-child(2n) {
  background: var(--alt-bg,rgba(255,255,255,.03))
}
.content-body-zone table tbody td,
.legal-main table tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--theme-border-line,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--theme-border-line,rgba(255,255,255,.06));
  color: var(--copy-faded,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6
}
.content-body-zone table tbody td:last-child,
.legal-main table tbody td:last-child {
  border-right: none
}
.content-body-zone table tbody tr:last-child td,
.legal-main table tbody tr:last-child td {
  border-bottom: none
}
.questions-block {
  background: var(--alt-bg,rgba(255,255,255,.02));
  border: 1px solid var(--theme-border-line,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 28px 32px 32px;
  margin: 30px auto;
  font-family: Montserrat,system-ui,sans-serif
}
.questions-block .questions-headline {
  color: var(--kingmaker-casino-copy,#fff);
  font-family: var(--headline-font, 'Montserrat', system-ui, sans-serif);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-top: 4px
}
.questions-block .faq-panel-wrapper {
  background: var(--ui-tile-surface,rgba(255,255,255,.04));
  border: 1px solid var(--theme-border-line,rgba(255,255,255,.1));
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 14px;
  color: var(--copy-faded,#b1b4bc)
}
.questions-block .faq-panel-wrapper:last-child {
  margin-bottom: 0
}
.questions-block .questions-ask-row {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  color: var(--kingmaker-casino-copy,#fff);
  margin: 0 0 12px
}
.questions-block .faqs-reply {
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--copy-faded,#b1b4bc)
}
.questions-block .faqs-reply p {
  margin: 0 0 8px
}
.questions-block .faqs-reply p:last-child {
  margin-bottom: 0
}
.questions-block .faqs-reply b,
.questions-block .faqs-reply strong {
  font-weight: 700;
  color: var(--kingmaker-casino-copy,#fff)
}
@media (max-width:600px) {
  .content-body-zone h1,
  .legal-main h1 {
    font-size: 2rem
  }
  .content-body-zone h2,
  .legal-main h2,
  .questions-headline {
    font-size: 1.6rem
  }
  .content-body-zone h3,
  .legal-main h3,
  .questions-ask-row {
    font-size: 1.2rem
  }
  .content-body-zone table tbody td,
  .content-body-zone table thead th,
  .legal-main table tbody td,
  .legal-main table thead th {
    padding: 10px 12px;
    font-size: .8rem
  }
  .questions-block {
    padding: 24px 20px 28px;
    margin: 24px 12px
  }
  .questions-block .questions-headline {
    letter-spacing: .3px;
    margin: 0 0 24px;
    padding-top: 4px
  }
  .questions-block .faq-panel-wrapper {
    padding: 20px 18px;
    margin-bottom: 12px
  }
  .questions-block .questions-ask-row {
    line-height: 1.35
  }
}
.content-body-zone h2 {
  border: none;
  border-bottom: none
}
.content-body-zone ol li,
.content-body-zone ul li,
.legal-main ol li,
.legal-main ul li {
  border-bottom: none
}
.content-body-zone,
.legal-main {
  max-width: 1400px;
  margin: 0 auto
}
[data-slot=app-content-image-1]:not(a):not(button),
[data-slot=content-image-1]:not(a):not(button) {
  max-width: 35%!important;
  max-height: none!important
}
[data-slot=content-image-2]:not(a):not(button) {
  max-width: 25%!important;
  max-height: none!important
}
[data-slot=app-content-image-2]:not(a):not(button) {
  max-width: 15%!important;
  max-height: none!important
}
[data-slot=kingmaker-casino-australia-content-image-1]:not(a):not(button) {
  max-width: 55%!important;
  max-height: none!important
}
@media (max-width:768px) {
  [data-slot=app-content-image-1]:not(a):not(button),
  [data-slot=app-content-image-2]:not(a):not(button),
  [data-slot=content-image-1]:not(a):not(button),
  [data-slot=content-image-2]:not(a):not(button),
  [data-slot=kingmaker-casino-australia-content-image-1]:not(a):not(button) {
    max-width: 100%!important
  }
}
.masthead-navigation a,
.site-header-holder a,
header,
header * {
  color: #fff!important
}
.about-content,
.about-content li,
.about-content p,
.content-body-zone,
.content-body-zone li,
.content-body-zone p,
.legal-main,
.legal-main li,
.legal-main p,
.main-site-header-fill-heading {
  color: #fff!important
}
.masthead-bg-deposit,
.site-header-surface-offer {
  color: #fee946!important
}
.site-page-header-surface-button {
  background: #ff8f0c!important;
  color: #000!important
}
.page-header-background-cta-description,
.site-header-bg-button-primary-panel {
  color: #000!important
}
.promo .promo-cta,
.site-page-header-surface-button,
:root .site-page-header-surface-button {
  --promo-btn-grad-top: #000000!important
}
:root .main-offcanvas-grid,
:root .main-offcanvas-grid * {
  color: #a93d2c!important
}
:root .missions-button-wrap,
:root .missions-button-wrap .missions-heading {
  color: #fff!important
}
:root .signup-action-wrapper {
  background: #ff8f0c!important;
  color: #000!important
}
:root .main-toggle-left-side {
  background: #4a027a!important
}
:root .selector-wrapper a,
:root .selector-wrapper span {
  color: #fff!important
}