* {
  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;
  }
}

.spinfred-2xjwla {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .spinfred-2xjwla {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .spinfred-2xjwla {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.spinfred-2kahaa {
  overflow: hidden;
}

.spinfred-clt506 img {
  background: var(--Neutral-300);
}

.spinfred-s0e2x5 {
  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;
}

.spinfred-851xeg {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.spinfred-851xeg:hover {
  background: var(--button-bg-hover);
}

.spinfred-pmah6b {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.spinfred-pmah6b:hover {
  background: var(--button-bg-hover);
}

.spinfred-2tvtsg {
  font-size: 12px;
  line-height: 18px;
}

.spinfred-9dgovy {
  font-size: 18px;
  line-height: 26px;
}

.spinfred-nwfvgy {
  width: 100%;
}

.spinfred-f05os6 {
  padding: 6px 16px;
}

.spinfred-n3lgtv {
  padding: 10px 16px;
}

.spinfred-qhk4zf {
  padding: 15px 26px;
}

.spinfred-nzlkoq {
  flex-shrink: 0;
}

.spinfred-y3ailu {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.spinfred-md1nqg {
  display: none;
}

.spinfred-xstd8f {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.spinfred-zgsa8s {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.spinfred-mtasgb {
  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;
}

.spinfred-sizqp8 {
  cursor: grab;
}

.spinfred-mtasgb::-webkit-scrollbar {
  display: none;
}

.spinfred-xh4xad {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.spinfred-q3g5ji {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.spinfred-d7rnuo {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.spinfred-gamjt1 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.spinfred-y2rj63 {
  visibility: visible;
}

.spinfred-kue7af {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.spinfred-msev69 ease;
}

.spinfred-76fod7 {
  background-color: var(--Primary-200);
  width: 16px;
}

.spinfred-l110ru {
  -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.spinfred-msev69,
    mask-image 0.3s;
}

.spinfred-l110ru.spinfred-4v8ing {
  -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;
  }
}

.spinfred-ndxm3b: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;
}

.spinfred-61ozy3 {
  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.spinfred-wm62rc.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.spinfred-wm62rc.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;
}

.spinfred-o8crkk {
  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);
}

.spinfred-o8crkk::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%
  );
}

.spinfred-m7g0zq {
  position: relative;
  z-index: 1;
}

.spinfred-3j8zmw {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.spinfred-gf6kqh {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.spinfred-94ok2u {
  font-size: 40px;
  line-height: 48px;
}

.spinfred-84fs9y {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.spinfred-8lckfr {
  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;
}

.spinfred-8lckfr:hover {
  background: var(--Primary-400);
}

.spinfred-8lckfr svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.spinfred-ndxm3b 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) {
  .spinfred-o8crkk {
    max-width: 600px;
    padding: 64px;
  }

  .spinfred-3j8zmw {
    font-size: 24px;
    line-height: 32px;
  }

  .spinfred-gf6kqh {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .spinfred-94ok2u {
    font-size: 50px;
    line-height: 56px;
  }

  .spinfred-84fs9y {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .spinfred-61ozy3 {
    top: 25px;
    right: 25px;
  }
}

.spinfred-rjt2pi,
.spinfred-njbx1d {
  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;
}

.spinfred-xze7zk.spinfred-xv09dy::before,
.spinfred-njbx1d::before,
.spinfred-uaos99::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.spinfred-wm62rc.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.spinfred-yj6r60 14.spinfred-wjs86n.spinfred-mpaw7q 14.spinfred-9ehjkw 15.spinfred-syxnit 14.spinfred-mijru5 15.spinfred-4fhwfh 14.spinfred-rplrbl.spinfred-g6w5yq 14.spinfred-jo1v0z 19.spinfred-jdi3uj 12.spinfred-fxnpur 19.spinfred-jdi3uj 10.spinfred-f8m0nh.spinfred-jdi3uj 8.spinfred-osz3f7 17.spinfred-k6shvu 7.spinfred-panqto 15.spinfred-yiivtq 7.spinfred-ccv4vv.spinfred-donhvl 7.spinfred-panqto 11.spinfred-8ddnce 8.spinfred-osz3f7 11.spinfred-8ddnce 10.spinfred-ylqfgk.spinfred-8ddnce 12.spinfred-9mpaoy 13.spinfred-h4g61g 14.spinfred-hsdwbn 15.spinfred-ktwcv3 14.spinfred-iriwx6.spinfred-xrfdst 14.spinfred-v4iima 15.spinfred-mr1660 14.spinfred-fc91ow 15.spinfred-3l6o5z 14.spinfred-76i346.spinfred-yj6r60 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.spinfred-rx8dk7 15.spinfred-7u2pgv.spinfred-cnf6mu 15.spinfred-ihwx66 15.spinfred-09yzqx 15.spinfred-sg4l78 15.spinfred-lyt4rs 15.spinfred-u851to.spinfred-uo6fit 15.spinfred-sg4l78 15.spinfred-40npgp 15.spinfred-e2oqrl 15.spinfred-k9vnv8 15.spinfred-eh2odt.spinfred-0hmvdb 15.spinfred-xrh15u 7.spinfred-aluulv 18.spinfred-6280gj 7.spinfred-1pgsj5 23.spinfred-iec93a.spinfred-b7cdbv.spinfred-4quyxp 18.spinfred-oe6pf7 19.spinfred-nz0a42 15.spinfred-p03j1h 15.spinfred-rx8dk7 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.spinfred-3l5w7c [type="submit"] *,
.spinfred-avwzgc button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .spinfred-e0gesx {
    display: none;
  }
}

.spinfred-j1a1uv {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .spinfred-j1a1uv {
  display: none;
}

@media (min-width: 768px) {
  .spinfred-j1a1uv {
    bottom: 22px;
  }
}

.spinfred-j1a1uv input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .spinfred-j1a1uv {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.spinfred-tgif79.static) .spinfred-j1a1uv {
    bottom: 8px;
  }
}

.spinfred-r7hj28 {
  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.spinfred-wm62rc.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.spinfred-fwb2mt 3.spinfred-c70b3a.spinfred-kxzhnu.spinfred-8u8brj 3.spinfred-8019cd 3.spinfred-n4wpz0 5.spinfred-f0mk4u 3.spinfred-n4wpz0 8.spinfred-gvdtgj.spinfred-7kibrl.spinfred-n4wpz0 26.spinfred-uicdsu 5.spinfred-9stov5 28.spinfred-zogt7u 8.spinfred-ips54t 28.spinfred-zsuium.spinfred-a2i5j2 28.spinfred-y5ejba.spinfred-y944c0 34.spinfred-pk9rbs.spinfred-kjk7sx 36.spinfred-x7yyhu 11.spinfred-de3v1b 37.spinfred-4znzc3 12.spinfred-qmaj44 36.spinfred-gisf05.spinfred-leezlo 28.spinfred-0z6bln.spinfred-ykdqfj.spinfred-jewli6 28.spinfred-scbtzh 36.spinfred-rig62f 26.spinfred-us5brv 36.spinfred-rig62f 23.spinfred-bk6wm9.spinfred-b8utcf.spinfred-rig62f 5.spinfred-479kwr 34.spinfred-bb7u1k 3.spinfred-8019cd 31.spinfred-fwb2mt 3.spinfred-u3nfxb.spinfred-afx31u 18.spinfred-gyah23.spinfred-znfw7d 18.spinfred-k5gun8 8.spinfred-xx3jm8 17.spinfred-o1emye 8.spinfred-xx3jm8 15.spinfred-pyqgwn.spinfred-xx3jm8 14.spinfred-o7tpiq 9.spinfred-znfw7d 13.spinfred-nturp5 11.spinfred-afx31u 13.spinfred-zxfnug.spinfred-joeinz 13.spinfred-nturp5 13.spinfred-2826q1 14.spinfred-o7tpiq 13.spinfred-2826q1 15.spinfred-g10sfw.spinfred-2826q1 17.spinfred-o1emye 12.spinfred-joeinz 18.spinfred-k5gun8 11.spinfred-afx31u 18.spinfred-cd27e3.spinfred-i99jh2 18.spinfred-h35dio.spinfred-w96sd4 18.spinfred-k5gun8 17.spinfred-31x1ks 17.spinfred-o1emye 17.spinfred-31x1ks 15.spinfred-erj7od.spinfred-31x1ks 14.spinfred-o7tpiq 18.spinfred-w96sd4 13.spinfred-nturp5 20.spinfred-i99jh2 13.spinfred-7221to.spinfred-c7ixod 13.spinfred-nturp5 22.spinfred-hf2uud 14.spinfred-o7tpiq 22.spinfred-hf2uud 15.spinfred-z2lljl.spinfred-xb1pd8 17.spinfred-o1emye 21.spinfred-c7ixod 18.spinfred-k5gun8 20.spinfred-i99jh2 18.spinfred-ompovo.spinfred-b1kvri 18.spinfred-mz28zq.spinfred-y5u2b4 18.spinfred-k5gun8 26.spinfred-ts3xu1 17.spinfred-o1emye 26.spinfred-ts3xu1 15.spinfred-1menlw.spinfred-ts3xu1 14.spinfred-o7tpiq 27.spinfred-y5u2b4 13.spinfred-nturp5 28.spinfred-b1kvri 13.spinfred-vd3lud.spinfred-a20i5d 13.spinfred-nturp5 31.spinfred-n2x62h 14.spinfred-o7tpiq 31.spinfred-n2x62h 15.spinfred-djiz1x.spinfred-ts3xu1 17.spinfred-o1emye 30.spinfred-a20i5d 18.spinfred-k5gun8 28.spinfred-b1kvri 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"])
    .spinfred-r7hj28 {
    display: none;
  }
}

.spinfred-u6akoi {
  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) {
  .spinfred-u6akoi {
    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;
}

.spinfred-avwzgc {
  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) {
  .spinfred-avwzgc {
    padding: 14px 16px;
  }
}

.spinfred-avwzgc button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.spinfred-avwzgc button:first-child {
  align-content: end;
}

.spinfred-avwzgc button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .spinfred-avwzgc
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .spinfred-avwzgc
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.spinfred-avwzgc button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.spinfred-avwzgc button:last-child svg {
  width: 38px;
  height: 38px;
}

.spinfred-uaos99 {
  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;
}

.spinfred-uaos99::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .spinfred-uaos99,
.pc61d126-chatbot[data-active-screen="3"]
  .spinfred-uaos99 {
  opacity: 1;
  visibility: visible;
}

.spinfred-fzx6lh {
  flex: 1 1;
}

.spinfred-5b6pd4 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .spinfred-5b6pd4 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .spinfred-j748sr {
  display: block;
}

.spinfred-0m4c9l {
  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) {
  .spinfred-0m4c9l {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.spinfred-njbx1d {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.spinfred-njbx1d::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.spinfred-htbru2 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.spinfred-htbru2 p {
  color: var(--Text-100);
}

.spinfred-njbx1d .spinfred-9w7cbj {
  grid-area: button;
}

.spinfred-njbx1d .spinfred-9w7cbj::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.spinfred-wm62rc.org/2000/svg'%3E%3Cpath d='M4.spinfred-sf4zxv 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.spinfred-o4e4ik 15L16.spinfred-o4e4ik 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.spinfred-o4e4ik 5L16.spinfred-o4e4ik 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .spinfred-phdx0j {
  display: block;
}

.spinfred-6ni1cj {
  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) {
  .spinfred-6ni1cj {
    margin-top: 40px;
  }
}

.spinfred-rjt2pi label,
.spinfred-rjt2pi input {
  display: block;
  width: 100%;
}

.spinfred-rjt2pi label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.spinfred-rjt2pi label.spinfred-ggoyqs input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.spinfred-rjt2pi label.spinfred-ggoyqs::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;
}

.spinfred-rjt2pi 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;
}

.spinfred-rjt2pi input::placeholder {
  color: var(--Text-400);
}

.spinfred-ptnavl {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .spinfred-ptnavl {
  display: flex;
}

.spinfred-ptnavl ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .spinfred-ptnavl ol {
    height: 420px;
    padding: 24px;
  }
}

.spinfred-ptnavl ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.spinfred-3l5w7c {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .spinfred-3l5w7c {
    padding: 0 24px 24px;
  }
}

.spinfred-3l5w7c 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;
}

.spinfred-3l5w7c input::placeholder {
  color: var(--Text-400);
}

.spinfred-3l5w7c [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.spinfred-3l5w7c [type="submit"]:disabled {
  opacity: 0.5;
}

.spinfred-3l5w7c [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .spinfred-3l5w7c [type="submit"] {
    right: 40px;
  }
}

.spinfred-xze7zk {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.spinfred-xze7zk.spinfred-xv09dy {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.spinfred-xze7zk.spinfred-xv09dy::before {
  content: "";
  width: 31px;
}

.spinfred-xze7zk.spinfred-xv09dy p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.spinfred-xze7zk.spinfred-df9f4c p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.spinfred-xze7zk p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.spinfred-j1a1uv .spinfred-9w7cbj {
  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;
  }
}

.spinfred-e0gesx {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .spinfred-e0gesx {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .spinfred-e0gesx {
    padding: 18px 0;
  }
}

.spinfred-e0gesx .spinfred-2xjwla {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .spinfred-e0gesx .spinfred-2xjwla {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.spinfred-dniw3c {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .spinfred-dniw3c {
    max-width: 160px;
    height: 40px;
  }
}

.spinfred-dniw3c picture,
.spinfred-dniw3c img {
  display: block;
  width: 100%;
  height: 100%;
}

.spinfred-dniw3c img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .spinfred-jqxizp {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.spinfred-msev69 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .spinfred-e0gesx.spinfred-4mw0l9 .spinfred-jqxizp {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .spinfred-jqxizp {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .spinfred-jqxizp {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.spinfred-89lr7z,
.spinfred-dglwuo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .spinfred-89lr7z,
  .spinfred-dglwuo {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .spinfred-dglwuo {
    display: none;
  }
}

.spinfred-drfv89 {
  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;
}

.spinfred-4mw0l9 .spinfred-drfv89 {
  background: var(--fh-bg-color);
}

.spinfred-drfv89 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .spinfred-drfv89 {
    display: none;
  }
}

.spinfred-758bj9 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .spinfred-758bj9 {
    display: none;
  }
}

.spinfred-gpe3da {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.spinfred-e0gesx.spinfred-4mw0l9 .spinfred-gpe3da:first-child {
  display: none;
}

.spinfred-e0gesx.spinfred-4mw0l9 .spinfred-gpe3da:last-child {
  display: block;
}

.spinfred-gpe3da:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .spinfred-gpe3da {
    display: none;
  }
}

.spinfred-phasx0 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .spinfred-phasx0 {
    display: flex;
  }
}

.spinfred-phasx0 ul {
  max-height: 350px;
  overflow-y: auto;
}

.spinfred-phasx0:hover ul {
  visibility: visible;
  opacity: 1;
}

.spinfred-phasx0:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.spinfred-phasx0:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.spinfred-phasx0:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.spinfred-phasx0:hover .spinfred-b4sel0 svg {
  transform: rotate(180deg);
}

.spinfred-5gc1cz {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.spinfred-utfv8o {
  padding: 0 8px;
}

.spinfred-i9t2ms {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.spinfred-i9t2ms:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .spinfred-i9t2ms {
    padding: 4px 8px;
  }
}

.spinfred-wuww8l {
  display: flex;
}

.spinfred-wuww8l img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.spinfred-b4sel0 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.spinfred-b4sel0 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.spinfred-k74bfl {
  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) {
  .spinfred-k74bfl {
    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;
  }
}

.spinfred-91969i {
  width: 100%;
}

@media (min-width: 1200px) {
  .spinfred-91969i {
    display: none;
  }
}

.spinfred-wz5abd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.spinfred-0x6x1w {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.spinfred-9e814j {
  display: flex;
}

.spinfred-fh3mk9 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.spinfred-hgxv52 {
  list-style: none;
}

@media (max-width: 1199px) {
  .spinfred-hgxv52 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .spinfred-hgxv52 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .spinfred-hgxv52 .spinfred-1lo8s4 [data-ref-el],
  .spinfred-hgxv52 .spinfred-1lo8s4 span,
  .spinfred-hgxv52 .spinfred-1lo8s4 a {
    white-space: nowrap;
  }
}

.spinfred-chrhka {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .spinfred-chrhka.spinfred-4zieow > .spinfred-1lo8s4 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .spinfred-chrhka.spinfred-7t7uog:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .spinfred-chrhka.spinfred-4zieow > .spinfred-23r5rp {
    height: auto;
  }

  .spinfred-chrhka.spinfred-4zieow > div > .spinfred-bxa6gg {
    transform: rotate(180deg);
  }
}

.spinfred-chrhka [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.spinfred-chrhka [data-ref-el],
.spinfred-chrhka span {
  cursor: pointer;
}

.spinfred-chrhka [data-ref-el],
.spinfred-chrhka span,
.spinfred-chrhka a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .spinfred-chrhka [data-ref-el],
  .spinfred-chrhka span,
  .spinfred-chrhka a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .spinfred-chrhka [data-ref-el],
  .spinfred-chrhka span,
  .spinfred-chrhka a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.spinfred-23r5rp {
  height: 0;
  overflow: hidden;
  transition: height 0.spinfred-msev69 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.spinfred-23r5rp::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.spinfred-23r5rp::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.spinfred-23r5rp::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .spinfred-23r5rp {
    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;
  }

  .spinfred-23r5rp:has(> .spinfred-chrhka.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .spinfred-23r5rp .spinfred-23r5rp {
    padding: 0;
  }

  .spinfred-23r5rp .spinfred-chrhka {
    font-weight: 400;
  }

  .spinfred-23r5rp .spinfred-chrhka:hover > .spinfred-1lo8s4 {
    background: var(--Neutral-300);
  }

  .spinfred-23r5rp .spinfred-bxa6gg {
    rotate: -90deg;
  }
}

.spinfred-1lo8s4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .spinfred-1lo8s4 {
    padding: 8px;
  }

  .spinfred-chrhka.spinfred-jjaccm > .spinfred-1lo8s4 {
    background: var(--Neutral-300);
  }
}

.spinfred-bxa6gg {
  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.spinfred-wm62rc.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.spinfred-7779wo 0.spinfred-4upgh2.spinfred-jaiap9 -0.spinfred-9wpi72 0.spinfred-8vvykr -0.spinfred-9wpi72 1.spinfred-k065hj 0.spinfred-u6zmkb.spinfred-g3k26q 4.spinfred-088h3v.spinfred-7779wo 0.spinfred-03r0um.spinfred-yqyw63 -0.spinfred-9wpi72 9.spinfred-o78a68 -0.spinfred-9wpi72 10.spinfred-uy5wws 0.spinfred-ydc9yk.spinfred-elh1vc 0.spinfred-jaiap9 10.spinfred-elh1vc 0.spinfred-8vvykr 10.spinfred-uy5wws 1.spinfred-xok6sg.spinfred-1bkl5g 5.spinfred-8440yn.spinfred-n40lp5 6.spinfred-dqs3fj 5.spinfred-44kqy4 6.spinfred-dqs3fj 4.spinfred-wb7577 5.spinfred-9w5oye.spinfred-7779wo 1.spinfred-qdmyqc.spinfred-9wpi72 0.spinfred-8vvykr -0.spinfred-9wpi72 0.spinfred-jaiap9 0.spinfred-7779wo 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.spinfred-msev69 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .spinfred-bxa6gg {
    cursor: default;
  }
}

.spinfred-bjaqyb {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.spinfred-bytvsm {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .spinfred-bytvsm {
    padding: 40px 4px;
  }
}

.spinfred-1w1yju {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .spinfred-1w1yju {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.spinfred-599xd8 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .spinfred-599xd8 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.spinfred-599xd8 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.spinfred-599xd8 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.spinfred-599xd8 [data-ref-el],
.spinfred-599xd8 span,
.spinfred-599xd8 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.spinfred-kghofn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .spinfred-kghofn {
    margin-bottom: 12px;
  }
}

.spinfred-8so1wc {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.spinfred-8so1wc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .spinfred-8so1wc:last-child {
    margin-right: 0;
  }
}

.spinfred-2qwtbu {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.spinfred-kghofn:hover .spinfred-2v02t0 {
  visibility: visible;
  opacity: 1;
}

.spinfred-2v02t0 {
  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);
}

.spinfred-s2xngn {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.spinfred-r9o5y8 {
  display: flex;
  margin: 6px;
}

.spinfred-r9o5y8 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.spinfred-2v02t0::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);
}

.spinfred-2v02t0::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);
}

.spinfred-ih2dh9 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .spinfred-ih2dh9 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.spinfred-xjqw1z {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .spinfred-xjqw1z {
    margin-right: 32px;
  }
}

.spinfred-p97mzt {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .spinfred-p97mzt {
    margin-top: 0;
    width: 340px;
  }
}

.spinfred-p97mzt a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.spinfred-15v4el {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.spinfred-fbqhql {
  position: relative;
}

@media (min-width: 768px) {
  .spinfred-fbqhql {
    margin-top: 40px;
  }
}

.spinfred-fbqhql + .spinfred-eek64q,
.spinfred-fbqhql + .spinfred-fbqhql {
  margin-top: 24px;
}

.spinfred-eb3z43 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .spinfred-eb3z43 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .spinfred-eb3z43 {
    padding: 80px;
  }
}

.spinfred-c5aq3q {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .spinfred-c5aq3q {
    padding: 0 16px;
}


}

.spinfred-5nzs1e {
  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) {
  .spinfred-5nzs1e {
    font-size: 48px;
    line-height: 56px;
  }
}

.spinfred-9hpupj {
  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) {
  .spinfred-9hpupj {
    font-size: 24px;
    line-height: 32px;
  }
}

.spinfred-zjs47l {
  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;
}

.spinfred-zjs47l:hover {
  background: var(--button-bg-hover);
}

.spinfred-ixex9n {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.spinfred-ixex9n img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .spinfred-ixex9n img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .spinfred-ixex9n img {
  min-height: 100%;
  }
}

.spinfred-eb3z43::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.spinfred-5likpv {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.spinfred-5likpv h1,
.spinfred-5likpv h2,
.spinfred-5likpv h3,
.spinfred-5likpv h4 {
  margin-bottom: 6px;
}

.spinfred-5likpv h1:not(:first-child),
.spinfred-5likpv h2:not(:first-child),
.spinfred-5likpv h3:not(:first-child),
.spinfred-5likpv h4:not(:first-child) {
  margin-top: 16px;
}

.spinfred-5likpv h1,
.spinfred-5likpv h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .spinfred-5likpv h1,
  .spinfred-5likpv h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.spinfred-5likpv h2,
.spinfred-5likpv h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .spinfred-5likpv h2,
  .spinfred-5likpv h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.spinfred-5likpv h3,
.spinfred-5likpv h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .spinfred-5likpv h3,
  .spinfred-5likpv h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.spinfred-5likpv h4,
.spinfred-5likpv h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.spinfred-5likpv ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.spinfred-5likpv ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.spinfred-5likpv 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);
}

.spinfred-5likpv ul ul {
  margin-bottom: 8px;
}

.spinfred-5likpv ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.spinfred-5likpv ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.spinfred-5likpv ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.spinfred-5likpv ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.spinfred-5likpv ol li::marker {
  font-weight: 700;
}

.spinfred-5likpv ol ol {
  margin-bottom: 8px;
}

.spinfred-5likpv ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.spinfred-5likpv ol ul li {
  padding-left: 16px;
}

.spinfred-5likpv 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) {
  .spinfred-5likpv table {
    padding: 24px;
  }
}

.spinfred-5likpv table.spinfred-uzt7ah {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.spinfred-msev69,
    mask-image 0.3s;
}

.spinfred-5likpv table.spinfred-uzt7ah.spinfred-4v8ing {
  -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) {
  .spinfred-5likpv table {
    display: table;
  }
}

.spinfred-5likpv 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);
}

.spinfred-5likpv table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.spinfred-5likpv table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.spinfred-5likpv 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) {
  .spinfred-5likpv table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.spinfred-5likpv table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.spinfred-5likpv table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.spinfred-5likpv table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.spinfred-5likpv img {
  max-width: 100%;
  height: auto;
}

.spinfred-1nuq32 {
  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) {
  .spinfred-1nuq32 {
    padding: 24px;
  }
}

.spinfred-fc51u6 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .spinfred-fc51u6 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.spinfred-fc51u6 > * {
  margin: 0 !important;
}

.spinfred-fc51u6 img,
.spinfred-jx01zv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .spinfred-fc51u6 img,
  .spinfred-jx01zv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.spinfred-wj82r5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .spinfred-wj82r5 {
    width: 32px;
    height: 32px;
  }
}

.spinfred-ocewuv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.spinfred-ocewuv .spinfred-ja8x7w {
  flex-shrink: 0;
}

.spinfred-ocewuv .spinfred-gvsd1a svg {
  display: none;
}

.spinfred-kta415 {
  display: grid;
  transition: max-height 0.spinfred-msev69 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .spinfred-kta415 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .spinfred-kta415 {
    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));
  }
}

.spinfred-kta415.spinfred-51degp + .spinfred-ja8x7w svg {
  transform: rotate(180deg);
}

.spinfred-wt9htq {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.spinfred-wt9htq > div:nth-child(3n) {
  grid-column: span 2;
}

.spinfred-wt9htq
  > div:nth-child(3n)
  .spinfred-blz128
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .spinfred-wt9htq {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .spinfred-wt9htq > div:nth-child(3n) {
    grid-column: unset;
  }

  .spinfred-wt9htq
    > div:nth-child(3n)
    .spinfred-blz128
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .spinfred-wt9htq {
    max-width: 270px;
  }
}

.spinfred-wt9htq .spinfred-blz128 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .spinfred-wt9htq .spinfred-blz128 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .spinfred-wt9htq .spinfred-blz128 button {
    max-width: 104px;
  }
}

.spinfred-n9lmui {
  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) {
  .spinfred-n9lmui {
    margin-bottom: 0;
  }
}

.spinfred-pkeia1 {
  display: none;
  opacity: 0;
}

.spinfred-arria5 {
  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;
  }
}

.spinfred-arria5 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.spinfred-blz128 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.spinfred-blz128 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .spinfred-blz128
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .spinfred-blz128
    button {
    max-width: 145px;
  }
}

.spinfred-d5flty:first-child
  .spinfred-blz128
  button {
  max-width: 270px;
}

.spinfred-j8k0ni {
  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%;
}

.spinfred-n9lmui picture {
  width: 100%;
  max-width: 100%;
}

.spinfred-dnzvw7 {
  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;
}

.spinfred-dnzvw7 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.spinfred-n9lmui:hover .spinfred-dnzvw7 {
  display: flex;
}

.spinfred-rthvy9 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.spinfred-xuefgb {
  display: flex;
}

.spinfred-xuefgb:hover .spinfred-w8yfd5,
.spinfred-xuefgb .spinfred-jjaccm .spinfred-w8yfd5 {
  display: flex;
}

.spinfred-xuefgb svg {
  flex-shrink: 0;
}

.spinfred-w8yfd5 {
  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) {
  .spinfred-w8yfd5 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.spinfred-w8yfd5:hover {
  display: flex;
}

.spinfred-w8yfd5 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.spinfred-7x9g7m {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .spinfred-7x9g7m {
    font-size: 12px;
  }
}

.spinfred-a1wqqf,
.spinfred-927zao {
  width: 50%;
  flex-shrink: 0;
}

.spinfred-a1wqqf {
  font-weight: 700;
}

.spinfred-3v6xvu .spinfred-kta415 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .spinfred-3v6xvu .spinfred-kta415 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .spinfred-3v6xvu .spinfred-kta415 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.spinfred-3v6xvu
  .spinfred-j8k0ni:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.spinfred-3v6xvu .spinfred-arria5 {
  height: 100% !important;
  border-radius: 16px;
}

.spinfred-3v6xvu .spinfred-blz128 {
  gap: 4px;
  align-items: center;
}

.spinfred-3v6xvu .spinfred-blz128 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spinfred-3v6xvu .spinfred-blz128 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.spinfred-3v6xvu .spinfred-hrnfmi,
.spinfred-3v6xvu .spinfred-iq8nj4 {
  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.spinfred-wm62rc.org/2000/svg'%3E%3Cpath d='M9.spinfred-45x5bn 4.spinfred-ftz9c4.spinfred-2etj05 5.spinfred-6g2u67.spinfred-n1qlvz 5.spinfred-ggf55i.spinfred-oo0jyr 5.spinfred-jzlk85.spinfred-ipfsa6 8.spinfred-lao0s4.spinfred-a0y6od 9.spinfred-1uaxov.spinfred-4qz6t1 9.spinfred-6rcrqo.spinfred-xqqf0c 13.spinfred-tdiom8.spinfred-1s2gov 11.spinfred-h036fo.spinfred-r7qk93 11.spinfred-fqgg69.spinfred-xikg4h 11.spinfred-bvi020.spinfred-spem91 13.spinfred-6taphm.spinfred-v8j5sc 9.spinfred-yf5t4z.spinfred-7o67wt 9.spinfred-wuo0z0.spinfred-jrctoa 8.spinfred-hzm6uz.spinfred-2giqda 5.spinfred-co016u.spinfred-zivox3 5.spinfred-46kdms.spinfred-iwt5ft 5.spinfred-oja2yg.spinfred-9aypb4 4.spinfred-jo0j7f.spinfred-r7qk93 1.spinfred-puxm9r.spinfred-45x5bn 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.spinfred-3v6xvu .spinfred-hrnfmi {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.spinfred-3v6xvu .spinfred-iq8nj4 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.spinfred-nni2kw {
  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) {
  .spinfred-nni2kw {
    padding: 24px;
  }
}

.spinfred-nni2kw .spinfred-ja8x7w {
  display: flex;
}

@media (min-width: 768px) {
  .spinfred-nni2kw .spinfred-ja8x7w {
    display: none;
  }
}

.spinfred-nni2kw .spinfred-gvsd1a svg {
  display: none;
}

.spinfred-ykots4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.spinfred-ykots4 .spinfred-s0e2x5 {
  display: none;
}

@media (min-width: 768px) {
  .spinfred-ykots4 .spinfred-s0e2x5 {
    display: flex;
  }
}

.spinfred-m6agmt {
  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) {
  .spinfred-m6agmt {
    font-size: 40px;
    line-height: 48px;
  }
}

.spinfred-m6agmt > * {
  margin: 0 !important;
}

.spinfred-m6agmt img,
.spinfred-81qe6a {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .spinfred-m6agmt img,
  .spinfred-81qe6a {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.spinfred-be5sxp {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .spinfred-be5sxp {
    width: 32px;
    height: 32px;
  }
}

.spinfred-e6rh09 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .spinfred-e6rh09 {
    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;
  }

  .spinfred-e6rh09::-webkit-scrollbar {
    display: none;
  }
}

.spinfred-o16idt {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .spinfred-o16idt {
    padding: 7px 15px;
  }
}

.spinfred-o16idt:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.spinfred-wj818q {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .spinfred-wj818q {
    display: flex;
    opacity: 1;
  }
}

.spinfred-o16idt picture {
  height: 100%;
  display: block;
}

.spinfred-o16idt img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .spinfred-o16idt img {
    width: 88px;
    height: 44px;
  }
}

.spinfred-o16idt p {
  text-align: center;
  width: 100%;
}

.spinfred-hthrns {
  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) {
  .spinfred-hthrns {
    font-size: 40px;
    line-height: 48px;
  }
}

.spinfred-hthrns img,
.spinfred-449p6x {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .spinfred-hthrns img,
  .spinfred-449p6x {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.spinfred-spc6pa {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .spinfred-spc6pa {
    width: 32px;
    height: 32px;
  }
}

.spinfred-48y6by {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.spinfred-jw8r2s {
  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;
}

.spinfred-8n139i {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.spinfred-8n139i.spinfred-jjaccm {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.spinfred-wyb2do {
  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) {
  .spinfred-wyb2do {
    font-size: 20px;
    line-height: 28px;
  }
}

.spinfred-z9ok7b {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.spinfred-dt3rx6 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.spinfred-msev69 ease;
  opacity: 0;
  color: var(--text-color);
}

.spinfred-0ywqju {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.spinfred-0ywqju ol,
.spinfred-0ywqju ul {
  padding-left: 1.3em;
}

.spinfred-8n139i.spinfred-jjaccm .spinfred-dt3rx6 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.spinfred-8n139i.spinfred-jjaccm .spinfred-z9ok7b {
  transform: rotate(180deg);
  color: var(--text-color);
}

.spinfred-myzjbh {
  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) {
  .spinfred-myzjbh {
    padding: 24px;
  }
}

.spinfred-myzjbh .spinfred-ja8x7w {
  display: flex;
}

@media (min-width: 768px) {
  .spinfred-myzjbh .spinfred-ja8x7w {
    display: none;
  }
}

.spinfred-myzjbh .spinfred-gvsd1a svg {
  display: none;
}

.spinfred-wr5mvf {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spinfred-wr5mvf .spinfred-s0e2x5 {
  display: none;
}

@media (min-width: 768px) {
  .spinfred-wr5mvf .spinfred-s0e2x5 {
    display: flex;
  }
}

.spinfred-t09xco {
  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) {
  .spinfred-t09xco {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.spinfred-t09xco > * {
  margin: 0 !important;
}

.spinfred-t09xco img,
.spinfred-c1b7vg {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .spinfred-t09xco img,
  .spinfred-c1b7vg {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.spinfred-bdwtjd {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .spinfred-bdwtjd {
    width: 32px;
    height: 32px;
  }
}

.spinfred-qc7j68 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .spinfred-qc7j68 {
    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;
  }

  .spinfred-qc7j68::-webkit-scrollbar {
    display: none;
  }
}

.spinfred-2lnqp6 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.spinfred-2lnqp6:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.spinfred-pw9vcf {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .spinfred-pw9vcf {
    display: flex;
    opacity: 1;
  }
}

.spinfred-2lnqp6 picture {
  width: auto;
  height: 100%;
  display: block;
}

.spinfred-2lnqp6 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.spinfred-apxxiu {
  margin: -24px 0;
}

.spinfred-apxxiu:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .spinfred-apxxiu {
    margin: -16px 0;
  }
}

.spinfred-akn6ch {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .spinfred-akn6ch {
    flex-direction: row;
  }
}

.spinfred-4ka965 {
  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) {
  .spinfred-4ka965 {
    flex: 1;
  }
}

.spinfred-4ka965::placeholder {
  color: var(--Text-400);
}

.spinfred-cfb8w0 {
  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;
}

.spinfred-lo6ksi {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.spinfred-lo6ksi::-webkit-scrollbar {
  display: none;
}

.spinfred-r909da {
  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;
}

.spinfred-r909da img,
.spinfred-r909da svg {
  margin-right: 8px;
}

.spinfred-iyu4p0 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.spinfred-apxxiu + .spinfred-6n3rl5 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .spinfred-apxxiu + .spinfred-6n3rl5 {
    margin-top: -16px;
  }
}

.spinfred-0019zf {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.spinfred-0019zf > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.spinfred-0019zf > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.spinfred-hqi6wo {
  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;
}

.spinfred-zkujhr {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.spinfred-nnhx3b {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.spinfred-hsokrl {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.spinfred-hd4va7 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.spinfred-hqi6wo 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;
}

.spinfred-hqi6wo 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) {
  .spinfred-hqi6wo {
    padding: 39px 179px 39px 39px;
  }

  .spinfred-zkujhr {
    font-size: 40px;
    line-height: 48px;
  }

  .spinfred-hd4va7 {
    height: 348px;
  }

  .spinfred-hqi6wo button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .spinfred-hqi6wo button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .spinfred-hqi6wo {
    padding: 63px;
  }
}

.spinfred-aagwt0 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .spinfred-aagwt0 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.spinfred-pd1em2 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .spinfred-pd1em2 {
    width: auto;
  }
}

.spinfred-vl3i1p {
  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;
}

.spinfred-vl3i1p::-webkit-scrollbar {
  display: none;
}

.spinfred-vl3i1p 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);
}

.spinfred-vl3i1p a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .spinfred-vl3i1p {
    margin-left: 16px;
    margin-top: 0;
  }
}

.spinfred-aagwt0 .spinfred-mbz20s {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.spinfred-msev69,
    mask-image 0.3s;
}

.spinfred-aagwt0 .spinfred-mbz20s.spinfred-4v8ing {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.spinfred-3i9511 {
  margin: 40px -16px;
}

.spinfred-6p2lii + .spinfred-eek64q,
.spinfred-6p2lii + .spinfred-fbqhql {
  margin-top: 24px;
}

.spinfred-hebxl4 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.spinfred-hebxl4 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.spinfred-5vanr7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .spinfred-5vanr7 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .spinfred-5vanr7 {
    margin-top: 0;
  }
}

.spinfred-qxover {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .spinfred-qxover {
    font-size: 24px;
    line-height: 32px;
  }
}

.spinfred-e9yr2g {
  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) {
  .spinfred-e9yr2g {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.spinfred-r1i9to {
  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) {
  .spinfred-r1i9to {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.spinfred-aujhnb {
  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) {
  .spinfred-aujhnb {
    font-size: 20px;
    line-height: 28px;
  }
}

.spinfred-8372zp {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .spinfred-8372zp {
    font-size: 32px;
    line-height: 40px;
  }
}

.spinfred-zsveae {
  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;
}

.spinfred-bbnge6 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.spinfred-bbnge6 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.spinfred-6n3rl5 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.spinfred-2uh6qm {
  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) {
  .spinfred-2uh6qm {
    padding: 15px 48px;
  }
}

main > .spinfred-6n3rl5 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .spinfred-kta415.spinfred-p2asgc > div:nth-child(n+5) {
    display: none;
  }
}

.spinfred-5likpv p a img {
  display: block;
  margin: 0 auto;
}


.spinfred-pshmd3 {
  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 */
.spinfred-i26ctf {
  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;
}

.spinfred-i26ctf label {
  font-size: 14px;
}

.spinfred-i26ctf h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.spinfred-i26ctf input,
.spinfred-i26ctf textarea,
.spinfred-i26ctf 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;
}
.spinfred-i26ctf button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.spinfred-9m0ol4 ease;
}
.spinfred-i26ctf button:hover {
  background-color: var(--button-bg-hover);
}
.spinfred-mi90xv {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.spinfred-gnh4as ease-in;
}

.spinfred-mi90xv 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;
}
.spinfred-mykij8, .spinfred-s6if5v, [class*="review-card"],
thead, thead th, table th, .spinfred-4di2ps,
.spinfred-95i2yk, [class*="collapsible-header"],
.spinfred-uo3isl, [class*="updated-block"] {
  color: #ece7dc !important;
}
