* {
  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-kb5p3v {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .playamo-kb5p3v {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .playamo-kb5p3v {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.playamo-qnbf8g {
  overflow: hidden;
}

.playamo-co8lhq img {
  background: var(--Neutral-300);
}

.playamo-h5rqln {
  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-ysmu2x {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.playamo-ysmu2x:hover {
  background: var(--button-bg-hover);
}

.playamo-6rcd6b {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.playamo-6rcd6b:hover {
  background: var(--button-bg-hover);
}

.playamo-bc8umr {
  font-size: 12px;
  line-height: 18px;
}

.playamo-eronaf {
  font-size: 18px;
  line-height: 26px;
}

.playamo-hqyd1d {
  width: 100%;
}

.playamo-yjcgn2 {
  padding: 6px 16px;
}

.playamo-v47leh {
  padding: 10px 16px;
}

.playamo-lqde9e {
  padding: 15px 26px;
}

.playamo-oswodr {
  flex-shrink: 0;
}

.playamo-70w0qk {
  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-3qp7uf {
  display: none;
}

.playamo-31w7hh {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.playamo-5akza3 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.playamo-zo9elo {
  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-h4ssj0 {
  cursor: grab;
}

.playamo-zo9elo::-webkit-scrollbar {
  display: none;
}

.playamo-ytm1hx {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.playamo-paidrm {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.playamo-3z0die {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.playamo-b5zudt {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.playamo-dpl9qg {
  visibility: visible;
}

.playamo-582yxm {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.playamo-lb9c38 ease;
}

.playamo-e785ub {
  background-color: var(--Primary-200);
  width: 16px;
}

.playamo-vytzm8 {
  -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-lb9c38,
    mask-image 0.3s;
}

.playamo-vytzm8.playamo-oefy2t {
  -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-r1oudq: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-ys1k9n {
  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-0z7j7a.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-0z7j7a.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-36zzbo {
  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-36zzbo::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-0lanpi {
  position: relative;
  z-index: 1;
}

.playamo-we5psr {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.playamo-e9vuv6 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.playamo-qjlu34 {
  font-size: 40px;
  line-height: 48px;
}

.playamo-1hv7wk {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.playamo-0c4rvi {
  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-0c4rvi:hover {
  background: var(--Primary-400);
}

.playamo-0c4rvi svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.playamo-r1oudq 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-36zzbo {
    max-width: 600px;
    padding: 64px;
  }

  .playamo-we5psr {
    font-size: 24px;
    line-height: 32px;
  }

  .playamo-e9vuv6 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .playamo-qjlu34 {
    font-size: 50px;
    line-height: 56px;
  }

  .playamo-1hv7wk {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .playamo-ys1k9n {
    top: 25px;
    right: 25px;
  }
}

.playamo-eqlrh3,
.playamo-w33pk3 {
  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-fw11ci.playamo-uvpmvs::before,
.playamo-w33pk3::before,
.playamo-n9ec9c::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-0z7j7a.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.playamo-6m0w6w 14.playamo-ggodxl.playamo-oo753h 14.playamo-gcpio2 15.playamo-4tmvlp 14.playamo-axmg6x 15.playamo-9hisui 14.playamo-sf4fa4.playamo-8e5hej 14.playamo-u1yskh 19.playamo-rsy7cn 12.playamo-230cv9 19.playamo-rsy7cn 10.playamo-squua9.playamo-rsy7cn 8.playamo-n390cb 17.playamo-c72x0a 7.playamo-nlwehh 15.playamo-yrpind 7.playamo-qszrqt.playamo-tn5t0r 7.playamo-nlwehh 11.playamo-dttzi9 8.playamo-n390cb 11.playamo-dttzi9 10.playamo-jqvkct.playamo-dttzi9 12.playamo-gqsm8p 13.playamo-cor2kn 14.playamo-0ltwxy 15.playamo-p9oxwq 14.playamo-geobyk.playamo-6mdy1e 14.playamo-ks7xg8 15.playamo-undyma 14.playamo-7th2qx 15.playamo-6xef9t 14.playamo-x7b4ee.playamo-6m0w6w 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.playamo-7yox1n 15.playamo-0kglgz.playamo-g0x0yg 15.playamo-6x1kvz 15.playamo-4rm6j5 15.playamo-6v1t1g 15.playamo-pi4tla 15.playamo-2qbj82.playamo-0pkpb7 15.playamo-6v1t1g 15.playamo-tgsu5q 15.playamo-h9zy3q 15.playamo-6qt62o 15.playamo-vg1mg8.playamo-onqyx7 15.playamo-cmy2in 7.playamo-n9hv5q 18.playamo-4zhhsi 7.playamo-rk4y38 23.playamo-jc0hny.playamo-np9v14.playamo-4epsg6 18.playamo-yclmmk 19.playamo-4uxigi 15.playamo-vecyab 15.playamo-7yox1n 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.playamo-lc9roq [type="submit"] *,
.playamo-8pn4ya button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .playamo-pxpvmz {
    display: none;
  }
}

.playamo-q90q6b {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .playamo-q90q6b {
  display: none;
}

@media (min-width: 768px) {
  .playamo-q90q6b {
    bottom: 22px;
  }
}

.playamo-q90q6b input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .playamo-q90q6b {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.playamo-u2mlz0.static) .playamo-q90q6b {
    bottom: 8px;
  }
}

.playamo-04lq7s {
  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-0z7j7a.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.playamo-hguixq 3.playamo-c0lw6r.playamo-4nnh2g.playamo-n9rn5h 3.playamo-l0k43h 3.playamo-zhi9sp 5.playamo-ujwbj8 3.playamo-zhi9sp 8.playamo-zgs6ui.playamo-9v7lwe.playamo-zhi9sp 26.playamo-er278c 5.playamo-f8xbmr 28.playamo-t4wus8 8.playamo-wzltm5 28.playamo-2gsvg1.playamo-8x22up 28.playamo-bc6m5h.playamo-7yhqfx 34.playamo-vd3iks.playamo-zv5nxu 36.playamo-r1pyw3 11.playamo-2lxg4u 37.playamo-hbisco 12.playamo-z193is 36.playamo-x645jz.playamo-mobh6d 28.playamo-wkizg9.playamo-i3ncac.playamo-4ormch 28.playamo-hv70jt 36.playamo-v1d7l7 26.playamo-isw69i 36.playamo-v1d7l7 23.playamo-1tu13i.playamo-uxzht7.playamo-v1d7l7 5.playamo-oidk3e 34.playamo-kf4jj6 3.playamo-l0k43h 31.playamo-hguixq 3.playamo-zqgz0t.playamo-30aado 18.playamo-nhtblz.playamo-3wvyo7 18.playamo-zpecyd 8.playamo-59lqau 17.playamo-3xcgyn 8.playamo-59lqau 15.playamo-fh9a80.playamo-59lqau 14.playamo-s5fxix 9.playamo-3wvyo7 13.playamo-8unep6 11.playamo-30aado 13.playamo-2zxaqg.playamo-s0n9r2 13.playamo-8unep6 13.playamo-mjfiae 14.playamo-s5fxix 13.playamo-mjfiae 15.playamo-fyajw7.playamo-mjfiae 17.playamo-3xcgyn 12.playamo-s0n9r2 18.playamo-zpecyd 11.playamo-30aado 18.playamo-d1ssfh.playamo-fkcxcf 18.playamo-3lfwud.playamo-1nb6e5 18.playamo-zpecyd 17.playamo-ricmsd 17.playamo-3xcgyn 17.playamo-ricmsd 15.playamo-05rgzb.playamo-ricmsd 14.playamo-s5fxix 18.playamo-1nb6e5 13.playamo-8unep6 20.playamo-fkcxcf 13.playamo-8rprad.playamo-m8uzd7 13.playamo-8unep6 22.playamo-u26urd 14.playamo-s5fxix 22.playamo-u26urd 15.playamo-bpf3f4.playamo-l9x1dl 17.playamo-3xcgyn 21.playamo-m8uzd7 18.playamo-zpecyd 20.playamo-fkcxcf 18.playamo-5pmnyj.playamo-tq9gpv 18.playamo-ufh4bc.playamo-e2h60n 18.playamo-zpecyd 26.playamo-deiw3i 17.playamo-3xcgyn 26.playamo-deiw3i 15.playamo-b95tiq.playamo-deiw3i 14.playamo-s5fxix 27.playamo-e2h60n 13.playamo-8unep6 28.playamo-tq9gpv 13.playamo-1ato8z.playamo-ucptde 13.playamo-8unep6 31.playamo-j6tuyv 14.playamo-s5fxix 31.playamo-j6tuyv 15.playamo-524fjh.playamo-deiw3i 17.playamo-3xcgyn 30.playamo-ucptde 18.playamo-zpecyd 28.playamo-tq9gpv 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-04lq7s {
    display: none;
  }
}

.playamo-k3qwy9 {
  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-k3qwy9 {
    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-8pn4ya {
  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-8pn4ya {
    padding: 14px 16px;
  }
}

.playamo-8pn4ya button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.playamo-8pn4ya button:first-child {
  align-content: end;
}

.playamo-8pn4ya button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .playamo-8pn4ya
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .playamo-8pn4ya
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.playamo-8pn4ya button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.playamo-8pn4ya button:last-child svg {
  width: 38px;
  height: 38px;
}

.playamo-n9ec9c {
  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-n9ec9c::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .playamo-n9ec9c,
.pc61d126-chatbot[data-active-screen="3"]
  .playamo-n9ec9c {
  opacity: 1;
  visibility: visible;
}

.playamo-w31h0h {
  flex: 1 1;
}

.playamo-9pdxqv {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .playamo-9pdxqv {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .playamo-9l8101 {
  display: block;
}

.playamo-58moyd {
  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-58moyd {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.playamo-w33pk3 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.playamo-w33pk3::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.playamo-m3jduw span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.playamo-m3jduw p {
  color: var(--Text-100);
}

.playamo-w33pk3 .playamo-hqrbg3 {
  grid-area: button;
}

.playamo-w33pk3 .playamo-hqrbg3::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-0z7j7a.org/2000/svg'%3E%3Cpath d='M4.playamo-jqwr1l 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.playamo-3x2qpw 15L16.playamo-3x2qpw 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.playamo-3x2qpw 5L16.playamo-3x2qpw 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .playamo-1tddjy {
  display: block;
}

.playamo-3h8nl3 {
  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-3h8nl3 {
    margin-top: 40px;
  }
}

.playamo-eqlrh3 label,
.playamo-eqlrh3 input {
  display: block;
  width: 100%;
}

.playamo-eqlrh3 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.playamo-eqlrh3 label.playamo-vkx4uy input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.playamo-eqlrh3 label.playamo-vkx4uy::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-eqlrh3 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-eqlrh3 input::placeholder {
  color: var(--Text-400);
}

.playamo-561a3t {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .playamo-561a3t {
  display: flex;
}

.playamo-561a3t ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .playamo-561a3t ol {
    height: 420px;
    padding: 24px;
  }
}

.playamo-561a3t ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.playamo-lc9roq {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .playamo-lc9roq {
    padding: 0 24px 24px;
  }
}

.playamo-lc9roq 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-lc9roq input::placeholder {
  color: var(--Text-400);
}

.playamo-lc9roq [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.playamo-lc9roq [type="submit"]:disabled {
  opacity: 0.5;
}

.playamo-lc9roq [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .playamo-lc9roq [type="submit"] {
    right: 40px;
  }
}

.playamo-fw11ci {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.playamo-fw11ci.playamo-uvpmvs {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.playamo-fw11ci.playamo-uvpmvs::before {
  content: "";
  width: 31px;
}

.playamo-fw11ci.playamo-uvpmvs p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.playamo-fw11ci.playamo-vpowh0 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.playamo-fw11ci p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.playamo-q90q6b .playamo-hqrbg3 {
  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-pxpvmz {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .playamo-pxpvmz {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .playamo-pxpvmz {
    padding: 18px 0;
  }
}

.playamo-pxpvmz .playamo-kb5p3v {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .playamo-pxpvmz .playamo-kb5p3v {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.playamo-wfwrbt {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .playamo-wfwrbt {
    max-width: 160px;
    height: 40px;
  }
}

.playamo-wfwrbt picture,
.playamo-wfwrbt img {
  display: block;
  width: 100%;
  height: 100%;
}

.playamo-wfwrbt img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .playamo-spmql7 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.playamo-lb9c38 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .playamo-pxpvmz.playamo-y19b1x .playamo-spmql7 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .playamo-spmql7 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .playamo-spmql7 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.playamo-9ko6fx,
.playamo-t6vz2d {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .playamo-9ko6fx,
  .playamo-t6vz2d {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .playamo-t6vz2d {
    display: none;
  }
}

.playamo-lo298p {
  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-y19b1x .playamo-lo298p {
  background: var(--fh-bg-color);
}

.playamo-lo298p button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .playamo-lo298p {
    display: none;
  }
}

.playamo-qw361r {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .playamo-qw361r {
    display: none;
  }
}

.playamo-5lcx7w {
  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-pxpvmz.playamo-y19b1x .playamo-5lcx7w:first-child {
  display: none;
}

.playamo-pxpvmz.playamo-y19b1x .playamo-5lcx7w:last-child {
  display: block;
}

.playamo-5lcx7w:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .playamo-5lcx7w {
    display: none;
  }
}

.playamo-g1n0al {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .playamo-g1n0al {
    display: flex;
  }
}

.playamo-g1n0al ul {
  max-height: 350px;
  overflow-y: auto;
}

.playamo-g1n0al:hover ul {
  visibility: visible;
  opacity: 1;
}

.playamo-g1n0al:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.playamo-g1n0al:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.playamo-g1n0al:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.playamo-g1n0al:hover .playamo-wce345 svg {
  transform: rotate(180deg);
}

.playamo-h4h1pa {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.playamo-2ujq07 {
  padding: 0 8px;
}

.playamo-tass6f {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.playamo-tass6f:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .playamo-tass6f {
    padding: 4px 8px;
  }
}

.playamo-x1upvn {
  display: flex;
}

.playamo-x1upvn img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.playamo-wce345 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.playamo-wce345 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.playamo-8bb842 {
  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-8bb842 {
    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-ykszlh {
  width: 100%;
}

@media (min-width: 1200px) {
  .playamo-ykszlh {
    display: none;
  }
}

.playamo-2a9a7n {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.playamo-0gnv4x {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.playamo-5ieygx {
  display: flex;
}

.playamo-4omihl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.playamo-5sb51u {
  list-style: none;
}

@media (max-width: 1199px) {
  .playamo-5sb51u {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .playamo-5sb51u {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .playamo-5sb51u .playamo-b6t23n [data-ref-el],
  .playamo-5sb51u .playamo-b6t23n span,
  .playamo-5sb51u .playamo-b6t23n a {
    white-space: nowrap;
  }
}

.playamo-xfkhhx {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .playamo-xfkhhx.playamo-ii3pnm > .playamo-b6t23n {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .playamo-xfkhhx.playamo-5zdbzy:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .playamo-xfkhhx.playamo-ii3pnm > .playamo-khjg3j {
    height: auto;
  }

  .playamo-xfkhhx.playamo-ii3pnm > div > .playamo-x13v29 {
    transform: rotate(180deg);
  }
}

.playamo-xfkhhx [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.playamo-xfkhhx [data-ref-el],
.playamo-xfkhhx span {
  cursor: pointer;
}

.playamo-xfkhhx [data-ref-el],
.playamo-xfkhhx span,
.playamo-xfkhhx 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-xfkhhx [data-ref-el],
  .playamo-xfkhhx span,
  .playamo-xfkhhx a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .playamo-xfkhhx [data-ref-el],
  .playamo-xfkhhx span,
  .playamo-xfkhhx a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.playamo-khjg3j {
  height: 0;
  overflow: hidden;
  transition: height 0.playamo-lb9c38 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.playamo-khjg3j::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.playamo-khjg3j::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.playamo-khjg3j::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .playamo-khjg3j {
    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-khjg3j:has(> .playamo-xfkhhx.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .playamo-khjg3j .playamo-khjg3j {
    padding: 0;
  }

  .playamo-khjg3j .playamo-xfkhhx {
    font-weight: 400;
  }

  .playamo-khjg3j .playamo-xfkhhx:hover > .playamo-b6t23n {
    background: var(--Neutral-300);
  }

  .playamo-khjg3j .playamo-x13v29 {
    rotate: -90deg;
  }
}

.playamo-b6t23n {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .playamo-b6t23n {
    padding: 8px;
  }

  .playamo-xfkhhx.playamo-h2lkmv > .playamo-b6t23n {
    background: var(--Neutral-300);
  }
}

.playamo-x13v29 {
  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-0z7j7a.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.playamo-i7d72n 0.playamo-u1dgd7.playamo-fcknk2 -0.playamo-k8dair 0.playamo-vtnsug -0.playamo-k8dair 1.playamo-0psre5 0.playamo-4v5pse.playamo-df1di2 4.playamo-y3y137.playamo-i7d72n 0.playamo-80jyrq.playamo-5dj4vi -0.playamo-k8dair 9.playamo-zkc3a2 -0.playamo-k8dair 10.playamo-lvebm2 0.playamo-qhwrbt.playamo-xf60ur 0.playamo-fcknk2 10.playamo-xf60ur 0.playamo-vtnsug 10.playamo-lvebm2 1.playamo-o5ysyq.playamo-e7yifm 5.playamo-dk00gk.playamo-lajas5 6.playamo-iog646 5.playamo-jb4cic 6.playamo-iog646 4.playamo-2tiiem 5.playamo-b4s97b.playamo-i7d72n 1.playamo-4wzesp.playamo-k8dair 0.playamo-vtnsug -0.playamo-k8dair 0.playamo-fcknk2 0.playamo-i7d72n 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.playamo-lb9c38 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .playamo-x13v29 {
    cursor: default;
  }
}

.playamo-jiksp3 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.playamo-0fgrqa {
  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-0fgrqa {
    padding: 40px 4px;
  }
}

.playamo-7epsdl {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .playamo-7epsdl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.playamo-i42s3p {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .playamo-i42s3p {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.playamo-i42s3p ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.playamo-i42s3p [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.playamo-i42s3p [data-ref-el],
.playamo-i42s3p span,
.playamo-i42s3p a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.playamo-gjdbad {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .playamo-gjdbad {
    margin-bottom: 12px;
  }
}

.playamo-so5vnx {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.playamo-so5vnx img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .playamo-so5vnx:last-child {
    margin-right: 0;
  }
}

.playamo-vtqdf6 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.playamo-gjdbad:hover .playamo-b33a8r {
  visibility: visible;
  opacity: 1;
}

.playamo-b33a8r {
  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-m1zmfn {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.playamo-v1f5rz {
  display: flex;
  margin: 6px;
}

.playamo-v1f5rz img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.playamo-b33a8r::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-b33a8r::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-46n4j3 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .playamo-46n4j3 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.playamo-0x2m9j {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .playamo-0x2m9j {
    margin-right: 32px;
  }
}

.playamo-7qpqfu {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .playamo-7qpqfu {
    margin-top: 0;
    width: 340px;
  }
}

.playamo-7qpqfu a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.playamo-gu1r4e {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.playamo-y6m2fo {
  position: relative;
}

@media (min-width: 768px) {
  .playamo-y6m2fo {
    margin-top: 40px;
  }
}

.playamo-y6m2fo + .playamo-aczc6a,
.playamo-y6m2fo + .playamo-y6m2fo {
  margin-top: 24px;
}

.playamo-e9dntw {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .playamo-e9dntw {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .playamo-e9dntw {
    padding: 80px;
  }
}

.playamo-108ww6 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .playamo-108ww6 {
    padding: 0 16px;
}


}

.playamo-km6rt8 {
  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-km6rt8 {
    font-size: 48px;
    line-height: 56px;
  }
}

.playamo-iqa9w8 {
  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-iqa9w8 {
    font-size: 24px;
    line-height: 32px;
  }
}

.playamo-7z59ke {
  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-7z59ke:hover {
  background: var(--button-bg-hover);
}

.playamo-3g3a7b {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.playamo-3g3a7b img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .playamo-3g3a7b img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .playamo-3g3a7b img {
  min-height: 100%;
  }
}

.playamo-e9dntw::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.playamo-w8qswe {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.playamo-w8qswe h1,
.playamo-w8qswe h2,
.playamo-w8qswe h3,
.playamo-w8qswe h4 {
  margin-bottom: 6px;
}

.playamo-w8qswe h1:not(:first-child),
.playamo-w8qswe h2:not(:first-child),
.playamo-w8qswe h3:not(:first-child),
.playamo-w8qswe h4:not(:first-child) {
  margin-top: 16px;
}

.playamo-w8qswe h1,
.playamo-w8qswe h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .playamo-w8qswe h1,
  .playamo-w8qswe h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.playamo-w8qswe h2,
.playamo-w8qswe h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .playamo-w8qswe h2,
  .playamo-w8qswe h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.playamo-w8qswe h3,
.playamo-w8qswe h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .playamo-w8qswe h3,
  .playamo-w8qswe h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.playamo-w8qswe h4,
.playamo-w8qswe h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.playamo-w8qswe ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.playamo-w8qswe ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.playamo-w8qswe 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-w8qswe ul ul {
  margin-bottom: 8px;
}

.playamo-w8qswe ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.playamo-w8qswe ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.playamo-w8qswe ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.playamo-w8qswe ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.playamo-w8qswe ol li::marker {
  font-weight: 700;
}

.playamo-w8qswe ol ol {
  margin-bottom: 8px;
}

.playamo-w8qswe ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.playamo-w8qswe ol ul li {
  padding-left: 16px;
}

.playamo-w8qswe 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-w8qswe table {
    padding: 24px;
  }
}

.playamo-w8qswe table.playamo-gbsvd4 {
  -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-lb9c38,
    mask-image 0.3s;
}

.playamo-w8qswe table.playamo-gbsvd4.playamo-oefy2t {
  -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-w8qswe table {
    display: table;
  }
}

.playamo-w8qswe 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-w8qswe table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.playamo-w8qswe table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.playamo-w8qswe 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-w8qswe table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.playamo-w8qswe table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.playamo-w8qswe table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.playamo-w8qswe table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.playamo-w8qswe img {
  max-width: 100%;
  height: auto;
}

.playamo-nak2xq {
  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-nak2xq {
    padding: 24px;
  }
}

.playamo-kbxwaq {
  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-kbxwaq {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.playamo-kbxwaq > * {
  margin: 0 !important;
}

.playamo-kbxwaq img,
.playamo-tzjoiv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playamo-kbxwaq img,
  .playamo-tzjoiv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playamo-9busi9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playamo-9busi9 {
    width: 32px;
    height: 32px;
  }
}

.playamo-s81kts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.playamo-s81kts .playamo-afm4fh {
  flex-shrink: 0;
}

.playamo-s81kts .playamo-9xfvug svg {
  display: none;
}

.playamo-m56y25 {
  display: grid;
  transition: max-height 0.playamo-lb9c38 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .playamo-m56y25 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .playamo-m56y25 {
    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-m56y25.playamo-47obj0 + .playamo-afm4fh svg {
  transform: rotate(180deg);
}

.playamo-or5b76 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.playamo-or5b76 > div:nth-child(3n) {
  grid-column: span 2;
}

.playamo-or5b76
  > div:nth-child(3n)
  .playamo-5ltts1
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .playamo-or5b76 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .playamo-or5b76 > div:nth-child(3n) {
    grid-column: unset;
  }

  .playamo-or5b76
    > div:nth-child(3n)
    .playamo-5ltts1
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .playamo-or5b76 {
    max-width: 270px;
  }
}

.playamo-or5b76 .playamo-5ltts1 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .playamo-or5b76 .playamo-5ltts1 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .playamo-or5b76 .playamo-5ltts1 button {
    max-width: 104px;
  }
}

.playamo-uhid3g {
  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-uhid3g {
    margin-bottom: 0;
  }
}

.playamo-qas65n {
  display: none;
  opacity: 0;
}

.playamo-2quhde {
  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-2quhde img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.playamo-5ltts1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.playamo-5ltts1 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-5ltts1
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .playamo-5ltts1
    button {
    max-width: 145px;
  }
}

.playamo-72wlnb:first-child
  .playamo-5ltts1
  button {
  max-width: 270px;
}

.playamo-ndtxy3 {
  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-uhid3g picture {
  width: 100%;
  max-width: 100%;
}

.playamo-yypora {
  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-yypora svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.playamo-uhid3g:hover .playamo-yypora {
  display: flex;
}

.playamo-czn0xf {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.playamo-rta74z {
  display: flex;
}

.playamo-rta74z:hover .playamo-n576cx,
.playamo-rta74z .playamo-h2lkmv .playamo-n576cx {
  display: flex;
}

.playamo-rta74z svg {
  flex-shrink: 0;
}

.playamo-n576cx {
  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-n576cx {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.playamo-n576cx:hover {
  display: flex;
}

.playamo-n576cx svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.playamo-ahlnl2 {
  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-ahlnl2 {
    font-size: 12px;
  }
}

.playamo-6q9nhc,
.playamo-mdpbpr {
  width: 50%;
  flex-shrink: 0;
}

.playamo-6q9nhc {
  font-weight: 700;
}

.playamo-txst4n .playamo-m56y25 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .playamo-txst4n .playamo-m56y25 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .playamo-txst4n .playamo-m56y25 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.playamo-txst4n
  .playamo-ndtxy3:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.playamo-txst4n .playamo-2quhde {
  height: 100% !important;
  border-radius: 16px;
}

.playamo-txst4n .playamo-5ltts1 {
  gap: 4px;
  align-items: center;
}

.playamo-txst4n .playamo-5ltts1 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.playamo-txst4n .playamo-5ltts1 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.playamo-txst4n .playamo-phdpyl,
.playamo-txst4n .playamo-xpfa7i {
  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-0z7j7a.org/2000/svg'%3E%3Cpath d='M9.playamo-0mzj2o 4.playamo-vp8b6e.playamo-bzsehv 5.playamo-fm0pho.playamo-i31qfb 5.playamo-5c7a67.playamo-lkrnki 5.playamo-r1sxjm.playamo-s5sex4 8.playamo-lw555z.playamo-wgg7p5 9.playamo-3szk4a.playamo-aat9kh 9.playamo-axz2b3.playamo-qvxv0g 13.playamo-z5553q.playamo-7nzeat 11.playamo-fiirby.playamo-6jue8d 11.playamo-ogkgjb.playamo-al9ag9 11.playamo-nf4g9n.playamo-umy11p 13.playamo-eztvi2.playamo-w6hm9j 9.playamo-qs2310.playamo-ep8gu5 9.playamo-y5crlz.playamo-po4u2g 8.playamo-i367zp.playamo-ksr3lp 5.playamo-nf3oj1.playamo-z96ukn 5.playamo-a34d0b.playamo-qzb5i2 5.playamo-l8ddzn.playamo-heds9l 4.playamo-r3m044.playamo-6jue8d 1.playamo-djx1dh.playamo-0mzj2o 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.playamo-txst4n .playamo-phdpyl {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.playamo-txst4n .playamo-xpfa7i {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.playamo-0k2q9t {
  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-0k2q9t {
    padding: 24px;
  }
}

.playamo-0k2q9t .playamo-afm4fh {
  display: flex;
}

@media (min-width: 768px) {
  .playamo-0k2q9t .playamo-afm4fh {
    display: none;
  }
}

.playamo-0k2q9t .playamo-9xfvug svg {
  display: none;
}

.playamo-jg0h7m {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.playamo-jg0h7m .playamo-h5rqln {
  display: none;
}

@media (min-width: 768px) {
  .playamo-jg0h7m .playamo-h5rqln {
    display: flex;
  }
}

.playamo-dntpwa {
  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-dntpwa {
    font-size: 40px;
    line-height: 48px;
  }
}

.playamo-dntpwa > * {
  margin: 0 !important;
}

.playamo-dntpwa img,
.playamo-m6wegu {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playamo-dntpwa img,
  .playamo-m6wegu {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playamo-ziym3e {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playamo-ziym3e {
    width: 32px;
    height: 32px;
  }
}

.playamo-phs2b6 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .playamo-phs2b6 {
    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-phs2b6::-webkit-scrollbar {
    display: none;
  }
}

.playamo-ffi785 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .playamo-ffi785 {
    padding: 7px 15px;
  }
}

.playamo-ffi785:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.playamo-4fq7mu {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .playamo-4fq7mu {
    display: flex;
    opacity: 1;
  }
}

.playamo-ffi785 picture {
  height: 100%;
  display: block;
}

.playamo-ffi785 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .playamo-ffi785 img {
    width: 88px;
    height: 44px;
  }
}

.playamo-ffi785 p {
  text-align: center;
  width: 100%;
}

.playamo-iperw2 {
  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-iperw2 {
    font-size: 40px;
    line-height: 48px;
  }
}

.playamo-iperw2 img,
.playamo-2tc17b {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playamo-iperw2 img,
  .playamo-2tc17b {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playamo-1vktdw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playamo-1vktdw {
    width: 32px;
    height: 32px;
  }
}

.playamo-98m1gh {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.playamo-dwtj55 {
  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-5fy64x {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.playamo-5fy64x.playamo-h2lkmv {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.playamo-bsyr1k {
  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-bsyr1k {
    font-size: 20px;
    line-height: 28px;
  }
}

.playamo-f7krta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.playamo-5ksoq9 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.playamo-lb9c38 ease;
  opacity: 0;
  color: var(--text-color);
}

.playamo-q9xz3n {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.playamo-q9xz3n ol,
.playamo-q9xz3n ul {
  padding-left: 1.3em;
}

.playamo-5fy64x.playamo-h2lkmv .playamo-5ksoq9 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.playamo-5fy64x.playamo-h2lkmv .playamo-f7krta {
  transform: rotate(180deg);
  color: var(--text-color);
}

.playamo-6hhx6r {
  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-6hhx6r {
    padding: 24px;
  }
}

.playamo-6hhx6r .playamo-afm4fh {
  display: flex;
}

@media (min-width: 768px) {
  .playamo-6hhx6r .playamo-afm4fh {
    display: none;
  }
}

.playamo-6hhx6r .playamo-9xfvug svg {
  display: none;
}

.playamo-1ue5bq {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.playamo-1ue5bq .playamo-h5rqln {
  display: none;
}

@media (min-width: 768px) {
  .playamo-1ue5bq .playamo-h5rqln {
    display: flex;
  }
}

.playamo-o9meid {
  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-o9meid {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.playamo-o9meid > * {
  margin: 0 !important;
}

.playamo-o9meid img,
.playamo-uyc0r2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playamo-o9meid img,
  .playamo-uyc0r2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playamo-tynnms {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playamo-tynnms {
    width: 32px;
    height: 32px;
  }
}

.playamo-ospnuj {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .playamo-ospnuj {
    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-ospnuj::-webkit-scrollbar {
    display: none;
  }
}

.playamo-g0djir {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.playamo-g0djir:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.playamo-eepmch {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .playamo-eepmch {
    display: flex;
    opacity: 1;
  }
}

.playamo-g0djir picture {
  width: auto;
  height: 100%;
  display: block;
}

.playamo-g0djir picture img {
  display: block;
  width: auto;
  height: 100%;
}

.playamo-tyqcyr {
  margin: -24px 0;
}

.playamo-tyqcyr:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .playamo-tyqcyr {
    margin: -16px 0;
  }
}

.playamo-p0nwq7 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .playamo-p0nwq7 {
    flex-direction: row;
  }
}

.playamo-run042 {
  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-run042 {
    flex: 1;
  }
}

.playamo-run042::placeholder {
  color: var(--Text-400);
}

.playamo-8zuu8v {
  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-7wl653 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.playamo-7wl653::-webkit-scrollbar {
  display: none;
}

.playamo-6ttdrc {
  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-6ttdrc img,
.playamo-6ttdrc svg {
  margin-right: 8px;
}

.playamo-z2ikfz {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.playamo-tyqcyr + .playamo-xwwvac {
  margin-top: 0;
}

@media (min-width: 768px) {
  .playamo-tyqcyr + .playamo-xwwvac {
    margin-top: -16px;
  }
}

.playamo-1us8mh {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.playamo-1us8mh > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.playamo-1us8mh > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.playamo-bt5011 {
  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-tgrf3f {
  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-3bsz1e {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.playamo-wqjdqm {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.playamo-zv36ua {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.playamo-bt5011 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-bt5011 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-bt5011 {
    padding: 39px 179px 39px 39px;
  }

  .playamo-tgrf3f {
    font-size: 40px;
    line-height: 48px;
  }

  .playamo-zv36ua {
    height: 348px;
  }

  .playamo-bt5011 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .playamo-bt5011 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .playamo-bt5011 {
    padding: 63px;
  }
}

.playamo-dgdhco {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .playamo-dgdhco {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.playamo-cav65j {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .playamo-cav65j {
    width: auto;
  }
}

.playamo-le6xxc {
  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-le6xxc::-webkit-scrollbar {
  display: none;
}

.playamo-le6xxc 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-le6xxc a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .playamo-le6xxc {
    margin-left: 16px;
    margin-top: 0;
  }
}

.playamo-dgdhco .playamo-2xxnti {
  -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-lb9c38,
    mask-image 0.3s;
}

.playamo-dgdhco .playamo-2xxnti.playamo-oefy2t {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.playamo-dv2xph {
  margin: 40px -16px;
}

.playamo-5va641 + .playamo-aczc6a,
.playamo-5va641 + .playamo-y6m2fo {
  margin-top: 24px;
}

.playamo-51nl7n {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.playamo-51nl7n picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.playamo-k18ecm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .playamo-k18ecm {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .playamo-k18ecm {
    margin-top: 0;
  }
}

.playamo-7qx0f6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .playamo-7qx0f6 {
    font-size: 24px;
    line-height: 32px;
  }
}

.playamo-s700xz {
  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-s700xz {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.playamo-fejb3g {
  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-fejb3g {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.playamo-iq3crl {
  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-iq3crl {
    font-size: 20px;
    line-height: 28px;
  }
}

.playamo-ieeeqd {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .playamo-ieeeqd {
    font-size: 32px;
    line-height: 40px;
  }
}

.playamo-pddcn1 {
  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-qgvwrp {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.playamo-qgvwrp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.playamo-xwwvac {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.playamo-8qeu87 {
  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-8qeu87 {
    padding: 15px 48px;
  }
}

main > .playamo-xwwvac {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .playamo-m56y25.playamo-eumi0x > div:nth-child(n+5) {
    display: none;
  }
}

.playamo-w8qswe p a img {
  display: block;
  margin: 0 auto;
}


.playamo-9asd6p {
  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-dn4zlc {
  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-dn4zlc label {
  font-size: 14px;
}

.playamo-dn4zlc h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.playamo-dn4zlc input,
.playamo-dn4zlc textarea,
.playamo-dn4zlc 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-dn4zlc button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.playamo-2sbzz2 ease;
}
.playamo-dn4zlc button:hover {
  background-color: var(--button-bg-hover);
}
.playamo-oabu34 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.playamo-vd1wyi ease-in;
}

.playamo-oabu34 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-xhvzb3, .playamo-1o3oar, [class*="review-card"],
thead, thead th, table th, .playamo-24ae3h,
.playamo-cvqr52, [class*="collapsible-header"],
.playamo-pp41ft, [class*="updated-block"] {
  color: #ece7dc !important;
}
