* {
  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;
  }
}

.realz-47upec {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .realz-47upec {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .realz-47upec {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.realz-kx3v4m {
  overflow: hidden;
}

.realz-qzjw22 img {
  background: var(--Neutral-300);
}

.realz-kwng6k {
  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;
}

.realz-ae7rp2 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.realz-ae7rp2:hover {
  background: var(--button-bg-hover);
}

.realz-0xhkat {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.realz-0xhkat:hover {
  background: var(--button-bg-hover);
}

.realz-yobxzv {
  font-size: 12px;
  line-height: 18px;
}

.realz-1o62rx {
  font-size: 18px;
  line-height: 26px;
}

.realz-of8z1k {
  width: 100%;
}

.realz-t0p3s9 {
  padding: 6px 16px;
}

.realz-sblov9 {
  padding: 10px 16px;
}

.realz-l16864 {
  padding: 15px 26px;
}

.realz-issiut {
  flex-shrink: 0;
}

.realz-q1iyt3 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.realz-uwuqo1 {
  display: none;
}

.realz-90h65r {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.realz-x4w7iv {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.realz-2gyqsd {
  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;
}

.realz-wq4h41 {
  cursor: grab;
}

.realz-2gyqsd::-webkit-scrollbar {
  display: none;
}

.realz-et5muc {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.realz-6i4vza {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.realz-x3flvx {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.realz-zhurir {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.realz-618isf {
  visibility: visible;
}

.realz-e38b68 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.realz-yltx7l ease;
}

.realz-rpygt6 {
  background-color: var(--Primary-200);
  width: 16px;
}

.realz-5eeq6u {
  -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.realz-yltx7l,
    mask-image 0.3s;
}

.realz-5eeq6u.realz-l7dt5g {
  -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;
  }
}

.realz-5ox1uq: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;
}

.realz-phejsy {
  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.realz-cpwbhp.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.realz-cpwbhp.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;
}

.realz-60bjcf {
  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);
}

.realz-60bjcf::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%
  );
}

.realz-jz1u9r {
  position: relative;
  z-index: 1;
}

.realz-d5q5nj {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.realz-7z5pj4 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.realz-a81z15 {
  font-size: 40px;
  line-height: 48px;
}

.realz-92mk9z {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.realz-wub7le {
  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;
}

.realz-wub7le:hover {
  background: var(--Primary-400);
}

.realz-wub7le svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.realz-5ox1uq 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) {
  .realz-60bjcf {
    max-width: 600px;
    padding: 64px;
  }

  .realz-d5q5nj {
    font-size: 24px;
    line-height: 32px;
  }

  .realz-7z5pj4 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .realz-a81z15 {
    font-size: 50px;
    line-height: 56px;
  }

  .realz-92mk9z {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .realz-phejsy {
    top: 25px;
    right: 25px;
  }
}

.realz-rzfgvj,
.realz-8hoa87 {
  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;
}

.realz-jx9sy7.realz-kin1ps::before,
.realz-8hoa87::before,
.realz-tsiuas::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.realz-cpwbhp.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.realz-6hfnaw 14.realz-idcdsz.realz-loqxj9 14.realz-yzal8p 15.realz-yyqwgt 14.realz-gndv8b 15.realz-mupn0l 14.realz-zlqol8.realz-mk6i6q 14.realz-a6c6wj 19.realz-yl5chp 12.realz-f81x2h 19.realz-yl5chp 10.realz-65yw74.realz-yl5chp 8.realz-1d1pr7 17.realz-dau5lx 7.realz-jimbdd 15.realz-sufudm 7.realz-o7oaxp.realz-gewbcj 7.realz-jimbdd 11.realz-2svk7o 8.realz-1d1pr7 11.realz-2svk7o 10.realz-357crf.realz-2svk7o 12.realz-jz6cqz 13.realz-bqu718 14.realz-l092w4 15.realz-xydk85 14.realz-8tvuqd.realz-hzgeqq 14.realz-wb8dux 15.realz-18hesz 14.realz-y7yyhm 15.realz-p25yul 14.realz-vwvp2u.realz-6hfnaw 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.realz-j4nw7i 15.realz-04nd2t.realz-mvaanj 15.realz-pq0o04 15.realz-08p2bt 15.realz-l4hw91 15.realz-2cu652 15.realz-pges2l.realz-l2l4vw 15.realz-l4hw91 15.realz-g8nauz 15.realz-javota 15.realz-jppx3y 15.realz-r91wzj.realz-5olx5t 15.realz-5t42z6 7.realz-ft6iwp 18.realz-9o0dbh 7.realz-633wi2 23.realz-fsuebj.realz-pe9adt.realz-kdb5rk 18.realz-fcmfn4 19.realz-5npaq3 15.realz-vw4e69 15.realz-j4nw7i 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.realz-ucmt5m [type="submit"] *,
.realz-iw0fqe button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .realz-aj5yuo {
    display: none;
  }
}

.realz-9z343s {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .realz-9z343s {
  display: none;
}

@media (min-width: 768px) {
  .realz-9z343s {
    bottom: 22px;
  }
}

.realz-9z343s input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .realz-9z343s {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.realz-6g0e4e.static) .realz-9z343s {
    bottom: 8px;
  }
}

.realz-f8ifs4 {
  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.realz-cpwbhp.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.realz-ez0v52 3.realz-95gznj.realz-h70lwb.realz-na0moe 3.realz-w7i9bw 3.realz-np6dr8 5.realz-4t9uyf 3.realz-np6dr8 8.realz-106680.realz-tezkxz.realz-np6dr8 26.realz-4gt5tg 5.realz-sbpqoa 28.realz-rvrbch 8.realz-8a2wr6 28.realz-wa329t.realz-y1e8mp 28.realz-z28lu5.realz-6oxlt3 34.realz-fno42r.realz-osjw99 36.realz-qmsq6g 11.realz-zi02oh 37.realz-4x8axt 12.realz-411158 36.realz-0qufoq.realz-rqgtuz 28.realz-nu1cas.realz-28ppgk.realz-w7z3md 28.realz-hcd3yq 36.realz-qq6i2l 26.realz-8aglo2 36.realz-qq6i2l 23.realz-akew82.realz-ruvs33.realz-qq6i2l 5.realz-a1cuyp 34.realz-d7bi5r 3.realz-w7i9bw 31.realz-ez0v52 3.realz-df17x2.realz-67n2xt 18.realz-xmmdq0.realz-7oviwq 18.realz-sheqa8 8.realz-15rrg6 17.realz-mp388o 8.realz-15rrg6 15.realz-x10j9p.realz-15rrg6 14.realz-3f4y9b 9.realz-7oviwq 13.realz-kpakw6 11.realz-67n2xt 13.realz-byrv8y.realz-4latek 13.realz-kpakw6 13.realz-naco06 14.realz-3f4y9b 13.realz-naco06 15.realz-vgfsl6.realz-naco06 17.realz-mp388o 12.realz-4latek 18.realz-sheqa8 11.realz-67n2xt 18.realz-r9xyhb.realz-6x5q8n 18.realz-b25vye.realz-t5sc1i 18.realz-sheqa8 17.realz-5enkgo 17.realz-mp388o 17.realz-5enkgo 15.realz-t0qxyw.realz-5enkgo 14.realz-3f4y9b 18.realz-t5sc1i 13.realz-kpakw6 20.realz-6x5q8n 13.realz-lwyr56.realz-bcly2w 13.realz-kpakw6 22.realz-xxj8ea 14.realz-3f4y9b 22.realz-xxj8ea 15.realz-0dm00u.realz-jh2g2d 17.realz-mp388o 21.realz-bcly2w 18.realz-sheqa8 20.realz-6x5q8n 18.realz-9q1v1h.realz-auizjo 18.realz-he2yga.realz-etk0dz 18.realz-sheqa8 26.realz-tgja61 17.realz-mp388o 26.realz-tgja61 15.realz-lb3vc8.realz-tgja61 14.realz-3f4y9b 27.realz-etk0dz 13.realz-kpakw6 28.realz-auizjo 13.realz-noaasp.realz-n8z65y 13.realz-kpakw6 31.realz-umv8h0 14.realz-3f4y9b 31.realz-umv8h0 15.realz-k8x7oo.realz-tgja61 17.realz-mp388o 30.realz-n8z65y 18.realz-sheqa8 28.realz-auizjo 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"])
    .realz-f8ifs4 {
    display: none;
  }
}

.realz-yy5779 {
  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) {
  .realz-yy5779 {
    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;
}

.realz-iw0fqe {
  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) {
  .realz-iw0fqe {
    padding: 14px 16px;
  }
}

.realz-iw0fqe button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.realz-iw0fqe button:first-child {
  align-content: end;
}

.realz-iw0fqe button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .realz-iw0fqe
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .realz-iw0fqe
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.realz-iw0fqe button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.realz-iw0fqe button:last-child svg {
  width: 38px;
  height: 38px;
}

.realz-tsiuas {
  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;
}

.realz-tsiuas::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .realz-tsiuas,
.pc61d126-chatbot[data-active-screen="3"]
  .realz-tsiuas {
  opacity: 1;
  visibility: visible;
}

.realz-qaieaw {
  flex: 1 1;
}

.realz-u2nn2g {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .realz-u2nn2g {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .realz-z8pmtu {
  display: block;
}

.realz-3h0usl {
  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) {
  .realz-3h0usl {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.realz-8hoa87 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.realz-8hoa87::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.realz-refcre span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.realz-refcre p {
  color: var(--Text-100);
}

.realz-8hoa87 .realz-0vu823 {
  grid-area: button;
}

.realz-8hoa87 .realz-0vu823::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.realz-cpwbhp.org/2000/svg'%3E%3Cpath d='M4.realz-2gpafb 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.realz-f10z0l 15L16.realz-f10z0l 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.realz-f10z0l 5L16.realz-f10z0l 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .realz-nqoag9 {
  display: block;
}

.realz-puajuh {
  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) {
  .realz-puajuh {
    margin-top: 40px;
  }
}

.realz-rzfgvj label,
.realz-rzfgvj input {
  display: block;
  width: 100%;
}

.realz-rzfgvj label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.realz-rzfgvj label.realz-33wte3 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.realz-rzfgvj label.realz-33wte3::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;
}

.realz-rzfgvj 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;
}

.realz-rzfgvj input::placeholder {
  color: var(--Text-400);
}

.realz-g28sln {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .realz-g28sln {
  display: flex;
}

.realz-g28sln ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .realz-g28sln ol {
    height: 420px;
    padding: 24px;
  }
}

.realz-g28sln ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.realz-ucmt5m {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .realz-ucmt5m {
    padding: 0 24px 24px;
  }
}

.realz-ucmt5m 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;
}

.realz-ucmt5m input::placeholder {
  color: var(--Text-400);
}

.realz-ucmt5m [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.realz-ucmt5m [type="submit"]:disabled {
  opacity: 0.5;
}

.realz-ucmt5m [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .realz-ucmt5m [type="submit"] {
    right: 40px;
  }
}

.realz-jx9sy7 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.realz-jx9sy7.realz-kin1ps {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.realz-jx9sy7.realz-kin1ps::before {
  content: "";
  width: 31px;
}

.realz-jx9sy7.realz-kin1ps p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.realz-jx9sy7.realz-zcq0hy p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.realz-jx9sy7 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.realz-9z343s .realz-0vu823 {
  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;
  }
}

.realz-aj5yuo {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .realz-aj5yuo {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .realz-aj5yuo {
    padding: 18px 0;
  }
}

.realz-aj5yuo .realz-47upec {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .realz-aj5yuo .realz-47upec {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.realz-t936mu {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .realz-t936mu {
    max-width: 160px;
    height: 40px;
  }
}

.realz-t936mu picture,
.realz-t936mu img {
  display: block;
  width: 100%;
  height: 100%;
}

.realz-t936mu img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .realz-b4syj1 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.realz-yltx7l ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .realz-aj5yuo.realz-x9u2yq .realz-b4syj1 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .realz-b4syj1 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .realz-b4syj1 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.realz-skcc62,
.realz-bl1oqr {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .realz-skcc62,
  .realz-bl1oqr {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .realz-bl1oqr {
    display: none;
  }
}

.realz-d9wscz {
  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;
}

.realz-x9u2yq .realz-d9wscz {
  background: var(--fh-bg-color);
}

.realz-d9wscz button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .realz-d9wscz {
    display: none;
  }
}

.realz-75u3cf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .realz-75u3cf {
    display: none;
  }
}

.realz-i4o785 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.realz-aj5yuo.realz-x9u2yq .realz-i4o785:first-child {
  display: none;
}

.realz-aj5yuo.realz-x9u2yq .realz-i4o785:last-child {
  display: block;
}

.realz-i4o785:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .realz-i4o785 {
    display: none;
  }
}

.realz-x89vwo {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .realz-x89vwo {
    display: flex;
  }
}

.realz-x89vwo ul {
  max-height: 350px;
  overflow-y: auto;
}

.realz-x89vwo:hover ul {
  visibility: visible;
  opacity: 1;
}

.realz-x89vwo:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.realz-x89vwo:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.realz-x89vwo:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.realz-x89vwo:hover .realz-v15a4g svg {
  transform: rotate(180deg);
}

.realz-6of11s {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.realz-6zwjd7 {
  padding: 0 8px;
}

.realz-zybrj2 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.realz-zybrj2:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .realz-zybrj2 {
    padding: 4px 8px;
  }
}

.realz-j9snzw {
  display: flex;
}

.realz-j9snzw img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.realz-v15a4g {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.realz-v15a4g svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.realz-wqv3pa {
  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) {
  .realz-wqv3pa {
    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;
  }
}

.realz-374ssb {
  width: 100%;
}

@media (min-width: 1200px) {
  .realz-374ssb {
    display: none;
  }
}

.realz-uis35d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.realz-976z0y {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.realz-duykjg {
  display: flex;
}

.realz-efhvf0 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.realz-czoyyz {
  list-style: none;
}

@media (max-width: 1199px) {
  .realz-czoyyz {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .realz-czoyyz {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .realz-czoyyz .realz-73zsex [data-ref-el],
  .realz-czoyyz .realz-73zsex span,
  .realz-czoyyz .realz-73zsex a {
    white-space: nowrap;
  }
}

.realz-ve47vt {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .realz-ve47vt.realz-h4mkgv > .realz-73zsex {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .realz-ve47vt.realz-ytd1yt:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .realz-ve47vt.realz-h4mkgv > .realz-g0bvp8 {
    height: auto;
  }

  .realz-ve47vt.realz-h4mkgv > div > .realz-o5q3d7 {
    transform: rotate(180deg);
  }
}

.realz-ve47vt [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.realz-ve47vt [data-ref-el],
.realz-ve47vt span {
  cursor: pointer;
}

.realz-ve47vt [data-ref-el],
.realz-ve47vt span,
.realz-ve47vt a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .realz-ve47vt [data-ref-el],
  .realz-ve47vt span,
  .realz-ve47vt a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .realz-ve47vt [data-ref-el],
  .realz-ve47vt span,
  .realz-ve47vt a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.realz-g0bvp8 {
  height: 0;
  overflow: hidden;
  transition: height 0.realz-yltx7l ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.realz-g0bvp8::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.realz-g0bvp8::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.realz-g0bvp8::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .realz-g0bvp8 {
    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;
  }

  .realz-g0bvp8:has(> .realz-ve47vt.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .realz-g0bvp8 .realz-g0bvp8 {
    padding: 0;
  }

  .realz-g0bvp8 .realz-ve47vt {
    font-weight: 400;
  }

  .realz-g0bvp8 .realz-ve47vt:hover > .realz-73zsex {
    background: var(--Neutral-300);
  }

  .realz-g0bvp8 .realz-o5q3d7 {
    rotate: -90deg;
  }
}

.realz-73zsex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .realz-73zsex {
    padding: 8px;
  }

  .realz-ve47vt.realz-vm1grx > .realz-73zsex {
    background: var(--Neutral-300);
  }
}

.realz-o5q3d7 {
  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.realz-cpwbhp.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.realz-9q6o4k 0.realz-zz1eyu.realz-fhdb37 -0.realz-85qq3t 0.realz-8npg42 -0.realz-85qq3t 1.realz-5kuwmi 0.realz-kd8wbe.realz-u7r606 4.realz-cyzt03.realz-9q6o4k 0.realz-nzzs7c.realz-w2w55j -0.realz-85qq3t 9.realz-1sb7gg -0.realz-85qq3t 10.realz-crvqcz 0.realz-bwfd1n.realz-finz6f 0.realz-fhdb37 10.realz-finz6f 0.realz-8npg42 10.realz-crvqcz 1.realz-730xmi.realz-qr5wgb 5.realz-56f0f8.realz-8bkttu 6.realz-a9ufa4 5.realz-twpizi 6.realz-a9ufa4 4.realz-enkoyn 5.realz-yf33go.realz-9q6o4k 1.realz-a1bjxa.realz-85qq3t 0.realz-8npg42 -0.realz-85qq3t 0.realz-fhdb37 0.realz-9q6o4k 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.realz-yltx7l ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .realz-o5q3d7 {
    cursor: default;
  }
}

.realz-mp4ac6 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.realz-wcsmyp {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .realz-wcsmyp {
    padding: 40px 4px;
  }
}

.realz-iqukr8 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .realz-iqukr8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.realz-e9ls5m {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .realz-e9ls5m {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.realz-e9ls5m ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.realz-e9ls5m [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.realz-e9ls5m [data-ref-el],
.realz-e9ls5m span,
.realz-e9ls5m a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.realz-b0c6qj {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .realz-b0c6qj {
    margin-bottom: 12px;
  }
}

.realz-0z9cjw {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.realz-0z9cjw img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .realz-0z9cjw:last-child {
    margin-right: 0;
  }
}

.realz-80g0ik {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.realz-b0c6qj:hover .realz-8ikyxx {
  visibility: visible;
  opacity: 1;
}

.realz-8ikyxx {
  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);
}

.realz-ztev60 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.realz-i7lbcl {
  display: flex;
  margin: 6px;
}

.realz-i7lbcl img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.realz-8ikyxx::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);
}

.realz-8ikyxx::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);
}

.realz-7jao4m {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .realz-7jao4m {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.realz-7tehm4 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .realz-7tehm4 {
    margin-right: 32px;
  }
}

.realz-7re1fm {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .realz-7re1fm {
    margin-top: 0;
    width: 340px;
  }
}

.realz-7re1fm a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.realz-jws5bv {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.realz-ysfbn0 {
  position: relative;
}

@media (min-width: 768px) {
  .realz-ysfbn0 {
    margin-top: 40px;
  }
}

.realz-ysfbn0 + .realz-v3ncl3,
.realz-ysfbn0 + .realz-ysfbn0 {
  margin-top: 24px;
}

.realz-k2rxzi {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .realz-k2rxzi {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .realz-k2rxzi {
    padding: 80px;
  }
}

.realz-qs6n8f {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .realz-qs6n8f {
    padding: 0 16px;
}


}

.realz-339ghn {
  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) {
  .realz-339ghn {
    font-size: 48px;
    line-height: 56px;
  }
}

.realz-tlxxqm {
  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) {
  .realz-tlxxqm {
    font-size: 24px;
    line-height: 32px;
  }
}

.realz-dm51dr {
  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;
}

.realz-dm51dr:hover {
  background: var(--button-bg-hover);
}

.realz-svdswz {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.realz-svdswz img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .realz-svdswz img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .realz-svdswz img {
  min-height: 100%;
  }
}

.realz-k2rxzi::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.realz-wx9xrr {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.realz-wx9xrr h1,
.realz-wx9xrr h2,
.realz-wx9xrr h3,
.realz-wx9xrr h4 {
  margin-bottom: 6px;
}

.realz-wx9xrr h1:not(:first-child),
.realz-wx9xrr h2:not(:first-child),
.realz-wx9xrr h3:not(:first-child),
.realz-wx9xrr h4:not(:first-child) {
  margin-top: 16px;
}

.realz-wx9xrr h1,
.realz-wx9xrr h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .realz-wx9xrr h1,
  .realz-wx9xrr h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.realz-wx9xrr h2,
.realz-wx9xrr h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .realz-wx9xrr h2,
  .realz-wx9xrr h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.realz-wx9xrr h3,
.realz-wx9xrr h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .realz-wx9xrr h3,
  .realz-wx9xrr h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.realz-wx9xrr h4,
.realz-wx9xrr h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.realz-wx9xrr ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.realz-wx9xrr ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.realz-wx9xrr 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);
}

.realz-wx9xrr ul ul {
  margin-bottom: 8px;
}

.realz-wx9xrr ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.realz-wx9xrr ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.realz-wx9xrr ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.realz-wx9xrr ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.realz-wx9xrr ol li::marker {
  font-weight: 700;
}

.realz-wx9xrr ol ol {
  margin-bottom: 8px;
}

.realz-wx9xrr ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.realz-wx9xrr ol ul li {
  padding-left: 16px;
}

.realz-wx9xrr 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) {
  .realz-wx9xrr table {
    padding: 24px;
  }
}

.realz-wx9xrr table.realz-17k2m5 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.realz-yltx7l,
    mask-image 0.3s;
}

.realz-wx9xrr table.realz-17k2m5.realz-l7dt5g {
  -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) {
  .realz-wx9xrr table {
    display: table;
  }
}

.realz-wx9xrr 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);
}

.realz-wx9xrr table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.realz-wx9xrr table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.realz-wx9xrr 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) {
  .realz-wx9xrr table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.realz-wx9xrr table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.realz-wx9xrr table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.realz-wx9xrr table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.realz-wx9xrr img {
  max-width: 100%;
  height: auto;
}

.realz-6wpchv {
  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) {
  .realz-6wpchv {
    padding: 24px;
  }
}

.realz-705c2b {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .realz-705c2b {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.realz-705c2b > * {
  margin: 0 !important;
}

.realz-705c2b img,
.realz-oyakfi {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .realz-705c2b img,
  .realz-oyakfi {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.realz-7anbml {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .realz-7anbml {
    width: 32px;
    height: 32px;
  }
}

.realz-ggz6l8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.realz-ggz6l8 .realz-8s35z6 {
  flex-shrink: 0;
}

.realz-ggz6l8 .realz-p56jyu svg {
  display: none;
}

.realz-1abomi {
  display: grid;
  transition: max-height 0.realz-yltx7l ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .realz-1abomi {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .realz-1abomi {
    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));
  }
}

.realz-1abomi.realz-evhzxq + .realz-8s35z6 svg {
  transform: rotate(180deg);
}

.realz-h3yvb0 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.realz-h3yvb0 > div:nth-child(3n) {
  grid-column: span 2;
}

.realz-h3yvb0
  > div:nth-child(3n)
  .realz-ajiss9
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .realz-h3yvb0 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .realz-h3yvb0 > div:nth-child(3n) {
    grid-column: unset;
  }

  .realz-h3yvb0
    > div:nth-child(3n)
    .realz-ajiss9
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .realz-h3yvb0 {
    max-width: 270px;
  }
}

.realz-h3yvb0 .realz-ajiss9 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .realz-h3yvb0 .realz-ajiss9 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .realz-h3yvb0 .realz-ajiss9 button {
    max-width: 104px;
  }
}

.realz-6lr3u9 {
  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) {
  .realz-6lr3u9 {
    margin-bottom: 0;
  }
}

.realz-stvn2i {
  display: none;
  opacity: 0;
}

.realz-xrofg5 {
  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;
  }
}

.realz-xrofg5 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.realz-ajiss9 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.realz-ajiss9 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .realz-ajiss9
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .realz-ajiss9
    button {
    max-width: 145px;
  }
}

.realz-45o8ba:first-child
  .realz-ajiss9
  button {
  max-width: 270px;
}

.realz-l4wlg9 {
  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%;
}

.realz-6lr3u9 picture {
  width: 100%;
  max-width: 100%;
}

.realz-lieukv {
  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;
}

.realz-lieukv svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.realz-6lr3u9:hover .realz-lieukv {
  display: flex;
}

.realz-bcwg03 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.realz-zib3h7 {
  display: flex;
}

.realz-zib3h7:hover .realz-kh9w56,
.realz-zib3h7 .realz-vm1grx .realz-kh9w56 {
  display: flex;
}

.realz-zib3h7 svg {
  flex-shrink: 0;
}

.realz-kh9w56 {
  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) {
  .realz-kh9w56 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.realz-kh9w56:hover {
  display: flex;
}

.realz-kh9w56 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.realz-gcnlfu {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .realz-gcnlfu {
    font-size: 12px;
  }
}

.realz-o4b4et,
.realz-ow68g5 {
  width: 50%;
  flex-shrink: 0;
}

.realz-o4b4et {
  font-weight: 700;
}

.realz-eiu354 .realz-1abomi {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .realz-eiu354 .realz-1abomi {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .realz-eiu354 .realz-1abomi {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.realz-eiu354
  .realz-l4wlg9:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.realz-eiu354 .realz-xrofg5 {
  height: 100% !important;
  border-radius: 16px;
}

.realz-eiu354 .realz-ajiss9 {
  gap: 4px;
  align-items: center;
}

.realz-eiu354 .realz-ajiss9 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.realz-eiu354 .realz-ajiss9 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.realz-eiu354 .realz-3v15sc,
.realz-eiu354 .realz-8nmajy {
  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.realz-cpwbhp.org/2000/svg'%3E%3Cpath d='M9.realz-8y7v0k 4.realz-rfccz8.realz-3bdjvo 5.realz-3myvef.realz-9g2qih 5.realz-gt1ahr.realz-h2mogn 5.realz-a44c2s.realz-iynkec 8.realz-vf274l.realz-hzhka4 9.realz-3rj9gl.realz-lsl3uo 9.realz-0c3psk.realz-7xm40k 13.realz-ojwwrb.realz-ffyv9r 11.realz-irp2jf.realz-yjwuon 11.realz-5417vg.realz-k9kjoo 11.realz-juu6qt.realz-zchw83 13.realz-9od6gf.realz-r6b1pu 9.realz-onva21.realz-uq8wdh 9.realz-etm20o.realz-rmerg8 8.realz-pdq0u1.realz-taibbw 5.realz-byamt9.realz-wdlu2s 5.realz-ujw30x.realz-vnx8ty 5.realz-ditta2.realz-48i5ue 4.realz-m68jdt.realz-yjwuon 1.realz-rkkxxv.realz-8y7v0k 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.realz-eiu354 .realz-3v15sc {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.realz-eiu354 .realz-8nmajy {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.realz-hsqof4 {
  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) {
  .realz-hsqof4 {
    padding: 24px;
  }
}

.realz-hsqof4 .realz-8s35z6 {
  display: flex;
}

@media (min-width: 768px) {
  .realz-hsqof4 .realz-8s35z6 {
    display: none;
  }
}

.realz-hsqof4 .realz-p56jyu svg {
  display: none;
}

.realz-g0xg9t {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.realz-g0xg9t .realz-kwng6k {
  display: none;
}

@media (min-width: 768px) {
  .realz-g0xg9t .realz-kwng6k {
    display: flex;
  }
}

.realz-o3puan {
  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) {
  .realz-o3puan {
    font-size: 40px;
    line-height: 48px;
  }
}

.realz-o3puan > * {
  margin: 0 !important;
}

.realz-o3puan img,
.realz-mkva37 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .realz-o3puan img,
  .realz-mkva37 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.realz-ubeewi {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .realz-ubeewi {
    width: 32px;
    height: 32px;
  }
}

.realz-30ryof {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .realz-30ryof {
    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;
  }

  .realz-30ryof::-webkit-scrollbar {
    display: none;
  }
}

.realz-9i6kvn {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .realz-9i6kvn {
    padding: 7px 15px;
  }
}

.realz-9i6kvn:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.realz-jzouk7 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .realz-jzouk7 {
    display: flex;
    opacity: 1;
  }
}

.realz-9i6kvn picture {
  height: 100%;
  display: block;
}

.realz-9i6kvn img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .realz-9i6kvn img {
    width: 88px;
    height: 44px;
  }
}

.realz-9i6kvn p {
  text-align: center;
  width: 100%;
}

.realz-hlcn36 {
  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) {
  .realz-hlcn36 {
    font-size: 40px;
    line-height: 48px;
  }
}

.realz-hlcn36 img,
.realz-ihja3d {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .realz-hlcn36 img,
  .realz-ihja3d {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.realz-kvdef6 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .realz-kvdef6 {
    width: 32px;
    height: 32px;
  }
}

.realz-na7xl8 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.realz-3wagj6 {
  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;
}

.realz-w9yblo {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.realz-w9yblo.realz-vm1grx {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.realz-vjj20c {
  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) {
  .realz-vjj20c {
    font-size: 20px;
    line-height: 28px;
  }
}

.realz-5w4dvn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.realz-plgv1b {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.realz-yltx7l ease;
  opacity: 0;
  color: var(--text-color);
}

.realz-xpb8tj {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.realz-xpb8tj ol,
.realz-xpb8tj ul {
  padding-left: 1.3em;
}

.realz-w9yblo.realz-vm1grx .realz-plgv1b {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.realz-w9yblo.realz-vm1grx .realz-5w4dvn {
  transform: rotate(180deg);
  color: var(--text-color);
}

.realz-gz55s6 {
  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) {
  .realz-gz55s6 {
    padding: 24px;
  }
}

.realz-gz55s6 .realz-8s35z6 {
  display: flex;
}

@media (min-width: 768px) {
  .realz-gz55s6 .realz-8s35z6 {
    display: none;
  }
}

.realz-gz55s6 .realz-p56jyu svg {
  display: none;
}

.realz-kepfsu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.realz-kepfsu .realz-kwng6k {
  display: none;
}

@media (min-width: 768px) {
  .realz-kepfsu .realz-kwng6k {
    display: flex;
  }
}

.realz-44ml1l {
  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) {
  .realz-44ml1l {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.realz-44ml1l > * {
  margin: 0 !important;
}

.realz-44ml1l img,
.realz-esaq1y {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .realz-44ml1l img,
  .realz-esaq1y {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.realz-jy4iar {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .realz-jy4iar {
    width: 32px;
    height: 32px;
  }
}

.realz-lcvv6v {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .realz-lcvv6v {
    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;
  }

  .realz-lcvv6v::-webkit-scrollbar {
    display: none;
  }
}

.realz-j192rx {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.realz-j192rx:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.realz-6hfvoc {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .realz-6hfvoc {
    display: flex;
    opacity: 1;
  }
}

.realz-j192rx picture {
  width: auto;
  height: 100%;
  display: block;
}

.realz-j192rx picture img {
  display: block;
  width: auto;
  height: 100%;
}

.realz-sz45mr {
  margin: -24px 0;
}

.realz-sz45mr:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .realz-sz45mr {
    margin: -16px 0;
  }
}

.realz-bkyptt {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .realz-bkyptt {
    flex-direction: row;
  }
}

.realz-qaek75 {
  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) {
  .realz-qaek75 {
    flex: 1;
  }
}

.realz-qaek75::placeholder {
  color: var(--Text-400);
}

.realz-jxnqi5 {
  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;
}

.realz-fvg55p {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.realz-fvg55p::-webkit-scrollbar {
  display: none;
}

.realz-39j2s2 {
  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;
}

.realz-39j2s2 img,
.realz-39j2s2 svg {
  margin-right: 8px;
}

.realz-5vblk1 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.realz-sz45mr + .realz-jututr {
  margin-top: 0;
}

@media (min-width: 768px) {
  .realz-sz45mr + .realz-jututr {
    margin-top: -16px;
  }
}

.realz-pp6ysn {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.realz-pp6ysn > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.realz-pp6ysn > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.realz-k0tol3 {
  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;
}

.realz-05awls {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.realz-dabtqz {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.realz-yzsi7c {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.realz-neu8zc {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.realz-k0tol3 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;
}

.realz-k0tol3 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) {
  .realz-k0tol3 {
    padding: 39px 179px 39px 39px;
  }

  .realz-05awls {
    font-size: 40px;
    line-height: 48px;
  }

  .realz-neu8zc {
    height: 348px;
  }

  .realz-k0tol3 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .realz-k0tol3 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .realz-k0tol3 {
    padding: 63px;
  }
}

.realz-g4u5vu {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .realz-g4u5vu {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.realz-ndc6hg {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .realz-ndc6hg {
    width: auto;
  }
}

.realz-szlevf {
  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;
}

.realz-szlevf::-webkit-scrollbar {
  display: none;
}

.realz-szlevf 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);
}

.realz-szlevf a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .realz-szlevf {
    margin-left: 16px;
    margin-top: 0;
  }
}

.realz-g4u5vu .realz-a1nsab {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.realz-yltx7l,
    mask-image 0.3s;
}

.realz-g4u5vu .realz-a1nsab.realz-l7dt5g {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.realz-ebdqqd {
  margin: 40px -16px;
}

.realz-upy46t + .realz-v3ncl3,
.realz-upy46t + .realz-ysfbn0 {
  margin-top: 24px;
}

.realz-7ep7cn {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.realz-7ep7cn picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.realz-akc9on {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .realz-akc9on {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .realz-akc9on {
    margin-top: 0;
  }
}

.realz-7gxlrk {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .realz-7gxlrk {
    font-size: 24px;
    line-height: 32px;
  }
}

.realz-23pskc {
  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) {
  .realz-23pskc {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.realz-3a48ho {
  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) {
  .realz-3a48ho {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.realz-2ws7kp {
  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) {
  .realz-2ws7kp {
    font-size: 20px;
    line-height: 28px;
  }
}

.realz-n31aa2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .realz-n31aa2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.realz-3k9c0g {
  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;
}

.realz-494lrb {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.realz-494lrb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.realz-jututr {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.realz-ct6j6z {
  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) {
  .realz-ct6j6z {
    padding: 15px 48px;
  }
}

main > .realz-jututr {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .realz-1abomi.realz-nyzxzp > div:nth-child(n+5) {
    display: none;
  }
}

.realz-wx9xrr p a img {
  display: block;
  margin: 0 auto;
}


.realz-sgbx3t {
  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 */
.realz-dwbtou {
  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;
}

.realz-dwbtou label {
  font-size: 14px;
}

.realz-dwbtou h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.realz-dwbtou input,
.realz-dwbtou textarea,
.realz-dwbtou 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;
}
.realz-dwbtou button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.realz-96pyfe ease;
}
.realz-dwbtou button:hover {
  background-color: var(--button-bg-hover);
}
.realz-zl8fgr {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.realz-pvf5mb ease-in;
}

.realz-zl8fgr 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;
}
.realz-2u3iey, .realz-8f8qrz, [class*="review-card"],
thead, thead th, table th, .realz-hxdn15,
.realz-3o22pf, [class*="collapsible-header"],
.realz-xeroff, [class*="updated-block"] {
  color: #ece7dc !important;
}
