* {
  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;
  }
}

.royalreels16-79hxcs {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .royalreels16-79hxcs {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .royalreels16-79hxcs {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.royalreels16-jno4zk {
  overflow: hidden;
}

.royalreels16-uk7apf img {
  background: var(--Neutral-300);
}

.royalreels16-8exrrv {
  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;
}

.royalreels16-wc5lul {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.royalreels16-wc5lul:hover {
  background: var(--button-bg-hover);
}

.royalreels16-v1bx9h {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.royalreels16-v1bx9h:hover {
  background: var(--button-bg-hover);
}

.royalreels16-pnyjcy {
  font-size: 12px;
  line-height: 18px;
}

.royalreels16-9bpoxo {
  font-size: 18px;
  line-height: 26px;
}

.royalreels16-u07tug {
  width: 100%;
}

.royalreels16-fj6xhc {
  padding: 6px 16px;
}

.royalreels16-qh4x26 {
  padding: 10px 16px;
}

.royalreels16-sazpm4 {
  padding: 15px 26px;
}

.royalreels16-dsuyox {
  flex-shrink: 0;
}

.royalreels16-wzf0l6 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.royalreels16-9inoe6 {
  display: none;
}

.royalreels16-a11tqq {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.royalreels16-abv4nd {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.royalreels16-ymfty7 {
  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;
}

.royalreels16-1olk4b {
  cursor: grab;
}

.royalreels16-ymfty7::-webkit-scrollbar {
  display: none;
}

.royalreels16-sa45nd {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.royalreels16-20n4jk {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.royalreels16-pl4vjf {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.royalreels16-vsy8oe {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.royalreels16-r01bde {
  visibility: visible;
}

.royalreels16-pv732n {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.royalreels16-llcpgq ease;
}

.royalreels16-bubag7 {
  background-color: var(--Primary-200);
  width: 16px;
}

.royalreels16-4cr6wc {
  -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.royalreels16-llcpgq,
    mask-image 0.3s;
}

.royalreels16-4cr6wc.royalreels16-vlh1er {
  -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;
  }
}

.royalreels16-gs651g: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;
}

.royalreels16-cmjgdi {
  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.royalreels16-6i5qnp.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.royalreels16-6i5qnp.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;
}

.royalreels16-79nxpe {
  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);
}

.royalreels16-79nxpe::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%
  );
}

.royalreels16-hze2bq {
  position: relative;
  z-index: 1;
}

.royalreels16-smlt66 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.royalreels16-8k4332 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.royalreels16-4g6h4d {
  font-size: 40px;
  line-height: 48px;
}

.royalreels16-ysuzb2 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.royalreels16-sq2yz5 {
  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;
}

.royalreels16-sq2yz5:hover {
  background: var(--Primary-400);
}

.royalreels16-sq2yz5 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.royalreels16-gs651g 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) {
  .royalreels16-79nxpe {
    max-width: 600px;
    padding: 64px;
  }

  .royalreels16-smlt66 {
    font-size: 24px;
    line-height: 32px;
  }

  .royalreels16-8k4332 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .royalreels16-4g6h4d {
    font-size: 50px;
    line-height: 56px;
  }

  .royalreels16-ysuzb2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .royalreels16-cmjgdi {
    top: 25px;
    right: 25px;
  }
}

.royalreels16-q5u9ez,
.royalreels16-kgn6jy {
  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;
}

.royalreels16-ygw3mc.royalreels16-fr5ygh::before,
.royalreels16-kgn6jy::before,
.royalreels16-xpfree::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.royalreels16-6i5qnp.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.royalreels16-i27lgf 14.royalreels16-u8pwk1.royalreels16-32vhyv 14.royalreels16-fqi2kr 15.royalreels16-kwlt3a 14.royalreels16-jwe3nv 15.royalreels16-liq8cc 14.royalreels16-xpiq16.royalreels16-7542hd 14.royalreels16-nmla83 19.royalreels16-1a6j7x 12.royalreels16-4g8gkh 19.royalreels16-1a6j7x 10.royalreels16-9itul8.royalreels16-1a6j7x 8.royalreels16-078h1r 17.royalreels16-1afkur 7.royalreels16-teihdh 15.royalreels16-t57boa 7.royalreels16-k3s02v.royalreels16-s8qzpw 7.royalreels16-teihdh 11.royalreels16-fy8j0r 8.royalreels16-078h1r 11.royalreels16-fy8j0r 10.royalreels16-bay2ml.royalreels16-fy8j0r 12.royalreels16-8mv8tr 13.royalreels16-qgw6fo 14.royalreels16-sy1i8p 15.royalreels16-0nuvrj 14.royalreels16-i2nsch.royalreels16-xowvfm 14.royalreels16-lsocrx 15.royalreels16-gb1431 14.royalreels16-6nq0a2 15.royalreels16-0u4fki 14.royalreels16-itz3r3.royalreels16-i27lgf 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.royalreels16-0xtjxx 15.royalreels16-4dr1ie.royalreels16-vl7xi2 15.royalreels16-2gl1h1 15.royalreels16-pr2se2 15.royalreels16-tewvai 15.royalreels16-bzzcfh 15.royalreels16-77x9au.royalreels16-3enizg 15.royalreels16-tewvai 15.royalreels16-waolw0 15.royalreels16-7wldjx 15.royalreels16-7oyt8f 15.royalreels16-1ywwuv.royalreels16-wtorvc 15.royalreels16-juq119 7.royalreels16-0v8afc 18.royalreels16-12wx2b 7.royalreels16-kseroq 23.royalreels16-2ngb14.royalreels16-7l4tdz.royalreels16-pols19 18.royalreels16-d4xn9x 19.royalreels16-fxpex8 15.royalreels16-wnzb48 15.royalreels16-0xtjxx 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.royalreels16-akk91k [type="submit"] *,
.royalreels16-eppv9h button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .royalreels16-26w7l1 {
    display: none;
  }
}

.royalreels16-r41mag {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .royalreels16-r41mag {
  display: none;
}

@media (min-width: 768px) {
  .royalreels16-r41mag {
    bottom: 22px;
  }
}

.royalreels16-r41mag input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .royalreels16-r41mag {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.royalreels16-vjirvo.static) .royalreels16-r41mag {
    bottom: 8px;
  }
}

.royalreels16-2z2zd8 {
  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.royalreels16-6i5qnp.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.royalreels16-7wsgna 3.royalreels16-e0749f.royalreels16-uar2hq.royalreels16-4vqrt1 3.royalreels16-cikk5b 3.royalreels16-647xc8 5.royalreels16-vrlfy3 3.royalreels16-647xc8 8.royalreels16-eii8xr.royalreels16-nb77id.royalreels16-647xc8 26.royalreels16-6yczy7 5.royalreels16-6lr4bs 28.royalreels16-obz6ys 8.royalreels16-lpuoob 28.royalreels16-t47x7g.royalreels16-myqe1u 28.royalreels16-anvdqw.royalreels16-wcbmqg 34.royalreels16-pbxptn.royalreels16-gedxex 36.royalreels16-m9em41 11.royalreels16-o47vcn 37.royalreels16-vwijsa 12.royalreels16-5ckd5z 36.royalreels16-99s8lt.royalreels16-br92x5 28.royalreels16-8vwi8v.royalreels16-b4ask2.royalreels16-o2ztok 28.royalreels16-agnlax 36.royalreels16-nopcvn 26.royalreels16-7pgrqu 36.royalreels16-nopcvn 23.royalreels16-e3pg4i.royalreels16-vgrqpo.royalreels16-nopcvn 5.royalreels16-7bbq80 34.royalreels16-ggx60i 3.royalreels16-cikk5b 31.royalreels16-7wsgna 3.royalreels16-t5fop8.royalreels16-nh8dbm 18.royalreels16-lqr8yu.royalreels16-7fn587 18.royalreels16-7r288d 8.royalreels16-kult3l 17.royalreels16-8z082i 8.royalreels16-kult3l 15.royalreels16-qiupyc.royalreels16-kult3l 14.royalreels16-kq7l64 9.royalreels16-7fn587 13.royalreels16-mbo9ow 11.royalreels16-nh8dbm 13.royalreels16-trxvuz.royalreels16-nmtv9e 13.royalreels16-mbo9ow 13.royalreels16-i7c8q3 14.royalreels16-kq7l64 13.royalreels16-i7c8q3 15.royalreels16-xqfbwy.royalreels16-i7c8q3 17.royalreels16-8z082i 12.royalreels16-nmtv9e 18.royalreels16-7r288d 11.royalreels16-nh8dbm 18.royalreels16-aoq9lk.royalreels16-m6w9tc 18.royalreels16-nfj9i9.royalreels16-5aoxd4 18.royalreels16-7r288d 17.royalreels16-1xqf8r 17.royalreels16-8z082i 17.royalreels16-1xqf8r 15.royalreels16-exyum4.royalreels16-1xqf8r 14.royalreels16-kq7l64 18.royalreels16-5aoxd4 13.royalreels16-mbo9ow 20.royalreels16-m6w9tc 13.royalreels16-73y5ld.royalreels16-vl6g6v 13.royalreels16-mbo9ow 22.royalreels16-siiswz 14.royalreels16-kq7l64 22.royalreels16-siiswz 15.royalreels16-lojmvs.royalreels16-u8jx2p 17.royalreels16-8z082i 21.royalreels16-vl6g6v 18.royalreels16-7r288d 20.royalreels16-m6w9tc 18.royalreels16-wy0l5x.royalreels16-eup08t 18.royalreels16-hy12x1.royalreels16-3k8jnr 18.royalreels16-7r288d 26.royalreels16-cjuhq6 17.royalreels16-8z082i 26.royalreels16-cjuhq6 15.royalreels16-udbso0.royalreels16-cjuhq6 14.royalreels16-kq7l64 27.royalreels16-3k8jnr 13.royalreels16-mbo9ow 28.royalreels16-eup08t 13.royalreels16-1w3l1n.royalreels16-8kbv4c 13.royalreels16-mbo9ow 31.royalreels16-07mpiw 14.royalreels16-kq7l64 31.royalreels16-07mpiw 15.royalreels16-hcjn7j.royalreels16-cjuhq6 17.royalreels16-8z082i 30.royalreels16-8kbv4c 18.royalreels16-7r288d 28.royalreels16-eup08t 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"])
    .royalreels16-2z2zd8 {
    display: none;
  }
}

.royalreels16-awtluc {
  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) {
  .royalreels16-awtluc {
    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;
}

.royalreels16-eppv9h {
  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) {
  .royalreels16-eppv9h {
    padding: 14px 16px;
  }
}

.royalreels16-eppv9h button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.royalreels16-eppv9h button:first-child {
  align-content: end;
}

.royalreels16-eppv9h button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .royalreels16-eppv9h
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .royalreels16-eppv9h
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.royalreels16-eppv9h button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.royalreels16-eppv9h button:last-child svg {
  width: 38px;
  height: 38px;
}

.royalreels16-xpfree {
  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;
}

.royalreels16-xpfree::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .royalreels16-xpfree,
.pc61d126-chatbot[data-active-screen="3"]
  .royalreels16-xpfree {
  opacity: 1;
  visibility: visible;
}

.royalreels16-pb2381 {
  flex: 1 1;
}

.royalreels16-swg1ae {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .royalreels16-swg1ae {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .royalreels16-l2f86x {
  display: block;
}

.royalreels16-zyblvn {
  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) {
  .royalreels16-zyblvn {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.royalreels16-kgn6jy {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.royalreels16-kgn6jy::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.royalreels16-vj4yek span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.royalreels16-vj4yek p {
  color: var(--Text-100);
}

.royalreels16-kgn6jy .royalreels16-0dq4ch {
  grid-area: button;
}

.royalreels16-kgn6jy .royalreels16-0dq4ch::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.royalreels16-6i5qnp.org/2000/svg'%3E%3Cpath d='M4.royalreels16-lxeosm 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.royalreels16-s300uh 15L16.royalreels16-s300uh 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.royalreels16-s300uh 5L16.royalreels16-s300uh 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .royalreels16-kx61qk {
  display: block;
}

.royalreels16-x908h4 {
  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) {
  .royalreels16-x908h4 {
    margin-top: 40px;
  }
}

.royalreels16-q5u9ez label,
.royalreels16-q5u9ez input {
  display: block;
  width: 100%;
}

.royalreels16-q5u9ez label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.royalreels16-q5u9ez label.royalreels16-lxs6mk input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.royalreels16-q5u9ez label.royalreels16-lxs6mk::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;
}

.royalreels16-q5u9ez 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;
}

.royalreels16-q5u9ez input::placeholder {
  color: var(--Text-400);
}

.royalreels16-p5r64a {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .royalreels16-p5r64a {
  display: flex;
}

.royalreels16-p5r64a ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .royalreels16-p5r64a ol {
    height: 420px;
    padding: 24px;
  }
}

.royalreels16-p5r64a ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.royalreels16-akk91k {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .royalreels16-akk91k {
    padding: 0 24px 24px;
  }
}

.royalreels16-akk91k 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;
}

.royalreels16-akk91k input::placeholder {
  color: var(--Text-400);
}

.royalreels16-akk91k [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.royalreels16-akk91k [type="submit"]:disabled {
  opacity: 0.5;
}

.royalreels16-akk91k [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .royalreels16-akk91k [type="submit"] {
    right: 40px;
  }
}

.royalreels16-ygw3mc {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.royalreels16-ygw3mc.royalreels16-fr5ygh {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.royalreels16-ygw3mc.royalreels16-fr5ygh::before {
  content: "";
  width: 31px;
}

.royalreels16-ygw3mc.royalreels16-fr5ygh p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.royalreels16-ygw3mc.royalreels16-5zvorf p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.royalreels16-ygw3mc p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.royalreels16-r41mag .royalreels16-0dq4ch {
  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;
  }
}

.royalreels16-26w7l1 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .royalreels16-26w7l1 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .royalreels16-26w7l1 {
    padding: 18px 0;
  }
}

.royalreels16-26w7l1 .royalreels16-79hxcs {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .royalreels16-26w7l1 .royalreels16-79hxcs {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.royalreels16-66o1p5 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .royalreels16-66o1p5 {
    max-width: 160px;
    height: 40px;
  }
}

.royalreels16-66o1p5 picture,
.royalreels16-66o1p5 img {
  display: block;
  width: 100%;
  height: 100%;
}

.royalreels16-66o1p5 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .royalreels16-7t05tt {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.royalreels16-llcpgq ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .royalreels16-26w7l1.royalreels16-uk3gd0 .royalreels16-7t05tt {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .royalreels16-7t05tt {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .royalreels16-7t05tt {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.royalreels16-7o2v2i,
.royalreels16-rjy09n {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .royalreels16-7o2v2i,
  .royalreels16-rjy09n {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .royalreels16-rjy09n {
    display: none;
  }
}

.royalreels16-cle5v5 {
  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;
}

.royalreels16-uk3gd0 .royalreels16-cle5v5 {
  background: var(--fh-bg-color);
}

.royalreels16-cle5v5 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .royalreels16-cle5v5 {
    display: none;
  }
}

.royalreels16-34a24x {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .royalreels16-34a24x {
    display: none;
  }
}

.royalreels16-xd04rj {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.royalreels16-26w7l1.royalreels16-uk3gd0 .royalreels16-xd04rj:first-child {
  display: none;
}

.royalreels16-26w7l1.royalreels16-uk3gd0 .royalreels16-xd04rj:last-child {
  display: block;
}

.royalreels16-xd04rj:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .royalreels16-xd04rj {
    display: none;
  }
}

.royalreels16-r1wfg3 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .royalreels16-r1wfg3 {
    display: flex;
  }
}

.royalreels16-r1wfg3 ul {
  max-height: 350px;
  overflow-y: auto;
}

.royalreels16-r1wfg3:hover ul {
  visibility: visible;
  opacity: 1;
}

.royalreels16-r1wfg3:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.royalreels16-r1wfg3:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.royalreels16-r1wfg3:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.royalreels16-r1wfg3:hover .royalreels16-ne7zcx svg {
  transform: rotate(180deg);
}

.royalreels16-88pnl3 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.royalreels16-6r1c6t {
  padding: 0 8px;
}

.royalreels16-blgjvr {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.royalreels16-blgjvr:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .royalreels16-blgjvr {
    padding: 4px 8px;
  }
}

.royalreels16-fexrdp {
  display: flex;
}

.royalreels16-fexrdp img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.royalreels16-ne7zcx {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.royalreels16-ne7zcx svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.royalreels16-gqghhi {
  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) {
  .royalreels16-gqghhi {
    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;
  }
}

.royalreels16-fxcfk5 {
  width: 100%;
}

@media (min-width: 1200px) {
  .royalreels16-fxcfk5 {
    display: none;
  }
}

.royalreels16-dnfgf0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.royalreels16-lk5l19 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.royalreels16-qanx0n {
  display: flex;
}

.royalreels16-p2jd6g {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.royalreels16-a6livw {
  list-style: none;
}

@media (max-width: 1199px) {
  .royalreels16-a6livw {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .royalreels16-a6livw {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .royalreels16-a6livw .royalreels16-ej4h9s [data-ref-el],
  .royalreels16-a6livw .royalreels16-ej4h9s span,
  .royalreels16-a6livw .royalreels16-ej4h9s a {
    white-space: nowrap;
  }
}

.royalreels16-o6chz5 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .royalreels16-o6chz5.royalreels16-0qxdyz > .royalreels16-ej4h9s {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .royalreels16-o6chz5.royalreels16-rmtjsd:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .royalreels16-o6chz5.royalreels16-0qxdyz > .royalreels16-avcq8x {
    height: auto;
  }

  .royalreels16-o6chz5.royalreels16-0qxdyz > div > .royalreels16-f217xm {
    transform: rotate(180deg);
  }
}

.royalreels16-o6chz5 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.royalreels16-o6chz5 [data-ref-el],
.royalreels16-o6chz5 span {
  cursor: pointer;
}

.royalreels16-o6chz5 [data-ref-el],
.royalreels16-o6chz5 span,
.royalreels16-o6chz5 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .royalreels16-o6chz5 [data-ref-el],
  .royalreels16-o6chz5 span,
  .royalreels16-o6chz5 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .royalreels16-o6chz5 [data-ref-el],
  .royalreels16-o6chz5 span,
  .royalreels16-o6chz5 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.royalreels16-avcq8x {
  height: 0;
  overflow: hidden;
  transition: height 0.royalreels16-llcpgq ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.royalreels16-avcq8x::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.royalreels16-avcq8x::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.royalreels16-avcq8x::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .royalreels16-avcq8x {
    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;
  }

  .royalreels16-avcq8x:has(> .royalreels16-o6chz5.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .royalreels16-avcq8x .royalreels16-avcq8x {
    padding: 0;
  }

  .royalreels16-avcq8x .royalreels16-o6chz5 {
    font-weight: 400;
  }

  .royalreels16-avcq8x .royalreels16-o6chz5:hover > .royalreels16-ej4h9s {
    background: var(--Neutral-300);
  }

  .royalreels16-avcq8x .royalreels16-f217xm {
    rotate: -90deg;
  }
}

.royalreels16-ej4h9s {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .royalreels16-ej4h9s {
    padding: 8px;
  }

  .royalreels16-o6chz5.royalreels16-iy0o2f > .royalreels16-ej4h9s {
    background: var(--Neutral-300);
  }
}

.royalreels16-f217xm {
  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.royalreels16-6i5qnp.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.royalreels16-kn7lww 0.royalreels16-kxyzsc.royalreels16-es0p5k -0.royalreels16-r8h48h 0.royalreels16-n1onze -0.royalreels16-r8h48h 1.royalreels16-tfjfhy 0.royalreels16-4ye3mg.royalreels16-2ju0rb 4.royalreels16-9vbzxw.royalreels16-kn7lww 0.royalreels16-imp9yk.royalreels16-pxtt3j -0.royalreels16-r8h48h 9.royalreels16-60w0un -0.royalreels16-r8h48h 10.royalreels16-b474yc 0.royalreels16-mqdbsd.royalreels16-y7qvcs 0.royalreels16-es0p5k 10.royalreels16-y7qvcs 0.royalreels16-n1onze 10.royalreels16-b474yc 1.royalreels16-rsmxw5.royalreels16-flscsf 5.royalreels16-x5979l.royalreels16-73gcci 6.royalreels16-hpaj9y 5.royalreels16-o5e3e4 6.royalreels16-hpaj9y 4.royalreels16-7kv78g 5.royalreels16-38ckks.royalreels16-kn7lww 1.royalreels16-k10svh.royalreels16-r8h48h 0.royalreels16-n1onze -0.royalreels16-r8h48h 0.royalreels16-es0p5k 0.royalreels16-kn7lww 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.royalreels16-llcpgq ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .royalreels16-f217xm {
    cursor: default;
  }
}

.royalreels16-p36kn3 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.royalreels16-u06e5b {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .royalreels16-u06e5b {
    padding: 40px 4px;
  }
}

.royalreels16-ignur9 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .royalreels16-ignur9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.royalreels16-47jos2 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .royalreels16-47jos2 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.royalreels16-47jos2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.royalreels16-47jos2 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.royalreels16-47jos2 [data-ref-el],
.royalreels16-47jos2 span,
.royalreels16-47jos2 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.royalreels16-ewmdnu {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .royalreels16-ewmdnu {
    margin-bottom: 12px;
  }
}

.royalreels16-1w7f9l {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.royalreels16-1w7f9l img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .royalreels16-1w7f9l:last-child {
    margin-right: 0;
  }
}

.royalreels16-814hw8 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.royalreels16-ewmdnu:hover .royalreels16-c5ys2b {
  visibility: visible;
  opacity: 1;
}

.royalreels16-c5ys2b {
  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);
}

.royalreels16-a47glq {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.royalreels16-ljk7d6 {
  display: flex;
  margin: 6px;
}

.royalreels16-ljk7d6 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.royalreels16-c5ys2b::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);
}

.royalreels16-c5ys2b::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);
}

.royalreels16-mzgl65 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .royalreels16-mzgl65 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.royalreels16-evimqz {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .royalreels16-evimqz {
    margin-right: 32px;
  }
}

.royalreels16-1zzdkm {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .royalreels16-1zzdkm {
    margin-top: 0;
    width: 340px;
  }
}

.royalreels16-1zzdkm a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.royalreels16-dfbjl2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.royalreels16-0qj84m {
  position: relative;
}

@media (min-width: 768px) {
  .royalreels16-0qj84m {
    margin-top: 40px;
  }
}

.royalreels16-0qj84m + .royalreels16-beqpie,
.royalreels16-0qj84m + .royalreels16-0qj84m {
  margin-top: 24px;
}

.royalreels16-esh1hi {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .royalreels16-esh1hi {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .royalreels16-esh1hi {
    padding: 80px;
  }
}

.royalreels16-kr3xd9 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .royalreels16-kr3xd9 {
    padding: 0 16px;
}


}

.royalreels16-4zcult {
  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) {
  .royalreels16-4zcult {
    font-size: 48px;
    line-height: 56px;
  }
}

.royalreels16-sllwyb {
  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) {
  .royalreels16-sllwyb {
    font-size: 24px;
    line-height: 32px;
  }
}

.royalreels16-p0ld3c {
  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;
}

.royalreels16-p0ld3c:hover {
  background: var(--button-bg-hover);
}

.royalreels16-qwwqny {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.royalreels16-qwwqny img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .royalreels16-qwwqny img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .royalreels16-qwwqny img {
  min-height: 100%;
  }
}

.royalreels16-esh1hi::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.royalreels16-4eptzl {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.royalreels16-4eptzl h1,
.royalreels16-4eptzl h2,
.royalreels16-4eptzl h3,
.royalreels16-4eptzl h4 {
  margin-bottom: 6px;
}

.royalreels16-4eptzl h1:not(:first-child),
.royalreels16-4eptzl h2:not(:first-child),
.royalreels16-4eptzl h3:not(:first-child),
.royalreels16-4eptzl h4:not(:first-child) {
  margin-top: 16px;
}

.royalreels16-4eptzl h1,
.royalreels16-4eptzl h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .royalreels16-4eptzl h1,
  .royalreels16-4eptzl h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.royalreels16-4eptzl h2,
.royalreels16-4eptzl h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .royalreels16-4eptzl h2,
  .royalreels16-4eptzl h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.royalreels16-4eptzl h3,
.royalreels16-4eptzl h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .royalreels16-4eptzl h3,
  .royalreels16-4eptzl h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.royalreels16-4eptzl h4,
.royalreels16-4eptzl h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.royalreels16-4eptzl ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.royalreels16-4eptzl ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.royalreels16-4eptzl 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);
}

.royalreels16-4eptzl ul ul {
  margin-bottom: 8px;
}

.royalreels16-4eptzl ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.royalreels16-4eptzl ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.royalreels16-4eptzl ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.royalreels16-4eptzl ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.royalreels16-4eptzl ol li::marker {
  font-weight: 700;
}

.royalreels16-4eptzl ol ol {
  margin-bottom: 8px;
}

.royalreels16-4eptzl ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.royalreels16-4eptzl ol ul li {
  padding-left: 16px;
}

.royalreels16-4eptzl 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) {
  .royalreels16-4eptzl table {
    padding: 24px;
  }
}

.royalreels16-4eptzl table.royalreels16-he5p9v {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.royalreels16-llcpgq,
    mask-image 0.3s;
}

.royalreels16-4eptzl table.royalreels16-he5p9v.royalreels16-vlh1er {
  -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) {
  .royalreels16-4eptzl table {
    display: table;
  }
}

.royalreels16-4eptzl 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);
}

.royalreels16-4eptzl table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.royalreels16-4eptzl table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.royalreels16-4eptzl 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) {
  .royalreels16-4eptzl table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.royalreels16-4eptzl table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.royalreels16-4eptzl table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.royalreels16-4eptzl table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.royalreels16-4eptzl img {
  max-width: 100%;
  height: auto;
}

.royalreels16-qw8q8u {
  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) {
  .royalreels16-qw8q8u {
    padding: 24px;
  }
}

.royalreels16-obx8qf {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .royalreels16-obx8qf {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.royalreels16-obx8qf > * {
  margin: 0 !important;
}

.royalreels16-obx8qf img,
.royalreels16-joxtj5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .royalreels16-obx8qf img,
  .royalreels16-joxtj5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.royalreels16-1aykfx {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .royalreels16-1aykfx {
    width: 32px;
    height: 32px;
  }
}

.royalreels16-t2y65j {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.royalreels16-t2y65j .royalreels16-yp4xu5 {
  flex-shrink: 0;
}

.royalreels16-t2y65j .royalreels16-wjx2i4 svg {
  display: none;
}

.royalreels16-23j50r {
  display: grid;
  transition: max-height 0.royalreels16-llcpgq ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .royalreels16-23j50r {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .royalreels16-23j50r {
    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));
  }
}

.royalreels16-23j50r.royalreels16-xuxvzh + .royalreels16-yp4xu5 svg {
  transform: rotate(180deg);
}

.royalreels16-yp7xlh {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.royalreels16-yp7xlh > div:nth-child(3n) {
  grid-column: span 2;
}

.royalreels16-yp7xlh
  > div:nth-child(3n)
  .royalreels16-5m6ti3
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .royalreels16-yp7xlh {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .royalreels16-yp7xlh > div:nth-child(3n) {
    grid-column: unset;
  }

  .royalreels16-yp7xlh
    > div:nth-child(3n)
    .royalreels16-5m6ti3
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .royalreels16-yp7xlh {
    max-width: 270px;
  }
}

.royalreels16-yp7xlh .royalreels16-5m6ti3 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .royalreels16-yp7xlh .royalreels16-5m6ti3 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .royalreels16-yp7xlh .royalreels16-5m6ti3 button {
    max-width: 104px;
  }
}

.royalreels16-0yj0w2 {
  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) {
  .royalreels16-0yj0w2 {
    margin-bottom: 0;
  }
}

.royalreels16-51qrhl {
  display: none;
  opacity: 0;
}

.royalreels16-ekqate {
  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;
  }
}

.royalreels16-ekqate img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.royalreels16-5m6ti3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.royalreels16-5m6ti3 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .royalreels16-5m6ti3
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .royalreels16-5m6ti3
    button {
    max-width: 145px;
  }
}

.royalreels16-n8j9sj:first-child
  .royalreels16-5m6ti3
  button {
  max-width: 270px;
}

.royalreels16-e7cuyd {
  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%;
}

.royalreels16-0yj0w2 picture {
  width: 100%;
  max-width: 100%;
}

.royalreels16-j62llu {
  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;
}

.royalreels16-j62llu svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.royalreels16-0yj0w2:hover .royalreels16-j62llu {
  display: flex;
}

.royalreels16-xq19to {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.royalreels16-vw5zmz {
  display: flex;
}

.royalreels16-vw5zmz:hover .royalreels16-ycms0k,
.royalreels16-vw5zmz .royalreels16-iy0o2f .royalreels16-ycms0k {
  display: flex;
}

.royalreels16-vw5zmz svg {
  flex-shrink: 0;
}

.royalreels16-ycms0k {
  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) {
  .royalreels16-ycms0k {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.royalreels16-ycms0k:hover {
  display: flex;
}

.royalreels16-ycms0k svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.royalreels16-4o6eo9 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .royalreels16-4o6eo9 {
    font-size: 12px;
  }
}

.royalreels16-cacrpc,
.royalreels16-yzud9d {
  width: 50%;
  flex-shrink: 0;
}

.royalreels16-cacrpc {
  font-weight: 700;
}

.royalreels16-vt88vh .royalreels16-23j50r {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .royalreels16-vt88vh .royalreels16-23j50r {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .royalreels16-vt88vh .royalreels16-23j50r {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.royalreels16-vt88vh
  .royalreels16-e7cuyd:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.royalreels16-vt88vh .royalreels16-ekqate {
  height: 100% !important;
  border-radius: 16px;
}

.royalreels16-vt88vh .royalreels16-5m6ti3 {
  gap: 4px;
  align-items: center;
}

.royalreels16-vt88vh .royalreels16-5m6ti3 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.royalreels16-vt88vh .royalreels16-5m6ti3 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.royalreels16-vt88vh .royalreels16-7jsgx6,
.royalreels16-vt88vh .royalreels16-fvcqp0 {
  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.royalreels16-6i5qnp.org/2000/svg'%3E%3Cpath d='M9.royalreels16-zibhwf 4.royalreels16-lqc1s1.royalreels16-sbzdh3 5.royalreels16-m4f5b8.royalreels16-x1q5aj 5.royalreels16-83th8u.royalreels16-beb3s5 5.royalreels16-ajq2ua.royalreels16-hjha9h 8.royalreels16-59dxui.royalreels16-ysew83 9.royalreels16-res60r.royalreels16-9rag6g 9.royalreels16-g5ghiw.royalreels16-6mdrgw 13.royalreels16-ydigfu.royalreels16-yr7x6f 11.royalreels16-lis6uc.royalreels16-898sk1 11.royalreels16-rec7fo.royalreels16-6r85or 11.royalreels16-5r8coq.royalreels16-023ha7 13.royalreels16-n8c9ta.royalreels16-q2a8je 9.royalreels16-kbrm5k.royalreels16-nl7z8q 9.royalreels16-voj8bh.royalreels16-6qwoch 8.royalreels16-qrwt2b.royalreels16-uvplvl 5.royalreels16-hofvit.royalreels16-by0srj 5.royalreels16-it4u4d.royalreels16-djtbe2 5.royalreels16-3v4hk7.royalreels16-5q239l 4.royalreels16-eq86bi.royalreels16-898sk1 1.royalreels16-lzkkmu.royalreels16-zibhwf 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.royalreels16-vt88vh .royalreels16-7jsgx6 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.royalreels16-vt88vh .royalreels16-fvcqp0 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.royalreels16-2jqg2k {
  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) {
  .royalreels16-2jqg2k {
    padding: 24px;
  }
}

.royalreels16-2jqg2k .royalreels16-yp4xu5 {
  display: flex;
}

@media (min-width: 768px) {
  .royalreels16-2jqg2k .royalreels16-yp4xu5 {
    display: none;
  }
}

.royalreels16-2jqg2k .royalreels16-wjx2i4 svg {
  display: none;
}

.royalreels16-llev6o {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.royalreels16-llev6o .royalreels16-8exrrv {
  display: none;
}

@media (min-width: 768px) {
  .royalreels16-llev6o .royalreels16-8exrrv {
    display: flex;
  }
}

.royalreels16-bhmte2 {
  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) {
  .royalreels16-bhmte2 {
    font-size: 40px;
    line-height: 48px;
  }
}

.royalreels16-bhmte2 > * {
  margin: 0 !important;
}

.royalreels16-bhmte2 img,
.royalreels16-mz4ab2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .royalreels16-bhmte2 img,
  .royalreels16-mz4ab2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.royalreels16-95pha7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .royalreels16-95pha7 {
    width: 32px;
    height: 32px;
  }
}

.royalreels16-i05kaw {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .royalreels16-i05kaw {
    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;
  }

  .royalreels16-i05kaw::-webkit-scrollbar {
    display: none;
  }
}

.royalreels16-umz9vj {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .royalreels16-umz9vj {
    padding: 7px 15px;
  }
}

.royalreels16-umz9vj:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.royalreels16-3d237q {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .royalreels16-3d237q {
    display: flex;
    opacity: 1;
  }
}

.royalreels16-umz9vj picture {
  height: 100%;
  display: block;
}

.royalreels16-umz9vj img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .royalreels16-umz9vj img {
    width: 88px;
    height: 44px;
  }
}

.royalreels16-umz9vj p {
  text-align: center;
  width: 100%;
}

.royalreels16-wme1wx {
  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) {
  .royalreels16-wme1wx {
    font-size: 40px;
    line-height: 48px;
  }
}

.royalreels16-wme1wx img,
.royalreels16-tbb97c {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .royalreels16-wme1wx img,
  .royalreels16-tbb97c {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.royalreels16-ltbrt2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .royalreels16-ltbrt2 {
    width: 32px;
    height: 32px;
  }
}

.royalreels16-qkm4ax {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.royalreels16-qhr1fp {
  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;
}

.royalreels16-ij171a {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.royalreels16-ij171a.royalreels16-iy0o2f {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.royalreels16-ux06q4 {
  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) {
  .royalreels16-ux06q4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.royalreels16-rx8y9o {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.royalreels16-lmhatw {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.royalreels16-llcpgq ease;
  opacity: 0;
  color: var(--text-color);
}

.royalreels16-caztjm {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.royalreels16-caztjm ol,
.royalreels16-caztjm ul {
  padding-left: 1.3em;
}

.royalreels16-ij171a.royalreels16-iy0o2f .royalreels16-lmhatw {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.royalreels16-ij171a.royalreels16-iy0o2f .royalreels16-rx8y9o {
  transform: rotate(180deg);
  color: var(--text-color);
}

.royalreels16-5s46f5 {
  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) {
  .royalreels16-5s46f5 {
    padding: 24px;
  }
}

.royalreels16-5s46f5 .royalreels16-yp4xu5 {
  display: flex;
}

@media (min-width: 768px) {
  .royalreels16-5s46f5 .royalreels16-yp4xu5 {
    display: none;
  }
}

.royalreels16-5s46f5 .royalreels16-wjx2i4 svg {
  display: none;
}

.royalreels16-6ryqc8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.royalreels16-6ryqc8 .royalreels16-8exrrv {
  display: none;
}

@media (min-width: 768px) {
  .royalreels16-6ryqc8 .royalreels16-8exrrv {
    display: flex;
  }
}

.royalreels16-z2hq72 {
  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) {
  .royalreels16-z2hq72 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.royalreels16-z2hq72 > * {
  margin: 0 !important;
}

.royalreels16-z2hq72 img,
.royalreels16-508ugc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .royalreels16-z2hq72 img,
  .royalreels16-508ugc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.royalreels16-v48f30 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .royalreels16-v48f30 {
    width: 32px;
    height: 32px;
  }
}

.royalreels16-j5s45y {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .royalreels16-j5s45y {
    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;
  }

  .royalreels16-j5s45y::-webkit-scrollbar {
    display: none;
  }
}

.royalreels16-fthrar {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.royalreels16-fthrar:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.royalreels16-sspi3j {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .royalreels16-sspi3j {
    display: flex;
    opacity: 1;
  }
}

.royalreels16-fthrar picture {
  width: auto;
  height: 100%;
  display: block;
}

.royalreels16-fthrar picture img {
  display: block;
  width: auto;
  height: 100%;
}

.royalreels16-63splp {
  margin: -24px 0;
}

.royalreels16-63splp:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .royalreels16-63splp {
    margin: -16px 0;
  }
}

.royalreels16-v2ywvi {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .royalreels16-v2ywvi {
    flex-direction: row;
  }
}

.royalreels16-czmpa5 {
  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) {
  .royalreels16-czmpa5 {
    flex: 1;
  }
}

.royalreels16-czmpa5::placeholder {
  color: var(--Text-400);
}

.royalreels16-uz21dr {
  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;
}

.royalreels16-o38kas {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.royalreels16-o38kas::-webkit-scrollbar {
  display: none;
}

.royalreels16-xi0slg {
  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;
}

.royalreels16-xi0slg img,
.royalreels16-xi0slg svg {
  margin-right: 8px;
}

.royalreels16-xyzcep {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.royalreels16-63splp + .royalreels16-6gwgoe {
  margin-top: 0;
}

@media (min-width: 768px) {
  .royalreels16-63splp + .royalreels16-6gwgoe {
    margin-top: -16px;
  }
}

.royalreels16-q8ph6n {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.royalreels16-q8ph6n > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.royalreels16-q8ph6n > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.royalreels16-r0l0hq {
  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;
}

.royalreels16-rz6b00 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.royalreels16-qzi7f6 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.royalreels16-tnhpbf {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.royalreels16-qy4s6e {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.royalreels16-r0l0hq 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;
}

.royalreels16-r0l0hq 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) {
  .royalreels16-r0l0hq {
    padding: 39px 179px 39px 39px;
  }

  .royalreels16-rz6b00 {
    font-size: 40px;
    line-height: 48px;
  }

  .royalreels16-qy4s6e {
    height: 348px;
  }

  .royalreels16-r0l0hq button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .royalreels16-r0l0hq button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .royalreels16-r0l0hq {
    padding: 63px;
  }
}

.royalreels16-elz4to {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .royalreels16-elz4to {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.royalreels16-8irqe3 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .royalreels16-8irqe3 {
    width: auto;
  }
}

.royalreels16-0k74lc {
  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;
}

.royalreels16-0k74lc::-webkit-scrollbar {
  display: none;
}

.royalreels16-0k74lc 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);
}

.royalreels16-0k74lc a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .royalreels16-0k74lc {
    margin-left: 16px;
    margin-top: 0;
  }
}

.royalreels16-elz4to .royalreels16-3wpvx6 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.royalreels16-llcpgq,
    mask-image 0.3s;
}

.royalreels16-elz4to .royalreels16-3wpvx6.royalreels16-vlh1er {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.royalreels16-w93elp {
  margin: 40px -16px;
}

.royalreels16-siye65 + .royalreels16-beqpie,
.royalreels16-siye65 + .royalreels16-0qj84m {
  margin-top: 24px;
}

.royalreels16-g9ud7s {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.royalreels16-g9ud7s picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.royalreels16-29yrcd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .royalreels16-29yrcd {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .royalreels16-29yrcd {
    margin-top: 0;
  }
}

.royalreels16-vzhxh7 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .royalreels16-vzhxh7 {
    font-size: 24px;
    line-height: 32px;
  }
}

.royalreels16-bk9o74 {
  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) {
  .royalreels16-bk9o74 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.royalreels16-ewl645 {
  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) {
  .royalreels16-ewl645 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.royalreels16-0cxrct {
  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) {
  .royalreels16-0cxrct {
    font-size: 20px;
    line-height: 28px;
  }
}

.royalreels16-wb7870 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .royalreels16-wb7870 {
    font-size: 32px;
    line-height: 40px;
  }
}

.royalreels16-3z7eq2 {
  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;
}

.royalreels16-cot7gm {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.royalreels16-cot7gm img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.royalreels16-6gwgoe {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.royalreels16-p0ans5 {
  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) {
  .royalreels16-p0ans5 {
    padding: 15px 48px;
  }
}

main > .royalreels16-6gwgoe {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .royalreels16-23j50r.royalreels16-2f8sic > div:nth-child(n+5) {
    display: none;
  }
}

.royalreels16-4eptzl p a img {
  display: block;
  margin: 0 auto;
}


.royalreels16-xee2r0 {
  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 */
.royalreels16-th0kd1 {
  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;
}

.royalreels16-th0kd1 label {
  font-size: 14px;
}

.royalreels16-th0kd1 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.royalreels16-th0kd1 input,
.royalreels16-th0kd1 textarea,
.royalreels16-th0kd1 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;
}
.royalreels16-th0kd1 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.royalreels16-psupp6 ease;
}
.royalreels16-th0kd1 button:hover {
  background-color: var(--button-bg-hover);
}
.royalreels16-td7mar {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.royalreels16-onf0x4 ease-in;
}

.royalreels16-td7mar 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;
}
.royalreels16-5q38wz, .royalreels16-x7qy56, [class*="review-card"],
thead, thead th, table th, .royalreels16-v3dtgd,
.royalreels16-tmz205, [class*="collapsible-header"],
.royalreels16-tcnx4p, [class*="updated-block"] {
  color: #ece7dc !important;
}
