* {
  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;
  }
}

.rocketplay-65hfqc {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .rocketplay-65hfqc {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .rocketplay-65hfqc {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.rocketplay-2wkxc5 {
  overflow: hidden;
}

.rocketplay-iqz9ef img {
  background: var(--Neutral-300);
}

.rocketplay-7q5fvc {
  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;
}

.rocketplay-4unkzo {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.rocketplay-4unkzo:hover {
  background: var(--button-bg-hover);
}

.rocketplay-w4hhvv {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.rocketplay-w4hhvv:hover {
  background: var(--button-bg-hover);
}

.rocketplay-ex8877 {
  font-size: 12px;
  line-height: 18px;
}

.rocketplay-irxtut {
  font-size: 18px;
  line-height: 26px;
}

.rocketplay-epulkt {
  width: 100%;
}

.rocketplay-00ri3m {
  padding: 6px 16px;
}

.rocketplay-cdej7d {
  padding: 10px 16px;
}

.rocketplay-4cye1u {
  padding: 15px 26px;
}

.rocketplay-r27cxf {
  flex-shrink: 0;
}

.rocketplay-oricrp {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.rocketplay-s3evjp {
  display: none;
}

.rocketplay-x2iig6 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.rocketplay-sgk403 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.rocketplay-j3cbmy {
  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;
}

.rocketplay-2qgdzl {
  cursor: grab;
}

.rocketplay-j3cbmy::-webkit-scrollbar {
  display: none;
}

.rocketplay-5633cf {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.rocketplay-3r0v04 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.rocketplay-d65wrz {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.rocketplay-73nadm {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.rocketplay-4yqo4p {
  visibility: visible;
}

.rocketplay-iffvon {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.rocketplay-lbak7u ease;
}

.rocketplay-54gdv0 {
  background-color: var(--Primary-200);
  width: 16px;
}

.rocketplay-6uszgq {
  -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.rocketplay-lbak7u,
    mask-image 0.3s;
}

.rocketplay-6uszgq.rocketplay-fiimao {
  -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;
  }
}

.rocketplay-1owb2v: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;
}

.rocketplay-aru056 {
  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.rocketplay-7keoie.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.rocketplay-7keoie.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;
}

.rocketplay-zrzafc {
  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);
}

.rocketplay-zrzafc::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%
  );
}

.rocketplay-ac48xj {
  position: relative;
  z-index: 1;
}

.rocketplay-5gt1zp {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.rocketplay-hjnrbw {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.rocketplay-aljxjh {
  font-size: 40px;
  line-height: 48px;
}

.rocketplay-upnaca {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rocketplay-i4e61a {
  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;
}

.rocketplay-i4e61a:hover {
  background: var(--Primary-400);
}

.rocketplay-i4e61a svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.rocketplay-1owb2v 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) {
  .rocketplay-zrzafc {
    max-width: 600px;
    padding: 64px;
  }

  .rocketplay-5gt1zp {
    font-size: 24px;
    line-height: 32px;
  }

  .rocketplay-hjnrbw {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .rocketplay-aljxjh {
    font-size: 50px;
    line-height: 56px;
  }

  .rocketplay-upnaca {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .rocketplay-aru056 {
    top: 25px;
    right: 25px;
  }
}

.rocketplay-vr8juk,
.rocketplay-de3kjo {
  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;
}

.rocketplay-fiorm2.rocketplay-qk40hh::before,
.rocketplay-de3kjo::before,
.rocketplay-6j3621::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.rocketplay-7keoie.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.rocketplay-vn7456 14.rocketplay-hh5ylx.rocketplay-zu60r2 14.rocketplay-yox42l 15.rocketplay-r8imeo 14.rocketplay-0jnerj 15.rocketplay-94nhi3 14.rocketplay-j6j8qd.rocketplay-415ry8 14.rocketplay-e19nra 19.rocketplay-pnzps7 12.rocketplay-lv0g9c 19.rocketplay-pnzps7 10.rocketplay-u6kxvt.rocketplay-pnzps7 8.rocketplay-chlj08 17.rocketplay-3rfiuv 7.rocketplay-24jwlm 15.rocketplay-kxv6wf 7.rocketplay-55y1ju.rocketplay-hw6bz0 7.rocketplay-24jwlm 11.rocketplay-82wope 8.rocketplay-chlj08 11.rocketplay-82wope 10.rocketplay-n14kqk.rocketplay-82wope 12.rocketplay-5i4hr3 13.rocketplay-sqahb5 14.rocketplay-9ji58o 15.rocketplay-4v12zc 14.rocketplay-jemgkv.rocketplay-tyuivq 14.rocketplay-uhzm9k 15.rocketplay-fwd8pm 14.rocketplay-ug1y3l 15.rocketplay-x1enkn 14.rocketplay-r00eel.rocketplay-vn7456 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.rocketplay-ov6t8s 15.rocketplay-j0rzr2.rocketplay-d6tfc4 15.rocketplay-vzpwcf 15.rocketplay-hvjp8q 15.rocketplay-qgzvpp 15.rocketplay-0jgjd9 15.rocketplay-wm2d33.rocketplay-urt2yo 15.rocketplay-qgzvpp 15.rocketplay-er0va3 15.rocketplay-9pw58p 15.rocketplay-tqod1c 15.rocketplay-5p5i86.rocketplay-st3csh 15.rocketplay-nf9im1 7.rocketplay-2t91e0 18.rocketplay-sw8k5t 7.rocketplay-2at806 23.rocketplay-nmxcwy.rocketplay-0o0cud.rocketplay-cb3m36 18.rocketplay-frrfqo 19.rocketplay-jlvnql 15.rocketplay-v6q95l 15.rocketplay-ov6t8s 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.rocketplay-dqo446 [type="submit"] *,
.rocketplay-33gyvg button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .rocketplay-vno5me {
    display: none;
  }
}

.rocketplay-kwi5qf {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .rocketplay-kwi5qf {
  display: none;
}

@media (min-width: 768px) {
  .rocketplay-kwi5qf {
    bottom: 22px;
  }
}

.rocketplay-kwi5qf input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .rocketplay-kwi5qf {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.rocketplay-o4jg02.static) .rocketplay-kwi5qf {
    bottom: 8px;
  }
}

.rocketplay-zci5lx {
  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.rocketplay-7keoie.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.rocketplay-bju38o 3.rocketplay-pyjcnj.rocketplay-0ma8cy.rocketplay-henhr1 3.rocketplay-o6ab36 3.rocketplay-f1uceb 5.rocketplay-mhjzt8 3.rocketplay-f1uceb 8.rocketplay-zysm45.rocketplay-iqiomm.rocketplay-f1uceb 26.rocketplay-pzqwyk 5.rocketplay-8sxqvn 28.rocketplay-uc97g0 8.rocketplay-zla1wb 28.rocketplay-lfv1zr.rocketplay-8kmvm0 28.rocketplay-duj9h7.rocketplay-25n4yf 34.rocketplay-8umdej.rocketplay-x6ss8u 36.rocketplay-1a6kof 11.rocketplay-cszxeh 37.rocketplay-6iavze 12.rocketplay-ztwt7j 36.rocketplay-0p1xl5.rocketplay-i3l04t 28.rocketplay-29qfl7.rocketplay-w9ko74.rocketplay-21xf9c 28.rocketplay-gdswuu 36.rocketplay-narkmf 26.rocketplay-x6a9ke 36.rocketplay-narkmf 23.rocketplay-qajzli.rocketplay-tnsm4n.rocketplay-narkmf 5.rocketplay-r86u3q 34.rocketplay-rv4q2l 3.rocketplay-o6ab36 31.rocketplay-bju38o 3.rocketplay-5wvgll.rocketplay-5i5f01 18.rocketplay-z529rp.rocketplay-6vlei2 18.rocketplay-fdsqmq 8.rocketplay-g3ofki 17.rocketplay-omo07c 8.rocketplay-g3ofki 15.rocketplay-8wzo6f.rocketplay-g3ofki 14.rocketplay-14okl3 9.rocketplay-6vlei2 13.rocketplay-yk06y7 11.rocketplay-5i5f01 13.rocketplay-j1ssjr.rocketplay-ynjc9i 13.rocketplay-yk06y7 13.rocketplay-vof1hs 14.rocketplay-14okl3 13.rocketplay-vof1hs 15.rocketplay-9v2zwc.rocketplay-vof1hs 17.rocketplay-omo07c 12.rocketplay-ynjc9i 18.rocketplay-fdsqmq 11.rocketplay-5i5f01 18.rocketplay-1qftlp.rocketplay-gff4y0 18.rocketplay-v7yh1t.rocketplay-m0hcmw 18.rocketplay-fdsqmq 17.rocketplay-5veswq 17.rocketplay-omo07c 17.rocketplay-5veswq 15.rocketplay-m5q2ac.rocketplay-5veswq 14.rocketplay-14okl3 18.rocketplay-m0hcmw 13.rocketplay-yk06y7 20.rocketplay-gff4y0 13.rocketplay-61jtx9.rocketplay-82fe8j 13.rocketplay-yk06y7 22.rocketplay-cf0928 14.rocketplay-14okl3 22.rocketplay-cf0928 15.rocketplay-dltlse.rocketplay-m7jh8o 17.rocketplay-omo07c 21.rocketplay-82fe8j 18.rocketplay-fdsqmq 20.rocketplay-gff4y0 18.rocketplay-qvx83b.rocketplay-lf720w 18.rocketplay-rvq3jr.rocketplay-aae1fe 18.rocketplay-fdsqmq 26.rocketplay-7zhn6b 17.rocketplay-omo07c 26.rocketplay-7zhn6b 15.rocketplay-cexoxj.rocketplay-7zhn6b 14.rocketplay-14okl3 27.rocketplay-aae1fe 13.rocketplay-yk06y7 28.rocketplay-lf720w 13.rocketplay-4wgl6t.rocketplay-hmdip4 13.rocketplay-yk06y7 31.rocketplay-fauj7h 14.rocketplay-14okl3 31.rocketplay-fauj7h 15.rocketplay-ce64sp.rocketplay-7zhn6b 17.rocketplay-omo07c 30.rocketplay-hmdip4 18.rocketplay-fdsqmq 28.rocketplay-lf720w 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"])
    .rocketplay-zci5lx {
    display: none;
  }
}

.rocketplay-9usgp3 {
  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) {
  .rocketplay-9usgp3 {
    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;
}

.rocketplay-33gyvg {
  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) {
  .rocketplay-33gyvg {
    padding: 14px 16px;
  }
}

.rocketplay-33gyvg button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.rocketplay-33gyvg button:first-child {
  align-content: end;
}

.rocketplay-33gyvg button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .rocketplay-33gyvg
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .rocketplay-33gyvg
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.rocketplay-33gyvg button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.rocketplay-33gyvg button:last-child svg {
  width: 38px;
  height: 38px;
}

.rocketplay-6j3621 {
  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;
}

.rocketplay-6j3621::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .rocketplay-6j3621,
.pc61d126-chatbot[data-active-screen="3"]
  .rocketplay-6j3621 {
  opacity: 1;
  visibility: visible;
}

.rocketplay-gc4oyw {
  flex: 1 1;
}

.rocketplay-3u43yy {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .rocketplay-3u43yy {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .rocketplay-15d0sb {
  display: block;
}

.rocketplay-beu2kx {
  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) {
  .rocketplay-beu2kx {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.rocketplay-de3kjo {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.rocketplay-de3kjo::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.rocketplay-3kd0oh span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.rocketplay-3kd0oh p {
  color: var(--Text-100);
}

.rocketplay-de3kjo .rocketplay-tgc7nb {
  grid-area: button;
}

.rocketplay-de3kjo .rocketplay-tgc7nb::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.rocketplay-7keoie.org/2000/svg'%3E%3Cpath d='M4.rocketplay-8awf3n 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rocketplay-0otnld 15L16.rocketplay-0otnld 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rocketplay-0otnld 5L16.rocketplay-0otnld 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .rocketplay-6t18qs {
  display: block;
}

.rocketplay-z1jpff {
  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) {
  .rocketplay-z1jpff {
    margin-top: 40px;
  }
}

.rocketplay-vr8juk label,
.rocketplay-vr8juk input {
  display: block;
  width: 100%;
}

.rocketplay-vr8juk label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.rocketplay-vr8juk label.rocketplay-ysakk7 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.rocketplay-vr8juk label.rocketplay-ysakk7::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;
}

.rocketplay-vr8juk 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;
}

.rocketplay-vr8juk input::placeholder {
  color: var(--Text-400);
}

.rocketplay-pe6uue {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .rocketplay-pe6uue {
  display: flex;
}

.rocketplay-pe6uue ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .rocketplay-pe6uue ol {
    height: 420px;
    padding: 24px;
  }
}

.rocketplay-pe6uue ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.rocketplay-dqo446 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .rocketplay-dqo446 {
    padding: 0 24px 24px;
  }
}

.rocketplay-dqo446 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;
}

.rocketplay-dqo446 input::placeholder {
  color: var(--Text-400);
}

.rocketplay-dqo446 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.rocketplay-dqo446 [type="submit"]:disabled {
  opacity: 0.5;
}

.rocketplay-dqo446 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .rocketplay-dqo446 [type="submit"] {
    right: 40px;
  }
}

.rocketplay-fiorm2 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.rocketplay-fiorm2.rocketplay-qk40hh {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.rocketplay-fiorm2.rocketplay-qk40hh::before {
  content: "";
  width: 31px;
}

.rocketplay-fiorm2.rocketplay-qk40hh p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rocketplay-fiorm2.rocketplay-lc6ju7 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.rocketplay-fiorm2 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rocketplay-kwi5qf .rocketplay-tgc7nb {
  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;
  }
}

.rocketplay-vno5me {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .rocketplay-vno5me {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .rocketplay-vno5me {
    padding: 18px 0;
  }
}

.rocketplay-vno5me .rocketplay-65hfqc {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .rocketplay-vno5me .rocketplay-65hfqc {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.rocketplay-xdslj0 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .rocketplay-xdslj0 {
    max-width: 160px;
    height: 40px;
  }
}

.rocketplay-xdslj0 picture,
.rocketplay-xdslj0 img {
  display: block;
  width: 100%;
  height: 100%;
}

.rocketplay-xdslj0 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .rocketplay-wxm59h {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.rocketplay-lbak7u ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .rocketplay-vno5me.rocketplay-9hvo6n .rocketplay-wxm59h {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .rocketplay-wxm59h {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .rocketplay-wxm59h {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.rocketplay-ihor9y,
.rocketplay-s3ks4p {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .rocketplay-ihor9y,
  .rocketplay-s3ks4p {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .rocketplay-s3ks4p {
    display: none;
  }
}

.rocketplay-nbhle4 {
  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;
}

.rocketplay-9hvo6n .rocketplay-nbhle4 {
  background: var(--fh-bg-color);
}

.rocketplay-nbhle4 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .rocketplay-nbhle4 {
    display: none;
  }
}

.rocketplay-lwclcz {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rocketplay-lwclcz {
    display: none;
  }
}

.rocketplay-b026q6 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.rocketplay-vno5me.rocketplay-9hvo6n .rocketplay-b026q6:first-child {
  display: none;
}

.rocketplay-vno5me.rocketplay-9hvo6n .rocketplay-b026q6:last-child {
  display: block;
}

.rocketplay-b026q6:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .rocketplay-b026q6 {
    display: none;
  }
}

.rocketplay-seennx {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rocketplay-seennx {
    display: flex;
  }
}

.rocketplay-seennx ul {
  max-height: 350px;
  overflow-y: auto;
}

.rocketplay-seennx:hover ul {
  visibility: visible;
  opacity: 1;
}

.rocketplay-seennx:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.rocketplay-seennx:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.rocketplay-seennx:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.rocketplay-seennx:hover .rocketplay-rgq0d6 svg {
  transform: rotate(180deg);
}

.rocketplay-7pzne5 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.rocketplay-e23x40 {
  padding: 0 8px;
}

.rocketplay-9pk96e {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.rocketplay-9pk96e:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .rocketplay-9pk96e {
    padding: 4px 8px;
  }
}

.rocketplay-4yoj6s {
  display: flex;
}

.rocketplay-4yoj6s img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.rocketplay-rgq0d6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.rocketplay-rgq0d6 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.rocketplay-vr2l5z {
  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) {
  .rocketplay-vr2l5z {
    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;
  }
}

.rocketplay-nwsmbv {
  width: 100%;
}

@media (min-width: 1200px) {
  .rocketplay-nwsmbv {
    display: none;
  }
}

.rocketplay-67zh34 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.rocketplay-dm6hag {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.rocketplay-lo4mpc {
  display: flex;
}

.rocketplay-dnpjo1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.rocketplay-fevasi {
  list-style: none;
}

@media (max-width: 1199px) {
  .rocketplay-fevasi {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .rocketplay-fevasi {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .rocketplay-fevasi .rocketplay-4pehj4 [data-ref-el],
  .rocketplay-fevasi .rocketplay-4pehj4 span,
  .rocketplay-fevasi .rocketplay-4pehj4 a {
    white-space: nowrap;
  }
}

.rocketplay-2noye6 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .rocketplay-2noye6.rocketplay-ce17b2 > .rocketplay-4pehj4 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .rocketplay-2noye6.rocketplay-qqiphr:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .rocketplay-2noye6.rocketplay-ce17b2 > .rocketplay-mnw84w {
    height: auto;
  }

  .rocketplay-2noye6.rocketplay-ce17b2 > div > .rocketplay-683i4w {
    transform: rotate(180deg);
  }
}

.rocketplay-2noye6 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.rocketplay-2noye6 [data-ref-el],
.rocketplay-2noye6 span {
  cursor: pointer;
}

.rocketplay-2noye6 [data-ref-el],
.rocketplay-2noye6 span,
.rocketplay-2noye6 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .rocketplay-2noye6 [data-ref-el],
  .rocketplay-2noye6 span,
  .rocketplay-2noye6 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .rocketplay-2noye6 [data-ref-el],
  .rocketplay-2noye6 span,
  .rocketplay-2noye6 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.rocketplay-mnw84w {
  height: 0;
  overflow: hidden;
  transition: height 0.rocketplay-lbak7u ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.rocketplay-mnw84w::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.rocketplay-mnw84w::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.rocketplay-mnw84w::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .rocketplay-mnw84w {
    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;
  }

  .rocketplay-mnw84w:has(> .rocketplay-2noye6.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .rocketplay-mnw84w .rocketplay-mnw84w {
    padding: 0;
  }

  .rocketplay-mnw84w .rocketplay-2noye6 {
    font-weight: 400;
  }

  .rocketplay-mnw84w .rocketplay-2noye6:hover > .rocketplay-4pehj4 {
    background: var(--Neutral-300);
  }

  .rocketplay-mnw84w .rocketplay-683i4w {
    rotate: -90deg;
  }
}

.rocketplay-4pehj4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rocketplay-4pehj4 {
    padding: 8px;
  }

  .rocketplay-2noye6.rocketplay-02izpf > .rocketplay-4pehj4 {
    background: var(--Neutral-300);
  }
}

.rocketplay-683i4w {
  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.rocketplay-7keoie.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.rocketplay-1lpe1y 0.rocketplay-nwcpba.rocketplay-gi6qpi -0.rocketplay-52gd3c 0.rocketplay-1o51dn -0.rocketplay-52gd3c 1.rocketplay-tdyau7 0.rocketplay-9atzcr.rocketplay-tcfmda 4.rocketplay-qd2wbw.rocketplay-1lpe1y 0.rocketplay-eyi2ux.rocketplay-xbwo6o -0.rocketplay-52gd3c 9.rocketplay-mz0upm -0.rocketplay-52gd3c 10.rocketplay-dsa2v0 0.rocketplay-oul4j5.rocketplay-7fpgte 0.rocketplay-gi6qpi 10.rocketplay-7fpgte 0.rocketplay-1o51dn 10.rocketplay-dsa2v0 1.rocketplay-ez8er9.rocketplay-7j83n7 5.rocketplay-28y0kz.rocketplay-d34bj3 6.rocketplay-qcqxsm 5.rocketplay-jbfqfd 6.rocketplay-qcqxsm 4.rocketplay-283nxo 5.rocketplay-fyvppn.rocketplay-1lpe1y 1.rocketplay-n5ss5q.rocketplay-52gd3c 0.rocketplay-1o51dn -0.rocketplay-52gd3c 0.rocketplay-gi6qpi 0.rocketplay-1lpe1y 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.rocketplay-lbak7u ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rocketplay-683i4w {
    cursor: default;
  }
}

.rocketplay-fzeyfg {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.rocketplay-zz4xo5 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .rocketplay-zz4xo5 {
    padding: 40px 4px;
  }
}

.rocketplay-iqtc3p {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .rocketplay-iqtc3p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.rocketplay-zkukrc {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .rocketplay-zkukrc {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.rocketplay-zkukrc ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.rocketplay-zkukrc [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.rocketplay-zkukrc [data-ref-el],
.rocketplay-zkukrc span,
.rocketplay-zkukrc a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.rocketplay-u7u7bt {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rocketplay-u7u7bt {
    margin-bottom: 12px;
  }
}

.rocketplay-0txww6 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.rocketplay-0txww6 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .rocketplay-0txww6:last-child {
    margin-right: 0;
  }
}

.rocketplay-8488cb {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rocketplay-u7u7bt:hover .rocketplay-vqx1ep {
  visibility: visible;
  opacity: 1;
}

.rocketplay-vqx1ep {
  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);
}

.rocketplay-mmwqgx {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.rocketplay-kdzsnw {
  display: flex;
  margin: 6px;
}

.rocketplay-kdzsnw img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.rocketplay-vqx1ep::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);
}

.rocketplay-vqx1ep::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);
}

.rocketplay-yfceht {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .rocketplay-yfceht {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.rocketplay-o80ze9 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .rocketplay-o80ze9 {
    margin-right: 32px;
  }
}

.rocketplay-nau55e {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rocketplay-nau55e {
    margin-top: 0;
    width: 340px;
  }
}

.rocketplay-nau55e a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rocketplay-np1tnb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.rocketplay-0cnvm8 {
  position: relative;
}

@media (min-width: 768px) {
  .rocketplay-0cnvm8 {
    margin-top: 40px;
  }
}

.rocketplay-0cnvm8 + .rocketplay-35z1fn,
.rocketplay-0cnvm8 + .rocketplay-0cnvm8 {
  margin-top: 24px;
}

.rocketplay-z05yo2 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .rocketplay-z05yo2 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .rocketplay-z05yo2 {
    padding: 80px;
  }
}

.rocketplay-hw1pvy {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .rocketplay-hw1pvy {
    padding: 0 16px;
}


}

.rocketplay-l3nj1d {
  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) {
  .rocketplay-l3nj1d {
    font-size: 48px;
    line-height: 56px;
  }
}

.rocketplay-hkjlt0 {
  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) {
  .rocketplay-hkjlt0 {
    font-size: 24px;
    line-height: 32px;
  }
}

.rocketplay-d2nd3p {
  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;
}

.rocketplay-d2nd3p:hover {
  background: var(--button-bg-hover);
}

.rocketplay-gryr9x {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.rocketplay-gryr9x img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .rocketplay-gryr9x img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .rocketplay-gryr9x img {
  min-height: 100%;
  }
}

.rocketplay-z05yo2::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.rocketplay-crj1c9 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rocketplay-crj1c9 h1,
.rocketplay-crj1c9 h2,
.rocketplay-crj1c9 h3,
.rocketplay-crj1c9 h4 {
  margin-bottom: 6px;
}

.rocketplay-crj1c9 h1:not(:first-child),
.rocketplay-crj1c9 h2:not(:first-child),
.rocketplay-crj1c9 h3:not(:first-child),
.rocketplay-crj1c9 h4:not(:first-child) {
  margin-top: 16px;
}

.rocketplay-crj1c9 h1,
.rocketplay-crj1c9 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .rocketplay-crj1c9 h1,
  .rocketplay-crj1c9 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.rocketplay-crj1c9 h2,
.rocketplay-crj1c9 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .rocketplay-crj1c9 h2,
  .rocketplay-crj1c9 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.rocketplay-crj1c9 h3,
.rocketplay-crj1c9 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .rocketplay-crj1c9 h3,
  .rocketplay-crj1c9 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.rocketplay-crj1c9 h4,
.rocketplay-crj1c9 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.rocketplay-crj1c9 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.rocketplay-crj1c9 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.rocketplay-crj1c9 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);
}

.rocketplay-crj1c9 ul ul {
  margin-bottom: 8px;
}

.rocketplay-crj1c9 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.rocketplay-crj1c9 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.rocketplay-crj1c9 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.rocketplay-crj1c9 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.rocketplay-crj1c9 ol li::marker {
  font-weight: 700;
}

.rocketplay-crj1c9 ol ol {
  margin-bottom: 8px;
}

.rocketplay-crj1c9 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.rocketplay-crj1c9 ol ul li {
  padding-left: 16px;
}

.rocketplay-crj1c9 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) {
  .rocketplay-crj1c9 table {
    padding: 24px;
  }
}

.rocketplay-crj1c9 table.rocketplay-wq2fdd {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.rocketplay-lbak7u,
    mask-image 0.3s;
}

.rocketplay-crj1c9 table.rocketplay-wq2fdd.rocketplay-fiimao {
  -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) {
  .rocketplay-crj1c9 table {
    display: table;
  }
}

.rocketplay-crj1c9 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);
}

.rocketplay-crj1c9 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rocketplay-crj1c9 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rocketplay-crj1c9 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) {
  .rocketplay-crj1c9 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.rocketplay-crj1c9 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rocketplay-crj1c9 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rocketplay-crj1c9 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.rocketplay-crj1c9 img {
  max-width: 100%;
  height: auto;
}

.rocketplay-grbv89 {
  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) {
  .rocketplay-grbv89 {
    padding: 24px;
  }
}

.rocketplay-zk7xi5 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .rocketplay-zk7xi5 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.rocketplay-zk7xi5 > * {
  margin: 0 !important;
}

.rocketplay-zk7xi5 img,
.rocketplay-3c74fa {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rocketplay-zk7xi5 img,
  .rocketplay-3c74fa {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rocketplay-pld3uc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rocketplay-pld3uc {
    width: 32px;
    height: 32px;
  }
}

.rocketplay-bjoakz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.rocketplay-bjoakz .rocketplay-jm2vup {
  flex-shrink: 0;
}

.rocketplay-bjoakz .rocketplay-5mx34c svg {
  display: none;
}

.rocketplay-aa341z {
  display: grid;
  transition: max-height 0.rocketplay-lbak7u ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .rocketplay-aa341z {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .rocketplay-aa341z {
    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));
  }
}

.rocketplay-aa341z.rocketplay-4i4obb + .rocketplay-jm2vup svg {
  transform: rotate(180deg);
}

.rocketplay-h7n0vx {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.rocketplay-h7n0vx > div:nth-child(3n) {
  grid-column: span 2;
}

.rocketplay-h7n0vx
  > div:nth-child(3n)
  .rocketplay-379qgn
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .rocketplay-h7n0vx {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .rocketplay-h7n0vx > div:nth-child(3n) {
    grid-column: unset;
  }

  .rocketplay-h7n0vx
    > div:nth-child(3n)
    .rocketplay-379qgn
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .rocketplay-h7n0vx {
    max-width: 270px;
  }
}

.rocketplay-h7n0vx .rocketplay-379qgn button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .rocketplay-h7n0vx .rocketplay-379qgn button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .rocketplay-h7n0vx .rocketplay-379qgn button {
    max-width: 104px;
  }
}

.rocketplay-swjvz8 {
  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) {
  .rocketplay-swjvz8 {
    margin-bottom: 0;
  }
}

.rocketplay-0fl4gb {
  display: none;
  opacity: 0;
}

.rocketplay-xxfd29 {
  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;
  }
}

.rocketplay-xxfd29 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.rocketplay-379qgn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.rocketplay-379qgn button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rocketplay-379qgn
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rocketplay-379qgn
    button {
    max-width: 145px;
  }
}

.rocketplay-gjzc68:first-child
  .rocketplay-379qgn
  button {
  max-width: 270px;
}

.rocketplay-f2w65r {
  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%;
}

.rocketplay-swjvz8 picture {
  width: 100%;
  max-width: 100%;
}

.rocketplay-6sug13 {
  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;
}

.rocketplay-6sug13 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.rocketplay-swjvz8:hover .rocketplay-6sug13 {
  display: flex;
}

.rocketplay-eaieov {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.rocketplay-526z5p {
  display: flex;
}

.rocketplay-526z5p:hover .rocketplay-deisc2,
.rocketplay-526z5p .rocketplay-02izpf .rocketplay-deisc2 {
  display: flex;
}

.rocketplay-526z5p svg {
  flex-shrink: 0;
}

.rocketplay-deisc2 {
  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) {
  .rocketplay-deisc2 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.rocketplay-deisc2:hover {
  display: flex;
}

.rocketplay-deisc2 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.rocketplay-jcdhav {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .rocketplay-jcdhav {
    font-size: 12px;
  }
}

.rocketplay-gg8ymt,
.rocketplay-7c5i9z {
  width: 50%;
  flex-shrink: 0;
}

.rocketplay-gg8ymt {
  font-weight: 700;
}

.rocketplay-t1r2il .rocketplay-aa341z {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .rocketplay-t1r2il .rocketplay-aa341z {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .rocketplay-t1r2il .rocketplay-aa341z {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.rocketplay-t1r2il
  .rocketplay-f2w65r:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.rocketplay-t1r2il .rocketplay-xxfd29 {
  height: 100% !important;
  border-radius: 16px;
}

.rocketplay-t1r2il .rocketplay-379qgn {
  gap: 4px;
  align-items: center;
}

.rocketplay-t1r2il .rocketplay-379qgn button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rocketplay-t1r2il .rocketplay-379qgn svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.rocketplay-t1r2il .rocketplay-ugv5cg,
.rocketplay-t1r2il .rocketplay-jiosgn {
  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.rocketplay-7keoie.org/2000/svg'%3E%3Cpath d='M9.rocketplay-chhku6 4.rocketplay-od78j1.rocketplay-5sotti 5.rocketplay-5fqrun.rocketplay-onkyyu 5.rocketplay-9yehqs.rocketplay-3dubwg 5.rocketplay-7th2wo.rocketplay-cfur9u 8.rocketplay-bs3xs2.rocketplay-r1wyk4 9.rocketplay-c8h9tc.rocketplay-rygi8d 9.rocketplay-hsd8fi.rocketplay-g9uybr 13.rocketplay-vmv83l.rocketplay-yb14cs 11.rocketplay-9bo3ir.rocketplay-4uqlja 11.rocketplay-nqe01g.rocketplay-boegol 11.rocketplay-coqsk9.rocketplay-7lgwl5 13.rocketplay-y9aso9.rocketplay-0hzp94 9.rocketplay-4erluz.rocketplay-1ksato 9.rocketplay-fdt27k.rocketplay-1i7lbr 8.rocketplay-zy9kl1.rocketplay-9qzre7 5.rocketplay-dhk1j4.rocketplay-ommp5k 5.rocketplay-z9psse.rocketplay-urzjvz 5.rocketplay-mh29za.rocketplay-937t3u 4.rocketplay-jckfns.rocketplay-4uqlja 1.rocketplay-8kg6v0.rocketplay-chhku6 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.rocketplay-t1r2il .rocketplay-ugv5cg {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.rocketplay-t1r2il .rocketplay-jiosgn {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.rocketplay-hdq2lm {
  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) {
  .rocketplay-hdq2lm {
    padding: 24px;
  }
}

.rocketplay-hdq2lm .rocketplay-jm2vup {
  display: flex;
}

@media (min-width: 768px) {
  .rocketplay-hdq2lm .rocketplay-jm2vup {
    display: none;
  }
}

.rocketplay-hdq2lm .rocketplay-5mx34c svg {
  display: none;
}

.rocketplay-sm4q2x {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rocketplay-sm4q2x .rocketplay-7q5fvc {
  display: none;
}

@media (min-width: 768px) {
  .rocketplay-sm4q2x .rocketplay-7q5fvc {
    display: flex;
  }
}

.rocketplay-gsdy7f {
  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) {
  .rocketplay-gsdy7f {
    font-size: 40px;
    line-height: 48px;
  }
}

.rocketplay-gsdy7f > * {
  margin: 0 !important;
}

.rocketplay-gsdy7f img,
.rocketplay-amyhrv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rocketplay-gsdy7f img,
  .rocketplay-amyhrv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rocketplay-7pzh5a {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rocketplay-7pzh5a {
    width: 32px;
    height: 32px;
  }
}

.rocketplay-7m96cf {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .rocketplay-7m96cf {
    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;
  }

  .rocketplay-7m96cf::-webkit-scrollbar {
    display: none;
  }
}

.rocketplay-scuq61 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .rocketplay-scuq61 {
    padding: 7px 15px;
  }
}

.rocketplay-scuq61:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rocketplay-18qarz {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rocketplay-18qarz {
    display: flex;
    opacity: 1;
  }
}

.rocketplay-scuq61 picture {
  height: 100%;
  display: block;
}

.rocketplay-scuq61 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .rocketplay-scuq61 img {
    width: 88px;
    height: 44px;
  }
}

.rocketplay-scuq61 p {
  text-align: center;
  width: 100%;
}

.rocketplay-gr14xe {
  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) {
  .rocketplay-gr14xe {
    font-size: 40px;
    line-height: 48px;
  }
}

.rocketplay-gr14xe img,
.rocketplay-qa5lx3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rocketplay-gr14xe img,
  .rocketplay-qa5lx3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rocketplay-2rqj44 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rocketplay-2rqj44 {
    width: 32px;
    height: 32px;
  }
}

.rocketplay-59s0ww {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.rocketplay-oa1eth {
  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;
}

.rocketplay-snpjba {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.rocketplay-snpjba.rocketplay-02izpf {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.rocketplay-0elxiw {
  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) {
  .rocketplay-0elxiw {
    font-size: 20px;
    line-height: 28px;
  }
}

.rocketplay-utcmbs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.rocketplay-n5xvhr {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.rocketplay-lbak7u ease;
  opacity: 0;
  color: var(--text-color);
}

.rocketplay-y2m3hj {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.rocketplay-y2m3hj ol,
.rocketplay-y2m3hj ul {
  padding-left: 1.3em;
}

.rocketplay-snpjba.rocketplay-02izpf .rocketplay-n5xvhr {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.rocketplay-snpjba.rocketplay-02izpf .rocketplay-utcmbs {
  transform: rotate(180deg);
  color: var(--text-color);
}

.rocketplay-l6lz96 {
  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) {
  .rocketplay-l6lz96 {
    padding: 24px;
  }
}

.rocketplay-l6lz96 .rocketplay-jm2vup {
  display: flex;
}

@media (min-width: 768px) {
  .rocketplay-l6lz96 .rocketplay-jm2vup {
    display: none;
  }
}

.rocketplay-l6lz96 .rocketplay-5mx34c svg {
  display: none;
}

.rocketplay-rupdko {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rocketplay-rupdko .rocketplay-7q5fvc {
  display: none;
}

@media (min-width: 768px) {
  .rocketplay-rupdko .rocketplay-7q5fvc {
    display: flex;
  }
}

.rocketplay-ot7ot7 {
  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) {
  .rocketplay-ot7ot7 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.rocketplay-ot7ot7 > * {
  margin: 0 !important;
}

.rocketplay-ot7ot7 img,
.rocketplay-djvzzm {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rocketplay-ot7ot7 img,
  .rocketplay-djvzzm {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rocketplay-j374uo {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rocketplay-j374uo {
    width: 32px;
    height: 32px;
  }
}

.rocketplay-s1mrmt {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .rocketplay-s1mrmt {
    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;
  }

  .rocketplay-s1mrmt::-webkit-scrollbar {
    display: none;
  }
}

.rocketplay-hdjymx {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.rocketplay-hdjymx:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rocketplay-4p7u9u {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rocketplay-4p7u9u {
    display: flex;
    opacity: 1;
  }
}

.rocketplay-hdjymx picture {
  width: auto;
  height: 100%;
  display: block;
}

.rocketplay-hdjymx picture img {
  display: block;
  width: auto;
  height: 100%;
}

.rocketplay-oln4k4 {
  margin: -24px 0;
}

.rocketplay-oln4k4:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .rocketplay-oln4k4 {
    margin: -16px 0;
  }
}

.rocketplay-qxo289 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .rocketplay-qxo289 {
    flex-direction: row;
  }
}

.rocketplay-2kt89n {
  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) {
  .rocketplay-2kt89n {
    flex: 1;
  }
}

.rocketplay-2kt89n::placeholder {
  color: var(--Text-400);
}

.rocketplay-ietdhr {
  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;
}

.rocketplay-kso3jx {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rocketplay-kso3jx::-webkit-scrollbar {
  display: none;
}

.rocketplay-5pechc {
  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;
}

.rocketplay-5pechc img,
.rocketplay-5pechc svg {
  margin-right: 8px;
}

.rocketplay-ujqb6n {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.rocketplay-oln4k4 + .rocketplay-xwsrh6 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .rocketplay-oln4k4 + .rocketplay-xwsrh6 {
    margin-top: -16px;
  }
}

.rocketplay-rj88ho {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.rocketplay-rj88ho > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.rocketplay-rj88ho > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.rocketplay-2fswx9 {
  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;
}

.rocketplay-hx0q73 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.rocketplay-b2jksd {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.rocketplay-fpidwa {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.rocketplay-kk8am8 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.rocketplay-2fswx9 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;
}

.rocketplay-2fswx9 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) {
  .rocketplay-2fswx9 {
    padding: 39px 179px 39px 39px;
  }

  .rocketplay-hx0q73 {
    font-size: 40px;
    line-height: 48px;
  }

  .rocketplay-kk8am8 {
    height: 348px;
  }

  .rocketplay-2fswx9 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .rocketplay-2fswx9 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .rocketplay-2fswx9 {
    padding: 63px;
  }
}

.rocketplay-4tt5vj {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .rocketplay-4tt5vj {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.rocketplay-jlpsg6 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rocketplay-jlpsg6 {
    width: auto;
  }
}

.rocketplay-d5gz2s {
  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;
}

.rocketplay-d5gz2s::-webkit-scrollbar {
  display: none;
}

.rocketplay-d5gz2s 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);
}

.rocketplay-d5gz2s a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rocketplay-d5gz2s {
    margin-left: 16px;
    margin-top: 0;
  }
}

.rocketplay-4tt5vj .rocketplay-y8qzz3 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.rocketplay-lbak7u,
    mask-image 0.3s;
}

.rocketplay-4tt5vj .rocketplay-y8qzz3.rocketplay-fiimao {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.rocketplay-xebnq1 {
  margin: 40px -16px;
}

.rocketplay-6at4kl + .rocketplay-35z1fn,
.rocketplay-6at4kl + .rocketplay-0cnvm8 {
  margin-top: 24px;
}

.rocketplay-1xvyx0 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.rocketplay-1xvyx0 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.rocketplay-1r10kd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .rocketplay-1r10kd {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .rocketplay-1r10kd {
    margin-top: 0;
  }
}

.rocketplay-hvajm9 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rocketplay-hvajm9 {
    font-size: 24px;
    line-height: 32px;
  }
}

.rocketplay-8fgrua {
  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) {
  .rocketplay-8fgrua {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.rocketplay-1zxs0g {
  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) {
  .rocketplay-1zxs0g {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.rocketplay-5do6ws {
  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) {
  .rocketplay-5do6ws {
    font-size: 20px;
    line-height: 28px;
  }
}

.rocketplay-1grqyo {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rocketplay-1grqyo {
    font-size: 32px;
    line-height: 40px;
  }
}

.rocketplay-tvq9f2 {
  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;
}

.rocketplay-1yc0z3 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.rocketplay-1yc0z3 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rocketplay-xwsrh6 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.rocketplay-j4eucf {
  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) {
  .rocketplay-j4eucf {
    padding: 15px 48px;
  }
}

main > .rocketplay-xwsrh6 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .rocketplay-aa341z.rocketplay-crxumk > div:nth-child(n+5) {
    display: none;
  }
}

.rocketplay-crj1c9 p a img {
  display: block;
  margin: 0 auto;
}


.rocketplay-of7nh1 {
  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 */
.rocketplay-p7djs6 {
  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;
}

.rocketplay-p7djs6 label {
  font-size: 14px;
}

.rocketplay-p7djs6 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rocketplay-p7djs6 input,
.rocketplay-p7djs6 textarea,
.rocketplay-p7djs6 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;
}
.rocketplay-p7djs6 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rocketplay-kkxqdm ease;
}
.rocketplay-p7djs6 button:hover {
  background-color: var(--button-bg-hover);
}
.rocketplay-502zfn {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rocketplay-f9g74a ease-in;
}

.rocketplay-502zfn 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;
}
.rocketplay-uyfx4k, .rocketplay-lbfbzy, [class*="review-card"],
thead, thead th, table th, .rocketplay-rr8a44,
.rocketplay-mfldud, [class*="collapsible-header"],
.rocketplay-ksaer3, [class*="updated-block"] {
  color: #ece7dc !important;
}
