* {
  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;
  }
}

.winz-s7m5jj {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .winz-s7m5jj {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .winz-s7m5jj {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.winz-vzjug1 {
  overflow: hidden;
}

.winz-02fvrj img {
  background: var(--Neutral-300);
}

.winz-jr71sz {
  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;
}

.winz-brlpdt {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.winz-brlpdt:hover {
  background: var(--button-bg-hover);
}

.winz-bd35sk {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.winz-bd35sk:hover {
  background: var(--button-bg-hover);
}

.winz-3b2sgk {
  font-size: 12px;
  line-height: 18px;
}

.winz-5h32ft {
  font-size: 18px;
  line-height: 26px;
}

.winz-hqktwb {
  width: 100%;
}

.winz-vpib36 {
  padding: 6px 16px;
}

.winz-0yqo1z {
  padding: 10px 16px;
}

.winz-czn9ee {
  padding: 15px 26px;
}

.winz-77f938 {
  flex-shrink: 0;
}

.winz-79sn6q {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.winz-grrb8d {
  display: none;
}

.winz-qzxj9g {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.winz-vjfmkx {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.winz-o6ewp7 {
  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;
}

.winz-anqrbu {
  cursor: grab;
}

.winz-o6ewp7::-webkit-scrollbar {
  display: none;
}

.winz-8goebt {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.winz-9yrw9p {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.winz-k3mw5e {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.winz-io0sdf {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.winz-5lkpvu {
  visibility: visible;
}

.winz-3qdts0 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.winz-v3keoe ease;
}

.winz-a3c0e8 {
  background-color: var(--Primary-200);
  width: 16px;
}

.winz-4hed84 {
  -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.winz-v3keoe,
    mask-image 0.3s;
}

.winz-4hed84.winz-3310jx {
  -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;
  }
}

.winz-dci8mw: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;
}

.winz-cbp2zi {
  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.winz-4lz9ub.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.winz-4lz9ub.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;
}

.winz-jn3ghg {
  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);
}

.winz-jn3ghg::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%
  );
}

.winz-m8poh6 {
  position: relative;
  z-index: 1;
}

.winz-2imfgw {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.winz-gk22gw {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.winz-292ezl {
  font-size: 40px;
  line-height: 48px;
}

.winz-zmubaa {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.winz-6d310b {
  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;
}

.winz-6d310b:hover {
  background: var(--Primary-400);
}

.winz-6d310b svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.winz-dci8mw 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) {
  .winz-jn3ghg {
    max-width: 600px;
    padding: 64px;
  }

  .winz-2imfgw {
    font-size: 24px;
    line-height: 32px;
  }

  .winz-gk22gw {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .winz-292ezl {
    font-size: 50px;
    line-height: 56px;
  }

  .winz-zmubaa {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .winz-cbp2zi {
    top: 25px;
    right: 25px;
  }
}

.winz-fvdgx3,
.winz-q6bkzz {
  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;
}

.winz-e7y4nz.winz-rz6715::before,
.winz-q6bkzz::before,
.winz-ygvowb::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.winz-4lz9ub.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.winz-wh9di9 14.winz-iuzvir.winz-624d5k 14.winz-5f0r6d 15.winz-3wjnuv 14.winz-3coxup 15.winz-m8fq4v 14.winz-wn2di4.winz-dac0fb 14.winz-a3fitr 19.winz-wilcvz 12.winz-7dgcc5 19.winz-wilcvz 10.winz-tb8d2c.winz-wilcvz 8.winz-v0apkg 17.winz-viqku5 7.winz-7mm8v2 15.winz-otle28 7.winz-00pt5i.winz-mjkv4e 7.winz-7mm8v2 11.winz-mofa6w 8.winz-v0apkg 11.winz-mofa6w 10.winz-y0u5rn.winz-mofa6w 12.winz-ii8zfv 13.winz-ccn86h 14.winz-8wi9of 15.winz-vbgjky 14.winz-ntka6j.winz-aeqglx 14.winz-3yww3m 15.winz-jp25zx 14.winz-o0rv9g 15.winz-0hs2qb 14.winz-8j2hkh.winz-wh9di9 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.winz-qoytz4 15.winz-m98smj.winz-gghwc5 15.winz-emr0va 15.winz-354nru 15.winz-48ptk4 15.winz-kknw8e 15.winz-z0dqu0.winz-os81yj 15.winz-48ptk4 15.winz-240g5y 15.winz-ppuvrd 15.winz-5kupil 15.winz-zdrr6v.winz-exglri 15.winz-u7the4 7.winz-8lqzpd 18.winz-iw9mj2 7.winz-a0ujnq 23.winz-ky1927.winz-18b7qq.winz-k3eemn 18.winz-ty6xw1 19.winz-aghzyb 15.winz-779138 15.winz-qoytz4 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.winz-2csqmu [type="submit"] *,
.winz-5go0h7 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .winz-qfsdwo {
    display: none;
  }
}

.winz-a9m4kp {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .winz-a9m4kp {
  display: none;
}

@media (min-width: 768px) {
  .winz-a9m4kp {
    bottom: 22px;
  }
}

.winz-a9m4kp input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .winz-a9m4kp {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.winz-366c6t.static) .winz-a9m4kp {
    bottom: 8px;
  }
}

.winz-b7uhxe {
  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.winz-4lz9ub.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.winz-lhnnfe 3.winz-925xvs.winz-6wyy3y.winz-pl5k8b 3.winz-2tdi3g 3.winz-xsjvdk 5.winz-dgqbqs 3.winz-xsjvdk 8.winz-7gor1p.winz-acb81n.winz-xsjvdk 26.winz-3ybn99 5.winz-k5t85w 28.winz-43w5ov 8.winz-30rop2 28.winz-417io7.winz-ul3z34 28.winz-35nwb6.winz-uxenbb 34.winz-dv9vc8.winz-l14c50 36.winz-x9q7dh 11.winz-xr96oh 37.winz-xoqs3b 12.winz-c3trpu 36.winz-ys3fa8.winz-okswjx 28.winz-s2bxjx.winz-8zgnvr.winz-ufah8r 28.winz-qw03mj 36.winz-7qrkcc 26.winz-xk9unb 36.winz-7qrkcc 23.winz-ohmedv.winz-fbdbl5.winz-7qrkcc 5.winz-9eniio 34.winz-0zhtbd 3.winz-2tdi3g 31.winz-lhnnfe 3.winz-jd5ilw.winz-kzrijl 18.winz-l1sllh.winz-5n4o5h 18.winz-r52gpf 8.winz-x78uq8 17.winz-fax9co 8.winz-x78uq8 15.winz-fqn59j.winz-x78uq8 14.winz-on2c6k 9.winz-5n4o5h 13.winz-85tbo8 11.winz-kzrijl 13.winz-w98532.winz-736g6r 13.winz-85tbo8 13.winz-26gs9k 14.winz-on2c6k 13.winz-26gs9k 15.winz-6vd7e6.winz-26gs9k 17.winz-fax9co 12.winz-736g6r 18.winz-r52gpf 11.winz-kzrijl 18.winz-01jbp2.winz-nc3nbe 18.winz-2geayc.winz-vqc6nk 18.winz-r52gpf 17.winz-sj13hg 17.winz-fax9co 17.winz-sj13hg 15.winz-ez5fjj.winz-sj13hg 14.winz-on2c6k 18.winz-vqc6nk 13.winz-85tbo8 20.winz-nc3nbe 13.winz-t5cyyt.winz-eznfzh 13.winz-85tbo8 22.winz-6jrwqx 14.winz-on2c6k 22.winz-6jrwqx 15.winz-izcufm.winz-agk6t0 17.winz-fax9co 21.winz-eznfzh 18.winz-r52gpf 20.winz-nc3nbe 18.winz-2ufwwt.winz-6i8tou 18.winz-9fwejb.winz-fx5rmk 18.winz-r52gpf 26.winz-0hdxnj 17.winz-fax9co 26.winz-0hdxnj 15.winz-6e5jhv.winz-0hdxnj 14.winz-on2c6k 27.winz-fx5rmk 13.winz-85tbo8 28.winz-6i8tou 13.winz-z1l39i.winz-pl7slr 13.winz-85tbo8 31.winz-wa1jtw 14.winz-on2c6k 31.winz-wa1jtw 15.winz-1tb02l.winz-0hdxnj 17.winz-fax9co 30.winz-pl7slr 18.winz-r52gpf 28.winz-6i8tou 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"])
    .winz-b7uhxe {
    display: none;
  }
}

.winz-rgq5ok {
  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) {
  .winz-rgq5ok {
    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;
}

.winz-5go0h7 {
  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) {
  .winz-5go0h7 {
    padding: 14px 16px;
  }
}

.winz-5go0h7 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.winz-5go0h7 button:first-child {
  align-content: end;
}

.winz-5go0h7 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .winz-5go0h7
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .winz-5go0h7
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.winz-5go0h7 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.winz-5go0h7 button:last-child svg {
  width: 38px;
  height: 38px;
}

.winz-ygvowb {
  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;
}

.winz-ygvowb::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .winz-ygvowb,
.pc61d126-chatbot[data-active-screen="3"]
  .winz-ygvowb {
  opacity: 1;
  visibility: visible;
}

.winz-x8z6om {
  flex: 1 1;
}

.winz-moi17p {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .winz-moi17p {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .winz-7sm2vj {
  display: block;
}

.winz-pk2f2c {
  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) {
  .winz-pk2f2c {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.winz-q6bkzz {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.winz-q6bkzz::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.winz-y7f72m span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.winz-y7f72m p {
  color: var(--Text-100);
}

.winz-q6bkzz .winz-l6i6jd {
  grid-area: button;
}

.winz-q6bkzz .winz-l6i6jd::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.winz-4lz9ub.org/2000/svg'%3E%3Cpath d='M4.winz-i5culx 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.winz-1k1syz 15L16.winz-1k1syz 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.winz-1k1syz 5L16.winz-1k1syz 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .winz-0p1t15 {
  display: block;
}

.winz-2ag91d {
  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) {
  .winz-2ag91d {
    margin-top: 40px;
  }
}

.winz-fvdgx3 label,
.winz-fvdgx3 input {
  display: block;
  width: 100%;
}

.winz-fvdgx3 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.winz-fvdgx3 label.winz-nq5j35 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.winz-fvdgx3 label.winz-nq5j35::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;
}

.winz-fvdgx3 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;
}

.winz-fvdgx3 input::placeholder {
  color: var(--Text-400);
}

.winz-krw31p {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .winz-krw31p {
  display: flex;
}

.winz-krw31p ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .winz-krw31p ol {
    height: 420px;
    padding: 24px;
  }
}

.winz-krw31p ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.winz-2csqmu {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .winz-2csqmu {
    padding: 0 24px 24px;
  }
}

.winz-2csqmu 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;
}

.winz-2csqmu input::placeholder {
  color: var(--Text-400);
}

.winz-2csqmu [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.winz-2csqmu [type="submit"]:disabled {
  opacity: 0.5;
}

.winz-2csqmu [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .winz-2csqmu [type="submit"] {
    right: 40px;
  }
}

.winz-e7y4nz {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.winz-e7y4nz.winz-rz6715 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.winz-e7y4nz.winz-rz6715::before {
  content: "";
  width: 31px;
}

.winz-e7y4nz.winz-rz6715 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.winz-e7y4nz.winz-kd98ct p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.winz-e7y4nz p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.winz-a9m4kp .winz-l6i6jd {
  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;
  }
}

.winz-qfsdwo {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .winz-qfsdwo {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .winz-qfsdwo {
    padding: 18px 0;
  }
}

.winz-qfsdwo .winz-s7m5jj {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .winz-qfsdwo .winz-s7m5jj {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.winz-5yvxs3 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .winz-5yvxs3 {
    max-width: 160px;
    height: 40px;
  }
}

.winz-5yvxs3 picture,
.winz-5yvxs3 img {
  display: block;
  width: 100%;
  height: 100%;
}

.winz-5yvxs3 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .winz-b6six6 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.winz-v3keoe ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .winz-qfsdwo.winz-47g8jz .winz-b6six6 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .winz-b6six6 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .winz-b6six6 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.winz-dnfda3,
.winz-sn6uru {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .winz-dnfda3,
  .winz-sn6uru {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .winz-sn6uru {
    display: none;
  }
}

.winz-aavl6c {
  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;
}

.winz-47g8jz .winz-aavl6c {
  background: var(--fh-bg-color);
}

.winz-aavl6c button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .winz-aavl6c {
    display: none;
  }
}

.winz-5fm98r {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .winz-5fm98r {
    display: none;
  }
}

.winz-611pc7 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.winz-qfsdwo.winz-47g8jz .winz-611pc7:first-child {
  display: none;
}

.winz-qfsdwo.winz-47g8jz .winz-611pc7:last-child {
  display: block;
}

.winz-611pc7:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .winz-611pc7 {
    display: none;
  }
}

.winz-8h2tla {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .winz-8h2tla {
    display: flex;
  }
}

.winz-8h2tla ul {
  max-height: 350px;
  overflow-y: auto;
}

.winz-8h2tla:hover ul {
  visibility: visible;
  opacity: 1;
}

.winz-8h2tla:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.winz-8h2tla:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.winz-8h2tla:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.winz-8h2tla:hover .winz-v3ydyj svg {
  transform: rotate(180deg);
}

.winz-7j39ml {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.winz-0dd7is {
  padding: 0 8px;
}

.winz-tgaq1p {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.winz-tgaq1p:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .winz-tgaq1p {
    padding: 4px 8px;
  }
}

.winz-f1u1rc {
  display: flex;
}

.winz-f1u1rc img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.winz-v3ydyj {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.winz-v3ydyj svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.winz-p4igrb {
  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) {
  .winz-p4igrb {
    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;
  }
}

.winz-z9vy23 {
  width: 100%;
}

@media (min-width: 1200px) {
  .winz-z9vy23 {
    display: none;
  }
}

.winz-4fro7g {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.winz-opk6cr {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.winz-c7oe9p {
  display: flex;
}

.winz-x4o66c {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.winz-9hjyd6 {
  list-style: none;
}

@media (max-width: 1199px) {
  .winz-9hjyd6 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .winz-9hjyd6 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .winz-9hjyd6 .winz-wtal89 [data-ref-el],
  .winz-9hjyd6 .winz-wtal89 span,
  .winz-9hjyd6 .winz-wtal89 a {
    white-space: nowrap;
  }
}

.winz-mrhble {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .winz-mrhble.winz-5zaj09 > .winz-wtal89 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .winz-mrhble.winz-7i5t9r:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .winz-mrhble.winz-5zaj09 > .winz-btvg8h {
    height: auto;
  }

  .winz-mrhble.winz-5zaj09 > div > .winz-ydlawp {
    transform: rotate(180deg);
  }
}

.winz-mrhble [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.winz-mrhble [data-ref-el],
.winz-mrhble span {
  cursor: pointer;
}

.winz-mrhble [data-ref-el],
.winz-mrhble span,
.winz-mrhble a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .winz-mrhble [data-ref-el],
  .winz-mrhble span,
  .winz-mrhble a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .winz-mrhble [data-ref-el],
  .winz-mrhble span,
  .winz-mrhble a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.winz-btvg8h {
  height: 0;
  overflow: hidden;
  transition: height 0.winz-v3keoe ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.winz-btvg8h::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.winz-btvg8h::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.winz-btvg8h::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .winz-btvg8h {
    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;
  }

  .winz-btvg8h:has(> .winz-mrhble.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .winz-btvg8h .winz-btvg8h {
    padding: 0;
  }

  .winz-btvg8h .winz-mrhble {
    font-weight: 400;
  }

  .winz-btvg8h .winz-mrhble:hover > .winz-wtal89 {
    background: var(--Neutral-300);
  }

  .winz-btvg8h .winz-ydlawp {
    rotate: -90deg;
  }
}

.winz-wtal89 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .winz-wtal89 {
    padding: 8px;
  }

  .winz-mrhble.winz-2akvtd > .winz-wtal89 {
    background: var(--Neutral-300);
  }
}

.winz-ydlawp {
  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.winz-4lz9ub.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.winz-vu8i5r 0.winz-ml12ym.winz-9bz5pg -0.winz-57ivgr 0.winz-4w297k -0.winz-57ivgr 1.winz-9tfk9u 0.winz-8bwxnz.winz-sy9exa 4.winz-rrnyl3.winz-vu8i5r 0.winz-irm2gi.winz-z992ui -0.winz-57ivgr 9.winz-44v72v -0.winz-57ivgr 10.winz-vqqwla 0.winz-ccvzn1.winz-uscidf 0.winz-9bz5pg 10.winz-uscidf 0.winz-4w297k 10.winz-vqqwla 1.winz-9kszef.winz-5y90mc 5.winz-1d4lox.winz-8719vq 6.winz-e46swh 5.winz-sfg54a 6.winz-e46swh 4.winz-bdrwku 5.winz-h2x5fa.winz-vu8i5r 1.winz-5srlk6.winz-57ivgr 0.winz-4w297k -0.winz-57ivgr 0.winz-9bz5pg 0.winz-vu8i5r 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.winz-v3keoe ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .winz-ydlawp {
    cursor: default;
  }
}

.winz-6gab06 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.winz-r7uzpo {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .winz-r7uzpo {
    padding: 40px 4px;
  }
}

.winz-d43fib {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .winz-d43fib {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.winz-wgkgmh {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .winz-wgkgmh {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.winz-wgkgmh ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.winz-wgkgmh [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.winz-wgkgmh [data-ref-el],
.winz-wgkgmh span,
.winz-wgkgmh a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.winz-l7pk3a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .winz-l7pk3a {
    margin-bottom: 12px;
  }
}

.winz-t7yzdu {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.winz-t7yzdu img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .winz-t7yzdu:last-child {
    margin-right: 0;
  }
}

.winz-gakv94 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.winz-l7pk3a:hover .winz-u4aitn {
  visibility: visible;
  opacity: 1;
}

.winz-u4aitn {
  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);
}

.winz-upqjl5 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.winz-k0aqzd {
  display: flex;
  margin: 6px;
}

.winz-k0aqzd img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.winz-u4aitn::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);
}

.winz-u4aitn::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);
}

.winz-egxpfu {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .winz-egxpfu {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.winz-m825oz {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .winz-m825oz {
    margin-right: 32px;
  }
}

.winz-nh16a4 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .winz-nh16a4 {
    margin-top: 0;
    width: 340px;
  }
}

.winz-nh16a4 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.winz-dya8n9 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.winz-842jos {
  position: relative;
}

@media (min-width: 768px) {
  .winz-842jos {
    margin-top: 40px;
  }
}

.winz-842jos + .winz-ksemv6,
.winz-842jos + .winz-842jos {
  margin-top: 24px;
}

.winz-ydt9p0 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .winz-ydt9p0 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .winz-ydt9p0 {
    padding: 80px;
  }
}

.winz-qk8isw {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .winz-qk8isw {
    padding: 0 16px;
}


}

.winz-igz2av {
  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) {
  .winz-igz2av {
    font-size: 48px;
    line-height: 56px;
  }
}

.winz-efihoh {
  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) {
  .winz-efihoh {
    font-size: 24px;
    line-height: 32px;
  }
}

.winz-qixgim {
  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;
}

.winz-qixgim:hover {
  background: var(--button-bg-hover);
}

.winz-5joh3u {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.winz-5joh3u img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .winz-5joh3u img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .winz-5joh3u img {
  min-height: 100%;
  }
}

.winz-ydt9p0::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.winz-kgy09d {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.winz-kgy09d h1,
.winz-kgy09d h2,
.winz-kgy09d h3,
.winz-kgy09d h4 {
  margin-bottom: 6px;
}

.winz-kgy09d h1:not(:first-child),
.winz-kgy09d h2:not(:first-child),
.winz-kgy09d h3:not(:first-child),
.winz-kgy09d h4:not(:first-child) {
  margin-top: 16px;
}

.winz-kgy09d h1,
.winz-kgy09d h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .winz-kgy09d h1,
  .winz-kgy09d h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.winz-kgy09d h2,
.winz-kgy09d h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .winz-kgy09d h2,
  .winz-kgy09d h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-kgy09d h3,
.winz-kgy09d h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .winz-kgy09d h3,
  .winz-kgy09d h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.winz-kgy09d h4,
.winz-kgy09d h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.winz-kgy09d ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.winz-kgy09d ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.winz-kgy09d 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);
}

.winz-kgy09d ul ul {
  margin-bottom: 8px;
}

.winz-kgy09d ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.winz-kgy09d ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.winz-kgy09d ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.winz-kgy09d ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.winz-kgy09d ol li::marker {
  font-weight: 700;
}

.winz-kgy09d ol ol {
  margin-bottom: 8px;
}

.winz-kgy09d ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.winz-kgy09d ol ul li {
  padding-left: 16px;
}

.winz-kgy09d 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) {
  .winz-kgy09d table {
    padding: 24px;
  }
}

.winz-kgy09d table.winz-pmoal1 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.winz-v3keoe,
    mask-image 0.3s;
}

.winz-kgy09d table.winz-pmoal1.winz-3310jx {
  -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) {
  .winz-kgy09d table {
    display: table;
  }
}

.winz-kgy09d 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);
}

.winz-kgy09d table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.winz-kgy09d table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.winz-kgy09d 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) {
  .winz-kgy09d table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.winz-kgy09d table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.winz-kgy09d table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.winz-kgy09d table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.winz-kgy09d img {
  max-width: 100%;
  height: auto;
}

.winz-t83exh {
  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) {
  .winz-t83exh {
    padding: 24px;
  }
}

.winz-oec3ko {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .winz-oec3ko {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.winz-oec3ko > * {
  margin: 0 !important;
}

.winz-oec3ko img,
.winz-5aj8y3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-oec3ko img,
  .winz-5aj8y3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-kx13j5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-kx13j5 {
    width: 32px;
    height: 32px;
  }
}

.winz-27qq8v {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.winz-27qq8v .winz-xrjpvx {
  flex-shrink: 0;
}

.winz-27qq8v .winz-h8onfj svg {
  display: none;
}

.winz-9m7iyw {
  display: grid;
  transition: max-height 0.winz-v3keoe ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .winz-9m7iyw {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .winz-9m7iyw {
    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));
  }
}

.winz-9m7iyw.winz-k8i7jy + .winz-xrjpvx svg {
  transform: rotate(180deg);
}

.winz-klpz9y {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.winz-klpz9y > div:nth-child(3n) {
  grid-column: span 2;
}

.winz-klpz9y
  > div:nth-child(3n)
  .winz-iz66o3
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .winz-klpz9y {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .winz-klpz9y > div:nth-child(3n) {
    grid-column: unset;
  }

  .winz-klpz9y
    > div:nth-child(3n)
    .winz-iz66o3
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .winz-klpz9y {
    max-width: 270px;
  }
}

.winz-klpz9y .winz-iz66o3 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .winz-klpz9y .winz-iz66o3 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .winz-klpz9y .winz-iz66o3 button {
    max-width: 104px;
  }
}

.winz-nqndnq {
  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) {
  .winz-nqndnq {
    margin-bottom: 0;
  }
}

.winz-anp6qd {
  display: none;
  opacity: 0;
}

.winz-n9d732 {
  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;
  }
}

.winz-n9d732 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.winz-iz66o3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.winz-iz66o3 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .winz-iz66o3
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .winz-iz66o3
    button {
    max-width: 145px;
  }
}

.winz-lao7q7:first-child
  .winz-iz66o3
  button {
  max-width: 270px;
}

.winz-e3blc2 {
  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%;
}

.winz-nqndnq picture {
  width: 100%;
  max-width: 100%;
}

.winz-eyd32o {
  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;
}

.winz-eyd32o svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.winz-nqndnq:hover .winz-eyd32o {
  display: flex;
}

.winz-j8y35z {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.winz-jpor33 {
  display: flex;
}

.winz-jpor33:hover .winz-ty2e5g,
.winz-jpor33 .winz-2akvtd .winz-ty2e5g {
  display: flex;
}

.winz-jpor33 svg {
  flex-shrink: 0;
}

.winz-ty2e5g {
  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) {
  .winz-ty2e5g {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.winz-ty2e5g:hover {
  display: flex;
}

.winz-ty2e5g svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.winz-cfcq0q {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .winz-cfcq0q {
    font-size: 12px;
  }
}

.winz-13yeih,
.winz-ioehfv {
  width: 50%;
  flex-shrink: 0;
}

.winz-13yeih {
  font-weight: 700;
}

.winz-hhmx5n .winz-9m7iyw {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .winz-hhmx5n .winz-9m7iyw {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .winz-hhmx5n .winz-9m7iyw {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.winz-hhmx5n
  .winz-e3blc2:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.winz-hhmx5n .winz-n9d732 {
  height: 100% !important;
  border-radius: 16px;
}

.winz-hhmx5n .winz-iz66o3 {
  gap: 4px;
  align-items: center;
}

.winz-hhmx5n .winz-iz66o3 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.winz-hhmx5n .winz-iz66o3 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.winz-hhmx5n .winz-r7cgl0,
.winz-hhmx5n .winz-nfwadb {
  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.winz-4lz9ub.org/2000/svg'%3E%3Cpath d='M9.winz-5bfgvb 4.winz-b7kmo9.winz-fx8exl 5.winz-250jm3.winz-2aqc8h 5.winz-et0rr0.winz-0w3xlc 5.winz-ae361v.winz-78i0lg 8.winz-m8q1th.winz-8g7rsl 9.winz-q9n135.winz-dafd3k 9.winz-soasz9.winz-0fjlu8 13.winz-pjb6ha.winz-nr037d 11.winz-o1os56.winz-ad6rr9 11.winz-gp7wja.winz-25kk84 11.winz-xepdjk.winz-vc8j81 13.winz-eso0oo.winz-ignt71 9.winz-f8egx3.winz-kklduf 9.winz-o6efcu.winz-244nq1 8.winz-7dee1z.winz-rb74yo 5.winz-sfp8tj.winz-bw8muc 5.winz-j3nc6a.winz-kpnmsp 5.winz-r5lccb.winz-au5t4u 4.winz-uujpl4.winz-ad6rr9 1.winz-1ytu1y.winz-5bfgvb 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.winz-hhmx5n .winz-r7cgl0 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.winz-hhmx5n .winz-nfwadb {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.winz-j0w8zu {
  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) {
  .winz-j0w8zu {
    padding: 24px;
  }
}

.winz-j0w8zu .winz-xrjpvx {
  display: flex;
}

@media (min-width: 768px) {
  .winz-j0w8zu .winz-xrjpvx {
    display: none;
  }
}

.winz-j0w8zu .winz-h8onfj svg {
  display: none;
}

.winz-kf49d4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.winz-kf49d4 .winz-jr71sz {
  display: none;
}

@media (min-width: 768px) {
  .winz-kf49d4 .winz-jr71sz {
    display: flex;
  }
}

.winz-2vil44 {
  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) {
  .winz-2vil44 {
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-2vil44 > * {
  margin: 0 !important;
}

.winz-2vil44 img,
.winz-hlyio4 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-2vil44 img,
  .winz-hlyio4 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-0zaww2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-0zaww2 {
    width: 32px;
    height: 32px;
  }
}

.winz-vifcce {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .winz-vifcce {
    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;
  }

  .winz-vifcce::-webkit-scrollbar {
    display: none;
  }
}

.winz-j0wgte {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .winz-j0wgte {
    padding: 7px 15px;
  }
}

.winz-j0wgte:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.winz-0s5h87 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .winz-0s5h87 {
    display: flex;
    opacity: 1;
  }
}

.winz-j0wgte picture {
  height: 100%;
  display: block;
}

.winz-j0wgte img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .winz-j0wgte img {
    width: 88px;
    height: 44px;
  }
}

.winz-j0wgte p {
  text-align: center;
  width: 100%;
}

.winz-on0jh0 {
  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) {
  .winz-on0jh0 {
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-on0jh0 img,
.winz-hpgylx {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-on0jh0 img,
  .winz-hpgylx {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-1v5fg4 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-1v5fg4 {
    width: 32px;
    height: 32px;
  }
}

.winz-rlo980 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.winz-id8eql {
  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;
}

.winz-jpn3py {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.winz-jpn3py.winz-2akvtd {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.winz-9h5rf5 {
  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) {
  .winz-9h5rf5 {
    font-size: 20px;
    line-height: 28px;
  }
}

.winz-ku7gqb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.winz-f5qwa4 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.winz-v3keoe ease;
  opacity: 0;
  color: var(--text-color);
}

.winz-pv9ai3 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.winz-pv9ai3 ol,
.winz-pv9ai3 ul {
  padding-left: 1.3em;
}

.winz-jpn3py.winz-2akvtd .winz-f5qwa4 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.winz-jpn3py.winz-2akvtd .winz-ku7gqb {
  transform: rotate(180deg);
  color: var(--text-color);
}

.winz-dg87q7 {
  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) {
  .winz-dg87q7 {
    padding: 24px;
  }
}

.winz-dg87q7 .winz-xrjpvx {
  display: flex;
}

@media (min-width: 768px) {
  .winz-dg87q7 .winz-xrjpvx {
    display: none;
  }
}

.winz-dg87q7 .winz-h8onfj svg {
  display: none;
}

.winz-bas55w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.winz-bas55w .winz-jr71sz {
  display: none;
}

@media (min-width: 768px) {
  .winz-bas55w .winz-jr71sz {
    display: flex;
  }
}

.winz-5ss67o {
  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) {
  .winz-5ss67o {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-5ss67o > * {
  margin: 0 !important;
}

.winz-5ss67o img,
.winz-36okbk {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-5ss67o img,
  .winz-36okbk {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-gaze2i {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-gaze2i {
    width: 32px;
    height: 32px;
  }
}

.winz-0wrw6o {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .winz-0wrw6o {
    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;
  }

  .winz-0wrw6o::-webkit-scrollbar {
    display: none;
  }
}

.winz-75val9 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.winz-75val9:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.winz-9rx2hx {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .winz-9rx2hx {
    display: flex;
    opacity: 1;
  }
}

.winz-75val9 picture {
  width: auto;
  height: 100%;
  display: block;
}

.winz-75val9 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.winz-2i3mze {
  margin: -24px 0;
}

.winz-2i3mze:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .winz-2i3mze {
    margin: -16px 0;
  }
}

.winz-kaz9t7 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .winz-kaz9t7 {
    flex-direction: row;
  }
}

.winz-fpqvn8 {
  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) {
  .winz-fpqvn8 {
    flex: 1;
  }
}

.winz-fpqvn8::placeholder {
  color: var(--Text-400);
}

.winz-shgfs3 {
  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;
}

.winz-6o9ap7 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.winz-6o9ap7::-webkit-scrollbar {
  display: none;
}

.winz-8h6lny {
  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;
}

.winz-8h6lny img,
.winz-8h6lny svg {
  margin-right: 8px;
}

.winz-ez3z4l {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.winz-2i3mze + .winz-c6ushk {
  margin-top: 0;
}

@media (min-width: 768px) {
  .winz-2i3mze + .winz-c6ushk {
    margin-top: -16px;
  }
}

.winz-qqzyjm {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.winz-qqzyjm > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.winz-qqzyjm > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.winz-jifn3h {
  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;
}

.winz-q7bsu5 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.winz-a1wupm {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.winz-kjogwb {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.winz-c36ltv {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.winz-jifn3h 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;
}

.winz-jifn3h 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) {
  .winz-jifn3h {
    padding: 39px 179px 39px 39px;
  }

  .winz-q7bsu5 {
    font-size: 40px;
    line-height: 48px;
  }

  .winz-c36ltv {
    height: 348px;
  }

  .winz-jifn3h button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .winz-jifn3h button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .winz-jifn3h {
    padding: 63px;
  }
}

.winz-yj7k9a {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .winz-yj7k9a {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.winz-uxfu25 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .winz-uxfu25 {
    width: auto;
  }
}

.winz-r2g2d0 {
  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;
}

.winz-r2g2d0::-webkit-scrollbar {
  display: none;
}

.winz-r2g2d0 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);
}

.winz-r2g2d0 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .winz-r2g2d0 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.winz-yj7k9a .winz-ktnzpy {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.winz-v3keoe,
    mask-image 0.3s;
}

.winz-yj7k9a .winz-ktnzpy.winz-3310jx {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.winz-22mmra {
  margin: 40px -16px;
}

.winz-h4btvr + .winz-ksemv6,
.winz-h4btvr + .winz-842jos {
  margin-top: 24px;
}

.winz-7thewi {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.winz-7thewi picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.winz-he6dqq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .winz-he6dqq {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .winz-he6dqq {
    margin-top: 0;
  }
}

.winz-ok4uqp {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .winz-ok4uqp {
    font-size: 24px;
    line-height: 32px;
  }
}

.winz-csl6d8 {
  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) {
  .winz-csl6d8 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.winz-roygx3 {
  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) {
  .winz-roygx3 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.winz-j77qsb {
  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) {
  .winz-j77qsb {
    font-size: 20px;
    line-height: 28px;
  }
}

.winz-f99x47 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .winz-f99x47 {
    font-size: 32px;
    line-height: 40px;
  }
}

.winz-37w8sp {
  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;
}

.winz-x7u53u {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.winz-x7u53u img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.winz-c6ushk {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.winz-zq4nrx {
  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) {
  .winz-zq4nrx {
    padding: 15px 48px;
  }
}

main > .winz-c6ushk {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .winz-9m7iyw.winz-3uecmy > div:nth-child(n+5) {
    display: none;
  }
}

.winz-kgy09d p a img {
  display: block;
  margin: 0 auto;
}


.winz-jw9rd7 {
  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 */
.winz-dt7xa2 {
  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;
}

.winz-dt7xa2 label {
  font-size: 14px;
}

.winz-dt7xa2 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.winz-dt7xa2 input,
.winz-dt7xa2 textarea,
.winz-dt7xa2 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;
}
.winz-dt7xa2 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.winz-348q9r ease;
}
.winz-dt7xa2 button:hover {
  background-color: var(--button-bg-hover);
}
.winz-rtffbo {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.winz-8041az ease-in;
}

.winz-rtffbo 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;
}
.winz-tuhkel, .winz-e3szdo, [class*="review-card"],
thead, thead th, table th, .winz-aisfom,
.winz-9dbk5m, [class*="collapsible-header"],
.winz-surl5c, [class*="updated-block"] {
  color: #ece7dc !important;
}
