* {
  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;
  }
}

.playaud-o4mdex {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .playaud-o4mdex {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .playaud-o4mdex {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.playaud-mrnkfo {
  overflow: hidden;
}

.playaud-1lobxj img {
  background: var(--Neutral-300);
}

.playaud-pjct2a {
  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;
}

.playaud-sy559s {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.playaud-sy559s:hover {
  background: var(--button-bg-hover);
}

.playaud-6jqd5f {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.playaud-6jqd5f:hover {
  background: var(--button-bg-hover);
}

.playaud-zaovx3 {
  font-size: 12px;
  line-height: 18px;
}

.playaud-v3tlyx {
  font-size: 18px;
  line-height: 26px;
}

.playaud-sqg0hx {
  width: 100%;
}

.playaud-wv5gvt {
  padding: 6px 16px;
}

.playaud-p6ffog {
  padding: 10px 16px;
}

.playaud-eh2hhc {
  padding: 15px 26px;
}

.playaud-s0nuel {
  flex-shrink: 0;
}

.playaud-t25kzn {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.playaud-eb370g {
  display: none;
}

.playaud-kvhjif {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.playaud-opu0ox {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.playaud-aesgqb {
  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;
}

.playaud-jhnmbf {
  cursor: grab;
}

.playaud-aesgqb::-webkit-scrollbar {
  display: none;
}

.playaud-n3fhsy {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.playaud-p4n5nx {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.playaud-p7baz5 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.playaud-ls26ek {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.playaud-2zu22m {
  visibility: visible;
}

.playaud-6f5rmb {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.playaud-33wcsv ease;
}

.playaud-92o9sz {
  background-color: var(--Primary-200);
  width: 16px;
}

.playaud-7lwi1o {
  -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.playaud-33wcsv,
    mask-image 0.3s;
}

.playaud-7lwi1o.playaud-rm5hpy {
  -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;
  }
}

.playaud-fv9fxk: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;
}

.playaud-0sxhfc {
  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.playaud-f40drs.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.playaud-f40drs.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;
}

.playaud-b56svh {
  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);
}

.playaud-b56svh::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%
  );
}

.playaud-5ppfrh {
  position: relative;
  z-index: 1;
}

.playaud-6p707t {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.playaud-i0eri6 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.playaud-3g2fhu {
  font-size: 40px;
  line-height: 48px;
}

.playaud-o6if3a {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.playaud-2trup2 {
  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;
}

.playaud-2trup2:hover {
  background: var(--Primary-400);
}

.playaud-2trup2 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.playaud-fv9fxk 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) {
  .playaud-b56svh {
    max-width: 600px;
    padding: 64px;
  }

  .playaud-6p707t {
    font-size: 24px;
    line-height: 32px;
  }

  .playaud-i0eri6 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .playaud-3g2fhu {
    font-size: 50px;
    line-height: 56px;
  }

  .playaud-o6if3a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .playaud-0sxhfc {
    top: 25px;
    right: 25px;
  }
}

.playaud-l4f1k1,
.playaud-1muzcg {
  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;
}

.playaud-tkjjj9.playaud-8xulu5::before,
.playaud-1muzcg::before,
.playaud-qxleqx::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.playaud-f40drs.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.playaud-ng1jzp 14.playaud-50qug3.playaud-30nq55 14.playaud-4k4vje 15.playaud-kveg2j 14.playaud-sx01yf 15.playaud-zyk785 14.playaud-0yd6ob.playaud-dpjor0 14.playaud-e8os0h 19.playaud-p8oxsz 12.playaud-6k0s6z 19.playaud-p8oxsz 10.playaud-83wsmf.playaud-p8oxsz 8.playaud-e40jo4 17.playaud-6anh3a 7.playaud-b7ykhs 15.playaud-8ofdat 7.playaud-kbn5ua.playaud-vhsfky 7.playaud-b7ykhs 11.playaud-ocyrgn 8.playaud-e40jo4 11.playaud-ocyrgn 10.playaud-fe65gz.playaud-ocyrgn 12.playaud-d5dg9m 13.playaud-zg5kju 14.playaud-0opcu9 15.playaud-qzr4w8 14.playaud-kn2mlq.playaud-76h5ug 14.playaud-ctisld 15.playaud-qzi4h0 14.playaud-ztfb1r 15.playaud-a7wykt 14.playaud-n8yfm9.playaud-ng1jzp 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.playaud-60dtne 15.playaud-317skc.playaud-yg8b1f 15.playaud-lhtttl 15.playaud-l8aaz3 15.playaud-7p44tj 15.playaud-y0s7p8 15.playaud-gbruza.playaud-1li05s 15.playaud-7p44tj 15.playaud-bn810x 15.playaud-c0s2m7 15.playaud-xc4f1b 15.playaud-i5r21v.playaud-ylyidg 15.playaud-sjmkfe 7.playaud-54cnjb 18.playaud-qcgegs 7.playaud-lmqjia 23.playaud-h27dvf.playaud-gy12m8.playaud-zzs3of 18.playaud-74lumq 19.playaud-kyasuo 15.playaud-8nib29 15.playaud-60dtne 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.playaud-ubx4sf [type="submit"] *,
.playaud-3r96hs button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .playaud-e556kb {
    display: none;
  }
}

.playaud-mlaxpq {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .playaud-mlaxpq {
  display: none;
}

@media (min-width: 768px) {
  .playaud-mlaxpq {
    bottom: 22px;
  }
}

.playaud-mlaxpq input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .playaud-mlaxpq {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.playaud-uf7jdi.static) .playaud-mlaxpq {
    bottom: 8px;
  }
}

.playaud-qkhdo5 {
  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.playaud-f40drs.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.playaud-mifids 3.playaud-m1643k.playaud-1shcw5.playaud-2be97a 3.playaud-p3gq5m 3.playaud-h367xb 5.playaud-4wkp06 3.playaud-h367xb 8.playaud-5s34pm.playaud-qfgoio.playaud-h367xb 26.playaud-xk1cpx 5.playaud-7gltpd 28.playaud-0iv6cg 8.playaud-l99oqp 28.playaud-axpage.playaud-ufus8s 28.playaud-wry9gs.playaud-frmfk8 34.playaud-co4vaq.playaud-40kjys 36.playaud-1drzmf 11.playaud-tvwimo 37.playaud-dy9ein 12.playaud-zaexgm 36.playaud-qhdn0d.playaud-spzvqa 28.playaud-zji8ef.playaud-hjvvi5.playaud-w7gyb6 28.playaud-rboh57 36.playaud-ptjw9l 26.playaud-k4l2cc 36.playaud-ptjw9l 23.playaud-ivur40.playaud-zlxkmm.playaud-ptjw9l 5.playaud-q3ufcm 34.playaud-9cd43q 3.playaud-p3gq5m 31.playaud-mifids 3.playaud-wl69fp.playaud-t2utaw 18.playaud-1sxgxt.playaud-jyvr2i 18.playaud-lynw5r 8.playaud-g29vjz 17.playaud-vow1vt 8.playaud-g29vjz 15.playaud-7lm5vp.playaud-g29vjz 14.playaud-tvi4p2 9.playaud-jyvr2i 13.playaud-8rji7i 11.playaud-t2utaw 13.playaud-s69f79.playaud-hz4pmx 13.playaud-8rji7i 13.playaud-hhxdjh 14.playaud-tvi4p2 13.playaud-hhxdjh 15.playaud-ge2f7l.playaud-hhxdjh 17.playaud-vow1vt 12.playaud-hz4pmx 18.playaud-lynw5r 11.playaud-t2utaw 18.playaud-4z0aw9.playaud-u9pukl 18.playaud-e5or4y.playaud-yl1wl0 18.playaud-lynw5r 17.playaud-s2csxl 17.playaud-vow1vt 17.playaud-s2csxl 15.playaud-1max2h.playaud-s2csxl 14.playaud-tvi4p2 18.playaud-yl1wl0 13.playaud-8rji7i 20.playaud-u9pukl 13.playaud-av3x72.playaud-xew7n0 13.playaud-8rji7i 22.playaud-hebch2 14.playaud-tvi4p2 22.playaud-hebch2 15.playaud-3aaaei.playaud-b53sc1 17.playaud-vow1vt 21.playaud-xew7n0 18.playaud-lynw5r 20.playaud-u9pukl 18.playaud-olk21b.playaud-7kvxup 18.playaud-qrw3rz.playaud-dq6a4q 18.playaud-lynw5r 26.playaud-aoys14 17.playaud-vow1vt 26.playaud-aoys14 15.playaud-sc9ixe.playaud-aoys14 14.playaud-tvi4p2 27.playaud-dq6a4q 13.playaud-8rji7i 28.playaud-7kvxup 13.playaud-hxobzx.playaud-fc25cq 13.playaud-8rji7i 31.playaud-x8fnxm 14.playaud-tvi4p2 31.playaud-x8fnxm 15.playaud-19eea7.playaud-aoys14 17.playaud-vow1vt 30.playaud-fc25cq 18.playaud-lynw5r 28.playaud-7kvxup 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"])
    .playaud-qkhdo5 {
    display: none;
  }
}

.playaud-c0n253 {
  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) {
  .playaud-c0n253 {
    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;
}

.playaud-3r96hs {
  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) {
  .playaud-3r96hs {
    padding: 14px 16px;
  }
}

.playaud-3r96hs button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.playaud-3r96hs button:first-child {
  align-content: end;
}

.playaud-3r96hs button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .playaud-3r96hs
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .playaud-3r96hs
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.playaud-3r96hs button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.playaud-3r96hs button:last-child svg {
  width: 38px;
  height: 38px;
}

.playaud-qxleqx {
  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;
}

.playaud-qxleqx::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .playaud-qxleqx,
.pc61d126-chatbot[data-active-screen="3"]
  .playaud-qxleqx {
  opacity: 1;
  visibility: visible;
}

.playaud-71dkge {
  flex: 1 1;
}

.playaud-b8oxky {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .playaud-b8oxky {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .playaud-h424bb {
  display: block;
}

.playaud-j76wa7 {
  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) {
  .playaud-j76wa7 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.playaud-1muzcg {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.playaud-1muzcg::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.playaud-ydmih5 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.playaud-ydmih5 p {
  color: var(--Text-100);
}

.playaud-1muzcg .playaud-o0oywx {
  grid-area: button;
}

.playaud-1muzcg .playaud-o0oywx::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.playaud-f40drs.org/2000/svg'%3E%3Cpath d='M4.playaud-kefep2 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.playaud-788c39 15L16.playaud-788c39 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.playaud-788c39 5L16.playaud-788c39 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .playaud-iuetlo {
  display: block;
}

.playaud-gry02t {
  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) {
  .playaud-gry02t {
    margin-top: 40px;
  }
}

.playaud-l4f1k1 label,
.playaud-l4f1k1 input {
  display: block;
  width: 100%;
}

.playaud-l4f1k1 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.playaud-l4f1k1 label.playaud-q3r9iy input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.playaud-l4f1k1 label.playaud-q3r9iy::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;
}

.playaud-l4f1k1 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;
}

.playaud-l4f1k1 input::placeholder {
  color: var(--Text-400);
}

.playaud-ki6spe {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .playaud-ki6spe {
  display: flex;
}

.playaud-ki6spe ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .playaud-ki6spe ol {
    height: 420px;
    padding: 24px;
  }
}

.playaud-ki6spe ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.playaud-ubx4sf {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .playaud-ubx4sf {
    padding: 0 24px 24px;
  }
}

.playaud-ubx4sf 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;
}

.playaud-ubx4sf input::placeholder {
  color: var(--Text-400);
}

.playaud-ubx4sf [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.playaud-ubx4sf [type="submit"]:disabled {
  opacity: 0.5;
}

.playaud-ubx4sf [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .playaud-ubx4sf [type="submit"] {
    right: 40px;
  }
}

.playaud-tkjjj9 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.playaud-tkjjj9.playaud-8xulu5 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.playaud-tkjjj9.playaud-8xulu5::before {
  content: "";
  width: 31px;
}

.playaud-tkjjj9.playaud-8xulu5 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.playaud-tkjjj9.playaud-r4fo2b p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.playaud-tkjjj9 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.playaud-mlaxpq .playaud-o0oywx {
  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;
  }
}

.playaud-e556kb {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .playaud-e556kb {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .playaud-e556kb {
    padding: 18px 0;
  }
}

.playaud-e556kb .playaud-o4mdex {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .playaud-e556kb .playaud-o4mdex {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.playaud-zzz1ss {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .playaud-zzz1ss {
    max-width: 160px;
    height: 40px;
  }
}

.playaud-zzz1ss picture,
.playaud-zzz1ss img {
  display: block;
  width: 100%;
  height: 100%;
}

.playaud-zzz1ss img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .playaud-ozy7tf {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.playaud-33wcsv ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .playaud-e556kb.playaud-jiyo1t .playaud-ozy7tf {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .playaud-ozy7tf {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .playaud-ozy7tf {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.playaud-vud9o7,
.playaud-9lnz37 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .playaud-vud9o7,
  .playaud-9lnz37 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .playaud-9lnz37 {
    display: none;
  }
}

.playaud-lf2zk2 {
  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;
}

.playaud-jiyo1t .playaud-lf2zk2 {
  background: var(--fh-bg-color);
}

.playaud-lf2zk2 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .playaud-lf2zk2 {
    display: none;
  }
}

.playaud-a1k8vm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .playaud-a1k8vm {
    display: none;
  }
}

.playaud-whfww4 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.playaud-e556kb.playaud-jiyo1t .playaud-whfww4:first-child {
  display: none;
}

.playaud-e556kb.playaud-jiyo1t .playaud-whfww4:last-child {
  display: block;
}

.playaud-whfww4:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .playaud-whfww4 {
    display: none;
  }
}

.playaud-0q2nkt {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .playaud-0q2nkt {
    display: flex;
  }
}

.playaud-0q2nkt ul {
  max-height: 350px;
  overflow-y: auto;
}

.playaud-0q2nkt:hover ul {
  visibility: visible;
  opacity: 1;
}

.playaud-0q2nkt:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.playaud-0q2nkt:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.playaud-0q2nkt:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.playaud-0q2nkt:hover .playaud-sae582 svg {
  transform: rotate(180deg);
}

.playaud-k9im0z {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.playaud-9f07r8 {
  padding: 0 8px;
}

.playaud-55zz9t {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.playaud-55zz9t:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .playaud-55zz9t {
    padding: 4px 8px;
  }
}

.playaud-dxh4mi {
  display: flex;
}

.playaud-dxh4mi img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.playaud-sae582 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.playaud-sae582 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.playaud-j1j4es {
  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) {
  .playaud-j1j4es {
    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;
  }
}

.playaud-bjzzf5 {
  width: 100%;
}

@media (min-width: 1200px) {
  .playaud-bjzzf5 {
    display: none;
  }
}

.playaud-nyupr8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.playaud-34zbqf {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.playaud-6gawh6 {
  display: flex;
}

.playaud-6pm1sc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.playaud-gzai9x {
  list-style: none;
}

@media (max-width: 1199px) {
  .playaud-gzai9x {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .playaud-gzai9x {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .playaud-gzai9x .playaud-qsopo2 [data-ref-el],
  .playaud-gzai9x .playaud-qsopo2 span,
  .playaud-gzai9x .playaud-qsopo2 a {
    white-space: nowrap;
  }
}

.playaud-v9zcwb {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .playaud-v9zcwb.playaud-d2u03s > .playaud-qsopo2 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .playaud-v9zcwb.playaud-o54wng:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .playaud-v9zcwb.playaud-d2u03s > .playaud-2251o4 {
    height: auto;
  }

  .playaud-v9zcwb.playaud-d2u03s > div > .playaud-f4zhgq {
    transform: rotate(180deg);
  }
}

.playaud-v9zcwb [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.playaud-v9zcwb [data-ref-el],
.playaud-v9zcwb span {
  cursor: pointer;
}

.playaud-v9zcwb [data-ref-el],
.playaud-v9zcwb span,
.playaud-v9zcwb a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .playaud-v9zcwb [data-ref-el],
  .playaud-v9zcwb span,
  .playaud-v9zcwb a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .playaud-v9zcwb [data-ref-el],
  .playaud-v9zcwb span,
  .playaud-v9zcwb a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.playaud-2251o4 {
  height: 0;
  overflow: hidden;
  transition: height 0.playaud-33wcsv ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.playaud-2251o4::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.playaud-2251o4::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.playaud-2251o4::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .playaud-2251o4 {
    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;
  }

  .playaud-2251o4:has(> .playaud-v9zcwb.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .playaud-2251o4 .playaud-2251o4 {
    padding: 0;
  }

  .playaud-2251o4 .playaud-v9zcwb {
    font-weight: 400;
  }

  .playaud-2251o4 .playaud-v9zcwb:hover > .playaud-qsopo2 {
    background: var(--Neutral-300);
  }

  .playaud-2251o4 .playaud-f4zhgq {
    rotate: -90deg;
  }
}

.playaud-qsopo2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .playaud-qsopo2 {
    padding: 8px;
  }

  .playaud-v9zcwb.playaud-pos1xc > .playaud-qsopo2 {
    background: var(--Neutral-300);
  }
}

.playaud-f4zhgq {
  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.playaud-f40drs.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.playaud-xif6da 0.playaud-6hs4ug.playaud-nuomgm -0.playaud-pgggg8 0.playaud-0sucs3 -0.playaud-pgggg8 1.playaud-styewo 0.playaud-m5s4lt.playaud-hrworb 4.playaud-wkuf4g.playaud-xif6da 0.playaud-b15b5u.playaud-dgzn46 -0.playaud-pgggg8 9.playaud-oi8dc1 -0.playaud-pgggg8 10.playaud-08563a 0.playaud-3uat3j.playaud-9dff2f 0.playaud-nuomgm 10.playaud-9dff2f 0.playaud-0sucs3 10.playaud-08563a 1.playaud-mv65so.playaud-lxjrxl 5.playaud-y3niur.playaud-fp0oib 6.playaud-ylywr4 5.playaud-gj2pmf 6.playaud-ylywr4 4.playaud-kfyfze 5.playaud-e71bhv.playaud-xif6da 1.playaud-ov2ezz.playaud-pgggg8 0.playaud-0sucs3 -0.playaud-pgggg8 0.playaud-nuomgm 0.playaud-xif6da 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.playaud-33wcsv ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .playaud-f4zhgq {
    cursor: default;
  }
}

.playaud-dvtzk9 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.playaud-56cd5f {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .playaud-56cd5f {
    padding: 40px 4px;
  }
}

.playaud-c4gt40 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .playaud-c4gt40 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.playaud-ro8n6a {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .playaud-ro8n6a {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.playaud-ro8n6a ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.playaud-ro8n6a [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.playaud-ro8n6a [data-ref-el],
.playaud-ro8n6a span,
.playaud-ro8n6a a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.playaud-ycbost {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .playaud-ycbost {
    margin-bottom: 12px;
  }
}

.playaud-cgv9vv {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.playaud-cgv9vv img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .playaud-cgv9vv:last-child {
    margin-right: 0;
  }
}

.playaud-b6jhzf {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.playaud-ycbost:hover .playaud-f86aku {
  visibility: visible;
  opacity: 1;
}

.playaud-f86aku {
  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);
}

.playaud-zzxj9s {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.playaud-32e92n {
  display: flex;
  margin: 6px;
}

.playaud-32e92n img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.playaud-f86aku::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);
}

.playaud-f86aku::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);
}

.playaud-a3h2o0 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .playaud-a3h2o0 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.playaud-io4yot {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .playaud-io4yot {
    margin-right: 32px;
  }
}

.playaud-jc5a1a {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .playaud-jc5a1a {
    margin-top: 0;
    width: 340px;
  }
}

.playaud-jc5a1a a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.playaud-kqddab {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.playaud-usly9m {
  position: relative;
}

@media (min-width: 768px) {
  .playaud-usly9m {
    margin-top: 40px;
  }
}

.playaud-usly9m + .playaud-0tff4a,
.playaud-usly9m + .playaud-usly9m {
  margin-top: 24px;
}

.playaud-15owz0 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .playaud-15owz0 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .playaud-15owz0 {
    padding: 80px;
  }
}

.playaud-tp2y8p {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .playaud-tp2y8p {
    padding: 0 16px;
}


}

.playaud-zl2ang {
  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) {
  .playaud-zl2ang {
    font-size: 48px;
    line-height: 56px;
  }
}

.playaud-ltq7lk {
  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) {
  .playaud-ltq7lk {
    font-size: 24px;
    line-height: 32px;
  }
}

.playaud-stfkdl {
  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;
}

.playaud-stfkdl:hover {
  background: var(--button-bg-hover);
}

.playaud-at3yin {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.playaud-at3yin img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .playaud-at3yin img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .playaud-at3yin img {
  min-height: 100%;
  }
}

.playaud-15owz0::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.playaud-2dhnjf {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.playaud-2dhnjf h1,
.playaud-2dhnjf h2,
.playaud-2dhnjf h3,
.playaud-2dhnjf h4 {
  margin-bottom: 6px;
}

.playaud-2dhnjf h1:not(:first-child),
.playaud-2dhnjf h2:not(:first-child),
.playaud-2dhnjf h3:not(:first-child),
.playaud-2dhnjf h4:not(:first-child) {
  margin-top: 16px;
}

.playaud-2dhnjf h1,
.playaud-2dhnjf h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .playaud-2dhnjf h1,
  .playaud-2dhnjf h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.playaud-2dhnjf h2,
.playaud-2dhnjf h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .playaud-2dhnjf h2,
  .playaud-2dhnjf h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.playaud-2dhnjf h3,
.playaud-2dhnjf h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .playaud-2dhnjf h3,
  .playaud-2dhnjf h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.playaud-2dhnjf h4,
.playaud-2dhnjf h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.playaud-2dhnjf ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.playaud-2dhnjf ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.playaud-2dhnjf 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);
}

.playaud-2dhnjf ul ul {
  margin-bottom: 8px;
}

.playaud-2dhnjf ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.playaud-2dhnjf ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.playaud-2dhnjf ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.playaud-2dhnjf ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.playaud-2dhnjf ol li::marker {
  font-weight: 700;
}

.playaud-2dhnjf ol ol {
  margin-bottom: 8px;
}

.playaud-2dhnjf ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.playaud-2dhnjf ol ul li {
  padding-left: 16px;
}

.playaud-2dhnjf 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) {
  .playaud-2dhnjf table {
    padding: 24px;
  }
}

.playaud-2dhnjf table.playaud-7qlo46 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.playaud-33wcsv,
    mask-image 0.3s;
}

.playaud-2dhnjf table.playaud-7qlo46.playaud-rm5hpy {
  -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) {
  .playaud-2dhnjf table {
    display: table;
  }
}

.playaud-2dhnjf 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);
}

.playaud-2dhnjf table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.playaud-2dhnjf table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.playaud-2dhnjf 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) {
  .playaud-2dhnjf table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.playaud-2dhnjf table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.playaud-2dhnjf table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.playaud-2dhnjf table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.playaud-2dhnjf img {
  max-width: 100%;
  height: auto;
}

.playaud-ahm2q6 {
  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) {
  .playaud-ahm2q6 {
    padding: 24px;
  }
}

.playaud-gldc3b {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .playaud-gldc3b {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.playaud-gldc3b > * {
  margin: 0 !important;
}

.playaud-gldc3b img,
.playaud-sr5oyo {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playaud-gldc3b img,
  .playaud-sr5oyo {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playaud-w85k95 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playaud-w85k95 {
    width: 32px;
    height: 32px;
  }
}

.playaud-9587yx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.playaud-9587yx .playaud-3fn92b {
  flex-shrink: 0;
}

.playaud-9587yx .playaud-wsc630 svg {
  display: none;
}

.playaud-yyq0jo {
  display: grid;
  transition: max-height 0.playaud-33wcsv ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .playaud-yyq0jo {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .playaud-yyq0jo {
    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));
  }
}

.playaud-yyq0jo.playaud-i9mndw + .playaud-3fn92b svg {
  transform: rotate(180deg);
}

.playaud-b3xdtc {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.playaud-b3xdtc > div:nth-child(3n) {
  grid-column: span 2;
}

.playaud-b3xdtc
  > div:nth-child(3n)
  .playaud-9s4tam
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .playaud-b3xdtc {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .playaud-b3xdtc > div:nth-child(3n) {
    grid-column: unset;
  }

  .playaud-b3xdtc
    > div:nth-child(3n)
    .playaud-9s4tam
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .playaud-b3xdtc {
    max-width: 270px;
  }
}

.playaud-b3xdtc .playaud-9s4tam button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .playaud-b3xdtc .playaud-9s4tam button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .playaud-b3xdtc .playaud-9s4tam button {
    max-width: 104px;
  }
}

.playaud-5bvezt {
  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) {
  .playaud-5bvezt {
    margin-bottom: 0;
  }
}

.playaud-gc12vw {
  display: none;
  opacity: 0;
}

.playaud-le0znc {
  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;
  }
}

.playaud-le0znc img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.playaud-9s4tam {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.playaud-9s4tam button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .playaud-9s4tam
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .playaud-9s4tam
    button {
    max-width: 145px;
  }
}

.playaud-zj4jhn:first-child
  .playaud-9s4tam
  button {
  max-width: 270px;
}

.playaud-vbc8rn {
  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%;
}

.playaud-5bvezt picture {
  width: 100%;
  max-width: 100%;
}

.playaud-0wzth9 {
  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;
}

.playaud-0wzth9 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.playaud-5bvezt:hover .playaud-0wzth9 {
  display: flex;
}

.playaud-0je394 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.playaud-n5ygov {
  display: flex;
}

.playaud-n5ygov:hover .playaud-saajcq,
.playaud-n5ygov .playaud-pos1xc .playaud-saajcq {
  display: flex;
}

.playaud-n5ygov svg {
  flex-shrink: 0;
}

.playaud-saajcq {
  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) {
  .playaud-saajcq {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.playaud-saajcq:hover {
  display: flex;
}

.playaud-saajcq svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.playaud-ig1tg4 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .playaud-ig1tg4 {
    font-size: 12px;
  }
}

.playaud-dmnb86,
.playaud-40nb8g {
  width: 50%;
  flex-shrink: 0;
}

.playaud-dmnb86 {
  font-weight: 700;
}

.playaud-1301pf .playaud-yyq0jo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .playaud-1301pf .playaud-yyq0jo {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .playaud-1301pf .playaud-yyq0jo {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.playaud-1301pf
  .playaud-vbc8rn:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.playaud-1301pf .playaud-le0znc {
  height: 100% !important;
  border-radius: 16px;
}

.playaud-1301pf .playaud-9s4tam {
  gap: 4px;
  align-items: center;
}

.playaud-1301pf .playaud-9s4tam button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.playaud-1301pf .playaud-9s4tam svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.playaud-1301pf .playaud-8iibnw,
.playaud-1301pf .playaud-7f1fr2 {
  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.playaud-f40drs.org/2000/svg'%3E%3Cpath d='M9.playaud-ca2z2u 4.playaud-eipvvk.playaud-oab2x8 5.playaud-2gf27p.playaud-b7zev8 5.playaud-qjrvvt.playaud-yog310 5.playaud-3s8h2y.playaud-w06n19 8.playaud-n8glcm.playaud-t9jgia 9.playaud-aanq1s.playaud-w8gs6l 9.playaud-bmo7s9.playaud-48oriq 13.playaud-hamwd8.playaud-alkr1n 11.playaud-t2e7fi.playaud-7fpc8y 11.playaud-87p5zc.playaud-m5mhfb 11.playaud-oggnsz.playaud-obtd4l 13.playaud-kn3bb9.playaud-juus9i 9.playaud-oa6qyq.playaud-v1my2w 9.playaud-03n8tf.playaud-zi3b8x 8.playaud-uf1eh7.playaud-mrkyie 5.playaud-gfwl0j.playaud-b6jax3 5.playaud-fp1nly.playaud-nijzqm 5.playaud-l33lo5.playaud-npj9r9 4.playaud-130ioa.playaud-7fpc8y 1.playaud-bplhgg.playaud-ca2z2u 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.playaud-1301pf .playaud-8iibnw {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.playaud-1301pf .playaud-7f1fr2 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.playaud-p0a3jl {
  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) {
  .playaud-p0a3jl {
    padding: 24px;
  }
}

.playaud-p0a3jl .playaud-3fn92b {
  display: flex;
}

@media (min-width: 768px) {
  .playaud-p0a3jl .playaud-3fn92b {
    display: none;
  }
}

.playaud-p0a3jl .playaud-wsc630 svg {
  display: none;
}

.playaud-jwiafd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.playaud-jwiafd .playaud-pjct2a {
  display: none;
}

@media (min-width: 768px) {
  .playaud-jwiafd .playaud-pjct2a {
    display: flex;
  }
}

.playaud-qrgjm8 {
  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) {
  .playaud-qrgjm8 {
    font-size: 40px;
    line-height: 48px;
  }
}

.playaud-qrgjm8 > * {
  margin: 0 !important;
}

.playaud-qrgjm8 img,
.playaud-tzuxua {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playaud-qrgjm8 img,
  .playaud-tzuxua {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playaud-rndo41 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playaud-rndo41 {
    width: 32px;
    height: 32px;
  }
}

.playaud-lvdy96 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .playaud-lvdy96 {
    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;
  }

  .playaud-lvdy96::-webkit-scrollbar {
    display: none;
  }
}

.playaud-92qhmg {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .playaud-92qhmg {
    padding: 7px 15px;
  }
}

.playaud-92qhmg:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.playaud-3f1m7l {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .playaud-3f1m7l {
    display: flex;
    opacity: 1;
  }
}

.playaud-92qhmg picture {
  height: 100%;
  display: block;
}

.playaud-92qhmg img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .playaud-92qhmg img {
    width: 88px;
    height: 44px;
  }
}

.playaud-92qhmg p {
  text-align: center;
  width: 100%;
}

.playaud-geugrr {
  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) {
  .playaud-geugrr {
    font-size: 40px;
    line-height: 48px;
  }
}

.playaud-geugrr img,
.playaud-jpcpuj {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playaud-geugrr img,
  .playaud-jpcpuj {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playaud-ovfnpl {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playaud-ovfnpl {
    width: 32px;
    height: 32px;
  }
}

.playaud-v2xjcm {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.playaud-rujzlt {
  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;
}

.playaud-5imuv4 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.playaud-5imuv4.playaud-pos1xc {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.playaud-11keg9 {
  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) {
  .playaud-11keg9 {
    font-size: 20px;
    line-height: 28px;
  }
}

.playaud-8p9uga {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.playaud-3ccwke {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.playaud-33wcsv ease;
  opacity: 0;
  color: var(--text-color);
}

.playaud-wgrjdk {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.playaud-wgrjdk ol,
.playaud-wgrjdk ul {
  padding-left: 1.3em;
}

.playaud-5imuv4.playaud-pos1xc .playaud-3ccwke {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.playaud-5imuv4.playaud-pos1xc .playaud-8p9uga {
  transform: rotate(180deg);
  color: var(--text-color);
}

.playaud-9qygfo {
  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) {
  .playaud-9qygfo {
    padding: 24px;
  }
}

.playaud-9qygfo .playaud-3fn92b {
  display: flex;
}

@media (min-width: 768px) {
  .playaud-9qygfo .playaud-3fn92b {
    display: none;
  }
}

.playaud-9qygfo .playaud-wsc630 svg {
  display: none;
}

.playaud-g00er6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.playaud-g00er6 .playaud-pjct2a {
  display: none;
}

@media (min-width: 768px) {
  .playaud-g00er6 .playaud-pjct2a {
    display: flex;
  }
}

.playaud-4eo9de {
  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) {
  .playaud-4eo9de {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.playaud-4eo9de > * {
  margin: 0 !important;
}

.playaud-4eo9de img,
.playaud-h1arp1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playaud-4eo9de img,
  .playaud-h1arp1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playaud-j4byqb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playaud-j4byqb {
    width: 32px;
    height: 32px;
  }
}

.playaud-by8z1g {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .playaud-by8z1g {
    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;
  }

  .playaud-by8z1g::-webkit-scrollbar {
    display: none;
  }
}

.playaud-srxron {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.playaud-srxron:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.playaud-ze2m0x {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .playaud-ze2m0x {
    display: flex;
    opacity: 1;
  }
}

.playaud-srxron picture {
  width: auto;
  height: 100%;
  display: block;
}

.playaud-srxron picture img {
  display: block;
  width: auto;
  height: 100%;
}

.playaud-gdftni {
  margin: -24px 0;
}

.playaud-gdftni:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .playaud-gdftni {
    margin: -16px 0;
  }
}

.playaud-7wtjo9 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .playaud-7wtjo9 {
    flex-direction: row;
  }
}

.playaud-lb0cj4 {
  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) {
  .playaud-lb0cj4 {
    flex: 1;
  }
}

.playaud-lb0cj4::placeholder {
  color: var(--Text-400);
}

.playaud-t5bahj {
  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;
}

.playaud-ml0m05 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.playaud-ml0m05::-webkit-scrollbar {
  display: none;
}

.playaud-k3th7a {
  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;
}

.playaud-k3th7a img,
.playaud-k3th7a svg {
  margin-right: 8px;
}

.playaud-jpjkvx {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.playaud-gdftni + .playaud-qxqnuf {
  margin-top: 0;
}

@media (min-width: 768px) {
  .playaud-gdftni + .playaud-qxqnuf {
    margin-top: -16px;
  }
}

.playaud-6gbu84 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.playaud-6gbu84 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.playaud-6gbu84 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.playaud-552719 {
  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;
}

.playaud-pgd9vv {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.playaud-9t5mnz {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.playaud-31fyem {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.playaud-dj31qz {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.playaud-552719 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;
}

.playaud-552719 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) {
  .playaud-552719 {
    padding: 39px 179px 39px 39px;
  }

  .playaud-pgd9vv {
    font-size: 40px;
    line-height: 48px;
  }

  .playaud-dj31qz {
    height: 348px;
  }

  .playaud-552719 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .playaud-552719 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .playaud-552719 {
    padding: 63px;
  }
}

.playaud-3fjvb2 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .playaud-3fjvb2 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.playaud-bebq29 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .playaud-bebq29 {
    width: auto;
  }
}

.playaud-qjsehu {
  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;
}

.playaud-qjsehu::-webkit-scrollbar {
  display: none;
}

.playaud-qjsehu 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);
}

.playaud-qjsehu a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .playaud-qjsehu {
    margin-left: 16px;
    margin-top: 0;
  }
}

.playaud-3fjvb2 .playaud-mnxzy6 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.playaud-33wcsv,
    mask-image 0.3s;
}

.playaud-3fjvb2 .playaud-mnxzy6.playaud-rm5hpy {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.playaud-vq0rbl {
  margin: 40px -16px;
}

.playaud-c4xqau + .playaud-0tff4a,
.playaud-c4xqau + .playaud-usly9m {
  margin-top: 24px;
}

.playaud-hyboph {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.playaud-hyboph picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.playaud-pcy77h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .playaud-pcy77h {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .playaud-pcy77h {
    margin-top: 0;
  }
}

.playaud-t9j3sp {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .playaud-t9j3sp {
    font-size: 24px;
    line-height: 32px;
  }
}

.playaud-zudcai {
  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) {
  .playaud-zudcai {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.playaud-tp9o6f {
  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) {
  .playaud-tp9o6f {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.playaud-aypt1k {
  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) {
  .playaud-aypt1k {
    font-size: 20px;
    line-height: 28px;
  }
}

.playaud-z2u179 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .playaud-z2u179 {
    font-size: 32px;
    line-height: 40px;
  }
}

.playaud-aygzjw {
  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;
}

.playaud-gmpj8w {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.playaud-gmpj8w img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.playaud-qxqnuf {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.playaud-knl9nr {
  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) {
  .playaud-knl9nr {
    padding: 15px 48px;
  }
}

main > .playaud-qxqnuf {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .playaud-yyq0jo.playaud-gzg8w7 > div:nth-child(n+5) {
    display: none;
  }
}

.playaud-2dhnjf p a img {
  display: block;
  margin: 0 auto;
}


.playaud-l0wdtw {
  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 */
.playaud-leymmu {
  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;
}

.playaud-leymmu label {
  font-size: 14px;
}

.playaud-leymmu h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.playaud-leymmu input,
.playaud-leymmu textarea,
.playaud-leymmu 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;
}
.playaud-leymmu button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.playaud-kto2xp ease;
}
.playaud-leymmu button:hover {
  background-color: var(--button-bg-hover);
}
.playaud-j2qfbt {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.playaud-00w9q4 ease-in;
}

.playaud-j2qfbt 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;
}
.playaud-jn5vou, .playaud-7oao7u, [class*="review-card"],
thead, thead th, table th, .playaud-x93zwx,
.playaud-4284ao, [class*="collapsible-header"],
.playaud-48iz51, [class*="updated-block"] {
  color: #ece7dc !important;
}
