.max-button[data-v-944a1fee] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  padding: 14px 32px;
  font-weight: 600;
  background-color: #0080FF;
  border-radius: 10px;
  line-height: 100%;
}
.max-button[secondary][data-v-944a1fee] {
  padding: 14px 16px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.max-button[green][data-v-944a1fee] {
  background-color: #0a9a49;
}
.max-button[disabled][data-v-944a1fee] {
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.4);
}
.max-button[outlined][data-v-944a1fee] {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.max-button[data-v-944a1fee]:hover {
  filter: brightness(103%);
}
.max-button[data-v-944a1fee]:active {
  filter: brightness(97%);
}
.social-button[data-v-944a1fee] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 10px;
  background: #fff;
  gap: 10px;
  color: #160526;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}
.social-button[data-v-944a1fee]:hover {
  filter: brightness(105%);
}
.social-button[data-v-944a1fee]:active {
  filter: brightness(97%);
}
.social-button[data-v-944a1fee]:disabled {
  pointer-events: none;
  filter: grayscale(1);
}
.social-button svg[data-v-944a1fee] {
  max-width: 24px;
  max-height: 24px;
}
@keyframes play-pulse-anim-52de794a {
to {
    box-shadow: 0 0 0 20px rgba(53, 15, 83, 0.2);
}
}
.logged-out-view[data-v-52de794a] {
  container: loggedOutView/inline-size;
  margin-inline: auto;
  padding: 0 14px;
  display: flex;
  flex-direction: column;
  max-width: 100vw;
}
@media screen and (min-width: 1024px) {
.logged-out-view[data-v-52de794a] {
    max-width: 1086px;
}
}
@media screen and (min-width: 1660px) {
.logged-out-view[data-v-52de794a] {
    max-width: 1448px;
}
}
.logged-out-view section[data-v-52de794a] {
  max-width: 1468px;
  min-height: 422px;
  width: 100%;
  margin-block: auto;
}
@media screen and (max-width: 520px) {
.logged-out-view section[data-v-52de794a] {
    max-width: 100vw;
}
}
.logged-out-view .carousel-container--fade[data-v-52de794a]:after {
  content: "";
  background: linear-gradient(270deg, #350f53 0%, rgba(53, 15, 83, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 900px) {
.logged-out-view .carousel-container[data-v-52de794a] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    min-height: auto;
}
}
.logged-out-view .banners-carousel[data-v-52de794a] {
  max-width: 100%;
}
.logged-out-view .banner-slide[data-v-52de794a] {
  cursor: pointer;
  aspect-ratio: 280/436;
  max-height: 550px;
  height: auto;
}
.logged-out-view .banner-slide[data-v-52de794a]:hover {
  filter: brightness(105%);
}
@media screen and (min-width: 720px) {
.logged-out-view .banner-slide[data-v-52de794a] {
    aspect-ratio: 716/372;
}
.logged-out-view .banner-slide .banner-image.raf[data-v-52de794a] {
    flex-direction: row-reverse;
}
.logged-out-view .banner-slide .banner-image.caf[data-v-52de794a] {
    justify-content: space-between;
}
.logged-out-view .banner-slide .banner-image.caf .content-wrapper[data-v-52de794a] {
    max-width: 55%;
}
.logged-out-view .banner-slide .banner-image .banner-art.raf[data-v-52de794a] {
    max-width: 410px;
}
.logged-out-view .banner-slide .banner-image .banner-art.caf[data-v-52de794a] {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 290px;
    max-height: -moz-fit-content;
    max-height: fit-content;
}
}
@media screen and (min-width: 900px) {
.logged-out-view .banner-slide[data-v-52de794a] {
    flex-basis: 100%;
}
}
.logged-out-view .banner-image[data-v-52de794a] {
  container: bannerImage/inline-size;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(256deg, #0874bf 30.83%, #0257a5 51.38%, #053a8d 71.92%);
  padding: 24px 24px 40px;
}
.logged-out-view .banner-image.caf[data-v-52de794a] {
  justify-content: flex-end;
}
.logged-out-view .banner-image.caf .banner-art.caf[data-v-52de794a] {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: -moz-fit-content;
  max-height: fit-content;
  max-width: 230px;
}
@media (min-width: 350px) {
.logged-out-view .banner-image.caf .banner-art.caf[data-v-52de794a] {
    max-width: 290px;
    top: 20px;
}
}
@media (min-width: 370px) {
.logged-out-view .banner-image.caf .banner-art.caf[data-v-52de794a] {
    max-width: 350px;
    top: 40px;
}
}
@media (min-width: 430px) {
.logged-out-view .banner-image.caf .banner-art.caf[data-v-52de794a] {
    max-width: 430px;
    top: 70px;
}
}
@media (min-width: 470px) {
.logged-out-view .banner-image.caf .banner-art.caf[data-v-52de794a] {
    max-width: 430px;
    top: 40px;
}
}
@media (min-width: 520px) {
.logged-out-view .banner-image.caf .banner-art.caf[data-v-52de794a] {
    max-width: 340px;
    top: 10px;
}
}
@media (min-width: 590px) {
.logged-out-view .banner-image.caf .banner-art.caf[data-v-52de794a] {
    max-width: 340px;
    top: 50px;
}
}
@media (min-width: 638px) {
.logged-out-view .banner-image.caf .banner-art.caf[data-v-52de794a] {
    max-width: 490px;
    top: 50px;
}
}
@media (min-width: 720px) {
.logged-out-view .banner-image.caf .banner-art.caf[data-v-52de794a] {
    position: absolute;
    bottom: -10px;
    left: unset;
    top: unset;
    transform: unset;
    right: 0;
    max-width: 340px;
    max-height: -moz-fit-content;
    max-height: fit-content;
}
}
.logged-out-view .banner-image .banner-art[data-v-52de794a] {
  width: 100%;
  max-height: 182px;
  max-width: 320px;
  margin-inline: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.logged-out-view .banner-image .banner-title[data-v-52de794a] {
  max-width: 80%;
  color: var(--Colors-White, #fff);
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
}
.logged-out-view .banner-image .banner-lead[data-v-52de794a] {
  color: var(--Colors-White, #fff);
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
.logged-out-view .asterisk-text[data-v-52de794a] {
  margin-top: 36px;
  padding: 0;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Barlow", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 8.53px */
}
@container loggedOutView (min-width: 0px) {
.logged-out-view section[data-v-52de794a] {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(256deg, #0874bf 30.83%, #0257a5 51.38%, #053a8d 71.92%);
    margin-bottom: 24px;
}
.logged-out-view section.carousel-container[data-v-52de794a] {
    background: transparent;
}
.logged-out-view section .page-title[data-v-52de794a] {
    font-family: "Proxima Vara", sans-serif;
    color: var(--Colors-White, #fff);
    font-size: 50px;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.logged-out-view section .page-title[data-v-52de794a] small {
    font-size: 75%;
}
.logged-out-view section .page-subtitle[data-v-52de794a] {
    color: var(--Colors-White, #fff);
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.logged-out-view section .page-lead[data-v-52de794a] {
    color: var(--Colors-White, #fff);
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 32px;
}
.logged-out-view section .play-button[data-v-52de794a] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 14px 30px;
    border-radius: 6px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.465px;
    text-transform: uppercase;
}
.logged-out-view section.deposit-options[data-v-52de794a] {
    overflow: unset;
    margin-bottom: 0;
    background: transparent;
    min-height: unset;
}
.logged-out-view section.deposit-options .page-title[data-v-52de794a] {
    font-size: 52px;
    text-align: center;
}
.logged-out-view section.deposit-options .page-lead[data-v-52de794a] {
    text-align: center;
    font-weight: 500;
}
.logged-out-view section.deposit-options .page-lead br[data-v-52de794a] {
    display: none;
}
.logged-out-view section.game-section[data-v-52de794a] {
    background: none;
}
.logged-out-view section.game-section .pvp-bg[data-v-52de794a] {
    position: absolute;
    pointer-events: none;
}
.logged-out-view section.game-section .game-tabs[data-v-52de794a] {
    position: relative;
    z-index: 1;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
}
.logged-out-view section.game-section .game-list-wrapper[data-v-52de794a] {
    overflow: hidden;
    max-height: 810px;
    max-width: calc(100% - 20px);
    margin-inline: auto;
}
.logged-out-view section.game-section .game-list[data-v-52de794a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.logged-out-view section.game-section .game-list[data-v-52de794a]::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 49.8%;
    transform: translateX(-50%);
    width: var(--52de794a-gradientWidth);
    height: 164px;
    filter: blur(4px);
    background: linear-gradient(to bottom, rgba(20, 29, 39, 0.1) 0%, #141d27 100%);
    z-index: 10;
}
.logged-out-view section.game-section .page-title[data-v-52de794a] {
    font-size: 52px;
    text-align: center;
    text-transform: none;
    margin-bottom: 16px;
}
.logged-out-view section.game-section .page-lead[data-v-52de794a] {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px;
}
.logged-out-view section.paypal-section[data-v-52de794a] {
    margin-bottom: 0;
    cursor: pointer;
}
.logged-out-view section.paypal-section .page-lead[data-v-52de794a],
.logged-out-view section.paypal-section .page-title[data-v-52de794a] {
    text-align: center;
}
.logged-out-view section.paypal-section .page-lead[data-v-52de794a] {
    font-weight: 500;
    margin-bottom: 6px;
}
.logged-out-view section.paypal-section .page-title[data-v-52de794a] {
    font-size: 40px;
    margin-bottom: 12px;
}
.logged-out-view section.paypal-section .outer-paypal-logo[data-v-52de794a] {
    display: flex;
    max-width: 127px;
    margin-inline: auto;
    margin-bottom: 12px;
}
.logged-out-view section.paypal-section .inner-paypal-logo[data-v-52de794a] {
    display: none;
}
.logged-out-view section.paypal-section .art-cards-wrapper[data-v-52de794a] {
    position: relative;
    aspect-ratio: 335/290;
    overflow: hidden;
    width: calc(100% - 24px);
    max-width: 335px;
    margin-inline: auto;
}
.logged-out-view section.paypal-section .art-cards[data-v-52de794a] {
    aspect-ratio: 335/360;
    background: url(/images/hp-lo/cards-mobile.webp?) 0 0 no-repeat;
}
.logged-out-view .top-block[data-v-52de794a] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 36px 24px 0;
}
.logged-out-view .art-crypto[data-v-52de794a] {
    background: url(/images/hp-lo/art-coins-mobile.webp?v=3) 0 0 no-repeat;
    aspect-ratio: 750/249;
    background-size: cover;
    margin-bottom: 24px;
    width: calc(100% + 40px);
    transform: translateX(-20px);
}
.logged-out-view .game-tabs[data-v-52de794a] {
    display: flex;
    gap: 4px;
    padding: 6px;
    border-radius: 20px;
    width: calc(100% - 20px);
    margin-inline: auto;
    margin-bottom: 24px;
}
.logged-out-view .game-tab[data-v-52de794a] {
    display: flex;
    padding: 16px 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.02);
    cursor: pointer;
}
.logged-out-view .game-tab span[data-v-52de794a],
.logged-out-view .game-tab svg[data-v-52de794a] {
    opacity: 0.5;
}
.logged-out-view .game-tab--active[data-v-52de794a] {
    cursor: auto;
    background: rgba(255, 255, 255, 0.2);
}
.logged-out-view .game-tab--active span[data-v-52de794a],
.logged-out-view .game-tab--active svg[data-v-52de794a] {
    opacity: 1;
}
.logged-out-view .game-tab[data-v-52de794a]:hover {
    filter: brightness(105%);
}
.logged-out-view .game-tab[data-v-52de794a]:active {
    filter: brightness(97%);
}
.logged-out-view .game-tab svg[data-v-52de794a] {
    max-height: 16px;
    max-width: 20px;
}
.logged-out-view .game-tab span[data-v-52de794a] {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 100%;
}
.logged-out-view .all-games-button[data-v-52de794a] {
    position: absolute;
    z-index: 11;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    margin-inline: auto;
    height: 52px;
    color: #fff;
    text-align: center;
    font-family: "Inter", sans-serif !important;
    font-weight: 700;
    line-height: 100%;
    font-size: 18px;
    padding: 16px 64px;
    width: -moz-max-content;
    width: max-content;
    text-transform: uppercase;
}
@media screen and (max-width: 480px) {
.logged-out-view .all-games-button[data-v-52de794a] {
      padding: 16px 32px;
      font-size: 16px;
}
}
.logged-out-view .svg-wrapper[data-v-52de794a] {
    --shadow-color: rgba(53, 15, 83, 0.2);
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 0px 7px #7026ab) drop-shadow(0px 0px 7px #7026ab);
    cursor: pointer;
    box-shadow: 0 0 0 0 var(--shadow-color);
    animation: play-pulse-anim-52de794a 1s linear infinite;
    animation-delay: 0s;
}
.logged-out-view .svg-wrapper[data-v-52de794a]:hover {
    background: #121111;
    --shadow-color: rgba(53, 15, 83, 0.4);
}
.logged-out-view .svg-wrapper[data-v-52de794a]:active {
    --shadow-color: rgba(53, 15, 83, 0.1);
}
.logged-out-view .svg-wrapper[data-v-52de794a]:before {
    --s: 2s;
}
.logged-out-view .svg-wrapper[data-v-52de794a]:after {
    --s: 3s;
}
.logged-out-view .svg-wrapper[data-v-52de794a]:before, .logged-out-view .svg-wrapper[data-v-52de794a]:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 0 0 var(--shadow-color);
    animation: play-pulse-anim-52de794a 3s linear infinite;
    animation-delay: var(--s, 0s);
}
.logged-out-view .svg-wrapper img[data-v-52de794a] {
    translate: 3px 0;
}
.logged-out-view section.hero-section[data-v-52de794a] {
    display: flex;
    justify-content: center;
    background: url(/images/hp-lo/hero-bg-mobile.webp?v=2) 0 0 no-repeat;
    background-size: cover;
    padding: 40px 20px 0;
}
.logged-out-view section.hero-section .real-cash-prizes-text[data-v-52de794a] {
    margin-top: 44px;
    transform: scale(1.08);
}
.logged-out-view section.hero-section img[data-v-52de794a] {
    display: block;
    margin-inline: auto;
}
.logged-out-view section.hero-section .hero-image[data-v-52de794a] {
    margin-top: 30px;
    margin-bottom: 0;
    cursor: pointer;
}
.logged-out-view section.original-section[data-v-52de794a] {
    display: flex;
    flex-direction: column;
    background: url(/images/hp-lo/oae-bg-mobile.webp?v=2) 0 0 no-repeat;
    background-size: cover;
}
.logged-out-view section.original-section .content-block[data-v-52de794a] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 20px 40px;
}
.logged-out-view section.original-section h2[data-v-52de794a],
.logged-out-view section.original-section p[data-v-52de794a] {
    margin: 0;
    padding: 0;
}
.logged-out-view section.original-section h2[data-v-52de794a] {
    color: #fff;
    font-family: "Proxima Vara", sans-serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
}
.logged-out-view section.original-section p[data-v-52de794a] {
    align-self: stretch;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}
.logged-out-view section.original-section p[data-v-52de794a] sup {
    margin-left: -4px;
}
.logged-out-view section.original-section .oae-image[data-v-52de794a] {
    pointer-events: none;
    margin-bottom: -68px;
}
}
@container loggedOutView (min-width: 380px) {
.logged-out-view .top-block[data-v-52de794a] {
    padding: 40px 40px 0;
}
}
@container loggedOutView (min-width: 470px) {
.logged-out-view .game-tab svg[data-v-52de794a] {
    display: inline-block;
    flex-shrink: 0;
    max-height: 20px;
}
.logged-out-view section.deposit-options .page-lead br[data-v-52de794a] {
    display: block;
}
}
@container loggedOutView (min-width: 543px) {
.logged-out-view section.game-section .game-list[data-v-52de794a] {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.logged-out-view section.game-section .game-list[data-v-52de794a] .game-card {
    max-width: none;
}
@media screen and (min-width: 640px) {
.logged-out-view section.original-section .oae-image[data-v-52de794a] {
      margin-bottom: -128px;
}
}
}
@container loggedOutView (min-width: 704px) {
.logged-out-view .svg-wrapper[data-v-52de794a] {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 0px 7px #7026ab) drop-shadow(0px 0px 7px #7026ab);
    cursor: pointer;
}
.logged-out-view svg[data-v-52de794a] {
    max-width: 40px;
}
.logged-out-view section[data-v-52de794a] {
    display: flex;
    align-items: center;
}
.logged-out-view section .page-title[data-v-52de794a] {
    font-size: 80px !important;
}
.logged-out-view section.deposit-options[data-v-52de794a], .logged-out-view section.game-section[data-v-52de794a] {
    display: block;
}
.logged-out-view .top-block[data-v-52de794a] {
    flex-basis: 58%;
    flex-shrink: 0;
    max-width: 520px;
}
.logged-out-view section.deposit-options .page-title[data-v-52de794a] {
    padding-top: 12px;
    margin-bottom: 20px;
}
.logged-out-view section.deposit-options .top-block[data-v-52de794a] {
    max-width: none;
}
.logged-out-view section.deposit-options .art-crypto[data-v-52de794a] {
    background: url(/images/hp-lo/art-coins-desktop.webp?v=3) 0 0 no-repeat;
    aspect-ratio: 1468/407;
    background-size: cover;
    margin-inline: auto;
    max-width: min(calc(100% - 100px), 733px);
    transform: none;
    margin-bottom: 0;
}
.logged-out-view section.deposit-options .bottom-block[data-v-52de794a] {
    display: flex;
    flex-direction: row-reverse;
    width: 75%;
    margin-inline: auto;
    margin-bottom: -10vw;
}
.logged-out-view section.deposit-options .bottom-block div[data-v-52de794a] {
    flex-basis: 100%;
}
.logged-out-view section.game-section .top-block[data-v-52de794a] {
    max-width: none;
    padding-top: 56px;
}
.logged-out-view section.game-section .game-tabs[data-v-52de794a] {
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    display: grid;
    gap: 10px;
    justify-content: center;
    grid-template-columns: repeat(2, 320px);
}
.logged-out-view section.game-section .game-list-wrapper[data-v-52de794a] {
    max-height: 680px;
}
.logged-out-view section.game-section .game-list[data-v-52de794a] {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    display: grid;
    gap: 24px;
    justify-content: center;
    grid-template-columns: repeat(2, 320px);
    margin-top: 0;
}
.logged-out-view section.paypal-section[data-v-52de794a] {
    margin-top: 60px;
    margin-inline: auto;
    max-width: 998px;
    overflow: visible;
    justify-content: space-between;
}
.logged-out-view section.paypal-section .page-lead[data-v-52de794a],
.logged-out-view section.paypal-section .page-title[data-v-52de794a] {
    text-align: left;
    margin: 0;
}
.logged-out-view section.paypal-section .page-lead[data-v-52de794a] {
    font-size: 18px;
}
.logged-out-view section.paypal-section .page-title[data-v-52de794a] {
    margin-top: 6px;
    display: flex;
    gap: 19px;
    align-items: baseline;
    font-size: 44px;
}
.logged-out-view section.paypal-section .page-title span[data-v-52de794a] {
    flex-shrink: 0;
    font-size: 56px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
}
.logged-out-view section.paypal-section .outer-paypal-logo[data-v-52de794a] {
    display: none;
}
.logged-out-view section.paypal-section .top-block[data-v-52de794a] {
    padding: 0 20px 0 40px;
    flex-basis: auto;
}
.logged-out-view section.paypal-section .art-cards-wrapper[data-v-52de794a] {
    max-width: 315px;
    height: 180px;
    aspect-ratio: auto;
    overflow: visible;
    margin: 0 40px 0 0;
}
.logged-out-view section.paypal-section .art-cards[data-v-52de794a] {
    position: relative;
    display: block;
    margin-left: auto;
    top: 50%;
    transform: translateY(-50%);
    max-height: 280px;
}
.logged-out-view section.paypal-section .inner-paypal-logo[data-v-52de794a] {
    display: block;
    max-width: 140px;
    width: 100%;
    flex-shrink: 0;
}
}
@container loggedOutView (min-width: 740px) {
.logged-out-view section.hero-section[data-v-52de794a] {
    height: clamp(262px, 36.5cqw, 520px);
    min-height: auto;
    align-items: flex-start;
    justify-content: center;
    gap: 22px;
    padding: 0 32px;
    background: url(/images/hp-lo/hero-bg-desktop.webp?v=2) 0 0 no-repeat;
    background-size: cover;
}
.logged-out-view section.hero-section .real-cash-prizes-text[data-v-52de794a] {
    margin-top: 26px;
    max-width: clamp(270px, 38cqw, 539px);
    transform: none;
}
.logged-out-view section.hero-section .content-block[data-v-52de794a] {
    padding: 32px 0;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-evenly;
}
.logged-out-view section.hero-section .hero-logo[data-v-52de794a] {
    max-width: clamp(220px, 30cqw, 436px);
}
.logged-out-view section.hero-section .hero-fair-text[data-v-52de794a] {
    margin-top: 32px;
    max-width: clamp(259px, 37cqw, 587px);
}
.logged-out-view section.hero-section .hero-image[data-v-52de794a] {
    max-width: clamp(364px, 51.5cqw, 727px);
    align-self: end;
    margin: 0;
}
.logged-out-view section.hero-section .asterisk-text[data-v-52de794a] {
    margin-top: 16px;
}
.logged-out-view section.original-section[data-v-52de794a] {
    flex-direction: row;
    justify-content: space-between;
    background: url(/images/hp-lo/oae-bg-desktop.webp?) 0 0 no-repeat;
    background-size: cover;
}
.logged-out-view section.original-section .content-block[data-v-52de794a] {
    padding: 24px;
    gap: 14px;
    max-width: min(53cqw, 480px);
}
.logged-out-view section.original-section h2[data-v-52de794a] {
    font-size: 32px;
}
.logged-out-view section.original-section p[data-v-52de794a] {
    font-size: 12px;
    line-height: 135%;
}
.logged-out-view section.original-section .oae-image[data-v-52de794a] {
    position: relative;
    max-height: 100%;
    max-width: 60cqw;
    margin-bottom: 0;
}
}
@container loggedOutView (min-width: 928px) {
.logged-out-view section.game-section .page-lead[data-v-52de794a] {
    font-size: 20px;
}
.logged-out-view section.paypal-section[data-v-52de794a] {
    min-height: 250px;
    margin-bottom: 0;
}
.logged-out-view section.paypal-section .page-lead[data-v-52de794a] {
    font-size: 20px;
}
.logged-out-view section.paypal-section .page-title[data-v-52de794a] {
    font-size: 56px;
}
.logged-out-view section.paypal-section .top-block[data-v-52de794a] {
    max-width: none;
    padding: 0 20px 0 60px;
}
.logged-out-view section.paypal-section .art-cards-wrapper[data-v-52de794a] {
    max-width: 315px;
    height: 180px;
    aspect-ratio: auto;
    overflow: visible;
    margin: 0 60px 0 0;
}
.logged-out-view section.paypal-section .art-cards[data-v-52de794a] {
    max-height: 314px;
}
.logged-out-view section.paypal-section .inner-paypal-logo[data-v-52de794a] {
    max-width: 180px;
}
}
@container loggedOutView (min-width: 936px) {
.logged-out-view section.hero-section[data-v-52de794a] {
    gap: 44px;
}
.logged-out-view section.hero-section .asterisk-text[data-v-52de794a] {
    margin-top: 42px;
}
.logged-out-view .svg-wrapper[data-v-52de794a] {
    left: 23cqi;
    top: auto;
    right: auto;
    bottom: 8cqi;
    transform: translateX(0);
}
.logged-out-view section.game-section .game-tabs[data-v-52de794a] {
    grid-template-columns: repeat(2, 347px);
}
.logged-out-view section.game-section .game-list[data-v-52de794a] {
    grid-template-columns: repeat(3, 320px);
}
}
@container loggedOutView (min-width: 996px) {
.logged-out-view section.original-section[data-v-52de794a] {
    display: grid;
    grid-template-columns: 1fr 580px;
}
.logged-out-view section.original-section h2[data-v-52de794a] {
    font-size: 40px;
}
.logged-out-view section.original-section p[data-v-52de794a] {
    font-size: 16px;
}
.logged-out-view section.original-section .oae-image[data-v-52de794a] {
    margin: 0;
    max-width: 60cqw;
    justify-self: end;
}
.logged-out-view .game-tab span[data-v-52de794a] {
    font-size: 14px;
}
.logged-out-view .game-tab--active span[data-v-52de794a] {
    font-size: 16px;
}
}
@container loggedOutView (min-width: 1034px) {
.logged-out-view .svg-wrapper[data-v-52de794a] {
    left: 28cqi;
    top: auto;
    right: auto;
    bottom: 11cqi;
    transform: translateX(0);
}
.logged-out-view section.paypal-section .art-cards-wrapper[data-v-52de794a] {
    max-width: 380px;
    max-height: 420px;
    flex-shrink: 0;
}
.logged-out-view section.paypal-section .art-cards[data-v-52de794a] {
    background: url(/images/hp-lo/cards-desktop.webp?) 0 0 no-repeat;
    aspect-ratio: 380/420;
    max-height: none;
}
.logged-out-view section.original-section .content-block[data-v-52de794a] {
    gap: 27px;
    justify-content: center;
    padding: 44px;
    max-width: 480px;
    flex-shrink: 0;
}
.logged-out-view section.original-section h2[data-v-52de794a] {
    font-size: 48px;
}
.logged-out-view section.original-section p[data-v-52de794a] {
    font-size: 16.5px;
}
.logged-out-view section.original-section .oae-image[data-v-52de794a] {
    max-width: none;
    max-height: 548px;
}
}
@container loggedOutView (min-width: 1058px) {
.logged-out-view section.original-section[data-v-52de794a] {
    display: grid;
    grid-template-columns: 1fr 580px;
}
.logged-out-view section.original-section .oae-image[data-v-52de794a] {
    position: absolute;
}
}
@container loggedOutView (min-width: 1104px) {
.logged-out-view section.deposit-options .top-block[data-v-52de794a] {
    flex-basis: 100%;
    align-items: center;
    width: 100%;
    max-width: none;
}
.logged-out-view section.deposit-options .page-lead[data-v-52de794a] {
    font-size: 20px;
    font-weight: 500;
    max-width: 715px;
    text-transform: none;
}
}
@container loggedOutView (min-width: 1152px) {
.logged-out-view .svg-wrapper[data-v-52de794a] {
    left: 29cqi;
    top: auto;
    right: auto;
    bottom: 12cqi;
    transform: translateX(0);
}
}
@container loggedOutView (min-width: 1172px) {
.logged-out-view .svg-wrapper[data-v-52de794a] {
    left: 48%;
    top: auto;
    right: auto;
    bottom: 40%;
    transform: translateX(0);
}
}
@container loggedOutView (min-width: 1393px) {
.logged-out-view section.original-section[data-v-52de794a] {
    grid-template-columns: 635px 1fr;
    height: 738px;
}
.logged-out-view section.original-section .content-block[data-v-52de794a] {
    gap: 36px;
    padding: 0 60px;
    max-width: none;
}
.logged-out-view section.original-section h2[data-v-52de794a] {
    font-size: 64px;
}
.logged-out-view section.original-section p[data-v-52de794a] {
    font-size: 22px;
}
.logged-out-view section.original-section .oae-image[data-v-52de794a] {
    max-height: 738px;
    max-width: 100%;
}
}
@container bannerImage (max-width: 380px) {
.logged-out-view[data-v-52de794a] .banner-title {
    font-size: 40px;
    margin-bottom: 24px;
}
.logged-out-view[data-v-52de794a] .banner-lead {
    font-size: 16px;
}
}
@container bannerImage (min-width: 380px) {
.logged-out-view[data-v-52de794a] .v-responsive__content {
    padding: 40px !important;
}
.logged-out-view[data-v-52de794a] .banner-title {
    font-size: 60px;
    margin-bottom: 24px;
}
.logged-out-view[data-v-52de794a] .banner-lead {
    font-size: 18px;
}
}
@container bannerImage (min-width: 410px) {
.logged-out-view .banner-image .banner-art[data-v-52de794a] {
    max-width: 410px;
    max-height: none;
}
.logged-out-view .banner-image .banner-title[data-v-52de794a] {
    max-width: 90%;
    font-size: 50px;
    margin-top: 24px;
    margin-bottom: 12px;
}
.logged-out-view .banner-image .banner-lead[data-v-52de794a] {
    font-size: 20px;
    max-width: 70%;
}
}
@container bannerImage (min-width: 480px) {
.logged-out-view .banner-image .banner-title[data-v-52de794a] {
    font-size: min(7.7cqi, 90px);
    margin-bottom: 24px;
}
.logged-out-view .banner-image .banner-lead[data-v-52de794a] {
    font-size: 16px;
    max-width: none;
}
}
@container bannerImage (min-width: 540px) {
.logged-out-view .banner-image .banner-art[data-v-52de794a] {
    -o-object-fit: contain;
       object-fit: contain;
}
.logged-out-view .banner-image .banner-title[data-v-52de794a] {
    max-width: 420px;
}
.logged-out-view .banner-image .banner-lead[data-v-52de794a] {
    max-width: 420px;
}
}
@container bannerImage (min-width: 580px) {
.logged-out-view[data-v-52de794a] .v-responsive__content {
    padding: 80px 40px !important;
}
.logged-out-view[data-v-52de794a] .banner-title {
    font-size: 60px;
    max-width: 70%;
}
.logged-out-view[data-v-52de794a] .banner-lead {
    font-size: 18px;
    max-width: min(45%, 400px);
}
}
@media screen and (min-width: 744px) and (max-width: 899px) {
.logged-out-view .banner-slide .banner-image .content-wrapper[data-v-52de794a] {
    display: flex;
    flex-direction: column;
}
}
@media screen and (min-width: 900px) {
.logged-out-view .banner-slide .banner-image[data-v-52de794a] {
    align-items: center;
    flex-direction: row;
    position: relative;
}
.logged-out-view .banner-slide .banner-image .banner-art[data-v-52de794a] {
    position: absolute;
    right: 10px;
}
.logged-out-view .banner-slide .banner-image .banner-art.raf[data-v-52de794a] {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: max(160px, 41cqw);
}
.logged-out-view .banner-slide .banner-image .banner-art.caf[data-v-52de794a] {
    -o-object-fit: contain;
       object-fit: contain;
    max-height: -moz-fit-content;
    max-height: fit-content;
    max-width: 240px;
    right: 0;
    bottom: 0;
}
.logged-out-view .banner-slide .banner-image .content-wrapper[data-v-52de794a] {
    max-width: 60%;
}
.logged-out-view .banner-slide .banner-image .banner-title[data-v-52de794a] {
    font-size: max(26px, 7.5cqw);
}
.logged-out-view .banner-slide .banner-image .banner-lead[data-v-52de794a] {
    font-size: max(14px, 3.5cqw);
    max-width: 328px;
}
}
@media screen and (min-width: 1010px) {
.logged-out-view .banner-slide .banner-image .banner-art.caf[data-v-52de794a] {
    max-width: 290px;
}
}
@media screen and (min-width: 1600px) {
.logged-out-view .banner-slide .banner-image[data-v-52de794a] {
    padding: 40px;
}
.logged-out-view .banner-slide .banner-image .banner-art.caf[data-v-52de794a] {
    bottom: 0;
    max-width: 240px;
}
.logged-out-view .banner-slide .banner-image .content-wrapper[data-v-52de794a] {
    max-width: 65%;
}
.logged-out-view .banner-slide .banner-image .banner-title[data-v-52de794a] {
    margin-top: 0;
    font-size: 56px;
}
.logged-out-view .banner-slide .banner-image .banner-lead[data-v-52de794a] {
    font-size: 18px;
}
}
@media screen and (min-width: 1660px) {
.logged-out-view .banner-slide .banner-image .banner-art.caf[data-v-52de794a] {
    max-width: 425px;
}
}
@supports not (container-type: inline-size) {
.logged-out-view[data-v-52de794a] {
    padding-inline: 10px;
}
.logged-out-view section[data-v-52de794a] {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(256deg, #0874bf 30.83%, #0257a5 51.38%, #053a8d 71.92%);
    margin-bottom: 24px;
}
.logged-out-view section.carousel-container[data-v-52de794a] {
    background: transparent;
}
.logged-out-view section .page-title[data-v-52de794a] {
    font-family: "Proxima Vara", sans-serif;
    color: var(--Colors-White, #fff);
    font-size: 50px;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.logged-out-view section .page-title[data-v-52de794a] small {
    font-size: 75%;
}
.logged-out-view section .page-subtitle[data-v-52de794a] {
    color: var(--Colors-White, #fff);
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.logged-out-view section .page-lead[data-v-52de794a] {
    color: var(--Colors-White, #fff);
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 32px;
}
.logged-out-view section .play-button[data-v-52de794a] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 14px 30px;
    border-radius: 6px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.465px;
    text-transform: uppercase;
}
.logged-out-view section.deposit-options[data-v-52de794a] {
    overflow: unset;
    margin-bottom: 0;
    background: transparent;
    min-height: unset;
}
.logged-out-view section.deposit-options .page-title[data-v-52de794a] {
    font-size: 52px;
    text-align: center;
}
.logged-out-view section.deposit-options .page-lead[data-v-52de794a] {
    text-align: center;
    font-weight: 500;
}
.logged-out-view section.deposit-options .page-lead br[data-v-52de794a] {
    display: none;
}
.logged-out-view section.game-section[data-v-52de794a] {
    background: rgba(255, 255, 255, 0.05);
}
.logged-out-view section.game-section .pvp-bg[data-v-52de794a] {
    position: absolute;
    pointer-events: none;
}
.logged-out-view section.game-section .game-tabs[data-v-52de794a] {
    position: relative;
    z-index: 1;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
}
.logged-out-view section.game-section .game-list-wrapper[data-v-52de794a] {
    overflow: hidden;
    max-height: 810px;
    max-width: calc(100% - 20px);
    margin-inline: auto;
}
.logged-out-view section.game-section .game-list[data-v-52de794a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.logged-out-view section.game-section .page-title[data-v-52de794a] {
    font-size: 52px;
    text-align: center;
    text-transform: none;
    margin-bottom: 16px;
}
.logged-out-view section.game-section .page-lead[data-v-52de794a] {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px;
}
.logged-out-view section.game-section[data-v-52de794a]::after {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    right: -4px;
    bottom: -8px;
    height: 164px;
    filter: blur(4px);
    background: #202932;
    background: linear-gradient(0deg, #202932 0%, #202932 40%, rgba(32, 41, 50, 0.75) 80%, rgba(32, 41, 50, 0) 100%);
    z-index: 10;
}
.logged-out-view section.paypal-section[data-v-52de794a] {
    margin-bottom: 0;
}
.logged-out-view section.paypal-section .page-lead[data-v-52de794a],
.logged-out-view section.paypal-section .page-title[data-v-52de794a] {
    text-align: center;
}
.logged-out-view section.paypal-section .page-lead[data-v-52de794a] {
    font-weight: 500;
    margin-bottom: 6px;
}
.logged-out-view section.paypal-section .page-title[data-v-52de794a] {
    font-size: 40px;
    margin-bottom: 12px;
}
.logged-out-view section.paypal-section .outer-paypal-logo[data-v-52de794a] {
    display: block;
    max-width: 127px;
    margin-inline: auto;
    margin-bottom: 12px;
}
.logged-out-view section.paypal-section .inner-paypal-logo[data-v-52de794a] {
    display: none;
}
.logged-out-view section.paypal-section .art-cards-wrapper[data-v-52de794a] {
    position: relative;
    aspect-ratio: 335/290;
    overflow: hidden;
    width: calc(100% - 24px);
    max-height: 290px;
    max-width: 335px;
    margin-inline: auto;
}
.logged-out-view section.paypal-section .art-cards[data-v-52de794a] {
    aspect-ratio: 335/360;
    background: url(/images/hp-lo/cards-mobile.webp?) 0 0 no-repeat;
    min-height: 360px;
}
.logged-out-view .asterisk-text[data-v-52de794a] {
    margin-top: 36px;
    padding: 0;
    color: #fff;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Barlow", sans-serif;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 8.53px */
}
@media screen and (min-width: 1024px) {
.logged-out-view .asterisk-text[data-v-52de794a] {
      margin-top: 42px;
}
}
.logged-out-view .top-block[data-v-52de794a] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 36px 24px 0;
}
.logged-out-view .art-crypto[data-v-52de794a] {
    background: url(/images/hp-lo/art-coins-mobile.webp?v=3) 0 0 no-repeat;
    aspect-ratio: 750/249;
    background-size: cover;
    margin-bottom: 0;
    width: calc(100% + 40px);
    transform: translateX(-20px);
}
.logged-out-view .game-tabs[data-v-52de794a] {
    display: flex;
    gap: 4px;
    padding: 6px;
    border-radius: 20px;
    width: calc(100% - 20px);
    margin-inline: auto;
    margin-bottom: 24px;
}
.logged-out-view .game-tab[data-v-52de794a] {
    display: flex;
    padding: 16px 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.02);
    cursor: pointer;
}
.logged-out-view .game-tab span[data-v-52de794a],
.logged-out-view .game-tab svg[data-v-52de794a] {
    opacity: 0.5;
}
.logged-out-view .game-tab--active[data-v-52de794a] {
    cursor: auto;
    background: rgba(255, 255, 255, 0.2);
}
.logged-out-view .game-tab--active span[data-v-52de794a],
.logged-out-view .game-tab--active svg[data-v-52de794a] {
    opacity: 1;
}
.logged-out-view .game-tab[data-v-52de794a]:hover {
    filter: brightness(105%);
}
.logged-out-view .game-tab[data-v-52de794a]:active {
    filter: brightness(97%);
}
.logged-out-view .game-tab svg[data-v-52de794a] {
    max-height: 16px;
    max-width: 20px;
}
.logged-out-view .game-tab span[data-v-52de794a] {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 100%;
}
.logged-out-view .all-games-button[data-v-52de794a] {
    position: absolute;
    z-index: 11;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    margin-inline: auto;
    height: 52px;
    color: #fff;
    text-align: center;
    font-family: "Inter", sans-serif !important;
    font-weight: 700;
    line-height: 100%;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    padding: 16px 32px;
    text-transform: uppercase;
}
.logged-out-view .svg-wrapper[data-v-52de794a] {
    --shadow-color: rgba(53, 15, 83, 0.2);
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 0px 7px #7026ab) drop-shadow(0px 0px 7px #7026ab);
    cursor: pointer;
    box-shadow: 0 0 0 0 var(--shadow-color);
    animation: play-pulse-anim-52de794a 1s linear infinite;
    animation-delay: 0s;
}
.logged-out-view .svg-wrapper[data-v-52de794a]:hover {
    background: #121111;
    --shadow-color: rgba(53, 15, 83, 0.4);
}
.logged-out-view .svg-wrapper[data-v-52de794a]:active {
    --shadow-color: rgba(53, 15, 83, 0.1);
}
.logged-out-view .svg-wrapper[data-v-52de794a]:before {
    --s: 2s;
}
.logged-out-view .svg-wrapper[data-v-52de794a]:after {
    --s: 3s;
}
.logged-out-view .svg-wrapper[data-v-52de794a]:before, .logged-out-view .svg-wrapper[data-v-52de794a]:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 0 0 var(--shadow-color);
    animation: play-pulse-anim-52de794a 3s linear infinite;
    animation-delay: var(--s, 0s);
}
.logged-out-view .svg-wrapper img[data-v-52de794a] {
    translate: 3px 0;
}
.logged-out-view section.hero-section[data-v-52de794a] {
    display: flex;
    justify-content: center;
    background: url(/images/hp-lo/hero-bg-mobile.webp?v=2) 0 0 no-repeat;
    background-size: cover;
    padding: 40px 20px 0;
}
.logged-out-view section.hero-section .real-cash-prizes-text[data-v-52de794a] {
    margin-top: 44px;
    transform: scale(1.08);
}
.logged-out-view section.hero-section img[data-v-52de794a] {
    display: block;
    margin-inline: auto;
}
.logged-out-view section.hero-section .hero-image[data-v-52de794a] {
    margin-top: 30px;
    margin-bottom: 0;
    cursor: pointer;
}
.logged-out-view section.original-section[data-v-52de794a] {
    display: flex;
    flex-direction: column;
    background: url(/images/hp-lo/oae-bg-mobile.webp?) 0 0 no-repeat;
    background-size: cover;
}
.logged-out-view section.original-section .content-block[data-v-52de794a] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 20px 40px;
}
.logged-out-view section.original-section h2[data-v-52de794a],
.logged-out-view section.original-section p[data-v-52de794a] {
    margin: 0;
    padding: 0;
}
.logged-out-view section.original-section h2[data-v-52de794a] {
    color: #fff;
    font-family: "Proxima Vara", sans-serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
}
.logged-out-view section.original-section p[data-v-52de794a] {
    align-self: stretch;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}
.logged-out-view section.original-section .oae-image[data-v-52de794a] {
    pointer-events: none;
}
.banner-image .banner-title[data-v-52de794a] {
    font-size: 40px;
    margin-bottom: 24px;
}
.banner-image .banner-lead[data-v-52de794a] {
    font-size: 16px;
}
}
.logged-in-homepage[data-v-145c23fa] {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.categories[data-v-145c23fa] {
  min-height: 100vh;
}
.page-category[data-v-145c23fa] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.page-category[data-v-145c23fa] .game-card[hidden] {
  display: block;
}
.category-header[data-v-145c23fa] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
}
.category-header .category-title[data-v-145c23fa] {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  color: #e7e5ec;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  padding-inline: 14px;
}
@media screen and (min-width: 1024px) {
.category-header .category-title[data-v-145c23fa] {
    font-size: 24px;
}
}
.category-header .icon[data-v-145c23fa] {
  height: 20px;
}
.action-buttons[data-v-145c23fa] {
  display: flex;
  gap: 6px;
}
@media screen and (min-width: 1024px) {
.action-buttons[data-v-145c23fa] {
    gap: 10px;
}
}
.v-btn.action-btn[data-v-145c23fa] {
  min-width: 48px !important;
  height: 48px !important;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent !important;
  box-shadow: none;
  padding: 0 16px !important;
}
.v-btn.action-btn.action-btn--arrow[data-v-145c23fa] {
  padding: 0 !important;
}
@media screen and (min-width: 1024px) {
.v-btn.action-btn[data-v-145c23fa] {
    min-width: 58px;
    height: 58px !important;
    padding: 0 32px !important;
}
.v-btn.action-btn--arrow[data-v-145c23fa] {
    width: 58px !important;
    padding: 0 !important;
}
}
.v-btn.action-btn[data-v-145c23fa] .v-btn__content {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: none;
}
@media screen and (min-width: 1024px) {
.v-btn.action-btn[data-v-145c23fa] .v-btn__content {
    font-size: 20px;
}
}
.disabled[data-v-145c23fa] {
  pointer-events: none;
  opacity: 0.5;
}
.latest-winners-mobile[data-v-145c23fa] {
  padding-left: 14px;
  margin-top: 40px;
}
.video-slider-wrapper[data-v-145c23fa] {
  width: 100%;
  height: 100%;
  max-height: 413px;
}
@media screen and (min-width: 1024px) {
.video-slider-wrapper[data-v-145c23fa] {
    max-height: 425px;
}
}
.hp-background .row[data-v-6521d5ba],
.hp-background .col[data-v-6521d5ba] {
  padding: 0;
  margin: 0 !important;
}
.loader-spinner[data-v-6521d5ba] {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-spinner .ep-container[data-v-6521d5ba] {
  transform: translateY(-25%);
}
.break-text[data-v-6521d5ba] {
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.action-buttons[data-v-6521d5ba] {
  display: flex;
  gap: 10px;
}
.v-btn.action-btn[data-v-6521d5ba] {
  min-width: 44px !important;
  height: 44px !important;
  border-radius: 10px;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
  padding: 0 18px !important;
}
.v-btn.action-btn.action-btn--arrow[data-v-6521d5ba] {
  padding: 0 !important;
  opacity: 0.75;
}
.v-btn.action-btn.action-btn--arrow[data-v-6521d5ba]:hover {
  opacity: 1;
}
.v-btn.action-btn.action-btn--arrow[data-v-6521d5ba]:active {
  opacity: 0.75;
}
@media screen and (min-width: 1024px) {
.v-btn.action-btn[data-v-6521d5ba] {
    height: 58px !important;
    padding: 0 32px !important;
}
.v-btn.action-btn--arrow[data-v-6521d5ba] {
    width: 58px !important;
    padding: 0 !important;
}
}
.v-btn.action-btn[data-v-6521d5ba] .v-btn__content {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: none;
}
@media screen and (min-width: 1024px) {
.v-btn.action-btn[data-v-6521d5ba] .v-btn__content {
    font-size: 20px;
}
}
.disabled[data-v-6521d5ba] {
  pointer-events: none;
  opacity: 0.5;
}
.max-rewards-wrapper[data-v-6521d5ba] {
  max-width: 1700px;
}
.mbc-banner[data-v-6521d5ba] {
  background-image: url("/images/backgrounds/banner-mbc.png");
  height: 100%;
  width: 100%;
  background-size: cover;
}
.mbc-banner .mbc-banner__title[data-v-6521d5ba] {
  display: flex;
  justify-content: center;
}
.mbc-banner .mbc-banner__fog[data-v-6521d5ba] {
  background-image: url("/images/backgrounds/mbc-effects.png");
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.mbc-banner .mbc-banner__game[data-v-6521d5ba] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mbc-banner .mbc-banner__game .mbc-logo[data-v-6521d5ba] {
  position: absolute;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
.mbc-banner .mbc-banner__game .mbc-logo[data-v-6521d5ba] {
    width: 100px;
}
}
.mbc-banner .mbc-banner__game .phone[data-v-6521d5ba] {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 70%;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1200px) {
.mbc-banner .mbc-banner__game .phone[data-v-6521d5ba] {
    width: 100%;
}
}
.coins-wrapper[data-v-6521d5ba] {
  margin-top: 75px;
}
.coins-wrapper img[data-v-6521d5ba] {
  background-size: contain;
  width: 97px;
  height: 97px;
  margin: 0 15px;
}
@media screen and (max-width: 1200px) {
.coins-wrapper img[data-v-6521d5ba] {
    width: 70px;
    height: 70px;
    margin: 0 10px;
}
}
@media screen and (max-width: 1100px) {
.coins-wrapper[data-v-6521d5ba] {
    margin-top: 20px;
}
}
@media screen and (max-width: 700px) {
.coins-wrapper img[data-v-6521d5ba] {
    width: 50px;
    height: 50px;
    margin: 0 5px;
}
}
.max-rewards-card-image[data-v-6521d5ba] {
  aspect-ratio: 3/2;
}
.max-rewards-container .divider-chevron[data-v-6521d5ba] {
  left: 25px !important;
}
.rewards-section[data-v-6521d5ba] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.rewards-section .rewards-card[data-v-6521d5ba] {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.8);
}
.rewards-section .rewards-card[data-v-6521d5ba]::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-image: url("/images/cards/max-rewards-card-shadow-right.png");
  height: 50px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform-origin: center;
  pointer-events: none;
}
.rewards-section .rewards-card[data-v-6521d5ba]:first-child::before {
  transform: scale(-1, 1);
}
.rewards-section .rewards-card img[data-v-6521d5ba] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.rewards-section .rewards-card .refer-friends-text[data-v-6521d5ba] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.rewards-section .rewards-card .reward-card-text[data-v-6521d5ba] {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rewards-section .rewards-card .reward-card-text span[data-v-6521d5ba] {
  font-weight: 800;
  white-space: nowrap;
}
.rewards-section .rewards-card .reward-card-text span[data-v-6521d5ba]:first-child {
  font-size: 50px;
}
.rewards-section .rewards-card .reward-card-text span[data-v-6521d5ba]:last-child {
  line-height: 50px;
  font-size: 78px;
}
@media screen and (max-width: 1264px) {
.rewards-section .rewards-card .reward-card-text span[data-v-6521d5ba]:first-child {
    font-size: 38px;
}
.rewards-section .rewards-card .reward-card-text span[data-v-6521d5ba]:last-child {
    font-size: 58px;
}
}
@media screen and (max-width: 959px) {
.rewards-section .rewards-card .reward-card-text span[data-v-6521d5ba]:first-child {
    font-size: 32px;
}
.rewards-section .rewards-card .reward-card-text span[data-v-6521d5ba]:last-child {
    font-size: 54px;
}
}
@media screen and (max-width: 700px) {
.rewards-section .rewards-card .reward-card-text span[data-v-6521d5ba]:first-child {
    font-size: 26px;
}
.rewards-section .rewards-card .reward-card-text span[data-v-6521d5ba]:last-child {
    font-size: 42px;
}
}
@media screen and (max-width: 600px) {
.rewards-section .rewards-card .reward-card-text span[data-v-6521d5ba]:first-child {
    font-size: 20px;
}
.rewards-section .rewards-card .reward-card-text span[data-v-6521d5ba]:last-child {
    font-size: 30px;
    line-height: 25px;
}
}
@media screen and (max-width: 500px) {
.rewards-section .rewards-card .reward-card-text span[data-v-6521d5ba] {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rewards-section .rewards-card .reward-card-text span[data-v-6521d5ba]:first-child {
    top: 45%;
    font-size: 14px;
}
.rewards-section .rewards-card .reward-card-text span[data-v-6521d5ba]:last-child {
    top: 90%;
    font-size: 20px;
}
}
@media screen and (max-width: 345px) {
.rewards-section .rewards-card .reward-card-text span[data-v-6521d5ba]:first-child {
    font-size: 10px;
}
.rewards-section .rewards-card .reward-card-text span[data-v-6521d5ba]:last-child {
    top: 80%;
    font-size: 14px;
}
}
@media screen and (max-width: 600px) {
.rewards-section[data-v-6521d5ba] {
    gap: 40px;
}
.rewards-section .rewards-card[data-v-6521d5ba] {
    width: 100%;
    transform: scale(1);
}
}
@keyframes fadeIn-6521d5ba {
from {
    top: 50%;
}
to {
    top: 100%;
}
}
.reward-background[data-v-6521d5ba] {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1900px) {
.reward-background[data-v-6521d5ba] {
    max-height: 250px;
}
}
.daily-content-wrapper[data-v-6521d5ba] {
  margin: auto 0;
}
.daily-content-bg[data-v-6521d5ba] {
  position: relative;
  top: -5%;
}
@media screen and (max-width: 959px) {
.daily-content-bg[data-v-6521d5ba] {
    top: 0;
}
}
.daily-content-text[data-v-6521d5ba] {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.daily-content-text span[data-v-6521d5ba] {
  font-weight: 800;
  white-space: nowrap;
}
.daily-content-text span[data-v-6521d5ba]:first-child {
  font-size: 24px;
}
.daily-content-text span[data-v-6521d5ba]:last-child {
  line-height: 20px;
  font-size: 54px;
}
@media screen and (max-width: 1264px) {
.daily-content-text span[data-v-6521d5ba]:first-child {
    font-size: 18px;
}
.daily-content-text span[data-v-6521d5ba]:last-child {
    font-size: 30px;
}
}
@media screen and (max-width: 959px) {
.daily-content-text[data-v-6521d5ba] {
    top: 50%;
}
.daily-content-text span[data-v-6521d5ba]:first-child {
    font-size: 24px;
}
.daily-content-text span[data-v-6521d5ba]:last-child {
    font-size: 54px;
}
}
@media screen and (max-width: 600px) {
.daily-content-text span[data-v-6521d5ba]:first-child {
    font-size: 18px;
}
.daily-content-text span[data-v-6521d5ba]:last-child {
    font-size: 40px;
}
}
@media screen and (max-width: 475px) {
.daily-content-text span[data-v-6521d5ba]:last-child {
    font-size: 30px;
}
}
@media screen and (max-width: 400px) {
.daily-content-text span[data-v-6521d5ba]:first-child {
    font-size: 12px;
}
.daily-content-text span[data-v-6521d5ba]:last-child {
    font-size: 16px;
}
}
.pvp-subtitle[data-v-6521d5ba] {
  line-height: 30px !important;
}
@media screen and (max-width: 600px) {
.pvp-subtitle[data-v-6521d5ba] {
    line-height: 20px !important;
}
}
.badge-new[data-v-6521d5ba] {
  width: 10%;
  position: absolute;
  z-index: 3;
  top: 2%;
  right: -9px;
}
.divider-text[data-v-6521d5ba] {
  color: #2e213c;
}
.mr-popup-banner[data-v-6521d5ba]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: #3a2b4a;
  background: linear-gradient(0deg, #3a2b4a 20%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
}
.mr-popup-content[data-v-6521d5ba] {
  background: #3a2b4a;
}
.header-container[data-v-6521d5ba] {
  max-width: 1750px;
  gap: 16px;
  padding: 26px;
}
@media screen and (max-width: 599px) {
.header-container[data-v-6521d5ba] {
    flex-direction: column !important;
}
}
.header-container .daily-coins-container[data-v-6521d5ba] {
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
.header-container .daily-coins-container[data-v-6521d5ba] {
    width: 100% !important;
}
}
.header-container .daily-coins-container .daily-banner[data-v-6521d5ba] {
  height: 100%;
}
.header-container .daily-coins-container[data-v-6521d5ba] {
  position: relative;
  border-radius: 15px;
  max-width: 420px;
}
@media screen and (min-width: 600px) {
.header-container .daily-coins-container[data-v-6521d5ba] {
    max-width: 500px;
}
}
.header-container .daily-coins-container .daily-button[data-v-6521d5ba] {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translate(-50%);
}
.header-container .daily-coins-container .daily-banner-bgr[data-v-6521d5ba] {
  border-radius: 15px;
}
.header-container .daily-coins-container .daily-banner-bgr[data-v-6521d5ba]:hover {
  border-radius: 15px;
  box-shadow: 0 0 23px 1px #ffca13;
}
.header-container .daily-coins-container .daily-banner-bgr[data-v-6521d5ba] .v-responsive__content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.header-container .daily-coins-container .daily-banner-bgr[data-v-6521d5ba] .v-responsive__content .cta-button {
  margin-bottom: 24px;
}
@media screen and (min-width: 601px) {
.header-container .daily-coins-container .daily-banner-bgr[data-v-6521d5ba] .v-responsive__content .cta-button {
    margin: 0 6px 30px;
}
}
@media screen and (min-width: 768px) {
.header-container .daily-coins-container .daily-banner-bgr[data-v-6521d5ba] .v-responsive__content .cta-button {
    margin: 0 auto 30px;
}
}
@media screen and (min-width: 1024px) {
.header-container .daily-coins-container .daily-banner-bgr[data-v-6521d5ba] .v-responsive__content .cta-button {
    margin-bottom: 42px;
}
}
@media screen and (min-width: 1440px) {
.header-container .daily-coins-container .daily-banner-bgr[data-v-6521d5ba] .v-responsive__content .cta-button {
    margin-bottom: 60px;
}
}
.PVP-container[data-v-6521d5ba] {
  padding-top: 0;
}
.PVP-container .pvp-logo-wrapper[data-v-6521d5ba] {
  position: relative;
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: center;
}
.PVP-container .pvp-logo-wrapper .pvp-logo[data-v-6521d5ba] {
  pointer-events: none !important;
  top: -60px;
  max-width: 500px;
  position: absolute;
}
.PVP-container .pvp-section[data-v-6521d5ba] {
  position: relative;
}
.PVP-container .pvp-section .pvp-cards-wrapper[data-v-6521d5ba] {
  max-width: 80%;
  margin: 0 auto !important;
  position: relative;
}
.PVP-container .pvp-section .pvp-cards-wrapper .pvp-card[data-v-6521d5ba] {
  position: relative;
  background: #3a2350;
  border: 3px solid white;
  border-radius: 8px;
  box-shadow: 0 0 10px 1px white;
  min-width: 100%;
}
.PVP-container .pvp-section .pvp-cards-wrapper .pvp-card .pvp-card-icon[data-v-6521d5ba] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.PVP-container .pvp-section .pvp-cards-wrapper .pvp-card .pvp-card-title[data-v-6521d5ba] {
  padding-top: 100px;
}
.PVP-container .pvp-section .pvp-cards-wrapper .pvp-card-col .pvp-card-icon[data-v-6521d5ba] {
  padding-top: 20px;
}
.PVP-container .pvp-section .pvp-cards-wrapper .pvp-card-col:nth-of-type(2) .pvp-card-icon[data-v-6521d5ba] {
  padding-top: 25px;
}
.PVP-container .pvp-section .pvp-cards-wrapper .pvp-card-col:last-of-type .pvp-card-icon[data-v-6521d5ba] {
  padding-top: 5px;
}
.PVP-container .carousel-container[data-v-6521d5ba] {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 600px) {
.PVP-container .carousel-container[data-v-6521d5ba] {
    width: 100% !important;
}
.PVP-container .carousel-container .hp-carousel[data-v-6521d5ba] {
    width: 100%;
    /* Make the carousel take up the full width */
    height: auto;
    /* Adjust height automatically based on the content */
    aspect-ratio: 16/9;
    max-width: 420px !important;
    margin: 0 auto;
    max-height: 250px;
}
}
.PVP-container .carousel-container .carousel-wrapper[data-v-6521d5ba] {
  width: 100%;
  max-height: 500px;
}
@media screen and (max-width: 600px) {
.PVP-container .carousel-container .carousel-wrapper[data-v-6521d5ba] .carouse-banner-image-1 .v-image .v-image__image {
    background-image: url("/images/banners/mob-hp-lo-carousel-banner-1.png") !important;
}
.PVP-container .carousel-container .carousel-wrapper[data-v-6521d5ba] .carouse-banner-image-2 .v-image .v-image__image {
    background-image: url("/images/banners/mob-hp-lo-carousel-banner-2.png") !important;
}
.PVP-container .carousel-container .carousel-wrapper[data-v-6521d5ba] .carouse-banner-image-3 .v-image .v-image__image {
    background-image: url("/images/banners/mob-hp-lo-carousel-banner-4.png") !important;
}
.PVP-container .carousel-container .carousel-wrapper[data-v-6521d5ba] .carouse-banner-image-4 .v-image .v-image__image {
    background-image: url("/images/banners/mob-hp-lo-carousel-banner-3.png") !important;
}
}
.PVP-container .carousel-container .carousel-wrapper[data-v-6521d5ba] .v-responsive__content {
  width: 100% !important;
}
.PVP-container .carousel-container .hp-carousel[data-v-6521d5ba] {
  height: 100% !important;
  text-shadow: 2px 2px 10px black;
}
.PVP-container .carousel-container .hp-carousel .sx-slider-img[data-v-6521d5ba] {
  margin-top: 25px;
  max-width: 400px;
  margin-left: -20px;
}
.PVP-container .carousel-container .hp-carousel .mbc_img[data-v-6521d5ba] {
  position: absolute;
  max-width: 600px;
  background-size: contain;
  left: 52%;
  transform: translateX(-50%);
  z-index: -1;
}
.PVP-container .carousel-container .hp-carousel .button-container[data-v-6521d5ba] {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding-bottom: 55px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.PVP-container .right-banners-container[data-v-6521d5ba] {
  text-shadow: 2px 2px 10px black;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.PVP-container .right-banners-container .banner[data-v-6521d5ba] {
  position: relative;
  height: 265px;
}
.PVP-container .right-banners-container .banner .new-badge[data-v-6521d5ba] {
  position: absolute;
  width: 120px;
  top: -30px;
  left: -6px;
}
.PVP-container .right-banners-container .banner .banner-sx-logo[data-v-6521d5ba] {
  position: absolute;
  width: 250px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.PVP-container .right-banners-container .banner .banner-img[data-v-6521d5ba] {
  text-shadow: 2px 2px 5px black;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
.hp-carousel[data-v-6521d5ba],
.banner[data-v-6521d5ba] {
  transition: all 0.1s linear;
}
.hp-carousel[data-v-6521d5ba]:hover,
.banner[data-v-6521d5ba]:hover {
  border-radius: 15px;
  box-shadow: 0 0 23px 1px #ffca13;
}
.hp-carousel[data-v-6521d5ba],
.banner[data-v-6521d5ba],
.banner-img[data-v-6521d5ba] {
  border-radius: 15px;
}
.hp-carousel .v-carousel__item[data-v-6521d5ba],
.banner .v-carousel__item[data-v-6521d5ba],
.banner-img .v-carousel__item[data-v-6521d5ba] {
  border-radius: 15px;
}
.hp-carousel[data-v-6521d5ba] .v-image {
  height: 100% !important;
}
.hp-carousel[data-v-6521d5ba] .v-carousel__controls {
  transform: scale(0.6) translateY(5px);
  background: none !important;
  height: 40px;
}
@media screen and (min-width: 1024px) {
.hp-carousel[data-v-6521d5ba] .v-carousel__controls {
    transform: scale(0.9);
}
}
.hp-carousel[data-v-6521d5ba] .v-carousel__controls .v-btn {
  margin: 5px;
  width: 15px;
  height: 15px;
}
.hp-carousel[data-v-6521d5ba] .v-carousel__controls .v-icon {
  font-size: 15px !important;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  border: 1px solid white;
  background-color: transparent;
  transition: all 400ms ease;
  cursor: pointer;
  color: transparent;
}
.hp-carousel[data-v-6521d5ba] .v-carousel__controls .v-btn.v-btn--active .v-icon {
  color: white;
  opacity: 1;
}
.hp-carousel[data-v-6521d5ba] .v-responsive__content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hp-carousel[data-v-6521d5ba] .v-responsive__content .cta-button {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
.hp-carousel[data-v-6521d5ba] .v-responsive__content .cta-button {
    margin-bottom: 42px;
}
}
@media screen and (min-width: 1440px) {
.hp-carousel[data-v-6521d5ba] .v-responsive__content .cta-button {
    margin-bottom: 60px;
}
}
.worlds-slider[data-v-6521d5ba] {
  max-width: 80%;
  margin: auto;
}
.worlds-slider .next-button[data-v-6521d5ba],
.worlds-slider .prev-button[data-v-6521d5ba] {
  top: 40% !important;
  width: 50px !important;
}
.worlds-slider .next-button[data-v-6521d5ba] {
  right: -10% !important;
}
.worlds-slider .prev-button[data-v-6521d5ba] {
  left: -10% !important;
}
.close-button[data-v-6521d5ba] {
  position: absolute;
  top: 12px;
  right: 8px;
  font-size: 32px !important;
  color: white !important;
  text-shadow: 0 0 4px #000;
}
.rewards-slider .glide__slide[data-v-6521d5ba]::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-image: url("/images/cards/max-rewards-card-shadow-right.png");
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform-origin: center;
}
.glide__slides .glide__slide.glide__slide--active[data-v-6521d5ba]::before {
  transform: scale(-1, 1);
}
.worlds-slider .glide__slides[data-v-6521d5ba] {
  padding-bottom: 0;
}
.divider-play-vs-friends[data-v-6521d5ba] {
  position: relative;
  width: 100%;
  height: 70px;
  background: linear-gradient(90deg, var(--v-main-lighter-2-base) 16%, white 100%);
}
.divider-play-vs-friends .divider-chevron[data-v-6521d5ba] {
  position: absolute;
  left: 2%;
  width: 100px;
  height: 100%;
}
.divider-play-vs-friends .divider-chevron .arrow[data-v-6521d5ba] {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5d3f7cff;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  z-index: 2;
}
.divider-play-vs-friends .divider-chevron .arrow1[data-v-6521d5ba] {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  clip-path: polygon(35% 0%, 60% 50%, 35% 100%, 0% 100%, 25% 50%, 0% 0%);
  z-index: 3;
  left: 30%;
}
.divider-play-vs-friends .divider-chevron .arrow2[data-v-6521d5ba] {
  left: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  clip-path: polygon(35% 0%, 60% 50%, 35% 100%, 0% 100%, 25% 50%, 0% 0%);
  z-index: 1;
}
.divider-play-vs-friends[data-v-6521d5ba]:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 400px;
  box-shadow: 0 26px 11px 0 inset rgba(0, 0, 0, 0.1);
}
.divider-max-rewards[data-v-6521d5ba] {
  position: relative;
  width: 100%;
  height: 70px;
  background: linear-gradient(90deg, white 0%, var(--v-main-lighter-2-base) 100%);
}
.divider-max-rewards .divider-chevron[data-v-6521d5ba] {
  position: absolute;
  right: 2%;
  width: 100px;
  height: 100%;
  transform: rotate(180deg);
}
.divider-max-rewards .divider-chevron .arrow[data-v-6521d5ba] {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7f6eac;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  z-index: 2;
}
.divider-max-rewards .divider-chevron .arrow1[data-v-6521d5ba] {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  clip-path: polygon(35% 0%, 60% 50%, 35% 100%, 0% 100%, 25% 50%, 0% 0%);
  z-index: 3;
  left: 30%;
}
.divider-max-rewards .divider-chevron .arrow2[data-v-6521d5ba] {
  left: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  clip-path: polygon(35% 0%, 60% 50%, 35% 100%, 0% 100%, 25% 50%, 0% 0%);
  z-index: 1;
}
.divider-max-rewards[data-v-6521d5ba]:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 400px;
  box-shadow: 0 30px 10px 0 inset rgba(0, 0, 0, 0.1);
}
.play-solo-mobile-card[data-v-6521d5ba] {
  position: relative;
  overflow: visible;
}
.play-solo-mobile-card[data-v-6521d5ba] .v-image__image {
  border-radius: 10px !important;
}
.play-solo-mobile-card[data-v-6521d5ba] .mobile-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-solo-mobile-card[data-v-6521d5ba]:before {
  content: "";
  position: absolute;
  top: 95%;
  left: 0;
  width: 100%;
  height: 10%;
  background-image: url("/images/cards/solo_cards_shadow.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
@media screen and (max-width: 1264px) {
.mbc_img[data-v-6521d5ba] {
    max-width: 500px !important;
}
.worlds-slider .worlds-slide .slider-logo[data-v-6521d5ba] {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 10%);
}
}
@media screen and (max-width: 959px) {
.hp-carousel .button-container[data-v-6521d5ba] {
    padding-bottom: 35px !important;
}
.pvp-cards-wrapper[data-v-6521d5ba] {
    max-width: 100% !important;
}
.sx-slider-img[data-v-6521d5ba] {
    margin-top: 25px;
    max-width: 300px !important;
    margin-left: -20px;
}
.daily-coins-container .daily-button[data-v-6521d5ba] {
    bottom: 0 !important;
}
.daily-coins-container .daily-banner .daily-divider[data-v-6521d5ba] {
    width: 30% !important;
    height: 2px !important;
}
.daily-coins-container .daily-banner .digit[data-v-6521d5ba] {
    max-width: 65px !important;
}
.daily-coins-container .daily-banner .number[data-v-6521d5ba] {
    max-width: 150px !important;
}
.daily-coins-container .daily-banner .plus-icon[data-v-6521d5ba] {
    font-size: 40px !important;
}
.daily-coins-container .daily-banner .number[data-v-6521d5ba] {
    max-width: 120px;
}
.badge-new[data-v-6521d5ba] {
    right: 20px;
}
.v-window__container[data-v-6521d5ba] {
    height: 250px !important;
}
.new-badge[data-v-6521d5ba] {
    width: 100px !important;
    top: -10px !important;
}
.v-carousel__controls[data-v-6521d5ba] {
    background: none !important;
    height: 25px;
}
.carousel-container[data-v-6521d5ba] {
    justify-content: center !important;
}
.carousel-container .mbc-bottom-text[data-v-6521d5ba] {
    display: none;
}
.carousel-container .hp-carousel .mbc_img[data-v-6521d5ba] {
    max-width: 180px !important;
}
.carousel-container .hp-carousel .button-container[data-v-6521d5ba] {
    gap: 20px !important;
}
.right-banners-container[data-v-6521d5ba] {
    max-width: 100% !important;
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    width: 100%;
}
.right-banners-container .banner[data-v-6521d5ba] {
    width: 100%;
    height: 200px !important;
}
.right-banners-container .banner .banner-caf-text[data-v-6521d5ba] {
    bottom: 7% !important;
}
.reward-card-ribbon[data-v-6521d5ba] {
    position: absolute;
    top: -10%;
    right: -0.9%;
    z-index: 1;
    width: 150px;
}
.reward-card-ribbon-mobile[data-v-6521d5ba] {
    position: absolute;
    left: -6px;
    top: -6%;
    z-index: 1;
    width: 100px;
}
}
@media screen and (max-width: 460px) {
.PVP-container .right-banners-container .banner[data-v-6521d5ba] {
    height: 200px !important;
}
.PVP-container .right-banners-container .banner .banner-caf-logo[data-v-6521d5ba] {
    top: 40%;
}
.carousel-container .hp-carousel .button-container[data-v-6521d5ba] {
    gap: 15px !important;
}
}
@media screen and (max-width: 600px) {
.max-rewards-bg .divider-play-vs-friends[data-v-6521d5ba] {
    margin-bottom: 50px !important;
}
.max-rewards-bg .max-rewards-container[data-v-6521d5ba]:after {
    width: 70px !important;
}
.pvp-logo-wrapper[data-v-6521d5ba] {
    height: 50px !important;
}
.pvp-logo-wrapper .pvp-logo[data-v-6521d5ba] {
    top: -70px !important;
    max-width: 320px !important;
}
.badge-new[data-v-6521d5ba] {
    width: 20%;
}
.refer-friends-card[data-v-6521d5ba] .v-image__image {
    background-image: url("/images/banners/ReferFriendsMobile.png") !important;
}
.divider-bg .v-image__image[data-v-6521d5ba] {
    background-position: left center !important;
}
.divider-bg-right .v-image__image[data-v-6521d5ba] {
    background-position: right center !important;
}
.play-btn-shadow[data-v-6521d5ba] {
    width: 80%;
    margin: 0 auto;
    height: 2px;
    box-shadow: 2px 2px 10px;
}
.game-description-text[data-v-6521d5ba] {
    position: absolute;
    text-align: left;
    margin-top: 10px;
    padding: 0 25px;
}
}
.divider-bg[data-v-6521d5ba],
.divider-bg-right[data-v-6521d5ba] {
  position: relative;
  overflow: visible;
}
.divider-wrapper[data-v-6521d5ba] {
  width: 100%;
  position: relative;
}
.divider-wrapper .divider-play-solo[data-v-6521d5ba] {
  height: 70px;
  position: relative;
  background-color: white;
  width: 100%;
  z-index: 2;
}
.divider-wrapper[data-v-6521d5ba]:after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.divider-bg-right[data-v-6521d5ba]::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 70px 10px 0 inset rgba(0, 0, 0, 0.5);
}
.glow-text[data-v-6521d5ba] {
  text-shadow: 0 0 1px white, 0 0 1px white, 0 0 10px white, 0 0 10px white, 0 0 120px white;
  font-size: 26px !important;
  font-weight: 600 !important;
}
.glow-text .text-h2[data-v-6521d5ba] {
  font-size: 55px !important;
  font-weight: 600 !important;
}
.max-coins-img[data-v-6521d5ba] {
  width: 500px;
  max-width: 95%;
  margin: auto;
}
.btg-logo-img[data-v-6521d5ba] {
  height: auto;
  max-width: 700px;
  margin: auto;
}
.mainBanner[data-v-6521d5ba] {
  width: 100%;
}
.mainBanner-logo[data-v-6521d5ba] {
  position: absolute;
  top: 55%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 750px;
}
.reward-card-logo[data-v-6521d5ba] {
  position: absolute;
  width: 20%;
  left: 2%;
  top: 8%;
}
.reward-card-ribbon[data-v-6521d5ba] {
  position: absolute;
  top: -10%;
  left: -1.2%;
  z-index: 1;
  width: 20%;
}
.reward-card-logo.small[data-v-6521d5ba] {
  width: 10%;
}
.referfriends_text_card[data-v-6521d5ba] {
  color: white;
  position: relative;
  font-size: 62px;
  text-align: center;
  top: 40%;
  left: 50%;
  font-weight: 900;
  transform: translate(-50%, -50%);
}
.preview-video[data-v-6521d5ba] {
  height: 100%;
  border-radius: 20px;
  border: 3px solid #f8bf1e;
}
.video-ribbon[data-v-6521d5ba] {
  position: absolute;
  top: -3%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
.video-ribbon img[data-v-6521d5ba] {
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-3d-container figure[data-v-6521d5ba] {
  margin: 0;
}
.carousel-3d-container .carousel-3d-slide[data-v-6521d5ba] {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 10px;
}
.carousel-3d-container figcaption[data-v-6521d5ba] {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  bottom: 0;
  padding: 15px;
  font-size: 12px;
  min-width: 100%;
  box-sizing: border-box;
}
.carousel-3d-container buttonarea[data-v-6521d5ba] {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  bottom: 0;
  padding: 15px;
  font-size: 12px;
  min-width: 100%;
  box-sizing: border-box;
}
.pvp-section[data-v-6521d5ba] {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.logged_pvp-lg[data-v-6521d5ba] {
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 250px;
  background-color: #5f407c;
}
.hp_logged_in_content[data-v-6521d5ba] {
  position: relative;
  width: 100%;
  background: #4e3274;
  background: linear-gradient(0deg, #4e3274 0%, #5e3f7b 25%, #8778b6 50%, #5e3f7b 75%, #4e3274 100%);
}
.solo-games .solo-card-container[data-v-6521d5ba] {
  max-width: 480px;
}
.solo-games .mobile-logo[data-v-6521d5ba] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.solo-games a[data-v-6521d5ba] {
  bottom: 30px;
  position: relative;
}
.solo-games button[data-v-6521d5ba] {
  margin-bottom: 7% !important;
}
.solo-game-card[data-v-6521d5ba] {
  cursor: pointer;
  border: 1px solid var(--v-main-lighter-3-base);
  border-radius: 12px;
  box-shadow: 1px 35px 9px -26px rgba(76, 68, 100, 0.91);
  -webkit-box-shadow: 1px 35px 9px -26px rgba(76, 68, 100, 0.91);
  -moz-box-shadow: 1px 35px 9px -26px rgba(76, 68, 100, 0.91);
}
.solo-game-card[data-v-6521d5ba]:hover {
  box-shadow: 0 0 12px var(--v-gold-base);
}
.max-rewards-bg[data-v-6521d5ba] {
  position: relative;
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
}
.max-rewards-bg .max-rewards-cards-wrapper[data-v-6521d5ba] {
  max-width: 100%;
}
.max-rewards-bg .max-rewards-container[data-v-6521d5ba] {
  width: 100%;
  flex-direction: column;
  position: relative;
}
.max-rewards-bg .max-rewards-container .divider-play-vs-friends[data-v-6521d5ba] {
  margin-bottom: 100px;
}
.max-rewards-bg .max-rewards-container[data-v-6521d5ba]::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 24px;
  width: 155px;
  height: 285px;
  z-index: 4;
  background-image: url("/images/figures/girl-pointing.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.max-rewards-bg .refer-friends-card[data-v-6521d5ba] {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.max-rewards-bg .max-rewards-left-card-text[data-v-6521d5ba] {
  text-shadow: 0 0 11px rgba(255, 202, 20, 0.81);
}
.max-rewards-bg .maxcoins-text[data-v-6521d5ba] {
  position: absolute;
  width: 90%;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-position: center center;
     object-position: center center;
}
.detailbg[data-v-6521d5ba] {
  position: relative;
  background: linear-gradient(180deg, #3e155d 0%, #8778b6 52%);
}
.detailbg .worlds-text[data-v-6521d5ba] {
  width: 90%;
}
.image-wrapper[data-v-6521d5ba] {
  position: relative;
}
.video-preview-frame[data-v-6521d5ba] {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  text-align: center;
  text-align: -webkit-center;
  overflow: hidden;
  height: 90%;
  display: grid;
  align-content: center;
}
.video-preview-frame-wrapper[data-v-6521d5ba] {
  background: #313131;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 600px) and (max-width: 960px) {
.pvp-logo-wrapper[data-v-6521d5ba] {
    height: 100px !important;
}
.pvp-logo-wrapper .pvp-logo[data-v-6521d5ba] {
    top: -70px !important;
    max-width: 400px !important;
}
.max-rewards-bg .divider-play-vs-friends[data-v-6521d5ba] {
    margin-bottom: 50px !important;
}
.max-rewards-bg .max-rewards-container[data-v-6521d5ba]:after {
    width: 90px !important;
}
}
@media (max-width: 959px) {
.divider-play-vs-friends[data-v-6521d5ba],
.divider-max-rewards[data-v-6521d5ba],
.divider-play-solo[data-v-6521d5ba] {
    height: 50px !important;
}
.divider-play-vs-friends .divider-chevron[data-v-6521d5ba],
.divider-max-rewards .divider-chevron[data-v-6521d5ba],
.divider-play-solo .divider-chevron[data-v-6521d5ba] {
    width: 50px;
}
.reward-card-ribbon[data-v-6521d5ba] {
    position: absolute;
    top: -10%;
    right: -0.9%;
    z-index: 1;
    width: 150px;
}
.worlds-slide .v-btn[data-v-6521d5ba] {
    max-width: 100%;
    min-width: auto !important;
}
.reward-container[data-v-6521d5ba] {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
}
@media screen and (max-width: 992px) {
.mainBanner-logo[data-v-6521d5ba] {
    width: 90%;
    margin-top: 25px;
}
}
@media (max-width: 600px) {
.sx-slider-img[data-v-6521d5ba] {
    margin-top: 25px;
    max-width: 200px !important;
    margin-left: -20px;
}
.sx-slider-text[data-v-6521d5ba] {
    margin-left: -5px !important;
    max-width: 190px !important;
}
.reward-card-ribbon[data-v-6521d5ba] {
    position: absolute;
    top: -10%;
    right: 1.5%;
    z-index: 1;
    width: 100px;
}
.reward-card-ribbon-mobile[data-v-6521d5ba] {
    width: 75px;
}
.logged_pvp-lg .cf-logo[data-v-6521d5ba] {
    width: 100%;
}
.worlds-slide .description-wrapper[data-v-6521d5ba] {
    text-align: center;
    padding: 0 5px;
}
.worlds-slide.glide__slide--active .description-wrapper[data-v-6521d5ba] {
    text-align: center;
}
}
@media (min-width: 600px) and (max-width: 910px) {
.rewards-row button[data-v-6521d5ba] {
    min-width: auto !important;
    width: 100%;
}
}
@media (max-width: 600px) {
.divider-bg .v-image__image[data-v-6521d5ba] {
    background-position: left center;
}
.v-carousel__controls[data-v-6521d5ba] {
    background: none !important;
    height: 41px;
}
.video-ribbon[data-v-6521d5ba] {
    top: -7%;
}
.video-preview-frame[data-v-6521d5ba] {
    overflow: visible;
    flex-direction: column;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 85%;
}
.video-preview-frame .video-play-btn[data-v-6521d5ba] {
    pointer-events: auto;
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -30px;
}
.purple-background[data-v-6521d5ba] {
    width: 80%;
}
}
@media (max-width: 600px) {
.worlds-slide[data-v-6521d5ba] {
    padding: 20px !important;
}
.worlds-slide .slider-logo[data-v-6521d5ba] {
    width: 60% !important;
    transform: translate(-50%, 5%) !important;
}
.worlds-slide .slider-image[data-v-6521d5ba] {
    max-width: 70%;
    margin: 0 auto;
}
.worlds-slide .description-wrapper[data-v-6521d5ba],
.worlds-slide.glide__slide--active .description-wrapper[data-v-6521d5ba] {
    text-align: center;
}
}
@media (max-width: 400px) {
.worlds-slider .worlds-slide[data-v-6521d5ba] {
    padding: 24px 4px !important;
}
.divider-play-vs-friends[data-v-6521d5ba],
.divider-play-solo[data-v-6521d5ba],
.divider-max-rewards[data-v-6521d5ba] {
    height: 35px !important;
}
.divider-play-vs-friends .divider-chevron[data-v-6521d5ba],
.divider-play-solo .divider-chevron[data-v-6521d5ba],
.divider-max-rewards .divider-chevron[data-v-6521d5ba] {
    width: 35px;
}
.divider-play-vs-friends .divider-chevron .arrow[data-v-6521d5ba],
.divider-play-solo .divider-chevron .arrow[data-v-6521d5ba],
.divider-max-rewards .divider-chevron .arrow[data-v-6521d5ba] {
    background-color: #6c5797;
}
.reward-card-ribbon-mobile[data-v-6521d5ba] {
    width: 60px;
}
}
.category-header[data-v-6521d5ba] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
.category-header[data-v-6521d5ba] {
    margin-top: 40px;
}
}
.category-header span[data-v-6521d5ba] {
  font-size: 18px;
  font-weight: 600;
  color: #e7e5ec;
}
@media screen and (min-width: 1024px) {
.category-header span[data-v-6521d5ba] {
    font-size: 24px;
}
}
.promo-banners[data-v-6521d5ba] {
  margin-top: -32px;
}
.daily-banner[data-v-6521d5ba] {
  position: relative;
}
.daily-banner[data-v-6521d5ba] .v-responsive__content {
  display: flex;
  justify-content: center;
}
.daily-banner[data-v-6521d5ba] .v-responsive__content .join-button {
  position: absolute;
  bottom: 20px;
}
@media screen and (min-width: 600px) {
.daily-banner[data-v-6521d5ba] .v-responsive__content .join-button {
    min-width: auto;
    min-height: auto;
    width: calc(100% - 50px);
    height: clamp(16px, 2.6vw, 38px);
    bottom: 6px;
}
.daily-banner[data-v-6521d5ba] .v-responsive__content .join-button span {
    font-size: clamp(12px, 1.7vw, 20px);
}
}
@media screen and (min-width: 720px) {
.daily-banner[data-v-6521d5ba] .v-responsive__content .join-button {
    bottom: clamp(12px, 3vw, 68px);
}
}
@media screen and (min-width: 720px) {
.daily-banner[data-v-6521d5ba] .v-responsive__content .join-button {
    width: auto;
}
}
.max-rewards-banners[data-v-6521d5ba] {
  margin-top: 80px;
  max-width: calc(100vw - 80px);
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
.max-rewards-banners[data-v-6521d5ba] {
    max-width: 1280px;
}
}
.max-rewards-banners img[data-v-6521d5ba] {
  max-width: 100%;
  margin-inline: auto;
}

/*# sourceMappingURL=9.f68cd657.css.map*/