* {
  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-s76i8c {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .winz-s76i8c {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .winz-s76i8c {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.winz-5lrf1k {
  overflow: hidden;
}

.winz-1gith8 img {
  background: var(--Neutral-300);
}

.winz-w5w4ip {
  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-cr880u {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.winz-cr880u:hover {
  background: var(--button-bg-hover);
}

.winz-4l1v2t {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.winz-4l1v2t:hover {
  background: var(--button-bg-hover);
}

.winz-noo2i4 {
  font-size: 12px;
  line-height: 18px;
}

.winz-6gs1nr {
  font-size: 18px;
  line-height: 26px;
}

.winz-0u3p11 {
  width: 100%;
}

.winz-zc7hta {
  padding: 6px 16px;
}

.winz-o0wnk7 {
  padding: 10px 16px;
}

.winz-g9r7sd {
  padding: 15px 26px;
}

.winz-6mgncy {
  flex-shrink: 0;
}

.winz-w6s7cr {
  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-wlcuo5 {
  display: none;
}

.winz-lcqt96 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.winz-myf07v {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.winz-w7fnjj {
  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-vriwur {
  cursor: grab;
}

.winz-w7fnjj::-webkit-scrollbar {
  display: none;
}

.winz-ntwt63 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.winz-o6cfdw {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.winz-l1r4jq {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.winz-jz2k82 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.winz-k4xd5u {
  visibility: visible;
}

.winz-yhz27w {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.winz-kdt0eo ease;
}

.winz-l0592g {
  background-color: var(--Primary-200);
  width: 16px;
}

.winz-eyn88n {
  -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-kdt0eo,
    mask-image 0.3s;
}

.winz-eyn88n.winz-ixrn95 {
  -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-mig8ip: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-lvmqun {
  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-yefyr3.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-yefyr3.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-s0eaee {
  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-s0eaee::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-rrsec8 {
  position: relative;
  z-index: 1;
}

.winz-rccjll {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.winz-0q8c58 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.winz-l2leiu {
  font-size: 40px;
  line-height: 48px;
}

.winz-b16zka {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.winz-mld77t {
  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-mld77t:hover {
  background: var(--Primary-400);
}

.winz-mld77t svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.winz-mig8ip 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-s0eaee {
    max-width: 600px;
    padding: 64px;
  }

  .winz-rccjll {
    font-size: 24px;
    line-height: 32px;
  }

  .winz-0q8c58 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .winz-l2leiu {
    font-size: 50px;
    line-height: 56px;
  }

  .winz-b16zka {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .winz-lvmqun {
    top: 25px;
    right: 25px;
  }
}

.winz-5m8uzh,
.winz-iku5v0 {
  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-m4nacn.winz-8x6zbe::before,
.winz-iku5v0::before,
.winz-6wcxjr::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-yefyr3.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.winz-ovcaw8 14.winz-966u75.winz-biqu64 14.winz-fs2gfq 15.winz-bqfjrq 14.winz-k1egmm 15.winz-teol46 14.winz-2np5y2.winz-fkic8x 14.winz-dwkuj8 19.winz-2zdiru 12.winz-vnmi51 19.winz-2zdiru 10.winz-ycqlz6.winz-2zdiru 8.winz-o70fxe 17.winz-ng7eor 7.winz-dy5qo0 15.winz-cj025q 7.winz-z2hskq.winz-uh25hx 7.winz-dy5qo0 11.winz-ekhwxe 8.winz-o70fxe 11.winz-ekhwxe 10.winz-dyc1uk.winz-ekhwxe 12.winz-p9011z 13.winz-jh6e79 14.winz-5qr187 15.winz-h5a82m 14.winz-q1v9w2.winz-i9obzs 14.winz-uxl652 15.winz-l0rc5h 14.winz-32g13p 15.winz-vc7h59 14.winz-1lar3s.winz-ovcaw8 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.winz-cy0tb0 15.winz-fwnnp6.winz-4jayim 15.winz-5ucsrz 15.winz-swoxka 15.winz-9dp19w 15.winz-7zhbzq 15.winz-754wma.winz-din9ts 15.winz-9dp19w 15.winz-yf8sd9 15.winz-kvryw6 15.winz-9eomag 15.winz-q44e38.winz-0al6o7 15.winz-my2tjo 7.winz-eoxp4j 18.winz-u3be2a 7.winz-a9uflr 23.winz-dwu331.winz-d3dmiq.winz-d6yt5d 18.winz-rn30p1 19.winz-6sogsc 15.winz-lk8gxi 15.winz-cy0tb0 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.winz-sg36m7 [type="submit"] *,
.winz-9het2a button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .winz-lk07nh {
    display: none;
  }
}

.winz-qfe0ig {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .winz-qfe0ig {
  display: none;
}

@media (min-width: 768px) {
  .winz-qfe0ig {
    bottom: 22px;
  }
}

.winz-qfe0ig input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .winz-qfe0ig {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.winz-nfu3by.static) .winz-qfe0ig {
    bottom: 8px;
  }
}

.winz-ghlvrw {
  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-yefyr3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.winz-uj4vug 3.winz-6azfaf.winz-t1bftf.winz-s061wa 3.winz-9evldk 3.winz-ozmppb 5.winz-ttq0cs 3.winz-ozmppb 8.winz-759we7.winz-qe5mxz.winz-ozmppb 26.winz-z9mi4y 5.winz-noi6ig 28.winz-37c6uh 8.winz-jd1lxl 28.winz-0vxs06.winz-c4ofh4 28.winz-g9q2sq.winz-rp2ftg 34.winz-uvvjqv.winz-ud4tf6 36.winz-mgetsl 11.winz-p32i1c 37.winz-qsw3bo 12.winz-wjhwzu 36.winz-nzgcbp.winz-pwysqh 28.winz-du74in.winz-v8ipqu.winz-k6lixg 28.winz-8zz01n 36.winz-16qn0n 26.winz-mtdfjh 36.winz-16qn0n 23.winz-2cib9w.winz-xizh5o.winz-16qn0n 5.winz-pke784 34.winz-tqigpe 3.winz-9evldk 31.winz-uj4vug 3.winz-t9mqgr.winz-2a961r 18.winz-krhy3s.winz-vmgoeg 18.winz-ve2dl1 8.winz-8pv0s5 17.winz-th4zqi 8.winz-8pv0s5 15.winz-o2w8md.winz-8pv0s5 14.winz-pmiw1g 9.winz-vmgoeg 13.winz-q5y706 11.winz-2a961r 13.winz-a40ick.winz-phv2x9 13.winz-q5y706 13.winz-j56ahc 14.winz-pmiw1g 13.winz-j56ahc 15.winz-pgu1o4.winz-j56ahc 17.winz-th4zqi 12.winz-phv2x9 18.winz-ve2dl1 11.winz-2a961r 18.winz-9eju63.winz-hlo2rd 18.winz-cx7v3n.winz-zx5jly 18.winz-ve2dl1 17.winz-bg3zdw 17.winz-th4zqi 17.winz-bg3zdw 15.winz-1lgy4w.winz-bg3zdw 14.winz-pmiw1g 18.winz-zx5jly 13.winz-q5y706 20.winz-hlo2rd 13.winz-j543v0.winz-5szo0q 13.winz-q5y706 22.winz-88moba 14.winz-pmiw1g 22.winz-88moba 15.winz-2trwz2.winz-6vb0bf 17.winz-th4zqi 21.winz-5szo0q 18.winz-ve2dl1 20.winz-hlo2rd 18.winz-zfwczj.winz-6aa0qd 18.winz-klmy4h.winz-r31qr6 18.winz-ve2dl1 26.winz-zftr8y 17.winz-th4zqi 26.winz-zftr8y 15.winz-8jofjj.winz-zftr8y 14.winz-pmiw1g 27.winz-r31qr6 13.winz-q5y706 28.winz-6aa0qd 13.winz-8dobyq.winz-i7ob3d 13.winz-q5y706 31.winz-ht4t23 14.winz-pmiw1g 31.winz-ht4t23 15.winz-q6lwmx.winz-zftr8y 17.winz-th4zqi 30.winz-i7ob3d 18.winz-ve2dl1 28.winz-6aa0qd 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-ghlvrw {
    display: none;
  }
}

.winz-q0m35y {
  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-q0m35y {
    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-9het2a {
  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-9het2a {
    padding: 14px 16px;
  }
}

.winz-9het2a button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.winz-9het2a button:first-child {
  align-content: end;
}

.winz-9het2a button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .winz-9het2a
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .winz-9het2a
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.winz-9het2a button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.winz-9het2a button:last-child svg {
  width: 38px;
  height: 38px;
}

.winz-6wcxjr {
  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-6wcxjr::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .winz-6wcxjr,
.pc61d126-chatbot[data-active-screen="3"]
  .winz-6wcxjr {
  opacity: 1;
  visibility: visible;
}

.winz-wp1bmv {
  flex: 1 1;
}

.winz-btqdb5 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .winz-btqdb5 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .winz-wnt9sa {
  display: block;
}

.winz-afxtww {
  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-afxtww {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.winz-iku5v0 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.winz-iku5v0::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.winz-mxskvx span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.winz-mxskvx p {
  color: var(--Text-100);
}

.winz-iku5v0 .winz-eoezpa {
  grid-area: button;
}

.winz-iku5v0 .winz-eoezpa::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-yefyr3.org/2000/svg'%3E%3Cpath d='M4.winz-qz0x2e 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.winz-tqy0z3 15L16.winz-tqy0z3 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.winz-tqy0z3 5L16.winz-tqy0z3 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .winz-8m605v {
  display: block;
}

.winz-2z9gph {
  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-2z9gph {
    margin-top: 40px;
  }
}

.winz-5m8uzh label,
.winz-5m8uzh input {
  display: block;
  width: 100%;
}

.winz-5m8uzh label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.winz-5m8uzh label.winz-aplvby input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.winz-5m8uzh label.winz-aplvby::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-5m8uzh 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-5m8uzh input::placeholder {
  color: var(--Text-400);
}

.winz-oadg36 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .winz-oadg36 {
  display: flex;
}

.winz-oadg36 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .winz-oadg36 ol {
    height: 420px;
    padding: 24px;
  }
}

.winz-oadg36 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.winz-sg36m7 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .winz-sg36m7 {
    padding: 0 24px 24px;
  }
}

.winz-sg36m7 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-sg36m7 input::placeholder {
  color: var(--Text-400);
}

.winz-sg36m7 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.winz-sg36m7 [type="submit"]:disabled {
  opacity: 0.5;
}

.winz-sg36m7 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .winz-sg36m7 [type="submit"] {
    right: 40px;
  }
}

.winz-m4nacn {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.winz-m4nacn.winz-8x6zbe {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.winz-m4nacn.winz-8x6zbe::before {
  content: "";
  width: 31px;
}

.winz-m4nacn.winz-8x6zbe p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.winz-m4nacn.winz-f1jnp8 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.winz-m4nacn p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.winz-qfe0ig .winz-eoezpa {
  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-lk07nh {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .winz-lk07nh {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .winz-lk07nh {
    padding: 18px 0;
  }
}

.winz-lk07nh .winz-s76i8c {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .winz-lk07nh .winz-s76i8c {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.winz-myomkr {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .winz-myomkr {
    max-width: 160px;
    height: 40px;
  }
}

.winz-myomkr picture,
.winz-myomkr img {
  display: block;
  width: 100%;
  height: 100%;
}

.winz-myomkr img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .winz-uc9o97 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.winz-kdt0eo ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .winz-lk07nh.winz-i1za65 .winz-uc9o97 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .winz-uc9o97 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .winz-uc9o97 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.winz-t431pv,
.winz-tl4xkg {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .winz-t431pv,
  .winz-tl4xkg {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .winz-tl4xkg {
    display: none;
  }
}

.winz-1a42h1 {
  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-i1za65 .winz-1a42h1 {
  background: var(--fh-bg-color);
}

.winz-1a42h1 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .winz-1a42h1 {
    display: none;
  }
}

.winz-64i8vq {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .winz-64i8vq {
    display: none;
  }
}

.winz-gggzu4 {
  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-lk07nh.winz-i1za65 .winz-gggzu4:first-child {
  display: none;
}

.winz-lk07nh.winz-i1za65 .winz-gggzu4:last-child {
  display: block;
}

.winz-gggzu4:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .winz-gggzu4 {
    display: none;
  }
}

.winz-jmrd5h {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .winz-jmrd5h {
    display: flex;
  }
}

.winz-jmrd5h ul {
  max-height: 350px;
  overflow-y: auto;
}

.winz-jmrd5h:hover ul {
  visibility: visible;
  opacity: 1;
}

.winz-jmrd5h:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.winz-jmrd5h:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.winz-jmrd5h:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.winz-jmrd5h:hover .winz-fm8ac7 svg {
  transform: rotate(180deg);
}

.winz-q2zp82 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.winz-8tkhdq {
  padding: 0 8px;
}

.winz-s3nmez {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.winz-s3nmez:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .winz-s3nmez {
    padding: 4px 8px;
  }
}

.winz-4eajym {
  display: flex;
}

.winz-4eajym img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.winz-fm8ac7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.winz-fm8ac7 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.winz-w2cds8 {
  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-w2cds8 {
    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-u6ibez {
  width: 100%;
}

@media (min-width: 1200px) {
  .winz-u6ibez {
    display: none;
  }
}

.winz-tdyj0x {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.winz-98is41 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.winz-rol27b {
  display: flex;
}

.winz-xrofhe {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.winz-7jjtg5 {
  list-style: none;
}

@media (max-width: 1199px) {
  .winz-7jjtg5 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .winz-7jjtg5 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .winz-7jjtg5 .winz-8s93i9 [data-ref-el],
  .winz-7jjtg5 .winz-8s93i9 span,
  .winz-7jjtg5 .winz-8s93i9 a {
    white-space: nowrap;
  }
}

.winz-dt63fd {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .winz-dt63fd.winz-5pg51h > .winz-8s93i9 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .winz-dt63fd.winz-gdmgap:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .winz-dt63fd.winz-5pg51h > .winz-xgvm9n {
    height: auto;
  }

  .winz-dt63fd.winz-5pg51h > div > .winz-fh2chi {
    transform: rotate(180deg);
  }
}

.winz-dt63fd [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.winz-dt63fd [data-ref-el],
.winz-dt63fd span {
  cursor: pointer;
}

.winz-dt63fd [data-ref-el],
.winz-dt63fd span,
.winz-dt63fd 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-dt63fd [data-ref-el],
  .winz-dt63fd span,
  .winz-dt63fd a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .winz-dt63fd [data-ref-el],
  .winz-dt63fd span,
  .winz-dt63fd a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.winz-xgvm9n {
  height: 0;
  overflow: hidden;
  transition: height 0.winz-kdt0eo ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.winz-xgvm9n::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.winz-xgvm9n::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.winz-xgvm9n::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .winz-xgvm9n {
    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-xgvm9n:has(> .winz-dt63fd.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .winz-xgvm9n .winz-xgvm9n {
    padding: 0;
  }

  .winz-xgvm9n .winz-dt63fd {
    font-weight: 400;
  }

  .winz-xgvm9n .winz-dt63fd:hover > .winz-8s93i9 {
    background: var(--Neutral-300);
  }

  .winz-xgvm9n .winz-fh2chi {
    rotate: -90deg;
  }
}

.winz-8s93i9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .winz-8s93i9 {
    padding: 8px;
  }

  .winz-dt63fd.winz-weosvv > .winz-8s93i9 {
    background: var(--Neutral-300);
  }
}

.winz-fh2chi {
  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-yefyr3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.winz-l25njn 0.winz-h4s96z.winz-xp6z5u -0.winz-7dlwdg 0.winz-vuzf82 -0.winz-7dlwdg 1.winz-5li2bu 0.winz-c646x7.winz-e1ix3u 4.winz-wmbrgp.winz-l25njn 0.winz-7vs449.winz-oj7c3c -0.winz-7dlwdg 9.winz-e5o9zt -0.winz-7dlwdg 10.winz-029w30 0.winz-m3q3xg.winz-p3lg9z 0.winz-xp6z5u 10.winz-p3lg9z 0.winz-vuzf82 10.winz-029w30 1.winz-h5fhak.winz-j0ji3b 5.winz-khycz4.winz-tt6i93 6.winz-8xd91t 5.winz-dgpu2c 6.winz-8xd91t 4.winz-otpsqe 5.winz-m5zlj6.winz-l25njn 1.winz-2ardtk.winz-7dlwdg 0.winz-vuzf82 -0.winz-7dlwdg 0.winz-xp6z5u 0.winz-l25njn 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.winz-kdt0eo ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .winz-fh2chi {
    cursor: default;
  }
}

.winz-m4cyc0 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.winz-o3cnkr {
  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-o3cnkr {
    padding: 40px 4px;
  }
}

.winz-v0o0ub {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .winz-v0o0ub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.winz-2asp3v {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .winz-2asp3v {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.winz-2asp3v ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.winz-2asp3v [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.winz-2asp3v [data-ref-el],
.winz-2asp3v span,
.winz-2asp3v a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.winz-tqwe1d {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .winz-tqwe1d {
    margin-bottom: 12px;
  }
}

.winz-u4w5fo {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.winz-u4w5fo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .winz-u4w5fo:last-child {
    margin-right: 0;
  }
}

.winz-iqlkzc {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.winz-tqwe1d:hover .winz-t101tx {
  visibility: visible;
  opacity: 1;
}

.winz-t101tx {
  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-6glnha {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.winz-81gfvl {
  display: flex;
  margin: 6px;
}

.winz-81gfvl img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.winz-t101tx::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-t101tx::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-exp33h {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .winz-exp33h {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.winz-3o6tat {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .winz-3o6tat {
    margin-right: 32px;
  }
}

.winz-sxb6gl {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .winz-sxb6gl {
    margin-top: 0;
    width: 340px;
  }
}

.winz-sxb6gl a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.winz-nznylc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.winz-tlvv4h {
  position: relative;
}

@media (min-width: 768px) {
  .winz-tlvv4h {
    margin-top: 40px;
  }
}

.winz-tlvv4h + .winz-sl5een,
.winz-tlvv4h + .winz-tlvv4h {
  margin-top: 24px;
}

.winz-dameuj {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .winz-dameuj {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .winz-dameuj {
    padding: 80px;
  }
}

.winz-g0fqej {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .winz-g0fqej {
    padding: 0 16px;
}


}

.winz-mz0p89 {
  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-mz0p89 {
    font-size: 48px;
    line-height: 56px;
  }
}

.winz-ix0mnd {
  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-ix0mnd {
    font-size: 24px;
    line-height: 32px;
  }
}

.winz-4h3ixd {
  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-4h3ixd:hover {
  background: var(--button-bg-hover);
}

.winz-5096kw {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.winz-5096kw img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .winz-5096kw img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .winz-5096kw img {
  min-height: 100%;
  }
}

.winz-dameuj::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.winz-yf7agv {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.winz-yf7agv h1,
.winz-yf7agv h2,
.winz-yf7agv h3,
.winz-yf7agv h4 {
  margin-bottom: 6px;
}

.winz-yf7agv h1:not(:first-child),
.winz-yf7agv h2:not(:first-child),
.winz-yf7agv h3:not(:first-child),
.winz-yf7agv h4:not(:first-child) {
  margin-top: 16px;
}

.winz-yf7agv h1,
.winz-yf7agv h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .winz-yf7agv h1,
  .winz-yf7agv h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.winz-yf7agv h2,
.winz-yf7agv h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .winz-yf7agv h2,
  .winz-yf7agv h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-yf7agv h3,
.winz-yf7agv h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .winz-yf7agv h3,
  .winz-yf7agv h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.winz-yf7agv h4,
.winz-yf7agv h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.winz-yf7agv ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.winz-yf7agv ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.winz-yf7agv 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-yf7agv ul ul {
  margin-bottom: 8px;
}

.winz-yf7agv ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.winz-yf7agv ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.winz-yf7agv ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.winz-yf7agv ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.winz-yf7agv ol li::marker {
  font-weight: 700;
}

.winz-yf7agv ol ol {
  margin-bottom: 8px;
}

.winz-yf7agv ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.winz-yf7agv ol ul li {
  padding-left: 16px;
}

.winz-yf7agv 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-yf7agv table {
    padding: 24px;
  }
}

.winz-yf7agv table.winz-jhzqjd {
  -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-kdt0eo,
    mask-image 0.3s;
}

.winz-yf7agv table.winz-jhzqjd.winz-ixrn95 {
  -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-yf7agv table {
    display: table;
  }
}

.winz-yf7agv 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-yf7agv table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.winz-yf7agv table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.winz-yf7agv 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-yf7agv table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.winz-yf7agv table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.winz-yf7agv table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.winz-yf7agv table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.winz-yf7agv img {
  max-width: 100%;
  height: auto;
}

.winz-rbipow {
  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-rbipow {
    padding: 24px;
  }
}

.winz-bohu5j {
  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-bohu5j {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.winz-bohu5j > * {
  margin: 0 !important;
}

.winz-bohu5j img,
.winz-huozfe {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-bohu5j img,
  .winz-huozfe {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-j0anqt {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-j0anqt {
    width: 32px;
    height: 32px;
  }
}

.winz-2tgmow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.winz-2tgmow .winz-3l5wql {
  flex-shrink: 0;
}

.winz-2tgmow .winz-88865m svg {
  display: none;
}

.winz-yrou1e {
  display: grid;
  transition: max-height 0.winz-kdt0eo ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .winz-yrou1e {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .winz-yrou1e {
    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-yrou1e.winz-myws55 + .winz-3l5wql svg {
  transform: rotate(180deg);
}

.winz-rmnlzm {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.winz-rmnlzm > div:nth-child(3n) {
  grid-column: span 2;
}

.winz-rmnlzm
  > div:nth-child(3n)
  .winz-7u0uye
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .winz-rmnlzm {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .winz-rmnlzm > div:nth-child(3n) {
    grid-column: unset;
  }

  .winz-rmnlzm
    > div:nth-child(3n)
    .winz-7u0uye
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .winz-rmnlzm {
    max-width: 270px;
  }
}

.winz-rmnlzm .winz-7u0uye button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .winz-rmnlzm .winz-7u0uye button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .winz-rmnlzm .winz-7u0uye button {
    max-width: 104px;
  }
}

.winz-7liy9j {
  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-7liy9j {
    margin-bottom: 0;
  }
}

.winz-rybkbz {
  display: none;
  opacity: 0;
}

.winz-6bi3kj {
  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-6bi3kj img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.winz-7u0uye {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.winz-7u0uye 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-7u0uye
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .winz-7u0uye
    button {
    max-width: 145px;
  }
}

.winz-1kaisn:first-child
  .winz-7u0uye
  button {
  max-width: 270px;
}

.winz-0n91c8 {
  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-7liy9j picture {
  width: 100%;
  max-width: 100%;
}

.winz-joir6y {
  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-joir6y svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.winz-7liy9j:hover .winz-joir6y {
  display: flex;
}

.winz-vgxfg4 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.winz-td7acg {
  display: flex;
}

.winz-td7acg:hover .winz-qhuk0a,
.winz-td7acg .winz-weosvv .winz-qhuk0a {
  display: flex;
}

.winz-td7acg svg {
  flex-shrink: 0;
}

.winz-qhuk0a {
  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-qhuk0a {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.winz-qhuk0a:hover {
  display: flex;
}

.winz-qhuk0a svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.winz-x88yw4 {
  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-x88yw4 {
    font-size: 12px;
  }
}

.winz-foa42p,
.winz-o9aajl {
  width: 50%;
  flex-shrink: 0;
}

.winz-foa42p {
  font-weight: 700;
}

.winz-iup4br .winz-yrou1e {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .winz-iup4br .winz-yrou1e {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .winz-iup4br .winz-yrou1e {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.winz-iup4br
  .winz-0n91c8:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.winz-iup4br .winz-6bi3kj {
  height: 100% !important;
  border-radius: 16px;
}

.winz-iup4br .winz-7u0uye {
  gap: 4px;
  align-items: center;
}

.winz-iup4br .winz-7u0uye button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.winz-iup4br .winz-7u0uye svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.winz-iup4br .winz-knmwxs,
.winz-iup4br .winz-mc8avh {
  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-yefyr3.org/2000/svg'%3E%3Cpath d='M9.winz-x3expe 4.winz-tnb38t.winz-uyglth 5.winz-nbs9gy.winz-21fse2 5.winz-wwzx26.winz-nwm93k 5.winz-mad808.winz-dgegap 8.winz-y641xh.winz-u3yq5p 9.winz-ew3cok.winz-j9xbz2 9.winz-nhciq1.winz-n9v0u1 13.winz-45r7bq.winz-xhwx6q 11.winz-ujh7dd.winz-6hw2i5 11.winz-ikdi9t.winz-tdj247 11.winz-435u62.winz-x0424m 13.winz-dk1cwa.winz-0rg2mq 9.winz-v4pr4i.winz-miw0zs 9.winz-cyz6f4.winz-4vj05b 8.winz-xuyub7.winz-zwowss 5.winz-uwxzsd.winz-yqo0wg 5.winz-vspiex.winz-q6f53l 5.winz-f083au.winz-lyvcwc 4.winz-10cvc0.winz-6hw2i5 1.winz-eeet6a.winz-x3expe 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.winz-iup4br .winz-knmwxs {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.winz-iup4br .winz-mc8avh {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.winz-l1d21s {
  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-l1d21s {
    padding: 24px;
  }
}

.winz-l1d21s .winz-3l5wql {
  display: flex;
}

@media (min-width: 768px) {
  .winz-l1d21s .winz-3l5wql {
    display: none;
  }
}

.winz-l1d21s .winz-88865m svg {
  display: none;
}

.winz-w8gioy {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.winz-w8gioy .winz-w5w4ip {
  display: none;
}

@media (min-width: 768px) {
  .winz-w8gioy .winz-w5w4ip {
    display: flex;
  }
}

.winz-w1766g {
  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-w1766g {
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-w1766g > * {
  margin: 0 !important;
}

.winz-w1766g img,
.winz-07d1d8 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-w1766g img,
  .winz-07d1d8 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-r4dbtc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-r4dbtc {
    width: 32px;
    height: 32px;
  }
}

.winz-qckz2d {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .winz-qckz2d {
    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-qckz2d::-webkit-scrollbar {
    display: none;
  }
}

.winz-dnavyz {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .winz-dnavyz {
    padding: 7px 15px;
  }
}

.winz-dnavyz:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.winz-ppxnr0 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .winz-ppxnr0 {
    display: flex;
    opacity: 1;
  }
}

.winz-dnavyz picture {
  height: 100%;
  display: block;
}

.winz-dnavyz img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .winz-dnavyz img {
    width: 88px;
    height: 44px;
  }
}

.winz-dnavyz p {
  text-align: center;
  width: 100%;
}

.winz-odppyk {
  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-odppyk {
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-odppyk img,
.winz-l2n4zb {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-odppyk img,
  .winz-l2n4zb {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-uzel7v {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-uzel7v {
    width: 32px;
    height: 32px;
  }
}

.winz-9r3jmc {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.winz-4p4ql3 {
  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-by8u1z {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.winz-by8u1z.winz-weosvv {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.winz-r8v452 {
  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-r8v452 {
    font-size: 20px;
    line-height: 28px;
  }
}

.winz-9m2xo7 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.winz-j2izin {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.winz-kdt0eo ease;
  opacity: 0;
  color: var(--text-color);
}

.winz-kvhrjq {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.winz-kvhrjq ol,
.winz-kvhrjq ul {
  padding-left: 1.3em;
}

.winz-by8u1z.winz-weosvv .winz-j2izin {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.winz-by8u1z.winz-weosvv .winz-9m2xo7 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.winz-qa639q {
  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-qa639q {
    padding: 24px;
  }
}

.winz-qa639q .winz-3l5wql {
  display: flex;
}

@media (min-width: 768px) {
  .winz-qa639q .winz-3l5wql {
    display: none;
  }
}

.winz-qa639q .winz-88865m svg {
  display: none;
}

.winz-7wlmyr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.winz-7wlmyr .winz-w5w4ip {
  display: none;
}

@media (min-width: 768px) {
  .winz-7wlmyr .winz-w5w4ip {
    display: flex;
  }
}

.winz-hns9y0 {
  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-hns9y0 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-hns9y0 > * {
  margin: 0 !important;
}

.winz-hns9y0 img,
.winz-8zl8p2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-hns9y0 img,
  .winz-8zl8p2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-y3r66k {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-y3r66k {
    width: 32px;
    height: 32px;
  }
}

.winz-3x36k0 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .winz-3x36k0 {
    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-3x36k0::-webkit-scrollbar {
    display: none;
  }
}

.winz-md881d {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.winz-md881d:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.winz-listyz {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .winz-listyz {
    display: flex;
    opacity: 1;
  }
}

.winz-md881d picture {
  width: auto;
  height: 100%;
  display: block;
}

.winz-md881d picture img {
  display: block;
  width: auto;
  height: 100%;
}

.winz-uvjwym {
  margin: -24px 0;
}

.winz-uvjwym:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .winz-uvjwym {
    margin: -16px 0;
  }
}

.winz-bnpuxd {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .winz-bnpuxd {
    flex-direction: row;
  }
}

.winz-8lhmj3 {
  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-8lhmj3 {
    flex: 1;
  }
}

.winz-8lhmj3::placeholder {
  color: var(--Text-400);
}

.winz-xpiebn {
  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-wr8xzi {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.winz-wr8xzi::-webkit-scrollbar {
  display: none;
}

.winz-h6w4jt {
  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-h6w4jt img,
.winz-h6w4jt svg {
  margin-right: 8px;
}

.winz-nz76lu {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.winz-uvjwym + .winz-d4pe2s {
  margin-top: 0;
}

@media (min-width: 768px) {
  .winz-uvjwym + .winz-d4pe2s {
    margin-top: -16px;
  }
}

.winz-ml85du {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.winz-ml85du > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.winz-ml85du > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.winz-y58rbt {
  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-z91bhn {
  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-oq7x6v {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.winz-smtjwk {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.winz-hnjmj7 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.winz-y58rbt 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-y58rbt 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-y58rbt {
    padding: 39px 179px 39px 39px;
  }

  .winz-z91bhn {
    font-size: 40px;
    line-height: 48px;
  }

  .winz-hnjmj7 {
    height: 348px;
  }

  .winz-y58rbt button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .winz-y58rbt button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .winz-y58rbt {
    padding: 63px;
  }
}

.winz-nfbpl0 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .winz-nfbpl0 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.winz-8ib6l7 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .winz-8ib6l7 {
    width: auto;
  }
}

.winz-5r0yr8 {
  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-5r0yr8::-webkit-scrollbar {
  display: none;
}

.winz-5r0yr8 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-5r0yr8 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .winz-5r0yr8 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.winz-nfbpl0 .winz-wjvir4 {
  -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-kdt0eo,
    mask-image 0.3s;
}

.winz-nfbpl0 .winz-wjvir4.winz-ixrn95 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.winz-dql0a6 {
  margin: 40px -16px;
}

.winz-2m7uu5 + .winz-sl5een,
.winz-2m7uu5 + .winz-tlvv4h {
  margin-top: 24px;
}

.winz-qub08j {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.winz-qub08j picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.winz-8vqihd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .winz-8vqihd {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .winz-8vqihd {
    margin-top: 0;
  }
}

.winz-z4y9pk {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .winz-z4y9pk {
    font-size: 24px;
    line-height: 32px;
  }
}

.winz-6ructp {
  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-6ructp {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.winz-ojd94i {
  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-ojd94i {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.winz-wlu64l {
  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-wlu64l {
    font-size: 20px;
    line-height: 28px;
  }
}

.winz-0j80r8 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .winz-0j80r8 {
    font-size: 32px;
    line-height: 40px;
  }
}

.winz-q8qwu6 {
  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-8atk3h {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.winz-8atk3h img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.winz-d4pe2s {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.winz-s8lqut {
  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-s8lqut {
    padding: 15px 48px;
  }
}

main > .winz-d4pe2s {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .winz-yrou1e.winz-yoxlf4 > div:nth-child(n+5) {
    display: none;
  }
}

.winz-yf7agv p a img {
  display: block;
  margin: 0 auto;
}


.winz-js4xb0 {
  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-nyu1nk {
  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-nyu1nk label {
  font-size: 14px;
}

.winz-nyu1nk h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.winz-nyu1nk input,
.winz-nyu1nk textarea,
.winz-nyu1nk 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-nyu1nk button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.winz-fjtff9 ease;
}
.winz-nyu1nk button:hover {
  background-color: var(--button-bg-hover);
}
.winz-ptfa9l {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.winz-tufitd ease-in;
}

.winz-ptfa9l 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-c6mw5f, .winz-qn8fsf, [class*="review-card"],
thead, thead th, table th, .winz-4gqhjj,
.winz-p4fzgp, [class*="collapsible-header"],
.winz-823050, [class*="updated-block"] {
  color: #ece7dc !important;
}
