* {
  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;
  }
}

.ozwin-u5g116 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .ozwin-u5g116 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .ozwin-u5g116 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.ozwin-sgvctt {
  overflow: hidden;
}

.ozwin-o9ajb3 img {
  background: var(--Neutral-300);
}

.ozwin-8xt8fr {
  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;
}

.ozwin-wx9595 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.ozwin-wx9595:hover {
  background: var(--button-bg-hover);
}

.ozwin-vfhpj8 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.ozwin-vfhpj8:hover {
  background: var(--button-bg-hover);
}

.ozwin-g7lhqa {
  font-size: 12px;
  line-height: 18px;
}

.ozwin-m86kue {
  font-size: 18px;
  line-height: 26px;
}

.ozwin-ncvfue {
  width: 100%;
}

.ozwin-p3jxmk {
  padding: 6px 16px;
}

.ozwin-3ye816 {
  padding: 10px 16px;
}

.ozwin-d49fh7 {
  padding: 15px 26px;
}

.ozwin-9s311z {
  flex-shrink: 0;
}

.ozwin-grdt15 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.ozwin-ridj28 {
  display: none;
}

.ozwin-tp4sqp {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ozwin-dw71c9 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.ozwin-rcdwlf {
  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;
}

.ozwin-8rv68f {
  cursor: grab;
}

.ozwin-rcdwlf::-webkit-scrollbar {
  display: none;
}

.ozwin-4hl4z3 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.ozwin-oi99xl {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.ozwin-3jo4r1 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.ozwin-yfs52r {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.ozwin-bu95ta {
  visibility: visible;
}

.ozwin-34mpz8 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.ozwin-gdi5jc ease;
}

.ozwin-6rlyyf {
  background-color: var(--Primary-200);
  width: 16px;
}

.ozwin-hay9u3 {
  -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.ozwin-gdi5jc,
    mask-image 0.3s;
}

.ozwin-hay9u3.ozwin-b0q3wp {
  -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;
  }
}

.ozwin-9068jm: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;
}

.ozwin-68d3dv {
  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.ozwin-pi8erm.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.ozwin-pi8erm.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;
}

.ozwin-g1c7xq {
  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);
}

.ozwin-g1c7xq::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%
  );
}

.ozwin-vfy1hx {
  position: relative;
  z-index: 1;
}

.ozwin-tqerqx {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.ozwin-tqj6sw {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.ozwin-7fg0km {
  font-size: 40px;
  line-height: 48px;
}

.ozwin-7a10do {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.ozwin-y2role {
  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;
}

.ozwin-y2role:hover {
  background: var(--Primary-400);
}

.ozwin-y2role svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.ozwin-9068jm 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) {
  .ozwin-g1c7xq {
    max-width: 600px;
    padding: 64px;
  }

  .ozwin-tqerqx {
    font-size: 24px;
    line-height: 32px;
  }

  .ozwin-tqj6sw {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .ozwin-7fg0km {
    font-size: 50px;
    line-height: 56px;
  }

  .ozwin-7a10do {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .ozwin-68d3dv {
    top: 25px;
    right: 25px;
  }
}

.ozwin-b77dab,
.ozwin-0tpjyz {
  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;
}

.ozwin-afa6rf.ozwin-r1qs27::before,
.ozwin-0tpjyz::before,
.ozwin-gbdlsa::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.ozwin-pi8erm.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.ozwin-n1hdao 14.ozwin-rtwp4r.ozwin-nhopwy 14.ozwin-h6hivn 15.ozwin-xbd7l5 14.ozwin-beft3u 15.ozwin-s15be8 14.ozwin-i1tqaa.ozwin-xikn0j 14.ozwin-bzq9x1 19.ozwin-50zgo4 12.ozwin-qgzm64 19.ozwin-50zgo4 10.ozwin-06dsnk.ozwin-50zgo4 8.ozwin-0qt4xj 17.ozwin-jfn2wz 7.ozwin-qy2x53 15.ozwin-0pm5zr 7.ozwin-wn7ahp.ozwin-082a66 7.ozwin-qy2x53 11.ozwin-nr5fnd 8.ozwin-0qt4xj 11.ozwin-nr5fnd 10.ozwin-fvpdg3.ozwin-nr5fnd 12.ozwin-nlhq86 13.ozwin-2w8qxe 14.ozwin-1d16m9 15.ozwin-18b0s3 14.ozwin-y1dgcq.ozwin-c16xqw 14.ozwin-tx4u61 15.ozwin-lmvgxt 14.ozwin-0qxlo7 15.ozwin-9kf6yv 14.ozwin-zfu59x.ozwin-n1hdao 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.ozwin-u71zv6 15.ozwin-i0ljt3.ozwin-nyduki 15.ozwin-bepld6 15.ozwin-l2dol6 15.ozwin-d2x20t 15.ozwin-zl2ptv 15.ozwin-vl9agv.ozwin-olvpuv 15.ozwin-d2x20t 15.ozwin-cuk9cv 15.ozwin-v48c3t 15.ozwin-9k9gdb 15.ozwin-fs3ll8.ozwin-xvvi2v 15.ozwin-6hvn51 7.ozwin-kpt0s4 18.ozwin-5s1fct 7.ozwin-kj8st0 23.ozwin-vt3lp0.ozwin-swzaku.ozwin-a23dyq 18.ozwin-4ryl3d 19.ozwin-9svb87 15.ozwin-835n9k 15.ozwin-u71zv6 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.ozwin-yhix2v [type="submit"] *,
.ozwin-2plm8n button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .ozwin-7fdib1 {
    display: none;
  }
}

.ozwin-bsun5p {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .ozwin-bsun5p {
  display: none;
}

@media (min-width: 768px) {
  .ozwin-bsun5p {
    bottom: 22px;
  }
}

.ozwin-bsun5p input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .ozwin-bsun5p {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.ozwin-u1qpbu.static) .ozwin-bsun5p {
    bottom: 8px;
  }
}

.ozwin-yx5x4q {
  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.ozwin-pi8erm.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.ozwin-kdu0m2 3.ozwin-ri2zys.ozwin-w9e4dr.ozwin-sya3pq 3.ozwin-r25cq0 3.ozwin-m6ix2u 5.ozwin-zerqk6 3.ozwin-m6ix2u 8.ozwin-yuvk1q.ozwin-t3mdag.ozwin-m6ix2u 26.ozwin-aqkgck 5.ozwin-fqa9qo 28.ozwin-a4fvlb 8.ozwin-2xgfso 28.ozwin-zpaion.ozwin-toak77 28.ozwin-mm9xk7.ozwin-5ervko 34.ozwin-s1cznu.ozwin-2sxmxf 36.ozwin-37xw0y 11.ozwin-zc0wjx 37.ozwin-s3rxrw 12.ozwin-rh60hr 36.ozwin-i241zp.ozwin-xmtgf6 28.ozwin-d8zqo7.ozwin-7nbqcv.ozwin-opop8h 28.ozwin-ujj32c 36.ozwin-hgwhoy 26.ozwin-o76etz 36.ozwin-hgwhoy 23.ozwin-wapiem.ozwin-23p1pa.ozwin-hgwhoy 5.ozwin-9frbrl 34.ozwin-jkbwhu 3.ozwin-r25cq0 31.ozwin-kdu0m2 3.ozwin-jrlclx.ozwin-c5ubvc 18.ozwin-tog9sl.ozwin-kuxwhi 18.ozwin-w3pu2m 8.ozwin-jh7l6b 17.ozwin-rinioj 8.ozwin-jh7l6b 15.ozwin-2qtzbs.ozwin-jh7l6b 14.ozwin-jhg3lg 9.ozwin-kuxwhi 13.ozwin-qnnq6t 11.ozwin-c5ubvc 13.ozwin-mj0ee9.ozwin-pvwjpx 13.ozwin-qnnq6t 13.ozwin-i63on0 14.ozwin-jhg3lg 13.ozwin-i63on0 15.ozwin-zyt10d.ozwin-i63on0 17.ozwin-rinioj 12.ozwin-pvwjpx 18.ozwin-w3pu2m 11.ozwin-c5ubvc 18.ozwin-v9ov6g.ozwin-7m7ln2 18.ozwin-zrjauf.ozwin-1b9ruk 18.ozwin-w3pu2m 17.ozwin-jfch5h 17.ozwin-rinioj 17.ozwin-jfch5h 15.ozwin-vqnhq3.ozwin-jfch5h 14.ozwin-jhg3lg 18.ozwin-1b9ruk 13.ozwin-qnnq6t 20.ozwin-7m7ln2 13.ozwin-owdf82.ozwin-unzcfh 13.ozwin-qnnq6t 22.ozwin-e686tq 14.ozwin-jhg3lg 22.ozwin-e686tq 15.ozwin-wk8n5z.ozwin-nl8z77 17.ozwin-rinioj 21.ozwin-unzcfh 18.ozwin-w3pu2m 20.ozwin-7m7ln2 18.ozwin-cdvgkc.ozwin-oxomty 18.ozwin-1kghaw.ozwin-w05l0a 18.ozwin-w3pu2m 26.ozwin-114mgj 17.ozwin-rinioj 26.ozwin-114mgj 15.ozwin-yr3kze.ozwin-114mgj 14.ozwin-jhg3lg 27.ozwin-w05l0a 13.ozwin-qnnq6t 28.ozwin-oxomty 13.ozwin-ob4y32.ozwin-i2vjnh 13.ozwin-qnnq6t 31.ozwin-hydd8x 14.ozwin-jhg3lg 31.ozwin-hydd8x 15.ozwin-uzm3jb.ozwin-114mgj 17.ozwin-rinioj 30.ozwin-i2vjnh 18.ozwin-w3pu2m 28.ozwin-oxomty 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"])
    .ozwin-yx5x4q {
    display: none;
  }
}

.ozwin-ayvfds {
  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) {
  .ozwin-ayvfds {
    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;
}

.ozwin-2plm8n {
  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) {
  .ozwin-2plm8n {
    padding: 14px 16px;
  }
}

.ozwin-2plm8n button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.ozwin-2plm8n button:first-child {
  align-content: end;
}

.ozwin-2plm8n button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .ozwin-2plm8n
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .ozwin-2plm8n
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.ozwin-2plm8n button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.ozwin-2plm8n button:last-child svg {
  width: 38px;
  height: 38px;
}

.ozwin-gbdlsa {
  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;
}

.ozwin-gbdlsa::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .ozwin-gbdlsa,
.pc61d126-chatbot[data-active-screen="3"]
  .ozwin-gbdlsa {
  opacity: 1;
  visibility: visible;
}

.ozwin-y6qjvq {
  flex: 1 1;
}

.ozwin-o0u8z6 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .ozwin-o0u8z6 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .ozwin-27mpv7 {
  display: block;
}

.ozwin-q27hts {
  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) {
  .ozwin-q27hts {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.ozwin-0tpjyz {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.ozwin-0tpjyz::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.ozwin-bnyhuc span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.ozwin-bnyhuc p {
  color: var(--Text-100);
}

.ozwin-0tpjyz .ozwin-eg0ftr {
  grid-area: button;
}

.ozwin-0tpjyz .ozwin-eg0ftr::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.ozwin-pi8erm.org/2000/svg'%3E%3Cpath d='M4.ozwin-ahqbn0 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.ozwin-j8afbz 15L16.ozwin-j8afbz 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.ozwin-j8afbz 5L16.ozwin-j8afbz 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .ozwin-ejrjv0 {
  display: block;
}

.ozwin-eku00s {
  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) {
  .ozwin-eku00s {
    margin-top: 40px;
  }
}

.ozwin-b77dab label,
.ozwin-b77dab input {
  display: block;
  width: 100%;
}

.ozwin-b77dab label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.ozwin-b77dab label.ozwin-ltjhyx input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.ozwin-b77dab label.ozwin-ltjhyx::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;
}

.ozwin-b77dab 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;
}

.ozwin-b77dab input::placeholder {
  color: var(--Text-400);
}

.ozwin-48nbpg {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .ozwin-48nbpg {
  display: flex;
}

.ozwin-48nbpg ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .ozwin-48nbpg ol {
    height: 420px;
    padding: 24px;
  }
}

.ozwin-48nbpg ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.ozwin-yhix2v {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .ozwin-yhix2v {
    padding: 0 24px 24px;
  }
}

.ozwin-yhix2v 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;
}

.ozwin-yhix2v input::placeholder {
  color: var(--Text-400);
}

.ozwin-yhix2v [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.ozwin-yhix2v [type="submit"]:disabled {
  opacity: 0.5;
}

.ozwin-yhix2v [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .ozwin-yhix2v [type="submit"] {
    right: 40px;
  }
}

.ozwin-afa6rf {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.ozwin-afa6rf.ozwin-r1qs27 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.ozwin-afa6rf.ozwin-r1qs27::before {
  content: "";
  width: 31px;
}

.ozwin-afa6rf.ozwin-r1qs27 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.ozwin-afa6rf.ozwin-4wqe2e p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.ozwin-afa6rf p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.ozwin-bsun5p .ozwin-eg0ftr {
  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;
  }
}

.ozwin-7fdib1 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .ozwin-7fdib1 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .ozwin-7fdib1 {
    padding: 18px 0;
  }
}

.ozwin-7fdib1 .ozwin-u5g116 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .ozwin-7fdib1 .ozwin-u5g116 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.ozwin-hkb0ds {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .ozwin-hkb0ds {
    max-width: 160px;
    height: 40px;
  }
}

.ozwin-hkb0ds picture,
.ozwin-hkb0ds img {
  display: block;
  width: 100%;
  height: 100%;
}

.ozwin-hkb0ds img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .ozwin-633z1b {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.ozwin-gdi5jc ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .ozwin-7fdib1.ozwin-s5hu9y .ozwin-633z1b {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ozwin-633z1b {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .ozwin-633z1b {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.ozwin-xzih4m,
.ozwin-vk6446 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .ozwin-xzih4m,
  .ozwin-vk6446 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .ozwin-vk6446 {
    display: none;
  }
}

.ozwin-soyxoj {
  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;
}

.ozwin-s5hu9y .ozwin-soyxoj {
  background: var(--fh-bg-color);
}

.ozwin-soyxoj button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .ozwin-soyxoj {
    display: none;
  }
}

.ozwin-4ym259 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .ozwin-4ym259 {
    display: none;
  }
}

.ozwin-56x7td {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.ozwin-7fdib1.ozwin-s5hu9y .ozwin-56x7td:first-child {
  display: none;
}

.ozwin-7fdib1.ozwin-s5hu9y .ozwin-56x7td:last-child {
  display: block;
}

.ozwin-56x7td:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .ozwin-56x7td {
    display: none;
  }
}

.ozwin-4zxrn7 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .ozwin-4zxrn7 {
    display: flex;
  }
}

.ozwin-4zxrn7 ul {
  max-height: 350px;
  overflow-y: auto;
}

.ozwin-4zxrn7:hover ul {
  visibility: visible;
  opacity: 1;
}

.ozwin-4zxrn7:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.ozwin-4zxrn7:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.ozwin-4zxrn7:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.ozwin-4zxrn7:hover .ozwin-difzxb svg {
  transform: rotate(180deg);
}

.ozwin-wxpgii {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.ozwin-l06m5r {
  padding: 0 8px;
}

.ozwin-vngeaq {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.ozwin-vngeaq:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .ozwin-vngeaq {
    padding: 4px 8px;
  }
}

.ozwin-7o1cqs {
  display: flex;
}

.ozwin-7o1cqs img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.ozwin-difzxb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.ozwin-difzxb svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.ozwin-9rguv6 {
  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) {
  .ozwin-9rguv6 {
    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;
  }
}

.ozwin-m23vr8 {
  width: 100%;
}

@media (min-width: 1200px) {
  .ozwin-m23vr8 {
    display: none;
  }
}

.ozwin-vmnl8z {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.ozwin-5d5cef {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.ozwin-d3uuuk {
  display: flex;
}

.ozwin-7z80al {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ozwin-4fqg58 {
  list-style: none;
}

@media (max-width: 1199px) {
  .ozwin-4fqg58 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .ozwin-4fqg58 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .ozwin-4fqg58 .ozwin-ntkc6q [data-ref-el],
  .ozwin-4fqg58 .ozwin-ntkc6q span,
  .ozwin-4fqg58 .ozwin-ntkc6q a {
    white-space: nowrap;
  }
}

.ozwin-u65spc {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .ozwin-u65spc.ozwin-yspiwt > .ozwin-ntkc6q {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .ozwin-u65spc.ozwin-76gtej:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .ozwin-u65spc.ozwin-yspiwt > .ozwin-vs3l8c {
    height: auto;
  }

  .ozwin-u65spc.ozwin-yspiwt > div > .ozwin-vwn8ba {
    transform: rotate(180deg);
  }
}

.ozwin-u65spc [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.ozwin-u65spc [data-ref-el],
.ozwin-u65spc span {
  cursor: pointer;
}

.ozwin-u65spc [data-ref-el],
.ozwin-u65spc span,
.ozwin-u65spc a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .ozwin-u65spc [data-ref-el],
  .ozwin-u65spc span,
  .ozwin-u65spc a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .ozwin-u65spc [data-ref-el],
  .ozwin-u65spc span,
  .ozwin-u65spc a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.ozwin-vs3l8c {
  height: 0;
  overflow: hidden;
  transition: height 0.ozwin-gdi5jc ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.ozwin-vs3l8c::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.ozwin-vs3l8c::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.ozwin-vs3l8c::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .ozwin-vs3l8c {
    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;
  }

  .ozwin-vs3l8c:has(> .ozwin-u65spc.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .ozwin-vs3l8c .ozwin-vs3l8c {
    padding: 0;
  }

  .ozwin-vs3l8c .ozwin-u65spc {
    font-weight: 400;
  }

  .ozwin-vs3l8c .ozwin-u65spc:hover > .ozwin-ntkc6q {
    background: var(--Neutral-300);
  }

  .ozwin-vs3l8c .ozwin-vwn8ba {
    rotate: -90deg;
  }
}

.ozwin-ntkc6q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .ozwin-ntkc6q {
    padding: 8px;
  }

  .ozwin-u65spc.ozwin-seecec > .ozwin-ntkc6q {
    background: var(--Neutral-300);
  }
}

.ozwin-vwn8ba {
  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.ozwin-pi8erm.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.ozwin-b49jb8 0.ozwin-8q1jwi.ozwin-p7wmv4 -0.ozwin-8wem32 0.ozwin-b9sf4j -0.ozwin-8wem32 1.ozwin-f7va1d 0.ozwin-yjuqc0.ozwin-umwjvy 4.ozwin-84tvd2.ozwin-b49jb8 0.ozwin-v1fzeu.ozwin-pfdjam -0.ozwin-8wem32 9.ozwin-y2wfps -0.ozwin-8wem32 10.ozwin-pq4kwu 0.ozwin-sua4zt.ozwin-hdwh3u 0.ozwin-p7wmv4 10.ozwin-hdwh3u 0.ozwin-b9sf4j 10.ozwin-pq4kwu 1.ozwin-8mxs5u.ozwin-scsjd7 5.ozwin-4oldsz.ozwin-p5i22f 6.ozwin-kdpvwf 5.ozwin-ugh0qo 6.ozwin-kdpvwf 4.ozwin-yshor1 5.ozwin-jx5et0.ozwin-b49jb8 1.ozwin-uivrzu.ozwin-8wem32 0.ozwin-b9sf4j -0.ozwin-8wem32 0.ozwin-p7wmv4 0.ozwin-b49jb8 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.ozwin-gdi5jc ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .ozwin-vwn8ba {
    cursor: default;
  }
}

.ozwin-jhjzek {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.ozwin-qekpr8 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .ozwin-qekpr8 {
    padding: 40px 4px;
  }
}

.ozwin-ydq3un {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .ozwin-ydq3un {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.ozwin-03n4sa {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .ozwin-03n4sa {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.ozwin-03n4sa ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.ozwin-03n4sa [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.ozwin-03n4sa [data-ref-el],
.ozwin-03n4sa span,
.ozwin-03n4sa a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.ozwin-ae6hz1 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .ozwin-ae6hz1 {
    margin-bottom: 12px;
  }
}

.ozwin-8iqbox {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.ozwin-8iqbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .ozwin-8iqbox:last-child {
    margin-right: 0;
  }
}

.ozwin-uixrhe {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.ozwin-ae6hz1:hover .ozwin-rvbwfa {
  visibility: visible;
  opacity: 1;
}

.ozwin-rvbwfa {
  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);
}

.ozwin-l35ksb {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ozwin-unikcj {
  display: flex;
  margin: 6px;
}

.ozwin-unikcj img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.ozwin-rvbwfa::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);
}

.ozwin-rvbwfa::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);
}

.ozwin-lt92wv {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .ozwin-lt92wv {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.ozwin-30ymas {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .ozwin-30ymas {
    margin-right: 32px;
  }
}

.ozwin-ad8915 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .ozwin-ad8915 {
    margin-top: 0;
    width: 340px;
  }
}

.ozwin-ad8915 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.ozwin-svy8ts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.ozwin-vgnp0s {
  position: relative;
}

@media (min-width: 768px) {
  .ozwin-vgnp0s {
    margin-top: 40px;
  }
}

.ozwin-vgnp0s + .ozwin-tpc014,
.ozwin-vgnp0s + .ozwin-vgnp0s {
  margin-top: 24px;
}

.ozwin-3wzhr5 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .ozwin-3wzhr5 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .ozwin-3wzhr5 {
    padding: 80px;
  }
}

.ozwin-iggjzk {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .ozwin-iggjzk {
    padding: 0 16px;
}


}

.ozwin-thmkrt {
  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) {
  .ozwin-thmkrt {
    font-size: 48px;
    line-height: 56px;
  }
}

.ozwin-3lwaam {
  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) {
  .ozwin-3lwaam {
    font-size: 24px;
    line-height: 32px;
  }
}

.ozwin-91qz9h {
  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;
}

.ozwin-91qz9h:hover {
  background: var(--button-bg-hover);
}

.ozwin-2tgdux {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.ozwin-2tgdux img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .ozwin-2tgdux img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .ozwin-2tgdux img {
  min-height: 100%;
  }
}

.ozwin-3wzhr5::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.ozwin-eytr8f {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ozwin-eytr8f h1,
.ozwin-eytr8f h2,
.ozwin-eytr8f h3,
.ozwin-eytr8f h4 {
  margin-bottom: 6px;
}

.ozwin-eytr8f h1:not(:first-child),
.ozwin-eytr8f h2:not(:first-child),
.ozwin-eytr8f h3:not(:first-child),
.ozwin-eytr8f h4:not(:first-child) {
  margin-top: 16px;
}

.ozwin-eytr8f h1,
.ozwin-eytr8f h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .ozwin-eytr8f h1,
  .ozwin-eytr8f h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.ozwin-eytr8f h2,
.ozwin-eytr8f h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .ozwin-eytr8f h2,
  .ozwin-eytr8f h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.ozwin-eytr8f h3,
.ozwin-eytr8f h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .ozwin-eytr8f h3,
  .ozwin-eytr8f h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.ozwin-eytr8f h4,
.ozwin-eytr8f h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.ozwin-eytr8f ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.ozwin-eytr8f ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.ozwin-eytr8f 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);
}

.ozwin-eytr8f ul ul {
  margin-bottom: 8px;
}

.ozwin-eytr8f ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.ozwin-eytr8f ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.ozwin-eytr8f ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.ozwin-eytr8f ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.ozwin-eytr8f ol li::marker {
  font-weight: 700;
}

.ozwin-eytr8f ol ol {
  margin-bottom: 8px;
}

.ozwin-eytr8f ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.ozwin-eytr8f ol ul li {
  padding-left: 16px;
}

.ozwin-eytr8f 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) {
  .ozwin-eytr8f table {
    padding: 24px;
  }
}

.ozwin-eytr8f table.ozwin-x5rh3h {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.ozwin-gdi5jc,
    mask-image 0.3s;
}

.ozwin-eytr8f table.ozwin-x5rh3h.ozwin-b0q3wp {
  -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) {
  .ozwin-eytr8f table {
    display: table;
  }
}

.ozwin-eytr8f 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);
}

.ozwin-eytr8f table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.ozwin-eytr8f table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.ozwin-eytr8f 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) {
  .ozwin-eytr8f table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.ozwin-eytr8f table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.ozwin-eytr8f table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.ozwin-eytr8f table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.ozwin-eytr8f img {
  max-width: 100%;
  height: auto;
}

.ozwin-v64e21 {
  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) {
  .ozwin-v64e21 {
    padding: 24px;
  }
}

.ozwin-ttkddn {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .ozwin-ttkddn {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.ozwin-ttkddn > * {
  margin: 0 !important;
}

.ozwin-ttkddn img,
.ozwin-bis2ho {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .ozwin-ttkddn img,
  .ozwin-bis2ho {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.ozwin-2bk2o6 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ozwin-2bk2o6 {
    width: 32px;
    height: 32px;
  }
}

.ozwin-lzeff0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.ozwin-lzeff0 .ozwin-xsxr3i {
  flex-shrink: 0;
}

.ozwin-lzeff0 .ozwin-17co85 svg {
  display: none;
}

.ozwin-h1iklb {
  display: grid;
  transition: max-height 0.ozwin-gdi5jc ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .ozwin-h1iklb {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .ozwin-h1iklb {
    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));
  }
}

.ozwin-h1iklb.ozwin-tjfx0r + .ozwin-xsxr3i svg {
  transform: rotate(180deg);
}

.ozwin-hhjwrk {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.ozwin-hhjwrk > div:nth-child(3n) {
  grid-column: span 2;
}

.ozwin-hhjwrk
  > div:nth-child(3n)
  .ozwin-aljl62
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .ozwin-hhjwrk {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .ozwin-hhjwrk > div:nth-child(3n) {
    grid-column: unset;
  }

  .ozwin-hhjwrk
    > div:nth-child(3n)
    .ozwin-aljl62
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .ozwin-hhjwrk {
    max-width: 270px;
  }
}

.ozwin-hhjwrk .ozwin-aljl62 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .ozwin-hhjwrk .ozwin-aljl62 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .ozwin-hhjwrk .ozwin-aljl62 button {
    max-width: 104px;
  }
}

.ozwin-apjxrb {
  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) {
  .ozwin-apjxrb {
    margin-bottom: 0;
  }
}

.ozwin-ct6pbj {
  display: none;
  opacity: 0;
}

.ozwin-obz451 {
  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;
  }
}

.ozwin-obz451 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.ozwin-aljl62 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.ozwin-aljl62 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .ozwin-aljl62
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .ozwin-aljl62
    button {
    max-width: 145px;
  }
}

.ozwin-ba5wsm:first-child
  .ozwin-aljl62
  button {
  max-width: 270px;
}

.ozwin-dy3rj2 {
  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%;
}

.ozwin-apjxrb picture {
  width: 100%;
  max-width: 100%;
}

.ozwin-mkbagu {
  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;
}

.ozwin-mkbagu svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.ozwin-apjxrb:hover .ozwin-mkbagu {
  display: flex;
}

.ozwin-f3vyow {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.ozwin-nwd1j3 {
  display: flex;
}

.ozwin-nwd1j3:hover .ozwin-mnttsp,
.ozwin-nwd1j3 .ozwin-seecec .ozwin-mnttsp {
  display: flex;
}

.ozwin-nwd1j3 svg {
  flex-shrink: 0;
}

.ozwin-mnttsp {
  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) {
  .ozwin-mnttsp {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.ozwin-mnttsp:hover {
  display: flex;
}

.ozwin-mnttsp svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.ozwin-e65dl1 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .ozwin-e65dl1 {
    font-size: 12px;
  }
}

.ozwin-8vsamw,
.ozwin-rbkgfg {
  width: 50%;
  flex-shrink: 0;
}

.ozwin-8vsamw {
  font-weight: 700;
}

.ozwin-xt55xy .ozwin-h1iklb {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .ozwin-xt55xy .ozwin-h1iklb {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .ozwin-xt55xy .ozwin-h1iklb {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.ozwin-xt55xy
  .ozwin-dy3rj2:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.ozwin-xt55xy .ozwin-obz451 {
  height: 100% !important;
  border-radius: 16px;
}

.ozwin-xt55xy .ozwin-aljl62 {
  gap: 4px;
  align-items: center;
}

.ozwin-xt55xy .ozwin-aljl62 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ozwin-xt55xy .ozwin-aljl62 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.ozwin-xt55xy .ozwin-arqwoh,
.ozwin-xt55xy .ozwin-pgxfpi {
  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.ozwin-pi8erm.org/2000/svg'%3E%3Cpath d='M9.ozwin-losh6k 4.ozwin-rxreqd.ozwin-nzk4hb 5.ozwin-xevgry.ozwin-bn336u 5.ozwin-bw578v.ozwin-u6vd2u 5.ozwin-3gls2c.ozwin-q9gj73 8.ozwin-qx3nl3.ozwin-788qna 9.ozwin-wlzd4l.ozwin-6laq9e 9.ozwin-wrhcib.ozwin-t4icn6 13.ozwin-ebhv60.ozwin-imqb9g 11.ozwin-197xa5.ozwin-7ji8ev 11.ozwin-wmtunb.ozwin-d8qwdl 11.ozwin-2ylyk8.ozwin-ahshfg 13.ozwin-b57kh1.ozwin-84onh0 9.ozwin-ajddsa.ozwin-m46kse 9.ozwin-of8kdy.ozwin-8zserb 8.ozwin-po5ohv.ozwin-tal7e4 5.ozwin-aj82k2.ozwin-esmqcp 5.ozwin-agteop.ozwin-7m4gwt 5.ozwin-3ethem.ozwin-dctg42 4.ozwin-ahjphb.ozwin-7ji8ev 1.ozwin-0wre3n.ozwin-losh6k 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.ozwin-xt55xy .ozwin-arqwoh {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.ozwin-xt55xy .ozwin-pgxfpi {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.ozwin-rhrma6 {
  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) {
  .ozwin-rhrma6 {
    padding: 24px;
  }
}

.ozwin-rhrma6 .ozwin-xsxr3i {
  display: flex;
}

@media (min-width: 768px) {
  .ozwin-rhrma6 .ozwin-xsxr3i {
    display: none;
  }
}

.ozwin-rhrma6 .ozwin-17co85 svg {
  display: none;
}

.ozwin-6r239z {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ozwin-6r239z .ozwin-8xt8fr {
  display: none;
}

@media (min-width: 768px) {
  .ozwin-6r239z .ozwin-8xt8fr {
    display: flex;
  }
}

.ozwin-4ayfw1 {
  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) {
  .ozwin-4ayfw1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.ozwin-4ayfw1 > * {
  margin: 0 !important;
}

.ozwin-4ayfw1 img,
.ozwin-xog985 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .ozwin-4ayfw1 img,
  .ozwin-xog985 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.ozwin-mlnheh {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ozwin-mlnheh {
    width: 32px;
    height: 32px;
  }
}

.ozwin-0rqxm9 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .ozwin-0rqxm9 {
    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;
  }

  .ozwin-0rqxm9::-webkit-scrollbar {
    display: none;
  }
}

.ozwin-okrdac {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .ozwin-okrdac {
    padding: 7px 15px;
  }
}

.ozwin-okrdac:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.ozwin-5fml9i {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .ozwin-5fml9i {
    display: flex;
    opacity: 1;
  }
}

.ozwin-okrdac picture {
  height: 100%;
  display: block;
}

.ozwin-okrdac img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .ozwin-okrdac img {
    width: 88px;
    height: 44px;
  }
}

.ozwin-okrdac p {
  text-align: center;
  width: 100%;
}

.ozwin-c937cc {
  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) {
  .ozwin-c937cc {
    font-size: 40px;
    line-height: 48px;
  }
}

.ozwin-c937cc img,
.ozwin-dyz0zr {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .ozwin-c937cc img,
  .ozwin-dyz0zr {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.ozwin-z3rbma {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ozwin-z3rbma {
    width: 32px;
    height: 32px;
  }
}

.ozwin-6f3ucw {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.ozwin-jgvhab {
  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;
}

.ozwin-kgswxu {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.ozwin-kgswxu.ozwin-seecec {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.ozwin-udnegc {
  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) {
  .ozwin-udnegc {
    font-size: 20px;
    line-height: 28px;
  }
}

.ozwin-ton0jp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.ozwin-i2ll3x {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.ozwin-gdi5jc ease;
  opacity: 0;
  color: var(--text-color);
}

.ozwin-e8ntm5 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.ozwin-e8ntm5 ol,
.ozwin-e8ntm5 ul {
  padding-left: 1.3em;
}

.ozwin-kgswxu.ozwin-seecec .ozwin-i2ll3x {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.ozwin-kgswxu.ozwin-seecec .ozwin-ton0jp {
  transform: rotate(180deg);
  color: var(--text-color);
}

.ozwin-qo7wnv {
  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) {
  .ozwin-qo7wnv {
    padding: 24px;
  }
}

.ozwin-qo7wnv .ozwin-xsxr3i {
  display: flex;
}

@media (min-width: 768px) {
  .ozwin-qo7wnv .ozwin-xsxr3i {
    display: none;
  }
}

.ozwin-qo7wnv .ozwin-17co85 svg {
  display: none;
}

.ozwin-5ohmup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ozwin-5ohmup .ozwin-8xt8fr {
  display: none;
}

@media (min-width: 768px) {
  .ozwin-5ohmup .ozwin-8xt8fr {
    display: flex;
  }
}

.ozwin-f1nor8 {
  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) {
  .ozwin-f1nor8 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.ozwin-f1nor8 > * {
  margin: 0 !important;
}

.ozwin-f1nor8 img,
.ozwin-q3wfh4 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .ozwin-f1nor8 img,
  .ozwin-q3wfh4 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.ozwin-1jdbpf {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .ozwin-1jdbpf {
    width: 32px;
    height: 32px;
  }
}

.ozwin-xwxlbo {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .ozwin-xwxlbo {
    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;
  }

  .ozwin-xwxlbo::-webkit-scrollbar {
    display: none;
  }
}

.ozwin-1shx9s {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.ozwin-1shx9s:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.ozwin-huc8tv {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .ozwin-huc8tv {
    display: flex;
    opacity: 1;
  }
}

.ozwin-1shx9s picture {
  width: auto;
  height: 100%;
  display: block;
}

.ozwin-1shx9s picture img {
  display: block;
  width: auto;
  height: 100%;
}

.ozwin-staqzx {
  margin: -24px 0;
}

.ozwin-staqzx:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .ozwin-staqzx {
    margin: -16px 0;
  }
}

.ozwin-auq04n {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .ozwin-auq04n {
    flex-direction: row;
  }
}

.ozwin-58szid {
  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) {
  .ozwin-58szid {
    flex: 1;
  }
}

.ozwin-58szid::placeholder {
  color: var(--Text-400);
}

.ozwin-sh7pb7 {
  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;
}

.ozwin-mfm9em {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.ozwin-mfm9em::-webkit-scrollbar {
  display: none;
}

.ozwin-mrragd {
  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;
}

.ozwin-mrragd img,
.ozwin-mrragd svg {
  margin-right: 8px;
}

.ozwin-afgrip {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.ozwin-staqzx + .ozwin-pfyrkf {
  margin-top: 0;
}

@media (min-width: 768px) {
  .ozwin-staqzx + .ozwin-pfyrkf {
    margin-top: -16px;
  }
}

.ozwin-ggruds {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.ozwin-ggruds > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.ozwin-ggruds > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.ozwin-d2q2ow {
  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;
}

.ozwin-mrrqn8 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.ozwin-ibnabn {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.ozwin-y5xsed {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.ozwin-oekfrg {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.ozwin-d2q2ow 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;
}

.ozwin-d2q2ow 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) {
  .ozwin-d2q2ow {
    padding: 39px 179px 39px 39px;
  }

  .ozwin-mrrqn8 {
    font-size: 40px;
    line-height: 48px;
  }

  .ozwin-oekfrg {
    height: 348px;
  }

  .ozwin-d2q2ow button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .ozwin-d2q2ow button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .ozwin-d2q2ow {
    padding: 63px;
  }
}

.ozwin-pqpyi9 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .ozwin-pqpyi9 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.ozwin-g3ahwk {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .ozwin-g3ahwk {
    width: auto;
  }
}

.ozwin-n4p31v {
  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;
}

.ozwin-n4p31v::-webkit-scrollbar {
  display: none;
}

.ozwin-n4p31v 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);
}

.ozwin-n4p31v a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .ozwin-n4p31v {
    margin-left: 16px;
    margin-top: 0;
  }
}

.ozwin-pqpyi9 .ozwin-1mtl5k {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.ozwin-gdi5jc,
    mask-image 0.3s;
}

.ozwin-pqpyi9 .ozwin-1mtl5k.ozwin-b0q3wp {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.ozwin-d6ovgi {
  margin: 40px -16px;
}

.ozwin-kf88uz + .ozwin-tpc014,
.ozwin-kf88uz + .ozwin-vgnp0s {
  margin-top: 24px;
}

.ozwin-zrche2 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.ozwin-zrche2 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.ozwin-awzgnx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .ozwin-awzgnx {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .ozwin-awzgnx {
    margin-top: 0;
  }
}

.ozwin-cwxarx {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .ozwin-cwxarx {
    font-size: 24px;
    line-height: 32px;
  }
}

.ozwin-6ns04u {
  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) {
  .ozwin-6ns04u {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.ozwin-dtar4s {
  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) {
  .ozwin-dtar4s {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.ozwin-i7mmb6 {
  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) {
  .ozwin-i7mmb6 {
    font-size: 20px;
    line-height: 28px;
  }
}

.ozwin-cfgw84 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .ozwin-cfgw84 {
    font-size: 32px;
    line-height: 40px;
  }
}

.ozwin-jl56e5 {
  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;
}

.ozwin-r7yfg0 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.ozwin-r7yfg0 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ozwin-pfyrkf {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.ozwin-0rk8y8 {
  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) {
  .ozwin-0rk8y8 {
    padding: 15px 48px;
  }
}

main > .ozwin-pfyrkf {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .ozwin-h1iklb.ozwin-vbs7s5 > div:nth-child(n+5) {
    display: none;
  }
}

.ozwin-eytr8f p a img {
  display: block;
  margin: 0 auto;
}


.ozwin-67zqpq {
  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 */
.ozwin-l55qe4 {
  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;
}

.ozwin-l55qe4 label {
  font-size: 14px;
}

.ozwin-l55qe4 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.ozwin-l55qe4 input,
.ozwin-l55qe4 textarea,
.ozwin-l55qe4 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;
}
.ozwin-l55qe4 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.ozwin-3jorf2 ease;
}
.ozwin-l55qe4 button:hover {
  background-color: var(--button-bg-hover);
}
.ozwin-0ksl7q {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.ozwin-882xf4 ease-in;
}

.ozwin-0ksl7q 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;
}
.ozwin-2s4ut3, .ozwin-nc3oie, [class*="review-card"],
thead, thead th, table th, .ozwin-f5rpxv,
.ozwin-yvts4c, [class*="collapsible-header"],
.ozwin-l0j08r, [class*="updated-block"] {
  color: #ece7dc !important;
}
