@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 14px;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

::-webkit-scrollbar {
  display: none;
}

/* font-display: swap keeps text visible; metric overrides reduce layout shift (CLS) on swap */
@font-face {
  font-family: "Inter-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  src: url("../assets/fonts/inter/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter-Regular";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  src: url("../assets/fonts/inter/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto-Condensed";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  src: url("../assets/fonts/roboto-condensed/Roboto-Condensed-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Shentox-bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  src: url("../assets/fonts/shentox/Shentox-bold.otf") format("opentype");
}
div#game-launcher-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: landscape) {
    div#game-launcher-wrapper :has(.download-plugin-wrapper) {
      overflow-y: auto;
      height: unset;
    }
    div#game-launcher-wrapper :has(.geolocation__container) {
      overflow-y: auto;
      height: unset;
    }
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: landscape) {
  div#game-launcher-wrapper :has(.download-plugin-wrapper) {
    overflow-y: auto;
    height: unset;
  }
  div#game-launcher-wrapper :has(.geolocation__container) {
    overflow-y: auto;
    height: unset;
  }
}@keyframes loadingCustomFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loadingContainerHide {
  0% {
    display: grid;
    opacity: 1;
    pointer-events: auto;
  }
  100% {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes loadingDefaultShiftToCenter {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10vh);
  }
}
@keyframes loadingDismissBase {
  from {
    opacity: 1;
  }
  to {
    display: none;
    pointer-events: none;
  }
}
.game-client_iframe {
  margin: 0 auto;
  display: block;
  align-content: center;
  border: none;
}
.game-client_iframe[frame-orientation=landscape] {
  width: 100%;
  height: 100%;
}
.game-client_iframe[frame-orientation=portrait] {
  width: 100%;
  height: 100%;
}
.game-client_iframe.blur {
  filter: blur(12px);
  opacity: 0.5;
}

.game-client_placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  overflow: hidden;
  gap: 2rem;
  background: var(--game-client_placeholder-background);
  transition: opacity 0.4s ease-in-out;
  box-sizing: border-box;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: landscape) {
    .game-client_placeholder {
      grid-template-rows: var(--space-lm);
    }
  }
}
@media (orientation: landscape) and (max-height: 600px) and (min-height: 768px), (orientation: portrait) and (max-height: 600px) and (min-height: 768px) {
  .game-client_placeholder {
    justify-content: center;
    padding-bottom: calc(25vh + 2rem);
  }
}
.game-client_placeholder[class*=location] .loading_loader__container, .game-client_placeholder[class*=loading] .loading_loader__container, .game-client_placeholder[class*=initializing] .loading_loader__container {
  animation: fadeInUp 0.4s ease-out;
}
.game-client_placeholder:has(.loading-screen__logo-slot-overlay) .loading-container.default {
  animation: loadingContainerHide 3s ease-out forwards;
}
.game-client_placeholder:has(.loading-screen.willy_wonka.full.cover) .loading-container.default {
  animation: loadingContainerHide 3s ease-out forwards;
}
@media (orientation: landscape) and (max-height: 600px) {
  .game-client_placeholder.loading .loading_loader__container.landscape, .game-client_placeholder.location .loading_loader__container.landscape, .game-client_placeholder.initializing .loading_loader__container.landscape {
    position: relative;
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    box-sizing: border-box;
  }
  .game-client_placeholder.loading .loading_loader__container.landscape .game-client_placeholder-text, .game-client_placeholder.location .loading_loader__container.landscape .game-client_placeholder-text, .game-client_placeholder.initializing .loading_loader__container.landscape .game-client_placeholder-text {
    margin-top: 0.5rem;
    padding: 0 1rem;
  }
}

.game-client_placeholder-text {
  font-size: 1rem;
  color: var(--color-text);
  text-align: center;
  margin: 0 auto;
  font-family: var(--font-family-inter-regular);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeIn 0.5s ease-out;
  padding: 0 1rem;
  box-sizing: border-box;
}
@media (max-height: 600px) {
  .game-client_placeholder-text {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes hideWilly {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes slideInLoadingBackground {
  0% {
    transform: translateX(calc(-100% - 91px));
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes loadingCustomFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOutToast {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
}
@keyframes loadingDismissBase {
  from {
    opacity: 1;
  }
  to {
    display: none;
    pointer-events: none;
  }
}
.progress-container {
  width: 300px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(247, 251, 255, 0.25);
  overflow: hidden;
  position: relative;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  animation: fadeInUp 0.4s ease-out;
}
.progress-container__filter {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--color-progress-bar-fill);
  border-radius: inherit;
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  z-index: 1;
}
.progress-container__percentage {
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  white-space: nowrap;
  min-width: 36px;
  text-align: center;
  transition: color 0.3s ease, font-weight 0.3s ease, font-size 0.3s ease, opacity 0.3s ease;
  z-index: 2;
  font-size: 16px;
  font-family: var(--font-family-inter-bold), var(--font-family-inter-regular), sans-serif;
  font-weight: 800;
  color: var(--color-text);
  transform: translate(-50%, -50%);
}

.loading_loader__container {
  position: relative;
  display: grid;
  align-items: center;
  gap: 2rem;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-height: 600px) {
  .loading_loader__container.bottom {
    margin-bottom: 10%;
  }
}

.main-loader-wrapper {
  display: flex;
  justify-content: center;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  animation: fadeInUp 0.4s ease-out;
  height: 30px;
  align-self: center;
}
.main-loader-wrapper.transitioning {
  opacity: 0;
  transform: translateY(-10px);
}

.loading_loader__container:has(.loader) .loader {
  animation: fadeIn 0.4s ease-out;
}
.loading_loader__container:has(.progress-container) .progress-container {
  animation: fadeInUp 0.4s ease-out;
}
.loading_loader__container:has(.loader) .loader {
  animation: fadeIn 0.4s ease-out;
}

.loading-screen {
  background: linear-gradient(311deg, rgb(0, 0, 0) 0%, rgb(0, 95, 200) 100%);
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  align-content: center;
  align-items: center;
  justify-items: center;
  overflow: visible;
}
.loading-screen.bottom {
  height: 75%;
}
.loading-screen.default {
  display: none;
}
.loading-screen.willy_wonka {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  grid-area: 3/1/span 1/span 1;
  width: 100vw;
  height: 80vh;
  align-self: end;
  animation: 3s linear forwards slideInLoadingBackground;
  box-sizing: border-box;
}
.loading-screen.willy_wonka.cover {
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.loading-screen.willy_wonka .oompa-loompa-container {
  position: absolute;
  right: 0;
  height: 100%;
  max-height: 175px;
  overflow: visible;
  animation: hideWilly 3.1s linear forwards;
  container-type: size;
  display: flex;
}
.loading-screen.willy_wonka .oompa-loompa-container img {
  width: auto;
  transform: translateX(-14cqh);
}
.loading-screen.willy_wonka.bottom {
  bottom: 0;
  left: 0;
  right: 0;
  height: 25vh;
  top: unset;
}
.loading-screen.willy_wonka .loading-bar {
  display: flex;
  justify-content: stretch;
  flex-direction: column;
  align-items: center;
}
.loading-screen.willy_wonka .loading-bar .progress-container {
  margin: 20px 0 20px 0;
}
.loading-screen.willy_wonka .center-piece {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  max-height: 250px;
}
.loading-screen.willy_wonka .center-piece > div {
  display: flex;
  justify-content: center;
}
.loading-screen.willy_wonka .center-piece > div.ticket-container {
  height: 18%;
}
.loading-screen.willy_wonka .center-piece > div.willy-wonka-title {
  height: 100%;
  max-height: 250px;
}
.loading-screen.willy_wonka .center-piece > div.fd-exclusive {
  height: 20%;
}
.loading-screen.willy_wonka .center-piece > div img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.loading-screen.willy_wonka.full .center-piece {
  flex-direction: column-reverse;
}
.loading-screen.willy_wonka.full .center-piece .ticket-container {
  display: none;
}
@keyframes hideWilly {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes slideInLoadingBackground {
  0% {
    transform: translateX(calc(-100% - 91px));
  }
  100% {
    transform: translateX(0);
  }
}

.fanduel-loading-page__container {
  background-position-x: 0;
  background-position-y: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.fanduel-logo {
  max-width: 100%;
  align-items: center;
}
.fanduel-logo img {
  display: block;
  height: 185px;
}

.bjgo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  animation: 1s linear background-transition;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}

.fanduel-loading-page__container.bjgo .fanduel-logo {
  animation: 2s cubic-bezier(0.76, -0.16, 0.58, 1) rotate-logo;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

.mohegansun-loading-page__container.bjgo .fanduel-logo {
  animation: 2s cubic-bezier(0.76, -0.16, 0.58, 1) rotate-logo;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

#dots {
  margin: 20px 0;
}

p {
  margin: 0 20px;
  text-align: center;
}

@keyframes rotate-logo {
  0% {
    transform: rotate(0) scale(1);
  }
  45% {
    transform: rotate(1440deg) scale(0);
  }
  55% {
    transform: rotate(0) scale(0);
  }
  75% {
    transform: rotate(1440deg) scale(1);
  }
  100% {
    transform: rotate(1440deg) scale(1.5);
    position: relative;
  }
}
@keyframes background-transition {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  100% {
    background-position-x: 100%;
    background-position-y: 100%;
  }
}
.fanduel-poker-logo {
  display: block;
  min-height: 200px;
}
@media (min-width: 768px) and (pointer: fine) {
  .fanduel-poker-logo {
    max-width: 40%;
  }
}
@media (max-height: 600px) {
  .fanduel-poker-logo {
    max-width: 100%;
  }
}
.fanduel-poker-logo img {
  display: block;
  height: 185px;
}

.bjgo-message {
  color: white;
  margin-top: 20px;
}

.loading-container {
  display: grid;
  justify-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  place-content: center;
  grid-template-rows: 200px 70px 50px 48px;
  gap: 0;
}
@media (max-height: 600px) {
  .loading-container.withBottomBanner .loading-screen__text-slot,
  .loading-container.withBottomBanner .loading-screen__status-slot {
    display: none;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
  .loading-container {
    grid-template-rows: 160px 70px 50px 36px;
  }
}
.loading-container .loading-screen__logo-slot {
  grid-row: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300%;
  min-height: 0;
}
.loading-container .loading-screen__logo-slot .loading-screen__logo-slot-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.loading-container .loading-screen__logo-slot .loading-screen__logo-slot-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
  animation: loadingCustomFadeIn 0.6s ease-out forwards;
}
.loading-container .loading-screen__logo-slot .loading-screen__logo-slot-overlay .willy-wonka-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 200px;
  min-height: 0;
}
@media (orientation: landscape) and (max-height: 600px) {
  .loading-container .loading-screen__logo-slot .loading-screen__logo-slot-overlay .willy-wonka-title {
    max-height: 192px;
  }
}
.loading-container .loading-screen__logo-slot .loading-screen__logo-slot-overlay .willy-wonka-title img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
.loading-container .loading-screen__logo-slot .fanduel-logo,
.loading-container .loading-screen__logo-slot .fanduel-poker-logo,
.loading-container .loading-screen__logo-slot .willy-wonka-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 200px;
  min-height: 0;
}
@media (orientation: landscape) and (max-height: 600px) {
  .loading-container .loading-screen__logo-slot .fanduel-logo,
  .loading-container .loading-screen__logo-slot .fanduel-poker-logo,
  .loading-container .loading-screen__logo-slot .willy-wonka-title {
    max-height: 160px;
  }
}
.loading-container .loading-screen__logo-slot .fanduel-logo img,
.loading-container .loading-screen__logo-slot .fanduel-poker-logo img,
.loading-container .loading-screen__logo-slot .willy-wonka-title img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.loading-container .loading-screen__logo-slot .fanduel-logo img,
.loading-container .loading-screen__logo-slot .fanduel-poker-logo img {
  height: 185px;
}
@media (orientation: landscape) and (max-height: 600px) {
  .loading-container .loading-screen__logo-slot .fanduel-logo img,
  .loading-container .loading-screen__logo-slot .fanduel-poker-logo img {
    height: 120px;
  }
}
.loading-container .loading-screen__loader-slot {
  grid-row: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
}
.loading-container .loading-screen__text-slot {
  grid-row: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 16px;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  animation: fadeIn 0.3s ease-out;
}
.loading-container .loading-screen__text-slot.initializing {
  visibility: hidden;
}
.loading-container .loading-screen__status-slot {
  grid-row: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  height: 100%;
  padding: 8px 16px 0;
  box-sizing: border-box;
}
.loading-container .loading-screen__status-slot .location-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 100%;
  padding: 0 20px;
  border-radius: 20px;
  color: #ffffff;
  font-size: var(--font-size-sm);
  animation: fadeIn 0.4s ease-out;
  will-change: opacity, transform;
}
.loading-container .loading-screen__status-slot .location-note.pending {
  background-color: var(--color-highlight-primary);
}
.loading-container .loading-screen__status-slot .location-note.verified {
  background: var(--color-maintenance-button);
  box-shadow: 0 4px 12px rgba(24, 159, 74, 0.35);
}
.loading-container .loading-screen__status-slot .location-note.dismissing {
  animation: fadeOutToast 0.4s ease-in forwards;
}
.loading-container .loading-screen__status-slot .location-note span {
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.loading-container .loading-screen__status-slot .location-note .map-pin-icon,
.loading-container .loading-screen__status-slot .location-note .checked-icon {
  flex-shrink: 0;
}
@media (max-height: 600px) {
  .loading-container .loading-screen__status-slot {
    padding-top: 4px;
  }
  .loading-container .loading-screen__status-slot .location-note {
    padding: 0 14px;
    font-size: var(--font-size-xs);
  }
  .loading-container .loading-screen__status-slot .location-note span {
    line-height: 32px;
  }
}
.loading-container:has(.loading-screen__logo-slot-overlay) .loading-screen__logo-slot-background {
  animation: loadingDismissBase 0.4s ease-out 0.6s forwards;
}
.loading-container:has(.loading-screen__logo-slot-overlay) .loading-screen__loader-slot.default,
.loading-container:has(.loading-screen__logo-slot-overlay) .loading-screen__text-slot.default {
  animation: loadingDismissBase 0.4s ease-out 0.6s forwards;
}
.loading-container.willy_wonka {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  animation: 3s linear forwards slideInLoadingBackground;
}
.loading-container.willy_wonka .oompa-loompa-container {
  position: absolute;
  right: 0;
  height: 100%;
  max-height: 175px;
  overflow: visible;
  animation: hideWilly 3.1s linear forwards;
  container-type: size;
  display: flex;
}
.loading-container.willy_wonka .oompa-loompa-container img {
  width: auto;
  transform: translateX(-14cqh);
}
.loading-container.willy_wonka.bottom {
  bottom: 0;
  left: 0;
  right: 0;
  height: 25vh;
  top: unset;
}
.loading-container.willy_wonka .loading-bar {
  display: flex;
  justify-content: stretch;
  flex-direction: column;
  align-items: center;
}
.loading-container.willy_wonka .loading-bar .progress-container {
  margin: 20px 0 20px 0;
}
.loading-container.willy_wonka .center-piece {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  max-height: 250px;
}
.loading-container.willy_wonka .center-piece > div {
  display: flex;
  justify-content: center;
}
.loading-container.willy_wonka .center-piece > div.ticket-container {
  height: 18%;
}
.loading-container.willy_wonka .center-piece > div.willy-wonka-title {
  min-height: 200px;
  height: 100%;
}
.loading-container.willy_wonka .center-piece > div.fd-exclusive {
  height: 20%;
}
.loading-container.willy_wonka .center-piece > div img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.loading-container.willy_wonka.full .center-piece {
  flex-direction: column-reverse;
}
.loading-container.willy_wonka.full .center-piece .ticket-container {
  display: none;
}.fanduel-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fanduel-logo img {
  display: block;
  height: 185px;
}

#logo-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 200px;
}

#moving-parts {
  display: flex;
  width: 68px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

svg#fd-logo,
svg#bell,
svg#cherry {
  animation: 3s cubic-bezier(0.62, -0.25, 0.37, 1.1) infinite logo-transition;
  position: absolute;
  opacity: 0;
}

svg#fd-logo {
  animation-delay: -1.25s;
}

svg#cherry {
  animation-delay: -0.25s;
}

svg#bell {
  animation-delay: 0.75s;
}

@keyframes logo-transition {
  0%, 100% {
    transform: translate(0, -100%);
    opacity: 0;
  }
  20% {
    transform: translate(0, -100%);
    opacity: 0;
  }
  50% {
    transform: translate(0, 0%);
    opacity: 1;
  }
  80% {
    transform: translate(0, 100%);
    opacity: 0;
  }
}
@keyframes background-transition {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  100% {
    background-position-x: 100%;
    background-position-y: 100%;
  }
}.popup__close {
  cursor: pointer;
}.popup__container {
  background-color: var(--color-popup-container);
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-sm);
  padding: var(--space-popup-padding);
  color: var(--color-text);
  justify-content: center;
  gap: var(--space-lg);
  box-sizing: border-box;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  animation: fadeIn 0.4s ease-out;
  width: 500px;
  max-width: 90%;
}
.popup__container--small {
  width: 345px;
}
.popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  min-height: 32px;
}
.popup__header .popup__close {
  margin-left: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  align-self: center;
}
.popup__header svg {
  color: var(--color-popup-close-icon, black);
  cursor: pointer;
}
.popup__header h2 {
  font-size: var(--font-size-xl);
  font-weight: 900;
  font-family: var(--font-family-inter-bold);
  color: var(--color-popup-title);
  margin: 0;
}
.popup__main {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  align-items: center;
  justify-content: center;
}
.popup__title {
  font-size: var(--font-size-lg);
  font-weight: 900;
  font-family: var(--font-family-inter-bold);
  line-height: var(--line-height-sm);
  color: var(--color-popup-title);
  text-align: center;
  margin: 0;
}
.popup__message {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: var(--color-popup-message);
  font-family: var(--font-family-inter-regular);
}
.popup__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.popup__buttons--horizontal {
  display: flex;
  flex-direction: row;
}
.popup__button {
  font-family: var(--font-family-inter-regular);
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size-md);
  line-height: 20px;
  border-radius: var(--radius-button);
  margin: 0;
  padding: 0;
  width: 100%;
  height: 44px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.popup__button--exit {
  background: var(--color-button-exit);
  color: var(--color-text);
}
.popup__button--blue {
  background: var(--color-button-exit);
  color: var(--color-text);
}
.popup__button--cancel {
  color: var(--color-text);
  background: var(--color-button-cancel);
}
.popup__button--main {
  color: var(--color-text);
  background: var(--color-button-cancel);
}
.popup__button--dismiss {
  background: var(--color-button-dismiss);
  color: var(--color-button-dismiss-text);
}
.popup__button--secondary {
  background: unset;
  color: var(--color-button-dismiss-text);
}
.popup__footer {
  color: var(--color-popup-message);
  font-family: var(--font-family-inter-regular), serif;
  display: flex;
  background: var(--color-popup-footer-background);
  width: calc(100% - 64px);
  margin-bottom: -16px;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px 48px;
  line-height: 125%;
  font-size: var(--font-size-sm);
  gap: 12px;
  border-radius: 0 0 4px 4px;
}
.popup__footer .footer-message {
  width: 100%;
  display: flex;
  height: 32px;
  align-items: center;
  text-align: center;
}
.popup__footer .footer-message .footer-action-message {
  cursor: pointer;
  color: var(--color-popup-footer-action-message);
}
.popup__footer .footer-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}@media only screen and (max-height: 500px) {
  #core-modal-presenter-content:has(.jackpot-animations-container) {
    transform: translate(-50vw, -50vh) !important;
  }
}
@media only screen and (min-width: 1025px) and (min-height: 500px) {
  #core-modal-presenter-content:has(.jackpot-animations-container) {
    transform: translate(-50vw, -50vh) !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (min-height: 500px) {
  #core-modal-presenter-content:has(.jackpot-animations-container) {
    transform: translate(-50vw, -50vh) !important;
  }
}

.jackpot-animations-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(270deg, #321f8a 0%, #3c0e74 100%);
  z-index: 2;
}

.jackpot-logo {
  z-index: 32;
  display: flex;
  justify-content: center;
}
.jackpot-logo .jackpot-logo-alternate-img {
  max-height: 100%;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 766px) {
  .jackpot-logo {
    top: 7vh;
    position: fixed;
    z-index: 3;
    width: 80vw;
  }
}
@media only screen and (max-height: 500px) {
  .jackpot-logo {
    height: 76px;
    top: 5vh;
    position: fixed;
    z-index: 3;
    width: 55vw;
    left: calc(50% - 27.5vw);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (min-height: 500px) {
  .jackpot-logo {
    height: 156px;
    top: 16vh;
    position: fixed;
    z-index: 3;
    width: 55vw;
    left: 0px;
  }
}
@media only screen and (min-width: 1025px) and (min-height: 500px) {
  .jackpot-logo {
    height: 193px;
    top: 7vh;
    position: fixed;
    z-index: 3;
    width: 60vw;
    left: 0;
  }
}

.idle-state,
.spinning-state {
  position: absolute;
  height: 100dvh;
  width: 100vw;
  overflow: hidden;
  display: none;
}
.idle-state.show,
.spinning-state.show {
  display: block;
}

.background-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.background-animation .bg-animation-wrapper {
  min-width: 100vw;
  min-height: 100dvh;
  display: none;
}
.background-animation .bg-animation-wrapper.playing {
  display: block;
}
.background-animation .bg-animation-wrapper > svg {
  position: absolute;
  width: inherit !important;
}
@media only screen and (max-width: 766px) {
  .background-animation .bg-animation-wrapper > svg {
    height: 100dvh !important;
    left: -50vw !important;
  }
}
@media only screen and (max-height: 500px) {
  .background-animation .bg-animation-wrapper > svg {
    height: 263vh !important;
    left: 0vw;
  }
}
@media only screen and (min-width: 1025px) and (min-height: 500px) {
  .background-animation .bg-animation-wrapper > svg {
    height: 300vh !important;
    left: -18vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (min-height: 500px) {
  .background-animation .bg-animation-wrapper > svg {
    height: 215vh !important;
    left: -18vw;
  }
}
@media only screen and (max-width: 766px) {
  .background-animation .bg-animation-wrapper.minor > svg {
    height: 500vh !important;
    width: 500vw !important;
    position: absolute;
    left: auto !important;
    right: -250vw;
    bottom: -214vh;
  }
}
@media only screen and (max-height: 500px) {
  .background-animation .bg-animation-wrapper.minor > svg {
    height: 500vh !important;
    width: 500vw !important;
    position: absolute;
    left: auto !important;
    right: -238vw;
    bottom: -231vh;
  }
}
@media only screen and (min-width: 1025px) and (min-height: 500px) {
  .background-animation .bg-animation-wrapper.minor > svg {
    height: 500vh !important;
    width: 500vw !important;
    position: absolute;
    left: auto !important;
    right: -238vw;
    bottom: -231vh;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (min-height: 500px) {
  .background-animation .bg-animation-wrapper.minor > svg {
    height: 500vh !important;
    width: 500vw !important;
    position: absolute;
    left: auto !important;
    right: -238vw;
    bottom: -231vh;
  }
}

@media only screen and (max-width: 766px) {
  .idle-state .iddle-animation-wrapper {
    position: absolute;
    width: 292vw;
    height: 143vh;
    top: -5vh;
    left: -48vw;
  }
}
@media only screen and (max-height: 500px) {
  .idle-state .iddle-animation-wrapper {
    max-width: 1086px;
    max-height: 1086px;
    width: 146vw;
    height: 247vh;
    position: absolute;
    top: -39vh;
    left: 20vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (min-height: 500px) {
  .idle-state .iddle-animation-wrapper {
    max-width: 1800px;
    max-height: 1800px;
    width: 192vw;
    height: 193vh;
    position: absolute;
    top: -22vh;
    left: -6vw;
  }
}
@media only screen and (min-width: 1025px) and (min-height: 500px) {
  .idle-state .iddle-animation-wrapper {
    width: 184vw;
    height: 217vh;
    position: absolute;
    top: -37vh;
    left: -13vw;
  }
}
.idle-state .iddle-overlay {
  z-index: 2;
}
@media only screen and (max-width: 766px) {
  .idle-state .iddle-overlay {
    position: absolute;
    bottom: 0px;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 96.26%);
    width: 100%;
    height: 100dvh;
  }
}
@media only screen and (max-height: 500px) {
  .idle-state .iddle-overlay {
    position: absolute;
    bottom: 0px;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 96.26%);
    width: 100%;
    height: 100dvh;
  }
}
@media only screen and (min-width: 1025px) and (min-height: 500px) {
  .idle-state .iddle-overlay {
    position: absolute;
    bottom: 0px;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 96.26%);
    width: 100%;
    height: 100dvh;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (min-height: 500px) {
  .idle-state .iddle-overlay {
    position: absolute;
    bottom: 0px;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 96.26%);
    width: 100%;
    height: 100dvh;
  }
}
.idle-state .iddle-overlay.slide-in {
  animation: slideIn 0.3s ease-out forwards;
}
.idle-state .iddle-overlay.slide-out {
  animation: slideOut 0.3s ease-in forwards;
}
.idle-state .iddle-overlay p {
  color: white;
  font-family: var(--font-family-inter-regular);
  font-weight: 800;
  text-align: center;
  position: absolute;
  margin-left: 0;
  margin-right: 0;
  bottom: 199px;
  text-shadow: -1px -1px 20px rgb(0, 0, 0);
}
@media only screen and (max-width: 766px) {
  .idle-state .iddle-overlay p {
    width: 100%;
    font-size: clamp(15px, 1vh * 3, 24px);
    margin-bottom: clamp(10px, 1vh * 2, 20px);
    line-height: clamp(20px, 1vh * 3.5, 30px);
  }
}
@media only screen and (max-height: 500px) {
  .idle-state .iddle-overlay p {
    width: 55%;
    margin-bottom: 0px;
    font-size: clamp(15px, 2.4vh * 3, 24px);
    line-height: clamp(20px, 2.4vh * 3.5, 30px);
    bottom: clamp(135px, 2.4vh * 15.5, 199px);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (min-height: 500px) {
  .idle-state .iddle-overlay p {
    font-size: 30px;
    width: 55%;
    line-height: 36px;
    bottom: calc(15vh + 128px);
  }
}
@media only screen and (min-width: 1025px) and (min-height: 500px) {
  .idle-state .iddle-overlay p {
    font-size: 34px;
    width: 60%;
    line-height: 40px;
    margin-bottom: 60px;
  }
}
.idle-state .iddle-overlay .pulse-button-wrapper {
  position: absolute;
}
@media only screen and (max-width: 766px) {
  .idle-state .iddle-overlay .pulse-button-wrapper {
    width: 100%;
    bottom: 88px;
  }
}
@media only screen and (max-height: 500px) {
  .idle-state .iddle-overlay .pulse-button-wrapper {
    width: 55%;
    bottom: clamp(5px, 3vh * 3.5, 84px);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (min-height: 500px) {
  .idle-state .iddle-overlay .pulse-button-wrapper {
    width: 55%;
    bottom: 15vh;
  }
}
@media only screen and (min-width: 1025px) and (min-height: 500px) {
  .idle-state .iddle-overlay .pulse-button-wrapper {
    width: 60%;
    bottom: 122px;
  }
}
.idle-state .iddle-overlay .pulse-button-wrapper .pulse-button {
  background: url("src/assets/SWJ/pulseButton-start.svg") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 111px;
  max-width: 241px;
}
@media only screen and (max-width: 766px) {
  .idle-state .iddle-overlay .pulse-button-wrapper .pulse-button {
    width: 100%;
  }
}
@media only screen and (max-height: 500px) {
  .idle-state .iddle-overlay .pulse-button-wrapper .pulse-button {
    width: 38%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (min-height: 500px) {
  .idle-state .iddle-overlay .pulse-button-wrapper .pulse-button {
    width: 55%;
  }
}
@media only screen and (min-width: 1025px) and (min-height: 500px) {
  .idle-state .iddle-overlay .pulse-button-wrapper .pulse-button {
    width: 60%;
  }
}
.idle-state .iddle-overlay .pulse-button-wrapper .pulse-button:hover {
  background: url("src/assets/SWJ/pulseButton-start.svg") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 111px;
  max-width: 241px;
}
@media only screen and (max-width: 766px) {
  .idle-state .iddle-overlay .pulse-button-wrapper .pulse-button:hover {
    width: 100%;
  }
}
@media only screen and (max-height: 500px) {
  .idle-state .iddle-overlay .pulse-button-wrapper .pulse-button:hover {
    width: 38%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (min-height: 500px) {
  .idle-state .iddle-overlay .pulse-button-wrapper .pulse-button:hover {
    width: 55%;
  }
}
@media only screen and (min-width: 1025px) and (min-height: 500px) {
  .idle-state .iddle-overlay .pulse-button-wrapper .pulse-button:hover {
    width: 60%;
  }
}

@media only screen and (max-width: 766px) {
  .spin-animation-wrapper {
    position: absolute;
    width: 292vw;
    height: 143vh;
    top: -5vh;
    left: -48vw;
  }
}
@media only screen and (max-height: 500px) {
  .spin-animation-wrapper {
    max-width: 1086px;
    max-height: 1086px;
    width: 146vw;
    height: 247vh;
    position: absolute;
    top: -39vh;
    left: 20vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (min-height: 500px) {
  .spin-animation-wrapper {
    max-width: 1800px;
    max-height: 1800px;
    width: 192vw;
    height: 193vh;
    position: absolute;
    top: -22vh;
    left: -6vw;
  }
}
@media only screen and (min-width: 1025px) and (min-height: 500px) {
  .spin-animation-wrapper {
    width: 184vw;
    height: 217vh;
    position: absolute;
    top: -37vh;
    left: -13vw;
  }
}

.congrats-overlay {
  z-index: 3;
}
@media only screen and (max-width: 766px) {
  .congrats-overlay {
    position: absolute;
    bottom: 0px;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 96.26%);
    width: 100%;
    height: 100dvh;
  }
}
@media only screen and (max-height: 500px) {
  .congrats-overlay {
    position: absolute;
    bottom: 0px;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 96.26%);
    width: 100%;
    height: 100dvh;
  }
}
@media only screen and (min-width: 1025px) and (min-height: 500px) {
  .congrats-overlay {
    position: absolute;
    bottom: 0px;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 96.26%);
    width: 100%;
    height: 100dvh;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (min-height: 500px) {
  .congrats-overlay {
    position: absolute;
    bottom: 0px;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 96.26%);
    width: 100%;
    height: 100dvh;
  }
}
@media only screen and (min-width: 1025px) and (min-height: 500px) {
  .congrats-overlay {
    height: 100dvh;
  }
}
.congrats-overlay.slide-in {
  animation: slideIn 0.3s ease-out forwards;
}
.congrats-overlay .text-wrapper {
  position: absolute;
  bottom: 176px;
  text-shadow: -1px -1px 20px rgb(0, 0, 0);
  color: white;
  font-family: var(--font-family-inter-regular);
  text-align: center;
  font-weight: 800;
}
@media only screen and (max-height: 500px) {
  .congrats-overlay .text-wrapper {
    bottom: 105px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (min-height: 500px) {
  .congrats-overlay .text-wrapper {
    bottom: clamp(5px, 9vh * 3.5, 180px);
  }
}
@media only screen and (min-width: 1025px) and (min-height: 500px) {
  .congrats-overlay .text-wrapper {
    bottom: 240px;
  }
}
@media only screen and (max-width: 766px) {
  .congrats-overlay .text-wrapper {
    width: 100%;
  }
}
@media only screen and (max-height: 500px) {
  .congrats-overlay .text-wrapper {
    width: 55%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (min-height: 500px) {
  .congrats-overlay .text-wrapper {
    width: 55%;
  }
}
@media only screen and (min-width: 1025px) and (min-height: 500px) {
  .congrats-overlay .text-wrapper {
    width: 60%;
  }
}
@media only screen and (max-width: 766px) {
  .congrats-overlay .text-wrapper > div:first-child {
    font-size: 24px;
    line-height: 30px;
  }
  .congrats-overlay .text-wrapper > div:nth-child(2) {
    font-size: 36px;
    line-height: 45px;
  }
  .congrats-overlay .text-wrapper > div:nth-child(3) {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 8px;
  }
  .congrats-overlay .text-wrapper > div:nth-child(4) {
    font-size: 20px;
    line-height: 25px;
  }
  .congrats-overlay .text-wrapper > div:nth-child(5) {
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    font-family: var(--font-family-roboto-condensed);
    opacity: 0.6;
  }
}
@media only screen and (max-height: 500px) {
  .congrats-overlay .text-wrapper > div:first-child {
    font-size: 24px;
    line-height: 30px;
  }
  .congrats-overlay .text-wrapper > div:nth-child(2) {
    font-size: 36px;
    line-height: 45px;
  }
  .congrats-overlay .text-wrapper > div:nth-child(3) {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 8px;
  }
  .congrats-overlay .text-wrapper > div:nth-child(4) {
    font-size: 20px;
    line-height: 25px;
  }
  .congrats-overlay .text-wrapper > div:nth-child(5) {
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    font-family: var(--font-family-roboto-condensed);
    opacity: 0.6;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (min-height: 500px) {
  .congrats-overlay .text-wrapper > div:first-child {
    font-size: 28px;
    line-height: 34px;
  }
  .congrats-overlay .text-wrapper > div:nth-child(2) {
    font-size: 39px;
    line-height: 49px;
  }
  .congrats-overlay .text-wrapper > div:nth-child(3) {
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 8px;
  }
  .congrats-overlay .text-wrapper > div:nth-child(4) {
    font-size: 24px;
    line-height: 29px;
  }
  .congrats-overlay .text-wrapper > div:nth-child(5) {
    font-size: 15px;
    line-height: 19px;
    font-weight: 300;
    font-family: var(--font-family-roboto-condensed);
    opacity: 0.6;
  }
}
@media only screen and (min-width: 1025px) and (min-height: 500px) {
  .congrats-overlay .text-wrapper > div:first-child {
    font-size: 34px;
    line-height: 40px;
  }
  .congrats-overlay .text-wrapper > div:nth-child(2) {
    font-size: 46px;
    line-height: 55px;
  }
  .congrats-overlay .text-wrapper > div:nth-child(3) {
    font-size: 58px;
    line-height: 70px;
    margin-bottom: 8px;
  }
  .congrats-overlay .text-wrapper > div:nth-child(4) {
    font-size: 30px;
    line-height: 35px;
  }
  .congrats-overlay .text-wrapper > div:nth-child(5) {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    font-family: var(--font-family-roboto-condensed);
    opacity: 0.6;
    margin-top: 5px;
  }
}
.congrats-overlay .button-wrapper {
  position: absolute;
  bottom: 88px;
}
@media only screen and (max-width: 766px) {
  .congrats-overlay .button-wrapper {
    width: 100%;
  }
}
@media only screen and (max-height: 500px) {
  .congrats-overlay .button-wrapper {
    width: 55%;
    bottom: 50px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) and (min-height: 500px) {
  .congrats-overlay .button-wrapper {
    width: 55%;
    bottom: clamp(5px, 9vh * 3.5, 100px);
  }
}
@media only screen and (min-width: 1025px) and (min-height: 500px) {
  .congrats-overlay .button-wrapper {
    width: 60%;
  }
}
.congrats-overlay .button-wrapper button {
  font-size: 18px;
  color: white;
  font-family: var(--font-family-inter-regular);
  background: #0070eb;
  border: none;
  cursor: pointer;
  width: 100%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
  max-width: 311px;
  height: 44px;
  padding: 13.5px 16px 13.5px 16px;
  border-radius: 4px 0px 0px 0px;
}
.congrats-overlay .button-wrapper button:hover {
  background-color: #0056b3;
}

/* Keyframes for sliding in and out */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(50px);
  }
}.card-container {
  max-width: 460px;
  min-height: 368px;
  width: 100%;
  background-color: var(--color-card-background);
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  color: var(--color-text);
  box-sizing: border-box;
  align-self: flex-start;
  padding: var(--space-sm);
  border-radius: 5px;
  border: var(--color-card-background);
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .card-container {
      align-self: center;
      min-height: unset;
    }
  }
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: landscape) {
    .card-container {
      height: 100%;
    }
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: portrait) {
  .card-container {
    max-width: unset;
    min-height: unset;
    width: 100%;
  }
}
.card-container.card-image-variant {
  flex-direction: column;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  width: 100%;
  height: auto;
}
.card-container.card-image-variant:hover {
  opacity: 0.9;
}
.card-container.card-image-variant:hover .card-content .card-image {
  transform: scale(1.02);
  transition: transform 0.2s ease;
}
.card-container .card-content {
  height: 100%;
}
.card-container .card-content.card-text-variant p {
  font-family: var(--font-family-inter-regular);
  font-size: var(--font-size-xl);
  line-height: var(--line-height-sm);
  font-weight: 700;
  margin: 0 var(--space-sm) 0 0;
  color: var(--color-text, white);
}
.card-container .card-content.card-text-variant.landscape p, .card-container .card-content.card-text-variant.portrait p {
  font-size: var(--font-size-md);
}
.card-container .card-content.card-image-variant {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  position: relative;
}
.card-container .card-content.card-image-variant .card-image {
  max-width: 192px;
  border-radius: 5.33333px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 2.16;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .card-container .card-content.card-image-variant .card-image {
      max-width: unset;
    }
  }
}
.card-container .card-content.card-image-variant .card-image-title {
  position: absolute;
  justify-self: anchor-center;
  display: block;
  font-family: var(--font-family-inter-regular);
  font-size: var(--font-swj-small);
  font-weight: 700;
  margin-left: var(--space-xs);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  left: 0;
  top: 100%;
}.game-help-container {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
  column-gap: 13px;
  overflow: auto;
  width: 100%;
}
.game-help-container .card-container {
  min-height: 147px;
  width: 100%;
  text-decoration: unset;
}
.game-help-container .card-container .card-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.game-help-container .card-container .card-content.card-text-variant p {
  font-size: 21.33px;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .game-help-container {
      grid-template-rows: auto;
      grid-template-columns: 1fr;
      row-gap: 15px;
      justify-items: center;
    }
    .game-help-container .card-container {
      min-height: 110px;
    }
    .game-help-container .card-container .card-content.card-text-variant p {
      font-size: 16px;
    }
  }
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: landscape) {
    .game-help-container {
      display: flex;
      flex-direction: column;
      row-gap: 10px;
      column-gap: 13px;
      overflow: auto;
    }
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: landscape) {
  .game-help-container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    column-gap: 13px;
    overflow: auto;
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: portrait) {
  .game-help-container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    column-gap: 13px;
    overflow: auto;
  }
}.recently-played__title {
  display: flex;
  padding: var(--space-lg) var(--space-xl);
  font-weight: 700;
  border-bottom: 2px solid var(--color-card-border);
  font-size: var(--font-size-xl);
  line-height: var(--line-height-sm);
  color: var(--color-text);
  font-family: var(--font-family-inter-bold);
}
.recently-played__title.landscape, .recently-played__title.portrait {
  font-size: var(--font-size-md);
}

.recently-played__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-items: center;
  padding: var(--space-md);
  gap: var(--space-sm);
}
.recently-played__container .card-container {
  min-height: unset;
  max-height: 224px;
}
.recently-played__container .card-container .card-content {
  min-height: unset;
  max-height: 224px;
}
.recently-played__container .recently-played__card {
  width: 100%;
  height: auto;
}
.recently-played__container .recently-played__card .card-content.card-image-variant {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recently-played__container .recently-played__card .card-content.card-image-variant .card-image {
  width: 100%;
  min-height: 100px;
  border-radius: var(--radius-sm);
}

.recently-played__loader {
  display: flex;
  align-items: center;
  justify-content: center;
}
.showoff-overlay {
  position: absolute;
  background: rgba(22, 39, 64, 0.6);
  z-index: 3;
}
.showoff-overlay.top {
  top: 0;
  left: 0;
  width: 100%;
}
.showoff-overlay.left {
  left: 0;
}
.showoff-overlay.right {
  right: 0;
}
.showoff-overlay.bottom {
  width: 100%;
  left: 0;
  bottom: 0;
}

.overlay-wrapper {
  pointer-events: all;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.overlay-wrapper.overlay-type {
  background: rgba(22, 39, 64, 0.6);
  z-index: 3;
}
.overlay-wrapper .message-container {
  position: absolute;
  font-family: var(--font-family-inter-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: var(--color-popup-message, #445058);
  display: flex;
  flex-direction: row;
  z-index: 4;
  transition: all 0.3s ease 0s;
}
.overlay-wrapper .message-container .dot {
  background-color: white;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.overlay-wrapper .message-container .line {
  background-color: white;
  width: 31px;
  height: 3px;
  margin: 5px 0;
}
.overlay-wrapper .message-container .box {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background-color: white;
  width: fit-content;
  border-radius: 5px;
  max-width: 224px;
  max-height: 155px;
}
.overlay-wrapper .message-container .box .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.overlay-wrapper .message-container .box .top .close {
  display: flex;
  cursor: pointer;
}
.overlay-wrapper .message-container .box .top .close:before {
  content: "✕";
  color: black;
}
.overlay-wrapper .message-container .box .information {
  display: flex;
  padding: 16px 0;
  flex-direction: column;
  align-items: center;
  color: var(--color-popup-message, #445058);
}
.overlay-wrapper .message-container .box .information .title,
.overlay-wrapper .message-container .box .information .caption {
  display: flex;
  align-self: flex-start;
}
.overlay-wrapper .message-container .box .information .title {
  font-family: var(--font-family-inter-bold);
  font-weight: 700;
  margin-bottom: 8px;
}
.overlay-wrapper .message-container .box .button {
  display: flex;
  justify-content: center;
  min-height: 20px;
  max-width: 75px;
  align-items: center;
  border-radius: 5px;
  padding: 8px 12px;
  background: var(--color-button-exit, linear-gradient(180deg, #1493ff 0%, #1381e0 100%));
  color: white;
  cursor: pointer;
}
.overlay-wrapper .message-container .box .button:before {
  content: "Check it out";
}

[data-showoff][data-showoff-badge=true] > :first-child:before,
.badge:before {
  color: white;
  content: "NEW";
  font-family: var(--font-family-roboto-condensed);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  display: flex;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  background-color: #e44242;
  padding: 0 5px;
  line-height: normal;
  font-size: 14px;
  height: 20px;
  max-width: fit-content;
  margin: auto;
}

[data-showoff][data-showoff-notification=true]:empty:before, [data-showoff][data-showoff-notification=true]:not(:empty) > :first-child:before {
  content: "1";
  font-family: var(--font-family-roboto-condensed);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  position: relative;
  background-color: #e44242;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  margin: 0;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  transform: translate(140%, -15%);
}
[data-showoff][data-showoff-notification=true]:not(:empty) > :first-child:before {
  transform: translate(180%, -180%);
  position: absolute;
}
@media only screen and (max-width: 640px) {
  [data-showoff][data-showoff-notification=true]:not(:empty) > :first-child:before {
    transform: translate(150%, -150%);
  }
}.content-toggle-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  gap: var(--space-2xl);
}
.content-toggle-nav .nav-item-container {
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: opacity 0.2s ease;
}
.content-toggle-nav .nav-item-container.highlight .nav-item {
  opacity: 1;
}
.content-toggle-nav .nav-item-container.highlight .nav-item .title {
  font-weight: 700;
}
.content-toggle-nav .nav-item-container.highlight .nav-item .title-icon {
  background-color: var(--color-highlight-primary);
}
.content-toggle-nav .nav-item-container .nav-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.content-toggle-nav .nav-item-container .nav-item .title-icon {
  width: 58px;
  height: 58px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--color-card-background);
}
.content-toggle-nav .nav-item-container .nav-item .title {
  font-family: var(--font-family-inter-regular);
  font-size: 16px;
  color: var(--color-text, white);
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .content-toggle-nav .nav-item-container .nav-item {
      flex-direction: row;
    }
  }
}.user-details {
  cursor: default;
}
.user-details .user-details__content {
  padding-bottom: var(--space-xl);
}
.user-details .card-content {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--space-md);
}
.user-details .card-content svg {
  display: none;
}
.user-details .user-details__title {
  font-family: var(--font-family-inter-bold);
  font-size: var(--font-size-xl);
  font-weight: 700;
  color: var(--color-text, white);
  border-bottom: 2px solid var(--color-card-border);
  padding: var(--space-xl);
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .user-details .user-details__title {
      padding: var(--space-sm) var(--space-xl) var(--space-xs) var(--space-lg);
      font-size: var(--font-size-md);
    }
  }
}
.user-details .user-details__grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm) var(--space-lg);
}
.user-details .user-details__row {
  margin: 0 var(--space-xl);
  border-bottom: 2px solid var(--color-card-border);
  display: flex;
  justify-content: space-between;
}
.user-details .user-details__row:last-child {
  border-bottom: none;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .user-details .user-details__row {
      padding: 0 var(--space-sm);
      margin: 0 var(--space-sm);
      gap: 60px;
      justify-content: center;
    }
  }
}
.user-details .user-details__item {
  padding: var(--space-xl) 0;
  display: flex;
  flex-direction: row;
  gap: var(--space-xs);
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .user-details .user-details__item {
      width: 150px;
      padding: var(--space-sm) 0;
      flex-direction: column;
      align-items: center;
    }
  }
}
.user-details .user-details__label {
  font-size: var(--font-size-sm);
  font-family: var(--font-family-inter-regular);
}
.user-details .user-details__value {
  font-family: var(--font-family-inter-bold);
  font-size: var(--font-size-sm);
  font-weight: 600;
}
.user-details .user-details__actions {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-top: var(--space-sm);
}
.user-details .user-details__deposit-button {
  width: 100%;
  margin: 0 var(--space-xl);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-lg);
  border-radius: var(--radius-md);
  border: none;
  font-family: var(--font-family-inter-regular);
  background-color: var(--color-add-funds-icon);
  color: var(--color-add-funds-text);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .user-details .user-details__deposit-button {
      padding: var(--space-md) var(--space-xl);
    }
  }
}
.user-details .user-details__deposit-button.disabled,
.user-details .user-details__deposit-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}.draggable-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100%;
}
.draggable-container:has(.draggable-container__button--right)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: var(--panel-landscape-lm);
  height: 100%;
  background: linear-gradient(to right, transparent, var(--color-surface, var(--color-surface)));
  opacity: 1;
  transition: opacity 3s ease;
}
.draggable-container:has(.draggable-container__button--left)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--panel-landscape-lm);
  height: 100%;
  background: linear-gradient(to left, transparent, var(--color-surface, var(--color-surface)));
  opacity: 1;
  transition: opacity 3s ease;
}
.draggable-container:has(.content-toggle-nav) {
  width: auto;
  align-self: center;
}
.draggable-container:has(.content-toggle-nav)::after {
  display: none;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .draggable-container {
      min-height: 0;
      flex: 1;
      align-items: stretch;
    }
    .draggable-container:has(.content-toggle-nav) {
      flex-basis: content;
      flex-shrink: 1;
      flex-grow: 0;
    }
  }
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: landscape) {
    .draggable-container {
      min-height: 0;
      max-height: 100%;
      flex: 1;
      align-items: stretch;
      max-width: 95%;
    }
    .draggable-container:has(.content-toggle-nav) {
      max-width: 204px;
      flex: unset;
      height: auto;
      padding: var(--space-2xl) 0;
      align-self: unset;
    }
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: landscape) {
  .draggable-container {
    min-height: 0;
    max-height: 100%;
    flex: 1;
    align-items: stretch;
    max-width: 95%;
  }
  .draggable-container:has(.content-toggle-nav) {
    max-width: 204px;
    height: auto;
    padding: var(--space-md) 0;
    align-self: unset;
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: portrait) {
  .draggable-container:has(.content-toggle-nav) {
    flex-basis: content;
    flex-shrink: 1;
    flex-grow: 0;
  }
}

.draggable-container__scroll {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .draggable-container__scroll {
      min-height: 0;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: landscape) {
    .draggable-container__scroll {
      min-height: 0;
      overflow-x: auto;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: landscape) {
  .draggable-container__scroll {
    min-height: 0;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: portrait) {
  .draggable-container__scroll {
    overflow-y: auto;
  }
}

.draggable-container__content {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100%;
  width: max-content;
  padding: 0 2.125rem;
}
.draggable-container__content:has(.game-help-container) {
  width: 90%;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .draggable-container__content {
      width: 100%;
      max-width: 100%;
      min-width: unset;
      flex-direction: column;
      padding: unset;
      height: auto;
      min-height: min-content;
    }
    .draggable-container__content:has(.game-help-container) {
      width: 100%;
    }
  }
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: landscape) {
    .draggable-container__content {
      min-width: unset;
      flex-direction: row;
      padding: unset;
      height: 100%;
      min-height: min-content;
    }
    .draggable-container__content:has(.game-help-container) {
      width: 100%;
      min-width: unset;
    }
    .draggable-container__content:has(.content-toggle-nav) {
      min-width: unset;
      max-width: 204px;
      padding: var(--space-lg) 0;
    }
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: landscape) {
  .draggable-container__content {
    min-width: unset;
    flex-direction: row;
    padding: unset;
    height: 100%;
    min-height: min-content;
  }
  .draggable-container__content:has(.game-help-container) {
    width: 100%;
  }
  .draggable-container__content:has(.game-help-container)::after {
    display: none;
  }
  .draggable-container__content:has(.content-toggle-nav) {
    max-width: unset;
    width: 100%;
  }
  .draggable-container__content:has(.content-toggle-nav)::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: portrait) {
  .draggable-container__content {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    flex-direction: column;
    padding: unset;
    height: auto;
    min-height: min-content;
  }
  .draggable-container__content:has(.game-help-container) {
    width: 100%;
  }
}

.draggable-container__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.draggable-container__button--left {
  left: 8px;
  transform: translateY(-50%) rotate(180deg);
}

.draggable-container__button--right {
  right: 8px;
}

.draggable-container--portrait {
  height: 100%;
}

.draggable-container--portrait .draggable-container__scroll {
  overflow-y: auto;
  overflow-x: hidden;
}

.draggable-container--portrait .draggable-container__content {
  flex-direction: column;
  align-items: stretch;
  height: auto;
  width: 100%;
  padding: 0;
}.game-window-content {
  box-sizing: border-box;
  position: relative;
  pointer-events: auto;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  display: flex;
  width: auto;
  height: 100%;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .game-window-content {
      width: calc(100% - var(--space-2xl));
      height: calc(100% - var(--space-2xl));
      top: 0;
      justify-self: center;
    }
  }
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: landscape) {
    .game-window-content {
      display: flex;
      width: auto;
      height: 100%;
      justify-content: unset;
    }
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: portrait) {
  .game-window-content {
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: unset;
    padding: var(--space-xl);
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: landscape) {
  .game-window-content {
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 100%;
    justify-content: center;
    gap: var(--space-2xl);
  }
}
.game-window-content__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 125%;
  color: var(--color-text);
  padding: var(--space-lg) 0;
  font-family: var(--font-family-inter-regular);
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .game-window-content__header {
      font-size: 2rem;
    }
    .game-window-content__header svg {
      width: 2.5rem;
    }
  }
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: landscape) {
    .game-window-content__header {
      font-size: 22px;
      padding: var(--space-sm);
    }
    .game-window-content__header svg {
      width: 32px;
      height: 32px;
    }
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: landscape) {
  .game-window-content__header {
    font-size: 2.5rem;
    margin: unset;
    width: 100%;
    padding: var(--space-sm);
  }
  .game-window-content__header svg {
    width: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: portrait) {
  .game-window-content__header {
    font-size: 2.5rem;
    margin: unset;
    width: 100%;
    padding: unset;
    padding-bottom: var(--space-2xl);
  }
  .game-window-content__header svg {
    width: 3rem;
  }
}
.game-window-content__body {
  display: flex;
  flex-direction: row;
  margin-left: calc(2 * var(--space-2xl));
  min-height: 0;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .game-window-content__body {
      flex-direction: column-reverse;
      height: 100%;
      margin-left: unset;
      gap: var(--space-2xl);
    }
    .game-window-content__body .content-toggle-nav {
      flex-direction: row;
    }
  }
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: landscape) {
    .game-window-content__body {
      gap: var(--space-2xl);
      margin-left: unset;
    }
    .game-window-content__body .content-toggle-nav {
      flex-direction: column;
    }
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: portrait) {
  .game-window-content__body {
    flex-direction: column-reverse;
    height: 100%;
    width: 100%;
    align-items: center;
    margin-left: unset;
    gap: var(--space-2xl);
  }
  .game-window-content__body .content-toggle-nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: landscape) {
  .game-window-content__body {
    margin-left: unset;
    height: auto;
    width: 100%;
  }
  .game-window-content__body .content-toggle-nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 204px;
  }
}
.game-window-content__body .content {
  grid-area: content;
  position: relative;
  width: 100%;
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: landscape) {
    .game-window-content__body .content {
      padding-bottom: var(--space-sm);
    }
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: landscape) {
  .game-window-content__body .content {
    margin-left: unset;
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: portrait) {
  .game-window-content__body .content {
    margin-left: unset;
  }
}.corner-layout {
  --size-icons-desktop: 35px;
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  display: grid;
  min-height: 100vh;
  grid-template-rows: var(--panel-landscape-lm) 1fr minmax(35px, calc(var(--panel-landscape-sm) * 1.4));
  grid-template-columns: var(--panel-landscape-lm) 1fr var(--panel-landscape-lm);
}
.corner-layout:has(.geolocation__container) {
  grid-template-rows: 1fr;
}
.corner-layout .game-client_iframe {
  grid-area: 1/2/span 3/span 1;
  pointer-events: auto;
}
.corner-layout .slot {
  width: 100%;
  height: 100%;
  align-content: center;
  pointer-events: auto;
}
.corner-layout .slot.jackpot.toggle {
  display: none;
}
.corner-layout .slot.logo {
  display: none;
}
.corner-layout .slot.hamburger, .corner-layout .slot.close {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-area: 1/1;
}
.corner-layout .slot.hamburger .close-button,
.corner-layout .slot.hamburger .menu-button, .corner-layout .slot.close .close-button,
.corner-layout .slot.close .menu-button {
  width: var(--size-icons-desktop);
  height: calc(var(--size-icons-desktop) / 1.25);
}
.corner-layout .slot.exit {
  display: flex;
  justify-content: center;
  grid-area: 1/3;
}
.corner-layout .slot.exit .exit-button__text {
  margin: unset;
}
.corner-layout .slot.timers {
  grid-area: 3/1;
  align-content: end;
  height: max-content;
  align-self: end;
  padding-bottom: var(--space-sm);
}
.corner-layout .slot.timers .timer-container svg {
  width: 35px;
  height: 35px;
}
.corner-layout .slot.funds {
  grid-area: 3/3;
  height: max-content;
  align-self: end;
}
.corner-layout .slot.funds .add-funds-wrapper {
  flex-direction: column-reverse;
}
.corner-layout .slot.funds .add-funds-wrapper .add-funds-container {
  width: var(--size-icons-desktop);
}
.corner-layout .slot.funds .add-funds-wrapper .label-balance-container .add-funds-label {
  font-size: small;
  padding: var(--space-sm);
  padding-bottom: unset;
  text-wrap-mode: wrap;
}
.corner-layout .slot.controls {
  display: grid;
  width: auto;
  grid-area: 1/2/span 1/span 1;
  z-index: 2;
  pointer-events: auto;
  gap: var(--space-lg);
  align-items: center;
}
.corner-layout .slot.controls .add-funds-wrapper {
  margin-left: auto;
  padding: unset;
  align-items: center;
}
.corner-layout .slot.controls .add-funds-wrapper .add-funds-button {
  width: var(--size-icons-desktop);
}
.corner-layout .slot.controls .vertical-divider {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAcCAYAAACgXdXMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgSURBVHgBxcRBDQAACMPABhP4l4eKkszEPoe6AwSa3APEpwRLcDDhPgAAAABJRU5ErkJggg==") no-repeat center center;
  background-size: cover;
  height: var(--size-icons-desktop);
  width: 1px;
}
.corner-layout .slot.footer-icon {
  grid-area: 3/3/span 1/span 1;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: end;
  height: max-content;
  align-self: end;
  padding-bottom: var(--space-sm);
}
.corner-layout .slot.footer-icon svg {
  height: 40px;
}
.corner-layout .slot.footer-rg {
  box-sizing: border-box;
  grid-area: 3/2/span 1/span 1;
  margin-left: auto;
  display: flex;
  justify-content: end;
  width: max-content;
  padding-right: var(--space-sm);
  height: max-content;
  align-self: end;
  padding-bottom: var(--space-sm);
}
.corner-layout .slot.gw {
  grid-area: 2/2/span 1/span 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.corner-layout .slot.geolocation {
  grid-area: 1/1/span 3/span 3;
  z-index: 2;
}
.corner-layout:has(.jackpot) {
  overflow-y: visible;
  grid-template-rows: calc(var(--topbar-height-mobile) * 1.5 + 2 * var(--space-sm)) 1fr var(--panel-landscape-lm);
  grid-template-columns: var(--panel-landscape-lm) 1fr var(--panel-landscape-lm);
}
.corner-layout:has(.jackpot):has(.top-bar) .game-client_iframe {
  grid-area: 2/2/span 2/span 1;
}
.corner-layout:has(.jackpot) .slot.exit, .corner-layout:has(.jackpot) .slot.hamburger, .corner-layout:has(.jackpot) .slot.close {
  margin-top: var(--space-lg);
}
.corner-layout:has(.jackpot) .slot.jackpot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  grid-area: 1/2/span 1/span 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.corner-layout:has(.jackpot) .slot.jackpot.toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  grid-area: 2/3;
}
.corner-layout:has(.jackpot):has(.gw) .slot.exit, .corner-layout:has(.jackpot):has(.gw) .slot.hamburger, .corner-layout:has(.jackpot):has(.gw) .slot.close {
  margin-top: unset;
}
.corner-layout:has(.gw) .game-client_iframe {
  pointer-events: none;
}
.corner-layout:has(.gw) .slot.hamburger, .corner-layout:has(.gw) .slot.funds, .corner-layout:has(.gw) .slot.logo {
  display: none;
}
.corner-layout:has(.gw) .slot.exit {
  display: flex;
  justify-content: center;
  grid-area: 1/3;
}
.corner-layout:has(.gw) .slot.exit .exit-button {
  flex-direction: row;
  margin-right: unset;
}
.corner-layout:has(.gw) .slot.exit .exit-button__text {
  padding-top: unset;
  margin-left: var(--space-sm);
}
.corner-layout:has(.gw) .slot.controls {
  display: flex;
  padding-right: var(--space-sm);
}
.corner-layout:has(.gw) .slot.jackpot {
  visibility: hidden;
}
.corner-layout:has(.gw):has(.jackpot) {
  grid-template-rows: var(--panel-landscape-lm) 1fr minmax(35px, calc(var(--panel-landscape-sm) * 1.4));
  grid-template-columns: var(--panel-landscape-lm) 1fr var(--panel-landscape-lm);
}
.corner-layout:has(.gw):has(.jackpot) .game-client_iframe {
  grid-area: 1/2/span 3/span 1;
  pointer-events: auto;
}
.corner-layout:has(.game-client_placeholder) .slot.hamburger, .corner-layout:has(.game-client_placeholder) .slot.funds, .corner-layout:has(.game-client_placeholder) .slot.jackpot {
  display: none;
}
.corner-layout:has(.game-client_placeholder) .slot.exit {
  display: flex;
  justify-content: center;
  grid-area: 1/3;
}
.corner-layout:has(.game-client_placeholder) .slot.exit .exit-button {
  flex-direction: row;
  margin-right: unset;
}
.corner-layout:has(.game-client_placeholder) .slot.exit .exit-button svg {
  width: 25px;
}
.corner-layout:has(.game-client_placeholder) .slot.exit .exit-button__text {
  padding-top: unset;
  margin-left: var(--space-sm);
}
.corner-layout:has(.game-client_placeholder) .slot.controls {
  display: flex;
  padding-right: var(--space-sm);
}
.corner-layout:has(.game-client_placeholder) .slot.jackpot {
  visibility: hidden;
}

@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .corner-layout {
      grid-template-rows: var(--panel-portrait-top) 1fr calc(var(--panel-portrait-bottom));
    }
    .corner-layout .game-client_iframe {
      grid-area: 2/1/span 1/span 3;
    }
    .corner-layout:has(.gw) .slot.footer-icon {
      width: auto;
      margin-right: var(--space-sm);
    }
    .corner-layout:has(.gw) .slot.footer-icon svg {
      height: 30px;
    }
    .corner-layout:has(.gw) .slot.footer-rg {
      padding-bottom: unset;
      transform: translateX(20px);
      padding-right: unset;
    }
    .corner-layout:has(.jackpot) {
      grid-template-rows: calc(var(--space-jackpot-height) + 2 * var(--space-sm)) 1fr var(--panel-portrait-bottom);
      grid-template-columns: var(--panel-landscape-md) 1fr calc(var(--panel-landscape-lm) + var(--space-sm));
    }
    .corner-layout:has(.jackpot) .slot.exit, .corner-layout:has(.jackpot) .slot.hamburger, .corner-layout:has(.jackpot) .slot.close {
      margin-top: unset;
    }
    .corner-layout:has(.jackpot) .game-client_iframe {
      grid-area: 2/1/span 1/span 3;
    }
    .corner-layout:has(.jackpot):has(.gw) {
      grid-template-rows: calc(var(--space-jackpot-height) + 2 * var(--space-sm)) 1fr var(--panel-portrait-bottom);
      grid-template-columns: var(--panel-landscape-md) 1fr calc(var(--panel-landscape-lm) + var(--space-sm));
    }
    .corner-layout:has(.jackpot):has(.gw) .game-client_iframe {
      grid-area: 2/1/span 1/span 3;
    }
    .corner-layout .slot.hamburger, .corner-layout .slot.close {
      justify-content: flex-start;
      margin-left: var(--space-sm);
    }
    .corner-layout .slot.logo {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      grid-area: 1/2/span 1/span 1;
    }
    .corner-layout .slot.exit:not(:has(.gw)) .exit-button__text {
      margin-left: var(--space-sm);
    }
    .corner-layout .slot.timers {
      grid-area: 3/1;
      display: flex;
      align-content: center;
      justify-content: flex-start;
      margin-left: var(--space-sm);
      padding: unset;
      align-self: center;
    }
    .corner-layout .slot.funds {
      display: flex;
      justify-content: flex-end;
      padding: unset;
      align-self: center;
      margin-right: var(--space-sm);
    }
    .corner-layout .slot.funds .add-funds-wrapper {
      flex-direction: row;
      margin-right: var(--space-sm);
    }
    .corner-layout .slot.funds .add-funds-wrapper .label-balance-container .add-funds-label {
      padding-top: unset;
    }
    .corner-layout .slot.gw {
      grid-area: 2/1/span 1/span 3;
    }
    .corner-layout .slot.footer-rg {
      transform: translateX(30px);
    }
  }
}

@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: landscape) {
    .corner-layout {
      grid-template-rows: var(--panel-landscape-lm) 1fr var(--panel-landscape-sm);
    }
    .corner-layout .slot.gw {
      min-width: 0;
    }
    .corner-layout .slot.controls {
      gap: var(--space-md);
    }
    .corner-layout:has(.jackpot) {
      grid-template-rows: calc(var(--space-jackpot-height) * 1.5) 1fr calc(var(--panel-portrait-bottom) + 1 * var(--space-jackpot-height));
    }
    .corner-layout:has(.jackpot) .slot.exit, .corner-layout:has(.jackpot) .slot.hamburger, .corner-layout:has(.jackpot) .slot.close {
      margin-top: var(--space-lg);
    }
    .corner-layout:has(.jackpot):has(.gw) .slot.exit, .corner-layout:has(.jackpot):has(.gw) .slot.hamburger, .corner-layout:has(.jackpot):has(.gw) .slot.close {
      margin-top: unset;
    }
  }
}

@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: portrait) {
  .corner-layout {
    grid-template-rows: var(--panel-landscape-md) 1fr var(--panel-landscape-md);
  }
  .corner-layout .slot.funds {
    margin-bottom: var(--space-sm);
  }
  .corner-layout .game-client_iframe {
    grid-area: 2/1/span 1/span 3;
    pointer-events: auto;
  }
  .corner-layout .slot.hamburger, .corner-layout .slot.close {
    justify-content: flex-start;
    margin-left: var(--space-sm);
  }
  .corner-layout .slot.logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: 1/2/span 1/span 1;
  }
  .corner-layout .slot.exit:not(:has(.gw)) .exit-button {
    flex-direction: row;
  }
  .corner-layout .slot.exit:not(:has(.gw)) .exit-button__text {
    margin-left: var(--space-sm);
  }
  .corner-layout .slot.timers {
    grid-area: 3/1;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    margin-left: var(--space-sm);
    padding: unset;
    align-self: center;
  }
  .corner-layout .slot.timers .timer-container {
    flex-direction: row;
  }
  .corner-layout .slot.funds {
    display: flex;
    justify-content: flex-end;
    padding: unset;
    align-self: center;
    margin-right: var(--space-sm);
    margin-bottom: unset;
  }
  .corner-layout .slot.funds .add-funds-wrapper {
    flex-direction: row;
    margin-right: var(--space-sm);
  }
  .corner-layout .slot.funds .add-funds-wrapper .label-balance-container .add-funds-label {
    padding-top: unset;
  }
  .corner-layout:has(.jackpot) {
    grid-template-rows: calc(var(--topbar-height-mobile) * 1.5 + 2 * var(--space-sm)) 1fr var(--panel-landscape-md);
  }
  .corner-layout:has(.jackpot) .game-client_iframe {
    grid-area: 2/1/span 1/span 3;
    pointer-events: auto;
  }
  .corner-layout:has(.jackpot) .slot.exit, .corner-layout:has(.jackpot) .slot.hamburger, .corner-layout:has(.jackpot) .slot.close {
    margin-top: unset;
  }
  .corner-layout:has(.jackpot) .slot.funds {
    margin-bottom: unset;
  }
  .corner-layout:has(.jackpot):has(.gw) .game-client_iframe {
    grid-area: 2/1/span 1/span 3;
    pointer-events: auto;
  }
  .corner-layout:has(.jackpot):has(.gw) .slot.exit, .corner-layout:has(.jackpot):has(.gw) .slot.hamburger, .corner-layout:has(.jackpot):has(.gw) .slot.close {
    margin-top: unset;
  }
}.menu-button {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  color: white;
  -webkit-tap-highlight-color: transparent;
}
.menu-button.pointer {
  cursor: pointer;
}
.menu-button .open-icon-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 16px;
}
.menu-button .open-icon {
  width: 100%;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABMSURBVHgB7dbBCQAhEEPRzFay239RbiejHgTRm6Kg/HcJpIAQCQDmWFu4e0jxaq3fzL66eATgFnlHfFzQIHYEONbuP9L9kIIdAXCNCP82SYkmgGQmAAAAAElFTkSuQmCC") no-repeat center center;
  background-size: cover;
  margin: 0px 4px;
}
.menu-button .open-icon.portrait {
  width: 26px;
}
.menu-button .open-icon.spin {
  opacity: 0.4;
}
.menu-button .close-icon {
  display: flex;
}.exit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  align-self: center;
  flex-direction: column;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .exit-button {
      flex-direction: row;
    }
  }
}
.exit-button--dashboard {
  margin-top: 0;
}
.exit-button__icon {
  display: flex;
  align-items: center;
  margin-top: 0;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .exit-button__icon svg {
      width: 1.56rem;
      height: 1.32rem;
    }
  }
}
.exit-button__text {
  color: var(--color-text);
  font-family: var(--font-family-inter-regular);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  font-size: var(--font-size-md);
  margin-left: var(--space-sm);
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .exit-button__text {
      font-weight: 400;
      font-size: var(--font-size-md);
    }
  }
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: landscape) {
    .exit-button__text {
      line-height: 0.94rem;
      padding-top: var(--space-xs);
      font-weight: 600;
      font-size: var(--font-size-md);
    }
  }
}.timer-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: end;
  color: var(--color-timer-text);
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: landscape) {
  .timer-container {
    height: fit-content;
    justify-content: end;
    margin-top: auto;
  }
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .timer-container {
      flex-direction: row;
    }
  }
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: landscape) {
    .timer-container {
      height: fit-content;
      justify-content: end;
      margin-top: auto;
    }
  }
}
.timer-container.menu .icon-container {
  width: unset;
  align-items: center;
}
.timer-container .timer-column {
  width: unset;
  flex-direction: column;
  align-items: stretch;
  padding: var(--space-sm) var(--space-xs);
  padding-bottom: unset;
  white-space: nowrap;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .timer-container .timer-column {
      padding: var(--space-sm) var(--space-xs);
    }
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: portrait) {
  .timer-container .timer-column {
    padding: var(--space-sm) var(--space-xs);
  }
}
.timer-container .timer-column.portrait {
  flex-direction: column;
}
.timer-container .timer-column.portrait .timer-row {
  justify-content: space-between;
  margin: unset;
}
.timer-container .timer-column .timer-row {
  display: flex;
  align-items: center;
  width: unset;
  padding: 0;
  overflow: hidden;
  margin: 0;
}
.timer-container .timer-column .timer-row .timer-value {
  margin-left: 2px;
}
.timer-container .icon-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.timer-container .icon-container.portrait {
  align-self: center;
}
.timer-container .timer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2px;
  padding: 0 1px;
}
.timer-container .timer-row span {
  font-size: var(--font-size-xs);
  font-family: var(--font-family-inter-regular);
  text-align: right;
}.add-funds-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.add-funds-container .plus .fill-space {
  fill: var(--color-add-funds-icon);
}
.add-funds-container .plus .icon-space {
  fill: var(--color-add-funds-text);
}
.add-funds-container .plus.disabled .fill-space {
  fill: var(--color-add-funds-icon-disabled);
}
.add-funds-container .plus.disabled .icon-space {
  fill: var(--color-add-funds-text-disabled);
}

.add-funds-button {
  margin-top: 10px;
  all: unset;
  display: flex;
  cursor: pointer;
}.add-funds-label {
  text-wrap-mode: nowrap;
  text-align: center;
  font-family: var(--font-family-inter-regular);
  font-weight: 600;
  font-size: 10px;
  line-height: normal;
  color: var(--color-add-funds-text);
  padding: 0 2px;
}
.add-funds-label.portrait {
  font-family: var(--font-family-inter-bold);
  font-size: 11px;
}

.balance-display {
  text-wrap-mode: nowrap;
  text-align: center;
  font-family: var(--font-family-inter-bold);
  font-size: 14px;
  line-height: normal;
  color: var(--color-add-funds-text);
  padding: 0 2px;
}

.add-funds-wrapper {
  display: flex;
  flex: 0;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  width: fit-content;
  height: fit-content;
}
.add-funds-wrapper.landscape {
  padding: 0 4px 8px 4px;
  padding-bottom: 9px;
  justify-content: flex-start;
}
.add-funds-wrapper.landscape .label-balance-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 6px;
}
.add-funds-wrapper.portrait {
  right: 0;
}
.add-funds-wrapper.portrait .add-funds-label {
  padding-right: 7px;
}
.add-funds-wrapper.portrait .label-balance-container .balance-display {
  margin: unset;
}[class*=audio] {
  cursor: pointer;
}.version-display {
  position: fixed;
  bottom: 2px;
  left: 4px;
  z-index: 1000;
  font-size: 10px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
  user-select: none;
}.jmb-background{z-index:2;width:100vw;height:100vh;height:100dvh;background-color:#18181ae6;position:absolute;inset:0;display:flex;justify-content:center;align-items:center}.jmb-background *{box-sizing:border-box;font-family:InterRegular,sans-serif;color:#fff;-webkit-font-smoothing:antialiased}.jmb-background .jmb-container{width:500px;overflow:hidden;height:fit-content;bottom:50%;left:50%;transform:translate(-50%,50%);position:absolute;flex-direction:column;align-items:center;z-index:3;max-width:100vw;display:flex;border-radius:12px;transform-origin:bottom;background:linear-gradient(180deg,rgba(0,0,0,.3) 15%,rgba(130,29,197,.9) 30%,rgba(0,95,200,.99) 50%,rgb(0,95,200) 100%),url(/client/assets/swj/images/rays.png) no-repeat top center,linear-gradient(249deg,#5226C1 0%,#5226C1 70%,#005FED 100%),radial-gradient(1710.35% 230.22% at 50.13% 0%,#691CBE 0%,rgba(105,28,190,0) 100%),linear-gradient(135deg,rgba(50,2,62,.6) 37%,rgba(191,0,255,.6) 83%,rgba(191,0,255,0) 100%)}.jmb-background .jmb-container.fanduel-casino,.jmb-background .jmb-container.fanduel-poker,.jmb-background .jmb-container.fanduel-xsell{background:linear-gradient(180deg,rgba(0,0,0,.3) 15%,rgba(130,29,197,.9) 30%,rgba(0,95,200,.99) 50%,rgb(0,95,200) 100%),url(/client/assets/swj/images/rays.png) no-repeat top center,linear-gradient(249deg,#5226C1 0%,#5226C1 70%,#005FED 100%),radial-gradient(1710.35% 230.22% at 50.13% 0%,#691CBE 0%,rgba(105,28,190,0) 100%),linear-gradient(135deg,rgba(50,2,62,.6) 37%,rgba(191,0,255,.6) 83%,rgba(191,0,255,0) 100%)}.jmb-background .jmb-container.mohegansun-casino,.jmb-background .jmb-container.mohegansun-poker,.jmb-background .jmb-container.mohegansun-xsell{background:linear-gradient(180deg,rgba(0,0,0,0) 15% 17%,rgba(130,29,197,.7) 21%,rgb(5,41,92) 38% 100%),url(/client/assets/swj/images/rays.png) no-repeat center -17%}.jmb-background .jmb-container .jmb-close-button{font-size:16px;font-family:InterBold,sans-serif;position:absolute;top:0;right:0;margin:16px;cursor:pointer;z-index:1}.jmb-background .jmb-container .jmb-header-container{display:flex;justify-content:center;align-items:center;width:100%;flex-direction:column;padding:32px 20px 20px}.jmb-background .jmb-container .jmb-header-container .jmb-logo-container{position:relative;display:flex;justify-content:center;align-items:center;width:100%;flex-direction:row}.jmb-background .jmb-container .jmb-header-container .jmb-logo-container .jmb-logo{width:70%}.jmb-background .jmb-container .jmb-header-container .jmb-logo-container .jmb-info-button{position:absolute;right:10px}.jmb-background .jmb-container .jmb-header-container .jmb-logo-container .jmb-info-button svg{transform:scale(1.7)}.jmb-background .jmb-container .jmb-header-container .jmb-opted-in-status{font-family:InterBold,sans-serif;font-size:16px;font-weight:700;line-height:125%;padding:5px 16px;margin-top:12px;background:rgba(255,255,255,.1);border-radius:20px;display:flex;align-items:center;gap:5px}.jmb-background .jmb-container .jmb-header-container .jmb-opted-in-status span{font-family:InterBold,sans-serif}.jmb-background .jmb-container .jmb-header-container .jmb-opted-in-status .checkmark{width:17px;height:17px;box-sizing:border-box;border-radius:50%;display:block;position:relative;z-index:1;background:radial-gradient(circle at center,#4dd0e1,#26c6da);box-shadow:0 0 25px #4dd0e1cc;border:2px solid #ffffff}.jmb-background .jmb-container .jmb-header-container .jmb-opted-in-status .checkmark:after{content:"";width:25%;height:50%;left:53%;bottom:50%;-ms-transform:translate(-50%,35%) rotate(45deg);transform:translate(-50%,35%) rotate(45deg);position:absolute;display:none;border:solid white;border-width:0 1px 1px 0}.jmb-background .jmb-container .jmb-header-container .jmb-opted-in-status .checkmark:before{content:"";position:absolute;inset:-4px;width:calc(100% + 4px);height:calc(100% + 4px);border-radius:50%;border:2px solid rgba(77,208,225,.4);box-shadow:0 0 35px #4dd0e180;z-index:-1}.jmb-background .jmb-container .jmb-header-container .jmb-opted-in-status .checkmark:after{display:block}.jmb-background .jmb-container .jmb-title{display:flex;margin-bottom:15px;text-align:center;font-family:InterBold,sans-serif;font-size:19px}.jmb-background .jmb-container .jmb-buttons-container{display:flex;flex-direction:row;gap:12px;width:100%;position:relative;box-sizing:border-box;justify-content:center;align-items:center;padding:0 20px}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button{position:relative;display:flex;max-width:220px;align-items:center;justify-content:flex-start;gap:10px;padding:28px 0 22px 20px;border-radius:8px;border:2px solid rgba(255,255,255,.4);box-shadow:0 1px 6px #ffffff40;cursor:pointer;width:100%;background:radial-gradient(circle at center,rgba(26,47,160,.3),rgba(11,22,116,.3))}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button.active{background:radial-gradient(circle at center,rgba(26,47,160,.5),rgba(11,22,116,.5));border:4px solid #4efcff;box-shadow:0 2px 4px #0a0a0a1a;animation:pulseGlow 2s infinite;pointer-events:none}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button.active:before{content:"";position:absolute;inset:-2.5px;border-radius:7px;border:1.33px solid #FFF}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button.loading{pointer-events:none;opacity:.5;cursor:not-allowed}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button .button-background{position:absolute;top:0;right:0;height:100%;width:100%}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button.boost.active{border:2px solid transparent}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button.boost .swj-opt-in-button-border-svg{width:calc(100% + 5px);height:calc(100% + 5px);position:absolute;overflow:visible;pointer-events:none;z-index:0;top:-2px;left:-2px}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button.boost .swj-opt-in-button-border-svg .swj-opt-in-button-border-rect{fill:none;stroke:#2af7ff;stroke-dasharray:150 190;stroke-width:4px;width:100%;height:100%;rx:10px;ry:10px;animation:button-dash 5s linear infinite;filter:url(#glow)}@keyframes button-dash{0%{stroke-dashoffset:0}to{stroke-dashoffset:-1028}}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button.boost .jmb-label{width:max-content;position:absolute;font-family:InterBold,sans-serif;font-size:16px;line-height:125%;top:-16px;left:50%;transform:translate(-50%);background:#4efcff;color:#1a2fa0;font-weight:700;border-radius:4px;box-shadow:0 0 10px #4efcffb3;display:flex;align-items:center;padding:4px 8px}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button .jmb-checkbox{position:relative;display:flex;justify-content:center;align-items:center;width:40px;height:40px;cursor:pointer;box-sizing:border-box}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button .jmb-checkbox input{opacity:0;position:absolute;width:100%;height:100%;margin:0;cursor:pointer;z-index:2}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button .jmb-checkbox .checkmark{width:40px;height:40px;box-sizing:border-box;border-radius:50%;display:block;transition:all .3s ease;position:relative;background:radial-gradient(circle at center,#0d1b3d,#0a1a40);box-shadow:inset 0 0 10px #0006;border:3px solid #1a2a60;z-index:1}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button .jmb-checkbox .checkmark:after{content:"";width:25%;height:50%;left:50%;bottom:50%;transform:translate(-50%,35%) rotate(45deg);position:absolute;display:none;border:solid white;border-width:0 3px 3px 0}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button .jmb-checkbox input:checked+.checkmark{background:radial-gradient(circle at center,#4dd0e1,#26c6da);box-shadow:0 0 25px #4dd0e1cc;border:3px solid #ffffff}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button .jmb-checkbox input:checked+.checkmark:before{content:"";position:absolute;inset:-6px;width:calc(100% + 6px);height:calc(100% + 6px);border-radius:50%;border:3px solid rgba(77,208,225,.4);box-shadow:0 0 35px #4dd0e180;z-index:-1}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button .jmb-checkbox input:checked+.checkmark:after{display:block}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button .jmb-opt-in-info{display:flex;flex-direction:column;justify-content:center;color:#fff;font-family:RobotoCondensedRegular,sans-serif;font-size:14px}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button .jmb-opt-in-info .jmb-button-opted-in-status{font-family:RobotoCondensedRegular,sans-serif;font-size:14px;font-weight:400;text-transform:uppercase;letter-spacing:1px;color:#fffc}.jmb-opt-in-button.active .jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button .jmb-opt-in-info .jmb-button-opted-in-status{color:#fff}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button .jmb-opt-in-info .jmb-opt-in-button-amount{font-family:InterBold,sans-serif;font-size:40px;font-weight:700;margin-top:4px;color:#fff;align-items:center;gap:10px}@keyframes pulseGlow{0%{box-shadow:0 0 5px #4efcffb3,0 0 10px #4efcff80}50%{box-shadow:0 0 8px #4efcff,0 0 12px #4efcffb3}to{box-shadow:0 0 5px #4efcffb3,0 0 10px #4efcff80}}.jmb-background .jmb-container .jmb-action-buttons-container{height:unset;padding:16px}.jmb-background .jmb-container .jmb-extra-info{font-size:14px;line-height:125%;margin:20px;display:flex;flex-direction:column;text-align:center}.jmb-background .jmb-container .jmb-extra-info b{font-family:InterBold,sans-serif;font-weight:700}.jmb-background .jmb-container .jmb-extra-info .jmb-rules-button{text-decoration:underline;margin-top:4px;cursor:pointer;font-family:InterBold,sans-serif;font-weight:700}.jmb-background .jmb-container .jmb-action-buttons-container{display:flex;width:100%;justify-content:center;align-items:center;height:94px;background:rgba(0,0,0,.2);border-top:.5px solid rgba(255,255,255,.2);padding:0 16px;box-sizing:border-box;gap:8px;border-radius:0 0 12px 12px}.jmb-background .jmb-container .jmb-action-buttons-container .jmb-button{display:flex;padding:14px 0;height:44px;background:gray;text-align:center;justify-content:center;border-radius:4px;cursor:pointer}.jmb-background .jmb-container .jmb-action-buttons-container .jmb-button.gray{flex:2;background:rgba(255,255,255,.25)}.jmb-background .jmb-container .jmb-action-buttons-container .jmb-button.blue{flex:4;background:#0070eb}.jmb-background .jmb-container .jmb-action-buttons-container .jmb-button.loading{pointer-events:none;opacity:.5;cursor:not-allowed}.jmb-background .jmb-container.landscape.mobile{width:calc(100% - 148px);height:100%;gap:5px;transform:unset;bottom:0;left:unset;border-radius:0}.jmb-background .jmb-container.landscape.mobile.fanduel-casino,.jmb-background .jmb-container.landscape.mobile.fanduel-poker,.jmb-background .jmb-container.landscape.mobile.fanduel-xsell{background:linear-gradient(180deg,rgba(0,0,0,.3) 15%,rgba(130,29,197,.7) 30%,rgb(0,95,200) 50%,rgb(0,95,200) 100%),url(/client/assets/swj/images/rays.png) no-repeat center -75%,linear-gradient(249deg,#5226C1 0%,#5226C1 70%,#005FED 100%),radial-gradient(1710.35% 230.22% at 50.13% 0%,#691CBE 0%,rgb(105,28,190) 100%),linear-gradient(135deg,rgb(50,2,62) 37%,rgb(191,0,255) 83%,rgb(191,0,255) 100%)}.jmb-background .jmb-container.landscape.mobile.mohegansun-casino,.jmb-background .jmb-container.landscape.mobile.mohegansun-poker,.jmb-background .jmb-container.landscape.mobile.mohegansun-xsell{background:linear-gradient(180deg,rgba(0,0,0,0) 13%,rgba(130,29,197,.7) 27%,rgb(5,41,92) 40% 100%),url(/client/assets/swj/images/rays.png) no-repeat center -50%}.jmb-background .jmb-container.landscape.mobile{display:grid;grid-template-columns:5fr 3fr 3fr;grid-template-rows:.8fr repeat(5,1fr);grid-column-gap:0;grid-row-gap:0}.jmb-background .jmb-container.landscape.mobile .jmb-header-container{grid-area:2/1/5/2;padding:0}.jmb-background .jmb-container.landscape.mobile .jmb-title{grid-area:2/2/3/4;justify-self:center;align-self:center;font-size:16px;margin:0 0 16px}.jmb-background .jmb-container.landscape.mobile .jmb-close-button{grid-area:1/3/2/4;align-self:center;position:unset;justify-self:flex-end}.jmb-background .jmb-container.landscape.mobile .jmb-info-button{grid-area:1/3/2/4;justify-self:center;font-size:0;transform:scale(1.5);align-self:center}.jmb-background .jmb-container.landscape.mobile .jmb-opted-in-status{font-size:12px}.jmb-background .jmb-container.landscape.mobile .jmb-buttons-container{grid-area:3/2/5/4}.jmb-background .jmb-container.landscape.mobile .jmb-buttons-container .jmb-opt-in-button{padding:22px 0 16px 15px;max-width:180px;height:fit-content;gap:6px}.jmb-background .jmb-container.landscape.mobile .jmb-buttons-container .jmb-opt-in-button .jmb-checkbox,.jmb-background .jmb-container.landscape.mobile .jmb-buttons-container .jmb-opt-in-button .jmb-checkbox .checkmark{width:30px;height:30px}.jmb-background .jmb-container.landscape.mobile .jmb-buttons-container .jmb-opt-in-button .jmb-opt-in-info .jmb-button-opted-in-status{font-size:11px}.jmb-background .jmb-container.landscape.mobile .jmb-buttons-container .jmb-opt-in-button .jmb-opt-in-info .jmb-opt-in-button-amount{font-size:22px}.jmb-background .jmb-container.landscape.mobile .jmb-buttons-container .jmb-opt-in-button.boost .jmb-label{font-size:12px;top:-14px}.jmb-background .jmb-container.landscape.mobile .jmb-buttons-container .jmb-opt-in-button .swj-opt-in-button-border-svg .swj-opt-in-button-border-rect{stroke-dasharray:120 120}.jmb-background .jmb-container.landscape.mobile .jmb-extra-info{grid-area:5/1/6/4}.jmb-background .jmb-container.landscape.mobile .jmb-extra-info div{font-size:11px;line-height:125%}.jmb-background .jmb-container.landscape.mobile .jmb-action-buttons-container{grid-area:6/1/7/4;justify-self:center;align-self:flex-end;height:60px;border-radius:0}.jmb-background .jmb-container.landscape.mobile .jmb-action-buttons-container .jmb-button{max-width:30%}.jmb-background .jmb-container.landscape.mobile .jmb-action-buttons-container .jmb-button.gray{max-width:20%}.jmb-background .jmb-container.landscape.mobile .jmb-action-buttons-container .jmb-button:only-child{max-width:50%}@keyframes button-dash{0%{stroke-dashoffset:0}to{stroke-dashoffset:-960}}@media screen and (max-width: 780px) and (orientation: landscape){.jmb-background .jmb-container.landscape.mobile{grid-template-columns:3fr 3fr 3fr}.jmb-background .jmb-container.landscape.mobile .jmb-close-button{margin:10px}.jmb-background .jmb-container.landscape.mobile .jmb-title{font-size:13px}.jmb-background .jmb-container.landscape.mobile .jmb-buttons-container .jmb-opt-in-button .jmb-checkbox,.jmb-background .jmb-container.landscape.mobile .jmb-buttons-container .jmb-opt-in-button .jmb-checkbox .checkmark{width:26px;height:26px}.jmb-background .jmb-container.landscape.mobile .jmb-extra-info{margin:4px 10px 0}.jmb-background .jmb-container.landscape.mobile .jmb-extra-info div{font-size:10px}}@media screen and (max-width: 662px) and (orientation: landscape){.jmb-background .jmb-container.landscape.mobile .jmb-buttons-container .jmb-opt-in-button{padding:22px 0 16px 10px}.jmb-background .jmb-container.landscape.mobile .jmb-buttons-container .jmb-opt-in-button .jmb-opt-in-info .jmb-button-opted-in-status{font-size:10px}}@media (hover: hover){.jmb-info-icon:hover{background-color:#0070eb;border-radius:50%;cursor:pointer}}@media screen and (max-width: 556px) and (orientation: portrait){.jmb-background .jmb-container{width:100%;border-radius:8px 8px 0 0;transform:unset;bottom:0;left:unset;width:650px}.jmb-background .jmb-container.mohegansun-casino,.jmb-background .jmb-container.mohegansun-poker,.jmb-background .jmb-container.mohegansun-xsell{background:linear-gradient(180deg,rgba(0,0,0,0) 15%,rgba(130,29,197,.7) 22%,rgb(5,41,92) 40% 100%),url(/client/assets/swj/images/rays.png) no-repeat center -40%}.jmb-background .jmb-container .jmb-title{font-size:16px}.jmb-background .jmb-container .jmb-action-buttons-container{border-radius:0}.jmb-background .jmb-container .jmb-header-container{padding:24px 16px 0}.jmb-background .jmb-container .jmb-header-container .jmb-opted-in-status{font-family:InterRegular,sans-serif;font-size:12px;line-height:125%;padding:4px 12px;margin:0 0 12px}.jmb-background .jmb-container .jmb-header-container .jmb-opted-in-status .checkmark{width:14px;height:14px}.jmb-background .jmb-container .jmb-header-container .jmb-opted-in-status .checkmark:after{border-width:0 1px 1px 0}.jmb-background .jmb-container .jmb-header-container .jmb-logo-container{margin-bottom:8px}.jmb-background .jmb-container .jmb-header-container .jmb-logo-container .jmb-logo{width:65%}.jmb-background .jmb-container .jmb-header-container .jmb-logo-container .jmb-info-button{right:5px}.jmb-background .jmb-container .jmb-header-container .jmb-logo-container .jmb-info-button svg{width:scale(1.5)}.jmb-background .jmb-container .jmb-title{margin-bottom:16px}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button{padding:24px 0 24px 15px}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button .jmb-checkbox,.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button .jmb-checkbox .checkmark{width:34px;height:34px}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button .jmb-checkbox input:checked+.checkmark:after{transform:-50%,40% rotate(45deg)}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button .jmb-opt-in-info .jmb-button-opted-in-status{font-size:10px}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button .jmb-opt-in-info .jmb-opt-in-button-amount{font-size:23px}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button .jmb-opt-in-info .jmb-opt-in-button-amount svg{width:15px;height:15px}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button.boost:before{font-size:12px;font-family:InterRegular,sans-serif;line-height:125%;border-radius:6px}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button.boost .jmb-label{font-size:12px;top:-14px}.jmb-background .jmb-container .jmb-buttons-container .jmb-opt-in-button.boost .swj-opt-in-button-border-svg .swj-opt-in-button-border-rect{stroke-dasharray:150 120}@keyframes button-dash{0%{stroke-dashoffset:0}to{stroke-dashoffset:-540}}.jmb-background .jmb-container .jmb-extra-info{margin:16px 16px 12px;font-size:10px}}@font-face{font-family:InterRegular;font-display:swap;src:url(/client/assets/swj/fonts/Inter-Regular.otf) format("opentype")}@font-face{font-family:InterBold;font-display:swap;src:url(/client/assets/swj/fonts/Inter-Bold.otf) format("opentype")}@font-face{font-family:RobotoCondensedRegular;font-display:swap;src:url(/client/assets/swj/fonts/Roboto-Condensed-Regular.ttf) format("truetype")}.top-bar-wrapper{width:233px;height:32px;display:flex;flex-direction:row;position:relative;border:2px transparent;margin:8px 0;justify-content:center;align-items:center}.top-bar-wrapper .swj-top-bar-border-svg{width:100%;height:100%;position:absolute;top:0;left:0;overflow:visible;pointer-events:none;z-index:2}.top-bar-wrapper .swj-top-bar-border-svg .swj-top-bar-border-rect{fill:none;stroke:#2af7ff;stroke-dasharray:185 335;stroke-width:3px;width:100%;height:100%;rx:10px;ry:10px;animation:top-bar-dash 5s linear infinite;filter:url(#glow)}.top-bar-wrapper .swj-top-bar-container{width:100%;height:100%;background:rgba(200,226,255,.25);border:2px transparent;border-radius:6px;position:absolute;box-shadow:0 1px 6px #ffffff40}.top-bar-wrapper .swj-top-bar-container.dyb{border:1.34px solid rgba(255,255,255,.2509803922);background:#234A89}.top-bar-wrapper .swj-top-bar-container.dyb .swj-top-bar{padding:4px;cursor:pointer}.top-bar-wrapper .swj-top-bar-container.dyb.opted-in{border-radius:10.5px;border:4px solid #00F6FF;box-shadow:0 2px 4px #0a0a0a1a}.top-bar-wrapper .swj-top-bar-container.dyb.opted-in:before{content:"";position:absolute;inset:-2.5px;border-radius:9.5px;border:1px solid #FFFFFF;box-shadow:0 0 5.38px #fff}.top-bar-wrapper .swj-top-bar-container.dyb .swj-opt-in-button.out{background:#0070EB}.top-bar-wrapper .swj-top-bar-container.dyb .mask{position:absolute;inset:0;background:radial-gradient(62.39% 62.39% at 26.97% 50.56%,#234A89 35%,rgba(1,22,56,0) 100%);z-index:-1}.top-bar-wrapper .swj-top-bar-container.dyb.mohegansun{background:none;box-shadow:none}.top-bar-wrapper .swj-top-bar-container.dyb.mohegansun .mask{background:none}.top-bar-wrapper .swj-top-bar-container.opted-in .swj-top-bar-mask{border:2px solid rgb(49,194,104);box-shadow:inset 0 0 10px #31c268;mask-image:linear-gradient(180deg,rgb(0,0,0) 0%,rgb(0,0,0) 10%,rgba(0,0,0,.05) 100%)}.top-bar-wrapper .swj-top-bar-container.opted-in .swj-top-bar-mask .swj-top-bar-checkmark-box{position:absolute;background:rgb(49,194,104);padding:0 3px 0 2px;border-bottom-right-radius:3px;height:10px;width:4px;line-height:1}.top-bar-wrapper .swj-top-bar-container.opted-in .swj-top-bar-mask .swj-top-bar-checkmark-box .swj-top-bar-checkmark{width:7px;height:7px;position:absolute;top:6%;right:10%}.top-bar-wrapper .swj-top-bar-container.enabled:hover{cursor:pointer}.top-bar-wrapper .swj-top-bar-container .swj-top-bar-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.top-bar-wrapper .swj-top-bar-container .swj-top-bar-mask{position:absolute;width:100%;height:100%;display:flex;box-sizing:border-box;inset:0;border-radius:6px;z-index:1;pointer-events:none}.top-bar-wrapper .swj-top-bar-container .swj-top-bar{position:absolute;width:100%;height:100%;inset:0;display:flex;flex-direction:row;overflow:hidden;justify-content:space-between;padding:3px;box-sizing:border-box}.top-bar-wrapper .swj-top-bar-container .swj-message{font-size:8px;line-height:125%;position:absolute;top:16.5px;left:32.5px;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:calc(100% - 90px)}.top-bar-wrapper .swj-top-bar-container .swj-message .boost-icon{font-family:InterBold,sans-serif;display:inline-flex;align-items:center;font-size:8px;background:#2AF7FF;border-radius:2px;padding:0 5px;position:relative;margin-left:3px;color:#571c97;height:100%}.top-bar-wrapper .swj-top-bar-container .swj-message .boost-icon:after{content:"";background-image:url(/assets/icons/SWJ/bolt.svg);background-repeat:no-repeat;background-position:right center;position:absolute;height:100%;width:100%;left:-5px}.top-bar-wrapper .swj-top-bar-container .swj-opt-in-button{font-size:9px;color:#fff;border:none;border-radius:3px;text-decoration:none;text-align:center;line-height:normal;min-width:48px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 5.38px #0000001a}.top-bar-wrapper .swj-top-bar-container .swj-opt-in-button .tc-exit-icon{background-image:url(/assets/icons/SWJ/exit-icon.svg);width:25px;height:25px;background-repeat:no-repeat;background-size:contain}.top-bar-wrapper .swj-top-bar-container .swj-opt-in-button.in{background:rgba(234,240,246,.2509803922)}.top-bar-wrapper .swj-top-bar-container .swj-opt-in-button.out{background-image:linear-gradient(180deg,#1493ff,#1381e0)}.top-bar-wrapper .swj-top-bar-container .swj-opt-in-button.disabled{background-color:gray;background-image:none;color:#a9a9a9}.top-bar-wrapper .swj-top-bar-container .swj-opt-in-button:hover.enabled{cursor:pointer!important}@keyframes top-bar-dash{0%{stroke-dashoffset:0}to{stroke-dashoffset:-1028}}@media only screen and (min-width: 1000px){.top-bar-wrapper{width:349.5px;height:48px}.top-bar-wrapper .swj-top-bar-border-svg,.top-bar-wrapper .swj-top-bar-container{width:100%;height:100%}.top-bar-wrapper .swj-top-bar-container .swj-message{top:25px;left:46.5px;font-size:12px}.top-bar-wrapper .swj-top-bar-container .swj-opt-in-button{font-size:13.5px;min-width:72px}}.jackpot-tiers-container{display:flex;flex-direction:column;flex:1;gap:10px}.jackpot-tiers-container .jackpot-tier{display:flex;height:100%;min-height:100%}.jackpot-tiers-container .jackpot-tier .swj-logo{width:25px;height:100%;min-height:100%}.jackpot-tiers-container .jackpot-tier .swj-jackpot-wrapper{flex:1;margin-left:2px}.jackpot-tiers-container .jackpot-tier .swj-jackpot{overflow:hidden;margin-top:2px;display:flex}.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information{position:relative;display:flex;flex-direction:column;height:13px;font-family:InterBold,sans-serif;color:#fff;font-size:11px;margin-left:2px;flex:1;animation:appear linear 10s infinite}.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information.simple{animation:none}.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information>.swj-information-amount{display:flex;align-items:center;line-height:100%;position:absolute;width:100%;height:13px;top:0}.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information .swj-information-wrapper{display:flex;flex-direction:row}.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information .swj-information-wrapper .swj-information-amount{display:flex;margin-left:2px;font-family:InterBold,sans-serif}.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information .swj-social-proofing,.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information .swj-jackpot-growing{display:flex;align-items:center;position:absolute;line-height:100%;width:100%;height:13px;top:100%}.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information .swj-jackpot-growing,.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information .swj-social-proofing .sp-first-half{color:#eac300;font-size:10px}.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information .swj-social-proofing{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;font-family:InterRegular,sans-serif}.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information .swj-social-proofing .sp-first-half,.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information .swj-social-proofing .sp-second-half{display:inline;height:100%;position:relative}.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information .swj-social-proofing .sp-first-half{font-size:8px;font-family:InterBold,sans-serif}.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information .swj-social-proofing .sp-second-half{font-size:8px;font-family:InterRegular,sans-serif;margin-left:.5ch}@keyframes appear{0%,49%{transform:translateY(0)}51%,90%{transform:translateY(-100%)}95%,to{transform:translateY(0)}}@media only screen and (min-width: 1000px){.jackpot-tiers-container .jackpot-tier .swj-logo{width:37.5px}.jackpot-tiers-container .jackpot-tier .swj-jackpot-wrapper{margin-left:3px}.jackpot-tiers-container .jackpot-tier .swj-jackpot{margin-top:2px}.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information{height:19.5px;font-size:16.5px;margin-left:3px}.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information .swj-information-amount,.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information .swj-social-proofing,.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information .swj-jackpot-growing{height:19.5px;line-height:100%}.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information .swj-jackpot-growing{font-size:15px;line-height:100%}.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information .swj-social-proofing .sp-first-half{top:2px;font-size:12px}.jackpot-tiers-container .jackpot-tier .swj-jackpot .swj-information .swj-social-proofing .sp-second-half{top:2px;margin-left:.65ch;font-size:12px}}.tc-background{position:absolute;z-index:0;top:0;left:0;width:100vw;height:100vh;background-color:#424242a6}.tc-wrapper{position:absolute;display:flex;flex-direction:column;flex-wrap:wrap;width:238px;height:fit-content;top:5%;border-style:none;border-radius:8px;background-image:radial-gradient(46.26% 42.61% at 0% 100%,rgba(16,14,77,.8) 0%,rgba(16,14,77,.11) 57%,rgba(16,14,77,0) 86.5%),radial-gradient(105.65% 24.3% at 50.13% 0%,rgba(255,255,255,.2) 0%,rgba(255,255,255,0) 100%),radial-gradient(133.69% 46.14% at 50.13% 105.26%,#551A9F 0%,rgba(88,37,183,0) 72.23%),radial-gradient(100% 100% at 20% 42%,rgba(30,29,197,0) 0%,#821DC5 100%),radial-gradient(138.26% 100% at 100% 50%,rgba(0,99,255,0) 0%,#0063FF 100%),linear-gradient(180deg,#005FED 0%,#5226C1 100%);align-items:center;justify-content:space-between;transform:scaleY(0);transform-origin:top}.tc-wrapper .header{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:20%}.tc-wrapper .header .jackpot-logo-img,.tc-wrapper .header .exit-button{background-repeat:no-repeat;background-size:contain;background-position:center;display:flex}.tc-wrapper .header .jackpot-logo-img{width:80%;padding:0 12%}.tc-wrapper .header .exit-button{background-image:url(/assets/icons/SWJ/exit-icon.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:25px;height:25px;display:flex;position:absolute;left:88%}.tc-wrapper .content{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:10px}.tc-wrapper .content .title{text-align:center;font-size:12px;text-wrap:wrap;margin:8px 4%}.tc-wrapper .content .description{display:flex;flex-direction:column;margin:0 12px;align-items:center;text-align:center}.tc-wrapper .content a{color:#c8e2ff;font-family:InterBold,sans-serif;text-decoration:none;margin:2px 0 12px}.tc-wrapper .footer{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#00000080;padding:8px 0;height:fit-content;position:relative;width:100%;border-radius:0 0 8px 8px}.tc-wrapper .footer .button-field{display:flex;flex-direction:row;align-items:center}.tc-wrapper .footer .button-field button{all:unset;margin-left:10px;width:55px;height:32px;background:grey;display:block;border-radius:100px;position:relative}.tc-wrapper .footer .button-field button:disabled{filter:grayscale(.5) blur(.5px) opacity(.5)}.tc-wrapper .footer .button-field button:after{content:"";position:absolute;top:2.5px;left:3px;width:27px;height:27px;background:#fff;border-radius:20px;transition:.3s}.tc-wrapper .footer .button-field button.toggle-on{background:#31C268}.tc-wrapper .footer .button-field button.toggle-on:after{left:calc(100% - 3px);transform:translate(-100%)}.tc-wrapper .footer .button-field .button-field-checkmark-box{display:inline-block;margin-right:5px;background-color:#31c268;border-radius:10px;width:15px;height:15px;text-align:center;line-height:normal;font-weight:900}.tc-wrapper .footer .button-field .button-field-checkmark-box .button-field-checkmark{width:10px;height:10px}.tc-wrapper.open{transform:scaleY(1);transition:transform .23s linear}.tc-wrapper.closed{transform:scaleY(0);transition:transform .23s linear}@media only screen and (min-width: 1000px){.tc-wrapper{width:357px}.tc-wrapper .header .exit-button{width:37.5px;height:37.5px}.tc-wrapper .content{font-size:15px}.tc-wrapper .content .title{font-size:18px}}
.swj-opt-in-button,
.swj-message {
  font-family: "InterRegular", sans-serif;
  color: white;
}.min-max-toggle {
  width: 35px;
  height: 68px;
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 3px;
  padding: 1px;
  display: none;
  z-index: 0;
}
.min-max-toggle.show {
  display: block;
}
.min-max-toggle.disabled {
  opacity: 0.5;
  cursor: default;
}
.min-max-toggle .icon-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.min-max-toggle .text-container {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Inter-Regular", sans-serif;
  color: white;
}
.min-max-toggle .text-container .text-on {
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 8px;
}
.min-max-toggle .text-container .text-off {
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 8px;
}
.min-max-toggle.on .text-container .text-on {
  opacity: 1;
}
.min-max-toggle.on .text-container .text-off {
  opacity: 0;
}
.min-max-toggle.off .text-container .text-on {
  opacity: 0;
}
.min-max-toggle.off .text-container .text-off {
  opacity: 1;
}
.min-max-toggle .icon {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  z-index: 2;
  border-radius: 3px;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.min-max-toggle .icon .logo-icon {
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: 3px;
}
.min-max-toggle .not-show-icon {
  background-image: url("/assets/hide-icon-CWgRXpY_.svg");
  width: 21px;
  height: 17px;
  margin-top: 9px;
  margin-left: 8px;
  position: absolute;
  background-size: 20px 18px;
  z-index: 3;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.min-max-toggle .off-icon {
  top: 0;
}
.min-max-toggle.off .on-icon {
  opacity: 0.5;
}
.min-max-toggle .on-icon {
  bottom: 0;
}
.min-max-toggle.on .off-icon {
  opacity: 0.5;
}
.min-max-toggle .white-underlay {
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: white;
  transition: transform 0.3s ease;
  z-index: 1;
  border-radius: 2px;
}
.min-max-toggle.on .white-underlay {
  transform: translateY(100%);
}
.min-max-toggle.off .white-underlay {
  transform: translateY(0);
}body {
  align-items: center;
  background: var(--game-client_placeholder-background);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-height: 100vh;
  padding: 0;
}

.maintenance-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  height: 100vh;
  justify-content: center;
  gap: var(--space-md);
}
.maintenance-container .maintenance-h1 {
  font-family: var(--font-family-inter-bold);
  font-size: var(--font-size-xl);
  font-weight: 500;
  margin-top: 0;
}
.maintenance-container .maintenance-paragraph {
  display: flex;
  font-family: var(--font-family-inter-regular);
  font-size: var(--font-size-md);
  font-weight: 300;
  justify-content: center;
  margin-top: var(--space-md);
  text-align: center;
  width: 300px;
}
.maintenance-container .maintenance-h1,
.maintenance-container .maintenance-paragraph {
  color: white;
  line-height: 125%;
}
.maintenance-container .maintenance-button {
  align-items: center;
  background-image: var(--color-maintenance-button);
  border: none;
  border-radius: 4px;
  color: white;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-family: var(--font-family-inter-regular);
  font-size: var(--font-size-md);
  font-weight: 300;
  height: 44px;
  margin-top: var(--space-xl);
  padding: 13px 16px;
  width: 289px;
}
.maintenance-container .maintenance-icon-container {
  background-position: center;
  background-image: var(--maintenance-bg-icon);
  background-repeat: no-repeat;
  width: 220px;
  height: 110px;
}
.maintenance-container .maintenance-illustration {
  height: 225px;
  margin-top: var(--space-2xl);
  width: 325px;
}

@media only screen and ((max-height: 690px)) {
  .maintenance-container {
    gap: var(--space-2xs);
  }
  .maintenance-container .maintenance-button {
    margin-top: var(--space-xs);
  }
  .maintenance-container .maintenance-illustration {
    width: 150px;
    height: auto;
    margin-top: var(--space-xs);
  }
  .maintenance-container .maintenance-paragraph {
    width: 500px;
  }
  .maintenance-container .maintenance-paragraph,
  .maintenance-container .maintenance-button {
    font-size: var(--font-size-sm);
  }
  .maintenance-container .maintenance-h1 {
    font-size: var(--font-size-sm);
  }
  .maintenance-container .maintenance-icon-container {
    width: 170px;
    height: 100px;
  }
}.debug-menu__button {
  pointer-events: all !important;
  position: fixed;
  top: 20px;
  left: 80px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--color-text);
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-family: var(--font-family-inter-bold, system-ui, sans-serif);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.debug-menu__button:hover {
  background-color: rgba(0, 0, 0, 0.9);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
.debug-menu__button:active {
  transform: scale(0.95);
}
.debug-menu__dropdown {
  pointer-events: all !important;
  position: fixed;
  top: 90px;
  left: 80px;
  background-color: rgba(24, 24, 26, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-md, 8px);
  padding: 16px;
  min-width: 250px;
  max-width: 300px;
  max-height: 70vh;
  overflow-y: auto;
  z-index: 9998;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  animation: slideUp 0.3s ease-out;
  backdrop-filter: blur(10px);
}
.debug-menu__header {
  color: var(--color-text);
  font-size: var(--font-size-lg, 18px);
  font-weight: 700;
  font-family: var(--font-family-inter-bold, system-ui, sans-serif);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.debug-menu__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.debug-menu__action {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-text);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-sm, 4px);
  padding: 10px 12px;
  font-size: var(--font-size-sm, 14px);
  font-family: var(--font-family-inter-regular, system-ui, sans-serif);
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
  width: 100%;
}
.debug-menu__action:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateX(4px);
}
.debug-menu__action:active {
  transform: translateX(2px);
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .debug-menu__button {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
    font-size: 10px;
  }
  .debug-menu__dropdown {
    bottom: 75px;
    right: 15px;
    min-width: 220px;
    max-width: calc(100vw - 30px);
  }
}.geolocation__container {
  display: grid;
  justify-items: center;
  position: absolute;
  top: 0;
  left: 0;
  grid-template-rows: var(--panel-landscape-lm) 1fr var(--panel-landscape-lm);
}
.geolocation__container .modal {
  grid-area: 2/1/span 1/span 1;
  display: flex;
  flex-direction: column;
  align-self: center;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: landscape) {
    .geolocation__container .modal {
      box-sizing: content-box;
      margin-top: 25%;
      padding: 10% 0;
    }
  }
}
.geolocation__container .modal__image {
  margin: -86px auto 0;
  width: 189px;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.geolocation__container .modal__header {
  color: #ffffff;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-inter-bold);
  line-height: var(--space-xl);
  padding: var(--space-xl) 0 var(--space-sm) 0;
}
.geolocation__container .modal__body {
  color: #ffffff;
  font-size: var(--font-size-sm);
  font-family: var(--font-family-inter-regular);
  line-height: var(--line-height);
}
.geolocation__container .modal .modal__content {
  position: relative;
  background-color: var(--color-brand-tertiary);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  max-width: 494px;
  box-sizing: border-box;
  width: auto;
  padding: 40px 40px;
  min-height: 256px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .geolocation__container .modal .modal__content {
      padding: 20px 10px;
      width: 95%;
      align-self: center;
    }
  }
}
.geolocation__container .modal .more-details {
  color: var(--color-brand-primary);
  padding-left: 5px;
  text-decoration: none;
}
.geolocation__container .modal .more-details:after {
  background-image: url("../../../../../../assets/icons/here.svg");
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin-left: 5px;
  position: relative;
  top: 5px;
  width: 15px;
}
.geolocation__container .modal__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: var(--space-md);
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .geolocation__container .modal__footer {
      margin-top: calc(var(--space-md) * 2);
    }
  }
}
.geolocation__container .modal__buttons {
  display: flex;
  align-items: baseline;
  gap: 50px;
  justify-content: flex-end;
  color: #ffffff;
  pointer-events: all;
  cursor: pointer;
}
.geolocation__container .modal__buttons .btn,
.geolocation__container .modal__buttons .btn__dismiss {
  padding: var(--space-md) 0;
  text-align: center;
  border-radius: var(--radius-sm);
  transition: background-color 0.15s ease;
}
.geolocation__container .modal__buttons .btn:hover,
.geolocation__container .modal__buttons .btn__dismiss:hover {
  cursor: pointer;
}
.geolocation__container .modal__buttons .btn--transparent,
.geolocation__container .modal__buttons .btn__dismiss {
  text-decoration: inherit;
  color: #ffffff;
  width: 142px;
  line-height: 100%;
  background: unset;
  border: unset;
  font-size: var(--font-size-sm);
}
.geolocation__container .modal__buttons .btn--transparent:hover,
.geolocation__container .modal__buttons .btn__dismiss:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
.geolocation__container .modal__buttons .btn__link {
  text-decoration: inherit;
  color: #ffffff;
  width: 142px;
  background: linear-gradient(-180deg, #36c565 0%, #2cb459 100%);
  border: 1px solid #cfd6db;
  transition: background 0.15s ease;
}
.geolocation__container .modal__buttons .btn__link:hover {
  background: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), linear-gradient(-180deg, #36c565 0%, #2cb459 100%);
}
.geolocation__container .modal .info-icon {
  margin: 0 4px -3px 0;
}
.geolocation__container .bottom-container {
  grid-area: 3/1/span 1/span 1;
  align-self: flex-end;
  color: #ffffff;
}
.geolocation__container .bottom-container .footer-note {
  margin: auto auto 0 auto;
  font-size: var(--font-size-sm);
}
.geolocation__container .bottom-container .location-note {
  align-content: center;
  width: fit-content;
  padding: 0 20px;
  border-radius: 20px;
  margin: 20px auto;
}
.geolocation__container .bottom-container .location-note.pending {
  background-color: var(--color-brand-tertiary);
}
.geolocation__container .bottom-container .location-note.verified {
  background: linear-gradient(-180deg, #36c565 0%, #2cb459 100%);
}
.geolocation__container .bottom-container .location-note span {
  line-height: 40px;
}
.geolocation__container .bottom-container .location-note .map-pin-icon,
.geolocation__container .bottom-container .location-note .checked-icon {
  margin: 0 5px -4px -5px;
}.net-position-module {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
}
.net-position-module.portrait {
  top: 8px;
  font-size: 12px;
}.ui-locker {
  position: fixed;
  inset: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
}
.ui-locker .ui-lock-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: ui-lock-spin 0.9s linear infinite;
}

@keyframes ui-lock-spin {
  to {
    transform: rotate(360deg);
  }
}.test-theme {
  padding: 20px;
  font-family: var(--font-family-base, sans-serif);
  background-color: var(--color-bg, #ffffff);
  color: var(--color-text, #000000);
  border-radius: var(--radius-md, 8px);
  overflow-y: auto;
}
.test-theme .primary-button {
  background-color: var(--color-primary, #007bff);
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: var(--radius-sm, 4px);
  cursor: pointer;
  font-size: var(--font-size-md, 16px);
}
.test-theme .primary-button:hover {
  opacity: 0.9;
}
.test-theme .secondary-button {
  background-color: var(--color-accent, #6c757d);
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: var(--radius-sm, 4px);
  cursor: pointer;
  font-size: var(--font-size-md, 16px);
}
.test-theme .secondary-button:hover {
  opacity: 0.9;
}
.test-theme h1,
.test-theme h2 {
  margin-bottom: 16px;
}
.test-theme__section {
  margin-bottom: 30px;
}
.test-theme__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.test-theme__button {
  padding: 10px 15px;
  border: 1px solid var(--color-border, #ccc);
  border-radius: var(--radius-sm, 4px);
  background-color: var(--color-surface, #f5f5f5);
  color: var(--color-text, #000000);
  cursor: pointer;
  transition: all 0.2s;
  font-size: var(--font-size-sm, 14px);
}
.test-theme__button:hover {
  opacity: 0.9;
}
.test-theme__button--active {
  background-color: var(--color-primary, #007bff);
  color: white;
  border-color: var(--color-primary, #0069d9);
}
.test-theme__button--active:hover {
  opacity: 0.8;
}
.test-theme__preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
.test-theme__preview-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--space-lg, 20px);
  border: 1px solid var(--color-border, #ddd);
  border-radius: var(--radius-sm, 4px);
  background-color: var(--color-surface, #ffffff);
}
.test-theme__color-sample {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  border-radius: var(--radius-sm, 4px);
  box-shadow: var(--shadow-sm, none);
}
.test-theme__color-sample--primary {
  background-color: var(--color-primary, #007bff);
}
.test-theme__color-sample--secondary {
  background-color: var(--color-accent, #6c757d);
}.test-popups {
  padding: var(--space-xl, 20px);
  max-width: 1200px;
  margin: 0 auto;
  font-family: var(--font-family-base, Arial, sans-serif);
}
.test-popups h1 {
  font-size: var(--font-size-xl, 24px);
  margin-bottom: var(--space-sm, 10px);
  color: var(--color-test-heading, #333);
}
.test-popups p {
  margin-bottom: var(--space-lg, 20px);
  color: var(--color-test-text, #666);
}
.test-popups__section {
  margin-bottom: var(--space-2xl, 30px);
}
.test-popups__section h2 {
  font-size: var(--font-size-lg, 20px);
  margin-bottom: var(--space-md, 15px);
  color: var(--color-test-subheading, #444);
  border-bottom: 1px solid var(--color-test-border, #eee);
  padding-bottom: var(--space-xs, 5px);
}
.test-popups__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm, 10px);
}
.test-popups__button {
  padding: var(--space-sm, 10px) var(--space-md, 15px);
  background-color: var(--color-test-button, #0066cc);
  color: var(--color-text, white);
  border: none;
  border-radius: var(--radius-sm, 4px);
  cursor: pointer;
  font-size: var(--font-size-sm, 14px);
  transition: background-color 0.2s;
}
.test-popups__button:hover {
  background-color: var(--color-test-button-hover, #0055aa);
}
.test-popups__button:active {
  background-color: var(--color-test-button-active, #004488);
}.test-ui-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: scroll;
  gap: 20px;
}

.test-ui__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm, 10px);
}
.test-ui__button {
  padding: var(--space-sm, 10px) var(--space-md, 15px);
  background-color: var(--color-test-button, #0066cc);
  color: var(--color-text, white);
  border: none;
  border-radius: var(--radius-sm, 4px);
  cursor: pointer;
  font-size: var(--font-size-sm, 14px);
  transition: background-color 0.2s;
}
.test-ui__button:hover {
  background-color: var(--color-test-button-hover, #0055aa);
}
.test-ui__button.active {
  background-color: var(--color-test-button-active, #740088);
}/* TestLoadingScreen.scss */
.test-button-grid {
  display: flex;
  gap: 0.2rem;
}
.test-button-grid h3 {
  grid-column: 1/-1;
  margin-bottom: 0.2rem;
}
.test-button-grid button {
  padding: var(--space-sm, 10px) var(--space-md, 15px);
  background-color: var(--color-test-button, #0066cc);
  color: var(--color-text, white);
  border: none;
  border-radius: var(--radius-sm, 4px);
  cursor: pointer;
  font-size: var(--font-size-sm, 14px);
  transition: background-color 0.2s;
}
.test-button-grid button:hover {
  background-color: rgba(94, 107, 187, 0.3803921569);
}

.loading--screen__test {
  background: var(--game-client_placeholder-background);
  display: grid;
  height: 50vh;
  align-content: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
  overflow: hidden;
  gap: 0.2rem;
  border: 1px solid var(--color-test-border, #ccc);
  border-radius: 1rem;
  padding: 0.1rem;
  transition: all 0.3s ease;
}

/* Viewport styles */
.loading--web {
  min-width: 50vw;
}

.loading--mobile {
  max-width: 90vw;
}

/* Orientation overrides */
.loading--portrait {
  width: 350px;
  height: 740px;
}

.loading--landscape {
  width: 740px;
  height: 350px;
}

.test--loading__container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.loading--screen_grid {
  display: flex;
  width: 100%;
}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 14px;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

::-webkit-scrollbar {
  display: none;
}

/* font-display: swap keeps text visible; metric overrides reduce layout shift (CLS) on swap */
@font-face {
  font-family: "Inter-Bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  src: url("/assets/Inter-Bold-CD3Pr7BX.woff2") format("woff2");
}
@font-face {
  font-family: "Inter-Regular";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  src: url("/assets/Inter-Regular-DRVdRqcI.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto-Condensed";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  src: url("/assets/Roboto-Condensed-Regular-BICmKrXV.woff2") format("woff2");
}
@font-face {
  font-family: "Shentox-bold";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  src: url("/assets/Shentox-bold-Uzg24dJx.otf") format("opentype");
}@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .download-plugin {
      font-size: 2px;
      height: auto;
    }
  }
}
.download-plugin-wrapper {
  background: var(--game-client_placeholder-background);
  border-radius: 0;
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .download-plugin-wrapper {
      height: auto;
    }
  }
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: landscape) {
    .download-plugin-wrapper {
      padding-top: 20px;
      height: unset;
    }
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (min-height: 530px) and (max-height: 1081px) and (orientation: landscape) {
  .download-plugin-wrapper {
    padding-top: 20px;
    height: unset;
  }
}
.download-plugin-content {
  align-items: center;
  display: flex;
  color: white;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: landscape) {
    .download-plugin-content {
      padding-top: 20px;
    }
  }
}
.download-plugin-content li {
  font-size: 14px;
  font-family: var(--font-family-inter-regular);
  font-weight: normal;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .download-plugin-content li {
      font-size: var(--font-size-sm);
    }
  }
}
.download-plugin-content .title {
  color: white;
  font-family: var(--font-family-inter-bold);
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 28px;
  text-align: center;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .download-plugin-content .title {
      font-size: var(--font-size-sm);
    }
  }
}
.download-plugin-instructions {
  margin-top: 20px;
  max-width: 716px;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .download-plugin-instructions {
      font-size: var(--font-size-sm);
      max-width: 100%;
    }
  }
}

.download-plugin-steps {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  width: 341px;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .download-plugin-steps {
      font-size: var(--font-size-sm);
      width: 241px;
    }
  }
}
.download-plugin-steps svg {
  width: 106px;
  height: 106px;
  margin-bottom: 16px;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .download-plugin-steps svg {
      width: 56px;
      height: 56px;
    }
  }
}
.download-plugin-steps .title {
  color: white;
  font-size: 14px;
  font-family: var(--font-family-inter-regular);
  text-align: center;
  margin-bottom: 0;
}
.download-plugin-steps ol {
  padding-left: 25px;
}
.download-plugin-steps li {
  color: white;
  font-size: 24px;
  font-family: var(--font-family-shentox-bold);
  padding-left: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .download-plugin-steps li {
      font-size: 18px;
      margin-top: var(--space-sm);
    }
  }
}
.download-plugin-steps li:first-child {
  margin-top: 0;
}
.download-plugin-steps p {
  font-size: 14px;
  font-family: var(--font-family-inter-regular);
  letter-spacing: 0;
  line-height: 17px;
  margin: 5px 0 0;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .download-plugin-steps p {
      font-size: var(--font-size-sm);
    }
  }
}
.download-plugin-steps .subtitle {
  font-size: 24px;
  margin: 0;
}
.download-plugin-steps .btn {
  text-decoration: inherit;
  text-align: center;
  display: inline-block;
  width: 300px;
  padding: 10px;
}
@media (max-width: 767px) or (max-height: 529px) {
  @media (orientation: portrait) {
    .download-plugin-steps .btn {
      font-weight: 100;
      font-size: var(--font-size-md);
      padding: var(--space-sm);
      width: 250px;
    }
  }
}
.download-plugin-steps .btn-main {
  background: linear-gradient(-180deg, #36c565 0%, #2cb459 100%);
  border: 1px solid #cfd6db;
  color: #ffffff;
}