* {
  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;
  }
}

.royal-reels-10-8zvca1 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .royal-reels-10-8zvca1 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .royal-reels-10-8zvca1 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.royal-reels-10-vka5v5 {
  overflow: hidden;
}

.royal-reels-10-96o8es img {
  background: var(--Neutral-300);
}

.royal-reels-10-1j0jbq {
  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;
}

.royal-reels-10-8hjssu {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.royal-reels-10-8hjssu:hover {
  background: var(--button-bg-hover);
}

.royal-reels-10-hllh1n {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.royal-reels-10-hllh1n:hover {
  background: var(--button-bg-hover);
}

.royal-reels-10-6qwu17 {
  font-size: 12px;
  line-height: 18px;
}

.royal-reels-10-m2xaes {
  font-size: 18px;
  line-height: 26px;
}

.royal-reels-10-wc4tox {
  width: 100%;
}

.royal-reels-10-ht78bd {
  padding: 6px 16px;
}

.royal-reels-10-nxsa27 {
  padding: 10px 16px;
}

.royal-reels-10-325wp7 {
  padding: 15px 26px;
}

.royal-reels-10-8hkrz1 {
  flex-shrink: 0;
}

.royal-reels-10-nbjceq {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.royal-reels-10-zly8ec {
  display: none;
}

.royal-reels-10-0hsatx {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.royal-reels-10-0hqhkl {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.royal-reels-10-la23or {
  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;
}

.royal-reels-10-wkq5wc {
  cursor: grab;
}

.royal-reels-10-la23or::-webkit-scrollbar {
  display: none;
}

.royal-reels-10-saqza3 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.royal-reels-10-spw6g6 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.royal-reels-10-gs2eo5 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.royal-reels-10-fl26a9 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.royal-reels-10-yxaizv {
  visibility: visible;
}

.royal-reels-10-ub222v {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.royal-reels-10-fai2xq ease;
}

.royal-reels-10-7a9m2i {
  background-color: var(--Primary-200);
  width: 16px;
}

.royal-reels-10-zq787a {
  -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.royal-reels-10-fai2xq,
    mask-image 0.3s;
}

.royal-reels-10-zq787a.royal-reels-10-kixxt0 {
  -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;
  }
}

.royal-reels-10-wxvgxh: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;
}

.royal-reels-10-rfb8xd {
  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.royal-reels-10-9nwlx2.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.royal-reels-10-9nwlx2.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;
}

.royal-reels-10-igylxc {
  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);
}

.royal-reels-10-igylxc::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%
  );
}

.royal-reels-10-du0sed {
  position: relative;
  z-index: 1;
}

.royal-reels-10-ht4ma3 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.royal-reels-10-w7dcvp {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.royal-reels-10-nbhccc {
  font-size: 40px;
  line-height: 48px;
}

.royal-reels-10-yjpkpi {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.royal-reels-10-xh33no {
  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;
}

.royal-reels-10-xh33no:hover {
  background: var(--Primary-400);
}

.royal-reels-10-xh33no svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.royal-reels-10-wxvgxh 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) {
  .royal-reels-10-igylxc {
    max-width: 600px;
    padding: 64px;
  }

  .royal-reels-10-ht4ma3 {
    font-size: 24px;
    line-height: 32px;
  }

  .royal-reels-10-w7dcvp {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .royal-reels-10-nbhccc {
    font-size: 50px;
    line-height: 56px;
  }

  .royal-reels-10-yjpkpi {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .royal-reels-10-rfb8xd {
    top: 25px;
    right: 25px;
  }
}

.royal-reels-10-xsh8qv,
.royal-reels-10-lqzgex {
  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;
}

.royal-reels-10-otq15f.royal-reels-10-ovn33s::before,
.royal-reels-10-lqzgex::before,
.royal-reels-10-ng528g::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.royal-reels-10-9nwlx2.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.royal-reels-10-tcifot 14.royal-reels-10-y9gbof.royal-reels-10-s91b0j 14.royal-reels-10-h8ghsj 15.royal-reels-10-oblnwz 14.royal-reels-10-qb49p4 15.royal-reels-10-0u5ono 14.royal-reels-10-mptyo8.royal-reels-10-b0estt 14.royal-reels-10-175t9r 19.royal-reels-10-rxyt5f 12.royal-reels-10-36wdx5 19.royal-reels-10-rxyt5f 10.royal-reels-10-td1yq6.royal-reels-10-rxyt5f 8.royal-reels-10-1igtry 17.royal-reels-10-j8rp9q 7.royal-reels-10-8r1yi2 15.royal-reels-10-fip2xm 7.royal-reels-10-ddp2py.royal-reels-10-udyvo1 7.royal-reels-10-8r1yi2 11.royal-reels-10-yjs9rk 8.royal-reels-10-1igtry 11.royal-reels-10-yjs9rk 10.royal-reels-10-fvtsq9.royal-reels-10-yjs9rk 12.royal-reels-10-r4c5e7 13.royal-reels-10-k9p2fx 14.royal-reels-10-0cl49g 15.royal-reels-10-oa9rso 14.royal-reels-10-4gjuf5.royal-reels-10-vdvso0 14.royal-reels-10-f1o4wp 15.royal-reels-10-tjq3uo 14.royal-reels-10-lp6mps 15.royal-reels-10-mrtjf2 14.royal-reels-10-73i12w.royal-reels-10-tcifot 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.royal-reels-10-7bgvg7 15.royal-reels-10-bnyyqz.royal-reels-10-w8wi87 15.royal-reels-10-bjj3rt 15.royal-reels-10-ep9xmr 15.royal-reels-10-92gblp 15.royal-reels-10-n1h3dx 15.royal-reels-10-0xhnpq.royal-reels-10-3y0546 15.royal-reels-10-92gblp 15.royal-reels-10-m7jnmh 15.royal-reels-10-p1yl9f 15.royal-reels-10-w6d0yv 15.royal-reels-10-dtb7di.royal-reels-10-d9wcxe 15.royal-reels-10-u6byrl 7.royal-reels-10-g6ul8a 18.royal-reels-10-2tf7p3 7.royal-reels-10-ii5bpf 23.royal-reels-10-mc7bj8.royal-reels-10-pj50nw.royal-reels-10-u9r74g 18.royal-reels-10-2ndqpj 19.royal-reels-10-zqezfr 15.royal-reels-10-vtyxb3 15.royal-reels-10-7bgvg7 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.royal-reels-10-a8mhp1 [type="submit"] *,
.royal-reels-10-1goqqn button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .royal-reels-10-j1pruw {
    display: none;
  }
}

.royal-reels-10-fwqc0n {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .royal-reels-10-fwqc0n {
  display: none;
}

@media (min-width: 768px) {
  .royal-reels-10-fwqc0n {
    bottom: 22px;
  }
}

.royal-reels-10-fwqc0n input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .royal-reels-10-fwqc0n {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.royal-reels-10-ivfgqm.static) .royal-reels-10-fwqc0n {
    bottom: 8px;
  }
}

.royal-reels-10-t10kdg {
  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.royal-reels-10-9nwlx2.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.royal-reels-10-ykgzml 3.royal-reels-10-8wassm.royal-reels-10-hm06ab.royal-reels-10-qu2w57 3.royal-reels-10-ubmcva 3.royal-reels-10-0di92w 5.royal-reels-10-o10cyn 3.royal-reels-10-0di92w 8.royal-reels-10-mfr4hr.royal-reels-10-jexi72.royal-reels-10-0di92w 26.royal-reels-10-vwotgq 5.royal-reels-10-heoqnt 28.royal-reels-10-quk82y 8.royal-reels-10-x7huq0 28.royal-reels-10-8o4a7t.royal-reels-10-lejtdj 28.royal-reels-10-e3csd7.royal-reels-10-6zgkiz 34.royal-reels-10-77s4t6.royal-reels-10-ggunhb 36.royal-reels-10-ynazyj 11.royal-reels-10-rjah8y 37.royal-reels-10-8m49ps 12.royal-reels-10-8jre0i 36.royal-reels-10-tn754a.royal-reels-10-6nn2fv 28.royal-reels-10-wgj0ai.royal-reels-10-lfplhu.royal-reels-10-ajnesb 28.royal-reels-10-ximuf3 36.royal-reels-10-71lnm4 26.royal-reels-10-ntr33b 36.royal-reels-10-71lnm4 23.royal-reels-10-uztd2p.royal-reels-10-xtkang.royal-reels-10-71lnm4 5.royal-reels-10-n8j2ab 34.royal-reels-10-xahsf1 3.royal-reels-10-ubmcva 31.royal-reels-10-ykgzml 3.royal-reels-10-obtdds.royal-reels-10-dm8wmu 18.royal-reels-10-b1ajmx.royal-reels-10-as9dlw 18.royal-reels-10-zhnvzu 8.royal-reels-10-4ocpee 17.royal-reels-10-pg2jxg 8.royal-reels-10-4ocpee 15.royal-reels-10-feeikw.royal-reels-10-4ocpee 14.royal-reels-10-5o4qru 9.royal-reels-10-as9dlw 13.royal-reels-10-bxr2le 11.royal-reels-10-dm8wmu 13.royal-reels-10-tjcggj.royal-reels-10-pa0emp 13.royal-reels-10-bxr2le 13.royal-reels-10-rlqq3z 14.royal-reels-10-5o4qru 13.royal-reels-10-rlqq3z 15.royal-reels-10-ouzk6n.royal-reels-10-rlqq3z 17.royal-reels-10-pg2jxg 12.royal-reels-10-pa0emp 18.royal-reels-10-zhnvzu 11.royal-reels-10-dm8wmu 18.royal-reels-10-ps1dw5.royal-reels-10-lpqeel 18.royal-reels-10-zz7vmf.royal-reels-10-1sr0qa 18.royal-reels-10-zhnvzu 17.royal-reels-10-dltuig 17.royal-reels-10-pg2jxg 17.royal-reels-10-dltuig 15.royal-reels-10-4yfc9t.royal-reels-10-dltuig 14.royal-reels-10-5o4qru 18.royal-reels-10-1sr0qa 13.royal-reels-10-bxr2le 20.royal-reels-10-lpqeel 13.royal-reels-10-sa0ydx.royal-reels-10-htu33t 13.royal-reels-10-bxr2le 22.royal-reels-10-6ljyrc 14.royal-reels-10-5o4qru 22.royal-reels-10-6ljyrc 15.royal-reels-10-kcsba9.royal-reels-10-ka9jhh 17.royal-reels-10-pg2jxg 21.royal-reels-10-htu33t 18.royal-reels-10-zhnvzu 20.royal-reels-10-lpqeel 18.royal-reels-10-d3f0yg.royal-reels-10-vsjx29 18.royal-reels-10-0ngatt.royal-reels-10-r0hljm 18.royal-reels-10-zhnvzu 26.royal-reels-10-6u9ydo 17.royal-reels-10-pg2jxg 26.royal-reels-10-6u9ydo 15.royal-reels-10-aj8ow6.royal-reels-10-6u9ydo 14.royal-reels-10-5o4qru 27.royal-reels-10-r0hljm 13.royal-reels-10-bxr2le 28.royal-reels-10-vsjx29 13.royal-reels-10-o9dhlr.royal-reels-10-b1tdn7 13.royal-reels-10-bxr2le 31.royal-reels-10-9pmw00 14.royal-reels-10-5o4qru 31.royal-reels-10-9pmw00 15.royal-reels-10-5zq1a4.royal-reels-10-6u9ydo 17.royal-reels-10-pg2jxg 30.royal-reels-10-b1tdn7 18.royal-reels-10-zhnvzu 28.royal-reels-10-vsjx29 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"])
    .royal-reels-10-t10kdg {
    display: none;
  }
}

.royal-reels-10-azgd2n {
  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) {
  .royal-reels-10-azgd2n {
    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;
}

.royal-reels-10-1goqqn {
  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) {
  .royal-reels-10-1goqqn {
    padding: 14px 16px;
  }
}

.royal-reels-10-1goqqn button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.royal-reels-10-1goqqn button:first-child {
  align-content: end;
}

.royal-reels-10-1goqqn button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .royal-reels-10-1goqqn
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .royal-reels-10-1goqqn
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.royal-reels-10-1goqqn button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.royal-reels-10-1goqqn button:last-child svg {
  width: 38px;
  height: 38px;
}

.royal-reels-10-ng528g {
  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;
}

.royal-reels-10-ng528g::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .royal-reels-10-ng528g,
.pc61d126-chatbot[data-active-screen="3"]
  .royal-reels-10-ng528g {
  opacity: 1;
  visibility: visible;
}

.royal-reels-10-zk56ca {
  flex: 1 1;
}

.royal-reels-10-0qsawb {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .royal-reels-10-0qsawb {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .royal-reels-10-itrpt9 {
  display: block;
}

.royal-reels-10-w06218 {
  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) {
  .royal-reels-10-w06218 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.royal-reels-10-lqzgex {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.royal-reels-10-lqzgex::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.royal-reels-10-90gmwl span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.royal-reels-10-90gmwl p {
  color: var(--Text-100);
}

.royal-reels-10-lqzgex .royal-reels-10-jstqsm {
  grid-area: button;
}

.royal-reels-10-lqzgex .royal-reels-10-jstqsm::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.royal-reels-10-9nwlx2.org/2000/svg'%3E%3Cpath d='M4.royal-reels-10-dnq1wh 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.royal-reels-10-0trdxg 15L16.royal-reels-10-0trdxg 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.royal-reels-10-0trdxg 5L16.royal-reels-10-0trdxg 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .royal-reels-10-f3bure {
  display: block;
}

.royal-reels-10-z1kg1y {
  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) {
  .royal-reels-10-z1kg1y {
    margin-top: 40px;
  }
}

.royal-reels-10-xsh8qv label,
.royal-reels-10-xsh8qv input {
  display: block;
  width: 100%;
}

.royal-reels-10-xsh8qv label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.royal-reels-10-xsh8qv label.royal-reels-10-q8zlcj input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.royal-reels-10-xsh8qv label.royal-reels-10-q8zlcj::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;
}

.royal-reels-10-xsh8qv 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;
}

.royal-reels-10-xsh8qv input::placeholder {
  color: var(--Text-400);
}

.royal-reels-10-bkfkiw {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .royal-reels-10-bkfkiw {
  display: flex;
}

.royal-reels-10-bkfkiw ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .royal-reels-10-bkfkiw ol {
    height: 420px;
    padding: 24px;
  }
}

.royal-reels-10-bkfkiw ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.royal-reels-10-a8mhp1 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .royal-reels-10-a8mhp1 {
    padding: 0 24px 24px;
  }
}

.royal-reels-10-a8mhp1 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;
}

.royal-reels-10-a8mhp1 input::placeholder {
  color: var(--Text-400);
}

.royal-reels-10-a8mhp1 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.royal-reels-10-a8mhp1 [type="submit"]:disabled {
  opacity: 0.5;
}

.royal-reels-10-a8mhp1 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .royal-reels-10-a8mhp1 [type="submit"] {
    right: 40px;
  }
}

.royal-reels-10-otq15f {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.royal-reels-10-otq15f.royal-reels-10-ovn33s {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.royal-reels-10-otq15f.royal-reels-10-ovn33s::before {
  content: "";
  width: 31px;
}

.royal-reels-10-otq15f.royal-reels-10-ovn33s p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.royal-reels-10-otq15f.royal-reels-10-zfm17o p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.royal-reels-10-otq15f p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.royal-reels-10-fwqc0n .royal-reels-10-jstqsm {
  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;
  }
}

.royal-reels-10-j1pruw {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .royal-reels-10-j1pruw {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .royal-reels-10-j1pruw {
    padding: 18px 0;
  }
}

.royal-reels-10-j1pruw .royal-reels-10-8zvca1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .royal-reels-10-j1pruw .royal-reels-10-8zvca1 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.royal-reels-10-dle3q5 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .royal-reels-10-dle3q5 {
    max-width: 160px;
    height: 40px;
  }
}

.royal-reels-10-dle3q5 picture,
.royal-reels-10-dle3q5 img {
  display: block;
  width: 100%;
  height: 100%;
}

.royal-reels-10-dle3q5 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .royal-reels-10-qw2cfq {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.royal-reels-10-fai2xq ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .royal-reels-10-j1pruw.royal-reels-10-ilt2zi .royal-reels-10-qw2cfq {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .royal-reels-10-qw2cfq {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .royal-reels-10-qw2cfq {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.royal-reels-10-k3xi9w,
.royal-reels-10-156ygi {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .royal-reels-10-k3xi9w,
  .royal-reels-10-156ygi {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .royal-reels-10-156ygi {
    display: none;
  }
}

.royal-reels-10-k1yhe1 {
  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;
}

.royal-reels-10-ilt2zi .royal-reels-10-k1yhe1 {
  background: var(--fh-bg-color);
}

.royal-reels-10-k1yhe1 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .royal-reels-10-k1yhe1 {
    display: none;
  }
}

.royal-reels-10-fyr3we {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .royal-reels-10-fyr3we {
    display: none;
  }
}

.royal-reels-10-l2nlim {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.royal-reels-10-j1pruw.royal-reels-10-ilt2zi .royal-reels-10-l2nlim:first-child {
  display: none;
}

.royal-reels-10-j1pruw.royal-reels-10-ilt2zi .royal-reels-10-l2nlim:last-child {
  display: block;
}

.royal-reels-10-l2nlim:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .royal-reels-10-l2nlim {
    display: none;
  }
}

.royal-reels-10-dg674c {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .royal-reels-10-dg674c {
    display: flex;
  }
}

.royal-reels-10-dg674c ul {
  max-height: 350px;
  overflow-y: auto;
}

.royal-reels-10-dg674c:hover ul {
  visibility: visible;
  opacity: 1;
}

.royal-reels-10-dg674c:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.royal-reels-10-dg674c:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.royal-reels-10-dg674c:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.royal-reels-10-dg674c:hover .royal-reels-10-t34np9 svg {
  transform: rotate(180deg);
}

.royal-reels-10-fp8hmb {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.royal-reels-10-8s8t6r {
  padding: 0 8px;
}

.royal-reels-10-z591s9 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.royal-reels-10-z591s9:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .royal-reels-10-z591s9 {
    padding: 4px 8px;
  }
}

.royal-reels-10-yu3dzd {
  display: flex;
}

.royal-reels-10-yu3dzd img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.royal-reels-10-t34np9 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.royal-reels-10-t34np9 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.royal-reels-10-86vdnv {
  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) {
  .royal-reels-10-86vdnv {
    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;
  }
}

.royal-reels-10-f1yujg {
  width: 100%;
}

@media (min-width: 1200px) {
  .royal-reels-10-f1yujg {
    display: none;
  }
}

.royal-reels-10-eb8vzq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.royal-reels-10-hdjth5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.royal-reels-10-r80swg {
  display: flex;
}

.royal-reels-10-l5g49i {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.royal-reels-10-26e1o8 {
  list-style: none;
}

@media (max-width: 1199px) {
  .royal-reels-10-26e1o8 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .royal-reels-10-26e1o8 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .royal-reels-10-26e1o8 .royal-reels-10-qjo5z8 [data-ref-el],
  .royal-reels-10-26e1o8 .royal-reels-10-qjo5z8 span,
  .royal-reels-10-26e1o8 .royal-reels-10-qjo5z8 a {
    white-space: nowrap;
  }
}

.royal-reels-10-v878rg {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .royal-reels-10-v878rg.royal-reels-10-arsd8y > .royal-reels-10-qjo5z8 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .royal-reels-10-v878rg.royal-reels-10-dc7pus:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .royal-reels-10-v878rg.royal-reels-10-arsd8y > .royal-reels-10-cm2ja3 {
    height: auto;
  }

  .royal-reels-10-v878rg.royal-reels-10-arsd8y > div > .royal-reels-10-4d3xfk {
    transform: rotate(180deg);
  }
}

.royal-reels-10-v878rg [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.royal-reels-10-v878rg [data-ref-el],
.royal-reels-10-v878rg span {
  cursor: pointer;
}

.royal-reels-10-v878rg [data-ref-el],
.royal-reels-10-v878rg span,
.royal-reels-10-v878rg a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .royal-reels-10-v878rg [data-ref-el],
  .royal-reels-10-v878rg span,
  .royal-reels-10-v878rg a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .royal-reels-10-v878rg [data-ref-el],
  .royal-reels-10-v878rg span,
  .royal-reels-10-v878rg a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.royal-reels-10-cm2ja3 {
  height: 0;
  overflow: hidden;
  transition: height 0.royal-reels-10-fai2xq ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.royal-reels-10-cm2ja3::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.royal-reels-10-cm2ja3::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.royal-reels-10-cm2ja3::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .royal-reels-10-cm2ja3 {
    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;
  }

  .royal-reels-10-cm2ja3:has(> .royal-reels-10-v878rg.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .royal-reels-10-cm2ja3 .royal-reels-10-cm2ja3 {
    padding: 0;
  }

  .royal-reels-10-cm2ja3 .royal-reels-10-v878rg {
    font-weight: 400;
  }

  .royal-reels-10-cm2ja3 .royal-reels-10-v878rg:hover > .royal-reels-10-qjo5z8 {
    background: var(--Neutral-300);
  }

  .royal-reels-10-cm2ja3 .royal-reels-10-4d3xfk {
    rotate: -90deg;
  }
}

.royal-reels-10-qjo5z8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .royal-reels-10-qjo5z8 {
    padding: 8px;
  }

  .royal-reels-10-v878rg.royal-reels-10-cvmvzb > .royal-reels-10-qjo5z8 {
    background: var(--Neutral-300);
  }
}

.royal-reels-10-4d3xfk {
  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.royal-reels-10-9nwlx2.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.royal-reels-10-uqae7c 0.royal-reels-10-0sxxka.royal-reels-10-pfzd01 -0.royal-reels-10-8c78iq 0.royal-reels-10-1lb72r -0.royal-reels-10-8c78iq 1.royal-reels-10-r6f366 0.royal-reels-10-r6u605.royal-reels-10-c6p77f 4.royal-reels-10-54tary.royal-reels-10-uqae7c 0.royal-reels-10-opo0wr.royal-reels-10-7g5wxl -0.royal-reels-10-8c78iq 9.royal-reels-10-7z8i6t -0.royal-reels-10-8c78iq 10.royal-reels-10-ydoiy4 0.royal-reels-10-vnlgey.royal-reels-10-jeb3k5 0.royal-reels-10-pfzd01 10.royal-reels-10-jeb3k5 0.royal-reels-10-1lb72r 10.royal-reels-10-ydoiy4 1.royal-reels-10-z7g18x.royal-reels-10-wn53q7 5.royal-reels-10-mxfywv.royal-reels-10-eku6el 6.royal-reels-10-bf8nu7 5.royal-reels-10-a2s6z8 6.royal-reels-10-bf8nu7 4.royal-reels-10-rm2q8e 5.royal-reels-10-k66boj.royal-reels-10-uqae7c 1.royal-reels-10-9cngwf.royal-reels-10-8c78iq 0.royal-reels-10-1lb72r -0.royal-reels-10-8c78iq 0.royal-reels-10-pfzd01 0.royal-reels-10-uqae7c 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.royal-reels-10-fai2xq ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .royal-reels-10-4d3xfk {
    cursor: default;
  }
}

.royal-reels-10-3mhjch {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.royal-reels-10-chfodx {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .royal-reels-10-chfodx {
    padding: 40px 4px;
  }
}

.royal-reels-10-1mkcjr {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .royal-reels-10-1mkcjr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.royal-reels-10-odm81b {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .royal-reels-10-odm81b {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.royal-reels-10-odm81b ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.royal-reels-10-odm81b [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.royal-reels-10-odm81b [data-ref-el],
.royal-reels-10-odm81b span,
.royal-reels-10-odm81b a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.royal-reels-10-sljkin {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .royal-reels-10-sljkin {
    margin-bottom: 12px;
  }
}

.royal-reels-10-xd9yf2 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.royal-reels-10-xd9yf2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .royal-reels-10-xd9yf2:last-child {
    margin-right: 0;
  }
}

.royal-reels-10-qaa5j2 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.royal-reels-10-sljkin:hover .royal-reels-10-3dpccz {
  visibility: visible;
  opacity: 1;
}

.royal-reels-10-3dpccz {
  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);
}

.royal-reels-10-xqh3ox {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.royal-reels-10-37x2tf {
  display: flex;
  margin: 6px;
}

.royal-reels-10-37x2tf img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.royal-reels-10-3dpccz::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);
}

.royal-reels-10-3dpccz::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);
}

.royal-reels-10-mz1ybz {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .royal-reels-10-mz1ybz {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.royal-reels-10-y79kko {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .royal-reels-10-y79kko {
    margin-right: 32px;
  }
}

.royal-reels-10-l73nlo {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .royal-reels-10-l73nlo {
    margin-top: 0;
    width: 340px;
  }
}

.royal-reels-10-l73nlo a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.royal-reels-10-tole86 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.royal-reels-10-firvqf {
  position: relative;
}

@media (min-width: 768px) {
  .royal-reels-10-firvqf {
    margin-top: 40px;
  }
}

.royal-reels-10-firvqf + .royal-reels-10-r3nuk2,
.royal-reels-10-firvqf + .royal-reels-10-firvqf {
  margin-top: 24px;
}

.royal-reels-10-bshkwe {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .royal-reels-10-bshkwe {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .royal-reels-10-bshkwe {
    padding: 80px;
  }
}

.royal-reels-10-v0arnb {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .royal-reels-10-v0arnb {
    padding: 0 16px;
}


}

.royal-reels-10-x4hnag {
  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) {
  .royal-reels-10-x4hnag {
    font-size: 48px;
    line-height: 56px;
  }
}

.royal-reels-10-cqoz6a {
  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) {
  .royal-reels-10-cqoz6a {
    font-size: 24px;
    line-height: 32px;
  }
}

.royal-reels-10-8b3tbi {
  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;
}

.royal-reels-10-8b3tbi:hover {
  background: var(--button-bg-hover);
}

.royal-reels-10-vos5cj {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.royal-reels-10-vos5cj img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .royal-reels-10-vos5cj img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .royal-reels-10-vos5cj img {
  min-height: 100%;
  }
}

.royal-reels-10-bshkwe::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.royal-reels-10-a5o3vw {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.royal-reels-10-a5o3vw h1,
.royal-reels-10-a5o3vw h2,
.royal-reels-10-a5o3vw h3,
.royal-reels-10-a5o3vw h4 {
  margin-bottom: 6px;
}

.royal-reels-10-a5o3vw h1:not(:first-child),
.royal-reels-10-a5o3vw h2:not(:first-child),
.royal-reels-10-a5o3vw h3:not(:first-child),
.royal-reels-10-a5o3vw h4:not(:first-child) {
  margin-top: 16px;
}

.royal-reels-10-a5o3vw h1,
.royal-reels-10-a5o3vw h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .royal-reels-10-a5o3vw h1,
  .royal-reels-10-a5o3vw h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.royal-reels-10-a5o3vw h2,
.royal-reels-10-a5o3vw h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .royal-reels-10-a5o3vw h2,
  .royal-reels-10-a5o3vw h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.royal-reels-10-a5o3vw h3,
.royal-reels-10-a5o3vw h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .royal-reels-10-a5o3vw h3,
  .royal-reels-10-a5o3vw h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.royal-reels-10-a5o3vw h4,
.royal-reels-10-a5o3vw h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.royal-reels-10-a5o3vw ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.royal-reels-10-a5o3vw ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.royal-reels-10-a5o3vw 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);
}

.royal-reels-10-a5o3vw ul ul {
  margin-bottom: 8px;
}

.royal-reels-10-a5o3vw ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.royal-reels-10-a5o3vw ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.royal-reels-10-a5o3vw ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.royal-reels-10-a5o3vw ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.royal-reels-10-a5o3vw ol li::marker {
  font-weight: 700;
}

.royal-reels-10-a5o3vw ol ol {
  margin-bottom: 8px;
}

.royal-reels-10-a5o3vw ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.royal-reels-10-a5o3vw ol ul li {
  padding-left: 16px;
}

.royal-reels-10-a5o3vw 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) {
  .royal-reels-10-a5o3vw table {
    padding: 24px;
  }
}

.royal-reels-10-a5o3vw table.royal-reels-10-oknihf {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.royal-reels-10-fai2xq,
    mask-image 0.3s;
}

.royal-reels-10-a5o3vw table.royal-reels-10-oknihf.royal-reels-10-kixxt0 {
  -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) {
  .royal-reels-10-a5o3vw table {
    display: table;
  }
}

.royal-reels-10-a5o3vw 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);
}

.royal-reels-10-a5o3vw table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.royal-reels-10-a5o3vw table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.royal-reels-10-a5o3vw 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) {
  .royal-reels-10-a5o3vw table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.royal-reels-10-a5o3vw table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.royal-reels-10-a5o3vw table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.royal-reels-10-a5o3vw table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.royal-reels-10-a5o3vw img {
  max-width: 100%;
  height: auto;
}

.royal-reels-10-qtnazj {
  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) {
  .royal-reels-10-qtnazj {
    padding: 24px;
  }
}

.royal-reels-10-at3f6u {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .royal-reels-10-at3f6u {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.royal-reels-10-at3f6u > * {
  margin: 0 !important;
}

.royal-reels-10-at3f6u img,
.royal-reels-10-ydv0hr {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .royal-reels-10-at3f6u img,
  .royal-reels-10-ydv0hr {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.royal-reels-10-2l7jpb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .royal-reels-10-2l7jpb {
    width: 32px;
    height: 32px;
  }
}

.royal-reels-10-rjav3o {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.royal-reels-10-rjav3o .royal-reels-10-1uh0xy {
  flex-shrink: 0;
}

.royal-reels-10-rjav3o .royal-reels-10-xqgu88 svg {
  display: none;
}

.royal-reels-10-ko88wo {
  display: grid;
  transition: max-height 0.royal-reels-10-fai2xq ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .royal-reels-10-ko88wo {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .royal-reels-10-ko88wo {
    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));
  }
}

.royal-reels-10-ko88wo.royal-reels-10-ncdb27 + .royal-reels-10-1uh0xy svg {
  transform: rotate(180deg);
}

.royal-reels-10-0qwb6f {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.royal-reels-10-0qwb6f > div:nth-child(3n) {
  grid-column: span 2;
}

.royal-reels-10-0qwb6f
  > div:nth-child(3n)
  .royal-reels-10-nh2bxu
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .royal-reels-10-0qwb6f {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .royal-reels-10-0qwb6f > div:nth-child(3n) {
    grid-column: unset;
  }

  .royal-reels-10-0qwb6f
    > div:nth-child(3n)
    .royal-reels-10-nh2bxu
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .royal-reels-10-0qwb6f {
    max-width: 270px;
  }
}

.royal-reels-10-0qwb6f .royal-reels-10-nh2bxu button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .royal-reels-10-0qwb6f .royal-reels-10-nh2bxu button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .royal-reels-10-0qwb6f .royal-reels-10-nh2bxu button {
    max-width: 104px;
  }
}

.royal-reels-10-xc7wn6 {
  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) {
  .royal-reels-10-xc7wn6 {
    margin-bottom: 0;
  }
}

.royal-reels-10-0yqhay {
  display: none;
  opacity: 0;
}

.royal-reels-10-zqch9w {
  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;
  }
}

.royal-reels-10-zqch9w img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.royal-reels-10-nh2bxu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.royal-reels-10-nh2bxu button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .royal-reels-10-nh2bxu
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .royal-reels-10-nh2bxu
    button {
    max-width: 145px;
  }
}

.royal-reels-10-q21owy:first-child
  .royal-reels-10-nh2bxu
  button {
  max-width: 270px;
}

.royal-reels-10-zsy3yf {
  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%;
}

.royal-reels-10-xc7wn6 picture {
  width: 100%;
  max-width: 100%;
}

.royal-reels-10-7l15jg {
  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;
}

.royal-reels-10-7l15jg svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.royal-reels-10-xc7wn6:hover .royal-reels-10-7l15jg {
  display: flex;
}

.royal-reels-10-yr6jce {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.royal-reels-10-x51f89 {
  display: flex;
}

.royal-reels-10-x51f89:hover .royal-reels-10-fgqdoi,
.royal-reels-10-x51f89 .royal-reels-10-cvmvzb .royal-reels-10-fgqdoi {
  display: flex;
}

.royal-reels-10-x51f89 svg {
  flex-shrink: 0;
}

.royal-reels-10-fgqdoi {
  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) {
  .royal-reels-10-fgqdoi {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.royal-reels-10-fgqdoi:hover {
  display: flex;
}

.royal-reels-10-fgqdoi svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.royal-reels-10-0vxedb {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .royal-reels-10-0vxedb {
    font-size: 12px;
  }
}

.royal-reels-10-a42czz,
.royal-reels-10-kj31pc {
  width: 50%;
  flex-shrink: 0;
}

.royal-reels-10-a42czz {
  font-weight: 700;
}

.royal-reels-10-nbrup5 .royal-reels-10-ko88wo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .royal-reels-10-nbrup5 .royal-reels-10-ko88wo {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .royal-reels-10-nbrup5 .royal-reels-10-ko88wo {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.royal-reels-10-nbrup5
  .royal-reels-10-zsy3yf:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.royal-reels-10-nbrup5 .royal-reels-10-zqch9w {
  height: 100% !important;
  border-radius: 16px;
}

.royal-reels-10-nbrup5 .royal-reels-10-nh2bxu {
  gap: 4px;
  align-items: center;
}

.royal-reels-10-nbrup5 .royal-reels-10-nh2bxu button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.royal-reels-10-nbrup5 .royal-reels-10-nh2bxu svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.royal-reels-10-nbrup5 .royal-reels-10-uvm6fo,
.royal-reels-10-nbrup5 .royal-reels-10-sw9liz {
  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.royal-reels-10-9nwlx2.org/2000/svg'%3E%3Cpath d='M9.royal-reels-10-oliycc 4.royal-reels-10-c2y27r.royal-reels-10-8dp6jw 5.royal-reels-10-yho8b5.royal-reels-10-deq2qk 5.royal-reels-10-2jwlba.royal-reels-10-5ylrks 5.royal-reels-10-nl613p.royal-reels-10-t4dzr6 8.royal-reels-10-f8ikzh.royal-reels-10-lsg4al 9.royal-reels-10-sd76ys.royal-reels-10-zylxav 9.royal-reels-10-l2xuox.royal-reels-10-5vyi2t 13.royal-reels-10-k4zxzn.royal-reels-10-x5zf52 11.royal-reels-10-a2oxdv.royal-reels-10-s0n1n3 11.royal-reels-10-5ux31d.royal-reels-10-gdoj9w 11.royal-reels-10-0cn9rd.royal-reels-10-r3if9x 13.royal-reels-10-l67qm7.royal-reels-10-x7ybwk 9.royal-reels-10-wjw440.royal-reels-10-tb3l8n 9.royal-reels-10-verd1n.royal-reels-10-gf373w 8.royal-reels-10-hqux7d.royal-reels-10-ecesqk 5.royal-reels-10-7c6ie8.royal-reels-10-60hsjt 5.royal-reels-10-z699i4.royal-reels-10-cbx3e8 5.royal-reels-10-4y9maf.royal-reels-10-h3km7k 4.royal-reels-10-kx9b7y.royal-reels-10-s0n1n3 1.royal-reels-10-ol5vx6.royal-reels-10-oliycc 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.royal-reels-10-nbrup5 .royal-reels-10-uvm6fo {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.royal-reels-10-nbrup5 .royal-reels-10-sw9liz {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.royal-reels-10-x3upbu {
  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) {
  .royal-reels-10-x3upbu {
    padding: 24px;
  }
}

.royal-reels-10-x3upbu .royal-reels-10-1uh0xy {
  display: flex;
}

@media (min-width: 768px) {
  .royal-reels-10-x3upbu .royal-reels-10-1uh0xy {
    display: none;
  }
}

.royal-reels-10-x3upbu .royal-reels-10-xqgu88 svg {
  display: none;
}

.royal-reels-10-wod29b {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.royal-reels-10-wod29b .royal-reels-10-1j0jbq {
  display: none;
}

@media (min-width: 768px) {
  .royal-reels-10-wod29b .royal-reels-10-1j0jbq {
    display: flex;
  }
}

.royal-reels-10-aev57h {
  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) {
  .royal-reels-10-aev57h {
    font-size: 40px;
    line-height: 48px;
  }
}

.royal-reels-10-aev57h > * {
  margin: 0 !important;
}

.royal-reels-10-aev57h img,
.royal-reels-10-gwbndh {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .royal-reels-10-aev57h img,
  .royal-reels-10-gwbndh {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.royal-reels-10-g4j2ml {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .royal-reels-10-g4j2ml {
    width: 32px;
    height: 32px;
  }
}

.royal-reels-10-fujmh6 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .royal-reels-10-fujmh6 {
    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;
  }

  .royal-reels-10-fujmh6::-webkit-scrollbar {
    display: none;
  }
}

.royal-reels-10-7yrx8f {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .royal-reels-10-7yrx8f {
    padding: 7px 15px;
  }
}

.royal-reels-10-7yrx8f:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.royal-reels-10-065tgp {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .royal-reels-10-065tgp {
    display: flex;
    opacity: 1;
  }
}

.royal-reels-10-7yrx8f picture {
  height: 100%;
  display: block;
}

.royal-reels-10-7yrx8f img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .royal-reels-10-7yrx8f img {
    width: 88px;
    height: 44px;
  }
}

.royal-reels-10-7yrx8f p {
  text-align: center;
  width: 100%;
}

.royal-reels-10-ock9nm {
  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) {
  .royal-reels-10-ock9nm {
    font-size: 40px;
    line-height: 48px;
  }
}

.royal-reels-10-ock9nm img,
.royal-reels-10-5qrsno {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .royal-reels-10-ock9nm img,
  .royal-reels-10-5qrsno {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.royal-reels-10-55x6rz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .royal-reels-10-55x6rz {
    width: 32px;
    height: 32px;
  }
}

.royal-reels-10-yxcmp2 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.royal-reels-10-tjv2xb {
  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;
}

.royal-reels-10-dotrx7 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.royal-reels-10-dotrx7.royal-reels-10-cvmvzb {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.royal-reels-10-37jejh {
  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) {
  .royal-reels-10-37jejh {
    font-size: 20px;
    line-height: 28px;
  }
}

.royal-reels-10-4ygbuq {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.royal-reels-10-l3putu {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.royal-reels-10-fai2xq ease;
  opacity: 0;
  color: var(--text-color);
}

.royal-reels-10-w8eh1z {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.royal-reels-10-w8eh1z ol,
.royal-reels-10-w8eh1z ul {
  padding-left: 1.3em;
}

.royal-reels-10-dotrx7.royal-reels-10-cvmvzb .royal-reels-10-l3putu {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.royal-reels-10-dotrx7.royal-reels-10-cvmvzb .royal-reels-10-4ygbuq {
  transform: rotate(180deg);
  color: var(--text-color);
}

.royal-reels-10-hvkfg5 {
  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) {
  .royal-reels-10-hvkfg5 {
    padding: 24px;
  }
}

.royal-reels-10-hvkfg5 .royal-reels-10-1uh0xy {
  display: flex;
}

@media (min-width: 768px) {
  .royal-reels-10-hvkfg5 .royal-reels-10-1uh0xy {
    display: none;
  }
}

.royal-reels-10-hvkfg5 .royal-reels-10-xqgu88 svg {
  display: none;
}

.royal-reels-10-3oh560 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.royal-reels-10-3oh560 .royal-reels-10-1j0jbq {
  display: none;
}

@media (min-width: 768px) {
  .royal-reels-10-3oh560 .royal-reels-10-1j0jbq {
    display: flex;
  }
}

.royal-reels-10-yfr3p1 {
  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) {
  .royal-reels-10-yfr3p1 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.royal-reels-10-yfr3p1 > * {
  margin: 0 !important;
}

.royal-reels-10-yfr3p1 img,
.royal-reels-10-jqu9xl {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .royal-reels-10-yfr3p1 img,
  .royal-reels-10-jqu9xl {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.royal-reels-10-aiz4zz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .royal-reels-10-aiz4zz {
    width: 32px;
    height: 32px;
  }
}

.royal-reels-10-bjocx7 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .royal-reels-10-bjocx7 {
    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;
  }

  .royal-reels-10-bjocx7::-webkit-scrollbar {
    display: none;
  }
}

.royal-reels-10-30e21q {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.royal-reels-10-30e21q:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.royal-reels-10-gqur8w {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .royal-reels-10-gqur8w {
    display: flex;
    opacity: 1;
  }
}

.royal-reels-10-30e21q picture {
  width: auto;
  height: 100%;
  display: block;
}

.royal-reels-10-30e21q picture img {
  display: block;
  width: auto;
  height: 100%;
}

.royal-reels-10-edfqr7 {
  margin: -24px 0;
}

.royal-reels-10-edfqr7:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .royal-reels-10-edfqr7 {
    margin: -16px 0;
  }
}

.royal-reels-10-1z1nh2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .royal-reels-10-1z1nh2 {
    flex-direction: row;
  }
}

.royal-reels-10-ifiuoa {
  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) {
  .royal-reels-10-ifiuoa {
    flex: 1;
  }
}

.royal-reels-10-ifiuoa::placeholder {
  color: var(--Text-400);
}

.royal-reels-10-ut48w9 {
  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;
}

.royal-reels-10-htdajd {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.royal-reels-10-htdajd::-webkit-scrollbar {
  display: none;
}

.royal-reels-10-qc92fo {
  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;
}

.royal-reels-10-qc92fo img,
.royal-reels-10-qc92fo svg {
  margin-right: 8px;
}

.royal-reels-10-s7am3s {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.royal-reels-10-edfqr7 + .royal-reels-10-wn0svv {
  margin-top: 0;
}

@media (min-width: 768px) {
  .royal-reels-10-edfqr7 + .royal-reels-10-wn0svv {
    margin-top: -16px;
  }
}

.royal-reels-10-ibctq6 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.royal-reels-10-ibctq6 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.royal-reels-10-ibctq6 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.royal-reels-10-lvbx1r {
  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;
}

.royal-reels-10-8g4vhe {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.royal-reels-10-visjex {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.royal-reels-10-f30zwh {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.royal-reels-10-b77v1p {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.royal-reels-10-lvbx1r 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;
}

.royal-reels-10-lvbx1r 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) {
  .royal-reels-10-lvbx1r {
    padding: 39px 179px 39px 39px;
  }

  .royal-reels-10-8g4vhe {
    font-size: 40px;
    line-height: 48px;
  }

  .royal-reels-10-b77v1p {
    height: 348px;
  }

  .royal-reels-10-lvbx1r button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .royal-reels-10-lvbx1r button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .royal-reels-10-lvbx1r {
    padding: 63px;
  }
}

.royal-reels-10-8yhv9o {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .royal-reels-10-8yhv9o {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.royal-reels-10-9sopix {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .royal-reels-10-9sopix {
    width: auto;
  }
}

.royal-reels-10-o6xm8h {
  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;
}

.royal-reels-10-o6xm8h::-webkit-scrollbar {
  display: none;
}

.royal-reels-10-o6xm8h 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);
}

.royal-reels-10-o6xm8h a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .royal-reels-10-o6xm8h {
    margin-left: 16px;
    margin-top: 0;
  }
}

.royal-reels-10-8yhv9o .royal-reels-10-aaitj1 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.royal-reels-10-fai2xq,
    mask-image 0.3s;
}

.royal-reels-10-8yhv9o .royal-reels-10-aaitj1.royal-reels-10-kixxt0 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.royal-reels-10-buiylr {
  margin: 40px -16px;
}

.royal-reels-10-10ao2q + .royal-reels-10-r3nuk2,
.royal-reels-10-10ao2q + .royal-reels-10-firvqf {
  margin-top: 24px;
}

.royal-reels-10-big4m1 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.royal-reels-10-big4m1 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.royal-reels-10-aiqeml {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .royal-reels-10-aiqeml {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .royal-reels-10-aiqeml {
    margin-top: 0;
  }
}

.royal-reels-10-zqe2j6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .royal-reels-10-zqe2j6 {
    font-size: 24px;
    line-height: 32px;
  }
}

.royal-reels-10-cr0xra {
  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) {
  .royal-reels-10-cr0xra {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.royal-reels-10-6edfne {
  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) {
  .royal-reels-10-6edfne {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.royal-reels-10-idvjob {
  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) {
  .royal-reels-10-idvjob {
    font-size: 20px;
    line-height: 28px;
  }
}

.royal-reels-10-4edbmq {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .royal-reels-10-4edbmq {
    font-size: 32px;
    line-height: 40px;
  }
}

.royal-reels-10-55n9b4 {
  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;
}

.royal-reels-10-q88b3y {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.royal-reels-10-q88b3y img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.royal-reels-10-wn0svv {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.royal-reels-10-ru85gd {
  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) {
  .royal-reels-10-ru85gd {
    padding: 15px 48px;
  }
}

main > .royal-reels-10-wn0svv {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .royal-reels-10-ko88wo.royal-reels-10-93jb55 > div:nth-child(n+5) {
    display: none;
  }
}

.royal-reels-10-a5o3vw p a img {
  display: block;
  margin: 0 auto;
}


.royal-reels-10-8tbp1i {
  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 */
.royal-reels-10-wdtenb {
  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;
}

.royal-reels-10-wdtenb label {
  font-size: 14px;
}

.royal-reels-10-wdtenb h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.royal-reels-10-wdtenb input,
.royal-reels-10-wdtenb textarea,
.royal-reels-10-wdtenb 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;
}
.royal-reels-10-wdtenb button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.royal-reels-10-3mdjgd ease;
}
.royal-reels-10-wdtenb button:hover {
  background-color: var(--button-bg-hover);
}
.royal-reels-10-fatzhe {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.royal-reels-10-zg0v0x ease-in;
}

.royal-reels-10-fatzhe 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;
}
.royal-reels-10-l08coz, .royal-reels-10-gnkm1b, [class*="review-card"],
thead, thead th, table th, .royal-reels-10-mu6qv6,
.royal-reels-10-5oeol3, [class*="collapsible-header"],
.royal-reels-10-zykmlt, [class*="updated-block"] {
  color: #ece7dc !important;
}
