* {
  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-bqujo9 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-bqujo9 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-bqujo9 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.bc-game-p3lj15 {
  overflow: hidden;
}

.bc-game-c7ybcd img {
  background: var(--Neutral-300);
}

.bc-game-n3zsfe {
  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-8p44yh {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.bc-game-8p44yh:hover {
  background: var(--button-bg-hover);
}

.bc-game-9bo38a {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bc-game-9bo38a:hover {
  background: var(--button-bg-hover);
}

.bc-game-dfl4hw {
  font-size: 12px;
  line-height: 18px;
}

.bc-game-zbjrid {
  font-size: 18px;
  line-height: 26px;
}

.bc-game-2fbax8 {
  width: 100%;
}

.bc-game-mwi4cn {
  padding: 6px 16px;
}

.bc-game-lvm7dc {
  padding: 10px 16px;
}

.bc-game-q66g1q {
  padding: 15px 26px;
}

.bc-game-0excg1 {
  flex-shrink: 0;
}

.bc-game-3ibw2n {
  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-lstf9p {
  display: none;
}

.bc-game-oilgj7 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bc-game-c1uqrr {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.bc-game-gnk8b2 {
  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-yay3px {
  cursor: grab;
}

.bc-game-gnk8b2::-webkit-scrollbar {
  display: none;
}

.bc-game-ejwj6k {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.bc-game-0dctn2 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.bc-game-mpliux {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.bc-game-ljarbk {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.bc-game-9wk5hq {
  visibility: visible;
}

.bc-game-bm64d0 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.bc-game-vsktge ease;
}

.bc-game-9hg3oz {
  background-color: var(--Primary-200);
  width: 16px;
}

.bc-game-8lhrpu {
  -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-vsktge,
    mask-image 0.3s;
}

.bc-game-8lhrpu.bc-game-wvx131 {
  -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-klszz1: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-y9986x {
  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-0a4d9y.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-0a4d9y.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-22r6k4 {
  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-22r6k4::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-4ukrk3 {
  position: relative;
  z-index: 1;
}

.bc-game-alf9ti {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.bc-game-iskky5 {
  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-8hi4co {
  font-size: 40px;
  line-height: 48px;
}

.bc-game-62m42h {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bc-game-hjcyk7 {
  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-hjcyk7:hover {
  background: var(--Primary-400);
}

.bc-game-hjcyk7 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.bc-game-klszz1 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-22r6k4 {
    max-width: 600px;
    padding: 64px;
  }

  .bc-game-alf9ti {
    font-size: 24px;
    line-height: 32px;
  }

  .bc-game-iskky5 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .bc-game-8hi4co {
    font-size: 50px;
    line-height: 56px;
  }

  .bc-game-62m42h {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .bc-game-y9986x {
    top: 25px;
    right: 25px;
  }
}

.bc-game-jo3hf0,
.bc-game-tdjn9x {
  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-re813z.bc-game-9yoorm::before,
.bc-game-tdjn9x::before,
.bc-game-ddmzsn::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-0a4d9y.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.bc-game-hek2xm 14.bc-game-tz52ll.bc-game-oxw7i3 14.bc-game-y6r255 15.bc-game-s04ops 14.bc-game-y1s7pu 15.bc-game-zflrqz 14.bc-game-h3v2pn.bc-game-e2bzi1 14.bc-game-nfixcn 19.bc-game-b3egbq 12.bc-game-nna2e1 19.bc-game-b3egbq 10.bc-game-739v3v.bc-game-b3egbq 8.bc-game-x1mcl9 17.bc-game-g1if5d 7.bc-game-ti4dxv 15.bc-game-z5oi15 7.bc-game-8zkisc.bc-game-5bhpon 7.bc-game-ti4dxv 11.bc-game-7z4r4w 8.bc-game-x1mcl9 11.bc-game-7z4r4w 10.bc-game-33e8u7.bc-game-7z4r4w 12.bc-game-0f76uq 13.bc-game-4h5o6d 14.bc-game-tjwt3z 15.bc-game-bfnamz 14.bc-game-kbw98y.bc-game-t91kvl 14.bc-game-lttz8u 15.bc-game-4jk3xb 14.bc-game-4mdwam 15.bc-game-kmrxd9 14.bc-game-svvqx9.bc-game-hek2xm 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.bc-game-j00a7b 15.bc-game-6vk2x9.bc-game-sgthfw 15.bc-game-o4org5 15.bc-game-2vk4v8 15.bc-game-2rzl3q 15.bc-game-b95t0u 15.bc-game-6zqani.bc-game-w431l3 15.bc-game-2rzl3q 15.bc-game-wwp8cz 15.bc-game-n7bv5p 15.bc-game-vhin0a 15.bc-game-41cdj6.bc-game-1wdbwe 15.bc-game-bqxooj 7.bc-game-ma1r37 18.bc-game-bivfl0 7.bc-game-ebspw0 23.bc-game-xk2og4.bc-game-fnhz9e.bc-game-pbj9ux 18.bc-game-uryu5d 19.bc-game-o3pwq3 15.bc-game-80nado 15.bc-game-j00a7b 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-ryv1mi [type="submit"] *,
.bc-game-asxpnq button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .bc-game-2yqttz {
    display: none;
  }
}

.bc-game-aq2fa3 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .bc-game-aq2fa3 {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-aq2fa3 {
    bottom: 22px;
  }
}

.bc-game-aq2fa3 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .bc-game-aq2fa3 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.bc-game-ao650f.static) .bc-game-aq2fa3 {
    bottom: 8px;
  }
}

.bc-game-wp96m3 {
  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-0a4d9y.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.bc-game-ilsdh8 3.bc-game-jttplf.bc-game-lvhvtk.bc-game-sz218f 3.bc-game-4l9wof 3.bc-game-iklv4f 5.bc-game-zsyoiz 3.bc-game-iklv4f 8.bc-game-kdzhck.bc-game-vocd6m.bc-game-iklv4f 26.bc-game-xiw19q 5.bc-game-kerijr 28.bc-game-jvim2w 8.bc-game-7a9dzo 28.bc-game-bv9fiv.bc-game-73ede3 28.bc-game-is2iep.bc-game-mvvbho 34.bc-game-cpipo1.bc-game-9w2qfo 36.bc-game-1wt2zp 11.bc-game-3kni4b 37.bc-game-4dr479 12.bc-game-3zy9fs 36.bc-game-zayizo.bc-game-zs3k9q 28.bc-game-q3jmph.bc-game-mk5gix.bc-game-8xcfjs 28.bc-game-xigq7m 36.bc-game-ir217q 26.bc-game-bgdjml 36.bc-game-ir217q 23.bc-game-yzaql4.bc-game-bdts1t.bc-game-ir217q 5.bc-game-knp84u 34.bc-game-j2qmvq 3.bc-game-4l9wof 31.bc-game-ilsdh8 3.bc-game-s0c09v.bc-game-lxxa86 18.bc-game-5qk0ma.bc-game-kmvtiv 18.bc-game-sugbl9 8.bc-game-71898j 17.bc-game-mtzt07 8.bc-game-71898j 15.bc-game-0r9uze.bc-game-71898j 14.bc-game-o2i0zx 9.bc-game-kmvtiv 13.bc-game-o2fuay 11.bc-game-lxxa86 13.bc-game-3r6dm2.bc-game-o2f73e 13.bc-game-o2fuay 13.bc-game-yaxbz7 14.bc-game-o2i0zx 13.bc-game-yaxbz7 15.bc-game-owd583.bc-game-yaxbz7 17.bc-game-mtzt07 12.bc-game-o2f73e 18.bc-game-sugbl9 11.bc-game-lxxa86 18.bc-game-d4jjr5.bc-game-d87u8n 18.bc-game-ihc8n9.bc-game-riew51 18.bc-game-sugbl9 17.bc-game-hxvxyl 17.bc-game-mtzt07 17.bc-game-hxvxyl 15.bc-game-5s42bk.bc-game-hxvxyl 14.bc-game-o2i0zx 18.bc-game-riew51 13.bc-game-o2fuay 20.bc-game-d87u8n 13.bc-game-1qvs6s.bc-game-f6z3zi 13.bc-game-o2fuay 22.bc-game-6dvphe 14.bc-game-o2i0zx 22.bc-game-6dvphe 15.bc-game-o3birp.bc-game-ol2nda 17.bc-game-mtzt07 21.bc-game-f6z3zi 18.bc-game-sugbl9 20.bc-game-d87u8n 18.bc-game-qntj52.bc-game-v9tk06 18.bc-game-0vhubf.bc-game-0w0pdl 18.bc-game-sugbl9 26.bc-game-u8yvce 17.bc-game-mtzt07 26.bc-game-u8yvce 15.bc-game-9fejfi.bc-game-u8yvce 14.bc-game-o2i0zx 27.bc-game-0w0pdl 13.bc-game-o2fuay 28.bc-game-v9tk06 13.bc-game-808so4.bc-game-m7atgc 13.bc-game-o2fuay 31.bc-game-4ut7so 14.bc-game-o2i0zx 31.bc-game-4ut7so 15.bc-game-c4fymd.bc-game-u8yvce 17.bc-game-mtzt07 30.bc-game-m7atgc 18.bc-game-sugbl9 28.bc-game-v9tk06 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-wp96m3 {
    display: none;
  }
}

.bc-game-fsfrpe {
  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-fsfrpe {
    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-asxpnq {
  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-asxpnq {
    padding: 14px 16px;
  }
}

.bc-game-asxpnq button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.bc-game-asxpnq button:first-child {
  align-content: end;
}

.bc-game-asxpnq button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .bc-game-asxpnq
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-asxpnq
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.bc-game-asxpnq button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.bc-game-asxpnq button:last-child svg {
  width: 38px;
  height: 38px;
}

.bc-game-ddmzsn {
  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-ddmzsn::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .bc-game-ddmzsn,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-ddmzsn {
  opacity: 1;
  visibility: visible;
}

.bc-game-6i8r7f {
  flex: 1 1;
}

.bc-game-o5l0oq {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-o5l0oq {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .bc-game-yy9yyg {
  display: block;
}

.bc-game-7294xc {
  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-7294xc {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-tdjn9x {
  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-tdjn9x::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.bc-game-8xkwus span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.bc-game-8xkwus p {
  color: var(--Text-100);
}

.bc-game-tdjn9x .bc-game-22htw6 {
  grid-area: button;
}

.bc-game-tdjn9x .bc-game-22htw6::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-0a4d9y.org/2000/svg'%3E%3Cpath d='M4.bc-game-rxoxn5 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-7yyvnf 15L16.bc-game-7yyvnf 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-7yyvnf 5L16.bc-game-7yyvnf 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-pblf01 {
  display: block;
}

.bc-game-pwglrh {
  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-pwglrh {
    margin-top: 40px;
  }
}

.bc-game-jo3hf0 label,
.bc-game-jo3hf0 input {
  display: block;
  width: 100%;
}

.bc-game-jo3hf0 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.bc-game-jo3hf0 label.bc-game-1r79s8 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.bc-game-jo3hf0 label.bc-game-1r79s8::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-jo3hf0 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-jo3hf0 input::placeholder {
  color: var(--Text-400);
}

.bc-game-q2nua2 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .bc-game-q2nua2 {
  display: flex;
}

.bc-game-q2nua2 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .bc-game-q2nua2 ol {
    height: 420px;
    padding: 24px;
  }
}

.bc-game-q2nua2 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.bc-game-ryv1mi {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-ryv1mi {
    padding: 0 24px 24px;
  }
}

.bc-game-ryv1mi 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-ryv1mi input::placeholder {
  color: var(--Text-400);
}

.bc-game-ryv1mi [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.bc-game-ryv1mi [type="submit"]:disabled {
  opacity: 0.5;
}

.bc-game-ryv1mi [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .bc-game-ryv1mi [type="submit"] {
    right: 40px;
  }
}

.bc-game-re813z {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.bc-game-re813z.bc-game-9yoorm {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.bc-game-re813z.bc-game-9yoorm::before {
  content: "";
  width: 31px;
}

.bc-game-re813z.bc-game-9yoorm p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bc-game-re813z.bc-game-z8wy9s p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.bc-game-re813z 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-aq2fa3 .bc-game-22htw6 {
  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-2yqttz {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bc-game-2yqttz {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .bc-game-2yqttz {
    padding: 18px 0;
  }
}

.bc-game-2yqttz .bc-game-bqujo9 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bc-game-2yqttz .bc-game-bqujo9 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.bc-game-wq1iba {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .bc-game-wq1iba {
    max-width: 160px;
    height: 40px;
  }
}

.bc-game-wq1iba picture,
.bc-game-wq1iba img {
  display: block;
  width: 100%;
  height: 100%;
}

.bc-game-wq1iba img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .bc-game-i4ijtt {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.bc-game-vsktge ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .bc-game-2yqttz.bc-game-k2zyvl .bc-game-i4ijtt {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bc-game-i4ijtt {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .bc-game-i4ijtt {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.bc-game-zdidn2,
.bc-game-8fqu2q {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .bc-game-zdidn2,
  .bc-game-8fqu2q {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bc-game-8fqu2q {
    display: none;
  }
}

.bc-game-of7sdm {
  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-k2zyvl .bc-game-of7sdm {
  background: var(--fh-bg-color);
}

.bc-game-of7sdm button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .bc-game-of7sdm {
    display: none;
  }
}

.bc-game-mfqfe4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bc-game-mfqfe4 {
    display: none;
  }
}

.bc-game-70emv5 {
  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-2yqttz.bc-game-k2zyvl .bc-game-70emv5:first-child {
  display: none;
}

.bc-game-2yqttz.bc-game-k2zyvl .bc-game-70emv5:last-child {
  display: block;
}

.bc-game-70emv5:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .bc-game-70emv5 {
    display: none;
  }
}

.bc-game-pt30gi {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-pt30gi {
    display: flex;
  }
}

.bc-game-pt30gi ul {
  max-height: 350px;
  overflow-y: auto;
}

.bc-game-pt30gi:hover ul {
  visibility: visible;
  opacity: 1;
}

.bc-game-pt30gi:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bc-game-pt30gi:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.bc-game-pt30gi:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.bc-game-pt30gi:hover .bc-game-ee21hp svg {
  transform: rotate(180deg);
}

.bc-game-ovekii {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.bc-game-abzdv2 {
  padding: 0 8px;
}

.bc-game-6ea3rv {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.bc-game-6ea3rv:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .bc-game-6ea3rv {
    padding: 4px 8px;
  }
}

.bc-game-75lw7y {
  display: flex;
}

.bc-game-75lw7y img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.bc-game-ee21hp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.bc-game-ee21hp svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.bc-game-lnzdfd {
  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-lnzdfd {
    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-zr4jhv {
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-zr4jhv {
    display: none;
  }
}

.bc-game-bmqxql {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.bc-game-8dzgxs {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.bc-game-8ehumq {
  display: flex;
}

.bc-game-8ajnu7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bc-game-vxhzy6 {
  list-style: none;
}

@media (max-width: 1199px) {
  .bc-game-vxhzy6 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .bc-game-vxhzy6 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bc-game-vxhzy6 .bc-game-nrnxb5 [data-ref-el],
  .bc-game-vxhzy6 .bc-game-nrnxb5 span,
  .bc-game-vxhzy6 .bc-game-nrnxb5 a {
    white-space: nowrap;
  }
}

.bc-game-n4ghzc {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .bc-game-n4ghzc.bc-game-wjxlhi > .bc-game-nrnxb5 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .bc-game-n4ghzc.bc-game-r3pbpo:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .bc-game-n4ghzc.bc-game-wjxlhi > .bc-game-4pif72 {
    height: auto;
  }

  .bc-game-n4ghzc.bc-game-wjxlhi > div > .bc-game-yth2hs {
    transform: rotate(180deg);
  }
}

.bc-game-n4ghzc [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.bc-game-n4ghzc [data-ref-el],
.bc-game-n4ghzc span {
  cursor: pointer;
}

.bc-game-n4ghzc [data-ref-el],
.bc-game-n4ghzc span,
.bc-game-n4ghzc 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-n4ghzc [data-ref-el],
  .bc-game-n4ghzc span,
  .bc-game-n4ghzc a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .bc-game-n4ghzc [data-ref-el],
  .bc-game-n4ghzc span,
  .bc-game-n4ghzc a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.bc-game-4pif72 {
  height: 0;
  overflow: hidden;
  transition: height 0.bc-game-vsktge ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.bc-game-4pif72::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.bc-game-4pif72::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.bc-game-4pif72::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .bc-game-4pif72 {
    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-4pif72:has(> .bc-game-n4ghzc.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .bc-game-4pif72 .bc-game-4pif72 {
    padding: 0;
  }

  .bc-game-4pif72 .bc-game-n4ghzc {
    font-weight: 400;
  }

  .bc-game-4pif72 .bc-game-n4ghzc:hover > .bc-game-nrnxb5 {
    background: var(--Neutral-300);
  }

  .bc-game-4pif72 .bc-game-yth2hs {
    rotate: -90deg;
  }
}

.bc-game-nrnxb5 {
  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-nrnxb5 {
    padding: 8px;
  }

  .bc-game-n4ghzc.bc-game-hxgbxp > .bc-game-nrnxb5 {
    background: var(--Neutral-300);
  }
}

.bc-game-yth2hs {
  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-0a4d9y.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.bc-game-l4zkoc 0.bc-game-0cecgj.bc-game-2dwzou -0.bc-game-eika4y 0.bc-game-q1po1k -0.bc-game-eika4y 1.bc-game-5edaib 0.bc-game-fc9a1f.bc-game-sepaap 4.bc-game-nrklzp.bc-game-l4zkoc 0.bc-game-u70zyc.bc-game-x09urd -0.bc-game-eika4y 9.bc-game-qwtgcz -0.bc-game-eika4y 10.bc-game-ct8wfh 0.bc-game-l77p3m.bc-game-u5fwzo 0.bc-game-2dwzou 10.bc-game-u5fwzo 0.bc-game-q1po1k 10.bc-game-ct8wfh 1.bc-game-btbu8h.bc-game-s0gcag 5.bc-game-bcm2mt.bc-game-hjycxg 6.bc-game-2osv5b 5.bc-game-mtwbr2 6.bc-game-2osv5b 4.bc-game-bgx35f 5.bc-game-vyq528.bc-game-l4zkoc 1.bc-game-aaxezq.bc-game-eika4y 0.bc-game-q1po1k -0.bc-game-eika4y 0.bc-game-2dwzou 0.bc-game-l4zkoc 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.bc-game-vsktge ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-yth2hs {
    cursor: default;
  }
}

.bc-game-1txvcg {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.bc-game-8f5185 {
  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-8f5185 {
    padding: 40px 4px;
  }
}

.bc-game-1v9hxw {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .bc-game-1v9hxw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.bc-game-5xkw0o {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .bc-game-5xkw0o {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.bc-game-5xkw0o ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.bc-game-5xkw0o [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.bc-game-5xkw0o [data-ref-el],
.bc-game-5xkw0o span,
.bc-game-5xkw0o a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.bc-game-bvglfi {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-bvglfi {
    margin-bottom: 12px;
  }
}

.bc-game-sdpofm {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.bc-game-sdpofm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .bc-game-sdpofm:last-child {
    margin-right: 0;
  }
}

.bc-game-lw1yq5 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-bvglfi:hover .bc-game-chj5i2 {
  visibility: visible;
  opacity: 1;
}

.bc-game-chj5i2 {
  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-moluxn {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bc-game-pksnm2 {
  display: flex;
  margin: 6px;
}

.bc-game-pksnm2 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.bc-game-chj5i2::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-chj5i2::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-cfk0wk {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-cfk0wk {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.bc-game-vvl5rw {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .bc-game-vvl5rw {
    margin-right: 32px;
  }
}

.bc-game-iuhinh {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-iuhinh {
    margin-top: 0;
    width: 340px;
  }
}

.bc-game-iuhinh a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-l098qr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.bc-game-i4lcea {
  position: relative;
}

@media (min-width: 768px) {
  .bc-game-i4lcea {
    margin-top: 40px;
  }
}

.bc-game-i4lcea + .bc-game-rej4f1,
.bc-game-i4lcea + .bc-game-i4lcea {
  margin-top: 24px;
}

.bc-game-ocdnm5 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .bc-game-ocdnm5 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-ocdnm5 {
    padding: 80px;
  }
}

.bc-game-p0224r {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .bc-game-p0224r {
    padding: 0 16px;
}


}

.bc-game-jedqf1 {
  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-jedqf1 {
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-mc8ly2 {
  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-mc8ly2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-oloikj {
  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-oloikj:hover {
  background: var(--button-bg-hover);
}

.bc-game-a1d4u3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.bc-game-a1d4u3 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .bc-game-a1d4u3 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .bc-game-a1d4u3 img {
  min-height: 100%;
  }
}

.bc-game-ocdnm5::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bc-game-0campy {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bc-game-0campy h1,
.bc-game-0campy h2,
.bc-game-0campy h3,
.bc-game-0campy h4 {
  margin-bottom: 6px;
}

.bc-game-0campy h1:not(:first-child),
.bc-game-0campy h2:not(:first-child),
.bc-game-0campy h3:not(:first-child),
.bc-game-0campy h4:not(:first-child) {
  margin-top: 16px;
}

.bc-game-0campy h1,
.bc-game-0campy h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .bc-game-0campy h1,
  .bc-game-0campy h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.bc-game-0campy h2,
.bc-game-0campy h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .bc-game-0campy h2,
  .bc-game-0campy h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-0campy h3,
.bc-game-0campy h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .bc-game-0campy h3,
  .bc-game-0campy h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-0campy h4,
.bc-game-0campy h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.bc-game-0campy ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.bc-game-0campy ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.bc-game-0campy 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-0campy ul ul {
  margin-bottom: 8px;
}

.bc-game-0campy ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.bc-game-0campy ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.bc-game-0campy ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.bc-game-0campy ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.bc-game-0campy ol li::marker {
  font-weight: 700;
}

.bc-game-0campy ol ol {
  margin-bottom: 8px;
}

.bc-game-0campy ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.bc-game-0campy ol ul li {
  padding-left: 16px;
}

.bc-game-0campy 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-0campy table {
    padding: 24px;
  }
}

.bc-game-0campy table.bc-game-x206mv {
  -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-vsktge,
    mask-image 0.3s;
}

.bc-game-0campy table.bc-game-x206mv.bc-game-wvx131 {
  -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-0campy table {
    display: table;
  }
}

.bc-game-0campy 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-0campy table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-0campy table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-0campy 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-0campy table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.bc-game-0campy table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-0campy table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-0campy table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.bc-game-0campy img {
  max-width: 100%;
  height: auto;
}

.bc-game-pfo6ym {
  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-pfo6ym {
    padding: 24px;
  }
}

.bc-game-1v7xsz {
  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-1v7xsz {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.bc-game-1v7xsz > * {
  margin: 0 !important;
}

.bc-game-1v7xsz img,
.bc-game-no8q4r {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-1v7xsz img,
  .bc-game-no8q4r {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-672xdd {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-672xdd {
    width: 32px;
    height: 32px;
  }
}

.bc-game-0pong9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.bc-game-0pong9 .bc-game-0lz5qk {
  flex-shrink: 0;
}

.bc-game-0pong9 .bc-game-81f9en svg {
  display: none;
}

.bc-game-l0g386 {
  display: grid;
  transition: max-height 0.bc-game-vsktge ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .bc-game-l0g386 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .bc-game-l0g386 {
    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-l0g386.bc-game-8hd3e2 + .bc-game-0lz5qk svg {
  transform: rotate(180deg);
}

.bc-game-pn402s {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.bc-game-pn402s > div:nth-child(3n) {
  grid-column: span 2;
}

.bc-game-pn402s
  > div:nth-child(3n)
  .bc-game-i8o3qm
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .bc-game-pn402s {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bc-game-pn402s > div:nth-child(3n) {
    grid-column: unset;
  }

  .bc-game-pn402s
    > div:nth-child(3n)
    .bc-game-i8o3qm
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .bc-game-pn402s {
    max-width: 270px;
  }
}

.bc-game-pn402s .bc-game-i8o3qm button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .bc-game-pn402s .bc-game-i8o3qm button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .bc-game-pn402s .bc-game-i8o3qm button {
    max-width: 104px;
  }
}

.bc-game-qemih2 {
  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-qemih2 {
    margin-bottom: 0;
  }
}

.bc-game-qz9eyn {
  display: none;
  opacity: 0;
}

.bc-game-crjr50 {
  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-crjr50 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.bc-game-i8o3qm {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.bc-game-i8o3qm 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-i8o3qm
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bc-game-i8o3qm
    button {
    max-width: 145px;
  }
}

.bc-game-oo0z6n:first-child
  .bc-game-i8o3qm
  button {
  max-width: 270px;
}

.bc-game-w369qc {
  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-qemih2 picture {
  width: 100%;
  max-width: 100%;
}

.bc-game-k3okv5 {
  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-k3okv5 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.bc-game-qemih2:hover .bc-game-k3okv5 {
  display: flex;
}

.bc-game-wmhjko {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.bc-game-oqdzvy {
  display: flex;
}

.bc-game-oqdzvy:hover .bc-game-g6hoaf,
.bc-game-oqdzvy .bc-game-hxgbxp .bc-game-g6hoaf {
  display: flex;
}

.bc-game-oqdzvy svg {
  flex-shrink: 0;
}

.bc-game-g6hoaf {
  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-g6hoaf {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.bc-game-g6hoaf:hover {
  display: flex;
}

.bc-game-g6hoaf svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.bc-game-ehgodu {
  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-ehgodu {
    font-size: 12px;
  }
}

.bc-game-r8fkw5,
.bc-game-i1ktc5 {
  width: 50%;
  flex-shrink: 0;
}

.bc-game-r8fkw5 {
  font-weight: 700;
}

.bc-game-2yqw3n .bc-game-l0g386 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .bc-game-2yqw3n .bc-game-l0g386 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .bc-game-2yqw3n .bc-game-l0g386 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bc-game-2yqw3n
  .bc-game-w369qc:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.bc-game-2yqw3n .bc-game-crjr50 {
  height: 100% !important;
  border-radius: 16px;
}

.bc-game-2yqw3n .bc-game-i8o3qm {
  gap: 4px;
  align-items: center;
}

.bc-game-2yqw3n .bc-game-i8o3qm button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bc-game-2yqw3n .bc-game-i8o3qm svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.bc-game-2yqw3n .bc-game-j08adf,
.bc-game-2yqw3n .bc-game-ka9t28 {
  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-0a4d9y.org/2000/svg'%3E%3Cpath d='M9.bc-game-nal84o 4.bc-game-fwjykm.bc-game-6m1yyu 5.bc-game-g49j0v.bc-game-sarovr 5.bc-game-fsziqm.bc-game-ncau1j 5.bc-game-4v081b.bc-game-xld8pp 8.bc-game-lmjqw5.bc-game-i5u9j2 9.bc-game-167hb4.bc-game-c2pv7n 9.bc-game-zndw34.bc-game-n9m2df 13.bc-game-weurkn.bc-game-290fhd 11.bc-game-2cygyq.bc-game-ovxojv 11.bc-game-4umdy9.bc-game-8e4bqz 11.bc-game-v7i7ta.bc-game-hbnrjl 13.bc-game-3vgwex.bc-game-krnbg4 9.bc-game-uryqpg.bc-game-sejtmd 9.bc-game-qys2ju.bc-game-dlpp1n 8.bc-game-yxt27b.bc-game-udx9o5 5.bc-game-ccfxqx.bc-game-3ybc53 5.bc-game-lfe0xd.bc-game-djvbwu 5.bc-game-er8dfi.bc-game-54quvt 4.bc-game-q0i5b0.bc-game-ovxojv 1.bc-game-0mlxyv.bc-game-nal84o 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.bc-game-2yqw3n .bc-game-j08adf {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.bc-game-2yqw3n .bc-game-ka9t28 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.bc-game-cxd7mc {
  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-cxd7mc {
    padding: 24px;
  }
}

.bc-game-cxd7mc .bc-game-0lz5qk {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-cxd7mc .bc-game-0lz5qk {
    display: none;
  }
}

.bc-game-cxd7mc .bc-game-81f9en svg {
  display: none;
}

.bc-game-jarcpu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bc-game-jarcpu .bc-game-n3zsfe {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-jarcpu .bc-game-n3zsfe {
    display: flex;
  }
}

.bc-game-676s1f {
  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-676s1f {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-676s1f > * {
  margin: 0 !important;
}

.bc-game-676s1f img,
.bc-game-n6dl8g {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-676s1f img,
  .bc-game-n6dl8g {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-cqz7gr {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-cqz7gr {
    width: 32px;
    height: 32px;
  }
}

.bc-game-nqws44 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .bc-game-nqws44 {
    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-nqws44::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-gvchha {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .bc-game-gvchha {
    padding: 7px 15px;
  }
}

.bc-game-gvchha:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-9t46vq {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-9t46vq {
    display: flex;
    opacity: 1;
  }
}

.bc-game-gvchha picture {
  height: 100%;
  display: block;
}

.bc-game-gvchha img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .bc-game-gvchha img {
    width: 88px;
    height: 44px;
  }
}

.bc-game-gvchha p {
  text-align: center;
  width: 100%;
}

.bc-game-eqzmc5 {
  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-eqzmc5 {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-eqzmc5 img,
.bc-game-f6edk2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-eqzmc5 img,
  .bc-game-f6edk2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-45o0ev {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-45o0ev {
    width: 32px;
    height: 32px;
  }
}

.bc-game-56fxe5 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.bc-game-1cqxu7 {
  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-puy6ab {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.bc-game-puy6ab.bc-game-hxgbxp {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.bc-game-b5lwjy {
  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-b5lwjy {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-x2emm6 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.bc-game-i2udzi {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.bc-game-vsktge ease;
  opacity: 0;
  color: var(--text-color);
}

.bc-game-6b6mqj {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.bc-game-6b6mqj ol,
.bc-game-6b6mqj ul {
  padding-left: 1.3em;
}

.bc-game-puy6ab.bc-game-hxgbxp .bc-game-i2udzi {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.bc-game-puy6ab.bc-game-hxgbxp .bc-game-x2emm6 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.bc-game-y64jvb {
  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-y64jvb {
    padding: 24px;
  }
}

.bc-game-y64jvb .bc-game-0lz5qk {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-y64jvb .bc-game-0lz5qk {
    display: none;
  }
}

.bc-game-y64jvb .bc-game-81f9en svg {
  display: none;
}

.bc-game-9ctwo5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bc-game-9ctwo5 .bc-game-n3zsfe {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-9ctwo5 .bc-game-n3zsfe {
    display: flex;
  }
}

.bc-game-85ulmx {
  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-85ulmx {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-85ulmx > * {
  margin: 0 !important;
}

.bc-game-85ulmx img,
.bc-game-c4jg51 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-85ulmx img,
  .bc-game-c4jg51 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-a2gdn7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-a2gdn7 {
    width: 32px;
    height: 32px;
  }
}

.bc-game-talxax {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .bc-game-talxax {
    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-talxax::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-x9fr83 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.bc-game-x9fr83:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-d395q0 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-d395q0 {
    display: flex;
    opacity: 1;
  }
}

.bc-game-x9fr83 picture {
  width: auto;
  height: 100%;
  display: block;
}

.bc-game-x9fr83 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.bc-game-la9sb7 {
  margin: -24px 0;
}

.bc-game-la9sb7:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .bc-game-la9sb7 {
    margin: -16px 0;
  }
}

.bc-game-dffvz5 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .bc-game-dffvz5 {
    flex-direction: row;
  }
}

.bc-game-jyrqp9 {
  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-jyrqp9 {
    flex: 1;
  }
}

.bc-game-jyrqp9::placeholder {
  color: var(--Text-400);
}

.bc-game-jw3bt2 {
  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-7r4p21 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bc-game-7r4p21::-webkit-scrollbar {
  display: none;
}

.bc-game-entvia {
  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-entvia img,
.bc-game-entvia svg {
  margin-right: 8px;
}

.bc-game-k2616d {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.bc-game-la9sb7 + .bc-game-occs1v {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bc-game-la9sb7 + .bc-game-occs1v {
    margin-top: -16px;
  }
}

.bc-game-m2v4tp {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.bc-game-m2v4tp > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.bc-game-m2v4tp > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.bc-game-96wi1b {
  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-py133l {
  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-7rdax8 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bc-game-ngq1se {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.bc-game-igr194 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.bc-game-96wi1b 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-96wi1b 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-96wi1b {
    padding: 39px 179px 39px 39px;
  }

  .bc-game-py133l {
    font-size: 40px;
    line-height: 48px;
  }

  .bc-game-igr194 {
    height: 348px;
  }

  .bc-game-96wi1b button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .bc-game-96wi1b button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-96wi1b {
    padding: 63px;
  }
}

.bc-game-m23b2x {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bc-game-m23b2x {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.bc-game-z9s92r {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-z9s92r {
    width: auto;
  }
}

.bc-game-aeczng {
  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-aeczng::-webkit-scrollbar {
  display: none;
}

.bc-game-aeczng 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-aeczng a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-aeczng {
    margin-left: 16px;
    margin-top: 0;
  }
}

.bc-game-m23b2x .bc-game-y7vn4f {
  -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-vsktge,
    mask-image 0.3s;
}

.bc-game-m23b2x .bc-game-y7vn4f.bc-game-wvx131 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.bc-game-buhbl3 {
  margin: 40px -16px;
}

.bc-game-0m360i + .bc-game-rej4f1,
.bc-game-0m360i + .bc-game-i4lcea {
  margin-top: 24px;
}

.bc-game-lpoik9 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.bc-game-lpoik9 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bc-game-h9nkvb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .bc-game-h9nkvb {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .bc-game-h9nkvb {
    margin-top: 0;
  }
}

.bc-game-c6a8e7 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-c6a8e7 {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-kp1s0c {
  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-kp1s0c {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.bc-game-xixtnh {
  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-xixtnh {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.bc-game-1bap0x {
  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-1bap0x {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-nxybeh {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-nxybeh {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-u6m7fi {
  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-951t11 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.bc-game-951t11 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bc-game-occs1v {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bc-game-cz9mkq {
  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-cz9mkq {
    padding: 15px 48px;
  }
}

main > .bc-game-occs1v {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .bc-game-l0g386.bc-game-pxjgm5 > div:nth-child(n+5) {
    display: none;
  }
}

.bc-game-0campy p a img {
  display: block;
  margin: 0 auto;
}


.bc-game-yx8pv6 {
  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-pswjoe {
  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-pswjoe label {
  font-size: 14px;
}

.bc-game-pswjoe h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bc-game-pswjoe input,
.bc-game-pswjoe textarea,
.bc-game-pswjoe 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-pswjoe button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bc-game-2nswnd ease;
}
.bc-game-pswjoe button:hover {
  background-color: var(--button-bg-hover);
}
.bc-game-u5iw0y {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bc-game-j0uceu ease-in;
}

.bc-game-u5iw0y 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-4kza3i, .bc-game-qyjiac, [class*="review-card"],
thead, thead th, table th, .bc-game-kkndu7,
.bc-game-crak96, [class*="collapsible-header"],
.bc-game-h2s5a0, [class*="updated-block"] {
  color: #ece7dc !important;
}
