* {
  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;
  }
}

.audplay-tbp4kh {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .audplay-tbp4kh {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .audplay-tbp4kh {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.audplay-2wyhy0 {
  overflow: hidden;
}

.audplay-wdesyk img {
  background: var(--Neutral-300);
}

.audplay-jvs3cf {
  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;
}

.audplay-i90o09 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.audplay-i90o09:hover {
  background: var(--button-bg-hover);
}

.audplay-q41o6w {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.audplay-q41o6w:hover {
  background: var(--button-bg-hover);
}

.audplay-qam1f6 {
  font-size: 12px;
  line-height: 18px;
}

.audplay-v1zpu4 {
  font-size: 18px;
  line-height: 26px;
}

.audplay-l7nezf {
  width: 100%;
}

.audplay-i3mh24 {
  padding: 6px 16px;
}

.audplay-iph602 {
  padding: 10px 16px;
}

.audplay-ahi7oi {
  padding: 15px 26px;
}

.audplay-0bchjo {
  flex-shrink: 0;
}

.audplay-6nm63b {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.audplay-2ujycb {
  display: none;
}

.audplay-wmnnjz {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.audplay-1qrkq5 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.audplay-clffc5 {
  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;
}

.audplay-4rmfk1 {
  cursor: grab;
}

.audplay-clffc5::-webkit-scrollbar {
  display: none;
}

.audplay-xllat8 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.audplay-jwmdyi {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.audplay-6ike4s {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.audplay-uurvjl {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.audplay-blycnz {
  visibility: visible;
}

.audplay-ahg5vp {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.audplay-hfqh99 ease;
}

.audplay-1q7cru {
  background-color: var(--Primary-200);
  width: 16px;
}

.audplay-4cm8ex {
  -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.audplay-hfqh99,
    mask-image 0.3s;
}

.audplay-4cm8ex.audplay-datv6f {
  -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;
  }
}

.audplay-lcpu83: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;
}

.audplay-tfh6oq {
  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.audplay-9fnuf2.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.audplay-9fnuf2.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;
}

.audplay-b7pkx7 {
  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);
}

.audplay-b7pkx7::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%
  );
}

.audplay-wll05k {
  position: relative;
  z-index: 1;
}

.audplay-uvqexy {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.audplay-lqraid {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.audplay-am4xzm {
  font-size: 40px;
  line-height: 48px;
}

.audplay-64c6o5 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.audplay-ch11lo {
  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;
}

.audplay-ch11lo:hover {
  background: var(--Primary-400);
}

.audplay-ch11lo svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.audplay-lcpu83 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) {
  .audplay-b7pkx7 {
    max-width: 600px;
    padding: 64px;
  }

  .audplay-uvqexy {
    font-size: 24px;
    line-height: 32px;
  }

  .audplay-lqraid {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .audplay-am4xzm {
    font-size: 50px;
    line-height: 56px;
  }

  .audplay-64c6o5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .audplay-tfh6oq {
    top: 25px;
    right: 25px;
  }
}

.audplay-xhhm0q,
.audplay-rwmls4 {
  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;
}

.audplay-bsc8yt.audplay-nd2nnt::before,
.audplay-rwmls4::before,
.audplay-fnc2kb::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.audplay-9fnuf2.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.audplay-adjpq4 14.audplay-87f2n7.audplay-dwpt4j 14.audplay-mz0gnx 15.audplay-sjwlbr 14.audplay-vmk6km 15.audplay-28ruwb 14.audplay-rmn8j9.audplay-8dbh17 14.audplay-ipqai8 19.audplay-9pssib 12.audplay-a1emzf 19.audplay-9pssib 10.audplay-ms0ndd.audplay-9pssib 8.audplay-w0g6z0 17.audplay-d78wib 7.audplay-e0andb 15.audplay-6nh8tp 7.audplay-uz8mst.audplay-s6gyiz 7.audplay-e0andb 11.audplay-tcirp8 8.audplay-w0g6z0 11.audplay-tcirp8 10.audplay-dom5yr.audplay-tcirp8 12.audplay-1z27tm 13.audplay-r4b48h 14.audplay-m77vwm 15.audplay-bvfx0f 14.audplay-4klo6o.audplay-4o2sjt 14.audplay-zs165j 15.audplay-f5o10d 14.audplay-2mqg8j 15.audplay-bj26uq 14.audplay-y19ycy.audplay-adjpq4 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.audplay-9dpm7v 15.audplay-7872u8.audplay-82bun0 15.audplay-dbs6s1 15.audplay-3cc1dt 15.audplay-cdltsj 15.audplay-sl0n8v 15.audplay-qgo883.audplay-d65oiu 15.audplay-cdltsj 15.audplay-rglywn 15.audplay-w89sar 15.audplay-3vxjl9 15.audplay-v5m5bo.audplay-15qbre 15.audplay-4rw5zw 7.audplay-u1pw6h 18.audplay-rscc1q 7.audplay-wq63yh 23.audplay-ph0sk0.audplay-nwmdl3.audplay-6vg4xp 18.audplay-w2lmlz 19.audplay-kk8c9t 15.audplay-ew5o53 15.audplay-9dpm7v 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.audplay-vxffdd [type="submit"] *,
.audplay-p4xien button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .audplay-by2k0t {
    display: none;
  }
}

.audplay-4df6da {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .audplay-4df6da {
  display: none;
}

@media (min-width: 768px) {
  .audplay-4df6da {
    bottom: 22px;
  }
}

.audplay-4df6da input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .audplay-4df6da {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.audplay-caf0w1.static) .audplay-4df6da {
    bottom: 8px;
  }
}

.audplay-mp31xr {
  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.audplay-9fnuf2.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.audplay-8pd40g 3.audplay-glmcqq.audplay-jslgz7.audplay-gnbkjz 3.audplay-jr8o4t 3.audplay-kpwq3e 5.audplay-97myb6 3.audplay-kpwq3e 8.audplay-wyb7p2.audplay-8kn7vf.audplay-kpwq3e 26.audplay-5xkqzk 5.audplay-p3pvip 28.audplay-dk5py7 8.audplay-n3lggk 28.audplay-gujn58.audplay-rglt33 28.audplay-vk2kak.audplay-gs8ew3 34.audplay-nqgjmy.audplay-c098y8 36.audplay-qjp0m8 11.audplay-9nqd0w 37.audplay-p152oj 12.audplay-o3pd7z 36.audplay-ojn1l2.audplay-0ekagu 28.audplay-bg0h8z.audplay-iwue6c.audplay-i46l6l 28.audplay-nce7yd 36.audplay-pij7rf 26.audplay-ywqt7b 36.audplay-pij7rf 23.audplay-ml187y.audplay-o9b0q6.audplay-pij7rf 5.audplay-kx7ahw 34.audplay-1aqtd7 3.audplay-jr8o4t 31.audplay-8pd40g 3.audplay-rmul2i.audplay-vp0ghh 18.audplay-2d6f5d.audplay-tativx 18.audplay-hh04kv 8.audplay-bpoadf 17.audplay-chs1y5 8.audplay-bpoadf 15.audplay-eg0oet.audplay-bpoadf 14.audplay-vxzf4x 9.audplay-tativx 13.audplay-ahn9dl 11.audplay-vp0ghh 13.audplay-3rlsyi.audplay-m9r8ie 13.audplay-ahn9dl 13.audplay-88aqut 14.audplay-vxzf4x 13.audplay-88aqut 15.audplay-yjduyd.audplay-88aqut 17.audplay-chs1y5 12.audplay-m9r8ie 18.audplay-hh04kv 11.audplay-vp0ghh 18.audplay-azuqbx.audplay-748dg6 18.audplay-bef8k9.audplay-4r5tfy 18.audplay-hh04kv 17.audplay-iyisgc 17.audplay-chs1y5 17.audplay-iyisgc 15.audplay-kbgrnb.audplay-iyisgc 14.audplay-vxzf4x 18.audplay-4r5tfy 13.audplay-ahn9dl 20.audplay-748dg6 13.audplay-ma8rro.audplay-dfufba 13.audplay-ahn9dl 22.audplay-jaz9xf 14.audplay-vxzf4x 22.audplay-jaz9xf 15.audplay-gqeroo.audplay-zkdys5 17.audplay-chs1y5 21.audplay-dfufba 18.audplay-hh04kv 20.audplay-748dg6 18.audplay-cmfzu8.audplay-ewimeh 18.audplay-4rwuwj.audplay-7q4o1r 18.audplay-hh04kv 26.audplay-tbqc5c 17.audplay-chs1y5 26.audplay-tbqc5c 15.audplay-gajao8.audplay-tbqc5c 14.audplay-vxzf4x 27.audplay-7q4o1r 13.audplay-ahn9dl 28.audplay-ewimeh 13.audplay-p3ymk6.audplay-cyeqru 13.audplay-ahn9dl 31.audplay-oyb8ry 14.audplay-vxzf4x 31.audplay-oyb8ry 15.audplay-yh9hs7.audplay-tbqc5c 17.audplay-chs1y5 30.audplay-cyeqru 18.audplay-hh04kv 28.audplay-ewimeh 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"])
    .audplay-mp31xr {
    display: none;
  }
}

.audplay-lc5vet {
  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) {
  .audplay-lc5vet {
    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;
}

.audplay-p4xien {
  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) {
  .audplay-p4xien {
    padding: 14px 16px;
  }
}

.audplay-p4xien button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.audplay-p4xien button:first-child {
  align-content: end;
}

.audplay-p4xien button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .audplay-p4xien
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .audplay-p4xien
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.audplay-p4xien button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.audplay-p4xien button:last-child svg {
  width: 38px;
  height: 38px;
}

.audplay-fnc2kb {
  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;
}

.audplay-fnc2kb::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .audplay-fnc2kb,
.pc61d126-chatbot[data-active-screen="3"]
  .audplay-fnc2kb {
  opacity: 1;
  visibility: visible;
}

.audplay-qiyb97 {
  flex: 1 1;
}

.audplay-7hz79a {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .audplay-7hz79a {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .audplay-76j3ui {
  display: block;
}

.audplay-naf5ve {
  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) {
  .audplay-naf5ve {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.audplay-rwmls4 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.audplay-rwmls4::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.audplay-8iikrx span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.audplay-8iikrx p {
  color: var(--Text-100);
}

.audplay-rwmls4 .audplay-aihy0z {
  grid-area: button;
}

.audplay-rwmls4 .audplay-aihy0z::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.audplay-9fnuf2.org/2000/svg'%3E%3Cpath d='M4.audplay-boc1ue 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.audplay-2kl7zy 15L16.audplay-2kl7zy 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.audplay-2kl7zy 5L16.audplay-2kl7zy 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .audplay-lx4qzx {
  display: block;
}

.audplay-0at0jx {
  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) {
  .audplay-0at0jx {
    margin-top: 40px;
  }
}

.audplay-xhhm0q label,
.audplay-xhhm0q input {
  display: block;
  width: 100%;
}

.audplay-xhhm0q label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.audplay-xhhm0q label.audplay-2du4dk input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.audplay-xhhm0q label.audplay-2du4dk::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;
}

.audplay-xhhm0q 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;
}

.audplay-xhhm0q input::placeholder {
  color: var(--Text-400);
}

.audplay-c26ubn {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .audplay-c26ubn {
  display: flex;
}

.audplay-c26ubn ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .audplay-c26ubn ol {
    height: 420px;
    padding: 24px;
  }
}

.audplay-c26ubn ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.audplay-vxffdd {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .audplay-vxffdd {
    padding: 0 24px 24px;
  }
}

.audplay-vxffdd 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;
}

.audplay-vxffdd input::placeholder {
  color: var(--Text-400);
}

.audplay-vxffdd [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.audplay-vxffdd [type="submit"]:disabled {
  opacity: 0.5;
}

.audplay-vxffdd [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .audplay-vxffdd [type="submit"] {
    right: 40px;
  }
}

.audplay-bsc8yt {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.audplay-bsc8yt.audplay-nd2nnt {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.audplay-bsc8yt.audplay-nd2nnt::before {
  content: "";
  width: 31px;
}

.audplay-bsc8yt.audplay-nd2nnt p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.audplay-bsc8yt.audplay-nxsw3v p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.audplay-bsc8yt p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.audplay-4df6da .audplay-aihy0z {
  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;
  }
}

.audplay-by2k0t {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .audplay-by2k0t {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .audplay-by2k0t {
    padding: 18px 0;
  }
}

.audplay-by2k0t .audplay-tbp4kh {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .audplay-by2k0t .audplay-tbp4kh {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.audplay-5piry9 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .audplay-5piry9 {
    max-width: 160px;
    height: 40px;
  }
}

.audplay-5piry9 picture,
.audplay-5piry9 img {
  display: block;
  width: 100%;
  height: 100%;
}

.audplay-5piry9 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .audplay-nbw9vf {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.audplay-hfqh99 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .audplay-by2k0t.audplay-s90jto .audplay-nbw9vf {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .audplay-nbw9vf {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .audplay-nbw9vf {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.audplay-mgs8iq,
.audplay-afd8jo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .audplay-mgs8iq,
  .audplay-afd8jo {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .audplay-afd8jo {
    display: none;
  }
}

.audplay-kbwwug {
  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;
}

.audplay-s90jto .audplay-kbwwug {
  background: var(--fh-bg-color);
}

.audplay-kbwwug button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .audplay-kbwwug {
    display: none;
  }
}

.audplay-p7c9pa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .audplay-p7c9pa {
    display: none;
  }
}

.audplay-t0qf44 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.audplay-by2k0t.audplay-s90jto .audplay-t0qf44:first-child {
  display: none;
}

.audplay-by2k0t.audplay-s90jto .audplay-t0qf44:last-child {
  display: block;
}

.audplay-t0qf44:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .audplay-t0qf44 {
    display: none;
  }
}

.audplay-hpb12j {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .audplay-hpb12j {
    display: flex;
  }
}

.audplay-hpb12j ul {
  max-height: 350px;
  overflow-y: auto;
}

.audplay-hpb12j:hover ul {
  visibility: visible;
  opacity: 1;
}

.audplay-hpb12j:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.audplay-hpb12j:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.audplay-hpb12j:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.audplay-hpb12j:hover .audplay-76l6kb svg {
  transform: rotate(180deg);
}

.audplay-5f37g5 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.audplay-4321d3 {
  padding: 0 8px;
}

.audplay-xhv9f3 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.audplay-xhv9f3:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .audplay-xhv9f3 {
    padding: 4px 8px;
  }
}

.audplay-7mve1f {
  display: flex;
}

.audplay-7mve1f img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.audplay-76l6kb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.audplay-76l6kb svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.audplay-rv9mt9 {
  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) {
  .audplay-rv9mt9 {
    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;
  }
}

.audplay-j8zg8z {
  width: 100%;
}

@media (min-width: 1200px) {
  .audplay-j8zg8z {
    display: none;
  }
}

.audplay-zmjx32 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.audplay-f01hm9 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.audplay-krws1m {
  display: flex;
}

.audplay-aszn51 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.audplay-e48hz4 {
  list-style: none;
}

@media (max-width: 1199px) {
  .audplay-e48hz4 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .audplay-e48hz4 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .audplay-e48hz4 .audplay-lwr6ro [data-ref-el],
  .audplay-e48hz4 .audplay-lwr6ro span,
  .audplay-e48hz4 .audplay-lwr6ro a {
    white-space: nowrap;
  }
}

.audplay-zzpf7w {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .audplay-zzpf7w.audplay-5xlumk > .audplay-lwr6ro {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .audplay-zzpf7w.audplay-h15n8u:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .audplay-zzpf7w.audplay-5xlumk > .audplay-ic797p {
    height: auto;
  }

  .audplay-zzpf7w.audplay-5xlumk > div > .audplay-rqc9se {
    transform: rotate(180deg);
  }
}

.audplay-zzpf7w [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.audplay-zzpf7w [data-ref-el],
.audplay-zzpf7w span {
  cursor: pointer;
}

.audplay-zzpf7w [data-ref-el],
.audplay-zzpf7w span,
.audplay-zzpf7w a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .audplay-zzpf7w [data-ref-el],
  .audplay-zzpf7w span,
  .audplay-zzpf7w a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .audplay-zzpf7w [data-ref-el],
  .audplay-zzpf7w span,
  .audplay-zzpf7w a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.audplay-ic797p {
  height: 0;
  overflow: hidden;
  transition: height 0.audplay-hfqh99 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.audplay-ic797p::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.audplay-ic797p::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.audplay-ic797p::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .audplay-ic797p {
    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;
  }

  .audplay-ic797p:has(> .audplay-zzpf7w.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .audplay-ic797p .audplay-ic797p {
    padding: 0;
  }

  .audplay-ic797p .audplay-zzpf7w {
    font-weight: 400;
  }

  .audplay-ic797p .audplay-zzpf7w:hover > .audplay-lwr6ro {
    background: var(--Neutral-300);
  }

  .audplay-ic797p .audplay-rqc9se {
    rotate: -90deg;
  }
}

.audplay-lwr6ro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .audplay-lwr6ro {
    padding: 8px;
  }

  .audplay-zzpf7w.audplay-9ero7g > .audplay-lwr6ro {
    background: var(--Neutral-300);
  }
}

.audplay-rqc9se {
  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.audplay-9fnuf2.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.audplay-xerjnd 0.audplay-5u8lb9.audplay-mrkb9c -0.audplay-vk7b3n 0.audplay-51s2l8 -0.audplay-vk7b3n 1.audplay-9unubo 0.audplay-crxny6.audplay-ha0xj4 4.audplay-2agbqf.audplay-xerjnd 0.audplay-kc36vv.audplay-7a99w0 -0.audplay-vk7b3n 9.audplay-reuo6o -0.audplay-vk7b3n 10.audplay-yachvr 0.audplay-933s86.audplay-49u741 0.audplay-mrkb9c 10.audplay-49u741 0.audplay-51s2l8 10.audplay-yachvr 1.audplay-plmerk.audplay-1b330y 5.audplay-onzuf5.audplay-a058lz 6.audplay-quxo9i 5.audplay-l21mxv 6.audplay-quxo9i 4.audplay-p852rv 5.audplay-bfbtcd.audplay-xerjnd 1.audplay-jukym1.audplay-vk7b3n 0.audplay-51s2l8 -0.audplay-vk7b3n 0.audplay-mrkb9c 0.audplay-xerjnd 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.audplay-hfqh99 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .audplay-rqc9se {
    cursor: default;
  }
}

.audplay-0xcwj5 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.audplay-eqap67 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .audplay-eqap67 {
    padding: 40px 4px;
  }
}

.audplay-i5by3r {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .audplay-i5by3r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.audplay-vja8a8 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .audplay-vja8a8 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.audplay-vja8a8 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.audplay-vja8a8 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.audplay-vja8a8 [data-ref-el],
.audplay-vja8a8 span,
.audplay-vja8a8 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.audplay-k6c3b5 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .audplay-k6c3b5 {
    margin-bottom: 12px;
  }
}

.audplay-4tmsc6 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.audplay-4tmsc6 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .audplay-4tmsc6:last-child {
    margin-right: 0;
  }
}

.audplay-i7cbke {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.audplay-k6c3b5:hover .audplay-o8u6gq {
  visibility: visible;
  opacity: 1;
}

.audplay-o8u6gq {
  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);
}

.audplay-ezivak {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.audplay-4lqs1v {
  display: flex;
  margin: 6px;
}

.audplay-4lqs1v img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.audplay-o8u6gq::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);
}

.audplay-o8u6gq::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);
}

.audplay-rc4hg7 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .audplay-rc4hg7 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.audplay-qj072y {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .audplay-qj072y {
    margin-right: 32px;
  }
}

.audplay-b2121q {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .audplay-b2121q {
    margin-top: 0;
    width: 340px;
  }
}

.audplay-b2121q a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.audplay-us7het {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.audplay-pnuv2k {
  position: relative;
}

@media (min-width: 768px) {
  .audplay-pnuv2k {
    margin-top: 40px;
  }
}

.audplay-pnuv2k + .audplay-jvjpff,
.audplay-pnuv2k + .audplay-pnuv2k {
  margin-top: 24px;
}

.audplay-q10qdr {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .audplay-q10qdr {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .audplay-q10qdr {
    padding: 80px;
  }
}

.audplay-wxo7la {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .audplay-wxo7la {
    padding: 0 16px;
}


}

.audplay-a7r1z6 {
  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) {
  .audplay-a7r1z6 {
    font-size: 48px;
    line-height: 56px;
  }
}

.audplay-x0fst8 {
  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) {
  .audplay-x0fst8 {
    font-size: 24px;
    line-height: 32px;
  }
}

.audplay-yk1nix {
  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;
}

.audplay-yk1nix:hover {
  background: var(--button-bg-hover);
}

.audplay-wirnv8 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.audplay-wirnv8 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .audplay-wirnv8 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .audplay-wirnv8 img {
  min-height: 100%;
  }
}

.audplay-q10qdr::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.audplay-ykmuem {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.audplay-ykmuem h1,
.audplay-ykmuem h2,
.audplay-ykmuem h3,
.audplay-ykmuem h4 {
  margin-bottom: 6px;
}

.audplay-ykmuem h1:not(:first-child),
.audplay-ykmuem h2:not(:first-child),
.audplay-ykmuem h3:not(:first-child),
.audplay-ykmuem h4:not(:first-child) {
  margin-top: 16px;
}

.audplay-ykmuem h1,
.audplay-ykmuem h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .audplay-ykmuem h1,
  .audplay-ykmuem h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.audplay-ykmuem h2,
.audplay-ykmuem h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .audplay-ykmuem h2,
  .audplay-ykmuem h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.audplay-ykmuem h3,
.audplay-ykmuem h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .audplay-ykmuem h3,
  .audplay-ykmuem h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.audplay-ykmuem h4,
.audplay-ykmuem h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.audplay-ykmuem ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.audplay-ykmuem ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.audplay-ykmuem 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);
}

.audplay-ykmuem ul ul {
  margin-bottom: 8px;
}

.audplay-ykmuem ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.audplay-ykmuem ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.audplay-ykmuem ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.audplay-ykmuem ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.audplay-ykmuem ol li::marker {
  font-weight: 700;
}

.audplay-ykmuem ol ol {
  margin-bottom: 8px;
}

.audplay-ykmuem ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.audplay-ykmuem ol ul li {
  padding-left: 16px;
}

.audplay-ykmuem 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) {
  .audplay-ykmuem table {
    padding: 24px;
  }
}

.audplay-ykmuem table.audplay-jknjj1 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.audplay-hfqh99,
    mask-image 0.3s;
}

.audplay-ykmuem table.audplay-jknjj1.audplay-datv6f {
  -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) {
  .audplay-ykmuem table {
    display: table;
  }
}

.audplay-ykmuem 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);
}

.audplay-ykmuem table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.audplay-ykmuem table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.audplay-ykmuem 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) {
  .audplay-ykmuem table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.audplay-ykmuem table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.audplay-ykmuem table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.audplay-ykmuem table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.audplay-ykmuem img {
  max-width: 100%;
  height: auto;
}

.audplay-lyxtf4 {
  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) {
  .audplay-lyxtf4 {
    padding: 24px;
  }
}

.audplay-8f0gtp {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .audplay-8f0gtp {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.audplay-8f0gtp > * {
  margin: 0 !important;
}

.audplay-8f0gtp img,
.audplay-avuutu {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .audplay-8f0gtp img,
  .audplay-avuutu {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.audplay-64h1np {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .audplay-64h1np {
    width: 32px;
    height: 32px;
  }
}

.audplay-584199 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.audplay-584199 .audplay-ibciwl {
  flex-shrink: 0;
}

.audplay-584199 .audplay-wbq4r4 svg {
  display: none;
}

.audplay-1awywm {
  display: grid;
  transition: max-height 0.audplay-hfqh99 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .audplay-1awywm {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .audplay-1awywm {
    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));
  }
}

.audplay-1awywm.audplay-e071qe + .audplay-ibciwl svg {
  transform: rotate(180deg);
}

.audplay-qmopsa {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.audplay-qmopsa > div:nth-child(3n) {
  grid-column: span 2;
}

.audplay-qmopsa
  > div:nth-child(3n)
  .audplay-doghed
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .audplay-qmopsa {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .audplay-qmopsa > div:nth-child(3n) {
    grid-column: unset;
  }

  .audplay-qmopsa
    > div:nth-child(3n)
    .audplay-doghed
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .audplay-qmopsa {
    max-width: 270px;
  }
}

.audplay-qmopsa .audplay-doghed button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .audplay-qmopsa .audplay-doghed button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .audplay-qmopsa .audplay-doghed button {
    max-width: 104px;
  }
}

.audplay-gndiho {
  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) {
  .audplay-gndiho {
    margin-bottom: 0;
  }
}

.audplay-dfff54 {
  display: none;
  opacity: 0;
}

.audplay-09pkmp {
  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;
  }
}

.audplay-09pkmp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.audplay-doghed {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.audplay-doghed button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .audplay-doghed
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .audplay-doghed
    button {
    max-width: 145px;
  }
}

.audplay-u39nac:first-child
  .audplay-doghed
  button {
  max-width: 270px;
}

.audplay-ci27rr {
  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%;
}

.audplay-gndiho picture {
  width: 100%;
  max-width: 100%;
}

.audplay-o3gqzk {
  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;
}

.audplay-o3gqzk svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.audplay-gndiho:hover .audplay-o3gqzk {
  display: flex;
}

.audplay-3ucaqc {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.audplay-sx7u6h {
  display: flex;
}

.audplay-sx7u6h:hover .audplay-gc5l1t,
.audplay-sx7u6h .audplay-9ero7g .audplay-gc5l1t {
  display: flex;
}

.audplay-sx7u6h svg {
  flex-shrink: 0;
}

.audplay-gc5l1t {
  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) {
  .audplay-gc5l1t {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.audplay-gc5l1t:hover {
  display: flex;
}

.audplay-gc5l1t svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.audplay-gohxbr {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .audplay-gohxbr {
    font-size: 12px;
  }
}

.audplay-5klv9g,
.audplay-pzsggc {
  width: 50%;
  flex-shrink: 0;
}

.audplay-5klv9g {
  font-weight: 700;
}

.audplay-2ecjbu .audplay-1awywm {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .audplay-2ecjbu .audplay-1awywm {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .audplay-2ecjbu .audplay-1awywm {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.audplay-2ecjbu
  .audplay-ci27rr:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.audplay-2ecjbu .audplay-09pkmp {
  height: 100% !important;
  border-radius: 16px;
}

.audplay-2ecjbu .audplay-doghed {
  gap: 4px;
  align-items: center;
}

.audplay-2ecjbu .audplay-doghed button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.audplay-2ecjbu .audplay-doghed svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.audplay-2ecjbu .audplay-agqz2z,
.audplay-2ecjbu .audplay-b936qk {
  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.audplay-9fnuf2.org/2000/svg'%3E%3Cpath d='M9.audplay-r9c9tp 4.audplay-d15ycp.audplay-af9i3o 5.audplay-w02tki.audplay-8czj7m 5.audplay-8d3qoo.audplay-5g70kj 5.audplay-1yv4r1.audplay-cozfo6 8.audplay-l5vilt.audplay-h706yk 9.audplay-c5oeif.audplay-hy9p4v 9.audplay-ok3i0k.audplay-xpg4kw 13.audplay-gg729s.audplay-1sv4xl 11.audplay-b5cep7.audplay-domhws 11.audplay-iq01c8.audplay-mt5jk4 11.audplay-9vzx8x.audplay-txaxyp 13.audplay-1k4xz6.audplay-o9jayn 9.audplay-uw07ci.audplay-yz7zjw 9.audplay-zoa3n5.audplay-rax7x6 8.audplay-m3wi4c.audplay-65bief 5.audplay-cpjzlu.audplay-ths2cw 5.audplay-jirs28.audplay-hxka2e 5.audplay-7el816.audplay-adh1bh 4.audplay-07rs22.audplay-domhws 1.audplay-bqwczg.audplay-r9c9tp 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.audplay-2ecjbu .audplay-agqz2z {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.audplay-2ecjbu .audplay-b936qk {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.audplay-oqi1o3 {
  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) {
  .audplay-oqi1o3 {
    padding: 24px;
  }
}

.audplay-oqi1o3 .audplay-ibciwl {
  display: flex;
}

@media (min-width: 768px) {
  .audplay-oqi1o3 .audplay-ibciwl {
    display: none;
  }
}

.audplay-oqi1o3 .audplay-wbq4r4 svg {
  display: none;
}

.audplay-012zdo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.audplay-012zdo .audplay-jvs3cf {
  display: none;
}

@media (min-width: 768px) {
  .audplay-012zdo .audplay-jvs3cf {
    display: flex;
  }
}

.audplay-5yu4qk {
  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) {
  .audplay-5yu4qk {
    font-size: 40px;
    line-height: 48px;
  }
}

.audplay-5yu4qk > * {
  margin: 0 !important;
}

.audplay-5yu4qk img,
.audplay-oi6z13 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .audplay-5yu4qk img,
  .audplay-oi6z13 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.audplay-ql75eq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .audplay-ql75eq {
    width: 32px;
    height: 32px;
  }
}

.audplay-xyn5js {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .audplay-xyn5js {
    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;
  }

  .audplay-xyn5js::-webkit-scrollbar {
    display: none;
  }
}

.audplay-i9xs35 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .audplay-i9xs35 {
    padding: 7px 15px;
  }
}

.audplay-i9xs35:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.audplay-pivtih {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .audplay-pivtih {
    display: flex;
    opacity: 1;
  }
}

.audplay-i9xs35 picture {
  height: 100%;
  display: block;
}

.audplay-i9xs35 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .audplay-i9xs35 img {
    width: 88px;
    height: 44px;
  }
}

.audplay-i9xs35 p {
  text-align: center;
  width: 100%;
}

.audplay-fnzz4m {
  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) {
  .audplay-fnzz4m {
    font-size: 40px;
    line-height: 48px;
  }
}

.audplay-fnzz4m img,
.audplay-9puv32 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .audplay-fnzz4m img,
  .audplay-9puv32 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.audplay-mjj2wd {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .audplay-mjj2wd {
    width: 32px;
    height: 32px;
  }
}

.audplay-tes9ao {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.audplay-xa22ax {
  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;
}

.audplay-0r9qz1 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.audplay-0r9qz1.audplay-9ero7g {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.audplay-q5czyw {
  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) {
  .audplay-q5czyw {
    font-size: 20px;
    line-height: 28px;
  }
}

.audplay-jgwosl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.audplay-3af3bp {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.audplay-hfqh99 ease;
  opacity: 0;
  color: var(--text-color);
}

.audplay-e3l7ya {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.audplay-e3l7ya ol,
.audplay-e3l7ya ul {
  padding-left: 1.3em;
}

.audplay-0r9qz1.audplay-9ero7g .audplay-3af3bp {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.audplay-0r9qz1.audplay-9ero7g .audplay-jgwosl {
  transform: rotate(180deg);
  color: var(--text-color);
}

.audplay-g8tq23 {
  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) {
  .audplay-g8tq23 {
    padding: 24px;
  }
}

.audplay-g8tq23 .audplay-ibciwl {
  display: flex;
}

@media (min-width: 768px) {
  .audplay-g8tq23 .audplay-ibciwl {
    display: none;
  }
}

.audplay-g8tq23 .audplay-wbq4r4 svg {
  display: none;
}

.audplay-vkvqv3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.audplay-vkvqv3 .audplay-jvs3cf {
  display: none;
}

@media (min-width: 768px) {
  .audplay-vkvqv3 .audplay-jvs3cf {
    display: flex;
  }
}

.audplay-66r4jy {
  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) {
  .audplay-66r4jy {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.audplay-66r4jy > * {
  margin: 0 !important;
}

.audplay-66r4jy img,
.audplay-0tfsl6 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .audplay-66r4jy img,
  .audplay-0tfsl6 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.audplay-tpmnwj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .audplay-tpmnwj {
    width: 32px;
    height: 32px;
  }
}

.audplay-wb7kxr {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .audplay-wb7kxr {
    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;
  }

  .audplay-wb7kxr::-webkit-scrollbar {
    display: none;
  }
}

.audplay-e10uh2 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.audplay-e10uh2:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.audplay-j6x7jv {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .audplay-j6x7jv {
    display: flex;
    opacity: 1;
  }
}

.audplay-e10uh2 picture {
  width: auto;
  height: 100%;
  display: block;
}

.audplay-e10uh2 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.audplay-ps2nnx {
  margin: -24px 0;
}

.audplay-ps2nnx:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .audplay-ps2nnx {
    margin: -16px 0;
  }
}

.audplay-uqbyqi {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .audplay-uqbyqi {
    flex-direction: row;
  }
}

.audplay-gphj15 {
  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) {
  .audplay-gphj15 {
    flex: 1;
  }
}

.audplay-gphj15::placeholder {
  color: var(--Text-400);
}

.audplay-e2jwzz {
  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;
}

.audplay-8ryphl {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.audplay-8ryphl::-webkit-scrollbar {
  display: none;
}

.audplay-nrp9e6 {
  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;
}

.audplay-nrp9e6 img,
.audplay-nrp9e6 svg {
  margin-right: 8px;
}

.audplay-ixfpae {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.audplay-ps2nnx + .audplay-8m6jm6 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .audplay-ps2nnx + .audplay-8m6jm6 {
    margin-top: -16px;
  }
}

.audplay-gmothc {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.audplay-gmothc > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.audplay-gmothc > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.audplay-8zm727 {
  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;
}

.audplay-su8xnw {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.audplay-v9wnek {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.audplay-y7d5wb {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.audplay-6ex2dh {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.audplay-8zm727 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;
}

.audplay-8zm727 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) {
  .audplay-8zm727 {
    padding: 39px 179px 39px 39px;
  }

  .audplay-su8xnw {
    font-size: 40px;
    line-height: 48px;
  }

  .audplay-6ex2dh {
    height: 348px;
  }

  .audplay-8zm727 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .audplay-8zm727 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .audplay-8zm727 {
    padding: 63px;
  }
}

.audplay-20wk0q {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .audplay-20wk0q {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.audplay-h6e7iy {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .audplay-h6e7iy {
    width: auto;
  }
}

.audplay-i3c7mt {
  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;
}

.audplay-i3c7mt::-webkit-scrollbar {
  display: none;
}

.audplay-i3c7mt 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);
}

.audplay-i3c7mt a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .audplay-i3c7mt {
    margin-left: 16px;
    margin-top: 0;
  }
}

.audplay-20wk0q .audplay-dbydlf {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.audplay-hfqh99,
    mask-image 0.3s;
}

.audplay-20wk0q .audplay-dbydlf.audplay-datv6f {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.audplay-5e107k {
  margin: 40px -16px;
}

.audplay-a2qrhc + .audplay-jvjpff,
.audplay-a2qrhc + .audplay-pnuv2k {
  margin-top: 24px;
}

.audplay-xoi62a {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.audplay-xoi62a picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.audplay-nt27lb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .audplay-nt27lb {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .audplay-nt27lb {
    margin-top: 0;
  }
}

.audplay-3jpbcb {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .audplay-3jpbcb {
    font-size: 24px;
    line-height: 32px;
  }
}

.audplay-ilyty8 {
  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) {
  .audplay-ilyty8 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.audplay-8perug {
  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) {
  .audplay-8perug {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.audplay-ijiss5 {
  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) {
  .audplay-ijiss5 {
    font-size: 20px;
    line-height: 28px;
  }
}

.audplay-96if48 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .audplay-96if48 {
    font-size: 32px;
    line-height: 40px;
  }
}

.audplay-j3hed9 {
  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;
}

.audplay-lyhqct {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.audplay-lyhqct img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.audplay-8m6jm6 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.audplay-tvuj5r {
  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) {
  .audplay-tvuj5r {
    padding: 15px 48px;
  }
}

main > .audplay-8m6jm6 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .audplay-1awywm.audplay-o1a0ml > div:nth-child(n+5) {
    display: none;
  }
}

.audplay-ykmuem p a img {
  display: block;
  margin: 0 auto;
}


.audplay-tinbqz {
  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 */
.audplay-5c9rc0 {
  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;
}

.audplay-5c9rc0 label {
  font-size: 14px;
}

.audplay-5c9rc0 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.audplay-5c9rc0 input,
.audplay-5c9rc0 textarea,
.audplay-5c9rc0 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;
}
.audplay-5c9rc0 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.audplay-6lt5sd ease;
}
.audplay-5c9rc0 button:hover {
  background-color: var(--button-bg-hover);
}
.audplay-pxby0m {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.audplay-2mz2qa ease-in;
}

.audplay-pxby0m 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;
}
.audplay-ekwrfp, .audplay-9iw727, [class*="review-card"],
thead, thead th, table th, .audplay-5no84g,
.audplay-lloexy, [class*="collapsible-header"],
.audplay-2tltum, [class*="updated-block"] {
  color: #ece7dc !important;
}
