* {
  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;
  }
}

.monsterwin-8scgpr {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .monsterwin-8scgpr {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .monsterwin-8scgpr {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.monsterwin-xp3659 {
  overflow: hidden;
}

.monsterwin-4c33g0 img {
  background: var(--Neutral-300);
}

.monsterwin-4a8q8m {
  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;
}

.monsterwin-8vx79i {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.monsterwin-8vx79i:hover {
  background: var(--button-bg-hover);
}

.monsterwin-hmpvfq {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.monsterwin-hmpvfq:hover {
  background: var(--button-bg-hover);
}

.monsterwin-ny8yxl {
  font-size: 12px;
  line-height: 18px;
}

.monsterwin-25owd1 {
  font-size: 18px;
  line-height: 26px;
}

.monsterwin-296mgx {
  width: 100%;
}

.monsterwin-wo3qgl {
  padding: 6px 16px;
}

.monsterwin-6foioz {
  padding: 10px 16px;
}

.monsterwin-k83qtv {
  padding: 15px 26px;
}

.monsterwin-0kmkha {
  flex-shrink: 0;
}

.monsterwin-tdtesv {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.monsterwin-xw7hco {
  display: none;
}

.monsterwin-wjilxa {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.monsterwin-jasia2 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.monsterwin-600glt {
  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;
}

.monsterwin-en7t08 {
  cursor: grab;
}

.monsterwin-600glt::-webkit-scrollbar {
  display: none;
}

.monsterwin-8vdp58 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.monsterwin-ab69dn {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.monsterwin-pu2svf {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.monsterwin-a2624w {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.monsterwin-7u0xef {
  visibility: visible;
}

.monsterwin-qwljzn {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.monsterwin-eiyj0e ease;
}

.monsterwin-465ln2 {
  background-color: var(--Primary-200);
  width: 16px;
}

.monsterwin-508k4m {
  -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.monsterwin-eiyj0e,
    mask-image 0.3s;
}

.monsterwin-508k4m.monsterwin-zamu2q {
  -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;
  }
}

.monsterwin-5upgl2: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;
}

.monsterwin-zjli26 {
  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.monsterwin-0n1mgg.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.monsterwin-0n1mgg.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;
}

.monsterwin-ioss43 {
  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);
}

.monsterwin-ioss43::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%
  );
}

.monsterwin-4fz8xd {
  position: relative;
  z-index: 1;
}

.monsterwin-v92ala {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.monsterwin-vzaq41 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.monsterwin-ukbvrf {
  font-size: 40px;
  line-height: 48px;
}

.monsterwin-jdii47 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.monsterwin-c5h7vo {
  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;
}

.monsterwin-c5h7vo:hover {
  background: var(--Primary-400);
}

.monsterwin-c5h7vo svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.monsterwin-5upgl2 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) {
  .monsterwin-ioss43 {
    max-width: 600px;
    padding: 64px;
  }

  .monsterwin-v92ala {
    font-size: 24px;
    line-height: 32px;
  }

  .monsterwin-vzaq41 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .monsterwin-ukbvrf {
    font-size: 50px;
    line-height: 56px;
  }

  .monsterwin-jdii47 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .monsterwin-zjli26 {
    top: 25px;
    right: 25px;
  }
}

.monsterwin-4i6n7c,
.monsterwin-gc1015 {
  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;
}

.monsterwin-0nz0pd.monsterwin-7sc98k::before,
.monsterwin-gc1015::before,
.monsterwin-2k6iyx::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.monsterwin-0n1mgg.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.monsterwin-hs1x97 14.monsterwin-uiw3f7.monsterwin-qt8mjd 14.monsterwin-xc42ci 15.monsterwin-61hblc 14.monsterwin-0i2ldb 15.monsterwin-tdw4cg 14.monsterwin-cagzod.monsterwin-mk1xfl 14.monsterwin-4jzoa0 19.monsterwin-oh5eu6 12.monsterwin-zldox4 19.monsterwin-oh5eu6 10.monsterwin-rqe3al.monsterwin-oh5eu6 8.monsterwin-yupcss 17.monsterwin-8boell 7.monsterwin-0609md 15.monsterwin-9kqo99 7.monsterwin-kqwa4l.monsterwin-tmc5hz 7.monsterwin-0609md 11.monsterwin-uxfnnr 8.monsterwin-yupcss 11.monsterwin-uxfnnr 10.monsterwin-9zz5nd.monsterwin-uxfnnr 12.monsterwin-h3monv 13.monsterwin-d2wn0j 14.monsterwin-fqf008 15.monsterwin-0s1iu0 14.monsterwin-rj2c77.monsterwin-akvonj 14.monsterwin-bkvoqi 15.monsterwin-v27azw 14.monsterwin-h3pron 15.monsterwin-oi3ahd 14.monsterwin-9aqd05.monsterwin-hs1x97 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.monsterwin-ubctb9 15.monsterwin-ajnjq4.monsterwin-awo3je 15.monsterwin-mv61dk 15.monsterwin-av5g30 15.monsterwin-whby9e 15.monsterwin-htpbwr 15.monsterwin-7byzgl.monsterwin-jskfc1 15.monsterwin-whby9e 15.monsterwin-ndv377 15.monsterwin-jg1be0 15.monsterwin-n36k2h 15.monsterwin-ss3ivc.monsterwin-dajh50 15.monsterwin-9quzly 7.monsterwin-ujgrz9 18.monsterwin-9e0du0 7.monsterwin-hg6it7 23.monsterwin-yuymkj.monsterwin-1pf330.monsterwin-i3194r 18.monsterwin-0utgct 19.monsterwin-fywor2 15.monsterwin-awfwhl 15.monsterwin-ubctb9 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.monsterwin-6bhd4p [type="submit"] *,
.monsterwin-xgvxj2 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .monsterwin-62vh5k {
    display: none;
  }
}

.monsterwin-20h43k {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .monsterwin-20h43k {
  display: none;
}

@media (min-width: 768px) {
  .monsterwin-20h43k {
    bottom: 22px;
  }
}

.monsterwin-20h43k input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .monsterwin-20h43k {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.monsterwin-wlpi1r.static) .monsterwin-20h43k {
    bottom: 8px;
  }
}

.monsterwin-zmvk8e {
  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.monsterwin-0n1mgg.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.monsterwin-mk1nqi 3.monsterwin-32fja0.monsterwin-7w5t29.monsterwin-qaxix7 3.monsterwin-o1fjux 3.monsterwin-cm1kml 5.monsterwin-h99ezz 3.monsterwin-cm1kml 8.monsterwin-dd5af1.monsterwin-tu1d52.monsterwin-cm1kml 26.monsterwin-8jowaz 5.monsterwin-ltu8kp 28.monsterwin-y5gdzv 8.monsterwin-ykh3lu 28.monsterwin-0g8bq8.monsterwin-x8djsq 28.monsterwin-bxvnb9.monsterwin-d8251s 34.monsterwin-bet2re.monsterwin-c1ofla 36.monsterwin-6v59au 11.monsterwin-ebyv7f 37.monsterwin-lsn6aq 12.monsterwin-mbegtx 36.monsterwin-g8fbd4.monsterwin-j0czms 28.monsterwin-jnrk26.monsterwin-70gggz.monsterwin-ljuybn 28.monsterwin-ewy60x 36.monsterwin-rzo5dr 26.monsterwin-30lvhy 36.monsterwin-rzo5dr 23.monsterwin-gddygd.monsterwin-qanjbm.monsterwin-rzo5dr 5.monsterwin-16l4el 34.monsterwin-o2pcb0 3.monsterwin-o1fjux 31.monsterwin-mk1nqi 3.monsterwin-benu2d.monsterwin-e36qw6 18.monsterwin-bk76un.monsterwin-72hu08 18.monsterwin-l039sh 8.monsterwin-lh92qf 17.monsterwin-vejxbr 8.monsterwin-lh92qf 15.monsterwin-52omwv.monsterwin-lh92qf 14.monsterwin-vg8uv5 9.monsterwin-72hu08 13.monsterwin-l6eo48 11.monsterwin-e36qw6 13.monsterwin-ep88ex.monsterwin-h1e7is 13.monsterwin-l6eo48 13.monsterwin-n0xufa 14.monsterwin-vg8uv5 13.monsterwin-n0xufa 15.monsterwin-gp8g6c.monsterwin-n0xufa 17.monsterwin-vejxbr 12.monsterwin-h1e7is 18.monsterwin-l039sh 11.monsterwin-e36qw6 18.monsterwin-ugm35t.monsterwin-i6k1mc 18.monsterwin-i2xogl.monsterwin-gwfn27 18.monsterwin-l039sh 17.monsterwin-cm0zzo 17.monsterwin-vejxbr 17.monsterwin-cm0zzo 15.monsterwin-417ewd.monsterwin-cm0zzo 14.monsterwin-vg8uv5 18.monsterwin-gwfn27 13.monsterwin-l6eo48 20.monsterwin-i6k1mc 13.monsterwin-wa7icw.monsterwin-hofzm1 13.monsterwin-l6eo48 22.monsterwin-ff511z 14.monsterwin-vg8uv5 22.monsterwin-ff511z 15.monsterwin-v728km.monsterwin-n1qjgr 17.monsterwin-vejxbr 21.monsterwin-hofzm1 18.monsterwin-l039sh 20.monsterwin-i6k1mc 18.monsterwin-0o5gss.monsterwin-pvflik 18.monsterwin-4kjcto.monsterwin-hdv918 18.monsterwin-l039sh 26.monsterwin-5bjpae 17.monsterwin-vejxbr 26.monsterwin-5bjpae 15.monsterwin-mnziy8.monsterwin-5bjpae 14.monsterwin-vg8uv5 27.monsterwin-hdv918 13.monsterwin-l6eo48 28.monsterwin-pvflik 13.monsterwin-6dv2xh.monsterwin-4ohm4n 13.monsterwin-l6eo48 31.monsterwin-zu8xj5 14.monsterwin-vg8uv5 31.monsterwin-zu8xj5 15.monsterwin-hbf7y7.monsterwin-5bjpae 17.monsterwin-vejxbr 30.monsterwin-4ohm4n 18.monsterwin-l039sh 28.monsterwin-pvflik 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"])
    .monsterwin-zmvk8e {
    display: none;
  }
}

.monsterwin-07953u {
  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) {
  .monsterwin-07953u {
    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;
}

.monsterwin-xgvxj2 {
  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) {
  .monsterwin-xgvxj2 {
    padding: 14px 16px;
  }
}

.monsterwin-xgvxj2 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.monsterwin-xgvxj2 button:first-child {
  align-content: end;
}

.monsterwin-xgvxj2 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .monsterwin-xgvxj2
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .monsterwin-xgvxj2
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.monsterwin-xgvxj2 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.monsterwin-xgvxj2 button:last-child svg {
  width: 38px;
  height: 38px;
}

.monsterwin-2k6iyx {
  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;
}

.monsterwin-2k6iyx::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .monsterwin-2k6iyx,
.pc61d126-chatbot[data-active-screen="3"]
  .monsterwin-2k6iyx {
  opacity: 1;
  visibility: visible;
}

.monsterwin-w7a09u {
  flex: 1 1;
}

.monsterwin-zeo7uk {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .monsterwin-zeo7uk {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .monsterwin-4xq4fl {
  display: block;
}

.monsterwin-3911mk {
  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) {
  .monsterwin-3911mk {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.monsterwin-gc1015 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.monsterwin-gc1015::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.monsterwin-rax6r9 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.monsterwin-rax6r9 p {
  color: var(--Text-100);
}

.monsterwin-gc1015 .monsterwin-wtwtoi {
  grid-area: button;
}

.monsterwin-gc1015 .monsterwin-wtwtoi::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.monsterwin-0n1mgg.org/2000/svg'%3E%3Cpath d='M4.monsterwin-ijanjc 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.monsterwin-5ee56j 15L16.monsterwin-5ee56j 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.monsterwin-5ee56j 5L16.monsterwin-5ee56j 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .monsterwin-2x3txo {
  display: block;
}

.monsterwin-j0lyiy {
  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) {
  .monsterwin-j0lyiy {
    margin-top: 40px;
  }
}

.monsterwin-4i6n7c label,
.monsterwin-4i6n7c input {
  display: block;
  width: 100%;
}

.monsterwin-4i6n7c label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.monsterwin-4i6n7c label.monsterwin-s4zue9 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.monsterwin-4i6n7c label.monsterwin-s4zue9::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;
}

.monsterwin-4i6n7c 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;
}

.monsterwin-4i6n7c input::placeholder {
  color: var(--Text-400);
}

.monsterwin-kbzbqd {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .monsterwin-kbzbqd {
  display: flex;
}

.monsterwin-kbzbqd ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .monsterwin-kbzbqd ol {
    height: 420px;
    padding: 24px;
  }
}

.monsterwin-kbzbqd ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.monsterwin-6bhd4p {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .monsterwin-6bhd4p {
    padding: 0 24px 24px;
  }
}

.monsterwin-6bhd4p 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;
}

.monsterwin-6bhd4p input::placeholder {
  color: var(--Text-400);
}

.monsterwin-6bhd4p [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.monsterwin-6bhd4p [type="submit"]:disabled {
  opacity: 0.5;
}

.monsterwin-6bhd4p [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .monsterwin-6bhd4p [type="submit"] {
    right: 40px;
  }
}

.monsterwin-0nz0pd {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.monsterwin-0nz0pd.monsterwin-7sc98k {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.monsterwin-0nz0pd.monsterwin-7sc98k::before {
  content: "";
  width: 31px;
}

.monsterwin-0nz0pd.monsterwin-7sc98k p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.monsterwin-0nz0pd.monsterwin-0ww55k p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.monsterwin-0nz0pd p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.monsterwin-20h43k .monsterwin-wtwtoi {
  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;
  }
}

.monsterwin-62vh5k {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .monsterwin-62vh5k {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .monsterwin-62vh5k {
    padding: 18px 0;
  }
}

.monsterwin-62vh5k .monsterwin-8scgpr {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .monsterwin-62vh5k .monsterwin-8scgpr {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.monsterwin-q2uxhp {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .monsterwin-q2uxhp {
    max-width: 160px;
    height: 40px;
  }
}

.monsterwin-q2uxhp picture,
.monsterwin-q2uxhp img {
  display: block;
  width: 100%;
  height: 100%;
}

.monsterwin-q2uxhp img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .monsterwin-gzoj3b {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.monsterwin-eiyj0e ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .monsterwin-62vh5k.monsterwin-ij2w2q .monsterwin-gzoj3b {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .monsterwin-gzoj3b {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .monsterwin-gzoj3b {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.monsterwin-udj599,
.monsterwin-51z53i {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .monsterwin-udj599,
  .monsterwin-51z53i {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .monsterwin-51z53i {
    display: none;
  }
}

.monsterwin-dizu46 {
  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;
}

.monsterwin-ij2w2q .monsterwin-dizu46 {
  background: var(--fh-bg-color);
}

.monsterwin-dizu46 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .monsterwin-dizu46 {
    display: none;
  }
}

.monsterwin-gukg1y {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .monsterwin-gukg1y {
    display: none;
  }
}

.monsterwin-cnp3px {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.monsterwin-62vh5k.monsterwin-ij2w2q .monsterwin-cnp3px:first-child {
  display: none;
}

.monsterwin-62vh5k.monsterwin-ij2w2q .monsterwin-cnp3px:last-child {
  display: block;
}

.monsterwin-cnp3px:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .monsterwin-cnp3px {
    display: none;
  }
}

.monsterwin-u8ju0m {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .monsterwin-u8ju0m {
    display: flex;
  }
}

.monsterwin-u8ju0m ul {
  max-height: 350px;
  overflow-y: auto;
}

.monsterwin-u8ju0m:hover ul {
  visibility: visible;
  opacity: 1;
}

.monsterwin-u8ju0m:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.monsterwin-u8ju0m:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.monsterwin-u8ju0m:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.monsterwin-u8ju0m:hover .monsterwin-0lckru svg {
  transform: rotate(180deg);
}

.monsterwin-5r2qvw {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.monsterwin-fkzw2r {
  padding: 0 8px;
}

.monsterwin-z18j4v {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.monsterwin-z18j4v:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .monsterwin-z18j4v {
    padding: 4px 8px;
  }
}

.monsterwin-ang92n {
  display: flex;
}

.monsterwin-ang92n img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.monsterwin-0lckru {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.monsterwin-0lckru svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.monsterwin-60g7id {
  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) {
  .monsterwin-60g7id {
    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;
  }
}

.monsterwin-q3k158 {
  width: 100%;
}

@media (min-width: 1200px) {
  .monsterwin-q3k158 {
    display: none;
  }
}

.monsterwin-d0f9o5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.monsterwin-j1ux0k {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.monsterwin-ec3b4u {
  display: flex;
}

.monsterwin-6e5y01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.monsterwin-uea86s {
  list-style: none;
}

@media (max-width: 1199px) {
  .monsterwin-uea86s {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .monsterwin-uea86s {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .monsterwin-uea86s .monsterwin-iwaklh [data-ref-el],
  .monsterwin-uea86s .monsterwin-iwaklh span,
  .monsterwin-uea86s .monsterwin-iwaklh a {
    white-space: nowrap;
  }
}

.monsterwin-4j6xud {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .monsterwin-4j6xud.monsterwin-9q8fcv > .monsterwin-iwaklh {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .monsterwin-4j6xud.monsterwin-bb795d:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .monsterwin-4j6xud.monsterwin-9q8fcv > .monsterwin-sagd12 {
    height: auto;
  }

  .monsterwin-4j6xud.monsterwin-9q8fcv > div > .monsterwin-wzz2di {
    transform: rotate(180deg);
  }
}

.monsterwin-4j6xud [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.monsterwin-4j6xud [data-ref-el],
.monsterwin-4j6xud span {
  cursor: pointer;
}

.monsterwin-4j6xud [data-ref-el],
.monsterwin-4j6xud span,
.monsterwin-4j6xud a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .monsterwin-4j6xud [data-ref-el],
  .monsterwin-4j6xud span,
  .monsterwin-4j6xud a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .monsterwin-4j6xud [data-ref-el],
  .monsterwin-4j6xud span,
  .monsterwin-4j6xud a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.monsterwin-sagd12 {
  height: 0;
  overflow: hidden;
  transition: height 0.monsterwin-eiyj0e ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.monsterwin-sagd12::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.monsterwin-sagd12::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.monsterwin-sagd12::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .monsterwin-sagd12 {
    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;
  }

  .monsterwin-sagd12:has(> .monsterwin-4j6xud.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .monsterwin-sagd12 .monsterwin-sagd12 {
    padding: 0;
  }

  .monsterwin-sagd12 .monsterwin-4j6xud {
    font-weight: 400;
  }

  .monsterwin-sagd12 .monsterwin-4j6xud:hover > .monsterwin-iwaklh {
    background: var(--Neutral-300);
  }

  .monsterwin-sagd12 .monsterwin-wzz2di {
    rotate: -90deg;
  }
}

.monsterwin-iwaklh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .monsterwin-iwaklh {
    padding: 8px;
  }

  .monsterwin-4j6xud.monsterwin-vgjdgv > .monsterwin-iwaklh {
    background: var(--Neutral-300);
  }
}

.monsterwin-wzz2di {
  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.monsterwin-0n1mgg.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.monsterwin-zm6vzm 0.monsterwin-uezeqb.monsterwin-71fnvd -0.monsterwin-htogh6 0.monsterwin-jwpds1 -0.monsterwin-htogh6 1.monsterwin-mnzxfj 0.monsterwin-rbm5rk.monsterwin-dbo8sb 4.monsterwin-3278ry.monsterwin-zm6vzm 0.monsterwin-xmcin6.monsterwin-940zmr -0.monsterwin-htogh6 9.monsterwin-1ojaey -0.monsterwin-htogh6 10.monsterwin-kl0pjf 0.monsterwin-v55av7.monsterwin-eeq52i 0.monsterwin-71fnvd 10.monsterwin-eeq52i 0.monsterwin-jwpds1 10.monsterwin-kl0pjf 1.monsterwin-cfgvan.monsterwin-8axlia 5.monsterwin-a58lww.monsterwin-cvai1d 6.monsterwin-m8mht1 5.monsterwin-dqq1a1 6.monsterwin-m8mht1 4.monsterwin-cy9rou 5.monsterwin-n36ivp.monsterwin-zm6vzm 1.monsterwin-rl9diu.monsterwin-htogh6 0.monsterwin-jwpds1 -0.monsterwin-htogh6 0.monsterwin-71fnvd 0.monsterwin-zm6vzm 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.monsterwin-eiyj0e ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .monsterwin-wzz2di {
    cursor: default;
  }
}

.monsterwin-8zmeit {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.monsterwin-k25jva {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .monsterwin-k25jva {
    padding: 40px 4px;
  }
}

.monsterwin-4v4zjw {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .monsterwin-4v4zjw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.monsterwin-yebqd5 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .monsterwin-yebqd5 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.monsterwin-yebqd5 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.monsterwin-yebqd5 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.monsterwin-yebqd5 [data-ref-el],
.monsterwin-yebqd5 span,
.monsterwin-yebqd5 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.monsterwin-0flz0g {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .monsterwin-0flz0g {
    margin-bottom: 12px;
  }
}

.monsterwin-hedj1o {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.monsterwin-hedj1o img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .monsterwin-hedj1o:last-child {
    margin-right: 0;
  }
}

.monsterwin-qh8qja {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.monsterwin-0flz0g:hover .monsterwin-innsu7 {
  visibility: visible;
  opacity: 1;
}

.monsterwin-innsu7 {
  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);
}

.monsterwin-os41qe {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.monsterwin-y6j5nq {
  display: flex;
  margin: 6px;
}

.monsterwin-y6j5nq img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.monsterwin-innsu7::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);
}

.monsterwin-innsu7::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);
}

.monsterwin-nmliua {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .monsterwin-nmliua {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.monsterwin-y0gqkj {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .monsterwin-y0gqkj {
    margin-right: 32px;
  }
}

.monsterwin-bj1mhm {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .monsterwin-bj1mhm {
    margin-top: 0;
    width: 340px;
  }
}

.monsterwin-bj1mhm a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.monsterwin-s0r9fk {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.monsterwin-7n2ex2 {
  position: relative;
}

@media (min-width: 768px) {
  .monsterwin-7n2ex2 {
    margin-top: 40px;
  }
}

.monsterwin-7n2ex2 + .monsterwin-gmcxag,
.monsterwin-7n2ex2 + .monsterwin-7n2ex2 {
  margin-top: 24px;
}

.monsterwin-6fzfvi {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .monsterwin-6fzfvi {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .monsterwin-6fzfvi {
    padding: 80px;
  }
}

.monsterwin-8gb2xi {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .monsterwin-8gb2xi {
    padding: 0 16px;
}


}

.monsterwin-48ru90 {
  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) {
  .monsterwin-48ru90 {
    font-size: 48px;
    line-height: 56px;
  }
}

.monsterwin-2yye1c {
  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) {
  .monsterwin-2yye1c {
    font-size: 24px;
    line-height: 32px;
  }
}

.monsterwin-cc7tea {
  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;
}

.monsterwin-cc7tea:hover {
  background: var(--button-bg-hover);
}

.monsterwin-jowmai {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.monsterwin-jowmai img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .monsterwin-jowmai img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .monsterwin-jowmai img {
  min-height: 100%;
  }
}

.monsterwin-6fzfvi::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.monsterwin-caqhm1 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.monsterwin-caqhm1 h1,
.monsterwin-caqhm1 h2,
.monsterwin-caqhm1 h3,
.monsterwin-caqhm1 h4 {
  margin-bottom: 6px;
}

.monsterwin-caqhm1 h1:not(:first-child),
.monsterwin-caqhm1 h2:not(:first-child),
.monsterwin-caqhm1 h3:not(:first-child),
.monsterwin-caqhm1 h4:not(:first-child) {
  margin-top: 16px;
}

.monsterwin-caqhm1 h1,
.monsterwin-caqhm1 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .monsterwin-caqhm1 h1,
  .monsterwin-caqhm1 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.monsterwin-caqhm1 h2,
.monsterwin-caqhm1 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .monsterwin-caqhm1 h2,
  .monsterwin-caqhm1 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.monsterwin-caqhm1 h3,
.monsterwin-caqhm1 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .monsterwin-caqhm1 h3,
  .monsterwin-caqhm1 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.monsterwin-caqhm1 h4,
.monsterwin-caqhm1 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.monsterwin-caqhm1 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.monsterwin-caqhm1 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.monsterwin-caqhm1 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);
}

.monsterwin-caqhm1 ul ul {
  margin-bottom: 8px;
}

.monsterwin-caqhm1 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.monsterwin-caqhm1 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.monsterwin-caqhm1 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.monsterwin-caqhm1 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.monsterwin-caqhm1 ol li::marker {
  font-weight: 700;
}

.monsterwin-caqhm1 ol ol {
  margin-bottom: 8px;
}

.monsterwin-caqhm1 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.monsterwin-caqhm1 ol ul li {
  padding-left: 16px;
}

.monsterwin-caqhm1 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) {
  .monsterwin-caqhm1 table {
    padding: 24px;
  }
}

.monsterwin-caqhm1 table.monsterwin-4ltmib {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.monsterwin-eiyj0e,
    mask-image 0.3s;
}

.monsterwin-caqhm1 table.monsterwin-4ltmib.monsterwin-zamu2q {
  -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) {
  .monsterwin-caqhm1 table {
    display: table;
  }
}

.monsterwin-caqhm1 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);
}

.monsterwin-caqhm1 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.monsterwin-caqhm1 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.monsterwin-caqhm1 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) {
  .monsterwin-caqhm1 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.monsterwin-caqhm1 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.monsterwin-caqhm1 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.monsterwin-caqhm1 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.monsterwin-caqhm1 img {
  max-width: 100%;
  height: auto;
}

.monsterwin-tj3mec {
  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) {
  .monsterwin-tj3mec {
    padding: 24px;
  }
}

.monsterwin-kyzjqy {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .monsterwin-kyzjqy {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.monsterwin-kyzjqy > * {
  margin: 0 !important;
}

.monsterwin-kyzjqy img,
.monsterwin-uf6csg {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .monsterwin-kyzjqy img,
  .monsterwin-uf6csg {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.monsterwin-gara6t {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .monsterwin-gara6t {
    width: 32px;
    height: 32px;
  }
}

.monsterwin-johrff {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.monsterwin-johrff .monsterwin-gwf6zv {
  flex-shrink: 0;
}

.monsterwin-johrff .monsterwin-cjrxd2 svg {
  display: none;
}

.monsterwin-gkymkh {
  display: grid;
  transition: max-height 0.monsterwin-eiyj0e ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .monsterwin-gkymkh {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .monsterwin-gkymkh {
    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));
  }
}

.monsterwin-gkymkh.monsterwin-u9htjl + .monsterwin-gwf6zv svg {
  transform: rotate(180deg);
}

.monsterwin-g0gn8b {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.monsterwin-g0gn8b > div:nth-child(3n) {
  grid-column: span 2;
}

.monsterwin-g0gn8b
  > div:nth-child(3n)
  .monsterwin-yd8er4
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .monsterwin-g0gn8b {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .monsterwin-g0gn8b > div:nth-child(3n) {
    grid-column: unset;
  }

  .monsterwin-g0gn8b
    > div:nth-child(3n)
    .monsterwin-yd8er4
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .monsterwin-g0gn8b {
    max-width: 270px;
  }
}

.monsterwin-g0gn8b .monsterwin-yd8er4 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .monsterwin-g0gn8b .monsterwin-yd8er4 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .monsterwin-g0gn8b .monsterwin-yd8er4 button {
    max-width: 104px;
  }
}

.monsterwin-3t83xu {
  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) {
  .monsterwin-3t83xu {
    margin-bottom: 0;
  }
}

.monsterwin-669ill {
  display: none;
  opacity: 0;
}

.monsterwin-1qqgfs {
  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;
  }
}

.monsterwin-1qqgfs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.monsterwin-yd8er4 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.monsterwin-yd8er4 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .monsterwin-yd8er4
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .monsterwin-yd8er4
    button {
    max-width: 145px;
  }
}

.monsterwin-lp62lu:first-child
  .monsterwin-yd8er4
  button {
  max-width: 270px;
}

.monsterwin-pysdt9 {
  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%;
}

.monsterwin-3t83xu picture {
  width: 100%;
  max-width: 100%;
}

.monsterwin-qn9pss {
  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;
}

.monsterwin-qn9pss svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.monsterwin-3t83xu:hover .monsterwin-qn9pss {
  display: flex;
}

.monsterwin-dojm4o {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.monsterwin-rxculu {
  display: flex;
}

.monsterwin-rxculu:hover .monsterwin-no3ykc,
.monsterwin-rxculu .monsterwin-vgjdgv .monsterwin-no3ykc {
  display: flex;
}

.monsterwin-rxculu svg {
  flex-shrink: 0;
}

.monsterwin-no3ykc {
  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) {
  .monsterwin-no3ykc {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.monsterwin-no3ykc:hover {
  display: flex;
}

.monsterwin-no3ykc svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.monsterwin-18qvab {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .monsterwin-18qvab {
    font-size: 12px;
  }
}

.monsterwin-vocy5b,
.monsterwin-avzqik {
  width: 50%;
  flex-shrink: 0;
}

.monsterwin-vocy5b {
  font-weight: 700;
}

.monsterwin-l3xr9n .monsterwin-gkymkh {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .monsterwin-l3xr9n .monsterwin-gkymkh {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .monsterwin-l3xr9n .monsterwin-gkymkh {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.monsterwin-l3xr9n
  .monsterwin-pysdt9:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.monsterwin-l3xr9n .monsterwin-1qqgfs {
  height: 100% !important;
  border-radius: 16px;
}

.monsterwin-l3xr9n .monsterwin-yd8er4 {
  gap: 4px;
  align-items: center;
}

.monsterwin-l3xr9n .monsterwin-yd8er4 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.monsterwin-l3xr9n .monsterwin-yd8er4 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.monsterwin-l3xr9n .monsterwin-sjux9h,
.monsterwin-l3xr9n .monsterwin-xzvw4g {
  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.monsterwin-0n1mgg.org/2000/svg'%3E%3Cpath d='M9.monsterwin-zqmi90 4.monsterwin-rjkqrv.monsterwin-pmvaaj 5.monsterwin-0cy9mi.monsterwin-tq4nbc 5.monsterwin-m60oio.monsterwin-f85j3s 5.monsterwin-935izf.monsterwin-s8x7oj 8.monsterwin-6ogo0s.monsterwin-wh3tpt 9.monsterwin-k5xcyo.monsterwin-uebeqd 9.monsterwin-a8yny5.monsterwin-1x5hsz 13.monsterwin-j3ygk4.monsterwin-ltyn9y 11.monsterwin-ttq820.monsterwin-w7x50s 11.monsterwin-lq84qh.monsterwin-i327h2 11.monsterwin-5v01v7.monsterwin-nhdjx8 13.monsterwin-ku2t15.monsterwin-tgqran 9.monsterwin-wefbiw.monsterwin-wx2sfn 9.monsterwin-xwkdc0.monsterwin-gecjm6 8.monsterwin-rvac6p.monsterwin-41m1s5 5.monsterwin-bsqeya.monsterwin-7zwbis 5.monsterwin-zh0v6i.monsterwin-umtxv2 5.monsterwin-o9b81v.monsterwin-quahew 4.monsterwin-3d94ue.monsterwin-w7x50s 1.monsterwin-s9cvrz.monsterwin-zqmi90 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.monsterwin-l3xr9n .monsterwin-sjux9h {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.monsterwin-l3xr9n .monsterwin-xzvw4g {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.monsterwin-2atrfk {
  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) {
  .monsterwin-2atrfk {
    padding: 24px;
  }
}

.monsterwin-2atrfk .monsterwin-gwf6zv {
  display: flex;
}

@media (min-width: 768px) {
  .monsterwin-2atrfk .monsterwin-gwf6zv {
    display: none;
  }
}

.monsterwin-2atrfk .monsterwin-cjrxd2 svg {
  display: none;
}

.monsterwin-jb5o71 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.monsterwin-jb5o71 .monsterwin-4a8q8m {
  display: none;
}

@media (min-width: 768px) {
  .monsterwin-jb5o71 .monsterwin-4a8q8m {
    display: flex;
  }
}

.monsterwin-bnbk3c {
  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) {
  .monsterwin-bnbk3c {
    font-size: 40px;
    line-height: 48px;
  }
}

.monsterwin-bnbk3c > * {
  margin: 0 !important;
}

.monsterwin-bnbk3c img,
.monsterwin-tror4e {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .monsterwin-bnbk3c img,
  .monsterwin-tror4e {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.monsterwin-oxzvnx {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .monsterwin-oxzvnx {
    width: 32px;
    height: 32px;
  }
}

.monsterwin-909ltf {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .monsterwin-909ltf {
    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;
  }

  .monsterwin-909ltf::-webkit-scrollbar {
    display: none;
  }
}

.monsterwin-5dw8zo {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .monsterwin-5dw8zo {
    padding: 7px 15px;
  }
}

.monsterwin-5dw8zo:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.monsterwin-0mfdgi {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .monsterwin-0mfdgi {
    display: flex;
    opacity: 1;
  }
}

.monsterwin-5dw8zo picture {
  height: 100%;
  display: block;
}

.monsterwin-5dw8zo img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .monsterwin-5dw8zo img {
    width: 88px;
    height: 44px;
  }
}

.monsterwin-5dw8zo p {
  text-align: center;
  width: 100%;
}

.monsterwin-ripc4m {
  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) {
  .monsterwin-ripc4m {
    font-size: 40px;
    line-height: 48px;
  }
}

.monsterwin-ripc4m img,
.monsterwin-not8vz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .monsterwin-ripc4m img,
  .monsterwin-not8vz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.monsterwin-wakpfd {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .monsterwin-wakpfd {
    width: 32px;
    height: 32px;
  }
}

.monsterwin-5mwugo {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.monsterwin-utmh76 {
  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;
}

.monsterwin-hoojtc {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.monsterwin-hoojtc.monsterwin-vgjdgv {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.monsterwin-8hyvv2 {
  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) {
  .monsterwin-8hyvv2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.monsterwin-29vgyw {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.monsterwin-zux34y {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.monsterwin-eiyj0e ease;
  opacity: 0;
  color: var(--text-color);
}

.monsterwin-2dthfx {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.monsterwin-2dthfx ol,
.monsterwin-2dthfx ul {
  padding-left: 1.3em;
}

.monsterwin-hoojtc.monsterwin-vgjdgv .monsterwin-zux34y {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.monsterwin-hoojtc.monsterwin-vgjdgv .monsterwin-29vgyw {
  transform: rotate(180deg);
  color: var(--text-color);
}

.monsterwin-6iq9od {
  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) {
  .monsterwin-6iq9od {
    padding: 24px;
  }
}

.monsterwin-6iq9od .monsterwin-gwf6zv {
  display: flex;
}

@media (min-width: 768px) {
  .monsterwin-6iq9od .monsterwin-gwf6zv {
    display: none;
  }
}

.monsterwin-6iq9od .monsterwin-cjrxd2 svg {
  display: none;
}

.monsterwin-ttejsf {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.monsterwin-ttejsf .monsterwin-4a8q8m {
  display: none;
}

@media (min-width: 768px) {
  .monsterwin-ttejsf .monsterwin-4a8q8m {
    display: flex;
  }
}

.monsterwin-tismcn {
  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) {
  .monsterwin-tismcn {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.monsterwin-tismcn > * {
  margin: 0 !important;
}

.monsterwin-tismcn img,
.monsterwin-lz2dfy {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .monsterwin-tismcn img,
  .monsterwin-lz2dfy {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.monsterwin-6pwtaa {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .monsterwin-6pwtaa {
    width: 32px;
    height: 32px;
  }
}

.monsterwin-e42z8w {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .monsterwin-e42z8w {
    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;
  }

  .monsterwin-e42z8w::-webkit-scrollbar {
    display: none;
  }
}

.monsterwin-njes2h {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.monsterwin-njes2h:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.monsterwin-0yonur {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .monsterwin-0yonur {
    display: flex;
    opacity: 1;
  }
}

.monsterwin-njes2h picture {
  width: auto;
  height: 100%;
  display: block;
}

.monsterwin-njes2h picture img {
  display: block;
  width: auto;
  height: 100%;
}

.monsterwin-mg0ly6 {
  margin: -24px 0;
}

.monsterwin-mg0ly6:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .monsterwin-mg0ly6 {
    margin: -16px 0;
  }
}

.monsterwin-ucgnce {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .monsterwin-ucgnce {
    flex-direction: row;
  }
}

.monsterwin-naevin {
  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) {
  .monsterwin-naevin {
    flex: 1;
  }
}

.monsterwin-naevin::placeholder {
  color: var(--Text-400);
}

.monsterwin-0cfcuo {
  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;
}

.monsterwin-s53wdk {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.monsterwin-s53wdk::-webkit-scrollbar {
  display: none;
}

.monsterwin-7xyrzr {
  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;
}

.monsterwin-7xyrzr img,
.monsterwin-7xyrzr svg {
  margin-right: 8px;
}

.monsterwin-ox2lq6 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.monsterwin-mg0ly6 + .monsterwin-hijyow {
  margin-top: 0;
}

@media (min-width: 768px) {
  .monsterwin-mg0ly6 + .monsterwin-hijyow {
    margin-top: -16px;
  }
}

.monsterwin-xc7k08 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.monsterwin-xc7k08 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.monsterwin-xc7k08 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.monsterwin-p8wcf4 {
  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;
}

.monsterwin-ejuc7l {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.monsterwin-wnc32h {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.monsterwin-b3t8rn {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.monsterwin-52e1tq {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.monsterwin-p8wcf4 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;
}

.monsterwin-p8wcf4 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) {
  .monsterwin-p8wcf4 {
    padding: 39px 179px 39px 39px;
  }

  .monsterwin-ejuc7l {
    font-size: 40px;
    line-height: 48px;
  }

  .monsterwin-52e1tq {
    height: 348px;
  }

  .monsterwin-p8wcf4 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .monsterwin-p8wcf4 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .monsterwin-p8wcf4 {
    padding: 63px;
  }
}

.monsterwin-wh0pa5 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .monsterwin-wh0pa5 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.monsterwin-fxexo7 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .monsterwin-fxexo7 {
    width: auto;
  }
}

.monsterwin-bba6w5 {
  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;
}

.monsterwin-bba6w5::-webkit-scrollbar {
  display: none;
}

.monsterwin-bba6w5 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);
}

.monsterwin-bba6w5 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .monsterwin-bba6w5 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.monsterwin-wh0pa5 .monsterwin-nptkrg {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.monsterwin-eiyj0e,
    mask-image 0.3s;
}

.monsterwin-wh0pa5 .monsterwin-nptkrg.monsterwin-zamu2q {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.monsterwin-4wdqsj {
  margin: 40px -16px;
}

.monsterwin-dlyvl1 + .monsterwin-gmcxag,
.monsterwin-dlyvl1 + .monsterwin-7n2ex2 {
  margin-top: 24px;
}

.monsterwin-n5bm9r {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.monsterwin-n5bm9r picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.monsterwin-pyj1iw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .monsterwin-pyj1iw {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .monsterwin-pyj1iw {
    margin-top: 0;
  }
}

.monsterwin-diled6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .monsterwin-diled6 {
    font-size: 24px;
    line-height: 32px;
  }
}

.monsterwin-uqp239 {
  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) {
  .monsterwin-uqp239 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.monsterwin-e83zca {
  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) {
  .monsterwin-e83zca {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.monsterwin-hjdjga {
  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) {
  .monsterwin-hjdjga {
    font-size: 20px;
    line-height: 28px;
  }
}

.monsterwin-fn2jck {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .monsterwin-fn2jck {
    font-size: 32px;
    line-height: 40px;
  }
}

.monsterwin-x07ku3 {
  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;
}

.monsterwin-d45bpy {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.monsterwin-d45bpy img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.monsterwin-hijyow {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.monsterwin-fltde3 {
  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) {
  .monsterwin-fltde3 {
    padding: 15px 48px;
  }
}

main > .monsterwin-hijyow {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .monsterwin-gkymkh.monsterwin-o4uk5f > div:nth-child(n+5) {
    display: none;
  }
}

.monsterwin-caqhm1 p a img {
  display: block;
  margin: 0 auto;
}


.monsterwin-odf0x8 {
  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 */
.monsterwin-t0wukr {
  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;
}

.monsterwin-t0wukr label {
  font-size: 14px;
}

.monsterwin-t0wukr h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.monsterwin-t0wukr input,
.monsterwin-t0wukr textarea,
.monsterwin-t0wukr 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;
}
.monsterwin-t0wukr button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.monsterwin-hcpax1 ease;
}
.monsterwin-t0wukr button:hover {
  background-color: var(--button-bg-hover);
}
.monsterwin-vjzss5 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.monsterwin-6cnirr ease-in;
}

.monsterwin-vjzss5 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;
}
.monsterwin-omult6, .monsterwin-pylv6r, [class*="review-card"],
thead, thead th, table th, .monsterwin-yemnx0,
.monsterwin-cwj015, [class*="collapsible-header"],
.monsterwin-cdul3r, [class*="updated-block"] {
  color: #ece7dc !important;
}
