* {
  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-uzgw28 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-uzgw28 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-uzgw28 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.bc-game-7blphv {
  overflow: hidden;
}

.bc-game-050wr2 img {
  background: var(--Neutral-300);
}

.bc-game-yq2f2e {
  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-mvnbzk {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.bc-game-mvnbzk:hover {
  background: var(--button-bg-hover);
}

.bc-game-jxj05n {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bc-game-jxj05n:hover {
  background: var(--button-bg-hover);
}

.bc-game-5ut75p {
  font-size: 12px;
  line-height: 18px;
}

.bc-game-piwphu {
  font-size: 18px;
  line-height: 26px;
}

.bc-game-fv1wh8 {
  width: 100%;
}

.bc-game-u7taq4 {
  padding: 6px 16px;
}

.bc-game-uei9am {
  padding: 10px 16px;
}

.bc-game-mk67zd {
  padding: 15px 26px;
}

.bc-game-2ths1h {
  flex-shrink: 0;
}

.bc-game-z9mhdh {
  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-ex31se {
  display: none;
}

.bc-game-j3prhs {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bc-game-yym4u4 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.bc-game-zr49io {
  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-6vtp66 {
  cursor: grab;
}

.bc-game-zr49io::-webkit-scrollbar {
  display: none;
}

.bc-game-ekjyfl {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.bc-game-glqurn {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.bc-game-kfbxcs {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.bc-game-hor62z {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.bc-game-2dwkyt {
  visibility: visible;
}

.bc-game-5jxz4d {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.bc-game-uokbyj ease;
}

.bc-game-npl0rw {
  background-color: var(--Primary-200);
  width: 16px;
}

.bc-game-9gubno {
  -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-uokbyj,
    mask-image 0.3s;
}

.bc-game-9gubno.bc-game-jqcbt4 {
  -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-57yfxa: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-l46w8r {
  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-2xei36.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-2xei36.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-vpxn9g {
  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-vpxn9g::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-eibu46 {
  position: relative;
  z-index: 1;
}

.bc-game-vqajsw {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.bc-game-in4j06 {
  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-kto87f {
  font-size: 40px;
  line-height: 48px;
}

.bc-game-rejaet {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bc-game-tk3rqh {
  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-tk3rqh:hover {
  background: var(--Primary-400);
}

.bc-game-tk3rqh svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.bc-game-57yfxa 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-vpxn9g {
    max-width: 600px;
    padding: 64px;
  }

  .bc-game-vqajsw {
    font-size: 24px;
    line-height: 32px;
  }

  .bc-game-in4j06 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .bc-game-kto87f {
    font-size: 50px;
    line-height: 56px;
  }

  .bc-game-rejaet {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .bc-game-l46w8r {
    top: 25px;
    right: 25px;
  }
}

.bc-game-3lxgxg,
.bc-game-nu4bex {
  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-paqygx.bc-game-m1sz15::before,
.bc-game-nu4bex::before,
.bc-game-ug4ffe::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-2xei36.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.bc-game-v06l9w 14.bc-game-evm67k.bc-game-4hlvyk 14.bc-game-v3yz0z 15.bc-game-ttdpt4 14.bc-game-ob3pai 15.bc-game-si1e4n 14.bc-game-u84s3b.bc-game-omi5ro 14.bc-game-gddtj2 19.bc-game-joa068 12.bc-game-5fu3ff 19.bc-game-joa068 10.bc-game-6a7er3.bc-game-joa068 8.bc-game-nkq8qv 17.bc-game-k1b00a 7.bc-game-wmkol3 15.bc-game-dspzpi 7.bc-game-mxbxfx.bc-game-no1cq9 7.bc-game-wmkol3 11.bc-game-o1s79j 8.bc-game-nkq8qv 11.bc-game-o1s79j 10.bc-game-1yw8fu.bc-game-o1s79j 12.bc-game-imgzvh 13.bc-game-8jqzzm 14.bc-game-8e89a2 15.bc-game-bxcq9h 14.bc-game-i7xqse.bc-game-7u5mta 14.bc-game-c67bb5 15.bc-game-th3a4v 14.bc-game-gus8dd 15.bc-game-8g5smg 14.bc-game-6di7r7.bc-game-v06l9w 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.bc-game-ortlq7 15.bc-game-x5i4vc.bc-game-jygork 15.bc-game-ngsxmh 15.bc-game-13teu4 15.bc-game-rf0li8 15.bc-game-e6oo1c 15.bc-game-239hwf.bc-game-4i9tuu 15.bc-game-rf0li8 15.bc-game-jsjuhe 15.bc-game-z3u97v 15.bc-game-lg9plf 15.bc-game-o7k95b.bc-game-fbcu03 15.bc-game-8j11bx 7.bc-game-bgvkts 18.bc-game-h1n4mr 7.bc-game-xu0kks 23.bc-game-yg82d9.bc-game-q88rdj.bc-game-8w2qjw 18.bc-game-vr80rc 19.bc-game-ealtcz 15.bc-game-ljulwl 15.bc-game-ortlq7 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-dtlhob [type="submit"] *,
.bc-game-r47ilk button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .bc-game-341a44 {
    display: none;
  }
}

.bc-game-6o5ece {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .bc-game-6o5ece {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-6o5ece {
    bottom: 22px;
  }
}

.bc-game-6o5ece input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .bc-game-6o5ece {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.bc-game-0uurvt.static) .bc-game-6o5ece {
    bottom: 8px;
  }
}

.bc-game-bgtbim {
  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-2xei36.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.bc-game-qod8dn 3.bc-game-8kyxsl.bc-game-x9srca.bc-game-0zpnyx 3.bc-game-xk1v8x 3.bc-game-6mce6f 5.bc-game-5r7yuo 3.bc-game-6mce6f 8.bc-game-xosi7d.bc-game-555a0f.bc-game-6mce6f 26.bc-game-el8ios 5.bc-game-qdzxmt 28.bc-game-gl2qhu 8.bc-game-0l2jra 28.bc-game-r1ifqy.bc-game-sy4wq7 28.bc-game-gmhjbl.bc-game-59yd6o 34.bc-game-sv3k7d.bc-game-ltkms9 36.bc-game-7f1gf1 11.bc-game-2x987a 37.bc-game-a81yh6 12.bc-game-i56sra 36.bc-game-orzvcn.bc-game-pqww78 28.bc-game-aeajdj.bc-game-qwh4p7.bc-game-p9hfo8 28.bc-game-i9qvr9 36.bc-game-g0jres 26.bc-game-pbyh35 36.bc-game-g0jres 23.bc-game-yh33yw.bc-game-axi3lq.bc-game-g0jres 5.bc-game-pwi3v7 34.bc-game-h33ct4 3.bc-game-xk1v8x 31.bc-game-qod8dn 3.bc-game-erftyb.bc-game-31oqxp 18.bc-game-xbfxru.bc-game-onkqnu 18.bc-game-86i3dl 8.bc-game-z2b51d 17.bc-game-rp6n0o 8.bc-game-z2b51d 15.bc-game-d1fyh2.bc-game-z2b51d 14.bc-game-2onme6 9.bc-game-onkqnu 13.bc-game-6nar9k 11.bc-game-31oqxp 13.bc-game-m37rwy.bc-game-7jh1xd 13.bc-game-6nar9k 13.bc-game-vce3aw 14.bc-game-2onme6 13.bc-game-vce3aw 15.bc-game-c35ubd.bc-game-vce3aw 17.bc-game-rp6n0o 12.bc-game-7jh1xd 18.bc-game-86i3dl 11.bc-game-31oqxp 18.bc-game-p7rrk4.bc-game-pvq80a 18.bc-game-1ndfzl.bc-game-sbwmx7 18.bc-game-86i3dl 17.bc-game-z1337m 17.bc-game-rp6n0o 17.bc-game-z1337m 15.bc-game-g4rikl.bc-game-z1337m 14.bc-game-2onme6 18.bc-game-sbwmx7 13.bc-game-6nar9k 20.bc-game-pvq80a 13.bc-game-iz9yrx.bc-game-0ebrxn 13.bc-game-6nar9k 22.bc-game-cn9l8y 14.bc-game-2onme6 22.bc-game-cn9l8y 15.bc-game-gzlb7j.bc-game-rto8jw 17.bc-game-rp6n0o 21.bc-game-0ebrxn 18.bc-game-86i3dl 20.bc-game-pvq80a 18.bc-game-9sg1kn.bc-game-dejbpm 18.bc-game-6vi5f0.bc-game-mpvxaf 18.bc-game-86i3dl 26.bc-game-lq3wmz 17.bc-game-rp6n0o 26.bc-game-lq3wmz 15.bc-game-o9n5ch.bc-game-lq3wmz 14.bc-game-2onme6 27.bc-game-mpvxaf 13.bc-game-6nar9k 28.bc-game-dejbpm 13.bc-game-6mkx5s.bc-game-vdwj5q 13.bc-game-6nar9k 31.bc-game-amo2ii 14.bc-game-2onme6 31.bc-game-amo2ii 15.bc-game-o0pf4k.bc-game-lq3wmz 17.bc-game-rp6n0o 30.bc-game-vdwj5q 18.bc-game-86i3dl 28.bc-game-dejbpm 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-bgtbim {
    display: none;
  }
}

.bc-game-i7ifnl {
  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-i7ifnl {
    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-r47ilk {
  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-r47ilk {
    padding: 14px 16px;
  }
}

.bc-game-r47ilk button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.bc-game-r47ilk button:first-child {
  align-content: end;
}

.bc-game-r47ilk button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .bc-game-r47ilk
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-r47ilk
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.bc-game-r47ilk button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.bc-game-r47ilk button:last-child svg {
  width: 38px;
  height: 38px;
}

.bc-game-ug4ffe {
  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-ug4ffe::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .bc-game-ug4ffe,
.pc61d126-chatbot[data-active-screen="3"]
  .bc-game-ug4ffe {
  opacity: 1;
  visibility: visible;
}

.bc-game-b1se4y {
  flex: 1 1;
}

.bc-game-znpbv5 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-znpbv5 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .bc-game-rzmfd0 {
  display: block;
}

.bc-game-w4hw23 {
  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-w4hw23 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-nu4bex {
  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-nu4bex::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.bc-game-hvyoyz span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.bc-game-hvyoyz p {
  color: var(--Text-100);
}

.bc-game-nu4bex .bc-game-xcvoup {
  grid-area: button;
}

.bc-game-nu4bex .bc-game-xcvoup::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-2xei36.org/2000/svg'%3E%3Cpath d='M4.bc-game-c7ghbk 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-b0mzio 15L16.bc-game-b0mzio 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.bc-game-b0mzio 5L16.bc-game-b0mzio 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-cfm22d {
  display: block;
}

.bc-game-dcy02n {
  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-dcy02n {
    margin-top: 40px;
  }
}

.bc-game-3lxgxg label,
.bc-game-3lxgxg input {
  display: block;
  width: 100%;
}

.bc-game-3lxgxg label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.bc-game-3lxgxg label.bc-game-dtfidy input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.bc-game-3lxgxg label.bc-game-dtfidy::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-3lxgxg 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-3lxgxg input::placeholder {
  color: var(--Text-400);
}

.bc-game-4cpdvz {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .bc-game-4cpdvz {
  display: flex;
}

.bc-game-4cpdvz ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .bc-game-4cpdvz ol {
    height: 420px;
    padding: 24px;
  }
}

.bc-game-4cpdvz ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.bc-game-dtlhob {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .bc-game-dtlhob {
    padding: 0 24px 24px;
  }
}

.bc-game-dtlhob 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-dtlhob input::placeholder {
  color: var(--Text-400);
}

.bc-game-dtlhob [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.bc-game-dtlhob [type="submit"]:disabled {
  opacity: 0.5;
}

.bc-game-dtlhob [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .bc-game-dtlhob [type="submit"] {
    right: 40px;
  }
}

.bc-game-paqygx {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.bc-game-paqygx.bc-game-m1sz15 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.bc-game-paqygx.bc-game-m1sz15::before {
  content: "";
  width: 31px;
}

.bc-game-paqygx.bc-game-m1sz15 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.bc-game-paqygx.bc-game-f0q1t3 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.bc-game-paqygx 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-6o5ece .bc-game-xcvoup {
  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-341a44 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .bc-game-341a44 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .bc-game-341a44 {
    padding: 18px 0;
  }
}

.bc-game-341a44 .bc-game-uzgw28 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .bc-game-341a44 .bc-game-uzgw28 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.bc-game-p856jy {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .bc-game-p856jy {
    max-width: 160px;
    height: 40px;
  }
}

.bc-game-p856jy picture,
.bc-game-p856jy img {
  display: block;
  width: 100%;
  height: 100%;
}

.bc-game-p856jy img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .bc-game-jbw6bv {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.bc-game-uokbyj ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .bc-game-341a44.bc-game-sxd8s9 .bc-game-jbw6bv {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bc-game-jbw6bv {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .bc-game-jbw6bv {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.bc-game-5em75r,
.bc-game-uq663p {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .bc-game-5em75r,
  .bc-game-uq663p {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .bc-game-uq663p {
    display: none;
  }
}

.bc-game-79f26h {
  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-sxd8s9 .bc-game-79f26h {
  background: var(--fh-bg-color);
}

.bc-game-79f26h button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .bc-game-79f26h {
    display: none;
  }
}

.bc-game-hlswzz {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .bc-game-hlswzz {
    display: none;
  }
}

.bc-game-mf748q {
  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-341a44.bc-game-sxd8s9 .bc-game-mf748q:first-child {
  display: none;
}

.bc-game-341a44.bc-game-sxd8s9 .bc-game-mf748q:last-child {
  display: block;
}

.bc-game-mf748q:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .bc-game-mf748q {
    display: none;
  }
}

.bc-game-rjj5oz {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-rjj5oz {
    display: flex;
  }
}

.bc-game-rjj5oz ul {
  max-height: 350px;
  overflow-y: auto;
}

.bc-game-rjj5oz:hover ul {
  visibility: visible;
  opacity: 1;
}

.bc-game-rjj5oz:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bc-game-rjj5oz:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.bc-game-rjj5oz:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.bc-game-rjj5oz:hover .bc-game-ol11vm svg {
  transform: rotate(180deg);
}

.bc-game-7p5ddz {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.bc-game-bvr90v {
  padding: 0 8px;
}

.bc-game-fomoy2 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.bc-game-fomoy2:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .bc-game-fomoy2 {
    padding: 4px 8px;
  }
}

.bc-game-4xv2lu {
  display: flex;
}

.bc-game-4xv2lu img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.bc-game-ol11vm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.bc-game-ol11vm svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.bc-game-06jkfb {
  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-06jkfb {
    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-6w5syj {
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-6w5syj {
    display: none;
  }
}

.bc-game-z07p1o {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.bc-game-et3wl2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.bc-game-m2uw2r {
  display: flex;
}

.bc-game-jzgkr1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bc-game-udvlih {
  list-style: none;
}

@media (max-width: 1199px) {
  .bc-game-udvlih {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .bc-game-udvlih {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .bc-game-udvlih .bc-game-3wbl63 [data-ref-el],
  .bc-game-udvlih .bc-game-3wbl63 span,
  .bc-game-udvlih .bc-game-3wbl63 a {
    white-space: nowrap;
  }
}

.bc-game-0sl594 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .bc-game-0sl594.bc-game-xjjw6p > .bc-game-3wbl63 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .bc-game-0sl594.bc-game-c7i6cg:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .bc-game-0sl594.bc-game-xjjw6p > .bc-game-znpxpt {
    height: auto;
  }

  .bc-game-0sl594.bc-game-xjjw6p > div > .bc-game-b4m4kh {
    transform: rotate(180deg);
  }
}

.bc-game-0sl594 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.bc-game-0sl594 [data-ref-el],
.bc-game-0sl594 span {
  cursor: pointer;
}

.bc-game-0sl594 [data-ref-el],
.bc-game-0sl594 span,
.bc-game-0sl594 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-0sl594 [data-ref-el],
  .bc-game-0sl594 span,
  .bc-game-0sl594 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .bc-game-0sl594 [data-ref-el],
  .bc-game-0sl594 span,
  .bc-game-0sl594 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.bc-game-znpxpt {
  height: 0;
  overflow: hidden;
  transition: height 0.bc-game-uokbyj ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.bc-game-znpxpt::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.bc-game-znpxpt::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.bc-game-znpxpt::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .bc-game-znpxpt {
    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-znpxpt:has(> .bc-game-0sl594.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .bc-game-znpxpt .bc-game-znpxpt {
    padding: 0;
  }

  .bc-game-znpxpt .bc-game-0sl594 {
    font-weight: 400;
  }

  .bc-game-znpxpt .bc-game-0sl594:hover > .bc-game-3wbl63 {
    background: var(--Neutral-300);
  }

  .bc-game-znpxpt .bc-game-b4m4kh {
    rotate: -90deg;
  }
}

.bc-game-3wbl63 {
  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-3wbl63 {
    padding: 8px;
  }

  .bc-game-0sl594.bc-game-q1plto > .bc-game-3wbl63 {
    background: var(--Neutral-300);
  }
}

.bc-game-b4m4kh {
  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-2xei36.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.bc-game-z6eh49 0.bc-game-fxjpdh.bc-game-9qf5kx -0.bc-game-klxsfy 0.bc-game-efjwds -0.bc-game-klxsfy 1.bc-game-jh22ur 0.bc-game-8homsg.bc-game-t1igi7 4.bc-game-rnpqyd.bc-game-z6eh49 0.bc-game-ye7n51.bc-game-yoiwyk -0.bc-game-klxsfy 9.bc-game-4talqg -0.bc-game-klxsfy 10.bc-game-fy944q 0.bc-game-s93ln8.bc-game-u1d4il 0.bc-game-9qf5kx 10.bc-game-u1d4il 0.bc-game-efjwds 10.bc-game-fy944q 1.bc-game-8oz1dv.bc-game-engxjh 5.bc-game-00zxix.bc-game-useyxx 6.bc-game-j6f9bs 5.bc-game-shvufb 6.bc-game-j6f9bs 4.bc-game-u06w9j 5.bc-game-x202un.bc-game-z6eh49 1.bc-game-xe4vcy.bc-game-klxsfy 0.bc-game-efjwds -0.bc-game-klxsfy 0.bc-game-9qf5kx 0.bc-game-z6eh49 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.bc-game-uokbyj ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .bc-game-b4m4kh {
    cursor: default;
  }
}

.bc-game-gwmgq5 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.bc-game-sqss71 {
  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-sqss71 {
    padding: 40px 4px;
  }
}

.bc-game-juytgu {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .bc-game-juytgu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.bc-game-qv7wlz {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .bc-game-qv7wlz {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.bc-game-qv7wlz ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.bc-game-qv7wlz [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.bc-game-qv7wlz [data-ref-el],
.bc-game-qv7wlz span,
.bc-game-qv7wlz a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.bc-game-8sm5g7 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-8sm5g7 {
    margin-bottom: 12px;
  }
}

.bc-game-qfcui8 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.bc-game-qfcui8 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .bc-game-qfcui8:last-child {
    margin-right: 0;
  }
}

.bc-game-3sec3n {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-8sm5g7:hover .bc-game-zizhsx {
  visibility: visible;
  opacity: 1;
}

.bc-game-zizhsx {
  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-ob519w {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bc-game-53xj5c {
  display: flex;
  margin: 6px;
}

.bc-game-53xj5c img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.bc-game-zizhsx::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-zizhsx::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-dv1a48 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .bc-game-dv1a48 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.bc-game-yw8tx2 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .bc-game-yw8tx2 {
    margin-right: 32px;
  }
}

.bc-game-i3vmou {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .bc-game-i3vmou {
    margin-top: 0;
    width: 340px;
  }
}

.bc-game-i3vmou a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.bc-game-kx912i {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.bc-game-7szz2b {
  position: relative;
}

@media (min-width: 768px) {
  .bc-game-7szz2b {
    margin-top: 40px;
  }
}

.bc-game-7szz2b + .bc-game-t77wao,
.bc-game-7szz2b + .bc-game-7szz2b {
  margin-top: 24px;
}

.bc-game-p88rvl {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .bc-game-p88rvl {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-p88rvl {
    padding: 80px;
  }
}

.bc-game-8rb1lw {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .bc-game-8rb1lw {
    padding: 0 16px;
}


}

.bc-game-s4vhnv {
  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-s4vhnv {
    font-size: 48px;
    line-height: 56px;
  }
}

.bc-game-400r52 {
  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-400r52 {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-uyezs3 {
  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-uyezs3:hover {
  background: var(--button-bg-hover);
}

.bc-game-fbuk25 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.bc-game-fbuk25 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .bc-game-fbuk25 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .bc-game-fbuk25 img {
  min-height: 100%;
  }
}

.bc-game-p88rvl::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bc-game-3qs5mr {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bc-game-3qs5mr h1,
.bc-game-3qs5mr h2,
.bc-game-3qs5mr h3,
.bc-game-3qs5mr h4 {
  margin-bottom: 6px;
}

.bc-game-3qs5mr h1:not(:first-child),
.bc-game-3qs5mr h2:not(:first-child),
.bc-game-3qs5mr h3:not(:first-child),
.bc-game-3qs5mr h4:not(:first-child) {
  margin-top: 16px;
}

.bc-game-3qs5mr h1,
.bc-game-3qs5mr h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .bc-game-3qs5mr h1,
  .bc-game-3qs5mr h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.bc-game-3qs5mr h2,
.bc-game-3qs5mr h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .bc-game-3qs5mr h2,
  .bc-game-3qs5mr h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-3qs5mr h3,
.bc-game-3qs5mr h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .bc-game-3qs5mr h3,
  .bc-game-3qs5mr h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-3qs5mr h4,
.bc-game-3qs5mr h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.bc-game-3qs5mr ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.bc-game-3qs5mr ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.bc-game-3qs5mr 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-3qs5mr ul ul {
  margin-bottom: 8px;
}

.bc-game-3qs5mr ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.bc-game-3qs5mr ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.bc-game-3qs5mr ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.bc-game-3qs5mr ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.bc-game-3qs5mr ol li::marker {
  font-weight: 700;
}

.bc-game-3qs5mr ol ol {
  margin-bottom: 8px;
}

.bc-game-3qs5mr ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.bc-game-3qs5mr ol ul li {
  padding-left: 16px;
}

.bc-game-3qs5mr 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-3qs5mr table {
    padding: 24px;
  }
}

.bc-game-3qs5mr table.bc-game-7jcxug {
  -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-uokbyj,
    mask-image 0.3s;
}

.bc-game-3qs5mr table.bc-game-7jcxug.bc-game-jqcbt4 {
  -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-3qs5mr table {
    display: table;
  }
}

.bc-game-3qs5mr 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-3qs5mr table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-3qs5mr table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-3qs5mr 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-3qs5mr table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.bc-game-3qs5mr table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.bc-game-3qs5mr table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.bc-game-3qs5mr table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.bc-game-3qs5mr img {
  max-width: 100%;
  height: auto;
}

.bc-game-t83nl6 {
  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-t83nl6 {
    padding: 24px;
  }
}

.bc-game-w3ak8l {
  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-w3ak8l {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.bc-game-w3ak8l > * {
  margin: 0 !important;
}

.bc-game-w3ak8l img,
.bc-game-9hkhtc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-w3ak8l img,
  .bc-game-9hkhtc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-ng4tgg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-ng4tgg {
    width: 32px;
    height: 32px;
  }
}

.bc-game-q8nd9v {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.bc-game-q8nd9v .bc-game-txbhpf {
  flex-shrink: 0;
}

.bc-game-q8nd9v .bc-game-79kzqb svg {
  display: none;
}

.bc-game-cd4rcv {
  display: grid;
  transition: max-height 0.bc-game-uokbyj ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .bc-game-cd4rcv {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .bc-game-cd4rcv {
    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-cd4rcv.bc-game-76bsqg + .bc-game-txbhpf svg {
  transform: rotate(180deg);
}

.bc-game-az83df {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.bc-game-az83df > div:nth-child(3n) {
  grid-column: span 2;
}

.bc-game-az83df
  > div:nth-child(3n)
  .bc-game-1jy4jn
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .bc-game-az83df {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bc-game-az83df > div:nth-child(3n) {
    grid-column: unset;
  }

  .bc-game-az83df
    > div:nth-child(3n)
    .bc-game-1jy4jn
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .bc-game-az83df {
    max-width: 270px;
  }
}

.bc-game-az83df .bc-game-1jy4jn button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .bc-game-az83df .bc-game-1jy4jn button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .bc-game-az83df .bc-game-1jy4jn button {
    max-width: 104px;
  }
}

.bc-game-8tka2e {
  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-8tka2e {
    margin-bottom: 0;
  }
}

.bc-game-2kofyi {
  display: none;
  opacity: 0;
}

.bc-game-85ejsb {
  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-85ejsb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.bc-game-1jy4jn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.bc-game-1jy4jn 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-1jy4jn
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .bc-game-1jy4jn
    button {
    max-width: 145px;
  }
}

.bc-game-we2t18:first-child
  .bc-game-1jy4jn
  button {
  max-width: 270px;
}

.bc-game-jlgy5j {
  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-8tka2e picture {
  width: 100%;
  max-width: 100%;
}

.bc-game-vr4o0d {
  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-vr4o0d svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.bc-game-8tka2e:hover .bc-game-vr4o0d {
  display: flex;
}

.bc-game-93wn1v {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.bc-game-nncn20 {
  display: flex;
}

.bc-game-nncn20:hover .bc-game-8ldhse,
.bc-game-nncn20 .bc-game-q1plto .bc-game-8ldhse {
  display: flex;
}

.bc-game-nncn20 svg {
  flex-shrink: 0;
}

.bc-game-8ldhse {
  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-8ldhse {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.bc-game-8ldhse:hover {
  display: flex;
}

.bc-game-8ldhse svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.bc-game-cvbm0h {
  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-cvbm0h {
    font-size: 12px;
  }
}

.bc-game-of2y4y,
.bc-game-h7si2r {
  width: 50%;
  flex-shrink: 0;
}

.bc-game-of2y4y {
  font-weight: 700;
}

.bc-game-kdkl4z .bc-game-cd4rcv {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .bc-game-kdkl4z .bc-game-cd4rcv {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .bc-game-kdkl4z .bc-game-cd4rcv {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bc-game-kdkl4z
  .bc-game-jlgy5j:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.bc-game-kdkl4z .bc-game-85ejsb {
  height: 100% !important;
  border-radius: 16px;
}

.bc-game-kdkl4z .bc-game-1jy4jn {
  gap: 4px;
  align-items: center;
}

.bc-game-kdkl4z .bc-game-1jy4jn button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bc-game-kdkl4z .bc-game-1jy4jn svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.bc-game-kdkl4z .bc-game-iaqfrt,
.bc-game-kdkl4z .bc-game-2btkq5 {
  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-2xei36.org/2000/svg'%3E%3Cpath d='M9.bc-game-2fs7f2 4.bc-game-7ekfov.bc-game-5ex7iy 5.bc-game-94du9u.bc-game-7fwswj 5.bc-game-c0l2d1.bc-game-xxnh95 5.bc-game-xaij3i.bc-game-rcp21y 8.bc-game-gi81nx.bc-game-ctj0ew 9.bc-game-ylrnjk.bc-game-3kc14p 9.bc-game-ef3mw4.bc-game-ktwjjg 13.bc-game-jat4bg.bc-game-jjawk1 11.bc-game-d976t5.bc-game-hb9zed 11.bc-game-16j3ei.bc-game-hhux3e 11.bc-game-e6kk4n.bc-game-qhpge0 13.bc-game-wlfohr.bc-game-i6w1uc 9.bc-game-w756ge.bc-game-20rpgc 9.bc-game-abshzi.bc-game-s8zua7 8.bc-game-m7g2lg.bc-game-jswb16 5.bc-game-yms0mr.bc-game-nuyh4l 5.bc-game-kwjazq.bc-game-0toiak 5.bc-game-rv97yf.bc-game-owhmpp 4.bc-game-eojumf.bc-game-hb9zed 1.bc-game-ixy3an.bc-game-2fs7f2 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.bc-game-kdkl4z .bc-game-iaqfrt {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.bc-game-kdkl4z .bc-game-2btkq5 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.bc-game-nbqibp {
  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-nbqibp {
    padding: 24px;
  }
}

.bc-game-nbqibp .bc-game-txbhpf {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-nbqibp .bc-game-txbhpf {
    display: none;
  }
}

.bc-game-nbqibp .bc-game-79kzqb svg {
  display: none;
}

.bc-game-tdn8s4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bc-game-tdn8s4 .bc-game-yq2f2e {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-tdn8s4 .bc-game-yq2f2e {
    display: flex;
  }
}

.bc-game-baynhx {
  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-baynhx {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-baynhx > * {
  margin: 0 !important;
}

.bc-game-baynhx img,
.bc-game-u6e82y {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-baynhx img,
  .bc-game-u6e82y {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-dix5bq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-dix5bq {
    width: 32px;
    height: 32px;
  }
}

.bc-game-kvwg3o {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .bc-game-kvwg3o {
    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-kvwg3o::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-8n8ewa {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .bc-game-8n8ewa {
    padding: 7px 15px;
  }
}

.bc-game-8n8ewa:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-2vysbg {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-2vysbg {
    display: flex;
    opacity: 1;
  }
}

.bc-game-8n8ewa picture {
  height: 100%;
  display: block;
}

.bc-game-8n8ewa img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .bc-game-8n8ewa img {
    width: 88px;
    height: 44px;
  }
}

.bc-game-8n8ewa p {
  text-align: center;
  width: 100%;
}

.bc-game-fy4cox {
  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-fy4cox {
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-fy4cox img,
.bc-game-6uoqlx {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-fy4cox img,
  .bc-game-6uoqlx {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-aw4dgg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-aw4dgg {
    width: 32px;
    height: 32px;
  }
}

.bc-game-21d0q3 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.bc-game-2gaslo {
  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-pr9vc7 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.bc-game-pr9vc7.bc-game-q1plto {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.bc-game-41sl96 {
  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-41sl96 {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-4b5zfa {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.bc-game-kwwkgk {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.bc-game-uokbyj ease;
  opacity: 0;
  color: var(--text-color);
}

.bc-game-nk8v53 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.bc-game-nk8v53 ol,
.bc-game-nk8v53 ul {
  padding-left: 1.3em;
}

.bc-game-pr9vc7.bc-game-q1plto .bc-game-kwwkgk {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.bc-game-pr9vc7.bc-game-q1plto .bc-game-4b5zfa {
  transform: rotate(180deg);
  color: var(--text-color);
}

.bc-game-ke6148 {
  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-ke6148 {
    padding: 24px;
  }
}

.bc-game-ke6148 .bc-game-txbhpf {
  display: flex;
}

@media (min-width: 768px) {
  .bc-game-ke6148 .bc-game-txbhpf {
    display: none;
  }
}

.bc-game-ke6148 .bc-game-79kzqb svg {
  display: none;
}

.bc-game-3539tc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bc-game-3539tc .bc-game-yq2f2e {
  display: none;
}

@media (min-width: 768px) {
  .bc-game-3539tc .bc-game-yq2f2e {
    display: flex;
  }
}

.bc-game-y22b9j {
  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-y22b9j {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.bc-game-y22b9j > * {
  margin: 0 !important;
}

.bc-game-y22b9j img,
.bc-game-y6qx1c {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .bc-game-y22b9j img,
  .bc-game-y6qx1c {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.bc-game-aow19j {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .bc-game-aow19j {
    width: 32px;
    height: 32px;
  }
}

.bc-game-tdos52 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .bc-game-tdos52 {
    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-tdos52::-webkit-scrollbar {
    display: none;
  }
}

.bc-game-s17jv1 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.bc-game-s17jv1:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.bc-game-zpkujt {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .bc-game-zpkujt {
    display: flex;
    opacity: 1;
  }
}

.bc-game-s17jv1 picture {
  width: auto;
  height: 100%;
  display: block;
}

.bc-game-s17jv1 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.bc-game-sjpfte {
  margin: -24px 0;
}

.bc-game-sjpfte:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .bc-game-sjpfte {
    margin: -16px 0;
  }
}

.bc-game-kyq2j2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .bc-game-kyq2j2 {
    flex-direction: row;
  }
}

.bc-game-3ywmji {
  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-3ywmji {
    flex: 1;
  }
}

.bc-game-3ywmji::placeholder {
  color: var(--Text-400);
}

.bc-game-b6z674 {
  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-ie7jc0 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bc-game-ie7jc0::-webkit-scrollbar {
  display: none;
}

.bc-game-amwhek {
  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-amwhek img,
.bc-game-amwhek svg {
  margin-right: 8px;
}

.bc-game-r4h3jr {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.bc-game-sjpfte + .bc-game-ebxpcf {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bc-game-sjpfte + .bc-game-ebxpcf {
    margin-top: -16px;
  }
}

.bc-game-27vohv {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.bc-game-27vohv > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.bc-game-27vohv > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.bc-game-obbp3d {
  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-vajmv2 {
  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-49ml8v {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bc-game-lr5e0t {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.bc-game-wvoycw {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.bc-game-obbp3d 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-obbp3d 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-obbp3d {
    padding: 39px 179px 39px 39px;
  }

  .bc-game-vajmv2 {
    font-size: 40px;
    line-height: 48px;
  }

  .bc-game-wvoycw {
    height: 348px;
  }

  .bc-game-obbp3d button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .bc-game-obbp3d button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .bc-game-obbp3d {
    padding: 63px;
  }
}

.bc-game-c4kizs {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .bc-game-c4kizs {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.bc-game-zc7ud3 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-zc7ud3 {
    width: auto;
  }
}

.bc-game-kit2kz {
  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-kit2kz::-webkit-scrollbar {
  display: none;
}

.bc-game-kit2kz 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-kit2kz a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .bc-game-kit2kz {
    margin-left: 16px;
    margin-top: 0;
  }
}

.bc-game-c4kizs .bc-game-wm59lc {
  -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-uokbyj,
    mask-image 0.3s;
}

.bc-game-c4kizs .bc-game-wm59lc.bc-game-jqcbt4 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.bc-game-kwum1f {
  margin: 40px -16px;
}

.bc-game-lw1i32 + .bc-game-t77wao,
.bc-game-lw1i32 + .bc-game-7szz2b {
  margin-top: 24px;
}

.bc-game-7gy4rv {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.bc-game-7gy4rv picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.bc-game-qju8zr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .bc-game-qju8zr {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .bc-game-qju8zr {
    margin-top: 0;
  }
}

.bc-game-8huazz {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-8huazz {
    font-size: 24px;
    line-height: 32px;
  }
}

.bc-game-jqmjyb {
  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-jqmjyb {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.bc-game-f0xu2t {
  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-f0xu2t {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.bc-game-w59azz {
  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-w59azz {
    font-size: 20px;
    line-height: 28px;
  }
}

.bc-game-r3iv7n {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .bc-game-r3iv7n {
    font-size: 32px;
    line-height: 40px;
  }
}

.bc-game-t4aewb {
  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-d0tw61 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.bc-game-d0tw61 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bc-game-ebxpcf {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bc-game-h6hefq {
  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-h6hefq {
    padding: 15px 48px;
  }
}

main > .bc-game-ebxpcf {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .bc-game-cd4rcv.bc-game-1ao5bs > div:nth-child(n+5) {
    display: none;
  }
}

.bc-game-3qs5mr p a img {
  display: block;
  margin: 0 auto;
}


.bc-game-qrjgxj {
  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-fxizbl {
  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-fxizbl label {
  font-size: 14px;
}

.bc-game-fxizbl h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bc-game-fxizbl input,
.bc-game-fxizbl textarea,
.bc-game-fxizbl 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-fxizbl button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bc-game-i5rwz1 ease;
}
.bc-game-fxizbl button:hover {
  background-color: var(--button-bg-hover);
}
.bc-game-ke7jqf {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bc-game-r9cxiy ease-in;
}

.bc-game-ke7jqf 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-1ph4iq, .bc-game-ixdk1o, [class*="review-card"],
thead, thead th, table th, .bc-game-wfnqvv,
.bc-game-q99bvs, [class*="collapsible-header"],
.bc-game-yn72lf, [class*="updated-block"] {
  color: #ece7dc !important;
}
