* {
  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;
  }
}

.playzilla-bxuiod {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .playzilla-bxuiod {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .playzilla-bxuiod {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.playzilla-z1lsqo {
  overflow: hidden;
}

.playzilla-ttk13h img {
  background: var(--Neutral-300);
}

.playzilla-tfkib9 {
  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;
}

.playzilla-s9i3uy {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.playzilla-s9i3uy:hover {
  background: var(--button-bg-hover);
}

.playzilla-iat57v {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.playzilla-iat57v:hover {
  background: var(--button-bg-hover);
}

.playzilla-51ifoi {
  font-size: 12px;
  line-height: 18px;
}

.playzilla-11cu8k {
  font-size: 18px;
  line-height: 26px;
}

.playzilla-qa40fu {
  width: 100%;
}

.playzilla-7o05jq {
  padding: 6px 16px;
}

.playzilla-jwh1xe {
  padding: 10px 16px;
}

.playzilla-esdi27 {
  padding: 15px 26px;
}

.playzilla-5qk2ov {
  flex-shrink: 0;
}

.playzilla-ufthnb {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.playzilla-na3m7o {
  display: none;
}

.playzilla-kicsfr {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.playzilla-of31ec {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.playzilla-ch6d94 {
  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;
}

.playzilla-ruvh64 {
  cursor: grab;
}

.playzilla-ch6d94::-webkit-scrollbar {
  display: none;
}

.playzilla-2wczgd {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.playzilla-ub1eem {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.playzilla-qfam89 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.playzilla-xxlayh {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.playzilla-60kpg6 {
  visibility: visible;
}

.playzilla-nl37th {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.playzilla-tyt637 ease;
}

.playzilla-ccx5kz {
  background-color: var(--Primary-200);
  width: 16px;
}

.playzilla-6a4ko7 {
  -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.playzilla-tyt637,
    mask-image 0.3s;
}

.playzilla-6a4ko7.playzilla-labh4u {
  -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;
  }
}

.playzilla-88f1s7: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;
}

.playzilla-bv0qkz {
  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.playzilla-zwtnrf.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.playzilla-zwtnrf.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;
}

.playzilla-so74q0 {
  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);
}

.playzilla-so74q0::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%
  );
}

.playzilla-er2pvq {
  position: relative;
  z-index: 1;
}

.playzilla-2ixo28 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.playzilla-j5ovbu {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.playzilla-2009z2 {
  font-size: 40px;
  line-height: 48px;
}

.playzilla-rd27y2 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.playzilla-5hmzh7 {
  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;
}

.playzilla-5hmzh7:hover {
  background: var(--Primary-400);
}

.playzilla-5hmzh7 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.playzilla-88f1s7 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) {
  .playzilla-so74q0 {
    max-width: 600px;
    padding: 64px;
  }

  .playzilla-2ixo28 {
    font-size: 24px;
    line-height: 32px;
  }

  .playzilla-j5ovbu {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .playzilla-2009z2 {
    font-size: 50px;
    line-height: 56px;
  }

  .playzilla-rd27y2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .playzilla-bv0qkz {
    top: 25px;
    right: 25px;
  }
}

.playzilla-0tjlym,
.playzilla-kqxurg {
  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;
}

.playzilla-80zudb.playzilla-ou8j5h::before,
.playzilla-kqxurg::before,
.playzilla-4upw4j::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.playzilla-zwtnrf.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.playzilla-r0rc69 14.playzilla-tvrbb5.playzilla-peaudv 14.playzilla-p9ex2y 15.playzilla-8te56q 14.playzilla-ykukxc 15.playzilla-gb7ia7 14.playzilla-dc9vst.playzilla-vucd05 14.playzilla-6pdaqb 19.playzilla-qcevex 12.playzilla-jx9iny 19.playzilla-qcevex 10.playzilla-mdrxyi.playzilla-qcevex 8.playzilla-onvkds 17.playzilla-g7f1x2 7.playzilla-2j8j6u 15.playzilla-cc28a4 7.playzilla-8x2j0h.playzilla-jz4wk8 7.playzilla-2j8j6u 11.playzilla-p5dvfh 8.playzilla-onvkds 11.playzilla-p5dvfh 10.playzilla-0jm2pv.playzilla-p5dvfh 12.playzilla-lhg5sz 13.playzilla-14e6rn 14.playzilla-4dryxd 15.playzilla-fps13v 14.playzilla-vjqk1w.playzilla-v0gm88 14.playzilla-rt7e31 15.playzilla-p2zgfq 14.playzilla-b897do 15.playzilla-oyj394 14.playzilla-qrf1i7.playzilla-r0rc69 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.playzilla-brnic6 15.playzilla-kk813s.playzilla-up36cz 15.playzilla-mm0c8q 15.playzilla-x8ls11 15.playzilla-zj4fbn 15.playzilla-1qjbv1 15.playzilla-p0f7fq.playzilla-hj1ydp 15.playzilla-zj4fbn 15.playzilla-8yvljr 15.playzilla-uydyuu 15.playzilla-xxmnwl 15.playzilla-xpybf6.playzilla-re25x9 15.playzilla-4siz6t 7.playzilla-h2u7ld 18.playzilla-wgqd1i 7.playzilla-xrylfe 23.playzilla-otgw0h.playzilla-ji08wg.playzilla-zgo3hz 18.playzilla-ttturu 19.playzilla-ujo4lv 15.playzilla-ufy0jg 15.playzilla-brnic6 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.playzilla-t58ov7 [type="submit"] *,
.playzilla-db7mj9 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .playzilla-vs4zoc {
    display: none;
  }
}

.playzilla-1et3e0 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .playzilla-1et3e0 {
  display: none;
}

@media (min-width: 768px) {
  .playzilla-1et3e0 {
    bottom: 22px;
  }
}

.playzilla-1et3e0 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .playzilla-1et3e0 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.playzilla-n9ki36.static) .playzilla-1et3e0 {
    bottom: 8px;
  }
}

.playzilla-dtl1hr {
  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.playzilla-zwtnrf.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.playzilla-32i0hi 3.playzilla-fbbgp6.playzilla-75qnlt.playzilla-qfo327 3.playzilla-ii61d4 3.playzilla-5ta3lt 5.playzilla-b29wnv 3.playzilla-5ta3lt 8.playzilla-61spc9.playzilla-jfxppd.playzilla-5ta3lt 26.playzilla-eihcvr 5.playzilla-0dgc1w 28.playzilla-qe6iha 8.playzilla-jzwoyb 28.playzilla-yctmnf.playzilla-3fsu8n 28.playzilla-agyljl.playzilla-g093cp 34.playzilla-onnyuc.playzilla-x43mki 36.playzilla-h4ab3a 11.playzilla-seax78 37.playzilla-obmk5f 12.playzilla-d3unyo 36.playzilla-zxmjqo.playzilla-k8ltgj 28.playzilla-vl6jka.playzilla-y7zg5d.playzilla-pswcbq 28.playzilla-5ahhbb 36.playzilla-25hadm 26.playzilla-f2dov3 36.playzilla-25hadm 23.playzilla-cd9vpk.playzilla-cwxroy.playzilla-25hadm 5.playzilla-cpxzgg 34.playzilla-k6s6gx 3.playzilla-ii61d4 31.playzilla-32i0hi 3.playzilla-dlaydd.playzilla-x2xtms 18.playzilla-oxne5z.playzilla-wt26bv 18.playzilla-r3do9c 8.playzilla-27a2ij 17.playzilla-190z69 8.playzilla-27a2ij 15.playzilla-snhzxk.playzilla-27a2ij 14.playzilla-0vgzcu 9.playzilla-wt26bv 13.playzilla-62wyrx 11.playzilla-x2xtms 13.playzilla-97owxf.playzilla-dqkcbt 13.playzilla-62wyrx 13.playzilla-8c6g79 14.playzilla-0vgzcu 13.playzilla-8c6g79 15.playzilla-5q8vkd.playzilla-8c6g79 17.playzilla-190z69 12.playzilla-dqkcbt 18.playzilla-r3do9c 11.playzilla-x2xtms 18.playzilla-04el95.playzilla-6eq92g 18.playzilla-g7q1x2.playzilla-qkkmmk 18.playzilla-r3do9c 17.playzilla-n3m5qt 17.playzilla-190z69 17.playzilla-n3m5qt 15.playzilla-ocfcmv.playzilla-n3m5qt 14.playzilla-0vgzcu 18.playzilla-qkkmmk 13.playzilla-62wyrx 20.playzilla-6eq92g 13.playzilla-hldsxb.playzilla-iorno5 13.playzilla-62wyrx 22.playzilla-84jtkv 14.playzilla-0vgzcu 22.playzilla-84jtkv 15.playzilla-xp74tw.playzilla-xbxgm8 17.playzilla-190z69 21.playzilla-iorno5 18.playzilla-r3do9c 20.playzilla-6eq92g 18.playzilla-v06qqi.playzilla-586xwh 18.playzilla-di96hq.playzilla-6idtw1 18.playzilla-r3do9c 26.playzilla-g3ryx9 17.playzilla-190z69 26.playzilla-g3ryx9 15.playzilla-oymtqs.playzilla-g3ryx9 14.playzilla-0vgzcu 27.playzilla-6idtw1 13.playzilla-62wyrx 28.playzilla-586xwh 13.playzilla-6fbbi6.playzilla-5ejl9f 13.playzilla-62wyrx 31.playzilla-0dk0je 14.playzilla-0vgzcu 31.playzilla-0dk0je 15.playzilla-t86zzx.playzilla-g3ryx9 17.playzilla-190z69 30.playzilla-5ejl9f 18.playzilla-r3do9c 28.playzilla-586xwh 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"])
    .playzilla-dtl1hr {
    display: none;
  }
}

.playzilla-9sndl1 {
  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) {
  .playzilla-9sndl1 {
    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;
}

.playzilla-db7mj9 {
  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) {
  .playzilla-db7mj9 {
    padding: 14px 16px;
  }
}

.playzilla-db7mj9 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.playzilla-db7mj9 button:first-child {
  align-content: end;
}

.playzilla-db7mj9 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .playzilla-db7mj9
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .playzilla-db7mj9
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.playzilla-db7mj9 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.playzilla-db7mj9 button:last-child svg {
  width: 38px;
  height: 38px;
}

.playzilla-4upw4j {
  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;
}

.playzilla-4upw4j::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .playzilla-4upw4j,
.pc61d126-chatbot[data-active-screen="3"]
  .playzilla-4upw4j {
  opacity: 1;
  visibility: visible;
}

.playzilla-knrgzy {
  flex: 1 1;
}

.playzilla-tqxb7e {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .playzilla-tqxb7e {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .playzilla-197wct {
  display: block;
}

.playzilla-8d9t5j {
  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) {
  .playzilla-8d9t5j {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.playzilla-kqxurg {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.playzilla-kqxurg::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.playzilla-4ci579 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.playzilla-4ci579 p {
  color: var(--Text-100);
}

.playzilla-kqxurg .playzilla-zktddg {
  grid-area: button;
}

.playzilla-kqxurg .playzilla-zktddg::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.playzilla-zwtnrf.org/2000/svg'%3E%3Cpath d='M4.playzilla-f29equ 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.playzilla-fe131g 15L16.playzilla-fe131g 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.playzilla-fe131g 5L16.playzilla-fe131g 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .playzilla-dizxng {
  display: block;
}

.playzilla-ufbb7t {
  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) {
  .playzilla-ufbb7t {
    margin-top: 40px;
  }
}

.playzilla-0tjlym label,
.playzilla-0tjlym input {
  display: block;
  width: 100%;
}

.playzilla-0tjlym label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.playzilla-0tjlym label.playzilla-1vpvj0 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.playzilla-0tjlym label.playzilla-1vpvj0::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;
}

.playzilla-0tjlym 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;
}

.playzilla-0tjlym input::placeholder {
  color: var(--Text-400);
}

.playzilla-4ahvsh {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .playzilla-4ahvsh {
  display: flex;
}

.playzilla-4ahvsh ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .playzilla-4ahvsh ol {
    height: 420px;
    padding: 24px;
  }
}

.playzilla-4ahvsh ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.playzilla-t58ov7 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .playzilla-t58ov7 {
    padding: 0 24px 24px;
  }
}

.playzilla-t58ov7 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;
}

.playzilla-t58ov7 input::placeholder {
  color: var(--Text-400);
}

.playzilla-t58ov7 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.playzilla-t58ov7 [type="submit"]:disabled {
  opacity: 0.5;
}

.playzilla-t58ov7 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .playzilla-t58ov7 [type="submit"] {
    right: 40px;
  }
}

.playzilla-80zudb {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.playzilla-80zudb.playzilla-ou8j5h {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.playzilla-80zudb.playzilla-ou8j5h::before {
  content: "";
  width: 31px;
}

.playzilla-80zudb.playzilla-ou8j5h p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.playzilla-80zudb.playzilla-sk3b5s p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.playzilla-80zudb p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.playzilla-1et3e0 .playzilla-zktddg {
  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;
  }
}

.playzilla-vs4zoc {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .playzilla-vs4zoc {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .playzilla-vs4zoc {
    padding: 18px 0;
  }
}

.playzilla-vs4zoc .playzilla-bxuiod {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .playzilla-vs4zoc .playzilla-bxuiod {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.playzilla-t6vvlq {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .playzilla-t6vvlq {
    max-width: 160px;
    height: 40px;
  }
}

.playzilla-t6vvlq picture,
.playzilla-t6vvlq img {
  display: block;
  width: 100%;
  height: 100%;
}

.playzilla-t6vvlq img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .playzilla-d9q1zx {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.playzilla-tyt637 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .playzilla-vs4zoc.playzilla-ys7ely .playzilla-d9q1zx {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .playzilla-d9q1zx {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .playzilla-d9q1zx {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.playzilla-3lmz4s,
.playzilla-9mc2d7 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .playzilla-3lmz4s,
  .playzilla-9mc2d7 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .playzilla-9mc2d7 {
    display: none;
  }
}

.playzilla-u3iv0h {
  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;
}

.playzilla-ys7ely .playzilla-u3iv0h {
  background: var(--fh-bg-color);
}

.playzilla-u3iv0h button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .playzilla-u3iv0h {
    display: none;
  }
}

.playzilla-hscs9x {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .playzilla-hscs9x {
    display: none;
  }
}

.playzilla-bmk9lq {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.playzilla-vs4zoc.playzilla-ys7ely .playzilla-bmk9lq:first-child {
  display: none;
}

.playzilla-vs4zoc.playzilla-ys7ely .playzilla-bmk9lq:last-child {
  display: block;
}

.playzilla-bmk9lq:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .playzilla-bmk9lq {
    display: none;
  }
}

.playzilla-qmdxl0 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .playzilla-qmdxl0 {
    display: flex;
  }
}

.playzilla-qmdxl0 ul {
  max-height: 350px;
  overflow-y: auto;
}

.playzilla-qmdxl0:hover ul {
  visibility: visible;
  opacity: 1;
}

.playzilla-qmdxl0:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.playzilla-qmdxl0:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.playzilla-qmdxl0:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.playzilla-qmdxl0:hover .playzilla-oad11t svg {
  transform: rotate(180deg);
}

.playzilla-0ko2mn {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.playzilla-guu9es {
  padding: 0 8px;
}

.playzilla-f2f5ow {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.playzilla-f2f5ow:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .playzilla-f2f5ow {
    padding: 4px 8px;
  }
}

.playzilla-hck07m {
  display: flex;
}

.playzilla-hck07m img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.playzilla-oad11t {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.playzilla-oad11t svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.playzilla-xw6hjq {
  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) {
  .playzilla-xw6hjq {
    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;
  }
}

.playzilla-5e7a06 {
  width: 100%;
}

@media (min-width: 1200px) {
  .playzilla-5e7a06 {
    display: none;
  }
}

.playzilla-rjoxef {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.playzilla-69eu8y {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.playzilla-stciqy {
  display: flex;
}

.playzilla-0p3wa2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.playzilla-9e6lxo {
  list-style: none;
}

@media (max-width: 1199px) {
  .playzilla-9e6lxo {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .playzilla-9e6lxo {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .playzilla-9e6lxo .playzilla-sfcubc [data-ref-el],
  .playzilla-9e6lxo .playzilla-sfcubc span,
  .playzilla-9e6lxo .playzilla-sfcubc a {
    white-space: nowrap;
  }
}

.playzilla-2t2qra {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .playzilla-2t2qra.playzilla-fxt214 > .playzilla-sfcubc {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .playzilla-2t2qra.playzilla-w0u1gx:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .playzilla-2t2qra.playzilla-fxt214 > .playzilla-cahm3c {
    height: auto;
  }

  .playzilla-2t2qra.playzilla-fxt214 > div > .playzilla-azxzea {
    transform: rotate(180deg);
  }
}

.playzilla-2t2qra [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.playzilla-2t2qra [data-ref-el],
.playzilla-2t2qra span {
  cursor: pointer;
}

.playzilla-2t2qra [data-ref-el],
.playzilla-2t2qra span,
.playzilla-2t2qra a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .playzilla-2t2qra [data-ref-el],
  .playzilla-2t2qra span,
  .playzilla-2t2qra a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .playzilla-2t2qra [data-ref-el],
  .playzilla-2t2qra span,
  .playzilla-2t2qra a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.playzilla-cahm3c {
  height: 0;
  overflow: hidden;
  transition: height 0.playzilla-tyt637 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.playzilla-cahm3c::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.playzilla-cahm3c::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.playzilla-cahm3c::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .playzilla-cahm3c {
    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;
  }

  .playzilla-cahm3c:has(> .playzilla-2t2qra.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .playzilla-cahm3c .playzilla-cahm3c {
    padding: 0;
  }

  .playzilla-cahm3c .playzilla-2t2qra {
    font-weight: 400;
  }

  .playzilla-cahm3c .playzilla-2t2qra:hover > .playzilla-sfcubc {
    background: var(--Neutral-300);
  }

  .playzilla-cahm3c .playzilla-azxzea {
    rotate: -90deg;
  }
}

.playzilla-sfcubc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .playzilla-sfcubc {
    padding: 8px;
  }

  .playzilla-2t2qra.playzilla-l4qf0x > .playzilla-sfcubc {
    background: var(--Neutral-300);
  }
}

.playzilla-azxzea {
  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.playzilla-zwtnrf.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.playzilla-o8s4nb 0.playzilla-bl5zs3.playzilla-kyoumw -0.playzilla-l1slr5 0.playzilla-tmi8b1 -0.playzilla-l1slr5 1.playzilla-37rt3a 0.playzilla-ekemv8.playzilla-989b5z 4.playzilla-wztx7i.playzilla-o8s4nb 0.playzilla-xepv4f.playzilla-jrioyg -0.playzilla-l1slr5 9.playzilla-nz6oi2 -0.playzilla-l1slr5 10.playzilla-2uskam 0.playzilla-ipsqk1.playzilla-2rsjep 0.playzilla-kyoumw 10.playzilla-2rsjep 0.playzilla-tmi8b1 10.playzilla-2uskam 1.playzilla-fcw0rr.playzilla-uhm6nl 5.playzilla-qorb6a.playzilla-835n2b 6.playzilla-2j7l8q 5.playzilla-r5dffq 6.playzilla-2j7l8q 4.playzilla-v743ar 5.playzilla-5lsw0y.playzilla-o8s4nb 1.playzilla-nn1enh.playzilla-l1slr5 0.playzilla-tmi8b1 -0.playzilla-l1slr5 0.playzilla-kyoumw 0.playzilla-o8s4nb 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.playzilla-tyt637 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .playzilla-azxzea {
    cursor: default;
  }
}

.playzilla-bhpb0j {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.playzilla-qe1ioc {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .playzilla-qe1ioc {
    padding: 40px 4px;
  }
}

.playzilla-8i5shs {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .playzilla-8i5shs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.playzilla-idt16o {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .playzilla-idt16o {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.playzilla-idt16o ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.playzilla-idt16o [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.playzilla-idt16o [data-ref-el],
.playzilla-idt16o span,
.playzilla-idt16o a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.playzilla-9ru2n9 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .playzilla-9ru2n9 {
    margin-bottom: 12px;
  }
}

.playzilla-o9il8v {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.playzilla-o9il8v img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .playzilla-o9il8v:last-child {
    margin-right: 0;
  }
}

.playzilla-5gv4vv {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.playzilla-9ru2n9:hover .playzilla-j9ie4k {
  visibility: visible;
  opacity: 1;
}

.playzilla-j9ie4k {
  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);
}

.playzilla-prwtko {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.playzilla-8gdjpv {
  display: flex;
  margin: 6px;
}

.playzilla-8gdjpv img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.playzilla-j9ie4k::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);
}

.playzilla-j9ie4k::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);
}

.playzilla-dm4iej {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .playzilla-dm4iej {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.playzilla-6trjem {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .playzilla-6trjem {
    margin-right: 32px;
  }
}

.playzilla-e9ghs0 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .playzilla-e9ghs0 {
    margin-top: 0;
    width: 340px;
  }
}

.playzilla-e9ghs0 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.playzilla-h007ry {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.playzilla-4ngs26 {
  position: relative;
}

@media (min-width: 768px) {
  .playzilla-4ngs26 {
    margin-top: 40px;
  }
}

.playzilla-4ngs26 + .playzilla-wka12w,
.playzilla-4ngs26 + .playzilla-4ngs26 {
  margin-top: 24px;
}

.playzilla-zuuc3y {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .playzilla-zuuc3y {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .playzilla-zuuc3y {
    padding: 80px;
  }
}

.playzilla-8tu181 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .playzilla-8tu181 {
    padding: 0 16px;
}


}

.playzilla-5wzhva {
  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) {
  .playzilla-5wzhva {
    font-size: 48px;
    line-height: 56px;
  }
}

.playzilla-w7dk4i {
  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) {
  .playzilla-w7dk4i {
    font-size: 24px;
    line-height: 32px;
  }
}

.playzilla-balw2p {
  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;
}

.playzilla-balw2p:hover {
  background: var(--button-bg-hover);
}

.playzilla-7xoq1g {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.playzilla-7xoq1g img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .playzilla-7xoq1g img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .playzilla-7xoq1g img {
  min-height: 100%;
  }
}

.playzilla-zuuc3y::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.playzilla-57lt1p {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.playzilla-57lt1p h1,
.playzilla-57lt1p h2,
.playzilla-57lt1p h3,
.playzilla-57lt1p h4 {
  margin-bottom: 6px;
}

.playzilla-57lt1p h1:not(:first-child),
.playzilla-57lt1p h2:not(:first-child),
.playzilla-57lt1p h3:not(:first-child),
.playzilla-57lt1p h4:not(:first-child) {
  margin-top: 16px;
}

.playzilla-57lt1p h1,
.playzilla-57lt1p h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .playzilla-57lt1p h1,
  .playzilla-57lt1p h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.playzilla-57lt1p h2,
.playzilla-57lt1p h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .playzilla-57lt1p h2,
  .playzilla-57lt1p h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.playzilla-57lt1p h3,
.playzilla-57lt1p h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .playzilla-57lt1p h3,
  .playzilla-57lt1p h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.playzilla-57lt1p h4,
.playzilla-57lt1p h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.playzilla-57lt1p ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.playzilla-57lt1p ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.playzilla-57lt1p 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);
}

.playzilla-57lt1p ul ul {
  margin-bottom: 8px;
}

.playzilla-57lt1p ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.playzilla-57lt1p ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.playzilla-57lt1p ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.playzilla-57lt1p ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.playzilla-57lt1p ol li::marker {
  font-weight: 700;
}

.playzilla-57lt1p ol ol {
  margin-bottom: 8px;
}

.playzilla-57lt1p ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.playzilla-57lt1p ol ul li {
  padding-left: 16px;
}

.playzilla-57lt1p 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) {
  .playzilla-57lt1p table {
    padding: 24px;
  }
}

.playzilla-57lt1p table.playzilla-mffoa8 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.playzilla-tyt637,
    mask-image 0.3s;
}

.playzilla-57lt1p table.playzilla-mffoa8.playzilla-labh4u {
  -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) {
  .playzilla-57lt1p table {
    display: table;
  }
}

.playzilla-57lt1p 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);
}

.playzilla-57lt1p table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.playzilla-57lt1p table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.playzilla-57lt1p 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) {
  .playzilla-57lt1p table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.playzilla-57lt1p table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.playzilla-57lt1p table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.playzilla-57lt1p table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.playzilla-57lt1p img {
  max-width: 100%;
  height: auto;
}

.playzilla-8ocroq {
  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) {
  .playzilla-8ocroq {
    padding: 24px;
  }
}

.playzilla-5z7yby {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .playzilla-5z7yby {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.playzilla-5z7yby > * {
  margin: 0 !important;
}

.playzilla-5z7yby img,
.playzilla-wpi07s {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playzilla-5z7yby img,
  .playzilla-wpi07s {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playzilla-spsuom {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playzilla-spsuom {
    width: 32px;
    height: 32px;
  }
}

.playzilla-pym904 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.playzilla-pym904 .playzilla-2mwe3c {
  flex-shrink: 0;
}

.playzilla-pym904 .playzilla-ggcxby svg {
  display: none;
}

.playzilla-kozpn9 {
  display: grid;
  transition: max-height 0.playzilla-tyt637 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .playzilla-kozpn9 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .playzilla-kozpn9 {
    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));
  }
}

.playzilla-kozpn9.playzilla-bjl3no + .playzilla-2mwe3c svg {
  transform: rotate(180deg);
}

.playzilla-ka81xj {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.playzilla-ka81xj > div:nth-child(3n) {
  grid-column: span 2;
}

.playzilla-ka81xj
  > div:nth-child(3n)
  .playzilla-fgkfdx
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .playzilla-ka81xj {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .playzilla-ka81xj > div:nth-child(3n) {
    grid-column: unset;
  }

  .playzilla-ka81xj
    > div:nth-child(3n)
    .playzilla-fgkfdx
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .playzilla-ka81xj {
    max-width: 270px;
  }
}

.playzilla-ka81xj .playzilla-fgkfdx button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .playzilla-ka81xj .playzilla-fgkfdx button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .playzilla-ka81xj .playzilla-fgkfdx button {
    max-width: 104px;
  }
}

.playzilla-859w6o {
  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) {
  .playzilla-859w6o {
    margin-bottom: 0;
  }
}

.playzilla-qr0grd {
  display: none;
  opacity: 0;
}

.playzilla-ecyny7 {
  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;
  }
}

.playzilla-ecyny7 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.playzilla-fgkfdx {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.playzilla-fgkfdx button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .playzilla-fgkfdx
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .playzilla-fgkfdx
    button {
    max-width: 145px;
  }
}

.playzilla-vaorwe:first-child
  .playzilla-fgkfdx
  button {
  max-width: 270px;
}

.playzilla-67lpzy {
  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%;
}

.playzilla-859w6o picture {
  width: 100%;
  max-width: 100%;
}

.playzilla-57gb3b {
  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;
}

.playzilla-57gb3b svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.playzilla-859w6o:hover .playzilla-57gb3b {
  display: flex;
}

.playzilla-hha72a {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.playzilla-qss6vf {
  display: flex;
}

.playzilla-qss6vf:hover .playzilla-chdhzg,
.playzilla-qss6vf .playzilla-l4qf0x .playzilla-chdhzg {
  display: flex;
}

.playzilla-qss6vf svg {
  flex-shrink: 0;
}

.playzilla-chdhzg {
  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) {
  .playzilla-chdhzg {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.playzilla-chdhzg:hover {
  display: flex;
}

.playzilla-chdhzg svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.playzilla-w4cta2 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .playzilla-w4cta2 {
    font-size: 12px;
  }
}

.playzilla-e3hze8,
.playzilla-22yeh5 {
  width: 50%;
  flex-shrink: 0;
}

.playzilla-e3hze8 {
  font-weight: 700;
}

.playzilla-sfqkjw .playzilla-kozpn9 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .playzilla-sfqkjw .playzilla-kozpn9 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .playzilla-sfqkjw .playzilla-kozpn9 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.playzilla-sfqkjw
  .playzilla-67lpzy:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.playzilla-sfqkjw .playzilla-ecyny7 {
  height: 100% !important;
  border-radius: 16px;
}

.playzilla-sfqkjw .playzilla-fgkfdx {
  gap: 4px;
  align-items: center;
}

.playzilla-sfqkjw .playzilla-fgkfdx button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.playzilla-sfqkjw .playzilla-fgkfdx svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.playzilla-sfqkjw .playzilla-ztaamq,
.playzilla-sfqkjw .playzilla-8chbmt {
  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.playzilla-zwtnrf.org/2000/svg'%3E%3Cpath d='M9.playzilla-i6pdnk 4.playzilla-ds0gt3.playzilla-9g4bw3 5.playzilla-3kqgf7.playzilla-bky3de 5.playzilla-zelf1c.playzilla-ozpz3d 5.playzilla-8vdita.playzilla-dytr4k 8.playzilla-xii0bb.playzilla-2ed0cx 9.playzilla-1qacu5.playzilla-eu7rrp 9.playzilla-2ym5xi.playzilla-wo5h4q 13.playzilla-c3z7td.playzilla-8f7epi 11.playzilla-eac3mj.playzilla-s8xr05 11.playzilla-iko5g4.playzilla-oq2t89 11.playzilla-7sz0bs.playzilla-90rfvs 13.playzilla-jn6twz.playzilla-bk2ghy 9.playzilla-e69gev.playzilla-ire6dr 9.playzilla-biea2m.playzilla-ytmj35 8.playzilla-2l7ple.playzilla-5qtkvk 5.playzilla-sk12ae.playzilla-b0wfao 5.playzilla-59x8xx.playzilla-ibomv0 5.playzilla-sssvlu.playzilla-swk041 4.playzilla-mxk5gy.playzilla-s8xr05 1.playzilla-q3imoq.playzilla-i6pdnk 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.playzilla-sfqkjw .playzilla-ztaamq {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.playzilla-sfqkjw .playzilla-8chbmt {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.playzilla-qsimzs {
  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) {
  .playzilla-qsimzs {
    padding: 24px;
  }
}

.playzilla-qsimzs .playzilla-2mwe3c {
  display: flex;
}

@media (min-width: 768px) {
  .playzilla-qsimzs .playzilla-2mwe3c {
    display: none;
  }
}

.playzilla-qsimzs .playzilla-ggcxby svg {
  display: none;
}

.playzilla-ll2n7f {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.playzilla-ll2n7f .playzilla-tfkib9 {
  display: none;
}

@media (min-width: 768px) {
  .playzilla-ll2n7f .playzilla-tfkib9 {
    display: flex;
  }
}

.playzilla-l2lbe7 {
  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) {
  .playzilla-l2lbe7 {
    font-size: 40px;
    line-height: 48px;
  }
}

.playzilla-l2lbe7 > * {
  margin: 0 !important;
}

.playzilla-l2lbe7 img,
.playzilla-ihp2dn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playzilla-l2lbe7 img,
  .playzilla-ihp2dn {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playzilla-qj674v {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playzilla-qj674v {
    width: 32px;
    height: 32px;
  }
}

.playzilla-0l1g02 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .playzilla-0l1g02 {
    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;
  }

  .playzilla-0l1g02::-webkit-scrollbar {
    display: none;
  }
}

.playzilla-f61xqw {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .playzilla-f61xqw {
    padding: 7px 15px;
  }
}

.playzilla-f61xqw:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.playzilla-l23lxk {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .playzilla-l23lxk {
    display: flex;
    opacity: 1;
  }
}

.playzilla-f61xqw picture {
  height: 100%;
  display: block;
}

.playzilla-f61xqw img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .playzilla-f61xqw img {
    width: 88px;
    height: 44px;
  }
}

.playzilla-f61xqw p {
  text-align: center;
  width: 100%;
}

.playzilla-7i7g3e {
  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) {
  .playzilla-7i7g3e {
    font-size: 40px;
    line-height: 48px;
  }
}

.playzilla-7i7g3e img,
.playzilla-liqsqv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playzilla-7i7g3e img,
  .playzilla-liqsqv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playzilla-b1xbpl {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playzilla-b1xbpl {
    width: 32px;
    height: 32px;
  }
}

.playzilla-eg551n {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.playzilla-w70dqu {
  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;
}

.playzilla-5z1st0 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.playzilla-5z1st0.playzilla-l4qf0x {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.playzilla-fludf6 {
  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) {
  .playzilla-fludf6 {
    font-size: 20px;
    line-height: 28px;
  }
}

.playzilla-xgra8k {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.playzilla-7wgdxx {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.playzilla-tyt637 ease;
  opacity: 0;
  color: var(--text-color);
}

.playzilla-daheis {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.playzilla-daheis ol,
.playzilla-daheis ul {
  padding-left: 1.3em;
}

.playzilla-5z1st0.playzilla-l4qf0x .playzilla-7wgdxx {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.playzilla-5z1st0.playzilla-l4qf0x .playzilla-xgra8k {
  transform: rotate(180deg);
  color: var(--text-color);
}

.playzilla-j8d368 {
  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) {
  .playzilla-j8d368 {
    padding: 24px;
  }
}

.playzilla-j8d368 .playzilla-2mwe3c {
  display: flex;
}

@media (min-width: 768px) {
  .playzilla-j8d368 .playzilla-2mwe3c {
    display: none;
  }
}

.playzilla-j8d368 .playzilla-ggcxby svg {
  display: none;
}

.playzilla-9oc9b9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.playzilla-9oc9b9 .playzilla-tfkib9 {
  display: none;
}

@media (min-width: 768px) {
  .playzilla-9oc9b9 .playzilla-tfkib9 {
    display: flex;
  }
}

.playzilla-c6qd10 {
  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) {
  .playzilla-c6qd10 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.playzilla-c6qd10 > * {
  margin: 0 !important;
}

.playzilla-c6qd10 img,
.playzilla-jya3ge {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playzilla-c6qd10 img,
  .playzilla-jya3ge {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playzilla-wynuez {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playzilla-wynuez {
    width: 32px;
    height: 32px;
  }
}

.playzilla-1pnom0 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .playzilla-1pnom0 {
    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;
  }

  .playzilla-1pnom0::-webkit-scrollbar {
    display: none;
  }
}

.playzilla-0rfra7 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.playzilla-0rfra7:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.playzilla-vfoj6f {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .playzilla-vfoj6f {
    display: flex;
    opacity: 1;
  }
}

.playzilla-0rfra7 picture {
  width: auto;
  height: 100%;
  display: block;
}

.playzilla-0rfra7 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.playzilla-wrwbxi {
  margin: -24px 0;
}

.playzilla-wrwbxi:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .playzilla-wrwbxi {
    margin: -16px 0;
  }
}

.playzilla-vosnwi {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .playzilla-vosnwi {
    flex-direction: row;
  }
}

.playzilla-115obq {
  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) {
  .playzilla-115obq {
    flex: 1;
  }
}

.playzilla-115obq::placeholder {
  color: var(--Text-400);
}

.playzilla-28dwhh {
  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;
}

.playzilla-f4ehug {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.playzilla-f4ehug::-webkit-scrollbar {
  display: none;
}

.playzilla-dbdbjy {
  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;
}

.playzilla-dbdbjy img,
.playzilla-dbdbjy svg {
  margin-right: 8px;
}

.playzilla-y287d8 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.playzilla-wrwbxi + .playzilla-v2f545 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .playzilla-wrwbxi + .playzilla-v2f545 {
    margin-top: -16px;
  }
}

.playzilla-72nkgh {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.playzilla-72nkgh > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.playzilla-72nkgh > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.playzilla-9n6wfm {
  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;
}

.playzilla-vmpfd5 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.playzilla-9uw4qe {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.playzilla-rml1ot {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.playzilla-8kmpmc {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.playzilla-9n6wfm 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;
}

.playzilla-9n6wfm 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) {
  .playzilla-9n6wfm {
    padding: 39px 179px 39px 39px;
  }

  .playzilla-vmpfd5 {
    font-size: 40px;
    line-height: 48px;
  }

  .playzilla-8kmpmc {
    height: 348px;
  }

  .playzilla-9n6wfm button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .playzilla-9n6wfm button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .playzilla-9n6wfm {
    padding: 63px;
  }
}

.playzilla-iw7ayc {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .playzilla-iw7ayc {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.playzilla-o4jbzm {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .playzilla-o4jbzm {
    width: auto;
  }
}

.playzilla-6qbe7a {
  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;
}

.playzilla-6qbe7a::-webkit-scrollbar {
  display: none;
}

.playzilla-6qbe7a 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);
}

.playzilla-6qbe7a a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .playzilla-6qbe7a {
    margin-left: 16px;
    margin-top: 0;
  }
}

.playzilla-iw7ayc .playzilla-61p7r7 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.playzilla-tyt637,
    mask-image 0.3s;
}

.playzilla-iw7ayc .playzilla-61p7r7.playzilla-labh4u {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.playzilla-jlqnwv {
  margin: 40px -16px;
}

.playzilla-3mfytg + .playzilla-wka12w,
.playzilla-3mfytg + .playzilla-4ngs26 {
  margin-top: 24px;
}

.playzilla-x9i4q1 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.playzilla-x9i4q1 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.playzilla-lc2hsa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .playzilla-lc2hsa {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .playzilla-lc2hsa {
    margin-top: 0;
  }
}

.playzilla-m45tco {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .playzilla-m45tco {
    font-size: 24px;
    line-height: 32px;
  }
}

.playzilla-dw74mv {
  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) {
  .playzilla-dw74mv {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.playzilla-jfzzau {
  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) {
  .playzilla-jfzzau {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.playzilla-6ss8dl {
  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) {
  .playzilla-6ss8dl {
    font-size: 20px;
    line-height: 28px;
  }
}

.playzilla-tz41ge {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .playzilla-tz41ge {
    font-size: 32px;
    line-height: 40px;
  }
}

.playzilla-vfgfq6 {
  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;
}

.playzilla-q6iyut {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.playzilla-q6iyut img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.playzilla-v2f545 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.playzilla-upav00 {
  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) {
  .playzilla-upav00 {
    padding: 15px 48px;
  }
}

main > .playzilla-v2f545 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .playzilla-kozpn9.playzilla-ucuw4n > div:nth-child(n+5) {
    display: none;
  }
}

.playzilla-57lt1p p a img {
  display: block;
  margin: 0 auto;
}


.playzilla-sjj058 {
  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 */
.playzilla-jukyns {
  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;
}

.playzilla-jukyns label {
  font-size: 14px;
}

.playzilla-jukyns h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.playzilla-jukyns input,
.playzilla-jukyns textarea,
.playzilla-jukyns 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;
}
.playzilla-jukyns button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.playzilla-heh1cs ease;
}
.playzilla-jukyns button:hover {
  background-color: var(--button-bg-hover);
}
.playzilla-m1uy22 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.playzilla-a2e03e ease-in;
}

.playzilla-m1uy22 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;
}
.playzilla-xhnhat, .playzilla-dzz8mz, [class*="review-card"],
thead, thead th, table th, .playzilla-lrv57s,
.playzilla-2c9z68, [class*="collapsible-header"],
.playzilla-krpjyv, [class*="updated-block"] {
  color: #ece7dc !important;
}
