* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.bc-game-dnij4t {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-dnij4t {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-dnij4t {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.bc-game-va2sc7 {
  overflow: hidden;
}

.bc-game-a6yuug img {
  background: var(--Neutral-300);
}

.bc-game-rxtr2i {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.bc-game-1mgy8k {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.bc-game-1mgy8k:hover {
  background: var(--button-bg-hover);
}

.bc-game-7y465m {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bc-game-7y465m:hover {
  background: var(--button-bg-hover);
}

.bc-game-n49cw9 {
  font-size: 12px;
  line-height: 18px;
}

.bc-game-s03vn5 {
  font-size: 18px;
  line-height: 26px;
}

.bc-game-g50ch5 {
  width: 100%;
}

.bc-game-v5p2oi {
  padding: 6px 16px;
}

.bc-game-c7je9h {
  padding: 10px 16px;
}

.bc-game-xvucug {
  padding: 15px 26px;
}

.bc-game-fvj0zj {
  flex-shrink: 0;
}

.bc-game-rh4gwp {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.bc-game-l5fhzp {
  display: none;
}

.bc-game-skwm1f {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bc-game-ildwpl {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.bc-game-v779bw {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.bc-game-7eybp5 {
  cursor: grab;
}

.bc-game-v779bw::-webkit-scrollbar {
  display: none;
}

.bc-game-ljumyy {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.bc-game-37mu67 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.bc-game-lsu3ms {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.bc-game-scji0a {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.bc-game-1fdayh {
  visibility: visible;
}

.bc-game-8fhy0y {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.bc-game-ogo60v ease;
}

.bc-game-206e0t {
  background-color: var(--Primary-200);
  width: 16px;
}

.bc-game-l79a48 {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.bc-game-ogo60v,
    mask-image 0.3s;
}

.bc-game-l79a48.bc-game-kjrnqy {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.bc-game-xyxysw:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bc-game-jsauz7 {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.bc-game-xfe7w2.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.bc-game-xfe7w2.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.bc-game-gwotqq {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.bc-game-gwotqq::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.bc-game-o8y12t {
  position: relative;
  z-index: 1;
}

.bc-game-bpsiun {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.bc-game-cd22a9 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.bc-game-g37wyd {
  font-size: 40px;
  line-height: 48px;
}

.bc-game-mmn032 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bc-game-bzdp2e {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.bc-game-bzdp2e:hover {
  background: var(--Primary-400);
}

.bc-game-bzdp2e svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.bc-game-xyxysw img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .bc-game-gwotqq {
    max-width: 600px;
    padding: 64px;
  }

  .bc-game-bpsiun {
    font-size: 24px;
    line-height: 32px;
  }

  .bc-game-cd22a9 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .bc-game-g37wyd {
    font-size: 50px;
    line-height: 56px;
  }

  .bc-game-mmn032 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .bc-game-jsauz7 {
    top: 25px;
    right: 25px;
  }
}

.bc-game-qvl1ej,
.bc-game-xi69i2 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.bc-game-zq7xn3.bc-game-2816t7::before,
.bc-game-xi69i2::before,
.bc-game-63tphu::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.bc-game-xfe7w2.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.bc-game-tyorxr 14.bc-game-5zt9fc.bc-game-dggsvt 14.bc-game-te5gnp 15.bc-game-j4uztr 14.bc-game-6usozu 15.bc-game-pljg94 14.bc-game-bfa0jn.bc-game-sh2aee 14.bc-game-9g83hh 19.bc-game-0rru3t 12.bc-game-08s43a 19.bc-game-0rru3t 10.bc-game-6gxkbf.bc-game-0rru3t 8.bc-game-b7mr9x 17.bc-game-a58mrx 7.bc-game-h98ii0 15.bc-game-08eoxj 7.bc-game-d12yi2.bc-game-yfrjby 7.bc-game-h98ii0 11.bc-game-3pvsfu 8.bc-game-b7mr9x 11.bc-game-3pvsfu 10.bc-game-4nysom.bc-game-3pvsfu 12.bc-game-8zjrce 13.bc-game-t5teb6 14.bc-game-3dl4pi 15.bc-game-z5m0te 14.bc-game-7ln5k6.bc-game-am2m6u 14.bc-game-jku9vm 15.bc-game-vgwckh 14.bc-game-81zioc 15.bc-game-civ5mk 14.bc-game-n01lq9.bc-game-tyorxr 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.bc-game-k0tojh 15.bc-game-1mbioe.bc-game-urxy6p 15.bc-game-ovrygi 15.bc-game-ueqt5p 15.bc-game-4fcfvp 15.bc-game-3o0n9i 15.bc-game-slsg2w.bc-game-a1fn8i 15.bc-game-4fcfvp 15.bc-game-4v4vxq 15.bc-game-qajayb 15.bc-game-f0qied 15.bc-game-tk1uk0.bc-game-vzslhc 15.bc-game-0zzan5 7.bc-game-07v5xn 18.bc-game-mpu4ph 7.bc-game-9hrqcp 23.bc-game-o9ctgy.bc-game-sjbyid.bc-game-dxvoez 18.bc-game-vxz30b 19.bc-game-cpl58l 15.bc-game-xqt9zt 15.bc-game-k0tojh 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.bc-game-o64sx7 [type="submit"] *,
.bc-game-93ebdb button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .bc-game-44rzil {
    display: none;
  }
}

.bc-game-m4r6xk {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .bc-game-m4r6xk {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-m4r6xk {
    bottom: 22px;
  }
}

.bc-game-m4r6xk input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .bc-game-m4r6xk {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.bc-game-41trpk.static) .bc-game-m4r6xk {
    bottom: 8px;
  }
}

.bc-game-aj9ixv {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.bc-game-xfe7w2.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.bc-game-auss9i 3.bc-game-rmr5ev.bc-game-i1hvzt.bc-game-8nupxu 3.bc-game-4q3ydj 3.bc-game-vknkpq 5.bc-game-3cz8g3 3.bc-game-vknkpq 8.bc-game-nes1mk.bc-game-7pil5q.bc-game-vknkpq 26.bc-game-06tea0 5.bc-game-1y8apb 28.bc-game-m9nu4k 8.bc-game-libwo6 28.bc-game-fdu29m.bc-game-f23mbs 28.bc-game-vikxfh.bc-game-ro382o 34.bc-game-4fdzfg.bc-game-eykzlm 36.bc-game-caa047 11.bc-game-lj38hy 37.bc-game-rdi0y0 12.bc-game-3eo6yr 36.bc-game-f7hltm.bc-game-xtqfas 28.bc-game-cc2jo3.bc-game-j0lmbp.bc-game-9p4l8u 28.bc-game-r8rw10 36.bc-game-iam5q0 26.bc-game-n46t0j 36.bc-game-iam5q0 23.bc-game-zc7p7c.bc-game-frrkk0.bc-game-iam5q0 5.bc-game-sun1v4 34.bc-game-6mfgms 3.bc-game-4q3ydj 31.bc-game-auss9i 3.bc-game-2zzcmt.bc-game-9my31h 18.bc-game-w9guw4.bc-game-36jcrl 18.bc-game-xfgcy3 8.bc-game-iou8t4 17.bc-game-563o3a 8.bc-game-iou8t4 15.bc-game-egotv1.bc-game-iou8t4 14.bc-game-am3cbm 9.bc-game-36jcrl 13.bc-game-u7udbt 11.bc-game-9my31h 13.bc-game-k7v05e.bc-game-r8rjbx 13.bc-game-u7udbt 13.bc-game-284mdk 14.bc-game-am3cbm 13.bc-game-284mdk 15.bc-game-ldzm6k.bc-game-284mdk 17.bc-game-563o3a 12.bc-game-r8rjbx 18.bc-game-xfgcy3 11.bc-game-9my31h 18.bc-game-c0ki1u.bc-game-12eu3u 18.bc-game-1m5n2u.bc-game-mkxlf7 18.bc-game-xfgcy3 17.bc-game-lmy48z 17.bc-game-563o3a 17.bc-game-lmy48z 15.bc-game-1dutpp.bc-game-lmy48z 14.bc-game-am3cbm 18.bc-game-mkxlf7 13.bc-game-u7udbt 20.bc-game-12eu3u 13.bc-game-zzqdao.bc-game-njocja 13.bc-game-u7udbt 22.bc-game-eqzslu 14.bc-game-am3cbm 22.bc-game-eqzslu 15.bc-game-j4pbr4.bc-game-s8tgqs 17.bc-game-563o3a 21.bc-game-njocja 18.bc-game-xfgcy3 20.bc-game-12eu3u 18.bc-game-2ax5vd.bc-game-kfnmdx 18.bc-game-dztb0l.bc-game-sszhfu 18.bc-game-xfgcy3 26.bc-game-bbv46p 17.bc-game-563o3a 26.bc-game-bbv46p 15.bc-game-eai6nt.bc-game-bbv46p 14.bc-game-am3cbm 27.bc-game-sszhfu 13.bc-game-u7udbt 28.bc-game-kfnmdx 13.bc-game-4ags7z.bc-game-0wusk7 13.bc-game-u7udbt 31.bc-game-x9o0s6 14.bc-game-am3cbm 31.bc-game-x9o0s6 15.bc-game-1x4282.bc-game-bbv46p 17.bc-game-563o3a 30.bc-game-0wusk7 18.bc-game-xfgcy3 28.bc-game-kfnmdx 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .bc-game-aj9ixv {
    display: none;
  }
}

.bc-game-kp2gz6 {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .bc-game-kp2gz6 {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.bc-game-93ebdb {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .bc-game-93ebdb {
    padding: 14px 16px;
  }
}

.bc-game-93ebdb button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.bc-game-93ebdb button:first-child {
  align-content: end;
}

.bc-game-93ebdb button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .bc-game-93ebdb
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-93ebdb
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.bc-game-93ebdb button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.bc-game-93ebdb button:last-child svg {
  width: 38px;
  height: 38px;
}

.bc-game-63tphu {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.bc-game-63tphu::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .bc-game-63tphu,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-63tphu {
  opacity: 1;
  visibility: visible;
}

.bc-game-kigqui {
  flex: 1 1;
}

.bc-game-f408vf {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-f408vf {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .bc-game-ep44xp {
  display: block;
}

.bc-game-x3w405 {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .bc-game-x3w405 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-xi69i2 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.bc-game-xi69i2::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.bc-game-gk9ndg span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.bc-game-gk9ndg p {
  color: var(--Text-100);
}

.bc-game-xi69i2 .bc-game-ieg5cb {
  grid-area: button;
}

.bc-game-xi69i2 .bc-game-ieg5cb::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.bc-game-xfe7w2.org/2000/svg'%3E%3Cpath d='M4.bc-game-nf4gvv 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-l8e8z3 15L16.bc-game-l8e8z3 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-l8e8z3 5L16.bc-game-l8e8z3 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .bc-game-qq2p6n {
  display: block;
}

.bc-game-ecqfmg {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .bc-game-ecqfmg {
    margin-top: 40px;
  }
}

.bc-game-qvl1ej label,
.bc-game-qvl1ej input {
  display: block;
  width: 100%;
}

.bc-game-qvl1ej label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.bc-game-qvl1ej label.bc-game-utb6ww input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.bc-game-qvl1ej label.bc-game-utb6ww::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.bc-game-qvl1ej input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.bc-game-qvl1ej input::placeholder {
  color: var(--Text-400);
}

.bc-game-y00ruh {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .bc-game-y00ruh {
  display: flex;
}

.bc-game-y00ruh ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .bc-game-y00ruh ol {
    height: 420px;
    padding: 24px;
  }
}

.bc-game-y00ruh ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.bc-game-o64sx7 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-o64sx7 {
    padding: 0 24px 24px;
  }
}

.bc-game-o64sx7 input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.bc-game-o64sx7 input::placeholder {
  color: var(--Text-400);
}

.bc-game-o64sx7 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.bc-game-o64sx7 [type="submit"]:disabled {
  opacity: 0.5;
}

.bc-game-o64sx7 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .bc-game-o64sx7 [type="submit"] {
    right: 40px;
  }
}

.bc-game-zq7xn3 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.bc-game-zq7xn3.bc-game-2816t7 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.bc-game-zq7xn3.bc-game-2816t7::before {
  content: "";
  width: 31px;
}

.bc-game-zq7xn3.bc-game-2816t7 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bc-game-zq7xn3.bc-game-jkr1hb p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.bc-game-zq7xn3 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bc-game-m4r6xk .bc-game-ieg5cb {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.bc-game-44rzil {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bc-game-44rzil {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .bc-game-44rzil {
    padding: 18px 0;
  }
}

.bc-game-44rzil .bc-game-dnij4t {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bc-game-44rzil .bc-game-dnij4t {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.bc-game-2dvvfb {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .bc-game-2dvvfb {
    max-width: 160px;
    height: 40px;
  }
}

.bc-game-2dvvfb picture,
.bc-game-2dvvfb img {
  display: block;
  width: 100%;
  height: 100%;
}

.bc-game-2dvvfb img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .bc-game-tacwh3 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.bc-game-ogo60v ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .bc-game-44rzil.bc-game-i1u4pt .bc-game-tacwh3 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bc-game-tacwh3 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .bc-game-tacwh3 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.bc-game-k12k7p,
.bc-game-ca4b64 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .bc-game-k12k7p,
  .bc-game-ca4b64 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bc-game-ca4b64 {
    display: none;
  }
}

.bc-game-sss8f1 {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.bc-game-i1u4pt .bc-game-sss8f1 {
  background: var(--fh-bg-color);
}

.bc-game-sss8f1 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .bc-game-sss8f1 {
    display: none;
  }
}

.bc-game-z6mup2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bc-game-z6mup2 {
    display: none;
  }
}

.bc-game-o9k6s4 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.bc-game-44rzil.bc-game-i1u4pt .bc-game-o9k6s4:first-child {
  display: none;
}

.bc-game-44rzil.bc-game-i1u4pt .bc-game-o9k6s4:last-child {
  display: block;
}

.bc-game-o9k6s4:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .bc-game-o9k6s4 {
    display: none;
  }
}

.bc-game-avrchm {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-avrchm {
    display: flex;
  }
}

.bc-game-avrchm ul {
  max-height: 350px;
  overflow-y: auto;
}

.bc-game-avrchm:hover ul {
  visibility: visible;
  opacity: 1;
}

.bc-game-avrchm:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bc-game-avrchm:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.bc-game-avrchm:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.bc-game-avrchm:hover .bc-game-2li5fy svg {
  transform: rotate(180deg);
}

.bc-game-yq2cse {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.bc-game-l8k0nw {
  padding: 0 8px;
}

.bc-game-5v5owu {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.bc-game-5v5owu:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .bc-game-5v5owu {
    padding: 4px 8px;
  }
}

.bc-game-g8st6g {
  display: flex;
}

.bc-game-g8st6g img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.bc-game-2li5fy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.bc-game-2li5fy svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.bc-game-um22t8 {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .bc-game-um22t8 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.bc-game-gn6zmq {
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-gn6zmq {
    display: none;
  }
}

.bc-game-nkrgo0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.bc-game-9v36k7 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.bc-game-qyz2ko {
  display: flex;
}

.bc-game-s8tgcm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bc-game-hva6qe {
  list-style: none;
}

@media (max-width: 1199px) {
  .bc-game-hva6qe {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .bc-game-hva6qe {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bc-game-hva6qe .bc-game-c9n575 [data-ref-el],
  .bc-game-hva6qe .bc-game-c9n575 span,
  .bc-game-hva6qe .bc-game-c9n575 a {
    white-space: nowrap;
  }
}

.bc-game-n42lo7 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .bc-game-n42lo7.bc-game-ehhk90 > .bc-game-c9n575 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .bc-game-n42lo7.bc-game-uzo90m:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .bc-game-n42lo7.bc-game-ehhk90 > .bc-game-qbi3jl {
    height: auto;
  }

  .bc-game-n42lo7.bc-game-ehhk90 > div > .bc-game-8ruic4 {
    transform: rotate(180deg);
  }
}

.bc-game-n42lo7 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.bc-game-n42lo7 [data-ref-el],
.bc-game-n42lo7 span {
  cursor: pointer;
}

.bc-game-n42lo7 [data-ref-el],
.bc-game-n42lo7 span,
.bc-game-n42lo7 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .bc-game-n42lo7 [data-ref-el],
  .bc-game-n42lo7 span,
  .bc-game-n42lo7 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .bc-game-n42lo7 [data-ref-el],
  .bc-game-n42lo7 span,
  .bc-game-n42lo7 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.bc-game-qbi3jl {
  height: 0;
  overflow: hidden;
  transition: height 0.bc-game-ogo60v ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.bc-game-qbi3jl::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.bc-game-qbi3jl::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.bc-game-qbi3jl::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .bc-game-qbi3jl {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .bc-game-qbi3jl:has(> .bc-game-n42lo7.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .bc-game-qbi3jl .bc-game-qbi3jl {
    padding: 0;
  }

  .bc-game-qbi3jl .bc-game-n42lo7 {
    font-weight: 400;
  }

  .bc-game-qbi3jl .bc-game-n42lo7:hover > .bc-game-c9n575 {
    background: var(--Neutral-300);
  }

  .bc-game-qbi3jl .bc-game-8ruic4 {
    rotate: -90deg;
  }
}

.bc-game-c9n575 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bc-game-c9n575 {
    padding: 8px;
  }

  .bc-game-n42lo7.bc-game-2l24ce > .bc-game-c9n575 {
    background: var(--Neutral-300);
  }
}

.bc-game-8ruic4 {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.bc-game-xfe7w2.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.bc-game-riz12o 0.bc-game-4y6cod.bc-game-vsqni1 -0.bc-game-zwz510 0.bc-game-orgv7x -0.bc-game-zwz510 1.bc-game-ti84lx 0.bc-game-fv0whv.bc-game-rmafpv 4.bc-game-p31x8f.bc-game-riz12o 0.bc-game-1khtjc.bc-game-ql735y -0.bc-game-zwz510 9.bc-game-84ohxj -0.bc-game-zwz510 10.bc-game-oehncg 0.bc-game-b8fjqo.bc-game-a45tyy 0.bc-game-vsqni1 10.bc-game-a45tyy 0.bc-game-orgv7x 10.bc-game-oehncg 1.bc-game-pjsvrp.bc-game-ptbhh0 5.bc-game-qjsvo7.bc-game-6lj71d 6.bc-game-mbeuzb 5.bc-game-vb89zn 6.bc-game-mbeuzb 4.bc-game-tevrif 5.bc-game-i41kmf.bc-game-riz12o 1.bc-game-7wvrpb.bc-game-zwz510 0.bc-game-orgv7x -0.bc-game-zwz510 0.bc-game-vsqni1 0.bc-game-riz12o 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.bc-game-ogo60v ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-8ruic4 {
    cursor: default;
  }
}

.bc-game-5meo27 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.bc-game-pq7k9y {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .bc-game-pq7k9y {
    padding: 40px 4px;
  }
}

.bc-game-ywzo6y {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .bc-game-ywzo6y {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.bc-game-0qkfak {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .bc-game-0qkfak {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.bc-game-0qkfak ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.bc-game-0qkfak [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.bc-game-0qkfak [data-ref-el],
.bc-game-0qkfak span,
.bc-game-0qkfak a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.bc-game-j4aucx {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-j4aucx {
    margin-bottom: 12px;
  }
}

.bc-game-d1usz8 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.bc-game-d1usz8 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .bc-game-d1usz8:last-child {
    margin-right: 0;
  }
}

.bc-game-xdcuhz {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-j4aucx:hover .bc-game-stfqy6 {
  visibility: visible;
  opacity: 1;
}

.bc-game-stfqy6 {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.bc-game-zyqkxg {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bc-game-mnis6o {
  display: flex;
  margin: 6px;
}

.bc-game-mnis6o img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.bc-game-stfqy6::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.bc-game-stfqy6::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.bc-game-5u6xes {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-5u6xes {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.bc-game-cl123i {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .bc-game-cl123i {
    margin-right: 32px;
  }
}

.bc-game-3nr6o9 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-3nr6o9 {
    margin-top: 0;
    width: 340px;
  }
}

.bc-game-3nr6o9 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-apow6v {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.bc-game-6rljjq {
  position: relative;
}

@media (min-width: 768px) {
  .bc-game-6rljjq {
    margin-top: 40px;
  }
}

.bc-game-6rljjq + .bc-game-6hz3rd,
.bc-game-6rljjq + .bc-game-6rljjq {
  margin-top: 24px;
}

.bc-game-6usc2j {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .bc-game-6usc2j {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-6usc2j {
    padding: 80px;
  }
}

.bc-game-rnmnen {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .bc-game-rnmnen {
    padding: 0 16px;
}


}

.bc-game-dhuqfn {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .bc-game-dhuqfn {
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-k3y30g {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .bc-game-k3y30g {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-fp6y3w {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.bc-game-fp6y3w:hover {
  background: var(--button-bg-hover);
}

.bc-game-yevr8b {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.bc-game-yevr8b img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .bc-game-yevr8b img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .bc-game-yevr8b img {
  min-height: 100%;
  }
}

.bc-game-6usc2j::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bc-game-54a2pl {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bc-game-54a2pl h1,
.bc-game-54a2pl h2,
.bc-game-54a2pl h3,
.bc-game-54a2pl h4 {
  margin-bottom: 6px;
}

.bc-game-54a2pl h1:not(:first-child),
.bc-game-54a2pl h2:not(:first-child),
.bc-game-54a2pl h3:not(:first-child),
.bc-game-54a2pl h4:not(:first-child) {
  margin-top: 16px;
}

.bc-game-54a2pl h1,
.bc-game-54a2pl h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .bc-game-54a2pl h1,
  .bc-game-54a2pl h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.bc-game-54a2pl h2,
.bc-game-54a2pl h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .bc-game-54a2pl h2,
  .bc-game-54a2pl h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-54a2pl h3,
.bc-game-54a2pl h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .bc-game-54a2pl h3,
  .bc-game-54a2pl h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-54a2pl h4,
.bc-game-54a2pl h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.bc-game-54a2pl ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.bc-game-54a2pl ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.bc-game-54a2pl ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.bc-game-54a2pl ul ul {
  margin-bottom: 8px;
}

.bc-game-54a2pl ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.bc-game-54a2pl ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.bc-game-54a2pl ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.bc-game-54a2pl ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.bc-game-54a2pl ol li::marker {
  font-weight: 700;
}

.bc-game-54a2pl ol ol {
  margin-bottom: 8px;
}

.bc-game-54a2pl ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.bc-game-54a2pl ol ul li {
  padding-left: 16px;
}

.bc-game-54a2pl table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .bc-game-54a2pl table {
    padding: 24px;
  }
}

.bc-game-54a2pl table.bc-game-1doxf3 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.bc-game-ogo60v,
    mask-image 0.3s;
}

.bc-game-54a2pl table.bc-game-1doxf3.bc-game-kjrnqy {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .bc-game-54a2pl table {
    display: table;
  }
}

.bc-game-54a2pl table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.bc-game-54a2pl table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-54a2pl table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-54a2pl table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .bc-game-54a2pl table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.bc-game-54a2pl table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-54a2pl table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-54a2pl table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.bc-game-54a2pl img {
  max-width: 100%;
  height: auto;
}

.bc-game-x5sj08 {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .bc-game-x5sj08 {
    padding: 24px;
  }
}

.bc-game-ehq29z {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .bc-game-ehq29z {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.bc-game-ehq29z > * {
  margin: 0 !important;
}

.bc-game-ehq29z img,
.bc-game-jysiv2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-ehq29z img,
  .bc-game-jysiv2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-a52w09 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-a52w09 {
    width: 32px;
    height: 32px;
  }
}

.bc-game-s3l7ct {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.bc-game-s3l7ct .bc-game-vk799r {
  flex-shrink: 0;
}

.bc-game-s3l7ct .bc-game-vfqkbb svg {
  display: none;
}

.bc-game-lnlmid {
  display: grid;
  transition: max-height 0.bc-game-ogo60v ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .bc-game-lnlmid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .bc-game-lnlmid {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bc-game-lnlmid.bc-game-ixqdpz + .bc-game-vk799r svg {
  transform: rotate(180deg);
}

.bc-game-3p75yb {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.bc-game-3p75yb > div:nth-child(3n) {
  grid-column: span 2;
}

.bc-game-3p75yb
  > div:nth-child(3n)
  .bc-game-8ngxoj
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .bc-game-3p75yb {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bc-game-3p75yb > div:nth-child(3n) {
    grid-column: unset;
  }

  .bc-game-3p75yb
    > div:nth-child(3n)
    .bc-game-8ngxoj
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .bc-game-3p75yb {
    max-width: 270px;
  }
}

.bc-game-3p75yb .bc-game-8ngxoj button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .bc-game-3p75yb .bc-game-8ngxoj button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .bc-game-3p75yb .bc-game-8ngxoj button {
    max-width: 104px;
  }
}

.bc-game-dp6tj3 {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .bc-game-dp6tj3 {
    margin-bottom: 0;
  }
}

.bc-game-g1z9fo {
  display: none;
  opacity: 0;
}

.bc-game-6bl8n4 {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.bc-game-6bl8n4 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.bc-game-8ngxoj {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.bc-game-8ngxoj button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bc-game-8ngxoj
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bc-game-8ngxoj
    button {
    max-width: 145px;
  }
}

.bc-game-nuvsek:first-child
  .bc-game-8ngxoj
  button {
  max-width: 270px;
}

.bc-game-lxgmsr {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.bc-game-dp6tj3 picture {
  width: 100%;
  max-width: 100%;
}

.bc-game-x1mh6i {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.bc-game-x1mh6i svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.bc-game-dp6tj3:hover .bc-game-x1mh6i {
  display: flex;
}

.bc-game-4tjr9y {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.bc-game-zrr38i {
  display: flex;
}

.bc-game-zrr38i:hover .bc-game-oqect8,
.bc-game-zrr38i .bc-game-2l24ce .bc-game-oqect8 {
  display: flex;
}

.bc-game-zrr38i svg {
  flex-shrink: 0;
}

.bc-game-oqect8 {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .bc-game-oqect8 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.bc-game-oqect8:hover {
  display: flex;
}

.bc-game-oqect8 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.bc-game-xkwm8p {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .bc-game-xkwm8p {
    font-size: 12px;
  }
}

.bc-game-heeqop,
.bc-game-pi4cbm {
  width: 50%;
  flex-shrink: 0;
}

.bc-game-heeqop {
  font-weight: 700;
}

.bc-game-189x8n .bc-game-lnlmid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .bc-game-189x8n .bc-game-lnlmid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .bc-game-189x8n .bc-game-lnlmid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bc-game-189x8n
  .bc-game-lxgmsr:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.bc-game-189x8n .bc-game-6bl8n4 {
  height: 100% !important;
  border-radius: 16px;
}

.bc-game-189x8n .bc-game-8ngxoj {
  gap: 4px;
  align-items: center;
}

.bc-game-189x8n .bc-game-8ngxoj button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bc-game-189x8n .bc-game-8ngxoj svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.bc-game-189x8n .bc-game-om2ytr,
.bc-game-189x8n .bc-game-e8weo8 {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.bc-game-xfe7w2.org/2000/svg'%3E%3Cpath d='M9.bc-game-e1clte 4.bc-game-iccxrp.bc-game-neo3t6 5.bc-game-mgrojp.bc-game-esul3k 5.bc-game-kq0yf6.bc-game-8y2rgs 5.bc-game-m3lqvc.bc-game-5casbn 8.bc-game-zf6tfl.bc-game-4hi00q 9.bc-game-zy2x0l.bc-game-338rll 9.bc-game-vlj869.bc-game-47j4og 13.bc-game-5coc7m.bc-game-jtv47v 11.bc-game-6fkazl.bc-game-55hhu0 11.bc-game-ouz5yh.bc-game-27x3cb 11.bc-game-hyuth8.bc-game-0tuyxt 13.bc-game-kk6s4v.bc-game-onf30c 9.bc-game-8kffu9.bc-game-z6s4de 9.bc-game-yn9uta.bc-game-1a0ovd 8.bc-game-fuym3p.bc-game-9lgumm 5.bc-game-gqkq96.bc-game-w3vwrd 5.bc-game-v37kn4.bc-game-ouhasm 5.bc-game-nhpg5h.bc-game-a51w2y 4.bc-game-ai8o7q.bc-game-55hhu0 1.bc-game-trzs4l.bc-game-e1clte 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.bc-game-189x8n .bc-game-om2ytr {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.bc-game-189x8n .bc-game-e8weo8 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.bc-game-nf35ex {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .bc-game-nf35ex {
    padding: 24px;
  }
}

.bc-game-nf35ex .bc-game-vk799r {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-nf35ex .bc-game-vk799r {
    display: none;
  }
}

.bc-game-nf35ex .bc-game-vfqkbb svg {
  display: none;
}

.bc-game-z2sdk9 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bc-game-z2sdk9 .bc-game-rxtr2i {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-z2sdk9 .bc-game-rxtr2i {
    display: flex;
  }
}

.bc-game-c6lrq7 {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .bc-game-c6lrq7 {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-c6lrq7 > * {
  margin: 0 !important;
}

.bc-game-c6lrq7 img,
.bc-game-dd2tzs {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-c6lrq7 img,
  .bc-game-dd2tzs {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-mk3l79 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-mk3l79 {
    width: 32px;
    height: 32px;
  }
}

.bc-game-lcsl1s {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .bc-game-lcsl1s {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .bc-game-lcsl1s::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-k0sxri {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .bc-game-k0sxri {
    padding: 7px 15px;
  }
}

.bc-game-k0sxri:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-oi742r {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-oi742r {
    display: flex;
    opacity: 1;
  }
}

.bc-game-k0sxri picture {
  height: 100%;
  display: block;
}

.bc-game-k0sxri img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .bc-game-k0sxri img {
    width: 88px;
    height: 44px;
  }
}

.bc-game-k0sxri p {
  text-align: center;
  width: 100%;
}

.bc-game-f7zjdj {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .bc-game-f7zjdj {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-f7zjdj img,
.bc-game-gjphtw {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-f7zjdj img,
  .bc-game-gjphtw {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-coyafw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-coyafw {
    width: 32px;
    height: 32px;
  }
}

.bc-game-lm1gtr {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.bc-game-rlto9l {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.bc-game-xtling {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.bc-game-xtling.bc-game-2l24ce {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.bc-game-jky4a1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .bc-game-jky4a1 {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-bx5676 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.bc-game-vpw1zd {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.bc-game-ogo60v ease;
  opacity: 0;
  color: var(--text-color);
}

.bc-game-d2clb0 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.bc-game-d2clb0 ol,
.bc-game-d2clb0 ul {
  padding-left: 1.3em;
}

.bc-game-xtling.bc-game-2l24ce .bc-game-vpw1zd {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.bc-game-xtling.bc-game-2l24ce .bc-game-bx5676 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.bc-game-tnnju0 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .bc-game-tnnju0 {
    padding: 24px;
  }
}

.bc-game-tnnju0 .bc-game-vk799r {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-tnnju0 .bc-game-vk799r {
    display: none;
  }
}

.bc-game-tnnju0 .bc-game-vfqkbb svg {
  display: none;
}

.bc-game-2pn4e8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bc-game-2pn4e8 .bc-game-rxtr2i {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-2pn4e8 .bc-game-rxtr2i {
    display: flex;
  }
}

.bc-game-0oof86 {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .bc-game-0oof86 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-0oof86 > * {
  margin: 0 !important;
}

.bc-game-0oof86 img,
.bc-game-cff1nz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-0oof86 img,
  .bc-game-cff1nz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-gw21uc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-gw21uc {
    width: 32px;
    height: 32px;
  }
}

.bc-game-lsqz8j {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .bc-game-lsqz8j {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .bc-game-lsqz8j::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-6drxtx {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.bc-game-6drxtx:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-jjjr1l {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-jjjr1l {
    display: flex;
    opacity: 1;
  }
}

.bc-game-6drxtx picture {
  width: auto;
  height: 100%;
  display: block;
}

.bc-game-6drxtx picture img {
  display: block;
  width: auto;
  height: 100%;
}

.bc-game-0nvh0w {
  margin: -24px 0;
}

.bc-game-0nvh0w:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .bc-game-0nvh0w {
    margin: -16px 0;
  }
}

.bc-game-kqrteh {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .bc-game-kqrteh {
    flex-direction: row;
  }
}

.bc-game-m3q5cd {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .bc-game-m3q5cd {
    flex: 1;
  }
}

.bc-game-m3q5cd::placeholder {
  color: var(--Text-400);
}

.bc-game-fi2n86 {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.bc-game-u6latu {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bc-game-u6latu::-webkit-scrollbar {
  display: none;
}

.bc-game-a9qk0p {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.bc-game-a9qk0p img,
.bc-game-a9qk0p svg {
  margin-right: 8px;
}

.bc-game-gfpchs {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.bc-game-0nvh0w + .bc-game-07jgo3 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bc-game-0nvh0w + .bc-game-07jgo3 {
    margin-top: -16px;
  }
}

.bc-game-y6wxyv {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.bc-game-y6wxyv > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.bc-game-y6wxyv > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.bc-game-ylrvgy {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.bc-game-mwx6ld {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.bc-game-45loj9 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bc-game-xlwm0m {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.bc-game-6aa382 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.bc-game-ylrvgy button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.bc-game-ylrvgy button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .bc-game-ylrvgy {
    padding: 39px 179px 39px 39px;
  }

  .bc-game-mwx6ld {
    font-size: 40px;
    line-height: 48px;
  }

  .bc-game-6aa382 {
    height: 348px;
  }

  .bc-game-ylrvgy button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .bc-game-ylrvgy button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-ylrvgy {
    padding: 63px;
  }
}

.bc-game-pyvfzm {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bc-game-pyvfzm {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.bc-game-e5jygt {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-e5jygt {
    width: auto;
  }
}

.bc-game-tfer6h {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.bc-game-tfer6h::-webkit-scrollbar {
  display: none;
}

.bc-game-tfer6h a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.bc-game-tfer6h a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-tfer6h {
    margin-left: 16px;
    margin-top: 0;
  }
}

.bc-game-pyvfzm .bc-game-i1ix9s {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.bc-game-ogo60v,
    mask-image 0.3s;
}

.bc-game-pyvfzm .bc-game-i1ix9s.bc-game-kjrnqy {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.bc-game-wcyu7j {
  margin: 40px -16px;
}

.bc-game-rezafb + .bc-game-6hz3rd,
.bc-game-rezafb + .bc-game-6rljjq {
  margin-top: 24px;
}

.bc-game-b8x4yt {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.bc-game-b8x4yt picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bc-game-4jth6z {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .bc-game-4jth6z {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .bc-game-4jth6z {
    margin-top: 0;
  }
}

.bc-game-722p9f {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-722p9f {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-l1w2jb {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .bc-game-l1w2jb {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.bc-game-c3puhn {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .bc-game-c3puhn {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.bc-game-ec1mg4 {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .bc-game-ec1mg4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-bgcim8 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-bgcim8 {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-p57ivh {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.bc-game-fy98pz {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.bc-game-fy98pz img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bc-game-07jgo3 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bc-game-5vjolu {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .bc-game-5vjolu {
    padding: 15px 48px;
  }
}

main > .bc-game-07jgo3 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .bc-game-lnlmid.bc-game-w0j3en > div:nth-child(n+5) {
    display: none;
  }
}

.bc-game-54a2pl p a img {
  display: block;
  margin: 0 auto;
}


.bc-game-qppjv5 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.bc-game-9xpgob {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.bc-game-9xpgob label {
  font-size: 14px;
}

.bc-game-9xpgob h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bc-game-9xpgob input,
.bc-game-9xpgob textarea,
.bc-game-9xpgob button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.bc-game-9xpgob button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bc-game-41az1r ease;
}
.bc-game-9xpgob button:hover {
  background-color: var(--button-bg-hover);
}
.bc-game-g1asgx {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bc-game-7pbgrm ease-in;
}

.bc-game-g1asgx h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.bc-game-mos2ma, .bc-game-1mhz8c, [class*="review-card"],
thead, thead th, table th, .bc-game-p4vypw,
.bc-game-6wy3ss, [class*="collapsible-header"],
.bc-game-bn74x1, [class*="updated-block"] {
  color: #ece7dc !important;
}
