* {
  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;
  }
}

.redspin-xmzope {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .redspin-xmzope {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .redspin-xmzope {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.redspin-f4za5y {
  overflow: hidden;
}

.redspin-s8a2pn img {
  background: var(--Neutral-300);
}

.redspin-f91297 {
  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;
}

.redspin-yaz652 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.redspin-yaz652:hover {
  background: var(--button-bg-hover);
}

.redspin-m3m1rf {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.redspin-m3m1rf:hover {
  background: var(--button-bg-hover);
}

.redspin-cfecgv {
  font-size: 12px;
  line-height: 18px;
}

.redspin-yu93ud {
  font-size: 18px;
  line-height: 26px;
}

.redspin-mrl04r {
  width: 100%;
}

.redspin-2hxa5d {
  padding: 6px 16px;
}

.redspin-aevszz {
  padding: 10px 16px;
}

.redspin-ezsibv {
  padding: 15px 26px;
}

.redspin-omvw3j {
  flex-shrink: 0;
}

.redspin-kcrz50 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.redspin-geye2a {
  display: none;
}

.redspin-3dx4dx {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.redspin-juejb5 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.redspin-a5gqs7 {
  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;
}

.redspin-59w9ya {
  cursor: grab;
}

.redspin-a5gqs7::-webkit-scrollbar {
  display: none;
}

.redspin-rkb07p {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.redspin-3vxmjh {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.redspin-qwa3u7 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.redspin-zls93a {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.redspin-xaw1dy {
  visibility: visible;
}

.redspin-bozh0n {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.redspin-zl00xd ease;
}

.redspin-0ti79h {
  background-color: var(--Primary-200);
  width: 16px;
}

.redspin-e8564z {
  -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.redspin-zl00xd,
    mask-image 0.3s;
}

.redspin-e8564z.redspin-4zp6q3 {
  -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;
  }
}

.redspin-bb4gx7: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;
}

.redspin-znh177 {
  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.redspin-eq3rwp.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.redspin-eq3rwp.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;
}

.redspin-oyhbk2 {
  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);
}

.redspin-oyhbk2::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%
  );
}

.redspin-52bksb {
  position: relative;
  z-index: 1;
}

.redspin-rwtl1h {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.redspin-2lqe00 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.redspin-jr6zfw {
  font-size: 40px;
  line-height: 48px;
}

.redspin-ixx6lp {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.redspin-3f1y33 {
  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;
}

.redspin-3f1y33:hover {
  background: var(--Primary-400);
}

.redspin-3f1y33 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.redspin-bb4gx7 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) {
  .redspin-oyhbk2 {
    max-width: 600px;
    padding: 64px;
  }

  .redspin-rwtl1h {
    font-size: 24px;
    line-height: 32px;
  }

  .redspin-2lqe00 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .redspin-jr6zfw {
    font-size: 50px;
    line-height: 56px;
  }

  .redspin-ixx6lp {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .redspin-znh177 {
    top: 25px;
    right: 25px;
  }
}

.redspin-1pbmco,
.redspin-gvi234 {
  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;
}

.redspin-p6xx9b.redspin-wtvh7f::before,
.redspin-gvi234::before,
.redspin-x0lfjh::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.redspin-eq3rwp.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.redspin-ljn4p6 14.redspin-x6optq.redspin-koi4mz 14.redspin-chn932 15.redspin-yiwgfl 14.redspin-a87d70 15.redspin-z15ox9 14.redspin-1xd8xz.redspin-llys9d 14.redspin-3kp0ts 19.redspin-h6obxk 12.redspin-b7zkk0 19.redspin-h6obxk 10.redspin-0dwdk6.redspin-h6obxk 8.redspin-3vap2y 17.redspin-thxl0x 7.redspin-qaejb9 15.redspin-arwc6r 7.redspin-s9fogo.redspin-bazobp 7.redspin-qaejb9 11.redspin-as7jwo 8.redspin-3vap2y 11.redspin-as7jwo 10.redspin-iouafh.redspin-as7jwo 12.redspin-q1blsr 13.redspin-coq032 14.redspin-tyxd51 15.redspin-cqzlom 14.redspin-wtcjag.redspin-jmyh82 14.redspin-hky581 15.redspin-b3f3jc 14.redspin-t477mn 15.redspin-o8glq3 14.redspin-8vnu4q.redspin-ljn4p6 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.redspin-1xcdhh 15.redspin-ce0gms.redspin-937134 15.redspin-x7mmh3 15.redspin-8j4g1k 15.redspin-mmor8y 15.redspin-mv77s8 15.redspin-co6lyw.redspin-73qad6 15.redspin-mmor8y 15.redspin-ksmsp0 15.redspin-bunqng 15.redspin-e3q5hi 15.redspin-g26pei.redspin-k7zeu1 15.redspin-oqzldu 7.redspin-022ff4 18.redspin-bsl7t1 7.redspin-fzqb6s 23.redspin-lnuhgu.redspin-nnuzub.redspin-snano4 18.redspin-ylzvmj 19.redspin-qh2y1q 15.redspin-8wyynw 15.redspin-1xcdhh 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.redspin-8kna3v [type="submit"] *,
.redspin-tawbxu button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .redspin-7hcd87 {
    display: none;
  }
}

.redspin-fyh0uh {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .redspin-fyh0uh {
  display: none;
}

@media (min-width: 768px) {
  .redspin-fyh0uh {
    bottom: 22px;
  }
}

.redspin-fyh0uh input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .redspin-fyh0uh {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.redspin-s76yma.static) .redspin-fyh0uh {
    bottom: 8px;
  }
}

.redspin-wjs53m {
  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.redspin-eq3rwp.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.redspin-w6gxiz 3.redspin-cfrbz2.redspin-aut8ne.redspin-p1qf0q 3.redspin-37dpu6 3.redspin-9yv3c2 5.redspin-k1te4r 3.redspin-9yv3c2 8.redspin-y3psgy.redspin-qoept3.redspin-9yv3c2 26.redspin-xkr2sk 5.redspin-6y7v10 28.redspin-ad24tt 8.redspin-eo5imn 28.redspin-r5cmsp.redspin-9uvrxf 28.redspin-37xtzi.redspin-odqgeo 34.redspin-lpbswy.redspin-9mp8o8 36.redspin-pki5et 11.redspin-7mh7kg 37.redspin-df5977 12.redspin-dxkrdk 36.redspin-p2mjaz.redspin-fawh0m 28.redspin-yh0rkw.redspin-1bj2p9.redspin-gkkciu 28.redspin-p2s4ze 36.redspin-fn2r73 26.redspin-eop45j 36.redspin-fn2r73 23.redspin-22m4o9.redspin-j5k64w.redspin-fn2r73 5.redspin-5y2f8r 34.redspin-lngklt 3.redspin-37dpu6 31.redspin-w6gxiz 3.redspin-wpempw.redspin-7n21pp 18.redspin-4t0b37.redspin-4xiniy 18.redspin-zvvbk7 8.redspin-sf8mwz 17.redspin-w98ul7 8.redspin-sf8mwz 15.redspin-wwjzni.redspin-sf8mwz 14.redspin-7qak8g 9.redspin-4xiniy 13.redspin-klni5l 11.redspin-7n21pp 13.redspin-xihely.redspin-21q89e 13.redspin-klni5l 13.redspin-72nmsw 14.redspin-7qak8g 13.redspin-72nmsw 15.redspin-9gl2jj.redspin-72nmsw 17.redspin-w98ul7 12.redspin-21q89e 18.redspin-zvvbk7 11.redspin-7n21pp 18.redspin-oc8z7k.redspin-wimwrc 18.redspin-tvrr0a.redspin-coxhzn 18.redspin-zvvbk7 17.redspin-jy4xbn 17.redspin-w98ul7 17.redspin-jy4xbn 15.redspin-kyhv4c.redspin-jy4xbn 14.redspin-7qak8g 18.redspin-coxhzn 13.redspin-klni5l 20.redspin-wimwrc 13.redspin-p8sur6.redspin-ne0mwg 13.redspin-klni5l 22.redspin-zjb6zj 14.redspin-7qak8g 22.redspin-zjb6zj 15.redspin-289ie2.redspin-it2wef 17.redspin-w98ul7 21.redspin-ne0mwg 18.redspin-zvvbk7 20.redspin-wimwrc 18.redspin-kk888c.redspin-fe4ma4 18.redspin-bp2a0j.redspin-qz8tzx 18.redspin-zvvbk7 26.redspin-lgkgkq 17.redspin-w98ul7 26.redspin-lgkgkq 15.redspin-pm41la.redspin-lgkgkq 14.redspin-7qak8g 27.redspin-qz8tzx 13.redspin-klni5l 28.redspin-fe4ma4 13.redspin-4my7na.redspin-gex6ig 13.redspin-klni5l 31.redspin-7ed5vp 14.redspin-7qak8g 31.redspin-7ed5vp 15.redspin-gte6ss.redspin-lgkgkq 17.redspin-w98ul7 30.redspin-gex6ig 18.redspin-zvvbk7 28.redspin-fe4ma4 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"])
    .redspin-wjs53m {
    display: none;
  }
}

.redspin-fixy23 {
  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) {
  .redspin-fixy23 {
    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;
}

.redspin-tawbxu {
  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) {
  .redspin-tawbxu {
    padding: 14px 16px;
  }
}

.redspin-tawbxu button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.redspin-tawbxu button:first-child {
  align-content: end;
}

.redspin-tawbxu button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .redspin-tawbxu
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .redspin-tawbxu
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.redspin-tawbxu button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.redspin-tawbxu button:last-child svg {
  width: 38px;
  height: 38px;
}

.redspin-x0lfjh {
  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;
}

.redspin-x0lfjh::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .redspin-x0lfjh,
.pc61d126-chatbot[data-active-screen="3"]
  .redspin-x0lfjh {
  opacity: 1;
  visibility: visible;
}

.redspin-yped9o {
  flex: 1 1;
}

.redspin-cxl2if {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .redspin-cxl2if {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .redspin-l57zy2 {
  display: block;
}

.redspin-qbw41x {
  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) {
  .redspin-qbw41x {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.redspin-gvi234 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.redspin-gvi234::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.redspin-q44vql span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.redspin-q44vql p {
  color: var(--Text-100);
}

.redspin-gvi234 .redspin-4air38 {
  grid-area: button;
}

.redspin-gvi234 .redspin-4air38::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.redspin-eq3rwp.org/2000/svg'%3E%3Cpath d='M4.redspin-6pkgew 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.redspin-sn8fxq 15L16.redspin-sn8fxq 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.redspin-sn8fxq 5L16.redspin-sn8fxq 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .redspin-ie3k5d {
  display: block;
}

.redspin-geqc9c {
  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) {
  .redspin-geqc9c {
    margin-top: 40px;
  }
}

.redspin-1pbmco label,
.redspin-1pbmco input {
  display: block;
  width: 100%;
}

.redspin-1pbmco label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.redspin-1pbmco label.redspin-kvfn2i input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.redspin-1pbmco label.redspin-kvfn2i::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;
}

.redspin-1pbmco 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;
}

.redspin-1pbmco input::placeholder {
  color: var(--Text-400);
}

.redspin-kl98ls {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .redspin-kl98ls {
  display: flex;
}

.redspin-kl98ls ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .redspin-kl98ls ol {
    height: 420px;
    padding: 24px;
  }
}

.redspin-kl98ls ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.redspin-8kna3v {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .redspin-8kna3v {
    padding: 0 24px 24px;
  }
}

.redspin-8kna3v 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;
}

.redspin-8kna3v input::placeholder {
  color: var(--Text-400);
}

.redspin-8kna3v [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.redspin-8kna3v [type="submit"]:disabled {
  opacity: 0.5;
}

.redspin-8kna3v [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .redspin-8kna3v [type="submit"] {
    right: 40px;
  }
}

.redspin-p6xx9b {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.redspin-p6xx9b.redspin-wtvh7f {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.redspin-p6xx9b.redspin-wtvh7f::before {
  content: "";
  width: 31px;
}

.redspin-p6xx9b.redspin-wtvh7f p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.redspin-p6xx9b.redspin-qwcg04 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.redspin-p6xx9b p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.redspin-fyh0uh .redspin-4air38 {
  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;
  }
}

.redspin-7hcd87 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .redspin-7hcd87 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .redspin-7hcd87 {
    padding: 18px 0;
  }
}

.redspin-7hcd87 .redspin-xmzope {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .redspin-7hcd87 .redspin-xmzope {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.redspin-fekb5y {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .redspin-fekb5y {
    max-width: 160px;
    height: 40px;
  }
}

.redspin-fekb5y picture,
.redspin-fekb5y img {
  display: block;
  width: 100%;
  height: 100%;
}

.redspin-fekb5y img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .redspin-7ds1go {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.redspin-zl00xd ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .redspin-7hcd87.redspin-dhtxqw .redspin-7ds1go {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .redspin-7ds1go {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .redspin-7ds1go {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.redspin-yl09tp,
.redspin-12ngp9 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .redspin-yl09tp,
  .redspin-12ngp9 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .redspin-12ngp9 {
    display: none;
  }
}

.redspin-601vs0 {
  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;
}

.redspin-dhtxqw .redspin-601vs0 {
  background: var(--fh-bg-color);
}

.redspin-601vs0 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .redspin-601vs0 {
    display: none;
  }
}

.redspin-5svex5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .redspin-5svex5 {
    display: none;
  }
}

.redspin-txjxav {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.redspin-7hcd87.redspin-dhtxqw .redspin-txjxav:first-child {
  display: none;
}

.redspin-7hcd87.redspin-dhtxqw .redspin-txjxav:last-child {
  display: block;
}

.redspin-txjxav:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .redspin-txjxav {
    display: none;
  }
}

.redspin-y61mke {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .redspin-y61mke {
    display: flex;
  }
}

.redspin-y61mke ul {
  max-height: 350px;
  overflow-y: auto;
}

.redspin-y61mke:hover ul {
  visibility: visible;
  opacity: 1;
}

.redspin-y61mke:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.redspin-y61mke:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.redspin-y61mke:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.redspin-y61mke:hover .redspin-8joetw svg {
  transform: rotate(180deg);
}

.redspin-9u7ovf {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.redspin-wxieer {
  padding: 0 8px;
}

.redspin-zrd81m {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.redspin-zrd81m:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .redspin-zrd81m {
    padding: 4px 8px;
  }
}

.redspin-4ew1v2 {
  display: flex;
}

.redspin-4ew1v2 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.redspin-8joetw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.redspin-8joetw svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.redspin-cy8cg9 {
  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) {
  .redspin-cy8cg9 {
    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;
  }
}

.redspin-qodeo2 {
  width: 100%;
}

@media (min-width: 1200px) {
  .redspin-qodeo2 {
    display: none;
  }
}

.redspin-p3xp83 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.redspin-dm0dqz {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.redspin-hy88y3 {
  display: flex;
}

.redspin-7ki4k5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.redspin-1w0yro {
  list-style: none;
}

@media (max-width: 1199px) {
  .redspin-1w0yro {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .redspin-1w0yro {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .redspin-1w0yro .redspin-yqe9wg [data-ref-el],
  .redspin-1w0yro .redspin-yqe9wg span,
  .redspin-1w0yro .redspin-yqe9wg a {
    white-space: nowrap;
  }
}

.redspin-yf3r70 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .redspin-yf3r70.redspin-nwktwk > .redspin-yqe9wg {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .redspin-yf3r70.redspin-sqbqy2:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .redspin-yf3r70.redspin-nwktwk > .redspin-vqu9h8 {
    height: auto;
  }

  .redspin-yf3r70.redspin-nwktwk > div > .redspin-kzm14s {
    transform: rotate(180deg);
  }
}

.redspin-yf3r70 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.redspin-yf3r70 [data-ref-el],
.redspin-yf3r70 span {
  cursor: pointer;
}

.redspin-yf3r70 [data-ref-el],
.redspin-yf3r70 span,
.redspin-yf3r70 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .redspin-yf3r70 [data-ref-el],
  .redspin-yf3r70 span,
  .redspin-yf3r70 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .redspin-yf3r70 [data-ref-el],
  .redspin-yf3r70 span,
  .redspin-yf3r70 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.redspin-vqu9h8 {
  height: 0;
  overflow: hidden;
  transition: height 0.redspin-zl00xd ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.redspin-vqu9h8::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.redspin-vqu9h8::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.redspin-vqu9h8::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .redspin-vqu9h8 {
    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;
  }

  .redspin-vqu9h8:has(> .redspin-yf3r70.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .redspin-vqu9h8 .redspin-vqu9h8 {
    padding: 0;
  }

  .redspin-vqu9h8 .redspin-yf3r70 {
    font-weight: 400;
  }

  .redspin-vqu9h8 .redspin-yf3r70:hover > .redspin-yqe9wg {
    background: var(--Neutral-300);
  }

  .redspin-vqu9h8 .redspin-kzm14s {
    rotate: -90deg;
  }
}

.redspin-yqe9wg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .redspin-yqe9wg {
    padding: 8px;
  }

  .redspin-yf3r70.redspin-lfjan7 > .redspin-yqe9wg {
    background: var(--Neutral-300);
  }
}

.redspin-kzm14s {
  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.redspin-eq3rwp.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.redspin-dorxjd 0.redspin-1w1m4s.redspin-rwbhko -0.redspin-a3or4e 0.redspin-ta79f4 -0.redspin-a3or4e 1.redspin-59dqka 0.redspin-e3bf2n.redspin-7ylkke 4.redspin-wvqj8e.redspin-dorxjd 0.redspin-wrtyh1.redspin-limzmq -0.redspin-a3or4e 9.redspin-5ux7dq -0.redspin-a3or4e 10.redspin-1j0b5i 0.redspin-oc8zy8.redspin-b4qlgd 0.redspin-rwbhko 10.redspin-b4qlgd 0.redspin-ta79f4 10.redspin-1j0b5i 1.redspin-p4whc6.redspin-xagrtk 5.redspin-pxyj6a.redspin-77bf4r 6.redspin-p3knto 5.redspin-stvncu 6.redspin-p3knto 4.redspin-mz1bvi 5.redspin-xzwej8.redspin-dorxjd 1.redspin-50deqs.redspin-a3or4e 0.redspin-ta79f4 -0.redspin-a3or4e 0.redspin-rwbhko 0.redspin-dorxjd 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.redspin-zl00xd ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .redspin-kzm14s {
    cursor: default;
  }
}

.redspin-cnugxr {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.redspin-25kzqb {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .redspin-25kzqb {
    padding: 40px 4px;
  }
}

.redspin-ytbtdm {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .redspin-ytbtdm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.redspin-m0m1gm {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .redspin-m0m1gm {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.redspin-m0m1gm ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.redspin-m0m1gm [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.redspin-m0m1gm [data-ref-el],
.redspin-m0m1gm span,
.redspin-m0m1gm a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.redspin-sfavlw {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .redspin-sfavlw {
    margin-bottom: 12px;
  }
}

.redspin-r9aqf8 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.redspin-r9aqf8 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .redspin-r9aqf8:last-child {
    margin-right: 0;
  }
}

.redspin-ratysi {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.redspin-sfavlw:hover .redspin-bx2d8u {
  visibility: visible;
  opacity: 1;
}

.redspin-bx2d8u {
  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);
}

.redspin-l79wwg {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.redspin-ki44se {
  display: flex;
  margin: 6px;
}

.redspin-ki44se img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.redspin-bx2d8u::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);
}

.redspin-bx2d8u::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);
}

.redspin-pzunq5 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .redspin-pzunq5 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.redspin-6g2v8t {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .redspin-6g2v8t {
    margin-right: 32px;
  }
}

.redspin-txa7qw {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .redspin-txa7qw {
    margin-top: 0;
    width: 340px;
  }
}

.redspin-txa7qw a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.redspin-hox0am {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.redspin-gcvdy3 {
  position: relative;
}

@media (min-width: 768px) {
  .redspin-gcvdy3 {
    margin-top: 40px;
  }
}

.redspin-gcvdy3 + .redspin-ythoa9,
.redspin-gcvdy3 + .redspin-gcvdy3 {
  margin-top: 24px;
}

.redspin-w6xbu0 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .redspin-w6xbu0 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .redspin-w6xbu0 {
    padding: 80px;
  }
}

.redspin-ikpwy2 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .redspin-ikpwy2 {
    padding: 0 16px;
}


}

.redspin-l5hnii {
  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) {
  .redspin-l5hnii {
    font-size: 48px;
    line-height: 56px;
  }
}

.redspin-2dvfet {
  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) {
  .redspin-2dvfet {
    font-size: 24px;
    line-height: 32px;
  }
}

.redspin-1j1jyu {
  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;
}

.redspin-1j1jyu:hover {
  background: var(--button-bg-hover);
}

.redspin-5ymv79 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.redspin-5ymv79 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .redspin-5ymv79 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .redspin-5ymv79 img {
  min-height: 100%;
  }
}

.redspin-w6xbu0::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.redspin-avjf9j {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.redspin-avjf9j h1,
.redspin-avjf9j h2,
.redspin-avjf9j h3,
.redspin-avjf9j h4 {
  margin-bottom: 6px;
}

.redspin-avjf9j h1:not(:first-child),
.redspin-avjf9j h2:not(:first-child),
.redspin-avjf9j h3:not(:first-child),
.redspin-avjf9j h4:not(:first-child) {
  margin-top: 16px;
}

.redspin-avjf9j h1,
.redspin-avjf9j h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .redspin-avjf9j h1,
  .redspin-avjf9j h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.redspin-avjf9j h2,
.redspin-avjf9j h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .redspin-avjf9j h2,
  .redspin-avjf9j h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.redspin-avjf9j h3,
.redspin-avjf9j h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .redspin-avjf9j h3,
  .redspin-avjf9j h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.redspin-avjf9j h4,
.redspin-avjf9j h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.redspin-avjf9j ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.redspin-avjf9j ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.redspin-avjf9j 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);
}

.redspin-avjf9j ul ul {
  margin-bottom: 8px;
}

.redspin-avjf9j ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.redspin-avjf9j ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.redspin-avjf9j ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.redspin-avjf9j ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.redspin-avjf9j ol li::marker {
  font-weight: 700;
}

.redspin-avjf9j ol ol {
  margin-bottom: 8px;
}

.redspin-avjf9j ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.redspin-avjf9j ol ul li {
  padding-left: 16px;
}

.redspin-avjf9j 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) {
  .redspin-avjf9j table {
    padding: 24px;
  }
}

.redspin-avjf9j table.redspin-35wx4d {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.redspin-zl00xd,
    mask-image 0.3s;
}

.redspin-avjf9j table.redspin-35wx4d.redspin-4zp6q3 {
  -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) {
  .redspin-avjf9j table {
    display: table;
  }
}

.redspin-avjf9j 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);
}

.redspin-avjf9j table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.redspin-avjf9j table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.redspin-avjf9j 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) {
  .redspin-avjf9j table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.redspin-avjf9j table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.redspin-avjf9j table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.redspin-avjf9j table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.redspin-avjf9j img {
  max-width: 100%;
  height: auto;
}

.redspin-hwdzlv {
  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) {
  .redspin-hwdzlv {
    padding: 24px;
  }
}

.redspin-r0tje5 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .redspin-r0tje5 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.redspin-r0tje5 > * {
  margin: 0 !important;
}

.redspin-r0tje5 img,
.redspin-eqn7ck {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .redspin-r0tje5 img,
  .redspin-eqn7ck {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.redspin-3khhah {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .redspin-3khhah {
    width: 32px;
    height: 32px;
  }
}

.redspin-9zx03j {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.redspin-9zx03j .redspin-5g20vf {
  flex-shrink: 0;
}

.redspin-9zx03j .redspin-o3dxgd svg {
  display: none;
}

.redspin-dbyuyq {
  display: grid;
  transition: max-height 0.redspin-zl00xd ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .redspin-dbyuyq {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .redspin-dbyuyq {
    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));
  }
}

.redspin-dbyuyq.redspin-64jq3n + .redspin-5g20vf svg {
  transform: rotate(180deg);
}

.redspin-dv2q38 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.redspin-dv2q38 > div:nth-child(3n) {
  grid-column: span 2;
}

.redspin-dv2q38
  > div:nth-child(3n)
  .redspin-o153gn
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .redspin-dv2q38 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .redspin-dv2q38 > div:nth-child(3n) {
    grid-column: unset;
  }

  .redspin-dv2q38
    > div:nth-child(3n)
    .redspin-o153gn
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .redspin-dv2q38 {
    max-width: 270px;
  }
}

.redspin-dv2q38 .redspin-o153gn button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .redspin-dv2q38 .redspin-o153gn button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .redspin-dv2q38 .redspin-o153gn button {
    max-width: 104px;
  }
}

.redspin-rgv32c {
  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) {
  .redspin-rgv32c {
    margin-bottom: 0;
  }
}

.redspin-pxusmq {
  display: none;
  opacity: 0;
}

.redspin-b8ike5 {
  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;
  }
}

.redspin-b8ike5 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.redspin-o153gn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.redspin-o153gn button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .redspin-o153gn
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .redspin-o153gn
    button {
    max-width: 145px;
  }
}

.redspin-nb67ca:first-child
  .redspin-o153gn
  button {
  max-width: 270px;
}

.redspin-1uwt98 {
  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%;
}

.redspin-rgv32c picture {
  width: 100%;
  max-width: 100%;
}

.redspin-nrhq2w {
  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;
}

.redspin-nrhq2w svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.redspin-rgv32c:hover .redspin-nrhq2w {
  display: flex;
}

.redspin-yzffbk {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.redspin-8gr7y2 {
  display: flex;
}

.redspin-8gr7y2:hover .redspin-g72f89,
.redspin-8gr7y2 .redspin-lfjan7 .redspin-g72f89 {
  display: flex;
}

.redspin-8gr7y2 svg {
  flex-shrink: 0;
}

.redspin-g72f89 {
  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) {
  .redspin-g72f89 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.redspin-g72f89:hover {
  display: flex;
}

.redspin-g72f89 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.redspin-w10fiw {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .redspin-w10fiw {
    font-size: 12px;
  }
}

.redspin-abbpqw,
.redspin-xbncm5 {
  width: 50%;
  flex-shrink: 0;
}

.redspin-abbpqw {
  font-weight: 700;
}

.redspin-4kcljf .redspin-dbyuyq {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .redspin-4kcljf .redspin-dbyuyq {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .redspin-4kcljf .redspin-dbyuyq {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.redspin-4kcljf
  .redspin-1uwt98:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.redspin-4kcljf .redspin-b8ike5 {
  height: 100% !important;
  border-radius: 16px;
}

.redspin-4kcljf .redspin-o153gn {
  gap: 4px;
  align-items: center;
}

.redspin-4kcljf .redspin-o153gn button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.redspin-4kcljf .redspin-o153gn svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.redspin-4kcljf .redspin-gk5ski,
.redspin-4kcljf .redspin-97v1b3 {
  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.redspin-eq3rwp.org/2000/svg'%3E%3Cpath d='M9.redspin-34mxo6 4.redspin-fwmqv1.redspin-wdozfg 5.redspin-bxr2xm.redspin-tyd99i 5.redspin-0dfekc.redspin-15afvr 5.redspin-oi03uc.redspin-jcb8uj 8.redspin-kg68mm.redspin-v4gjk8 9.redspin-1f0doi.redspin-7q3vg5 9.redspin-tlyvcc.redspin-6bxmj9 13.redspin-7o56ek.redspin-9irswq 11.redspin-pvuagj.redspin-sycyhm 11.redspin-348ojl.redspin-4q90ge 11.redspin-3ou002.redspin-9puja5 13.redspin-8e5qyc.redspin-6bomod 9.redspin-gxx3f8.redspin-w4j92t 9.redspin-oczryq.redspin-igblez 8.redspin-nfijhv.redspin-kr3w7m 5.redspin-rusxez.redspin-upl36f 5.redspin-qjp1hq.redspin-osq9w9 5.redspin-bjzpqo.redspin-eiahr3 4.redspin-40fq5r.redspin-sycyhm 1.redspin-vms6b8.redspin-34mxo6 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.redspin-4kcljf .redspin-gk5ski {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.redspin-4kcljf .redspin-97v1b3 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.redspin-f37wyh {
  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) {
  .redspin-f37wyh {
    padding: 24px;
  }
}

.redspin-f37wyh .redspin-5g20vf {
  display: flex;
}

@media (min-width: 768px) {
  .redspin-f37wyh .redspin-5g20vf {
    display: none;
  }
}

.redspin-f37wyh .redspin-o3dxgd svg {
  display: none;
}

.redspin-r97bwt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.redspin-r97bwt .redspin-f91297 {
  display: none;
}

@media (min-width: 768px) {
  .redspin-r97bwt .redspin-f91297 {
    display: flex;
  }
}

.redspin-dbe9qk {
  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) {
  .redspin-dbe9qk {
    font-size: 40px;
    line-height: 48px;
  }
}

.redspin-dbe9qk > * {
  margin: 0 !important;
}

.redspin-dbe9qk img,
.redspin-j88sw4 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .redspin-dbe9qk img,
  .redspin-j88sw4 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.redspin-mwn1ag {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .redspin-mwn1ag {
    width: 32px;
    height: 32px;
  }
}

.redspin-2d5hij {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .redspin-2d5hij {
    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;
  }

  .redspin-2d5hij::-webkit-scrollbar {
    display: none;
  }
}

.redspin-ai4sq0 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .redspin-ai4sq0 {
    padding: 7px 15px;
  }
}

.redspin-ai4sq0:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.redspin-ada3ne {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .redspin-ada3ne {
    display: flex;
    opacity: 1;
  }
}

.redspin-ai4sq0 picture {
  height: 100%;
  display: block;
}

.redspin-ai4sq0 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .redspin-ai4sq0 img {
    width: 88px;
    height: 44px;
  }
}

.redspin-ai4sq0 p {
  text-align: center;
  width: 100%;
}

.redspin-jrpa5z {
  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) {
  .redspin-jrpa5z {
    font-size: 40px;
    line-height: 48px;
  }
}

.redspin-jrpa5z img,
.redspin-bwjqw1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .redspin-jrpa5z img,
  .redspin-bwjqw1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.redspin-zlbxxm {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .redspin-zlbxxm {
    width: 32px;
    height: 32px;
  }
}

.redspin-51820a {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.redspin-pzwqq9 {
  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;
}

.redspin-xs8xg3 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.redspin-xs8xg3.redspin-lfjan7 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.redspin-jgzq7g {
  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) {
  .redspin-jgzq7g {
    font-size: 20px;
    line-height: 28px;
  }
}

.redspin-pqt1xq {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.redspin-kn5mfg {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.redspin-zl00xd ease;
  opacity: 0;
  color: var(--text-color);
}

.redspin-8iakc5 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.redspin-8iakc5 ol,
.redspin-8iakc5 ul {
  padding-left: 1.3em;
}

.redspin-xs8xg3.redspin-lfjan7 .redspin-kn5mfg {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.redspin-xs8xg3.redspin-lfjan7 .redspin-pqt1xq {
  transform: rotate(180deg);
  color: var(--text-color);
}

.redspin-xru5v0 {
  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) {
  .redspin-xru5v0 {
    padding: 24px;
  }
}

.redspin-xru5v0 .redspin-5g20vf {
  display: flex;
}

@media (min-width: 768px) {
  .redspin-xru5v0 .redspin-5g20vf {
    display: none;
  }
}

.redspin-xru5v0 .redspin-o3dxgd svg {
  display: none;
}

.redspin-1xkagg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.redspin-1xkagg .redspin-f91297 {
  display: none;
}

@media (min-width: 768px) {
  .redspin-1xkagg .redspin-f91297 {
    display: flex;
  }
}

.redspin-rwhqqq {
  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) {
  .redspin-rwhqqq {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.redspin-rwhqqq > * {
  margin: 0 !important;
}

.redspin-rwhqqq img,
.redspin-98641s {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .redspin-rwhqqq img,
  .redspin-98641s {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.redspin-z3vqr0 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .redspin-z3vqr0 {
    width: 32px;
    height: 32px;
  }
}

.redspin-1lkwph {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .redspin-1lkwph {
    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;
  }

  .redspin-1lkwph::-webkit-scrollbar {
    display: none;
  }
}

.redspin-o952ro {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.redspin-o952ro:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.redspin-1xjedo {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .redspin-1xjedo {
    display: flex;
    opacity: 1;
  }
}

.redspin-o952ro picture {
  width: auto;
  height: 100%;
  display: block;
}

.redspin-o952ro picture img {
  display: block;
  width: auto;
  height: 100%;
}

.redspin-97ydsx {
  margin: -24px 0;
}

.redspin-97ydsx:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .redspin-97ydsx {
    margin: -16px 0;
  }
}

.redspin-z35eq2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .redspin-z35eq2 {
    flex-direction: row;
  }
}

.redspin-eh3gh3 {
  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) {
  .redspin-eh3gh3 {
    flex: 1;
  }
}

.redspin-eh3gh3::placeholder {
  color: var(--Text-400);
}

.redspin-u2b2wc {
  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;
}

.redspin-xdrm4p {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.redspin-xdrm4p::-webkit-scrollbar {
  display: none;
}

.redspin-93032z {
  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;
}

.redspin-93032z img,
.redspin-93032z svg {
  margin-right: 8px;
}

.redspin-d1sjap {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.redspin-97ydsx + .redspin-p9ong6 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .redspin-97ydsx + .redspin-p9ong6 {
    margin-top: -16px;
  }
}

.redspin-khfaew {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.redspin-khfaew > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.redspin-khfaew > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.redspin-twxaw5 {
  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;
}

.redspin-7teppw {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.redspin-fkdyn8 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.redspin-ow2mlh {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.redspin-n632sm {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.redspin-twxaw5 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;
}

.redspin-twxaw5 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) {
  .redspin-twxaw5 {
    padding: 39px 179px 39px 39px;
  }

  .redspin-7teppw {
    font-size: 40px;
    line-height: 48px;
  }

  .redspin-n632sm {
    height: 348px;
  }

  .redspin-twxaw5 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .redspin-twxaw5 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .redspin-twxaw5 {
    padding: 63px;
  }
}

.redspin-kuvk4b {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .redspin-kuvk4b {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.redspin-obizpr {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .redspin-obizpr {
    width: auto;
  }
}

.redspin-3okn0h {
  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;
}

.redspin-3okn0h::-webkit-scrollbar {
  display: none;
}

.redspin-3okn0h 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);
}

.redspin-3okn0h a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .redspin-3okn0h {
    margin-left: 16px;
    margin-top: 0;
  }
}

.redspin-kuvk4b .redspin-2sxenp {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.redspin-zl00xd,
    mask-image 0.3s;
}

.redspin-kuvk4b .redspin-2sxenp.redspin-4zp6q3 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.redspin-ecigw0 {
  margin: 40px -16px;
}

.redspin-ht18mk + .redspin-ythoa9,
.redspin-ht18mk + .redspin-gcvdy3 {
  margin-top: 24px;
}

.redspin-g19kw0 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.redspin-g19kw0 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.redspin-m2gmee {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .redspin-m2gmee {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .redspin-m2gmee {
    margin-top: 0;
  }
}

.redspin-sm3hmq {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .redspin-sm3hmq {
    font-size: 24px;
    line-height: 32px;
  }
}

.redspin-tlw25a {
  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) {
  .redspin-tlw25a {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.redspin-wk4sc7 {
  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) {
  .redspin-wk4sc7 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.redspin-vy5qdy {
  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) {
  .redspin-vy5qdy {
    font-size: 20px;
    line-height: 28px;
  }
}

.redspin-um2wij {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .redspin-um2wij {
    font-size: 32px;
    line-height: 40px;
  }
}

.redspin-shoqv3 {
  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;
}

.redspin-gulod6 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.redspin-gulod6 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.redspin-p9ong6 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.redspin-53eu7v {
  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) {
  .redspin-53eu7v {
    padding: 15px 48px;
  }
}

main > .redspin-p9ong6 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .redspin-dbyuyq.redspin-jzowsb > div:nth-child(n+5) {
    display: none;
  }
}

.redspin-avjf9j p a img {
  display: block;
  margin: 0 auto;
}


.redspin-0ew77a {
  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 */
.redspin-lumqbm {
  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;
}

.redspin-lumqbm label {
  font-size: 14px;
}

.redspin-lumqbm h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.redspin-lumqbm input,
.redspin-lumqbm textarea,
.redspin-lumqbm 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;
}
.redspin-lumqbm button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.redspin-1rdxj1 ease;
}
.redspin-lumqbm button:hover {
  background-color: var(--button-bg-hover);
}
.redspin-m7zgu3 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.redspin-d4tltv ease-in;
}

.redspin-m7zgu3 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;
}
.redspin-o94n9x, .redspin-ehsrg1, [class*="review-card"],
thead, thead th, table th, .redspin-lcxi8n,
.redspin-v1jkdo, [class*="collapsible-header"],
.redspin-ij8zal, [class*="updated-block"] {
  color: #ece7dc !important;
}
