* {
  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;
  }
}

.slots-gallery-hcczoj {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .slots-gallery-hcczoj {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .slots-gallery-hcczoj {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.slots-gallery-53a5tk {
  overflow: hidden;
}

.slots-gallery-ejie70 img {
  background: var(--Neutral-300);
}

.slots-gallery-v27gqy {
  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;
}

.slots-gallery-418dua {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.slots-gallery-418dua:hover {
  background: var(--button-bg-hover);
}

.slots-gallery-7mc2h6 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.slots-gallery-7mc2h6:hover {
  background: var(--button-bg-hover);
}

.slots-gallery-30k504 {
  font-size: 12px;
  line-height: 18px;
}

.slots-gallery-chbum9 {
  font-size: 18px;
  line-height: 26px;
}

.slots-gallery-25nucx {
  width: 100%;
}

.slots-gallery-xnrf19 {
  padding: 6px 16px;
}

.slots-gallery-ax7j6o {
  padding: 10px 16px;
}

.slots-gallery-9hg9pl {
  padding: 15px 26px;
}

.slots-gallery-mmwo3x {
  flex-shrink: 0;
}

.slots-gallery-yc9rxe {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.slots-gallery-vrikbx {
  display: none;
}

.slots-gallery-yya7ou {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.slots-gallery-52mo93 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.slots-gallery-dff1xg {
  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;
}

.slots-gallery-phrtw9 {
  cursor: grab;
}

.slots-gallery-dff1xg::-webkit-scrollbar {
  display: none;
}

.slots-gallery-7ipkvo {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.slots-gallery-pc2q8x {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.slots-gallery-bckmdw {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.slots-gallery-wzusj6 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.slots-gallery-8d4cuw {
  visibility: visible;
}

.slots-gallery-bso6gf {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.slots-gallery-7yz8jp ease;
}

.slots-gallery-bsivds {
  background-color: var(--Primary-200);
  width: 16px;
}

.slots-gallery-ofwjqh {
  -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.slots-gallery-7yz8jp,
    mask-image 0.3s;
}

.slots-gallery-ofwjqh.slots-gallery-3bj23o {
  -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;
  }
}

.slots-gallery-8qfgww: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;
}

.slots-gallery-sr715j {
  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.slots-gallery-g3wd25.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.slots-gallery-g3wd25.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;
}

.slots-gallery-t10gz0 {
  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);
}

.slots-gallery-t10gz0::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%
  );
}

.slots-gallery-wf6k2y {
  position: relative;
  z-index: 1;
}

.slots-gallery-lub4id {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.slots-gallery-ipuwe4 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.slots-gallery-mgkft3 {
  font-size: 40px;
  line-height: 48px;
}

.slots-gallery-lxrhn2 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.slots-gallery-omcgtl {
  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;
}

.slots-gallery-omcgtl:hover {
  background: var(--Primary-400);
}

.slots-gallery-omcgtl svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.slots-gallery-8qfgww 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) {
  .slots-gallery-t10gz0 {
    max-width: 600px;
    padding: 64px;
  }

  .slots-gallery-lub4id {
    font-size: 24px;
    line-height: 32px;
  }

  .slots-gallery-ipuwe4 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .slots-gallery-mgkft3 {
    font-size: 50px;
    line-height: 56px;
  }

  .slots-gallery-lxrhn2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .slots-gallery-sr715j {
    top: 25px;
    right: 25px;
  }
}

.slots-gallery-skbfij,
.slots-gallery-ehdtiv {
  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;
}

.slots-gallery-yfzhe3.slots-gallery-k6ow8y::before,
.slots-gallery-ehdtiv::before,
.slots-gallery-nd51ho::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.slots-gallery-g3wd25.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.slots-gallery-7vlu63 14.slots-gallery-msolnv.slots-gallery-ub8ska 14.slots-gallery-u3mmhx 15.slots-gallery-zqozsp 14.slots-gallery-uz0lfx 15.slots-gallery-9pye7x 14.slots-gallery-snxwol.slots-gallery-37f5ms 14.slots-gallery-xvkipr 19.slots-gallery-motxfw 12.slots-gallery-vigb78 19.slots-gallery-motxfw 10.slots-gallery-w7l9j9.slots-gallery-motxfw 8.slots-gallery-8stu5w 17.slots-gallery-hz7kbm 7.slots-gallery-m8ya11 15.slots-gallery-f872oa 7.slots-gallery-rhveka.slots-gallery-xqdjql 7.slots-gallery-m8ya11 11.slots-gallery-8n8lcy 8.slots-gallery-8stu5w 11.slots-gallery-8n8lcy 10.slots-gallery-4f5d6y.slots-gallery-8n8lcy 12.slots-gallery-xkoxqn 13.slots-gallery-4k644v 14.slots-gallery-d3lmo1 15.slots-gallery-xgiulk 14.slots-gallery-qb3ceg.slots-gallery-edffdm 14.slots-gallery-20c2hz 15.slots-gallery-07i9tr 14.slots-gallery-297ut9 15.slots-gallery-x52nxx 14.slots-gallery-1jehdd.slots-gallery-7vlu63 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.slots-gallery-45dky2 15.slots-gallery-fuv0bp.slots-gallery-xi4jxj 15.slots-gallery-8olp2f 15.slots-gallery-sbc50j 15.slots-gallery-1o61ib 15.slots-gallery-zg71uw 15.slots-gallery-hu1cxz.slots-gallery-ltkjpl 15.slots-gallery-1o61ib 15.slots-gallery-5nv0y8 15.slots-gallery-mvbpah 15.slots-gallery-fe3m4i 15.slots-gallery-jptxu1.slots-gallery-v7sq4u 15.slots-gallery-cvnvhc 7.slots-gallery-w2k9zz 18.slots-gallery-mgld9v 7.slots-gallery-04hmgi 23.slots-gallery-ue78a3.slots-gallery-u86m1f.slots-gallery-zo4ruc 18.slots-gallery-vbz6zl 19.slots-gallery-nth7ia 15.slots-gallery-zr4ij9 15.slots-gallery-45dky2 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.slots-gallery-ife7va [type="submit"] *,
.slots-gallery-k3cixf button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .slots-gallery-4h6qm5 {
    display: none;
  }
}

.slots-gallery-99quaz {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .slots-gallery-99quaz {
  display: none;
}

@media (min-width: 768px) {
  .slots-gallery-99quaz {
    bottom: 22px;
  }
}

.slots-gallery-99quaz input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .slots-gallery-99quaz {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.slots-gallery-bru7uz.static) .slots-gallery-99quaz {
    bottom: 8px;
  }
}

.slots-gallery-xvnt6v {
  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.slots-gallery-g3wd25.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.slots-gallery-m5myai 3.slots-gallery-p2ff1k.slots-gallery-89o5j3.slots-gallery-l8pe7s 3.slots-gallery-3szfry 3.slots-gallery-tco7e9 5.slots-gallery-yq16pd 3.slots-gallery-tco7e9 8.slots-gallery-36hp5h.slots-gallery-ucsw0u.slots-gallery-tco7e9 26.slots-gallery-ivjskm 5.slots-gallery-tncyoy 28.slots-gallery-5r45n5 8.slots-gallery-qao0tk 28.slots-gallery-n24g1y.slots-gallery-2t66hs 28.slots-gallery-mb0oty.slots-gallery-yyf1cu 34.slots-gallery-scf0pk.slots-gallery-m8g96g 36.slots-gallery-komxer 11.slots-gallery-gpmsir 37.slots-gallery-09zul7 12.slots-gallery-6fos4w 36.slots-gallery-640d78.slots-gallery-bwryma 28.slots-gallery-5rf222.slots-gallery-vb9qov.slots-gallery-56ci5j 28.slots-gallery-dzlmui 36.slots-gallery-5oaxiu 26.slots-gallery-e0j8iu 36.slots-gallery-5oaxiu 23.slots-gallery-5smrn2.slots-gallery-vvjy56.slots-gallery-5oaxiu 5.slots-gallery-0bhz5z 34.slots-gallery-2xyww1 3.slots-gallery-3szfry 31.slots-gallery-m5myai 3.slots-gallery-10h84v.slots-gallery-l48kd6 18.slots-gallery-6bd2ho.slots-gallery-s3qedk 18.slots-gallery-uji0er 8.slots-gallery-jjkeqm 17.slots-gallery-i98e9d 8.slots-gallery-jjkeqm 15.slots-gallery-8kpmwa.slots-gallery-jjkeqm 14.slots-gallery-zy8f2j 9.slots-gallery-s3qedk 13.slots-gallery-da9374 11.slots-gallery-l48kd6 13.slots-gallery-omdd1m.slots-gallery-3mq5gv 13.slots-gallery-da9374 13.slots-gallery-nktdco 14.slots-gallery-zy8f2j 13.slots-gallery-nktdco 15.slots-gallery-37eufl.slots-gallery-nktdco 17.slots-gallery-i98e9d 12.slots-gallery-3mq5gv 18.slots-gallery-uji0er 11.slots-gallery-l48kd6 18.slots-gallery-y558q9.slots-gallery-9eyklj 18.slots-gallery-6gleww.slots-gallery-3hwd4g 18.slots-gallery-uji0er 17.slots-gallery-ynjepr 17.slots-gallery-i98e9d 17.slots-gallery-ynjepr 15.slots-gallery-cp5os5.slots-gallery-ynjepr 14.slots-gallery-zy8f2j 18.slots-gallery-3hwd4g 13.slots-gallery-da9374 20.slots-gallery-9eyklj 13.slots-gallery-f2804y.slots-gallery-e15h25 13.slots-gallery-da9374 22.slots-gallery-it24sc 14.slots-gallery-zy8f2j 22.slots-gallery-it24sc 15.slots-gallery-3nsfu6.slots-gallery-77hx1t 17.slots-gallery-i98e9d 21.slots-gallery-e15h25 18.slots-gallery-uji0er 20.slots-gallery-9eyklj 18.slots-gallery-qnxyai.slots-gallery-eii5cb 18.slots-gallery-uam16t.slots-gallery-nxay0h 18.slots-gallery-uji0er 26.slots-gallery-6a4lsu 17.slots-gallery-i98e9d 26.slots-gallery-6a4lsu 15.slots-gallery-70otdd.slots-gallery-6a4lsu 14.slots-gallery-zy8f2j 27.slots-gallery-nxay0h 13.slots-gallery-da9374 28.slots-gallery-eii5cb 13.slots-gallery-oqb2p8.slots-gallery-ou8ivn 13.slots-gallery-da9374 31.slots-gallery-ohjh7l 14.slots-gallery-zy8f2j 31.slots-gallery-ohjh7l 15.slots-gallery-lqkn14.slots-gallery-6a4lsu 17.slots-gallery-i98e9d 30.slots-gallery-ou8ivn 18.slots-gallery-uji0er 28.slots-gallery-eii5cb 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"])
    .slots-gallery-xvnt6v {
    display: none;
  }
}

.slots-gallery-xspvnz {
  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) {
  .slots-gallery-xspvnz {
    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;
}

.slots-gallery-k3cixf {
  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) {
  .slots-gallery-k3cixf {
    padding: 14px 16px;
  }
}

.slots-gallery-k3cixf button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.slots-gallery-k3cixf button:first-child {
  align-content: end;
}

.slots-gallery-k3cixf button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .slots-gallery-k3cixf
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .slots-gallery-k3cixf
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.slots-gallery-k3cixf button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.slots-gallery-k3cixf button:last-child svg {
  width: 38px;
  height: 38px;
}

.slots-gallery-nd51ho {
  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;
}

.slots-gallery-nd51ho::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .slots-gallery-nd51ho,
.pc61d126-chatbot[data-active-screen="3"]
  .slots-gallery-nd51ho {
  opacity: 1;
  visibility: visible;
}

.slots-gallery-hx1avu {
  flex: 1 1;
}

.slots-gallery-a5xvv1 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .slots-gallery-a5xvv1 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .slots-gallery-u3e2ec {
  display: block;
}

.slots-gallery-1mtaoq {
  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) {
  .slots-gallery-1mtaoq {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.slots-gallery-ehdtiv {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.slots-gallery-ehdtiv::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.slots-gallery-zu86zm span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.slots-gallery-zu86zm p {
  color: var(--Text-100);
}

.slots-gallery-ehdtiv .slots-gallery-u5alu0 {
  grid-area: button;
}

.slots-gallery-ehdtiv .slots-gallery-u5alu0::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.slots-gallery-g3wd25.org/2000/svg'%3E%3Cpath d='M4.slots-gallery-nmy4r7 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.slots-gallery-5c7fh8 15L16.slots-gallery-5c7fh8 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.slots-gallery-5c7fh8 5L16.slots-gallery-5c7fh8 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .slots-gallery-fth817 {
  display: block;
}

.slots-gallery-06ytr5 {
  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) {
  .slots-gallery-06ytr5 {
    margin-top: 40px;
  }
}

.slots-gallery-skbfij label,
.slots-gallery-skbfij input {
  display: block;
  width: 100%;
}

.slots-gallery-skbfij label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.slots-gallery-skbfij label.slots-gallery-n68xt7 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.slots-gallery-skbfij label.slots-gallery-n68xt7::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;
}

.slots-gallery-skbfij 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;
}

.slots-gallery-skbfij input::placeholder {
  color: var(--Text-400);
}

.slots-gallery-lgp5iu {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .slots-gallery-lgp5iu {
  display: flex;
}

.slots-gallery-lgp5iu ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .slots-gallery-lgp5iu ol {
    height: 420px;
    padding: 24px;
  }
}

.slots-gallery-lgp5iu ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.slots-gallery-ife7va {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .slots-gallery-ife7va {
    padding: 0 24px 24px;
  }
}

.slots-gallery-ife7va 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;
}

.slots-gallery-ife7va input::placeholder {
  color: var(--Text-400);
}

.slots-gallery-ife7va [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.slots-gallery-ife7va [type="submit"]:disabled {
  opacity: 0.5;
}

.slots-gallery-ife7va [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .slots-gallery-ife7va [type="submit"] {
    right: 40px;
  }
}

.slots-gallery-yfzhe3 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.slots-gallery-yfzhe3.slots-gallery-k6ow8y {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.slots-gallery-yfzhe3.slots-gallery-k6ow8y::before {
  content: "";
  width: 31px;
}

.slots-gallery-yfzhe3.slots-gallery-k6ow8y p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.slots-gallery-yfzhe3.slots-gallery-m61o1x p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.slots-gallery-yfzhe3 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.slots-gallery-99quaz .slots-gallery-u5alu0 {
  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;
  }
}

.slots-gallery-4h6qm5 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .slots-gallery-4h6qm5 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .slots-gallery-4h6qm5 {
    padding: 18px 0;
  }
}

.slots-gallery-4h6qm5 .slots-gallery-hcczoj {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .slots-gallery-4h6qm5 .slots-gallery-hcczoj {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.slots-gallery-n260u2 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .slots-gallery-n260u2 {
    max-width: 160px;
    height: 40px;
  }
}

.slots-gallery-n260u2 picture,
.slots-gallery-n260u2 img {
  display: block;
  width: 100%;
  height: 100%;
}

.slots-gallery-n260u2 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .slots-gallery-5o14hs {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.slots-gallery-7yz8jp ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .slots-gallery-4h6qm5.slots-gallery-kkxhwi .slots-gallery-5o14hs {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .slots-gallery-5o14hs {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .slots-gallery-5o14hs {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.slots-gallery-94iphf,
.slots-gallery-pqmsp6 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .slots-gallery-94iphf,
  .slots-gallery-pqmsp6 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .slots-gallery-pqmsp6 {
    display: none;
  }
}

.slots-gallery-o69ovk {
  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;
}

.slots-gallery-kkxhwi .slots-gallery-o69ovk {
  background: var(--fh-bg-color);
}

.slots-gallery-o69ovk button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .slots-gallery-o69ovk {
    display: none;
  }
}

.slots-gallery-5pk01g {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .slots-gallery-5pk01g {
    display: none;
  }
}

.slots-gallery-e95tyt {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.slots-gallery-4h6qm5.slots-gallery-kkxhwi .slots-gallery-e95tyt:first-child {
  display: none;
}

.slots-gallery-4h6qm5.slots-gallery-kkxhwi .slots-gallery-e95tyt:last-child {
  display: block;
}

.slots-gallery-e95tyt:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .slots-gallery-e95tyt {
    display: none;
  }
}

.slots-gallery-a5wkpp {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .slots-gallery-a5wkpp {
    display: flex;
  }
}

.slots-gallery-a5wkpp ul {
  max-height: 350px;
  overflow-y: auto;
}

.slots-gallery-a5wkpp:hover ul {
  visibility: visible;
  opacity: 1;
}

.slots-gallery-a5wkpp:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.slots-gallery-a5wkpp:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.slots-gallery-a5wkpp:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.slots-gallery-a5wkpp:hover .slots-gallery-1x6y3z svg {
  transform: rotate(180deg);
}

.slots-gallery-ir8rz1 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.slots-gallery-x4nrmf {
  padding: 0 8px;
}

.slots-gallery-vyhptf {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.slots-gallery-vyhptf:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .slots-gallery-vyhptf {
    padding: 4px 8px;
  }
}

.slots-gallery-bp6wjf {
  display: flex;
}

.slots-gallery-bp6wjf img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.slots-gallery-1x6y3z {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.slots-gallery-1x6y3z svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.slots-gallery-tkqcmi {
  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) {
  .slots-gallery-tkqcmi {
    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;
  }
}

.slots-gallery-7v5lfs {
  width: 100%;
}

@media (min-width: 1200px) {
  .slots-gallery-7v5lfs {
    display: none;
  }
}

.slots-gallery-fo8ev4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.slots-gallery-n4oykh {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.slots-gallery-8xanu6 {
  display: flex;
}

.slots-gallery-muz2ly {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.slots-gallery-wi6eim {
  list-style: none;
}

@media (max-width: 1199px) {
  .slots-gallery-wi6eim {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .slots-gallery-wi6eim {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .slots-gallery-wi6eim .slots-gallery-wgy9xv [data-ref-el],
  .slots-gallery-wi6eim .slots-gallery-wgy9xv span,
  .slots-gallery-wi6eim .slots-gallery-wgy9xv a {
    white-space: nowrap;
  }
}

.slots-gallery-dz95ye {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .slots-gallery-dz95ye.slots-gallery-lrhk0j > .slots-gallery-wgy9xv {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .slots-gallery-dz95ye.slots-gallery-rpbvh5:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .slots-gallery-dz95ye.slots-gallery-lrhk0j > .slots-gallery-gpv4n6 {
    height: auto;
  }

  .slots-gallery-dz95ye.slots-gallery-lrhk0j > div > .slots-gallery-8fqm3m {
    transform: rotate(180deg);
  }
}

.slots-gallery-dz95ye [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.slots-gallery-dz95ye [data-ref-el],
.slots-gallery-dz95ye span {
  cursor: pointer;
}

.slots-gallery-dz95ye [data-ref-el],
.slots-gallery-dz95ye span,
.slots-gallery-dz95ye a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .slots-gallery-dz95ye [data-ref-el],
  .slots-gallery-dz95ye span,
  .slots-gallery-dz95ye a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .slots-gallery-dz95ye [data-ref-el],
  .slots-gallery-dz95ye span,
  .slots-gallery-dz95ye a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.slots-gallery-gpv4n6 {
  height: 0;
  overflow: hidden;
  transition: height 0.slots-gallery-7yz8jp ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.slots-gallery-gpv4n6::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.slots-gallery-gpv4n6::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.slots-gallery-gpv4n6::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .slots-gallery-gpv4n6 {
    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;
  }

  .slots-gallery-gpv4n6:has(> .slots-gallery-dz95ye.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .slots-gallery-gpv4n6 .slots-gallery-gpv4n6 {
    padding: 0;
  }

  .slots-gallery-gpv4n6 .slots-gallery-dz95ye {
    font-weight: 400;
  }

  .slots-gallery-gpv4n6 .slots-gallery-dz95ye:hover > .slots-gallery-wgy9xv {
    background: var(--Neutral-300);
  }

  .slots-gallery-gpv4n6 .slots-gallery-8fqm3m {
    rotate: -90deg;
  }
}

.slots-gallery-wgy9xv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .slots-gallery-wgy9xv {
    padding: 8px;
  }

  .slots-gallery-dz95ye.slots-gallery-cxnb0d > .slots-gallery-wgy9xv {
    background: var(--Neutral-300);
  }
}

.slots-gallery-8fqm3m {
  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.slots-gallery-g3wd25.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.slots-gallery-rvdxju 0.slots-gallery-dmga40.slots-gallery-f6438a -0.slots-gallery-j01rei 0.slots-gallery-ymlrth -0.slots-gallery-j01rei 1.slots-gallery-9x0ghy 0.slots-gallery-rjetv5.slots-gallery-phtvm7 4.slots-gallery-smdtsx.slots-gallery-rvdxju 0.slots-gallery-4roksa.slots-gallery-n72jia -0.slots-gallery-j01rei 9.slots-gallery-3nsus5 -0.slots-gallery-j01rei 10.slots-gallery-3lcj03 0.slots-gallery-lovmr3.slots-gallery-8f901d 0.slots-gallery-f6438a 10.slots-gallery-8f901d 0.slots-gallery-ymlrth 10.slots-gallery-3lcj03 1.slots-gallery-rlmc24.slots-gallery-3qnioh 5.slots-gallery-1hnje5.slots-gallery-3lqyny 6.slots-gallery-xf183v 5.slots-gallery-k7iu4y 6.slots-gallery-xf183v 4.slots-gallery-fcp23q 5.slots-gallery-i5y2db.slots-gallery-rvdxju 1.slots-gallery-2ktshj.slots-gallery-j01rei 0.slots-gallery-ymlrth -0.slots-gallery-j01rei 0.slots-gallery-f6438a 0.slots-gallery-rvdxju 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.slots-gallery-7yz8jp ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .slots-gallery-8fqm3m {
    cursor: default;
  }
}

.slots-gallery-0jjkjz {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.slots-gallery-7kqn25 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .slots-gallery-7kqn25 {
    padding: 40px 4px;
  }
}

.slots-gallery-ujpjnk {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .slots-gallery-ujpjnk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.slots-gallery-m4c6pw {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .slots-gallery-m4c6pw {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.slots-gallery-m4c6pw ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.slots-gallery-m4c6pw [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.slots-gallery-m4c6pw [data-ref-el],
.slots-gallery-m4c6pw span,
.slots-gallery-m4c6pw a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.slots-gallery-u9gmr1 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .slots-gallery-u9gmr1 {
    margin-bottom: 12px;
  }
}

.slots-gallery-7mch7k {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.slots-gallery-7mch7k img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .slots-gallery-7mch7k:last-child {
    margin-right: 0;
  }
}

.slots-gallery-dau39z {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.slots-gallery-u9gmr1:hover .slots-gallery-cwphpt {
  visibility: visible;
  opacity: 1;
}

.slots-gallery-cwphpt {
  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);
}

.slots-gallery-t0sire {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.slots-gallery-pvwu1d {
  display: flex;
  margin: 6px;
}

.slots-gallery-pvwu1d img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.slots-gallery-cwphpt::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);
}

.slots-gallery-cwphpt::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);
}

.slots-gallery-ljglvx {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .slots-gallery-ljglvx {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.slots-gallery-evjz4d {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .slots-gallery-evjz4d {
    margin-right: 32px;
  }
}

.slots-gallery-wtp0jb {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .slots-gallery-wtp0jb {
    margin-top: 0;
    width: 340px;
  }
}

.slots-gallery-wtp0jb a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.slots-gallery-w07jxn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.slots-gallery-yhzc9d {
  position: relative;
}

@media (min-width: 768px) {
  .slots-gallery-yhzc9d {
    margin-top: 40px;
  }
}

.slots-gallery-yhzc9d + .slots-gallery-uv3itn,
.slots-gallery-yhzc9d + .slots-gallery-yhzc9d {
  margin-top: 24px;
}

.slots-gallery-lpspoo {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .slots-gallery-lpspoo {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .slots-gallery-lpspoo {
    padding: 80px;
  }
}

.slots-gallery-hgurrw {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .slots-gallery-hgurrw {
    padding: 0 16px;
}


}

.slots-gallery-k5rzms {
  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) {
  .slots-gallery-k5rzms {
    font-size: 48px;
    line-height: 56px;
  }
}

.slots-gallery-fpa4qf {
  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) {
  .slots-gallery-fpa4qf {
    font-size: 24px;
    line-height: 32px;
  }
}

.slots-gallery-h4ik3i {
  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;
}

.slots-gallery-h4ik3i:hover {
  background: var(--button-bg-hover);
}

.slots-gallery-aytb23 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.slots-gallery-aytb23 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .slots-gallery-aytb23 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .slots-gallery-aytb23 img {
  min-height: 100%;
  }
}

.slots-gallery-lpspoo::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.slots-gallery-g5vnul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.slots-gallery-g5vnul h1,
.slots-gallery-g5vnul h2,
.slots-gallery-g5vnul h3,
.slots-gallery-g5vnul h4 {
  margin-bottom: 6px;
}

.slots-gallery-g5vnul h1:not(:first-child),
.slots-gallery-g5vnul h2:not(:first-child),
.slots-gallery-g5vnul h3:not(:first-child),
.slots-gallery-g5vnul h4:not(:first-child) {
  margin-top: 16px;
}

.slots-gallery-g5vnul h1,
.slots-gallery-g5vnul h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .slots-gallery-g5vnul h1,
  .slots-gallery-g5vnul h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.slots-gallery-g5vnul h2,
.slots-gallery-g5vnul h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .slots-gallery-g5vnul h2,
  .slots-gallery-g5vnul h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.slots-gallery-g5vnul h3,
.slots-gallery-g5vnul h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .slots-gallery-g5vnul h3,
  .slots-gallery-g5vnul h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.slots-gallery-g5vnul h4,
.slots-gallery-g5vnul h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.slots-gallery-g5vnul ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.slots-gallery-g5vnul ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.slots-gallery-g5vnul 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);
}

.slots-gallery-g5vnul ul ul {
  margin-bottom: 8px;
}

.slots-gallery-g5vnul ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.slots-gallery-g5vnul ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.slots-gallery-g5vnul ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.slots-gallery-g5vnul ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.slots-gallery-g5vnul ol li::marker {
  font-weight: 700;
}

.slots-gallery-g5vnul ol ol {
  margin-bottom: 8px;
}

.slots-gallery-g5vnul ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.slots-gallery-g5vnul ol ul li {
  padding-left: 16px;
}

.slots-gallery-g5vnul 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) {
  .slots-gallery-g5vnul table {
    padding: 24px;
  }
}

.slots-gallery-g5vnul table.slots-gallery-sqae0p {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.slots-gallery-7yz8jp,
    mask-image 0.3s;
}

.slots-gallery-g5vnul table.slots-gallery-sqae0p.slots-gallery-3bj23o {
  -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) {
  .slots-gallery-g5vnul table {
    display: table;
  }
}

.slots-gallery-g5vnul 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);
}

.slots-gallery-g5vnul table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.slots-gallery-g5vnul table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.slots-gallery-g5vnul 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) {
  .slots-gallery-g5vnul table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.slots-gallery-g5vnul table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.slots-gallery-g5vnul table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.slots-gallery-g5vnul table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.slots-gallery-g5vnul img {
  max-width: 100%;
  height: auto;
}

.slots-gallery-wxmgmy {
  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) {
  .slots-gallery-wxmgmy {
    padding: 24px;
  }
}

.slots-gallery-q99qkg {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .slots-gallery-q99qkg {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.slots-gallery-q99qkg > * {
  margin: 0 !important;
}

.slots-gallery-q99qkg img,
.slots-gallery-m9nou9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slots-gallery-q99qkg img,
  .slots-gallery-m9nou9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slots-gallery-8i3bvg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slots-gallery-8i3bvg {
    width: 32px;
    height: 32px;
  }
}

.slots-gallery-dvfhe2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.slots-gallery-dvfhe2 .slots-gallery-0hgr6v {
  flex-shrink: 0;
}

.slots-gallery-dvfhe2 .slots-gallery-e505xh svg {
  display: none;
}

.slots-gallery-0cxsi6 {
  display: grid;
  transition: max-height 0.slots-gallery-7yz8jp ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .slots-gallery-0cxsi6 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .slots-gallery-0cxsi6 {
    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));
  }
}

.slots-gallery-0cxsi6.slots-gallery-kecwl9 + .slots-gallery-0hgr6v svg {
  transform: rotate(180deg);
}

.slots-gallery-o08uyt {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.slots-gallery-o08uyt > div:nth-child(3n) {
  grid-column: span 2;
}

.slots-gallery-o08uyt
  > div:nth-child(3n)
  .slots-gallery-c1bmgt
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .slots-gallery-o08uyt {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .slots-gallery-o08uyt > div:nth-child(3n) {
    grid-column: unset;
  }

  .slots-gallery-o08uyt
    > div:nth-child(3n)
    .slots-gallery-c1bmgt
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .slots-gallery-o08uyt {
    max-width: 270px;
  }
}

.slots-gallery-o08uyt .slots-gallery-c1bmgt button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .slots-gallery-o08uyt .slots-gallery-c1bmgt button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .slots-gallery-o08uyt .slots-gallery-c1bmgt button {
    max-width: 104px;
  }
}

.slots-gallery-r14fnz {
  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) {
  .slots-gallery-r14fnz {
    margin-bottom: 0;
  }
}

.slots-gallery-s4ecg5 {
  display: none;
  opacity: 0;
}

.slots-gallery-3tjaa6 {
  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;
  }
}

.slots-gallery-3tjaa6 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.slots-gallery-c1bmgt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.slots-gallery-c1bmgt button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .slots-gallery-c1bmgt
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .slots-gallery-c1bmgt
    button {
    max-width: 145px;
  }
}

.slots-gallery-l5i5b3:first-child
  .slots-gallery-c1bmgt
  button {
  max-width: 270px;
}

.slots-gallery-x7lomu {
  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%;
}

.slots-gallery-r14fnz picture {
  width: 100%;
  max-width: 100%;
}

.slots-gallery-nrfxr7 {
  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;
}

.slots-gallery-nrfxr7 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.slots-gallery-r14fnz:hover .slots-gallery-nrfxr7 {
  display: flex;
}

.slots-gallery-9ds4k5 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.slots-gallery-3aclqy {
  display: flex;
}

.slots-gallery-3aclqy:hover .slots-gallery-wd6xc2,
.slots-gallery-3aclqy .slots-gallery-cxnb0d .slots-gallery-wd6xc2 {
  display: flex;
}

.slots-gallery-3aclqy svg {
  flex-shrink: 0;
}

.slots-gallery-wd6xc2 {
  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) {
  .slots-gallery-wd6xc2 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.slots-gallery-wd6xc2:hover {
  display: flex;
}

.slots-gallery-wd6xc2 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.slots-gallery-4nzriu {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .slots-gallery-4nzriu {
    font-size: 12px;
  }
}

.slots-gallery-6bdq5j,
.slots-gallery-61vrbc {
  width: 50%;
  flex-shrink: 0;
}

.slots-gallery-6bdq5j {
  font-weight: 700;
}

.slots-gallery-q10jes .slots-gallery-0cxsi6 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .slots-gallery-q10jes .slots-gallery-0cxsi6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .slots-gallery-q10jes .slots-gallery-0cxsi6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.slots-gallery-q10jes
  .slots-gallery-x7lomu:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.slots-gallery-q10jes .slots-gallery-3tjaa6 {
  height: 100% !important;
  border-radius: 16px;
}

.slots-gallery-q10jes .slots-gallery-c1bmgt {
  gap: 4px;
  align-items: center;
}

.slots-gallery-q10jes .slots-gallery-c1bmgt button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slots-gallery-q10jes .slots-gallery-c1bmgt svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.slots-gallery-q10jes .slots-gallery-ct149c,
.slots-gallery-q10jes .slots-gallery-y8k6a5 {
  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.slots-gallery-g3wd25.org/2000/svg'%3E%3Cpath d='M9.slots-gallery-bpvfgk 4.slots-gallery-3z5vt9.slots-gallery-823jc5 5.slots-gallery-fia3b9.slots-gallery-g2u3j4 5.slots-gallery-0764qy.slots-gallery-6kissy 5.slots-gallery-5nvx2z.slots-gallery-dwth4b 8.slots-gallery-a4f4hr.slots-gallery-1rjfpk 9.slots-gallery-ab7fsz.slots-gallery-sq034z 9.slots-gallery-eqi219.slots-gallery-l94w9e 13.slots-gallery-48oyrt.slots-gallery-9qd6we 11.slots-gallery-4ajr5u.slots-gallery-7hokot 11.slots-gallery-ig3c1z.slots-gallery-r3ijfi 11.slots-gallery-k2uxl1.slots-gallery-6h8eed 13.slots-gallery-wfcr0c.slots-gallery-s16ik6 9.slots-gallery-umtg0i.slots-gallery-omrv5t 9.slots-gallery-n4c60l.slots-gallery-x4x4i1 8.slots-gallery-ybj8rg.slots-gallery-4ducq2 5.slots-gallery-ixtuj8.slots-gallery-v8myyy 5.slots-gallery-mcux8n.slots-gallery-8ar36w 5.slots-gallery-nljzf5.slots-gallery-6g1miw 4.slots-gallery-s34ouw.slots-gallery-7hokot 1.slots-gallery-2gf7n9.slots-gallery-bpvfgk 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.slots-gallery-q10jes .slots-gallery-ct149c {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.slots-gallery-q10jes .slots-gallery-y8k6a5 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.slots-gallery-o1o0gt {
  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) {
  .slots-gallery-o1o0gt {
    padding: 24px;
  }
}

.slots-gallery-o1o0gt .slots-gallery-0hgr6v {
  display: flex;
}

@media (min-width: 768px) {
  .slots-gallery-o1o0gt .slots-gallery-0hgr6v {
    display: none;
  }
}

.slots-gallery-o1o0gt .slots-gallery-e505xh svg {
  display: none;
}

.slots-gallery-cm8h58 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.slots-gallery-cm8h58 .slots-gallery-v27gqy {
  display: none;
}

@media (min-width: 768px) {
  .slots-gallery-cm8h58 .slots-gallery-v27gqy {
    display: flex;
  }
}

.slots-gallery-uzehnh {
  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) {
  .slots-gallery-uzehnh {
    font-size: 40px;
    line-height: 48px;
  }
}

.slots-gallery-uzehnh > * {
  margin: 0 !important;
}

.slots-gallery-uzehnh img,
.slots-gallery-uhrwis {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slots-gallery-uzehnh img,
  .slots-gallery-uhrwis {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slots-gallery-shvyqa {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slots-gallery-shvyqa {
    width: 32px;
    height: 32px;
  }
}

.slots-gallery-u2mang {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .slots-gallery-u2mang {
    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;
  }

  .slots-gallery-u2mang::-webkit-scrollbar {
    display: none;
  }
}

.slots-gallery-0fk8rq {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .slots-gallery-0fk8rq {
    padding: 7px 15px;
  }
}

.slots-gallery-0fk8rq:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.slots-gallery-mqscxs {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .slots-gallery-mqscxs {
    display: flex;
    opacity: 1;
  }
}

.slots-gallery-0fk8rq picture {
  height: 100%;
  display: block;
}

.slots-gallery-0fk8rq img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .slots-gallery-0fk8rq img {
    width: 88px;
    height: 44px;
  }
}

.slots-gallery-0fk8rq p {
  text-align: center;
  width: 100%;
}

.slots-gallery-u7wa0k {
  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) {
  .slots-gallery-u7wa0k {
    font-size: 40px;
    line-height: 48px;
  }
}

.slots-gallery-u7wa0k img,
.slots-gallery-kfede7 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slots-gallery-u7wa0k img,
  .slots-gallery-kfede7 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slots-gallery-gcebqc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slots-gallery-gcebqc {
    width: 32px;
    height: 32px;
  }
}

.slots-gallery-7hyj63 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.slots-gallery-0myp15 {
  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;
}

.slots-gallery-yh06lb {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.slots-gallery-yh06lb.slots-gallery-cxnb0d {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.slots-gallery-3r44ub {
  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) {
  .slots-gallery-3r44ub {
    font-size: 20px;
    line-height: 28px;
  }
}

.slots-gallery-ry49dl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.slots-gallery-sykcre {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.slots-gallery-7yz8jp ease;
  opacity: 0;
  color: var(--text-color);
}

.slots-gallery-199m65 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.slots-gallery-199m65 ol,
.slots-gallery-199m65 ul {
  padding-left: 1.3em;
}

.slots-gallery-yh06lb.slots-gallery-cxnb0d .slots-gallery-sykcre {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.slots-gallery-yh06lb.slots-gallery-cxnb0d .slots-gallery-ry49dl {
  transform: rotate(180deg);
  color: var(--text-color);
}

.slots-gallery-2301w6 {
  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) {
  .slots-gallery-2301w6 {
    padding: 24px;
  }
}

.slots-gallery-2301w6 .slots-gallery-0hgr6v {
  display: flex;
}

@media (min-width: 768px) {
  .slots-gallery-2301w6 .slots-gallery-0hgr6v {
    display: none;
  }
}

.slots-gallery-2301w6 .slots-gallery-e505xh svg {
  display: none;
}

.slots-gallery-7mcmr1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slots-gallery-7mcmr1 .slots-gallery-v27gqy {
  display: none;
}

@media (min-width: 768px) {
  .slots-gallery-7mcmr1 .slots-gallery-v27gqy {
    display: flex;
  }
}

.slots-gallery-l29cri {
  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) {
  .slots-gallery-l29cri {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.slots-gallery-l29cri > * {
  margin: 0 !important;
}

.slots-gallery-l29cri img,
.slots-gallery-d2oasq {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slots-gallery-l29cri img,
  .slots-gallery-d2oasq {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slots-gallery-xwk7z1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slots-gallery-xwk7z1 {
    width: 32px;
    height: 32px;
  }
}

.slots-gallery-lxyo5e {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .slots-gallery-lxyo5e {
    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;
  }

  .slots-gallery-lxyo5e::-webkit-scrollbar {
    display: none;
  }
}

.slots-gallery-2ihyky {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.slots-gallery-2ihyky:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.slots-gallery-07hg1t {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .slots-gallery-07hg1t {
    display: flex;
    opacity: 1;
  }
}

.slots-gallery-2ihyky picture {
  width: auto;
  height: 100%;
  display: block;
}

.slots-gallery-2ihyky picture img {
  display: block;
  width: auto;
  height: 100%;
}

.slots-gallery-d6ptkg {
  margin: -24px 0;
}

.slots-gallery-d6ptkg:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .slots-gallery-d6ptkg {
    margin: -16px 0;
  }
}

.slots-gallery-qpqvl6 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .slots-gallery-qpqvl6 {
    flex-direction: row;
  }
}

.slots-gallery-ylts2t {
  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) {
  .slots-gallery-ylts2t {
    flex: 1;
  }
}

.slots-gallery-ylts2t::placeholder {
  color: var(--Text-400);
}

.slots-gallery-i5saey {
  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;
}

.slots-gallery-4sdtg0 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.slots-gallery-4sdtg0::-webkit-scrollbar {
  display: none;
}

.slots-gallery-ea7fl2 {
  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;
}

.slots-gallery-ea7fl2 img,
.slots-gallery-ea7fl2 svg {
  margin-right: 8px;
}

.slots-gallery-qr4i80 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.slots-gallery-d6ptkg + .slots-gallery-l7ykd1 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .slots-gallery-d6ptkg + .slots-gallery-l7ykd1 {
    margin-top: -16px;
  }
}

.slots-gallery-hik466 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.slots-gallery-hik466 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.slots-gallery-hik466 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.slots-gallery-ahc2cz {
  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;
}

.slots-gallery-9titb8 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.slots-gallery-r9g6dg {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.slots-gallery-4z8mqa {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.slots-gallery-chguqg {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.slots-gallery-ahc2cz 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;
}

.slots-gallery-ahc2cz 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) {
  .slots-gallery-ahc2cz {
    padding: 39px 179px 39px 39px;
  }

  .slots-gallery-9titb8 {
    font-size: 40px;
    line-height: 48px;
  }

  .slots-gallery-chguqg {
    height: 348px;
  }

  .slots-gallery-ahc2cz button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .slots-gallery-ahc2cz button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .slots-gallery-ahc2cz {
    padding: 63px;
  }
}

.slots-gallery-mhg8w1 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .slots-gallery-mhg8w1 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.slots-gallery-2kdxu0 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .slots-gallery-2kdxu0 {
    width: auto;
  }
}

.slots-gallery-q400v7 {
  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;
}

.slots-gallery-q400v7::-webkit-scrollbar {
  display: none;
}

.slots-gallery-q400v7 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);
}

.slots-gallery-q400v7 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .slots-gallery-q400v7 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.slots-gallery-mhg8w1 .slots-gallery-5dvob6 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.slots-gallery-7yz8jp,
    mask-image 0.3s;
}

.slots-gallery-mhg8w1 .slots-gallery-5dvob6.slots-gallery-3bj23o {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.slots-gallery-gf30zk {
  margin: 40px -16px;
}

.slots-gallery-byu0yu + .slots-gallery-uv3itn,
.slots-gallery-byu0yu + .slots-gallery-yhzc9d {
  margin-top: 24px;
}

.slots-gallery-xndl2d {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.slots-gallery-xndl2d picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.slots-gallery-ir94ab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .slots-gallery-ir94ab {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .slots-gallery-ir94ab {
    margin-top: 0;
  }
}

.slots-gallery-jbmxly {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .slots-gallery-jbmxly {
    font-size: 24px;
    line-height: 32px;
  }
}

.slots-gallery-p9q1x2 {
  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) {
  .slots-gallery-p9q1x2 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.slots-gallery-5n8for {
  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) {
  .slots-gallery-5n8for {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.slots-gallery-093xfo {
  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) {
  .slots-gallery-093xfo {
    font-size: 20px;
    line-height: 28px;
  }
}

.slots-gallery-b5f38u {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .slots-gallery-b5f38u {
    font-size: 32px;
    line-height: 40px;
  }
}

.slots-gallery-ptbbee {
  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;
}

.slots-gallery-21hytt {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.slots-gallery-21hytt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slots-gallery-l7ykd1 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.slots-gallery-yr4998 {
  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) {
  .slots-gallery-yr4998 {
    padding: 15px 48px;
  }
}

main > .slots-gallery-l7ykd1 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .slots-gallery-0cxsi6.slots-gallery-v3i2s3 > div:nth-child(n+5) {
    display: none;
  }
}

.slots-gallery-g5vnul p a img {
  display: block;
  margin: 0 auto;
}


.slots-gallery-rxve1z {
  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 */
.slots-gallery-akmf9n {
  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;
}

.slots-gallery-akmf9n label {
  font-size: 14px;
}

.slots-gallery-akmf9n h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.slots-gallery-akmf9n input,
.slots-gallery-akmf9n textarea,
.slots-gallery-akmf9n 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;
}
.slots-gallery-akmf9n button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.slots-gallery-h76uzo ease;
}
.slots-gallery-akmf9n button:hover {
  background-color: var(--button-bg-hover);
}
.slots-gallery-zxm6s5 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.slots-gallery-lekikw ease-in;
}

.slots-gallery-zxm6s5 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;
}
.slots-gallery-du13vw, .slots-gallery-6zd3l2, [class*="review-card"],
thead, thead th, table th, .slots-gallery-pirr69,
.slots-gallery-dg5ko9, [class*="collapsible-header"],
.slots-gallery-le8prv, [class*="updated-block"] {
  color: #ece7dc !important;
}
