



























































.main-navigation[data-v-494ff73b] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 4;
}
@media (min-width: 1024px) {
.main-navigation[data-v-494ff73b] {
    width: var(--magic-menu-width--d, 230px);
    z-index: 2;
}
}
.navigation[data-v-494ff73b] {
  overflow: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--magic-menu-width--m, 304px);
  height: 100%;
  background: var(--magic-tertiary, #000);
  box-shadow: inset -1px 0 0 0 var(--magic-navigation-light-transparent, rgba(255, 255, 255, 0.1));
  color: var(--magic-tertiary-contrast, #fff);
  transform: translate3d(-100%, 0, 0);
  will-change: transform;
  pointer-events: all;
  transition: transform var(--magic-duration, 0.3s) ease;
}
@media (pointer: coarse) {
.navigation[data-v-494ff73b] {
    scroll-behavior: smooth;
}
}
.navigation--open[data-v-494ff73b] {
  z-index: 1;
  transform: translate3d(0, 0, 0);
}
.is-sga .navigation[data-v-494ff73b] {
  top: var(--magic-sga-bar-height--m, 50px);
  height: calc(100% - var(--magic-sga-bar-height--m, 50px));
}
.is-agco .navigation[data-v-494ff73b] {
  top: var(--magic-agco-bar-height--m, 32px);
  height: calc(100% - var(--magic-agco-bar-height--m, 32px));
}
@media (min-width: 1024px) {
.navigation[data-v-494ff73b] {
    width: var(--magic-menu-width--d, 230px);
    z-index: 0;
    transform: translate3d(0, 0, 0);
}
.is-sga .navigation[data-v-494ff73b] {
    top: 0;
    padding-top: var(--magic-sga-bar-height--d, 44px);
    height: 100%;
    transform: none;
}
.is-agco .navigation[data-v-494ff73b] {
    top: 0;
    padding-top: var(--magic-agco-bar-height--d, 32px);
    height: 100%;
    transform: none;
}
}
.is-fullscreen .navigation[data-v-494ff73b], .navigation.is-fullscreen[data-v-494ff73b] {
  display: none;
}
.navigation--open ~ .backdrop[data-v-494ff73b] {
  opacity: 1;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--magic-dark, #000);
  opacity: 0.5;
  will-change: opacity;
  pointer-events: all;
}
.navigation--open ~ .backdrop.fade-in-enter-active[data-v-494ff73b], .navigation--open ~ .backdrop.fade-in-leave-active[data-v-494ff73b] {
  transition: opacity var(--magic-duration, 0.3s) ease;
}
.navigation--open ~ .backdrop.fade-in-enter[data-v-494ff73b], .navigation--open ~ .backdrop.fade-in-leave-to[data-v-494ff73b] {
  opacity: 0;
}
@media (min-width: 1024px) {
.backdrop[data-v-494ff73b] {
    display: none;
}
}
.is-fullscreen .backdrop[data-v-494ff73b], .backdrop.is-fullscreen[data-v-494ff73b] {
  display: none;
}
.logo[data-v-494ff73b] {
  background-image: url(../img/logo.67fa5ee1.svg);
  background-repeat: no-repeat;
  width: 132px;
  height: 26px;
  background-size: 100% 100%;
  margin: calc(var(--magic-space, 16px) + var(--magic-space--xx-small, 2px) + var(--magic-space--xxx-small, 1px)) var(--magic-space, 16px) var(--magic-space, 16px);
  flex: 0 0 auto;
  cursor: pointer;
}
@media (min-width: 1024px) {
.logo[data-v-494ff73b] {
    background-image: url(../img/logo.67fa5ee1.svg);
    background-repeat: no-repeat;
    width: 162.4615384615px;
    height: 32px;
    background-size: 100% 100%;
    margin: calc(var(--magic-space, 16px) + var(--magic-space--small, 8px)) auto;
}
}
.items[data-v-494ff73b] {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.item[data-v-494ff73b] {
  display: block;
}
.item--live-chat[data-v-494ff73b] {
  margin-top: auto;
  height: 40px;
}
.item--live-chat .icon[data-v-494ff73b] {
  margin: var(--magic-space--xx-small, 2px) 0 0;
  width: var(--magic-space, 16px);
  height: var(--magic-space, 16px);
}
.item--live-chat .text[data-v-494ff73b] {
  font-size: 0.81rem;
  margin: 0 0 0 var(--magic-space--small, 8px);
}
.item--divider-up[data-v-494ff73b] {
  box-shadow: 0 calc(-1 * (1px + var(--magic-space, 16px))) 0 calc(-1 * var(--magic-space, 16px)) var(--magic-item-light-transparent, rgba(255, 255, 255, 0.25));
}
.item--divider-down[data-v-494ff73b] {
  box-shadow: 0 calc(1px + var(--magic-space, 16px)) 0 calc(-1 * var(--magic-space, 16px)) var(--magic-item-light-transparent, rgba(255, 255, 255, 0.25));
}
.link[data-v-494ff73b] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: var(--magic-space--small, 8px) var(--magic-space, 16px);
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: background-color var(--magic-duration, 0.3s) ease;
  will-change: background-color;
}
.link[data-v-494ff73b]:hover, .link[data-v-494ff73b]:focus {
  background-color: rgba(255, 255, 255, 0.075);
}
.link.is-active[data-v-494ff73b] {
  background-color: rgba(255, 255, 255, 0.075);
}
.icon[data-v-494ff73b] {
  width: var(--magic-icon-size, 24px);
  height: var(--magic-icon-size, 24px);
  color: var(--magic-primary, #bf001f);
}
.icon--close[data-v-494ff73b] {
  position: absolute;
  top: var(--magic-space, 16px);
  right: var(--magic-space--small, 8px);
  margin: 0;
}
.text[data-v-494ff73b] {
  font-size: 1rem;
  margin: 0 0 0 calc(var(--magic-space--small, 8px) + var(--magic-space--x-small, 4px));
}
.clock[data-v-494ff73b] {
  font-size: 0.81rem;
  position: absolute;
  bottom: calc(var(--magic-space, 16px) - var(--magic-space--x-small, 4px));
  right: var(--magic-space, 16px);
}
.buttons[data-v-494ff73b] {
  padding: 0 var(--magic-space, 16px);
  width: 100%;
}
.balance[data-v-494ff73b] {
  width: 100%;
  padding: calc(var(--magic-space--large, 32px) - var(--magic-space--small, 8px)) var(--magic-space--large, 32px);
  background-color: var(--magic-balance-light-transparent, rgba(255, 255, 255, 0.05));
}
.accordion[data-v-494ff73b] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: var(--magic-space, 16px) 0;
  padding: var(--magic-space, 16px);
  width: 100%;
  box-shadow: 0 calc((var(--magic-space, 16px) * -1) - 2px) 0 calc(var(--magic-space, 16px) * -1) var(--magic-accordion-light-transparent, rgba(255, 255, 255, 0.25)), 0 calc(var(--magic-space, 16px) + 2px) 0 calc(var(--magic-space, 16px) * -1) var(--magic-accordion-light-transparent, rgba(255, 255, 255, 0.25));
  text-decoration: none;
}
.accordion .items[data-v-494ff73b] {
  margin: var(--magic-space--small, 8px) 0 0;
}
.accordion .item[data-v-494ff73b] {
  margin: 0 0 var(--magic-space--x-small, 4px);
  text-align: center;
}
.accordion .item[data-v-494ff73b]:last-child {
  margin: 0;
}
.accordion .text[data-v-494ff73b] {
  font-size: 0.88rem;
  font-weight: var(--magic-font-weight, 400);
  margin: 0;
}
.accordion .link[data-v-494ff73b] {
  display: inline-block;
  padding: var(--magic-space--x-small, 4px);
  width: auto;
}
.accordion .link[data-v-494ff73b]:hover, .accordion .link[data-v-494ff73b]:focus {
  background-color: transparent;
  text-decoration: underline;
}
.accordion .link.is-active[data-v-494ff73b] {
  background-color: transparent;
  text-decoration: underline;
}
.badge[data-v-494ff73b] {
  position: absolute;
  top: calc(var(--magic-space--small, 8px) + var(--magic-space--xx-small, 2px));
  right: calc(var(--magic-space, 16px) + var(--magic-space--small, 8px));
}
.progress-bar[data-v-494ff73b] {
  display: block;
  padding: 0 var(--magic-space, 16px);
  width: 100%;
}
.top-navigation[data-v-927d3ad2] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--magic-top-navigation-height, 56px);
  background-color: var(--magic-tertiary, #000);
  box-shadow: inset 0 -1px 0 0 var(--magic-top-navigation-light-transparent, rgba(255, 255, 255, 0.1));
  color: var(--magic-tertiary-contrast, #fff);
  z-index: 2;
  transition: transform calc(var(--magic-duration, 0.3s) / 2) ease;
  will-change: transform;
}
.top-navigation--light[data-v-927d3ad2] {
  background-color: var(--magic-dark, #000);
  box-shadow: 0 1px 2px 0 var(--magic-top-navigation-medium-transparent, rgba(116, 116, 116, 0.24));
  color: var(--magic-primary, #bf001f);
}
.top-navigation--light .balance[data-v-927d3ad2] {
  margin-left: auto;
  color: var(--magic-caption, #fff);
}
html[data-theme=dark] .top-navigation--light[data-v-927d3ad2] {
  background-color: var(--magic-tertiary, #000);
}
@media (prefers-color-scheme: dark) {
html:not([data-theme=light]) .top-navigation--light[data-v-927d3ad2] {
    background-color: var(--magic-tertiary, #000);
}
}
.top-navigation.is-hidden[data-v-927d3ad2] {
  transform: translate3d(0, -100%, 0);
}
.is-sga .top-navigation[data-v-927d3ad2] {
  transform: translate3d(0, var(--magic-sga-bar-height--m, 50px), 0);
}
.is-agco .top-navigation[data-v-927d3ad2] {
  transform: translate3d(0, var(--magic-agco-bar-height--m, 32px), 0);
}
.is-agco.is-game-play-mobile-session .top-navigation[data-v-927d3ad2] {
  transform: translate3d(0, calc(var(--magic-agco-bar-height--m, 32px) + var(--magic-game-net-position-bar-height, 26px)), 0);
}
@media (min-width: 1024px) {
.top-navigation[data-v-927d3ad2] {
    display: none;
}
}
.is-fullscreen .top-navigation[data-v-927d3ad2], .top-navigation.is-fullscreen[data-v-927d3ad2] {
  display: none;
}
.wrapper[data-v-927d3ad2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--magic-space, 16px);
  width: 100%;
  height: 100%;
}
.logo[data-v-927d3ad2] {
  background-image: url(../img/logo.67fa5ee1.svg);
  background-repeat: no-repeat;
  width: 132px;
  height: 26px;
  background-size: 100% 100%;
}
.action[data-v-927d3ad2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  padding: 0 calc(var(--magic-space--small, 8px) + var(--magic-space--x-small, 4px));
  width: 100%;
  height: var(--magic-top-navigation-height, 56px);
}
.buttons[data-v-927d3ad2] {
  margin: 0 calc((var(--magic-space--x-small, 4px) / 2) * -1) 0 0;
}
.button--left[data-v-927d3ad2] {
  margin-right: auto;
}
.button--right[data-v-927d3ad2] {
  margin-left: auto;
}
.title[data-v-927d3ad2] {
  font-size: 1rem;
  margin: 0;
  padding: 0 var(--magic-icon-size, 24px);
  width: 100%;
  text-align: center;
  color: var(--magic-light, #fff);
}
.icon[data-v-927d3ad2] {
  width: var(--magic-icon-size, 24px);
  height: var(--magic-icon-size, 24px);
  color: var(--magic-caption, #fff);
  cursor: pointer;
}
.icon--help[data-v-927d3ad2] {
  color: var(--magic-primary, #bf001f);
}
.bottom-navigation[data-v-54f60ef6] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: calc(var(--magic-space--small, 8px) + var(--magic-space--x-small, 4px)) 0;
  width: 100%;
  height: var(--magic-bottom-navigation-height, 64px);
  background-color: var(--magic-tertiary, #000);
  box-shadow: inset 0 1px 0 0 var(--magic-bottom-navigation-light-transparent, rgba(255, 255, 255, 0.1));
  color: var(--magic-tertiary-contrast, #fff);
  z-index: 2;
}
@supports (padding-bottom: constant(safe-area-inset-bottom)) {
.bottom-navigation[data-v-54f60ef6] {
    --safe-area-inset-bottom: constant(safe-area-inset-bottom);
    height: calc(var(--safe-area-inset-bottom) + var(--magic-bottom-navigation-height, 64px));
}
}
@supports (padding-bottom: env(safe-area-inset-bottom)) {
.bottom-navigation[data-v-54f60ef6] {
    --safe-area-inset-bottom: env(safe-area-inset-bottom);
    height: calc(var(--safe-area-inset-bottom) + var(--magic-bottom-navigation-height, 64px));
}
}
@media (min-width: 1024px) {
.bottom-navigation[data-v-54f60ef6] {
    display: none;
}
}
.is-fullscreen .bottom-navigation[data-v-54f60ef6], .bottom-navigation.is-fullscreen[data-v-54f60ef6] {
  display: none;
}
.link[data-v-54f60ef6] {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
  padding: 0 var(--magic-space, 16px);
  text-decoration: none;
  transition: color var(--magic-duration, 0.3s) ease;
  will-change: color;
}
.link[data-v-54f60ef6]:hover, .link[data-v-54f60ef6]:focus {
  color: var(--magic-link-light-transparent, rgba(255, 255, 255, 0.75));
}
.link[data-v-54f60ef6]:active, .link.is-active[data-v-54f60ef6] {
  color: var(--magic-light, #fff);
}
.link:active .icon[data-v-54f60ef6], .link.is-active .icon[data-v-54f60ef6] {
  color: var(--magic-primary, #bf001f);
}
.icon[data-v-54f60ef6] {
  width: var(--magic-icon-size, 24px);
  height: var(--magic-icon-size, 24px);
  transition: color var(--magic-duration, 0.3s) ease;
  will-change: color;
}
.text[data-v-54f60ef6] {
  font-size: 0.69rem;
}
.badge[data-v-54f60ef6] {
  position: absolute;
  top: 0;
  right: var(--magic-space--x-small, 4px);
}
.language-select[data-v-7fbb84c8] {
  display: block;
  margin: 0 auto var(--magic-space--large, 32px);
  width: 100%;
  max-width: 180px;
}
.footer[data-v-5c886016] {
  position: relative;
  padding: var(--magic-space--large, 32px);
  padding-bottom: calc(var(--magic-space--large, 32px) + var(--magic-bottom-navigation-height, 64px));
  background-color: var(--magic-tertiary, #000);
  box-shadow: inset 0 1px 0 0 var(--magic-footer-light-transparent, rgba(255, 255, 255, 0.1));
  text-align: center;
  color: var(--magic-tertiary-contrast, #fff);
}
@media (min-width: 1400px) {
.footer[data-v-5c886016] {
    padding: var(--magic-space--large, 32px) calc(var(--magic-space--large, 32px) * 6);
}
}
.is-fullscreen .footer[data-v-5c886016], .footer.is-fullscreen[data-v-5c886016] {
  display: none;
}
.logo[data-v-5c886016] {
  background-image: url(../img/logo.67fa5ee1.svg);
  background-repeat: no-repeat;
  width: 192.9230769231px;
  height: 38px;
  background-size: 100% 100%;
  position: relative;
  margin: 0 auto var(--magic-space--large, 32px);
}
.navigation[data-v-5c886016] {
  font-weight: var(--magic-font-weight-semibold, 600);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto calc(var(--magic-space--large, 32px) - var(--magic-space--small, 8px));
  width: 100%;
  max-width: var(--magic-footer-max-width, 800px);
}
.title[data-v-5c886016] {
  font-size: 1rem;
  margin: 0 0 var(--magic-space--small, 8px);
}
.text[data-v-5c886016] {
  margin: 0;
}
.link[data-v-5c886016] {
  margin: var(--magic-space--small, 8px) calc(var(--magic-space--small, 8px) + var(--magic-space--xx-small, 2px));
  text-decoration: none;
}
.link--logo[data-v-5c886016] {
  font-size: 0;
  display: block;
  flex: 1 0 100%;
  margin: var(--magic-space--small, 8px);
  width: 100%;
  height: 100%;
}
.icon[data-v-5c886016] {
  height: var(--magic-footer-logo-size, var(--magic-icon-size, 24px));
}
.icon--bambora[data-v-5c886016], .icon--inpay[data-v-5c886016] {
  height: calc(var(--magic-footer-logo-size, var(--magic-icon-size, 24px)) * .65);
}
.icon--interac[data-v-5c886016] {
  height: calc(var(--magic-footer-logo-size, var(--magic-icon-size, 24px)) * 1.5);
}
.wrapper[data-v-5c886016] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  max-width: var(--magic-footer-max-width, 800px);
}
.safety[data-v-5c886016],
.payment[data-v-5c886016] {
  margin-bottom: var(--magic-space--large, 32px);
  width: 100%;
}
@media (min-width: 1024px) {
.safety[data-v-5c886016],
.payment[data-v-5c886016] {
    margin: var(--magic-space--small, 8px) 0;
    width: 50%;
}
}
.social-media[data-v-5c886016] {
  margin: var(--magic-space, 16px) auto var(--magic-space--large, 32px);
}
.legal[data-v-5c886016] {
  margin: var(--magic-space, 16px) 0;
  width: 100%;
}
.social-media-logos[data-v-5c886016],
.safety-logos[data-v-5c886016],
.payment-logos[data-v-5c886016],
.legal-logos[data-v-5c886016] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 var(--magic-space, 16px);
  width: 100%;
}
@media (min-width: 1024px) {
.social-media-logos[data-v-5c886016],
.safety-logos[data-v-5c886016],
.payment-logos[data-v-5c886016],
.legal-logos[data-v-5c886016] {
    padding: 0 var(--magic-space--large, 32px);
}
}
.social-media-logo[data-v-5c886016],
.safety-logo[data-v-5c886016],
.payment-logo[data-v-5c886016],
.legal-logo[data-v-5c886016] {
  font-size: 0;
}
.social-media-logo[data-v-5c886016] {
  color: var(--magic-light, #fff);
}
.safety-logo[data-v-5c886016] {
  color: var(--magic-light, #fff);
}
.payment-logo[data-v-5c886016] {
  filter: brightness(0%) invert(100%);
}
.version[data-v-5c886016] {
  font-size: 0.69rem;
  font-weight: var(--magic-font-weight-semibold, 600);
  position: absolute;
  bottom: calc(var(--magic-bottom-navigation-height, 64px) + var(--magic-space, 16px) + var(--magic-space--xxx-small, 1px));
  right: calc(var(--magic-space, 16px) + var(--magic-space--x-small, 4px));
  margin: 0;
  opacity: 0.55;
}
@media (min-width: 1024px) {
.version[data-v-5c886016] {
    bottom: calc(var(--magic-space, 16px) + var(--magic-space--xxx-small, 1px));
}
}

.container[data-v-304aefc1] {
  opacity: 1;
  will-change: opacity;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  top: calc(var(--magic-offset-top) - var(--magic-top-navigation-height, 56px));
  left: 0;
  width: 100%;
  height: calc(100% - (var(--magic-offset-top) - var(--magic-top-navigation-height, 56px) + var(--magic-offset-bottom)));
  background: var(--magic-background, #000);
  overflow-y: auto;
  z-index: 2;
}
.container.fade-in-enter-active[data-v-304aefc1], .container.fade-in-leave-active[data-v-304aefc1] {
  transition: opacity var(--magic-duration, 0.3s) ease;
}
.container.fade-in-enter[data-v-304aefc1], .container.fade-in-leave-to[data-v-304aefc1] {
  opacity: 0;
}
.container--mobile-gameplay[data-v-304aefc1] {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  z-index: 4;
}
.container--borderless[data-v-304aefc1] {
  top: var(--magic-offset-top);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: var(--magic-space--large, 32px) calc(var(--magic-space, 16px) + (var(--magic-space--small, 8px) - var(--magic-space--xx-small, 2px))) var(--magic-space--x-large, 64px);
  height: calc(100% - (var(--magic-offset-top) + var(--magic-offset-bottom)));
  background: var(--magic-modal-container-background, rgba(0, 0, 0, 0.6));
}
@media (min-width: 1024px) {
.container[data-v-304aefc1] {
    top: var(--magic-offset-top);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: var(--magic-space--large, 32px) var(--magic-space--large, 32px) var(--magic-space--x-large, 64px);
    height: calc(100% - (var(--magic-offset-top) + var(--magic-offset-bottom)));
    background: var(--magic-modal-container-background, rgba(0, 0, 0, 0.6));
}
}
.element[data-v-304aefc1] {
  width: 100%;
}
.element--borderless[data-v-304aefc1] {
  width: auto;
}
@media (min-width: 1024px) {
.element[data-v-304aefc1] {
    display: flex;
    width: unset;
    max-height: 100%;
    animation: fade-in-animation-data-v-304aefc1 var(--magic-duration, 0.3s) ease forwards;
    will-change: transform, opacity;
}
}
.title[data-v-304aefc1] {
  font-size: 1rem;
  margin: auto;
  width: 100%;
  text-align: center;
  color: var(--magic-light, #fff);
  line-height: var(--magic-space--large, 32px);
}
@keyframes fade-in-animation-data-v-304aefc1 {
0% {
    opacity: 0;
    transform: translate3d(0, calc(var(--magic-space, 16px) * -1), 0);
}
100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}

.game-frame[data-v-7acbe843] {
  position: absolute;
  top: var(--magic-game-frame-position-top, auto);
  left: var(--magic-game-frame-position-left, auto);
  bottom: auto;
  right: auto;
  transform-origin: center center;
  transition: transform var(--magic-duration, 0.3s) ease;
  will-change: transform;
}
.game-frame.is-full-page[data-v-7acbe843] {
  position: fixed;
  top: calc(var(--magic-offset-top) - var(--magic-top-navigation-height, 56px));
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  min-height: auto;
  z-index: 3;
}
@media (min-width: 1024px) {
.game-frame.is-full-page[data-v-7acbe843] {
    top: var(--magic-offset-top);
}
}
.game-frame.is-minimized[data-v-7acbe843] {
  position: fixed;
  top: auto;
  left: auto;
  bottom: calc(var(--magic-bottom-navigation-height, 64px) + var(--magic-space--large, 32px));
  right: var(--magic-space--large, 32px);
  transform-origin: bottom right;
  transform: scale(var(--magic-game-frame-scale, 1));
}
@supports (padding-bottom: constant(safe-area-inset-bottom)) {
.game-frame.is-minimized[data-v-7acbe843] {
    --safe-area-inset-bottom: constant(safe-area-inset-bottom);
    bottom: calc(var(--safe-area-inset-bottom) + var(--magic-bottom-navigation-height, 64px) + var(--magic-space--large, 32px));
}
}
@supports (padding-bottom: env(safe-area-inset-bottom)) {
.game-frame.is-minimized[data-v-7acbe843] {
    --safe-area-inset-bottom: env(safe-area-inset-bottom);
    bottom: calc(var(--safe-area-inset-bottom) + var(--magic-bottom-navigation-height, 64px) + var(--magic-space--large, 32px));
}
}
@media (min-width: 1024px) {
.game-frame.is-minimized[data-v-7acbe843] {
    bottom: var(--magic-space--large, 32px);
}
}
.ratio[data-v-b6483216] {
  width: calc(100vw - var(--magic-space--xx-large, 128px));
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.3333333333);
}
.ratio[data-v-b6483216]::before {
  content: " ";
  display: block;
}
.ratio.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 2.6666666667);
}
.ratio[data-v-b6483216]::before {
  padding-top: 75%;
}
.ratio.has-2[data-v-b6483216]::before {
  padding-top: 37.5%;
}
.ratio--16x9[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.7777777778);
}
.ratio--16x9.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 3.5555555556);
}
.ratio--16x9[data-v-b6483216]::before {
  padding-top: 56.25%;
}
.ratio--16x9.has-2[data-v-b6483216]::before {
  padding-top: 28.125%;
}
.ratio--533x300[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.7766666667);
}
.ratio--533x300.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 3.5533333333);
}
.ratio--533x300[data-v-b6483216]::before {
  padding-top: 56.2851782364%;
}
.ratio--533x300.has-2[data-v-b6483216]::before {
  padding-top: 28.1425891182%;
}
.ratio--17x13[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.3076923077);
}
.ratio--17x13.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 2.6153846154);
}
.ratio--17x13[data-v-b6483216]::before {
  padding-top: 76.4705882353%;
}
.ratio--17x13.has-2[data-v-b6483216]::before {
  padding-top: 38.2352941176%;
}
.ratio--128x101[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.2673267327);
}
.ratio--128x101.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 2.5346534653);
}
.ratio--128x101[data-v-b6483216]::before {
  padding-top: 78.90625%;
}
.ratio--128x101.has-2[data-v-b6483216]::before {
  padding-top: 39.453125%;
}
.ratio--3x4[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 0.75);
}
.ratio--3x4.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.5);
}
.ratio--3x4[data-v-b6483216]::before {
  padding-top: 133.3333333333%;
}
.ratio--3x4.has-2[data-v-b6483216]::before {
  padding-top: 66.6666666667%;
}
.ratio--101x128[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 0.7890625);
}
.ratio--101x128.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.578125);
}
.ratio--101x128[data-v-b6483216]::before {
  padding-top: 126.7326732673%;
}
.ratio--101x128.has-2[data-v-b6483216]::before {
  padding-top: 63.3663366337%;
}
.ratio--575x325[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.7692307692);
}
.ratio--575x325.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 3.5384615385);
}
.ratio--575x325[data-v-b6483216]::before {
  padding-top: 56.5217391304%;
}
.ratio--575x325.has-2[data-v-b6483216]::before {
  padding-top: 28.2608695652%;
}
.ratio--800x450[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.7777777778);
}
.ratio--800x450.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 3.5555555556);
}
.ratio--800x450[data-v-b6483216]::before {
  padding-top: 56.25%;
}
.ratio--800x450.has-2[data-v-b6483216]::before {
  padding-top: 28.125%;
}
.ratio--1280x720[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.7777777778);
}
.ratio--1280x720.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 3.5555555556);
}
.ratio--1280x720[data-v-b6483216]::before {
  padding-top: 56.25%;
}
.ratio--1280x720.has-2[data-v-b6483216]::before {
  padding-top: 28.125%;
}
.ratio--1280x770[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.6623376623);
}
.ratio--1280x770.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 3.3246753247);
}
.ratio--1280x770[data-v-b6483216]::before {
  padding-top: 60.15625%;
}
.ratio--1280x770.has-2[data-v-b6483216]::before {
  padding-top: 30.078125%;
}
.ratio--800x680[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.1764705882);
}
.ratio--800x680.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 2.3529411765);
}
.ratio--800x680[data-v-b6483216]::before {
  padding-top: 85%;
}
.ratio--800x680.has-2[data-v-b6483216]::before {
  padding-top: 42.5%;
}
.ratio--800x625[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.28);
}
.ratio--800x625.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 2.56);
}
.ratio--800x625[data-v-b6483216]::before {
  padding-top: 78.125%;
}
.ratio--800x625.has-2[data-v-b6483216]::before {
  padding-top: 39.0625%;
}
.ratio--960x630[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.5238095238);
}
.ratio--960x630.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 3.0476190476);
}
.ratio--960x630[data-v-b6483216]::before {
  padding-top: 65.625%;
}
.ratio--960x630.has-2[data-v-b6483216]::before {
  padding-top: 32.8125%;
}
.ratio--960x600[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.6);
}
.ratio--960x600.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 3.2);
}
.ratio--960x600[data-v-b6483216]::before {
  padding-top: 62.5%;
}
.ratio--960x600.has-2[data-v-b6483216]::before {
  padding-top: 31.25%;
}
.ratio--1066x600[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.7766666667);
}
.ratio--1066x600.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 3.5533333333);
}
.ratio--1066x600[data-v-b6483216]::before {
  padding-top: 56.2851782364%;
}
.ratio--1066x600.has-2[data-v-b6483216]::before {
  padding-top: 28.1425891182%;
}
.ratio--1366x768[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.7786458333);
}
.ratio--1366x768.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 3.5572916667);
}
.ratio--1366x768[data-v-b6483216]::before {
  padding-top: 56.2225475842%;
}
.ratio--1366x768.has-2[data-v-b6483216]::before {
  padding-top: 28.1112737921%;
}
.ratio--1366x788[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.7335025381);
}
.ratio--1366x788.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 3.4670050761);
}
.ratio--1366x788[data-v-b6483216]::before {
  padding-top: 57.6866764275%;
}
.ratio--1366x788.has-2[data-v-b6483216]::before {
  padding-top: 28.8433382138%;
}
.ratio--1440x900[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.6);
}
.ratio--1440x900.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 3.2);
}
.ratio--1440x900[data-v-b6483216]::before {
  padding-top: 62.5%;
}
.ratio--1440x900.has-2[data-v-b6483216]::before {
  padding-top: 31.25%;
}
.ratio--1830x1200[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.525);
}
.ratio--1830x1200.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 3.05);
}
.ratio--1830x1200[data-v-b6483216]::before {
  padding-top: 65.5737704918%;
}
.ratio--1830x1200.has-2[data-v-b6483216]::before {
  padding-top: 32.7868852459%;
}
.ratio--1680x945[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.7777777778);
}
.ratio--1680x945.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 3.5555555556);
}
.ratio--1680x945[data-v-b6483216]::before {
  padding-top: 56.25%;
}
.ratio--1680x945.has-2[data-v-b6483216]::before {
  padding-top: 28.125%;
}
.ratio--1920x1200[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.6);
}
.ratio--1920x1200.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 3.2);
}
.ratio--1920x1200[data-v-b6483216]::before {
  padding-top: 62.5%;
}
.ratio--1920x1200.has-2[data-v-b6483216]::before {
  padding-top: 31.25%;
}
.ratio--1920x1260[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.5238095238);
}
.ratio--1920x1260.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 3.0476190476);
}
.ratio--1920x1260[data-v-b6483216]::before {
  padding-top: 65.625%;
}
.ratio--1920x1260.has-2[data-v-b6483216]::before {
  padding-top: 32.8125%;
}
.ratio--1920x1080[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 1.7777777778);
}
.ratio--1920x1080.has-2[data-v-b6483216] {
  max-width: calc((100vh - var(--magic-space--xx-large, 128px)) * 3.5555555556);
}
.ratio--1920x1080[data-v-b6483216]::before {
  padding-top: 56.25%;
}
.ratio--1920x1080.has-2[data-v-b6483216]::before {
  padding-top: 28.125%;
}
@media (min-width: 1024px) {
.ratio[data-v-b6483216] {
    width: calc(100vw - calc((var(--magic-space--xx-large, 128px) * 1.75) + var(--magic-menu-width--d, 230px)));
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.3333333333);
}
.ratio.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 2.6666666667);
}
.ratio--16x9[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7777777778);
}
.ratio--16x9.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.5555555556);
}
.ratio--533x300[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7766666667);
}
.ratio--533x300.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.5533333333);
}
.ratio--17x13[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.3076923077);
}
.ratio--17x13.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 2.6153846154);
}
.ratio--128x101[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.2673267327);
}
.ratio--128x101.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 2.5346534653);
}
.ratio--3x4[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 0.75);
}
.ratio--3x4.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.5);
}
.ratio--101x128[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 0.7890625);
}
.ratio--101x128.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.578125);
}
.ratio--575x325[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7692307692);
}
.ratio--575x325.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.5384615385);
}
.ratio--800x450[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7777777778);
}
.ratio--800x450.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.5555555556);
}
.ratio--1280x720[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7777777778);
}
.ratio--1280x720.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.5555555556);
}
.ratio--1280x770[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.6623376623);
}
.ratio--1280x770.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.3246753247);
}
.ratio--800x680[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.1764705882);
}
.ratio--800x680.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 2.3529411765);
}
.ratio--800x625[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.28);
}
.ratio--800x625.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 2.56);
}
.ratio--960x630[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.5238095238);
}
.ratio--960x630.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.0476190476);
}
.ratio--960x600[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.6);
}
.ratio--960x600.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.2);
}
.ratio--1066x600[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7766666667);
}
.ratio--1066x600.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.5533333333);
}
.ratio--1366x768[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7786458333);
}
.ratio--1366x768.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.5572916667);
}
.ratio--1366x788[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7335025381);
}
.ratio--1366x788.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.4670050761);
}
.ratio--1440x900[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.6);
}
.ratio--1440x900.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.2);
}
.ratio--1830x1200[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.525);
}
.ratio--1830x1200.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.05);
}
.ratio--1680x945[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7777777778);
}
.ratio--1680x945.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.5555555556);
}
.ratio--1920x1200[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.6);
}
.ratio--1920x1200.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.2);
}
.ratio--1920x1260[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.5238095238);
}
.ratio--1920x1260.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.0476190476);
}
.ratio--1920x1080[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7777777778);
}
.ratio--1920x1080.has-2[data-v-b6483216] {
    max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.5555555556);
}
}
.is-fullscreen .ratio[data-v-b6483216], .ratio.is-fullscreen[data-v-b6483216] {
  width: calc(100vw - calc((var(--magic-space--xx-large, 128px) * 1.75)));
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.3333333333);
}
.is-fullscreen .ratio.has-2[data-v-b6483216], .ratio.is-fullscreen.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 2.6666666667);
}
.is-fullscreen .ratio--16x9[data-v-b6483216], .ratio.is-fullscreen--16x9[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7777777778);
}
.is-fullscreen .ratio--16x9.has-2[data-v-b6483216], .ratio.is-fullscreen--16x9.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.5555555556);
}
.is-fullscreen .ratio--533x300[data-v-b6483216], .ratio.is-fullscreen--533x300[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7766666667);
}
.is-fullscreen .ratio--533x300.has-2[data-v-b6483216], .ratio.is-fullscreen--533x300.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.5533333333);
}
.is-fullscreen .ratio--17x13[data-v-b6483216], .ratio.is-fullscreen--17x13[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.3076923077);
}
.is-fullscreen .ratio--17x13.has-2[data-v-b6483216], .ratio.is-fullscreen--17x13.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 2.6153846154);
}
.is-fullscreen .ratio--128x101[data-v-b6483216], .ratio.is-fullscreen--128x101[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.2673267327);
}
.is-fullscreen .ratio--128x101.has-2[data-v-b6483216], .ratio.is-fullscreen--128x101.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 2.5346534653);
}
.is-fullscreen .ratio--3x4[data-v-b6483216], .ratio.is-fullscreen--3x4[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 0.75);
}
.is-fullscreen .ratio--3x4.has-2[data-v-b6483216], .ratio.is-fullscreen--3x4.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.5);
}
.is-fullscreen .ratio--101x128[data-v-b6483216], .ratio.is-fullscreen--101x128[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 0.7890625);
}
.is-fullscreen .ratio--101x128.has-2[data-v-b6483216], .ratio.is-fullscreen--101x128.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.578125);
}
.is-fullscreen .ratio--575x325[data-v-b6483216], .ratio.is-fullscreen--575x325[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7692307692);
}
.is-fullscreen .ratio--575x325.has-2[data-v-b6483216], .ratio.is-fullscreen--575x325.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.5384615385);
}
.is-fullscreen .ratio--800x450[data-v-b6483216], .ratio.is-fullscreen--800x450[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7777777778);
}
.is-fullscreen .ratio--800x450.has-2[data-v-b6483216], .ratio.is-fullscreen--800x450.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.5555555556);
}
.is-fullscreen .ratio--1280x720[data-v-b6483216], .ratio.is-fullscreen--1280x720[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7777777778);
}
.is-fullscreen .ratio--1280x720.has-2[data-v-b6483216], .ratio.is-fullscreen--1280x720.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.5555555556);
}
.is-fullscreen .ratio--1280x770[data-v-b6483216], .ratio.is-fullscreen--1280x770[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.6623376623);
}
.is-fullscreen .ratio--1280x770.has-2[data-v-b6483216], .ratio.is-fullscreen--1280x770.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.3246753247);
}
.is-fullscreen .ratio--800x680[data-v-b6483216], .ratio.is-fullscreen--800x680[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.1764705882);
}
.is-fullscreen .ratio--800x680.has-2[data-v-b6483216], .ratio.is-fullscreen--800x680.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 2.3529411765);
}
.is-fullscreen .ratio--800x625[data-v-b6483216], .ratio.is-fullscreen--800x625[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.28);
}
.is-fullscreen .ratio--800x625.has-2[data-v-b6483216], .ratio.is-fullscreen--800x625.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 2.56);
}
.is-fullscreen .ratio--960x630[data-v-b6483216], .ratio.is-fullscreen--960x630[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.5238095238);
}
.is-fullscreen .ratio--960x630.has-2[data-v-b6483216], .ratio.is-fullscreen--960x630.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.0476190476);
}
.is-fullscreen .ratio--960x600[data-v-b6483216], .ratio.is-fullscreen--960x600[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.6);
}
.is-fullscreen .ratio--960x600.has-2[data-v-b6483216], .ratio.is-fullscreen--960x600.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.2);
}
.is-fullscreen .ratio--1066x600[data-v-b6483216], .ratio.is-fullscreen--1066x600[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7766666667);
}
.is-fullscreen .ratio--1066x600.has-2[data-v-b6483216], .ratio.is-fullscreen--1066x600.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.5533333333);
}
.is-fullscreen .ratio--1366x768[data-v-b6483216], .ratio.is-fullscreen--1366x768[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7786458333);
}
.is-fullscreen .ratio--1366x768.has-2[data-v-b6483216], .ratio.is-fullscreen--1366x768.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.5572916667);
}
.is-fullscreen .ratio--1366x788[data-v-b6483216], .ratio.is-fullscreen--1366x788[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7335025381);
}
.is-fullscreen .ratio--1366x788.has-2[data-v-b6483216], .ratio.is-fullscreen--1366x788.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.4670050761);
}
.is-fullscreen .ratio--1440x900[data-v-b6483216], .ratio.is-fullscreen--1440x900[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.6);
}
.is-fullscreen .ratio--1440x900.has-2[data-v-b6483216], .ratio.is-fullscreen--1440x900.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.2);
}
.is-fullscreen .ratio--1830x1200[data-v-b6483216], .ratio.is-fullscreen--1830x1200[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.525);
}
.is-fullscreen .ratio--1830x1200.has-2[data-v-b6483216], .ratio.is-fullscreen--1830x1200.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.05);
}
.is-fullscreen .ratio--1680x945[data-v-b6483216], .ratio.is-fullscreen--1680x945[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7777777778);
}
.is-fullscreen .ratio--1680x945.has-2[data-v-b6483216], .ratio.is-fullscreen--1680x945.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.5555555556);
}
.is-fullscreen .ratio--1920x1200[data-v-b6483216], .ratio.is-fullscreen--1920x1200[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.6);
}
.is-fullscreen .ratio--1920x1200.has-2[data-v-b6483216], .ratio.is-fullscreen--1920x1200.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.2);
}
.is-fullscreen .ratio--1920x1260[data-v-b6483216], .ratio.is-fullscreen--1920x1260[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.5238095238);
}
.is-fullscreen .ratio--1920x1260.has-2[data-v-b6483216], .ratio.is-fullscreen--1920x1260.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.0476190476);
}
.is-fullscreen .ratio--1920x1080[data-v-b6483216], .ratio.is-fullscreen--1920x1080[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 1.7777777778);
}
.is-fullscreen .ratio--1920x1080.has-2[data-v-b6483216], .ratio.is-fullscreen--1920x1080.has-2[data-v-b6483216] {
  max-width: calc((100vh - calc(var(--magic-space--xx-large, 128px) * 1.75)) * 3.5555555556);
}
.slots[data-v-b6483216] {
  position: relative;
}
.is-full-page .slots[data-v-b6483216] {
  display: contents;
}
.is-full-page.is-minimized .slots[data-v-b6483216] {
  display: block;
}
.slots.has-1 .slot[data-v-b6483216] {
  width: 100%;
  height: 100%;
}
.slots.has-1 .slot--1[data-v-b6483216] {
  top: 0;
  left: 0;
}
.slots.has-2 .slot[data-v-b6483216] {
  width: 50%;
  height: 100%;
}
.slots.has-2 .slot--1[data-v-b6483216] {
  top: 0;
  left: 0;
}
.slots.has-2 .slot--2[data-v-b6483216] {
  top: 0;
  left: 50%;
}
.slots.has-4 .slot[data-v-b6483216] {
  width: 50%;
  height: 50%;
}
.slots.has-4 .slot--1[data-v-b6483216] {
  top: 0;
  left: 0;
}
.slots.has-4 .slot--2[data-v-b6483216] {
  top: 0;
  left: 50%;
}
.slots.has-4 .slot--3[data-v-b6483216] {
  top: 50%;
  left: 0;
}
.slots.has-4 .slot--4[data-v-b6483216] {
  top: 50%;
  left: 50%;
}
.slot[data-v-b6483216] {
  position: absolute;
  overflow: hidden;
}
.is-full-page .slot[data-v-b6483216] {
  display: contents;
}
.is-full-page.is-minimized .slot[data-v-b6483216] {
  display: block;
}
.slot[data-v-b6483216]::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.continue-playing[data-v-b6483216] {
  position: fixed;
  bottom: calc(var(--magic-bottom-navigation-height, 64px) + var(--magic-space, 16px));
  right: var(--magic-space, 16px);
  padding: var(--magic-space--small, 8px) var(--magic-space, 16px) var(--magic-space, 16px);
  border-radius: 0;
  background-color: var(--magic-dark, #000);
  box-shadow: var(--magic-shadow-4, 0 18px 18px 0 var(--magic-shadow, rgba(10, 31, 68, 0.12)), 0 0 1px 0 var(--magic-shadow-light, rgba(10, 31, 68, 0.1)), 0 0 0 0.2px var(--magic-shadow-lighter, rgba(10, 31, 68, 0.08)));
}
@supports (padding-bottom: constant(safe-area-inset-bottom)) {
.continue-playing[data-v-b6483216] {
    --safe-area-inset-bottom: constant(safe-area-inset-bottom);
    bottom: calc(var(--safe-area-inset-bottom) + var(--magic-bottom-navigation-height, 64px) + var(--magic-space, 16px));
}
}
@supports (padding-bottom: env(safe-area-inset-bottom)) {
.continue-playing[data-v-b6483216] {
    --safe-area-inset-bottom: env(safe-area-inset-bottom);
    bottom: calc(var(--safe-area-inset-bottom) + var(--magic-bottom-navigation-height, 64px) + var(--magic-space, 16px));
}
}
@media (min-width: 1024px) {
.continue-playing[data-v-b6483216] {
    bottom: var(--magic-space, 16px);
}
}
.title[data-v-b6483216] {
  font-size: 1rem;
  font-weight: var(--magic-font-weight-semibold, 600);
  display: block;
  margin: 0 0 var(--magic-space--small, 8px);
  max-width: calc(var(--magic-game-minimized-width, 204px) - (var(--magic-icon-size, 24px) / 2));
  color: var(--magic-light, #fff);
}
.icon[data-v-b6483216] {
  display: block;
  position: absolute;
  top: var(--magic-space--small, 8px);
  right: var(--magic-space--small, 8px);
  width: var(--magic-icon-size, 24px);
  height: var(--magic-icon-size, 24px);
  color: var(--magic-light, #fff);
  cursor: pointer;
}
.wrapper[data-v-b6483216] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: var(--magic-game-minimized-width, 204px);
  height: 100%;
}
.slots[data-v-b6483216] {
  transition: all var(--magic-duration, 0.3s) ease;
  will-change: all;
}
.slot[data-v-b6483216]::before {
  background-color: var(--magic-dark, #000);
}
.zendesk-loader[data-v-2698967a] {
  height: calc(100vh - calc(var(--magic-offset-top) + var(--magic-offset-bottom)));
  width: 100%;
  position: fixed;
  z-index: 999997;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
.zendesk-loader[data-v-2698967a] {
    width: 374px;
    height: 374px;
    bottom: var(--magic-space, 16px);
    right: var(--magic-space, 16px);
    border-radius: var(--magic-border-radius, 120px);
}
}
.loader[data-v-2698967a] {
  --magic-loader-stroke: var(--magic-zendesk-loader-stroke, var(--magic-light, #fff));
}
.not-found[data-v-79fd1cdb] {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image[data-v-79fd1cdb] {
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
.image[data-v-79fd1cdb] {
    max-width: var(--magic-modal-size-large, 700px);
}
}
.title[data-v-79fd1cdb] {
  font-size: 1.63rem;
  font-weight: var(--magic-font-weight-semibold, 600);
  margin: var(--magic-space--medium, 24px) auto var(--magic-space--small, 8px);
  color: var(--magic-header, #fff);
}
.text[data-v-79fd1cdb] {
  font-size: 1rem;
  margin: 0 auto var(--magic-space, 16px);
}
.action[data-v-79fd1cdb] {
  margin: 0 auto;
  max-width: var(--magic-element-default-width, 344px);
}
@font-face {
  font-family: "poppins";
  src: url("https://msspins-stg-static.gigmagic.io/fonts/poppins-regular.woff2") format("woff2"), url("https://msspins-stg-static.gigmagic.io/fonts/poppins-regular.woff") format("woff"), url("https://msspins-stg-static.gigmagic.io/fonts/poppins-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "poppins";
  src: url("https://msspins-stg-static.gigmagic.io/fonts/poppins-semibold.woff2") format("woff2"), url("https://msspins-stg-static.gigmagic.io/fonts/poppins-semibold.woff") format("woff"), url("https://msspins-stg-static.gigmagic.io/fonts/poppins-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "poppins";
  src: url("https://msspins-stg-static.gigmagic.io/fonts/poppins-bold.woff2") format("woff2"), url("https://msspins-stg-static.gigmagic.io/fonts/poppins-bold.woff") format("woff"), url("https://msspins-stg-static.gigmagic.io/fonts/poppins-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
html.color-theme-in-transition,
html.color-theme-in-transition *,
html.color-theme-in-transition *::before,
html.color-theme-in-transition *::after {
  transition: all 0.75s;
  transition-delay: 0;
}

html[data-theme=dark] {
  --magic-tertiary: black;
  --magic-tertiary-contrast: #b0b0b0;
  --magic-disabled: #404040;
  --magic-background: #1a1a1a;
  --magic-background-light: #343434;
  --magic-background-dark: #1a1a1a;
  --magic-text: #b0b0b0;
  --magic-caption: #c6c6c6;
  --magic-header: #c6c6c6;
  --magic-shadow: rgba(0, 0, 0, 0.75);
  --magic-shadow-light: rgba(0, 0, 0, 0.45);
  --magic-shadow-lighter: rgba(0, 0, 0, 0.25);
  --magic-input-border: #4e4e4e;
  --magic-dropdown-border: #4e4e4e;
  --magic-selects-border: #4e4e4e;
  --magic-form-field-message-background: black;
  --magic-password-indicator-background: black;
}

@media (prefers-color-scheme: dark) {
  html:not([data-theme=light]) {
    --magic-tertiary: black;
    --magic-tertiary-contrast: #b0b0b0;
    --magic-disabled: #404040;
    --magic-background: #1a1a1a;
    --magic-background-light: #343434;
    --magic-background-dark: #1a1a1a;
    --magic-text: #b0b0b0;
    --magic-caption: #c6c6c6;
    --magic-header: #c6c6c6;
    --magic-shadow: rgba(0, 0, 0, 0.75);
    --magic-shadow-light: rgba(0, 0, 0, 0.45);
    --magic-shadow-lighter: rgba(0, 0, 0, 0.25);
    --magic-input-border: #4e4e4e;
    --magic-dropdown-border: #4e4e4e;
    --magic-selects-border: #4e4e4e;
    --magic-form-field-message-background: black;
    --magic-password-indicator-background: black;
  }
}
.app[data-v-3244e016],
.content[data-v-3244e016] {
  width: 100%;
  height: 100%;
}
.app[data-v-3244e016] {
  --magic-offset-top: var(--magic-top-navigation-height, 56px);
  --magic-offset-bottom: var(--magic-bottom-navigation-height, 64px);
  --magic-top-nav-offset-top: calc(var(--magic-top-navigation-height, 56px) + var(--magic-bottom-navigation-height, 64px));
  --magic-offset-left: 0px;
  --magic-offset-right: 0px;
  display: flex;
  background-color: var(--magic-background, #000);
  transition: background-color var(--magic-duration, 0.3s) ease;
  will-change: background-color;
}
.app.is-game-play-mobile[data-v-3244e016] {
  --magic-offset-top: 0px;
}
.app.is-game-play-mobile-session[data-v-3244e016] {
  --magic-offset-top: var(--magic-game-net-position-bar-height, 26px);
}
.app.is-sga[data-v-3244e016] {
  --magic-offset-top: calc(var(--magic-top-navigation-height, 56px) + var(--magic-sga-bar-height--m, 50px));
}
.app.is-sga.is-game-play-mobile[data-v-3244e016] {
  --magic-offset-top: var(--magic-sga-bar-height--m, 50px);
}
.app.is-sga.is-game-play-mobile-session[data-v-3244e016] {
  --magic-offset-top: calc(var(--magic-sga-bar-height--m, 50px) + var(--magic-game-net-position-bar-height, 26px));
  --magic-game-session-bar-top-offset: var(--magic-sga-bar-height--m, 50px);
}
.app.is-agco[data-v-3244e016] {
  --magic-offset-top: calc(var(--magic-top-navigation-height, 56px) + var(--magic-agco-bar-height--m, 32px));
}
.app.is-agco.is-game-play-mobile[data-v-3244e016] {
  --magic-offset-top: var(--magic-agco-bar-height--m, 32px);
}
.app.is-agco.is-game-play-mobile-session[data-v-3244e016] {
  --magic-offset-top: calc(var(--magic-agco-bar-height--m, 32px) + var(--magic-game-net-position-bar-height, 26px));
  --magic-game-session-bar-top-offset: var(--magic-agco-bar-height--m, 32px);
}
.app.is-menu-hidden .main-navigation[data-v-3244e016] {
  display: none;
}
.app.is-menu-hidden .content[data-v-3244e016] {
  padding-left: 0;
}
.app.is-sportsbook-page-mobile[data-v-3244e016] {
  --magic-offset-bottom: var(--magic-sportsbook-navigation-height, 50px);
}
.app.is-sga[data-v-3244e016] {
  --magic-offset-top: calc(var(--magic-top-navigation-height, 56px) + var(--magic-sga-bar-height--m, 50px));
}
@media (min-width: 1024px) {
.app[data-v-3244e016] {
    --magic-offset-top: 0px;
    --magic-offset-bottom: 0px;
    --magic-offset-left: var(--magic-menu-width--d, 230px);
}
.app.is-sga[data-v-3244e016] {
    --magic-offset-top: var(--magic-sga-bar-height--d, 44px);
}
.app.is-sga.is-fullscreen[data-v-3244e016] {
    --magic-offset-top: var(--magic-sga-bar-height--d, 44px);
    --magic-offset-left: 0px;
}
.app.is-agco[data-v-3244e016] {
    --magic-offset-top: var(--magic-agco-bar-height--d, 32px);
}
.app.is-agco.is-fullscreen[data-v-3244e016] {
    --magic-offset-top: var(--magic-agco-bar-height--d, 32px);
    --magic-offset-left: 0px;
}
}
.is-fullscreen .app[data-v-3244e016], .app.is-fullscreen[data-v-3244e016] {
  --magic-offset-top: 0px;
  --magic-offset-left: 0px;
}
.content[data-v-3244e016] {
  position: relative;
  padding: var(--magic-offset-top) var(--magic-offset-right) var(--magic-offset-bottom) var(--magic-offset-left);
  transition: padding-top var(--magic-duration, 0.3s) ease;
  will-change: padding-top;
}
.content--top-nav-light[data-v-3244e016] {
  padding: var(--magic-top-navigation-height, 56px) 0 0;
}
.is-sga .content--top-nav-light[data-v-3244e016] {
  padding: calc(var(--magic-top-navigation-height, 56px) + var(--magic-sga-bar-height--m, 50px)) 0 0;
}
.is-agco .content--top-nav-light[data-v-3244e016] {
  padding: calc(var(--magic-top-navigation-height, 56px) + var(--magic-agco-bar-height--m, 32px)) 0 0;
}
.page[data-v-3244e016] {
  padding: var(--magic-space, 16px);
  min-height: calc(100vh - calc(var(--magic-offset-top) + var(--magic-offset-bottom)));
  background-color: var(--magic-background-medium, #171717);
}
.header[data-v-65c8403f] {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--magic-content-size-faq, 735px);
}
.content[data-v-65c8403f],
.wrapper[data-v-65c8403f] {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: var(--magic-content-size-faq, 735px);
}
.title[data-v-65c8403f] {
  display: none;
}
@media (min-width: 1024px) {
.title[data-v-65c8403f] {
    font-size: 1.75rem;
    font-weight: var(--magic-font-weight-semibold, 600);
    display: inline-block;
    position: absolute;
    top: calc((var(--magic-space--x-small, 4px) + var(--magic-space--xx-small, 2px)) * -1);
    left: 0;
    margin: 0;
    line-height: 1;
}
}

/*# sourceMappingURL=index.cee205ca2cd45b4d053f.css.map*/