* {
  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;
  }
}

.playaus-p3p5b6 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .playaus-p3p5b6 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .playaus-p3p5b6 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.playaus-xvb9h1 {
  overflow: hidden;
}

.playaus-bb3i8y img {
  background: var(--Neutral-300);
}

.playaus-1qw3tb {
  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;
}

.playaus-2639uz {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.playaus-2639uz:hover {
  background: var(--button-bg-hover);
}

.playaus-fv6j0z {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.playaus-fv6j0z:hover {
  background: var(--button-bg-hover);
}

.playaus-1oy14j {
  font-size: 12px;
  line-height: 18px;
}

.playaus-7jnm04 {
  font-size: 18px;
  line-height: 26px;
}

.playaus-c82iav {
  width: 100%;
}

.playaus-qnlltt {
  padding: 6px 16px;
}

.playaus-qlwfd4 {
  padding: 10px 16px;
}

.playaus-3qwayz {
  padding: 15px 26px;
}

.playaus-lta4wy {
  flex-shrink: 0;
}

.playaus-0ru327 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.playaus-kr4zqn {
  display: none;
}

.playaus-j5ozcp {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.playaus-l3evcy {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.playaus-b3ix26 {
  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;
}

.playaus-41gk6c {
  cursor: grab;
}

.playaus-b3ix26::-webkit-scrollbar {
  display: none;
}

.playaus-a166ju {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.playaus-r251ne {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.playaus-zl4yrr {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.playaus-24ilvw {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.playaus-y03ypw {
  visibility: visible;
}

.playaus-4l190c {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.playaus-psbzum ease;
}

.playaus-fmqwdl {
  background-color: var(--Primary-200);
  width: 16px;
}

.playaus-ovs12e {
  -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.playaus-psbzum,
    mask-image 0.3s;
}

.playaus-ovs12e.playaus-od7sqp {
  -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;
  }
}

.playaus-isuax7: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;
}

.playaus-d06g7r {
  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.playaus-bqbhgp.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.playaus-bqbhgp.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;
}

.playaus-3yjdi8 {
  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);
}

.playaus-3yjdi8::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%
  );
}

.playaus-6aw7jk {
  position: relative;
  z-index: 1;
}

.playaus-a49zyu {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.playaus-42xi2c {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.playaus-kfn6o5 {
  font-size: 40px;
  line-height: 48px;
}

.playaus-80jxxf {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.playaus-teud1a {
  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;
}

.playaus-teud1a:hover {
  background: var(--Primary-400);
}

.playaus-teud1a svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.playaus-isuax7 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) {
  .playaus-3yjdi8 {
    max-width: 600px;
    padding: 64px;
  }

  .playaus-a49zyu {
    font-size: 24px;
    line-height: 32px;
  }

  .playaus-42xi2c {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .playaus-kfn6o5 {
    font-size: 50px;
    line-height: 56px;
  }

  .playaus-80jxxf {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .playaus-d06g7r {
    top: 25px;
    right: 25px;
  }
}

.playaus-x6qf6e,
.playaus-bolup1 {
  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;
}

.playaus-bqcyyk.playaus-w6nqto::before,
.playaus-bolup1::before,
.playaus-xm7duz::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.playaus-bqbhgp.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.playaus-adclsd 14.playaus-zmhdig.playaus-0ey5sk 14.playaus-ghk8xo 15.playaus-n3z435 14.playaus-9n8uwa 15.playaus-oc2bff 14.playaus-wwz7io.playaus-znxyx7 14.playaus-tzmd9j 19.playaus-bqd1ob 12.playaus-irjd97 19.playaus-bqd1ob 10.playaus-au2h3g.playaus-bqd1ob 8.playaus-vio5t9 17.playaus-qjkvcf 7.playaus-llyf01 15.playaus-lr8qny 7.playaus-op24p4.playaus-kh87r7 7.playaus-llyf01 11.playaus-pmagn7 8.playaus-vio5t9 11.playaus-pmagn7 10.playaus-yl5786.playaus-pmagn7 12.playaus-1ldqbz 13.playaus-aj53cc 14.playaus-wq3gse 15.playaus-8wbm5b 14.playaus-cd39p9.playaus-sd18lm 14.playaus-p6v1tl 15.playaus-bs6mts 14.playaus-5jdcp6 15.playaus-h07cgl 14.playaus-a0xx7v.playaus-adclsd 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.playaus-clcbcc 15.playaus-hq9luj.playaus-ntdnkf 15.playaus-ijhzrp 15.playaus-r5e128 15.playaus-7va1vm 15.playaus-gjkq7o 15.playaus-dpmdb1.playaus-hmyu16 15.playaus-7va1vm 15.playaus-os7jpb 15.playaus-nwfwes 15.playaus-7mw2up 15.playaus-5bkekb.playaus-0w59t1 15.playaus-urlr46 7.playaus-eb7x60 18.playaus-7c69f3 7.playaus-8gzwb4 23.playaus-oxya3u.playaus-r7mcll.playaus-m1i49r 18.playaus-y2ru59 19.playaus-vp755c 15.playaus-sqiykt 15.playaus-clcbcc 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.playaus-w8w1v2 [type="submit"] *,
.playaus-5muipj button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .playaus-zpgyuf {
    display: none;
  }
}

.playaus-wkqi97 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .playaus-wkqi97 {
  display: none;
}

@media (min-width: 768px) {
  .playaus-wkqi97 {
    bottom: 22px;
  }
}

.playaus-wkqi97 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .playaus-wkqi97 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.playaus-ewb12b.static) .playaus-wkqi97 {
    bottom: 8px;
  }
}

.playaus-kxtki3 {
  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.playaus-bqbhgp.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.playaus-u3mk01 3.playaus-z51o3m.playaus-arj0ql.playaus-h1gyhj 3.playaus-ogpnoj 3.playaus-o5r0z6 5.playaus-sapn3q 3.playaus-o5r0z6 8.playaus-aogs0s.playaus-xviuau.playaus-o5r0z6 26.playaus-4digda 5.playaus-n82uku 28.playaus-vmfqyg 8.playaus-bjhure 28.playaus-tq1zlt.playaus-nusy64 28.playaus-36o7i6.playaus-itcwk5 34.playaus-l3va4j.playaus-cb7nwr 36.playaus-uhz85z 11.playaus-bbtehp 37.playaus-7h9z5o 12.playaus-v8rsgh 36.playaus-r4c2kk.playaus-q9a7h5 28.playaus-3kfyfc.playaus-p3dhpa.playaus-uihdkn 28.playaus-uigz7f 36.playaus-qqodbj 26.playaus-se5our 36.playaus-qqodbj 23.playaus-uefnax.playaus-mfblsp.playaus-qqodbj 5.playaus-bmxpsd 34.playaus-494z0f 3.playaus-ogpnoj 31.playaus-u3mk01 3.playaus-2ohuq4.playaus-aqwtt7 18.playaus-gwq27w.playaus-6f7v75 18.playaus-mffu7s 8.playaus-mfgtj7 17.playaus-r0ys5u 8.playaus-mfgtj7 15.playaus-8b5fk0.playaus-mfgtj7 14.playaus-pkfkvu 9.playaus-6f7v75 13.playaus-qsqg0m 11.playaus-aqwtt7 13.playaus-v4hd7h.playaus-kcwahi 13.playaus-qsqg0m 13.playaus-ngonom 14.playaus-pkfkvu 13.playaus-ngonom 15.playaus-1xzdqq.playaus-ngonom 17.playaus-r0ys5u 12.playaus-kcwahi 18.playaus-mffu7s 11.playaus-aqwtt7 18.playaus-fadmnr.playaus-c7z4ro 18.playaus-v4t1hu.playaus-t5sm62 18.playaus-mffu7s 17.playaus-3v0h7g 17.playaus-r0ys5u 17.playaus-3v0h7g 15.playaus-8mwuuo.playaus-3v0h7g 14.playaus-pkfkvu 18.playaus-t5sm62 13.playaus-qsqg0m 20.playaus-c7z4ro 13.playaus-z09sck.playaus-v9j5fz 13.playaus-qsqg0m 22.playaus-jitx2z 14.playaus-pkfkvu 22.playaus-jitx2z 15.playaus-hyr723.playaus-od6q12 17.playaus-r0ys5u 21.playaus-v9j5fz 18.playaus-mffu7s 20.playaus-c7z4ro 18.playaus-5qg7da.playaus-33bo8l 18.playaus-9y0f0f.playaus-0vm6a3 18.playaus-mffu7s 26.playaus-dmwlsn 17.playaus-r0ys5u 26.playaus-dmwlsn 15.playaus-wx3q7j.playaus-dmwlsn 14.playaus-pkfkvu 27.playaus-0vm6a3 13.playaus-qsqg0m 28.playaus-33bo8l 13.playaus-nk8kxg.playaus-x7rllr 13.playaus-qsqg0m 31.playaus-tourwd 14.playaus-pkfkvu 31.playaus-tourwd 15.playaus-rdzy05.playaus-dmwlsn 17.playaus-r0ys5u 30.playaus-x7rllr 18.playaus-mffu7s 28.playaus-33bo8l 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"])
    .playaus-kxtki3 {
    display: none;
  }
}

.playaus-torlec {
  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) {
  .playaus-torlec {
    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;
}

.playaus-5muipj {
  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) {
  .playaus-5muipj {
    padding: 14px 16px;
  }
}

.playaus-5muipj button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.playaus-5muipj button:first-child {
  align-content: end;
}

.playaus-5muipj button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .playaus-5muipj
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .playaus-5muipj
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.playaus-5muipj button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.playaus-5muipj button:last-child svg {
  width: 38px;
  height: 38px;
}

.playaus-xm7duz {
  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;
}

.playaus-xm7duz::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .playaus-xm7duz,
.pc61d126-chatbot[data-active-screen="3"]
  .playaus-xm7duz {
  opacity: 1;
  visibility: visible;
}

.playaus-ltscx0 {
  flex: 1 1;
}

.playaus-99hjh4 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .playaus-99hjh4 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .playaus-eoo1b3 {
  display: block;
}

.playaus-9qsh8v {
  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) {
  .playaus-9qsh8v {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.playaus-bolup1 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.playaus-bolup1::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.playaus-1ocf8l span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.playaus-1ocf8l p {
  color: var(--Text-100);
}

.playaus-bolup1 .playaus-0de8fu {
  grid-area: button;
}

.playaus-bolup1 .playaus-0de8fu::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.playaus-bqbhgp.org/2000/svg'%3E%3Cpath d='M4.playaus-ecl26z 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.playaus-1gs5pf 15L16.playaus-1gs5pf 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.playaus-1gs5pf 5L16.playaus-1gs5pf 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .playaus-eqiz3g {
  display: block;
}

.playaus-bn7ng3 {
  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) {
  .playaus-bn7ng3 {
    margin-top: 40px;
  }
}

.playaus-x6qf6e label,
.playaus-x6qf6e input {
  display: block;
  width: 100%;
}

.playaus-x6qf6e label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.playaus-x6qf6e label.playaus-m161q5 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.playaus-x6qf6e label.playaus-m161q5::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;
}

.playaus-x6qf6e 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;
}

.playaus-x6qf6e input::placeholder {
  color: var(--Text-400);
}

.playaus-cfvxem {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .playaus-cfvxem {
  display: flex;
}

.playaus-cfvxem ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .playaus-cfvxem ol {
    height: 420px;
    padding: 24px;
  }
}

.playaus-cfvxem ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.playaus-w8w1v2 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .playaus-w8w1v2 {
    padding: 0 24px 24px;
  }
}

.playaus-w8w1v2 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;
}

.playaus-w8w1v2 input::placeholder {
  color: var(--Text-400);
}

.playaus-w8w1v2 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.playaus-w8w1v2 [type="submit"]:disabled {
  opacity: 0.5;
}

.playaus-w8w1v2 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .playaus-w8w1v2 [type="submit"] {
    right: 40px;
  }
}

.playaus-bqcyyk {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.playaus-bqcyyk.playaus-w6nqto {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.playaus-bqcyyk.playaus-w6nqto::before {
  content: "";
  width: 31px;
}

.playaus-bqcyyk.playaus-w6nqto p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.playaus-bqcyyk.playaus-sx31zn p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.playaus-bqcyyk p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.playaus-wkqi97 .playaus-0de8fu {
  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;
  }
}

.playaus-zpgyuf {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .playaus-zpgyuf {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .playaus-zpgyuf {
    padding: 18px 0;
  }
}

.playaus-zpgyuf .playaus-p3p5b6 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .playaus-zpgyuf .playaus-p3p5b6 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.playaus-q13ldl {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .playaus-q13ldl {
    max-width: 160px;
    height: 40px;
  }
}

.playaus-q13ldl picture,
.playaus-q13ldl img {
  display: block;
  width: 100%;
  height: 100%;
}

.playaus-q13ldl img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .playaus-if6cky {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.playaus-psbzum ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .playaus-zpgyuf.playaus-tc07hg .playaus-if6cky {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .playaus-if6cky {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .playaus-if6cky {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.playaus-j8m2xa,
.playaus-xqrj7j {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .playaus-j8m2xa,
  .playaus-xqrj7j {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .playaus-xqrj7j {
    display: none;
  }
}

.playaus-zm7l9i {
  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;
}

.playaus-tc07hg .playaus-zm7l9i {
  background: var(--fh-bg-color);
}

.playaus-zm7l9i button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .playaus-zm7l9i {
    display: none;
  }
}

.playaus-ff9jyg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .playaus-ff9jyg {
    display: none;
  }
}

.playaus-j9x4wo {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.playaus-zpgyuf.playaus-tc07hg .playaus-j9x4wo:first-child {
  display: none;
}

.playaus-zpgyuf.playaus-tc07hg .playaus-j9x4wo:last-child {
  display: block;
}

.playaus-j9x4wo:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .playaus-j9x4wo {
    display: none;
  }
}

.playaus-aiqgzd {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .playaus-aiqgzd {
    display: flex;
  }
}

.playaus-aiqgzd ul {
  max-height: 350px;
  overflow-y: auto;
}

.playaus-aiqgzd:hover ul {
  visibility: visible;
  opacity: 1;
}

.playaus-aiqgzd:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.playaus-aiqgzd:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.playaus-aiqgzd:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.playaus-aiqgzd:hover .playaus-bddbyf svg {
  transform: rotate(180deg);
}

.playaus-110hiy {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.playaus-n8pg10 {
  padding: 0 8px;
}

.playaus-uz6xen {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.playaus-uz6xen:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .playaus-uz6xen {
    padding: 4px 8px;
  }
}

.playaus-csofex {
  display: flex;
}

.playaus-csofex img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.playaus-bddbyf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.playaus-bddbyf svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.playaus-i8qks0 {
  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) {
  .playaus-i8qks0 {
    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;
  }
}

.playaus-ektcvv {
  width: 100%;
}

@media (min-width: 1200px) {
  .playaus-ektcvv {
    display: none;
  }
}

.playaus-l4bpod {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.playaus-l0i7a8 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.playaus-bh6s17 {
  display: flex;
}

.playaus-ljtxxf {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.playaus-jtt4yl {
  list-style: none;
}

@media (max-width: 1199px) {
  .playaus-jtt4yl {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .playaus-jtt4yl {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .playaus-jtt4yl .playaus-n6jcqb [data-ref-el],
  .playaus-jtt4yl .playaus-n6jcqb span,
  .playaus-jtt4yl .playaus-n6jcqb a {
    white-space: nowrap;
  }
}

.playaus-c5wmrp {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .playaus-c5wmrp.playaus-4c3b08 > .playaus-n6jcqb {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .playaus-c5wmrp.playaus-n1h5yq:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .playaus-c5wmrp.playaus-4c3b08 > .playaus-3gadfv {
    height: auto;
  }

  .playaus-c5wmrp.playaus-4c3b08 > div > .playaus-6vmsnb {
    transform: rotate(180deg);
  }
}

.playaus-c5wmrp [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.playaus-c5wmrp [data-ref-el],
.playaus-c5wmrp span {
  cursor: pointer;
}

.playaus-c5wmrp [data-ref-el],
.playaus-c5wmrp span,
.playaus-c5wmrp a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .playaus-c5wmrp [data-ref-el],
  .playaus-c5wmrp span,
  .playaus-c5wmrp a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .playaus-c5wmrp [data-ref-el],
  .playaus-c5wmrp span,
  .playaus-c5wmrp a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.playaus-3gadfv {
  height: 0;
  overflow: hidden;
  transition: height 0.playaus-psbzum ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.playaus-3gadfv::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.playaus-3gadfv::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.playaus-3gadfv::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .playaus-3gadfv {
    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;
  }

  .playaus-3gadfv:has(> .playaus-c5wmrp.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .playaus-3gadfv .playaus-3gadfv {
    padding: 0;
  }

  .playaus-3gadfv .playaus-c5wmrp {
    font-weight: 400;
  }

  .playaus-3gadfv .playaus-c5wmrp:hover > .playaus-n6jcqb {
    background: var(--Neutral-300);
  }

  .playaus-3gadfv .playaus-6vmsnb {
    rotate: -90deg;
  }
}

.playaus-n6jcqb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .playaus-n6jcqb {
    padding: 8px;
  }

  .playaus-c5wmrp.playaus-mxywfv > .playaus-n6jcqb {
    background: var(--Neutral-300);
  }
}

.playaus-6vmsnb {
  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.playaus-bqbhgp.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.playaus-59uxph 0.playaus-4s839p.playaus-btx21i -0.playaus-zflqp3 0.playaus-mcphi3 -0.playaus-zflqp3 1.playaus-1tydhm 0.playaus-j7rm73.playaus-k1vea9 4.playaus-dnyshz.playaus-59uxph 0.playaus-0u2vjx.playaus-6jy75i -0.playaus-zflqp3 9.playaus-xmc3c3 -0.playaus-zflqp3 10.playaus-n3ip4v 0.playaus-0buns4.playaus-klrwsr 0.playaus-btx21i 10.playaus-klrwsr 0.playaus-mcphi3 10.playaus-n3ip4v 1.playaus-wmlb71.playaus-hvpm8x 5.playaus-82a8gb.playaus-bhxi2m 6.playaus-xc586v 5.playaus-a48clr 6.playaus-xc586v 4.playaus-kir7i8 5.playaus-05iu1h.playaus-59uxph 1.playaus-50fa9s.playaus-zflqp3 0.playaus-mcphi3 -0.playaus-zflqp3 0.playaus-btx21i 0.playaus-59uxph 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.playaus-psbzum ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .playaus-6vmsnb {
    cursor: default;
  }
}

.playaus-yo9lm5 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.playaus-7eozcx {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .playaus-7eozcx {
    padding: 40px 4px;
  }
}

.playaus-sa9wru {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .playaus-sa9wru {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.playaus-ohfi9z {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .playaus-ohfi9z {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.playaus-ohfi9z ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.playaus-ohfi9z [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.playaus-ohfi9z [data-ref-el],
.playaus-ohfi9z span,
.playaus-ohfi9z a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.playaus-d41a35 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .playaus-d41a35 {
    margin-bottom: 12px;
  }
}

.playaus-h6zn76 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.playaus-h6zn76 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .playaus-h6zn76:last-child {
    margin-right: 0;
  }
}

.playaus-bihskj {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.playaus-d41a35:hover .playaus-vyrqgy {
  visibility: visible;
  opacity: 1;
}

.playaus-vyrqgy {
  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);
}

.playaus-0sx2m4 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.playaus-rr6kym {
  display: flex;
  margin: 6px;
}

.playaus-rr6kym img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.playaus-vyrqgy::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);
}

.playaus-vyrqgy::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);
}

.playaus-mhr0mo {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .playaus-mhr0mo {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.playaus-yddmv6 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .playaus-yddmv6 {
    margin-right: 32px;
  }
}

.playaus-cbxocy {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .playaus-cbxocy {
    margin-top: 0;
    width: 340px;
  }
}

.playaus-cbxocy a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.playaus-ln2k21 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.playaus-7o6nwu {
  position: relative;
}

@media (min-width: 768px) {
  .playaus-7o6nwu {
    margin-top: 40px;
  }
}

.playaus-7o6nwu + .playaus-m9x15q,
.playaus-7o6nwu + .playaus-7o6nwu {
  margin-top: 24px;
}

.playaus-klb40u {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .playaus-klb40u {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .playaus-klb40u {
    padding: 80px;
  }
}

.playaus-6gfqbs {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .playaus-6gfqbs {
    padding: 0 16px;
}


}

.playaus-hlneiq {
  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) {
  .playaus-hlneiq {
    font-size: 48px;
    line-height: 56px;
  }
}

.playaus-4xst1n {
  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) {
  .playaus-4xst1n {
    font-size: 24px;
    line-height: 32px;
  }
}

.playaus-i21bjt {
  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;
}

.playaus-i21bjt:hover {
  background: var(--button-bg-hover);
}

.playaus-v3xbso {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.playaus-v3xbso img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .playaus-v3xbso img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .playaus-v3xbso img {
  min-height: 100%;
  }
}

.playaus-klb40u::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.playaus-k8oyp5 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.playaus-k8oyp5 h1,
.playaus-k8oyp5 h2,
.playaus-k8oyp5 h3,
.playaus-k8oyp5 h4 {
  margin-bottom: 6px;
}

.playaus-k8oyp5 h1:not(:first-child),
.playaus-k8oyp5 h2:not(:first-child),
.playaus-k8oyp5 h3:not(:first-child),
.playaus-k8oyp5 h4:not(:first-child) {
  margin-top: 16px;
}

.playaus-k8oyp5 h1,
.playaus-k8oyp5 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .playaus-k8oyp5 h1,
  .playaus-k8oyp5 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.playaus-k8oyp5 h2,
.playaus-k8oyp5 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .playaus-k8oyp5 h2,
  .playaus-k8oyp5 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.playaus-k8oyp5 h3,
.playaus-k8oyp5 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .playaus-k8oyp5 h3,
  .playaus-k8oyp5 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.playaus-k8oyp5 h4,
.playaus-k8oyp5 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.playaus-k8oyp5 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.playaus-k8oyp5 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.playaus-k8oyp5 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);
}

.playaus-k8oyp5 ul ul {
  margin-bottom: 8px;
}

.playaus-k8oyp5 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.playaus-k8oyp5 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.playaus-k8oyp5 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.playaus-k8oyp5 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.playaus-k8oyp5 ol li::marker {
  font-weight: 700;
}

.playaus-k8oyp5 ol ol {
  margin-bottom: 8px;
}

.playaus-k8oyp5 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.playaus-k8oyp5 ol ul li {
  padding-left: 16px;
}

.playaus-k8oyp5 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) {
  .playaus-k8oyp5 table {
    padding: 24px;
  }
}

.playaus-k8oyp5 table.playaus-yyhvuo {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.playaus-psbzum,
    mask-image 0.3s;
}

.playaus-k8oyp5 table.playaus-yyhvuo.playaus-od7sqp {
  -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) {
  .playaus-k8oyp5 table {
    display: table;
  }
}

.playaus-k8oyp5 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);
}

.playaus-k8oyp5 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.playaus-k8oyp5 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.playaus-k8oyp5 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) {
  .playaus-k8oyp5 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.playaus-k8oyp5 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.playaus-k8oyp5 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.playaus-k8oyp5 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.playaus-k8oyp5 img {
  max-width: 100%;
  height: auto;
}

.playaus-ypeu8k {
  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) {
  .playaus-ypeu8k {
    padding: 24px;
  }
}

.playaus-aintxq {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .playaus-aintxq {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.playaus-aintxq > * {
  margin: 0 !important;
}

.playaus-aintxq img,
.playaus-o6ybgo {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playaus-aintxq img,
  .playaus-o6ybgo {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playaus-2ecnvk {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playaus-2ecnvk {
    width: 32px;
    height: 32px;
  }
}

.playaus-klm9vk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.playaus-klm9vk .playaus-qpgkkz {
  flex-shrink: 0;
}

.playaus-klm9vk .playaus-gcxk0k svg {
  display: none;
}

.playaus-k2gohj {
  display: grid;
  transition: max-height 0.playaus-psbzum ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .playaus-k2gohj {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .playaus-k2gohj {
    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));
  }
}

.playaus-k2gohj.playaus-i1rnd2 + .playaus-qpgkkz svg {
  transform: rotate(180deg);
}

.playaus-agaylq {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.playaus-agaylq > div:nth-child(3n) {
  grid-column: span 2;
}

.playaus-agaylq
  > div:nth-child(3n)
  .playaus-zj4ehr
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .playaus-agaylq {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .playaus-agaylq > div:nth-child(3n) {
    grid-column: unset;
  }

  .playaus-agaylq
    > div:nth-child(3n)
    .playaus-zj4ehr
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .playaus-agaylq {
    max-width: 270px;
  }
}

.playaus-agaylq .playaus-zj4ehr button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .playaus-agaylq .playaus-zj4ehr button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .playaus-agaylq .playaus-zj4ehr button {
    max-width: 104px;
  }
}

.playaus-db2017 {
  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) {
  .playaus-db2017 {
    margin-bottom: 0;
  }
}

.playaus-5gnjft {
  display: none;
  opacity: 0;
}

.playaus-uyg07b {
  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;
  }
}

.playaus-uyg07b img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.playaus-zj4ehr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.playaus-zj4ehr button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .playaus-zj4ehr
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .playaus-zj4ehr
    button {
    max-width: 145px;
  }
}

.playaus-0pe9ek:first-child
  .playaus-zj4ehr
  button {
  max-width: 270px;
}

.playaus-g19s87 {
  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%;
}

.playaus-db2017 picture {
  width: 100%;
  max-width: 100%;
}

.playaus-y49g9b {
  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;
}

.playaus-y49g9b svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.playaus-db2017:hover .playaus-y49g9b {
  display: flex;
}

.playaus-e9851v {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.playaus-karws6 {
  display: flex;
}

.playaus-karws6:hover .playaus-1fubkt,
.playaus-karws6 .playaus-mxywfv .playaus-1fubkt {
  display: flex;
}

.playaus-karws6 svg {
  flex-shrink: 0;
}

.playaus-1fubkt {
  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) {
  .playaus-1fubkt {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.playaus-1fubkt:hover {
  display: flex;
}

.playaus-1fubkt svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.playaus-tlkync {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .playaus-tlkync {
    font-size: 12px;
  }
}

.playaus-s5lcer,
.playaus-2qcn64 {
  width: 50%;
  flex-shrink: 0;
}

.playaus-s5lcer {
  font-weight: 700;
}

.playaus-o3mdpq .playaus-k2gohj {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .playaus-o3mdpq .playaus-k2gohj {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .playaus-o3mdpq .playaus-k2gohj {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.playaus-o3mdpq
  .playaus-g19s87:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.playaus-o3mdpq .playaus-uyg07b {
  height: 100% !important;
  border-radius: 16px;
}

.playaus-o3mdpq .playaus-zj4ehr {
  gap: 4px;
  align-items: center;
}

.playaus-o3mdpq .playaus-zj4ehr button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.playaus-o3mdpq .playaus-zj4ehr svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.playaus-o3mdpq .playaus-jx3og7,
.playaus-o3mdpq .playaus-y9znxb {
  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.playaus-bqbhgp.org/2000/svg'%3E%3Cpath d='M9.playaus-qybtph 4.playaus-56sw4w.playaus-ywac87 5.playaus-cire70.playaus-3a8jp8 5.playaus-kmtc17.playaus-342cbk 5.playaus-v0ncgd.playaus-cfzpgk 8.playaus-7zd6sq.playaus-gxyy13 9.playaus-v4z431.playaus-qvn693 9.playaus-7r42gc.playaus-oion2p 13.playaus-qmdl46.playaus-opp01e 11.playaus-kpipuk.playaus-tuw3dq 11.playaus-9l7x0q.playaus-08ap8p 11.playaus-r9143r.playaus-rdrv4w 13.playaus-y88b6a.playaus-w7zhjt 9.playaus-qqth3z.playaus-5ah7bq 9.playaus-2cbbjx.playaus-rhmir8 8.playaus-mmocxc.playaus-czsmu8 5.playaus-oyi98f.playaus-j0hnf6 5.playaus-3r7d9m.playaus-cqa9fz 5.playaus-xoc3fx.playaus-3nw1iw 4.playaus-ik5nr9.playaus-tuw3dq 1.playaus-epmajq.playaus-qybtph 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.playaus-o3mdpq .playaus-jx3og7 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.playaus-o3mdpq .playaus-y9znxb {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.playaus-qrnagf {
  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) {
  .playaus-qrnagf {
    padding: 24px;
  }
}

.playaus-qrnagf .playaus-qpgkkz {
  display: flex;
}

@media (min-width: 768px) {
  .playaus-qrnagf .playaus-qpgkkz {
    display: none;
  }
}

.playaus-qrnagf .playaus-gcxk0k svg {
  display: none;
}

.playaus-m8qa3u {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.playaus-m8qa3u .playaus-1qw3tb {
  display: none;
}

@media (min-width: 768px) {
  .playaus-m8qa3u .playaus-1qw3tb {
    display: flex;
  }
}

.playaus-3nkid3 {
  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) {
  .playaus-3nkid3 {
    font-size: 40px;
    line-height: 48px;
  }
}

.playaus-3nkid3 > * {
  margin: 0 !important;
}

.playaus-3nkid3 img,
.playaus-tyuq1z {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playaus-3nkid3 img,
  .playaus-tyuq1z {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playaus-s52iu5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playaus-s52iu5 {
    width: 32px;
    height: 32px;
  }
}

.playaus-2xy150 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .playaus-2xy150 {
    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;
  }

  .playaus-2xy150::-webkit-scrollbar {
    display: none;
  }
}

.playaus-f71ruk {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .playaus-f71ruk {
    padding: 7px 15px;
  }
}

.playaus-f71ruk:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.playaus-dpp69v {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .playaus-dpp69v {
    display: flex;
    opacity: 1;
  }
}

.playaus-f71ruk picture {
  height: 100%;
  display: block;
}

.playaus-f71ruk img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .playaus-f71ruk img {
    width: 88px;
    height: 44px;
  }
}

.playaus-f71ruk p {
  text-align: center;
  width: 100%;
}

.playaus-burb5n {
  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) {
  .playaus-burb5n {
    font-size: 40px;
    line-height: 48px;
  }
}

.playaus-burb5n img,
.playaus-9shjao {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playaus-burb5n img,
  .playaus-9shjao {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playaus-ogkxof {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playaus-ogkxof {
    width: 32px;
    height: 32px;
  }
}

.playaus-cy2sf3 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.playaus-r5obc0 {
  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;
}

.playaus-bv5xro {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.playaus-bv5xro.playaus-mxywfv {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.playaus-uc7i72 {
  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) {
  .playaus-uc7i72 {
    font-size: 20px;
    line-height: 28px;
  }
}

.playaus-nv2lg3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.playaus-zqzdbh {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.playaus-psbzum ease;
  opacity: 0;
  color: var(--text-color);
}

.playaus-byz3yy {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.playaus-byz3yy ol,
.playaus-byz3yy ul {
  padding-left: 1.3em;
}

.playaus-bv5xro.playaus-mxywfv .playaus-zqzdbh {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.playaus-bv5xro.playaus-mxywfv .playaus-nv2lg3 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.playaus-hgewvq {
  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) {
  .playaus-hgewvq {
    padding: 24px;
  }
}

.playaus-hgewvq .playaus-qpgkkz {
  display: flex;
}

@media (min-width: 768px) {
  .playaus-hgewvq .playaus-qpgkkz {
    display: none;
  }
}

.playaus-hgewvq .playaus-gcxk0k svg {
  display: none;
}

.playaus-ay17nm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.playaus-ay17nm .playaus-1qw3tb {
  display: none;
}

@media (min-width: 768px) {
  .playaus-ay17nm .playaus-1qw3tb {
    display: flex;
  }
}

.playaus-byau28 {
  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) {
  .playaus-byau28 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.playaus-byau28 > * {
  margin: 0 !important;
}

.playaus-byau28 img,
.playaus-ee8r13 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playaus-byau28 img,
  .playaus-ee8r13 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playaus-lhh0c8 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playaus-lhh0c8 {
    width: 32px;
    height: 32px;
  }
}

.playaus-9oep0u {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .playaus-9oep0u {
    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;
  }

  .playaus-9oep0u::-webkit-scrollbar {
    display: none;
  }
}

.playaus-uk7672 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.playaus-uk7672:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.playaus-vbxi6i {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .playaus-vbxi6i {
    display: flex;
    opacity: 1;
  }
}

.playaus-uk7672 picture {
  width: auto;
  height: 100%;
  display: block;
}

.playaus-uk7672 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.playaus-rj0b4z {
  margin: -24px 0;
}

.playaus-rj0b4z:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .playaus-rj0b4z {
    margin: -16px 0;
  }
}

.playaus-pvwnxa {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .playaus-pvwnxa {
    flex-direction: row;
  }
}

.playaus-n0u6pe {
  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) {
  .playaus-n0u6pe {
    flex: 1;
  }
}

.playaus-n0u6pe::placeholder {
  color: var(--Text-400);
}

.playaus-r2tjoz {
  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;
}

.playaus-8dz69z {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.playaus-8dz69z::-webkit-scrollbar {
  display: none;
}

.playaus-baptn6 {
  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;
}

.playaus-baptn6 img,
.playaus-baptn6 svg {
  margin-right: 8px;
}

.playaus-0akmjc {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.playaus-rj0b4z + .playaus-c99elw {
  margin-top: 0;
}

@media (min-width: 768px) {
  .playaus-rj0b4z + .playaus-c99elw {
    margin-top: -16px;
  }
}

.playaus-onfm6k {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.playaus-onfm6k > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.playaus-onfm6k > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.playaus-mvssoj {
  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;
}

.playaus-h73186 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.playaus-lwsbn7 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.playaus-5g85dv {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.playaus-zyfbz1 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.playaus-mvssoj 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;
}

.playaus-mvssoj 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) {
  .playaus-mvssoj {
    padding: 39px 179px 39px 39px;
  }

  .playaus-h73186 {
    font-size: 40px;
    line-height: 48px;
  }

  .playaus-zyfbz1 {
    height: 348px;
  }

  .playaus-mvssoj button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .playaus-mvssoj button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .playaus-mvssoj {
    padding: 63px;
  }
}

.playaus-job71q {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .playaus-job71q {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.playaus-246esa {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .playaus-246esa {
    width: auto;
  }
}

.playaus-fs5goa {
  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;
}

.playaus-fs5goa::-webkit-scrollbar {
  display: none;
}

.playaus-fs5goa 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);
}

.playaus-fs5goa a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .playaus-fs5goa {
    margin-left: 16px;
    margin-top: 0;
  }
}

.playaus-job71q .playaus-jxbjim {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.playaus-psbzum,
    mask-image 0.3s;
}

.playaus-job71q .playaus-jxbjim.playaus-od7sqp {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.playaus-w81ow5 {
  margin: 40px -16px;
}

.playaus-mgsq8i + .playaus-m9x15q,
.playaus-mgsq8i + .playaus-7o6nwu {
  margin-top: 24px;
}

.playaus-eypwh2 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.playaus-eypwh2 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.playaus-ntdaih {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .playaus-ntdaih {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .playaus-ntdaih {
    margin-top: 0;
  }
}

.playaus-f9z2g7 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .playaus-f9z2g7 {
    font-size: 24px;
    line-height: 32px;
  }
}

.playaus-15f2i4 {
  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) {
  .playaus-15f2i4 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.playaus-fiv1b9 {
  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) {
  .playaus-fiv1b9 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.playaus-wk5roi {
  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) {
  .playaus-wk5roi {
    font-size: 20px;
    line-height: 28px;
  }
}

.playaus-5v4w5c {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .playaus-5v4w5c {
    font-size: 32px;
    line-height: 40px;
  }
}

.playaus-7w5w5u {
  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;
}

.playaus-sbqfcd {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.playaus-sbqfcd img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.playaus-c99elw {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.playaus-xj31nj {
  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) {
  .playaus-xj31nj {
    padding: 15px 48px;
  }
}

main > .playaus-c99elw {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .playaus-k2gohj.playaus-8i2llt > div:nth-child(n+5) {
    display: none;
  }
}

.playaus-k8oyp5 p a img {
  display: block;
  margin: 0 auto;
}


.playaus-mk4luh {
  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 */
.playaus-zot7gm {
  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;
}

.playaus-zot7gm label {
  font-size: 14px;
}

.playaus-zot7gm h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.playaus-zot7gm input,
.playaus-zot7gm textarea,
.playaus-zot7gm 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;
}
.playaus-zot7gm button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.playaus-sixmhf ease;
}
.playaus-zot7gm button:hover {
  background-color: var(--button-bg-hover);
}
.playaus-5fnyn9 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.playaus-qzvyr9 ease-in;
}

.playaus-5fnyn9 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;
}
.playaus-s1uguz, .playaus-44dpdd, [class*="review-card"],
thead, thead th, table th, .playaus-r69os9,
.playaus-abqq3p, [class*="collapsible-header"],
.playaus-zoxiif, [class*="updated-block"] {
  color: #ece7dc !important;
}
