* {
  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;
  }
}

.fair-go-rhg7ih {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .fair-go-rhg7ih {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .fair-go-rhg7ih {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.fair-go-atajot {
  overflow: hidden;
}

.fair-go-s8r1jy img {
  background: var(--Neutral-300);
}

.fair-go-hbrgxo {
  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;
}

.fair-go-h7thkd {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.fair-go-h7thkd:hover {
  background: var(--button-bg-hover);
}

.fair-go-fbp0sb {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.fair-go-fbp0sb:hover {
  background: var(--button-bg-hover);
}

.fair-go-ctgeaz {
  font-size: 12px;
  line-height: 18px;
}

.fair-go-mid2k4 {
  font-size: 18px;
  line-height: 26px;
}

.fair-go-aoqrf1 {
  width: 100%;
}

.fair-go-zo0aot {
  padding: 6px 16px;
}

.fair-go-u4tl5v {
  padding: 10px 16px;
}

.fair-go-g7gj1m {
  padding: 15px 26px;
}

.fair-go-gkay74 {
  flex-shrink: 0;
}

.fair-go-q1p3wd {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.fair-go-pvrnlu {
  display: none;
}

.fair-go-hi4mz1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.fair-go-qs2wrn {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.fair-go-hxgc85 {
  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;
}

.fair-go-oubgxt {
  cursor: grab;
}

.fair-go-hxgc85::-webkit-scrollbar {
  display: none;
}

.fair-go-0tt14k {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.fair-go-ysykqm {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.fair-go-p6epko {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.fair-go-9v6963 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.fair-go-8jx11s {
  visibility: visible;
}

.fair-go-p2l63f {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.fair-go-inu6gb ease;
}

.fair-go-bdtgit {
  background-color: var(--Primary-200);
  width: 16px;
}

.fair-go-lvjefh {
  -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.fair-go-inu6gb,
    mask-image 0.3s;
}

.fair-go-lvjefh.fair-go-iwtf12 {
  -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;
  }
}

.fair-go-8yvbrw: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;
}

.fair-go-bpoh5x {
  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.fair-go-vgck64.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.fair-go-vgck64.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;
}

.fair-go-4whj8j {
  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);
}

.fair-go-4whj8j::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%
  );
}

.fair-go-zloiku {
  position: relative;
  z-index: 1;
}

.fair-go-jnpac1 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.fair-go-5035pf {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.fair-go-owihh8 {
  font-size: 40px;
  line-height: 48px;
}

.fair-go-dnecvq {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fair-go-xozoww {
  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;
}

.fair-go-xozoww:hover {
  background: var(--Primary-400);
}

.fair-go-xozoww svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.fair-go-8yvbrw 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) {
  .fair-go-4whj8j {
    max-width: 600px;
    padding: 64px;
  }

  .fair-go-jnpac1 {
    font-size: 24px;
    line-height: 32px;
  }

  .fair-go-5035pf {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .fair-go-owihh8 {
    font-size: 50px;
    line-height: 56px;
  }

  .fair-go-dnecvq {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .fair-go-bpoh5x {
    top: 25px;
    right: 25px;
  }
}

.fair-go-0v0sup,
.fair-go-yddj4p {
  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;
}

.fair-go-m8a4of.fair-go-jjsnc1::before,
.fair-go-yddj4p::before,
.fair-go-7mhbue::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.fair-go-vgck64.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.fair-go-zmq1n6 14.fair-go-8hsq6p.fair-go-3cnexc 14.fair-go-wngtrl 15.fair-go-ter6g5 14.fair-go-zddvam 15.fair-go-3k7210 14.fair-go-4oe5hx.fair-go-pa9dnv 14.fair-go-icy550 19.fair-go-t6qjow 12.fair-go-l1nsgo 19.fair-go-t6qjow 10.fair-go-st6he5.fair-go-t6qjow 8.fair-go-4p4yq6 17.fair-go-bzmzq2 7.fair-go-5gdasp 15.fair-go-98if3h 7.fair-go-xg1ohw.fair-go-quic6s 7.fair-go-5gdasp 11.fair-go-hsok84 8.fair-go-4p4yq6 11.fair-go-hsok84 10.fair-go-uyclhn.fair-go-hsok84 12.fair-go-couzst 13.fair-go-ski2g7 14.fair-go-8mqnyb 15.fair-go-srgw7y 14.fair-go-egsysj.fair-go-ewcmcn 14.fair-go-9s5ht5 15.fair-go-biw33w 14.fair-go-r0d3il 15.fair-go-rfiq53 14.fair-go-8vlt82.fair-go-zmq1n6 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.fair-go-vcyy9y 15.fair-go-s889a6.fair-go-iqg1dc 15.fair-go-k57p7u 15.fair-go-znqdv1 15.fair-go-tn2m6k 15.fair-go-ity0d4 15.fair-go-ep7a5v.fair-go-tjg3bj 15.fair-go-tn2m6k 15.fair-go-rv3kct 15.fair-go-dlk3ai 15.fair-go-hmtkb3 15.fair-go-z62gmn.fair-go-f2ciqz 15.fair-go-ep1rv3 7.fair-go-25u4hz 18.fair-go-m441hs 7.fair-go-m8bl9g 23.fair-go-7e95fn.fair-go-6hd47v.fair-go-owabnt 18.fair-go-rs2o3v 19.fair-go-nnf5x3 15.fair-go-vupqap 15.fair-go-vcyy9y 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.fair-go-ofozgd [type="submit"] *,
.fair-go-znhinc button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .fair-go-pl91sr {
    display: none;
  }
}

.fair-go-75ibvv {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .fair-go-75ibvv {
  display: none;
}

@media (min-width: 768px) {
  .fair-go-75ibvv {
    bottom: 22px;
  }
}

.fair-go-75ibvv input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .fair-go-75ibvv {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.fair-go-wzbwl1.static) .fair-go-75ibvv {
    bottom: 8px;
  }
}

.fair-go-h1nvqg {
  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.fair-go-vgck64.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.fair-go-m86b1s 3.fair-go-qes623.fair-go-xx6s0f.fair-go-ifdu8u 3.fair-go-vnuv9y 3.fair-go-l79rrw 5.fair-go-r5maxw 3.fair-go-l79rrw 8.fair-go-k7hxxx.fair-go-udwf3p.fair-go-l79rrw 26.fair-go-o7k2dk 5.fair-go-sh2rqd 28.fair-go-kam6r6 8.fair-go-yq2s0a 28.fair-go-gyuvbx.fair-go-m3ezwb 28.fair-go-c44znm.fair-go-ie074o 34.fair-go-vzvern.fair-go-hb0yps 36.fair-go-6l5r07 11.fair-go-afnbx4 37.fair-go-ruexl2 12.fair-go-iun702 36.fair-go-hvh0ty.fair-go-ct6h1n 28.fair-go-4f4snm.fair-go-u8u8q9.fair-go-omg9rr 28.fair-go-hwggts 36.fair-go-84jklo 26.fair-go-dr21va 36.fair-go-84jklo 23.fair-go-b7xi1z.fair-go-ords2z.fair-go-84jklo 5.fair-go-jwfibe 34.fair-go-za1o0n 3.fair-go-vnuv9y 31.fair-go-m86b1s 3.fair-go-chnei4.fair-go-3yg8z2 18.fair-go-ou6h1e.fair-go-t0nuw1 18.fair-go-4c5apw 8.fair-go-crl8pc 17.fair-go-1rlr11 8.fair-go-crl8pc 15.fair-go-31no54.fair-go-crl8pc 14.fair-go-f2ty5t 9.fair-go-t0nuw1 13.fair-go-0d5sxn 11.fair-go-3yg8z2 13.fair-go-r94l9u.fair-go-bwytjv 13.fair-go-0d5sxn 13.fair-go-1a3hi4 14.fair-go-f2ty5t 13.fair-go-1a3hi4 15.fair-go-p9v3cy.fair-go-1a3hi4 17.fair-go-1rlr11 12.fair-go-bwytjv 18.fair-go-4c5apw 11.fair-go-3yg8z2 18.fair-go-gyqihd.fair-go-c0lva0 18.fair-go-dyc3c9.fair-go-mg8dy7 18.fair-go-4c5apw 17.fair-go-08vfyv 17.fair-go-1rlr11 17.fair-go-08vfyv 15.fair-go-iafbgm.fair-go-08vfyv 14.fair-go-f2ty5t 18.fair-go-mg8dy7 13.fair-go-0d5sxn 20.fair-go-c0lva0 13.fair-go-zi47k5.fair-go-n06iqz 13.fair-go-0d5sxn 22.fair-go-t0qbts 14.fair-go-f2ty5t 22.fair-go-t0qbts 15.fair-go-l48juv.fair-go-mr0vzi 17.fair-go-1rlr11 21.fair-go-n06iqz 18.fair-go-4c5apw 20.fair-go-c0lva0 18.fair-go-icfmbe.fair-go-kce6wg 18.fair-go-2592qt.fair-go-l47ff7 18.fair-go-4c5apw 26.fair-go-n1tyfn 17.fair-go-1rlr11 26.fair-go-n1tyfn 15.fair-go-hj7epi.fair-go-n1tyfn 14.fair-go-f2ty5t 27.fair-go-l47ff7 13.fair-go-0d5sxn 28.fair-go-kce6wg 13.fair-go-coc051.fair-go-356i6g 13.fair-go-0d5sxn 31.fair-go-a0ih1r 14.fair-go-f2ty5t 31.fair-go-a0ih1r 15.fair-go-i47xai.fair-go-n1tyfn 17.fair-go-1rlr11 30.fair-go-356i6g 18.fair-go-4c5apw 28.fair-go-kce6wg 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"])
    .fair-go-h1nvqg {
    display: none;
  }
}

.fair-go-qxm7es {
  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) {
  .fair-go-qxm7es {
    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;
}

.fair-go-znhinc {
  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) {
  .fair-go-znhinc {
    padding: 14px 16px;
  }
}

.fair-go-znhinc button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.fair-go-znhinc button:first-child {
  align-content: end;
}

.fair-go-znhinc button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .fair-go-znhinc
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .fair-go-znhinc
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.fair-go-znhinc button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.fair-go-znhinc button:last-child svg {
  width: 38px;
  height: 38px;
}

.fair-go-7mhbue {
  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;
}

.fair-go-7mhbue::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .fair-go-7mhbue,
.pc61d126-chatbot[data-active-screen="3"]
  .fair-go-7mhbue {
  opacity: 1;
  visibility: visible;
}

.fair-go-8dhnat {
  flex: 1 1;
}

.fair-go-ae56no {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .fair-go-ae56no {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .fair-go-rxsr58 {
  display: block;
}

.fair-go-mxg87w {
  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) {
  .fair-go-mxg87w {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.fair-go-yddj4p {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.fair-go-yddj4p::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.fair-go-se1d2q span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.fair-go-se1d2q p {
  color: var(--Text-100);
}

.fair-go-yddj4p .fair-go-u8eypq {
  grid-area: button;
}

.fair-go-yddj4p .fair-go-u8eypq::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.fair-go-vgck64.org/2000/svg'%3E%3Cpath d='M4.fair-go-86o4r9 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.fair-go-02qkb0 15L16.fair-go-02qkb0 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.fair-go-02qkb0 5L16.fair-go-02qkb0 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .fair-go-sdqfiy {
  display: block;
}

.fair-go-2ekr4m {
  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) {
  .fair-go-2ekr4m {
    margin-top: 40px;
  }
}

.fair-go-0v0sup label,
.fair-go-0v0sup input {
  display: block;
  width: 100%;
}

.fair-go-0v0sup label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.fair-go-0v0sup label.fair-go-qwd5rn input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.fair-go-0v0sup label.fair-go-qwd5rn::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;
}

.fair-go-0v0sup 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;
}

.fair-go-0v0sup input::placeholder {
  color: var(--Text-400);
}

.fair-go-wwzyed {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .fair-go-wwzyed {
  display: flex;
}

.fair-go-wwzyed ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .fair-go-wwzyed ol {
    height: 420px;
    padding: 24px;
  }
}

.fair-go-wwzyed ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.fair-go-ofozgd {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .fair-go-ofozgd {
    padding: 0 24px 24px;
  }
}

.fair-go-ofozgd 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;
}

.fair-go-ofozgd input::placeholder {
  color: var(--Text-400);
}

.fair-go-ofozgd [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.fair-go-ofozgd [type="submit"]:disabled {
  opacity: 0.5;
}

.fair-go-ofozgd [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .fair-go-ofozgd [type="submit"] {
    right: 40px;
  }
}

.fair-go-m8a4of {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.fair-go-m8a4of.fair-go-jjsnc1 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.fair-go-m8a4of.fair-go-jjsnc1::before {
  content: "";
  width: 31px;
}

.fair-go-m8a4of.fair-go-jjsnc1 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.fair-go-m8a4of.fair-go-j9a3cz p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.fair-go-m8a4of p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.fair-go-75ibvv .fair-go-u8eypq {
  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;
  }
}

.fair-go-pl91sr {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .fair-go-pl91sr {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .fair-go-pl91sr {
    padding: 18px 0;
  }
}

.fair-go-pl91sr .fair-go-rhg7ih {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .fair-go-pl91sr .fair-go-rhg7ih {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.fair-go-bme1ef {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .fair-go-bme1ef {
    max-width: 160px;
    height: 40px;
  }
}

.fair-go-bme1ef picture,
.fair-go-bme1ef img {
  display: block;
  width: 100%;
  height: 100%;
}

.fair-go-bme1ef img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .fair-go-1ar01g {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.fair-go-inu6gb ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .fair-go-pl91sr.fair-go-7rvqxj .fair-go-1ar01g {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fair-go-1ar01g {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .fair-go-1ar01g {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.fair-go-gtm0pk,
.fair-go-v6bvpy {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .fair-go-gtm0pk,
  .fair-go-v6bvpy {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .fair-go-v6bvpy {
    display: none;
  }
}

.fair-go-n81xxf {
  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;
}

.fair-go-7rvqxj .fair-go-n81xxf {
  background: var(--fh-bg-color);
}

.fair-go-n81xxf button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .fair-go-n81xxf {
    display: none;
  }
}

.fair-go-x7bhw2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .fair-go-x7bhw2 {
    display: none;
  }
}

.fair-go-fssw0i {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.fair-go-pl91sr.fair-go-7rvqxj .fair-go-fssw0i:first-child {
  display: none;
}

.fair-go-pl91sr.fair-go-7rvqxj .fair-go-fssw0i:last-child {
  display: block;
}

.fair-go-fssw0i:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .fair-go-fssw0i {
    display: none;
  }
}

.fair-go-2yshsk {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .fair-go-2yshsk {
    display: flex;
  }
}

.fair-go-2yshsk ul {
  max-height: 350px;
  overflow-y: auto;
}

.fair-go-2yshsk:hover ul {
  visibility: visible;
  opacity: 1;
}

.fair-go-2yshsk:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fair-go-2yshsk:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.fair-go-2yshsk:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.fair-go-2yshsk:hover .fair-go-ks6j1r svg {
  transform: rotate(180deg);
}

.fair-go-bsvm81 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.fair-go-wf0hab {
  padding: 0 8px;
}

.fair-go-0ifvhy {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.fair-go-0ifvhy:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .fair-go-0ifvhy {
    padding: 4px 8px;
  }
}

.fair-go-jawlg4 {
  display: flex;
}

.fair-go-jawlg4 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.fair-go-ks6j1r {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.fair-go-ks6j1r svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.fair-go-bh20jp {
  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) {
  .fair-go-bh20jp {
    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;
  }
}

.fair-go-p6c8pg {
  width: 100%;
}

@media (min-width: 1200px) {
  .fair-go-p6c8pg {
    display: none;
  }
}

.fair-go-jso19v {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.fair-go-x4dusi {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.fair-go-yvq4gc {
  display: flex;
}

.fair-go-1yhso0 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.fair-go-fxo6yc {
  list-style: none;
}

@media (max-width: 1199px) {
  .fair-go-fxo6yc {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .fair-go-fxo6yc {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .fair-go-fxo6yc .fair-go-b83glz [data-ref-el],
  .fair-go-fxo6yc .fair-go-b83glz span,
  .fair-go-fxo6yc .fair-go-b83glz a {
    white-space: nowrap;
  }
}

.fair-go-ipuido {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .fair-go-ipuido.fair-go-rsz6zt > .fair-go-b83glz {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .fair-go-ipuido.fair-go-dstnje:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .fair-go-ipuido.fair-go-rsz6zt > .fair-go-zfmr9n {
    height: auto;
  }

  .fair-go-ipuido.fair-go-rsz6zt > div > .fair-go-ureghz {
    transform: rotate(180deg);
  }
}

.fair-go-ipuido [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.fair-go-ipuido [data-ref-el],
.fair-go-ipuido span {
  cursor: pointer;
}

.fair-go-ipuido [data-ref-el],
.fair-go-ipuido span,
.fair-go-ipuido a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .fair-go-ipuido [data-ref-el],
  .fair-go-ipuido span,
  .fair-go-ipuido a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .fair-go-ipuido [data-ref-el],
  .fair-go-ipuido span,
  .fair-go-ipuido a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.fair-go-zfmr9n {
  height: 0;
  overflow: hidden;
  transition: height 0.fair-go-inu6gb ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.fair-go-zfmr9n::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.fair-go-zfmr9n::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.fair-go-zfmr9n::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .fair-go-zfmr9n {
    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;
  }

  .fair-go-zfmr9n:has(> .fair-go-ipuido.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .fair-go-zfmr9n .fair-go-zfmr9n {
    padding: 0;
  }

  .fair-go-zfmr9n .fair-go-ipuido {
    font-weight: 400;
  }

  .fair-go-zfmr9n .fair-go-ipuido:hover > .fair-go-b83glz {
    background: var(--Neutral-300);
  }

  .fair-go-zfmr9n .fair-go-ureghz {
    rotate: -90deg;
  }
}

.fair-go-b83glz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .fair-go-b83glz {
    padding: 8px;
  }

  .fair-go-ipuido.fair-go-9u7rr3 > .fair-go-b83glz {
    background: var(--Neutral-300);
  }
}

.fair-go-ureghz {
  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.fair-go-vgck64.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.fair-go-39snfe 0.fair-go-07xbjl.fair-go-7wl4tp -0.fair-go-74luwc 0.fair-go-jb96rz -0.fair-go-74luwc 1.fair-go-x1z4vu 0.fair-go-9p6f18.fair-go-8wkouh 4.fair-go-ss1m3d.fair-go-39snfe 0.fair-go-gpuk4z.fair-go-tfswml -0.fair-go-74luwc 9.fair-go-gakeyu -0.fair-go-74luwc 10.fair-go-0wp2x7 0.fair-go-k1655h.fair-go-lbcnge 0.fair-go-7wl4tp 10.fair-go-lbcnge 0.fair-go-jb96rz 10.fair-go-0wp2x7 1.fair-go-eii5cg.fair-go-12n1gu 5.fair-go-bwvqjr.fair-go-rm5bhp 6.fair-go-j7pyq6 5.fair-go-vxsbm2 6.fair-go-j7pyq6 4.fair-go-c7upe5 5.fair-go-zgoofa.fair-go-39snfe 1.fair-go-cdrjz6.fair-go-74luwc 0.fair-go-jb96rz -0.fair-go-74luwc 0.fair-go-7wl4tp 0.fair-go-39snfe 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.fair-go-inu6gb ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .fair-go-ureghz {
    cursor: default;
  }
}

.fair-go-0pufay {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.fair-go-efgqhz {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .fair-go-efgqhz {
    padding: 40px 4px;
  }
}

.fair-go-6blb7y {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .fair-go-6blb7y {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.fair-go-hxcdcw {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .fair-go-hxcdcw {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.fair-go-hxcdcw ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.fair-go-hxcdcw [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.fair-go-hxcdcw [data-ref-el],
.fair-go-hxcdcw span,
.fair-go-hxcdcw a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.fair-go-4mw4g6 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .fair-go-4mw4g6 {
    margin-bottom: 12px;
  }
}

.fair-go-bp3gmc {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.fair-go-bp3gmc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .fair-go-bp3gmc:last-child {
    margin-right: 0;
  }
}

.fair-go-xnxvg8 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.fair-go-4mw4g6:hover .fair-go-htdtvq {
  visibility: visible;
  opacity: 1;
}

.fair-go-htdtvq {
  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);
}

.fair-go-vtu26u {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.fair-go-szr2y3 {
  display: flex;
  margin: 6px;
}

.fair-go-szr2y3 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.fair-go-htdtvq::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);
}

.fair-go-htdtvq::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);
}

.fair-go-dcoquf {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .fair-go-dcoquf {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.fair-go-0zfymz {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .fair-go-0zfymz {
    margin-right: 32px;
  }
}

.fair-go-5qcyxi {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .fair-go-5qcyxi {
    margin-top: 0;
    width: 340px;
  }
}

.fair-go-5qcyxi a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.fair-go-te5gbt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.fair-go-b8hcvx {
  position: relative;
}

@media (min-width: 768px) {
  .fair-go-b8hcvx {
    margin-top: 40px;
  }
}

.fair-go-b8hcvx + .fair-go-ec5vdw,
.fair-go-b8hcvx + .fair-go-b8hcvx {
  margin-top: 24px;
}

.fair-go-a4a3lc {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .fair-go-a4a3lc {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .fair-go-a4a3lc {
    padding: 80px;
  }
}

.fair-go-2rdts8 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .fair-go-2rdts8 {
    padding: 0 16px;
}


}

.fair-go-ih8886 {
  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) {
  .fair-go-ih8886 {
    font-size: 48px;
    line-height: 56px;
  }
}

.fair-go-l0t2c5 {
  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) {
  .fair-go-l0t2c5 {
    font-size: 24px;
    line-height: 32px;
  }
}

.fair-go-ee4iuh {
  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;
}

.fair-go-ee4iuh:hover {
  background: var(--button-bg-hover);
}

.fair-go-8wuur4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.fair-go-8wuur4 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .fair-go-8wuur4 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .fair-go-8wuur4 img {
  min-height: 100%;
  }
}

.fair-go-a4a3lc::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.fair-go-w1wpmd {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fair-go-w1wpmd h1,
.fair-go-w1wpmd h2,
.fair-go-w1wpmd h3,
.fair-go-w1wpmd h4 {
  margin-bottom: 6px;
}

.fair-go-w1wpmd h1:not(:first-child),
.fair-go-w1wpmd h2:not(:first-child),
.fair-go-w1wpmd h3:not(:first-child),
.fair-go-w1wpmd h4:not(:first-child) {
  margin-top: 16px;
}

.fair-go-w1wpmd h1,
.fair-go-w1wpmd h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .fair-go-w1wpmd h1,
  .fair-go-w1wpmd h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.fair-go-w1wpmd h2,
.fair-go-w1wpmd h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .fair-go-w1wpmd h2,
  .fair-go-w1wpmd h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.fair-go-w1wpmd h3,
.fair-go-w1wpmd h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .fair-go-w1wpmd h3,
  .fair-go-w1wpmd h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.fair-go-w1wpmd h4,
.fair-go-w1wpmd h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.fair-go-w1wpmd ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.fair-go-w1wpmd ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.fair-go-w1wpmd 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);
}

.fair-go-w1wpmd ul ul {
  margin-bottom: 8px;
}

.fair-go-w1wpmd ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.fair-go-w1wpmd ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.fair-go-w1wpmd ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.fair-go-w1wpmd ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.fair-go-w1wpmd ol li::marker {
  font-weight: 700;
}

.fair-go-w1wpmd ol ol {
  margin-bottom: 8px;
}

.fair-go-w1wpmd ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.fair-go-w1wpmd ol ul li {
  padding-left: 16px;
}

.fair-go-w1wpmd 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) {
  .fair-go-w1wpmd table {
    padding: 24px;
  }
}

.fair-go-w1wpmd table.fair-go-rsw5od {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.fair-go-inu6gb,
    mask-image 0.3s;
}

.fair-go-w1wpmd table.fair-go-rsw5od.fair-go-iwtf12 {
  -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) {
  .fair-go-w1wpmd table {
    display: table;
  }
}

.fair-go-w1wpmd 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);
}

.fair-go-w1wpmd table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.fair-go-w1wpmd table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.fair-go-w1wpmd 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) {
  .fair-go-w1wpmd table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.fair-go-w1wpmd table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.fair-go-w1wpmd table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.fair-go-w1wpmd table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.fair-go-w1wpmd img {
  max-width: 100%;
  height: auto;
}

.fair-go-vh2xsw {
  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) {
  .fair-go-vh2xsw {
    padding: 24px;
  }
}

.fair-go-eaaa0g {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .fair-go-eaaa0g {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.fair-go-eaaa0g > * {
  margin: 0 !important;
}

.fair-go-eaaa0g img,
.fair-go-7kh0zy {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fair-go-eaaa0g img,
  .fair-go-7kh0zy {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fair-go-ajqc0d {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fair-go-ajqc0d {
    width: 32px;
    height: 32px;
  }
}

.fair-go-xqxy8e {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.fair-go-xqxy8e .fair-go-b560b8 {
  flex-shrink: 0;
}

.fair-go-xqxy8e .fair-go-9yuql9 svg {
  display: none;
}

.fair-go-z6z2kx {
  display: grid;
  transition: max-height 0.fair-go-inu6gb ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .fair-go-z6z2kx {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .fair-go-z6z2kx {
    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));
  }
}

.fair-go-z6z2kx.fair-go-g7ch6y + .fair-go-b560b8 svg {
  transform: rotate(180deg);
}

.fair-go-awztqv {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.fair-go-awztqv > div:nth-child(3n) {
  grid-column: span 2;
}

.fair-go-awztqv
  > div:nth-child(3n)
  .fair-go-nbicn0
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .fair-go-awztqv {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .fair-go-awztqv > div:nth-child(3n) {
    grid-column: unset;
  }

  .fair-go-awztqv
    > div:nth-child(3n)
    .fair-go-nbicn0
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .fair-go-awztqv {
    max-width: 270px;
  }
}

.fair-go-awztqv .fair-go-nbicn0 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .fair-go-awztqv .fair-go-nbicn0 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .fair-go-awztqv .fair-go-nbicn0 button {
    max-width: 104px;
  }
}

.fair-go-h8kfj3 {
  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) {
  .fair-go-h8kfj3 {
    margin-bottom: 0;
  }
}

.fair-go-6weap8 {
  display: none;
  opacity: 0;
}

.fair-go-wklr34 {
  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;
  }
}

.fair-go-wklr34 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.fair-go-nbicn0 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.fair-go-nbicn0 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .fair-go-nbicn0
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .fair-go-nbicn0
    button {
    max-width: 145px;
  }
}

.fair-go-gn51se:first-child
  .fair-go-nbicn0
  button {
  max-width: 270px;
}

.fair-go-uabecp {
  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%;
}

.fair-go-h8kfj3 picture {
  width: 100%;
  max-width: 100%;
}

.fair-go-rx0quy {
  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;
}

.fair-go-rx0quy svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.fair-go-h8kfj3:hover .fair-go-rx0quy {
  display: flex;
}

.fair-go-cznhsv {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.fair-go-ay7lws {
  display: flex;
}

.fair-go-ay7lws:hover .fair-go-k48w6c,
.fair-go-ay7lws .fair-go-9u7rr3 .fair-go-k48w6c {
  display: flex;
}

.fair-go-ay7lws svg {
  flex-shrink: 0;
}

.fair-go-k48w6c {
  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) {
  .fair-go-k48w6c {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.fair-go-k48w6c:hover {
  display: flex;
}

.fair-go-k48w6c svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.fair-go-oavubu {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .fair-go-oavubu {
    font-size: 12px;
  }
}

.fair-go-1hbi65,
.fair-go-anuiv7 {
  width: 50%;
  flex-shrink: 0;
}

.fair-go-1hbi65 {
  font-weight: 700;
}

.fair-go-14x59s .fair-go-z6z2kx {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .fair-go-14x59s .fair-go-z6z2kx {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .fair-go-14x59s .fair-go-z6z2kx {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.fair-go-14x59s
  .fair-go-uabecp:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.fair-go-14x59s .fair-go-wklr34 {
  height: 100% !important;
  border-radius: 16px;
}

.fair-go-14x59s .fair-go-nbicn0 {
  gap: 4px;
  align-items: center;
}

.fair-go-14x59s .fair-go-nbicn0 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fair-go-14x59s .fair-go-nbicn0 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.fair-go-14x59s .fair-go-kbm2l1,
.fair-go-14x59s .fair-go-azt1bv {
  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.fair-go-vgck64.org/2000/svg'%3E%3Cpath d='M9.fair-go-imk91u 4.fair-go-t3q3hq.fair-go-ogalxk 5.fair-go-rhkaec.fair-go-ax9bm7 5.fair-go-0i5e7r.fair-go-0pbjrs 5.fair-go-dipmys.fair-go-vsgd2w 8.fair-go-yf330v.fair-go-ykxeiv 9.fair-go-8ct358.fair-go-jok1z0 9.fair-go-ym0i6t.fair-go-26znr2 13.fair-go-hms4s5.fair-go-73kr17 11.fair-go-z8zsgs.fair-go-tr146e 11.fair-go-hglcaq.fair-go-n7kkzj 11.fair-go-om4dd0.fair-go-wgw56s 13.fair-go-spw2de.fair-go-khbqx0 9.fair-go-aocx1n.fair-go-s0z8vj 9.fair-go-hp6jkp.fair-go-wkdyzh 8.fair-go-lkzqye.fair-go-jjvd26 5.fair-go-0f35v7.fair-go-etjvom 5.fair-go-383g75.fair-go-zgo2g1 5.fair-go-axkef2.fair-go-vkvi2d 4.fair-go-m5kuok.fair-go-tr146e 1.fair-go-epv1j5.fair-go-imk91u 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.fair-go-14x59s .fair-go-kbm2l1 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.fair-go-14x59s .fair-go-azt1bv {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.fair-go-dct0xx {
  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) {
  .fair-go-dct0xx {
    padding: 24px;
  }
}

.fair-go-dct0xx .fair-go-b560b8 {
  display: flex;
}

@media (min-width: 768px) {
  .fair-go-dct0xx .fair-go-b560b8 {
    display: none;
  }
}

.fair-go-dct0xx .fair-go-9yuql9 svg {
  display: none;
}

.fair-go-fwvm8x {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.fair-go-fwvm8x .fair-go-hbrgxo {
  display: none;
}

@media (min-width: 768px) {
  .fair-go-fwvm8x .fair-go-hbrgxo {
    display: flex;
  }
}

.fair-go-8m4uy4 {
  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) {
  .fair-go-8m4uy4 {
    font-size: 40px;
    line-height: 48px;
  }
}

.fair-go-8m4uy4 > * {
  margin: 0 !important;
}

.fair-go-8m4uy4 img,
.fair-go-aszrei {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fair-go-8m4uy4 img,
  .fair-go-aszrei {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fair-go-o00b47 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fair-go-o00b47 {
    width: 32px;
    height: 32px;
  }
}

.fair-go-o23nv6 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .fair-go-o23nv6 {
    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;
  }

  .fair-go-o23nv6::-webkit-scrollbar {
    display: none;
  }
}

.fair-go-az1g3q {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .fair-go-az1g3q {
    padding: 7px 15px;
  }
}

.fair-go-az1g3q:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.fair-go-phk4on {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .fair-go-phk4on {
    display: flex;
    opacity: 1;
  }
}

.fair-go-az1g3q picture {
  height: 100%;
  display: block;
}

.fair-go-az1g3q img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .fair-go-az1g3q img {
    width: 88px;
    height: 44px;
  }
}

.fair-go-az1g3q p {
  text-align: center;
  width: 100%;
}

.fair-go-fii5vb {
  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) {
  .fair-go-fii5vb {
    font-size: 40px;
    line-height: 48px;
  }
}

.fair-go-fii5vb img,
.fair-go-2vschv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fair-go-fii5vb img,
  .fair-go-2vschv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fair-go-1d8iau {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fair-go-1d8iau {
    width: 32px;
    height: 32px;
  }
}

.fair-go-17gmy3 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.fair-go-2tyxws {
  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;
}

.fair-go-z7mxo7 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.fair-go-z7mxo7.fair-go-9u7rr3 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.fair-go-47o87g {
  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) {
  .fair-go-47o87g {
    font-size: 20px;
    line-height: 28px;
  }
}

.fair-go-uflt04 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.fair-go-fyegcy {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.fair-go-inu6gb ease;
  opacity: 0;
  color: var(--text-color);
}

.fair-go-znfxpl {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.fair-go-znfxpl ol,
.fair-go-znfxpl ul {
  padding-left: 1.3em;
}

.fair-go-z7mxo7.fair-go-9u7rr3 .fair-go-fyegcy {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.fair-go-z7mxo7.fair-go-9u7rr3 .fair-go-uflt04 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.fair-go-v57sop {
  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) {
  .fair-go-v57sop {
    padding: 24px;
  }
}

.fair-go-v57sop .fair-go-b560b8 {
  display: flex;
}

@media (min-width: 768px) {
  .fair-go-v57sop .fair-go-b560b8 {
    display: none;
  }
}

.fair-go-v57sop .fair-go-9yuql9 svg {
  display: none;
}

.fair-go-10gsgv {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fair-go-10gsgv .fair-go-hbrgxo {
  display: none;
}

@media (min-width: 768px) {
  .fair-go-10gsgv .fair-go-hbrgxo {
    display: flex;
  }
}

.fair-go-5mxxfp {
  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) {
  .fair-go-5mxxfp {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.fair-go-5mxxfp > * {
  margin: 0 !important;
}

.fair-go-5mxxfp img,
.fair-go-f7bdoh {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fair-go-5mxxfp img,
  .fair-go-f7bdoh {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fair-go-niobsc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fair-go-niobsc {
    width: 32px;
    height: 32px;
  }
}

.fair-go-ixo3vj {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .fair-go-ixo3vj {
    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;
  }

  .fair-go-ixo3vj::-webkit-scrollbar {
    display: none;
  }
}

.fair-go-55yyfy {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.fair-go-55yyfy:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.fair-go-j0ydui {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .fair-go-j0ydui {
    display: flex;
    opacity: 1;
  }
}

.fair-go-55yyfy picture {
  width: auto;
  height: 100%;
  display: block;
}

.fair-go-55yyfy picture img {
  display: block;
  width: auto;
  height: 100%;
}

.fair-go-ks5ju3 {
  margin: -24px 0;
}

.fair-go-ks5ju3:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .fair-go-ks5ju3 {
    margin: -16px 0;
  }
}

.fair-go-r11bvq {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .fair-go-r11bvq {
    flex-direction: row;
  }
}

.fair-go-ag30co {
  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) {
  .fair-go-ag30co {
    flex: 1;
  }
}

.fair-go-ag30co::placeholder {
  color: var(--Text-400);
}

.fair-go-ua0mdr {
  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;
}

.fair-go-a4l1hm {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.fair-go-a4l1hm::-webkit-scrollbar {
  display: none;
}

.fair-go-nor9qq {
  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;
}

.fair-go-nor9qq img,
.fair-go-nor9qq svg {
  margin-right: 8px;
}

.fair-go-k1qqvm {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.fair-go-ks5ju3 + .fair-go-f5dc8s {
  margin-top: 0;
}

@media (min-width: 768px) {
  .fair-go-ks5ju3 + .fair-go-f5dc8s {
    margin-top: -16px;
  }
}

.fair-go-cbwste {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.fair-go-cbwste > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.fair-go-cbwste > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.fair-go-tkvpa6 {
  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;
}

.fair-go-tg1z8q {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.fair-go-a2me3w {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.fair-go-fsyc8i {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.fair-go-2kclr2 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.fair-go-tkvpa6 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;
}

.fair-go-tkvpa6 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) {
  .fair-go-tkvpa6 {
    padding: 39px 179px 39px 39px;
  }

  .fair-go-tg1z8q {
    font-size: 40px;
    line-height: 48px;
  }

  .fair-go-2kclr2 {
    height: 348px;
  }

  .fair-go-tkvpa6 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .fair-go-tkvpa6 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .fair-go-tkvpa6 {
    padding: 63px;
  }
}

.fair-go-rhfu3b {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .fair-go-rhfu3b {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.fair-go-y9l895 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .fair-go-y9l895 {
    width: auto;
  }
}

.fair-go-dmrfmg {
  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;
}

.fair-go-dmrfmg::-webkit-scrollbar {
  display: none;
}

.fair-go-dmrfmg 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);
}

.fair-go-dmrfmg a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .fair-go-dmrfmg {
    margin-left: 16px;
    margin-top: 0;
  }
}

.fair-go-rhfu3b .fair-go-ew2gky {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.fair-go-inu6gb,
    mask-image 0.3s;
}

.fair-go-rhfu3b .fair-go-ew2gky.fair-go-iwtf12 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.fair-go-cfwtl7 {
  margin: 40px -16px;
}

.fair-go-7wwnw7 + .fair-go-ec5vdw,
.fair-go-7wwnw7 + .fair-go-b8hcvx {
  margin-top: 24px;
}

.fair-go-1h7g16 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.fair-go-1h7g16 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.fair-go-fg557c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .fair-go-fg557c {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .fair-go-fg557c {
    margin-top: 0;
  }
}

.fair-go-h4do7c {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .fair-go-h4do7c {
    font-size: 24px;
    line-height: 32px;
  }
}

.fair-go-l0f1dm {
  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) {
  .fair-go-l0f1dm {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.fair-go-vu2i1x {
  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) {
  .fair-go-vu2i1x {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.fair-go-hetaua {
  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) {
  .fair-go-hetaua {
    font-size: 20px;
    line-height: 28px;
  }
}

.fair-go-uzic85 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .fair-go-uzic85 {
    font-size: 32px;
    line-height: 40px;
  }
}

.fair-go-s90hhf {
  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;
}

.fair-go-2v4rjv {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.fair-go-2v4rjv img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fair-go-f5dc8s {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.fair-go-o5lglu {
  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) {
  .fair-go-o5lglu {
    padding: 15px 48px;
  }
}

main > .fair-go-f5dc8s {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .fair-go-z6z2kx.fair-go-nbou0e > div:nth-child(n+5) {
    display: none;
  }
}

.fair-go-w1wpmd p a img {
  display: block;
  margin: 0 auto;
}


.fair-go-n2sw4w {
  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 */
.fair-go-enmlf0 {
  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;
}

.fair-go-enmlf0 label {
  font-size: 14px;
}

.fair-go-enmlf0 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.fair-go-enmlf0 input,
.fair-go-enmlf0 textarea,
.fair-go-enmlf0 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;
}
.fair-go-enmlf0 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.fair-go-33rqy1 ease;
}
.fair-go-enmlf0 button:hover {
  background-color: var(--button-bg-hover);
}
.fair-go-wya2xo {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.fair-go-fu1vdd ease-in;
}

.fair-go-wya2xo 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;
}
.fair-go-j0qgx4, .fair-go-6753y0, [class*="review-card"],
thead, thead th, table th, .fair-go-dk5yq2,
.fair-go-vehml0, [class*="collapsible-header"],
.fair-go-ew0mh9, [class*="updated-block"] {
  color: #ece7dc !important;
}
