* {
  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-2oqiqs {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .winz-2oqiqs {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .winz-2oqiqs {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.winz-071lmo {
  overflow: hidden;
}

.winz-jgg0tm img {
  background: var(--Neutral-300);
}

.winz-d2bwzl {
  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-cudur6 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.winz-cudur6:hover {
  background: var(--button-bg-hover);
}

.winz-a6dv2a {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.winz-a6dv2a:hover {
  background: var(--button-bg-hover);
}

.winz-90x6ge {
  font-size: 12px;
  line-height: 18px;
}

.winz-jviehk {
  font-size: 18px;
  line-height: 26px;
}

.winz-9abp59 {
  width: 100%;
}

.winz-1mh3al {
  padding: 6px 16px;
}

.winz-02lawd {
  padding: 10px 16px;
}

.winz-qpo1if {
  padding: 15px 26px;
}

.winz-d1ejpu {
  flex-shrink: 0;
}

.winz-laimqf {
  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-kp6b7o {
  display: none;
}

.winz-1ffvdj {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.winz-fxw2ax {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.winz-gyh1y6 {
  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-nwyg0g {
  cursor: grab;
}

.winz-gyh1y6::-webkit-scrollbar {
  display: none;
}

.winz-eew0ez {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.winz-n0tteq {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.winz-q95jgh {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.winz-iysez6 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.winz-kukhgj {
  visibility: visible;
}

.winz-pz5nof {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.winz-h9k70q ease;
}

.winz-cmejc4 {
  background-color: var(--Primary-200);
  width: 16px;
}

.winz-mp0mcx {
  -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-h9k70q,
    mask-image 0.3s;
}

.winz-mp0mcx.winz-ammvuk {
  -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-cl9d30: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-mppk7k {
  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-8p58xn.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-8p58xn.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-3pnujz {
  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-3pnujz::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-51euw7 {
  position: relative;
  z-index: 1;
}

.winz-v3r75n {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.winz-he3iae {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.winz-n3efhf {
  font-size: 40px;
  line-height: 48px;
}

.winz-mie1gw {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.winz-z66jeu {
  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-z66jeu:hover {
  background: var(--Primary-400);
}

.winz-z66jeu svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.winz-cl9d30 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-3pnujz {
    max-width: 600px;
    padding: 64px;
  }

  .winz-v3r75n {
    font-size: 24px;
    line-height: 32px;
  }

  .winz-he3iae {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .winz-n3efhf {
    font-size: 50px;
    line-height: 56px;
  }

  .winz-mie1gw {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .winz-mppk7k {
    top: 25px;
    right: 25px;
  }
}

.winz-skr3gx,
.winz-setzp7 {
  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-1g9o7m.winz-worw5m::before,
.winz-setzp7::before,
.winz-qnfowq::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-8p58xn.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.winz-kldynv 14.winz-9ryok3.winz-kxkmyz 14.winz-fggyr9 15.winz-9sre6r 14.winz-jypca2 15.winz-awio25 14.winz-65j4eh.winz-ez9c26 14.winz-b8c6n7 19.winz-nnqrbs 12.winz-mnrovz 19.winz-nnqrbs 10.winz-lcpus4.winz-nnqrbs 8.winz-44x03y 17.winz-ecdr6h 7.winz-ud92b5 15.winz-opfolb 7.winz-qkc8nv.winz-l2e7o7 7.winz-ud92b5 11.winz-lh633o 8.winz-44x03y 11.winz-lh633o 10.winz-tyig9e.winz-lh633o 12.winz-f6p5r6 13.winz-fdw0su 14.winz-v2at0s 15.winz-sdfvyp 14.winz-rnh9on.winz-ye6ha0 14.winz-etjnda 15.winz-8merfd 14.winz-yjjztl 15.winz-0xf9z7 14.winz-xcsggb.winz-kldynv 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.winz-p1pg4c 15.winz-qa5dsj.winz-5cj2gn 15.winz-p6wibg 15.winz-wxw5wv 15.winz-l8vqyr 15.winz-urifl1 15.winz-9bn9ih.winz-3bbg4e 15.winz-l8vqyr 15.winz-iygj4u 15.winz-8pawwd 15.winz-ervlfa 15.winz-2k6u7m.winz-x2ckh9 15.winz-6i1o85 7.winz-a144ee 18.winz-af3m2p 7.winz-wslm3f 23.winz-zu4zi7.winz-0u16wx.winz-lshjl0 18.winz-25c6yl 19.winz-9nsujy 15.winz-z8actw 15.winz-p1pg4c 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.winz-spht6e [type="submit"] *,
.winz-s3epzr button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .winz-2k16lb {
    display: none;
  }
}

.winz-dorw6p {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .winz-dorw6p {
  display: none;
}

@media (min-width: 768px) {
  .winz-dorw6p {
    bottom: 22px;
  }
}

.winz-dorw6p input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .winz-dorw6p {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.winz-fd34me.static) .winz-dorw6p {
    bottom: 8px;
  }
}

.winz-2cdpd3 {
  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-8p58xn.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.winz-5v3i8d 3.winz-i0b3zu.winz-9xjxms.winz-dtjc6y 3.winz-g0uk9g 3.winz-0o7btb 5.winz-gsuyti 3.winz-0o7btb 8.winz-oqip12.winz-p33iyt.winz-0o7btb 26.winz-gi09yj 5.winz-iblelo 28.winz-v6z1ik 8.winz-mhopw4 28.winz-q2bokl.winz-hdvr54 28.winz-vpg3po.winz-3li9lu 34.winz-jqkocv.winz-njndh0 36.winz-zyc2by 11.winz-puah7w 37.winz-0qf62x 12.winz-t8n96h 36.winz-sh97g1.winz-y3gp7m 28.winz-kq219k.winz-vbjnik.winz-e03z3x 28.winz-nxoek2 36.winz-kvxp76 26.winz-d4mdit 36.winz-kvxp76 23.winz-8k966c.winz-uoykwd.winz-kvxp76 5.winz-4g4p9f 34.winz-ns9yxg 3.winz-g0uk9g 31.winz-5v3i8d 3.winz-mymgil.winz-6o2fxy 18.winz-k086s1.winz-4t7gon 18.winz-4ws244 8.winz-oqz93u 17.winz-65152r 8.winz-oqz93u 15.winz-49fip0.winz-oqz93u 14.winz-7w4gq1 9.winz-4t7gon 13.winz-sqa80w 11.winz-6o2fxy 13.winz-ap8cuj.winz-a6e34c 13.winz-sqa80w 13.winz-om1jvz 14.winz-7w4gq1 13.winz-om1jvz 15.winz-ggljxk.winz-om1jvz 17.winz-65152r 12.winz-a6e34c 18.winz-4ws244 11.winz-6o2fxy 18.winz-c06611.winz-1c8aqd 18.winz-5iqosv.winz-8s3wvm 18.winz-4ws244 17.winz-b4j1qc 17.winz-65152r 17.winz-b4j1qc 15.winz-9cwdhu.winz-b4j1qc 14.winz-7w4gq1 18.winz-8s3wvm 13.winz-sqa80w 20.winz-1c8aqd 13.winz-jzm6l3.winz-o5f5qk 13.winz-sqa80w 22.winz-yty93m 14.winz-7w4gq1 22.winz-yty93m 15.winz-djh7lv.winz-kaykvd 17.winz-65152r 21.winz-o5f5qk 18.winz-4ws244 20.winz-1c8aqd 18.winz-yn4r68.winz-45q9yl 18.winz-xqmlgi.winz-uxvgtf 18.winz-4ws244 26.winz-0xvq60 17.winz-65152r 26.winz-0xvq60 15.winz-69x9fj.winz-0xvq60 14.winz-7w4gq1 27.winz-uxvgtf 13.winz-sqa80w 28.winz-45q9yl 13.winz-jpgkrn.winz-b8lyh8 13.winz-sqa80w 31.winz-wbbuiw 14.winz-7w4gq1 31.winz-wbbuiw 15.winz-lg508v.winz-0xvq60 17.winz-65152r 30.winz-b8lyh8 18.winz-4ws244 28.winz-45q9yl 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-2cdpd3 {
    display: none;
  }
}

.winz-t4shl5 {
  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-t4shl5 {
    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-s3epzr {
  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-s3epzr {
    padding: 14px 16px;
  }
}

.winz-s3epzr button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.winz-s3epzr button:first-child {
  align-content: end;
}

.winz-s3epzr button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .winz-s3epzr
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .winz-s3epzr
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.winz-s3epzr button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.winz-s3epzr button:last-child svg {
  width: 38px;
  height: 38px;
}

.winz-qnfowq {
  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-qnfowq::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .winz-qnfowq,
.pc61d126-chatbot[data-active-screen="3"]
  .winz-qnfowq {
  opacity: 1;
  visibility: visible;
}

.winz-dcpkh3 {
  flex: 1 1;
}

.winz-b54wq5 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .winz-b54wq5 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .winz-xxkfz4 {
  display: block;
}

.winz-pinkfk {
  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-pinkfk {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.winz-setzp7 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.winz-setzp7::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.winz-muoyj8 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.winz-muoyj8 p {
  color: var(--Text-100);
}

.winz-setzp7 .winz-aqmjm3 {
  grid-area: button;
}

.winz-setzp7 .winz-aqmjm3::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-8p58xn.org/2000/svg'%3E%3Cpath d='M4.winz-hslxic 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.winz-04tgto 15L16.winz-04tgto 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.winz-04tgto 5L16.winz-04tgto 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .winz-znd3ow {
  display: block;
}

.winz-wud1di {
  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-wud1di {
    margin-top: 40px;
  }
}

.winz-skr3gx label,
.winz-skr3gx input {
  display: block;
  width: 100%;
}

.winz-skr3gx label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.winz-skr3gx label.winz-58racn input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.winz-skr3gx label.winz-58racn::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-skr3gx 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-skr3gx input::placeholder {
  color: var(--Text-400);
}

.winz-tlw3o1 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .winz-tlw3o1 {
  display: flex;
}

.winz-tlw3o1 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .winz-tlw3o1 ol {
    height: 420px;
    padding: 24px;
  }
}

.winz-tlw3o1 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.winz-spht6e {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .winz-spht6e {
    padding: 0 24px 24px;
  }
}

.winz-spht6e 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-spht6e input::placeholder {
  color: var(--Text-400);
}

.winz-spht6e [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.winz-spht6e [type="submit"]:disabled {
  opacity: 0.5;
}

.winz-spht6e [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .winz-spht6e [type="submit"] {
    right: 40px;
  }
}

.winz-1g9o7m {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.winz-1g9o7m.winz-worw5m {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.winz-1g9o7m.winz-worw5m::before {
  content: "";
  width: 31px;
}

.winz-1g9o7m.winz-worw5m p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.winz-1g9o7m.winz-7h6a0f p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.winz-1g9o7m p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.winz-dorw6p .winz-aqmjm3 {
  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-2k16lb {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .winz-2k16lb {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .winz-2k16lb {
    padding: 18px 0;
  }
}

.winz-2k16lb .winz-2oqiqs {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .winz-2k16lb .winz-2oqiqs {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.winz-6t3dp6 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .winz-6t3dp6 {
    max-width: 160px;
    height: 40px;
  }
}

.winz-6t3dp6 picture,
.winz-6t3dp6 img {
  display: block;
  width: 100%;
  height: 100%;
}

.winz-6t3dp6 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .winz-cqc6qt {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.winz-h9k70q ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .winz-2k16lb.winz-7vvup3 .winz-cqc6qt {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .winz-cqc6qt {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .winz-cqc6qt {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.winz-pbgiwf,
.winz-mb0hoz {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .winz-pbgiwf,
  .winz-mb0hoz {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .winz-mb0hoz {
    display: none;
  }
}

.winz-1hqfc8 {
  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-7vvup3 .winz-1hqfc8 {
  background: var(--fh-bg-color);
}

.winz-1hqfc8 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .winz-1hqfc8 {
    display: none;
  }
}

.winz-6ik3z1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .winz-6ik3z1 {
    display: none;
  }
}

.winz-vauh2s {
  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-2k16lb.winz-7vvup3 .winz-vauh2s:first-child {
  display: none;
}

.winz-2k16lb.winz-7vvup3 .winz-vauh2s:last-child {
  display: block;
}

.winz-vauh2s:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .winz-vauh2s {
    display: none;
  }
}

.winz-h9qebt {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .winz-h9qebt {
    display: flex;
  }
}

.winz-h9qebt ul {
  max-height: 350px;
  overflow-y: auto;
}

.winz-h9qebt:hover ul {
  visibility: visible;
  opacity: 1;
}

.winz-h9qebt:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.winz-h9qebt:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.winz-h9qebt:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.winz-h9qebt:hover .winz-sj8qgb svg {
  transform: rotate(180deg);
}

.winz-0bclbu {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.winz-8rwm5t {
  padding: 0 8px;
}

.winz-gccq9p {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.winz-gccq9p:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .winz-gccq9p {
    padding: 4px 8px;
  }
}

.winz-fg74ua {
  display: flex;
}

.winz-fg74ua img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.winz-sj8qgb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.winz-sj8qgb svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.winz-autnjl {
  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-autnjl {
    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-c8jv9e {
  width: 100%;
}

@media (min-width: 1200px) {
  .winz-c8jv9e {
    display: none;
  }
}

.winz-bdbsl1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.winz-93m7xy {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.winz-epz165 {
  display: flex;
}

.winz-s4lm4d {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.winz-wpugcj {
  list-style: none;
}

@media (max-width: 1199px) {
  .winz-wpugcj {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .winz-wpugcj {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .winz-wpugcj .winz-oc9p39 [data-ref-el],
  .winz-wpugcj .winz-oc9p39 span,
  .winz-wpugcj .winz-oc9p39 a {
    white-space: nowrap;
  }
}

.winz-b9adzy {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .winz-b9adzy.winz-jrwp70 > .winz-oc9p39 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .winz-b9adzy.winz-vky8kz:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .winz-b9adzy.winz-jrwp70 > .winz-b3n1jz {
    height: auto;
  }

  .winz-b9adzy.winz-jrwp70 > div > .winz-4q0kle {
    transform: rotate(180deg);
  }
}

.winz-b9adzy [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.winz-b9adzy [data-ref-el],
.winz-b9adzy span {
  cursor: pointer;
}

.winz-b9adzy [data-ref-el],
.winz-b9adzy span,
.winz-b9adzy 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-b9adzy [data-ref-el],
  .winz-b9adzy span,
  .winz-b9adzy a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .winz-b9adzy [data-ref-el],
  .winz-b9adzy span,
  .winz-b9adzy a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.winz-b3n1jz {
  height: 0;
  overflow: hidden;
  transition: height 0.winz-h9k70q ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.winz-b3n1jz::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.winz-b3n1jz::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.winz-b3n1jz::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .winz-b3n1jz {
    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-b3n1jz:has(> .winz-b9adzy.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .winz-b3n1jz .winz-b3n1jz {
    padding: 0;
  }

  .winz-b3n1jz .winz-b9adzy {
    font-weight: 400;
  }

  .winz-b3n1jz .winz-b9adzy:hover > .winz-oc9p39 {
    background: var(--Neutral-300);
  }

  .winz-b3n1jz .winz-4q0kle {
    rotate: -90deg;
  }
}

.winz-oc9p39 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .winz-oc9p39 {
    padding: 8px;
  }

  .winz-b9adzy.winz-qlkeft > .winz-oc9p39 {
    background: var(--Neutral-300);
  }
}

.winz-4q0kle {
  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-8p58xn.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.winz-d0j29c 0.winz-jinwbs.winz-sbtpbx -0.winz-ow3qum 0.winz-lb4b3w -0.winz-ow3qum 1.winz-6bhvqv 0.winz-tq4min.winz-v064xr 4.winz-ujyqha.winz-d0j29c 0.winz-o3t5mm.winz-zp5cum -0.winz-ow3qum 9.winz-2n3lv3 -0.winz-ow3qum 10.winz-4766no 0.winz-y9kyit.winz-szngb0 0.winz-sbtpbx 10.winz-szngb0 0.winz-lb4b3w 10.winz-4766no 1.winz-plbt03.winz-a067h4 5.winz-ti79vm.winz-u9i005 6.winz-5rxd64 5.winz-arealx 6.winz-5rxd64 4.winz-tyq656 5.winz-kvc3uz.winz-d0j29c 1.winz-nmv7pv.winz-ow3qum 0.winz-lb4b3w -0.winz-ow3qum 0.winz-sbtpbx 0.winz-d0j29c 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.winz-h9k70q ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .winz-4q0kle {
    cursor: default;
  }
}

.winz-a2fha1 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.winz-6hahpx {
  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-6hahpx {
    padding: 40px 4px;
  }
}

.winz-figtal {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .winz-figtal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.winz-92furm {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .winz-92furm {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.winz-92furm ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.winz-92furm [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.winz-92furm [data-ref-el],
.winz-92furm span,
.winz-92furm a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.winz-kmlhet {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .winz-kmlhet {
    margin-bottom: 12px;
  }
}

.winz-s4ari5 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.winz-s4ari5 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .winz-s4ari5:last-child {
    margin-right: 0;
  }
}

.winz-6l0p5k {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.winz-kmlhet:hover .winz-wpwb61 {
  visibility: visible;
  opacity: 1;
}

.winz-wpwb61 {
  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-31ey3m {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.winz-lfb1x5 {
  display: flex;
  margin: 6px;
}

.winz-lfb1x5 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.winz-wpwb61::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-wpwb61::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-099xe9 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .winz-099xe9 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.winz-rpj80z {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .winz-rpj80z {
    margin-right: 32px;
  }
}

.winz-tov4lw {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .winz-tov4lw {
    margin-top: 0;
    width: 340px;
  }
}

.winz-tov4lw a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.winz-luhh1n {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.winz-ijfo1m {
  position: relative;
}

@media (min-width: 768px) {
  .winz-ijfo1m {
    margin-top: 40px;
  }
}

.winz-ijfo1m + .winz-0rvc56,
.winz-ijfo1m + .winz-ijfo1m {
  margin-top: 24px;
}

.winz-qnyu7d {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .winz-qnyu7d {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .winz-qnyu7d {
    padding: 80px;
  }
}

.winz-w2gvh0 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .winz-w2gvh0 {
    padding: 0 16px;
}


}

.winz-eo1j1p {
  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-eo1j1p {
    font-size: 48px;
    line-height: 56px;
  }
}

.winz-e9ltcx {
  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-e9ltcx {
    font-size: 24px;
    line-height: 32px;
  }
}

.winz-ixh4fw {
  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-ixh4fw:hover {
  background: var(--button-bg-hover);
}

.winz-aytrej {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.winz-aytrej img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .winz-aytrej img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .winz-aytrej img {
  min-height: 100%;
  }
}

.winz-qnyu7d::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.winz-5i5rz4 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.winz-5i5rz4 h1,
.winz-5i5rz4 h2,
.winz-5i5rz4 h3,
.winz-5i5rz4 h4 {
  margin-bottom: 6px;
}

.winz-5i5rz4 h1:not(:first-child),
.winz-5i5rz4 h2:not(:first-child),
.winz-5i5rz4 h3:not(:first-child),
.winz-5i5rz4 h4:not(:first-child) {
  margin-top: 16px;
}

.winz-5i5rz4 h1,
.winz-5i5rz4 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .winz-5i5rz4 h1,
  .winz-5i5rz4 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.winz-5i5rz4 h2,
.winz-5i5rz4 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .winz-5i5rz4 h2,
  .winz-5i5rz4 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-5i5rz4 h3,
.winz-5i5rz4 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .winz-5i5rz4 h3,
  .winz-5i5rz4 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.winz-5i5rz4 h4,
.winz-5i5rz4 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.winz-5i5rz4 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.winz-5i5rz4 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.winz-5i5rz4 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-5i5rz4 ul ul {
  margin-bottom: 8px;
}

.winz-5i5rz4 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.winz-5i5rz4 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.winz-5i5rz4 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.winz-5i5rz4 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.winz-5i5rz4 ol li::marker {
  font-weight: 700;
}

.winz-5i5rz4 ol ol {
  margin-bottom: 8px;
}

.winz-5i5rz4 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.winz-5i5rz4 ol ul li {
  padding-left: 16px;
}

.winz-5i5rz4 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-5i5rz4 table {
    padding: 24px;
  }
}

.winz-5i5rz4 table.winz-jull1b {
  -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-h9k70q,
    mask-image 0.3s;
}

.winz-5i5rz4 table.winz-jull1b.winz-ammvuk {
  -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-5i5rz4 table {
    display: table;
  }
}

.winz-5i5rz4 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-5i5rz4 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.winz-5i5rz4 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.winz-5i5rz4 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-5i5rz4 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.winz-5i5rz4 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.winz-5i5rz4 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.winz-5i5rz4 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.winz-5i5rz4 img {
  max-width: 100%;
  height: auto;
}

.winz-fyrta9 {
  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-fyrta9 {
    padding: 24px;
  }
}

.winz-l9d8vf {
  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-l9d8vf {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.winz-l9d8vf > * {
  margin: 0 !important;
}

.winz-l9d8vf img,
.winz-fouwci {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-l9d8vf img,
  .winz-fouwci {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-lh4i6z {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-lh4i6z {
    width: 32px;
    height: 32px;
  }
}

.winz-gtvlj5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.winz-gtvlj5 .winz-7mmmh3 {
  flex-shrink: 0;
}

.winz-gtvlj5 .winz-kw543s svg {
  display: none;
}

.winz-mw34zs {
  display: grid;
  transition: max-height 0.winz-h9k70q ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .winz-mw34zs {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .winz-mw34zs {
    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-mw34zs.winz-1jnqri + .winz-7mmmh3 svg {
  transform: rotate(180deg);
}

.winz-dk3p2l {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.winz-dk3p2l > div:nth-child(3n) {
  grid-column: span 2;
}

.winz-dk3p2l
  > div:nth-child(3n)
  .winz-tmhmdd
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .winz-dk3p2l {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .winz-dk3p2l > div:nth-child(3n) {
    grid-column: unset;
  }

  .winz-dk3p2l
    > div:nth-child(3n)
    .winz-tmhmdd
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .winz-dk3p2l {
    max-width: 270px;
  }
}

.winz-dk3p2l .winz-tmhmdd button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .winz-dk3p2l .winz-tmhmdd button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .winz-dk3p2l .winz-tmhmdd button {
    max-width: 104px;
  }
}

.winz-7usirr {
  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-7usirr {
    margin-bottom: 0;
  }
}

.winz-h64pya {
  display: none;
  opacity: 0;
}

.winz-b9j7oq {
  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-b9j7oq img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.winz-tmhmdd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.winz-tmhmdd 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-tmhmdd
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .winz-tmhmdd
    button {
    max-width: 145px;
  }
}

.winz-x3ntvh:first-child
  .winz-tmhmdd
  button {
  max-width: 270px;
}

.winz-xlkxje {
  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-7usirr picture {
  width: 100%;
  max-width: 100%;
}

.winz-rvmdps {
  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-rvmdps svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.winz-7usirr:hover .winz-rvmdps {
  display: flex;
}

.winz-3zf1cj {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.winz-57jdhs {
  display: flex;
}

.winz-57jdhs:hover .winz-zt2ofl,
.winz-57jdhs .winz-qlkeft .winz-zt2ofl {
  display: flex;
}

.winz-57jdhs svg {
  flex-shrink: 0;
}

.winz-zt2ofl {
  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-zt2ofl {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.winz-zt2ofl:hover {
  display: flex;
}

.winz-zt2ofl svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.winz-4omuak {
  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-4omuak {
    font-size: 12px;
  }
}

.winz-p5o9xn,
.winz-hzct1j {
  width: 50%;
  flex-shrink: 0;
}

.winz-p5o9xn {
  font-weight: 700;
}

.winz-nsmjfk .winz-mw34zs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .winz-nsmjfk .winz-mw34zs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .winz-nsmjfk .winz-mw34zs {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.winz-nsmjfk
  .winz-xlkxje:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.winz-nsmjfk .winz-b9j7oq {
  height: 100% !important;
  border-radius: 16px;
}

.winz-nsmjfk .winz-tmhmdd {
  gap: 4px;
  align-items: center;
}

.winz-nsmjfk .winz-tmhmdd button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.winz-nsmjfk .winz-tmhmdd svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.winz-nsmjfk .winz-n8rk0i,
.winz-nsmjfk .winz-e3uz19 {
  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-8p58xn.org/2000/svg'%3E%3Cpath d='M9.winz-3tqdp5 4.winz-bkegp9.winz-7bb16i 5.winz-0o7ovc.winz-qq392d 5.winz-zb0dmq.winz-q36xa5 5.winz-o9yby4.winz-n1slbo 8.winz-okddu5.winz-w8j45u 9.winz-iw8oos.winz-kma8en 9.winz-yi1tpt.winz-31fm92 13.winz-n3pkl6.winz-tzvxdo 11.winz-um07yr.winz-xalqep 11.winz-kf523q.winz-37j3ra 11.winz-7abyss.winz-jh456d 13.winz-lhrb91.winz-3wqo4r 9.winz-ym0a0l.winz-67m7th 9.winz-meoiga.winz-2tyo0e 8.winz-898em3.winz-p4mdtz 5.winz-ejrrec.winz-t02nrv 5.winz-5taqu5.winz-3wcwyp 5.winz-5hreou.winz-htm4x2 4.winz-1rinb9.winz-xalqep 1.winz-9qxt7y.winz-3tqdp5 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.winz-nsmjfk .winz-n8rk0i {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.winz-nsmjfk .winz-e3uz19 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.winz-lq14ok {
  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-lq14ok {
    padding: 24px;
  }
}

.winz-lq14ok .winz-7mmmh3 {
  display: flex;
}

@media (min-width: 768px) {
  .winz-lq14ok .winz-7mmmh3 {
    display: none;
  }
}

.winz-lq14ok .winz-kw543s svg {
  display: none;
}

.winz-4qftqg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.winz-4qftqg .winz-d2bwzl {
  display: none;
}

@media (min-width: 768px) {
  .winz-4qftqg .winz-d2bwzl {
    display: flex;
  }
}

.winz-9he3te {
  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-9he3te {
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-9he3te > * {
  margin: 0 !important;
}

.winz-9he3te img,
.winz-j6eo66 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-9he3te img,
  .winz-j6eo66 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-30keo3 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-30keo3 {
    width: 32px;
    height: 32px;
  }
}

.winz-vcg954 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .winz-vcg954 {
    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-vcg954::-webkit-scrollbar {
    display: none;
  }
}

.winz-pgu0gl {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .winz-pgu0gl {
    padding: 7px 15px;
  }
}

.winz-pgu0gl:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.winz-3p46gv {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .winz-3p46gv {
    display: flex;
    opacity: 1;
  }
}

.winz-pgu0gl picture {
  height: 100%;
  display: block;
}

.winz-pgu0gl img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .winz-pgu0gl img {
    width: 88px;
    height: 44px;
  }
}

.winz-pgu0gl p {
  text-align: center;
  width: 100%;
}

.winz-sfppsc {
  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-sfppsc {
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-sfppsc img,
.winz-o3efb2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-sfppsc img,
  .winz-o3efb2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-4j5st6 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-4j5st6 {
    width: 32px;
    height: 32px;
  }
}

.winz-bz5ieh {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.winz-ijcdz7 {
  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-4302hj {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.winz-4302hj.winz-qlkeft {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.winz-yiyy1d {
  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-yiyy1d {
    font-size: 20px;
    line-height: 28px;
  }
}

.winz-edmvl4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.winz-7jt8n8 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.winz-h9k70q ease;
  opacity: 0;
  color: var(--text-color);
}

.winz-l370hp {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.winz-l370hp ol,
.winz-l370hp ul {
  padding-left: 1.3em;
}

.winz-4302hj.winz-qlkeft .winz-7jt8n8 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.winz-4302hj.winz-qlkeft .winz-edmvl4 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.winz-8gav2a {
  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-8gav2a {
    padding: 24px;
  }
}

.winz-8gav2a .winz-7mmmh3 {
  display: flex;
}

@media (min-width: 768px) {
  .winz-8gav2a .winz-7mmmh3 {
    display: none;
  }
}

.winz-8gav2a .winz-kw543s svg {
  display: none;
}

.winz-5ff4b9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.winz-5ff4b9 .winz-d2bwzl {
  display: none;
}

@media (min-width: 768px) {
  .winz-5ff4b9 .winz-d2bwzl {
    display: flex;
  }
}

.winz-gsrxax {
  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-gsrxax {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-gsrxax > * {
  margin: 0 !important;
}

.winz-gsrxax img,
.winz-9qwkqs {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-gsrxax img,
  .winz-9qwkqs {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-7ncpw8 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-7ncpw8 {
    width: 32px;
    height: 32px;
  }
}

.winz-fspaho {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .winz-fspaho {
    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-fspaho::-webkit-scrollbar {
    display: none;
  }
}

.winz-1zqyxm {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.winz-1zqyxm:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.winz-z5db4r {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .winz-z5db4r {
    display: flex;
    opacity: 1;
  }
}

.winz-1zqyxm picture {
  width: auto;
  height: 100%;
  display: block;
}

.winz-1zqyxm picture img {
  display: block;
  width: auto;
  height: 100%;
}

.winz-vpmdk3 {
  margin: -24px 0;
}

.winz-vpmdk3:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .winz-vpmdk3 {
    margin: -16px 0;
  }
}

.winz-7to8rm {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .winz-7to8rm {
    flex-direction: row;
  }
}

.winz-8x83xc {
  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-8x83xc {
    flex: 1;
  }
}

.winz-8x83xc::placeholder {
  color: var(--Text-400);
}

.winz-qdf2by {
  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-q0f4u7 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.winz-q0f4u7::-webkit-scrollbar {
  display: none;
}

.winz-gevgzo {
  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-gevgzo img,
.winz-gevgzo svg {
  margin-right: 8px;
}

.winz-0i5ypr {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.winz-vpmdk3 + .winz-6y60bw {
  margin-top: 0;
}

@media (min-width: 768px) {
  .winz-vpmdk3 + .winz-6y60bw {
    margin-top: -16px;
  }
}

.winz-56ihg6 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.winz-56ihg6 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.winz-56ihg6 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.winz-0bzwoz {
  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-ecaold {
  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-m98bks {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.winz-kjmyty {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.winz-9r026z {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.winz-0bzwoz 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-0bzwoz 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-0bzwoz {
    padding: 39px 179px 39px 39px;
  }

  .winz-ecaold {
    font-size: 40px;
    line-height: 48px;
  }

  .winz-9r026z {
    height: 348px;
  }

  .winz-0bzwoz button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .winz-0bzwoz button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .winz-0bzwoz {
    padding: 63px;
  }
}

.winz-d310kl {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .winz-d310kl {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.winz-41apgq {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .winz-41apgq {
    width: auto;
  }
}

.winz-2bhrpi {
  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-2bhrpi::-webkit-scrollbar {
  display: none;
}

.winz-2bhrpi 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-2bhrpi a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .winz-2bhrpi {
    margin-left: 16px;
    margin-top: 0;
  }
}

.winz-d310kl .winz-o5d2wj {
  -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-h9k70q,
    mask-image 0.3s;
}

.winz-d310kl .winz-o5d2wj.winz-ammvuk {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.winz-iq7gk1 {
  margin: 40px -16px;
}

.winz-etma9f + .winz-0rvc56,
.winz-etma9f + .winz-ijfo1m {
  margin-top: 24px;
}

.winz-ig002o {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.winz-ig002o picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.winz-lp2zth {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .winz-lp2zth {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .winz-lp2zth {
    margin-top: 0;
  }
}

.winz-bd2n0f {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .winz-bd2n0f {
    font-size: 24px;
    line-height: 32px;
  }
}

.winz-ljlwzt {
  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-ljlwzt {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.winz-70mq2l {
  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-70mq2l {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.winz-dhw18c {
  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-dhw18c {
    font-size: 20px;
    line-height: 28px;
  }
}

.winz-7jhnx0 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .winz-7jhnx0 {
    font-size: 32px;
    line-height: 40px;
  }
}

.winz-ocp08t {
  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-7cs5ko {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.winz-7cs5ko img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.winz-6y60bw {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.winz-kh8hg0 {
  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-kh8hg0 {
    padding: 15px 48px;
  }
}

main > .winz-6y60bw {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .winz-mw34zs.winz-km3f59 > div:nth-child(n+5) {
    display: none;
  }
}

.winz-5i5rz4 p a img {
  display: block;
  margin: 0 auto;
}


.winz-xfmcx0 {
  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-6ecwyj {
  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-6ecwyj label {
  font-size: 14px;
}

.winz-6ecwyj h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.winz-6ecwyj input,
.winz-6ecwyj textarea,
.winz-6ecwyj 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-6ecwyj button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.winz-eyia44 ease;
}
.winz-6ecwyj button:hover {
  background-color: var(--button-bg-hover);
}
.winz-mjhn8n {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.winz-tzr6jm ease-in;
}

.winz-mjhn8n 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-6phj3n, .winz-v8pdfw, [class*="review-card"],
thead, thead th, table th, .winz-kdivhm,
.winz-kjoakq, [class*="collapsible-header"],
.winz-brv28h, [class*="updated-block"] {
  color: #ece7dc !important;
}
