* {
  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;
  }
}

.rich-royal-e7m1a3 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .rich-royal-e7m1a3 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .rich-royal-e7m1a3 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.rich-royal-f8r66s {
  overflow: hidden;
}

.rich-royal-d0cipg img {
  background: var(--Neutral-300);
}

.rich-royal-4t0au1 {
  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;
}

.rich-royal-5ivoel {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.rich-royal-5ivoel:hover {
  background: var(--button-bg-hover);
}

.rich-royal-3smq3x {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.rich-royal-3smq3x:hover {
  background: var(--button-bg-hover);
}

.rich-royal-z43zmk {
  font-size: 12px;
  line-height: 18px;
}

.rich-royal-ugb5os {
  font-size: 18px;
  line-height: 26px;
}

.rich-royal-mfex1i {
  width: 100%;
}

.rich-royal-4xulna {
  padding: 6px 16px;
}

.rich-royal-5ulaba {
  padding: 10px 16px;
}

.rich-royal-okkwu3 {
  padding: 15px 26px;
}

.rich-royal-7chucz {
  flex-shrink: 0;
}

.rich-royal-vbfg6l {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.rich-royal-r8fkqw {
  display: none;
}

.rich-royal-n89d19 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.rich-royal-tdrkm8 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.rich-royal-7yyu4n {
  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;
}

.rich-royal-m3kx7r {
  cursor: grab;
}

.rich-royal-7yyu4n::-webkit-scrollbar {
  display: none;
}

.rich-royal-9folpd {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.rich-royal-5o7xpg {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.rich-royal-mfq4gs {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.rich-royal-ockc4c {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.rich-royal-5it07t {
  visibility: visible;
}

.rich-royal-f3iuuy {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.rich-royal-7r94hc ease;
}

.rich-royal-028qrs {
  background-color: var(--Primary-200);
  width: 16px;
}

.rich-royal-kldw8f {
  -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.rich-royal-7r94hc,
    mask-image 0.3s;
}

.rich-royal-kldw8f.rich-royal-x7l5bm {
  -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;
  }
}

.rich-royal-s7udtw: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;
}

.rich-royal-v6i8le {
  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.rich-royal-a98txf.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.rich-royal-a98txf.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;
}

.rich-royal-38enyi {
  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);
}

.rich-royal-38enyi::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%
  );
}

.rich-royal-36givq {
  position: relative;
  z-index: 1;
}

.rich-royal-h1sfos {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.rich-royal-vht3no {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.rich-royal-9flhz8 {
  font-size: 40px;
  line-height: 48px;
}

.rich-royal-mvp52l {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rich-royal-b7xlkr {
  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;
}

.rich-royal-b7xlkr:hover {
  background: var(--Primary-400);
}

.rich-royal-b7xlkr svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.rich-royal-s7udtw 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) {
  .rich-royal-38enyi {
    max-width: 600px;
    padding: 64px;
  }

  .rich-royal-h1sfos {
    font-size: 24px;
    line-height: 32px;
  }

  .rich-royal-vht3no {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .rich-royal-9flhz8 {
    font-size: 50px;
    line-height: 56px;
  }

  .rich-royal-mvp52l {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .rich-royal-v6i8le {
    top: 25px;
    right: 25px;
  }
}

.rich-royal-2gvl41,
.rich-royal-qup710 {
  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;
}

.rich-royal-wbz9a2.rich-royal-ce4cpk::before,
.rich-royal-qup710::before,
.rich-royal-whxq01::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.rich-royal-a98txf.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.rich-royal-w2qbko 14.rich-royal-e7e0si.rich-royal-1yxr7b 14.rich-royal-j6dd42 15.rich-royal-6przqu 14.rich-royal-g5vrbj 15.rich-royal-56mu3q 14.rich-royal-udf8sf.rich-royal-ic8tsc 14.rich-royal-08f8kt 19.rich-royal-k0ta1k 12.rich-royal-tk4q57 19.rich-royal-k0ta1k 10.rich-royal-m6926f.rich-royal-k0ta1k 8.rich-royal-undb57 17.rich-royal-w3d2jm 7.rich-royal-sgd697 15.rich-royal-qd8mgm 7.rich-royal-p0qks9.rich-royal-fayou7 7.rich-royal-sgd697 11.rich-royal-9rbbg1 8.rich-royal-undb57 11.rich-royal-9rbbg1 10.rich-royal-fqbn9k.rich-royal-9rbbg1 12.rich-royal-4ufvzq 13.rich-royal-tk9n71 14.rich-royal-le3zrv 15.rich-royal-dzvm5y 14.rich-royal-xpt8og.rich-royal-zqgryb 14.rich-royal-d0posi 15.rich-royal-jjovc5 14.rich-royal-cttl94 15.rich-royal-k5kmwb 14.rich-royal-zl29sr.rich-royal-w2qbko 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.rich-royal-ho3et6 15.rich-royal-jpe7r3.rich-royal-iwod9a 15.rich-royal-7arwr1 15.rich-royal-k1tzdb 15.rich-royal-cch7fu 15.rich-royal-zz99yt 15.rich-royal-db45kn.rich-royal-fv3m5o 15.rich-royal-cch7fu 15.rich-royal-ykinx3 15.rich-royal-w25bqb 15.rich-royal-h8dqba 15.rich-royal-rtub3c.rich-royal-e3961f 15.rich-royal-ve0yr2 7.rich-royal-0h2wal 18.rich-royal-m88abb 7.rich-royal-7avyen 23.rich-royal-ugyrby.rich-royal-griehm.rich-royal-d6kyar 18.rich-royal-3pa424 19.rich-royal-504kz4 15.rich-royal-hhh066 15.rich-royal-ho3et6 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.rich-royal-kncfj1 [type="submit"] *,
.rich-royal-ocaqk9 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .rich-royal-bo3xcy {
    display: none;
  }
}

.rich-royal-4i95zw {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .rich-royal-4i95zw {
  display: none;
}

@media (min-width: 768px) {
  .rich-royal-4i95zw {
    bottom: 22px;
  }
}

.rich-royal-4i95zw input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .rich-royal-4i95zw {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.rich-royal-s4qbzq.static) .rich-royal-4i95zw {
    bottom: 8px;
  }
}

.rich-royal-a7icq3 {
  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.rich-royal-a98txf.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.rich-royal-vbn36f 3.rich-royal-zhfe4v.rich-royal-6t28mn.rich-royal-sfcs2l 3.rich-royal-jff997 3.rich-royal-uvohyv 5.rich-royal-yu9ujt 3.rich-royal-uvohyv 8.rich-royal-lt8ll3.rich-royal-nhtmq0.rich-royal-uvohyv 26.rich-royal-z5qbwr 5.rich-royal-kk8k6s 28.rich-royal-a4sp25 8.rich-royal-jqlzl5 28.rich-royal-u9vgwx.rich-royal-fwy7qb 28.rich-royal-8l0ceq.rich-royal-x33o75 34.rich-royal-isoqlj.rich-royal-hxlrpn 36.rich-royal-1uvk5c 11.rich-royal-hi0w4x 37.rich-royal-umuuep 12.rich-royal-p6bp7v 36.rich-royal-2o7e4d.rich-royal-53x2jj 28.rich-royal-jw3xpa.rich-royal-2g37pf.rich-royal-7jqmqq 28.rich-royal-wl0ql8 36.rich-royal-m14keb 26.rich-royal-7xtx25 36.rich-royal-m14keb 23.rich-royal-gsmpkk.rich-royal-9xfn2v.rich-royal-m14keb 5.rich-royal-qhcv25 34.rich-royal-jgv8ys 3.rich-royal-jff997 31.rich-royal-vbn36f 3.rich-royal-yz397j.rich-royal-e28t7e 18.rich-royal-mkat0b.rich-royal-3kop2p 18.rich-royal-fwxsu5 8.rich-royal-cr5n7a 17.rich-royal-dlt586 8.rich-royal-cr5n7a 15.rich-royal-pnr16k.rich-royal-cr5n7a 14.rich-royal-5pp3o6 9.rich-royal-3kop2p 13.rich-royal-81ue7d 11.rich-royal-e28t7e 13.rich-royal-h5444u.rich-royal-1dphpt 13.rich-royal-81ue7d 13.rich-royal-yaa9aj 14.rich-royal-5pp3o6 13.rich-royal-yaa9aj 15.rich-royal-9m2kes.rich-royal-yaa9aj 17.rich-royal-dlt586 12.rich-royal-1dphpt 18.rich-royal-fwxsu5 11.rich-royal-e28t7e 18.rich-royal-sc3um8.rich-royal-clw3mr 18.rich-royal-o2g15j.rich-royal-0y624v 18.rich-royal-fwxsu5 17.rich-royal-915yot 17.rich-royal-dlt586 17.rich-royal-915yot 15.rich-royal-k8qmim.rich-royal-915yot 14.rich-royal-5pp3o6 18.rich-royal-0y624v 13.rich-royal-81ue7d 20.rich-royal-clw3mr 13.rich-royal-fb9h17.rich-royal-v53ds7 13.rich-royal-81ue7d 22.rich-royal-0dfi66 14.rich-royal-5pp3o6 22.rich-royal-0dfi66 15.rich-royal-a99t3d.rich-royal-pke8d8 17.rich-royal-dlt586 21.rich-royal-v53ds7 18.rich-royal-fwxsu5 20.rich-royal-clw3mr 18.rich-royal-b8stg4.rich-royal-yrlhpd 18.rich-royal-yj6an7.rich-royal-44vjfv 18.rich-royal-fwxsu5 26.rich-royal-tzkgom 17.rich-royal-dlt586 26.rich-royal-tzkgom 15.rich-royal-5q26s3.rich-royal-tzkgom 14.rich-royal-5pp3o6 27.rich-royal-44vjfv 13.rich-royal-81ue7d 28.rich-royal-yrlhpd 13.rich-royal-lbio6p.rich-royal-eugki0 13.rich-royal-81ue7d 31.rich-royal-w87n6o 14.rich-royal-5pp3o6 31.rich-royal-w87n6o 15.rich-royal-f3ypy5.rich-royal-tzkgom 17.rich-royal-dlt586 30.rich-royal-eugki0 18.rich-royal-fwxsu5 28.rich-royal-yrlhpd 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"])
    .rich-royal-a7icq3 {
    display: none;
  }
}

.rich-royal-r5b987 {
  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) {
  .rich-royal-r5b987 {
    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;
}

.rich-royal-ocaqk9 {
  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) {
  .rich-royal-ocaqk9 {
    padding: 14px 16px;
  }
}

.rich-royal-ocaqk9 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.rich-royal-ocaqk9 button:first-child {
  align-content: end;
}

.rich-royal-ocaqk9 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .rich-royal-ocaqk9
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .rich-royal-ocaqk9
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.rich-royal-ocaqk9 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.rich-royal-ocaqk9 button:last-child svg {
  width: 38px;
  height: 38px;
}

.rich-royal-whxq01 {
  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;
}

.rich-royal-whxq01::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .rich-royal-whxq01,
.pc61d126-chatbot[data-active-screen="3"]
  .rich-royal-whxq01 {
  opacity: 1;
  visibility: visible;
}

.rich-royal-arxm18 {
  flex: 1 1;
}

.rich-royal-zgridd {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .rich-royal-zgridd {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .rich-royal-2d4dr0 {
  display: block;
}

.rich-royal-mpvc5x {
  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) {
  .rich-royal-mpvc5x {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.rich-royal-qup710 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.rich-royal-qup710::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.rich-royal-rzp82r span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.rich-royal-rzp82r p {
  color: var(--Text-100);
}

.rich-royal-qup710 .rich-royal-jfemq6 {
  grid-area: button;
}

.rich-royal-qup710 .rich-royal-jfemq6::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.rich-royal-a98txf.org/2000/svg'%3E%3Cpath d='M4.rich-royal-9nthtp 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rich-royal-zvw0lh 15L16.rich-royal-zvw0lh 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rich-royal-zvw0lh 5L16.rich-royal-zvw0lh 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .rich-royal-kpmtl5 {
  display: block;
}

.rich-royal-mpflk3 {
  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) {
  .rich-royal-mpflk3 {
    margin-top: 40px;
  }
}

.rich-royal-2gvl41 label,
.rich-royal-2gvl41 input {
  display: block;
  width: 100%;
}

.rich-royal-2gvl41 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.rich-royal-2gvl41 label.rich-royal-9pjuub input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.rich-royal-2gvl41 label.rich-royal-9pjuub::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;
}

.rich-royal-2gvl41 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;
}

.rich-royal-2gvl41 input::placeholder {
  color: var(--Text-400);
}

.rich-royal-f3x96h {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .rich-royal-f3x96h {
  display: flex;
}

.rich-royal-f3x96h ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .rich-royal-f3x96h ol {
    height: 420px;
    padding: 24px;
  }
}

.rich-royal-f3x96h ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.rich-royal-kncfj1 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .rich-royal-kncfj1 {
    padding: 0 24px 24px;
  }
}

.rich-royal-kncfj1 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;
}

.rich-royal-kncfj1 input::placeholder {
  color: var(--Text-400);
}

.rich-royal-kncfj1 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.rich-royal-kncfj1 [type="submit"]:disabled {
  opacity: 0.5;
}

.rich-royal-kncfj1 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .rich-royal-kncfj1 [type="submit"] {
    right: 40px;
  }
}

.rich-royal-wbz9a2 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.rich-royal-wbz9a2.rich-royal-ce4cpk {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.rich-royal-wbz9a2.rich-royal-ce4cpk::before {
  content: "";
  width: 31px;
}

.rich-royal-wbz9a2.rich-royal-ce4cpk p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rich-royal-wbz9a2.rich-royal-t0k9fx p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.rich-royal-wbz9a2 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rich-royal-4i95zw .rich-royal-jfemq6 {
  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;
  }
}

.rich-royal-bo3xcy {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .rich-royal-bo3xcy {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .rich-royal-bo3xcy {
    padding: 15px 0;
  }
}

.rich-royal-bo3xcy .rich-royal-e7m1a3 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .rich-royal-bo3xcy .rich-royal-e7m1a3 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.rich-royal-265ao9 {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .rich-royal-265ao9 {
    max-width: 180px;
    height: 47px;
  }
}

.rich-royal-265ao9 picture,
.rich-royal-265ao9 img {
  display: block;
  width: 100%;
  height: 100%;
}

.rich-royal-265ao9 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .rich-royal-xz30rp {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.rich-royal-7r94hc ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .rich-royal-bo3xcy.rich-royal-qgp1rd .rich-royal-xz30rp {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .rich-royal-xz30rp {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .rich-royal-xz30rp {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.rich-royal-cl76j2,
.rich-royal-spdt3o {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .rich-royal-cl76j2,
  .rich-royal-spdt3o {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .rich-royal-spdt3o {
    display: none;
  }
}

.rich-royal-271whw {
  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;
}

.rich-royal-qgp1rd .rich-royal-271whw {
  background: var(--fh-bg-color);
}

.rich-royal-271whw button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .rich-royal-271whw {
    display: none;
  }
}

.rich-royal-fk7sag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rich-royal-fk7sag {
    display: none;
  }
}

.rich-royal-u82pzt {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.rich-royal-bo3xcy.rich-royal-qgp1rd .rich-royal-u82pzt:first-child {
  display: none;
}

.rich-royal-bo3xcy.rich-royal-qgp1rd .rich-royal-u82pzt:last-child {
  display: block;
}

.rich-royal-u82pzt:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .rich-royal-u82pzt {
    display: none;
  }
}

.rich-royal-xqyjlk {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rich-royal-xqyjlk {
    display: flex;
  }
}

.rich-royal-xqyjlk ul {
  max-height: 350px;
  overflow-y: auto;
}

.rich-royal-xqyjlk:hover ul {
  visibility: visible;
  opacity: 1;
}

.rich-royal-xqyjlk:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.rich-royal-xqyjlk:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.rich-royal-xqyjlk:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.rich-royal-xqyjlk:hover .rich-royal-0cp2sb svg {
  transform: rotate(180deg);
}

.rich-royal-e31c9a {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.rich-royal-8fisjf {
  padding: 0 8px;
}

.rich-royal-z84rsm {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.rich-royal-z84rsm:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .rich-royal-z84rsm {
    padding: 4px 8px;
  }
}

.rich-royal-06mju4 {
  display: flex;
}

.rich-royal-06mju4 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.rich-royal-0cp2sb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.rich-royal-0cp2sb svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.rich-royal-j4b2te {
  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) {
  .rich-royal-j4b2te {
    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;
  }
}

.rich-royal-u15r0y {
  width: 100%;
}

@media (min-width: 1200px) {
  .rich-royal-u15r0y {
    display: none;
  }
}

.rich-royal-48whrf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.rich-royal-25obw7 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.rich-royal-h9plnn {
  display: flex;
}

.rich-royal-n1rjux {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.rich-royal-bl4fy3 {
  list-style: none;
}

@media (max-width: 1199px) {
  .rich-royal-bl4fy3 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .rich-royal-bl4fy3 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .rich-royal-bl4fy3 .rich-royal-gebi63 [data-ref-el],
  .rich-royal-bl4fy3 .rich-royal-gebi63 span,
  .rich-royal-bl4fy3 .rich-royal-gebi63 a {
    white-space: nowrap;
  }
}

.rich-royal-2c75td {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .rich-royal-2c75td.rich-royal-qahil1 > .rich-royal-gebi63 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .rich-royal-2c75td.rich-royal-awdnfk:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .rich-royal-2c75td.rich-royal-qahil1 > .rich-royal-l52xem {
    height: auto;
  }

  .rich-royal-2c75td.rich-royal-qahil1 > div > .rich-royal-6lsbs5 {
    transform: rotate(180deg);
  }
}

.rich-royal-2c75td [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.rich-royal-2c75td [data-ref-el],
.rich-royal-2c75td span {
  cursor: pointer;
}

.rich-royal-2c75td [data-ref-el],
.rich-royal-2c75td span,
.rich-royal-2c75td a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .rich-royal-2c75td [data-ref-el],
  .rich-royal-2c75td span,
  .rich-royal-2c75td a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .rich-royal-2c75td [data-ref-el],
  .rich-royal-2c75td span,
  .rich-royal-2c75td a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.rich-royal-l52xem {
  height: 0;
  overflow: hidden;
  transition: height 0.rich-royal-7r94hc ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.rich-royal-l52xem::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.rich-royal-l52xem::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.rich-royal-l52xem::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .rich-royal-l52xem {
    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;
  }

  .rich-royal-l52xem:has(> .rich-royal-2c75td.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .rich-royal-l52xem .rich-royal-l52xem {
    padding: 0;
  }

  .rich-royal-l52xem .rich-royal-2c75td {
    font-weight: 400;
  }

  .rich-royal-l52xem .rich-royal-2c75td:hover > .rich-royal-gebi63 {
    background: var(--Neutral-300);
  }

  .rich-royal-l52xem .rich-royal-6lsbs5 {
    rotate: -90deg;
  }
}

.rich-royal-gebi63 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rich-royal-gebi63 {
    padding: 8px;
  }

  .rich-royal-2c75td.rich-royal-ls8qxf > .rich-royal-gebi63 {
    background: var(--Neutral-300);
  }
}

.rich-royal-6lsbs5 {
  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.rich-royal-a98txf.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.rich-royal-bf3xpn 0.rich-royal-qjkzr6.rich-royal-h5b822 -0.rich-royal-bjonxq 0.rich-royal-4k3lvn -0.rich-royal-bjonxq 1.rich-royal-04m9n2 0.rich-royal-9e00xw.rich-royal-xpfm66 4.rich-royal-twd7vh.rich-royal-bf3xpn 0.rich-royal-q5sw3e.rich-royal-o7tqq3 -0.rich-royal-bjonxq 9.rich-royal-fs369q -0.rich-royal-bjonxq 10.rich-royal-h35mx5 0.rich-royal-1tyces.rich-royal-ebwl2c 0.rich-royal-h5b822 10.rich-royal-ebwl2c 0.rich-royal-4k3lvn 10.rich-royal-h35mx5 1.rich-royal-pxgg0q.rich-royal-fau95d 5.rich-royal-hw9c2e.rich-royal-ktmr9i 6.rich-royal-2s1p8h 5.rich-royal-ilg55k 6.rich-royal-2s1p8h 4.rich-royal-q98v4m 5.rich-royal-7q7c9j.rich-royal-bf3xpn 1.rich-royal-2f0jed.rich-royal-bjonxq 0.rich-royal-4k3lvn -0.rich-royal-bjonxq 0.rich-royal-h5b822 0.rich-royal-bf3xpn 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.rich-royal-7r94hc ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rich-royal-6lsbs5 {
    cursor: default;
  }
}

.rich-royal-c5hqdl {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.rich-royal-v1loop {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .rich-royal-v1loop {
    padding: 40px 4px;
  }
}

.rich-royal-muo7go {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .rich-royal-muo7go {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.rich-royal-f7cga9 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .rich-royal-f7cga9 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.rich-royal-f7cga9 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.rich-royal-f7cga9 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.rich-royal-f7cga9 [data-ref-el],
.rich-royal-f7cga9 span,
.rich-royal-f7cga9 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.rich-royal-af91bp {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rich-royal-af91bp {
    margin-bottom: 12px;
  }
}

.rich-royal-46cr6f {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.rich-royal-46cr6f img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .rich-royal-46cr6f:last-child {
    margin-right: 0;
  }
}

.rich-royal-ubsasm {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rich-royal-af91bp:hover .rich-royal-zmsdqc {
  visibility: visible;
  opacity: 1;
}

.rich-royal-zmsdqc {
  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);
}

.rich-royal-9vdijp {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.rich-royal-t1bzon {
  display: flex;
  margin: 6px;
}

.rich-royal-t1bzon img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.rich-royal-zmsdqc::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);
}

.rich-royal-zmsdqc::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);
}

.rich-royal-qs1ige {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .rich-royal-qs1ige {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.rich-royal-16kneg {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .rich-royal-16kneg {
    margin-right: 32px;
  }
}

.rich-royal-rvd04n {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rich-royal-rvd04n {
    margin-top: 0;
    width: 340px;
  }
}

.rich-royal-rvd04n a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.rich-royal-8t31u1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.rich-royal-3usd1d {
  position: relative;
}

@media (min-width: 768px) {
  .rich-royal-3usd1d {
    margin-top: 40px;
  }
}

.rich-royal-3usd1d + .rich-royal-914jzg,
.rich-royal-3usd1d + .rich-royal-3usd1d {
  margin-top: 24px;
}

.rich-royal-bys8ba {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .rich-royal-bys8ba {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .rich-royal-bys8ba {
    padding: 80px;
  }
}

.rich-royal-1yygvy {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .rich-royal-1yygvy {
    padding: 0 16px;
}


}

.rich-royal-fctlow {
  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) {
  .rich-royal-fctlow {
    font-size: 48px;
    line-height: 56px;
  }
}

.rich-royal-8r5lab {
  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) {
  .rich-royal-8r5lab {
    font-size: 24px;
    line-height: 32px;
  }
}

.rich-royal-uz2382 {
  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;
}

.rich-royal-uz2382:hover {
  background: var(--button-bg-hover);
}

.rich-royal-2oyhj0 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.rich-royal-2oyhj0 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .rich-royal-2oyhj0 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .rich-royal-2oyhj0 img {
  min-height: 100%;
  }
}

.rich-royal-bys8ba::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.rich-royal-wgm6sc {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rich-royal-wgm6sc h1,
.rich-royal-wgm6sc h2,
.rich-royal-wgm6sc h3,
.rich-royal-wgm6sc h4 {
  margin-bottom: 6px;
}

.rich-royal-wgm6sc h1:not(:first-child),
.rich-royal-wgm6sc h2:not(:first-child),
.rich-royal-wgm6sc h3:not(:first-child),
.rich-royal-wgm6sc h4:not(:first-child) {
  margin-top: 16px;
}

.rich-royal-wgm6sc h1,
.rich-royal-wgm6sc h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .rich-royal-wgm6sc h1,
  .rich-royal-wgm6sc h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.rich-royal-wgm6sc h2,
.rich-royal-wgm6sc h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .rich-royal-wgm6sc h2,
  .rich-royal-wgm6sc h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.rich-royal-wgm6sc h3,
.rich-royal-wgm6sc h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .rich-royal-wgm6sc h3,
  .rich-royal-wgm6sc h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.rich-royal-wgm6sc h4,
.rich-royal-wgm6sc h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.rich-royal-wgm6sc ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.rich-royal-wgm6sc ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.rich-royal-wgm6sc 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);
}

.rich-royal-wgm6sc ul ul {
  margin-bottom: 8px;
}

.rich-royal-wgm6sc ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.rich-royal-wgm6sc ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.rich-royal-wgm6sc ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.rich-royal-wgm6sc ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.rich-royal-wgm6sc ol li::marker {
  font-weight: 700;
}

.rich-royal-wgm6sc ol ol {
  margin-bottom: 8px;
}

.rich-royal-wgm6sc ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.rich-royal-wgm6sc ol ul li {
  padding-left: 16px;
}

.rich-royal-wgm6sc 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) {
  .rich-royal-wgm6sc table {
    padding: 24px;
  }
}

.rich-royal-wgm6sc table.rich-royal-stv13x {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.rich-royal-7r94hc,
    mask-image 0.3s;
}

.rich-royal-wgm6sc table.rich-royal-stv13x.rich-royal-x7l5bm {
  -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) {
  .rich-royal-wgm6sc table {
    display: table;
  }
}

.rich-royal-wgm6sc table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.rich-royal-wgm6sc table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rich-royal-wgm6sc table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rich-royal-wgm6sc 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) {
  .rich-royal-wgm6sc table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.rich-royal-wgm6sc table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rich-royal-wgm6sc table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rich-royal-wgm6sc table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.rich-royal-wgm6sc img {
  max-width: 100%;
  height: auto;
}

.rich-royal-pl9odl {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, 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) {
  .rich-royal-pl9odl {
    padding: 24px;
  }
}

.rich-royal-p5ikxt {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .rich-royal-p5ikxt {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.rich-royal-p5ikxt > * {
  margin: 0 !important;
}

.rich-royal-p5ikxt img,
.rich-royal-xmbmyn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rich-royal-p5ikxt img,
  .rich-royal-xmbmyn {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rich-royal-guggcb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rich-royal-guggcb {
    width: 32px;
    height: 32px;
  }
}

.rich-royal-lyezu4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.rich-royal-lyezu4 .rich-royal-xsmt3y {
  flex-shrink: 0;
}

.rich-royal-lyezu4 .rich-royal-zuyopw svg {
  display: none;
}

.rich-royal-qx2htv {
  display: grid;
  transition: max-height 0.rich-royal-7r94hc ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .rich-royal-qx2htv {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .rich-royal-qx2htv {
    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));
  }
}

.rich-royal-qx2htv.rich-royal-onzyn6 + .rich-royal-xsmt3y svg {
  transform: rotate(180deg);
}

.rich-royal-ry7awv {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.rich-royal-ry7awv > div:nth-child(3n) {
  grid-column: span 2;
}

.rich-royal-ry7awv
  > div:nth-child(3n)
  .rich-royal-ojytey
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .rich-royal-ry7awv {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .rich-royal-ry7awv > div:nth-child(3n) {
    grid-column: unset;
  }

  .rich-royal-ry7awv
    > div:nth-child(3n)
    .rich-royal-ojytey
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .rich-royal-ry7awv {
    max-width: 270px;
  }
}

.rich-royal-ry7awv .rich-royal-ojytey button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .rich-royal-ry7awv .rich-royal-ojytey button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .rich-royal-ry7awv .rich-royal-ojytey button {
    max-width: 104px;
  }
}

.rich-royal-dvfzhv {
  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) {
  .rich-royal-dvfzhv {
    margin-bottom: 0;
  }
}

.rich-royal-pdbde5 {
  display: none;
  opacity: 0;
}

.rich-royal-2pe7zv {
  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;
  }
}

.rich-royal-2pe7zv img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.rich-royal-ojytey {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.rich-royal-ojytey button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rich-royal-ojytey
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rich-royal-ojytey
    button {
    max-width: 145px;
  }
}

.rich-royal-v4y095:first-child
  .rich-royal-ojytey
  button {
  max-width: 270px;
}

.rich-royal-cn7pkn {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.rich-royal-dvfzhv picture {
  width: 100%;
  max-width: 100%;
}

.rich-royal-s2603l {
  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;
}

.rich-royal-s2603l svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.rich-royal-dvfzhv:hover .rich-royal-s2603l {
  display: flex;
}

.rich-royal-95icon {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.rich-royal-m6103n {
  display: flex;
}

.rich-royal-m6103n:hover .rich-royal-0etbtu,
.rich-royal-m6103n .rich-royal-ls8qxf .rich-royal-0etbtu {
  display: flex;
}

.rich-royal-m6103n svg {
  flex-shrink: 0;
}

.rich-royal-0etbtu {
  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) {
  .rich-royal-0etbtu {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.rich-royal-0etbtu:hover {
  display: flex;
}

.rich-royal-0etbtu svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.rich-royal-liqo2c {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .rich-royal-liqo2c {
    font-size: 12px;
  }
}

.rich-royal-my8lzc,
.rich-royal-11yuch {
  width: 50%;
  flex-shrink: 0;
}

.rich-royal-my8lzc {
  font-weight: 700;
}

.rich-royal-khgbzy .rich-royal-qx2htv {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .rich-royal-khgbzy .rich-royal-qx2htv {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .rich-royal-khgbzy .rich-royal-qx2htv {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.rich-royal-khgbzy
  .rich-royal-cn7pkn:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.rich-royal-khgbzy .rich-royal-2pe7zv {
  height: 100% !important;
  border-radius: 16px;
}

.rich-royal-khgbzy .rich-royal-ojytey {
  gap: 4px;
  align-items: center;
}

.rich-royal-khgbzy .rich-royal-ojytey button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rich-royal-khgbzy .rich-royal-ojytey svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.rich-royal-khgbzy .rich-royal-oa671q,
.rich-royal-khgbzy .rich-royal-y9ppx0 {
  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.rich-royal-a98txf.org/2000/svg'%3E%3Cpath d='M9.rich-royal-p1mx4s 4.rich-royal-fsncuk.rich-royal-87i3c6 5.rich-royal-qkm8ia.rich-royal-n6wot0 5.rich-royal-qmzcm8.rich-royal-3oze0v 5.rich-royal-txqgit.rich-royal-cngpsw 8.rich-royal-7v436i.rich-royal-4mly76 9.rich-royal-jc9yho.rich-royal-hj0zcv 9.rich-royal-he2kno.rich-royal-akp5xr 13.rich-royal-lt0wml.rich-royal-kw8mtn 11.rich-royal-x90xay.rich-royal-g1cfqb 11.rich-royal-mriwrt.rich-royal-ziundc 11.rich-royal-xtz5oq.rich-royal-a66mwy 13.rich-royal-la4nws.rich-royal-0ijp2z 9.rich-royal-wnvmpn.rich-royal-kov5vv 9.rich-royal-fdbx1b.rich-royal-hxrpua 8.rich-royal-3w5vor.rich-royal-1s6jwc 5.rich-royal-ja6xue.rich-royal-w7z8nd 5.rich-royal-3d8bax.rich-royal-8yj2t7 5.rich-royal-sx6ahs.rich-royal-keduir 4.rich-royal-6qcp2s.rich-royal-g1cfqb 1.rich-royal-lto1gn.rich-royal-p1mx4s 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.rich-royal-khgbzy .rich-royal-oa671q {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.rich-royal-khgbzy .rich-royal-y9ppx0 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.rich-royal-2eej88 {
  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) {
  .rich-royal-2eej88 {
    padding: 24px;
  }
}

.rich-royal-2eej88 .rich-royal-xsmt3y {
  display: flex;
}

@media (min-width: 768px) {
  .rich-royal-2eej88 .rich-royal-xsmt3y {
    display: none;
  }
}

.rich-royal-2eej88 .rich-royal-zuyopw svg {
  display: none;
}

.rich-royal-fk1qf0 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rich-royal-fk1qf0 .rich-royal-4t0au1 {
  display: none;
}

@media (min-width: 768px) {
  .rich-royal-fk1qf0 .rich-royal-4t0au1 {
    display: flex;
  }
}

.rich-royal-vr9iny {
  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) {
  .rich-royal-vr9iny {
    font-size: 40px;
    line-height: 48px;
  }
}

.rich-royal-vr9iny > * {
  margin: 0 !important;
}

.rich-royal-vr9iny img,
.rich-royal-n36he5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rich-royal-vr9iny img,
  .rich-royal-n36he5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rich-royal-ewua5i {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rich-royal-ewua5i {
    width: 32px;
    height: 32px;
  }
}

.rich-royal-wuqlvg {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .rich-royal-wuqlvg {
    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;
  }

  .rich-royal-wuqlvg::-webkit-scrollbar {
    display: none;
  }
}

.rich-royal-zzrsri {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .rich-royal-zzrsri {
    padding: 7px 15px;
  }
}

.rich-royal-zzrsri:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rich-royal-14ujqe {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rich-royal-14ujqe {
    display: flex;
    opacity: 1;
  }
}

.rich-royal-zzrsri picture {
  height: 100%;
  display: block;
}

.rich-royal-zzrsri img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .rich-royal-zzrsri img {
    width: 88px;
    height: 44px;
  }
}

.rich-royal-zzrsri p {
  text-align: center;
  width: 100%;
}

.rich-royal-dviu1d {
  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) {
  .rich-royal-dviu1d {
    font-size: 40px;
    line-height: 48px;
  }
}

.rich-royal-dviu1d img,
.rich-royal-qtvx4d {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rich-royal-dviu1d img,
  .rich-royal-qtvx4d {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rich-royal-1kfh17 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rich-royal-1kfh17 {
    width: 32px;
    height: 32px;
  }
}

.rich-royal-nt8vom {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.rich-royal-3pcrw3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, 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;
}

.rich-royal-wwcsg9 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.rich-royal-wwcsg9.rich-royal-ls8qxf {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.rich-royal-rs5c4d {
  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(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .rich-royal-rs5c4d {
    font-size: 20px;
    line-height: 28px;
  }
}

.rich-royal-xypq2l {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.rich-royal-c6invd {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.rich-royal-7r94hc ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.rich-royal-srlxgo {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.rich-royal-srlxgo ol,
.rich-royal-srlxgo ul {
  padding-left: 1.3em;
}

.rich-royal-wwcsg9.rich-royal-ls8qxf .rich-royal-c6invd {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.rich-royal-wwcsg9.rich-royal-ls8qxf .rich-royal-xypq2l {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.rich-royal-w3w41z {
  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) {
  .rich-royal-w3w41z {
    padding: 24px;
  }
}

.rich-royal-w3w41z .rich-royal-xsmt3y {
  display: flex;
}

@media (min-width: 768px) {
  .rich-royal-w3w41z .rich-royal-xsmt3y {
    display: none;
  }
}

.rich-royal-w3w41z .rich-royal-zuyopw svg {
  display: none;
}

.rich-royal-uoxtn1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rich-royal-uoxtn1 .rich-royal-4t0au1 {
  display: none;
}

@media (min-width: 768px) {
  .rich-royal-uoxtn1 .rich-royal-4t0au1 {
    display: flex;
  }
}

.rich-royal-i61o6r {
  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) {
  .rich-royal-i61o6r {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.rich-royal-i61o6r > * {
  margin: 0 !important;
}

.rich-royal-i61o6r img,
.rich-royal-vjnu6b {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rich-royal-i61o6r img,
  .rich-royal-vjnu6b {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rich-royal-0pdbrg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rich-royal-0pdbrg {
    width: 32px;
    height: 32px;
  }
}

.rich-royal-5opke2 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .rich-royal-5opke2 {
    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;
  }

  .rich-royal-5opke2::-webkit-scrollbar {
    display: none;
  }
}

.rich-royal-9xusdd {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.rich-royal-9xusdd:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rich-royal-xcqu2e {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rich-royal-xcqu2e {
    display: flex;
    opacity: 1;
  }
}

.rich-royal-9xusdd picture {
  width: auto;
  height: 100%;
  display: block;
}

.rich-royal-9xusdd picture img {
  display: block;
  width: auto;
  height: 100%;
}

.rich-royal-0pjnh6 {
  margin: -24px 0;
}

.rich-royal-0pjnh6:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .rich-royal-0pjnh6 {
    margin: -16px 0;
  }
}

.rich-royal-14a82k {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .rich-royal-14a82k {
    flex-direction: row;
  }
}

.rich-royal-7kqxiy {
  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) {
  .rich-royal-7kqxiy {
    flex: 1;
  }
}

.rich-royal-7kqxiy::placeholder {
  color: var(--Text-400);
}

.rich-royal-e8o61y {
  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;
}

.rich-royal-szxyhh {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rich-royal-szxyhh::-webkit-scrollbar {
  display: none;
}

.rich-royal-1ptn3l {
  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;
}

.rich-royal-1ptn3l img,
.rich-royal-1ptn3l svg {
  margin-right: 8px;
}

.rich-royal-emu3to {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.rich-royal-0pjnh6 + .rich-royal-n23041 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .rich-royal-0pjnh6 + .rich-royal-n23041 {
    margin-top: -16px;
  }
}

.rich-royal-opfkzk {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.rich-royal-opfkzk > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.rich-royal-opfkzk > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.rich-royal-p69ddp {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, 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;
}

.rich-royal-ftf2w6 {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.rich-royal-gox9bv {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.rich-royal-it8nn6 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.rich-royal-nll2r8 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.rich-royal-p69ddp 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;
}

.rich-royal-p69ddp 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) {
  .rich-royal-p69ddp {
    padding: 39px 179px 39px 39px;
  }

  .rich-royal-ftf2w6 {
    font-size: 40px;
    line-height: 48px;
  }

  .rich-royal-nll2r8 {
    height: 348px;
  }

  .rich-royal-p69ddp button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .rich-royal-p69ddp button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .rich-royal-p69ddp {
    padding: 63px;
  }
}

.rich-royal-e297w1 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .rich-royal-e297w1 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.rich-royal-slaqye {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rich-royal-slaqye {
    width: auto;
  }
}

.rich-royal-sq95vk {
  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;
}

.rich-royal-sq95vk::-webkit-scrollbar {
  display: none;
}

.rich-royal-sq95vk 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);
}

.rich-royal-sq95vk a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rich-royal-sq95vk {
    margin-left: 16px;
    margin-top: 0;
  }
}

.rich-royal-e297w1 .rich-royal-l9n8h7 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.rich-royal-7r94hc,
    mask-image 0.3s;
}

.rich-royal-e297w1 .rich-royal-l9n8h7.rich-royal-x7l5bm {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.rich-royal-qazim1 {
  margin: 40px -16px;
}

.rich-royal-n8nhnz + .rich-royal-914jzg,
.rich-royal-n8nhnz + .rich-royal-3usd1d {
  margin-top: 24px;
}

.rich-royal-cnxo3u {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.rich-royal-cnxo3u picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.rich-royal-yp49h9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .rich-royal-yp49h9 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .rich-royal-yp49h9 {
    margin-top: 0;
  }
}

.rich-royal-ccv4o1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rich-royal-ccv4o1 {
    font-size: 24px;
    line-height: 32px;
  }
}

.rich-royal-bpdwjh {
  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) {
  .rich-royal-bpdwjh {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.rich-royal-u4aj3t {
  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) {
  .rich-royal-u4aj3t {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.rich-royal-n4i4bi {
  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) {
  .rich-royal-n4i4bi {
    font-size: 20px;
    line-height: 28px;
  }
}

.rich-royal-muz14j {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rich-royal-muz14j {
    font-size: 32px;
    line-height: 40px;
  }
}

.rich-royal-m8ce06 {
  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;
}

.rich-royal-7bkfgy {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.rich-royal-7bkfgy img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rich-royal-n23041 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.rich-royal-6cjm6c {
  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) {
  .rich-royal-6cjm6c {
    padding: 15px 48px;
  }
}

main > .rich-royal-n23041 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .rich-royal-qx2htv.rich-royal-w3spsn > div:nth-child(n+5) {
    display: none;
  }
}

.rich-royal-wgm6sc p a img {
  display: block;
  margin: 0 auto;
}


.rich-royal-1hasce {
  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 */
.rich-royal-h0j818 {
  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;
}

.rich-royal-h0j818 label {
  font-size: 14px;
}

.rich-royal-h0j818 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rich-royal-h0j818 input,
.rich-royal-h0j818 textarea,
.rich-royal-h0j818 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;
}
.rich-royal-h0j818 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rich-royal-u941ad ease;
}
.rich-royal-h0j818 button:hover {
  background-color: var(--button-bg-hover);
}
.rich-royal-ga2fn6 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rich-royal-3grhpu ease-in;
}

.rich-royal-ga2fn6 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;
}
.rich-royal-if6wl5, .rich-royal-jfr124, [class*="review-card"],
thead, thead th, table th, .rich-royal-06pttq,
.rich-royal-m5dfk6, [class*="collapsible-header"],
.rich-royal-h02z2r, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
