* {
  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-p7kdom {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-p7kdom {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-p7kdom {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.bc-game-hdtccf {
  overflow: hidden;
}

.bc-game-cpjk8c img {
  background: var(--Neutral-300);
}

.bc-game-9qdeix {
  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-vc2emk {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.bc-game-vc2emk:hover {
  background: var(--button-bg-hover);
}

.bc-game-kk7i8z {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bc-game-kk7i8z:hover {
  background: var(--button-bg-hover);
}

.bc-game-97kql6 {
  font-size: 12px;
  line-height: 18px;
}

.bc-game-hucn0m {
  font-size: 18px;
  line-height: 26px;
}

.bc-game-co6xq8 {
  width: 100%;
}

.bc-game-1mpjh4 {
  padding: 6px 16px;
}

.bc-game-usekl2 {
  padding: 10px 16px;
}

.bc-game-zuftkj {
  padding: 15px 26px;
}

.bc-game-0q11o8 {
  flex-shrink: 0;
}

.bc-game-1ddnqx {
  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-g25xri {
  display: none;
}

.bc-game-8d666j {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bc-game-052r2i {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.bc-game-4hifik {
  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-mnpqpb {
  cursor: grab;
}

.bc-game-4hifik::-webkit-scrollbar {
  display: none;
}

.bc-game-sy12ur {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.bc-game-lnyqou {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.bc-game-ktxx5x {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.bc-game-rrsbz4 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.bc-game-60f7g3 {
  visibility: visible;
}

.bc-game-6w2j6o {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.bc-game-fdgh3i ease;
}

.bc-game-2vvzpp {
  background-color: var(--Primary-200);
  width: 16px;
}

.bc-game-c7m48e {
  -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-fdgh3i,
    mask-image 0.3s;
}

.bc-game-c7m48e.bc-game-bbgh7f {
  -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-zrxqt4: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-rebvmq {
  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-0u2g5k.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-0u2g5k.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-2ltls1 {
  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-2ltls1::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-k9nfsv {
  position: relative;
  z-index: 1;
}

.bc-game-lndwo7 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.bc-game-88lgs7 {
  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-44gajn {
  font-size: 40px;
  line-height: 48px;
}

.bc-game-31ifbd {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bc-game-p4escj {
  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-p4escj:hover {
  background: var(--Primary-400);
}

.bc-game-p4escj svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.bc-game-zrxqt4 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-2ltls1 {
    max-width: 600px;
    padding: 64px;
  }

  .bc-game-lndwo7 {
    font-size: 24px;
    line-height: 32px;
  }

  .bc-game-88lgs7 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .bc-game-44gajn {
    font-size: 50px;
    line-height: 56px;
  }

  .bc-game-31ifbd {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .bc-game-rebvmq {
    top: 25px;
    right: 25px;
  }
}

.bc-game-5qhk53,
.bc-game-9mx2oa {
  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-522xtd.bc-game-s2zlpt::before,
.bc-game-9mx2oa::before,
.bc-game-6rx1wo::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-0u2g5k.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.bc-game-2czit3 14.bc-game-rge6ca.bc-game-8mrh1c 14.bc-game-vm8qtq 15.bc-game-gpypub 14.bc-game-2fu3wc 15.bc-game-kgntsi 14.bc-game-8l7o4t.bc-game-fmn0dm 14.bc-game-r3hwtr 19.bc-game-dkx513 12.bc-game-cmixl6 19.bc-game-dkx513 10.bc-game-chofnj.bc-game-dkx513 8.bc-game-1i2er4 17.bc-game-4ml0qz 7.bc-game-i7s9jm 15.bc-game-p0x65c 7.bc-game-c7j85q.bc-game-k33d8y 7.bc-game-i7s9jm 11.bc-game-au4dd8 8.bc-game-1i2er4 11.bc-game-au4dd8 10.bc-game-p302mr.bc-game-au4dd8 12.bc-game-6klazw 13.bc-game-il4ki1 14.bc-game-6vpfee 15.bc-game-ipdmj9 14.bc-game-cknrg8.bc-game-oa8b6c 14.bc-game-01dqm0 15.bc-game-ineafg 14.bc-game-gr4ad9 15.bc-game-t1do7e 14.bc-game-5uiomu.bc-game-2czit3 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.bc-game-bl6iy4 15.bc-game-5kq8vt.bc-game-hwqa88 15.bc-game-r62qeg 15.bc-game-ge5a6x 15.bc-game-x12nln 15.bc-game-e92qxw 15.bc-game-b5gehq.bc-game-10q2ik 15.bc-game-x12nln 15.bc-game-8327jh 15.bc-game-8mmvgt 15.bc-game-0vhftn 15.bc-game-ruo88e.bc-game-yiwtfv 15.bc-game-ag4qyy 7.bc-game-a4hroj 18.bc-game-p8s1e0 7.bc-game-js6epd 23.bc-game-1izkmb.bc-game-wl5pwz.bc-game-1kpa29 18.bc-game-qmpt8x 19.bc-game-ctyf1f 15.bc-game-awu3jx 15.bc-game-bl6iy4 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-qpashq [type="submit"] *,
.bc-game-rc4wdm button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .bc-game-onwm3r {
    display: none;
  }
}

.bc-game-hjjvrd {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .bc-game-hjjvrd {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-hjjvrd {
    bottom: 22px;
  }
}

.bc-game-hjjvrd input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .bc-game-hjjvrd {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.bc-game-zdylu7.static) .bc-game-hjjvrd {
    bottom: 8px;
  }
}

.bc-game-f06te9 {
  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-0u2g5k.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.bc-game-f7f3z5 3.bc-game-39l9we.bc-game-i8m0s7.bc-game-fwhgsr 3.bc-game-z7s6d1 3.bc-game-s6t2p2 5.bc-game-xilteq 3.bc-game-s6t2p2 8.bc-game-qv3pdi.bc-game-2vkn1s.bc-game-s6t2p2 26.bc-game-qsbs01 5.bc-game-x3mihe 28.bc-game-jvxagf 8.bc-game-cjk940 28.bc-game-galk6g.bc-game-76a0co 28.bc-game-d55unp.bc-game-w3qzp7 34.bc-game-kvwgif.bc-game-yz1ha6 36.bc-game-sht26j 11.bc-game-vh7b0b 37.bc-game-d89g4q 12.bc-game-fh6xuo 36.bc-game-1g1bb4.bc-game-g3vtum 28.bc-game-no3qi9.bc-game-b11dof.bc-game-zx1mp8 28.bc-game-tm1y5q 36.bc-game-h2uh05 26.bc-game-0kofri 36.bc-game-h2uh05 23.bc-game-mcixry.bc-game-atcvpa.bc-game-h2uh05 5.bc-game-5ldwd3 34.bc-game-e7fv75 3.bc-game-z7s6d1 31.bc-game-f7f3z5 3.bc-game-n1ic3c.bc-game-etle3u 18.bc-game-kbaif5.bc-game-wtujcq 18.bc-game-xeglsc 8.bc-game-oxo3w2 17.bc-game-2huj6z 8.bc-game-oxo3w2 15.bc-game-k6bmq2.bc-game-oxo3w2 14.bc-game-e66xcw 9.bc-game-wtujcq 13.bc-game-264xzs 11.bc-game-etle3u 13.bc-game-vuubh8.bc-game-6s3ozg 13.bc-game-264xzs 13.bc-game-ssn442 14.bc-game-e66xcw 13.bc-game-ssn442 15.bc-game-kzf33l.bc-game-ssn442 17.bc-game-2huj6z 12.bc-game-6s3ozg 18.bc-game-xeglsc 11.bc-game-etle3u 18.bc-game-3blh2u.bc-game-x12qsd 18.bc-game-gqtxom.bc-game-t750ce 18.bc-game-xeglsc 17.bc-game-9ohoe9 17.bc-game-2huj6z 17.bc-game-9ohoe9 15.bc-game-nzsgnj.bc-game-9ohoe9 14.bc-game-e66xcw 18.bc-game-t750ce 13.bc-game-264xzs 20.bc-game-x12qsd 13.bc-game-x6xb9a.bc-game-8fga9g 13.bc-game-264xzs 22.bc-game-bjf7c7 14.bc-game-e66xcw 22.bc-game-bjf7c7 15.bc-game-unenth.bc-game-pzwka0 17.bc-game-2huj6z 21.bc-game-8fga9g 18.bc-game-xeglsc 20.bc-game-x12qsd 18.bc-game-fgs9of.bc-game-7n5e66 18.bc-game-lxpsau.bc-game-gwhwtp 18.bc-game-xeglsc 26.bc-game-5yweol 17.bc-game-2huj6z 26.bc-game-5yweol 15.bc-game-vu94uk.bc-game-5yweol 14.bc-game-e66xcw 27.bc-game-gwhwtp 13.bc-game-264xzs 28.bc-game-7n5e66 13.bc-game-4a5q3t.bc-game-p31ux7 13.bc-game-264xzs 31.bc-game-027jfd 14.bc-game-e66xcw 31.bc-game-027jfd 15.bc-game-azkshm.bc-game-5yweol 17.bc-game-2huj6z 30.bc-game-p31ux7 18.bc-game-xeglsc 28.bc-game-7n5e66 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-f06te9 {
    display: none;
  }
}

.bc-game-tlpob0 {
  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-tlpob0 {
    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-rc4wdm {
  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-rc4wdm {
    padding: 14px 16px;
  }
}

.bc-game-rc4wdm button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.bc-game-rc4wdm button:first-child {
  align-content: end;
}

.bc-game-rc4wdm button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .bc-game-rc4wdm
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-rc4wdm
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.bc-game-rc4wdm button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.bc-game-rc4wdm button:last-child svg {
  width: 38px;
  height: 38px;
}

.bc-game-6rx1wo {
  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-6rx1wo::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .bc-game-6rx1wo,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-6rx1wo {
  opacity: 1;
  visibility: visible;
}

.bc-game-lzxu02 {
  flex: 1 1;
}

.bc-game-shgdn1 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-shgdn1 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .bc-game-wzxy73 {
  display: block;
}

.bc-game-dq4fxb {
  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-dq4fxb {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-9mx2oa {
  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-9mx2oa::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.bc-game-fmyzhn span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.bc-game-fmyzhn p {
  color: var(--Text-100);
}

.bc-game-9mx2oa .bc-game-lslxeg {
  grid-area: button;
}

.bc-game-9mx2oa .bc-game-lslxeg::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-0u2g5k.org/2000/svg'%3E%3Cpath d='M4.bc-game-h3n3lz 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-4e17tw 15L16.bc-game-4e17tw 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-4e17tw 5L16.bc-game-4e17tw 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-rxiy8i {
  display: block;
}

.bc-game-eqvid3 {
  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-eqvid3 {
    margin-top: 40px;
  }
}

.bc-game-5qhk53 label,
.bc-game-5qhk53 input {
  display: block;
  width: 100%;
}

.bc-game-5qhk53 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.bc-game-5qhk53 label.bc-game-lpek8p input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.bc-game-5qhk53 label.bc-game-lpek8p::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-5qhk53 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-5qhk53 input::placeholder {
  color: var(--Text-400);
}

.bc-game-xtbezm {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .bc-game-xtbezm {
  display: flex;
}

.bc-game-xtbezm ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .bc-game-xtbezm ol {
    height: 420px;
    padding: 24px;
  }
}

.bc-game-xtbezm ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.bc-game-qpashq {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-qpashq {
    padding: 0 24px 24px;
  }
}

.bc-game-qpashq 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-qpashq input::placeholder {
  color: var(--Text-400);
}

.bc-game-qpashq [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.bc-game-qpashq [type="submit"]:disabled {
  opacity: 0.5;
}

.bc-game-qpashq [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .bc-game-qpashq [type="submit"] {
    right: 40px;
  }
}

.bc-game-522xtd {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.bc-game-522xtd.bc-game-s2zlpt {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.bc-game-522xtd.bc-game-s2zlpt::before {
  content: "";
  width: 31px;
}

.bc-game-522xtd.bc-game-s2zlpt p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bc-game-522xtd.bc-game-ymmxd6 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.bc-game-522xtd 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-hjjvrd .bc-game-lslxeg {
  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-onwm3r {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bc-game-onwm3r {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .bc-game-onwm3r {
    padding: 18px 0;
  }
}

.bc-game-onwm3r .bc-game-p7kdom {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bc-game-onwm3r .bc-game-p7kdom {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.bc-game-qm11pc {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .bc-game-qm11pc {
    max-width: 160px;
    height: 40px;
  }
}

.bc-game-qm11pc picture,
.bc-game-qm11pc img {
  display: block;
  width: 100%;
  height: 100%;
}

.bc-game-qm11pc img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .bc-game-ljvnh6 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.bc-game-fdgh3i ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .bc-game-onwm3r.bc-game-0cpp7h .bc-game-ljvnh6 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bc-game-ljvnh6 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .bc-game-ljvnh6 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.bc-game-5izwvw,
.bc-game-iib3qa {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .bc-game-5izwvw,
  .bc-game-iib3qa {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bc-game-iib3qa {
    display: none;
  }
}

.bc-game-afznx7 {
  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-0cpp7h .bc-game-afznx7 {
  background: var(--fh-bg-color);
}

.bc-game-afznx7 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .bc-game-afznx7 {
    display: none;
  }
}

.bc-game-k12jvx {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bc-game-k12jvx {
    display: none;
  }
}

.bc-game-eajuz5 {
  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-onwm3r.bc-game-0cpp7h .bc-game-eajuz5:first-child {
  display: none;
}

.bc-game-onwm3r.bc-game-0cpp7h .bc-game-eajuz5:last-child {
  display: block;
}

.bc-game-eajuz5:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .bc-game-eajuz5 {
    display: none;
  }
}

.bc-game-69vlt0 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-69vlt0 {
    display: flex;
  }
}

.bc-game-69vlt0 ul {
  max-height: 350px;
  overflow-y: auto;
}

.bc-game-69vlt0:hover ul {
  visibility: visible;
  opacity: 1;
}

.bc-game-69vlt0:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bc-game-69vlt0:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.bc-game-69vlt0:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.bc-game-69vlt0:hover .bc-game-t21hue svg {
  transform: rotate(180deg);
}

.bc-game-93rt6k {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.bc-game-6b6mnk {
  padding: 0 8px;
}

.bc-game-2nc598 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.bc-game-2nc598:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .bc-game-2nc598 {
    padding: 4px 8px;
  }
}

.bc-game-7ph5eh {
  display: flex;
}

.bc-game-7ph5eh img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.bc-game-t21hue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.bc-game-t21hue svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.bc-game-hnajam {
  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-hnajam {
    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-yvg89w {
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-yvg89w {
    display: none;
  }
}

.bc-game-7xa9qz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.bc-game-n1q7ir {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.bc-game-7micsl {
  display: flex;
}

.bc-game-4e6a47 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bc-game-ysau6m {
  list-style: none;
}

@media (max-width: 1199px) {
  .bc-game-ysau6m {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .bc-game-ysau6m {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bc-game-ysau6m .bc-game-g67fvu [data-ref-el],
  .bc-game-ysau6m .bc-game-g67fvu span,
  .bc-game-ysau6m .bc-game-g67fvu a {
    white-space: nowrap;
  }
}

.bc-game-eorbwn {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .bc-game-eorbwn.bc-game-fr4buf > .bc-game-g67fvu {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .bc-game-eorbwn.bc-game-bshb8h:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .bc-game-eorbwn.bc-game-fr4buf > .bc-game-rglst2 {
    height: auto;
  }

  .bc-game-eorbwn.bc-game-fr4buf > div > .bc-game-0c8f7y {
    transform: rotate(180deg);
  }
}

.bc-game-eorbwn [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.bc-game-eorbwn [data-ref-el],
.bc-game-eorbwn span {
  cursor: pointer;
}

.bc-game-eorbwn [data-ref-el],
.bc-game-eorbwn span,
.bc-game-eorbwn 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-eorbwn [data-ref-el],
  .bc-game-eorbwn span,
  .bc-game-eorbwn a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .bc-game-eorbwn [data-ref-el],
  .bc-game-eorbwn span,
  .bc-game-eorbwn a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.bc-game-rglst2 {
  height: 0;
  overflow: hidden;
  transition: height 0.bc-game-fdgh3i ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.bc-game-rglst2::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.bc-game-rglst2::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.bc-game-rglst2::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .bc-game-rglst2 {
    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-rglst2:has(> .bc-game-eorbwn.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .bc-game-rglst2 .bc-game-rglst2 {
    padding: 0;
  }

  .bc-game-rglst2 .bc-game-eorbwn {
    font-weight: 400;
  }

  .bc-game-rglst2 .bc-game-eorbwn:hover > .bc-game-g67fvu {
    background: var(--Neutral-300);
  }

  .bc-game-rglst2 .bc-game-0c8f7y {
    rotate: -90deg;
  }
}

.bc-game-g67fvu {
  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-g67fvu {
    padding: 8px;
  }

  .bc-game-eorbwn.bc-game-nhp3vp > .bc-game-g67fvu {
    background: var(--Neutral-300);
  }
}

.bc-game-0c8f7y {
  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-0u2g5k.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.bc-game-e22z2z 0.bc-game-s3etc7.bc-game-5d8kyo -0.bc-game-ggs8em 0.bc-game-quv8vt -0.bc-game-ggs8em 1.bc-game-2nlzq5 0.bc-game-uuvzb6.bc-game-57qjud 4.bc-game-4kpyk5.bc-game-e22z2z 0.bc-game-k8jm84.bc-game-76lo4l -0.bc-game-ggs8em 9.bc-game-mtkyyd -0.bc-game-ggs8em 10.bc-game-eh0ysk 0.bc-game-3b0445.bc-game-tehm23 0.bc-game-5d8kyo 10.bc-game-tehm23 0.bc-game-quv8vt 10.bc-game-eh0ysk 1.bc-game-sv6fjk.bc-game-fx76lg 5.bc-game-d57f2o.bc-game-82bx02 6.bc-game-369rq1 5.bc-game-yhsr55 6.bc-game-369rq1 4.bc-game-5n786m 5.bc-game-6z2hs3.bc-game-e22z2z 1.bc-game-89aole.bc-game-ggs8em 0.bc-game-quv8vt -0.bc-game-ggs8em 0.bc-game-5d8kyo 0.bc-game-e22z2z 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.bc-game-fdgh3i ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-0c8f7y {
    cursor: default;
  }
}

.bc-game-74vkxh {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.bc-game-to5gne {
  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-to5gne {
    padding: 40px 4px;
  }
}

.bc-game-ftrolf {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .bc-game-ftrolf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.bc-game-6ao41h {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .bc-game-6ao41h {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.bc-game-6ao41h ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.bc-game-6ao41h [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.bc-game-6ao41h [data-ref-el],
.bc-game-6ao41h span,
.bc-game-6ao41h a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.bc-game-tvjk4h {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-tvjk4h {
    margin-bottom: 12px;
  }
}

.bc-game-2qw6y4 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.bc-game-2qw6y4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .bc-game-2qw6y4:last-child {
    margin-right: 0;
  }
}

.bc-game-xt464w {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-tvjk4h:hover .bc-game-etxcyp {
  visibility: visible;
  opacity: 1;
}

.bc-game-etxcyp {
  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-60052u {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bc-game-hrbykt {
  display: flex;
  margin: 6px;
}

.bc-game-hrbykt img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.bc-game-etxcyp::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-etxcyp::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-p7hs3g {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-p7hs3g {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.bc-game-omcv92 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .bc-game-omcv92 {
    margin-right: 32px;
  }
}

.bc-game-iqa9ca {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-iqa9ca {
    margin-top: 0;
    width: 340px;
  }
}

.bc-game-iqa9ca a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-387yj9 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.bc-game-i92kqy {
  position: relative;
}

@media (min-width: 768px) {
  .bc-game-i92kqy {
    margin-top: 40px;
  }
}

.bc-game-i92kqy + .bc-game-93j3si,
.bc-game-i92kqy + .bc-game-i92kqy {
  margin-top: 24px;
}

.bc-game-12e3x4 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .bc-game-12e3x4 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-12e3x4 {
    padding: 80px;
  }
}

.bc-game-ffr6mp {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .bc-game-ffr6mp {
    padding: 0 16px;
}


}

.bc-game-gy5yxl {
  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-gy5yxl {
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-apdceb {
  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-apdceb {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-ijklr3 {
  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-ijklr3:hover {
  background: var(--button-bg-hover);
}

.bc-game-zab25t {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.bc-game-zab25t img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .bc-game-zab25t img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .bc-game-zab25t img {
  min-height: 100%;
  }
}

.bc-game-12e3x4::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bc-game-00s3tn {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bc-game-00s3tn h1,
.bc-game-00s3tn h2,
.bc-game-00s3tn h3,
.bc-game-00s3tn h4 {
  margin-bottom: 6px;
}

.bc-game-00s3tn h1:not(:first-child),
.bc-game-00s3tn h2:not(:first-child),
.bc-game-00s3tn h3:not(:first-child),
.bc-game-00s3tn h4:not(:first-child) {
  margin-top: 16px;
}

.bc-game-00s3tn h1,
.bc-game-00s3tn h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .bc-game-00s3tn h1,
  .bc-game-00s3tn h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.bc-game-00s3tn h2,
.bc-game-00s3tn h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .bc-game-00s3tn h2,
  .bc-game-00s3tn h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-00s3tn h3,
.bc-game-00s3tn h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .bc-game-00s3tn h3,
  .bc-game-00s3tn h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-00s3tn h4,
.bc-game-00s3tn h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.bc-game-00s3tn ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.bc-game-00s3tn ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.bc-game-00s3tn 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-00s3tn ul ul {
  margin-bottom: 8px;
}

.bc-game-00s3tn ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.bc-game-00s3tn ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.bc-game-00s3tn ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.bc-game-00s3tn ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.bc-game-00s3tn ol li::marker {
  font-weight: 700;
}

.bc-game-00s3tn ol ol {
  margin-bottom: 8px;
}

.bc-game-00s3tn ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.bc-game-00s3tn ol ul li {
  padding-left: 16px;
}

.bc-game-00s3tn 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-00s3tn table {
    padding: 24px;
  }
}

.bc-game-00s3tn table.bc-game-0za0bo {
  -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-fdgh3i,
    mask-image 0.3s;
}

.bc-game-00s3tn table.bc-game-0za0bo.bc-game-bbgh7f {
  -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-00s3tn table {
    display: table;
  }
}

.bc-game-00s3tn 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-00s3tn table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-00s3tn table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-00s3tn 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-00s3tn table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.bc-game-00s3tn table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-00s3tn table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-00s3tn table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.bc-game-00s3tn img {
  max-width: 100%;
  height: auto;
}

.bc-game-6fwfiy {
  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-6fwfiy {
    padding: 24px;
  }
}

.bc-game-dpolmd {
  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-dpolmd {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.bc-game-dpolmd > * {
  margin: 0 !important;
}

.bc-game-dpolmd img,
.bc-game-eyn8qn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-dpolmd img,
  .bc-game-eyn8qn {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-d7lyun {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-d7lyun {
    width: 32px;
    height: 32px;
  }
}

.bc-game-qxuzuj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.bc-game-qxuzuj .bc-game-fhqvh8 {
  flex-shrink: 0;
}

.bc-game-qxuzuj .bc-game-1hyliv svg {
  display: none;
}

.bc-game-xb62d8 {
  display: grid;
  transition: max-height 0.bc-game-fdgh3i ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .bc-game-xb62d8 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .bc-game-xb62d8 {
    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-xb62d8.bc-game-h63mj3 + .bc-game-fhqvh8 svg {
  transform: rotate(180deg);
}

.bc-game-lp25oi {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.bc-game-lp25oi > div:nth-child(3n) {
  grid-column: span 2;
}

.bc-game-lp25oi
  > div:nth-child(3n)
  .bc-game-j61fe8
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .bc-game-lp25oi {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bc-game-lp25oi > div:nth-child(3n) {
    grid-column: unset;
  }

  .bc-game-lp25oi
    > div:nth-child(3n)
    .bc-game-j61fe8
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .bc-game-lp25oi {
    max-width: 270px;
  }
}

.bc-game-lp25oi .bc-game-j61fe8 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .bc-game-lp25oi .bc-game-j61fe8 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .bc-game-lp25oi .bc-game-j61fe8 button {
    max-width: 104px;
  }
}

.bc-game-spqfey {
  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-spqfey {
    margin-bottom: 0;
  }
}

.bc-game-r61o2b {
  display: none;
  opacity: 0;
}

.bc-game-civsxu {
  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-civsxu img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.bc-game-j61fe8 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.bc-game-j61fe8 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-j61fe8
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bc-game-j61fe8
    button {
    max-width: 145px;
  }
}

.bc-game-2op0eb:first-child
  .bc-game-j61fe8
  button {
  max-width: 270px;
}

.bc-game-t8dy20 {
  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-spqfey picture {
  width: 100%;
  max-width: 100%;
}

.bc-game-emkziq {
  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-emkziq svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.bc-game-spqfey:hover .bc-game-emkziq {
  display: flex;
}

.bc-game-nd0mtv {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.bc-game-dawa01 {
  display: flex;
}

.bc-game-dawa01:hover .bc-game-gjgy4k,
.bc-game-dawa01 .bc-game-nhp3vp .bc-game-gjgy4k {
  display: flex;
}

.bc-game-dawa01 svg {
  flex-shrink: 0;
}

.bc-game-gjgy4k {
  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-gjgy4k {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.bc-game-gjgy4k:hover {
  display: flex;
}

.bc-game-gjgy4k svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.bc-game-2lvmgw {
  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-2lvmgw {
    font-size: 12px;
  }
}

.bc-game-i8vijx,
.bc-game-2xdty5 {
  width: 50%;
  flex-shrink: 0;
}

.bc-game-i8vijx {
  font-weight: 700;
}

.bc-game-mmd4tl .bc-game-xb62d8 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .bc-game-mmd4tl .bc-game-xb62d8 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .bc-game-mmd4tl .bc-game-xb62d8 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bc-game-mmd4tl
  .bc-game-t8dy20:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.bc-game-mmd4tl .bc-game-civsxu {
  height: 100% !important;
  border-radius: 16px;
}

.bc-game-mmd4tl .bc-game-j61fe8 {
  gap: 4px;
  align-items: center;
}

.bc-game-mmd4tl .bc-game-j61fe8 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bc-game-mmd4tl .bc-game-j61fe8 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.bc-game-mmd4tl .bc-game-bkbvqo,
.bc-game-mmd4tl .bc-game-bnstyk {
  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-0u2g5k.org/2000/svg'%3E%3Cpath d='M9.bc-game-8q0j80 4.bc-game-qkpqsn.bc-game-sehsgt 5.bc-game-o0h0zz.bc-game-mjn541 5.bc-game-kwhsqh.bc-game-159njf 5.bc-game-hos697.bc-game-b9z5de 8.bc-game-a7uos2.bc-game-zrdekh 9.bc-game-572md3.bc-game-4n8nuu 9.bc-game-bxeb4j.bc-game-wd2rqp 13.bc-game-j9r44i.bc-game-mrs5gk 11.bc-game-cyxz1a.bc-game-nt05z2 11.bc-game-hix351.bc-game-5gpqxm 11.bc-game-mmwws1.bc-game-y1ce0e 13.bc-game-rti18n.bc-game-tljgb5 9.bc-game-cb5ofc.bc-game-gpsynx 9.bc-game-wf88q7.bc-game-ap7915 8.bc-game-03kwke.bc-game-ceos5i 5.bc-game-wgacgt.bc-game-q0pbm1 5.bc-game-ogyxj0.bc-game-ao60tj 5.bc-game-3cuzus.bc-game-jau2fd 4.bc-game-jsly98.bc-game-nt05z2 1.bc-game-8n17ag.bc-game-8q0j80 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.bc-game-mmd4tl .bc-game-bkbvqo {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.bc-game-mmd4tl .bc-game-bnstyk {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.bc-game-evkeme {
  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-evkeme {
    padding: 24px;
  }
}

.bc-game-evkeme .bc-game-fhqvh8 {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-evkeme .bc-game-fhqvh8 {
    display: none;
  }
}

.bc-game-evkeme .bc-game-1hyliv svg {
  display: none;
}

.bc-game-l884n4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bc-game-l884n4 .bc-game-9qdeix {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-l884n4 .bc-game-9qdeix {
    display: flex;
  }
}

.bc-game-u4h8ug {
  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-u4h8ug {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-u4h8ug > * {
  margin: 0 !important;
}

.bc-game-u4h8ug img,
.bc-game-diygtp {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-u4h8ug img,
  .bc-game-diygtp {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-lh1j0i {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-lh1j0i {
    width: 32px;
    height: 32px;
  }
}

.bc-game-stsm7r {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .bc-game-stsm7r {
    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-stsm7r::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-7hkuxe {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .bc-game-7hkuxe {
    padding: 7px 15px;
  }
}

.bc-game-7hkuxe:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-ortjnn {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-ortjnn {
    display: flex;
    opacity: 1;
  }
}

.bc-game-7hkuxe picture {
  height: 100%;
  display: block;
}

.bc-game-7hkuxe img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .bc-game-7hkuxe img {
    width: 88px;
    height: 44px;
  }
}

.bc-game-7hkuxe p {
  text-align: center;
  width: 100%;
}

.bc-game-nj1byi {
  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-nj1byi {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-nj1byi img,
.bc-game-u6k7x8 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-nj1byi img,
  .bc-game-u6k7x8 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-ehtwrx {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-ehtwrx {
    width: 32px;
    height: 32px;
  }
}

.bc-game-tliss5 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.bc-game-uaro8a {
  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-2rf3sl {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.bc-game-2rf3sl.bc-game-nhp3vp {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.bc-game-0qoigp {
  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-0qoigp {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-n3kv4f {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.bc-game-b2tkk0 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.bc-game-fdgh3i ease;
  opacity: 0;
  color: var(--text-color);
}

.bc-game-4f3wkc {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.bc-game-4f3wkc ol,
.bc-game-4f3wkc ul {
  padding-left: 1.3em;
}

.bc-game-2rf3sl.bc-game-nhp3vp .bc-game-b2tkk0 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.bc-game-2rf3sl.bc-game-nhp3vp .bc-game-n3kv4f {
  transform: rotate(180deg);
  color: var(--text-color);
}

.bc-game-9yq7yc {
  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-9yq7yc {
    padding: 24px;
  }
}

.bc-game-9yq7yc .bc-game-fhqvh8 {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-9yq7yc .bc-game-fhqvh8 {
    display: none;
  }
}

.bc-game-9yq7yc .bc-game-1hyliv svg {
  display: none;
}

.bc-game-wirtuc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bc-game-wirtuc .bc-game-9qdeix {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-wirtuc .bc-game-9qdeix {
    display: flex;
  }
}

.bc-game-33h3ae {
  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-33h3ae {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-33h3ae > * {
  margin: 0 !important;
}

.bc-game-33h3ae img,
.bc-game-mclt02 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-33h3ae img,
  .bc-game-mclt02 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-41vor3 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-41vor3 {
    width: 32px;
    height: 32px;
  }
}

.bc-game-4w3jj7 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .bc-game-4w3jj7 {
    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-4w3jj7::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-abqlh2 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.bc-game-abqlh2:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-9dzs35 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-9dzs35 {
    display: flex;
    opacity: 1;
  }
}

.bc-game-abqlh2 picture {
  width: auto;
  height: 100%;
  display: block;
}

.bc-game-abqlh2 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.bc-game-e33hiw {
  margin: -24px 0;
}

.bc-game-e33hiw:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .bc-game-e33hiw {
    margin: -16px 0;
  }
}

.bc-game-7xuqnx {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .bc-game-7xuqnx {
    flex-direction: row;
  }
}

.bc-game-uf5f46 {
  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-uf5f46 {
    flex: 1;
  }
}

.bc-game-uf5f46::placeholder {
  color: var(--Text-400);
}

.bc-game-7jny9n {
  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-mzvbs6 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bc-game-mzvbs6::-webkit-scrollbar {
  display: none;
}

.bc-game-5kc7do {
  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-5kc7do img,
.bc-game-5kc7do svg {
  margin-right: 8px;
}

.bc-game-nlsklf {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.bc-game-e33hiw + .bc-game-oz7ln3 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bc-game-e33hiw + .bc-game-oz7ln3 {
    margin-top: -16px;
  }
}

.bc-game-ap31vc {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.bc-game-ap31vc > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.bc-game-ap31vc > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.bc-game-y2d6qy {
  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-t9etwc {
  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-i2zmhw {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bc-game-9rnon8 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.bc-game-thhv5p {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.bc-game-y2d6qy 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-y2d6qy 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-y2d6qy {
    padding: 39px 179px 39px 39px;
  }

  .bc-game-t9etwc {
    font-size: 40px;
    line-height: 48px;
  }

  .bc-game-thhv5p {
    height: 348px;
  }

  .bc-game-y2d6qy button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .bc-game-y2d6qy button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-y2d6qy {
    padding: 63px;
  }
}

.bc-game-l3c7oa {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bc-game-l3c7oa {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.bc-game-p1bpz6 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-p1bpz6 {
    width: auto;
  }
}

.bc-game-wb3m36 {
  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-wb3m36::-webkit-scrollbar {
  display: none;
}

.bc-game-wb3m36 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-wb3m36 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-wb3m36 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.bc-game-l3c7oa .bc-game-20lsll {
  -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-fdgh3i,
    mask-image 0.3s;
}

.bc-game-l3c7oa .bc-game-20lsll.bc-game-bbgh7f {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.bc-game-hrspiy {
  margin: 40px -16px;
}

.bc-game-q4n3bi + .bc-game-93j3si,
.bc-game-q4n3bi + .bc-game-i92kqy {
  margin-top: 24px;
}

.bc-game-k67ndr {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.bc-game-k67ndr picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bc-game-nn427w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .bc-game-nn427w {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .bc-game-nn427w {
    margin-top: 0;
  }
}

.bc-game-n4y6uk {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-n4y6uk {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-cfnr0u {
  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-cfnr0u {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.bc-game-s6u522 {
  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-s6u522 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.bc-game-oc4gwi {
  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-oc4gwi {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-0wp9h8 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-0wp9h8 {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-tnihwr {
  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-gqkwjc {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.bc-game-gqkwjc img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bc-game-oz7ln3 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bc-game-6xnw21 {
  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-6xnw21 {
    padding: 15px 48px;
  }
}

main > .bc-game-oz7ln3 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .bc-game-xb62d8.bc-game-rcakf4 > div:nth-child(n+5) {
    display: none;
  }
}

.bc-game-00s3tn p a img {
  display: block;
  margin: 0 auto;
}


.bc-game-clnzge {
  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-2nutzd {
  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-2nutzd label {
  font-size: 14px;
}

.bc-game-2nutzd h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bc-game-2nutzd input,
.bc-game-2nutzd textarea,
.bc-game-2nutzd 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-2nutzd button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bc-game-iijm8d ease;
}
.bc-game-2nutzd button:hover {
  background-color: var(--button-bg-hover);
}
.bc-game-gusaxq {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bc-game-8dbmm4 ease-in;
}

.bc-game-gusaxq 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-jf8xv6, .bc-game-ei14u3, [class*="review-card"],
thead, thead th, table th, .bc-game-ezp7su,
.bc-game-cg9p44, [class*="collapsible-header"],
.bc-game-fkp3gj, [class*="updated-block"] {
  color: #ece7dc !important;
}
