* {
  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;
  }
}

.cuntspin-zh9y7m {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .cuntspin-zh9y7m {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .cuntspin-zh9y7m {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.cuntspin-mqcxl0 {
  overflow: hidden;
}

.cuntspin-1xqy2c img {
  background: var(--Neutral-300);
}

.cuntspin-sfb78d {
  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;
}

.cuntspin-r10mwo {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.cuntspin-r10mwo:hover {
  background: var(--button-bg-hover);
}

.cuntspin-oknsua {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.cuntspin-oknsua:hover {
  background: var(--button-bg-hover);
}

.cuntspin-radf24 {
  font-size: 12px;
  line-height: 18px;
}

.cuntspin-ma2288 {
  font-size: 18px;
  line-height: 26px;
}

.cuntspin-ct76wl {
  width: 100%;
}

.cuntspin-y8a3oo {
  padding: 6px 16px;
}

.cuntspin-vlkh8v {
  padding: 10px 16px;
}

.cuntspin-n4jarl {
  padding: 15px 26px;
}

.cuntspin-o9u8wc {
  flex-shrink: 0;
}

.cuntspin-5qadv2 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.cuntspin-iuhvx6 {
  display: none;
}

.cuntspin-eg1h8t {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.cuntspin-9vb72s {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.cuntspin-9amo0i {
  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;
}

.cuntspin-d5shto {
  cursor: grab;
}

.cuntspin-9amo0i::-webkit-scrollbar {
  display: none;
}

.cuntspin-auc4tx {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.cuntspin-25lvgs {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.cuntspin-nb7c2h {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.cuntspin-jrnc9l {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.cuntspin-m1q25f {
  visibility: visible;
}

.cuntspin-abx4ik {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.cuntspin-plve7c ease;
}

.cuntspin-ypcw12 {
  background-color: var(--Primary-200);
  width: 16px;
}

.cuntspin-iv2j66 {
  -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.cuntspin-plve7c,
    mask-image 0.3s;
}

.cuntspin-iv2j66.cuntspin-7pencj {
  -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;
  }
}

.cuntspin-1ihz0b: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;
}

.cuntspin-568lg6 {
  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.cuntspin-oxpj0k.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.cuntspin-oxpj0k.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;
}

.cuntspin-ka8n5t {
  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);
}

.cuntspin-ka8n5t::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%
  );
}

.cuntspin-d98v6r {
  position: relative;
  z-index: 1;
}

.cuntspin-vib0vt {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.cuntspin-6292ji {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.cuntspin-lq710q {
  font-size: 40px;
  line-height: 48px;
}

.cuntspin-a8qf6l {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cuntspin-2rajov {
  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;
}

.cuntspin-2rajov:hover {
  background: var(--Primary-400);
}

.cuntspin-2rajov svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.cuntspin-1ihz0b 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) {
  .cuntspin-ka8n5t {
    max-width: 600px;
    padding: 64px;
  }

  .cuntspin-vib0vt {
    font-size: 24px;
    line-height: 32px;
  }

  .cuntspin-6292ji {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .cuntspin-lq710q {
    font-size: 50px;
    line-height: 56px;
  }

  .cuntspin-a8qf6l {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .cuntspin-568lg6 {
    top: 25px;
    right: 25px;
  }
}

.cuntspin-lfkndt,
.cuntspin-4pqm8u {
  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;
}

.cuntspin-p1a98q.cuntspin-yx2d67::before,
.cuntspin-4pqm8u::before,
.cuntspin-xwcvs0::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.cuntspin-oxpj0k.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.cuntspin-qkmio2 14.cuntspin-8ttfga.cuntspin-g6avct 14.cuntspin-pos3ko 15.cuntspin-xfk53w 14.cuntspin-171yed 15.cuntspin-3okms9 14.cuntspin-iun2wl.cuntspin-3d97r3 14.cuntspin-0psd36 19.cuntspin-a1b33e 12.cuntspin-irzt2r 19.cuntspin-a1b33e 10.cuntspin-n6v50x.cuntspin-a1b33e 8.cuntspin-7qm2vh 17.cuntspin-duansk 7.cuntspin-vfy2no 15.cuntspin-b0x3bg 7.cuntspin-uuut87.cuntspin-7kh109 7.cuntspin-vfy2no 11.cuntspin-m7lrw8 8.cuntspin-7qm2vh 11.cuntspin-m7lrw8 10.cuntspin-5kboby.cuntspin-m7lrw8 12.cuntspin-4ish9y 13.cuntspin-plonsi 14.cuntspin-fx6s0x 15.cuntspin-reihf3 14.cuntspin-6f5h7e.cuntspin-dqrpj3 14.cuntspin-e01dej 15.cuntspin-7220ti 14.cuntspin-92qbfz 15.cuntspin-kuxflh 14.cuntspin-g79gwi.cuntspin-qkmio2 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.cuntspin-wsokg4 15.cuntspin-zrlw0f.cuntspin-jqzv7d 15.cuntspin-tnfp0z 15.cuntspin-82c72s 15.cuntspin-299y4g 15.cuntspin-r28oid 15.cuntspin-sec70p.cuntspin-mk7b5i 15.cuntspin-299y4g 15.cuntspin-ou3ybc 15.cuntspin-7fzpyk 15.cuntspin-0uw5gj 15.cuntspin-xyz1eo.cuntspin-pv8oo7 15.cuntspin-hyphxq 7.cuntspin-mn5qis 18.cuntspin-zib2bk 7.cuntspin-rl26wl 23.cuntspin-7r511d.cuntspin-qct95v.cuntspin-cmsyd7 18.cuntspin-sgdssv 19.cuntspin-c66o9f 15.cuntspin-w0kugg 15.cuntspin-wsokg4 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.cuntspin-w516j4 [type="submit"] *,
.cuntspin-j1g91l button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .cuntspin-comhxr {
    display: none;
  }
}

.cuntspin-8378bs {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .cuntspin-8378bs {
  display: none;
}

@media (min-width: 768px) {
  .cuntspin-8378bs {
    bottom: 22px;
  }
}

.cuntspin-8378bs input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .cuntspin-8378bs {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.cuntspin-51a7ws.static) .cuntspin-8378bs {
    bottom: 8px;
  }
}

.cuntspin-x63uuk {
  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.cuntspin-oxpj0k.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.cuntspin-a63w1t 3.cuntspin-ocz3id.cuntspin-ooaupo.cuntspin-y5q1ic 3.cuntspin-kmq1md 3.cuntspin-vcu6qj 5.cuntspin-qzjlb3 3.cuntspin-vcu6qj 8.cuntspin-ncg00d.cuntspin-kerhj4.cuntspin-vcu6qj 26.cuntspin-ty1z01 5.cuntspin-t5lb4j 28.cuntspin-m0atfm 8.cuntspin-0abey0 28.cuntspin-3ogoxg.cuntspin-om9k80 28.cuntspin-0mamxf.cuntspin-yddg6f 34.cuntspin-g9icmk.cuntspin-tiqfzm 36.cuntspin-o6zr5z 11.cuntspin-69wj9u 37.cuntspin-nkb0f8 12.cuntspin-17msok 36.cuntspin-6r0b4x.cuntspin-ey9h24 28.cuntspin-z39r34.cuntspin-eopru3.cuntspin-nb048h 28.cuntspin-ru6dbe 36.cuntspin-xjrkc4 26.cuntspin-29xcee 36.cuntspin-xjrkc4 23.cuntspin-fc00sg.cuntspin-fugx2z.cuntspin-xjrkc4 5.cuntspin-f191ut 34.cuntspin-79tgxu 3.cuntspin-kmq1md 31.cuntspin-a63w1t 3.cuntspin-52m413.cuntspin-xafods 18.cuntspin-vtu3qg.cuntspin-ii7obz 18.cuntspin-teqf4b 8.cuntspin-020y85 17.cuntspin-pmtddx 8.cuntspin-020y85 15.cuntspin-ybw9e9.cuntspin-020y85 14.cuntspin-fywx7j 9.cuntspin-ii7obz 13.cuntspin-kw5qv6 11.cuntspin-xafods 13.cuntspin-0k8rdc.cuntspin-lbtq5i 13.cuntspin-kw5qv6 13.cuntspin-u9sbfa 14.cuntspin-fywx7j 13.cuntspin-u9sbfa 15.cuntspin-mh0uy3.cuntspin-u9sbfa 17.cuntspin-pmtddx 12.cuntspin-lbtq5i 18.cuntspin-teqf4b 11.cuntspin-xafods 18.cuntspin-li8eoj.cuntspin-r21gxs 18.cuntspin-fbdo7i.cuntspin-w2nlul 18.cuntspin-teqf4b 17.cuntspin-vqdi4h 17.cuntspin-pmtddx 17.cuntspin-vqdi4h 15.cuntspin-l8yshk.cuntspin-vqdi4h 14.cuntspin-fywx7j 18.cuntspin-w2nlul 13.cuntspin-kw5qv6 20.cuntspin-r21gxs 13.cuntspin-my92q0.cuntspin-93pvq6 13.cuntspin-kw5qv6 22.cuntspin-4i9j51 14.cuntspin-fywx7j 22.cuntspin-4i9j51 15.cuntspin-p7fszt.cuntspin-qacsch 17.cuntspin-pmtddx 21.cuntspin-93pvq6 18.cuntspin-teqf4b 20.cuntspin-r21gxs 18.cuntspin-d99qia.cuntspin-dr8vf4 18.cuntspin-roeev2.cuntspin-xl7x0d 18.cuntspin-teqf4b 26.cuntspin-7ucbqb 17.cuntspin-pmtddx 26.cuntspin-7ucbqb 15.cuntspin-4yr431.cuntspin-7ucbqb 14.cuntspin-fywx7j 27.cuntspin-xl7x0d 13.cuntspin-kw5qv6 28.cuntspin-dr8vf4 13.cuntspin-xbuxv3.cuntspin-i0n0xs 13.cuntspin-kw5qv6 31.cuntspin-5hffyw 14.cuntspin-fywx7j 31.cuntspin-5hffyw 15.cuntspin-relhxz.cuntspin-7ucbqb 17.cuntspin-pmtddx 30.cuntspin-i0n0xs 18.cuntspin-teqf4b 28.cuntspin-dr8vf4 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"])
    .cuntspin-x63uuk {
    display: none;
  }
}

.cuntspin-d686xq {
  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) {
  .cuntspin-d686xq {
    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;
}

.cuntspin-j1g91l {
  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) {
  .cuntspin-j1g91l {
    padding: 14px 16px;
  }
}

.cuntspin-j1g91l button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.cuntspin-j1g91l button:first-child {
  align-content: end;
}

.cuntspin-j1g91l button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .cuntspin-j1g91l
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .cuntspin-j1g91l
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.cuntspin-j1g91l button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.cuntspin-j1g91l button:last-child svg {
  width: 38px;
  height: 38px;
}

.cuntspin-xwcvs0 {
  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;
}

.cuntspin-xwcvs0::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .cuntspin-xwcvs0,
.pc61d126-chatbot[data-active-screen="3"]
  .cuntspin-xwcvs0 {
  opacity: 1;
  visibility: visible;
}

.cuntspin-fmlyrr {
  flex: 1 1;
}

.cuntspin-t9sgby {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .cuntspin-t9sgby {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .cuntspin-zpe7jt {
  display: block;
}

.cuntspin-zisasu {
  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) {
  .cuntspin-zisasu {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.cuntspin-4pqm8u {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.cuntspin-4pqm8u::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.cuntspin-tu0ihf span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.cuntspin-tu0ihf p {
  color: var(--Text-100);
}

.cuntspin-4pqm8u .cuntspin-1a2krq {
  grid-area: button;
}

.cuntspin-4pqm8u .cuntspin-1a2krq::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.cuntspin-oxpj0k.org/2000/svg'%3E%3Cpath d='M4.cuntspin-2yen3e 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.cuntspin-lhm6uf 15L16.cuntspin-lhm6uf 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.cuntspin-lhm6uf 5L16.cuntspin-lhm6uf 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .cuntspin-pb4trn {
  display: block;
}

.cuntspin-xnvba5 {
  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) {
  .cuntspin-xnvba5 {
    margin-top: 40px;
  }
}

.cuntspin-lfkndt label,
.cuntspin-lfkndt input {
  display: block;
  width: 100%;
}

.cuntspin-lfkndt label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.cuntspin-lfkndt label.cuntspin-g36ifw input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.cuntspin-lfkndt label.cuntspin-g36ifw::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;
}

.cuntspin-lfkndt 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;
}

.cuntspin-lfkndt input::placeholder {
  color: var(--Text-400);
}

.cuntspin-k62eiy {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .cuntspin-k62eiy {
  display: flex;
}

.cuntspin-k62eiy ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .cuntspin-k62eiy ol {
    height: 420px;
    padding: 24px;
  }
}

.cuntspin-k62eiy ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.cuntspin-w516j4 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .cuntspin-w516j4 {
    padding: 0 24px 24px;
  }
}

.cuntspin-w516j4 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;
}

.cuntspin-w516j4 input::placeholder {
  color: var(--Text-400);
}

.cuntspin-w516j4 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.cuntspin-w516j4 [type="submit"]:disabled {
  opacity: 0.5;
}

.cuntspin-w516j4 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .cuntspin-w516j4 [type="submit"] {
    right: 40px;
  }
}

.cuntspin-p1a98q {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.cuntspin-p1a98q.cuntspin-yx2d67 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.cuntspin-p1a98q.cuntspin-yx2d67::before {
  content: "";
  width: 31px;
}

.cuntspin-p1a98q.cuntspin-yx2d67 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.cuntspin-p1a98q.cuntspin-od8z3w p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.cuntspin-p1a98q p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.cuntspin-8378bs .cuntspin-1a2krq {
  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;
  }
}

.cuntspin-comhxr {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .cuntspin-comhxr {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .cuntspin-comhxr {
    padding: 18px 0;
  }
}

.cuntspin-comhxr .cuntspin-zh9y7m {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .cuntspin-comhxr .cuntspin-zh9y7m {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.cuntspin-9610lb {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .cuntspin-9610lb {
    max-width: 160px;
    height: 40px;
  }
}

.cuntspin-9610lb picture,
.cuntspin-9610lb img {
  display: block;
  width: 100%;
  height: 100%;
}

.cuntspin-9610lb img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .cuntspin-ucugjb {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.cuntspin-plve7c ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .cuntspin-comhxr.cuntspin-gb8iqs .cuntspin-ucugjb {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cuntspin-ucugjb {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .cuntspin-ucugjb {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.cuntspin-0jvftl,
.cuntspin-x8qo4g {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .cuntspin-0jvftl,
  .cuntspin-x8qo4g {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .cuntspin-x8qo4g {
    display: none;
  }
}

.cuntspin-obwq1x {
  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;
}

.cuntspin-gb8iqs .cuntspin-obwq1x {
  background: var(--fh-bg-color);
}

.cuntspin-obwq1x button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .cuntspin-obwq1x {
    display: none;
  }
}

.cuntspin-h1isyp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .cuntspin-h1isyp {
    display: none;
  }
}

.cuntspin-cvs4we {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.cuntspin-comhxr.cuntspin-gb8iqs .cuntspin-cvs4we:first-child {
  display: none;
}

.cuntspin-comhxr.cuntspin-gb8iqs .cuntspin-cvs4we:last-child {
  display: block;
}

.cuntspin-cvs4we:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .cuntspin-cvs4we {
    display: none;
  }
}

.cuntspin-yfbxqs {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .cuntspin-yfbxqs {
    display: flex;
  }
}

.cuntspin-yfbxqs ul {
  max-height: 350px;
  overflow-y: auto;
}

.cuntspin-yfbxqs:hover ul {
  visibility: visible;
  opacity: 1;
}

.cuntspin-yfbxqs:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.cuntspin-yfbxqs:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.cuntspin-yfbxqs:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.cuntspin-yfbxqs:hover .cuntspin-s60f4g svg {
  transform: rotate(180deg);
}

.cuntspin-2cyam1 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.cuntspin-h8cppp {
  padding: 0 8px;
}

.cuntspin-trbdpv {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.cuntspin-trbdpv:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .cuntspin-trbdpv {
    padding: 4px 8px;
  }
}

.cuntspin-8x7quh {
  display: flex;
}

.cuntspin-8x7quh img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.cuntspin-s60f4g {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.cuntspin-s60f4g svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.cuntspin-ktuhke {
  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) {
  .cuntspin-ktuhke {
    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;
  }
}

.cuntspin-1hdm5f {
  width: 100%;
}

@media (min-width: 1200px) {
  .cuntspin-1hdm5f {
    display: none;
  }
}

.cuntspin-va5usl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.cuntspin-hvoete {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.cuntspin-5pve1b {
  display: flex;
}

.cuntspin-rqxx3h {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.cuntspin-ojaucp {
  list-style: none;
}

@media (max-width: 1199px) {
  .cuntspin-ojaucp {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .cuntspin-ojaucp {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .cuntspin-ojaucp .cuntspin-zpydmg [data-ref-el],
  .cuntspin-ojaucp .cuntspin-zpydmg span,
  .cuntspin-ojaucp .cuntspin-zpydmg a {
    white-space: nowrap;
  }
}

.cuntspin-cb35pk {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .cuntspin-cb35pk.cuntspin-g1zlel > .cuntspin-zpydmg {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .cuntspin-cb35pk.cuntspin-4o1m06:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .cuntspin-cb35pk.cuntspin-g1zlel > .cuntspin-ecj93q {
    height: auto;
  }

  .cuntspin-cb35pk.cuntspin-g1zlel > div > .cuntspin-mzptbk {
    transform: rotate(180deg);
  }
}

.cuntspin-cb35pk [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.cuntspin-cb35pk [data-ref-el],
.cuntspin-cb35pk span {
  cursor: pointer;
}

.cuntspin-cb35pk [data-ref-el],
.cuntspin-cb35pk span,
.cuntspin-cb35pk a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .cuntspin-cb35pk [data-ref-el],
  .cuntspin-cb35pk span,
  .cuntspin-cb35pk a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .cuntspin-cb35pk [data-ref-el],
  .cuntspin-cb35pk span,
  .cuntspin-cb35pk a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.cuntspin-ecj93q {
  height: 0;
  overflow: hidden;
  transition: height 0.cuntspin-plve7c ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.cuntspin-ecj93q::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.cuntspin-ecj93q::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.cuntspin-ecj93q::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .cuntspin-ecj93q {
    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;
  }

  .cuntspin-ecj93q:has(> .cuntspin-cb35pk.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .cuntspin-ecj93q .cuntspin-ecj93q {
    padding: 0;
  }

  .cuntspin-ecj93q .cuntspin-cb35pk {
    font-weight: 400;
  }

  .cuntspin-ecj93q .cuntspin-cb35pk:hover > .cuntspin-zpydmg {
    background: var(--Neutral-300);
  }

  .cuntspin-ecj93q .cuntspin-mzptbk {
    rotate: -90deg;
  }
}

.cuntspin-zpydmg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .cuntspin-zpydmg {
    padding: 8px;
  }

  .cuntspin-cb35pk.cuntspin-qnh9df > .cuntspin-zpydmg {
    background: var(--Neutral-300);
  }
}

.cuntspin-mzptbk {
  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.cuntspin-oxpj0k.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.cuntspin-12nuhw 0.cuntspin-yrw05w.cuntspin-wvikzy -0.cuntspin-zy7p5x 0.cuntspin-zjbcsm -0.cuntspin-zy7p5x 1.cuntspin-jqjk4s 0.cuntspin-x6wfxy.cuntspin-j38oka 4.cuntspin-zoa5lf.cuntspin-12nuhw 0.cuntspin-5hg9nw.cuntspin-ny26zj -0.cuntspin-zy7p5x 9.cuntspin-780dm2 -0.cuntspin-zy7p5x 10.cuntspin-953vu2 0.cuntspin-pr3h48.cuntspin-afkw1a 0.cuntspin-wvikzy 10.cuntspin-afkw1a 0.cuntspin-zjbcsm 10.cuntspin-953vu2 1.cuntspin-y0y1xz.cuntspin-wxjraa 5.cuntspin-g0lpip.cuntspin-f40il7 6.cuntspin-omvy4p 5.cuntspin-8ocl5y 6.cuntspin-omvy4p 4.cuntspin-aayim2 5.cuntspin-tadaj3.cuntspin-12nuhw 1.cuntspin-jomftv.cuntspin-zy7p5x 0.cuntspin-zjbcsm -0.cuntspin-zy7p5x 0.cuntspin-wvikzy 0.cuntspin-12nuhw 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.cuntspin-plve7c ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .cuntspin-mzptbk {
    cursor: default;
  }
}

.cuntspin-jfj51r {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.cuntspin-1yu0mc {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .cuntspin-1yu0mc {
    padding: 40px 4px;
  }
}

.cuntspin-lgiepo {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .cuntspin-lgiepo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.cuntspin-k0u9hs {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .cuntspin-k0u9hs {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.cuntspin-k0u9hs ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.cuntspin-k0u9hs [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.cuntspin-k0u9hs [data-ref-el],
.cuntspin-k0u9hs span,
.cuntspin-k0u9hs a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.cuntspin-2hmp2m {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .cuntspin-2hmp2m {
    margin-bottom: 12px;
  }
}

.cuntspin-rr3vhx {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.cuntspin-rr3vhx img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .cuntspin-rr3vhx:last-child {
    margin-right: 0;
  }
}

.cuntspin-m0uu74 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.cuntspin-2hmp2m:hover .cuntspin-28ilcz {
  visibility: visible;
  opacity: 1;
}

.cuntspin-28ilcz {
  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);
}

.cuntspin-ik38s1 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.cuntspin-7y3sck {
  display: flex;
  margin: 6px;
}

.cuntspin-7y3sck img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.cuntspin-28ilcz::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);
}

.cuntspin-28ilcz::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);
}

.cuntspin-8lxyoq {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .cuntspin-8lxyoq {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.cuntspin-ixor31 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .cuntspin-ixor31 {
    margin-right: 32px;
  }
}

.cuntspin-w8lvd7 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .cuntspin-w8lvd7 {
    margin-top: 0;
    width: 340px;
  }
}

.cuntspin-w8lvd7 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.cuntspin-nidoee {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.cuntspin-b7fubs {
  position: relative;
}

@media (min-width: 768px) {
  .cuntspin-b7fubs {
    margin-top: 40px;
  }
}

.cuntspin-b7fubs + .cuntspin-09euvr,
.cuntspin-b7fubs + .cuntspin-b7fubs {
  margin-top: 24px;
}

.cuntspin-tyvk59 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .cuntspin-tyvk59 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .cuntspin-tyvk59 {
    padding: 80px;
  }
}

.cuntspin-xjn6az {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .cuntspin-xjn6az {
    padding: 0 16px;
}


}

.cuntspin-9oypo1 {
  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) {
  .cuntspin-9oypo1 {
    font-size: 48px;
    line-height: 56px;
  }
}

.cuntspin-76g49t {
  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) {
  .cuntspin-76g49t {
    font-size: 24px;
    line-height: 32px;
  }
}

.cuntspin-ngc3yc {
  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;
}

.cuntspin-ngc3yc:hover {
  background: var(--button-bg-hover);
}

.cuntspin-66mkaf {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.cuntspin-66mkaf img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .cuntspin-66mkaf img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .cuntspin-66mkaf img {
  min-height: 100%;
  }
}

.cuntspin-tyvk59::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.cuntspin-stmz4u {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cuntspin-stmz4u h1,
.cuntspin-stmz4u h2,
.cuntspin-stmz4u h3,
.cuntspin-stmz4u h4 {
  margin-bottom: 6px;
}

.cuntspin-stmz4u h1:not(:first-child),
.cuntspin-stmz4u h2:not(:first-child),
.cuntspin-stmz4u h3:not(:first-child),
.cuntspin-stmz4u h4:not(:first-child) {
  margin-top: 16px;
}

.cuntspin-stmz4u h1,
.cuntspin-stmz4u h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .cuntspin-stmz4u h1,
  .cuntspin-stmz4u h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.cuntspin-stmz4u h2,
.cuntspin-stmz4u h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .cuntspin-stmz4u h2,
  .cuntspin-stmz4u h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.cuntspin-stmz4u h3,
.cuntspin-stmz4u h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .cuntspin-stmz4u h3,
  .cuntspin-stmz4u h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.cuntspin-stmz4u h4,
.cuntspin-stmz4u h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.cuntspin-stmz4u ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.cuntspin-stmz4u ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.cuntspin-stmz4u 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);
}

.cuntspin-stmz4u ul ul {
  margin-bottom: 8px;
}

.cuntspin-stmz4u ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.cuntspin-stmz4u ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.cuntspin-stmz4u ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.cuntspin-stmz4u ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.cuntspin-stmz4u ol li::marker {
  font-weight: 700;
}

.cuntspin-stmz4u ol ol {
  margin-bottom: 8px;
}

.cuntspin-stmz4u ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.cuntspin-stmz4u ol ul li {
  padding-left: 16px;
}

.cuntspin-stmz4u 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) {
  .cuntspin-stmz4u table {
    padding: 24px;
  }
}

.cuntspin-stmz4u table.cuntspin-3hz6us {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.cuntspin-plve7c,
    mask-image 0.3s;
}

.cuntspin-stmz4u table.cuntspin-3hz6us.cuntspin-7pencj {
  -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) {
  .cuntspin-stmz4u table {
    display: table;
  }
}

.cuntspin-stmz4u 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);
}

.cuntspin-stmz4u table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.cuntspin-stmz4u table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.cuntspin-stmz4u 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) {
  .cuntspin-stmz4u table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.cuntspin-stmz4u table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.cuntspin-stmz4u table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.cuntspin-stmz4u table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.cuntspin-stmz4u img {
  max-width: 100%;
  height: auto;
}

.cuntspin-903thg {
  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) {
  .cuntspin-903thg {
    padding: 24px;
  }
}

.cuntspin-lcql1j {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .cuntspin-lcql1j {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.cuntspin-lcql1j > * {
  margin: 0 !important;
}

.cuntspin-lcql1j img,
.cuntspin-aq4ae2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .cuntspin-lcql1j img,
  .cuntspin-aq4ae2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.cuntspin-3oktgd {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .cuntspin-3oktgd {
    width: 32px;
    height: 32px;
  }
}

.cuntspin-4gukw2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.cuntspin-4gukw2 .cuntspin-vgbat7 {
  flex-shrink: 0;
}

.cuntspin-4gukw2 .cuntspin-pqelq8 svg {
  display: none;
}

.cuntspin-vv1o34 {
  display: grid;
  transition: max-height 0.cuntspin-plve7c ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .cuntspin-vv1o34 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .cuntspin-vv1o34 {
    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));
  }
}

.cuntspin-vv1o34.cuntspin-3g82it + .cuntspin-vgbat7 svg {
  transform: rotate(180deg);
}

.cuntspin-12bac4 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.cuntspin-12bac4 > div:nth-child(3n) {
  grid-column: span 2;
}

.cuntspin-12bac4
  > div:nth-child(3n)
  .cuntspin-mhqkk1
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .cuntspin-12bac4 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .cuntspin-12bac4 > div:nth-child(3n) {
    grid-column: unset;
  }

  .cuntspin-12bac4
    > div:nth-child(3n)
    .cuntspin-mhqkk1
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .cuntspin-12bac4 {
    max-width: 270px;
  }
}

.cuntspin-12bac4 .cuntspin-mhqkk1 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .cuntspin-12bac4 .cuntspin-mhqkk1 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .cuntspin-12bac4 .cuntspin-mhqkk1 button {
    max-width: 104px;
  }
}

.cuntspin-lycgms {
  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) {
  .cuntspin-lycgms {
    margin-bottom: 0;
  }
}

.cuntspin-p808e5 {
  display: none;
  opacity: 0;
}

.cuntspin-71gx41 {
  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;
  }
}

.cuntspin-71gx41 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.cuntspin-mhqkk1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.cuntspin-mhqkk1 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .cuntspin-mhqkk1
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .cuntspin-mhqkk1
    button {
    max-width: 145px;
  }
}

.cuntspin-f4f9ko:first-child
  .cuntspin-mhqkk1
  button {
  max-width: 270px;
}

.cuntspin-nllxem {
  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%;
}

.cuntspin-lycgms picture {
  width: 100%;
  max-width: 100%;
}

.cuntspin-4dad7y {
  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;
}

.cuntspin-4dad7y svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.cuntspin-lycgms:hover .cuntspin-4dad7y {
  display: flex;
}

.cuntspin-ik0kq8 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.cuntspin-rd2lxw {
  display: flex;
}

.cuntspin-rd2lxw:hover .cuntspin-g4yh8q,
.cuntspin-rd2lxw .cuntspin-qnh9df .cuntspin-g4yh8q {
  display: flex;
}

.cuntspin-rd2lxw svg {
  flex-shrink: 0;
}

.cuntspin-g4yh8q {
  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) {
  .cuntspin-g4yh8q {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.cuntspin-g4yh8q:hover {
  display: flex;
}

.cuntspin-g4yh8q svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.cuntspin-lw08vw {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .cuntspin-lw08vw {
    font-size: 12px;
  }
}

.cuntspin-ltjabu,
.cuntspin-akmftr {
  width: 50%;
  flex-shrink: 0;
}

.cuntspin-ltjabu {
  font-weight: 700;
}

.cuntspin-piicho .cuntspin-vv1o34 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .cuntspin-piicho .cuntspin-vv1o34 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .cuntspin-piicho .cuntspin-vv1o34 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.cuntspin-piicho
  .cuntspin-nllxem:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.cuntspin-piicho .cuntspin-71gx41 {
  height: 100% !important;
  border-radius: 16px;
}

.cuntspin-piicho .cuntspin-mhqkk1 {
  gap: 4px;
  align-items: center;
}

.cuntspin-piicho .cuntspin-mhqkk1 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cuntspin-piicho .cuntspin-mhqkk1 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.cuntspin-piicho .cuntspin-l3fqz0,
.cuntspin-piicho .cuntspin-rwl8ez {
  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.cuntspin-oxpj0k.org/2000/svg'%3E%3Cpath d='M9.cuntspin-fm4ixa 4.cuntspin-0ca87l.cuntspin-mf11wf 5.cuntspin-7zrl5y.cuntspin-q2igtz 5.cuntspin-tgmemu.cuntspin-ofhc66 5.cuntspin-sya1cu.cuntspin-ldw3oc 8.cuntspin-udeqda.cuntspin-1gql56 9.cuntspin-7ltyga.cuntspin-boahn0 9.cuntspin-p2fnhd.cuntspin-j9vh4x 13.cuntspin-ti4q4p.cuntspin-2xptl7 11.cuntspin-zhghca.cuntspin-km7c71 11.cuntspin-yd2bz1.cuntspin-pnoljc 11.cuntspin-5l02ou.cuntspin-1yk9v6 13.cuntspin-cyecfu.cuntspin-bi2c1t 9.cuntspin-h9kiuy.cuntspin-bisa77 9.cuntspin-dbvpci.cuntspin-5elyar 8.cuntspin-to49ty.cuntspin-omdu4h 5.cuntspin-yzfg1p.cuntspin-0ep45f 5.cuntspin-hkc0el.cuntspin-3uees6 5.cuntspin-ep2qdk.cuntspin-evwkd8 4.cuntspin-hd3b0c.cuntspin-km7c71 1.cuntspin-u7fkon.cuntspin-fm4ixa 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.cuntspin-piicho .cuntspin-l3fqz0 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.cuntspin-piicho .cuntspin-rwl8ez {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.cuntspin-r01mjv {
  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) {
  .cuntspin-r01mjv {
    padding: 24px;
  }
}

.cuntspin-r01mjv .cuntspin-vgbat7 {
  display: flex;
}

@media (min-width: 768px) {
  .cuntspin-r01mjv .cuntspin-vgbat7 {
    display: none;
  }
}

.cuntspin-r01mjv .cuntspin-pqelq8 svg {
  display: none;
}

.cuntspin-qsejff {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cuntspin-qsejff .cuntspin-sfb78d {
  display: none;
}

@media (min-width: 768px) {
  .cuntspin-qsejff .cuntspin-sfb78d {
    display: flex;
  }
}

.cuntspin-9hg0ch {
  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) {
  .cuntspin-9hg0ch {
    font-size: 40px;
    line-height: 48px;
  }
}

.cuntspin-9hg0ch > * {
  margin: 0 !important;
}

.cuntspin-9hg0ch img,
.cuntspin-2in0h3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .cuntspin-9hg0ch img,
  .cuntspin-2in0h3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.cuntspin-8bpgru {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .cuntspin-8bpgru {
    width: 32px;
    height: 32px;
  }
}

.cuntspin-ulfxst {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .cuntspin-ulfxst {
    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;
  }

  .cuntspin-ulfxst::-webkit-scrollbar {
    display: none;
  }
}

.cuntspin-4cxakt {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .cuntspin-4cxakt {
    padding: 7px 15px;
  }
}

.cuntspin-4cxakt:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.cuntspin-ehbc5a {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .cuntspin-ehbc5a {
    display: flex;
    opacity: 1;
  }
}

.cuntspin-4cxakt picture {
  height: 100%;
  display: block;
}

.cuntspin-4cxakt img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .cuntspin-4cxakt img {
    width: 88px;
    height: 44px;
  }
}

.cuntspin-4cxakt p {
  text-align: center;
  width: 100%;
}

.cuntspin-c66ldy {
  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) {
  .cuntspin-c66ldy {
    font-size: 40px;
    line-height: 48px;
  }
}

.cuntspin-c66ldy img,
.cuntspin-ftyxqy {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .cuntspin-c66ldy img,
  .cuntspin-ftyxqy {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.cuntspin-dd49bk {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .cuntspin-dd49bk {
    width: 32px;
    height: 32px;
  }
}

.cuntspin-kpouqs {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.cuntspin-fetceg {
  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;
}

.cuntspin-qibf1z {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.cuntspin-qibf1z.cuntspin-qnh9df {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.cuntspin-lkja7w {
  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) {
  .cuntspin-lkja7w {
    font-size: 20px;
    line-height: 28px;
  }
}

.cuntspin-fjrsc0 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.cuntspin-fyth4t {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.cuntspin-plve7c ease;
  opacity: 0;
  color: var(--text-color);
}

.cuntspin-3w4u1i {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.cuntspin-3w4u1i ol,
.cuntspin-3w4u1i ul {
  padding-left: 1.3em;
}

.cuntspin-qibf1z.cuntspin-qnh9df .cuntspin-fyth4t {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.cuntspin-qibf1z.cuntspin-qnh9df .cuntspin-fjrsc0 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.cuntspin-gh6a7d {
  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) {
  .cuntspin-gh6a7d {
    padding: 24px;
  }
}

.cuntspin-gh6a7d .cuntspin-vgbat7 {
  display: flex;
}

@media (min-width: 768px) {
  .cuntspin-gh6a7d .cuntspin-vgbat7 {
    display: none;
  }
}

.cuntspin-gh6a7d .cuntspin-pqelq8 svg {
  display: none;
}

.cuntspin-lrv5w9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cuntspin-lrv5w9 .cuntspin-sfb78d {
  display: none;
}

@media (min-width: 768px) {
  .cuntspin-lrv5w9 .cuntspin-sfb78d {
    display: flex;
  }
}

.cuntspin-2are69 {
  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) {
  .cuntspin-2are69 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.cuntspin-2are69 > * {
  margin: 0 !important;
}

.cuntspin-2are69 img,
.cuntspin-lwtj96 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .cuntspin-2are69 img,
  .cuntspin-lwtj96 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.cuntspin-eqn4tz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .cuntspin-eqn4tz {
    width: 32px;
    height: 32px;
  }
}

.cuntspin-el46oy {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .cuntspin-el46oy {
    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;
  }

  .cuntspin-el46oy::-webkit-scrollbar {
    display: none;
  }
}

.cuntspin-z5d57n {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.cuntspin-z5d57n:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.cuntspin-zl7ro0 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .cuntspin-zl7ro0 {
    display: flex;
    opacity: 1;
  }
}

.cuntspin-z5d57n picture {
  width: auto;
  height: 100%;
  display: block;
}

.cuntspin-z5d57n picture img {
  display: block;
  width: auto;
  height: 100%;
}

.cuntspin-tkr1y1 {
  margin: -24px 0;
}

.cuntspin-tkr1y1:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .cuntspin-tkr1y1 {
    margin: -16px 0;
  }
}

.cuntspin-t3tu7t {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .cuntspin-t3tu7t {
    flex-direction: row;
  }
}

.cuntspin-r1muyn {
  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) {
  .cuntspin-r1muyn {
    flex: 1;
  }
}

.cuntspin-r1muyn::placeholder {
  color: var(--Text-400);
}

.cuntspin-sqww44 {
  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;
}

.cuntspin-3jq1ih {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.cuntspin-3jq1ih::-webkit-scrollbar {
  display: none;
}

.cuntspin-0n4acv {
  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;
}

.cuntspin-0n4acv img,
.cuntspin-0n4acv svg {
  margin-right: 8px;
}

.cuntspin-1fgfu0 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.cuntspin-tkr1y1 + .cuntspin-43j69n {
  margin-top: 0;
}

@media (min-width: 768px) {
  .cuntspin-tkr1y1 + .cuntspin-43j69n {
    margin-top: -16px;
  }
}

.cuntspin-q7a0cn {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.cuntspin-q7a0cn > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.cuntspin-q7a0cn > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.cuntspin-4g9g15 {
  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;
}

.cuntspin-lqepr8 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.cuntspin-hhgiw5 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.cuntspin-dn6h2s {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.cuntspin-q15xsl {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.cuntspin-4g9g15 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;
}

.cuntspin-4g9g15 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) {
  .cuntspin-4g9g15 {
    padding: 39px 179px 39px 39px;
  }

  .cuntspin-lqepr8 {
    font-size: 40px;
    line-height: 48px;
  }

  .cuntspin-q15xsl {
    height: 348px;
  }

  .cuntspin-4g9g15 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .cuntspin-4g9g15 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .cuntspin-4g9g15 {
    padding: 63px;
  }
}

.cuntspin-9b9b3q {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .cuntspin-9b9b3q {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.cuntspin-5sbbkv {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .cuntspin-5sbbkv {
    width: auto;
  }
}

.cuntspin-qyxfee {
  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;
}

.cuntspin-qyxfee::-webkit-scrollbar {
  display: none;
}

.cuntspin-qyxfee 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);
}

.cuntspin-qyxfee a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .cuntspin-qyxfee {
    margin-left: 16px;
    margin-top: 0;
  }
}

.cuntspin-9b9b3q .cuntspin-1kovzn {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.cuntspin-plve7c,
    mask-image 0.3s;
}

.cuntspin-9b9b3q .cuntspin-1kovzn.cuntspin-7pencj {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.cuntspin-ke6cso {
  margin: 40px -16px;
}

.cuntspin-v643oj + .cuntspin-09euvr,
.cuntspin-v643oj + .cuntspin-b7fubs {
  margin-top: 24px;
}

.cuntspin-98u9xl {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.cuntspin-98u9xl picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.cuntspin-xxs2e8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .cuntspin-xxs2e8 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .cuntspin-xxs2e8 {
    margin-top: 0;
  }
}

.cuntspin-sl0j8i {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .cuntspin-sl0j8i {
    font-size: 24px;
    line-height: 32px;
  }
}

.cuntspin-ytps5i {
  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) {
  .cuntspin-ytps5i {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.cuntspin-8epqai {
  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) {
  .cuntspin-8epqai {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.cuntspin-73bmm0 {
  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) {
  .cuntspin-73bmm0 {
    font-size: 20px;
    line-height: 28px;
  }
}

.cuntspin-xhp5zh {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .cuntspin-xhp5zh {
    font-size: 32px;
    line-height: 40px;
  }
}

.cuntspin-bc8h8m {
  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;
}

.cuntspin-qoh8ym {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.cuntspin-qoh8ym img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cuntspin-43j69n {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.cuntspin-h6nif5 {
  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) {
  .cuntspin-h6nif5 {
    padding: 15px 48px;
  }
}

main > .cuntspin-43j69n {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .cuntspin-vv1o34.cuntspin-ovsjpt > div:nth-child(n+5) {
    display: none;
  }
}

.cuntspin-stmz4u p a img {
  display: block;
  margin: 0 auto;
}


.cuntspin-3ic82w {
  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 */
.cuntspin-vj46um {
  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;
}

.cuntspin-vj46um label {
  font-size: 14px;
}

.cuntspin-vj46um h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.cuntspin-vj46um input,
.cuntspin-vj46um textarea,
.cuntspin-vj46um 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;
}
.cuntspin-vj46um button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.cuntspin-m7t7ks ease;
}
.cuntspin-vj46um button:hover {
  background-color: var(--button-bg-hover);
}
.cuntspin-pnuw02 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.cuntspin-ekj0f1 ease-in;
}

.cuntspin-pnuw02 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;
}
.cuntspin-29c72t, .cuntspin-7hlyy6, [class*="review-card"],
thead, thead th, table th, .cuntspin-7nb21e,
.cuntspin-7anmdb, [class*="collapsible-header"],
.cuntspin-wi7rii, [class*="updated-block"] {
  color: #ece7dc !important;
}
