* {
  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-ti745v {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-ti745v {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-ti745v {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.bc-game-0nss5q {
  overflow: hidden;
}

.bc-game-mv064w img {
  background: var(--Neutral-300);
}

.bc-game-nukl8u {
  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-mdejvy {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.bc-game-mdejvy:hover {
  background: var(--button-bg-hover);
}

.bc-game-zw8a2n {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bc-game-zw8a2n:hover {
  background: var(--button-bg-hover);
}

.bc-game-gwud0n {
  font-size: 12px;
  line-height: 18px;
}

.bc-game-mcx47v {
  font-size: 18px;
  line-height: 26px;
}

.bc-game-je028b {
  width: 100%;
}

.bc-game-o0nk8h {
  padding: 6px 16px;
}

.bc-game-x9w7lc {
  padding: 10px 16px;
}

.bc-game-muvdrr {
  padding: 15px 26px;
}

.bc-game-ir9y12 {
  flex-shrink: 0;
}

.bc-game-jv6j6g {
  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-5tbkyu {
  display: none;
}

.bc-game-589s7c {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bc-game-mm2vkb {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.bc-game-opodar {
  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-1wlvos {
  cursor: grab;
}

.bc-game-opodar::-webkit-scrollbar {
  display: none;
}

.bc-game-a3vq9w {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.bc-game-smgnk3 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.bc-game-l247s4 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.bc-game-y4rogm {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.bc-game-oojvz9 {
  visibility: visible;
}

.bc-game-etjlxs {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.bc-game-lrfju4 ease;
}

.bc-game-skl9hk {
  background-color: var(--Primary-200);
  width: 16px;
}

.bc-game-5jchtc {
  -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-lrfju4,
    mask-image 0.3s;
}

.bc-game-5jchtc.bc-game-cud7sq {
  -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-ylqb10: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-wvxhfr {
  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-curjuu.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-curjuu.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-u96t20 {
  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-u96t20::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-ufk4sg {
  position: relative;
  z-index: 1;
}

.bc-game-fah9xh {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.bc-game-zmln2l {
  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-lpcixe {
  font-size: 40px;
  line-height: 48px;
}

.bc-game-ssd0ev {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bc-game-mtyj2l {
  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-mtyj2l:hover {
  background: var(--Primary-400);
}

.bc-game-mtyj2l svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.bc-game-ylqb10 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-u96t20 {
    max-width: 600px;
    padding: 64px;
  }

  .bc-game-fah9xh {
    font-size: 24px;
    line-height: 32px;
  }

  .bc-game-zmln2l {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .bc-game-lpcixe {
    font-size: 50px;
    line-height: 56px;
  }

  .bc-game-ssd0ev {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .bc-game-wvxhfr {
    top: 25px;
    right: 25px;
  }
}

.bc-game-vee0v0,
.bc-game-wfilih {
  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-ogotfz.bc-game-1xiz32::before,
.bc-game-wfilih::before,
.bc-game-cmbcha::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-curjuu.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.bc-game-10yd2z 14.bc-game-hkf2nf.bc-game-vkmdjw 14.bc-game-t4ogjs 15.bc-game-t2p7kf 14.bc-game-nmm4wf 15.bc-game-yjh1c2 14.bc-game-wp8zre.bc-game-ncxer5 14.bc-game-25v32e 19.bc-game-34q049 12.bc-game-1lxeae 19.bc-game-34q049 10.bc-game-ky0thf.bc-game-34q049 8.bc-game-xihvgj 17.bc-game-tw1rvq 7.bc-game-uapvo5 15.bc-game-1in5wx 7.bc-game-fouzt9.bc-game-l7d17u 7.bc-game-uapvo5 11.bc-game-79p0a9 8.bc-game-xihvgj 11.bc-game-79p0a9 10.bc-game-y0unv7.bc-game-79p0a9 12.bc-game-w4bfnh 13.bc-game-uupt4m 14.bc-game-151v8z 15.bc-game-cec6c1 14.bc-game-q7k107.bc-game-b5gryw 14.bc-game-8dsjp8 15.bc-game-l2qxsg 14.bc-game-1e90r0 15.bc-game-cnimbr 14.bc-game-yer81x.bc-game-10yd2z 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.bc-game-twe83b 15.bc-game-3egbfq.bc-game-o151vo 15.bc-game-h9kmiz 15.bc-game-026fch 15.bc-game-7o92m1 15.bc-game-kmiyyc 15.bc-game-yucnll.bc-game-ng9wuq 15.bc-game-7o92m1 15.bc-game-hnsy7h 15.bc-game-qojs55 15.bc-game-ck4glo 15.bc-game-x7feeb.bc-game-t3xtaq 15.bc-game-9bd7pm 7.bc-game-fwaum2 18.bc-game-bcagso 7.bc-game-7x94s7 23.bc-game-6wvy9x.bc-game-sbmula.bc-game-ce0jfy 18.bc-game-a58zv6 19.bc-game-2yxa3j 15.bc-game-fu169n 15.bc-game-twe83b 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-b1a9yh [type="submit"] *,
.bc-game-ya7on8 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .bc-game-oe6drj {
    display: none;
  }
}

.bc-game-fq5aim {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .bc-game-fq5aim {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-fq5aim {
    bottom: 22px;
  }
}

.bc-game-fq5aim input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .bc-game-fq5aim {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.bc-game-72f6fj.static) .bc-game-fq5aim {
    bottom: 8px;
  }
}

.bc-game-ditcn1 {
  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-curjuu.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.bc-game-3fztay 3.bc-game-nfjce9.bc-game-ytpz9a.bc-game-p2owgu 3.bc-game-rlv528 3.bc-game-u2ko7z 5.bc-game-50x2bj 3.bc-game-u2ko7z 8.bc-game-9tebaq.bc-game-zs581b.bc-game-u2ko7z 26.bc-game-1oqcwt 5.bc-game-8m34ti 28.bc-game-3mdilz 8.bc-game-oxsbu5 28.bc-game-weq0hr.bc-game-9h6zy6 28.bc-game-5dc5pj.bc-game-f3f6jn 34.bc-game-jcxagv.bc-game-5un0uu 36.bc-game-7upfcw 11.bc-game-dnxts5 37.bc-game-35nxli 12.bc-game-5yx4ml 36.bc-game-rn1svx.bc-game-3cavfy 28.bc-game-ly7sqs.bc-game-0kal6d.bc-game-xx9j1f 28.bc-game-9d809r 36.bc-game-ia7urw 26.bc-game-278vsr 36.bc-game-ia7urw 23.bc-game-y3hukc.bc-game-87bwg5.bc-game-ia7urw 5.bc-game-oo50ar 34.bc-game-7g5bvw 3.bc-game-rlv528 31.bc-game-3fztay 3.bc-game-b7wt6a.bc-game-ph4x5y 18.bc-game-746v1c.bc-game-2jr61c 18.bc-game-i2g6i8 8.bc-game-azli10 17.bc-game-e2slj1 8.bc-game-azli10 15.bc-game-tlfw6h.bc-game-azli10 14.bc-game-vkv824 9.bc-game-2jr61c 13.bc-game-ohtm3v 11.bc-game-ph4x5y 13.bc-game-kaua2c.bc-game-gp9c4u 13.bc-game-ohtm3v 13.bc-game-j8voos 14.bc-game-vkv824 13.bc-game-j8voos 15.bc-game-3p1ogf.bc-game-j8voos 17.bc-game-e2slj1 12.bc-game-gp9c4u 18.bc-game-i2g6i8 11.bc-game-ph4x5y 18.bc-game-hmh2te.bc-game-m1unzq 18.bc-game-la8g4b.bc-game-ymaqjp 18.bc-game-i2g6i8 17.bc-game-xlu9rr 17.bc-game-e2slj1 17.bc-game-xlu9rr 15.bc-game-y3pjre.bc-game-xlu9rr 14.bc-game-vkv824 18.bc-game-ymaqjp 13.bc-game-ohtm3v 20.bc-game-m1unzq 13.bc-game-xqp51n.bc-game-wjt39g 13.bc-game-ohtm3v 22.bc-game-nvu7ks 14.bc-game-vkv824 22.bc-game-nvu7ks 15.bc-game-b5yzkp.bc-game-quds23 17.bc-game-e2slj1 21.bc-game-wjt39g 18.bc-game-i2g6i8 20.bc-game-m1unzq 18.bc-game-jwozwq.bc-game-51r434 18.bc-game-qhgsbm.bc-game-kqsc7j 18.bc-game-i2g6i8 26.bc-game-wiqonu 17.bc-game-e2slj1 26.bc-game-wiqonu 15.bc-game-pxwuhi.bc-game-wiqonu 14.bc-game-vkv824 27.bc-game-kqsc7j 13.bc-game-ohtm3v 28.bc-game-51r434 13.bc-game-0su47z.bc-game-ovtjhp 13.bc-game-ohtm3v 31.bc-game-nv89z5 14.bc-game-vkv824 31.bc-game-nv89z5 15.bc-game-idar2p.bc-game-wiqonu 17.bc-game-e2slj1 30.bc-game-ovtjhp 18.bc-game-i2g6i8 28.bc-game-51r434 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-ditcn1 {
    display: none;
  }
}

.bc-game-pqo29c {
  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-pqo29c {
    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-ya7on8 {
  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-ya7on8 {
    padding: 14px 16px;
  }
}

.bc-game-ya7on8 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.bc-game-ya7on8 button:first-child {
  align-content: end;
}

.bc-game-ya7on8 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .bc-game-ya7on8
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-ya7on8
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.bc-game-ya7on8 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.bc-game-ya7on8 button:last-child svg {
  width: 38px;
  height: 38px;
}

.bc-game-cmbcha {
  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-cmbcha::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .bc-game-cmbcha,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-cmbcha {
  opacity: 1;
  visibility: visible;
}

.bc-game-irdnk4 {
  flex: 1 1;
}

.bc-game-ib6mhh {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-ib6mhh {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .bc-game-lesktc {
  display: block;
}

.bc-game-hab2px {
  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-hab2px {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-wfilih {
  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-wfilih::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.bc-game-ejeos9 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.bc-game-ejeos9 p {
  color: var(--Text-100);
}

.bc-game-wfilih .bc-game-91jjj0 {
  grid-area: button;
}

.bc-game-wfilih .bc-game-91jjj0::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-curjuu.org/2000/svg'%3E%3Cpath d='M4.bc-game-n5kprh 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-hzxvo1 15L16.bc-game-hzxvo1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-hzxvo1 5L16.bc-game-hzxvo1 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-3j4mfb {
  display: block;
}

.bc-game-zo9ew3 {
  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-zo9ew3 {
    margin-top: 40px;
  }
}

.bc-game-vee0v0 label,
.bc-game-vee0v0 input {
  display: block;
  width: 100%;
}

.bc-game-vee0v0 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.bc-game-vee0v0 label.bc-game-081scf input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.bc-game-vee0v0 label.bc-game-081scf::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-vee0v0 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-vee0v0 input::placeholder {
  color: var(--Text-400);
}

.bc-game-dvp3y1 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .bc-game-dvp3y1 {
  display: flex;
}

.bc-game-dvp3y1 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .bc-game-dvp3y1 ol {
    height: 420px;
    padding: 24px;
  }
}

.bc-game-dvp3y1 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.bc-game-b1a9yh {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-b1a9yh {
    padding: 0 24px 24px;
  }
}

.bc-game-b1a9yh 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-b1a9yh input::placeholder {
  color: var(--Text-400);
}

.bc-game-b1a9yh [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.bc-game-b1a9yh [type="submit"]:disabled {
  opacity: 0.5;
}

.bc-game-b1a9yh [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .bc-game-b1a9yh [type="submit"] {
    right: 40px;
  }
}

.bc-game-ogotfz {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.bc-game-ogotfz.bc-game-1xiz32 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.bc-game-ogotfz.bc-game-1xiz32::before {
  content: "";
  width: 31px;
}

.bc-game-ogotfz.bc-game-1xiz32 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bc-game-ogotfz.bc-game-7uwxes p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.bc-game-ogotfz 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-fq5aim .bc-game-91jjj0 {
  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-oe6drj {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bc-game-oe6drj {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .bc-game-oe6drj {
    padding: 18px 0;
  }
}

.bc-game-oe6drj .bc-game-ti745v {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bc-game-oe6drj .bc-game-ti745v {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.bc-game-afi44j {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .bc-game-afi44j {
    max-width: 160px;
    height: 40px;
  }
}

.bc-game-afi44j picture,
.bc-game-afi44j img {
  display: block;
  width: 100%;
  height: 100%;
}

.bc-game-afi44j img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .bc-game-zstn9v {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.bc-game-lrfju4 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .bc-game-oe6drj.bc-game-gx3gsh .bc-game-zstn9v {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bc-game-zstn9v {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .bc-game-zstn9v {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.bc-game-5oz0d8,
.bc-game-q7foue {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .bc-game-5oz0d8,
  .bc-game-q7foue {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bc-game-q7foue {
    display: none;
  }
}

.bc-game-l1lreq {
  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-gx3gsh .bc-game-l1lreq {
  background: var(--fh-bg-color);
}

.bc-game-l1lreq button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .bc-game-l1lreq {
    display: none;
  }
}

.bc-game-itljrf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bc-game-itljrf {
    display: none;
  }
}

.bc-game-x9cteg {
  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-oe6drj.bc-game-gx3gsh .bc-game-x9cteg:first-child {
  display: none;
}

.bc-game-oe6drj.bc-game-gx3gsh .bc-game-x9cteg:last-child {
  display: block;
}

.bc-game-x9cteg:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .bc-game-x9cteg {
    display: none;
  }
}

.bc-game-87qyzp {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-87qyzp {
    display: flex;
  }
}

.bc-game-87qyzp ul {
  max-height: 350px;
  overflow-y: auto;
}

.bc-game-87qyzp:hover ul {
  visibility: visible;
  opacity: 1;
}

.bc-game-87qyzp:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bc-game-87qyzp:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.bc-game-87qyzp:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.bc-game-87qyzp:hover .bc-game-dg14sb svg {
  transform: rotate(180deg);
}

.bc-game-cpjw2f {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.bc-game-i3tyaz {
  padding: 0 8px;
}

.bc-game-voajg0 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.bc-game-voajg0:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .bc-game-voajg0 {
    padding: 4px 8px;
  }
}

.bc-game-4y541p {
  display: flex;
}

.bc-game-4y541p img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.bc-game-dg14sb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.bc-game-dg14sb svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.bc-game-ht3k25 {
  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-ht3k25 {
    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-3l45du {
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-3l45du {
    display: none;
  }
}

.bc-game-fh9pdt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.bc-game-f88a6o {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.bc-game-s0r0vg {
  display: flex;
}

.bc-game-4jzi0f {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bc-game-nw7cmn {
  list-style: none;
}

@media (max-width: 1199px) {
  .bc-game-nw7cmn {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .bc-game-nw7cmn {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bc-game-nw7cmn .bc-game-fn43mh [data-ref-el],
  .bc-game-nw7cmn .bc-game-fn43mh span,
  .bc-game-nw7cmn .bc-game-fn43mh a {
    white-space: nowrap;
  }
}

.bc-game-exf30b {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .bc-game-exf30b.bc-game-viso8b > .bc-game-fn43mh {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .bc-game-exf30b.bc-game-ig1li4:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .bc-game-exf30b.bc-game-viso8b > .bc-game-xn9xqz {
    height: auto;
  }

  .bc-game-exf30b.bc-game-viso8b > div > .bc-game-craoh2 {
    transform: rotate(180deg);
  }
}

.bc-game-exf30b [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.bc-game-exf30b [data-ref-el],
.bc-game-exf30b span {
  cursor: pointer;
}

.bc-game-exf30b [data-ref-el],
.bc-game-exf30b span,
.bc-game-exf30b 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-exf30b [data-ref-el],
  .bc-game-exf30b span,
  .bc-game-exf30b a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .bc-game-exf30b [data-ref-el],
  .bc-game-exf30b span,
  .bc-game-exf30b a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.bc-game-xn9xqz {
  height: 0;
  overflow: hidden;
  transition: height 0.bc-game-lrfju4 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.bc-game-xn9xqz::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.bc-game-xn9xqz::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.bc-game-xn9xqz::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .bc-game-xn9xqz {
    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-xn9xqz:has(> .bc-game-exf30b.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .bc-game-xn9xqz .bc-game-xn9xqz {
    padding: 0;
  }

  .bc-game-xn9xqz .bc-game-exf30b {
    font-weight: 400;
  }

  .bc-game-xn9xqz .bc-game-exf30b:hover > .bc-game-fn43mh {
    background: var(--Neutral-300);
  }

  .bc-game-xn9xqz .bc-game-craoh2 {
    rotate: -90deg;
  }
}

.bc-game-fn43mh {
  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-fn43mh {
    padding: 8px;
  }

  .bc-game-exf30b.bc-game-4uyuul > .bc-game-fn43mh {
    background: var(--Neutral-300);
  }
}

.bc-game-craoh2 {
  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-curjuu.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.bc-game-ooj61s 0.bc-game-kkzpco.bc-game-l69cr0 -0.bc-game-vbt9xd 0.bc-game-g8qkkp -0.bc-game-vbt9xd 1.bc-game-6j61nj 0.bc-game-o9e41t.bc-game-vy2wo2 4.bc-game-d4c7em.bc-game-ooj61s 0.bc-game-cy63y6.bc-game-qps5et -0.bc-game-vbt9xd 9.bc-game-2mjhdt -0.bc-game-vbt9xd 10.bc-game-rffugc 0.bc-game-yn8vrm.bc-game-oqxg1d 0.bc-game-l69cr0 10.bc-game-oqxg1d 0.bc-game-g8qkkp 10.bc-game-rffugc 1.bc-game-2dxyus.bc-game-11a3o5 5.bc-game-19gmh6.bc-game-g9t76y 6.bc-game-rd5i65 5.bc-game-4fmxvs 6.bc-game-rd5i65 4.bc-game-ugy8uk 5.bc-game-u86unh.bc-game-ooj61s 1.bc-game-u1yjpb.bc-game-vbt9xd 0.bc-game-g8qkkp -0.bc-game-vbt9xd 0.bc-game-l69cr0 0.bc-game-ooj61s 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.bc-game-lrfju4 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-craoh2 {
    cursor: default;
  }
}

.bc-game-sv0gwn {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.bc-game-2nu1f7 {
  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-2nu1f7 {
    padding: 40px 4px;
  }
}

.bc-game-iqonll {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .bc-game-iqonll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.bc-game-rjtln2 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .bc-game-rjtln2 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.bc-game-rjtln2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.bc-game-rjtln2 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.bc-game-rjtln2 [data-ref-el],
.bc-game-rjtln2 span,
.bc-game-rjtln2 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.bc-game-fn48eq {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-fn48eq {
    margin-bottom: 12px;
  }
}

.bc-game-w6dmwp {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.bc-game-w6dmwp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .bc-game-w6dmwp:last-child {
    margin-right: 0;
  }
}

.bc-game-vvzcbi {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-fn48eq:hover .bc-game-oyu2jb {
  visibility: visible;
  opacity: 1;
}

.bc-game-oyu2jb {
  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-dpq46h {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bc-game-laob4k {
  display: flex;
  margin: 6px;
}

.bc-game-laob4k img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.bc-game-oyu2jb::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-oyu2jb::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-7zn4yc {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-7zn4yc {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.bc-game-oc60sa {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .bc-game-oc60sa {
    margin-right: 32px;
  }
}

.bc-game-gqli7l {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-gqli7l {
    margin-top: 0;
    width: 340px;
  }
}

.bc-game-gqli7l a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-883ldl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.bc-game-obije7 {
  position: relative;
}

@media (min-width: 768px) {
  .bc-game-obije7 {
    margin-top: 40px;
  }
}

.bc-game-obije7 + .bc-game-u9u6qr,
.bc-game-obije7 + .bc-game-obije7 {
  margin-top: 24px;
}

.bc-game-kk5mdo {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .bc-game-kk5mdo {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-kk5mdo {
    padding: 80px;
  }
}

.bc-game-saa154 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .bc-game-saa154 {
    padding: 0 16px;
}


}

.bc-game-tqn0mr {
  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-tqn0mr {
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-ounpw0 {
  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-ounpw0 {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-gwsnpr {
  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-gwsnpr:hover {
  background: var(--button-bg-hover);
}

.bc-game-on9336 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.bc-game-on9336 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .bc-game-on9336 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .bc-game-on9336 img {
  min-height: 100%;
  }
}

.bc-game-kk5mdo::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bc-game-do3c2q {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bc-game-do3c2q h1,
.bc-game-do3c2q h2,
.bc-game-do3c2q h3,
.bc-game-do3c2q h4 {
  margin-bottom: 6px;
}

.bc-game-do3c2q h1:not(:first-child),
.bc-game-do3c2q h2:not(:first-child),
.bc-game-do3c2q h3:not(:first-child),
.bc-game-do3c2q h4:not(:first-child) {
  margin-top: 16px;
}

.bc-game-do3c2q h1,
.bc-game-do3c2q h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .bc-game-do3c2q h1,
  .bc-game-do3c2q h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.bc-game-do3c2q h2,
.bc-game-do3c2q h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .bc-game-do3c2q h2,
  .bc-game-do3c2q h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-do3c2q h3,
.bc-game-do3c2q h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .bc-game-do3c2q h3,
  .bc-game-do3c2q h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-do3c2q h4,
.bc-game-do3c2q h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.bc-game-do3c2q ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.bc-game-do3c2q ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.bc-game-do3c2q 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-do3c2q ul ul {
  margin-bottom: 8px;
}

.bc-game-do3c2q ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.bc-game-do3c2q ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.bc-game-do3c2q ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.bc-game-do3c2q ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.bc-game-do3c2q ol li::marker {
  font-weight: 700;
}

.bc-game-do3c2q ol ol {
  margin-bottom: 8px;
}

.bc-game-do3c2q ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.bc-game-do3c2q ol ul li {
  padding-left: 16px;
}

.bc-game-do3c2q 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-do3c2q table {
    padding: 24px;
  }
}

.bc-game-do3c2q table.bc-game-wzhp0l {
  -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-lrfju4,
    mask-image 0.3s;
}

.bc-game-do3c2q table.bc-game-wzhp0l.bc-game-cud7sq {
  -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-do3c2q table {
    display: table;
  }
}

.bc-game-do3c2q 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-do3c2q table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-do3c2q table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-do3c2q 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-do3c2q table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.bc-game-do3c2q table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-do3c2q table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-do3c2q table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.bc-game-do3c2q img {
  max-width: 100%;
  height: auto;
}

.bc-game-stdu0r {
  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-stdu0r {
    padding: 24px;
  }
}

.bc-game-saa9l2 {
  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-saa9l2 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.bc-game-saa9l2 > * {
  margin: 0 !important;
}

.bc-game-saa9l2 img,
.bc-game-ovv4c4 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-saa9l2 img,
  .bc-game-ovv4c4 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-ul0qam {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-ul0qam {
    width: 32px;
    height: 32px;
  }
}

.bc-game-mmfxpj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.bc-game-mmfxpj .bc-game-6kw5k1 {
  flex-shrink: 0;
}

.bc-game-mmfxpj .bc-game-iji4w4 svg {
  display: none;
}

.bc-game-rzxdsl {
  display: grid;
  transition: max-height 0.bc-game-lrfju4 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .bc-game-rzxdsl {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .bc-game-rzxdsl {
    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-rzxdsl.bc-game-njqg5m + .bc-game-6kw5k1 svg {
  transform: rotate(180deg);
}

.bc-game-ovxq4r {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.bc-game-ovxq4r > div:nth-child(3n) {
  grid-column: span 2;
}

.bc-game-ovxq4r
  > div:nth-child(3n)
  .bc-game-j0b5nm
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .bc-game-ovxq4r {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bc-game-ovxq4r > div:nth-child(3n) {
    grid-column: unset;
  }

  .bc-game-ovxq4r
    > div:nth-child(3n)
    .bc-game-j0b5nm
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .bc-game-ovxq4r {
    max-width: 270px;
  }
}

.bc-game-ovxq4r .bc-game-j0b5nm button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .bc-game-ovxq4r .bc-game-j0b5nm button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .bc-game-ovxq4r .bc-game-j0b5nm button {
    max-width: 104px;
  }
}

.bc-game-v5klbw {
  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-v5klbw {
    margin-bottom: 0;
  }
}

.bc-game-gqbyq0 {
  display: none;
  opacity: 0;
}

.bc-game-xq0jhd {
  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-xq0jhd img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.bc-game-j0b5nm {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.bc-game-j0b5nm 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-j0b5nm
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bc-game-j0b5nm
    button {
    max-width: 145px;
  }
}

.bc-game-ujxvft:first-child
  .bc-game-j0b5nm
  button {
  max-width: 270px;
}

.bc-game-ojz2jo {
  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-v5klbw picture {
  width: 100%;
  max-width: 100%;
}

.bc-game-k6b1mh {
  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-k6b1mh svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.bc-game-v5klbw:hover .bc-game-k6b1mh {
  display: flex;
}

.bc-game-aymgeq {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.bc-game-qczmlo {
  display: flex;
}

.bc-game-qczmlo:hover .bc-game-he54cy,
.bc-game-qczmlo .bc-game-4uyuul .bc-game-he54cy {
  display: flex;
}

.bc-game-qczmlo svg {
  flex-shrink: 0;
}

.bc-game-he54cy {
  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-he54cy {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.bc-game-he54cy:hover {
  display: flex;
}

.bc-game-he54cy svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.bc-game-nfjn44 {
  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-nfjn44 {
    font-size: 12px;
  }
}

.bc-game-6qhdu0,
.bc-game-dyyye1 {
  width: 50%;
  flex-shrink: 0;
}

.bc-game-6qhdu0 {
  font-weight: 700;
}

.bc-game-7eh1el .bc-game-rzxdsl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .bc-game-7eh1el .bc-game-rzxdsl {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .bc-game-7eh1el .bc-game-rzxdsl {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bc-game-7eh1el
  .bc-game-ojz2jo:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.bc-game-7eh1el .bc-game-xq0jhd {
  height: 100% !important;
  border-radius: 16px;
}

.bc-game-7eh1el .bc-game-j0b5nm {
  gap: 4px;
  align-items: center;
}

.bc-game-7eh1el .bc-game-j0b5nm button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bc-game-7eh1el .bc-game-j0b5nm svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.bc-game-7eh1el .bc-game-2eypkn,
.bc-game-7eh1el .bc-game-bfus40 {
  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-curjuu.org/2000/svg'%3E%3Cpath d='M9.bc-game-cbom5w 4.bc-game-vhmhmc.bc-game-xuggqx 5.bc-game-hdr6cl.bc-game-dsfbjv 5.bc-game-mifaus.bc-game-u37qsu 5.bc-game-c3gx1r.bc-game-sbokjq 8.bc-game-plvw6g.bc-game-l4d5mo 9.bc-game-s6w0vh.bc-game-58u2bl 9.bc-game-n0o7cs.bc-game-97g71n 13.bc-game-93sz36.bc-game-c7ohym 11.bc-game-behbv8.bc-game-7pr2u4 11.bc-game-6tf3ls.bc-game-2pdzkl 11.bc-game-0qt0t9.bc-game-x3e1vx 13.bc-game-qc3qjb.bc-game-lez4ba 9.bc-game-ifvsji.bc-game-fb4vwj 9.bc-game-yk2apc.bc-game-nrc3ph 8.bc-game-thcqbj.bc-game-dgf54d 5.bc-game-nar79m.bc-game-w3aaxr 5.bc-game-0e8egh.bc-game-ggkyic 5.bc-game-p546zl.bc-game-zlx5gs 4.bc-game-zy7uxl.bc-game-7pr2u4 1.bc-game-wn3r9l.bc-game-cbom5w 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.bc-game-7eh1el .bc-game-2eypkn {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.bc-game-7eh1el .bc-game-bfus40 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.bc-game-gc10ey {
  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-gc10ey {
    padding: 24px;
  }
}

.bc-game-gc10ey .bc-game-6kw5k1 {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-gc10ey .bc-game-6kw5k1 {
    display: none;
  }
}

.bc-game-gc10ey .bc-game-iji4w4 svg {
  display: none;
}

.bc-game-ygaan5 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bc-game-ygaan5 .bc-game-nukl8u {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-ygaan5 .bc-game-nukl8u {
    display: flex;
  }
}

.bc-game-n1p265 {
  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-n1p265 {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-n1p265 > * {
  margin: 0 !important;
}

.bc-game-n1p265 img,
.bc-game-6chka7 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-n1p265 img,
  .bc-game-6chka7 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-bgcwbw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-bgcwbw {
    width: 32px;
    height: 32px;
  }
}

.bc-game-yxrk0j {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .bc-game-yxrk0j {
    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-yxrk0j::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-vatzm7 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .bc-game-vatzm7 {
    padding: 7px 15px;
  }
}

.bc-game-vatzm7:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-3ybuox {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-3ybuox {
    display: flex;
    opacity: 1;
  }
}

.bc-game-vatzm7 picture {
  height: 100%;
  display: block;
}

.bc-game-vatzm7 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .bc-game-vatzm7 img {
    width: 88px;
    height: 44px;
  }
}

.bc-game-vatzm7 p {
  text-align: center;
  width: 100%;
}

.bc-game-t7t5xb {
  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-t7t5xb {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-t7t5xb img,
.bc-game-mq9kcy {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-t7t5xb img,
  .bc-game-mq9kcy {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-dl4i52 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-dl4i52 {
    width: 32px;
    height: 32px;
  }
}

.bc-game-a80rgd {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.bc-game-ofv06e {
  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-hc2uem {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.bc-game-hc2uem.bc-game-4uyuul {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.bc-game-uhbha8 {
  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-uhbha8 {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-61uu0f {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.bc-game-sotyrq {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.bc-game-lrfju4 ease;
  opacity: 0;
  color: var(--text-color);
}

.bc-game-fqju1t {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.bc-game-fqju1t ol,
.bc-game-fqju1t ul {
  padding-left: 1.3em;
}

.bc-game-hc2uem.bc-game-4uyuul .bc-game-sotyrq {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.bc-game-hc2uem.bc-game-4uyuul .bc-game-61uu0f {
  transform: rotate(180deg);
  color: var(--text-color);
}

.bc-game-o52iuh {
  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-o52iuh {
    padding: 24px;
  }
}

.bc-game-o52iuh .bc-game-6kw5k1 {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-o52iuh .bc-game-6kw5k1 {
    display: none;
  }
}

.bc-game-o52iuh .bc-game-iji4w4 svg {
  display: none;
}

.bc-game-0j1e06 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bc-game-0j1e06 .bc-game-nukl8u {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-0j1e06 .bc-game-nukl8u {
    display: flex;
  }
}

.bc-game-pnzc8f {
  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-pnzc8f {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-pnzc8f > * {
  margin: 0 !important;
}

.bc-game-pnzc8f img,
.bc-game-hcr36g {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-pnzc8f img,
  .bc-game-hcr36g {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-l3jo4e {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-l3jo4e {
    width: 32px;
    height: 32px;
  }
}

.bc-game-uh045u {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .bc-game-uh045u {
    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-uh045u::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-7e05bk {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.bc-game-7e05bk:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-bn6w3c {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-bn6w3c {
    display: flex;
    opacity: 1;
  }
}

.bc-game-7e05bk picture {
  width: auto;
  height: 100%;
  display: block;
}

.bc-game-7e05bk picture img {
  display: block;
  width: auto;
  height: 100%;
}

.bc-game-qiv0io {
  margin: -24px 0;
}

.bc-game-qiv0io:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .bc-game-qiv0io {
    margin: -16px 0;
  }
}

.bc-game-wuo55d {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .bc-game-wuo55d {
    flex-direction: row;
  }
}

.bc-game-hga40a {
  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-hga40a {
    flex: 1;
  }
}

.bc-game-hga40a::placeholder {
  color: var(--Text-400);
}

.bc-game-7tblqr {
  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-pgcbn4 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bc-game-pgcbn4::-webkit-scrollbar {
  display: none;
}

.bc-game-jva7k9 {
  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-jva7k9 img,
.bc-game-jva7k9 svg {
  margin-right: 8px;
}

.bc-game-h5z0k5 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.bc-game-qiv0io + .bc-game-g4r17d {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bc-game-qiv0io + .bc-game-g4r17d {
    margin-top: -16px;
  }
}

.bc-game-xe2cvf {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.bc-game-xe2cvf > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.bc-game-xe2cvf > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.bc-game-rd1741 {
  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-hg5qgl {
  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-l0ue4u {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bc-game-8jjd3q {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.bc-game-1pdz6j {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.bc-game-rd1741 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-rd1741 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-rd1741 {
    padding: 39px 179px 39px 39px;
  }

  .bc-game-hg5qgl {
    font-size: 40px;
    line-height: 48px;
  }

  .bc-game-1pdz6j {
    height: 348px;
  }

  .bc-game-rd1741 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .bc-game-rd1741 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-rd1741 {
    padding: 63px;
  }
}

.bc-game-tj2osc {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bc-game-tj2osc {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.bc-game-m0wkxq {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-m0wkxq {
    width: auto;
  }
}

.bc-game-xq5dhe {
  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-xq5dhe::-webkit-scrollbar {
  display: none;
}

.bc-game-xq5dhe 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-xq5dhe a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-xq5dhe {
    margin-left: 16px;
    margin-top: 0;
  }
}

.bc-game-tj2osc .bc-game-d1j8kh {
  -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-lrfju4,
    mask-image 0.3s;
}

.bc-game-tj2osc .bc-game-d1j8kh.bc-game-cud7sq {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.bc-game-wb4v1z {
  margin: 40px -16px;
}

.bc-game-8hpqkq + .bc-game-u9u6qr,
.bc-game-8hpqkq + .bc-game-obije7 {
  margin-top: 24px;
}

.bc-game-5tmrm3 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.bc-game-5tmrm3 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bc-game-x3nk2n {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .bc-game-x3nk2n {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .bc-game-x3nk2n {
    margin-top: 0;
  }
}

.bc-game-rnangg {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-rnangg {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-iuwmb4 {
  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-iuwmb4 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.bc-game-65mdfk {
  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-65mdfk {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.bc-game-ibgrea {
  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-ibgrea {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-4z2o9l {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-4z2o9l {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-g4o6y7 {
  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-5d42z0 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.bc-game-5d42z0 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bc-game-g4r17d {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bc-game-lvo0pt {
  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-lvo0pt {
    padding: 15px 48px;
  }
}

main > .bc-game-g4r17d {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .bc-game-rzxdsl.bc-game-eewom4 > div:nth-child(n+5) {
    display: none;
  }
}

.bc-game-do3c2q p a img {
  display: block;
  margin: 0 auto;
}


.bc-game-xif19c {
  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-l55t5o {
  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-l55t5o label {
  font-size: 14px;
}

.bc-game-l55t5o h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bc-game-l55t5o input,
.bc-game-l55t5o textarea,
.bc-game-l55t5o 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-l55t5o button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bc-game-ee65zw ease;
}
.bc-game-l55t5o button:hover {
  background-color: var(--button-bg-hover);
}
.bc-game-xskqu5 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bc-game-bs4np4 ease-in;
}

.bc-game-xskqu5 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-m8k5c2, .bc-game-wid46r, [class*="review-card"],
thead, thead th, table th, .bc-game-3dch9g,
.bc-game-9bj3zs, [class*="collapsible-header"],
.bc-game-2nw7fe, [class*="updated-block"] {
  color: #ece7dc !important;
}
