* {
  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-hprteo {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .playamo-hprteo {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .playamo-hprteo {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.playamo-697dxn {
  overflow: hidden;
}

.playamo-wwrafs img {
  background: var(--Neutral-300);
}

.playamo-92j7k9 {
  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-8ld9y5 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.playamo-8ld9y5:hover {
  background: var(--button-bg-hover);
}

.playamo-xbqzp3 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.playamo-xbqzp3:hover {
  background: var(--button-bg-hover);
}

.playamo-h4por6 {
  font-size: 12px;
  line-height: 18px;
}

.playamo-osqvn8 {
  font-size: 18px;
  line-height: 26px;
}

.playamo-66ivrb {
  width: 100%;
}

.playamo-dhrmzh {
  padding: 6px 16px;
}

.playamo-teh2n7 {
  padding: 10px 16px;
}

.playamo-ev6fr1 {
  padding: 15px 26px;
}

.playamo-3spf5k {
  flex-shrink: 0;
}

.playamo-fzrh6y {
  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-h8qvu2 {
  display: none;
}

.playamo-zt8d7t {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.playamo-fxdon4 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.playamo-er16lt {
  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-ft0zg2 {
  cursor: grab;
}

.playamo-er16lt::-webkit-scrollbar {
  display: none;
}

.playamo-jlaqvb {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.playamo-9mevpm {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.playamo-4h15qy {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.playamo-prl6v8 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.playamo-9p1red {
  visibility: visible;
}

.playamo-nwl8f3 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.playamo-tafa4o ease;
}

.playamo-oes0i0 {
  background-color: var(--Primary-200);
  width: 16px;
}

.playamo-hgoxs2 {
  -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-tafa4o,
    mask-image 0.3s;
}

.playamo-hgoxs2.playamo-v7umz3 {
  -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-r9oifc: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-4h2wgi {
  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-qfwl1q.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-qfwl1q.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-whx8jy {
  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-whx8jy::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-cktmfh {
  position: relative;
  z-index: 1;
}

.playamo-9ohlsi {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.playamo-h08ttc {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.playamo-w19qcc {
  font-size: 40px;
  line-height: 48px;
}

.playamo-459lw4 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.playamo-tggdj8 {
  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-tggdj8:hover {
  background: var(--Primary-400);
}

.playamo-tggdj8 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.playamo-r9oifc 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-whx8jy {
    max-width: 600px;
    padding: 64px;
  }

  .playamo-9ohlsi {
    font-size: 24px;
    line-height: 32px;
  }

  .playamo-h08ttc {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .playamo-w19qcc {
    font-size: 50px;
    line-height: 56px;
  }

  .playamo-459lw4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .playamo-4h2wgi {
    top: 25px;
    right: 25px;
  }
}

.playamo-at2ptn,
.playamo-jmv4gl {
  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-qfeyep.playamo-fabn3g::before,
.playamo-jmv4gl::before,
.playamo-tlcn9a::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-qfwl1q.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.playamo-diysdx 14.playamo-1lplpa.playamo-lm1y3d 14.playamo-eyu8ty 15.playamo-mxk80d 14.playamo-gzmk65 15.playamo-d67jo5 14.playamo-pn57i2.playamo-dzq87y 14.playamo-m75yti 19.playamo-zimczy 12.playamo-jsugdf 19.playamo-zimczy 10.playamo-m7g5d1.playamo-zimczy 8.playamo-x94igx 17.playamo-mmflme 7.playamo-3l9p1d 15.playamo-4na6ad 7.playamo-j7o2da.playamo-y0dtl3 7.playamo-3l9p1d 11.playamo-wkvk5f 8.playamo-x94igx 11.playamo-wkvk5f 10.playamo-bic9wr.playamo-wkvk5f 12.playamo-wqv0ul 13.playamo-nsusi3 14.playamo-37y95o 15.playamo-z7bgqa 14.playamo-8hg3fz.playamo-fr1l7f 14.playamo-l9131c 15.playamo-5pvae7 14.playamo-7v2dj1 15.playamo-okj0cm 14.playamo-0t44a2.playamo-diysdx 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.playamo-uq8235 15.playamo-tq33s9.playamo-lxjft2 15.playamo-btmels 15.playamo-be5oja 15.playamo-t9on1y 15.playamo-ip886f 15.playamo-elfusg.playamo-obs5tg 15.playamo-t9on1y 15.playamo-4ujfb8 15.playamo-ke7cfj 15.playamo-7otoqw 15.playamo-tjzxrn.playamo-qf1bty 15.playamo-5o7miy 7.playamo-n1u9cx 18.playamo-go9wbp 7.playamo-0vcgzg 23.playamo-nr63zt.playamo-0vt486.playamo-e8nbb6 18.playamo-mrvmlb 19.playamo-d8e82x 15.playamo-8uv8nd 15.playamo-uq8235 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.playamo-5cja38 [type="submit"] *,
.playamo-jyi3rt button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .playamo-hsr4a6 {
    display: none;
  }
}

.playamo-ojx520 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .playamo-ojx520 {
  display: none;
}

@media (min-width: 768px) {
  .playamo-ojx520 {
    bottom: 22px;
  }
}

.playamo-ojx520 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .playamo-ojx520 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.playamo-bazv7h.static) .playamo-ojx520 {
    bottom: 8px;
  }
}

.playamo-youoot {
  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-qfwl1q.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.playamo-rb3ip8 3.playamo-rzv5m6.playamo-9hkfxm.playamo-dft4yw 3.playamo-tuu02k 3.playamo-c6gzav 5.playamo-3dclwi 3.playamo-c6gzav 8.playamo-p7h6df.playamo-jej2hu.playamo-c6gzav 26.playamo-jvvdcp 5.playamo-6fk8b9 28.playamo-yserjv 8.playamo-iyfief 28.playamo-scrl86.playamo-n539c3 28.playamo-dfle4f.playamo-nq39pp 34.playamo-9gsypd.playamo-alrnke 36.playamo-89yx6v 11.playamo-zvvha4 37.playamo-xzi19m 12.playamo-isegf9 36.playamo-02ux2i.playamo-agrhvz 28.playamo-xsj4l1.playamo-jwbt4b.playamo-qspa32 28.playamo-9apaxm 36.playamo-6jbcxk 26.playamo-qx9j60 36.playamo-6jbcxk 23.playamo-g6hflz.playamo-cpj73u.playamo-6jbcxk 5.playamo-uygun3 34.playamo-iqmo4l 3.playamo-tuu02k 31.playamo-rb3ip8 3.playamo-snkme6.playamo-euitcv 18.playamo-kbm6nw.playamo-i616b8 18.playamo-1tgwpz 8.playamo-x526er 17.playamo-69kszn 8.playamo-x526er 15.playamo-jnrl8k.playamo-x526er 14.playamo-1u2yq6 9.playamo-i616b8 13.playamo-dkgr6m 11.playamo-euitcv 13.playamo-8z4dzb.playamo-c97a4h 13.playamo-dkgr6m 13.playamo-q1hobk 14.playamo-1u2yq6 13.playamo-q1hobk 15.playamo-f62bav.playamo-q1hobk 17.playamo-69kszn 12.playamo-c97a4h 18.playamo-1tgwpz 11.playamo-euitcv 18.playamo-2sr3f9.playamo-bf5uu8 18.playamo-xgvi4v.playamo-3yrwtq 18.playamo-1tgwpz 17.playamo-rmaltx 17.playamo-69kszn 17.playamo-rmaltx 15.playamo-hhylrd.playamo-rmaltx 14.playamo-1u2yq6 18.playamo-3yrwtq 13.playamo-dkgr6m 20.playamo-bf5uu8 13.playamo-b6ajfp.playamo-9cvbat 13.playamo-dkgr6m 22.playamo-rt3ba4 14.playamo-1u2yq6 22.playamo-rt3ba4 15.playamo-rwrp5f.playamo-6p3iur 17.playamo-69kszn 21.playamo-9cvbat 18.playamo-1tgwpz 20.playamo-bf5uu8 18.playamo-t36f4c.playamo-tadjne 18.playamo-q7yfjb.playamo-vjghft 18.playamo-1tgwpz 26.playamo-m1gi6b 17.playamo-69kszn 26.playamo-m1gi6b 15.playamo-dtut5j.playamo-m1gi6b 14.playamo-1u2yq6 27.playamo-vjghft 13.playamo-dkgr6m 28.playamo-tadjne 13.playamo-5vloo8.playamo-hbn6k0 13.playamo-dkgr6m 31.playamo-oonu5s 14.playamo-1u2yq6 31.playamo-oonu5s 15.playamo-uajcxl.playamo-m1gi6b 17.playamo-69kszn 30.playamo-hbn6k0 18.playamo-1tgwpz 28.playamo-tadjne 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-youoot {
    display: none;
  }
}

.playamo-9u7v7v {
  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-9u7v7v {
    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-jyi3rt {
  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-jyi3rt {
    padding: 14px 16px;
  }
}

.playamo-jyi3rt button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.playamo-jyi3rt button:first-child {
  align-content: end;
}

.playamo-jyi3rt button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .playamo-jyi3rt
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .playamo-jyi3rt
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.playamo-jyi3rt button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.playamo-jyi3rt button:last-child svg {
  width: 38px;
  height: 38px;
}

.playamo-tlcn9a {
  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-tlcn9a::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .playamo-tlcn9a,
.pc61d126-chatbot[data-active-screen="3"]
  .playamo-tlcn9a {
  opacity: 1;
  visibility: visible;
}

.playamo-hppdxs {
  flex: 1 1;
}

.playamo-gy1zzh {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .playamo-gy1zzh {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .playamo-q6gmrt {
  display: block;
}

.playamo-zuv24y {
  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-zuv24y {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.playamo-jmv4gl {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.playamo-jmv4gl::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.playamo-12cii8 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.playamo-12cii8 p {
  color: var(--Text-100);
}

.playamo-jmv4gl .playamo-t8s0pv {
  grid-area: button;
}

.playamo-jmv4gl .playamo-t8s0pv::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-qfwl1q.org/2000/svg'%3E%3Cpath d='M4.playamo-krnfj8 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.playamo-6gfph9 15L16.playamo-6gfph9 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.playamo-6gfph9 5L16.playamo-6gfph9 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .playamo-cb55ri {
  display: block;
}

.playamo-cmbk7t {
  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-cmbk7t {
    margin-top: 40px;
  }
}

.playamo-at2ptn label,
.playamo-at2ptn input {
  display: block;
  width: 100%;
}

.playamo-at2ptn label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.playamo-at2ptn label.playamo-kmjqxc input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.playamo-at2ptn label.playamo-kmjqxc::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-at2ptn 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-at2ptn input::placeholder {
  color: var(--Text-400);
}

.playamo-b1l72k {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .playamo-b1l72k {
  display: flex;
}

.playamo-b1l72k ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .playamo-b1l72k ol {
    height: 420px;
    padding: 24px;
  }
}

.playamo-b1l72k ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.playamo-5cja38 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .playamo-5cja38 {
    padding: 0 24px 24px;
  }
}

.playamo-5cja38 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-5cja38 input::placeholder {
  color: var(--Text-400);
}

.playamo-5cja38 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.playamo-5cja38 [type="submit"]:disabled {
  opacity: 0.5;
}

.playamo-5cja38 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .playamo-5cja38 [type="submit"] {
    right: 40px;
  }
}

.playamo-qfeyep {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.playamo-qfeyep.playamo-fabn3g {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.playamo-qfeyep.playamo-fabn3g::before {
  content: "";
  width: 31px;
}

.playamo-qfeyep.playamo-fabn3g p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.playamo-qfeyep.playamo-uvt6dc p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.playamo-qfeyep p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.playamo-ojx520 .playamo-t8s0pv {
  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-hsr4a6 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .playamo-hsr4a6 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .playamo-hsr4a6 {
    padding: 18px 0;
  }
}

.playamo-hsr4a6 .playamo-hprteo {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .playamo-hsr4a6 .playamo-hprteo {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.playamo-wmmxl1 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .playamo-wmmxl1 {
    max-width: 160px;
    height: 40px;
  }
}

.playamo-wmmxl1 picture,
.playamo-wmmxl1 img {
  display: block;
  width: 100%;
  height: 100%;
}

.playamo-wmmxl1 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .playamo-vq89j5 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.playamo-tafa4o ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .playamo-hsr4a6.playamo-zsjji7 .playamo-vq89j5 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .playamo-vq89j5 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .playamo-vq89j5 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.playamo-bzewfd,
.playamo-da7lcj {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .playamo-bzewfd,
  .playamo-da7lcj {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .playamo-da7lcj {
    display: none;
  }
}

.playamo-er178s {
  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-zsjji7 .playamo-er178s {
  background: var(--fh-bg-color);
}

.playamo-er178s button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .playamo-er178s {
    display: none;
  }
}

.playamo-auphbg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .playamo-auphbg {
    display: none;
  }
}

.playamo-76idxa {
  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-hsr4a6.playamo-zsjji7 .playamo-76idxa:first-child {
  display: none;
}

.playamo-hsr4a6.playamo-zsjji7 .playamo-76idxa:last-child {
  display: block;
}

.playamo-76idxa:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .playamo-76idxa {
    display: none;
  }
}

.playamo-ueh1he {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .playamo-ueh1he {
    display: flex;
  }
}

.playamo-ueh1he ul {
  max-height: 350px;
  overflow-y: auto;
}

.playamo-ueh1he:hover ul {
  visibility: visible;
  opacity: 1;
}

.playamo-ueh1he:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.playamo-ueh1he:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.playamo-ueh1he:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.playamo-ueh1he:hover .playamo-2uu955 svg {
  transform: rotate(180deg);
}

.playamo-gig59l {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.playamo-8zjczy {
  padding: 0 8px;
}

.playamo-1c9ezx {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.playamo-1c9ezx:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .playamo-1c9ezx {
    padding: 4px 8px;
  }
}

.playamo-zxes67 {
  display: flex;
}

.playamo-zxes67 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.playamo-2uu955 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.playamo-2uu955 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.playamo-a242ul {
  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-a242ul {
    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-bne00k {
  width: 100%;
}

@media (min-width: 1200px) {
  .playamo-bne00k {
    display: none;
  }
}

.playamo-qg2vm4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.playamo-q1km58 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.playamo-omivl9 {
  display: flex;
}

.playamo-ywjipj {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.playamo-61mfz2 {
  list-style: none;
}

@media (max-width: 1199px) {
  .playamo-61mfz2 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .playamo-61mfz2 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .playamo-61mfz2 .playamo-mn0cp1 [data-ref-el],
  .playamo-61mfz2 .playamo-mn0cp1 span,
  .playamo-61mfz2 .playamo-mn0cp1 a {
    white-space: nowrap;
  }
}

.playamo-m6tlbt {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .playamo-m6tlbt.playamo-5fqp7j > .playamo-mn0cp1 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .playamo-m6tlbt.playamo-vk282y:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .playamo-m6tlbt.playamo-5fqp7j > .playamo-cybs58 {
    height: auto;
  }

  .playamo-m6tlbt.playamo-5fqp7j > div > .playamo-751qsh {
    transform: rotate(180deg);
  }
}

.playamo-m6tlbt [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.playamo-m6tlbt [data-ref-el],
.playamo-m6tlbt span {
  cursor: pointer;
}

.playamo-m6tlbt [data-ref-el],
.playamo-m6tlbt span,
.playamo-m6tlbt 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-m6tlbt [data-ref-el],
  .playamo-m6tlbt span,
  .playamo-m6tlbt a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .playamo-m6tlbt [data-ref-el],
  .playamo-m6tlbt span,
  .playamo-m6tlbt a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.playamo-cybs58 {
  height: 0;
  overflow: hidden;
  transition: height 0.playamo-tafa4o ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.playamo-cybs58::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.playamo-cybs58::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.playamo-cybs58::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .playamo-cybs58 {
    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-cybs58:has(> .playamo-m6tlbt.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .playamo-cybs58 .playamo-cybs58 {
    padding: 0;
  }

  .playamo-cybs58 .playamo-m6tlbt {
    font-weight: 400;
  }

  .playamo-cybs58 .playamo-m6tlbt:hover > .playamo-mn0cp1 {
    background: var(--Neutral-300);
  }

  .playamo-cybs58 .playamo-751qsh {
    rotate: -90deg;
  }
}

.playamo-mn0cp1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .playamo-mn0cp1 {
    padding: 8px;
  }

  .playamo-m6tlbt.playamo-eoqpzq > .playamo-mn0cp1 {
    background: var(--Neutral-300);
  }
}

.playamo-751qsh {
  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-qfwl1q.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.playamo-9cefk7 0.playamo-finbtd.playamo-up6yvv -0.playamo-crxn33 0.playamo-9fvm5u -0.playamo-crxn33 1.playamo-i21sbd 0.playamo-wi4lmy.playamo-zus42t 4.playamo-zud935.playamo-9cefk7 0.playamo-pyd9sh.playamo-t77oks -0.playamo-crxn33 9.playamo-5b2xdf -0.playamo-crxn33 10.playamo-1caqry 0.playamo-0e0mq5.playamo-f0fxv2 0.playamo-up6yvv 10.playamo-f0fxv2 0.playamo-9fvm5u 10.playamo-1caqry 1.playamo-imidez.playamo-gfbjc7 5.playamo-imbxc0.playamo-ndy967 6.playamo-0dz698 5.playamo-e2o8da 6.playamo-0dz698 4.playamo-64etuc 5.playamo-1xq364.playamo-9cefk7 1.playamo-nc23n1.playamo-crxn33 0.playamo-9fvm5u -0.playamo-crxn33 0.playamo-up6yvv 0.playamo-9cefk7 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.playamo-tafa4o ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .playamo-751qsh {
    cursor: default;
  }
}

.playamo-dtwr60 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.playamo-uqx61c {
  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-uqx61c {
    padding: 40px 4px;
  }
}

.playamo-dlcknh {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .playamo-dlcknh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.playamo-40zyog {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .playamo-40zyog {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.playamo-40zyog ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.playamo-40zyog [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.playamo-40zyog [data-ref-el],
.playamo-40zyog span,
.playamo-40zyog a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.playamo-9wqkr7 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .playamo-9wqkr7 {
    margin-bottom: 12px;
  }
}

.playamo-9d2oe3 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.playamo-9d2oe3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .playamo-9d2oe3:last-child {
    margin-right: 0;
  }
}

.playamo-gx34tf {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.playamo-9wqkr7:hover .playamo-0fr02f {
  visibility: visible;
  opacity: 1;
}

.playamo-0fr02f {
  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-hqk607 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.playamo-d7fxld {
  display: flex;
  margin: 6px;
}

.playamo-d7fxld img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.playamo-0fr02f::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-0fr02f::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-v90vem {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .playamo-v90vem {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.playamo-olfvrb {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .playamo-olfvrb {
    margin-right: 32px;
  }
}

.playamo-r9f33t {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .playamo-r9f33t {
    margin-top: 0;
    width: 340px;
  }
}

.playamo-r9f33t a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.playamo-3y9lek {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.playamo-n03ar7 {
  position: relative;
}

@media (min-width: 768px) {
  .playamo-n03ar7 {
    margin-top: 40px;
  }
}

.playamo-n03ar7 + .playamo-cn68yi,
.playamo-n03ar7 + .playamo-n03ar7 {
  margin-top: 24px;
}

.playamo-wxm03t {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .playamo-wxm03t {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .playamo-wxm03t {
    padding: 80px;
  }
}

.playamo-qw139n {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .playamo-qw139n {
    padding: 0 16px;
}


}

.playamo-955qjm {
  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-955qjm {
    font-size: 48px;
    line-height: 56px;
  }
}

.playamo-kv6mc4 {
  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-kv6mc4 {
    font-size: 24px;
    line-height: 32px;
  }
}

.playamo-q1g16a {
  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-q1g16a:hover {
  background: var(--button-bg-hover);
}

.playamo-ocnxw9 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.playamo-ocnxw9 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .playamo-ocnxw9 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .playamo-ocnxw9 img {
  min-height: 100%;
  }
}

.playamo-wxm03t::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.playamo-v1k0oz {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.playamo-v1k0oz h1,
.playamo-v1k0oz h2,
.playamo-v1k0oz h3,
.playamo-v1k0oz h4 {
  margin-bottom: 6px;
}

.playamo-v1k0oz h1:not(:first-child),
.playamo-v1k0oz h2:not(:first-child),
.playamo-v1k0oz h3:not(:first-child),
.playamo-v1k0oz h4:not(:first-child) {
  margin-top: 16px;
}

.playamo-v1k0oz h1,
.playamo-v1k0oz h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .playamo-v1k0oz h1,
  .playamo-v1k0oz h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.playamo-v1k0oz h2,
.playamo-v1k0oz h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .playamo-v1k0oz h2,
  .playamo-v1k0oz h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.playamo-v1k0oz h3,
.playamo-v1k0oz h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .playamo-v1k0oz h3,
  .playamo-v1k0oz h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.playamo-v1k0oz h4,
.playamo-v1k0oz h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.playamo-v1k0oz ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.playamo-v1k0oz ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.playamo-v1k0oz 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-v1k0oz ul ul {
  margin-bottom: 8px;
}

.playamo-v1k0oz ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.playamo-v1k0oz ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.playamo-v1k0oz ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.playamo-v1k0oz ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.playamo-v1k0oz ol li::marker {
  font-weight: 700;
}

.playamo-v1k0oz ol ol {
  margin-bottom: 8px;
}

.playamo-v1k0oz ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.playamo-v1k0oz ol ul li {
  padding-left: 16px;
}

.playamo-v1k0oz 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-v1k0oz table {
    padding: 24px;
  }
}

.playamo-v1k0oz table.playamo-wibau7 {
  -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-tafa4o,
    mask-image 0.3s;
}

.playamo-v1k0oz table.playamo-wibau7.playamo-v7umz3 {
  -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-v1k0oz table {
    display: table;
  }
}

.playamo-v1k0oz 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-v1k0oz table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.playamo-v1k0oz table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.playamo-v1k0oz 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-v1k0oz table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.playamo-v1k0oz table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.playamo-v1k0oz table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.playamo-v1k0oz table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.playamo-v1k0oz img {
  max-width: 100%;
  height: auto;
}

.playamo-okx2k4 {
  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-okx2k4 {
    padding: 24px;
  }
}

.playamo-g6f5dr {
  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-g6f5dr {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.playamo-g6f5dr > * {
  margin: 0 !important;
}

.playamo-g6f5dr img,
.playamo-0ccsby {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playamo-g6f5dr img,
  .playamo-0ccsby {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playamo-4a5nxk {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playamo-4a5nxk {
    width: 32px;
    height: 32px;
  }
}

.playamo-wsek5k {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.playamo-wsek5k .playamo-o3ep1q {
  flex-shrink: 0;
}

.playamo-wsek5k .playamo-eawuyh svg {
  display: none;
}

.playamo-29nox4 {
  display: grid;
  transition: max-height 0.playamo-tafa4o ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .playamo-29nox4 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .playamo-29nox4 {
    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-29nox4.playamo-tm6v7o + .playamo-o3ep1q svg {
  transform: rotate(180deg);
}

.playamo-p6b0ry {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.playamo-p6b0ry > div:nth-child(3n) {
  grid-column: span 2;
}

.playamo-p6b0ry
  > div:nth-child(3n)
  .playamo-nuis3w
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .playamo-p6b0ry {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .playamo-p6b0ry > div:nth-child(3n) {
    grid-column: unset;
  }

  .playamo-p6b0ry
    > div:nth-child(3n)
    .playamo-nuis3w
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .playamo-p6b0ry {
    max-width: 270px;
  }
}

.playamo-p6b0ry .playamo-nuis3w button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .playamo-p6b0ry .playamo-nuis3w button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .playamo-p6b0ry .playamo-nuis3w button {
    max-width: 104px;
  }
}

.playamo-bg4m77 {
  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-bg4m77 {
    margin-bottom: 0;
  }
}

.playamo-gyvz67 {
  display: none;
  opacity: 0;
}

.playamo-kpo6pb {
  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-kpo6pb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.playamo-nuis3w {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.playamo-nuis3w 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-nuis3w
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .playamo-nuis3w
    button {
    max-width: 145px;
  }
}

.playamo-r1kaw8:first-child
  .playamo-nuis3w
  button {
  max-width: 270px;
}

.playamo-eqfa26 {
  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-bg4m77 picture {
  width: 100%;
  max-width: 100%;
}

.playamo-toehy2 {
  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-toehy2 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.playamo-bg4m77:hover .playamo-toehy2 {
  display: flex;
}

.playamo-62fq0d {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.playamo-7jcd7d {
  display: flex;
}

.playamo-7jcd7d:hover .playamo-p1q27k,
.playamo-7jcd7d .playamo-eoqpzq .playamo-p1q27k {
  display: flex;
}

.playamo-7jcd7d svg {
  flex-shrink: 0;
}

.playamo-p1q27k {
  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-p1q27k {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.playamo-p1q27k:hover {
  display: flex;
}

.playamo-p1q27k svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.playamo-7nzx67 {
  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-7nzx67 {
    font-size: 12px;
  }
}

.playamo-n9fwql,
.playamo-rgg2aw {
  width: 50%;
  flex-shrink: 0;
}

.playamo-n9fwql {
  font-weight: 700;
}

.playamo-tfimvb .playamo-29nox4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .playamo-tfimvb .playamo-29nox4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .playamo-tfimvb .playamo-29nox4 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.playamo-tfimvb
  .playamo-eqfa26:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.playamo-tfimvb .playamo-kpo6pb {
  height: 100% !important;
  border-radius: 16px;
}

.playamo-tfimvb .playamo-nuis3w {
  gap: 4px;
  align-items: center;
}

.playamo-tfimvb .playamo-nuis3w button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.playamo-tfimvb .playamo-nuis3w svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.playamo-tfimvb .playamo-cp1qc4,
.playamo-tfimvb .playamo-ax6q35 {
  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-qfwl1q.org/2000/svg'%3E%3Cpath d='M9.playamo-ptda7k 4.playamo-3jbu3i.playamo-9ct6b5 5.playamo-vgiujm.playamo-222hwm 5.playamo-dri1vw.playamo-mewxzx 5.playamo-vqkk04.playamo-5rf5bo 8.playamo-j8npqa.playamo-v9c419 9.playamo-dvmvkl.playamo-qhror2 9.playamo-labt7y.playamo-u5kz0w 13.playamo-k0oae4.playamo-mhkkq9 11.playamo-8ouscd.playamo-xtbguq 11.playamo-vadovl.playamo-y0rafs 11.playamo-msskac.playamo-rv8hdi 13.playamo-tjy0df.playamo-mybea4 9.playamo-smnvw8.playamo-2j19yp 9.playamo-ehe9vy.playamo-pbl9nf 8.playamo-4fv119.playamo-rsxe64 5.playamo-72fe32.playamo-hrd1a4 5.playamo-3chezi.playamo-jdolec 5.playamo-aobvjw.playamo-curtyv 4.playamo-48bsvf.playamo-xtbguq 1.playamo-cdfxqa.playamo-ptda7k 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.playamo-tfimvb .playamo-cp1qc4 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.playamo-tfimvb .playamo-ax6q35 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.playamo-6viub1 {
  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-6viub1 {
    padding: 24px;
  }
}

.playamo-6viub1 .playamo-o3ep1q {
  display: flex;
}

@media (min-width: 768px) {
  .playamo-6viub1 .playamo-o3ep1q {
    display: none;
  }
}

.playamo-6viub1 .playamo-eawuyh svg {
  display: none;
}

.playamo-74p93e {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.playamo-74p93e .playamo-92j7k9 {
  display: none;
}

@media (min-width: 768px) {
  .playamo-74p93e .playamo-92j7k9 {
    display: flex;
  }
}

.playamo-9uwqu1 {
  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-9uwqu1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.playamo-9uwqu1 > * {
  margin: 0 !important;
}

.playamo-9uwqu1 img,
.playamo-hoxtft {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playamo-9uwqu1 img,
  .playamo-hoxtft {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playamo-bkxjiu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playamo-bkxjiu {
    width: 32px;
    height: 32px;
  }
}

.playamo-m8zc5m {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .playamo-m8zc5m {
    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-m8zc5m::-webkit-scrollbar {
    display: none;
  }
}

.playamo-m2elv9 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .playamo-m2elv9 {
    padding: 7px 15px;
  }
}

.playamo-m2elv9:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.playamo-gfxcq7 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .playamo-gfxcq7 {
    display: flex;
    opacity: 1;
  }
}

.playamo-m2elv9 picture {
  height: 100%;
  display: block;
}

.playamo-m2elv9 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .playamo-m2elv9 img {
    width: 88px;
    height: 44px;
  }
}

.playamo-m2elv9 p {
  text-align: center;
  width: 100%;
}

.playamo-zis2n1 {
  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-zis2n1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.playamo-zis2n1 img,
.playamo-mk4vdl {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playamo-zis2n1 img,
  .playamo-mk4vdl {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playamo-t3lrj8 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playamo-t3lrj8 {
    width: 32px;
    height: 32px;
  }
}

.playamo-xnyhnk {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.playamo-aw2mbe {
  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-bt5l1r {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.playamo-bt5l1r.playamo-eoqpzq {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.playamo-244sx4 {
  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-244sx4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.playamo-8x451d {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.playamo-ovvq8h {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.playamo-tafa4o ease;
  opacity: 0;
  color: var(--text-color);
}

.playamo-g2bljq {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.playamo-g2bljq ol,
.playamo-g2bljq ul {
  padding-left: 1.3em;
}

.playamo-bt5l1r.playamo-eoqpzq .playamo-ovvq8h {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.playamo-bt5l1r.playamo-eoqpzq .playamo-8x451d {
  transform: rotate(180deg);
  color: var(--text-color);
}

.playamo-ekgm2p {
  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-ekgm2p {
    padding: 24px;
  }
}

.playamo-ekgm2p .playamo-o3ep1q {
  display: flex;
}

@media (min-width: 768px) {
  .playamo-ekgm2p .playamo-o3ep1q {
    display: none;
  }
}

.playamo-ekgm2p .playamo-eawuyh svg {
  display: none;
}

.playamo-7jbijk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.playamo-7jbijk .playamo-92j7k9 {
  display: none;
}

@media (min-width: 768px) {
  .playamo-7jbijk .playamo-92j7k9 {
    display: flex;
  }
}

.playamo-k7ny80 {
  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-k7ny80 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.playamo-k7ny80 > * {
  margin: 0 !important;
}

.playamo-k7ny80 img,
.playamo-ptutt3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .playamo-k7ny80 img,
  .playamo-ptutt3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.playamo-81b4ai {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .playamo-81b4ai {
    width: 32px;
    height: 32px;
  }
}

.playamo-iz3ci3 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .playamo-iz3ci3 {
    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-iz3ci3::-webkit-scrollbar {
    display: none;
  }
}

.playamo-mznn15 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.playamo-mznn15:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.playamo-v8vv9u {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .playamo-v8vv9u {
    display: flex;
    opacity: 1;
  }
}

.playamo-mznn15 picture {
  width: auto;
  height: 100%;
  display: block;
}

.playamo-mznn15 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.playamo-6ht8mv {
  margin: -24px 0;
}

.playamo-6ht8mv:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .playamo-6ht8mv {
    margin: -16px 0;
  }
}

.playamo-y1yvmv {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .playamo-y1yvmv {
    flex-direction: row;
  }
}

.playamo-licvcr {
  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-licvcr {
    flex: 1;
  }
}

.playamo-licvcr::placeholder {
  color: var(--Text-400);
}

.playamo-j1468l {
  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-rt3536 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.playamo-rt3536::-webkit-scrollbar {
  display: none;
}

.playamo-4ouup8 {
  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-4ouup8 img,
.playamo-4ouup8 svg {
  margin-right: 8px;
}

.playamo-tjhirs {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.playamo-6ht8mv + .playamo-rq6sbm {
  margin-top: 0;
}

@media (min-width: 768px) {
  .playamo-6ht8mv + .playamo-rq6sbm {
    margin-top: -16px;
  }
}

.playamo-y3ahcf {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.playamo-y3ahcf > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.playamo-y3ahcf > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.playamo-z1hirw {
  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-c8jfgr {
  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-pb0rhl {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.playamo-17majl {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.playamo-l12cj2 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.playamo-z1hirw 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-z1hirw 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-z1hirw {
    padding: 39px 179px 39px 39px;
  }

  .playamo-c8jfgr {
    font-size: 40px;
    line-height: 48px;
  }

  .playamo-l12cj2 {
    height: 348px;
  }

  .playamo-z1hirw button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .playamo-z1hirw button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .playamo-z1hirw {
    padding: 63px;
  }
}

.playamo-f7be3k {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .playamo-f7be3k {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.playamo-hau6ed {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .playamo-hau6ed {
    width: auto;
  }
}

.playamo-xwff44 {
  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-xwff44::-webkit-scrollbar {
  display: none;
}

.playamo-xwff44 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-xwff44 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .playamo-xwff44 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.playamo-f7be3k .playamo-pzyeyb {
  -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-tafa4o,
    mask-image 0.3s;
}

.playamo-f7be3k .playamo-pzyeyb.playamo-v7umz3 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.playamo-9gu10j {
  margin: 40px -16px;
}

.playamo-bb6pqa + .playamo-cn68yi,
.playamo-bb6pqa + .playamo-n03ar7 {
  margin-top: 24px;
}

.playamo-mnzdvu {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.playamo-mnzdvu picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.playamo-s09g1q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .playamo-s09g1q {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .playamo-s09g1q {
    margin-top: 0;
  }
}

.playamo-yqw3dk {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .playamo-yqw3dk {
    font-size: 24px;
    line-height: 32px;
  }
}

.playamo-mksile {
  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-mksile {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.playamo-syym8v {
  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-syym8v {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.playamo-6h2uy6 {
  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-6h2uy6 {
    font-size: 20px;
    line-height: 28px;
  }
}

.playamo-41c48n {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .playamo-41c48n {
    font-size: 32px;
    line-height: 40px;
  }
}

.playamo-7le3tt {
  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-0y15za {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.playamo-0y15za img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.playamo-rq6sbm {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.playamo-vthzrv {
  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-vthzrv {
    padding: 15px 48px;
  }
}

main > .playamo-rq6sbm {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .playamo-29nox4.playamo-nh8nj9 > div:nth-child(n+5) {
    display: none;
  }
}

.playamo-v1k0oz p a img {
  display: block;
  margin: 0 auto;
}


.playamo-89jnqw {
  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-pm0hzy {
  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-pm0hzy label {
  font-size: 14px;
}

.playamo-pm0hzy h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.playamo-pm0hzy input,
.playamo-pm0hzy textarea,
.playamo-pm0hzy 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-pm0hzy button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.playamo-jv1skt ease;
}
.playamo-pm0hzy button:hover {
  background-color: var(--button-bg-hover);
}
.playamo-r0g18w {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.playamo-ipw77g ease-in;
}

.playamo-r0g18w 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-j5w0cg, .playamo-lx88iy, [class*="review-card"],
thead, thead th, table th, .playamo-89lpna,
.playamo-naaprm, [class*="collapsible-header"],
.playamo-ptaqm3, [class*="updated-block"] {
  color: #ece7dc !important;
}
