* {
  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;
  }
}

.reels-of-joy-7ajwel {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .reels-of-joy-7ajwel {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .reels-of-joy-7ajwel {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.reels-of-joy-wkeqgv {
  overflow: hidden;
}

.reels-of-joy-2d4b0m img {
  background: var(--Neutral-300);
}

.reels-of-joy-2ekqlm {
  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;
}

.reels-of-joy-6eqlvz {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.reels-of-joy-6eqlvz:hover {
  background: var(--button-bg-hover);
}

.reels-of-joy-2yxanb {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.reels-of-joy-2yxanb:hover {
  background: var(--button-bg-hover);
}

.reels-of-joy-0snqva {
  font-size: 12px;
  line-height: 18px;
}

.reels-of-joy-nv4a2m {
  font-size: 18px;
  line-height: 26px;
}

.reels-of-joy-o1pcu7 {
  width: 100%;
}

.reels-of-joy-jxp2ij {
  padding: 6px 16px;
}

.reels-of-joy-1kwy79 {
  padding: 10px 16px;
}

.reels-of-joy-lh6mtv {
  padding: 15px 26px;
}

.reels-of-joy-miqaph {
  flex-shrink: 0;
}

.reels-of-joy-858ax2 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.reels-of-joy-xg31iv {
  display: none;
}

.reels-of-joy-z32jf1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.reels-of-joy-5oz23r {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.reels-of-joy-thg8r5 {
  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;
}

.reels-of-joy-l1bfh6 {
  cursor: grab;
}

.reels-of-joy-thg8r5::-webkit-scrollbar {
  display: none;
}

.reels-of-joy-mp80xq {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.reels-of-joy-fqiaco {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.reels-of-joy-29y8kb {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.reels-of-joy-upq0lg {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.reels-of-joy-n6t7yc {
  visibility: visible;
}

.reels-of-joy-omfqhs {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.reels-of-joy-45tx8a ease;
}

.reels-of-joy-bho8ge {
  background-color: var(--Primary-200);
  width: 16px;
}

.reels-of-joy-3dxqay {
  -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.reels-of-joy-45tx8a,
    mask-image 0.3s;
}

.reels-of-joy-3dxqay.reels-of-joy-6wp4f8 {
  -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;
  }
}

.reels-of-joy-i3727c: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;
}

.reels-of-joy-tftffv {
  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.reels-of-joy-1d781q.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.reels-of-joy-1d781q.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;
}

.reels-of-joy-c3mo6f {
  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);
}

.reels-of-joy-c3mo6f::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%
  );
}

.reels-of-joy-b1o08l {
  position: relative;
  z-index: 1;
}

.reels-of-joy-4bge1d {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.reels-of-joy-aosqw5 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.reels-of-joy-0wr8y4 {
  font-size: 40px;
  line-height: 48px;
}

.reels-of-joy-7jyltw {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.reels-of-joy-2nra15 {
  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;
}

.reels-of-joy-2nra15:hover {
  background: var(--Primary-400);
}

.reels-of-joy-2nra15 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.reels-of-joy-i3727c 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) {
  .reels-of-joy-c3mo6f {
    max-width: 600px;
    padding: 64px;
  }

  .reels-of-joy-4bge1d {
    font-size: 24px;
    line-height: 32px;
  }

  .reels-of-joy-aosqw5 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .reels-of-joy-0wr8y4 {
    font-size: 50px;
    line-height: 56px;
  }

  .reels-of-joy-7jyltw {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .reels-of-joy-tftffv {
    top: 25px;
    right: 25px;
  }
}

.reels-of-joy-9h0hy4,
.reels-of-joy-nz9mgi {
  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;
}

.reels-of-joy-zuvibr.reels-of-joy-4w75ui::before,
.reels-of-joy-nz9mgi::before,
.reels-of-joy-p1r47c::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.reels-of-joy-1d781q.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.reels-of-joy-u06bks 14.reels-of-joy-s7u4m5.reels-of-joy-rjhtgx 14.reels-of-joy-resls6 15.reels-of-joy-to43uw 14.reels-of-joy-ek25iy 15.reels-of-joy-o7r839 14.reels-of-joy-c2sxhl.reels-of-joy-52gmol 14.reels-of-joy-963k5i 19.reels-of-joy-rylaw3 12.reels-of-joy-ola02g 19.reels-of-joy-rylaw3 10.reels-of-joy-lputnf.reels-of-joy-rylaw3 8.reels-of-joy-7vtlhb 17.reels-of-joy-ycmq5t 7.reels-of-joy-mhkn83 15.reels-of-joy-871mzz 7.reels-of-joy-5h4514.reels-of-joy-8i1ks1 7.reels-of-joy-mhkn83 11.reels-of-joy-e1s87p 8.reels-of-joy-7vtlhb 11.reels-of-joy-e1s87p 10.reels-of-joy-a2o6y3.reels-of-joy-e1s87p 12.reels-of-joy-cz8e27 13.reels-of-joy-psku9j 14.reels-of-joy-ql2z28 15.reels-of-joy-s9j4i8 14.reels-of-joy-iivgkw.reels-of-joy-zakirm 14.reels-of-joy-x3ivzz 15.reels-of-joy-r0297e 14.reels-of-joy-7nfwg9 15.reels-of-joy-ez6ohi 14.reels-of-joy-n1vmuu.reels-of-joy-u06bks 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.reels-of-joy-p0ai2q 15.reels-of-joy-1hqayi.reels-of-joy-eonwq7 15.reels-of-joy-4xojrv 15.reels-of-joy-qiahb3 15.reels-of-joy-o4i4w9 15.reels-of-joy-bi4jau 15.reels-of-joy-6uxjpx.reels-of-joy-xw72b3 15.reels-of-joy-o4i4w9 15.reels-of-joy-9n7ftq 15.reels-of-joy-vcascn 15.reels-of-joy-g8j17c 15.reels-of-joy-gl3jkb.reels-of-joy-myqsek 15.reels-of-joy-87cqpu 7.reels-of-joy-tkbjju 18.reels-of-joy-w21i7k 7.reels-of-joy-w103jh 23.reels-of-joy-os25vx.reels-of-joy-xwxasd.reels-of-joy-s7qx96 18.reels-of-joy-7u03me 19.reels-of-joy-uvtzfc 15.reels-of-joy-t46tlg 15.reels-of-joy-p0ai2q 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.reels-of-joy-3pnms4 [type="submit"] *,
.reels-of-joy-6fg3wo button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .reels-of-joy-2gquw5 {
    display: none;
  }
}

.reels-of-joy-iz6n62 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .reels-of-joy-iz6n62 {
  display: none;
}

@media (min-width: 768px) {
  .reels-of-joy-iz6n62 {
    bottom: 22px;
  }
}

.reels-of-joy-iz6n62 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .reels-of-joy-iz6n62 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.reels-of-joy-axoemo.static) .reels-of-joy-iz6n62 {
    bottom: 8px;
  }
}

.reels-of-joy-gyi1iz {
  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.reels-of-joy-1d781q.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.reels-of-joy-1qxuyf 3.reels-of-joy-rswx9m.reels-of-joy-0wwanc.reels-of-joy-g3szuu 3.reels-of-joy-savc9d 3.reels-of-joy-wy3h6v 5.reels-of-joy-d3c0qq 3.reels-of-joy-wy3h6v 8.reels-of-joy-ax8vsg.reels-of-joy-u11mqy.reels-of-joy-wy3h6v 26.reels-of-joy-6dxfmu 5.reels-of-joy-inokii 28.reels-of-joy-o8e77h 8.reels-of-joy-lnhxco 28.reels-of-joy-r360f5.reels-of-joy-a85srk 28.reels-of-joy-jbj19w.reels-of-joy-er8zoa 34.reels-of-joy-i73k93.reels-of-joy-kaxcie 36.reels-of-joy-1ff76p 11.reels-of-joy-jrtjb0 37.reels-of-joy-xaz2no 12.reels-of-joy-a0tan4 36.reels-of-joy-ec5imx.reels-of-joy-nqcvqw 28.reels-of-joy-2w8r58.reels-of-joy-bvyhc8.reels-of-joy-sjfiqe 28.reels-of-joy-kij7qx 36.reels-of-joy-7enyvo 26.reels-of-joy-nobpa0 36.reels-of-joy-7enyvo 23.reels-of-joy-kcntyn.reels-of-joy-158lx2.reels-of-joy-7enyvo 5.reels-of-joy-h7wo43 34.reels-of-joy-de202i 3.reels-of-joy-savc9d 31.reels-of-joy-1qxuyf 3.reels-of-joy-6cfh3x.reels-of-joy-zyynle 18.reels-of-joy-64gxgn.reels-of-joy-8p27sk 18.reels-of-joy-fqqnbc 8.reels-of-joy-sl3ozk 17.reels-of-joy-t18kqk 8.reels-of-joy-sl3ozk 15.reels-of-joy-0xqq4i.reels-of-joy-sl3ozk 14.reels-of-joy-pcc737 9.reels-of-joy-8p27sk 13.reels-of-joy-pwihaf 11.reels-of-joy-zyynle 13.reels-of-joy-gzs1qv.reels-of-joy-m1t179 13.reels-of-joy-pwihaf 13.reels-of-joy-ck6a3q 14.reels-of-joy-pcc737 13.reels-of-joy-ck6a3q 15.reels-of-joy-pj72wi.reels-of-joy-ck6a3q 17.reels-of-joy-t18kqk 12.reels-of-joy-m1t179 18.reels-of-joy-fqqnbc 11.reels-of-joy-zyynle 18.reels-of-joy-1k4z1f.reels-of-joy-8uixp5 18.reels-of-joy-9ur91r.reels-of-joy-8p08s9 18.reels-of-joy-fqqnbc 17.reels-of-joy-yljn5r 17.reels-of-joy-t18kqk 17.reels-of-joy-yljn5r 15.reels-of-joy-g69z9x.reels-of-joy-yljn5r 14.reels-of-joy-pcc737 18.reels-of-joy-8p08s9 13.reels-of-joy-pwihaf 20.reels-of-joy-8uixp5 13.reels-of-joy-naxdb4.reels-of-joy-9npgrn 13.reels-of-joy-pwihaf 22.reels-of-joy-on1ovs 14.reels-of-joy-pcc737 22.reels-of-joy-on1ovs 15.reels-of-joy-g70rc5.reels-of-joy-flt7cs 17.reels-of-joy-t18kqk 21.reels-of-joy-9npgrn 18.reels-of-joy-fqqnbc 20.reels-of-joy-8uixp5 18.reels-of-joy-lxkl1l.reels-of-joy-wl9glt 18.reels-of-joy-5ki35g.reels-of-joy-4uk1xj 18.reels-of-joy-fqqnbc 26.reels-of-joy-f69tse 17.reels-of-joy-t18kqk 26.reels-of-joy-f69tse 15.reels-of-joy-fp42r6.reels-of-joy-f69tse 14.reels-of-joy-pcc737 27.reels-of-joy-4uk1xj 13.reels-of-joy-pwihaf 28.reels-of-joy-wl9glt 13.reels-of-joy-fowusk.reels-of-joy-frn2ee 13.reels-of-joy-pwihaf 31.reels-of-joy-lg0zev 14.reels-of-joy-pcc737 31.reels-of-joy-lg0zev 15.reels-of-joy-4s8zqz.reels-of-joy-f69tse 17.reels-of-joy-t18kqk 30.reels-of-joy-frn2ee 18.reels-of-joy-fqqnbc 28.reels-of-joy-wl9glt 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"])
    .reels-of-joy-gyi1iz {
    display: none;
  }
}

.reels-of-joy-vdclvr {
  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) {
  .reels-of-joy-vdclvr {
    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;
}

.reels-of-joy-6fg3wo {
  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) {
  .reels-of-joy-6fg3wo {
    padding: 14px 16px;
  }
}

.reels-of-joy-6fg3wo button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.reels-of-joy-6fg3wo button:first-child {
  align-content: end;
}

.reels-of-joy-6fg3wo button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .reels-of-joy-6fg3wo
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .reels-of-joy-6fg3wo
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.reels-of-joy-6fg3wo button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.reels-of-joy-6fg3wo button:last-child svg {
  width: 38px;
  height: 38px;
}

.reels-of-joy-p1r47c {
  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;
}

.reels-of-joy-p1r47c::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .reels-of-joy-p1r47c,
.pc61d126-chatbot[data-active-screen="3"]
  .reels-of-joy-p1r47c {
  opacity: 1;
  visibility: visible;
}

.reels-of-joy-5dwcec {
  flex: 1 1;
}

.reels-of-joy-6adj9m {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .reels-of-joy-6adj9m {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .reels-of-joy-e4x8sl {
  display: block;
}

.reels-of-joy-ufsuvk {
  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) {
  .reels-of-joy-ufsuvk {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.reels-of-joy-nz9mgi {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.reels-of-joy-nz9mgi::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.reels-of-joy-urdvdj span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.reels-of-joy-urdvdj p {
  color: var(--Text-100);
}

.reels-of-joy-nz9mgi .reels-of-joy-c7ot66 {
  grid-area: button;
}

.reels-of-joy-nz9mgi .reels-of-joy-c7ot66::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.reels-of-joy-1d781q.org/2000/svg'%3E%3Cpath d='M4.reels-of-joy-ylphzd 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.reels-of-joy-qpz9y8 15L16.reels-of-joy-qpz9y8 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.reels-of-joy-qpz9y8 5L16.reels-of-joy-qpz9y8 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .reels-of-joy-v8r0s1 {
  display: block;
}

.reels-of-joy-fg8w4x {
  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) {
  .reels-of-joy-fg8w4x {
    margin-top: 40px;
  }
}

.reels-of-joy-9h0hy4 label,
.reels-of-joy-9h0hy4 input {
  display: block;
  width: 100%;
}

.reels-of-joy-9h0hy4 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.reels-of-joy-9h0hy4 label.reels-of-joy-tub5fh input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.reels-of-joy-9h0hy4 label.reels-of-joy-tub5fh::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;
}

.reels-of-joy-9h0hy4 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;
}

.reels-of-joy-9h0hy4 input::placeholder {
  color: var(--Text-400);
}

.reels-of-joy-3gcfhg {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .reels-of-joy-3gcfhg {
  display: flex;
}

.reels-of-joy-3gcfhg ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .reels-of-joy-3gcfhg ol {
    height: 420px;
    padding: 24px;
  }
}

.reels-of-joy-3gcfhg ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.reels-of-joy-3pnms4 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .reels-of-joy-3pnms4 {
    padding: 0 24px 24px;
  }
}

.reels-of-joy-3pnms4 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;
}

.reels-of-joy-3pnms4 input::placeholder {
  color: var(--Text-400);
}

.reels-of-joy-3pnms4 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.reels-of-joy-3pnms4 [type="submit"]:disabled {
  opacity: 0.5;
}

.reels-of-joy-3pnms4 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .reels-of-joy-3pnms4 [type="submit"] {
    right: 40px;
  }
}

.reels-of-joy-zuvibr {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.reels-of-joy-zuvibr.reels-of-joy-4w75ui {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.reels-of-joy-zuvibr.reels-of-joy-4w75ui::before {
  content: "";
  width: 31px;
}

.reels-of-joy-zuvibr.reels-of-joy-4w75ui p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.reels-of-joy-zuvibr.reels-of-joy-ovekc2 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.reels-of-joy-zuvibr p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.reels-of-joy-iz6n62 .reels-of-joy-c7ot66 {
  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;
  }
}

.reels-of-joy-2gquw5 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .reels-of-joy-2gquw5 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .reels-of-joy-2gquw5 {
    padding: 18px 0;
  }
}

.reels-of-joy-2gquw5 .reels-of-joy-7ajwel {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .reels-of-joy-2gquw5 .reels-of-joy-7ajwel {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.reels-of-joy-of4hr5 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .reels-of-joy-of4hr5 {
    max-width: 160px;
    height: 40px;
  }
}

.reels-of-joy-of4hr5 picture,
.reels-of-joy-of4hr5 img {
  display: block;
  width: 100%;
  height: 100%;
}

.reels-of-joy-of4hr5 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .reels-of-joy-6zn3zf {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.reels-of-joy-45tx8a ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .reels-of-joy-2gquw5.reels-of-joy-ugt5g4 .reels-of-joy-6zn3zf {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .reels-of-joy-6zn3zf {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .reels-of-joy-6zn3zf {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.reels-of-joy-lbo3vs,
.reels-of-joy-rz6cha {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .reels-of-joy-lbo3vs,
  .reels-of-joy-rz6cha {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .reels-of-joy-rz6cha {
    display: none;
  }
}

.reels-of-joy-evh8zm {
  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;
}

.reels-of-joy-ugt5g4 .reels-of-joy-evh8zm {
  background: var(--fh-bg-color);
}

.reels-of-joy-evh8zm button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .reels-of-joy-evh8zm {
    display: none;
  }
}

.reels-of-joy-dxthm7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .reels-of-joy-dxthm7 {
    display: none;
  }
}

.reels-of-joy-cdv2y5 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.reels-of-joy-2gquw5.reels-of-joy-ugt5g4 .reels-of-joy-cdv2y5:first-child {
  display: none;
}

.reels-of-joy-2gquw5.reels-of-joy-ugt5g4 .reels-of-joy-cdv2y5:last-child {
  display: block;
}

.reels-of-joy-cdv2y5:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .reels-of-joy-cdv2y5 {
    display: none;
  }
}

.reels-of-joy-h9o42r {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .reels-of-joy-h9o42r {
    display: flex;
  }
}

.reels-of-joy-h9o42r ul {
  max-height: 350px;
  overflow-y: auto;
}

.reels-of-joy-h9o42r:hover ul {
  visibility: visible;
  opacity: 1;
}

.reels-of-joy-h9o42r:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.reels-of-joy-h9o42r:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.reels-of-joy-h9o42r:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.reels-of-joy-h9o42r:hover .reels-of-joy-mv3z8u svg {
  transform: rotate(180deg);
}

.reels-of-joy-mcfkim {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.reels-of-joy-pojsjr {
  padding: 0 8px;
}

.reels-of-joy-s4heyo {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.reels-of-joy-s4heyo:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .reels-of-joy-s4heyo {
    padding: 4px 8px;
  }
}

.reels-of-joy-kyt6pf {
  display: flex;
}

.reels-of-joy-kyt6pf img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.reels-of-joy-mv3z8u {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.reels-of-joy-mv3z8u svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.reels-of-joy-6tavfw {
  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) {
  .reels-of-joy-6tavfw {
    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;
  }
}

.reels-of-joy-3idww2 {
  width: 100%;
}

@media (min-width: 1200px) {
  .reels-of-joy-3idww2 {
    display: none;
  }
}

.reels-of-joy-tuq6yg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.reels-of-joy-jmxfe5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.reels-of-joy-altp51 {
  display: flex;
}

.reels-of-joy-yw3gbc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.reels-of-joy-612ya2 {
  list-style: none;
}

@media (max-width: 1199px) {
  .reels-of-joy-612ya2 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .reels-of-joy-612ya2 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .reels-of-joy-612ya2 .reels-of-joy-4csemc [data-ref-el],
  .reels-of-joy-612ya2 .reels-of-joy-4csemc span,
  .reels-of-joy-612ya2 .reels-of-joy-4csemc a {
    white-space: nowrap;
  }
}

.reels-of-joy-fdjitj {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .reels-of-joy-fdjitj.reels-of-joy-5cvpa4 > .reels-of-joy-4csemc {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .reels-of-joy-fdjitj.reels-of-joy-9iufcl:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .reels-of-joy-fdjitj.reels-of-joy-5cvpa4 > .reels-of-joy-17j117 {
    height: auto;
  }

  .reels-of-joy-fdjitj.reels-of-joy-5cvpa4 > div > .reels-of-joy-lgf975 {
    transform: rotate(180deg);
  }
}

.reels-of-joy-fdjitj [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.reels-of-joy-fdjitj [data-ref-el],
.reels-of-joy-fdjitj span {
  cursor: pointer;
}

.reels-of-joy-fdjitj [data-ref-el],
.reels-of-joy-fdjitj span,
.reels-of-joy-fdjitj a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .reels-of-joy-fdjitj [data-ref-el],
  .reels-of-joy-fdjitj span,
  .reels-of-joy-fdjitj a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .reels-of-joy-fdjitj [data-ref-el],
  .reels-of-joy-fdjitj span,
  .reels-of-joy-fdjitj a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.reels-of-joy-17j117 {
  height: 0;
  overflow: hidden;
  transition: height 0.reels-of-joy-45tx8a ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.reels-of-joy-17j117::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.reels-of-joy-17j117::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.reels-of-joy-17j117::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .reels-of-joy-17j117 {
    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;
  }

  .reels-of-joy-17j117:has(> .reels-of-joy-fdjitj.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .reels-of-joy-17j117 .reels-of-joy-17j117 {
    padding: 0;
  }

  .reels-of-joy-17j117 .reels-of-joy-fdjitj {
    font-weight: 400;
  }

  .reels-of-joy-17j117 .reels-of-joy-fdjitj:hover > .reels-of-joy-4csemc {
    background: var(--Neutral-300);
  }

  .reels-of-joy-17j117 .reels-of-joy-lgf975 {
    rotate: -90deg;
  }
}

.reels-of-joy-4csemc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .reels-of-joy-4csemc {
    padding: 8px;
  }

  .reels-of-joy-fdjitj.reels-of-joy-dc0de5 > .reels-of-joy-4csemc {
    background: var(--Neutral-300);
  }
}

.reels-of-joy-lgf975 {
  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.reels-of-joy-1d781q.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.reels-of-joy-m2wacy 0.reels-of-joy-3bza9n.reels-of-joy-8xtykm -0.reels-of-joy-jnxhqa 0.reels-of-joy-z9w8pc -0.reels-of-joy-jnxhqa 1.reels-of-joy-4x17n2 0.reels-of-joy-b05tzy.reels-of-joy-y3ywsy 4.reels-of-joy-8v89hq.reels-of-joy-m2wacy 0.reels-of-joy-xnog9p.reels-of-joy-vo7pbl -0.reels-of-joy-jnxhqa 9.reels-of-joy-juq08d -0.reels-of-joy-jnxhqa 10.reels-of-joy-10tqb9 0.reels-of-joy-exu053.reels-of-joy-iinogq 0.reels-of-joy-8xtykm 10.reels-of-joy-iinogq 0.reels-of-joy-z9w8pc 10.reels-of-joy-10tqb9 1.reels-of-joy-grmaqx.reels-of-joy-x0tsxq 5.reels-of-joy-5zowfc.reels-of-joy-cz2hne 6.reels-of-joy-viq8ze 5.reels-of-joy-c2atm1 6.reels-of-joy-viq8ze 4.reels-of-joy-a8w880 5.reels-of-joy-b9b643.reels-of-joy-m2wacy 1.reels-of-joy-xa8t3k.reels-of-joy-jnxhqa 0.reels-of-joy-z9w8pc -0.reels-of-joy-jnxhqa 0.reels-of-joy-8xtykm 0.reels-of-joy-m2wacy 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.reels-of-joy-45tx8a ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .reels-of-joy-lgf975 {
    cursor: default;
  }
}

.reels-of-joy-3t1cyc {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.reels-of-joy-mhn03o {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .reels-of-joy-mhn03o {
    padding: 40px 4px;
  }
}

.reels-of-joy-my69mv {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .reels-of-joy-my69mv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.reels-of-joy-vfu0t7 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .reels-of-joy-vfu0t7 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.reels-of-joy-vfu0t7 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.reels-of-joy-vfu0t7 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.reels-of-joy-vfu0t7 [data-ref-el],
.reels-of-joy-vfu0t7 span,
.reels-of-joy-vfu0t7 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.reels-of-joy-wmqf7h {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .reels-of-joy-wmqf7h {
    margin-bottom: 12px;
  }
}

.reels-of-joy-qdy9x5 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.reels-of-joy-qdy9x5 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .reels-of-joy-qdy9x5:last-child {
    margin-right: 0;
  }
}

.reels-of-joy-83rqkl {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.reels-of-joy-wmqf7h:hover .reels-of-joy-y4oea4 {
  visibility: visible;
  opacity: 1;
}

.reels-of-joy-y4oea4 {
  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);
}

.reels-of-joy-4fwiat {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.reels-of-joy-zhproq {
  display: flex;
  margin: 6px;
}

.reels-of-joy-zhproq img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.reels-of-joy-y4oea4::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);
}

.reels-of-joy-y4oea4::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);
}

.reels-of-joy-scwtmx {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .reels-of-joy-scwtmx {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.reels-of-joy-x7vp1p {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .reels-of-joy-x7vp1p {
    margin-right: 32px;
  }
}

.reels-of-joy-i323lk {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .reels-of-joy-i323lk {
    margin-top: 0;
    width: 340px;
  }
}

.reels-of-joy-i323lk a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.reels-of-joy-bcr4tr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.reels-of-joy-2b8701 {
  position: relative;
}

@media (min-width: 768px) {
  .reels-of-joy-2b8701 {
    margin-top: 40px;
  }
}

.reels-of-joy-2b8701 + .reels-of-joy-nd5qjz,
.reels-of-joy-2b8701 + .reels-of-joy-2b8701 {
  margin-top: 24px;
}

.reels-of-joy-4eu6xg {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .reels-of-joy-4eu6xg {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .reels-of-joy-4eu6xg {
    padding: 80px;
  }
}

.reels-of-joy-6igcpg {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .reels-of-joy-6igcpg {
    padding: 0 16px;
}


}

.reels-of-joy-mkd9xh {
  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) {
  .reels-of-joy-mkd9xh {
    font-size: 48px;
    line-height: 56px;
  }
}

.reels-of-joy-leyb8w {
  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) {
  .reels-of-joy-leyb8w {
    font-size: 24px;
    line-height: 32px;
  }
}

.reels-of-joy-bz85md {
  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;
}

.reels-of-joy-bz85md:hover {
  background: var(--button-bg-hover);
}

.reels-of-joy-qfnm4n {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.reels-of-joy-qfnm4n img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .reels-of-joy-qfnm4n img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .reels-of-joy-qfnm4n img {
  min-height: 100%;
  }
}

.reels-of-joy-4eu6xg::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.reels-of-joy-rs6qhu {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.reels-of-joy-rs6qhu h1,
.reels-of-joy-rs6qhu h2,
.reels-of-joy-rs6qhu h3,
.reels-of-joy-rs6qhu h4 {
  margin-bottom: 6px;
}

.reels-of-joy-rs6qhu h1:not(:first-child),
.reels-of-joy-rs6qhu h2:not(:first-child),
.reels-of-joy-rs6qhu h3:not(:first-child),
.reels-of-joy-rs6qhu h4:not(:first-child) {
  margin-top: 16px;
}

.reels-of-joy-rs6qhu h1,
.reels-of-joy-rs6qhu h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .reels-of-joy-rs6qhu h1,
  .reels-of-joy-rs6qhu h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.reels-of-joy-rs6qhu h2,
.reels-of-joy-rs6qhu h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .reels-of-joy-rs6qhu h2,
  .reels-of-joy-rs6qhu h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.reels-of-joy-rs6qhu h3,
.reels-of-joy-rs6qhu h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .reels-of-joy-rs6qhu h3,
  .reels-of-joy-rs6qhu h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.reels-of-joy-rs6qhu h4,
.reels-of-joy-rs6qhu h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.reels-of-joy-rs6qhu ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.reels-of-joy-rs6qhu ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.reels-of-joy-rs6qhu 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);
}

.reels-of-joy-rs6qhu ul ul {
  margin-bottom: 8px;
}

.reels-of-joy-rs6qhu ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.reels-of-joy-rs6qhu ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.reels-of-joy-rs6qhu ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.reels-of-joy-rs6qhu ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.reels-of-joy-rs6qhu ol li::marker {
  font-weight: 700;
}

.reels-of-joy-rs6qhu ol ol {
  margin-bottom: 8px;
}

.reels-of-joy-rs6qhu ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.reels-of-joy-rs6qhu ol ul li {
  padding-left: 16px;
}

.reels-of-joy-rs6qhu 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) {
  .reels-of-joy-rs6qhu table {
    padding: 24px;
  }
}

.reels-of-joy-rs6qhu table.reels-of-joy-0dtsz3 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.reels-of-joy-45tx8a,
    mask-image 0.3s;
}

.reels-of-joy-rs6qhu table.reels-of-joy-0dtsz3.reels-of-joy-6wp4f8 {
  -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) {
  .reels-of-joy-rs6qhu table {
    display: table;
  }
}

.reels-of-joy-rs6qhu 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);
}

.reels-of-joy-rs6qhu table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.reels-of-joy-rs6qhu table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.reels-of-joy-rs6qhu 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) {
  .reels-of-joy-rs6qhu table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.reels-of-joy-rs6qhu table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.reels-of-joy-rs6qhu table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.reels-of-joy-rs6qhu table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.reels-of-joy-rs6qhu img {
  max-width: 100%;
  height: auto;
}

.reels-of-joy-dsfi25 {
  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) {
  .reels-of-joy-dsfi25 {
    padding: 24px;
  }
}

.reels-of-joy-dr7xay {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .reels-of-joy-dr7xay {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.reels-of-joy-dr7xay > * {
  margin: 0 !important;
}

.reels-of-joy-dr7xay img,
.reels-of-joy-slz2v5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .reels-of-joy-dr7xay img,
  .reels-of-joy-slz2v5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.reels-of-joy-eo9d6v {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .reels-of-joy-eo9d6v {
    width: 32px;
    height: 32px;
  }
}

.reels-of-joy-4pplwb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.reels-of-joy-4pplwb .reels-of-joy-8qxgsq {
  flex-shrink: 0;
}

.reels-of-joy-4pplwb .reels-of-joy-v97upv svg {
  display: none;
}

.reels-of-joy-zarj9w {
  display: grid;
  transition: max-height 0.reels-of-joy-45tx8a ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .reels-of-joy-zarj9w {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .reels-of-joy-zarj9w {
    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));
  }
}

.reels-of-joy-zarj9w.reels-of-joy-u44t6m + .reels-of-joy-8qxgsq svg {
  transform: rotate(180deg);
}

.reels-of-joy-5tmgfs {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.reels-of-joy-5tmgfs > div:nth-child(3n) {
  grid-column: span 2;
}

.reels-of-joy-5tmgfs
  > div:nth-child(3n)
  .reels-of-joy-u99b4w
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .reels-of-joy-5tmgfs {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .reels-of-joy-5tmgfs > div:nth-child(3n) {
    grid-column: unset;
  }

  .reels-of-joy-5tmgfs
    > div:nth-child(3n)
    .reels-of-joy-u99b4w
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .reels-of-joy-5tmgfs {
    max-width: 270px;
  }
}

.reels-of-joy-5tmgfs .reels-of-joy-u99b4w button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .reels-of-joy-5tmgfs .reels-of-joy-u99b4w button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .reels-of-joy-5tmgfs .reels-of-joy-u99b4w button {
    max-width: 104px;
  }
}

.reels-of-joy-vm06ek {
  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) {
  .reels-of-joy-vm06ek {
    margin-bottom: 0;
  }
}

.reels-of-joy-vvwsk2 {
  display: none;
  opacity: 0;
}

.reels-of-joy-8fzsbu {
  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;
  }
}

.reels-of-joy-8fzsbu img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.reels-of-joy-u99b4w {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.reels-of-joy-u99b4w button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .reels-of-joy-u99b4w
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .reels-of-joy-u99b4w
    button {
    max-width: 145px;
  }
}

.reels-of-joy-f0cqdj:first-child
  .reels-of-joy-u99b4w
  button {
  max-width: 270px;
}

.reels-of-joy-02vlni {
  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%;
}

.reels-of-joy-vm06ek picture {
  width: 100%;
  max-width: 100%;
}

.reels-of-joy-9rhjh2 {
  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;
}

.reels-of-joy-9rhjh2 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.reels-of-joy-vm06ek:hover .reels-of-joy-9rhjh2 {
  display: flex;
}

.reels-of-joy-cvhgur {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.reels-of-joy-yb6ogh {
  display: flex;
}

.reels-of-joy-yb6ogh:hover .reels-of-joy-4mzu7i,
.reels-of-joy-yb6ogh .reels-of-joy-dc0de5 .reels-of-joy-4mzu7i {
  display: flex;
}

.reels-of-joy-yb6ogh svg {
  flex-shrink: 0;
}

.reels-of-joy-4mzu7i {
  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) {
  .reels-of-joy-4mzu7i {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.reels-of-joy-4mzu7i:hover {
  display: flex;
}

.reels-of-joy-4mzu7i svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.reels-of-joy-ga6dr9 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .reels-of-joy-ga6dr9 {
    font-size: 12px;
  }
}

.reels-of-joy-r608hs,
.reels-of-joy-hf0qho {
  width: 50%;
  flex-shrink: 0;
}

.reels-of-joy-r608hs {
  font-weight: 700;
}

.reels-of-joy-kees55 .reels-of-joy-zarj9w {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .reels-of-joy-kees55 .reels-of-joy-zarj9w {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .reels-of-joy-kees55 .reels-of-joy-zarj9w {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.reels-of-joy-kees55
  .reels-of-joy-02vlni:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.reels-of-joy-kees55 .reels-of-joy-8fzsbu {
  height: 100% !important;
  border-radius: 16px;
}

.reels-of-joy-kees55 .reels-of-joy-u99b4w {
  gap: 4px;
  align-items: center;
}

.reels-of-joy-kees55 .reels-of-joy-u99b4w button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reels-of-joy-kees55 .reels-of-joy-u99b4w svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.reels-of-joy-kees55 .reels-of-joy-0otyvu,
.reels-of-joy-kees55 .reels-of-joy-xfbqtv {
  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.reels-of-joy-1d781q.org/2000/svg'%3E%3Cpath d='M9.reels-of-joy-5c0h14 4.reels-of-joy-boshsy.reels-of-joy-d0z1jm 5.reels-of-joy-tg743f.reels-of-joy-4b26t5 5.reels-of-joy-1m756b.reels-of-joy-9afuvt 5.reels-of-joy-2kuco1.reels-of-joy-ndj5fu 8.reels-of-joy-bbxjnx.reels-of-joy-mi715i 9.reels-of-joy-09mpv7.reels-of-joy-x7n0yl 9.reels-of-joy-vr1gto.reels-of-joy-isq33d 13.reels-of-joy-aujehs.reels-of-joy-4ncwex 11.reels-of-joy-nh044g.reels-of-joy-3qigqs 11.reels-of-joy-k1vimi.reels-of-joy-f5qvqe 11.reels-of-joy-sn735z.reels-of-joy-80pcbr 13.reels-of-joy-52pd8d.reels-of-joy-iw3v94 9.reels-of-joy-ux0tfj.reels-of-joy-sd20f7 9.reels-of-joy-5v9yh4.reels-of-joy-2n20c2 8.reels-of-joy-hxk5vy.reels-of-joy-6xhey6 5.reels-of-joy-ff55p2.reels-of-joy-ix0xn8 5.reels-of-joy-lnfa72.reels-of-joy-o3jpnq 5.reels-of-joy-e8mczc.reels-of-joy-jzgiaw 4.reels-of-joy-dxy981.reels-of-joy-3qigqs 1.reels-of-joy-kzvaki.reels-of-joy-5c0h14 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.reels-of-joy-kees55 .reels-of-joy-0otyvu {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.reels-of-joy-kees55 .reels-of-joy-xfbqtv {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.reels-of-joy-isex83 {
  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) {
  .reels-of-joy-isex83 {
    padding: 24px;
  }
}

.reels-of-joy-isex83 .reels-of-joy-8qxgsq {
  display: flex;
}

@media (min-width: 768px) {
  .reels-of-joy-isex83 .reels-of-joy-8qxgsq {
    display: none;
  }
}

.reels-of-joy-isex83 .reels-of-joy-v97upv svg {
  display: none;
}

.reels-of-joy-vusxi6 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.reels-of-joy-vusxi6 .reels-of-joy-2ekqlm {
  display: none;
}

@media (min-width: 768px) {
  .reels-of-joy-vusxi6 .reels-of-joy-2ekqlm {
    display: flex;
  }
}

.reels-of-joy-2g6265 {
  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) {
  .reels-of-joy-2g6265 {
    font-size: 40px;
    line-height: 48px;
  }
}

.reels-of-joy-2g6265 > * {
  margin: 0 !important;
}

.reels-of-joy-2g6265 img,
.reels-of-joy-wc1wqv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .reels-of-joy-2g6265 img,
  .reels-of-joy-wc1wqv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.reels-of-joy-0s03iq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .reels-of-joy-0s03iq {
    width: 32px;
    height: 32px;
  }
}

.reels-of-joy-tvj8s2 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .reels-of-joy-tvj8s2 {
    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;
  }

  .reels-of-joy-tvj8s2::-webkit-scrollbar {
    display: none;
  }
}

.reels-of-joy-640jzy {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .reels-of-joy-640jzy {
    padding: 7px 15px;
  }
}

.reels-of-joy-640jzy:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.reels-of-joy-ibguns {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .reels-of-joy-ibguns {
    display: flex;
    opacity: 1;
  }
}

.reels-of-joy-640jzy picture {
  height: 100%;
  display: block;
}

.reels-of-joy-640jzy img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .reels-of-joy-640jzy img {
    width: 88px;
    height: 44px;
  }
}

.reels-of-joy-640jzy p {
  text-align: center;
  width: 100%;
}

.reels-of-joy-fx7dql {
  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) {
  .reels-of-joy-fx7dql {
    font-size: 40px;
    line-height: 48px;
  }
}

.reels-of-joy-fx7dql img,
.reels-of-joy-frqafq {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .reels-of-joy-fx7dql img,
  .reels-of-joy-frqafq {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.reels-of-joy-jyftnv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .reels-of-joy-jyftnv {
    width: 32px;
    height: 32px;
  }
}

.reels-of-joy-s2gq9q {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.reels-of-joy-ttmg06 {
  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;
}

.reels-of-joy-4vb340 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.reels-of-joy-4vb340.reels-of-joy-dc0de5 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.reels-of-joy-38n8oc {
  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) {
  .reels-of-joy-38n8oc {
    font-size: 20px;
    line-height: 28px;
  }
}

.reels-of-joy-d4vxk5 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.reels-of-joy-g3scqi {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.reels-of-joy-45tx8a ease;
  opacity: 0;
  color: var(--text-color);
}

.reels-of-joy-sm1rfh {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.reels-of-joy-sm1rfh ol,
.reels-of-joy-sm1rfh ul {
  padding-left: 1.3em;
}

.reels-of-joy-4vb340.reels-of-joy-dc0de5 .reels-of-joy-g3scqi {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.reels-of-joy-4vb340.reels-of-joy-dc0de5 .reels-of-joy-d4vxk5 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.reels-of-joy-7zc8wi {
  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) {
  .reels-of-joy-7zc8wi {
    padding: 24px;
  }
}

.reels-of-joy-7zc8wi .reels-of-joy-8qxgsq {
  display: flex;
}

@media (min-width: 768px) {
  .reels-of-joy-7zc8wi .reels-of-joy-8qxgsq {
    display: none;
  }
}

.reels-of-joy-7zc8wi .reels-of-joy-v97upv svg {
  display: none;
}

.reels-of-joy-8n119q {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reels-of-joy-8n119q .reels-of-joy-2ekqlm {
  display: none;
}

@media (min-width: 768px) {
  .reels-of-joy-8n119q .reels-of-joy-2ekqlm {
    display: flex;
  }
}

.reels-of-joy-prjrhi {
  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) {
  .reels-of-joy-prjrhi {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.reels-of-joy-prjrhi > * {
  margin: 0 !important;
}

.reels-of-joy-prjrhi img,
.reels-of-joy-sbehji {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .reels-of-joy-prjrhi img,
  .reels-of-joy-sbehji {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.reels-of-joy-i3d6pw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .reels-of-joy-i3d6pw {
    width: 32px;
    height: 32px;
  }
}

.reels-of-joy-uiy2h2 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .reels-of-joy-uiy2h2 {
    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;
  }

  .reels-of-joy-uiy2h2::-webkit-scrollbar {
    display: none;
  }
}

.reels-of-joy-7s647v {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.reels-of-joy-7s647v:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.reels-of-joy-fnpjho {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .reels-of-joy-fnpjho {
    display: flex;
    opacity: 1;
  }
}

.reels-of-joy-7s647v picture {
  width: auto;
  height: 100%;
  display: block;
}

.reels-of-joy-7s647v picture img {
  display: block;
  width: auto;
  height: 100%;
}

.reels-of-joy-xs131c {
  margin: -24px 0;
}

.reels-of-joy-xs131c:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .reels-of-joy-xs131c {
    margin: -16px 0;
  }
}

.reels-of-joy-p6phlf {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .reels-of-joy-p6phlf {
    flex-direction: row;
  }
}

.reels-of-joy-uut7tn {
  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) {
  .reels-of-joy-uut7tn {
    flex: 1;
  }
}

.reels-of-joy-uut7tn::placeholder {
  color: var(--Text-400);
}

.reels-of-joy-k2l3ek {
  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;
}

.reels-of-joy-hr1nqv {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.reels-of-joy-hr1nqv::-webkit-scrollbar {
  display: none;
}

.reels-of-joy-9ryu80 {
  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;
}

.reels-of-joy-9ryu80 img,
.reels-of-joy-9ryu80 svg {
  margin-right: 8px;
}

.reels-of-joy-71yc7v {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.reels-of-joy-xs131c + .reels-of-joy-x8t5j6 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .reels-of-joy-xs131c + .reels-of-joy-x8t5j6 {
    margin-top: -16px;
  }
}

.reels-of-joy-0smjm5 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.reels-of-joy-0smjm5 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.reels-of-joy-0smjm5 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.reels-of-joy-8rxhrr {
  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;
}

.reels-of-joy-7ywllx {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.reels-of-joy-p8bro3 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.reels-of-joy-e2mdbv {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.reels-of-joy-l24w2k {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.reels-of-joy-8rxhrr 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;
}

.reels-of-joy-8rxhrr 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) {
  .reels-of-joy-8rxhrr {
    padding: 39px 179px 39px 39px;
  }

  .reels-of-joy-7ywllx {
    font-size: 40px;
    line-height: 48px;
  }

  .reels-of-joy-l24w2k {
    height: 348px;
  }

  .reels-of-joy-8rxhrr button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .reels-of-joy-8rxhrr button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .reels-of-joy-8rxhrr {
    padding: 63px;
  }
}

.reels-of-joy-37zhje {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .reels-of-joy-37zhje {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.reels-of-joy-znjgz3 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .reels-of-joy-znjgz3 {
    width: auto;
  }
}

.reels-of-joy-1cadd0 {
  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;
}

.reels-of-joy-1cadd0::-webkit-scrollbar {
  display: none;
}

.reels-of-joy-1cadd0 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);
}

.reels-of-joy-1cadd0 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .reels-of-joy-1cadd0 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.reels-of-joy-37zhje .reels-of-joy-npcy93 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.reels-of-joy-45tx8a,
    mask-image 0.3s;
}

.reels-of-joy-37zhje .reels-of-joy-npcy93.reels-of-joy-6wp4f8 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.reels-of-joy-nv9y8h {
  margin: 40px -16px;
}

.reels-of-joy-o4apqy + .reels-of-joy-nd5qjz,
.reels-of-joy-o4apqy + .reels-of-joy-2b8701 {
  margin-top: 24px;
}

.reels-of-joy-yrx9yq {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.reels-of-joy-yrx9yq picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.reels-of-joy-hx2or2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .reels-of-joy-hx2or2 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .reels-of-joy-hx2or2 {
    margin-top: 0;
  }
}

.reels-of-joy-uj4zi7 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .reels-of-joy-uj4zi7 {
    font-size: 24px;
    line-height: 32px;
  }
}

.reels-of-joy-xz6xn6 {
  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) {
  .reels-of-joy-xz6xn6 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.reels-of-joy-pvdz5s {
  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) {
  .reels-of-joy-pvdz5s {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.reels-of-joy-b38w74 {
  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) {
  .reels-of-joy-b38w74 {
    font-size: 20px;
    line-height: 28px;
  }
}

.reels-of-joy-bmgz84 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .reels-of-joy-bmgz84 {
    font-size: 32px;
    line-height: 40px;
  }
}

.reels-of-joy-7d4ldj {
  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;
}

.reels-of-joy-onrp19 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.reels-of-joy-onrp19 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.reels-of-joy-x8t5j6 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.reels-of-joy-vkjwtt {
  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) {
  .reels-of-joy-vkjwtt {
    padding: 15px 48px;
  }
}

main > .reels-of-joy-x8t5j6 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .reels-of-joy-zarj9w.reels-of-joy-uvdo5q > div:nth-child(n+5) {
    display: none;
  }
}

.reels-of-joy-rs6qhu p a img {
  display: block;
  margin: 0 auto;
}


.reels-of-joy-6jmar8 {
  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 */
.reels-of-joy-296uih {
  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;
}

.reels-of-joy-296uih label {
  font-size: 14px;
}

.reels-of-joy-296uih h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.reels-of-joy-296uih input,
.reels-of-joy-296uih textarea,
.reels-of-joy-296uih 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;
}
.reels-of-joy-296uih button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.reels-of-joy-ba05w5 ease;
}
.reels-of-joy-296uih button:hover {
  background-color: var(--button-bg-hover);
}
.reels-of-joy-ttiyz9 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.reels-of-joy-lpvxjf ease-in;
}

.reels-of-joy-ttiyz9 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;
}
.reels-of-joy-vyavv1, .reels-of-joy-kk0roz, [class*="review-card"],
thead, thead th, table th, .reels-of-joy-ne1ymf,
.reels-of-joy-m3x8cs, [class*="collapsible-header"],
.reels-of-joy-dn640z, [class*="updated-block"] {
  color: #ece7dc !important;
}
