:root {
  --theme-background: #14141e;
  --theme-tile-background: #14141f;
  --fill-alt: #23232d;
  --ui-lead: #9b59b6;
  --hover-main: #c17fdc;
  --theme-secondary: #7b2fa0;
  --izzi-casino-text: #e8e6e3;
  --izzi-casino-copy-muted: #9a9a9a;
  --highlight: #d8a8ff;
  --izzi-casino-reward-cta-grad-top-area: #9b59b6;
  --reward-btn-grad-bottom-area: color-mix(in srgb, #9b59b6, #000 20%);
  --ui-outline: #2a2a3e;
  --theme-gradient-overlay: linear-gradient(315deg,  #9b59b6 0%, #7b2fa0 100%);
  --theme-halo: rgba(255,255,255,0.1);
  --strong-shine: rgba(255,255,255,0.2);
  --ui-title-font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --body-font: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --area-pad: 2.5rem 1.2rem;
  --tile-inset: 1rem;
  --space: 0.8rem;
  --ui-corner: 3px;
  --card-box-curve: 6px;
  --sheen-fill: #14141f;
  --sheen-border: #2a2a3e;
  --ui-frosted-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  --action-label: #fff;
  --ui-aside-width: 64px;
  --ui-label-accent-color: #fff
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%
}
body {
  font-family: var(--body-font);
  background: var(--theme-background);
  color: var(--izzi-casino-text);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 64px
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ui-title-font-family);
  line-height: 1.15
}
a {
  color: var(--ui-lead);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--hover-main)
}
@keyframes shimmer {
  0% {
    background-position: 200% center
  }
  100% {
    background-position: -200% center
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-6px)
  }
}
@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 15px var(--theme-halo)
  }
  50% {
    box-shadow: 0 0 28px var(--strong-shine)
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.header-burger-open span:first-child {
  transform: translateY(7px) rotate(45deg)
}
.header-burger-open span:nth-child(2) {
  opacity: 0
}
.header-burger-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}
@media (max-width:768px) {
  .header-nav-open {
    display: flex!important
  }
}
.widget-zone-wrapper.alt {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--ui-aside-width,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-panel-primary {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.footer {
  padding: 2.5rem 0 2rem;
  position: relative;
  z-index: 1;
  background: var(--fill-alt)
}
.site-footer-logo-wrapper {
  height: 30px;
  width: auto
}
.page-footer-nav {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.page-footer-nav a {
  font-size: .82rem;
  color: var(--izzi-casino-copy-muted);
  text-decoration: none;
  transition: color .2s
}
.page-footer-nav a:hover {
  color: var(--ui-lead);
  text-decoration: underline;
  text-underline-offset: 2px
}
.site-footer-separator-panel {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.page-footer-lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
@media (max-width:480px) {
  :root {
    --area-pad: 1.8rem 0.8rem;
    --tile-inset: 0.9rem;
    --space: 0.6rem
  }
  h1 {
    font-size: 1.4rem!important
  }
  h2 {
    font-size: 1.15rem!important
  }
}
@media (max-width:768px) {
  :root {
    --area-pad: 2.5rem 1rem;
    --tile-inset: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --area-pad: 3.5rem 1.5rem;
    --tile-inset: 1.5rem
  }
}
header {
  background-color: var(--theme-background);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;
  font-family: var(--ui-title-font-family)
}
.site-header-holder {
  display: flex;
  justify-content: space-between;
  padding: 0 35px 0 20px;
  height: 100%;
  align-items: center
}
.site-header-holder a {
  color: var(--izzi-casino-text);
  text-decoration: none
}
.site-header-holder a:hover {
  color: unset
}
.masthead-left-side-row {
  display: flex;
  align-items: center;
  gap: 40px
}
.emblem-holder-inner img {
  max-height: 36px;
  width: auto;
  max-width: 200px;
  object-fit: contain
}
.header-navigation {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600
}
.header-navigation a {
  color: var(--izzi-casino-copy-muted)
}
.header-navigation a:hover {
  color: var(--izzi-casino-text)
}
.page-header-end {
  display: flex;
  align-items: center;
  gap: 15px
}
.missions-action {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  background: var(--highlight);
  color: var(--ui-label-accent-color,#fff);
  padding: 2px 8px;
  border-radius: 8px;
  box-shadow: 0 0 16px var(--theme-halo)
}
.missions-action img {
  width: 18px;
  height: 18px
}
.header-button-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700
}
.header-button-buttons a {
  padding: 10px 12px;
  border-radius: 1000px;
  line-height: normal
}
.site-access-button {
  border: 1px solid var(--ui-outline);
  color: var(--izzi-casino-text)
}
.site-access-button:hover {
  background-color: var(--fill-alt)
}
.main-register-action-holder {
  position: relative
}
.signup-cta {
  background: var(--ui-lead);
  border: 1px solid var(--ui-lead);
  color: var(--action-label,#fff)
}
.signup-cta:hover {
  filter: brightness(1.15)
}
.sign-up-bonus {
  position: absolute;
  top: -12px;
  right: -10px;
  background-color: var(--highlight);
  color: #000;
  border-radius: 15px;
  font-size: 8px;
  font-weight: 700;
  padding: 1px 2px;
  display: flex;
  align-items: center;
  gap: 2px
}
.menu-toggle-cta {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.menu-toggle-cta img {
  filter: invert(1)
}
.offcanvas-panel {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--theme-background);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.offcanvas-panel.open {
  left: 0
}
.offcanvas-close-row {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--izzi-casino-text);
  cursor: pointer
}
.offcanvas-close-row:hover {
  background: 0 0
}
.offcanvas-topbar-grid {
  display: flex;
  justify-content: flex-end
}
.main-offcanvas-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.main-offcanvas-content .header-navigation {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.main-offcanvas-content .header-navigation a {
  font-size: 16px;
  padding: 12px 0;
  display: block
}
.offcanvas-backdrop-container {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.offcanvas-backdrop-container.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .topbar-nav-shell {
    display: none
  }
  .offcanvas-panel .topbar-nav-shell {
    display: flex;
    max-width: fit-content
  }
  .offcanvas-panel .header-navigation {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 15px
  }
}
@media (min-width:1125px) {
  .menu-toggle-cta,
  .offcanvas-backdrop-container,
  .offcanvas-panel {
    display: none
  }
}
@media (max-width:768px) {
  .main-topbar-search-block,
  .missions-action {
    display: none
  }
  .site-header-holder {
    padding: 0 20px
  }
  .masthead-left-side-row {
    gap: 10px
  }
  .page-header-end {
    flex-shrink: 0
  }
  .emblem-holder-inner {
    max-width: 80px;
    min-width: 0;
    flex-shrink: 1
  }
  .emblem-holder-inner img {
    max-width: 100%
  }
}
#secondary {
  width: 64px;
  min-width: 64px;
  background: var(--fill-alt);
  border-right: 1px solid rgba(128,128,128,.18)
}
.side-panel-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  gap: 8px
}
.aside-symbol-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 6px;
  transition: background .2s
}
.aside-symbol-cell:hover {
  background: var(--theme-tile-background)
}
.aside-symbol-cell img {
  opacity: .7;
  transition: opacity .2s
}
.aside-symbol-cell:hover img {
  opacity: 1
}
.side-panel-hr-wrapper {
  border: 0;
  height: 1px;
  background: rgba(128,128,128,.18);
  width: 80%;
  margin: 4px auto
}
.page-header-surface,
.page-header-surface *,
.page-header-surface-bottom,
.page-header-surface-bottom * {
  font-family: var(--ui-title-font-family)!important
}
.page-header-surface {
  background: url(../images/header-bg.png) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.topbar-background-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.topbar-background-inner br {
  display: none
}
.site-header-surface-heading {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--highlight)
}
.header-background-deposit {
  font-size: 105px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--izzi-casino-text)
}
.site-header-surface-offer {
  font-size: 24px;
  font-weight: 600;
  color: var(--izzi-casino-text);
  margin-bottom: 20px
}
.topbar-bg-btn {
  background: var(--ui-lead);
  color: var(--action-label,#fff);
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700
}
.topbar-bg-btn:hover {
  background: var(--hover-main);
  transform: translateY(-2px)
}
.page-header-background-button-content {
  display: flex;
  flex-direction: column;
  align-items: center
}
.page-header-surface-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--fill-alt);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.page-header-surface-bottom::after,
.page-header-surface-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.page-header-surface-bottom::before {
  left: 0;
  background: linear-gradient(to right,var(--theme-background),transparent)
}
.page-header-surface-bottom::after {
  right: 0;
  background: linear-gradient(to left,var(--theme-background),transparent)
}
.page-header-surface-bottom p {
  display: none
}
.page-header-surface-bottom-inner {
  text-align: center;
  margin: 0 26px
}
.page-header-surface-bottom-inner .small-content-group {
  font-size: 10px;
  color: var(--izzi-casino-copy-muted);
  font-weight: 700
}
.page-header-surface-bottom-inner .big-main-area {
  font-size: 18px;
  font-weight: 800;
  color: #fff
}
@media (max-width:768px) {
  .page-header-surface {
    background-image: url(../images/header-bg-mobile.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    max-width: none;
    border-radius: 0;
    overflow: visible;
    position: relative;
    margin-bottom: 100px
  }
  .page-header-surface .topbar-background-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -93px;
    padding: 0 16px;
    gap: 4px
  }
  .topbar-background-inner > a {
    display: block;
    width: 100%
  }
  .site-header-surface-heading {
    font-size: 13px;
    margin-bottom: 4px
  }
  .header-background-deposit {
    font-size: 42px;
    line-height: 1.1
  }
  .site-header-surface-offer {
    font-size: 15px;
    margin-bottom: 16px
  }
  .topbar-bg-btn {
    padding: 19px 32px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,.35)
  }
  .site-header-surface-cta-core {
    font-size: 20px
  }
  .main-topbar-fill-btn-description-wrap {
    font-size: 11px
  }
  .page-header-surface-bottom {
    background: var(--fill-alt);
    gap: 10px;
    padding: 8px 15px
  }
  .big-main-area {
    font-size: 14px
  }
}
.topbar-background-inner > a {
  display: inline-block;
  width: auto
}
.topbar-bg-btn {
  text-transform: capitalize;
  border-radius: 1000px!important;
  padding: 8px 53px!important;
  width: auto!important;
  box-shadow: none;
  transition: .5s
}
.page-header-background-button-content {
  display: flex;
  flex-direction: column;
  letter-spacing: 0
}
.site-header-surface-cta-core {
  font-size: 18px!important;
  font-weight: 700;
  line-height: 1.6
}
.main-topbar-fill-btn-description-wrap {
  opacity: .8;
  text-transform: none;
  line-height: 1.6;
  font-weight: 500;
  font-size: 10px!important
}
.payment-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: 0 0
}
.payment-methods-box img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.payment-methods-box img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .payment-methods-box {
    gap: 14px 20px;
    padding: 16px
  }
  .payment-methods-box img {
    width: 56px;
    height: 44px
  }
}
.games-sort-group {
  background: var(--theme-background);
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 56px;
  margin: 24px 0
}
.games-sort-group .games-filter-bar-row-group-box {
  display: flex;
  align-items: stretch;
  height: 60px;
  overflow-x: auto;
  scrollbar-width: thin;
  width: 100%;
  max-width: 1344px
}
.games-sort-group .games-filter-bar-row-group-box::-webkit-scrollbar {
  height: 4px
}
.games-sort-group .games-filter-bar-row-group-box::-webkit-scrollbar-thumb {
  background: var(--ui-outline);
  border-radius: 2px
}
.games-sort-group .main-game-filter-bar-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  height: 60px;
  background: 0 0;
  color: var(--izzi-casino-copy-muted);
  font-family: var(--ui-title-font-family);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -.2px;
  text-transform: capitalize;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  flex-shrink: 0;
  transition: color .2s,background .2s
}
.games-sort-group .main-game-filter-bar-tab:hover {
  color: var(--izzi-casino-text)
}
.games-sort-group .main-game-filter-bar-tab.is-active {
  background: var(--fill-alt);
  color: var(--izzi-casino-text)
}
.games-sort-group .main-game-filter-bar-tab.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--ui-lead)
}
.games-sort-group .main-game-filter-bar-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}
@media (max-width:768px) {
  .games-sort-group {
    padding: 0 16px
  }
  .games-sort-group .main-game-filter-bar-tab {
    padding: 0 10px;
    font-size: 11px
  }
}
.site-primary {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.inner-area {
  font-size: 15px;
  line-height: 1.8;
  color: var(--izzi-casino-copy-muted)
}
.inner-area p {
  margin-bottom: 1rem
}
.inner-area strong {
  color: var(--izzi-casino-text)
}
.inner-area a:not(.lead-button-block):not(.mobile-banner-action):not([class*="-button"]) {
  color: var(--ui-lead);
  text-decoration: underline
}
.inner-area a:not(.lead-button-block):not(.mobile-banner-action):not([class*="-button"]):hover {
  color: var(--highlight)
}
@media (max-width:768px) {
  .site-primary {
    padding: 5rem 15px 30px
  }
  .inner-area {
    font-size: 14px
  }
  .site-application-banner-container,
  .site-primary > .site-application-banner-container {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .app-promo-banner-mobile-section img,
  .mobile-banner-area {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.main-area-care {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto
}
.unit-care {
  flex: 1;
  background: var(--fill-alt);
  border-radius: 8px;
  padding: 18px;
  max-width: 320px
}
.title-help-grid {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}
.title-help-grid img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.heading-help-text-content {
  font-weight: 700;
  font-size: 16px
}
.unit-care p {
  color: var(--izzi-casino-copy-muted);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .main-area-care {
    flex-direction: column;
    padding: 0 16px
  }
}
.site-application-banner-container {
  margin: 32px auto;
  max-width: 800px
}
.mobile-banner-area {
  display: flex;
  align-items: stretch;
  background: var(--theme-tile-background,var(--fill-alt));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--ui-outline);
  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
}
.mobile-banner-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--ui-outline);
  background: var(--fill-alt);
  align-self: flex-start
}
.application-banner-tag-image {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.mobile-banner-caption-main-box {
  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(--izzi-casino-text);
  letter-spacing: .2px
}
.mobile-banner-tag-rate {
  display: flex;
  gap: 1px
}
.mobile-banner-tag-rate img {
  width: 12px;
  height: 12px
}
.mobile-banner-tag-rate .star-half-wrap {
  opacity: .85
}
.site-app-banner-label-verify {
  background: #069815;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: .3px;
  align-self: center;
  white-space: nowrap
}
.application-banner-title-panel {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--izzi-casino-text);
  font-family: var(--ui-title-font-family);
  margin: 0
}
.application-banner-description-row {
  color: var(--izzi-casino-copy-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.main-app-promo-banner-btn-shell {
  margin-top: 4px
}
.main-app-promo-banner-btn-shell .lead-button-block {
  margin: 0;
  display: inline-block
}
.application-banner-image-shell {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.mobile-banner-image {
  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-section {
  display: none
}
.app-promo-banner-mobile-section img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 12px
}
@media (max-width:768px) {
  .mobile-banner-area {
    flex-direction: column;
    min-height: unset
  }
  .application-banner-image-shell {
    display: none
  }
  .app-promo-banner-mobile-section {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .app-promo-banner-mobile-section img {
    max-width: 320px
  }
  .app-banner-content-body-wrapper {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .application-banner-title-panel {
    font-size: 20px
  }
  .main-app-promo-banner-btn-shell .lead-button-block {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.lead-button-block {
  font-size: 18px;
  font-weight: 700;
  background: var(--ui-lead);
  color: var(--action-label,#fff);
  padding: 10px 56px;
  border-radius: 30px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none;
  transition: filter .2s
}
.lead-button-block:hover {
  filter: brightness(1.15);
  color: var(--action-label,#fff)
}
.updated-date-box {
  background: var(--fill-alt);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--ui-lead);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--izzi-casino-text);
  max-width: 1240px
}
@media (max-width:768px) {
  .updated-date-box {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-colophon-wrap.footer {
  background: var(--surface-footer,var(--fill-alt,#060e2a));
  color: var(--theme-text-content-page-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-colophon-wrap.footer .page-footer-hero,
.site-colophon-wrap.footer .page-footer-lower {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 40px;
  box-sizing: border-box
}
.site-colophon-wrap.footer .page-footer-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 0 24px
}
.site-colophon-wrap.footer .site-footer-logo-wrapper {
  height: 60px;
  width: auto;
  max-width: 341px;
  object-fit: contain
}
.site-colophon-wrap.footer .page-footer-payment-methods {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap
}
.site-colophon-wrap.footer .page-footer-payment-methods img {
  width: 100px;
  height: 50px;
  object-fit: fill;
  flex-shrink: 0
}
.site-colophon-wrap.footer .site-footer-separator-panel {
  height: 1px;
  background: 0 0;
  margin: 24px 40px
}
.site-colophon-wrap.footer .page-footer-lower {
  display: grid;
  grid-template-columns: minmax(120px,1fr) minmax(180px,1.4fr) minmax(220px,1.4fr) minmax(180px,1fr);
  gap: 24px;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 36px
}
.site-colophon-wrap.footer .page-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px
}
.site-colophon-wrap.footer .page-footer-nav a {
  color: var(--ui-link-site-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-colophon-wrap.footer .page-footer-nav a:hover {
  color: var(--theme-text-content-page-footer,#fff)
}
.site-colophon-wrap.footer .page-footer-support-area {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-colophon-wrap.footer .page-footer-support-area .main-site-footer-support-heading {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-colophon-wrap.footer .page-footer-support-area p {
  color: var(--theme-text-content-page-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-colophon-wrap.footer .site-footer-inbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-text-content-page-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-colophon-wrap.footer .site-footer-inbox img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-colophon-wrap.footer .site-footer-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end
}
.site-colophon-wrap.footer .site-footer-lang-select {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--site-footer-socials-surface,#444a5f);
  border: none;
  border-radius: 22px;
  padding: 8px 12px 8px 16px;
  color: var(--theme-text-content-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-colophon-wrap.footer .site-footer-lang-select img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1)
}
.site-colophon-wrap.footer .colophon-connect-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-colophon-wrap.footer .site-footer-socials-inner {
  display: flex;
  gap: 4px
}
.site-colophon-wrap.footer .main-site-footer-share {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--site-footer-socials-surface,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-colophon-wrap.footer .main-site-footer-share:hover {
  background: var(--highlight,#5a6178)
}
.site-colophon-wrap.footer .main-site-footer-share img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
@media (max-width:960px) {
  .site-colophon-wrap.footer .page-footer-lower {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
  .site-colophon-wrap.footer .page-footer-payment-methods {
    gap: 24px
  }
  .site-colophon-wrap.footer .site-footer-side {
    align-items: flex-start
  }
}
@media (max-width:600px) {
  .site-colophon-wrap.footer .page-footer-lower {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 24px
  }
  .site-colophon-wrap.footer .page-footer-hero {
    padding: 20px
  }
  .site-colophon-wrap.footer .page-footer-payment-methods img {
    width: 70px;
    height: 35px
  }
  .site-colophon-wrap.footer .site-footer-separator-panel {
    margin-left: 20px;
    margin-right: 20px
  }
  .site-colophon-wrap.footer .page-footer-lower,
  .site-colophon-wrap.footer .page-footer-support-area,
  .site-colophon-wrap.footer .site-footer-side {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-colophon-wrap.footer .page-footer-payment-methods,
  .site-colophon-wrap.footer .site-footer-socials-inner {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-colophon-wrap.footer .page-footer-nav {
    align-items: center
  }
  .site-colophon-wrap.footer .site-footer-inbox {
    justify-content: center
  }
}
.site-colophon-wrap .page-footer-nav:not(:has(a)) {
  display: none
}
.site-colophon-wrap .colophon-menu-main-container,
.site-colophon-wrap .site-footer-navbar-legal {
  text-align: left
}
.site-colophon-wrap.footer .page-footer-nav:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-colophon-wrap.footer .page-footer-lower:has(.colophon-menu-main-container a):not(:has(.site-footer-navbar-legal a)),
  .site-colophon-wrap.footer .page-footer-lower:not(:has(.colophon-menu-main-container a)):has(.site-footer-navbar-legal a) {
    grid-template-columns: minmax(120px,1fr) minmax(220px,1.4fr) minmax(180px,1fr)
  }
  .site-colophon-wrap.footer .page-footer-lower:not(:has(.page-footer-nav a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-wrap {
  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 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}
.main-faq-region,
.mobile-banner-area {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto
}
.site-colophon-wrap[class] {
  padding-left: var(--ui-aside-width,0)
}
.site-colophon-wrap[class] .page-footer-lower {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-colophon-wrap[class] {
    padding-left: 0
  }
}
.action-center {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.action-center .lead-button-block,
.action-center a.lead-button-block {
  display: inline-block
}
.lead-button-block.mobile-banner-action {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.main-faq-region h2 {
  font-family: var(--ui-title-font-family);
  color: var(--izzi-casino-text);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.inner-area li {
  padding: .3rem 0;
  line-height: 1.7
}
.inner-area table {
  font-size: .92rem
}
.inner-area table th {
  background: var(--ui-lead);
  color: var(--action-label,#fff);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600
}
.inner-area table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.inner-area table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.site-layout-wrap > .widget-zone-wrapper.alt {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--ui-aside-width,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-wrap > .site-main-wrapper {
  margin-left: var(--ui-aside-width,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .site-main-wrapper .site-primary {
    padding-left: 20px
  }
  .site-layout-wrap > .widget-zone-wrapper.alt {
    max-width: var(--ui-aside-width,80px)
  }
}
@media (max-width:992px) {
  .site-layout-wrap > .widget-zone-wrapper.alt {
    display: none
  }
  .site-layout-wrap > .site-main-wrapper {
    margin-left: 0
  }
}
.page-header-surface {
  position: relative;
  z-index: 1
}
.topbar-background-inner {
  position: relative;
  z-index: 2
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both
}
@media (max-width:768px) {
  .action-center {
    display: block;
    margin: 30px auto
  }
  .inner-area .table-scroll > table,
  .legal-content-body .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.aside-symbol-cell img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.aside-symbol-cell.aside-icon-mark-lg img {
  object-fit: contain;
  opacity: 1;
  width: 48px;
  height: 48px
}
.main-topbar-search-block img {
  width: 18px;
  height: 18px;
  object-fit: contain
}
.sign-up-bonus img {
  width: 12px;
  height: 12px;
  object-fit: contain
}
.menu-toggle-cta img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.main-game-filter-bar a {
  text-decoration: none!important
}
.legal-name-wrap {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--izzi-casino-text);
  line-height: 1.15;
  letter-spacing: -.02em
}
.legal-content-body {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--izzi-casino-copy-muted);
  max-width: 860px
}
.legal-content-body p {
  margin-bottom: 1.1rem
}
.legal-content-body strong {
  color: var(--izzi-casino-text)
}
.legal-content-body a {
  color: var(--ui-lead);
  text-decoration: underline;
  text-underline-offset: 2px
}
.legal-content-body a:hover {
  color: var(--hover-main,var(--highlight))
}
.legal-content-body article em {
  color: var(--izzi-casino-copy-muted);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.content-body-img {
  max-width: 30%;
  height: auto;
  object-fit: cover
}
.main-img-left-row {
  float: left;
  margin: .75rem 1.8rem 1rem 0
}
.main-content-body-img-right {
  float: right;
  margin: .75rem 0 1rem 1.8rem
}
.inner-area h2,
.inner-area h3,
.inner-area table {
  clear: both
}
.content-body-clear {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-name-wrap {
    font-size: 1.6rem
  }
  .legal-content-body h1 {
    font-size: 1.5rem
  }
  .legal-content-body h2 {
    font-size: 1.2rem
  }
  .content-body-img,
  .main-content-body-img-right,
  .main-img-left-row {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    margin: 1rem auto
  }
}
.inner-area h1,
.inner-area h2,
.inner-area h3,
.legal-content-body h1,
.legal-content-body h2,
.legal-content-body h3 {
  font-family: var(--ui-title-font-family);
  text-decoration: none;
  border: none
}
.inner-area h1,
.legal-content-body h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--ui-lead);
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.inner-area h2,
.legal-content-body h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--highlight);
  margin-top: 2rem;
  margin-bottom: .6rem
}
.inner-area h3,
.legal-content-body h3 {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--izzi-casino-text);
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
.inner-area ul,
.legal-content-body ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.inner-area ul li,
.legal-content-body ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.inner-area ul li::before,
.legal-content-body ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ui-lead)
}
.inner-area ol,
.legal-content-body ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.inner-area ol li,
.legal-content-body ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 1rem;
  counter-increment: ol-counter
}
.inner-area ol li::before,
.legal-content-body ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--ui-lead);
  font-weight: 600
}
.inner-area table,
.legal-content-body table {
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--theme-tile-background,rgba(255,255,255,.03));
  border: 1px solid var(--ui-outline,rgba(255,255,255,.08));
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,.18);
  margin: 1.5rem 0;
  color: var(--izzi-casino-copy-muted,#c9ccd6);
  font-family: var(--body-font, 'Montserrat', system-ui, sans-serif)
}
.inner-area table thead tr:first-child th:first-child,
.legal-content-body table thead tr:first-child th:first-child {
  border-top-left-radius: 10px
}
.inner-area table thead tr:first-child th:last-child,
.legal-content-body table thead tr:first-child th:last-child {
  border-top-right-radius: 10px
}
.inner-area table tbody tr:last-child td:first-child,
.legal-content-body table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px
}
.inner-area table tbody tr:last-child td:last-child,
.legal-content-body table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px
}
.inner-area table thead tr,
.legal-content-body table thead tr {
  background: var(--fill-alt,rgba(255,255,255,.06))
}
.inner-area table thead th,
.legal-content-body table thead th {
  font-weight: 700;
  color: var(--izzi-casino-text,#fff);
  text-align: left;
  padding: 14px 20px;
  border-right: 1px solid var(--ui-outline,rgba(255,255,255,.12));
  font-size: .875rem;
  background: 0 0;
  letter-spacing: .2px
}
.inner-area table thead th:last-child,
.legal-content-body table thead th:last-child {
  border-right: none
}
.inner-area table tbody tr:nth-child(odd),
.legal-content-body table tbody tr:nth-child(odd) {
  background: 0 0
}
.inner-area table tbody tr:nth-child(2n),
.legal-content-body table tbody tr:nth-child(2n) {
  background: var(--fill-alt,rgba(255,255,255,.03))
}
.inner-area table tbody td,
.legal-content-body table tbody td {
  padding: 14px 20px;
  border-right: 1px solid var(--ui-outline,rgba(255,255,255,.06));
  border-bottom: 1px solid var(--ui-outline,rgba(255,255,255,.06));
  color: var(--izzi-casino-copy-muted,#c9ccd6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6
}
.inner-area table tbody td:last-child,
.legal-content-body table tbody td:last-child {
  border-right: none
}
.inner-area table tbody tr:last-child td,
.legal-content-body table tbody tr:last-child td {
  border-bottom: none
}
.site-faqs-numbered {
  margin: 30px auto;
  counter-reset: faq-num
}
.site-faqs-numbered h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--izzi-casino-text)
}
.site-faqs-numbered .faqs-entry {
  counter-increment: faq-num;
  position: relative;
  padding: 20px 0 20px 64px;
  border-bottom: 1px solid var(--ui-outline)
}
.site-faqs-numbered .faqs-entry:first-child {
  border-top: 1px solid var(--ui-outline)
}
.site-faqs-numbered .faqs-entry:last-child {
  border-bottom: none
}
.site-faqs-numbered .faqs-entry::before {
  content: counter(faq-num,decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--ui-lead);
  line-height: 1;
  font-family: var(--ui-title-font-family)
}
.site-faqs-numbered .faq-section-query {
  font-size: 15px;
  font-weight: 700;
  color: var(--izzi-casino-text);
  margin: 0 0 8px;
  line-height: 1.4
}
.site-faqs-numbered .faq-section-response p {
  font-size: 14px;
  color: var(--izzi-casino-copy-muted);
  line-height: 1.7;
  margin: 0
}
@media (max-width:600px) {
  .inner-area table tbody td,
  .inner-area table thead th,
  .legal-content-body table tbody td,
  .legal-content-body table thead th {
    padding: 10px 12px;
    font-size: .8rem
  }
  .site-faqs-numbered .faqs-entry {
    padding-left: 48px
  }
  .site-faqs-numbered .faqs-entry::before {
    font-size: 1.2rem
  }
}
.inner-area h2 {
  border: none;
  border-bottom: none
}
.inner-area ol li,
.inner-area ul li,
.legal-content-body ol li,
.legal-content-body ul li {
  border-bottom: none
}
.inner-area {
  max-width: 1200px;
  margin: 0 auto
}
[data-slot=app-content-image-1]:not(a):not(button) {
  max-width: 45%!important
}
[data-slot=espana-content-image-1]:not(a):not(button) {
  max-width: 30%!important
}
@media (max-width:768px) {
  [data-slot=app-content-image-1]:not(a):not(button),
  [data-slot=espana-content-image-1]:not(a):not(button) {
    max-width: 100%!important
  }
}
.mobile-banner-area {
  background-color: #23232d!important;
  background-blend-mode: multiply!important
}
.main-highlight-card {
  background-color: #23232d!important;
  background-blend-mode: normal!important
}
.site-header-surface-heading {
  color: #fff!important
}
.header-background-deposit,
.site-header-surface-offer {
  color: #fde52a!important
}