﻿h1 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  /* Adjust the values as needed */
  color: #fff;
  /* Ensure the text color contrasts well with the banner */
  font-size: 42px;
}
/** * mixins.scss can't be imported in variables.scss due to recursive imports. * Therefore we redeclare that function. */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}
/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}
/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
/** * mixins.scss can't be imported in variables.scss due to recursive imports. * Therefore we redeclare that function. */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}
/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}
/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.game-thumb {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.game-thumb-ratio-wrapper {
  height: 0;
  padding-top: 120.1%;
}
.game-thumb-container {
  background: #7e7e7e;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  /* stylelint-disable-next-line property-no-unknown */
}

.game-thumb-container.game-thumb-default {
  background: #f3f3f3;
}
.game-thumb-container.game-thumb-default .game-thumb-img {
  max-width: 8.5625rem;
  margin: 0 auto;
  display: flex;
  -o-object-fit: contain;
  object-fit: contain;
}
.game-thumb-container:not(.game-thumb-default)::after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(84, 75, 201, 0) 64.58%,
    rgba(38, 59, 87, 1) 100%
  );
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.game-thumb-info {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 0 0.625rem 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.game-thumb-tags {
  bottom: auto;
  left: auto;
  pointer-events: none;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.game-thumb-tags .game-thumb-tag {
  font-size: 0.625rem;
  font-weight: 500;
  color: #222;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  min-width: 2.8125rem;
  min-height: 1.125rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.game-thumb-jackpot {
  font-size: 0.875rem;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fcad6d;
  box-sizing: border-box;
  padding: 2% 10%;
  border-radius: 0.25rem;
  margin-bottom: 0.25rem;
}
.game-thumb-name {
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  /* stylelint-disable property-no-vendor-prefix */
  /* stylelint-disable value-no-vendor-prefix */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  word-wrap: break-word;
  white-space: normal;
  /* stylelint-disable property-no-vendor-prefix */
  /* stylelint-disable value-no-vendor-prefix */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  display: inline-block;
}
.game-thumb-vendor {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #89f8ff;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  text-overflow: ellipsis;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.game-thumb-img {
  display: block;
  /* Ensures it behaves like a block element */
  width: 100%;
  /* Makes sure it takes the full width of its parent */
  height: 100%;
  /* Allows height to adjust proportionally */
  -o-object-fit: cover;
  /* For Opera */
  object-fit: cover;
  /* This scales the image while maintaining aspect ratio */
  transition: all 0.3s ease;
  /* Transition effects */
}
.game-thumb-img img {
  display: block;
  /* Ensures no extra space around the image */
  width: 100%;
  /* Ensures the image takes full width of the container */
  height: 100%;
  /* Ensures the image takes full height of the container */
  object-fit: cover;
  /* Keeps the aspect ratio intact while covering the container */
  transition: all 0.3s ease;
  /* Smooth transition */
}
.game-thumb-play {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.game-thumb-play svg {
  fill: #fff;
  height: 30%;
  width: 30%;
}
.desktop .game-thumb-play:hover {
  opacity: 1;
}
.game-skeleton {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
}
@keyframes wave-animation {
  100% {
    transform: translateX(100%);
  }
}
.game-skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(239, 239, 239, 0) 0,
    rgba(239, 239, 239, 0.2) 20%,
    rgba(239, 239, 239, 0.5) 60%,
    rgba(239, 239, 239, 0)
  );
  animation: wave-animation 2s infinite;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinnerContainer,
.spinnerContainerV2 {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.spinnerContainer .loadingSpinner,
.spinnerContainerV2 .loadingSpinner {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  animation: 1.5s linear infinite spinner;
  animation-play-state: inherit;
  will-change: transform;
}
.spinnerContainer .loadingSpinner {
  border: solid 5px #cfd0d1;
  border-bottom-color: #1c87c9;
}
.spinnerContainerV2 .loadingSpinner {
  border: solid 2px transparent;
  border-bottom-color: #544bc9;
  border-left-color: #544bc9;
  border-right-color: #544bc9;
}
.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loader.loader-absolute {
  position: absolute;
}
/** * mixins.scss can't be imported in variables.scss due to recursive imports. * Therefore we redeclare that function. */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navbarheight: 5rem;
  tabbarheight: 3.5rem;
  languagebarheight: 3.5rem;
  basefontsize: 16px;
  sidebarwidth-desktop: 23.4375rem;
  sidebarwidth-mobile: 100%;
  lobbycategorymenuheight-desktop: 4.5rem;
  lobbycategorymenuheight-mobile: 4.5rem;
}
/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}
/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.tabBar {
  font-size: 0.625rem;
  font-weight: 400;
  height: 100%;
  align-items: center;
  display: flex;
  flex-basis: 100%;
  justify-content: center;
}
.tabBar .tabBarIcon {
  fill: #544bc9;
}
.tabBar .tabBarItem {
  position: relative;
  height: 100%;
  justify-content: center;
  overflow: hidden;
}
.tabBarItem {
  align-items: center;
  color: #515151;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  flex-basis: 20%;
  font-weight: 600;
}
.tabBarItem svg {
  fill: #515151;
  height: 1.5rem;
  width: 1.5rem;
}
.tabBarItem.selected {
  background-color: rgba(84, 75, 201, 0.1);
  border-radius: 0.75rem;
}
.tabBarItem .selectedCircle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  bottom: -0.375rem;
  margin-top: 2.8125rem;
  position: absolute;
  background-color: #544bc9;
}
.tabBarItemTitle {
  color: #544bc9;
  line-height: 1.25rem;
}
@media (max-width: 850px) {
  .tabBarItemTitle {
    font-size: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}
.desktop .tabBarItem {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  overflow: visible;
}
.desktop .tabBarItem:first-of-type {
  margin-left: 2.5rem;
}
/** * mixins.scss can't be imported in variables.scss due to recursive imports. * Therefore we redeclare that function. */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navbarheight: 5rem;
  tabbarheight: 3.5rem;
  languagebarheight: 3.5rem;
  basefontsize: 16px;
  sidebarwidth-desktop: 23.4375rem;
  sidebarwidth-mobile: 100%;
  lobbycategorymenuheight-desktop: 4.5rem;
  lobbycategorymenuheight-mobile: 4.5rem;
}
/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}
/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.navBar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.navBar .logoContainerWrapper {
  min-width: 16.8125rem;
  flex: 1;
}
.tabBarContainer {
  flex: 2;
}
.burgerMenu {
  display: none;
  cursor: pointer;
}
/* Burger menu bars */
.burgerMenu .bar {
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 4px 0;
}
/* Mobile Menu */
.mobileMenu {
  display: none;
  flex-direction: column;
  background-color: red;
  padding: 20px;
}
.mobileMenu a {
  padding: 10px 0;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.hidden {
  display: none;
}
/* Media Queries for mobile */
@media screen and (max-width: 768px) {
  .tabBarContainer {
    display: none;
  }
  .burgerMenu {
    display: block;
  }
  .logoContainerWrapper {
    display: flex;
    justify-content: center;
  }
  .logoContainer img {
    max-width: 150px;
  }
}
.navBar .logoContainer {
  display: flex;
  height: 100%;
}
.navBar .logoContainer img {
  max-height: 5.625rem;
}
.navBar .tabBarItem {
  flex-grow: 1;
  flex-basis: auto;
  padding: 80px 20px;
}
.navBar .tabBarItemTitle {
  color: #fff;
}
.navBar .more {
  cursor: pointer;
  fill: #544bc9;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0.5rem;
  margin-left: 0.625rem;
}
@media (max-width: 850px) {
  .navBar {
    justify-content: center;
  }
}
.navBar .depositButton {
  padding: 0.5rem 1rem;
  height: 2.5rem;
  -webkit-font-smoothing: antialiased;
}
.navBar .depositIcon {
  width: 2.25rem;
  margin-left: 0.375rem;
  fill: #fff;
}
.navBar .depositButton.isGamePage .depositIcon {
  margin: 0;
}
.navBarButtonContainer {
  flex-grow: 1;
  text-align: right;
}
.navBarButtonContainer .loginButton {
  margin-right: 0.5rem;
  line-height: 1.125rem;
  color: #544bc9;
  font-size: 16px;
  font-weight: 600;
}
.navBarButtonContainer .signUpButton {
  padding: 0.5rem 1rem;
  font-size: 16px;
}
/** * mixins.scss can't be imported in variables.scss due to recursive imports. * Therefore we redeclare that function. */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}
/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}
/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.footer {
  width: 100%;
  padding: 80px 150px;
  overflow: hidden;
  background-color: var(--header-color);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .footer {
    padding: 46px;
  }
}
.footerWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerSelector {
  color: white !important;
  border-radius: 12px !important;
  height: 56px;
  width: 240px;
  margin-bottom: 40px;
}
.footerSelector .MuiInputBase-input {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.footerSelector svg {
  fill: #ffffff;
}
.footerSelector fieldset {
  border-color: #ffffff;
}
.footerSelector:hover fieldset {
  border-color: #ffffff !important;
}
.footerLinks {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.footerLinks .footerLinkItem {
  display: inline-flex;
  margin-right: 16px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.footerLinks .footerLinkItem a {
  white-space: nowrap;
  color: var(--text-color);
}
.footerLinks .footerLinkItem:last-of-type {
  margin-right: 0;
}
.footerSocials {
  display: flex;
  margin-bottom: 40px;
}
.footerSocials .footerSocialItem {
  margin-right: 24px;
  cursor: pointer;
}
.footerSocials .footerSocialItem:last-of-type {
  margin-right: 0;
}
.footerProvider {
  display: flex;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.footerProvider .footerProviderItem span {
  display: inline-flex;
  padding: 0 9px 30px;
  box-sizing: border-box;
}
.footerProvider .footerProviderItem img {
  width: 100%;
  height: 100%;
  max-width: 96px;
  max-height: 32px;
}
.footerRG {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
}
.footerRG .footerRGItem {
  display: inline-flex;
}
.footerRGText {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
}
.footerRGText .footerRGTextItem {
  display: inline-flex;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.footerLogo {
  display: flex;
  margin-bottom: 0px;
  justify-content: center;
}
.footerLogo .footerLogoItem {
  display: inline-flex;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.footerLogo .footerLogoItem img {
  max-height: 6.25rem;
}
/** * mixins.scss can't be imported in variables.scss due to recursive imports. * Therefore we redeclare that function. */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}
/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}
/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
/** * mixins.scss can't be imported in variables.scss due to recursive imports. * Therefore we redeclare that function. */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}
/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}
/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
/** * mixins.scss can't be imported in variables.scss due to recursive imports. * Therefore we redeclare that function. */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}
/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}
/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
/************ Utils ************/
@media (max-width: 849px) {
  .hidden-mobile {
    display: none;
  }
}
@media (min-width: 850px) {
  .hidden-desktop {
    display: none;
  }
}
/* *, *::before, *::after {
  box-sizing: border-box;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
*/
/* stylelint-disable selector-max-id */
/* stylelint-disable at-rule-no-vendor-prefix */
/* stylelint-disable property-no-vendor-prefix */
:root {
  --palette-text-primary: #222;
  --palette-custom-text-link: #544bc9;
  --vh: 100%;
}
@supports (padding-top: constant(safe-area-inset-top)) {
  :root {
    --safe-area-inset-top: constant(safe-area-inset-top);
    --safe-area-inset-right: constant(safe-area-inset-right);
    --safe-area-inset-bottom: constant(safe-area-inset-bottom);
    --safe-area-inset-left: constant(safe-area-inset-left);
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  :root {
    --safe-area-inset-top: env(safe-area-inset-top);
    --safe-area-inset-right: env(safe-area-inset-right);
    --safe-area-inset-bottom: env(safe-area-inset-bottom);
    --safe-area-inset-left: env(safe-area-inset-left);
  }
}
@media (max-width: 850px) {
  ::-webkit-scrollbar {
    height: 0;
    width: 2px;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 5px;
  }
}
/** Remove auto fill color */
.desktop body input:-webkit-autofill,
.mobile body input:-webkit-autofill,
.tablet body input:-webkit-autofill {
  -webkit-animation-fill-mode: both !important;
  -webkit-transition: background-color 9999s 0s linear;
  transition: background-color 9999s 0s linear;
  will-change: background-color;
}
a {
  color: var(--palette-custom-text-link);
  cursor: pointer;
  text-decoration: none;
}
html,
body {
  margin: 0;
}
html.ios {
  height: calc(var(--vh, 1vh) * 100);
  -webkit-text-size-adjust: 100%;
}
html.ios body {
  height: calc(var(--vh, 1vh) * 100);
  -webkit-text-size-adjust: 100%;
}
body {
  color: var(--palette-text-primary);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  background-color: var(--background-color, #1c1047);
}
.top-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 5rem;
  padding: 0 1rem;
  background-color: #190060;
  box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.25);
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
@media (min-width: 1024px) {
  .top-nav {
    padding: 0 5rem;
  }
  .top-nav.side-menu-opened {
    padding-right: calc(5rem + 16px);
  }
}
@media (max-width: 850px) {
  .top-nav {
    height: 4.5rem;
  }
}
.mobile .content,
.tablet .content {
  padding-bottom: 3.5rem;
}
.mobile .bottom,
.tablet .bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.5rem;
  box-sizing: content-box;
  background: #fff;
  padding-bottom: var(--safe-area-inset-bottom);
  box-shadow: 0 -0.0625rem 0.3125rem 0 rgba(0, 0, 0, 0.25);
  z-index: 100;
  transform: translate3d(0, 0, 0);
}
body .regily-module {
  background: rgba(0, 0, 0, 0.4);
}
.content-row {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
}
.mobile.ios .safeAreaDarken {
  background-color: #000;
}
.content {
  min-height: 100vh;
  overflow-x:hidden;
}
.MuiPopover-paper {
  outline: 0;
  position: absolute;
  max-width: calc(100% - 32px);
  min-width: 16px;
  max-height: calc(100% - 32px);
  min-height: 16px;
  overflow-x: hidden;
  overflow-y: auto;
}
.MuiMenu-paper {
  max-height: calc(100% - 96px);
  -webkit-overflow-scrolling: touch;
}
.MuiMenu-list {
  outline: 0;
}
.MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
.MuiSvgIcon-colorPrimary {
  color: #3f51b5;
}
.MuiSvgIcon-colorSecondary {
  color: #f50057;
}
.MuiSvgIcon-colorAction {
  color: rgba(0, 0, 0, 0.54);
}
.MuiSvgIcon-colorError {
  color: #f44336;
}
.MuiSvgIcon-colorDisabled {
  color: rgba(0, 0, 0, 0.26);
}
.MuiSvgIcon-fontSizeInherit {
  font-size: inherit;
}
.MuiSvgIcon-fontSizeSmall {
  font-size: 1.25rem;
}
.MuiSvgIcon-fontSizeLarge {
  font-size: 2.1875rem;
}
@keyframes mui-auto-fill {
  /* Define your keyframes here */
}
@-webkit-keyframes mui-auto-fill {
  /* Define your keyframes here (same as above for compatibility) */
}
@keyframes mui-auto-fill-cancel {
  /* Define your keyframes here */
}

@-webkit-keyframes mui-auto-fill-cancel {
  /* Define your keyframes here (same as above for compatibility) */
}

.MuiInputBase-root {
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.1876em;
  letter-spacing: 0.00938em;
}
.MuiInputBase-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}
.MuiInputBase-multiline {
  padding: 6px 0 7px;
}
.MuiInputBase-multiline.MuiInputBase-marginDense {
  padding-top: 3px;
}
.MuiInputBase-fullWidth {
  width: 100%;
}
.MuiInputBase-input {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
}
.MuiInputBase-input::-webkit-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input::-moz-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input:-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input::-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input:focus {
  outline: 0;
}
.MuiInputBase-input:invalid {
  box-shadow: none;
}
.MuiInputBase-input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.MuiInputBase-input.Mui-disabled {
  opacity: 1;
}
.MuiInputBase-input:-webkit-autofill {
  animation-name: mui-auto-fill;
  animation-duration: 5000s;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input::-webkit-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input::-moz-placeholder {
  opacity: 0 !important;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:-ms-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input::-ms-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus::-webkit-input-placeholder {
  opacity: 0.42;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus::-moz-placeholder {
  opacity: 0.42;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus:-ms-input-placeholder {
  opacity: 0.42;
}
label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus::-ms-input-placeholder {
  opacity: 0.42;
}
.MuiInputBase-inputMarginDense {
  padding-top: 3px;
}
.MuiInputBase-inputMultiline {
  height: auto;
  resize: none;
  padding: 0;
}
.MuiInputBase-inputTypeSearch {
  appearance: none;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
.PrivateNotchedOutline-root-1 {
  top: -5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0 8px;
  overflow: hidden;
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-radius: inherit;
  pointer-events: none;
}
.PrivateNotchedOutline-legend-2 {
  padding: 0;
  text-align: left;
  transition: width 150ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  line-height: 11px;
}
.PrivateNotchedOutline-legendLabelled-3 {
  width: auto;
  height: 11px;
  display: block;
  padding: 0;
  font-size: 0.75em;
  max-width: 0.01px;
  text-align: left;
  transition: max-width 50ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  visibility: hidden;
}
.PrivateNotchedOutline-legendLabelled-3 > span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.PrivateNotchedOutline-legendNotched-4 {
  max-width: 1000px;
  transition: max-width 100ms cubic-bezier(0, 0, 0.2, 1) 50ms;
}
.MuiOutlinedInput-root {
  position: relative;
  border-radius: 4px;
}
.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: rgba(0, 0, 0, 0.87);
}
@media (hover: none) {
  .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
    border-color: rgba(0, 0, 0, 0.23);
  }
}
.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #3f51b5;
  border-width: 2px;
}
.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline {
  border-color: #f44336;
}
.MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline {
  border-color: rgba(0, 0, 0, 0.26);
}
.MuiOutlinedInput-colorSecondary.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #f50057;
}
.MuiOutlinedInput-adornedStart {
  padding-left: 14px;
}
.MuiOutlinedInput-adornedEnd {
  padding-right: 14px;
}
.MuiOutlinedInput-multiline {
  padding: 18.5px 14px;
}
.MuiOutlinedInput-multiline.MuiOutlinedInput-marginDense {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}
.MuiOutlinedInput-notchedOutline {
  border-color: rgba(0, 0, 0, 0.23);
}
.MuiOutlinedInput-input {
  padding: 18.5px 14px;
}
.MuiOutlinedInput-input:-webkit-autofill {
  border-radius: inherit;
}
.MuiOutlinedInput-inputMarginDense {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}
.MuiOutlinedInput-inputMultiline {
  padding: 0;
}
.MuiOutlinedInput-inputAdornedStart {
  padding-left: 0;
}
.MuiOutlinedInput-inputAdornedEnd {
  padding-right: 0;
}
.MuiSelect-select {
  cursor: pointer;
  min-width: 16px;
  user-select: none;
  border-radius: 0;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari */
  appearance: none; /* Standard property */
  text-align: center;
}

.MuiSelect-select:focus {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.MuiSelect-select::-ms-expand {
  display: none;
}
.MuiSelect-select.Mui-disabled {
  cursor: default;
}
.MuiSelect-select[multiple] {
  height: auto;
}
.MuiSelect-select:not([multiple]) option,
.MuiSelect-select:not([multiple]) optgroup {
  background-color: var(--header-color);
}
.MuiSelect-select.MuiSelect-select {
  padding-right: 24px;
}
.MuiSelect-filled.MuiSelect-filled {
  padding-right: 32px;
}
.MuiSelect-outlined {
  border-radius: 4px;
}
.MuiSelect-outlined.MuiSelect-outlined {
  padding-right: 30px;
}
.MuiSelect-selectMenu {
  height: auto;
  overflow: hidden;
  min-height: 1.1876em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MuiSelect-icon {
  top: calc(50% - 12px);
  color: rgba(0, 0, 0, 0.54);
  right: 0;
  position: absolute;
  pointer-events: none;
}
.MuiSelect-icon.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.MuiSelect-iconOpen {
  transform: rotate(180deg);
}
.MuiSelect-iconFilled {
  right: 7px;
}
.MuiSelect-iconOutlined {
  right: 7px;
}
.MuiSelect-nativeInput {
  left: 0;
  width: 100%;
  bottom: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}
.MuiTouchRipple-ripple {
  opacity: 0;
  position: absolute;
}
.MuiTouchRipple-rippleVisible {
  opacity: 0.3;
  animation: MuiTouchRipple-keyframes-enter 550ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}
.MuiTouchRipple-ripplePulsate {
  animation-duration: 200ms;
}
.MuiTouchRipple-child {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  border-radius: 50%;
  background-color: currentColor;
}
.MuiTouchRipple-childLeaving {
  opacity: 0;
  animation: MuiTouchRipple-keyframes-exit 550ms cubic-bezier(0.4, 0, 0.2, 1);
}
.MuiTouchRipple-childPulsate {
  top: 0;
  left: 0;
  position: absolute;
  animation: MuiTouchRipple-keyframes-pulsate 2500ms
    cubic-bezier(0.4, 0, 0.2, 1) 200ms infinite;
}
@keyframes MuiTouchRipple-keyframes-enter {
  0% {
    opacity: 0.1;
    transform: scale(0);
  }
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
}
@-webkit-keyframes MuiTouchRipple-keyframes-enter {
  0% {
    opacity: 0.1;
    transform: scale(0);
  }
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
}

@keyframes MuiTouchRipple-keyframes-exit {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes MuiTouchRipple-keyframes-exit {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes MuiTouchRipple-keyframes-pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.92);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes MuiTouchRipple-keyframes-pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.92);
  }
  100% {
    transform: scale(1);
  }
}

.MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari */
  appearance: none; /* Standard property */
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.MuiButtonBase-root::-moz-focus-inner {
  border-style: none;
}
.MuiButtonBase-root.Mui-disabled {
  cursor: default;
  pointer-events: none;
}

@media print {
  .MuiButtonBase-root {
    -webkit-print-color-adjust: exact; /* Safari */
    print-color-adjust: exact; /* Standard property */
  }
}

.MuiButton-root {
  color: rgba(0, 0, 0, 0.87);
  padding: 6px 16px;
  font-size: 0.875rem;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  border-radius: 4px;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
}
.MuiButton-root:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
}
.MuiButton-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}
@media (hover: none) {
  .MuiButton-root:hover {
    background-color: transparent;
  }
}
.MuiButton-root:hover.Mui-disabled {
  background-color: transparent;
}
.MuiButton-label {
  width: 100%;
  display: inherit;
  padding: 0px 30px;
}
.MuiButton-text {
  padding: 6px 8px;
}
.MuiButton-textPrimary {
  color: #3f51b5;
}
.MuiButton-textPrimary:hover {
  background-color: rgba(63, 81, 181, 0.04);
}
@media (hover: none) {
  .MuiButton-textPrimary:hover {
    background-color: transparent;
  }
}
.MuiButton-textSecondary {
  color: #f50057;
}
.MuiButton-textSecondary:hover {
  background-color: rgba(245, 0, 87, 0.04);
}
@media (hover: none) {
  .MuiButton-textSecondary:hover {
    background-color: transparent;
  }
}
.MuiButton-outlined {
  border: 1px solid rgba(0, 0, 0, 0.23);
  padding: 5px 15px;
}
.MuiButton-outlined.Mui-disabled {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.MuiButton-outlinedPrimary {
  color: #3f51b5;
  border: 1px solid rgba(63, 81, 181, 0.5);
}
.MuiButton-outlinedPrimary:hover {
  border: 1px solid #3f51b5;
  background-color: rgba(63, 81, 181, 0.04);
}
@media (hover: none) {
  .MuiButton-outlinedPrimary:hover {
    background-color: transparent;
  }
}
.MuiButton-outlinedSecondary {
  color: #f50057;
  border: 1px solid rgba(245, 0, 87, 0.5);
}
.MuiButton-outlinedSecondary:hover {
  border: 1px solid #f50057;
  background-color: rgba(245, 0, 87, 0.04);
}
.MuiButton-outlinedSecondary.Mui-disabled {
  border: 1px solid rgba(0, 0, 0, 0.26);
}
@media (hover: none) {
  .MuiButton-outlinedSecondary:hover {
    background-color: transparent;
  }
}
.MuiButton-contained {
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  background-color: #e0e0e0;
}
.MuiButton-contained:hover {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #d5d5d5;
}
.MuiButton-contained.Mui-focusVisible {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.MuiButton-contained:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.MuiButton-contained.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
}
@media (hover: none) {
  .MuiButton-contained:hover {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
      0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    background-color: #e0e0e0;
  }
}
.MuiButton-contained:hover.Mui-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.MuiButton-containedPrimary {
  color: #fff;
  background-color: #3f51b5;
}
.MuiButton-containedPrimary:hover {
  background-color: #303f9f;
}
@media (hover: none) {
  .MuiButton-containedPrimary:hover {
    background-color: #3f51b5;
  }
}
.MuiButton-containedSecondary {
  color: #fff;
  background-color: #f50057;
}
.MuiButton-containedSecondary:hover {
  background-color: #c51162;
}
@media (hover: none) {
  .MuiButton-containedSecondary:hover {
    background-color: #f50057;
  }
}
.MuiButton-disableElevation {
  box-shadow: none;
}
.MuiButton-disableElevation:hover {
  box-shadow: none;
}
.MuiButton-disableElevation.Mui-focusVisible {
  box-shadow: none;
}
.MuiButton-disableElevation:active {
  box-shadow: none;
}
.MuiButton-disableElevation.Mui-disabled {
  box-shadow: none;
}
.MuiButton-colorInherit {
  color: inherit;
  border-color: currentColor;
}
.MuiButton-textSizeSmall {
  padding: 4px 5px;
  font-size: 0.8125rem;
}
.MuiButton-textSizeLarge {
  padding: 8px 11px;
  font-size: 0.9375rem;
}
.MuiButton-outlinedSizeSmall {
  padding: 3px 9px;
  font-size: 0.8125rem;
}
.MuiButton-outlinedSizeLarge {
  padding: 7px 21px;
  font-size: 0.9375rem;
}
.MuiButton-containedSizeSmall {
  padding: 4px 10px;
  font-size: 0.8125rem;
}
.MuiButton-containedSizeLarge {
  padding: 8px 22px;
  font-size: 0.9375rem;
}
.MuiButton-fullWidth {
  width: 100%;
}
.MuiButton-startIcon {
  display: inherit;
  margin-left: -4px;
  margin-right: 8px;
}
.MuiButton-startIcon.MuiButton-iconSizeSmall {
  margin-left: -2px;
}
.MuiButton-endIcon {
  display: inherit;
  margin-left: 8px;
  margin-right: -4px;
}
.MuiButton-endIcon.MuiButton-iconSizeSmall {
  margin-right: -2px;
}
.MuiButton-iconSizeSmall > *:first-child {
  font-size: 18px;
}
.MuiButton-iconSizeMedium > *:first-child {
  font-size: 20px;
}
.MuiButton-iconSizeLarge > *:first-child {
  font-size: 22px;
}
/** * mixins.scss can't be imported in variables.scss due to recursive imports. * Therefore we redeclare that function. */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}
/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}
/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.muiButtonBase {
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  text-transform: none;
  margin-left: 10px;
}
.muiButtonEndIcon {
  margin-left: 8px;
}
.MuiButton-contained {
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.75rem;
  box-shadow: none;
  transition: none;
  padding: 0.75rem 1rem;
  background: transparent;
  color: var(--button-color);
  line-height: 1.5rem;
}
.MuiButton-contained:hover,
.MuiButton-contained:focus {
  background-color: #eeedfa;
  box-shadow: none;
}
.MuiButton-contained:active {
  background: var(--button-color);
  color: #fff;
}
.MuiButton-contained:disabled {
  background-color: #fff;
  color: #9893df;
}
.muiButtonContainedPrimary {
  font-size: 1rem;
  font-weight: 900;
  border-radius: 0.75rem;
  box-shadow: none;
  transition: none;
  padding: 0.75rem 1rem;
  background: var(--headings-color);
  color: white;
  text-transform: uppercase;
  line-height: 1.5rem;
}
@media (max-width: 600px) {
  .muiButtonContainedPrimary {
    margin-bottom: 30px;
  }
}
.muiButtonContainedPrimary:hover,
.muiButtonContainedPrimary:focus {
  background: var(--headings-color);
  box-shadow: none;
}
.muiButtonContainedPrimary:active {
  background: var(--headings-color);
  color: #fff;
}
.muiButtonContainedPrimary:disabled {
  background-color: #eeedfa;
  color: var(--headings-color);
}
.muiButtonContainedPrimary.inverted {
  color: var(--headings-color);
  background: #fff;
}
.muiButtonContainedSecondary {
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.75rem;
  box-shadow: none;
  transition: none;
  padding: 0.75rem 1rem;
  background: transparent;
  color: var(--button-color);
  border: 0.125rem solid var(--button-color);
  line-height: 1.25rem;
}
.muiButtonContainedSecondary:hover,
.muiButtonContainedSecondary:focus {
  background: transparent;
  box-shadow: 0 0 0 2px #544bc9;
}
.muiButtonContainedSecondary:active {
  background: #544bc9;
  color: #fff;
}
.muiButtonContainedSecondary:disabled {
  border-color: #9893df;
  color: #9893df;
}
/** * mixins.scss can't be imported in variables.scss due to recursive imports. * Therefore we redeclare that function. */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}
/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}
/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
/* stylelint-disable max-empty-lines */
.promo-preview {
  display: flex;
  flex-direction: column;
}
.promo-preview .promo-hero-btn .MuiButton-label {
  flex-direction: column;
  line-height: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.promo-preview .promo-hero-btn .MuiButton-label span {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.promo-preview .promo-terms {
  color: #cecece;
  font-weight: 600;
  font-size: 0.875rem;
  padding-top: 0.625rem;
  line-height: 1.375rem;
}
.promo-preview .tncLinksWrapper a,
.promo-preview .tncLinksWrapper .separator {
  font-weight: 600;
  font-size: 0.875rem;
}
.promo-hero {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.promo-hero-container {
  background-color: var(--background-color);
  min-height: 60vh;
}
@media (max-width: 768px) {
  /* Adjust the max-width value as needed for your breakpoints */
  .promo-hero-container {
    min-height: 46vh;
  }
}
.promo-img-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--background-color);
  display: flex;
  justify-content: center;
  align-items: center;
  /* Vertically center the content */
}
/* Styles for desktop devices */
@media (min-width: 768px) {
  .promo-img-wrapper {
    max-width: 1600px;
    /* Set a max width for desktop */
    margin: 0 auto;
    /* Center the container horizontally */
    padding: 20px;
  }
}
/* Styles for mobile devices */
@media (max-width: 767px) {
  .promo-img-wrapper {
    padding: 0;
    /* Remove padding to allow the image to span edge to edge */
    max-width: 100%;
    /* Ensure the image spans the full width */
  }
}
.promo-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .promo-img {
    border-radius: 20px;
  }
}
/* Styles for mobile devices */
@media (max-width: 767px) {
  .promo-img {
    border-radius: 0px;
  }
}
.promo-img-fail {
  display: none;
}
.promo-box {
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  left: 0;
  padding: 0 1.375rem;
  width: 100%;
  padding: 1.25rem 1rem;
}
@media (min-width: 641px) {
  .promo-box {
    padding: 1.25rem 0;
  }
}
@media (min-width: 1024px) {
  .promo-box {
    padding: 1.875rem 0;
  }
}
.promo-banner-subline {
  padding: 0 0rem;
}
.promo-content {
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 20.625rem;
  padding-bottom: 2.5rem;
  z-index: 1;
}
@media (min-width: 641px) {
  .promo-content {
    padding-left: 10%;
    max-width: 37.5rem;
  }
}
.video-banner-wrapper {
  position: relative;
  margin: 0;
  height: 100%;
  max-width: 100%;
}
.video-banner-wrapper .video-banner {
  position: absolute;
}
.promo-banner {
  width: 100%;
  position: relative;
}
.promo-banner .promo-terms {
  color: #fff;
  text-decoration: underline;
}
.promo-banner-container {
  margin: 0;
}
.promo-banner-caption {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-top: 60px;
}
@media (max-width: 600px) {
  .promo-banner-caption {
    margin-top: 30px;
  }
}
.promo-banner-header * {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 3rem;
  margin: 0;
  margin-bottom: 7%;
  margin-top: 5%;
  text-align: left;
}
.promo-banner-subline {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10%;
}
html.fi .promo-banner-header,
html.fi .promo-banner-subline {
  margin: 0.5rem 0;
}
.jp .promo-banner {
  font-family: "Noto Sans JP", sans-serif;
}
.jp .promo-img {
  height: 105%;
}
@media (min-width: 568px) and (max-width: 850px) {
  .jp .promo-img {
    height: 190%;
  }
}
@media (max-width: 320px) {
  .jp .promo-img {
    height: 110%;
  }
}
.jp .promo-box {
  padding-top: 8.5rem;
  padding-bottom: 3rem;
}
.jp .promo-content {
  padding: 0;
}
.jp .promo-banner-caption {
  font-size: 1rem;
  line-height: 1.5rem;
}
.jp .promo-banner-header * {
  font-weight: 900;
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 1rem 0;
  background: radial-gradient(100% 5568.89% at 0% 0%, #544bc9 0%, #a44bc9 100%),
    #544bc9;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 0.5rem transparent;
  text-shadow: 4px 4px 0 rgba(41, 48, 71, 0.1);
}
.jp .promo-banner-header p {
  margin: 0;
}
.jp .promo-banner-subline {
  font-size: 1.25rem;
  line-height: 1.75rem;
  background: radial-gradient(100% 5568.89% at 0% 0%, #544bc9 0%, #a44bc9 100%),
    #544bc9;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 0.5rem transparent;
  text-shadow: 0 4px 0 rgba(41, 48, 71, 0.1);
}
@media (max-width: 320px) {
  .jp .promo-banner-header {
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .jp .promo-banner-subline {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.jp.desktop .promo-box {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.jp.desktop .promo-img {
  height: 100%;
}
.jp.desktop .promo-banner-caption {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.jp.desktop .promo-banner-header {
  font-size: 2.5rem;
  line-height: 3rem;
}
.jp.desktop .promo-banner-subline {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
/** * mixins.scss can't be imported in variables.scss due to recursive imports. * Therefore we redeclare that function. */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}
/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}
/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.lander-preview {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:center;
  /* Change this from center to flex-start */
  margin-top: 1rem;
  max-width:1600px;
}
@media (max-width: 768px) {
  .lander-preview {
    margin-top: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lander-preview .lander-game-tile {
    flex: 1 1 auto;
    /* Allow the cards to grow and shrink */
    min-width: 80px;
    /* Minimum width of 80px */
    max-width: calc(33.33% - 1rem);
    /* Maximum width to fit 3 cards per row */
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .lander-preview .lander-game-tile:nth-child(3n) {
    margin-right: 0;
    /* Remove right margin for every third card */
  }
}
@media (max-width: 367px) {
  .lander-preview .lander-game-tile {
    flex: 1 1 auto;
    /* Allow the cards to grow and shrink */
    min-width: 80px;
    /* Minimum width of 80px */
    max-width: calc(50%);
    /* Maximum width to fit 3 cards per row */
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}
.lander-preview .lander-game-tile {
  margin-bottom: 1rem;
  flex-basis: calc(50% - 1rem);
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .lander-preview .lander-game-tile {
    flex-basis: calc(25% - 1rem);
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 960px) and (orientation: landscape) {
  .lander-preview .lander-game-tile {
    flex-basis: calc(25% - 1rem);
    margin-right: 1rem;
  }
}
.lander-preview .lander-game-tile .game-thumb-jackpot {
  font-size: 0.75rem;
  font-weight: 600;
  min-width: 90%;
  min-height: 3.0625rem;
  border-radius: 0.5rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lander-preview .lander-game-tile:nth-child(odd) {
  margin-right: 1rem;
}
.lander-preview .lander-game-tile:last-child {
  margin-right: 0;
}
.desktop .lander-preview .lander-game-tile {
  flex-basis: calc(20% - 1rem);
  margin-right: 1rem;
}
.desktop .lander-preview.medium .lander-game-tile {
  flex-basis: calc(25% - 1rem);
}
/*.desktop .lander-preview .lander-game-tile:last-child {
  margin-right: 0;
}
*/
/** * mixins.scss can't be imported in variables.scss due to recursive imports. * Therefore we redeclare that function. */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}
/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}
/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.fullPageloader {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes ldio-fyszzpnu77a-r {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.2 0 0.8 0.8);
  }
  50% {
    animation-timing-function: cubic-bezier(0.2 0.2 0.8 1);
  }
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ldio-fyszzpnu77a-s {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.2 0 0.8 0.8);
  }
  50% {
    animation-timing-function: cubic-bezier(0.2 0.2 0.8 1);
  }
  0% {
    transform: translate(-30px, -30px) scale(0);
  }
  50% {
    transform: translate(-30px, -30px) scale(1);
  }
  100% {
    transform: translate(-30px, -30px) scale(0);
  }
}
.ldio-fyszzpnu77a > div {
  transform: translate(0, -15px);
}
.ldio-fyszzpnu77a > div > div {
  animation: ldio-fyszzpnu77a-r 1s linear infinite;
  transform-origin: 100px 100px;
}
.ldio-fyszzpnu77a > div > div > div {
  position: absolute;
  transform: translate(100px, 92px);
}
.ldio-fyszzpnu77a > div > div > div > div {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #a44bc9;
  animation: ldio-fyszzpnu77a-s 1s linear infinite;
}
.ldio-fyszzpnu77a > div > div:last-child {
  animation-delay: -0.5s;
}
.ldio-fyszzpnu77a > div > div:last-child > div > div {
  animation-delay: -0.5s;
  background: #544bc9;
}
.loadingio-spinner-interwind-asxkld4ngtv {
  width: 12.5rem;
  height: 12.5rem;
  display: inline-block;
  overflow: hidden;
  background: transparent;
}
.ldio-fyszzpnu77a {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.ldio-fyszzpnu77a div {
  box-sizing: content-box;
}
/** * mixins.scss can't be imported in variables.scss due to recursive imports. * Therefore we redeclare that function. */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}
/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}
/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
/** * mixins.scss can't be imported in variables.scss due to recursive imports. * Therefore we redeclare that function. */
/************ Element positions ************/
/************ Element sizes ************/
/************ Media queries ************/
/************ Font families ************/
/************ BorderRadius ************/
/* stylelint-disable */
:export {
  navBarHeight: 5rem;
  tabBarHeight: 3.5rem;
  languageBarHeight: 3.5rem;
  baseFontSize: 16px;
  sideBarWidth-desktop: 23.4375rem;
  sideBarWidth-mobile: 100%;
  lobbyCategoryMenuHeight-desktop: 4.5rem;
  lobbyCategoryMenuHeight-mobile: 4.5rem;
}
/* stylelint-endable */
:export {
  palettePrimaryMain: #544bc9;
  palettePrimaryLight: #766fd3;
  paletteErrorMain: #f44336;
  slateBlue: #544bc9;
  paletteTextPrimary: #222;
  navBarActiveTab: rgba(84, 75, 201, 0.1);
  paletteSuccessDark: #388e3c;
}
/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.lander {
  width: 100%;
  min-height: 100vh;
}
.lander .loader {
  position: relative;
  height: 100vh;
}
.lander-header {
  width: 100%;
  position: relative;
}
.lander-body {
  box-sizing: border-box;
  position: relative;
  background-color: var(--background-color);
  padding: 0.5rem 0;
}
@media (max-width: 768px) {
  .lander-body {
    padding: 0;
  }
}
.lander-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--background-color);
  align-items: center;
}
.lander-content > div {
  padding-left: 6.7%;
  padding-right: 6.7%;
}
@media (max-width: 768px) {
  .lander-content {
    padding-top: 0;
  }
}
.lander-heading h2 {
  color: var(--headings-color);
  /* Replace with your desired color */
  font-family: Open Sans;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 3rem;
  text-align: center;
  margin: 0 0 1rem;
}
.game-heading {
  color: var(--text-color);
  font-family: Open Sans;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  margin: 0 0 1rem;
  background-color:var(--header-color);
  padding:15px 10px 10px 10px;
  border-radius:0px 0px 5px 5px;
  width:100%;
  max-width:900px;
}
.lander-heading {
  padding-bottom: 10px;
  background-color: var(--header-color);
  padding: 15px;
  border-radius: 10px;
  max-width: 1560px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .lander-heading {
    border-radius: 0px;
  }
}
.lander-heading p {
  color: hsla(0, 0%, 100%, 0.65);
  font-family: Open Sans;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .lander-heading {
    width: 100%;
    margin: auto;
  }
}
.lander-heading:not(:first-child) {
  margin-top: 2.625rem;
}
.lander-heading h2 {
  font-family: Open Sans;
  font-weight: 800;
  text-align: center;
  margin: 0 0 0.5rem;
}

.lander-heading p {
  font-family: Open Sans;
  font-weight: 400;
  text-align: center;
}
.lander-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--background-color);
  padding-bottom: 20px;
  max-width:1800px;
}
@media (min-width: 1024px) {
  .lander-section {
    margin: 2.5rem 0 0;
  }
}
.lander-section .lander-section-head {
  display: flex;
  justify-content: space-between;
  /*padding: 0 0.5rem; */
  width: 100%;
}

.lander-section-head {
  margin: 0 auto;
  align-items: center;
  }

.lander-section p {
  color: hsla(0, 0%, 100%, 0.65);
  padding: 0 0.5rem;
}
.lander-section-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 0;
  color: var(--text-color);
}
@media (min-width: 768px) {
  .lander-section-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 768px) {
  .lander-section-title {
    font-size: 1.5rem;
    line-height: 2rem;
    max-width: 200px;
  }
}
.lander-section-show {
  text-align: center;
}
.lander-section-info {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  text-align: center;
}
.lander-section-link {
  display: inline-block;
  /* Makes it behave like a button */
  text-transform: uppercase;
  width: auto;
  /* Allows the button to size based on content */
  padding: 5px 15px;
  /* Add padding for spacing */
  border: 1px solid var(--header-color);
  /* Set border color */
  border-radius: 5px;
  /* Optional: add some border radius for rounded corners */
  text-align: center;
  color: var(--text-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  /* Removes underline from links */
  transition: background-color 0.3s, color 0.3s;
  /* Smooth transition for hover effect */
}
@media (max-width: 768px) {
  .lander-section-link {
    padding: 3px 5px;
  }
}
.lander-section-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
  /* Optional: add a light hover effect */
}
.lander-section-info {
  margin: 0.5rem 0 0;
}
/* Reset some basic elements */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Styling for the sticky header */
.sticky-header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: var(--header-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  z-index: 1000;
  height: 64px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
/* Logo styling */
.logo {
  flex-shrink: 0;
}
.logo img {
  width: 140px;
  /* Keep logo size fixed */
  height: auto;
}
/* Navigation styling */
nav {
  display: flex;
  align-items: center;
  width: 100%;
  /* Ensure the nav takes up the full width */
}
.nav-links {
  list-style: none;
  display: flex;
  flex-grow: 1;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2px;
}
.nav-links li {
  margin-left: 20px;
}
.nav-links li:last-child {
  margin-left: 0;
  /* No margin on mobile */
}
@media (min-width: 768px) {
  .nav-links li:last-child {
    margin-left: auto;
    /* Apply margin-left: auto on screens 768px and wider */
  }
}
/*BUTTON HEADER ON RIGHT*/
/*.nav-links li:last-child a {
  color: black;
  background-color: var(--button-color);
  border-radius: 8px;
}*/
.nav-links a {
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
  text-transform: uppercase;
  line-height: 20px;
  min-width: 80px;
  height: 40px;
  padding: 10px 16px;
  color: var(--navlinks-color);
}
.nav-links a:hover {
  color: var(--headings-color);
}
/* Burger menu styling for mobile */
.burger-menu {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  height: 25px;
}
.burger-menu div {
  width: 30px;
  height: 3px;
  background-color: white;
}
/* Media query for mobile */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
    background-color: var(--header-color);
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  .nav-links li {
    margin: 20px 0;
  }
  .burger-menu {
    display: flex;
  }
  .nav-links.nav-active {
    display: flex;
    /* Set display to flex when the menu is active */
  }
}

.site-chrome {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.site-chrome__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 16px;
  background: var(--header-color, #281a5e);
}

.site-chrome__left,
.site-chrome__right {
  display: flex;
  align-items: center;
}

.site-chrome__left {
  min-width: 0;
  gap: 0;
}

.site-chrome__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: hsla(0, 0%, 100%, 0.65);
  text-decoration: none;
  cursor: pointer;
}

.site-chrome__icon:hover {
  color: #fff;
}

.site-chrome__icon--menu {
  margin-right: 12px;
  flex-direction: column;
  gap: 5px;
}

.site-chrome__icon--menu span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.site-chrome__logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  height: 27px;
  min-height: 27px;
  max-height: 27px;
  overflow: hidden;
}

.site-chrome__logo img {
  display: block;
  width: auto;
  height: 27px;
  max-width: 170px;
  max-height: 27px;
  object-fit: contain;
}

.site-chrome__nav {
  display: none;
  align-items: center;
  gap: 24px;
  width: auto;
  margin: 0 24px;
}

.site-chrome__nav a {
  color: hsla(0, 0%, 100%, 0.65);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-chrome__nav a:hover {
  color: #fff;
}

.site-chrome__icon--search {
  display: none;
  margin-left: 8px;
}

.site-chrome__right {
  gap: 8px;
  flex-shrink: 0;
}

.site-chrome__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 100px;
  padding: 8px 12px;
  border-radius: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-chrome__btn--outline {
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  color: #fff;
}

.site-chrome__btn--outline:hover {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.site-chrome__btn--solid {
  background: var(--button-color, #94f8a7);
  border: 1px solid transparent;
  color: var(--button-text-color, #000);
}

.site-chrome__btn--solid:hover {
  filter: brightness(1.12);
}

.site-chrome__drawer {
  display: none;
  flex-direction: column;
  padding: 8px 16px 16px;
  background: var(--header-color, #281a5e);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.site-chrome__drawer[hidden] {
  display: none;
}

.site-chrome.is-open .site-chrome__drawer {
  display: flex;
}

.site-chrome__drawer a,
.site-chrome__drawer button[data-h] {
  padding: 12px 0;
  color: hsla(0, 0%, 100%, 0.86);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
  width: 100%;
  background: none;
  text-align: left;
}

.site-chrome__drawer a:last-child,
.site-chrome__drawer button[data-h]:last-child {
  border-bottom: 0;
  color: #140a32;
  background: var(--button-color, #94f8a7);
  border-radius: 8px;
  margin-top: 8px;
  padding: 10px 12px;
  text-align: center;
}

@media (min-width: 960px) {
  .site-chrome__icon--search {
    display: inline-flex;
  }
}

@media (min-width: 1200px) {
  .site-chrome__bar {
    height: 64px;
    padding: 0 32px;
  }

  .site-chrome__icon--menu {
    margin-right: 16px;
  }

  .site-chrome__logo {
    height: 33px;
    min-height: 33px;
    max-height: 33px;
    margin-right: 6px;
  }

  .site-chrome__logo img {
    height: 33px;
    max-height: 33px;
  }

  .site-chrome__nav {
    display: flex;
  }

  .site-chrome__right {
    gap: 12px;
  }

  .site-chrome__btn {
    height: 40px;
    padding: 10px 16px;
  }

  .site-chrome.is-open .site-chrome__drawer {
    display: none;
  }
}

.game-page {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 64px);
  padding: 24px 16px 32px;
  background-color: #140a32;
  color: #fff;
  isolation: isolate;
}

.game-page__bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 72%,
    rgba(0, 0, 0, 0.78) 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 72%,
    rgba(0, 0, 0, 0.78) 90%,
    transparent 100%
  );
}

.game-page__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  user-select: none;
}

.game-page::before {
  display: none;
}

.game-stage {
  width: 100%;
  max-width: 960px;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(12, 8, 28, 0.82);
}

.game-embed {
  width: 100%;
  max-width: 960px;
}

.game-header {
  padding: 16px 18px;
  background: transparent;
  color: #fff;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.game-header h1 {
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: none;
}

.game-header h1 span {
  display: inline-block;
  margin-left: 8px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 13px;
  font-weight: 400;
}

.game-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
  scroll-margin-top: 80px;
}

.game-frame iframe,
.game-embed iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.game-embed-description {
  width: 100%;
  max-width: none;
  padding: 20px 22px 24px;
  background: transparent;
  border-radius: 0;
  color: hsla(0, 0%, 100%, 0.72);
  text-align: left;
}

.game-embed-description p {
  margin: 0;
  max-width: none;
  padding: 0;
  font-size: 15px;
  line-height: 1.7;
}

.game-review {
  width: 100%;
  max-width: 960px;
  text-align: left;
}

.game-back {
  display: inline-block;
  margin: 0 0 18px;
  color: hsla(0, 0%, 100%, 0.62);
  font-size: 14px;
  text-decoration: none;
}

.game-back::before {
  content: "â† ";
}

.game-back:hover {
  color: #fff;
}

.game-review h1 {
  margin: 0 0 10px;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.game-lead {
  margin: 0 0 20px;
  max-width: none;
  color: hsla(0, 0%, 100%, 0.74);
  font-size: 16px;
  line-height: 1.6;
}

.game-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 20px;
}

.game-cta__real,
.game-cta__demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 0;
  border-radius: 10px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.game-cta__real {
  background: #18d1a0;
  color: #1c1047;
}

.game-cta__real:hover {
  background: #94f8a7;
  color: #1c1047;
}

.game-cta__demo {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

.game-cta__demo:hover {
  border-color: #94f8a7;
  color: #94f8a7;
}

.game-facts,
.game-about {
  margin: 28px 0 0;
}

.game-review h2,
.slots-directory__title {
  margin: 0 0 14px;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.game-about p {
  margin: 0;
  max-width: none;
  color: hsla(0, 0%, 100%, 0.78);
  font-size: 15px;
  line-height: 1.7;
}

.game-disclaimer {
  margin-top: 16px !important;
  color: hsla(0, 0%, 100%, 0.55) !important;
  font-size: 13px !important;
}

.game-footer-links {
  margin: 8px 0 0;
  color: hsla(0, 0%, 100%, 0.45);
  font-size: 14px;
}

.game-footer-links span {
  margin: 0 8px;
}

.game-footer-links a {
  color: hsla(0, 0%, 100%, 0.72);
  text-decoration: none;
}

.game-footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.game-footer-links__slots {
  color: hsla(0, 0%, 100%, 0.72);
}

.game-table--facts tbody td:first-child {
  width: 38%;
  color: hsla(0, 0%, 100%, 0.58);
}

.game-table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  border-radius: 14px;
  border: 1px solid rgba(148, 248, 167, 0.16);
  background: rgba(20, 10, 48, 0.45);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.game-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.game-table th,
.game-table td {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 13px 16px;
  vertical-align: middle;
  text-align: left;
}

.game-table thead th {
  background: rgba(24, 209, 160, 0.12);
  color: #94F8A7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.4;
}

.game-table tbody td {
  color: hsla(0, 0%, 100%, 0.88);
  font-size: 14px;
  line-height: 1.5;
}

.game-table tbody td:first-child {
  font-weight: 600;
}

.game-table tbody td:nth-child(2):not(:last-child) {
  color: hsla(0, 0%, 100%, 0.62);
  font-weight: 400;
}

.game-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.035);
}

.game-table tbody tr:hover td {
  background: rgba(24, 209, 160, 0.08);
}

.game-table tbody tr:last-child td {
  border-bottom: none;
}

.game-table tbody tr.is-current td {
  background: rgba(24, 209, 160, 0.1);
}

.game-table tbody tr.is-current td:last-child {
  color: #94F8A7;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.game-table a {
  color: #fff;
  text-decoration: none;
}

.game-table td:last-child a {
  color: #94F8A7;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.game-table a:hover {
  text-decoration: underline;
}

.game-page--guide {
  padding: 20px 16px 72px;
}

.game-page:has(.game-page__bg-wrap)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(20, 10, 50, 0.18) 0%,
    transparent 22%,
    transparent 52%,
    rgba(20, 10, 50, 0.22) 74%,
    rgba(20, 10, 50, 0.78) 90%,
    #140a32 100%
  );
  pointer-events: none;
}

.game-review--guide {
  width: 100%;
  max-width: 1080px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.game-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin: 0 0 28px;
}

.game-hero__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin: 0 0 16px;
}

.game-hero .game-back {
  margin: 0;
  color: hsla(0, 0%, 100%, 0.78);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.game-hero__provider {
  display: inline-flex;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid rgba(148, 248, 167, 0.28);
  border-radius: 999px;
  background: rgba(12, 6, 32, 0.42);
  color: #94f8a7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.game-review--guide h1 {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 14px;
  font-size: 34px;
  letter-spacing: -0.04em;
  line-height: 1.08;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55), 0 1px 2px rgba(0, 0, 0, 0.7);
}

.game-review--guide h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #18d1a0 0%, #94f8a7 100%);
}

.game-review--guide .game-lead {
  margin: 16px 0 22px;
  width: 100%;
  max-width: none;
  color: hsla(0, 0%, 100%, 0.78);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-shadow: none;
}

.game-review--guide .game-cta {
  margin: 0;
}

.game-review--guide .game-cta__real,
.game-review--guide .game-cta__demo {
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 14px;
  font-size: 15px;
}

.game-review--guide .game-cta__real {
  box-shadow: 0 12px 28px rgba(24, 209, 160, 0.28);
}

.game-frame-wrap {
  width: 100%;
  margin: 0 0 28px;
}

.game-review--guide .game-frame {
  height: auto;
  min-height: 0;
  max-height: none;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.game-review__body {
  padding: 28px 20px 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(12, 6, 32, 0.82);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32);
}

.game-review--guide .game-about,
.game-review--guide .game-facts,
.game-review--guide .game-article,
.game-review--guide .game-faq {
  margin: 0 0 32px;
}

.game-review--guide .game-about p,
.game-article p {
  margin: 0 0 16px;
  max-width: none;
  color: hsla(0, 0%, 100%, 0.78);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.game-review--guide .game-about p:last-child,
.game-article p:last-child {
  margin-bottom: 0;
}

.game-review--guide .game-lead strong,
.game-review--guide .game-about p strong,
.game-article p strong,
.game-faq__answer p strong,
.game-specs-note strong,
.game-callout p strong {
  color: #94f8a7;
  font-weight: 800;
}

.game-article ul,
.game-article ol {
  list-style: none;
  display: grid;
  gap: 8px;
  margin: 4px 0 22px;
  padding: 0;
}

.game-article li {
  position: relative;
  margin: 0;
  padding: 12px 16px 12px 40px;
  border: 1px solid rgba(148, 248, 167, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.game-article li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #94f8a7;
  transform: translateY(-50%);
}

.game-article ol {
  counter-reset: game-step;
}

.game-article ol li {
  counter-increment: game-step;
}

.game-article ol li::before {
  content: counter(game-step);
  left: 12px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(148, 248, 167, 0.16);
  color: #94f8a7;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  transform: translateY(-50%);
}

.game-review--guide h2,
.game-article h2,
.game-faq h2,
.game-related h2 {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 14px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.game-review--guide h2::after,
.game-article h2::after,
.game-faq h2::after,
.game-related h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #18d1a0 0%, #94f8a7 100%);
}

.game-article h2 {
  margin: 36px 0 14px;
}

.game-article h2:first-child {
  margin-top: 0;
}

.game-article h3 {
  margin: 22px 0 10px;
  color: #94f8a7;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.game-specs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
}

.game-spec {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(148, 248, 167, 0.16);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(56, 38, 122, 0.7) 0%, rgba(40, 26, 94, 0.88) 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

.game-spec__label {
  margin: 0 0 4px;
  color: #94f8a7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-spec__value {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.game-specs-note {
  margin: 12px 0 0;
  max-width: 54em;
  color: hsla(0, 0%, 100%, 0.55);
  font-size: 13px;
  line-height: 1.6;
}

.game-article h2[id],
.game-article h2 {
  scroll-margin-top: 80px;
}

.game-faq__item {
  margin: 0 0 10px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.game-faq__item:last-child {
  margin-bottom: 0;
}

.game-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
}

.game-faq__question::-webkit-details-marker,
.game-faq__question::marker {
  display: none;
  content: "";
}

.game-faq__question h3 {
  margin: 0;
  flex: 1;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.game-faq__question::after {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #94f8a7;
  border-bottom: 2px solid #94f8a7;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.game-faq__item[open] .game-faq__question::after {
  transform: rotate(225deg);
  margin-top: 6px;
}

.game-faq__item[open] {
  border-color: rgba(148, 248, 167, 0.35);
}

.game-faq__item[open] .game-faq__question h3,
.game-faq__question:hover h3,
.game-faq__question:focus-visible h3 {
  color: #94f8a7;
}

.game-faq__question:focus-visible {
  outline: 2px solid #94f8a7;
  outline-offset: -2px;
  border-radius: 12px;
}

.game-faq__answer {
  padding: 0 18px 16px;
}

.game-faq__answer p {
  margin: 0;
  max-width: none;
  color: hsla(0, 0%, 100%, 0.78);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.game-article h2:last-of-type {
  position: relative;
}

.game-callout {
  margin-top: 36px;
  padding: 20px 22px;
  border-left: 3px solid #94f8a7;
  border-radius: 0 12px 12px 0;
  background: rgba(148, 248, 167, 0.08);
}

.game-callout h2 {
  margin-top: 0;
}

.game-internal-links {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.game-crumbs {
  margin: 0 0 16px;
  color: hsla(0, 0%, 100%, 0.42);
  font-size: 13px;
}

.game-crumbs a {
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: none;
}

.game-crumbs a:hover {
  color: #fff;
  text-decoration: underline;
}

.game-crumbs span {
  margin: 0 8px;
}

.game-neighbors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0 0 24px;
}

.game-neighbors a {
  color: #94f8a7;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.game-neighbors a:hover {
  color: #fff;
  text-decoration: underline;
}

.game-related h2 {
  margin: 0 0 16px;
}

.game-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  gap: 14px;
}

.game-related-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.game-related-card:hover {
  transform: translateY(-3px);
  border-color: rgba(148, 248, 167, 0.4);
  background: rgba(148, 248, 167, 0.08);
}

.game-related-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  background-color: #1c1047;
  background-size: cover;
  background-position: center;
}

.game-related-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px 14px;
}

.game-related-card__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.game-related-card__cta {
  color: #94f8a7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .game-related-grid {
    grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));
  }
}

@media (min-width: 640px) {
  .game-specs {
    grid-template-columns: 1fr 1fr;
  }

  .game-spec--wide {
    grid-column: 1 / -1;
  }
}

@media (min-width: 768px) {
  .game-page--guide {
    padding: 36px 24px 88px;
  }

  .game-hero {
    margin-bottom: 36px;
  }

  .game-review h1 {
    font-size: 34px;
  }

  .game-review--guide h1 {
    font-size: 52px;
  }

  .game-review--guide .game-lead {
    font-size: 16px;
  }

  .game-header h1 {
    font-size: 20px;
  }

  .game-frame,
  .game-review--guide .game-frame {
    height: auto;
    max-height: none;
  }

  .game-review__body {
    padding: 36px 32px 40px;
  }

  .game-review--guide h2,
  .game-article h2,
  .game-faq h2,
  .game-related h2 {
    font-size: 26px;
  }

  .game-review--guide .game-about p,
  .game-article p,
  .game-faq__answer p {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .game-review--guide .game-about p:last-child,
  .game-article p:last-child {
    margin-bottom: 0;
  }
}
.site-footer {
  width: 100%;
  background-color: #1c1047;
  color: #fff;
}

.container {
  margin: 0 auto;
  width: calc(100% - 32px);
}

@media (min-width: 768px) {
  .container {
    width: calc(100% - 48px);
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1616px;
    width: calc(100% - 64px);
  }
}

footer.footer {
  padding: 40px 0 56px;
  background-color: #1c1047;
  color: #fff;
}

@media (min-width: 960px) {
  footer.footer {
    padding-bottom: 24px;
  }
}

footer.footer .link {
  text-decoration: none;
}

footer.footer .logo__img {
  display: inline-block;
  border: none;
  max-width: 170px;
  height: auto;
  object-fit: contain;
  vertical-align: top;
}

footer.footer .footer__logo {
  height: 44px;
}

footer.footer .footer__logo img {
  height: 100%;
}

footer.footer .footer__navigation {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 1200px) {
  footer.footer .footer__navigation {
    flex-direction: row;
    padding: 56px 0;
    border-top: 1px solid hsla(0, 0%, 100%, 0.12);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
  }

  footer.footer .footer__menus {
    display: flex;
    flex-basis: 100%;
    width: 100%;
  }
}

footer.footer .footer__brand-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 32px 0 24px;
}

@media (min-width: 1200px) {
  footer.footer .footer__brand-links {
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
  }
}

footer.footer .footer-menu {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
}

footer.footer .footer-menu:last-child {
  border-bottom: none;
}

@media (min-width: 1200px) {
  footer.footer .footer-menu {
    flex: 1;
    border-bottom: none;
  }
}

footer.footer .text-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

@media (min-width: 1200px) {
  footer.footer .text-btn {
    cursor: default;
    pointer-events: none;
  }

  footer.footer .footer-menu__caret {
    display: none;
  }
}

footer.footer .footer-menu__title {
  display: block;
  padding: 16px 0;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (min-width: 1200px) {
  footer.footer .footer-menu__title {
    padding: 0 0 12px;
    font-weight: 700;
  }
}

footer.footer .footer-menu__caret {
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid hsla(0, 0%, 100%, 0.65);
  transition: transform 0.3s ease;
}

footer.footer .footer-menu--open .footer-menu__caret {
  transform: rotate(180deg);
}

footer.footer .footer-menu__links {
  display: none;
  padding-bottom: 12px;
}

footer.footer .footer-menu--open .footer-menu__links {
  display: block;
}

@media (min-width: 1200px) {
  footer.footer .footer-menu__links {
    display: block;
    padding-bottom: 0;
  }
}

footer.footer .footer-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer.footer .footer-menu__item {
  margin-bottom: 8px;
}

footer.footer .footer-menu__link {
  color: hsla(0, 0%, 100%, 0.4);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color 0.3s ease;
}

@media (min-width: 1200px) {
  footer.footer .footer-menu__link {
    padding-inline-end: 24px;
  }
}

footer.footer .footer-menu__link:visited {
  color: hsla(0, 0%, 100%, 0.4);
}

footer.footer .footer-menu__link:hover,
footer.footer .footer-menu__link:focus,
footer.footer .footer-menu__link:active {
  color: #fff;
  outline: none;
}

footer.footer .copyright {
  display: grid;
  margin: 32px 0 24px;
}

@media (min-width: 1200px) {
  footer.footer .copyright {
    margin: 48px 0 36px;
  }
}

footer.footer .copyright__text {
  margin: 0;
  color: hsla(0, 0%, 100%, 0.4);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

footer.footer .footer__responsibility {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 24px;
}

@media (min-width: 1200px) {
  footer.footer .footer__responsibility {
    justify-content: space-between;
  }
}

footer.footer .footer__responsibility-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 32px;
  row-gap: 16px;
}

footer.footer .footer__responsibility-logos a {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

footer.footer .footer__responsibility-logos a:hover {
  color: #94f8a7;
}

footer.footer .footer__responsibility-logo {
  height: 40px;
  opacity: 1;
}

footer.footer .language-selector-footer {
  position: relative;
  display: inline-block;
}

footer.footer .language-button-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 265px;
  padding: 12px 12px 12px 16px;
  border: none;
  border-radius: 8px;
  background-color: var(--header-color, #281a5e);
  color: #fff;
  cursor: pointer;
}

footer.footer .flag-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 5px;
}

footer.footer .dropdown-arrow {
  margin-left: auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid currentColor;
}

footer.footer .dropdown-menu {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 20;
  overflow: hidden;
  border-radius: 8px;
  background-color: #3c2a80;
  box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.2);
}

footer.footer .dropdown-item {
  display: flex;
  align-items: center;
  min-width: 265px;
  padding: 12px 12px 12px 16px;
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
}

footer.footer .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* new footer*/
footer {
  background-color: var(--background-color);
  padding: 20px 0;
  padding-bottom: 100px;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-left {
  flex: 1;
}
.footer-left p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  max-width: 700px;
}
.footer-logos {
  margin-top: 30px;
}
.footer-logos img {
  margin-right: 20px;
  height: 40px;
  width: auto;
  filter: grayscale(100%) brightness(0.8);
  transition: filter 0.3s ease;
  max-width:100px;
}
.footer-logos img:hover {
  filter: grayscale(0%) brightness(1);
}
.footer-right {
  flex: 0;
}
/* Responsive design for smaller devices */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    /* Stack footer sections vertically */
    align-items: center;
    /* Center all footer elements */
    text-align: center;
    /* Center text */
  }
  .footer-left,
  .footer-right {
    flex: unset;
    /* Remove flex for a natural vertical flow */
    width: 100%;
    /* Ensure full-width elements */
  }
  .footer-left {
    order: 2;
    /* Ensure footer-left appears below footer-right on mobile */
  }
  .footer-right {
    order: 1;
    /* Ensure footer-right appears above footer-left on mobile */
  }
  .footer-left p {
    max-width: 100%;
    /* Full width for paragraph */
  }
  .footer-logos {
    margin-top: 20px;
    justify-content: center;
    /* Center logos */
  }
  .footer-logos img {
    margin: 10px;
    /* Adjust spacing around logos */
    height: 30px;
    /* Reduce size for mobile */
  }
  .footer-right select {
    width: 100%;
    /* Full-width language selector */
  }
  .footerLinks {
    margin-top: 20px;
    /* Add space above footer links */
  }
}
footer hr {
  border: none;
  /* Remove default styling */
  height: 2px;
  /* Thickness of the line */
  background-color: #fff;
  /* Line color (example: white) */
  margin: 0 auto;
  width: 80%;
  /* Adjust the width of the line */
  opacity: 0.5;
  /* Adjust opacity to make it more subtle */
}
/* Additional styling for mobile */
@media (max-width: 768px) {
  footer hr {
    width: 90%;
    /* Make the line wider on mobile */
  }
}
/* slick slider providers */
.slick-slider-container {
  width: 100%;
  background-color: var(--background-color);
  min-height: 100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  /* Ensure arrows are positioned relative to the slider */
}
.game-provider-slider .logo-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Vertically center the logos */
  height: 100%;
  /* Ensure the slide takes full height */
}
.game-provider-slider .logo-slide img {
  transition: filter 0.3s ease;
  width: 100px;
  aspect-ratio: 3/2;
  object-fit: contain;
}
.slick-prev,
.slick-next {
  display: none !important;
}
.slick-slider-container:hover .slick-prev,
.slick-slider-container:hover .slick-next {
  display: block !important;
}
.slick-track {
  display: flex !important;
  align-items: center;
  /* Center items vertically */
}
.slick-slide {
  float: left;
  width: auto;
  height: auto;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  margin: 0 5px;
  /* Adjust this value to decrease spacing */
}
.slick-slide img {
  height: 60px;
  /* Set the desired height */
  width: auto;
  /* Maintain aspect ratio */
  display: block;
  /* Ensure the images are block elements */
  margin: 0 auto;
  /* Center the images horizontally */
  object-fit: contain;
  /* Ensure the logo scales properly */
}
.slick-prev,
.slick-next {
  color: white;
  z-index: 1000;
  position: absolute;
  top: 50%;
  /* Center arrows vertically */
  transform: translateY(-50%);
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.slick-slide:hover {
  opacity: 1 !important;
}
.image-container {
  background-color: var(--header-color);
  border-radius: 5px;
  padding: 20px;
  /* Optional: Adds some padding around the image */
  width: 250px;
}
.logo-slide img {
  border-radius: 5px;
  /* Ensures the image corners match the container */
}
.allbtntxt a {
  padding: 6px;
}
/* SEO TEXT SECTION */
.text-container {
  max-height: 3.6em;
  /* Adjust based on your line height */
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.text-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.2em;
  /* Adjust based on your line height */
  background: linear-gradient(to bottom, transparent, var(--background-color));
}
.text-container.expanded {
  max-height: none;
}
.text-container.expanded::after {
  display: none;
}
.description__button {
  background-color: var(--header-color);
  border-radius: 8px;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.2px;
  line-height: 24px;
  margin: 10px auto 0;
  min-width: 116px;
  padding: 10px 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;
}
.text-btn:not(:disabled) {
  cursor: pointer;
}
.text-btn--primary {
  color: hsla(0, 0%, 100%, 0.65);
}
.text-btn {
  padding: 12px 20px;
  width: 280px;
  border: none;
  box-shadow: none;
  display: flex;
  font-size: 20px;
  line-height: 1;
  outline: none;
  transition: color 0.3s ease;
  vertical-align: top;
}
.padding-heading {
  padding: 0px 20px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .padding-heading {
    padding: 0px;
  }
}

:target {
  scroll-margin-top: 60px; /* Adjust this value to match the height of your sticky header */
}

/* Slots / live casino lobby pages (base.njk layout) */
.lobby-page {
  background-color: var(--background-color);
  color: var(--text-color);
  min-height: 60vh;
}

.lobby-page-hero {
  background-color: var(--header-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  padding: 2rem 1.25rem 1.75rem;
  width: 100%;
}

.lobby-page-hero__inner {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}

.lobby-page-hero__title {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.75rem;
  text-shadow: none;
}

@media (min-width: 768px) {
  .lobby-page-hero__title {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.lobby-page-hero__intro {
  color: var(--navlinks-color);
  font-size: 0.9375rem;
  line-height: 1.55;
  margin: 0 auto 1rem;
  max-width: 40rem;
}

.lobby-page-hero__back {
  margin: 0;
}

.lobby-page-hero__link {
  color: var(--headings-color);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.lobby-page-hero__link:hover {
  color: var(--button-color);
  text-decoration: underline;
}

.lobby-page .live-casino {
  padding-top: 1.5rem;
}

.lobby-page .product {
  background-color: transparent;
  min-height: 0;
}

.lobby-page .swiper-scroll.collapsed {
  display: block;
  flex-wrap: nowrap;
}

.lobby-page .swiper-scroll.expanded .game-slide {
  flex: 0 0 auto;
  width: calc(16.66% - 12px);
  max-width: 210px;
  margin: 0 12px 12px 0;
}

@media (max-width: 1024px) {
  .lobby-page .swiper-scroll.expanded .game-slide {
    width: calc(25% - 12px);
  }
}

@media (max-width: 700px) {
  .lobby-page .swiper-scroll.expanded .game-slide {
    width: calc(33.33% - 12px);
    max-width: none;
  }
}

.lobby-page .game-category-header .game-category-name {
  color: var(--text-color);
}

.game-page.game-page--guide.offers-page {
  padding: 0 0 88px;
  align-items: stretch;
  width: 100%;
  max-width: none;
}

.offers-page::after {
  display: none;
}

.offers-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 460px;
  overflow: hidden;
  background: #0c0620;
}

.offers-hero__media,
.offers-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.offers-hero__media {
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 78%,
    rgba(0, 0, 0, 0.55) 92%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 78%,
    rgba(0, 0, 0, 0.55) 92%,
    transparent 100%
  );
}

.offers-hero__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 86% center;
}

.offers-hero::before {
  content: "";
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(10, 4, 28, 0.94) 0%,
      rgba(10, 4, 28, 0.82) 28%,
      rgba(10, 4, 28, 0.42) 52%,
      rgba(10, 4, 28, 0.08) 72%,
      transparent 88%
    ),
    linear-gradient(
      180deg,
      rgba(12, 6, 32, 0.22) 0%,
      transparent 28%,
      rgba(20, 10, 50, 0.28) 72%,
      #140a32 100%
    );
}

.offers-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 0 48px;
  text-align: left;
}

.offers-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(620px, 100%);
}

.offers-hero__content h1 {
  position: relative;
  margin: 0 0 14px;
  padding-bottom: 14px;
  max-width: 16ch;
  color: #fff;
  font-size: clamp(30px, 6vw, 56px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.04;
  text-shadow:
    0 0 28px rgba(24, 209, 160, 0.18),
    0 2px 22px rgba(0, 0, 0, 0.82);
}

.offers-hero__content h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #18d1a0 0%, #f4d06a 55%, #94f8a7 100%);
  box-shadow: 0 0 16px rgba(24, 209, 160, 0.45);
}

.offers-hero-prize {
  margin: 0 0 12px;
  color: #94f8a7;
  font-size: clamp(20px, 3.4vw, 32px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-shadow: 0 0 22px rgba(148, 248, 167, 0.28), 0 1px 14px rgba(0, 0, 0, 0.7);
}

.offers-hero__content .game-lead {
  margin: 0;
  max-width: 38em;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.75);
}

.offers-hero__content .game-lead strong {
  color: #94f8a7;
}

.offers-hero-kicker {
  margin: 0 0 10px;
  color: #f4d06a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.7);
}

.offers-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 0 0 14px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 13px;
  font-weight: 600;
}

.offers-breadcrumb a {
  color: #94f8a7;
  text-decoration: none;
}

.offers-breadcrumb a:hover {
  text-decoration: underline;
}

.offers-hero__content .game-cta,
.offers-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin: 22px 0 0;
}

.offers-hero__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border: 1px solid hsla(0, 0%, 100%, 0.22);
  border-radius: 14px;
  background: rgba(12, 6, 32, 0.48);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.offers-hero__secondary:hover {
  border-color: #94f8a7;
  color: #94f8a7;
}

.offers-page .game-review--guide {
  width: min(1080px, calc(100% - 32px));
  margin: 8px auto 0;
}

.offers-page .game-review__body {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.offers-page .game-article,
.offers-page .game-faq {
  margin: 0 0 20px;
  padding: 26px 22px;
  border: 1px solid rgba(148, 248, 167, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(36, 22, 86, 0.92) 0%, rgba(14, 8, 38, 0.96) 100%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.offers-page .game-article h2,
.offers-page .game-faq h2 {
  margin: 0 0 20px;
  font-size: 24px;
}

.offers-page .game-article h3 {
  margin: 26px 0 10px;
  padding-top: 4px;
}

.offers-page .game-article p,
.offers-page .game-faq p {
  margin: 0 0 14px;
  color: hsla(0, 0%, 100%, 0.88);
  font-size: 16px;
  line-height: 1.7;
}

.offers-page .game-article p:last-child,
.offers-page .game-faq p:last-child {
  margin-bottom: 0;
}

.offers-page .game-article p strong,
.offers-page .offer-highlights strong {
  color: #94f8a7;
}

.offers-legal {
  margin: 16px 0 0;
  color: hsla(0, 0%, 100%, 0.72);
  font-size: 13px;
  line-height: 1.5;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0 0 18px;
}

.offer-grid--reload {
  margin-bottom: 8px;
}

@media (min-width: 760px) {
  .offer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.offer-card {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  border-radius: 18px;
  border: 1px solid rgba(148, 248, 167, 0.16);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.offer-card:hover {
  transform: translateY(-4px);
  border-color: rgba(244, 208, 106, 0.42);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.36);
}

.offer-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 380px;
  padding: 24px 22px 20px;
  background: linear-gradient(
    180deg,
    rgba(16, 8, 40, 0.08) 0%,
    rgba(16, 8, 40, 0.78) 48%,
    rgba(12, 6, 32, 0.97) 100%
  );
}

.offer-card__kicker {
  color: #f4d06a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.offer-card h3 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.offer-card p {
  margin: 0 0 16px;
  color: hsla(0, 0%, 100%, 0.84);
  font-size: 14px;
  line-height: 1.55;
}

.offer-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.offer-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 11px 18px;
  border: 0;
  border-radius: 10px;
  background: #18d1a0;
  color: #102018;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.offer-card__cta:hover {
  background: #94f8a7;
  color: #102018;
}

.offer-card__facts {
  display: grid;
  gap: 0;
  margin: 0 0 16px;
}

.offer-card__facts div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.offer-card__facts dt {
  color: hsla(0, 0%, 100%, 0.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.offer-card__facts dd {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.offer-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.offer-checklist,
.offers-page .game-article ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.offer-highlights li,
.offer-checklist li,
.offers-page .game-article ul li {
  position: relative;
  margin: 0;
  padding: 14px 16px 14px 44px;
  border: 1px solid rgba(148, 248, 167, 0.12);
  border-radius: 14px;
  background: rgba(20, 10, 50, 0.38);
  color: hsla(0, 0%, 100%, 0.92);
  font-size: 15px;
  line-height: 1.5;
}

.offer-highlights li::before,
.offer-checklist li::before,
.offers-page .game-article ul li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #94f8a7 0%, #18d1a0 100%);
  box-shadow: 0 0 0 4px rgba(148, 248, 167, 0.14);
}

.offers-page .game-article ol.offer-schedule,
.offers-page .game-article ol.offer-steps {
  display: grid;
  gap: 12px;
  margin: 4px 0 22px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.offer-schedule {
  grid-template-columns: 1fr 1fr;
}

.offer-steps {
  grid-template-columns: 1fr;
  counter-reset: offer-step;
}

.offers-page .game-article ol.offer-schedule li,
.offers-page .game-article ol.offer-steps li {
  position: relative;
  counter-increment: none;
}

.offers-page .game-article ol.offer-schedule li::before,
.offers-page .game-article ol.offer-schedule li::after {
  content: none;
  display: none;
}

.offer-schedule li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  min-height: 108px;
  margin: 0;
  padding: 18px 18px 20px;
  border: 1px solid rgba(244, 208, 106, 0.22);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(72, 46, 132, 0.94) 0%, rgba(32, 18, 72, 0.96) 100%);
}

.offer-schedule span {
  color: #f4d06a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-schedule strong {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.offers-page .game-article ol.offer-steps li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(148, 248, 167, 0.14);
  border-radius: 14px;
  background: rgba(32, 18, 72, 0.55);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  counter-increment: offer-step;
}

.offers-page .game-article ol.offer-steps li::before {
  content: counter(offer-step);
  position: static;
  left: auto;
  top: auto;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: 1px;
  border-radius: 50%;
  background: rgba(148, 248, 167, 0.16);
  box-shadow: none;
  color: #94f8a7;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  transform: none;
}

#bonusbedingungen {
  scroll-margin-top: 84px;
}

.offers-disclaimer,
.offers-empty,
.offers-verify {
  margin: 0 0 18px;
  padding: 16px 18px;
  border-left: 3px solid #18d1a0;
  border-radius: 0 14px 14px 0;
  background: rgba(24, 209, 160, 0.08);
  color: hsla(0, 0%, 100%, 0.86);
  font-size: 14px;
  line-height: 1.6;
}

.offers-empty {
  border-left-color: hsla(0, 0%, 100%, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.offers-figure {
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: transparent;
  line-height: 0;
}

.offers-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
}

.offers-figure--banner {
  margin: 0 0 18px;
}

.offers-figure--banner img {
  width: 100%;
  height: auto;
  aspect-ratio: 1024 / 409;
  object-fit: cover;
  object-position: center;
}

.offers-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}

.offers-split__copy p:last-child {
  margin-bottom: 0;
}

@media (min-width: 860px) {
  .offers-split {
    grid-template-columns: minmax(240px, 36%) 1fr;
    gap: 28px;
    align-items: center;
  }

  .offers-split--cashback {
    grid-template-columns: minmax(240px, 40%) 1fr;
  }

  .offers-figure--portrait img,
  .offers-figure--square img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}

@media (max-width: 859px) {
  .offers-figure--portrait,
  .offers-figure--square {
    width: min(420px, 100%);
    margin: 0 auto;
  }
}

.offers-inline-cta {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}

.offers-final {
  margin: 8px 0 20px;
  padding: 36px 24px;
  border: 1px solid rgba(148, 248, 167, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(48, 28, 108, 0.96) 0%, rgba(12, 6, 32, 0.98) 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  text-align: center;
}

.offers-final h2 {
  margin: 0 0 12px;
}

.offers-final p {
  margin: 0 auto 22px;
  max-width: 38em;
  color: hsla(0, 0%, 100%, 0.86);
}

.offers-final .game-cta__real {
  display: inline-flex;
}

.offers-verify {
  margin-bottom: 0;
  font-size: 13px;
  color: hsla(0, 0%, 100%, 0.68);
}

.offers-page .game-faq__item {
  margin-bottom: 10px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(12, 6, 32, 0.42);
}

.offers-page .game-faq__item:hover {
  border-color: rgba(148, 248, 167, 0.22);
}

@media (min-width: 768px) {
  .game-page.game-page--guide.offers-page {
    padding: 0 0 96px;
  }

  .offers-hero {
    min-height: 520px;
  }

  .offers-hero__content {
    width: min(1080px, calc(100% - 48px));
    padding: 56px 0 64px;
  }

  .offers-hero__content .game-lead {
    font-size: 17px;
  }

  .offers-page .game-review--guide {
    width: min(1080px, calc(100% - 48px));
    margin-top: 16px;
  }

  .offers-page .game-article,
  .offers-page .game-faq {
    padding: 34px 30px;
  }

  .offers-page .game-article h2,
  .offers-page .game-faq h2 {
    font-size: 28px;
  }

  .offer-highlights {
    grid-template-columns: 1fr 1fr;
  }

  .offers-page .game-article ol.offer-schedule,
  .offer-schedule {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .offers-hero {
    min-height: 560px;
  }

  .offers-hero__inner {
    width: min(640px, 58%);
  }

  .offers-hero__content h1 {
    font-size: 58px;
  }
}

@media (max-width: 767px) {
  .offers-hero {
    min-height: 520px;
    align-items: flex-end;
  }

  .offers-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(10, 4, 28, 0.28) 0%,
        rgba(10, 4, 28, 0.62) 42%,
        rgba(10, 4, 28, 0.92) 100%
      ),
      linear-gradient(
        90deg,
        rgba(10, 4, 28, 0.55) 0%,
        transparent 70%
      );
  }

  .offers-hero__bg {
    object-position: 78% center;
  }
}

.app-page .offers-hero__bg {
  object-position: center center;
}

.app-page .offers-hero__content h1 {
  max-width: 18ch;
}

.app-page .offers-hero__content .game-back {
  margin: 0 0 12px;
  color: hsla(0, 0%, 100%, 0.88);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
}

.app-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
}

.app-intro__copy p:last-child {
  margin-bottom: 0;
}

.app-page .offers-figure,
.app-page .app-guide-figure,
.app-page .app-devices {
  overflow: visible;
  background: transparent;
  border-radius: 0;
}

.app-devices {
  display: flex;
  justify-content: center;
  max-width: 520px;
  margin: 0 auto;
}

.app-shot {
  display: block;
  text-decoration: none;
}

.app-shot img,
.app-guide-figure img {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.38));
}

.app-guide-figure {
  display: flex;
  justify-content: center;
  margin: 18px auto;
}

.app-guides {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 0 0 18px;
}

.app-guides .app-guide {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.app-guide__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 280px;
  margin: 8px 0 16px;
}

.app-guide__media .app-shot,
.app-guide__media img {
  width: auto;
  max-width: 100%;
  max-height: 280px;
  object-fit: contain;
}

.app-guide__steps p:last-child {
  margin-bottom: 0;
}

.app-guide__cta {
  margin-top: auto;
  padding-top: 20px;
}

#android,
#iphone {
  scroll-margin-top: 84px;
}

@media (min-width: 860px) {
  .app-intro {
    grid-template-columns: minmax(280px, 1.05fr) minmax(240px, 0.95fr);
    gap: 28px;
  }

  .app-devices {
    margin: 0;
    max-width: none;
    justify-content: flex-end;
  }
}

.app-url {
  color: #94f8a7;
  font-weight: 700;
  word-break: break-word;
}

.app-facts {
  display: grid;
  gap: 0;
  margin: 0 0 18px;
}

.app-facts div {
  display: grid;
  grid-template-columns: minmax(140px, 42%) 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.app-facts dt {
  color: #94f8a7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.app-facts dd {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.app-facts a {
  color: #94f8a7;
}

.app-compare {
  display: grid;
  gap: 12px;
}

.app-compare article {
  padding: 16px 18px;
  border: 1px solid rgba(148, 248, 167, 0.12);
  border-radius: 14px;
  background: rgba(20, 10, 50, 0.42);
}

.app-compare h3 {
  margin: 0 0 10px;
}

.app-compare p {
  margin: 0 0 8px;
}

.app-compare p:last-child {
  margin-bottom: 0;
}

@media (min-width: 960px) {
  .app-guides {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto 1fr auto;
    align-items: stretch;
  }

  .app-guides .app-guide {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 1 / span 4;
  }

  .app-guide__cta {
    margin-top: 0;
    align-self: end;
  }
}

.app-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 640px) {
  .app-facts div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.slots-directory {
  margin: 0 auto;
  max-width: 960px;
  padding: 16px 16px 8px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.login-page .offers-hero {
  min-height: 560px;
  align-items: center;
  padding: 56px 0 40px;
}

.login-page .offers-hero__bg {
  object-position: 82% center;
}

.login-page .offers-hero::before {
  background:
    linear-gradient(
      90deg,
      rgba(8, 3, 22, 0.92) 0%,
      rgba(8, 3, 22, 0.78) 34%,
      rgba(8, 3, 22, 0.28) 58%,
      rgba(8, 3, 22, 0.06) 78%,
      transparent 92%
    ),
    linear-gradient(
      180deg,
      rgba(12, 6, 32, 0.18) 0%,
      transparent 32%,
      rgba(20, 10, 50, 0.35) 78%,
      #140a32 100%
    );
}

.login-page .offers-hero__inner {
  width: min(640px, 100%);
}

.login-page .offers-hero__content h1 {
  max-width: 18ch;
  font-size: clamp(28px, 5.4vw, 48px);
}

.login-page .offers-hero__content .game-lead {
  margin: 0 0 14px;
}

.login-independent {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(244, 208, 106, 0.55);
  border-radius: 12px;
  background: rgba(12, 6, 32, 0.72);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.login-independent strong {
  color: #f4d06a;
  font-weight: 800;
}

.login-warning {
  margin: 0 0 18px;
  padding: 16px 18px;
  border-left: 3px solid #f4d06a;
  border-radius: 0 14px 14px 0;
  background: rgba(244, 208, 106, 0.12);
  color: #fff;
}

.login-warning p {
  margin: 0 0 10px;
  color: #fff;
  font-size: 15px;
  line-height: 1.65;
}

.login-warning p:last-child {
  margin-bottom: 0;
}

.login-warning strong {
  color: #f4d06a;
  font-weight: 800;
}

.login-warning--hero {
  margin: 4px 0 18px;
  background: rgba(12, 6, 32, 0.62);
}

.login-note {
  margin: 18px 0;
  padding: 16px 18px;
  border-left: 3px solid #94f8a7;
  border-radius: 0 14px 14px 0;
  background: rgba(24, 209, 160, 0.1);
  color: #fff;
}

.login-note p {
  margin: 0 0 10px;
  color: hsla(0, 0%, 100%, 0.92);
  font-size: 15px;
  line-height: 1.65;
}

.login-note p:last-child {
  margin-bottom: 0;
}

.login-note strong {
  color: #94f8a7;
}

.login-stand {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(24, 209, 160, 0.1);
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.login-stand a,
.login-page .game-article a:not(.game-cta__real),
.login-sources a {
  color: #94f8a7;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.login-page .game-article a.game-cta__real,
.login-page .game-article button.game-cta__real {
  color: #1c1047;
  font-weight: 800;
  text-decoration: none;
}

.login-page .game-article a.game-cta__real:hover,
.login-page .game-article button.game-cta__real:hover {
  color: #1c1047;
  text-decoration: none;
}

.login-stand a:hover,
.login-page .game-article a:not(.game-cta__real):hover,
.login-sources a:hover,
.login-stand a:focus-visible,
.login-page .game-article a:not(.game-cta__real):focus-visible,
.login-sources a:focus-visible {
  color: #fff;
}

.login-cta {
  display: grid;
  gap: 10px;
  justify-items: start;
  margin: 8px 0 0;
}

.login-page .game-cta__real,
.login-cta--hero .game-cta__real,
.login-cta--final .game-cta__real,
.login-cta .game-cta__real,
.login-page .offers-inline-cta .game-cta__real,
.login-page .offers-final .game-cta__real {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border: 0;
  border-radius: 14px;
  background: #18d1a0;
  color: #1c1047;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(24, 209, 160, 0.28);
}

.login-page .game-cta__real:hover,
.login-cta .game-cta__real:hover {
  background: #94f8a7;
  color: #1c1047;
}

.login-cta .game-cta__real:focus-visible,
.login-page .game-cta__real:focus-visible,
.login-toc a:focus-visible {
  outline: 2px solid #f4d06a;
  outline-offset: 3px;
}

.login-cta__disclosure,
.login-cta__legal {
  margin: 0;
  max-width: 42em;
  color: hsla(0, 0%, 100%, 0.86);
  font-size: 13px;
  line-height: 1.55;
}

.login-cta__legal {
  font-weight: 700;
}

.login-cta--final {
  justify-items: center;
  text-align: center;
}

.login-cta--final .login-cta__disclosure,
.login-cta--final .login-cta__legal {
  max-width: 38em;
}

.login-toc {
  margin: 0 0 28px;
  padding: 16px 18px;
  border: 1px solid rgba(148, 248, 167, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.login-toc__panel > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

.login-toc__panel > summary::-webkit-details-marker,
.login-toc__panel > summary::marker {
  display: none;
  content: "";
}

.login-toc__panel > summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #94f8a7;
  border-bottom: 2px solid #94f8a7;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.login-toc__panel[open] > summary::after {
  transform: rotate(225deg);
  margin-top: 6px;
}

.login-toc__panel > summary:focus-visible {
  outline: 2px solid #f4d06a;
  outline-offset: 4px;
  border-radius: 8px;
}

.login-toc ol {
  display: none;
  grid-template-columns: 1fr;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.login-toc__panel[open] ol {
  display: grid;
}

.login-toc li {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.login-toc li::before {
  display: none;
}

.login-toc a {
  display: inline-flex;
  color: hsla(0, 0%, 100%, 0.88);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.login-toc a:hover {
  color: #94f8a7;
  text-decoration: underline;
}

.login-page .game-article,
.login-page .game-faq,
.login-page .login-toc {
  scroll-margin-top: 84px;
}

.login-page .game-table tbody th {
  color: hsla(0, 0%, 100%, 0.78);
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}

.login-page .game-table {
  min-width: 520px;
}

.login-page .login-table--cards {
  min-width: 640px;
}

.login-page code {
  padding: 1px 6px;
  border-radius: 6px;
  background: rgba(148, 248, 167, 0.12);
  color: #94f8a7;
  font-size: 0.95em;
  font-weight: 700;
}

.login-devices,
.login-shot {
  margin: 18px 0 0;
  background: transparent;
  border: 0;
}

.login-shot img {
  width: 100%;
  height: auto;
  background: transparent;
}

.login-shot--modal {
  margin: 0;
}

.login-shot--modal img {
  max-width: 520px;
  margin: 0 auto;
  border-radius: 22px;
}

.login-shot--kyc,
.login-shot--account {
  margin: 8px 0 22px;
  overflow: visible;
}

.login-shot--kyc img,
.login-shot--account img {
  border-radius: 18px;
}

.login-split {
  align-items: center;
  margin: 0 0 22px;
}

@media (min-width: 860px) {
  .login-page .login-split {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 32px;
  }
}

@media (max-width: 859px) {
  .login-page .offers-hero {
    min-height: 560px;
    align-items: flex-end;
    padding: 36px 0 28px;
  }

  .login-page .offers-hero__bg {
    object-position: 72% 18%;
  }

  .login-page .offers-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(8, 3, 22, 0.2) 0%,
        rgba(8, 3, 22, 0.55) 38%,
        rgba(8, 3, 22, 0.94) 100%
      );
  }

  .login-shot--modal {
    order: -1;
  }

  .login-shot--modal img {
    max-width: 420px;
  }
}

.login-sources {
  margin-top: 8px;
}

.login-page .offers-final .login-cta {
  margin-top: 0;
}

@media (min-width: 860px) {
  .login-toc__panel > summary {
    display: none;
  }

  .login-toc ol,
  .login-toc__panel ol,
  .login-toc__panel:not([open]) ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 18px;
    margin: 0;
  }
}

@media (max-width: 700px) {
  .login-table--cards {
    min-width: 0;
  }

  .login-table--cards thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .login-table--cards,
  .login-table--cards tbody,
  .login-table--cards tr,
  .login-table--cards th,
  .login-table--cards td {
    display: block;
    width: 100%;
  }

  .login-table--cards tr {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .login-table--cards tr:last-child {
    border-bottom: 0;
  }

  .login-table--cards th,
  .login-table--cards td {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border: 0;
  }

  .login-table--cards th::before,
  .login-table--cards td::before {
    content: attr(data-label);
    flex: 0 0 42%;
    color: #94f8a7;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
}

.fs-page .offers-hero__inner {
  width: min(680px, 100%);
}

.fs-page .fs-reviewed {
  margin: 0 0 16px;
  color: hsla(0, 0%, 100%, 0.82);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.fs-page .login-cta {
  justify-items: center;
  text-align: center;
}

.fs-page .login-cta .offers-hero__actions {
  justify-content: center;
  margin-top: 0;
}

.fs-page .login-cta__disclosure,
.fs-page .login-cta__legal {
  text-align: center;
}

.fs-page .game-cta__real {
  white-space: normal;
  max-width: 100%;
  text-align: center;
}

.fs-page .game-table--facts {
  min-width: 0;
}

.fs-page .fs-table--wide {
  min-width: 560px;
}

.fs-page .game-table-wrap {
  -webkit-overflow-scrolling: touch;
  margin: 0 0 18px;
}

.fs-page .game-table th,
.fs-page .game-table td {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fs-formula {
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid rgba(244, 208, 106, 0.28);
  border-radius: 14px;
  background: rgba(244, 208, 106, 0.08);
}

.fs-formula p {
  margin: 0 0 10px;
}

.fs-formula p:last-child {
  margin-bottom: 0;
}

.fs-formula__calc {
  color: #f4d06a;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.fs-reload {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0 0 18px;
}

.fs-reload__card {
  margin: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(148, 248, 167, 0.16);
  border-radius: 16px;
  background: rgba(20, 10, 50, 0.42);
}

.fs-reload__img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.fs-reload__body {
  padding: 16px 18px 18px;
}

.fs-page .fs-reload__body h3 {
  margin: 0 0 8px;
  padding-top: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.fs-reload__body p {
  margin: 0 0 8px;
}

.fs-reload__body p:last-child {
  margin-bottom: 0;
}

.fs-page .offers-verify a {
  color: #94f8a7;
  font-weight: 700;
}

.fs-page .game-faq__question h3 {
  text-transform: none;
  letter-spacing: 0;
  color: #fff;
}

@media (min-width: 760px) {
  .fs-reload {
    grid-template-columns: 1fr 1fr;
  }

  .fs-reload__img {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .fs-page .offers-hero {
    min-height: 0;
    align-items: flex-end;
    padding: 36px 0 24px;
  }

  .fs-page .login-cta .offers-hero__actions {
    width: 100%;
  }

  .fs-page .login-cta .game-cta__real {
    width: 100%;
  }
}

.vip-independent {
  margin: 0 0 14px;
  color: #f4d06a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
}

.vip-status {
  display: inline-block;
  max-width: 100%;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.35;
  white-space: normal;
}

.vip-status--yes {
  background: rgba(24, 209, 160, 0.2);
  color: #94f8a7;
}

.vip-status--no {
  background: rgba(148, 163, 184, 0.18);
  color: #b4bcc8;
}

.vip-page .offers-hero {
  min-height: 560px;
}

.vip-page .offers-hero__bg {
  object-position: 88% center;
}

.vip-page .offers-hero__content h1 {
  max-width: 16em;
}

@media (max-width: 859px) {
  .vip-page .offers-hero__bg {
    object-position: 82% 20%;
  }
}

.vip-page .game-faq__item[open] .game-faq__answer p {
  color: hsla(0, 0%, 100%, 0.86);
}

.vip-split {
  align-items: start;
  margin: 0 0 20px;
}

.vip-split .offers-split__copy h3 {
  margin-top: 18px;
}

.vip-promo {
  margin: 0;
  max-width: 560px;
  line-height: 1.45;
}

.vip-promo__frame {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: #120828;
}

.vip-promo__frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: opacity 0.2s ease;
}

.vip-promo__frame:hover img,
.vip-promo__frame:focus-visible img {
  opacity: 0.92;
}

.vip-promo figcaption {
  margin-top: 8px;
  color: hsla(0, 0%, 100%, 0.62);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 860px) {
  .vip-page .vip-split {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 32px;
    align-items: center;
  }

  .vip-page .vip-split--flip {
    grid-template-columns: minmax(300px, 1fr) minmax(0, 1.05fr);
  }

  .vip-promo {
    max-width: none;
  }
}

@media (max-width: 859px) {
  .vip-promo {
    width: min(520px, 100%);
    margin: 8px auto 0;
  }

  .vip-split--flip .vip-promo {
    margin: 0 auto 8px;
  }
}

.agb-page {
  display: block;
  max-width: none;
  margin: 0;
  padding: 48px 8vw 96px;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  counter-reset: agb-section;
}

.agb-page nav[aria-label="Brotkrumen"] {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.agb-page nav[aria-label="Brotkrumen"] span[aria-hidden="true"] {
  margin: 0 8px;
}

.agb-page h4 {
  margin: 22px 0 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.agb-page nav,
.agb-page section,
.agb-page .agb-cta {
  display: block;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.agb-page h1 {
  margin: 0 0 12px;
  padding: 0;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-shadow: none;
  text-transform: none;
}

.agb-page h1::after {
  content: none !important;
  display: none !important;
}

.agb-page .agb-meta {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.agb-page h2 {
  counter-increment: agb-section;
  margin: 56px 0 20px;
  padding: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-transform: uppercase;
  text-shadow: none;
}

.agb-page h2::before {
  content: counter(agb-section) ". ";
}

.agb-page h2::after {
  content: none !important;
  display: none !important;
}

.agb-page h3 {
  margin: 28px 0 12px;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

.agb-page p,
.agb-page li,
.agb-page td,
.agb-page th,
.agb-page strong {
  color: #fff;
}

.agb-page p {
  margin: 0 0 16px;
  max-width: none;
}

.agb-page a {
  color: #00d2d2 !important;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  text-decoration: none !important;
  box-shadow: none;
}

.agb-page a:hover,
.agb-page a:focus {
  color: #5ef0f0 !important;
  text-decoration: none !important;
}

.agb-page .agb-cta a {
  display: inline-block;
  margin: 0 1.75em 8px 0;
}

.agb-page ul,
.agb-page ol {
  display: block;
  margin: 0 0 16px;
  padding-left: 22px;
}

.agb-page li {
  display: list-item;
  margin: 0 0 12px;
  line-height: 1.55;
}

.agb-page code {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
}

.agb-table-wrap {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 8px 0 24px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.agb-page table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: transparent;
}

.agb-page table:not(.bonus-deposits):not(.privacy-cookies):not(.reviews-wide):not(.payments-table) {
  table-layout: fixed;
}

.agb-page th,
.agb-page td {
  padding: 14px 32px 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #fff;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

.agb-page th + th,
.agb-page th + td,
.agb-page td + td {
  padding-left: 28px;
}

.agb-page thead th {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  font-weight: 700;
}

.agb-page tbody th[scope="row"] {
  width: 36%;
  padding-right: 12px;
  font-weight: 700;
}

.agb-page table.bonus-deposits {
  width: 100%;
  min-width: 960px;
  table-layout: fixed;
}

.agb-page table.bonus-deposits th,
.agb-page table.bonus-deposits td {
  padding: 14px 12px 14px 0;
  white-space: normal;
  line-height: 1.45;
}

.agb-page table.bonus-deposits th + th,
.agb-page table.bonus-deposits th + td,
.agb-page table.bonus-deposits td + td {
  padding-left: 20px;
}

.agb-page table.bonus-deposits th:nth-child(1),
.agb-page table.bonus-deposits td:nth-child(1) {
  width: 15%;
}

.agb-page table.bonus-deposits th:nth-child(2),
.agb-page table.bonus-deposits td:nth-child(2) {
  width: 24%;
}

.agb-page table.bonus-deposits th:nth-child(3),
.agb-page table.bonus-deposits td:nth-child(3) {
  width: 16%;
}

.agb-page table.bonus-deposits th:nth-child(4),
.agb-page table.bonus-deposits td:nth-child(4) {
  width: 28%;
}

.agb-page table.bonus-deposits th:nth-child(5),
.agb-page table.bonus-deposits td:nth-child(5) {
  width: 17%;
}

.agb-page table.bonus-deposits td:nth-child(3) {
  white-space: nowrap;
}

@media (max-width: 859px) {
  .agb-page {
    padding: 32px 24px 64px;
  }

  .agb-page h1 {
    font-size: 28px;
  }

  .agb-page h2 {
    font-size: 22px;
    line-height: 1.35;
  }

  .agb-page table:not(.bonus-deposits):not(.privacy-cookies):not(.reviews-wide):not(.login-table--cards):not(.payments-table),
  .agb-page table:not(.bonus-deposits):not(.privacy-cookies):not(.reviews-wide):not(.login-table--cards):not(.payments-table) tbody,
  .agb-page table:not(.bonus-deposits):not(.privacy-cookies):not(.reviews-wide):not(.login-table--cards):not(.payments-table) tr,
  .agb-page table:not(.bonus-deposits):not(.privacy-cookies):not(.reviews-wide):not(.login-table--cards):not(.payments-table) th,
  .agb-page table:not(.bonus-deposits):not(.privacy-cookies):not(.reviews-wide):not(.login-table--cards):not(.payments-table) td {
    display: block;
    width: 100%;
  }

  .agb-page table:not(.bonus-deposits):not(.privacy-cookies):not(.reviews-wide):not(.login-table--cards):not(.payments-table) thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .agb-page table:not(.bonus-deposits):not(.privacy-cookies):not(.reviews-wide):not(.login-table--cards):not(.payments-table) tbody th[scope="row"] {
    width: 100%;
    padding: 18px 0 6px;
    border-bottom: 0;
  }

  .agb-page table:not(.bonus-deposits):not(.privacy-cookies):not(.reviews-wide):not(.login-table--cards):not(.payments-table) tbody td {
    padding: 0 0 18px;
    line-height: 1.6;
  }

  .agb-page table:not(.bonus-deposits):not(.privacy-cookies):not(.reviews-wide):not(.login-table--cards):not(.payments-table) tbody th + td {
    padding-left: 0;
  }
}

.privacy-page h2 {
  counter-increment: none;
}

.privacy-page h2::before {
  content: none;
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.privacy-toc {
  position: sticky;
  top: 88px;
  max-height: calc(100vh - 112px);
  overflow: auto;
  padding-right: 12px;
}

.privacy-toc__title {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.privacy-toc ol {
  margin: 0;
  padding-left: 22px;
}

.privacy-toc li {
  margin: 0 0 8px;
  line-height: 1.4;
}

.privacy-page table.privacy-cookies {
  width: 100%;
  min-width: 960px;
  table-layout: fixed;
}

.privacy-page table.privacy-cookies th,
.privacy-page table.privacy-cookies td {
  padding: 14px 12px 14px 0;
}

.pps-cookie {
  position: fixed;
  z-index: 4000;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.pps-cookie--modal {
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(12, 6, 32, 0.72);
}

.pps-cookie[hidden] {
  display: none !important;
}

.pps-cookie__panel {
  max-width: 640px;
  margin: 0 auto;
  padding: 20px 22px 18px;
  background: #281a5e;
  color: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.pps-cookie--modal .pps-cookie__panel {
  width: min(640px, calc(100% - 32px));
  margin-bottom: 24px;
}

.pps-cookie__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.pps-cookie__text,
.pps-cookie__opt {
  margin: 0 0 12px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.pps-cookie__opt {
  display: block;
}

.pps-cookie__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pps-cookie__btn {
  padding: 8px 12px;
  border: 1px solid #00d2d2;
  background: transparent;
  color: #00d2d2;
  font: inherit;
  cursor: pointer;
}

.pps-cookie__btn--solid {
  background: #00d2d2;
  color: #1c1047;
}

@media (max-width: 859px) {
  .privacy-layout {
    display: block;
  }

  .privacy-toc {
    position: static;
    max-height: none;
    margin: 0 0 28px;
    padding: 0;
  }
}

.reviews-page h2 {
  counter-increment: none;
}

.reviews-page h2::before {
  content: none;
}

.reviews-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0 0 28px;
}

.reviews-ad {
  display: inline-block;
  margin-right: 8px;
  padding: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.reviews-badge {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.reviews-cta {
  margin: 0 0 32px;
}

.reviews-ratings {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 8px 0 24px;
}

.reviews-ratings .reviews-rating {
  margin: 0;
}

.reviews-rating {
  margin: 0 0 16px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.reviews-rating--editorial {
  border-color: rgba(0, 210, 210, 0.28);
  background: rgba(0, 210, 210, 0.06);
}

.reviews-rating--user {
  border-color: rgba(244, 208, 106, 0.28);
  background: rgba(244, 208, 106, 0.08);
}

.reviews-rating__value {
  margin: 0 0 8px;
  color: #7ef0f0;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
}

.reviews-rating--user .reviews-rating__value {
  color: #f4d06a;
}

.reviews-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 8px 0 24px;
}

.reviews-panel {
  margin: 0 0 16px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.reviews-split > div,
.reviews-split > .reviews-panel {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.reviews-panel--plus,
.reviews-split > .reviews-panel--plus {
  border-color: rgba(24, 209, 160, 0.22);
  background: rgba(24, 209, 160, 0.06);
}

.reviews-panel--warn,
.reviews-split > .reviews-panel--warn {
  border-color: rgba(244, 208, 106, 0.28);
  background: rgba(244, 208, 106, 0.08);
}

.reviews-split h3,
.reviews-panel h3,
.reviews-rating h3 {
  margin: 0 0 12px;
}

.reviews-rating ul,
.reviews-rating ol,
.reviews-panel ul {
  margin: 0;
}

.reviews-rating li:last-child,
.reviews-panel li:last-child {
  margin-bottom: 0;
}

.reviews-form {
  margin: 8px 0 24px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(0, 210, 210, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.reviews-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}

.reviews-form__field,
.reviews-form__field--wide,
.reviews-form__actions {
  margin: 0;
  max-width: none;
}

.reviews-form__field--wide,
.reviews-form__actions {
  grid-column: 1 / -1;
}

.reviews-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.reviews-form input,
.reviews-form select,
.reviews-form textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(12, 8, 32, 0.55);
  color: #fff;
  font: inherit;
}

.reviews-form textarea {
  min-height: 148px;
  resize: vertical;
}

.reviews-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%237ef0f0' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

.reviews-form input::placeholder,
.reviews-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.reviews-form input:focus,
.reviews-form select:focus,
.reviews-form textarea:focus {
  outline: none;
  border-color: #5ef0f0;
  box-shadow: 0 0 0 3px rgba(0, 210, 210, 0.18);
}

.reviews-form option {
  background: #1c1047;
  color: #fff;
}

.reviews-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-top: 18px;
}

.reviews-form__hint {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.4;
}

form.reviews-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 22px;
  border: 0;
  border-radius: 999px;
  background: #18d1a0;
  color: #1c1047;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

form.reviews-form button:hover,
form.reviews-form button:focus {
  background: #34e0b4;
}

form.reviews-form button:focus-visible {
  outline: 2px solid #7ef0f0;
  outline-offset: 3px;
}

@media (max-width: 719px) {
  .reviews-form__grid {
    grid-template-columns: 1fr;
  }
}

.reviews-empty,
.reviews-reader {
  margin: 0 0 12px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.reviews-page table.reviews-wide {
  width: 100%;
  min-width: 760px;
  table-layout: fixed;
}

.reviews-page table.reviews-wide th,
.reviews-page table.reviews-wide td {
  overflow-wrap: anywhere;
}

@media (max-width: 1023px) {
  .reviews-ratings,
  .reviews-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 859px) {
  .reviews-jump {
    flex-direction: column;
    gap: 8px;
  }
}

.reviews-page h1 {
  overflow-wrap: anywhere;
}

.reviews-page section,
.reviews-page .reviews-jump {
  scroll-margin-top: 84px;
}

.reviews-page .reviews-jump {
  gap: 10px;
  margin: 8px 0 28px;
}

.reviews-page .reviews-jump a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(0, 210, 210, 0.35);
  border-radius: 999px;
  background: rgba(0, 210, 210, 0.08);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.reviews-page .reviews-jump a:hover,
.reviews-page .reviews-jump a:focus {
  border-color: #5ef0f0;
  background: rgba(0, 210, 210, 0.16);
}

.reviews-page .reviews-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0 0 32px;
  padding: 14px 16px;
  border: 1px solid rgba(0, 210, 210, 0.22);
  border-radius: 14px;
  background: rgba(0, 210, 210, 0.06);
}

.reviews-page .reviews-cta .reviews-ad {
  margin-right: 0;
}

.payments-note {
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid rgba(0, 210, 210, 0.2);
  border-left: 3px solid #00d2d2;
  border-radius: 0 14px 14px 0;
  background: rgba(0, 210, 210, 0.08);
}

.payments-note--warn {
  border-color: rgba(244, 208, 106, 0.28);
  border-left-color: #f4d06a;
  background: rgba(244, 208, 106, 0.1);
}

.reviews-page .agb-table-wrap {
  margin: 16px 0 32px;
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(0, 210, 210, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(0, 210, 210, 0.1) 0, rgba(0, 210, 210, 0.1) 48px, rgba(255, 255, 255, 0.03) 48px);
}

.reviews-page table.payments-table {
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
}

.reviews-page table.payments-table thead th {
  padding: 15px 18px;
  background: transparent;
  border-bottom: 1px solid rgba(0, 210, 210, 0.22);
  color: #7ef0f0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.reviews-page table.payments-table tbody th,
.reviews-page table.payments-table tbody td {
  padding: 15px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: middle;
}

.reviews-page table.payments-table tbody th[scope="row"] {
  width: 34%;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 800;
}

.reviews-page table.payments-table tbody tr:last-child th,
.reviews-page table.payments-table tbody tr:last-child td {
  border-bottom: 0;
}

.reviews-page table.payments-table tbody tr:nth-child(odd) th,
.reviews-page table.payments-table tbody tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.035);
}

@media (hover: hover) {
  .reviews-page table.payments-table tbody tr:hover th,
  .reviews-page table.payments-table tbody tr:hover td {
    background: rgba(0, 210, 210, 0.07);
  }
}

.reviews-page table.payments-table--overview tbody th[scope="row"] {
  min-width: 210px;
}

.reviews-page table.payments-table--methods {
  min-width: 760px;
}

.reviews-page table.payments-table--methods th:nth-child(1),
.reviews-page table.payments-table--methods td:nth-child(1) {
  width: 18%;
  min-width: 150px;
}

.reviews-page table.payments-table--methods th:nth-child(2),
.reviews-page table.payments-table--methods td:nth-child(2),
.reviews-page table.payments-table--methods th:nth-child(3),
.reviews-page table.payments-table--methods td:nth-child(3) {
  width: 22%;
}

.reviews-page table.payments-table--methods tbody th[scope="row"] {
  width: 18%;
}

.reviews-page table.payments-table--problems {
  min-width: 700px;
}

.reviews-page table.payments-table--problems tbody th[scope="row"] {
  width: 24%;
  min-width: 180px;
}

.payments-amount {
  color: #7ef0f0;
  font-weight: 800;
  white-space: nowrap;
}

.payments-status {
  display: inline-block;
  max-width: 100%;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(24, 209, 160, 0.16);
  color: #94f8a7;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.payments-status--muted {
  background: rgba(244, 208, 106, 0.14);
  color: #f4d06a;
}

.payments-status--blocked {
  background: rgba(255, 92, 110, 0.16);
  color: #ff8a96;
}

.payments-steps,
.payments-check,
.payments-points,
.payments-sources {
  margin: 8px 0 24px;
  padding: 0;
  list-style: none;
}

.payments-steps {
  counter-reset: payments-step;
}

.payments-steps li,
.payments-check li,
.payments-points li,
.payments-sources li {
  position: relative;
  margin: 0 0 10px;
  padding: 14px 16px 14px 54px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.payments-check li {
  padding-left: 44px;
  border-color: rgba(148, 248, 167, 0.16);
  background: rgba(24, 209, 160, 0.06);
}

.payments-points li,
.payments-sources li {
  padding-left: 18px;
  border-left: 3px solid rgba(0, 210, 210, 0.7);
}

.payments-steps li::before {
  counter-increment: payments-step;
  content: counter(payments-step);
  position: absolute;
  left: 16px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #18d1a0;
  color: #1c1047;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.payments-check li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #18d1a0;
  box-shadow: 0 0 0 4px rgba(24, 209, 160, 0.16);
}

.payments-currencies ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.payments-currencies li {
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.payments-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 8px 0 24px;
}

.payments-facts p {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(0, 210, 210, 0.2);
  border-radius: 16px;
  background: rgba(0, 210, 210, 0.06);
}

.payments-facts span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.payments-facts strong {
  color: #7ef0f0;
  font-size: 28px;
  line-height: 1.2;
}

.payments-example {
  margin: 8px 0 24px;
  padding: 16px 18px;
  border: 1px solid rgba(24, 209, 160, 0.22);
  border-left: 3px solid #18d1a0;
  border-radius: 0 14px 14px 0;
  background: rgba(24, 209, 160, 0.08);
}

.payments-faq {
  margin: 0 0 12px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.payments-faq h3 {
  margin: 0 0 8px;
}

.payments-faq p {
  margin: 0;
}

.reviews-page code {
  padding: 1px 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

@media (max-width: 1023px) {
  .reviews-page .reviews-jump {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .payments-facts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 859px) {
  .reviews-page .agb-table-wrap {
    padding: 4px;
    background: transparent;
    border-color: transparent;
    border-radius: 0;
  }

  .reviews-page table.payments-table,
  .reviews-page table.payments-table--methods,
  .reviews-page table.payments-table--problems {
    min-width: 0;
  }

  .reviews-page table.payments-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .reviews-page table.payments-table,
  .reviews-page table.payments-table tbody,
  .reviews-page table.payments-table tr,
  .reviews-page table.payments-table th,
  .reviews-page table.payments-table td {
    display: block;
    width: 100%;
  }

  .reviews-page table.payments-table tbody tr {
    margin: 0 0 12px;
    padding: 14px 16px;
    border: 1px solid rgba(0, 210, 210, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
  }

  .reviews-page table.payments-table tbody tr:last-child {
    margin-bottom: 4px;
  }

  .reviews-page table.payments-table tbody th,
  .reviews-page table.payments-table tbody td,
  .reviews-page table.payments-table tbody tr:nth-child(odd) th,
  .reviews-page table.payments-table tbody tr:nth-child(odd) td,
  .reviews-page table.payments-table tbody tr:hover th,
  .reviews-page table.payments-table tbody tr:hover td {
    width: 100%;
    padding: 8px 0;
    border: 0;
    background: transparent;
    vertical-align: top;
  }

  .reviews-page table.payments-table tbody th[scope="row"] {
    width: 100%;
    min-width: 0;
    padding: 0 0 10px;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
  }

  .reviews-page table.payments-table tbody th[scope="row"]::before {
    display: none;
  }

  .reviews-page table.payments-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    color: #7ef0f0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .payments-steps li {
    padding-left: 52px;
  }
}

.support-page {
  overflow-wrap: anywhere;
}

.support-page h1 {
  overflow-wrap: anywhere;
}

.support-page section,
.support-page .reviews-jump {
  scroll-margin-top: 84px;
}

.support-page .support-template pre {
  width: 100%;
  max-width: none;
  margin: 0 0 16px;
  padding: 16px 18px;
  overflow-x: auto;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  word-break: break-word;
  border: 1px solid rgba(0, 210, 210, 0.22);
  border-radius: 14px;
  background: rgba(0, 210, 210, 0.06);
  color: #fff;
  font: inherit;
  font-size: 15px;
  line-height: 1.6;
}

.support-page .support-copy {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid rgba(0, 210, 210, 0.35);
  border-radius: 999px;
  background: rgba(0, 210, 210, 0.08);
  color: #7ef0f0;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.support-page .support-copy:hover,
.support-page .support-copy:focus {
  color: #5ef0f0;
}

.support-page .support-copy:focus-visible {
  outline: 2px solid #00d2d2;
  outline-offset: 3px;
}

button[data-h].site-chrome__btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  letter-spacing: 0.2px;
  min-width: 100px;
  padding: 8px 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

button[data-h].site-chrome__btn--outline {
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  color: #fff;
}

button[data-h].site-chrome__btn--solid {
  background: var(--button-color, #94f8a7);
  border: 1px solid transparent;
  color: var(--button-text-color, #000);
}

button[data-h].site-chrome__icon {
  align-items: center;
  background: transparent;
  border: 0;
  color: hsla(0, 0%, 100%, 0.65);
  display: inline-flex;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}

button[data-h].game-cta__real {
  align-items: center;
  background: #18d1a0;
  border: 0;
  border-radius: 10px;
  color: #1c1047;
  display: inline-flex;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  padding: 12px 18px;
}

button[data-h].offer-card__cta {
  align-items: center;
  background: #18d1a0;
  border: 0;
  border-radius: 10px;
  color: #102018;
  display: inline-flex;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.06em;
  min-width: 110px;
  padding: 11px 18px;
  text-transform: uppercase;
}

button[data-h].offers-hero__secondary {
  align-items: center;
  background: rgba(12, 6, 32, 0.48);
  border: 1px solid hsla(0, 0%, 100%, 0.22);
  border-radius: 14px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
}

button[data-h].link-btn {
  align-items: center;
  background: var(--headings-color, #18d1a0);
  border: none;
  color: #001b33;
  display: inline-flex;
  font-family: inherit;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .2px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

button[data-h].link-btn--primary,
button[data-h].btn--primary {
  background: var(--headings-color, #18d1a0);
  color: #001b33;
}

button[data-h].link-btn--md {
  border-radius: 8px;
  font-size: 16px;
  height: 48px;
  line-height: 24px;
  min-width: 100px;
  padding: 12px 20px;
}

@media (min-width: 960px) {
  button[data-h].site-chrome__btn {
    height: 40px;
    padding: 10px 16px;
  }
}

