* {
  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;
  }
}

.playamo-8mtw0l {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .playamo-8mtw0l {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .playamo-8mtw0l {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.playamo-wd3p3a {
  overflow: hidden;
}

.playamo-0v111v img {
  background: var(--Neutral-300);
}

.playamo-y0irys {
  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;
}

.playamo-1hw6z2 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.playamo-1hw6z2:hover {
  background: var(--button-bg-hover);
}

.playamo-48qxwo {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.playamo-48qxwo:hover {
  background: var(--button-bg-hover);
}

.playamo-liytt8 {
  font-size: 12px;
  line-height: 18px;
}

.playamo-zz3zot {
  font-size: 18px;
  line-height: 26px;
}

.playamo-2mxctq {
  width: 100%;
}

.playamo-ddc73j {
  padding: 6px 16px;
}

.playamo-ij6liz {
  padding: 10px 16px;
}

.playamo-63c0r2 {
  padding: 15px 26px;
}

.playamo-zzr3i8 {
  flex-shrink: 0;
}

.playamo-0s53ju {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.playamo-lmozba {
  display: none;
}

.playamo-6a97pv {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.playamo-5zfqi7 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.playamo-s2fgiv {
  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;
}

.playamo-b8rhkx {
  cursor: grab;
}

.playamo-s2fgiv::-webkit-scrollbar {
  display: none;
}

.playamo-d8lvfr {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.playamo-1lhtgn {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.playamo-lyro8v {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.playamo-e473u4 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.playamo-cyr5so {
  visibility: visible;
}

.playamo-lqyazp {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.playamo-bdwzi4 ease;
}

.playamo-pqn676 {
  background-color: var(--Primary-200);
  width: 16px;
}

.playamo-iuarkc {
  -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.playamo-bdwzi4,
    mask-image 0.3s;
}

.playamo-iuarkc.playamo-5jfsxx {
  -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;
  }
}

.playamo-ljke43: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;
}

.playamo-5bbldr {
  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.playamo-0wvio5.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.playamo-0wvio5.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;
}

.playamo-b2ck2e {
  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);
}

.playamo-b2ck2e::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%
  );
}

.playamo-9tcry1 {
  position: relative;
  z-index: 1;
}

.playamo-fu3309 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.playamo-if8wmo {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.playamo-yi0taz {
  font-size: 40px;
  line-height: 48px;
}

.playamo-otbky5 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.playamo-wnvm5e {
  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;
}

.playamo-wnvm5e:hover {
  background: var(--Primary-400);
}

.playamo-wnvm5e svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.playamo-ljke43 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) {
  .playamo-b2ck2e {
    max-width: 600px;
    padding: 64px;
  }

  .playamo-fu3309 {
    font-size: 24px;
    line-height: 32px;
  }

  .playamo-if8wmo {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .playamo-yi0taz {
    font-size: 50px;
    line-height: 56px;
  }

  .playamo-otbky5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .playamo-5bbldr {
    top: 25px;
    right: 25px;
  }
}

.playamo-ebbbhx,
.playamo-2o4etv {
  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;
}

.playamo-347s3s.playamo-e3sqql::before,
.playamo-2o4etv::before,
.playamo-ig2hod::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.playamo-0wvio5.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.playamo-f3h7q6 14.playamo-il0f74.playamo-n7msiy 14.playamo-mahtdn 15.playamo-xb9w6k 14.playamo-6j8bik 15.playamo-bw0656 14.playamo-7wuctc.playamo-ngg9be 14.playamo-6hipa3 19.playamo-5zfc7y 12.playamo-70ab7r 19.playamo-5zfc7y 10.playamo-zsxkg5.playamo-5zfc7y 8.playamo-wmwktm 17.playamo-rcz9iq 7.playamo-ddlq8b 15.playamo-w7621y 7.playamo-w2qbs0.playamo-88hyuh 7.playamo-ddlq8b 11.playamo-wzfrr3 8.playamo-wmwktm 11.playamo-wzfrr3 10.playamo-3ofz5k.playamo-wzfrr3 12.playamo-dh12io 13.playamo-tgjaqc 14.playamo-wc69l8 15.playamo-nmwhb6 14.playamo-p6mffo.playamo-xi68w1 14.playamo-9e3f87 15.playamo-z1yzdc 14.playamo-dme0di 15.playamo-ptjv9o 14.playamo-m2lhcd.playamo-f3h7q6 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.playamo-mo0rb4 15.playamo-ci40lb.playamo-fvkg01 15.playamo-ty4a44 15.playamo-6g764b 15.playamo-r8qfhr 15.playamo-pa8ert 15.playamo-ng781b.playamo-1lk55r 15.playamo-r8qfhr 15.playamo-4ci9pm 15.playamo-ywxh9x 15.playamo-ep49c6 15.playamo-i6tre4.playamo-f6uvnu 15.playamo-gs7hyh 7.playamo-kk9yds 18.playamo-7seo1b 7.playamo-6qyn1w 23.playamo-kquulz.playamo-mc5rw2.playamo-43g351 18.playamo-1tm7tq 19.playamo-fd0d8x 15.playamo-21copi 15.playamo-mo0rb4 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.playamo-0blwn7 [type="submit"] *,
.playamo-uqltiw button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .playamo-egqi23 {
    display: none;
  }
}

.playamo-6b6j2g {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .playamo-6b6j2g {
  display: none;
}

@media (min-width: 768px) {
  .playamo-6b6j2g {
    bottom: 22px;
  }
}

.playamo-6b6j2g input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .playamo-6b6j2g {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.playamo-0rdz82.static) .playamo-6b6j2g {
    bottom: 8px;
  }
}

.playamo-gydxol {
  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.playamo-0wvio5.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.playamo-xpovlm 3.playamo-eo7qpf.playamo-l9uphc.playamo-qs84hj 3.playamo-oekoqo 3.playamo-vvk86q 5.playamo-u3wnj5 3.playamo-vvk86q 8.playamo-5nawn0.playamo-qep7x5.playamo-vvk86q 26.playamo-ckzwbe 5.playamo-fxmtt9 28.playamo-zho66a 8.playamo-uk71uq 28.playamo-aldh5g.playamo-pq16u5 28.playamo-uthp06.playamo-ghe0ld 34.playamo-wmh8mk.playamo-zfz5f1 36.playamo-xfoi1o 11.playamo-13tsu1 37.playamo-l2b7cf 12.playamo-9hnws7 36.playamo-y3r2o2.playamo-z2jocu 28.playamo-trsk1f.playamo-b86loo.playamo-buygg9 28.playamo-q5mxxz 36.playamo-na7s3q 26.playamo-krzth3 36.playamo-na7s3q 23.playamo-k7xsld.playamo-mvk2rl.playamo-na7s3q 5.playamo-yrmci0 34.playamo-yvwbbe 3.playamo-oekoqo 31.playamo-xpovlm 3.playamo-xveimw.playamo-pno4ax 18.playamo-pzmpmx.playamo-piv59z 18.playamo-xfh6rh 8.playamo-uk4xaw 17.playamo-xmq0ip 8.playamo-uk4xaw 15.playamo-vgfxwm.playamo-uk4xaw 14.playamo-hye0wo 9.playamo-piv59z 13.playamo-b1wa04 11.playamo-pno4ax 13.playamo-2z0l99.playamo-rak7cv 13.playamo-b1wa04 13.playamo-2qpsne 14.playamo-hye0wo 13.playamo-2qpsne 15.playamo-itv1pt.playamo-2qpsne 17.playamo-xmq0ip 12.playamo-rak7cv 18.playamo-xfh6rh 11.playamo-pno4ax 18.playamo-iarwrl.playamo-kwvytz 18.playamo-g2dgax.playamo-h8n44r 18.playamo-xfh6rh 17.playamo-uai5zv 17.playamo-xmq0ip 17.playamo-uai5zv 15.playamo-hooz8i.playamo-uai5zv 14.playamo-hye0wo 18.playamo-h8n44r 13.playamo-b1wa04 20.playamo-kwvytz 13.playamo-go3jr4.playamo-oaj6uz 13.playamo-b1wa04 22.playamo-31ih8o 14.playamo-hye0wo 22.playamo-31ih8o 15.playamo-6nwzly.playamo-24uhdd 17.playamo-xmq0ip 21.playamo-oaj6uz 18.playamo-xfh6rh 20.playamo-kwvytz 18.playamo-c8zzbb.playamo-mp8oz9 18.playamo-vh3ewq.playamo-6i03pm 18.playamo-xfh6rh 26.playamo-wyor8i 17.playamo-xmq0ip 26.playamo-wyor8i 15.playamo-srs1fm.playamo-wyor8i 14.playamo-hye0wo 27.playamo-6i03pm 13.playamo-b1wa04 28.playamo-mp8oz9 13.playamo-s1iiet.playamo-4hinf0 13.playamo-b1wa04 31.playamo-afowes 14.playamo-hye0wo 31.playamo-afowes 15.playamo-xf3i9z.playamo-wyor8i 17.playamo-xmq0ip 30.playamo-4hinf0 18.playamo-xfh6rh 28.playamo-mp8oz9 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"])
    .playamo-gydxol {
    display: none;
  }
}

.playamo-gwsk2c {
  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) {
  .playamo-gwsk2c {
    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;
}

.playamo-uqltiw {
  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) {
  .playamo-uqltiw {
    padding: 14px 16px;
  }
}

.playamo-uqltiw button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.playamo-uqltiw button:first-child {
  align-content: end;
}

.playamo-uqltiw button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .playamo-uqltiw
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .playamo-uqltiw
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.playamo-uqltiw button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.playamo-uqltiw button:last-child svg {
  width: 38px;
  height: 38px;
}

.playamo-ig2hod {
  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;
}

.playamo-ig2hod::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .playamo-ig2hod,
.pc61d126-chatbot[data-active-screen="3"]
  .playamo-ig2hod {
  opacity: 1;
  visibility: visible;
}

.playamo-wakx2c {
  flex: 1 1;
}

.playamo-wrbkje {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .playamo-wrbkje {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .playamo-tlhyfz {
  display: block;
}

.playamo-8qqso9 {
  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) {
  .playamo-8qqso9 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.playamo-2o4etv {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.playamo-2o4etv::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.playamo-x1557j span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.playamo-x1557j p {
  color: var(--Text-100);
}

.playamo-2o4etv .playamo-fb9xyk {
  grid-area: button;
}

.playamo-2o4etv .playamo-fb9xyk::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.playamo-0wvio5.org/2000/svg'%3E%3Cpath d='M4.playamo-7kwinf 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.playamo-1cwp4e 15L16.playamo-1cwp4e 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.playamo-1cwp4e 5L16.playamo-1cwp4e 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .playamo-rlljoz {
  display: block;
}

.playamo-mi5aa0 {
  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) {
  .playamo-mi5aa0 {
    margin-top: 40px;
  }
}

.playamo-ebbbhx label,
.playamo-ebbbhx input {
  display: block;
  width: 100%;
}

.playamo-ebbbhx label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.playamo-ebbbhx label.playamo-pv5jgj input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.playamo-ebbbhx label.playamo-pv5jgj::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;
}

.playamo-ebbbhx 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;
}

.playamo-ebbbhx input::placeholder {
  color: var(--Text-400);
}

.playamo-8ce3xc {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .playamo-8ce3xc {
  display: flex;
}

.playamo-8ce3xc ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .playamo-8ce3xc ol {
    height: 420px;
    padding: 24px;
  }
}

.playamo-8ce3xc ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.playamo-0blwn7 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .playamo-0blwn7 {
    padding: 0 24px 24px;
  }
}

.playamo-0blwn7 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;
}

.playamo-0blwn7 input::placeholder {
  color: var(--Text-400);
}

.playamo-0blwn7 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.playamo-0blwn7 [type="submit"]:disabled {
  opacity: 0.5;
}

.playamo-0blwn7 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .playamo-0blwn7 [type="submit"] {
    right: 40px;
  }
}

.playamo-347s3s {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.playamo-347s3s.playamo-e3sqql {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.playamo-347s3s.playamo-e3sqql::before {
  content: "";
  width: 31px;
}

.playamo-347s3s.playamo-e3sqql p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.playamo-347s3s.playamo-lfjelh p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.playamo-347s3s p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.playamo-6b6j2g .playamo-fb9xyk {
  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;
  }
}

.playamo-egqi23 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .playamo-egqi23 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .playamo-egqi23 {
    padding: 18px 0;
  }
}

.playamo-egqi23 .playamo-8mtw0l {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .playamo-egqi23 .playamo-8mtw0l {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.playamo-8rvxf4 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .playamo-8rvxf4 {
    max-width: 160px;
    height: 40px;
  }
}

.playamo-8rvxf4 picture,
.playamo-8rvxf4 img {
  display: block;
  width: 100%;
  height: 100%;
}

.playamo-8rvxf4 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .playamo-8lk5li {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.playamo-bdwzi4 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .playamo-egqi23.playamo-lva88d .playamo-8lk5li {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .playamo-8lk5li {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .playamo-8lk5li {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.playamo-12k0pi,
.playamo-s6waqc {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .playamo-12k0pi,
  .playamo-s6waqc {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .playamo-s6waqc {
    display: none;
  }
}

.playamo-osf5hm {
  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;
}

.playamo-lva88d .playamo-osf5hm {
  background: var(--fh-bg-color);
}

.playamo-osf5hm button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .playamo-osf5hm {
    display: none;
  }
}

.playamo-onpwnt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .playamo-onpwnt {
    display: none;
  }
}

.playamo-2cd8nx {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.playamo-egqi23.playamo-lva88d .playamo-2cd8nx:first-child {
  display: none;
}

.playamo-egqi23.playamo-lva88d .playamo-2cd8nx:last-child {
  display: block;
}

.playamo-2cd8nx:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .playamo-2cd8nx {
    display: none;
  }
}

.playamo-siu6n3 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .playamo-siu6n3 {
    display: flex;
  }
}

.playamo-siu6n3 ul {
  max-height: 350px;
  overflow-y: auto;
}

.playamo-siu6n3:hover ul {
  visibility: visible;
  opacity: 1;
}

.playamo-siu6n3:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.playamo-siu6n3:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.playamo-siu6n3:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.playamo-siu6n3:hover .playamo-vo8v2j svg {
  transform: rotate(180deg);
}

.playamo-5zchza {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.playamo-lmwj7k {
  padding: 0 8px;
}

.playamo-bl7q8a {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.playamo-bl7q8a:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .playamo-bl7q8a {
    padding: 4px 8px;
  }
}

.playamo-8nlcnn {
  display: flex;
}

.playamo-8nlcnn img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.playamo-vo8v2j {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.playamo-vo8v2j svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.playamo-krmef1 {
  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) {
  .playamo-krmef1 {
    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;
  }
}

.playamo-do9fbc {
  width: 100%;
}

@media (min-width: 1200px) {
  .playamo-do9fbc {
    display: none;
  }
}

.playamo-oww5v8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.playamo-atf5y8 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.playamo-4q7o6d {
  display: flex;
}

.playamo-11cbv8 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.playamo-6hafzo {
  list-style: none;
}

@media (max-width: 1199px) {
  .playamo-6hafzo {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .playamo-6hafzo {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .playamo-6hafzo .playamo-x75ljy [data-ref-el],
  .playamo-6hafzo .playamo-x75ljy span,
  .playamo-6hafzo .playamo-x75ljy a {
    white-space: nowrap;
  }
}

.playamo-go2504 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .playamo-go2504.playamo-78llqr > .playamo-x75ljy {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .playamo-go2504.playamo-buz6j9:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .playamo-go2504.playamo-78llqr > .playamo-zototl {
    height: auto;
  }

  .playamo-go2504.playamo-78llqr > div > .playamo-r79omy {
    transform: rotate(180deg);
  }
}

.playamo-go2504 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.playamo-go2504 [data-ref-el],
.playamo-go2504 span {
  cursor: pointer;
}

.playamo-go2504 [data-ref-el],
.playamo-go2504 span,
.playamo-go2504 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .playamo-go2504 [data-ref-el],
  .playamo-go2504 span,
  .playamo-go2504 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .playamo-go2504 [data-ref-el],
  .playamo-go2504 span,
  .playamo-go2504 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.playamo-zototl {
  height: 0;
  overflow: hidden;
  transition: height 0.playamo-bdwzi4 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.playamo-zototl::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.playamo-zototl::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.playamo-zototl::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .playamo-zototl {
    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;
  }

  .playamo-zototl:has(> .playamo-go2504.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .playamo-zototl .playamo-zototl {
    padding: 0;
  }

  .playamo-zototl .playamo-go2504 {
    font-weight: 400;
  }

  .playamo-zototl .playamo-go2504:hover > .playamo-x75ljy {
    background: var(--Neutral-300);
  }

  .playamo-zototl .playamo-r79omy {
    rotate: -90deg;
  }
}

.playamo-x75ljy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .playamo-x75ljy {
    padding: 8px;
  }

  .playamo-go2504.playamo-d90533 > .playamo-x75ljy {
    background: var(--Neutral-300);
  }
}

.playamo-r79omy {
  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.playamo-0wvio5.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.playamo-icpuc6 0.playamo-a0bywt.playamo-a99uvz -0.playamo-vp3eyg 0.playamo-okbt94 -0.playamo-vp3eyg 1.playamo-pqqw8w 0.playamo-yh9lrs.playamo-1c4krw 4.playamo-7663t2.playamo-icpuc6 0.playamo-vbc4a2.playamo-2gsqsp -0.playamo-vp3eyg 9.playamo-f6en0y -0.playamo-vp3eyg 10.playamo-mgtjut 0.playamo-zz6e09.playamo-m8v65y 0.playamo-a99uvz 10.playamo-m8v65y 0.playamo-okbt94 10.playamo-mgtjut 1.playamo-5fq0cj.playamo-u9mbqm 5.playamo-53too2.playamo-gmargd 6.playamo-vkjbg4 5.playamo-p58uuo 6.playamo-vkjbg4 4.playamo-vz8oc8 5.playamo-y1occ0.playamo-icpuc6 1.playamo-muksxb.playamo-vp3eyg 0.playamo-okbt94 -0.playamo-vp3eyg 0.playamo-a99uvz 0.playamo-icpuc6 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.playamo-bdwzi4 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .playamo-r79omy {
    cursor: default;
  }
}

.playamo-8ef451 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.playamo-d3svzq {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .playamo-d3svzq {
    padding: 40px 4px;
  }
}

.playamo-zrh4yl {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .playamo-zrh4yl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.playamo-191ms0 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .playamo-191ms0 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.playamo-191ms0 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.playamo-191ms0 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.playamo-191ms0 [data-ref-el],
.playamo-191ms0 span,
.playamo-191ms0 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.playamo-jchr3h {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .playamo-jchr3h {
    margin-bottom: 12px;
  }
}

.playamo-lvm845 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.playamo-lvm845 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .playamo-lvm845:last-child {
    margin-right: 0;
  }
}

.playamo-xalmfe {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.playamo-jchr3h:hover .playamo-ckngou {
  visibility: visible;
  opacity: 1;
}

.playamo-ckngou {
  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);
}

.playamo-9odftd {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.playamo-ohppd7 {
  display: flex;
  margin: 6px;
}

.playamo-ohppd7 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.playamo-ckngou::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);
}

.playamo-ckngou::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);
}

.playamo-k176hp {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .playamo-k176hp {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.playamo-9r9d77 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .playamo-9r9d77 {
    margin-right: 32px;
  }
}

.playamo-8c3j8z {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .playamo-8c3j8z {
    margin-top: 0;
    width: 340px;
  }
}

.playamo-8c3j8z a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.playamo-znofeo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.playamo-wd1ru7 {
  position: relative;
}

@media (min-width: 768px) {
  .playamo-wd1ru7 {
    margin-top: 40px;
  }
}

.playamo-wd1ru7 + .playamo-enh6vi,
.playamo-wd1ru7 + .playamo-wd1ru7 {
  margin-top: 24px;
}

.playamo-bfiz6v {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .playamo-bfiz6v {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .playamo-bfiz6v {
    padding: 80px;
  }
}

.playamo-k79i5q {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .playamo-k79i5q {
    padding: 0 16px;
}


}

.playamo-t1f46v {
  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) {
  .playamo-t1f46v {
    font-size: 48px;
    line-height: 56px;
  }
}

.playamo-9c2ufn {
  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) {
  .playamo-9c2ufn {
    font-size: 24px;
    line-height: 32px;
  }
}

.playamo-2a8xqw {
  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;
}

.playamo-2a8xqw:hover {
  background: var(--button-bg-hover);
}

.playamo-fio6yb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.playamo-fio6yb img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .playamo-fio6yb img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .playamo-fio6yb img {
  min-height: 100%;
  }
}

.playamo-bfiz6v::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.playamo-wjqwgm {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.playamo-wjqwgm h1,
.playamo-wjqwgm h2,
.playamo-wjqwgm h3,
.playamo-wjqwgm h4 {
  margin-bottom: 6px;
}

.playamo-wjqwgm h1:not(:first-child),
.playamo-wjqwgm h2:not(:first-child),
.playamo-wjqwgm h3:not(:first-child),
.playamo-wjqwgm h4:not(:first-child) {
  margin-top: 16px;
}

.playamo-wjqwgm h1,
.playamo-wjqwgm h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .playamo-wjqwgm h1,
  .playamo-wjqwgm h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.playamo-wjqwgm h2,
.playamo-wjqwgm h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .playamo-wjqwgm h2,
  .playamo-wjqwgm h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.playamo-wjqwgm h3,
.playamo-wjqwgm h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .playamo-wjqwgm h3,
  .playamo-wjqwgm h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.playamo-wjqwgm h4,
.playamo-wjqwgm h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.playamo-wjqwgm ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.playamo-wjqwgm ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.playamo-wjqwgm 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);
}

.playamo-wjqwgm ul ul {
  margin-bottom: 8px;
}

.playamo-wjqwgm ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.playamo-wjqwgm ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.playamo-wjqwgm ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.playamo-wjqwgm ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.playamo-wjqwgm ol li::marker {
  font-weight: 700;
}

.playamo-wjqwgm ol ol {
  margin-bottom: 8px;
}

.playamo-wjqwgm ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.playamo-wjqwgm ol ul li {
  padding-left: 16px;
}

.playamo-wjqwgm 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) {
  .playamo-wjqwgm table {
    padding: 24px;
  }
}

.playamo-wjqwgm table.playamo-78aey4 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.playamo-bdwzi4,
    mask-image 0.3s;
}

.playamo-wjqwgm table.playamo-78aey4.playamo-5jfsxx {
  -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) {
  .playamo-wjqwgm table {
    display: table;
  }
}

.playamo-wjqwgm 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);
}

.playamo-wjqwgm table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.playamo-wjqwgm table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.playamo-wjqwgm 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) {
  .playamo-wjqwgm table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.playamo-wjqwgm table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.playamo-wjqwgm table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.playamo-wjqwgm table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.playamo-wjqwgm img {
  max-width: 100%;
  height: auto;
}

.playamo-ddzjua {
  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) {
  .playamo-ddzjua {
    padding: 24px;
  }
}

.playamo-mn8w4q {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .playamo-mn8w4q {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.playamo-mn8w4q > * {
  margin: 0 !important;
}

.playamo-mn8w4q img,
.playamo-o4qyky {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playamo-mn8w4q img,
  .playamo-o4qyky {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playamo-odw7hh {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playamo-odw7hh {
    width: 32px;
    height: 32px;
  }
}

.playamo-ow09na {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.playamo-ow09na .playamo-6qkc2m {
  flex-shrink: 0;
}

.playamo-ow09na .playamo-vr1gzu svg {
  display: none;
}

.playamo-fff24k {
  display: grid;
  transition: max-height 0.playamo-bdwzi4 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .playamo-fff24k {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .playamo-fff24k {
    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));
  }
}

.playamo-fff24k.playamo-tkr83w + .playamo-6qkc2m svg {
  transform: rotate(180deg);
}

.playamo-q7qwly {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.playamo-q7qwly > div:nth-child(3n) {
  grid-column: span 2;
}

.playamo-q7qwly
  > div:nth-child(3n)
  .playamo-1xjqeo
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .playamo-q7qwly {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .playamo-q7qwly > div:nth-child(3n) {
    grid-column: unset;
  }

  .playamo-q7qwly
    > div:nth-child(3n)
    .playamo-1xjqeo
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .playamo-q7qwly {
    max-width: 270px;
  }
}

.playamo-q7qwly .playamo-1xjqeo button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .playamo-q7qwly .playamo-1xjqeo button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .playamo-q7qwly .playamo-1xjqeo button {
    max-width: 104px;
  }
}

.playamo-eu3x0j {
  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) {
  .playamo-eu3x0j {
    margin-bottom: 0;
  }
}

.playamo-mqbl4d {
  display: none;
  opacity: 0;
}

.playamo-3leja7 {
  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;
  }
}

.playamo-3leja7 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.playamo-1xjqeo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.playamo-1xjqeo button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .playamo-1xjqeo
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .playamo-1xjqeo
    button {
    max-width: 145px;
  }
}

.playamo-i46zng:first-child
  .playamo-1xjqeo
  button {
  max-width: 270px;
}

.playamo-u61cup {
  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%;
}

.playamo-eu3x0j picture {
  width: 100%;
  max-width: 100%;
}

.playamo-nqbno4 {
  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;
}

.playamo-nqbno4 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.playamo-eu3x0j:hover .playamo-nqbno4 {
  display: flex;
}

.playamo-47383k {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.playamo-4iuds4 {
  display: flex;
}

.playamo-4iuds4:hover .playamo-5d7pnc,
.playamo-4iuds4 .playamo-d90533 .playamo-5d7pnc {
  display: flex;
}

.playamo-4iuds4 svg {
  flex-shrink: 0;
}

.playamo-5d7pnc {
  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) {
  .playamo-5d7pnc {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.playamo-5d7pnc:hover {
  display: flex;
}

.playamo-5d7pnc svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.playamo-40hxfr {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .playamo-40hxfr {
    font-size: 12px;
  }
}

.playamo-ka1vgy,
.playamo-g46l9o {
  width: 50%;
  flex-shrink: 0;
}

.playamo-ka1vgy {
  font-weight: 700;
}

.playamo-3jmcqr .playamo-fff24k {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .playamo-3jmcqr .playamo-fff24k {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .playamo-3jmcqr .playamo-fff24k {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.playamo-3jmcqr
  .playamo-u61cup:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.playamo-3jmcqr .playamo-3leja7 {
  height: 100% !important;
  border-radius: 16px;
}

.playamo-3jmcqr .playamo-1xjqeo {
  gap: 4px;
  align-items: center;
}

.playamo-3jmcqr .playamo-1xjqeo button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.playamo-3jmcqr .playamo-1xjqeo svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.playamo-3jmcqr .playamo-ytje1z,
.playamo-3jmcqr .playamo-kg49i6 {
  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.playamo-0wvio5.org/2000/svg'%3E%3Cpath d='M9.playamo-dav90o 4.playamo-2rp1as.playamo-7glrbj 5.playamo-yncen4.playamo-bsjvmz 5.playamo-dzq98o.playamo-ga2ah7 5.playamo-6uysbr.playamo-k36hgs 8.playamo-jj305p.playamo-vsgoh2 9.playamo-ap2gak.playamo-i2mtaa 9.playamo-fdfpi0.playamo-ze19pl 13.playamo-vebwhs.playamo-7e1wb5 11.playamo-qg5ov5.playamo-uxqgfy 11.playamo-v0x3s2.playamo-7prh94 11.playamo-mrvi75.playamo-5ocnae 13.playamo-nhyrep.playamo-51n4g2 9.playamo-mg7h01.playamo-ijlgw6 9.playamo-odpqbh.playamo-8ehwzi 8.playamo-6ouplu.playamo-mbjjo4 5.playamo-a4vfjf.playamo-gie2ys 5.playamo-o63hk9.playamo-bhwn4q 5.playamo-l1gxi3.playamo-hssq7v 4.playamo-s42jen.playamo-uxqgfy 1.playamo-oi2xdq.playamo-dav90o 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.playamo-3jmcqr .playamo-ytje1z {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.playamo-3jmcqr .playamo-kg49i6 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.playamo-69u7ki {
  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) {
  .playamo-69u7ki {
    padding: 24px;
  }
}

.playamo-69u7ki .playamo-6qkc2m {
  display: flex;
}

@media (min-width: 768px) {
  .playamo-69u7ki .playamo-6qkc2m {
    display: none;
  }
}

.playamo-69u7ki .playamo-vr1gzu svg {
  display: none;
}

.playamo-8j1355 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.playamo-8j1355 .playamo-y0irys {
  display: none;
}

@media (min-width: 768px) {
  .playamo-8j1355 .playamo-y0irys {
    display: flex;
  }
}

.playamo-vveuzu {
  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) {
  .playamo-vveuzu {
    font-size: 40px;
    line-height: 48px;
  }
}

.playamo-vveuzu > * {
  margin: 0 !important;
}

.playamo-vveuzu img,
.playamo-d518cl {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playamo-vveuzu img,
  .playamo-d518cl {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playamo-13zoee {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playamo-13zoee {
    width: 32px;
    height: 32px;
  }
}

.playamo-3w2x7m {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .playamo-3w2x7m {
    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;
  }

  .playamo-3w2x7m::-webkit-scrollbar {
    display: none;
  }
}

.playamo-l6jkc8 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .playamo-l6jkc8 {
    padding: 7px 15px;
  }
}

.playamo-l6jkc8:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.playamo-rma9mr {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .playamo-rma9mr {
    display: flex;
    opacity: 1;
  }
}

.playamo-l6jkc8 picture {
  height: 100%;
  display: block;
}

.playamo-l6jkc8 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .playamo-l6jkc8 img {
    width: 88px;
    height: 44px;
  }
}

.playamo-l6jkc8 p {
  text-align: center;
  width: 100%;
}

.playamo-l2476l {
  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) {
  .playamo-l2476l {
    font-size: 40px;
    line-height: 48px;
  }
}

.playamo-l2476l img,
.playamo-jria06 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playamo-l2476l img,
  .playamo-jria06 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playamo-ve1nje {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playamo-ve1nje {
    width: 32px;
    height: 32px;
  }
}

.playamo-1n5aix {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.playamo-usdb8j {
  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;
}

.playamo-3bovvd {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.playamo-3bovvd.playamo-d90533 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.playamo-vks1zt {
  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) {
  .playamo-vks1zt {
    font-size: 20px;
    line-height: 28px;
  }
}

.playamo-3d6s9z {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.playamo-d8jnb9 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.playamo-bdwzi4 ease;
  opacity: 0;
  color: var(--text-color);
}

.playamo-q4t6lh {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.playamo-q4t6lh ol,
.playamo-q4t6lh ul {
  padding-left: 1.3em;
}

.playamo-3bovvd.playamo-d90533 .playamo-d8jnb9 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.playamo-3bovvd.playamo-d90533 .playamo-3d6s9z {
  transform: rotate(180deg);
  color: var(--text-color);
}

.playamo-8r3xsc {
  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) {
  .playamo-8r3xsc {
    padding: 24px;
  }
}

.playamo-8r3xsc .playamo-6qkc2m {
  display: flex;
}

@media (min-width: 768px) {
  .playamo-8r3xsc .playamo-6qkc2m {
    display: none;
  }
}

.playamo-8r3xsc .playamo-vr1gzu svg {
  display: none;
}

.playamo-wxkbci {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.playamo-wxkbci .playamo-y0irys {
  display: none;
}

@media (min-width: 768px) {
  .playamo-wxkbci .playamo-y0irys {
    display: flex;
  }
}

.playamo-28jgp7 {
  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) {
  .playamo-28jgp7 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.playamo-28jgp7 > * {
  margin: 0 !important;
}

.playamo-28jgp7 img,
.playamo-4qkqw1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playamo-28jgp7 img,
  .playamo-4qkqw1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playamo-e8wysv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playamo-e8wysv {
    width: 32px;
    height: 32px;
  }
}

.playamo-czm7jq {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .playamo-czm7jq {
    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;
  }

  .playamo-czm7jq::-webkit-scrollbar {
    display: none;
  }
}

.playamo-8mwj25 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.playamo-8mwj25:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.playamo-s8p5vc {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .playamo-s8p5vc {
    display: flex;
    opacity: 1;
  }
}

.playamo-8mwj25 picture {
  width: auto;
  height: 100%;
  display: block;
}

.playamo-8mwj25 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.playamo-e9m39y {
  margin: -24px 0;
}

.playamo-e9m39y:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .playamo-e9m39y {
    margin: -16px 0;
  }
}

.playamo-y4bny7 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .playamo-y4bny7 {
    flex-direction: row;
  }
}

.playamo-jl07y6 {
  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) {
  .playamo-jl07y6 {
    flex: 1;
  }
}

.playamo-jl07y6::placeholder {
  color: var(--Text-400);
}

.playamo-02i0js {
  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;
}

.playamo-suvesy {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.playamo-suvesy::-webkit-scrollbar {
  display: none;
}

.playamo-lr1kv6 {
  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;
}

.playamo-lr1kv6 img,
.playamo-lr1kv6 svg {
  margin-right: 8px;
}

.playamo-fdipca {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.playamo-e9m39y + .playamo-8y31ct {
  margin-top: 0;
}

@media (min-width: 768px) {
  .playamo-e9m39y + .playamo-8y31ct {
    margin-top: -16px;
  }
}

.playamo-a148h0 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.playamo-a148h0 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.playamo-a148h0 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.playamo-nmqvrz {
  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;
}

.playamo-uo1s1w {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.playamo-5qru47 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.playamo-da234j {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.playamo-7agcdw {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.playamo-nmqvrz 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;
}

.playamo-nmqvrz 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) {
  .playamo-nmqvrz {
    padding: 39px 179px 39px 39px;
  }

  .playamo-uo1s1w {
    font-size: 40px;
    line-height: 48px;
  }

  .playamo-7agcdw {
    height: 348px;
  }

  .playamo-nmqvrz button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .playamo-nmqvrz button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .playamo-nmqvrz {
    padding: 63px;
  }
}

.playamo-0h0yl2 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .playamo-0h0yl2 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.playamo-xbmbnf {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .playamo-xbmbnf {
    width: auto;
  }
}

.playamo-s8ofxt {
  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;
}

.playamo-s8ofxt::-webkit-scrollbar {
  display: none;
}

.playamo-s8ofxt 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);
}

.playamo-s8ofxt a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .playamo-s8ofxt {
    margin-left: 16px;
    margin-top: 0;
  }
}

.playamo-0h0yl2 .playamo-oookpz {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.playamo-bdwzi4,
    mask-image 0.3s;
}

.playamo-0h0yl2 .playamo-oookpz.playamo-5jfsxx {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.playamo-v26xu9 {
  margin: 40px -16px;
}

.playamo-kp4axr + .playamo-enh6vi,
.playamo-kp4axr + .playamo-wd1ru7 {
  margin-top: 24px;
}

.playamo-otpude {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.playamo-otpude picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.playamo-aemf2v {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .playamo-aemf2v {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .playamo-aemf2v {
    margin-top: 0;
  }
}

.playamo-qn1qpy {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .playamo-qn1qpy {
    font-size: 24px;
    line-height: 32px;
  }
}

.playamo-hnhitd {
  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) {
  .playamo-hnhitd {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.playamo-bp04b3 {
  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) {
  .playamo-bp04b3 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.playamo-p35qp2 {
  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) {
  .playamo-p35qp2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.playamo-ch35zm {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .playamo-ch35zm {
    font-size: 32px;
    line-height: 40px;
  }
}

.playamo-w7s3an {
  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;
}

.playamo-36yszf {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.playamo-36yszf img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.playamo-8y31ct {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.playamo-y1irdo {
  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) {
  .playamo-y1irdo {
    padding: 15px 48px;
  }
}

main > .playamo-8y31ct {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .playamo-fff24k.playamo-g4y788 > div:nth-child(n+5) {
    display: none;
  }
}

.playamo-wjqwgm p a img {
  display: block;
  margin: 0 auto;
}


.playamo-cvcjdm {
  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 */
.playamo-zc0i5w {
  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;
}

.playamo-zc0i5w label {
  font-size: 14px;
}

.playamo-zc0i5w h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.playamo-zc0i5w input,
.playamo-zc0i5w textarea,
.playamo-zc0i5w 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;
}
.playamo-zc0i5w button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.playamo-xacog0 ease;
}
.playamo-zc0i5w button:hover {
  background-color: var(--button-bg-hover);
}
.playamo-znirej {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.playamo-hoeja5 ease-in;
}

.playamo-znirej 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;
}
.playamo-ogs1am, .playamo-drwumm, [class*="review-card"],
thead, thead th, table th, .playamo-7q2juy,
.playamo-q4i5qy, [class*="collapsible-header"],
.playamo-fsufwa, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
