* {
  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;
  }
}

.spinbetter-oro01e {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .spinbetter-oro01e {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .spinbetter-oro01e {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.spinbetter-aqyxxb {
  overflow: hidden;
}

.spinbetter-19zvzi img {
  background: var(--Neutral-300);
}

.spinbetter-bjgtr7 {
  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;
}

.spinbetter-76u401 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.spinbetter-76u401:hover {
  background: var(--button-bg-hover);
}

.spinbetter-d26g7l {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.spinbetter-d26g7l:hover {
  background: var(--button-bg-hover);
}

.spinbetter-8auop6 {
  font-size: 12px;
  line-height: 18px;
}

.spinbetter-7ev96e {
  font-size: 18px;
  line-height: 26px;
}

.spinbetter-3dvxlf {
  width: 100%;
}

.spinbetter-48vv27 {
  padding: 6px 16px;
}

.spinbetter-k4fsuz {
  padding: 10px 16px;
}

.spinbetter-0ioif7 {
  padding: 15px 26px;
}

.spinbetter-q0a88f {
  flex-shrink: 0;
}

.spinbetter-n4cyqd {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.spinbetter-dgn3b5 {
  display: none;
}

.spinbetter-41j9v4 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.spinbetter-lt3r23 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.spinbetter-xqvs3y {
  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;
}

.spinbetter-hy3hyc {
  cursor: grab;
}

.spinbetter-xqvs3y::-webkit-scrollbar {
  display: none;
}

.spinbetter-58e8r7 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.spinbetter-70y686 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.spinbetter-1519ek {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.spinbetter-me75kn {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.spinbetter-iyphqx {
  visibility: visible;
}

.spinbetter-b8jnsx {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.spinbetter-cyi3te ease;
}

.spinbetter-tpjnxp {
  background-color: var(--Primary-200);
  width: 16px;
}

.spinbetter-zyeurn {
  -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.spinbetter-cyi3te,
    mask-image 0.3s;
}

.spinbetter-zyeurn.spinbetter-c621m5 {
  -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;
  }
}

.spinbetter-qzq0m1: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;
}

.spinbetter-fcl5mw {
  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.spinbetter-lv6ovk.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.spinbetter-lv6ovk.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;
}

.spinbetter-lcyrh0 {
  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);
}

.spinbetter-lcyrh0::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%
  );
}

.spinbetter-4kqvdv {
  position: relative;
  z-index: 1;
}

.spinbetter-0oajul {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.spinbetter-2uc180 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.spinbetter-ocmty6 {
  font-size: 40px;
  line-height: 48px;
}

.spinbetter-1fe19a {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.spinbetter-t5ykmz {
  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;
}

.spinbetter-t5ykmz:hover {
  background: var(--Primary-400);
}

.spinbetter-t5ykmz svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.spinbetter-qzq0m1 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) {
  .spinbetter-lcyrh0 {
    max-width: 600px;
    padding: 64px;
  }

  .spinbetter-0oajul {
    font-size: 24px;
    line-height: 32px;
  }

  .spinbetter-2uc180 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .spinbetter-ocmty6 {
    font-size: 50px;
    line-height: 56px;
  }

  .spinbetter-1fe19a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .spinbetter-fcl5mw {
    top: 25px;
    right: 25px;
  }
}

.spinbetter-l0kacp,
.spinbetter-4diwig {
  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;
}

.spinbetter-7aszp0.spinbetter-zkayti::before,
.spinbetter-4diwig::before,
.spinbetter-89jyja::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.spinbetter-lv6ovk.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.spinbetter-obtxpm 14.spinbetter-p8ex30.spinbetter-yymfy2 14.spinbetter-jjdzpp 15.spinbetter-cqpn57 14.spinbetter-s6g39j 15.spinbetter-qoyjaq 14.spinbetter-d7fwzy.spinbetter-ghrvnj 14.spinbetter-atg9y9 19.spinbetter-s3x2cj 12.spinbetter-et8v8k 19.spinbetter-s3x2cj 10.spinbetter-oy4btz.spinbetter-s3x2cj 8.spinbetter-vncp9o 17.spinbetter-addt3w 7.spinbetter-6w5o7q 15.spinbetter-rjdpy1 7.spinbetter-lgtnqp.spinbetter-7mw1as 7.spinbetter-6w5o7q 11.spinbetter-z63nd2 8.spinbetter-vncp9o 11.spinbetter-z63nd2 10.spinbetter-asna72.spinbetter-z63nd2 12.spinbetter-z7qnya 13.spinbetter-p5kjwh 14.spinbetter-a1d3mm 15.spinbetter-ynenz2 14.spinbetter-d8unm4.spinbetter-4oykhb 14.spinbetter-4h4r08 15.spinbetter-b7a2lo 14.spinbetter-c2ygvg 15.spinbetter-ningk5 14.spinbetter-36udnd.spinbetter-obtxpm 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.spinbetter-66zggs 15.spinbetter-m1jloc.spinbetter-djf6ua 15.spinbetter-ctpjfa 15.spinbetter-61dlre 15.spinbetter-jzqcbr 15.spinbetter-lu402b 15.spinbetter-2zg06l.spinbetter-dvo3d6 15.spinbetter-jzqcbr 15.spinbetter-yf3z58 15.spinbetter-ldn214 15.spinbetter-ft7mp9 15.spinbetter-tz6rbs.spinbetter-8ixwl3 15.spinbetter-9hez6g 7.spinbetter-naym6y 18.spinbetter-i2l9t2 7.spinbetter-ntae8e 23.spinbetter-0xt6gi.spinbetter-bchbac.spinbetter-hh0d2o 18.spinbetter-royxa4 19.spinbetter-fik0mh 15.spinbetter-fu4wyd 15.spinbetter-66zggs 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.spinbetter-hyznst [type="submit"] *,
.spinbetter-ncaumj button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .spinbetter-jwhesh {
    display: none;
  }
}

.spinbetter-6p4bue {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .spinbetter-6p4bue {
  display: none;
}

@media (min-width: 768px) {
  .spinbetter-6p4bue {
    bottom: 22px;
  }
}

.spinbetter-6p4bue input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .spinbetter-6p4bue {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.spinbetter-a9f4cd.static) .spinbetter-6p4bue {
    bottom: 8px;
  }
}

.spinbetter-kw9w0f {
  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.spinbetter-lv6ovk.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.spinbetter-7kg3tr 3.spinbetter-y55rd2.spinbetter-1wwzam.spinbetter-8dxjhu 3.spinbetter-iw8p2d 3.spinbetter-a1m3q1 5.spinbetter-luuc6h 3.spinbetter-a1m3q1 8.spinbetter-c1nhc6.spinbetter-webkvk.spinbetter-a1m3q1 26.spinbetter-tvtpg0 5.spinbetter-474vk0 28.spinbetter-52yq8a 8.spinbetter-typ0cd 28.spinbetter-ifg99w.spinbetter-t6monm 28.spinbetter-h9rk3e.spinbetter-j203sf 34.spinbetter-6nxfh3.spinbetter-sra6zb 36.spinbetter-oqqk2q 11.spinbetter-mxeg9g 37.spinbetter-1pw6vf 12.spinbetter-mem538 36.spinbetter-owem4n.spinbetter-xm3e6h 28.spinbetter-odevqa.spinbetter-jeumaa.spinbetter-hr6860 28.spinbetter-inv263 36.spinbetter-0jyjrq 26.spinbetter-cpc52p 36.spinbetter-0jyjrq 23.spinbetter-313bit.spinbetter-x93krf.spinbetter-0jyjrq 5.spinbetter-aw0qro 34.spinbetter-nk3j3e 3.spinbetter-iw8p2d 31.spinbetter-7kg3tr 3.spinbetter-3t9kmu.spinbetter-mhm99p 18.spinbetter-0anfh2.spinbetter-oitohm 18.spinbetter-fcsnzl 8.spinbetter-fjesn4 17.spinbetter-wn7076 8.spinbetter-fjesn4 15.spinbetter-k8qfma.spinbetter-fjesn4 14.spinbetter-5t6t1e 9.spinbetter-oitohm 13.spinbetter-931f80 11.spinbetter-mhm99p 13.spinbetter-bv5ktz.spinbetter-ivwa50 13.spinbetter-931f80 13.spinbetter-boa90q 14.spinbetter-5t6t1e 13.spinbetter-boa90q 15.spinbetter-cwcumc.spinbetter-boa90q 17.spinbetter-wn7076 12.spinbetter-ivwa50 18.spinbetter-fcsnzl 11.spinbetter-mhm99p 18.spinbetter-pi1g2n.spinbetter-tyjwsq 18.spinbetter-0sncr8.spinbetter-i7lu6k 18.spinbetter-fcsnzl 17.spinbetter-pgzeth 17.spinbetter-wn7076 17.spinbetter-pgzeth 15.spinbetter-w0giqz.spinbetter-pgzeth 14.spinbetter-5t6t1e 18.spinbetter-i7lu6k 13.spinbetter-931f80 20.spinbetter-tyjwsq 13.spinbetter-kua69e.spinbetter-5cf2q7 13.spinbetter-931f80 22.spinbetter-gbhdp0 14.spinbetter-5t6t1e 22.spinbetter-gbhdp0 15.spinbetter-ntngne.spinbetter-y2uvrp 17.spinbetter-wn7076 21.spinbetter-5cf2q7 18.spinbetter-fcsnzl 20.spinbetter-tyjwsq 18.spinbetter-ia1ine.spinbetter-orfedm 18.spinbetter-gt94rr.spinbetter-ofyqco 18.spinbetter-fcsnzl 26.spinbetter-cc54iy 17.spinbetter-wn7076 26.spinbetter-cc54iy 15.spinbetter-ri2uo7.spinbetter-cc54iy 14.spinbetter-5t6t1e 27.spinbetter-ofyqco 13.spinbetter-931f80 28.spinbetter-orfedm 13.spinbetter-fzqud2.spinbetter-qegzpp 13.spinbetter-931f80 31.spinbetter-1cj8hn 14.spinbetter-5t6t1e 31.spinbetter-1cj8hn 15.spinbetter-yywqvu.spinbetter-cc54iy 17.spinbetter-wn7076 30.spinbetter-qegzpp 18.spinbetter-fcsnzl 28.spinbetter-orfedm 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"])
    .spinbetter-kw9w0f {
    display: none;
  }
}

.spinbetter-p7pa2d {
  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) {
  .spinbetter-p7pa2d {
    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;
}

.spinbetter-ncaumj {
  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) {
  .spinbetter-ncaumj {
    padding: 14px 16px;
  }
}

.spinbetter-ncaumj button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.spinbetter-ncaumj button:first-child {
  align-content: end;
}

.spinbetter-ncaumj button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .spinbetter-ncaumj
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .spinbetter-ncaumj
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.spinbetter-ncaumj button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.spinbetter-ncaumj button:last-child svg {
  width: 38px;
  height: 38px;
}

.spinbetter-89jyja {
  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;
}

.spinbetter-89jyja::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .spinbetter-89jyja,
.pc61d126-chatbot[data-active-screen="3"]
  .spinbetter-89jyja {
  opacity: 1;
  visibility: visible;
}

.spinbetter-85jlyz {
  flex: 1 1;
}

.spinbetter-t0tlas {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .spinbetter-t0tlas {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .spinbetter-nwfusx {
  display: block;
}

.spinbetter-r1ng57 {
  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) {
  .spinbetter-r1ng57 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.spinbetter-4diwig {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.spinbetter-4diwig::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.spinbetter-36vqmi span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.spinbetter-36vqmi p {
  color: var(--Text-100);
}

.spinbetter-4diwig .spinbetter-jod4ic {
  grid-area: button;
}

.spinbetter-4diwig .spinbetter-jod4ic::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.spinbetter-lv6ovk.org/2000/svg'%3E%3Cpath d='M4.spinbetter-3rdfs9 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.spinbetter-eiqmuy 15L16.spinbetter-eiqmuy 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.spinbetter-eiqmuy 5L16.spinbetter-eiqmuy 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .spinbetter-1gztl2 {
  display: block;
}

.spinbetter-m8nfg1 {
  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) {
  .spinbetter-m8nfg1 {
    margin-top: 40px;
  }
}

.spinbetter-l0kacp label,
.spinbetter-l0kacp input {
  display: block;
  width: 100%;
}

.spinbetter-l0kacp label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.spinbetter-l0kacp label.spinbetter-1dp7rr input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.spinbetter-l0kacp label.spinbetter-1dp7rr::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;
}

.spinbetter-l0kacp 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;
}

.spinbetter-l0kacp input::placeholder {
  color: var(--Text-400);
}

.spinbetter-bwdf48 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .spinbetter-bwdf48 {
  display: flex;
}

.spinbetter-bwdf48 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .spinbetter-bwdf48 ol {
    height: 420px;
    padding: 24px;
  }
}

.spinbetter-bwdf48 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.spinbetter-hyznst {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .spinbetter-hyznst {
    padding: 0 24px 24px;
  }
}

.spinbetter-hyznst 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;
}

.spinbetter-hyznst input::placeholder {
  color: var(--Text-400);
}

.spinbetter-hyznst [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.spinbetter-hyznst [type="submit"]:disabled {
  opacity: 0.5;
}

.spinbetter-hyznst [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .spinbetter-hyznst [type="submit"] {
    right: 40px;
  }
}

.spinbetter-7aszp0 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.spinbetter-7aszp0.spinbetter-zkayti {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.spinbetter-7aszp0.spinbetter-zkayti::before {
  content: "";
  width: 31px;
}

.spinbetter-7aszp0.spinbetter-zkayti p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.spinbetter-7aszp0.spinbetter-otuhqw p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.spinbetter-7aszp0 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.spinbetter-6p4bue .spinbetter-jod4ic {
  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;
  }
}

.spinbetter-jwhesh {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .spinbetter-jwhesh {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .spinbetter-jwhesh {
    padding: 18px 0;
  }
}

.spinbetter-jwhesh .spinbetter-oro01e {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .spinbetter-jwhesh .spinbetter-oro01e {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.spinbetter-oh20o8 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .spinbetter-oh20o8 {
    max-width: 160px;
    height: 40px;
  }
}

.spinbetter-oh20o8 picture,
.spinbetter-oh20o8 img {
  display: block;
  width: 100%;
  height: 100%;
}

.spinbetter-oh20o8 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .spinbetter-p6hdbn {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.spinbetter-cyi3te ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .spinbetter-jwhesh.spinbetter-indc69 .spinbetter-p6hdbn {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .spinbetter-p6hdbn {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .spinbetter-p6hdbn {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.spinbetter-pkkz0v,
.spinbetter-mpx3j7 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .spinbetter-pkkz0v,
  .spinbetter-mpx3j7 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .spinbetter-mpx3j7 {
    display: none;
  }
}

.spinbetter-92erxs {
  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;
}

.spinbetter-indc69 .spinbetter-92erxs {
  background: var(--fh-bg-color);
}

.spinbetter-92erxs button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .spinbetter-92erxs {
    display: none;
  }
}

.spinbetter-qt26ky {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .spinbetter-qt26ky {
    display: none;
  }
}

.spinbetter-xc3pi0 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.spinbetter-jwhesh.spinbetter-indc69 .spinbetter-xc3pi0:first-child {
  display: none;
}

.spinbetter-jwhesh.spinbetter-indc69 .spinbetter-xc3pi0:last-child {
  display: block;
}

.spinbetter-xc3pi0:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .spinbetter-xc3pi0 {
    display: none;
  }
}

.spinbetter-f2n0wi {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .spinbetter-f2n0wi {
    display: flex;
  }
}

.spinbetter-f2n0wi ul {
  max-height: 350px;
  overflow-y: auto;
}

.spinbetter-f2n0wi:hover ul {
  visibility: visible;
  opacity: 1;
}

.spinbetter-f2n0wi:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.spinbetter-f2n0wi:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.spinbetter-f2n0wi:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.spinbetter-f2n0wi:hover .spinbetter-ack3hr svg {
  transform: rotate(180deg);
}

.spinbetter-l7ayhg {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.spinbetter-69fzxf {
  padding: 0 8px;
}

.spinbetter-wnsvrm {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.spinbetter-wnsvrm:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .spinbetter-wnsvrm {
    padding: 4px 8px;
  }
}

.spinbetter-vetos3 {
  display: flex;
}

.spinbetter-vetos3 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.spinbetter-ack3hr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.spinbetter-ack3hr svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.spinbetter-4pkyi0 {
  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) {
  .spinbetter-4pkyi0 {
    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;
  }
}

.spinbetter-q6t0s2 {
  width: 100%;
}

@media (min-width: 1200px) {
  .spinbetter-q6t0s2 {
    display: none;
  }
}

.spinbetter-wiih2i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.spinbetter-n3aj49 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.spinbetter-a2eocf {
  display: flex;
}

.spinbetter-fdzq3i {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.spinbetter-ikskgk {
  list-style: none;
}

@media (max-width: 1199px) {
  .spinbetter-ikskgk {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .spinbetter-ikskgk {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .spinbetter-ikskgk .spinbetter-v3cird [data-ref-el],
  .spinbetter-ikskgk .spinbetter-v3cird span,
  .spinbetter-ikskgk .spinbetter-v3cird a {
    white-space: nowrap;
  }
}

.spinbetter-qv15n7 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .spinbetter-qv15n7.spinbetter-3gxjge > .spinbetter-v3cird {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .spinbetter-qv15n7.spinbetter-i72na9:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .spinbetter-qv15n7.spinbetter-3gxjge > .spinbetter-hyzpc0 {
    height: auto;
  }

  .spinbetter-qv15n7.spinbetter-3gxjge > div > .spinbetter-w3djcj {
    transform: rotate(180deg);
  }
}

.spinbetter-qv15n7 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.spinbetter-qv15n7 [data-ref-el],
.spinbetter-qv15n7 span {
  cursor: pointer;
}

.spinbetter-qv15n7 [data-ref-el],
.spinbetter-qv15n7 span,
.spinbetter-qv15n7 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .spinbetter-qv15n7 [data-ref-el],
  .spinbetter-qv15n7 span,
  .spinbetter-qv15n7 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .spinbetter-qv15n7 [data-ref-el],
  .spinbetter-qv15n7 span,
  .spinbetter-qv15n7 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.spinbetter-hyzpc0 {
  height: 0;
  overflow: hidden;
  transition: height 0.spinbetter-cyi3te ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.spinbetter-hyzpc0::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.spinbetter-hyzpc0::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.spinbetter-hyzpc0::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .spinbetter-hyzpc0 {
    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;
  }

  .spinbetter-hyzpc0:has(> .spinbetter-qv15n7.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .spinbetter-hyzpc0 .spinbetter-hyzpc0 {
    padding: 0;
  }

  .spinbetter-hyzpc0 .spinbetter-qv15n7 {
    font-weight: 400;
  }

  .spinbetter-hyzpc0 .spinbetter-qv15n7:hover > .spinbetter-v3cird {
    background: var(--Neutral-300);
  }

  .spinbetter-hyzpc0 .spinbetter-w3djcj {
    rotate: -90deg;
  }
}

.spinbetter-v3cird {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .spinbetter-v3cird {
    padding: 8px;
  }

  .spinbetter-qv15n7.spinbetter-ocuedy > .spinbetter-v3cird {
    background: var(--Neutral-300);
  }
}

.spinbetter-w3djcj {
  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.spinbetter-lv6ovk.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.spinbetter-e9hlza 0.spinbetter-fxbcf2.spinbetter-47uqz6 -0.spinbetter-sakttc 0.spinbetter-pkwued -0.spinbetter-sakttc 1.spinbetter-lpcl3m 0.spinbetter-6h02zj.spinbetter-pa2erk 4.spinbetter-l87si5.spinbetter-e9hlza 0.spinbetter-dj8fdf.spinbetter-zzhzoc -0.spinbetter-sakttc 9.spinbetter-fsim05 -0.spinbetter-sakttc 10.spinbetter-rb872l 0.spinbetter-0wktd0.spinbetter-2oohs3 0.spinbetter-47uqz6 10.spinbetter-2oohs3 0.spinbetter-pkwued 10.spinbetter-rb872l 1.spinbetter-qve65v.spinbetter-tlmn2p 5.spinbetter-i7og6z.spinbetter-0jm8c6 6.spinbetter-jauwpb 5.spinbetter-8zaiwo 6.spinbetter-jauwpb 4.spinbetter-5ahdcj 5.spinbetter-u0hjc9.spinbetter-e9hlza 1.spinbetter-hxoniz.spinbetter-sakttc 0.spinbetter-pkwued -0.spinbetter-sakttc 0.spinbetter-47uqz6 0.spinbetter-e9hlza 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.spinbetter-cyi3te ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .spinbetter-w3djcj {
    cursor: default;
  }
}

.spinbetter-lelpg9 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.spinbetter-n0wqpc {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .spinbetter-n0wqpc {
    padding: 40px 4px;
  }
}

.spinbetter-n5wrvk {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .spinbetter-n5wrvk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.spinbetter-0mk5z9 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .spinbetter-0mk5z9 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.spinbetter-0mk5z9 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.spinbetter-0mk5z9 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.spinbetter-0mk5z9 [data-ref-el],
.spinbetter-0mk5z9 span,
.spinbetter-0mk5z9 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.spinbetter-k8mkxp {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .spinbetter-k8mkxp {
    margin-bottom: 12px;
  }
}

.spinbetter-cwmvtw {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.spinbetter-cwmvtw img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .spinbetter-cwmvtw:last-child {
    margin-right: 0;
  }
}

.spinbetter-50yjpg {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.spinbetter-k8mkxp:hover .spinbetter-es2x66 {
  visibility: visible;
  opacity: 1;
}

.spinbetter-es2x66 {
  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);
}

.spinbetter-gtx9cd {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.spinbetter-lmg5sb {
  display: flex;
  margin: 6px;
}

.spinbetter-lmg5sb img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.spinbetter-es2x66::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);
}

.spinbetter-es2x66::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);
}

.spinbetter-4trtb6 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .spinbetter-4trtb6 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.spinbetter-4h6au7 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .spinbetter-4h6au7 {
    margin-right: 32px;
  }
}

.spinbetter-6s9p2d {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .spinbetter-6s9p2d {
    margin-top: 0;
    width: 340px;
  }
}

.spinbetter-6s9p2d a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.spinbetter-r5acys {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.spinbetter-ld4e4q {
  position: relative;
}

@media (min-width: 768px) {
  .spinbetter-ld4e4q {
    margin-top: 40px;
  }
}

.spinbetter-ld4e4q + .spinbetter-h7kggu,
.spinbetter-ld4e4q + .spinbetter-ld4e4q {
  margin-top: 24px;
}

.spinbetter-tlu8d2 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .spinbetter-tlu8d2 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .spinbetter-tlu8d2 {
    padding: 80px;
  }
}

.spinbetter-svr60o {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .spinbetter-svr60o {
    padding: 0 16px;
}


}

.spinbetter-og5wdm {
  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) {
  .spinbetter-og5wdm {
    font-size: 48px;
    line-height: 56px;
  }
}

.spinbetter-dc9pxj {
  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) {
  .spinbetter-dc9pxj {
    font-size: 24px;
    line-height: 32px;
  }
}

.spinbetter-z07ahe {
  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;
}

.spinbetter-z07ahe:hover {
  background: var(--button-bg-hover);
}

.spinbetter-csv2cc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.spinbetter-csv2cc img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .spinbetter-csv2cc img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .spinbetter-csv2cc img {
  min-height: 100%;
  }
}

.spinbetter-tlu8d2::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.spinbetter-22y4b6 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.spinbetter-22y4b6 h1,
.spinbetter-22y4b6 h2,
.spinbetter-22y4b6 h3,
.spinbetter-22y4b6 h4 {
  margin-bottom: 6px;
}

.spinbetter-22y4b6 h1:not(:first-child),
.spinbetter-22y4b6 h2:not(:first-child),
.spinbetter-22y4b6 h3:not(:first-child),
.spinbetter-22y4b6 h4:not(:first-child) {
  margin-top: 16px;
}

.spinbetter-22y4b6 h1,
.spinbetter-22y4b6 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .spinbetter-22y4b6 h1,
  .spinbetter-22y4b6 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.spinbetter-22y4b6 h2,
.spinbetter-22y4b6 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .spinbetter-22y4b6 h2,
  .spinbetter-22y4b6 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.spinbetter-22y4b6 h3,
.spinbetter-22y4b6 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .spinbetter-22y4b6 h3,
  .spinbetter-22y4b6 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.spinbetter-22y4b6 h4,
.spinbetter-22y4b6 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.spinbetter-22y4b6 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.spinbetter-22y4b6 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.spinbetter-22y4b6 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);
}

.spinbetter-22y4b6 ul ul {
  margin-bottom: 8px;
}

.spinbetter-22y4b6 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.spinbetter-22y4b6 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.spinbetter-22y4b6 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.spinbetter-22y4b6 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.spinbetter-22y4b6 ol li::marker {
  font-weight: 700;
}

.spinbetter-22y4b6 ol ol {
  margin-bottom: 8px;
}

.spinbetter-22y4b6 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.spinbetter-22y4b6 ol ul li {
  padding-left: 16px;
}

.spinbetter-22y4b6 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) {
  .spinbetter-22y4b6 table {
    padding: 24px;
  }
}

.spinbetter-22y4b6 table.spinbetter-6tns7g {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.spinbetter-cyi3te,
    mask-image 0.3s;
}

.spinbetter-22y4b6 table.spinbetter-6tns7g.spinbetter-c621m5 {
  -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) {
  .spinbetter-22y4b6 table {
    display: table;
  }
}

.spinbetter-22y4b6 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);
}

.spinbetter-22y4b6 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.spinbetter-22y4b6 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.spinbetter-22y4b6 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) {
  .spinbetter-22y4b6 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.spinbetter-22y4b6 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.spinbetter-22y4b6 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.spinbetter-22y4b6 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.spinbetter-22y4b6 img {
  max-width: 100%;
  height: auto;
}

.spinbetter-60f1og {
  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) {
  .spinbetter-60f1og {
    padding: 24px;
  }
}

.spinbetter-b1a421 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .spinbetter-b1a421 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.spinbetter-b1a421 > * {
  margin: 0 !important;
}

.spinbetter-b1a421 img,
.spinbetter-9g2hzx {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .spinbetter-b1a421 img,
  .spinbetter-9g2hzx {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.spinbetter-cbt0jv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .spinbetter-cbt0jv {
    width: 32px;
    height: 32px;
  }
}

.spinbetter-u9se4r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.spinbetter-u9se4r .spinbetter-mpgqdc {
  flex-shrink: 0;
}

.spinbetter-u9se4r .spinbetter-5887dk svg {
  display: none;
}

.spinbetter-edd0bh {
  display: grid;
  transition: max-height 0.spinbetter-cyi3te ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .spinbetter-edd0bh {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .spinbetter-edd0bh {
    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));
  }
}

.spinbetter-edd0bh.spinbetter-1k8630 + .spinbetter-mpgqdc svg {
  transform: rotate(180deg);
}

.spinbetter-zok5fx {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.spinbetter-zok5fx > div:nth-child(3n) {
  grid-column: span 2;
}

.spinbetter-zok5fx
  > div:nth-child(3n)
  .spinbetter-m6hswj
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .spinbetter-zok5fx {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .spinbetter-zok5fx > div:nth-child(3n) {
    grid-column: unset;
  }

  .spinbetter-zok5fx
    > div:nth-child(3n)
    .spinbetter-m6hswj
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .spinbetter-zok5fx {
    max-width: 270px;
  }
}

.spinbetter-zok5fx .spinbetter-m6hswj button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .spinbetter-zok5fx .spinbetter-m6hswj button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .spinbetter-zok5fx .spinbetter-m6hswj button {
    max-width: 104px;
  }
}

.spinbetter-7izsvu {
  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) {
  .spinbetter-7izsvu {
    margin-bottom: 0;
  }
}

.spinbetter-vw8i0w {
  display: none;
  opacity: 0;
}

.spinbetter-a2uwh8 {
  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;
  }
}

.spinbetter-a2uwh8 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.spinbetter-m6hswj {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.spinbetter-m6hswj button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .spinbetter-m6hswj
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .spinbetter-m6hswj
    button {
    max-width: 145px;
  }
}

.spinbetter-ibobsf:first-child
  .spinbetter-m6hswj
  button {
  max-width: 270px;
}

.spinbetter-2if3aq {
  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%;
}

.spinbetter-7izsvu picture {
  width: 100%;
  max-width: 100%;
}

.spinbetter-97ong9 {
  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;
}

.spinbetter-97ong9 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.spinbetter-7izsvu:hover .spinbetter-97ong9 {
  display: flex;
}

.spinbetter-n7aoxi {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.spinbetter-8as2ra {
  display: flex;
}

.spinbetter-8as2ra:hover .spinbetter-wzrbo7,
.spinbetter-8as2ra .spinbetter-ocuedy .spinbetter-wzrbo7 {
  display: flex;
}

.spinbetter-8as2ra svg {
  flex-shrink: 0;
}

.spinbetter-wzrbo7 {
  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) {
  .spinbetter-wzrbo7 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.spinbetter-wzrbo7:hover {
  display: flex;
}

.spinbetter-wzrbo7 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.spinbetter-1zcqh2 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .spinbetter-1zcqh2 {
    font-size: 12px;
  }
}

.spinbetter-0x8zdm,
.spinbetter-s7gvw1 {
  width: 50%;
  flex-shrink: 0;
}

.spinbetter-0x8zdm {
  font-weight: 700;
}

.spinbetter-apl6xe .spinbetter-edd0bh {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .spinbetter-apl6xe .spinbetter-edd0bh {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .spinbetter-apl6xe .spinbetter-edd0bh {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.spinbetter-apl6xe
  .spinbetter-2if3aq:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.spinbetter-apl6xe .spinbetter-a2uwh8 {
  height: 100% !important;
  border-radius: 16px;
}

.spinbetter-apl6xe .spinbetter-m6hswj {
  gap: 4px;
  align-items: center;
}

.spinbetter-apl6xe .spinbetter-m6hswj button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spinbetter-apl6xe .spinbetter-m6hswj svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.spinbetter-apl6xe .spinbetter-qacbcd,
.spinbetter-apl6xe .spinbetter-j5lgwg {
  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.spinbetter-lv6ovk.org/2000/svg'%3E%3Cpath d='M9.spinbetter-2p8jk7 4.spinbetter-qjyj6m.spinbetter-xnk37w 5.spinbetter-012x1n.spinbetter-j6itos 5.spinbetter-d4wz0h.spinbetter-cywo8y 5.spinbetter-t8ttv3.spinbetter-jmrcid 8.spinbetter-qd0zf3.spinbetter-kg6uu4 9.spinbetter-owbhwa.spinbetter-nlx2ge 9.spinbetter-61sllr.spinbetter-1d0sk7 13.spinbetter-fz88oy.spinbetter-zaiafu 11.spinbetter-lkuc5a.spinbetter-366zeu 11.spinbetter-dwnpet.spinbetter-spns9w 11.spinbetter-9yf0hm.spinbetter-2o8rlo 13.spinbetter-dp8074.spinbetter-5by5uf 9.spinbetter-i7wrps.spinbetter-rp5u97 9.spinbetter-grxqfi.spinbetter-91hacr 8.spinbetter-om1m1o.spinbetter-9eqdq7 5.spinbetter-sxj5gm.spinbetter-af2g79 5.spinbetter-9xcub5.spinbetter-dpgbzb 5.spinbetter-k28oga.spinbetter-gy2co1 4.spinbetter-e7rtdy.spinbetter-366zeu 1.spinbetter-vlcpp6.spinbetter-2p8jk7 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.spinbetter-apl6xe .spinbetter-qacbcd {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.spinbetter-apl6xe .spinbetter-j5lgwg {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.spinbetter-p1mmza {
  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) {
  .spinbetter-p1mmza {
    padding: 24px;
  }
}

.spinbetter-p1mmza .spinbetter-mpgqdc {
  display: flex;
}

@media (min-width: 768px) {
  .spinbetter-p1mmza .spinbetter-mpgqdc {
    display: none;
  }
}

.spinbetter-p1mmza .spinbetter-5887dk svg {
  display: none;
}

.spinbetter-0thh61 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.spinbetter-0thh61 .spinbetter-bjgtr7 {
  display: none;
}

@media (min-width: 768px) {
  .spinbetter-0thh61 .spinbetter-bjgtr7 {
    display: flex;
  }
}

.spinbetter-vfqrs7 {
  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) {
  .spinbetter-vfqrs7 {
    font-size: 40px;
    line-height: 48px;
  }
}

.spinbetter-vfqrs7 > * {
  margin: 0 !important;
}

.spinbetter-vfqrs7 img,
.spinbetter-0ms9h9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .spinbetter-vfqrs7 img,
  .spinbetter-0ms9h9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.spinbetter-hcgt4j {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .spinbetter-hcgt4j {
    width: 32px;
    height: 32px;
  }
}

.spinbetter-2t0scm {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .spinbetter-2t0scm {
    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;
  }

  .spinbetter-2t0scm::-webkit-scrollbar {
    display: none;
  }
}

.spinbetter-in0oty {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .spinbetter-in0oty {
    padding: 7px 15px;
  }
}

.spinbetter-in0oty:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.spinbetter-vtpjlv {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .spinbetter-vtpjlv {
    display: flex;
    opacity: 1;
  }
}

.spinbetter-in0oty picture {
  height: 100%;
  display: block;
}

.spinbetter-in0oty img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .spinbetter-in0oty img {
    width: 88px;
    height: 44px;
  }
}

.spinbetter-in0oty p {
  text-align: center;
  width: 100%;
}

.spinbetter-hs2bbp {
  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) {
  .spinbetter-hs2bbp {
    font-size: 40px;
    line-height: 48px;
  }
}

.spinbetter-hs2bbp img,
.spinbetter-z2ibki {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .spinbetter-hs2bbp img,
  .spinbetter-z2ibki {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.spinbetter-6cgpe7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .spinbetter-6cgpe7 {
    width: 32px;
    height: 32px;
  }
}

.spinbetter-r82a04 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.spinbetter-7vs836 {
  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;
}

.spinbetter-slh87y {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.spinbetter-slh87y.spinbetter-ocuedy {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.spinbetter-3nf0to {
  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) {
  .spinbetter-3nf0to {
    font-size: 20px;
    line-height: 28px;
  }
}

.spinbetter-jlv6yo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.spinbetter-7xf0qh {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.spinbetter-cyi3te ease;
  opacity: 0;
  color: var(--text-color);
}

.spinbetter-37kuvi {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.spinbetter-37kuvi ol,
.spinbetter-37kuvi ul {
  padding-left: 1.3em;
}

.spinbetter-slh87y.spinbetter-ocuedy .spinbetter-7xf0qh {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.spinbetter-slh87y.spinbetter-ocuedy .spinbetter-jlv6yo {
  transform: rotate(180deg);
  color: var(--text-color);
}

.spinbetter-6ttzb9 {
  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) {
  .spinbetter-6ttzb9 {
    padding: 24px;
  }
}

.spinbetter-6ttzb9 .spinbetter-mpgqdc {
  display: flex;
}

@media (min-width: 768px) {
  .spinbetter-6ttzb9 .spinbetter-mpgqdc {
    display: none;
  }
}

.spinbetter-6ttzb9 .spinbetter-5887dk svg {
  display: none;
}

.spinbetter-kbmqq1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spinbetter-kbmqq1 .spinbetter-bjgtr7 {
  display: none;
}

@media (min-width: 768px) {
  .spinbetter-kbmqq1 .spinbetter-bjgtr7 {
    display: flex;
  }
}

.spinbetter-5ux7f2 {
  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) {
  .spinbetter-5ux7f2 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.spinbetter-5ux7f2 > * {
  margin: 0 !important;
}

.spinbetter-5ux7f2 img,
.spinbetter-60ljx9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .spinbetter-5ux7f2 img,
  .spinbetter-60ljx9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.spinbetter-2hyyq7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .spinbetter-2hyyq7 {
    width: 32px;
    height: 32px;
  }
}

.spinbetter-2on2w7 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .spinbetter-2on2w7 {
    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;
  }

  .spinbetter-2on2w7::-webkit-scrollbar {
    display: none;
  }
}

.spinbetter-7g1b8l {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.spinbetter-7g1b8l:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.spinbetter-typb5s {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .spinbetter-typb5s {
    display: flex;
    opacity: 1;
  }
}

.spinbetter-7g1b8l picture {
  width: auto;
  height: 100%;
  display: block;
}

.spinbetter-7g1b8l picture img {
  display: block;
  width: auto;
  height: 100%;
}

.spinbetter-khkd0a {
  margin: -24px 0;
}

.spinbetter-khkd0a:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .spinbetter-khkd0a {
    margin: -16px 0;
  }
}

.spinbetter-gx9c0o {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .spinbetter-gx9c0o {
    flex-direction: row;
  }
}

.spinbetter-l96h6m {
  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) {
  .spinbetter-l96h6m {
    flex: 1;
  }
}

.spinbetter-l96h6m::placeholder {
  color: var(--Text-400);
}

.spinbetter-wr94cq {
  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;
}

.spinbetter-j6u208 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.spinbetter-j6u208::-webkit-scrollbar {
  display: none;
}

.spinbetter-hyja30 {
  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;
}

.spinbetter-hyja30 img,
.spinbetter-hyja30 svg {
  margin-right: 8px;
}

.spinbetter-lqsawm {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.spinbetter-khkd0a + .spinbetter-6axqh7 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .spinbetter-khkd0a + .spinbetter-6axqh7 {
    margin-top: -16px;
  }
}

.spinbetter-5upf4b {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.spinbetter-5upf4b > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.spinbetter-5upf4b > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.spinbetter-dst2lv {
  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;
}

.spinbetter-pnpdy3 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.spinbetter-kiyntf {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.spinbetter-s0un8p {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.spinbetter-ooc9d9 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.spinbetter-dst2lv 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;
}

.spinbetter-dst2lv 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) {
  .spinbetter-dst2lv {
    padding: 39px 179px 39px 39px;
  }

  .spinbetter-pnpdy3 {
    font-size: 40px;
    line-height: 48px;
  }

  .spinbetter-ooc9d9 {
    height: 348px;
  }

  .spinbetter-dst2lv button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .spinbetter-dst2lv button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .spinbetter-dst2lv {
    padding: 63px;
  }
}

.spinbetter-64jflt {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .spinbetter-64jflt {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.spinbetter-i3b04t {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .spinbetter-i3b04t {
    width: auto;
  }
}

.spinbetter-qlsp98 {
  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;
}

.spinbetter-qlsp98::-webkit-scrollbar {
  display: none;
}

.spinbetter-qlsp98 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);
}

.spinbetter-qlsp98 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .spinbetter-qlsp98 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.spinbetter-64jflt .spinbetter-egnw51 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.spinbetter-cyi3te,
    mask-image 0.3s;
}

.spinbetter-64jflt .spinbetter-egnw51.spinbetter-c621m5 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.spinbetter-mslt74 {
  margin: 40px -16px;
}

.spinbetter-0geuch + .spinbetter-h7kggu,
.spinbetter-0geuch + .spinbetter-ld4e4q {
  margin-top: 24px;
}

.spinbetter-evtuzs {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.spinbetter-evtuzs picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.spinbetter-cj54hk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .spinbetter-cj54hk {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .spinbetter-cj54hk {
    margin-top: 0;
  }
}

.spinbetter-r9fuzk {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .spinbetter-r9fuzk {
    font-size: 24px;
    line-height: 32px;
  }
}

.spinbetter-9u1lae {
  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) {
  .spinbetter-9u1lae {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.spinbetter-yg5l9a {
  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) {
  .spinbetter-yg5l9a {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.spinbetter-a9pxmh {
  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) {
  .spinbetter-a9pxmh {
    font-size: 20px;
    line-height: 28px;
  }
}

.spinbetter-6ju1ua {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .spinbetter-6ju1ua {
    font-size: 32px;
    line-height: 40px;
  }
}

.spinbetter-os7rqu {
  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;
}

.spinbetter-tymix0 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.spinbetter-tymix0 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.spinbetter-6axqh7 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.spinbetter-o1t2jb {
  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) {
  .spinbetter-o1t2jb {
    padding: 15px 48px;
  }
}

main > .spinbetter-6axqh7 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .spinbetter-edd0bh.spinbetter-i8ex5k > div:nth-child(n+5) {
    display: none;
  }
}

.spinbetter-22y4b6 p a img {
  display: block;
  margin: 0 auto;
}


.spinbetter-dirp66 {
  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 */
.spinbetter-dpgw54 {
  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;
}

.spinbetter-dpgw54 label {
  font-size: 14px;
}

.spinbetter-dpgw54 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.spinbetter-dpgw54 input,
.spinbetter-dpgw54 textarea,
.spinbetter-dpgw54 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;
}
.spinbetter-dpgw54 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.spinbetter-e3dgku ease;
}
.spinbetter-dpgw54 button:hover {
  background-color: var(--button-bg-hover);
}
.spinbetter-5ejp03 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.spinbetter-4z5wyr ease-in;
}

.spinbetter-5ejp03 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;
}
.spinbetter-mk5yal, .spinbetter-9husg7, [class*="review-card"],
thead, thead th, table th, .spinbetter-ni0sb3,
.spinbetter-1q3e5a, [class*="collapsible-header"],
.spinbetter-aipsr9, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
