* {
  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;
  }
}

.spinmama-55chft {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .spinmama-55chft {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .spinmama-55chft {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.spinmama-jab5zm {
  overflow: hidden;
}

.spinmama-thxgso img {
  background: var(--Neutral-300);
}

.spinmama-dd71rw {
  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;
}

.spinmama-dt9hd5 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.spinmama-dt9hd5:hover {
  background: var(--button-bg-hover);
}

.spinmama-bufxne {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.spinmama-bufxne:hover {
  background: var(--button-bg-hover);
}

.spinmama-na79n4 {
  font-size: 12px;
  line-height: 18px;
}

.spinmama-20qmsk {
  font-size: 18px;
  line-height: 26px;
}

.spinmama-etxf78 {
  width: 100%;
}

.spinmama-lxvhrz {
  padding: 6px 16px;
}

.spinmama-qhq92b {
  padding: 10px 16px;
}

.spinmama-ajfbxx {
  padding: 15px 26px;
}

.spinmama-0w35ah {
  flex-shrink: 0;
}

.spinmama-xdxuum {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.spinmama-17gl5z {
  display: none;
}

.spinmama-fssio0 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.spinmama-4ftqi6 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.spinmama-pwqkz8 {
  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;
}

.spinmama-tng67n {
  cursor: grab;
}

.spinmama-pwqkz8::-webkit-scrollbar {
  display: none;
}

.spinmama-yrhgur {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.spinmama-rn6yof {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.spinmama-8s8l9k {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.spinmama-t6lqc7 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.spinmama-6mcxsg {
  visibility: visible;
}

.spinmama-77iswz {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.spinmama-u9o7ri ease;
}

.spinmama-6a07bd {
  background-color: var(--Primary-200);
  width: 16px;
}

.spinmama-4qk3ha {
  -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.spinmama-u9o7ri,
    mask-image 0.3s;
}

.spinmama-4qk3ha.spinmama-46b6q5 {
  -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;
  }
}

.spinmama-mxqgbo: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;
}

.spinmama-25qhd8 {
  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.spinmama-1fti1u.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.spinmama-1fti1u.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;
}

.spinmama-86uisr {
  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);
}

.spinmama-86uisr::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%
  );
}

.spinmama-peegcw {
  position: relative;
  z-index: 1;
}

.spinmama-2kbiva {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.spinmama-hipr3s {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.spinmama-mtwt66 {
  font-size: 40px;
  line-height: 48px;
}

.spinmama-emwxck {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.spinmama-c7uc1w {
  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;
}

.spinmama-c7uc1w:hover {
  background: var(--Primary-400);
}

.spinmama-c7uc1w svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.spinmama-mxqgbo 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) {
  .spinmama-86uisr {
    max-width: 600px;
    padding: 64px;
  }

  .spinmama-2kbiva {
    font-size: 24px;
    line-height: 32px;
  }

  .spinmama-hipr3s {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .spinmama-mtwt66 {
    font-size: 50px;
    line-height: 56px;
  }

  .spinmama-emwxck {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .spinmama-25qhd8 {
    top: 25px;
    right: 25px;
  }
}

.spinmama-2z0m9i,
.spinmama-qftghz {
  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;
}

.spinmama-zi0qzh.spinmama-libptm::before,
.spinmama-qftghz::before,
.spinmama-kt4bsx::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.spinmama-1fti1u.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.spinmama-ipvbxc 14.spinmama-jajs61.spinmama-b1unsx 14.spinmama-slqczy 15.spinmama-eo6tgd 14.spinmama-l9njf2 15.spinmama-92o3uo 14.spinmama-q6njl8.spinmama-tiovll 14.spinmama-qqygy6 19.spinmama-0d05ak 12.spinmama-0zmqtw 19.spinmama-0d05ak 10.spinmama-vgj6tq.spinmama-0d05ak 8.spinmama-jx2xn7 17.spinmama-6jei6l 7.spinmama-dy7c4g 15.spinmama-8i95tq 7.spinmama-sbdf5v.spinmama-svhq3l 7.spinmama-dy7c4g 11.spinmama-48qgh6 8.spinmama-jx2xn7 11.spinmama-48qgh6 10.spinmama-ypnvap.spinmama-48qgh6 12.spinmama-k8vjhz 13.spinmama-t0l2ud 14.spinmama-b9a483 15.spinmama-f9jh2h 14.spinmama-4cay3m.spinmama-fm4mpa 14.spinmama-zjk8ok 15.spinmama-ie0uyr 14.spinmama-en2e83 15.spinmama-z55qsz 14.spinmama-kh0mx4.spinmama-ipvbxc 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.spinmama-ucnmx0 15.spinmama-ijyb4b.spinmama-dqprky 15.spinmama-esgima 15.spinmama-piq02j 15.spinmama-lior3e 15.spinmama-u9fr2j 15.spinmama-rkznm1.spinmama-srnnmg 15.spinmama-lior3e 15.spinmama-2diw8e 15.spinmama-ycw3tx 15.spinmama-vtpcba 15.spinmama-qsuf9u.spinmama-60a41b 15.spinmama-80b33y 7.spinmama-ajz6zx 18.spinmama-ju4k1l 7.spinmama-slfpd7 23.spinmama-40gofq.spinmama-p5upsg.spinmama-eqtigw 18.spinmama-n6nqjl 19.spinmama-pxze4c 15.spinmama-y662rb 15.spinmama-ucnmx0 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.spinmama-a9dqee [type="submit"] *,
.spinmama-prvn5i button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .spinmama-m2uag4 {
    display: none;
  }
}

.spinmama-f72663 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .spinmama-f72663 {
  display: none;
}

@media (min-width: 768px) {
  .spinmama-f72663 {
    bottom: 22px;
  }
}

.spinmama-f72663 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .spinmama-f72663 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.spinmama-6j73l3.static) .spinmama-f72663 {
    bottom: 8px;
  }
}

.spinmama-mhgg6g {
  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.spinmama-1fti1u.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.spinmama-3u1yxj 3.spinmama-6i2f2q.spinmama-1qyuoq.spinmama-bip89q 3.spinmama-5unm7n 3.spinmama-8ui3gx 5.spinmama-djazxd 3.spinmama-8ui3gx 8.spinmama-msyk7d.spinmama-qn9qai.spinmama-8ui3gx 26.spinmama-js8471 5.spinmama-xe7yaj 28.spinmama-l5up7r 8.spinmama-i369mw 28.spinmama-o4sbh7.spinmama-y5l034 28.spinmama-h60iso.spinmama-g2zoiu 34.spinmama-3og1m3.spinmama-w6jvzy 36.spinmama-xq0ze3 11.spinmama-gra64r 37.spinmama-r2wwq8 12.spinmama-3fymc2 36.spinmama-0yye9o.spinmama-n6stzx 28.spinmama-462r4c.spinmama-ppgql9.spinmama-w2hht1 28.spinmama-gmlj0l 36.spinmama-7g28ri 26.spinmama-n36zcy 36.spinmama-7g28ri 23.spinmama-74t541.spinmama-luae5g.spinmama-7g28ri 5.spinmama-cdk8h9 34.spinmama-yact4p 3.spinmama-5unm7n 31.spinmama-3u1yxj 3.spinmama-zlxqif.spinmama-luxj73 18.spinmama-0hudk8.spinmama-gu0w13 18.spinmama-jgjnem 8.spinmama-lc0tbn 17.spinmama-v6kmna 8.spinmama-lc0tbn 15.spinmama-36zcqt.spinmama-lc0tbn 14.spinmama-mt3ubf 9.spinmama-gu0w13 13.spinmama-nxw8vq 11.spinmama-luxj73 13.spinmama-su3r6i.spinmama-ndw15x 13.spinmama-nxw8vq 13.spinmama-brruaa 14.spinmama-mt3ubf 13.spinmama-brruaa 15.spinmama-fbotxu.spinmama-brruaa 17.spinmama-v6kmna 12.spinmama-ndw15x 18.spinmama-jgjnem 11.spinmama-luxj73 18.spinmama-stv7va.spinmama-0mod9y 18.spinmama-4rqr0u.spinmama-l4een0 18.spinmama-jgjnem 17.spinmama-k2k716 17.spinmama-v6kmna 17.spinmama-k2k716 15.spinmama-mkqrjx.spinmama-k2k716 14.spinmama-mt3ubf 18.spinmama-l4een0 13.spinmama-nxw8vq 20.spinmama-0mod9y 13.spinmama-c8sm0l.spinmama-sd5pi6 13.spinmama-nxw8vq 22.spinmama-f2e9ml 14.spinmama-mt3ubf 22.spinmama-f2e9ml 15.spinmama-gxdhpl.spinmama-ap2py7 17.spinmama-v6kmna 21.spinmama-sd5pi6 18.spinmama-jgjnem 20.spinmama-0mod9y 18.spinmama-f1onww.spinmama-e29x52 18.spinmama-x4y4qt.spinmama-ic5qzg 18.spinmama-jgjnem 26.spinmama-f0ctgf 17.spinmama-v6kmna 26.spinmama-f0ctgf 15.spinmama-c8w20f.spinmama-f0ctgf 14.spinmama-mt3ubf 27.spinmama-ic5qzg 13.spinmama-nxw8vq 28.spinmama-e29x52 13.spinmama-nedunq.spinmama-f064d6 13.spinmama-nxw8vq 31.spinmama-9ieb8c 14.spinmama-mt3ubf 31.spinmama-9ieb8c 15.spinmama-7xruwa.spinmama-f0ctgf 17.spinmama-v6kmna 30.spinmama-f064d6 18.spinmama-jgjnem 28.spinmama-e29x52 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"])
    .spinmama-mhgg6g {
    display: none;
  }
}

.spinmama-3xvbnn {
  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) {
  .spinmama-3xvbnn {
    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;
}

.spinmama-prvn5i {
  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) {
  .spinmama-prvn5i {
    padding: 14px 16px;
  }
}

.spinmama-prvn5i button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.spinmama-prvn5i button:first-child {
  align-content: end;
}

.spinmama-prvn5i button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .spinmama-prvn5i
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .spinmama-prvn5i
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.spinmama-prvn5i button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.spinmama-prvn5i button:last-child svg {
  width: 38px;
  height: 38px;
}

.spinmama-kt4bsx {
  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;
}

.spinmama-kt4bsx::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .spinmama-kt4bsx,
.pc61d126-chatbot[data-active-screen="3"]
  .spinmama-kt4bsx {
  opacity: 1;
  visibility: visible;
}

.spinmama-xemxvx {
  flex: 1 1;
}

.spinmama-myet94 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .spinmama-myet94 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .spinmama-72zzmy {
  display: block;
}

.spinmama-r4n4g6 {
  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) {
  .spinmama-r4n4g6 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.spinmama-qftghz {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.spinmama-qftghz::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.spinmama-133cj9 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.spinmama-133cj9 p {
  color: var(--Text-100);
}

.spinmama-qftghz .spinmama-d8h9sx {
  grid-area: button;
}

.spinmama-qftghz .spinmama-d8h9sx::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.spinmama-1fti1u.org/2000/svg'%3E%3Cpath d='M4.spinmama-0y1j8h 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.spinmama-2o626s 15L16.spinmama-2o626s 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.spinmama-2o626s 5L16.spinmama-2o626s 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .spinmama-q2gjqz {
  display: block;
}

.spinmama-bqk3um {
  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) {
  .spinmama-bqk3um {
    margin-top: 40px;
  }
}

.spinmama-2z0m9i label,
.spinmama-2z0m9i input {
  display: block;
  width: 100%;
}

.spinmama-2z0m9i label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.spinmama-2z0m9i label.spinmama-t2z27x input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.spinmama-2z0m9i label.spinmama-t2z27x::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;
}

.spinmama-2z0m9i 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;
}

.spinmama-2z0m9i input::placeholder {
  color: var(--Text-400);
}

.spinmama-po2odn {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .spinmama-po2odn {
  display: flex;
}

.spinmama-po2odn ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .spinmama-po2odn ol {
    height: 420px;
    padding: 24px;
  }
}

.spinmama-po2odn ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.spinmama-a9dqee {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .spinmama-a9dqee {
    padding: 0 24px 24px;
  }
}

.spinmama-a9dqee 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;
}

.spinmama-a9dqee input::placeholder {
  color: var(--Text-400);
}

.spinmama-a9dqee [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.spinmama-a9dqee [type="submit"]:disabled {
  opacity: 0.5;
}

.spinmama-a9dqee [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .spinmama-a9dqee [type="submit"] {
    right: 40px;
  }
}

.spinmama-zi0qzh {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.spinmama-zi0qzh.spinmama-libptm {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.spinmama-zi0qzh.spinmama-libptm::before {
  content: "";
  width: 31px;
}

.spinmama-zi0qzh.spinmama-libptm p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.spinmama-zi0qzh.spinmama-gowwzg p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.spinmama-zi0qzh p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.spinmama-f72663 .spinmama-d8h9sx {
  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;
  }
}

.spinmama-m2uag4 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .spinmama-m2uag4 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .spinmama-m2uag4 {
    padding: 18px 0;
  }
}

.spinmama-m2uag4 .spinmama-55chft {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .spinmama-m2uag4 .spinmama-55chft {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.spinmama-j3n2zr {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .spinmama-j3n2zr {
    max-width: 160px;
    height: 40px;
  }
}

.spinmama-j3n2zr picture,
.spinmama-j3n2zr img {
  display: block;
  width: 100%;
  height: 100%;
}

.spinmama-j3n2zr img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .spinmama-elxss7 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.spinmama-u9o7ri ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .spinmama-m2uag4.spinmama-j0cyen .spinmama-elxss7 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .spinmama-elxss7 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .spinmama-elxss7 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.spinmama-4lf87y,
.spinmama-igqitp {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .spinmama-4lf87y,
  .spinmama-igqitp {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .spinmama-igqitp {
    display: none;
  }
}

.spinmama-b79hvy {
  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;
}

.spinmama-j0cyen .spinmama-b79hvy {
  background: var(--fh-bg-color);
}

.spinmama-b79hvy button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .spinmama-b79hvy {
    display: none;
  }
}

.spinmama-djtgll {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .spinmama-djtgll {
    display: none;
  }
}

.spinmama-25xlbs {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.spinmama-m2uag4.spinmama-j0cyen .spinmama-25xlbs:first-child {
  display: none;
}

.spinmama-m2uag4.spinmama-j0cyen .spinmama-25xlbs:last-child {
  display: block;
}

.spinmama-25xlbs:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .spinmama-25xlbs {
    display: none;
  }
}

.spinmama-p9o7l1 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .spinmama-p9o7l1 {
    display: flex;
  }
}

.spinmama-p9o7l1 ul {
  max-height: 350px;
  overflow-y: auto;
}

.spinmama-p9o7l1:hover ul {
  visibility: visible;
  opacity: 1;
}

.spinmama-p9o7l1:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.spinmama-p9o7l1:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.spinmama-p9o7l1:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.spinmama-p9o7l1:hover .spinmama-yywumw svg {
  transform: rotate(180deg);
}

.spinmama-490mjb {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.spinmama-7ndeol {
  padding: 0 8px;
}

.spinmama-fv1akg {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.spinmama-fv1akg:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .spinmama-fv1akg {
    padding: 4px 8px;
  }
}

.spinmama-vc78fx {
  display: flex;
}

.spinmama-vc78fx img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.spinmama-yywumw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.spinmama-yywumw svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.spinmama-8mxft4 {
  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) {
  .spinmama-8mxft4 {
    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;
  }
}

.spinmama-3tiplz {
  width: 100%;
}

@media (min-width: 1200px) {
  .spinmama-3tiplz {
    display: none;
  }
}

.spinmama-e66qlu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.spinmama-ex6af5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.spinmama-ie130m {
  display: flex;
}

.spinmama-hxu5cu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.spinmama-msmonb {
  list-style: none;
}

@media (max-width: 1199px) {
  .spinmama-msmonb {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .spinmama-msmonb {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .spinmama-msmonb .spinmama-fjusfx [data-ref-el],
  .spinmama-msmonb .spinmama-fjusfx span,
  .spinmama-msmonb .spinmama-fjusfx a {
    white-space: nowrap;
  }
}

.spinmama-cu784w {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .spinmama-cu784w.spinmama-94n6wx > .spinmama-fjusfx {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .spinmama-cu784w.spinmama-cwltnl:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .spinmama-cu784w.spinmama-94n6wx > .spinmama-q6rl03 {
    height: auto;
  }

  .spinmama-cu784w.spinmama-94n6wx > div > .spinmama-cwrvjw {
    transform: rotate(180deg);
  }
}

.spinmama-cu784w [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.spinmama-cu784w [data-ref-el],
.spinmama-cu784w span {
  cursor: pointer;
}

.spinmama-cu784w [data-ref-el],
.spinmama-cu784w span,
.spinmama-cu784w a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .spinmama-cu784w [data-ref-el],
  .spinmama-cu784w span,
  .spinmama-cu784w a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .spinmama-cu784w [data-ref-el],
  .spinmama-cu784w span,
  .spinmama-cu784w a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.spinmama-q6rl03 {
  height: 0;
  overflow: hidden;
  transition: height 0.spinmama-u9o7ri ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.spinmama-q6rl03::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.spinmama-q6rl03::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.spinmama-q6rl03::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .spinmama-q6rl03 {
    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;
  }

  .spinmama-q6rl03:has(> .spinmama-cu784w.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .spinmama-q6rl03 .spinmama-q6rl03 {
    padding: 0;
  }

  .spinmama-q6rl03 .spinmama-cu784w {
    font-weight: 400;
  }

  .spinmama-q6rl03 .spinmama-cu784w:hover > .spinmama-fjusfx {
    background: var(--Neutral-300);
  }

  .spinmama-q6rl03 .spinmama-cwrvjw {
    rotate: -90deg;
  }
}

.spinmama-fjusfx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .spinmama-fjusfx {
    padding: 8px;
  }

  .spinmama-cu784w.spinmama-hjh3ku > .spinmama-fjusfx {
    background: var(--Neutral-300);
  }
}

.spinmama-cwrvjw {
  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.spinmama-1fti1u.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.spinmama-yif4vy 0.spinmama-n4sljz.spinmama-xt2kyd -0.spinmama-shvzak 0.spinmama-cxfk7m -0.spinmama-shvzak 1.spinmama-pc0ky6 0.spinmama-zgtadb.spinmama-ch9ype 4.spinmama-nkxmhx.spinmama-yif4vy 0.spinmama-neqrns.spinmama-s4zfgr -0.spinmama-shvzak 9.spinmama-lemrnb -0.spinmama-shvzak 10.spinmama-ixened 0.spinmama-4ilo4n.spinmama-akp5kc 0.spinmama-xt2kyd 10.spinmama-akp5kc 0.spinmama-cxfk7m 10.spinmama-ixened 1.spinmama-szsr8c.spinmama-8j2qfc 5.spinmama-5lgxv1.spinmama-ybxlsa 6.spinmama-qs915p 5.spinmama-fa50l1 6.spinmama-qs915p 4.spinmama-hoxfjx 5.spinmama-reb9oq.spinmama-yif4vy 1.spinmama-6v1tms.spinmama-shvzak 0.spinmama-cxfk7m -0.spinmama-shvzak 0.spinmama-xt2kyd 0.spinmama-yif4vy 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.spinmama-u9o7ri ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .spinmama-cwrvjw {
    cursor: default;
  }
}

.spinmama-oaxt6v {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.spinmama-h46e3z {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .spinmama-h46e3z {
    padding: 40px 4px;
  }
}

.spinmama-vrcr9f {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .spinmama-vrcr9f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.spinmama-fsq4pc {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .spinmama-fsq4pc {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.spinmama-fsq4pc ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.spinmama-fsq4pc [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.spinmama-fsq4pc [data-ref-el],
.spinmama-fsq4pc span,
.spinmama-fsq4pc a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.spinmama-7t2rt9 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .spinmama-7t2rt9 {
    margin-bottom: 12px;
  }
}

.spinmama-i6wlsr {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.spinmama-i6wlsr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .spinmama-i6wlsr:last-child {
    margin-right: 0;
  }
}

.spinmama-f3rpm7 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.spinmama-7t2rt9:hover .spinmama-cdkin3 {
  visibility: visible;
  opacity: 1;
}

.spinmama-cdkin3 {
  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);
}

.spinmama-rz1t84 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.spinmama-s1cjgo {
  display: flex;
  margin: 6px;
}

.spinmama-s1cjgo img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.spinmama-cdkin3::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);
}

.spinmama-cdkin3::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);
}

.spinmama-cufrim {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .spinmama-cufrim {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.spinmama-wgxlf9 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .spinmama-wgxlf9 {
    margin-right: 32px;
  }
}

.spinmama-q9wl9g {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .spinmama-q9wl9g {
    margin-top: 0;
    width: 340px;
  }
}

.spinmama-q9wl9g a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.spinmama-v7ywpo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.spinmama-mp9hdo {
  position: relative;
}

@media (min-width: 768px) {
  .spinmama-mp9hdo {
    margin-top: 40px;
  }
}

.spinmama-mp9hdo + .spinmama-rnfo11,
.spinmama-mp9hdo + .spinmama-mp9hdo {
  margin-top: 24px;
}

.spinmama-42o1ft {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .spinmama-42o1ft {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .spinmama-42o1ft {
    padding: 80px;
  }
}

.spinmama-irzlxl {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .spinmama-irzlxl {
    padding: 0 16px;
}


}

.spinmama-6hsthq {
  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) {
  .spinmama-6hsthq {
    font-size: 48px;
    line-height: 56px;
  }
}

.spinmama-j57jf8 {
  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) {
  .spinmama-j57jf8 {
    font-size: 24px;
    line-height: 32px;
  }
}

.spinmama-hwxg2w {
  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;
}

.spinmama-hwxg2w:hover {
  background: var(--button-bg-hover);
}

.spinmama-y71dvy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.spinmama-y71dvy img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .spinmama-y71dvy img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .spinmama-y71dvy img {
  min-height: 100%;
  }
}

.spinmama-42o1ft::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.spinmama-s55ebr {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.spinmama-s55ebr h1,
.spinmama-s55ebr h2,
.spinmama-s55ebr h3,
.spinmama-s55ebr h4 {
  margin-bottom: 6px;
}

.spinmama-s55ebr h1:not(:first-child),
.spinmama-s55ebr h2:not(:first-child),
.spinmama-s55ebr h3:not(:first-child),
.spinmama-s55ebr h4:not(:first-child) {
  margin-top: 16px;
}

.spinmama-s55ebr h1,
.spinmama-s55ebr h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .spinmama-s55ebr h1,
  .spinmama-s55ebr h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.spinmama-s55ebr h2,
.spinmama-s55ebr h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .spinmama-s55ebr h2,
  .spinmama-s55ebr h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.spinmama-s55ebr h3,
.spinmama-s55ebr h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .spinmama-s55ebr h3,
  .spinmama-s55ebr h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.spinmama-s55ebr h4,
.spinmama-s55ebr h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.spinmama-s55ebr ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.spinmama-s55ebr ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.spinmama-s55ebr 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);
}

.spinmama-s55ebr ul ul {
  margin-bottom: 8px;
}

.spinmama-s55ebr ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.spinmama-s55ebr ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.spinmama-s55ebr ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.spinmama-s55ebr ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.spinmama-s55ebr ol li::marker {
  font-weight: 700;
}

.spinmama-s55ebr ol ol {
  margin-bottom: 8px;
}

.spinmama-s55ebr ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.spinmama-s55ebr ol ul li {
  padding-left: 16px;
}

.spinmama-s55ebr 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) {
  .spinmama-s55ebr table {
    padding: 24px;
  }
}

.spinmama-s55ebr table.spinmama-5h51q9 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.spinmama-u9o7ri,
    mask-image 0.3s;
}

.spinmama-s55ebr table.spinmama-5h51q9.spinmama-46b6q5 {
  -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) {
  .spinmama-s55ebr table {
    display: table;
  }
}

.spinmama-s55ebr 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);
}

.spinmama-s55ebr table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.spinmama-s55ebr table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.spinmama-s55ebr 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) {
  .spinmama-s55ebr table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.spinmama-s55ebr table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.spinmama-s55ebr table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.spinmama-s55ebr table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.spinmama-s55ebr img {
  max-width: 100%;
  height: auto;
}

.spinmama-nas3yr {
  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) {
  .spinmama-nas3yr {
    padding: 24px;
  }
}

.spinmama-zrpv3a {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .spinmama-zrpv3a {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.spinmama-zrpv3a > * {
  margin: 0 !important;
}

.spinmama-zrpv3a img,
.spinmama-4v85mo {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .spinmama-zrpv3a img,
  .spinmama-4v85mo {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.spinmama-ju7ha9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .spinmama-ju7ha9 {
    width: 32px;
    height: 32px;
  }
}

.spinmama-mi8lbz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.spinmama-mi8lbz .spinmama-754625 {
  flex-shrink: 0;
}

.spinmama-mi8lbz .spinmama-bmdcxx svg {
  display: none;
}

.spinmama-tm6i2r {
  display: grid;
  transition: max-height 0.spinmama-u9o7ri ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .spinmama-tm6i2r {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .spinmama-tm6i2r {
    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));
  }
}

.spinmama-tm6i2r.spinmama-5snksf + .spinmama-754625 svg {
  transform: rotate(180deg);
}

.spinmama-9w6dvs {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.spinmama-9w6dvs > div:nth-child(3n) {
  grid-column: span 2;
}

.spinmama-9w6dvs
  > div:nth-child(3n)
  .spinmama-9ng6r2
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .spinmama-9w6dvs {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .spinmama-9w6dvs > div:nth-child(3n) {
    grid-column: unset;
  }

  .spinmama-9w6dvs
    > div:nth-child(3n)
    .spinmama-9ng6r2
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .spinmama-9w6dvs {
    max-width: 270px;
  }
}

.spinmama-9w6dvs .spinmama-9ng6r2 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .spinmama-9w6dvs .spinmama-9ng6r2 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .spinmama-9w6dvs .spinmama-9ng6r2 button {
    max-width: 104px;
  }
}

.spinmama-yo5ag2 {
  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) {
  .spinmama-yo5ag2 {
    margin-bottom: 0;
  }
}

.spinmama-ml95bh {
  display: none;
  opacity: 0;
}

.spinmama-3offrb {
  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;
  }
}

.spinmama-3offrb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.spinmama-9ng6r2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.spinmama-9ng6r2 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .spinmama-9ng6r2
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .spinmama-9ng6r2
    button {
    max-width: 145px;
  }
}

.spinmama-4apbj0:first-child
  .spinmama-9ng6r2
  button {
  max-width: 270px;
}

.spinmama-0vox5t {
  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%;
}

.spinmama-yo5ag2 picture {
  width: 100%;
  max-width: 100%;
}

.spinmama-8tvyhq {
  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;
}

.spinmama-8tvyhq svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.spinmama-yo5ag2:hover .spinmama-8tvyhq {
  display: flex;
}

.spinmama-k1bnm7 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.spinmama-6mhwd8 {
  display: flex;
}

.spinmama-6mhwd8:hover .spinmama-lqji3y,
.spinmama-6mhwd8 .spinmama-hjh3ku .spinmama-lqji3y {
  display: flex;
}

.spinmama-6mhwd8 svg {
  flex-shrink: 0;
}

.spinmama-lqji3y {
  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) {
  .spinmama-lqji3y {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.spinmama-lqji3y:hover {
  display: flex;
}

.spinmama-lqji3y svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.spinmama-6r3afr {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .spinmama-6r3afr {
    font-size: 12px;
  }
}

.spinmama-q6wvw9,
.spinmama-qldoo8 {
  width: 50%;
  flex-shrink: 0;
}

.spinmama-q6wvw9 {
  font-weight: 700;
}

.spinmama-d4tyf7 .spinmama-tm6i2r {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .spinmama-d4tyf7 .spinmama-tm6i2r {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .spinmama-d4tyf7 .spinmama-tm6i2r {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.spinmama-d4tyf7
  .spinmama-0vox5t:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.spinmama-d4tyf7 .spinmama-3offrb {
  height: 100% !important;
  border-radius: 16px;
}

.spinmama-d4tyf7 .spinmama-9ng6r2 {
  gap: 4px;
  align-items: center;
}

.spinmama-d4tyf7 .spinmama-9ng6r2 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spinmama-d4tyf7 .spinmama-9ng6r2 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.spinmama-d4tyf7 .spinmama-3cfu8s,
.spinmama-d4tyf7 .spinmama-7w1mhi {
  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.spinmama-1fti1u.org/2000/svg'%3E%3Cpath d='M9.spinmama-7061mh 4.spinmama-b7v1si.spinmama-tv6dr0 5.spinmama-7wna7c.spinmama-nbwfto 5.spinmama-u3ztcn.spinmama-hr7h7w 5.spinmama-c5io2s.spinmama-ty9rlt 8.spinmama-ibpyxm.spinmama-d4izik 9.spinmama-f6nx7s.spinmama-5gtnbc 9.spinmama-84s01w.spinmama-3902mq 13.spinmama-1uhhm1.spinmama-9ib1tv 11.spinmama-3yhvk0.spinmama-ewuhys 11.spinmama-hczfyu.spinmama-u8gle0 11.spinmama-ztd6yu.spinmama-twfyny 13.spinmama-fjj3c2.spinmama-vzb6ru 9.spinmama-pguimk.spinmama-d0zej9 9.spinmama-vbet7n.spinmama-girqdw 8.spinmama-dyhvo4.spinmama-7nzi8q 5.spinmama-qw2y20.spinmama-qud406 5.spinmama-cjyfpg.spinmama-jhs0al 5.spinmama-mxurv3.spinmama-ejxlwr 4.spinmama-nuj8tv.spinmama-ewuhys 1.spinmama-i4lkzf.spinmama-7061mh 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.spinmama-d4tyf7 .spinmama-3cfu8s {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.spinmama-d4tyf7 .spinmama-7w1mhi {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.spinmama-qxjdbh {
  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) {
  .spinmama-qxjdbh {
    padding: 24px;
  }
}

.spinmama-qxjdbh .spinmama-754625 {
  display: flex;
}

@media (min-width: 768px) {
  .spinmama-qxjdbh .spinmama-754625 {
    display: none;
  }
}

.spinmama-qxjdbh .spinmama-bmdcxx svg {
  display: none;
}

.spinmama-g76i40 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.spinmama-g76i40 .spinmama-dd71rw {
  display: none;
}

@media (min-width: 768px) {
  .spinmama-g76i40 .spinmama-dd71rw {
    display: flex;
  }
}

.spinmama-7azals {
  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) {
  .spinmama-7azals {
    font-size: 40px;
    line-height: 48px;
  }
}

.spinmama-7azals > * {
  margin: 0 !important;
}

.spinmama-7azals img,
.spinmama-3k7vag {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .spinmama-7azals img,
  .spinmama-3k7vag {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.spinmama-gpxexe {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .spinmama-gpxexe {
    width: 32px;
    height: 32px;
  }
}

.spinmama-gmmu9e {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .spinmama-gmmu9e {
    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;
  }

  .spinmama-gmmu9e::-webkit-scrollbar {
    display: none;
  }
}

.spinmama-jiqfbb {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .spinmama-jiqfbb {
    padding: 7px 15px;
  }
}

.spinmama-jiqfbb:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.spinmama-su5n1e {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .spinmama-su5n1e {
    display: flex;
    opacity: 1;
  }
}

.spinmama-jiqfbb picture {
  height: 100%;
  display: block;
}

.spinmama-jiqfbb img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .spinmama-jiqfbb img {
    width: 88px;
    height: 44px;
  }
}

.spinmama-jiqfbb p {
  text-align: center;
  width: 100%;
}

.spinmama-4yxy7t {
  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) {
  .spinmama-4yxy7t {
    font-size: 40px;
    line-height: 48px;
  }
}

.spinmama-4yxy7t img,
.spinmama-dz92ku {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .spinmama-4yxy7t img,
  .spinmama-dz92ku {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.spinmama-d544jz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .spinmama-d544jz {
    width: 32px;
    height: 32px;
  }
}

.spinmama-5lwmjv {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.spinmama-qtpdn5 {
  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;
}

.spinmama-mbgqok {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.spinmama-mbgqok.spinmama-hjh3ku {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.spinmama-67mawb {
  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) {
  .spinmama-67mawb {
    font-size: 20px;
    line-height: 28px;
  }
}

.spinmama-9jygda {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.spinmama-77qxcp {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.spinmama-u9o7ri ease;
  opacity: 0;
  color: var(--text-color);
}

.spinmama-eqpvzi {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.spinmama-eqpvzi ol,
.spinmama-eqpvzi ul {
  padding-left: 1.3em;
}

.spinmama-mbgqok.spinmama-hjh3ku .spinmama-77qxcp {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.spinmama-mbgqok.spinmama-hjh3ku .spinmama-9jygda {
  transform: rotate(180deg);
  color: var(--text-color);
}

.spinmama-vq0lft {
  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) {
  .spinmama-vq0lft {
    padding: 24px;
  }
}

.spinmama-vq0lft .spinmama-754625 {
  display: flex;
}

@media (min-width: 768px) {
  .spinmama-vq0lft .spinmama-754625 {
    display: none;
  }
}

.spinmama-vq0lft .spinmama-bmdcxx svg {
  display: none;
}

.spinmama-bm2ptu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spinmama-bm2ptu .spinmama-dd71rw {
  display: none;
}

@media (min-width: 768px) {
  .spinmama-bm2ptu .spinmama-dd71rw {
    display: flex;
  }
}

.spinmama-fm599y {
  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) {
  .spinmama-fm599y {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.spinmama-fm599y > * {
  margin: 0 !important;
}

.spinmama-fm599y img,
.spinmama-kmorqt {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .spinmama-fm599y img,
  .spinmama-kmorqt {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.spinmama-0cvv17 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .spinmama-0cvv17 {
    width: 32px;
    height: 32px;
  }
}

.spinmama-94riiz {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .spinmama-94riiz {
    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;
  }

  .spinmama-94riiz::-webkit-scrollbar {
    display: none;
  }
}

.spinmama-g8nf1d {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.spinmama-g8nf1d:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.spinmama-tb4g2y {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .spinmama-tb4g2y {
    display: flex;
    opacity: 1;
  }
}

.spinmama-g8nf1d picture {
  width: auto;
  height: 100%;
  display: block;
}

.spinmama-g8nf1d picture img {
  display: block;
  width: auto;
  height: 100%;
}

.spinmama-l1plt6 {
  margin: -24px 0;
}

.spinmama-l1plt6:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .spinmama-l1plt6 {
    margin: -16px 0;
  }
}

.spinmama-736jhz {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .spinmama-736jhz {
    flex-direction: row;
  }
}

.spinmama-1omud6 {
  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) {
  .spinmama-1omud6 {
    flex: 1;
  }
}

.spinmama-1omud6::placeholder {
  color: var(--Text-400);
}

.spinmama-bfvt56 {
  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;
}

.spinmama-ao7p89 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.spinmama-ao7p89::-webkit-scrollbar {
  display: none;
}

.spinmama-kyckd5 {
  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;
}

.spinmama-kyckd5 img,
.spinmama-kyckd5 svg {
  margin-right: 8px;
}

.spinmama-4bb463 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.spinmama-l1plt6 + .spinmama-h79zlr {
  margin-top: 0;
}

@media (min-width: 768px) {
  .spinmama-l1plt6 + .spinmama-h79zlr {
    margin-top: -16px;
  }
}

.spinmama-ef04ue {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.spinmama-ef04ue > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.spinmama-ef04ue > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.spinmama-ozqgb7 {
  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;
}

.spinmama-ms9cdb {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.spinmama-dohps2 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.spinmama-51u4rs {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.spinmama-5gjxxp {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.spinmama-ozqgb7 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;
}

.spinmama-ozqgb7 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) {
  .spinmama-ozqgb7 {
    padding: 39px 179px 39px 39px;
  }

  .spinmama-ms9cdb {
    font-size: 40px;
    line-height: 48px;
  }

  .spinmama-5gjxxp {
    height: 348px;
  }

  .spinmama-ozqgb7 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .spinmama-ozqgb7 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .spinmama-ozqgb7 {
    padding: 63px;
  }
}

.spinmama-r1icku {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .spinmama-r1icku {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.spinmama-j5697z {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .spinmama-j5697z {
    width: auto;
  }
}

.spinmama-vsdb39 {
  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;
}

.spinmama-vsdb39::-webkit-scrollbar {
  display: none;
}

.spinmama-vsdb39 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);
}

.spinmama-vsdb39 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .spinmama-vsdb39 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.spinmama-r1icku .spinmama-bfpv2e {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.spinmama-u9o7ri,
    mask-image 0.3s;
}

.spinmama-r1icku .spinmama-bfpv2e.spinmama-46b6q5 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.spinmama-gdvdl6 {
  margin: 40px -16px;
}

.spinmama-wkasxp + .spinmama-rnfo11,
.spinmama-wkasxp + .spinmama-mp9hdo {
  margin-top: 24px;
}

.spinmama-iierx9 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.spinmama-iierx9 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.spinmama-02qq35 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .spinmama-02qq35 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .spinmama-02qq35 {
    margin-top: 0;
  }
}

.spinmama-2gf1k2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .spinmama-2gf1k2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.spinmama-a0w16v {
  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) {
  .spinmama-a0w16v {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.spinmama-1hrdge {
  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) {
  .spinmama-1hrdge {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.spinmama-l63jjv {
  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) {
  .spinmama-l63jjv {
    font-size: 20px;
    line-height: 28px;
  }
}

.spinmama-y0l1hu {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .spinmama-y0l1hu {
    font-size: 32px;
    line-height: 40px;
  }
}

.spinmama-39pmjt {
  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;
}

.spinmama-5jxmef {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.spinmama-5jxmef img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.spinmama-h79zlr {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.spinmama-iu0itc {
  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) {
  .spinmama-iu0itc {
    padding: 15px 48px;
  }
}

main > .spinmama-h79zlr {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .spinmama-tm6i2r.spinmama-v41p1w > div:nth-child(n+5) {
    display: none;
  }
}

.spinmama-s55ebr p a img {
  display: block;
  margin: 0 auto;
}


.spinmama-t0ztsk {
  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 */
.spinmama-81nyku {
  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;
}

.spinmama-81nyku label {
  font-size: 14px;
}

.spinmama-81nyku h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.spinmama-81nyku input,
.spinmama-81nyku textarea,
.spinmama-81nyku 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;
}
.spinmama-81nyku button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.spinmama-cufwk5 ease;
}
.spinmama-81nyku button:hover {
  background-color: var(--button-bg-hover);
}
.spinmama-ijfwu3 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.spinmama-tb2pg0 ease-in;
}

.spinmama-ijfwu3 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;
}
.spinmama-6ta7vu, .spinmama-nisrn9, [class*="review-card"],
thead, thead th, table th, .spinmama-6xmo0q,
.spinmama-248ajp, [class*="collapsible-header"],
.spinmama-ncc4nz, [class*="updated-block"] {
  color: #ece7dc !important;
}
