* {
  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;
  }
}

.slotuna-sme222 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .slotuna-sme222 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .slotuna-sme222 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.slotuna-e51o85 {
  overflow: hidden;
}

.slotuna-282kvs img {
  background: var(--Neutral-300);
}

.slotuna-0ptpau {
  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;
}

.slotuna-7ew884 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.slotuna-7ew884:hover {
  background: var(--button-bg-hover);
}

.slotuna-n60avo {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.slotuna-n60avo:hover {
  background: var(--button-bg-hover);
}

.slotuna-zrmuji {
  font-size: 12px;
  line-height: 18px;
}

.slotuna-fspz4y {
  font-size: 18px;
  line-height: 26px;
}

.slotuna-wleiwz {
  width: 100%;
}

.slotuna-7fipfd {
  padding: 6px 16px;
}

.slotuna-8vils0 {
  padding: 10px 16px;
}

.slotuna-frl56u {
  padding: 15px 26px;
}

.slotuna-bh00x2 {
  flex-shrink: 0;
}

.slotuna-iz1smj {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.slotuna-63kxy1 {
  display: none;
}

.slotuna-b3311f {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.slotuna-cwm6e9 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.slotuna-o29adr {
  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;
}

.slotuna-tmikds {
  cursor: grab;
}

.slotuna-o29adr::-webkit-scrollbar {
  display: none;
}

.slotuna-0akya4 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.slotuna-m04j9v {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.slotuna-lfhci2 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.slotuna-zo8u7o {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.slotuna-j04xss {
  visibility: visible;
}

.slotuna-ca1ssj {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.slotuna-0vlwyy ease;
}

.slotuna-er65h0 {
  background-color: var(--Primary-200);
  width: 16px;
}

.slotuna-3uyiet {
  -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.slotuna-0vlwyy,
    mask-image 0.3s;
}

.slotuna-3uyiet.slotuna-tg9urc {
  -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;
  }
}

.slotuna-7d515s: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;
}

.slotuna-8rsj69 {
  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.slotuna-656bte.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.slotuna-656bte.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;
}

.slotuna-w7lflm {
  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);
}

.slotuna-w7lflm::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%
  );
}

.slotuna-nlpqjs {
  position: relative;
  z-index: 1;
}

.slotuna-t60xka {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.slotuna-1fju13 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.slotuna-n2ko5e {
  font-size: 40px;
  line-height: 48px;
}

.slotuna-8srvr1 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.slotuna-ac8j9v {
  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;
}

.slotuna-ac8j9v:hover {
  background: var(--Primary-400);
}

.slotuna-ac8j9v svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.slotuna-7d515s 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) {
  .slotuna-w7lflm {
    max-width: 600px;
    padding: 64px;
  }

  .slotuna-t60xka {
    font-size: 24px;
    line-height: 32px;
  }

  .slotuna-1fju13 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .slotuna-n2ko5e {
    font-size: 50px;
    line-height: 56px;
  }

  .slotuna-8srvr1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .slotuna-8rsj69 {
    top: 25px;
    right: 25px;
  }
}

.slotuna-fu5xty,
.slotuna-qiatfk {
  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;
}

.slotuna-7ls3sd.slotuna-26bjzl::before,
.slotuna-qiatfk::before,
.slotuna-4b8ny8::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.slotuna-656bte.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.slotuna-xm9oom 14.slotuna-uz4p95.slotuna-zadsb8 14.slotuna-6k6bmp 15.slotuna-gtpyxe 14.slotuna-6dy1lx 15.slotuna-e2aeb0 14.slotuna-u2krk0.slotuna-rd58az 14.slotuna-q81e9h 19.slotuna-6hj8ty 12.slotuna-rqe9nb 19.slotuna-6hj8ty 10.slotuna-h1eqya.slotuna-6hj8ty 8.slotuna-6ea5bm 17.slotuna-k3lren 7.slotuna-h2lhep 15.slotuna-45xf0f 7.slotuna-do9yku.slotuna-r42ypp 7.slotuna-h2lhep 11.slotuna-csjysv 8.slotuna-6ea5bm 11.slotuna-csjysv 10.slotuna-oir5sd.slotuna-csjysv 12.slotuna-qfhh2p 13.slotuna-hf2n3i 14.slotuna-un24lc 15.slotuna-yygplq 14.slotuna-lod40y.slotuna-jow8zz 14.slotuna-3csgyq 15.slotuna-xde8cv 14.slotuna-dtu9wi 15.slotuna-6rwbyt 14.slotuna-uz3kol.slotuna-xm9oom 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.slotuna-gxtob9 15.slotuna-jzzl26.slotuna-fgig6w 15.slotuna-tieol9 15.slotuna-lmtknk 15.slotuna-itay4n 15.slotuna-p5ei1r 15.slotuna-y1xe55.slotuna-c97gqs 15.slotuna-itay4n 15.slotuna-vukk8b 15.slotuna-qfl8z7 15.slotuna-kmwoqz 15.slotuna-0v6p8r.slotuna-j8tvcm 15.slotuna-iqigt4 7.slotuna-y6brpa 18.slotuna-z9ey8o 7.slotuna-rb8k6o 23.slotuna-jkzrul.slotuna-rjc0yw.slotuna-qjvnfc 18.slotuna-1w5uxa 19.slotuna-h2f4h0 15.slotuna-3773nx 15.slotuna-gxtob9 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.slotuna-o7l268 [type="submit"] *,
.slotuna-z5c6fl button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .slotuna-bkf47l {
    display: none;
  }
}

.slotuna-5ne378 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .slotuna-5ne378 {
  display: none;
}

@media (min-width: 768px) {
  .slotuna-5ne378 {
    bottom: 22px;
  }
}

.slotuna-5ne378 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .slotuna-5ne378 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.slotuna-dcre94.static) .slotuna-5ne378 {
    bottom: 8px;
  }
}

.slotuna-qie3ti {
  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.slotuna-656bte.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.slotuna-iq5lwv 3.slotuna-31rs39.slotuna-c1h56f.slotuna-q53h80 3.slotuna-ax5671 3.slotuna-9gh3xq 5.slotuna-pwei6g 3.slotuna-9gh3xq 8.slotuna-jfi0s2.slotuna-nuu0wj.slotuna-9gh3xq 26.slotuna-rh2hbq 5.slotuna-4jmc0y 28.slotuna-kxcivt 8.slotuna-o11vw8 28.slotuna-trd58a.slotuna-nk5dxs 28.slotuna-1a33v3.slotuna-u3fj6d 34.slotuna-togaea.slotuna-mmjwzg 36.slotuna-bt50v3 11.slotuna-tq3b7j 37.slotuna-g02ugj 12.slotuna-q1rhz7 36.slotuna-o56qzr.slotuna-gu5fwo 28.slotuna-we5gn4.slotuna-gwn4ga.slotuna-51mtg3 28.slotuna-8e3hux 36.slotuna-5w59c7 26.slotuna-xiszm9 36.slotuna-5w59c7 23.slotuna-zehb6w.slotuna-kafflc.slotuna-5w59c7 5.slotuna-h3seqb 34.slotuna-al95m8 3.slotuna-ax5671 31.slotuna-iq5lwv 3.slotuna-5evr2w.slotuna-0qqb5k 18.slotuna-3jiy1y.slotuna-ooolr5 18.slotuna-wkqzi6 8.slotuna-poqq4c 17.slotuna-8sdtyd 8.slotuna-poqq4c 15.slotuna-cfbx8m.slotuna-poqq4c 14.slotuna-8qkmot 9.slotuna-ooolr5 13.slotuna-izjapx 11.slotuna-0qqb5k 13.slotuna-eqt3nt.slotuna-jybuh8 13.slotuna-izjapx 13.slotuna-me7zkm 14.slotuna-8qkmot 13.slotuna-me7zkm 15.slotuna-1dcpgf.slotuna-me7zkm 17.slotuna-8sdtyd 12.slotuna-jybuh8 18.slotuna-wkqzi6 11.slotuna-0qqb5k 18.slotuna-uhm9x3.slotuna-hi9r7x 18.slotuna-1b8hs5.slotuna-d0cvue 18.slotuna-wkqzi6 17.slotuna-3aw3n0 17.slotuna-8sdtyd 17.slotuna-3aw3n0 15.slotuna-5te15b.slotuna-3aw3n0 14.slotuna-8qkmot 18.slotuna-d0cvue 13.slotuna-izjapx 20.slotuna-hi9r7x 13.slotuna-zo09mf.slotuna-air7ym 13.slotuna-izjapx 22.slotuna-2t5psm 14.slotuna-8qkmot 22.slotuna-2t5psm 15.slotuna-mmypun.slotuna-bdu690 17.slotuna-8sdtyd 21.slotuna-air7ym 18.slotuna-wkqzi6 20.slotuna-hi9r7x 18.slotuna-juo7r6.slotuna-wpmjt7 18.slotuna-fvy0g0.slotuna-arp1o7 18.slotuna-wkqzi6 26.slotuna-mcajdu 17.slotuna-8sdtyd 26.slotuna-mcajdu 15.slotuna-889d8f.slotuna-mcajdu 14.slotuna-8qkmot 27.slotuna-arp1o7 13.slotuna-izjapx 28.slotuna-wpmjt7 13.slotuna-dmrrxf.slotuna-vapkag 13.slotuna-izjapx 31.slotuna-n0a84d 14.slotuna-8qkmot 31.slotuna-n0a84d 15.slotuna-4ttfum.slotuna-mcajdu 17.slotuna-8sdtyd 30.slotuna-vapkag 18.slotuna-wkqzi6 28.slotuna-wpmjt7 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"])
    .slotuna-qie3ti {
    display: none;
  }
}

.slotuna-l6i8lg {
  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) {
  .slotuna-l6i8lg {
    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;
}

.slotuna-z5c6fl {
  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) {
  .slotuna-z5c6fl {
    padding: 14px 16px;
  }
}

.slotuna-z5c6fl button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.slotuna-z5c6fl button:first-child {
  align-content: end;
}

.slotuna-z5c6fl button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .slotuna-z5c6fl
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .slotuna-z5c6fl
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.slotuna-z5c6fl button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.slotuna-z5c6fl button:last-child svg {
  width: 38px;
  height: 38px;
}

.slotuna-4b8ny8 {
  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;
}

.slotuna-4b8ny8::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .slotuna-4b8ny8,
.pc61d126-chatbot[data-active-screen="3"]
  .slotuna-4b8ny8 {
  opacity: 1;
  visibility: visible;
}

.slotuna-cz4v7f {
  flex: 1 1;
}

.slotuna-w9cgly {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .slotuna-w9cgly {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .slotuna-y9hk2y {
  display: block;
}

.slotuna-kdj7j5 {
  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) {
  .slotuna-kdj7j5 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.slotuna-qiatfk {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.slotuna-qiatfk::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.slotuna-hwim4p span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.slotuna-hwim4p p {
  color: var(--Text-100);
}

.slotuna-qiatfk .slotuna-2f97qr {
  grid-area: button;
}

.slotuna-qiatfk .slotuna-2f97qr::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.slotuna-656bte.org/2000/svg'%3E%3Cpath d='M4.slotuna-1ehja1 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.slotuna-lv95kz 15L16.slotuna-lv95kz 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.slotuna-lv95kz 5L16.slotuna-lv95kz 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .slotuna-3qbrju {
  display: block;
}

.slotuna-ndsb05 {
  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) {
  .slotuna-ndsb05 {
    margin-top: 40px;
  }
}

.slotuna-fu5xty label,
.slotuna-fu5xty input {
  display: block;
  width: 100%;
}

.slotuna-fu5xty label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.slotuna-fu5xty label.slotuna-a4q6x9 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.slotuna-fu5xty label.slotuna-a4q6x9::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;
}

.slotuna-fu5xty 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;
}

.slotuna-fu5xty input::placeholder {
  color: var(--Text-400);
}

.slotuna-plkwki {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .slotuna-plkwki {
  display: flex;
}

.slotuna-plkwki ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .slotuna-plkwki ol {
    height: 420px;
    padding: 24px;
  }
}

.slotuna-plkwki ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.slotuna-o7l268 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .slotuna-o7l268 {
    padding: 0 24px 24px;
  }
}

.slotuna-o7l268 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;
}

.slotuna-o7l268 input::placeholder {
  color: var(--Text-400);
}

.slotuna-o7l268 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.slotuna-o7l268 [type="submit"]:disabled {
  opacity: 0.5;
}

.slotuna-o7l268 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .slotuna-o7l268 [type="submit"] {
    right: 40px;
  }
}

.slotuna-7ls3sd {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.slotuna-7ls3sd.slotuna-26bjzl {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.slotuna-7ls3sd.slotuna-26bjzl::before {
  content: "";
  width: 31px;
}

.slotuna-7ls3sd.slotuna-26bjzl p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.slotuna-7ls3sd.slotuna-r6el7m p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.slotuna-7ls3sd p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.slotuna-5ne378 .slotuna-2f97qr {
  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;
  }
}

.slotuna-bkf47l {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .slotuna-bkf47l {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .slotuna-bkf47l {
    padding: 18px 0;
  }
}

.slotuna-bkf47l .slotuna-sme222 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .slotuna-bkf47l .slotuna-sme222 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.slotuna-snvy04 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .slotuna-snvy04 {
    max-width: 160px;
    height: 40px;
  }
}

.slotuna-snvy04 picture,
.slotuna-snvy04 img {
  display: block;
  width: 100%;
  height: 100%;
}

.slotuna-snvy04 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .slotuna-udqfag {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.slotuna-0vlwyy ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .slotuna-bkf47l.slotuna-bnlxwv .slotuna-udqfag {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .slotuna-udqfag {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .slotuna-udqfag {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.slotuna-j964fu,
.slotuna-b7u9rb {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .slotuna-j964fu,
  .slotuna-b7u9rb {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .slotuna-b7u9rb {
    display: none;
  }
}

.slotuna-k2f6et {
  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;
}

.slotuna-bnlxwv .slotuna-k2f6et {
  background: var(--fh-bg-color);
}

.slotuna-k2f6et button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .slotuna-k2f6et {
    display: none;
  }
}

.slotuna-nfzfrw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .slotuna-nfzfrw {
    display: none;
  }
}

.slotuna-lfyt6h {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.slotuna-bkf47l.slotuna-bnlxwv .slotuna-lfyt6h:first-child {
  display: none;
}

.slotuna-bkf47l.slotuna-bnlxwv .slotuna-lfyt6h:last-child {
  display: block;
}

.slotuna-lfyt6h:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .slotuna-lfyt6h {
    display: none;
  }
}

.slotuna-f4t5dw {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .slotuna-f4t5dw {
    display: flex;
  }
}

.slotuna-f4t5dw ul {
  max-height: 350px;
  overflow-y: auto;
}

.slotuna-f4t5dw:hover ul {
  visibility: visible;
  opacity: 1;
}

.slotuna-f4t5dw:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.slotuna-f4t5dw:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.slotuna-f4t5dw:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.slotuna-f4t5dw:hover .slotuna-yz07dz svg {
  transform: rotate(180deg);
}

.slotuna-qklm4l {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.slotuna-xb9pc6 {
  padding: 0 8px;
}

.slotuna-q7k2lw {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.slotuna-q7k2lw:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .slotuna-q7k2lw {
    padding: 4px 8px;
  }
}

.slotuna-ol1t3h {
  display: flex;
}

.slotuna-ol1t3h img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.slotuna-yz07dz {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.slotuna-yz07dz svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.slotuna-k25caz {
  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) {
  .slotuna-k25caz {
    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;
  }
}

.slotuna-22scye {
  width: 100%;
}

@media (min-width: 1200px) {
  .slotuna-22scye {
    display: none;
  }
}

.slotuna-a27g05 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.slotuna-qjxmb2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.slotuna-qs9wd1 {
  display: flex;
}

.slotuna-9x30eu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.slotuna-gemclb {
  list-style: none;
}

@media (max-width: 1199px) {
  .slotuna-gemclb {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .slotuna-gemclb {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .slotuna-gemclb .slotuna-iga3z9 [data-ref-el],
  .slotuna-gemclb .slotuna-iga3z9 span,
  .slotuna-gemclb .slotuna-iga3z9 a {
    white-space: nowrap;
  }
}

.slotuna-g0i5ny {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .slotuna-g0i5ny.slotuna-ldvvyt > .slotuna-iga3z9 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .slotuna-g0i5ny.slotuna-3r0gdk:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .slotuna-g0i5ny.slotuna-ldvvyt > .slotuna-kjnq2z {
    height: auto;
  }

  .slotuna-g0i5ny.slotuna-ldvvyt > div > .slotuna-1z0wky {
    transform: rotate(180deg);
  }
}

.slotuna-g0i5ny [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.slotuna-g0i5ny [data-ref-el],
.slotuna-g0i5ny span {
  cursor: pointer;
}

.slotuna-g0i5ny [data-ref-el],
.slotuna-g0i5ny span,
.slotuna-g0i5ny a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .slotuna-g0i5ny [data-ref-el],
  .slotuna-g0i5ny span,
  .slotuna-g0i5ny a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .slotuna-g0i5ny [data-ref-el],
  .slotuna-g0i5ny span,
  .slotuna-g0i5ny a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.slotuna-kjnq2z {
  height: 0;
  overflow: hidden;
  transition: height 0.slotuna-0vlwyy ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.slotuna-kjnq2z::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.slotuna-kjnq2z::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.slotuna-kjnq2z::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .slotuna-kjnq2z {
    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;
  }

  .slotuna-kjnq2z:has(> .slotuna-g0i5ny.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .slotuna-kjnq2z .slotuna-kjnq2z {
    padding: 0;
  }

  .slotuna-kjnq2z .slotuna-g0i5ny {
    font-weight: 400;
  }

  .slotuna-kjnq2z .slotuna-g0i5ny:hover > .slotuna-iga3z9 {
    background: var(--Neutral-300);
  }

  .slotuna-kjnq2z .slotuna-1z0wky {
    rotate: -90deg;
  }
}

.slotuna-iga3z9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .slotuna-iga3z9 {
    padding: 8px;
  }

  .slotuna-g0i5ny.slotuna-11e11e > .slotuna-iga3z9 {
    background: var(--Neutral-300);
  }
}

.slotuna-1z0wky {
  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.slotuna-656bte.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.slotuna-tsptnk 0.slotuna-dr26fn.slotuna-imhh3y -0.slotuna-e0awux 0.slotuna-ws5nha -0.slotuna-e0awux 1.slotuna-jvtujx 0.slotuna-5yxpn1.slotuna-23vuzv 4.slotuna-998oad.slotuna-tsptnk 0.slotuna-zfu58v.slotuna-f2extx -0.slotuna-e0awux 9.slotuna-ljcv68 -0.slotuna-e0awux 10.slotuna-vyoplr 0.slotuna-0soq8d.slotuna-f7rky7 0.slotuna-imhh3y 10.slotuna-f7rky7 0.slotuna-ws5nha 10.slotuna-vyoplr 1.slotuna-8oqs48.slotuna-mle42s 5.slotuna-vs7204.slotuna-c70pcc 6.slotuna-v3r8v2 5.slotuna-32rkuk 6.slotuna-v3r8v2 4.slotuna-sh12ad 5.slotuna-qbq2sl.slotuna-tsptnk 1.slotuna-3brhxx.slotuna-e0awux 0.slotuna-ws5nha -0.slotuna-e0awux 0.slotuna-imhh3y 0.slotuna-tsptnk 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.slotuna-0vlwyy ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .slotuna-1z0wky {
    cursor: default;
  }
}

.slotuna-7dyblm {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.slotuna-81giq8 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .slotuna-81giq8 {
    padding: 40px 4px;
  }
}

.slotuna-vt2vwe {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .slotuna-vt2vwe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.slotuna-wup90z {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .slotuna-wup90z {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.slotuna-wup90z ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.slotuna-wup90z [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.slotuna-wup90z [data-ref-el],
.slotuna-wup90z span,
.slotuna-wup90z a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.slotuna-a3nyri {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .slotuna-a3nyri {
    margin-bottom: 12px;
  }
}

.slotuna-wpb51u {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.slotuna-wpb51u img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .slotuna-wpb51u:last-child {
    margin-right: 0;
  }
}

.slotuna-uz6msb {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.slotuna-a3nyri:hover .slotuna-01jmas {
  visibility: visible;
  opacity: 1;
}

.slotuna-01jmas {
  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);
}

.slotuna-60dzak {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.slotuna-7g29ux {
  display: flex;
  margin: 6px;
}

.slotuna-7g29ux img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.slotuna-01jmas::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);
}

.slotuna-01jmas::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);
}

.slotuna-or0yl2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .slotuna-or0yl2 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.slotuna-k7uvp4 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .slotuna-k7uvp4 {
    margin-right: 32px;
  }
}

.slotuna-sawejp {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .slotuna-sawejp {
    margin-top: 0;
    width: 340px;
  }
}

.slotuna-sawejp a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.slotuna-oh89ge {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.slotuna-i1yv01 {
  position: relative;
}

@media (min-width: 768px) {
  .slotuna-i1yv01 {
    margin-top: 40px;
  }
}

.slotuna-i1yv01 + .slotuna-6abzkv,
.slotuna-i1yv01 + .slotuna-i1yv01 {
  margin-top: 24px;
}

.slotuna-p1k21q {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .slotuna-p1k21q {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .slotuna-p1k21q {
    padding: 80px;
  }
}

.slotuna-oqwzts {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .slotuna-oqwzts {
    padding: 0 16px;
}


}

.slotuna-1dlw0t {
  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) {
  .slotuna-1dlw0t {
    font-size: 48px;
    line-height: 56px;
  }
}

.slotuna-h3r0qd {
  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) {
  .slotuna-h3r0qd {
    font-size: 24px;
    line-height: 32px;
  }
}

.slotuna-8xljya {
  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;
}

.slotuna-8xljya:hover {
  background: var(--button-bg-hover);
}

.slotuna-q7v3vg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.slotuna-q7v3vg img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .slotuna-q7v3vg img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .slotuna-q7v3vg img {
  min-height: 100%;
  }
}

.slotuna-p1k21q::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.slotuna-qnvccj {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.slotuna-qnvccj h1,
.slotuna-qnvccj h2,
.slotuna-qnvccj h3,
.slotuna-qnvccj h4 {
  margin-bottom: 6px;
}

.slotuna-qnvccj h1:not(:first-child),
.slotuna-qnvccj h2:not(:first-child),
.slotuna-qnvccj h3:not(:first-child),
.slotuna-qnvccj h4:not(:first-child) {
  margin-top: 16px;
}

.slotuna-qnvccj h1,
.slotuna-qnvccj h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .slotuna-qnvccj h1,
  .slotuna-qnvccj h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.slotuna-qnvccj h2,
.slotuna-qnvccj h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .slotuna-qnvccj h2,
  .slotuna-qnvccj h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.slotuna-qnvccj h3,
.slotuna-qnvccj h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .slotuna-qnvccj h3,
  .slotuna-qnvccj h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.slotuna-qnvccj h4,
.slotuna-qnvccj h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.slotuna-qnvccj ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.slotuna-qnvccj ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.slotuna-qnvccj 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);
}

.slotuna-qnvccj ul ul {
  margin-bottom: 8px;
}

.slotuna-qnvccj ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.slotuna-qnvccj ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.slotuna-qnvccj ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.slotuna-qnvccj ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.slotuna-qnvccj ol li::marker {
  font-weight: 700;
}

.slotuna-qnvccj ol ol {
  margin-bottom: 8px;
}

.slotuna-qnvccj ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.slotuna-qnvccj ol ul li {
  padding-left: 16px;
}

.slotuna-qnvccj 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) {
  .slotuna-qnvccj table {
    padding: 24px;
  }
}

.slotuna-qnvccj table.slotuna-192hjg {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.slotuna-0vlwyy,
    mask-image 0.3s;
}

.slotuna-qnvccj table.slotuna-192hjg.slotuna-tg9urc {
  -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) {
  .slotuna-qnvccj table {
    display: table;
  }
}

.slotuna-qnvccj 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);
}

.slotuna-qnvccj table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.slotuna-qnvccj table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.slotuna-qnvccj 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) {
  .slotuna-qnvccj table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.slotuna-qnvccj table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.slotuna-qnvccj table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.slotuna-qnvccj table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.slotuna-qnvccj img {
  max-width: 100%;
  height: auto;
}

.slotuna-z0jcfd {
  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) {
  .slotuna-z0jcfd {
    padding: 24px;
  }
}

.slotuna-m4vepu {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .slotuna-m4vepu {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.slotuna-m4vepu > * {
  margin: 0 !important;
}

.slotuna-m4vepu img,
.slotuna-f9f56b {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slotuna-m4vepu img,
  .slotuna-f9f56b {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slotuna-tg7pvx {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slotuna-tg7pvx {
    width: 32px;
    height: 32px;
  }
}

.slotuna-xcglkp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.slotuna-xcglkp .slotuna-y007ch {
  flex-shrink: 0;
}

.slotuna-xcglkp .slotuna-lqxcuu svg {
  display: none;
}

.slotuna-ve0ux3 {
  display: grid;
  transition: max-height 0.slotuna-0vlwyy ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .slotuna-ve0ux3 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .slotuna-ve0ux3 {
    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));
  }
}

.slotuna-ve0ux3.slotuna-iqedcl + .slotuna-y007ch svg {
  transform: rotate(180deg);
}

.slotuna-ewv4fw {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.slotuna-ewv4fw > div:nth-child(3n) {
  grid-column: span 2;
}

.slotuna-ewv4fw
  > div:nth-child(3n)
  .slotuna-shndjw
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .slotuna-ewv4fw {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .slotuna-ewv4fw > div:nth-child(3n) {
    grid-column: unset;
  }

  .slotuna-ewv4fw
    > div:nth-child(3n)
    .slotuna-shndjw
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .slotuna-ewv4fw {
    max-width: 270px;
  }
}

.slotuna-ewv4fw .slotuna-shndjw button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .slotuna-ewv4fw .slotuna-shndjw button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .slotuna-ewv4fw .slotuna-shndjw button {
    max-width: 104px;
  }
}

.slotuna-eqdj28 {
  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) {
  .slotuna-eqdj28 {
    margin-bottom: 0;
  }
}

.slotuna-ocxh31 {
  display: none;
  opacity: 0;
}

.slotuna-4wnall {
  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;
  }
}

.slotuna-4wnall img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.slotuna-shndjw {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.slotuna-shndjw button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .slotuna-shndjw
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .slotuna-shndjw
    button {
    max-width: 145px;
  }
}

.slotuna-pa2p69:first-child
  .slotuna-shndjw
  button {
  max-width: 270px;
}

.slotuna-pymbvs {
  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%;
}

.slotuna-eqdj28 picture {
  width: 100%;
  max-width: 100%;
}

.slotuna-95nnn2 {
  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;
}

.slotuna-95nnn2 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.slotuna-eqdj28:hover .slotuna-95nnn2 {
  display: flex;
}

.slotuna-jwsd2b {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.slotuna-8hrzd5 {
  display: flex;
}

.slotuna-8hrzd5:hover .slotuna-sacfu7,
.slotuna-8hrzd5 .slotuna-11e11e .slotuna-sacfu7 {
  display: flex;
}

.slotuna-8hrzd5 svg {
  flex-shrink: 0;
}

.slotuna-sacfu7 {
  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) {
  .slotuna-sacfu7 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.slotuna-sacfu7:hover {
  display: flex;
}

.slotuna-sacfu7 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.slotuna-d1klip {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .slotuna-d1klip {
    font-size: 12px;
  }
}

.slotuna-keish4,
.slotuna-b4h7ox {
  width: 50%;
  flex-shrink: 0;
}

.slotuna-keish4 {
  font-weight: 700;
}

.slotuna-h8zqg8 .slotuna-ve0ux3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .slotuna-h8zqg8 .slotuna-ve0ux3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .slotuna-h8zqg8 .slotuna-ve0ux3 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.slotuna-h8zqg8
  .slotuna-pymbvs:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.slotuna-h8zqg8 .slotuna-4wnall {
  height: 100% !important;
  border-radius: 16px;
}

.slotuna-h8zqg8 .slotuna-shndjw {
  gap: 4px;
  align-items: center;
}

.slotuna-h8zqg8 .slotuna-shndjw button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slotuna-h8zqg8 .slotuna-shndjw svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.slotuna-h8zqg8 .slotuna-hehjtd,
.slotuna-h8zqg8 .slotuna-cis5e1 {
  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.slotuna-656bte.org/2000/svg'%3E%3Cpath d='M9.slotuna-2uh519 4.slotuna-9jxec9.slotuna-evvpre 5.slotuna-fifapv.slotuna-bn5lf7 5.slotuna-8lo3wc.slotuna-upj20s 5.slotuna-4pls07.slotuna-not3wy 8.slotuna-h744kf.slotuna-c5f83h 9.slotuna-75kzxv.slotuna-k8pd5h 9.slotuna-sxsn3z.slotuna-ehut1g 13.slotuna-d7fec7.slotuna-v99lm2 11.slotuna-vq6j8h.slotuna-suo11f 11.slotuna-3m8l7q.slotuna-e3v8av 11.slotuna-5t10lw.slotuna-3p07hi 13.slotuna-d6yucz.slotuna-78wr9q 9.slotuna-trryzt.slotuna-qcf1su 9.slotuna-dt9mh7.slotuna-9rhwik 8.slotuna-drez7v.slotuna-nvf75h 5.slotuna-zjbd1w.slotuna-7haubj 5.slotuna-oo9ohk.slotuna-1xkhyo 5.slotuna-r6p34q.slotuna-9f6tbc 4.slotuna-8fjng2.slotuna-suo11f 1.slotuna-x9jr08.slotuna-2uh519 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.slotuna-h8zqg8 .slotuna-hehjtd {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.slotuna-h8zqg8 .slotuna-cis5e1 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.slotuna-gvy9li {
  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) {
  .slotuna-gvy9li {
    padding: 24px;
  }
}

.slotuna-gvy9li .slotuna-y007ch {
  display: flex;
}

@media (min-width: 768px) {
  .slotuna-gvy9li .slotuna-y007ch {
    display: none;
  }
}

.slotuna-gvy9li .slotuna-lqxcuu svg {
  display: none;
}

.slotuna-htve0x {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.slotuna-htve0x .slotuna-0ptpau {
  display: none;
}

@media (min-width: 768px) {
  .slotuna-htve0x .slotuna-0ptpau {
    display: flex;
  }
}

.slotuna-wxs9oi {
  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) {
  .slotuna-wxs9oi {
    font-size: 40px;
    line-height: 48px;
  }
}

.slotuna-wxs9oi > * {
  margin: 0 !important;
}

.slotuna-wxs9oi img,
.slotuna-2xkt85 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slotuna-wxs9oi img,
  .slotuna-2xkt85 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slotuna-utuwc9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slotuna-utuwc9 {
    width: 32px;
    height: 32px;
  }
}

.slotuna-55rsby {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .slotuna-55rsby {
    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;
  }

  .slotuna-55rsby::-webkit-scrollbar {
    display: none;
  }
}

.slotuna-whemrv {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .slotuna-whemrv {
    padding: 7px 15px;
  }
}

.slotuna-whemrv:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.slotuna-qwjf1e {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .slotuna-qwjf1e {
    display: flex;
    opacity: 1;
  }
}

.slotuna-whemrv picture {
  height: 100%;
  display: block;
}

.slotuna-whemrv img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .slotuna-whemrv img {
    width: 88px;
    height: 44px;
  }
}

.slotuna-whemrv p {
  text-align: center;
  width: 100%;
}

.slotuna-n9pysk {
  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) {
  .slotuna-n9pysk {
    font-size: 40px;
    line-height: 48px;
  }
}

.slotuna-n9pysk img,
.slotuna-f4wzcw {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slotuna-n9pysk img,
  .slotuna-f4wzcw {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slotuna-hmgzcv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slotuna-hmgzcv {
    width: 32px;
    height: 32px;
  }
}

.slotuna-qnq4e4 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.slotuna-ri1e9g {
  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;
}

.slotuna-7p75t6 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.slotuna-7p75t6.slotuna-11e11e {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.slotuna-b4fdvq {
  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) {
  .slotuna-b4fdvq {
    font-size: 20px;
    line-height: 28px;
  }
}

.slotuna-471tl7 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.slotuna-htip5t {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.slotuna-0vlwyy ease;
  opacity: 0;
  color: var(--text-color);
}

.slotuna-dggg6w {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.slotuna-dggg6w ol,
.slotuna-dggg6w ul {
  padding-left: 1.3em;
}

.slotuna-7p75t6.slotuna-11e11e .slotuna-htip5t {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.slotuna-7p75t6.slotuna-11e11e .slotuna-471tl7 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.slotuna-2vogx1 {
  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) {
  .slotuna-2vogx1 {
    padding: 24px;
  }
}

.slotuna-2vogx1 .slotuna-y007ch {
  display: flex;
}

@media (min-width: 768px) {
  .slotuna-2vogx1 .slotuna-y007ch {
    display: none;
  }
}

.slotuna-2vogx1 .slotuna-lqxcuu svg {
  display: none;
}

.slotuna-t4o7r6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slotuna-t4o7r6 .slotuna-0ptpau {
  display: none;
}

@media (min-width: 768px) {
  .slotuna-t4o7r6 .slotuna-0ptpau {
    display: flex;
  }
}

.slotuna-wg1w82 {
  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) {
  .slotuna-wg1w82 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.slotuna-wg1w82 > * {
  margin: 0 !important;
}

.slotuna-wg1w82 img,
.slotuna-m7tggh {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slotuna-wg1w82 img,
  .slotuna-m7tggh {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slotuna-79th5x {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slotuna-79th5x {
    width: 32px;
    height: 32px;
  }
}

.slotuna-apfckc {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .slotuna-apfckc {
    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;
  }

  .slotuna-apfckc::-webkit-scrollbar {
    display: none;
  }
}

.slotuna-2frl6d {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.slotuna-2frl6d:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.slotuna-9d8s6m {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .slotuna-9d8s6m {
    display: flex;
    opacity: 1;
  }
}

.slotuna-2frl6d picture {
  width: auto;
  height: 100%;
  display: block;
}

.slotuna-2frl6d picture img {
  display: block;
  width: auto;
  height: 100%;
}

.slotuna-cqf8p4 {
  margin: -24px 0;
}

.slotuna-cqf8p4:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .slotuna-cqf8p4 {
    margin: -16px 0;
  }
}

.slotuna-2m8m5s {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .slotuna-2m8m5s {
    flex-direction: row;
  }
}

.slotuna-gpmkv4 {
  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) {
  .slotuna-gpmkv4 {
    flex: 1;
  }
}

.slotuna-gpmkv4::placeholder {
  color: var(--Text-400);
}

.slotuna-0fsxs5 {
  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;
}

.slotuna-hf0wju {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.slotuna-hf0wju::-webkit-scrollbar {
  display: none;
}

.slotuna-24mxwz {
  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;
}

.slotuna-24mxwz img,
.slotuna-24mxwz svg {
  margin-right: 8px;
}

.slotuna-m3ssmj {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.slotuna-cqf8p4 + .slotuna-j19rwb {
  margin-top: 0;
}

@media (min-width: 768px) {
  .slotuna-cqf8p4 + .slotuna-j19rwb {
    margin-top: -16px;
  }
}

.slotuna-y4wxx6 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.slotuna-y4wxx6 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.slotuna-y4wxx6 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.slotuna-3ljrno {
  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;
}

.slotuna-2tfgfm {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.slotuna-d2uzqe {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.slotuna-elmpys {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.slotuna-cr33ub {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.slotuna-3ljrno 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;
}

.slotuna-3ljrno 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) {
  .slotuna-3ljrno {
    padding: 39px 179px 39px 39px;
  }

  .slotuna-2tfgfm {
    font-size: 40px;
    line-height: 48px;
  }

  .slotuna-cr33ub {
    height: 348px;
  }

  .slotuna-3ljrno button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .slotuna-3ljrno button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .slotuna-3ljrno {
    padding: 63px;
  }
}

.slotuna-tbqoc3 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .slotuna-tbqoc3 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.slotuna-c1lavx {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .slotuna-c1lavx {
    width: auto;
  }
}

.slotuna-a74i74 {
  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;
}

.slotuna-a74i74::-webkit-scrollbar {
  display: none;
}

.slotuna-a74i74 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);
}

.slotuna-a74i74 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .slotuna-a74i74 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.slotuna-tbqoc3 .slotuna-6tf1da {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.slotuna-0vlwyy,
    mask-image 0.3s;
}

.slotuna-tbqoc3 .slotuna-6tf1da.slotuna-tg9urc {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.slotuna-dhwea8 {
  margin: 40px -16px;
}

.slotuna-re6lv8 + .slotuna-6abzkv,
.slotuna-re6lv8 + .slotuna-i1yv01 {
  margin-top: 24px;
}

.slotuna-q48be2 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.slotuna-q48be2 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.slotuna-dchhyw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .slotuna-dchhyw {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .slotuna-dchhyw {
    margin-top: 0;
  }
}

.slotuna-v9jtak {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .slotuna-v9jtak {
    font-size: 24px;
    line-height: 32px;
  }
}

.slotuna-nkjldd {
  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) {
  .slotuna-nkjldd {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.slotuna-dojre3 {
  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) {
  .slotuna-dojre3 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.slotuna-1k7hbk {
  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) {
  .slotuna-1k7hbk {
    font-size: 20px;
    line-height: 28px;
  }
}

.slotuna-wcdwix {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .slotuna-wcdwix {
    font-size: 32px;
    line-height: 40px;
  }
}

.slotuna-m4y97q {
  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;
}

.slotuna-fadj49 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.slotuna-fadj49 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slotuna-j19rwb {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.slotuna-81yreo {
  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) {
  .slotuna-81yreo {
    padding: 15px 48px;
  }
}

main > .slotuna-j19rwb {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .slotuna-ve0ux3.slotuna-aquzyn > div:nth-child(n+5) {
    display: none;
  }
}

.slotuna-qnvccj p a img {
  display: block;
  margin: 0 auto;
}


.slotuna-tgqu16 {
  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 */
.slotuna-61645c {
  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;
}

.slotuna-61645c label {
  font-size: 14px;
}

.slotuna-61645c h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.slotuna-61645c input,
.slotuna-61645c textarea,
.slotuna-61645c 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;
}
.slotuna-61645c button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.slotuna-8i09s5 ease;
}
.slotuna-61645c button:hover {
  background-color: var(--button-bg-hover);
}
.slotuna-0ij8pr {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.slotuna-ksd4f8 ease-in;
}

.slotuna-0ij8pr 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;
}
.slotuna-ut4647, .slotuna-58m6e2, [class*="review-card"],
thead, thead th, table th, .slotuna-5zuih6,
.slotuna-t9kytq, [class*="collapsible-header"],
.slotuna-0t35x1, [class*="updated-block"] {
  color: #ece7dc !important;
}
