* {
  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;
  }
}

.winbeast-qfq38b {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .winbeast-qfq38b {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .winbeast-qfq38b {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.winbeast-y8a0u2 {
  overflow: hidden;
}

.winbeast-d29omx img {
  background: var(--Neutral-300);
}

.winbeast-re4t1j {
  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;
}

.winbeast-4w6uk5 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.winbeast-4w6uk5:hover {
  background: var(--button-bg-hover);
}

.winbeast-bg27ik {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.winbeast-bg27ik:hover {
  background: var(--button-bg-hover);
}

.winbeast-ekpbnl {
  font-size: 12px;
  line-height: 18px;
}

.winbeast-4xtgmr {
  font-size: 18px;
  line-height: 26px;
}

.winbeast-3l78xq {
  width: 100%;
}

.winbeast-uqrg2t {
  padding: 6px 16px;
}

.winbeast-7mq6dw {
  padding: 10px 16px;
}

.winbeast-spz5dc {
  padding: 15px 26px;
}

.winbeast-lonj6f {
  flex-shrink: 0;
}

.winbeast-3vjxdd {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.winbeast-1n5rth {
  display: none;
}

.winbeast-vmi4ix {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.winbeast-sbz4gu {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.winbeast-sy1355 {
  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;
}

.winbeast-6ftqar {
  cursor: grab;
}

.winbeast-sy1355::-webkit-scrollbar {
  display: none;
}

.winbeast-03c8gg {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.winbeast-p46i6w {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.winbeast-99y94x {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.winbeast-33e0ll {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.winbeast-1zz5ha {
  visibility: visible;
}

.winbeast-9hafcd {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.winbeast-vprjvw ease;
}

.winbeast-zdeygg {
  background-color: var(--Primary-200);
  width: 16px;
}

.winbeast-0wpa0v {
  -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.winbeast-vprjvw,
    mask-image 0.3s;
}

.winbeast-0wpa0v.winbeast-xirms5 {
  -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;
  }
}

.winbeast-srg669: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;
}

.winbeast-kiq65p {
  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.winbeast-te9q0v.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.winbeast-te9q0v.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;
}

.winbeast-71o4a7 {
  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);
}

.winbeast-71o4a7::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%
  );
}

.winbeast-g9f2vw {
  position: relative;
  z-index: 1;
}

.winbeast-hfbgm4 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.winbeast-vkpbj7 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.winbeast-s0mj0b {
  font-size: 40px;
  line-height: 48px;
}

.winbeast-1x6krb {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.winbeast-diu6k4 {
  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;
}

.winbeast-diu6k4:hover {
  background: var(--Primary-400);
}

.winbeast-diu6k4 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.winbeast-srg669 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) {
  .winbeast-71o4a7 {
    max-width: 600px;
    padding: 64px;
  }

  .winbeast-hfbgm4 {
    font-size: 24px;
    line-height: 32px;
  }

  .winbeast-vkpbj7 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .winbeast-s0mj0b {
    font-size: 50px;
    line-height: 56px;
  }

  .winbeast-1x6krb {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .winbeast-kiq65p {
    top: 25px;
    right: 25px;
  }
}

.winbeast-xgsr6s,
.winbeast-7enmxa {
  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;
}

.winbeast-ypxpi6.winbeast-ayxlsm::before,
.winbeast-7enmxa::before,
.winbeast-eimobf::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.winbeast-te9q0v.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.winbeast-fnec6u 14.winbeast-8c29um.winbeast-ibxjep 14.winbeast-20ekku 15.winbeast-nxaner 14.winbeast-hwcfmn 15.winbeast-pcualo 14.winbeast-u8x84q.winbeast-tdvxvu 14.winbeast-m6j0ya 19.winbeast-8k523t 12.winbeast-unvlv6 19.winbeast-8k523t 10.winbeast-hwjvvp.winbeast-8k523t 8.winbeast-xgj7cv 17.winbeast-5heo9u 7.winbeast-aue702 15.winbeast-yb4ggo 7.winbeast-05g3b8.winbeast-f830o9 7.winbeast-aue702 11.winbeast-bhgrme 8.winbeast-xgj7cv 11.winbeast-bhgrme 10.winbeast-e4kj9f.winbeast-bhgrme 12.winbeast-dj7s1l 13.winbeast-mj0572 14.winbeast-2z1qn4 15.winbeast-uuvha6 14.winbeast-ad07c7.winbeast-ulblhq 14.winbeast-kpftmr 15.winbeast-byz3wm 14.winbeast-q581ei 15.winbeast-t88vvl 14.winbeast-39jbhd.winbeast-fnec6u 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.winbeast-5dtw4j 15.winbeast-2d8t13.winbeast-3iqtax 15.winbeast-yz35tz 15.winbeast-ysmxms 15.winbeast-omvd36 15.winbeast-dozwwy 15.winbeast-xlhq8s.winbeast-1asups 15.winbeast-omvd36 15.winbeast-ur0w0m 15.winbeast-40pfhe 15.winbeast-eowo1z 15.winbeast-fwg3ke.winbeast-xjup59 15.winbeast-eh4w0p 7.winbeast-cuiw1e 18.winbeast-ydcbpj 7.winbeast-h8udgz 23.winbeast-h1mrra.winbeast-7q6whd.winbeast-7fus0z 18.winbeast-6xqm3a 19.winbeast-duy8t8 15.winbeast-95kwz0 15.winbeast-5dtw4j 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.winbeast-zcuwjj [type="submit"] *,
.winbeast-cqyb8n button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .winbeast-8c6wrc {
    display: none;
  }
}

.winbeast-7o8330 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .winbeast-7o8330 {
  display: none;
}

@media (min-width: 768px) {
  .winbeast-7o8330 {
    bottom: 22px;
  }
}

.winbeast-7o8330 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .winbeast-7o8330 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.winbeast-6ba69x.static) .winbeast-7o8330 {
    bottom: 8px;
  }
}

.winbeast-4mynp7 {
  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.winbeast-te9q0v.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.winbeast-3borru 3.winbeast-t5ty5v.winbeast-w7byh6.winbeast-tngc4d 3.winbeast-eizlqb 3.winbeast-dxep11 5.winbeast-ij8xdl 3.winbeast-dxep11 8.winbeast-vvmhiq.winbeast-w1paau.winbeast-dxep11 26.winbeast-w0isun 5.winbeast-ei5kxg 28.winbeast-2s2nsr 8.winbeast-djxz22 28.winbeast-sfxkgf.winbeast-ao9xvt 28.winbeast-tyntry.winbeast-zpk17m 34.winbeast-k6cbn9.winbeast-b8gm26 36.winbeast-vf112x 11.winbeast-0xbltp 37.winbeast-7yphv5 12.winbeast-hjgm07 36.winbeast-4hi077.winbeast-h50cbk 28.winbeast-9sjpct.winbeast-lrn5sx.winbeast-4qrc03 28.winbeast-y41yjf 36.winbeast-bcg3xw 26.winbeast-5ydr2o 36.winbeast-bcg3xw 23.winbeast-qsblbw.winbeast-bvt0vx.winbeast-bcg3xw 5.winbeast-i6rjrt 34.winbeast-9mv3c0 3.winbeast-eizlqb 31.winbeast-3borru 3.winbeast-sonc9g.winbeast-nxyrzm 18.winbeast-rtumyn.winbeast-kltabs 18.winbeast-fa97dc 8.winbeast-b4e5lr 17.winbeast-06tbdy 8.winbeast-b4e5lr 15.winbeast-koverv.winbeast-b4e5lr 14.winbeast-l1g3dy 9.winbeast-kltabs 13.winbeast-53247j 11.winbeast-nxyrzm 13.winbeast-pmf1j3.winbeast-v4t1rz 13.winbeast-53247j 13.winbeast-587gyw 14.winbeast-l1g3dy 13.winbeast-587gyw 15.winbeast-0d0j0p.winbeast-587gyw 17.winbeast-06tbdy 12.winbeast-v4t1rz 18.winbeast-fa97dc 11.winbeast-nxyrzm 18.winbeast-fi4qhs.winbeast-tn733m 18.winbeast-fielsv.winbeast-wkwvjv 18.winbeast-fa97dc 17.winbeast-4qjh7s 17.winbeast-06tbdy 17.winbeast-4qjh7s 15.winbeast-ag0eqh.winbeast-4qjh7s 14.winbeast-l1g3dy 18.winbeast-wkwvjv 13.winbeast-53247j 20.winbeast-tn733m 13.winbeast-hyoaa0.winbeast-2d42n3 13.winbeast-53247j 22.winbeast-iv3p8v 14.winbeast-l1g3dy 22.winbeast-iv3p8v 15.winbeast-h17bq2.winbeast-0xlzbo 17.winbeast-06tbdy 21.winbeast-2d42n3 18.winbeast-fa97dc 20.winbeast-tn733m 18.winbeast-hjv4tf.winbeast-yrqmta 18.winbeast-eayl49.winbeast-yh38m8 18.winbeast-fa97dc 26.winbeast-4x3sma 17.winbeast-06tbdy 26.winbeast-4x3sma 15.winbeast-e6dmz3.winbeast-4x3sma 14.winbeast-l1g3dy 27.winbeast-yh38m8 13.winbeast-53247j 28.winbeast-yrqmta 13.winbeast-287oia.winbeast-xiz586 13.winbeast-53247j 31.winbeast-svfmi0 14.winbeast-l1g3dy 31.winbeast-svfmi0 15.winbeast-5w1v59.winbeast-4x3sma 17.winbeast-06tbdy 30.winbeast-xiz586 18.winbeast-fa97dc 28.winbeast-yrqmta 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"])
    .winbeast-4mynp7 {
    display: none;
  }
}

.winbeast-plojig {
  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) {
  .winbeast-plojig {
    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;
}

.winbeast-cqyb8n {
  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) {
  .winbeast-cqyb8n {
    padding: 14px 16px;
  }
}

.winbeast-cqyb8n button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.winbeast-cqyb8n button:first-child {
  align-content: end;
}

.winbeast-cqyb8n button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .winbeast-cqyb8n
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .winbeast-cqyb8n
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.winbeast-cqyb8n button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.winbeast-cqyb8n button:last-child svg {
  width: 38px;
  height: 38px;
}

.winbeast-eimobf {
  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;
}

.winbeast-eimobf::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .winbeast-eimobf,
.pc61d126-chatbot[data-active-screen="3"]
  .winbeast-eimobf {
  opacity: 1;
  visibility: visible;
}

.winbeast-drta55 {
  flex: 1 1;
}

.winbeast-2i2s0u {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .winbeast-2i2s0u {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .winbeast-hd6c8v {
  display: block;
}

.winbeast-sknxjy {
  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) {
  .winbeast-sknxjy {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.winbeast-7enmxa {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.winbeast-7enmxa::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.winbeast-g2dqse span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.winbeast-g2dqse p {
  color: var(--Text-100);
}

.winbeast-7enmxa .winbeast-e72cm1 {
  grid-area: button;
}

.winbeast-7enmxa .winbeast-e72cm1::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.winbeast-te9q0v.org/2000/svg'%3E%3Cpath d='M4.winbeast-ud9qm5 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.winbeast-6wfswm 15L16.winbeast-6wfswm 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.winbeast-6wfswm 5L16.winbeast-6wfswm 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .winbeast-9p0d5g {
  display: block;
}

.winbeast-qraap4 {
  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) {
  .winbeast-qraap4 {
    margin-top: 40px;
  }
}

.winbeast-xgsr6s label,
.winbeast-xgsr6s input {
  display: block;
  width: 100%;
}

.winbeast-xgsr6s label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.winbeast-xgsr6s label.winbeast-ze927l input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.winbeast-xgsr6s label.winbeast-ze927l::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;
}

.winbeast-xgsr6s 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;
}

.winbeast-xgsr6s input::placeholder {
  color: var(--Text-400);
}

.winbeast-i22f6c {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .winbeast-i22f6c {
  display: flex;
}

.winbeast-i22f6c ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .winbeast-i22f6c ol {
    height: 420px;
    padding: 24px;
  }
}

.winbeast-i22f6c ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.winbeast-zcuwjj {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .winbeast-zcuwjj {
    padding: 0 24px 24px;
  }
}

.winbeast-zcuwjj 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;
}

.winbeast-zcuwjj input::placeholder {
  color: var(--Text-400);
}

.winbeast-zcuwjj [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.winbeast-zcuwjj [type="submit"]:disabled {
  opacity: 0.5;
}

.winbeast-zcuwjj [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .winbeast-zcuwjj [type="submit"] {
    right: 40px;
  }
}

.winbeast-ypxpi6 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.winbeast-ypxpi6.winbeast-ayxlsm {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.winbeast-ypxpi6.winbeast-ayxlsm::before {
  content: "";
  width: 31px;
}

.winbeast-ypxpi6.winbeast-ayxlsm p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.winbeast-ypxpi6.winbeast-ryyfg0 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.winbeast-ypxpi6 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.winbeast-7o8330 .winbeast-e72cm1 {
  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;
  }
}

.winbeast-8c6wrc {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .winbeast-8c6wrc {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .winbeast-8c6wrc {
    padding: 15px 0;
  }
}

.winbeast-8c6wrc .winbeast-qfq38b {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .winbeast-8c6wrc .winbeast-qfq38b {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.winbeast-wln00s {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .winbeast-wln00s {
    max-width: 180px;
    height: 47px;
  }
}

.winbeast-wln00s picture,
.winbeast-wln00s img {
  display: block;
  width: 100%;
  height: 100%;
}

.winbeast-wln00s img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .winbeast-olikxy {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.winbeast-vprjvw ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .winbeast-8c6wrc.winbeast-9xfnvr .winbeast-olikxy {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .winbeast-olikxy {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .winbeast-olikxy {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.winbeast-9iobyf,
.winbeast-f1tadn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .winbeast-9iobyf,
  .winbeast-f1tadn {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .winbeast-f1tadn {
    display: none;
  }
}

.winbeast-4va0vi {
  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;
}

.winbeast-9xfnvr .winbeast-4va0vi {
  background: var(--fh-bg-color);
}

.winbeast-4va0vi button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .winbeast-4va0vi {
    display: none;
  }
}

.winbeast-q661e3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .winbeast-q661e3 {
    display: none;
  }
}

.winbeast-srf3rn {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.winbeast-8c6wrc.winbeast-9xfnvr .winbeast-srf3rn:first-child {
  display: none;
}

.winbeast-8c6wrc.winbeast-9xfnvr .winbeast-srf3rn:last-child {
  display: block;
}

.winbeast-srf3rn:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .winbeast-srf3rn {
    display: none;
  }
}

.winbeast-sbzsv8 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .winbeast-sbzsv8 {
    display: flex;
  }
}

.winbeast-sbzsv8 ul {
  max-height: 350px;
  overflow-y: auto;
}

.winbeast-sbzsv8:hover ul {
  visibility: visible;
  opacity: 1;
}

.winbeast-sbzsv8:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.winbeast-sbzsv8:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.winbeast-sbzsv8:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.winbeast-sbzsv8:hover .winbeast-ju0p7d svg {
  transform: rotate(180deg);
}

.winbeast-1s0zg3 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.winbeast-ijtlkr {
  padding: 0 8px;
}

.winbeast-u4sfj7 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.winbeast-u4sfj7:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .winbeast-u4sfj7 {
    padding: 4px 8px;
  }
}

.winbeast-02n4s2 {
  display: flex;
}

.winbeast-02n4s2 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.winbeast-ju0p7d {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.winbeast-ju0p7d svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.winbeast-gt1q53 {
  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) {
  .winbeast-gt1q53 {
    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;
  }
}

.winbeast-d40ssu {
  width: 100%;
}

@media (min-width: 1200px) {
  .winbeast-d40ssu {
    display: none;
  }
}

.winbeast-dwuzs1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.winbeast-ga3m6g {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.winbeast-6aijju {
  display: flex;
}

.winbeast-ncbf40 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.winbeast-bv46d4 {
  list-style: none;
}

@media (max-width: 1199px) {
  .winbeast-bv46d4 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .winbeast-bv46d4 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .winbeast-bv46d4 .winbeast-tf5pss [data-ref-el],
  .winbeast-bv46d4 .winbeast-tf5pss span,
  .winbeast-bv46d4 .winbeast-tf5pss a {
    white-space: nowrap;
  }
}

.winbeast-ymnco6 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .winbeast-ymnco6.winbeast-4g0u0v > .winbeast-tf5pss {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .winbeast-ymnco6.winbeast-uvjb24:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .winbeast-ymnco6.winbeast-4g0u0v > .winbeast-buhkm3 {
    height: auto;
  }

  .winbeast-ymnco6.winbeast-4g0u0v > div > .winbeast-uq41e1 {
    transform: rotate(180deg);
  }
}

.winbeast-ymnco6 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.winbeast-ymnco6 [data-ref-el],
.winbeast-ymnco6 span {
  cursor: pointer;
}

.winbeast-ymnco6 [data-ref-el],
.winbeast-ymnco6 span,
.winbeast-ymnco6 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .winbeast-ymnco6 [data-ref-el],
  .winbeast-ymnco6 span,
  .winbeast-ymnco6 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .winbeast-ymnco6 [data-ref-el],
  .winbeast-ymnco6 span,
  .winbeast-ymnco6 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.winbeast-buhkm3 {
  height: 0;
  overflow: hidden;
  transition: height 0.winbeast-vprjvw ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.winbeast-buhkm3::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.winbeast-buhkm3::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.winbeast-buhkm3::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .winbeast-buhkm3 {
    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;
  }

  .winbeast-buhkm3:has(> .winbeast-ymnco6.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .winbeast-buhkm3 .winbeast-buhkm3 {
    padding: 0;
  }

  .winbeast-buhkm3 .winbeast-ymnco6 {
    font-weight: 400;
  }

  .winbeast-buhkm3 .winbeast-ymnco6:hover > .winbeast-tf5pss {
    background: var(--Neutral-300);
  }

  .winbeast-buhkm3 .winbeast-uq41e1 {
    rotate: -90deg;
  }
}

.winbeast-tf5pss {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .winbeast-tf5pss {
    padding: 8px;
  }

  .winbeast-ymnco6.winbeast-ha34bw > .winbeast-tf5pss {
    background: var(--Neutral-300);
  }
}

.winbeast-uq41e1 {
  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.winbeast-te9q0v.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.winbeast-r1fi5c 0.winbeast-0z6hi1.winbeast-wvw4kd -0.winbeast-zz22u3 0.winbeast-inubrk -0.winbeast-zz22u3 1.winbeast-xyxmpf 0.winbeast-fhxgd1.winbeast-bo39ar 4.winbeast-7oiuc1.winbeast-r1fi5c 0.winbeast-i72ppn.winbeast-piszg1 -0.winbeast-zz22u3 9.winbeast-4lzunn -0.winbeast-zz22u3 10.winbeast-hlkchc 0.winbeast-crwq2f.winbeast-chhpdy 0.winbeast-wvw4kd 10.winbeast-chhpdy 0.winbeast-inubrk 10.winbeast-hlkchc 1.winbeast-td0gux.winbeast-zvi4pv 5.winbeast-od11ha.winbeast-h25dcp 6.winbeast-gnvnl5 5.winbeast-62kdb8 6.winbeast-gnvnl5 4.winbeast-o09opx 5.winbeast-v6nah6.winbeast-r1fi5c 1.winbeast-7gk4m1.winbeast-zz22u3 0.winbeast-inubrk -0.winbeast-zz22u3 0.winbeast-wvw4kd 0.winbeast-r1fi5c 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.winbeast-vprjvw ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .winbeast-uq41e1 {
    cursor: default;
  }
}

.winbeast-yt1ocz {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.winbeast-2lxdoj {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .winbeast-2lxdoj {
    padding: 40px 4px;
  }
}

.winbeast-5nycw0 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .winbeast-5nycw0 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.winbeast-1994zk {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .winbeast-1994zk {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.winbeast-1994zk ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.winbeast-1994zk [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.winbeast-1994zk [data-ref-el],
.winbeast-1994zk span,
.winbeast-1994zk a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.winbeast-ednue5 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .winbeast-ednue5 {
    margin-bottom: 12px;
  }
}

.winbeast-i1n1rg {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.winbeast-i1n1rg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .winbeast-i1n1rg:last-child {
    margin-right: 0;
  }
}

.winbeast-28us65 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.winbeast-ednue5:hover .winbeast-dm3ayu {
  visibility: visible;
  opacity: 1;
}

.winbeast-dm3ayu {
  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);
}

.winbeast-wtup1w {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.winbeast-s6lj49 {
  display: flex;
  margin: 6px;
}

.winbeast-s6lj49 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.winbeast-dm3ayu::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);
}

.winbeast-dm3ayu::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);
}

.winbeast-k7fv22 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .winbeast-k7fv22 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.winbeast-gh69uk {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .winbeast-gh69uk {
    margin-right: 32px;
  }
}

.winbeast-mluuia {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .winbeast-mluuia {
    margin-top: 0;
    width: 340px;
  }
}

.winbeast-mluuia a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.winbeast-2gx57r {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.winbeast-cfvi4b {
  position: relative;
}

@media (min-width: 768px) {
  .winbeast-cfvi4b {
    margin-top: 40px;
  }
}

.winbeast-cfvi4b + .winbeast-ttptak,
.winbeast-cfvi4b + .winbeast-cfvi4b {
  margin-top: 24px;
}

.winbeast-1fjnpy {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .winbeast-1fjnpy {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .winbeast-1fjnpy {
    padding: 80px;
  }
}

.winbeast-hivi1n {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .winbeast-hivi1n {
    padding: 0 16px;
}


}

.winbeast-9njwxg {
  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) {
  .winbeast-9njwxg {
    font-size: 48px;
    line-height: 56px;
  }
}

.winbeast-gcy0nm {
  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) {
  .winbeast-gcy0nm {
    font-size: 24px;
    line-height: 32px;
  }
}

.winbeast-ad9bwc {
  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;
}

.winbeast-ad9bwc:hover {
  background: var(--button-bg-hover);
}

.winbeast-bgwmcg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.winbeast-bgwmcg img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .winbeast-bgwmcg img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .winbeast-bgwmcg img {
  min-height: 100%;
  }
}

.winbeast-1fjnpy::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.winbeast-i0n9ph {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.winbeast-i0n9ph h1,
.winbeast-i0n9ph h2,
.winbeast-i0n9ph h3,
.winbeast-i0n9ph h4 {
  margin-bottom: 6px;
}

.winbeast-i0n9ph h1:not(:first-child),
.winbeast-i0n9ph h2:not(:first-child),
.winbeast-i0n9ph h3:not(:first-child),
.winbeast-i0n9ph h4:not(:first-child) {
  margin-top: 16px;
}

.winbeast-i0n9ph h1,
.winbeast-i0n9ph h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .winbeast-i0n9ph h1,
  .winbeast-i0n9ph h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.winbeast-i0n9ph h2,
.winbeast-i0n9ph h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .winbeast-i0n9ph h2,
  .winbeast-i0n9ph h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.winbeast-i0n9ph h3,
.winbeast-i0n9ph h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .winbeast-i0n9ph h3,
  .winbeast-i0n9ph h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.winbeast-i0n9ph h4,
.winbeast-i0n9ph h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.winbeast-i0n9ph ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.winbeast-i0n9ph ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.winbeast-i0n9ph 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);
}

.winbeast-i0n9ph ul ul {
  margin-bottom: 8px;
}

.winbeast-i0n9ph ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.winbeast-i0n9ph ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.winbeast-i0n9ph ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.winbeast-i0n9ph ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.winbeast-i0n9ph ol li::marker {
  font-weight: 700;
}

.winbeast-i0n9ph ol ol {
  margin-bottom: 8px;
}

.winbeast-i0n9ph ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.winbeast-i0n9ph ol ul li {
  padding-left: 16px;
}

.winbeast-i0n9ph 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) {
  .winbeast-i0n9ph table {
    padding: 24px;
  }
}

.winbeast-i0n9ph table.winbeast-jvwxlz {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.winbeast-vprjvw,
    mask-image 0.3s;
}

.winbeast-i0n9ph table.winbeast-jvwxlz.winbeast-xirms5 {
  -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) {
  .winbeast-i0n9ph table {
    display: table;
  }
}

.winbeast-i0n9ph table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.winbeast-i0n9ph table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.winbeast-i0n9ph table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.winbeast-i0n9ph 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) {
  .winbeast-i0n9ph table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.winbeast-i0n9ph table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.winbeast-i0n9ph table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.winbeast-i0n9ph table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.winbeast-i0n9ph img {
  max-width: 100%;
  height: auto;
}

.winbeast-2y2r8r {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, 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) {
  .winbeast-2y2r8r {
    padding: 24px;
  }
}

.winbeast-6d3gnn {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .winbeast-6d3gnn {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.winbeast-6d3gnn > * {
  margin: 0 !important;
}

.winbeast-6d3gnn img,
.winbeast-qesn3r {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winbeast-6d3gnn img,
  .winbeast-qesn3r {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winbeast-4t32ti {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winbeast-4t32ti {
    width: 32px;
    height: 32px;
  }
}

.winbeast-vf8vyq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.winbeast-vf8vyq .winbeast-8h5jgk {
  flex-shrink: 0;
}

.winbeast-vf8vyq .winbeast-ce3cm9 svg {
  display: none;
}

.winbeast-dc42ae {
  display: grid;
  transition: max-height 0.winbeast-vprjvw ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .winbeast-dc42ae {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .winbeast-dc42ae {
    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));
  }
}

.winbeast-dc42ae.winbeast-1okotz + .winbeast-8h5jgk svg {
  transform: rotate(180deg);
}

.winbeast-8ov9ex {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.winbeast-8ov9ex > div:nth-child(3n) {
  grid-column: span 2;
}

.winbeast-8ov9ex
  > div:nth-child(3n)
  .winbeast-glu83q
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .winbeast-8ov9ex {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .winbeast-8ov9ex > div:nth-child(3n) {
    grid-column: unset;
  }

  .winbeast-8ov9ex
    > div:nth-child(3n)
    .winbeast-glu83q
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .winbeast-8ov9ex {
    max-width: 270px;
  }
}

.winbeast-8ov9ex .winbeast-glu83q button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .winbeast-8ov9ex .winbeast-glu83q button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .winbeast-8ov9ex .winbeast-glu83q button {
    max-width: 104px;
  }
}

.winbeast-5htu4n {
  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) {
  .winbeast-5htu4n {
    margin-bottom: 0;
  }
}

.winbeast-md4r7s {
  display: none;
  opacity: 0;
}

.winbeast-i9dak4 {
  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;
  }
}

.winbeast-i9dak4 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.winbeast-glu83q {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.winbeast-glu83q button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .winbeast-glu83q
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .winbeast-glu83q
    button {
    max-width: 145px;
  }
}

.winbeast-v1doek:first-child
  .winbeast-glu83q
  button {
  max-width: 270px;
}

.winbeast-yr2n06 {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.winbeast-5htu4n picture {
  width: 100%;
  max-width: 100%;
}

.winbeast-ucf7cm {
  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;
}

.winbeast-ucf7cm svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.winbeast-5htu4n:hover .winbeast-ucf7cm {
  display: flex;
}

.winbeast-h2m3ue {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.winbeast-lg8bn1 {
  display: flex;
}

.winbeast-lg8bn1:hover .winbeast-o3pzfj,
.winbeast-lg8bn1 .winbeast-ha34bw .winbeast-o3pzfj {
  display: flex;
}

.winbeast-lg8bn1 svg {
  flex-shrink: 0;
}

.winbeast-o3pzfj {
  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) {
  .winbeast-o3pzfj {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.winbeast-o3pzfj:hover {
  display: flex;
}

.winbeast-o3pzfj svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.winbeast-0vri9t {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .winbeast-0vri9t {
    font-size: 12px;
  }
}

.winbeast-0l7pqp,
.winbeast-e61u1a {
  width: 50%;
  flex-shrink: 0;
}

.winbeast-0l7pqp {
  font-weight: 700;
}

.winbeast-ws2l93 .winbeast-dc42ae {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .winbeast-ws2l93 .winbeast-dc42ae {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .winbeast-ws2l93 .winbeast-dc42ae {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.winbeast-ws2l93
  .winbeast-yr2n06:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.winbeast-ws2l93 .winbeast-i9dak4 {
  height: 100% !important;
  border-radius: 16px;
}

.winbeast-ws2l93 .winbeast-glu83q {
  gap: 4px;
  align-items: center;
}

.winbeast-ws2l93 .winbeast-glu83q button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.winbeast-ws2l93 .winbeast-glu83q svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.winbeast-ws2l93 .winbeast-6c0qtv,
.winbeast-ws2l93 .winbeast-vbqwhb {
  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.winbeast-te9q0v.org/2000/svg'%3E%3Cpath d='M9.winbeast-bfgfkb 4.winbeast-15jb7y.winbeast-q0qq8l 5.winbeast-po0igp.winbeast-segin5 5.winbeast-dh1yoi.winbeast-jy5tz9 5.winbeast-ropicp.winbeast-9z493j 8.winbeast-65ndfs.winbeast-j4iqt4 9.winbeast-s6g1bs.winbeast-08puzt 9.winbeast-vf7bqa.winbeast-9j4tw3 13.winbeast-jkkhpg.winbeast-lud446 11.winbeast-xk4p5o.winbeast-5pdqvv 11.winbeast-mfh1dk.winbeast-yxgdpw 11.winbeast-xkz2wd.winbeast-f3s3cv 13.winbeast-51cfeo.winbeast-7xlprg 9.winbeast-tf5mcu.winbeast-hetjk0 9.winbeast-h153m1.winbeast-fb9fvq 8.winbeast-8mjccp.winbeast-yd6eqx 5.winbeast-2pnl46.winbeast-e85n4v 5.winbeast-ndbq5h.winbeast-ckhxy7 5.winbeast-ehfday.winbeast-lhegu1 4.winbeast-7iyh84.winbeast-5pdqvv 1.winbeast-2j2cgk.winbeast-bfgfkb 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.winbeast-ws2l93 .winbeast-6c0qtv {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.winbeast-ws2l93 .winbeast-vbqwhb {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.winbeast-x1tay3 {
  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) {
  .winbeast-x1tay3 {
    padding: 24px;
  }
}

.winbeast-x1tay3 .winbeast-8h5jgk {
  display: flex;
}

@media (min-width: 768px) {
  .winbeast-x1tay3 .winbeast-8h5jgk {
    display: none;
  }
}

.winbeast-x1tay3 .winbeast-ce3cm9 svg {
  display: none;
}

.winbeast-c9ansg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.winbeast-c9ansg .winbeast-re4t1j {
  display: none;
}

@media (min-width: 768px) {
  .winbeast-c9ansg .winbeast-re4t1j {
    display: flex;
  }
}

.winbeast-geo6yi {
  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) {
  .winbeast-geo6yi {
    font-size: 40px;
    line-height: 48px;
  }
}

.winbeast-geo6yi > * {
  margin: 0 !important;
}

.winbeast-geo6yi img,
.winbeast-bbz5n2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winbeast-geo6yi img,
  .winbeast-bbz5n2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winbeast-db48u3 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winbeast-db48u3 {
    width: 32px;
    height: 32px;
  }
}

.winbeast-p1ob5g {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .winbeast-p1ob5g {
    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;
  }

  .winbeast-p1ob5g::-webkit-scrollbar {
    display: none;
  }
}

.winbeast-f6ok08 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .winbeast-f6ok08 {
    padding: 7px 15px;
  }
}

.winbeast-f6ok08:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.winbeast-8esakf {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .winbeast-8esakf {
    display: flex;
    opacity: 1;
  }
}

.winbeast-f6ok08 picture {
  height: 100%;
  display: block;
}

.winbeast-f6ok08 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .winbeast-f6ok08 img {
    width: 88px;
    height: 44px;
  }
}

.winbeast-f6ok08 p {
  text-align: center;
  width: 100%;
}

.winbeast-igxk2w {
  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) {
  .winbeast-igxk2w {
    font-size: 40px;
    line-height: 48px;
  }
}

.winbeast-igxk2w img,
.winbeast-o6gd5x {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winbeast-igxk2w img,
  .winbeast-o6gd5x {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winbeast-l428lx {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winbeast-l428lx {
    width: 32px;
    height: 32px;
  }
}

.winbeast-svjiik {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.winbeast-38tl48 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, 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;
}

.winbeast-c3f10w {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.winbeast-c3f10w.winbeast-ha34bw {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.winbeast-g3cvz7 {
  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(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .winbeast-g3cvz7 {
    font-size: 20px;
    line-height: 28px;
  }
}

.winbeast-3h7d6r {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.winbeast-2yi069 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.winbeast-vprjvw ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.winbeast-wyoosk {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.winbeast-wyoosk ol,
.winbeast-wyoosk ul {
  padding-left: 1.3em;
}

.winbeast-c3f10w.winbeast-ha34bw .winbeast-2yi069 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.winbeast-c3f10w.winbeast-ha34bw .winbeast-3h7d6r {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.winbeast-sr47s0 {
  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) {
  .winbeast-sr47s0 {
    padding: 24px;
  }
}

.winbeast-sr47s0 .winbeast-8h5jgk {
  display: flex;
}

@media (min-width: 768px) {
  .winbeast-sr47s0 .winbeast-8h5jgk {
    display: none;
  }
}

.winbeast-sr47s0 .winbeast-ce3cm9 svg {
  display: none;
}

.winbeast-9t29c2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.winbeast-9t29c2 .winbeast-re4t1j {
  display: none;
}

@media (min-width: 768px) {
  .winbeast-9t29c2 .winbeast-re4t1j {
    display: flex;
  }
}

.winbeast-t9lcc4 {
  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) {
  .winbeast-t9lcc4 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.winbeast-t9lcc4 > * {
  margin: 0 !important;
}

.winbeast-t9lcc4 img,
.winbeast-006ndx {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winbeast-t9lcc4 img,
  .winbeast-006ndx {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winbeast-753idt {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winbeast-753idt {
    width: 32px;
    height: 32px;
  }
}

.winbeast-fngjap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .winbeast-fngjap {
    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;
  }

  .winbeast-fngjap::-webkit-scrollbar {
    display: none;
  }
}

.winbeast-mepsco {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.winbeast-mepsco:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.winbeast-pgny63 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .winbeast-pgny63 {
    display: flex;
    opacity: 1;
  }
}

.winbeast-mepsco picture {
  width: auto;
  height: 100%;
  display: block;
}

.winbeast-mepsco picture img {
  display: block;
  width: auto;
  height: 100%;
}

.winbeast-98wnpc {
  margin: -24px 0;
}

.winbeast-98wnpc:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .winbeast-98wnpc {
    margin: -16px 0;
  }
}

.winbeast-hqxq26 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .winbeast-hqxq26 {
    flex-direction: row;
  }
}

.winbeast-3u48x3 {
  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) {
  .winbeast-3u48x3 {
    flex: 1;
  }
}

.winbeast-3u48x3::placeholder {
  color: var(--Text-400);
}

.winbeast-swn8o8 {
  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;
}

.winbeast-muh1iu {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.winbeast-muh1iu::-webkit-scrollbar {
  display: none;
}

.winbeast-rpmwlu {
  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;
}

.winbeast-rpmwlu img,
.winbeast-rpmwlu svg {
  margin-right: 8px;
}

.winbeast-kz1xvf {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.winbeast-98wnpc + .winbeast-f4zzhk {
  margin-top: 0;
}

@media (min-width: 768px) {
  .winbeast-98wnpc + .winbeast-f4zzhk {
    margin-top: -16px;
  }
}

.winbeast-rdruzb {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.winbeast-rdruzb > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.winbeast-rdruzb > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.winbeast-n5l4ly {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, 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;
}

.winbeast-hpli26 {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.winbeast-m1afmn {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.winbeast-djd2w6 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.winbeast-0r4ewm {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.winbeast-n5l4ly 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;
}

.winbeast-n5l4ly 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) {
  .winbeast-n5l4ly {
    padding: 39px 179px 39px 39px;
  }

  .winbeast-hpli26 {
    font-size: 40px;
    line-height: 48px;
  }

  .winbeast-0r4ewm {
    height: 348px;
  }

  .winbeast-n5l4ly button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .winbeast-n5l4ly button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .winbeast-n5l4ly {
    padding: 63px;
  }
}

.winbeast-laxj3e {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .winbeast-laxj3e {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.winbeast-jls2fk {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .winbeast-jls2fk {
    width: auto;
  }
}

.winbeast-me14wg {
  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;
}

.winbeast-me14wg::-webkit-scrollbar {
  display: none;
}

.winbeast-me14wg 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);
}

.winbeast-me14wg a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .winbeast-me14wg {
    margin-left: 16px;
    margin-top: 0;
  }
}

.winbeast-laxj3e .winbeast-rw49b8 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.winbeast-vprjvw,
    mask-image 0.3s;
}

.winbeast-laxj3e .winbeast-rw49b8.winbeast-xirms5 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.winbeast-9h7hdg {
  margin: 40px -16px;
}

.winbeast-fp52gw + .winbeast-ttptak,
.winbeast-fp52gw + .winbeast-cfvi4b {
  margin-top: 24px;
}

.winbeast-l776ol {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.winbeast-l776ol picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.winbeast-9cymw6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .winbeast-9cymw6 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .winbeast-9cymw6 {
    margin-top: 0;
  }
}

.winbeast-wyrjdk {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .winbeast-wyrjdk {
    font-size: 24px;
    line-height: 32px;
  }
}

.winbeast-zt825u {
  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) {
  .winbeast-zt825u {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.winbeast-hwvzxp {
  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) {
  .winbeast-hwvzxp {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.winbeast-x7fxhx {
  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) {
  .winbeast-x7fxhx {
    font-size: 20px;
    line-height: 28px;
  }
}

.winbeast-z4tkib {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .winbeast-z4tkib {
    font-size: 32px;
    line-height: 40px;
  }
}

.winbeast-eb5k3q {
  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;
}

.winbeast-iwfj0y {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.winbeast-iwfj0y img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.winbeast-f4zzhk {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.winbeast-bip748 {
  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) {
  .winbeast-bip748 {
    padding: 15px 48px;
  }
}

main > .winbeast-f4zzhk {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .winbeast-dc42ae.winbeast-osc2x0 > div:nth-child(n+5) {
    display: none;
  }
}

.winbeast-i0n9ph p a img {
  display: block;
  margin: 0 auto;
}


.winbeast-jr432p {
  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 */
.winbeast-3jcjjc {
  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;
}

.winbeast-3jcjjc label {
  font-size: 14px;
}

.winbeast-3jcjjc h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.winbeast-3jcjjc input,
.winbeast-3jcjjc textarea,
.winbeast-3jcjjc 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;
}
.winbeast-3jcjjc button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.winbeast-z251cb ease;
}
.winbeast-3jcjjc button:hover {
  background-color: var(--button-bg-hover);
}
.winbeast-43kvwu {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.winbeast-oz9oi8 ease-in;
}

.winbeast-43kvwu 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;
}
.winbeast-fby689, .winbeast-yk66vg, [class*="review-card"],
thead, thead th, table th, .winbeast-rpzpnz,
.winbeast-zxgkul, [class*="collapsible-header"],
.winbeast-56v8dg, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
