* {
  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;
  }
}

.playcroco-gfdggb {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .playcroco-gfdggb {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .playcroco-gfdggb {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.playcroco-r7qksw {
  overflow: hidden;
}

.playcroco-uct5m2 img {
  background: var(--Neutral-300);
}

.playcroco-n6kuzt {
  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;
}

.playcroco-1oph7p {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.playcroco-1oph7p:hover {
  background: var(--button-bg-hover);
}

.playcroco-78sllc {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.playcroco-78sllc:hover {
  background: var(--button-bg-hover);
}

.playcroco-nkt9h6 {
  font-size: 12px;
  line-height: 18px;
}

.playcroco-mfwu97 {
  font-size: 18px;
  line-height: 26px;
}

.playcroco-fxboh1 {
  width: 100%;
}

.playcroco-i6ofgx {
  padding: 6px 16px;
}

.playcroco-0fs9w4 {
  padding: 10px 16px;
}

.playcroco-wcc6gq {
  padding: 15px 26px;
}

.playcroco-tlu1sv {
  flex-shrink: 0;
}

.playcroco-v6lkcp {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.playcroco-6navlo {
  display: none;
}

.playcroco-0g9p80 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.playcroco-gmabnw {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.playcroco-b1hfuz {
  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;
}

.playcroco-92eztr {
  cursor: grab;
}

.playcroco-b1hfuz::-webkit-scrollbar {
  display: none;
}

.playcroco-qukuev {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.playcroco-b6s4am {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.playcroco-i1evyd {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.playcroco-5sumv3 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.playcroco-4vms8i {
  visibility: visible;
}

.playcroco-fgqoom {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.playcroco-m5wja7 ease;
}

.playcroco-svddbr {
  background-color: var(--Primary-200);
  width: 16px;
}

.playcroco-19zdhf {
  -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.playcroco-m5wja7,
    mask-image 0.3s;
}

.playcroco-19zdhf.playcroco-k5blhd {
  -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;
  }
}

.playcroco-04sxxd: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;
}

.playcroco-gfota9 {
  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.playcroco-t05ncl.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.playcroco-t05ncl.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;
}

.playcroco-ixzuok {
  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);
}

.playcroco-ixzuok::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%
  );
}

.playcroco-iuk65t {
  position: relative;
  z-index: 1;
}

.playcroco-92ogrm {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.playcroco-nendee {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.playcroco-5qvmym {
  font-size: 40px;
  line-height: 48px;
}

.playcroco-zrlptb {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.playcroco-apanx3 {
  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;
}

.playcroco-apanx3:hover {
  background: var(--Primary-400);
}

.playcroco-apanx3 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.playcroco-04sxxd 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) {
  .playcroco-ixzuok {
    max-width: 600px;
    padding: 64px;
  }

  .playcroco-92ogrm {
    font-size: 24px;
    line-height: 32px;
  }

  .playcroco-nendee {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .playcroco-5qvmym {
    font-size: 50px;
    line-height: 56px;
  }

  .playcroco-zrlptb {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .playcroco-gfota9 {
    top: 25px;
    right: 25px;
  }
}

.playcroco-wpx22f,
.playcroco-e2b9uc {
  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;
}

.playcroco-hhts83.playcroco-mu0ux5::before,
.playcroco-e2b9uc::before,
.playcroco-ox0bgx::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.playcroco-t05ncl.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.playcroco-qpjp99 14.playcroco-pru2l8.playcroco-uet9hf 14.playcroco-33mmv5 15.playcroco-oofcpp 14.playcroco-tzttas 15.playcroco-7ukgar 14.playcroco-jgksja.playcroco-4tl29b 14.playcroco-avyrxd 19.playcroco-rv29jc 12.playcroco-bfz8dd 19.playcroco-rv29jc 10.playcroco-at5j0a.playcroco-rv29jc 8.playcroco-djixbt 17.playcroco-auyv5y 7.playcroco-0swp36 15.playcroco-4zrhtj 7.playcroco-tbo9au.playcroco-cxvkis 7.playcroco-0swp36 11.playcroco-0dtyqa 8.playcroco-djixbt 11.playcroco-0dtyqa 10.playcroco-xzyk18.playcroco-0dtyqa 12.playcroco-n5diu5 13.playcroco-4w728s 14.playcroco-kcty0o 15.playcroco-eqe8gq 14.playcroco-1m221x.playcroco-io6sc5 14.playcroco-s2ps8y 15.playcroco-7gspkv 14.playcroco-opiztz 15.playcroco-1e005v 14.playcroco-uilrym.playcroco-qpjp99 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.playcroco-brl72o 15.playcroco-znl3jp.playcroco-srekf8 15.playcroco-utau69 15.playcroco-goqwls 15.playcroco-h0baeo 15.playcroco-q1pfhk 15.playcroco-dv700s.playcroco-xvhmso 15.playcroco-h0baeo 15.playcroco-zq1zqx 15.playcroco-i1n0b2 15.playcroco-4q1q1e 15.playcroco-6aqucm.playcroco-caczhc 15.playcroco-3fmc15 7.playcroco-gbuoox 18.playcroco-2tf9wb 7.playcroco-648brz 23.playcroco-nmw1ad.playcroco-tli04v.playcroco-baa73w 18.playcroco-thhp2s 19.playcroco-1tx12a 15.playcroco-tm5s1q 15.playcroco-brl72o 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.playcroco-5k453v [type="submit"] *,
.playcroco-8mwh7l button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .playcroco-aammeq {
    display: none;
  }
}

.playcroco-sbi0sq {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .playcroco-sbi0sq {
  display: none;
}

@media (min-width: 768px) {
  .playcroco-sbi0sq {
    bottom: 22px;
  }
}

.playcroco-sbi0sq input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .playcroco-sbi0sq {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.playcroco-rll5sk.static) .playcroco-sbi0sq {
    bottom: 8px;
  }
}

.playcroco-htloc6 {
  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.playcroco-t05ncl.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.playcroco-t44xzf 3.playcroco-ny73ip.playcroco-5mrqnm.playcroco-f9z8pf 3.playcroco-l1thae 3.playcroco-dh9vu3 5.playcroco-egjder 3.playcroco-dh9vu3 8.playcroco-4uwyfy.playcroco-h9ultp.playcroco-dh9vu3 26.playcroco-j47g59 5.playcroco-x8bvit 28.playcroco-no08ye 8.playcroco-7pjpse 28.playcroco-rhzskp.playcroco-ijh1yh 28.playcroco-gswrgg.playcroco-lcevot 34.playcroco-p96o8w.playcroco-rrepu8 36.playcroco-vzx6ih 11.playcroco-m7nk0u 37.playcroco-v3ws4r 12.playcroco-n3ut4j 36.playcroco-597916.playcroco-ct8ns1 28.playcroco-hlli5e.playcroco-7f8eu5.playcroco-hsxy4l 28.playcroco-2frf5k 36.playcroco-zslm3i 26.playcroco-l7oke2 36.playcroco-zslm3i 23.playcroco-hfojik.playcroco-icka91.playcroco-zslm3i 5.playcroco-y7mkpn 34.playcroco-0x1k6z 3.playcroco-l1thae 31.playcroco-t44xzf 3.playcroco-v2x9lf.playcroco-cjesqq 18.playcroco-4fytjt.playcroco-6u0wba 18.playcroco-eca2bh 8.playcroco-u0fu78 17.playcroco-vnu4ag 8.playcroco-u0fu78 15.playcroco-pd1cb9.playcroco-u0fu78 14.playcroco-q1wly4 9.playcroco-6u0wba 13.playcroco-f2399o 11.playcroco-cjesqq 13.playcroco-tshm37.playcroco-lu19eb 13.playcroco-f2399o 13.playcroco-wk4dnr 14.playcroco-q1wly4 13.playcroco-wk4dnr 15.playcroco-mev9lm.playcroco-wk4dnr 17.playcroco-vnu4ag 12.playcroco-lu19eb 18.playcroco-eca2bh 11.playcroco-cjesqq 18.playcroco-25rnki.playcroco-v36u0f 18.playcroco-d0tx7r.playcroco-munm4l 18.playcroco-eca2bh 17.playcroco-kcdpfe 17.playcroco-vnu4ag 17.playcroco-kcdpfe 15.playcroco-s5s0v4.playcroco-kcdpfe 14.playcroco-q1wly4 18.playcroco-munm4l 13.playcroco-f2399o 20.playcroco-v36u0f 13.playcroco-4650x0.playcroco-k2v1p6 13.playcroco-f2399o 22.playcroco-y897wc 14.playcroco-q1wly4 22.playcroco-y897wc 15.playcroco-yrj1ax.playcroco-ijbjy4 17.playcroco-vnu4ag 21.playcroco-k2v1p6 18.playcroco-eca2bh 20.playcroco-v36u0f 18.playcroco-lrt1wd.playcroco-k4gbvd 18.playcroco-4dh2lc.playcroco-6h6ilg 18.playcroco-eca2bh 26.playcroco-dr6doe 17.playcroco-vnu4ag 26.playcroco-dr6doe 15.playcroco-qnef67.playcroco-dr6doe 14.playcroco-q1wly4 27.playcroco-6h6ilg 13.playcroco-f2399o 28.playcroco-k4gbvd 13.playcroco-mkhnc4.playcroco-vs0wba 13.playcroco-f2399o 31.playcroco-dq5z17 14.playcroco-q1wly4 31.playcroco-dq5z17 15.playcroco-3cs345.playcroco-dr6doe 17.playcroco-vnu4ag 30.playcroco-vs0wba 18.playcroco-eca2bh 28.playcroco-k4gbvd 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"])
    .playcroco-htloc6 {
    display: none;
  }
}

.playcroco-p39f2r {
  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) {
  .playcroco-p39f2r {
    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;
}

.playcroco-8mwh7l {
  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) {
  .playcroco-8mwh7l {
    padding: 14px 16px;
  }
}

.playcroco-8mwh7l button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.playcroco-8mwh7l button:first-child {
  align-content: end;
}

.playcroco-8mwh7l button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .playcroco-8mwh7l
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .playcroco-8mwh7l
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.playcroco-8mwh7l button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.playcroco-8mwh7l button:last-child svg {
  width: 38px;
  height: 38px;
}

.playcroco-ox0bgx {
  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;
}

.playcroco-ox0bgx::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .playcroco-ox0bgx,
.pc61d126-chatbot[data-active-screen="3"]
  .playcroco-ox0bgx {
  opacity: 1;
  visibility: visible;
}

.playcroco-94caiw {
  flex: 1 1;
}

.playcroco-p8zojr {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .playcroco-p8zojr {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .playcroco-ddhpjm {
  display: block;
}

.playcroco-1j5s7k {
  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) {
  .playcroco-1j5s7k {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.playcroco-e2b9uc {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.playcroco-e2b9uc::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.playcroco-hi5qcq span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.playcroco-hi5qcq p {
  color: var(--Text-100);
}

.playcroco-e2b9uc .playcroco-q2fui9 {
  grid-area: button;
}

.playcroco-e2b9uc .playcroco-q2fui9::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.playcroco-t05ncl.org/2000/svg'%3E%3Cpath d='M4.playcroco-v9ko3s 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.playcroco-w00kh1 15L16.playcroco-w00kh1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.playcroco-w00kh1 5L16.playcroco-w00kh1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .playcroco-t3arss {
  display: block;
}

.playcroco-fxrvs1 {
  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) {
  .playcroco-fxrvs1 {
    margin-top: 40px;
  }
}

.playcroco-wpx22f label,
.playcroco-wpx22f input {
  display: block;
  width: 100%;
}

.playcroco-wpx22f label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.playcroco-wpx22f label.playcroco-w4mqjw input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.playcroco-wpx22f label.playcroco-w4mqjw::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;
}

.playcroco-wpx22f 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;
}

.playcroco-wpx22f input::placeholder {
  color: var(--Text-400);
}

.playcroco-s0mw0k {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .playcroco-s0mw0k {
  display: flex;
}

.playcroco-s0mw0k ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .playcroco-s0mw0k ol {
    height: 420px;
    padding: 24px;
  }
}

.playcroco-s0mw0k ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.playcroco-5k453v {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .playcroco-5k453v {
    padding: 0 24px 24px;
  }
}

.playcroco-5k453v 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;
}

.playcroco-5k453v input::placeholder {
  color: var(--Text-400);
}

.playcroco-5k453v [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.playcroco-5k453v [type="submit"]:disabled {
  opacity: 0.5;
}

.playcroco-5k453v [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .playcroco-5k453v [type="submit"] {
    right: 40px;
  }
}

.playcroco-hhts83 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.playcroco-hhts83.playcroco-mu0ux5 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.playcroco-hhts83.playcroco-mu0ux5::before {
  content: "";
  width: 31px;
}

.playcroco-hhts83.playcroco-mu0ux5 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.playcroco-hhts83.playcroco-5hbe0z p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.playcroco-hhts83 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.playcroco-sbi0sq .playcroco-q2fui9 {
  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;
  }
}

.playcroco-aammeq {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .playcroco-aammeq {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .playcroco-aammeq {
    padding: 18px 0;
  }
}

.playcroco-aammeq .playcroco-gfdggb {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .playcroco-aammeq .playcroco-gfdggb {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.playcroco-h7d06z {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .playcroco-h7d06z {
    max-width: 160px;
    height: 40px;
  }
}

.playcroco-h7d06z picture,
.playcroco-h7d06z img {
  display: block;
  width: 100%;
  height: 100%;
}

.playcroco-h7d06z img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .playcroco-32je6x {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.playcroco-m5wja7 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .playcroco-aammeq.playcroco-8g0ljn .playcroco-32je6x {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .playcroco-32je6x {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .playcroco-32je6x {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.playcroco-k4da63,
.playcroco-httuup {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .playcroco-k4da63,
  .playcroco-httuup {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .playcroco-httuup {
    display: none;
  }
}

.playcroco-pnr4g2 {
  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;
}

.playcroco-8g0ljn .playcroco-pnr4g2 {
  background: var(--fh-bg-color);
}

.playcroco-pnr4g2 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .playcroco-pnr4g2 {
    display: none;
  }
}

.playcroco-eldazl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .playcroco-eldazl {
    display: none;
  }
}

.playcroco-17r61a {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.playcroco-aammeq.playcroco-8g0ljn .playcroco-17r61a:first-child {
  display: none;
}

.playcroco-aammeq.playcroco-8g0ljn .playcroco-17r61a:last-child {
  display: block;
}

.playcroco-17r61a:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .playcroco-17r61a {
    display: none;
  }
}

.playcroco-pi54xv {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .playcroco-pi54xv {
    display: flex;
  }
}

.playcroco-pi54xv ul {
  max-height: 350px;
  overflow-y: auto;
}

.playcroco-pi54xv:hover ul {
  visibility: visible;
  opacity: 1;
}

.playcroco-pi54xv:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.playcroco-pi54xv:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.playcroco-pi54xv:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.playcroco-pi54xv:hover .playcroco-yhsk1m svg {
  transform: rotate(180deg);
}

.playcroco-j4nj6i {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.playcroco-t6v07o {
  padding: 0 8px;
}

.playcroco-e4of6e {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.playcroco-e4of6e:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .playcroco-e4of6e {
    padding: 4px 8px;
  }
}

.playcroco-14yt0d {
  display: flex;
}

.playcroco-14yt0d img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.playcroco-yhsk1m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.playcroco-yhsk1m svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.playcroco-ox0krl {
  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) {
  .playcroco-ox0krl {
    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;
  }
}

.playcroco-8stvfa {
  width: 100%;
}

@media (min-width: 1200px) {
  .playcroco-8stvfa {
    display: none;
  }
}

.playcroco-gbryke {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.playcroco-6vjpcc {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.playcroco-7211ew {
  display: flex;
}

.playcroco-nwtrmk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.playcroco-qlz0or {
  list-style: none;
}

@media (max-width: 1199px) {
  .playcroco-qlz0or {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .playcroco-qlz0or {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .playcroco-qlz0or .playcroco-o9723r [data-ref-el],
  .playcroco-qlz0or .playcroco-o9723r span,
  .playcroco-qlz0or .playcroco-o9723r a {
    white-space: nowrap;
  }
}

.playcroco-lsr4rz {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .playcroco-lsr4rz.playcroco-m7r3tw > .playcroco-o9723r {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .playcroco-lsr4rz.playcroco-kn93p9:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .playcroco-lsr4rz.playcroco-m7r3tw > .playcroco-bmfyus {
    height: auto;
  }

  .playcroco-lsr4rz.playcroco-m7r3tw > div > .playcroco-rkekj9 {
    transform: rotate(180deg);
  }
}

.playcroco-lsr4rz [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.playcroco-lsr4rz [data-ref-el],
.playcroco-lsr4rz span {
  cursor: pointer;
}

.playcroco-lsr4rz [data-ref-el],
.playcroco-lsr4rz span,
.playcroco-lsr4rz a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .playcroco-lsr4rz [data-ref-el],
  .playcroco-lsr4rz span,
  .playcroco-lsr4rz a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .playcroco-lsr4rz [data-ref-el],
  .playcroco-lsr4rz span,
  .playcroco-lsr4rz a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.playcroco-bmfyus {
  height: 0;
  overflow: hidden;
  transition: height 0.playcroco-m5wja7 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.playcroco-bmfyus::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.playcroco-bmfyus::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.playcroco-bmfyus::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .playcroco-bmfyus {
    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;
  }

  .playcroco-bmfyus:has(> .playcroco-lsr4rz.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .playcroco-bmfyus .playcroco-bmfyus {
    padding: 0;
  }

  .playcroco-bmfyus .playcroco-lsr4rz {
    font-weight: 400;
  }

  .playcroco-bmfyus .playcroco-lsr4rz:hover > .playcroco-o9723r {
    background: var(--Neutral-300);
  }

  .playcroco-bmfyus .playcroco-rkekj9 {
    rotate: -90deg;
  }
}

.playcroco-o9723r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .playcroco-o9723r {
    padding: 8px;
  }

  .playcroco-lsr4rz.playcroco-m7793l > .playcroco-o9723r {
    background: var(--Neutral-300);
  }
}

.playcroco-rkekj9 {
  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.playcroco-t05ncl.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.playcroco-h4ol76 0.playcroco-oqxtlw.playcroco-y42diz -0.playcroco-3tz5qm 0.playcroco-nt2igc -0.playcroco-3tz5qm 1.playcroco-lahaey 0.playcroco-lb57hm.playcroco-878hnt 4.playcroco-e9tzka.playcroco-h4ol76 0.playcroco-2271nf.playcroco-gf02wq -0.playcroco-3tz5qm 9.playcroco-1i0nv5 -0.playcroco-3tz5qm 10.playcroco-27kk2m 0.playcroco-1g1ha5.playcroco-3mnyin 0.playcroco-y42diz 10.playcroco-3mnyin 0.playcroco-nt2igc 10.playcroco-27kk2m 1.playcroco-d4tqt9.playcroco-bphzx6 5.playcroco-lshdf0.playcroco-as10w9 6.playcroco-zvxvp6 5.playcroco-qs30n0 6.playcroco-zvxvp6 4.playcroco-z975dc 5.playcroco-x5sgc0.playcroco-h4ol76 1.playcroco-vqxrup.playcroco-3tz5qm 0.playcroco-nt2igc -0.playcroco-3tz5qm 0.playcroco-y42diz 0.playcroco-h4ol76 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.playcroco-m5wja7 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .playcroco-rkekj9 {
    cursor: default;
  }
}

.playcroco-cb9c8s {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.playcroco-b2zbam {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .playcroco-b2zbam {
    padding: 40px 4px;
  }
}

.playcroco-jbssxg {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .playcroco-jbssxg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.playcroco-b0xo4a {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .playcroco-b0xo4a {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.playcroco-b0xo4a ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.playcroco-b0xo4a [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.playcroco-b0xo4a [data-ref-el],
.playcroco-b0xo4a span,
.playcroco-b0xo4a a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.playcroco-t1jf1q {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .playcroco-t1jf1q {
    margin-bottom: 12px;
  }
}

.playcroco-w947e8 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.playcroco-w947e8 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .playcroco-w947e8:last-child {
    margin-right: 0;
  }
}

.playcroco-g9fdek {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.playcroco-t1jf1q:hover .playcroco-qbrttl {
  visibility: visible;
  opacity: 1;
}

.playcroco-qbrttl {
  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);
}

.playcroco-lhgc1i {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.playcroco-y9il10 {
  display: flex;
  margin: 6px;
}

.playcroco-y9il10 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.playcroco-qbrttl::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);
}

.playcroco-qbrttl::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);
}

.playcroco-esonry {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .playcroco-esonry {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.playcroco-qxkydv {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .playcroco-qxkydv {
    margin-right: 32px;
  }
}

.playcroco-bvdz81 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .playcroco-bvdz81 {
    margin-top: 0;
    width: 340px;
  }
}

.playcroco-bvdz81 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.playcroco-5ezja1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.playcroco-1hnnvo {
  position: relative;
}

@media (min-width: 768px) {
  .playcroco-1hnnvo {
    margin-top: 40px;
  }
}

.playcroco-1hnnvo + .playcroco-qsbanc,
.playcroco-1hnnvo + .playcroco-1hnnvo {
  margin-top: 24px;
}

.playcroco-y6gbqi {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .playcroco-y6gbqi {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .playcroco-y6gbqi {
    padding: 80px;
  }
}

.playcroco-67vsl4 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .playcroco-67vsl4 {
    padding: 0 16px;
}


}

.playcroco-ncnnv0 {
  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) {
  .playcroco-ncnnv0 {
    font-size: 48px;
    line-height: 56px;
  }
}

.playcroco-muoqah {
  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) {
  .playcroco-muoqah {
    font-size: 24px;
    line-height: 32px;
  }
}

.playcroco-dd8y4j {
  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;
}

.playcroco-dd8y4j:hover {
  background: var(--button-bg-hover);
}

.playcroco-xfrnoh {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.playcroco-xfrnoh img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .playcroco-xfrnoh img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .playcroco-xfrnoh img {
  min-height: 100%;
  }
}

.playcroco-y6gbqi::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.playcroco-c49elt {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.playcroco-c49elt h1,
.playcroco-c49elt h2,
.playcroco-c49elt h3,
.playcroco-c49elt h4 {
  margin-bottom: 6px;
}

.playcroco-c49elt h1:not(:first-child),
.playcroco-c49elt h2:not(:first-child),
.playcroco-c49elt h3:not(:first-child),
.playcroco-c49elt h4:not(:first-child) {
  margin-top: 16px;
}

.playcroco-c49elt h1,
.playcroco-c49elt h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .playcroco-c49elt h1,
  .playcroco-c49elt h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.playcroco-c49elt h2,
.playcroco-c49elt h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .playcroco-c49elt h2,
  .playcroco-c49elt h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.playcroco-c49elt h3,
.playcroco-c49elt h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .playcroco-c49elt h3,
  .playcroco-c49elt h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.playcroco-c49elt h4,
.playcroco-c49elt h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.playcroco-c49elt ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.playcroco-c49elt ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.playcroco-c49elt 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);
}

.playcroco-c49elt ul ul {
  margin-bottom: 8px;
}

.playcroco-c49elt ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.playcroco-c49elt ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.playcroco-c49elt ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.playcroco-c49elt ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.playcroco-c49elt ol li::marker {
  font-weight: 700;
}

.playcroco-c49elt ol ol {
  margin-bottom: 8px;
}

.playcroco-c49elt ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.playcroco-c49elt ol ul li {
  padding-left: 16px;
}

.playcroco-c49elt 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) {
  .playcroco-c49elt table {
    padding: 24px;
  }
}

.playcroco-c49elt table.playcroco-kdenq6 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.playcroco-m5wja7,
    mask-image 0.3s;
}

.playcroco-c49elt table.playcroco-kdenq6.playcroco-k5blhd {
  -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) {
  .playcroco-c49elt table {
    display: table;
  }
}

.playcroco-c49elt 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);
}

.playcroco-c49elt table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.playcroco-c49elt table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.playcroco-c49elt 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) {
  .playcroco-c49elt table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.playcroco-c49elt table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.playcroco-c49elt table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.playcroco-c49elt table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.playcroco-c49elt img {
  max-width: 100%;
  height: auto;
}

.playcroco-nah7w8 {
  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) {
  .playcroco-nah7w8 {
    padding: 24px;
  }
}

.playcroco-uln96z {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .playcroco-uln96z {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.playcroco-uln96z > * {
  margin: 0 !important;
}

.playcroco-uln96z img,
.playcroco-zhfkhz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playcroco-uln96z img,
  .playcroco-zhfkhz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playcroco-neeliy {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playcroco-neeliy {
    width: 32px;
    height: 32px;
  }
}

.playcroco-2qhiyf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.playcroco-2qhiyf .playcroco-81ftxh {
  flex-shrink: 0;
}

.playcroco-2qhiyf .playcroco-ywvt5d svg {
  display: none;
}

.playcroco-7mfowy {
  display: grid;
  transition: max-height 0.playcroco-m5wja7 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .playcroco-7mfowy {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .playcroco-7mfowy {
    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));
  }
}

.playcroco-7mfowy.playcroco-fba1gj + .playcroco-81ftxh svg {
  transform: rotate(180deg);
}

.playcroco-5wlnpp {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.playcroco-5wlnpp > div:nth-child(3n) {
  grid-column: span 2;
}

.playcroco-5wlnpp
  > div:nth-child(3n)
  .playcroco-lir6gs
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .playcroco-5wlnpp {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .playcroco-5wlnpp > div:nth-child(3n) {
    grid-column: unset;
  }

  .playcroco-5wlnpp
    > div:nth-child(3n)
    .playcroco-lir6gs
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .playcroco-5wlnpp {
    max-width: 270px;
  }
}

.playcroco-5wlnpp .playcroco-lir6gs button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .playcroco-5wlnpp .playcroco-lir6gs button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .playcroco-5wlnpp .playcroco-lir6gs button {
    max-width: 104px;
  }
}

.playcroco-8hn007 {
  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) {
  .playcroco-8hn007 {
    margin-bottom: 0;
  }
}

.playcroco-axfrb0 {
  display: none;
  opacity: 0;
}

.playcroco-wbhwi9 {
  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;
  }
}

.playcroco-wbhwi9 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.playcroco-lir6gs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.playcroco-lir6gs button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .playcroco-lir6gs
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .playcroco-lir6gs
    button {
    max-width: 145px;
  }
}

.playcroco-ofnjkm:first-child
  .playcroco-lir6gs
  button {
  max-width: 270px;
}

.playcroco-60lv90 {
  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%;
}

.playcroco-8hn007 picture {
  width: 100%;
  max-width: 100%;
}

.playcroco-kgxjo1 {
  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;
}

.playcroco-kgxjo1 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.playcroco-8hn007:hover .playcroco-kgxjo1 {
  display: flex;
}

.playcroco-vsxekp {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.playcroco-5ay777 {
  display: flex;
}

.playcroco-5ay777:hover .playcroco-2aquiq,
.playcroco-5ay777 .playcroco-m7793l .playcroco-2aquiq {
  display: flex;
}

.playcroco-5ay777 svg {
  flex-shrink: 0;
}

.playcroco-2aquiq {
  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) {
  .playcroco-2aquiq {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.playcroco-2aquiq:hover {
  display: flex;
}

.playcroco-2aquiq svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.playcroco-jzm182 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .playcroco-jzm182 {
    font-size: 12px;
  }
}

.playcroco-ogx8pi,
.playcroco-tsew61 {
  width: 50%;
  flex-shrink: 0;
}

.playcroco-ogx8pi {
  font-weight: 700;
}

.playcroco-8cfjlr .playcroco-7mfowy {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .playcroco-8cfjlr .playcroco-7mfowy {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .playcroco-8cfjlr .playcroco-7mfowy {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.playcroco-8cfjlr
  .playcroco-60lv90:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.playcroco-8cfjlr .playcroco-wbhwi9 {
  height: 100% !important;
  border-radius: 16px;
}

.playcroco-8cfjlr .playcroco-lir6gs {
  gap: 4px;
  align-items: center;
}

.playcroco-8cfjlr .playcroco-lir6gs button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.playcroco-8cfjlr .playcroco-lir6gs svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.playcroco-8cfjlr .playcroco-w8hcpx,
.playcroco-8cfjlr .playcroco-yopjpf {
  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.playcroco-t05ncl.org/2000/svg'%3E%3Cpath d='M9.playcroco-djhq9s 4.playcroco-9jd8h5.playcroco-rjmf23 5.playcroco-7f0g8o.playcroco-d9vi41 5.playcroco-0yuu51.playcroco-wqsnm5 5.playcroco-a7v0eq.playcroco-23jg9p 8.playcroco-hhi7t8.playcroco-tc3ene 9.playcroco-wfrd07.playcroco-bzqo5y 9.playcroco-zlyzct.playcroco-b8i31x 13.playcroco-a6k70a.playcroco-b00vc5 11.playcroco-4p5tar.playcroco-jiz1qh 11.playcroco-h41lgb.playcroco-5x27lv 11.playcroco-kwx2bf.playcroco-uv16ia 13.playcroco-y3rilt.playcroco-dbyr2l 9.playcroco-zv302t.playcroco-xb4rg2 9.playcroco-ay9g3o.playcroco-j3vsj1 8.playcroco-wdpte9.playcroco-kpsnjh 5.playcroco-buyapq.playcroco-dyi31t 5.playcroco-nlij9u.playcroco-k5kmul 5.playcroco-al9brw.playcroco-62cvke 4.playcroco-048mo8.playcroco-jiz1qh 1.playcroco-otso0b.playcroco-djhq9s 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.playcroco-8cfjlr .playcroco-w8hcpx {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.playcroco-8cfjlr .playcroco-yopjpf {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.playcroco-vwwx2c {
  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) {
  .playcroco-vwwx2c {
    padding: 24px;
  }
}

.playcroco-vwwx2c .playcroco-81ftxh {
  display: flex;
}

@media (min-width: 768px) {
  .playcroco-vwwx2c .playcroco-81ftxh {
    display: none;
  }
}

.playcroco-vwwx2c .playcroco-ywvt5d svg {
  display: none;
}

.playcroco-rvv2w3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.playcroco-rvv2w3 .playcroco-n6kuzt {
  display: none;
}

@media (min-width: 768px) {
  .playcroco-rvv2w3 .playcroco-n6kuzt {
    display: flex;
  }
}

.playcroco-knpy9d {
  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) {
  .playcroco-knpy9d {
    font-size: 40px;
    line-height: 48px;
  }
}

.playcroco-knpy9d > * {
  margin: 0 !important;
}

.playcroco-knpy9d img,
.playcroco-lz5vf7 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playcroco-knpy9d img,
  .playcroco-lz5vf7 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playcroco-q1mmau {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playcroco-q1mmau {
    width: 32px;
    height: 32px;
  }
}

.playcroco-ueg4l0 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .playcroco-ueg4l0 {
    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;
  }

  .playcroco-ueg4l0::-webkit-scrollbar {
    display: none;
  }
}

.playcroco-vs4q40 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .playcroco-vs4q40 {
    padding: 7px 15px;
  }
}

.playcroco-vs4q40:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.playcroco-wardm4 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .playcroco-wardm4 {
    display: flex;
    opacity: 1;
  }
}

.playcroco-vs4q40 picture {
  height: 100%;
  display: block;
}

.playcroco-vs4q40 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .playcroco-vs4q40 img {
    width: 88px;
    height: 44px;
  }
}

.playcroco-vs4q40 p {
  text-align: center;
  width: 100%;
}

.playcroco-f6ixzl {
  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) {
  .playcroco-f6ixzl {
    font-size: 40px;
    line-height: 48px;
  }
}

.playcroco-f6ixzl img,
.playcroco-dbv53o {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playcroco-f6ixzl img,
  .playcroco-dbv53o {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playcroco-bs5ldq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playcroco-bs5ldq {
    width: 32px;
    height: 32px;
  }
}

.playcroco-4ece9q {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.playcroco-mxk10h {
  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;
}

.playcroco-u17hpf {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.playcroco-u17hpf.playcroco-m7793l {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.playcroco-c9u9be {
  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) {
  .playcroco-c9u9be {
    font-size: 20px;
    line-height: 28px;
  }
}

.playcroco-ugdvhk {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.playcroco-pg4jkn {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.playcroco-m5wja7 ease;
  opacity: 0;
  color: var(--text-color);
}

.playcroco-jtylzr {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.playcroco-jtylzr ol,
.playcroco-jtylzr ul {
  padding-left: 1.3em;
}

.playcroco-u17hpf.playcroco-m7793l .playcroco-pg4jkn {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.playcroco-u17hpf.playcroco-m7793l .playcroco-ugdvhk {
  transform: rotate(180deg);
  color: var(--text-color);
}

.playcroco-8fbwha {
  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) {
  .playcroco-8fbwha {
    padding: 24px;
  }
}

.playcroco-8fbwha .playcroco-81ftxh {
  display: flex;
}

@media (min-width: 768px) {
  .playcroco-8fbwha .playcroco-81ftxh {
    display: none;
  }
}

.playcroco-8fbwha .playcroco-ywvt5d svg {
  display: none;
}

.playcroco-t4em2h {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.playcroco-t4em2h .playcroco-n6kuzt {
  display: none;
}

@media (min-width: 768px) {
  .playcroco-t4em2h .playcroco-n6kuzt {
    display: flex;
  }
}

.playcroco-4u3d1m {
  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) {
  .playcroco-4u3d1m {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.playcroco-4u3d1m > * {
  margin: 0 !important;
}

.playcroco-4u3d1m img,
.playcroco-rcr8vu {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playcroco-4u3d1m img,
  .playcroco-rcr8vu {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playcroco-cwuqu4 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playcroco-cwuqu4 {
    width: 32px;
    height: 32px;
  }
}

.playcroco-zli639 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .playcroco-zli639 {
    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;
  }

  .playcroco-zli639::-webkit-scrollbar {
    display: none;
  }
}

.playcroco-8i4msp {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.playcroco-8i4msp:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.playcroco-cvk4pv {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .playcroco-cvk4pv {
    display: flex;
    opacity: 1;
  }
}

.playcroco-8i4msp picture {
  width: auto;
  height: 100%;
  display: block;
}

.playcroco-8i4msp picture img {
  display: block;
  width: auto;
  height: 100%;
}

.playcroco-fh6tgt {
  margin: -24px 0;
}

.playcroco-fh6tgt:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .playcroco-fh6tgt {
    margin: -16px 0;
  }
}

.playcroco-7v00o6 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .playcroco-7v00o6 {
    flex-direction: row;
  }
}

.playcroco-0eztsf {
  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) {
  .playcroco-0eztsf {
    flex: 1;
  }
}

.playcroco-0eztsf::placeholder {
  color: var(--Text-400);
}

.playcroco-tub6q5 {
  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;
}

.playcroco-8n0t7q {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.playcroco-8n0t7q::-webkit-scrollbar {
  display: none;
}

.playcroco-90aw6a {
  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;
}

.playcroco-90aw6a img,
.playcroco-90aw6a svg {
  margin-right: 8px;
}

.playcroco-0wzo4c {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.playcroco-fh6tgt + .playcroco-woebid {
  margin-top: 0;
}

@media (min-width: 768px) {
  .playcroco-fh6tgt + .playcroco-woebid {
    margin-top: -16px;
  }
}

.playcroco-vim0i6 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.playcroco-vim0i6 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.playcroco-vim0i6 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.playcroco-eby2rh {
  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;
}

.playcroco-wa6lnb {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.playcroco-mkxt4e {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.playcroco-2tzqy6 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.playcroco-i891gg {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.playcroco-eby2rh 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;
}

.playcroco-eby2rh 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) {
  .playcroco-eby2rh {
    padding: 39px 179px 39px 39px;
  }

  .playcroco-wa6lnb {
    font-size: 40px;
    line-height: 48px;
  }

  .playcroco-i891gg {
    height: 348px;
  }

  .playcroco-eby2rh button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .playcroco-eby2rh button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .playcroco-eby2rh {
    padding: 63px;
  }
}

.playcroco-vbqley {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .playcroco-vbqley {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.playcroco-e6bp86 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .playcroco-e6bp86 {
    width: auto;
  }
}

.playcroco-7qcyea {
  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;
}

.playcroco-7qcyea::-webkit-scrollbar {
  display: none;
}

.playcroco-7qcyea 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);
}

.playcroco-7qcyea a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .playcroco-7qcyea {
    margin-left: 16px;
    margin-top: 0;
  }
}

.playcroco-vbqley .playcroco-p9gwz2 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.playcroco-m5wja7,
    mask-image 0.3s;
}

.playcroco-vbqley .playcroco-p9gwz2.playcroco-k5blhd {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.playcroco-gyzfah {
  margin: 40px -16px;
}

.playcroco-6hvu95 + .playcroco-qsbanc,
.playcroco-6hvu95 + .playcroco-1hnnvo {
  margin-top: 24px;
}

.playcroco-ryrxqu {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.playcroco-ryrxqu picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.playcroco-rsgku4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .playcroco-rsgku4 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .playcroco-rsgku4 {
    margin-top: 0;
  }
}

.playcroco-cmezpc {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .playcroco-cmezpc {
    font-size: 24px;
    line-height: 32px;
  }
}

.playcroco-e0zjyc {
  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) {
  .playcroco-e0zjyc {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.playcroco-9iyumd {
  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) {
  .playcroco-9iyumd {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.playcroco-v94i84 {
  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) {
  .playcroco-v94i84 {
    font-size: 20px;
    line-height: 28px;
  }
}

.playcroco-5wukgy {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .playcroco-5wukgy {
    font-size: 32px;
    line-height: 40px;
  }
}

.playcroco-n2zty9 {
  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;
}

.playcroco-jjwkx6 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.playcroco-jjwkx6 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.playcroco-woebid {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.playcroco-77tv80 {
  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) {
  .playcroco-77tv80 {
    padding: 15px 48px;
  }
}

main > .playcroco-woebid {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .playcroco-7mfowy.playcroco-76nrc5 > div:nth-child(n+5) {
    display: none;
  }
}

.playcroco-c49elt p a img {
  display: block;
  margin: 0 auto;
}


.playcroco-r5fyf1 {
  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 */
.playcroco-ne0hh9 {
  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;
}

.playcroco-ne0hh9 label {
  font-size: 14px;
}

.playcroco-ne0hh9 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.playcroco-ne0hh9 input,
.playcroco-ne0hh9 textarea,
.playcroco-ne0hh9 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;
}
.playcroco-ne0hh9 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.playcroco-pgsuxb ease;
}
.playcroco-ne0hh9 button:hover {
  background-color: var(--button-bg-hover);
}
.playcroco-8wc57h {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.playcroco-45zgrc ease-in;
}

.playcroco-8wc57h 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;
}
.playcroco-5b1qdc, .playcroco-8bhdrj, [class*="review-card"],
thead, thead th, table th, .playcroco-jhmki4,
.playcroco-9zva81, [class*="collapsible-header"],
.playcroco-smlogq, [class*="updated-block"] {
  color: #ece7dc !important;
}
