@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.fair-go-77stmu {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fair-go-nwl7zf {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.fair-go-fskrg4,
ul.fair-go-fskrg4 {
  padding-left: 20px;
}

ul.fair-go-fskrg4 {
  list-style: disc;
}

ol.fair-go-fskrg4 {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.fair-go-vd1xuu > .fair-go-00aiea,
.fair-go-vd1xuu > .fair-go-c05ebc,
.fair-go-vd1xuu > blockquote,
.fair-go-vd1xuu > h1,
.fair-go-vd1xuu > h2,
.fair-go-vd1xuu > h3,
.fair-go-vd1xuu > h4,
.fair-go-vd1xuu > h5,
.fair-go-vd1xuu > h6,
.fair-go-vd1xuu > ol,
.fair-go-vd1xuu > p,
.fair-go-vd1xuu > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fair-go-vd1xuu > ol,
.fair-go-vd1xuu > ul {
  padding-left: 50px;
}

.fair-go-vd1xuu blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.fair-go-vd1xuu:not(:last-child) {
  margin-bottom: 2rem;
}

.fair-go-vd1xuu > :not(:first-child) {
  margin-top: 2rem;
}

.fair-go-vd1xuu {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fair-go-vd1xuu:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .fair-go-vd1xuu:first-child {
    margin-top: 20px;
  }
}

.fair-go-vd1xuu > p:last-of-type {
  margin-bottom: 32px;
}

.fair-go-vd1xuu > .fair-go-s2d9b9:not(:first-child) {
  margin: 64px auto 16px auto;
}

.fair-go-8fxytm > .fair-go-s2d9b9 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fair-go-c05ebc {
  overflow: auto;
}

.fair-go-c05ebc::-webkit-scrollbar {
  height: 5px;
}

.fair-go-c05ebc table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.fair-go-c05ebc table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.fair-go-c05ebc table thead,
table thead {
  border-bottom: none;
}

.fair-go-c05ebc table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.fair-go-c05ebc table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.fair-go-c05ebc table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.fair-go-c05ebc .fair-go-jnni64 {
  table-layout: auto;
}

.fair-go-c05ebc .fair-go-jnni64 th {
  word-break: normal;
}

.fair-go-c05ebc .fair-go-jnni64 td {
  word-break: normal;
}

.fair-go-77stmu .fair-go-77stmu {
  padding-right: 0;
  padding-left: 0;
}

.fair-go-2mdv4h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.fair-go-eyb5ga {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fair-go-v8faqf {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.fair-go-00aiea {
  margin-top: 24px;
}

.fair-go-00aiea.fair-go-dzd9k0 {
  text-align: left;
}

.fair-go-00aiea.fair-go-2fmgm7 {
  text-align: right;
}

.fair-go-00aiea.fair-go-r3tk98 {
  text-align: center;
}

.fair-go-ktut9k {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.fair-go-1zlvkv ease-in-out;
  cursor: pointer;
}

.fair-go-ktut9k:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.fair-go-ktut9k {
  min-width: 328px;
}

@media (max-width: 768px) {
  .fair-go-ktut9k {
    min-width: unset;
  }
}

.fair-go-gixa36 {
  background-color: var(--fh-bg-color);
}

.fair-go-whypgv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.fair-go-yb9xin {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.fair-go-yb9xin img {
  max-height: 80px;
  object-fit: contain;
}

.fair-go-64qg32 {
  flex: 1 1;
}

.fair-go-e5ps5a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.fair-go-hdrl07 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.fair-go-hdrl07 span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.fair-go-hdrl07.fair-go-96prsl span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.fair-go-hdrl07.fair-go-96prsl span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.fair-go-hdrl07.fair-go-96prsl span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.fair-go-64qg32 + .fair-go-e5ps5a {
  margin-left: 20px;
}

.fair-go-ive5hg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.fair-go-ive5hg > svg {
  max-width: 24px;
  max-height: 24px;
}

.fair-go-ive5hg + .fair-go-ive5hg {
  margin-left: 5px;
}

.fair-go-21oz3r {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.fair-go-21oz3r:hover {
  background-color: var(--button-bg-hover);
}

.fair-go-jxloua {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.fair-go-1zlvkv ease-in-out;
  border: 1px solid var(--border-color);
}

.fair-go-jxloua:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.fair-go-lfjfjb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .fair-go-64qg32 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .fair-go-lfjfjb {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .fair-go-64qg32 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .fair-go-ive5hg {
    min-width: unset;
    flex: 1 1;
  }
}

.fair-go-ctsmn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.fair-go-ctsmn1:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fair-go-ctsmn1:hover .fair-go-n2xf1f {
  opacity: 1;
  pointer-events: auto;
}

.fair-go-4b1zin {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.fair-go-430j8l ease-in-out;
  gap: 4px;
}

.fair-go-4b1zin > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.fair-go-4b1zin .fair-go-2mdv4h img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fair-go-o6gj6t,
.fair-go-4b1zin:hover {
  color: var(--button-bg-hover);
}

.fair-go-41ec3v {
  position: relative;
}

.fair-go-41ec3v .fair-go-4b1zin {
  margin-right: 0;
  padding-right: 4px;
}

.fair-go-9hgt66 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.fair-go-41ec3v.fair-go-96prsl .fair-go-9hgt66 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.fair-go-41ec3v.fair-go-96prsl .fair-go-n2xf1f {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.fair-go-41ec3v.fair-go-96prsl .fair-go-n2xf1f::before {
  display: none;
}

.fair-go-9hgt66 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.fair-go-n2xf1f {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.fair-go-nlu01e 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.fair-go-n2xf1f::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.fair-go-n2xf1f:hover {
  color: var(--fh-bg-color);
}

.fair-go-azhxyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.fair-go-nlu01e 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.fair-go-430j8l ease-in-out;
  -o-transition: 0.fair-go-430j8l ease-in-out;
  transition: 0.fair-go-430j8l ease-in-out;
}

.fair-go-azhxyo .fair-go-2mdv4h img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fair-go-9n1wmr,
.fair-go-azhxyo:hover {
  color: var(--button-bg-hover);
}

.fair-go-n19l9g {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.fair-go-n19l9g.fair-go-uez4kq {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.fair-go-n19l9g.fair-go-uez4kq:after,
.fair-go-n19l9g.fair-go-uez4kq:before {
  content: "";
  position: absolute;
  margin: auto;
}

.fair-go-n19l9g.fair-go-uez4kq:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.fair-go-n19l9g.fair-go-uez4kq:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.fair-go-n19l9g.fair-go-uez4kq > * {
  z-index: 1;
}

.fair-go-n19l9g b,
.fair-go-n19l9g strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.fair-go-n19l9g .fair-go-5kqno1 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.fair-go-n19l9g .fair-go-c5sgh7 {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.fair-go-n19l9g .fair-go-2mdv4h {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.fair-go-n19l9g .fair-go-m7uwoz {
  margin-top: 12px;
}

.fair-go-m7uwoz {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.fair-go-0r1ii0 {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.fair-go-m7uwoz .fair-go-nem0bg {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.fair-go-1zlvkv ease-in-out;
}

.fair-go-m7uwoz .fair-go-nem0bg:hover {
  background: rgba(255, 255, 255, 0.3);
}

.fair-go-gndu55 {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.fair-go-n19l9g.fair-go-vwykpw {
  gap: 12px;
  padding: 16px;
}

.fair-go-n19l9g.fair-go-vwykpw .fair-go-gndu55 {
  min-width: 240px;
}

.fair-go-n19l9g.fair-go-vwykpw .fair-go-gndu55.fair-go-1deuss {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .fair-go-n19l9g .fair-go-5kqno1 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .fair-go-n19l9g .fair-go-c5sgh7 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .fair-go-n19l9g .fair-go-2mdv4h {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .fair-go-n19l9g.fair-go-vwykpw .fair-go-2mdv4h {
    max-width: 126px;
  }
  .fair-go-n19l9g .fair-go-m7uwoz {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .fair-go-n19l9g .fair-go-0r1ii0 {
    max-width: unset;
  }
  .fair-go-gndu55 {
    min-width: unset;
    width: 100%;
  }
  .fair-go-n19l9g .fair-go-gndu55 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .fair-go-n19l9g.fair-go-vwykpw {
    grid-template-rows: auto 1fr auto;
  }
  .fair-go-n19l9g.fair-go-vwykpw .fair-go-gndu55 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .fair-go-n19l9g {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .fair-go-n19l9g .fair-go-5kqno1 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .fair-go-n19l9g .fair-go-2mdv4h {
    max-width: 78px;
  }
  .fair-go-n19l9g .fair-go-m7uwoz {
    margin-top: -12px;
  }
  .fair-go-n19l9g.fair-go-vwykpw {
    gap: 8px;
  }
  .fair-go-n19l9g.fair-go-vwykpw .fair-go-5kqno1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .fair-go-n19l9g.fair-go-vwykpw .fair-go-c5sgh7 {
    grid-column: 1/3;
  }
  .fair-go-n19l9g.fair-go-vwykpw .fair-go-2mdv4h {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .fair-go-n19l9g.fair-go-vwykpw .fair-go-2mdv4h img {
    max-width: 114px;
  }
}

.fair-go-gndu55.fair-go-i68kpw,
.fair-go-gndu55.fair-go-n23pos,
.fair-go-gndu55.fair-go-ckrnlg {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.fair-go-1zlvkv ease-in-out;
}

.fair-go-gndu55.fair-go-i68kpw,
.fair-go-gndu55.fair-go-ckrnlg {
  padding: 10px;
}

.fair-go-gndu55.fair-go-i68kpw:hover,
.fair-go-gndu55.fair-go-n23pos:hover,
.fair-go-gndu55.fair-go-ckrnlg:hover {
  background: var(--button-bg-hover);
}

.fair-go-gndu55.fair-go-i68kpw:hover svg path,
.fair-go-gndu55.fair-go-ckrnlg:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.fair-go-gndu55.fair-go-1deuss {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.fair-go-1zlvkv ease-in-out;
  background: var(--button-bg-color);
}

.fair-go-gndu55.fair-go-1deuss:hover {
  background-color: var(--button-bg-hover);
}

.fair-go-gndu55.fair-go-n23pos:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.fair-go-gndu55.fair-go-n23pos:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.fair-go-gndu55.fair-go-1deuss:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.fair-go-9wxh23 {
  max-width: 650px;
}

.fair-go-vzbdpi {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.fair-go-ogdphf {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fair-go-wt77iw {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.fair-go-430j8l ease-in-out;
  cursor: pointer;
}

.fair-go-wt77iw:hover {
  opacity: 0.5;
}

.fair-go-wt77iw:focus {
  outline: 0;
}

.fair-go-wt77iw:focus .fair-go-s3vj6u,
.fair-go-wt77iw:hover .fair-go-s3vj6u {
  fill: red;
  fill-opacity: 1;
}

.fair-go-wt77iw:hover {
  cursor: pointer;
}

.fair-go-dq6hf2 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.fair-go-9wxh23.fair-go-r3tk98 {
  margin: 0 auto;
}

.fair-go-9wxh23.fair-go-2fmgm7 {
  margin-left: auto;
}

.fair-go-847p8g {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.fair-go-llkbmy {
  padding-bottom: 50px;
}

.fair-go-hh3ya9 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.fair-go-m38xik {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.fair-go-tsl3yt {
  margin-top: 24px;
}

.fair-go-tqlvy2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fair-go-1jk96a {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.fair-go-95xj98 {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.fair-go-51t3zb {
  width: 468px;
}

.fair-go-95xj98 .fair-go-n2xf1f {
  margin: 0.fair-go-67gdnu 0;
}

.fair-go-31bx1l {
  display: flex;
  min-width: 224px;
}

.fair-go-f5nwgm {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.fair-go-430j8l ease-in-out;
}

.fair-go-rs3xz9,
.fair-go-f5nwgm:hover {
  color: var(--text-color);
}

.fair-go-nykkf7 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.fair-go-pgekyr {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .fair-go-847p8g {
    padding: 16px;
  }
  .fair-go-nykkf7 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .fair-go-pgekyr {
    align-items: center;
  }
  .fair-go-51t3zb {
    width: unset;
  }
  .fair-go-31bx1l {
    min-width: unset;
  }
  .fair-go-95xj98 {
    max-height: unset;
  }
  .fair-go-hh3ya9 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .fair-go-847p8g {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.fair-go-xsk1x7 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.fair-go-xsk1x7:not(:last-child) {
  margin-bottom: 16px;
}

.fair-go-1k4omw {
  outline: 0;
}

.fair-go-1k4omw .fair-go-92khtj {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.fair-go-3ge6eo {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .fair-go-3ge6eo {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.fair-go-3ge6eo::-webkit-details-marker {
  display: none;
}

.fair-go-3ge6eo:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.fair-go-3ge6eo:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .fair-go-3ge6eo:after {
  transform: unset;
}

.fair-go-92khtj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.fair-go-92khtj svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.fair-go-430j8l ease-in-out;
  -o-transition: 0.fair-go-430j8l ease-in-out;
  transition: 0.fair-go-430j8l ease-in-out;
}

.fair-go-hn5hg6 {
  padding: 16px 0 0 0;
}

.fair-go-hn5hg6 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .fair-go-hn5hg6 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fair-go-3ge6eo {
    flex-wrap: wrap;
    gap: 12px;
  }
  .fair-go-3ge6eo::after {
    margin-left: auto;
  }
  .fair-go-92khtj {
    order: 3;
    flex: 1 1 100%;
  }
  .fair-go-3ge6eo {
    font-size: 14px;
    line-height: 130%;
  }
  .fair-go-92khtj svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.fair-go-7z3kf9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.fair-go-9vcv6k {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.fair-go-7z3kf9.fair-go-96prsl .fair-go-9vcv6k {
  margin-bottom: 12px;
}

.fair-go-9vcv6k::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.fair-go-7z3kf9.fair-go-96prsl .fair-go-9vcv6k::after {
  transform: unset;
}

.fair-go-6t1u9c {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.fair-go-uelyrb {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.fair-go-430j8l ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.fair-go-uelyrb:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.fair-go-7z3kf9.fair-go-96prsl .fair-go-6t1u9c {
  max-height: 100%;
}

.fair-go-ep5xzv {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.fair-go-af3sap {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.fair-go-7i2ckw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.fair-go-obaglo {
  margin-right: 4px;
}

.fair-go-4bvlk1 {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.fair-go-430j8l ease-in-out;
}

.fair-go-4bvlk1 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.fair-go-3clo0l,
.fair-go-4bvlk1:hover {
  color: var(--text-color);
}

.fair-go-wpzthg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.fair-go-wpzthg img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.fair-go-wpzthg .fair-go-ad1pmx {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.fair-go-wpzthg .fair-go-5iw7mv {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.fair-go-uz63ew {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.fair-go-v9j7gb {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fair-go-bzq6ja .fair-go-77stmu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.fair-go-bzq6ja {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.fair-go-dyc79i {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.fair-go-kcuncy {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.fair-go-6tzpbq {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.fair-go-17jedg 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.fair-go-6tzpbq:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.fair-go-nkyxio {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.fair-go-jesndr {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.fair-go-430j8l ease-in-out;
  transition: transform 0.fair-go-430j8l ease-in-out;
  -o-transition: transform 0.fair-go-430j8l ease-in-out;
  transition:
    transform 0.fair-go-430j8l ease-in-out,
    -webkit-transform 0.fair-go-430j8l ease-in-out;
  cursor: pointer;
}

.fair-go-jesndr svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.fair-go-jesndr:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.fair-go-3fk88m {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .fair-go-3fk88m {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.fair-go-iir2bp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.fair-go-ed9vig {
  position: relative;
  width: 100%;
}

.fair-go-iir2bp.fair-go-zfw714 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fair-go-iir2bp.fair-go-r3tk98 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fair-go-iir2bp.fair-go-2fmgm7 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fair-go-r0iy8m {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.fair-go-jj10z9 {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.fair-go-430j8l ease-in-out;
  cursor: pointer;
}

.fair-go-jj10z9:hover {
  opacity: 0.5;
}

.fair-go-iir2bp.fair-go-88h41y .fair-go-jj10z9 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.fair-go-iir2bp.fair-go-88h41y .fair-go-r0iy8m {
  cursor: pointer;
}

.fair-go-0zetay {
  fill: #0009;
}

.fair-go-5qcx99 {
  fill: #fff;
}

.fair-go-jj10z9:hover .fair-go-0zetay {
  fill: red;
}

.fair-go-jj10z9 svg path {
  -webkit-transition: 0.fair-go-430j8l ease-in-out;
  -o-transition: 0.fair-go-430j8l ease-in-out;
  transition: 0.fair-go-430j8l ease-in-out;
}

.fair-go-xz20y8 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.fair-go-xz20y8 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.fair-go-xz20y8.fair-go-brxp6r > :not(.get-image) {
  grid-column: 1/3;
}

.fair-go-9twzsn:not(._h1-block) .fair-go-xz20y8 > .fair-go-s2d9b9 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.fair-go-xz20y8.fair-go-brxp6r .fair-go-436lah {
  grid-column: 2/3;
}

.fair-go-xz20y8.fair-go-brxp6r > .fair-go-2mdv4h {
  grid-column: 1/2;
}

.fair-go-xz20y8.fair-go-brxp6r > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.fair-go-xz20y8 > p:first-of-type {
  margin-top: 0;
}

.fair-go-xz20y8 .fair-go-2mdv4h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.fair-go-9twzsn:not(._h1-block) .fair-go-s2d9b9 ~ .fair-go-2mdv4h {
  grid-row: 2/10;
}

.fair-go-9twzsn.fair-go-1aacik .fair-go-s2d9b9 ~ .fair-go-2mdv4h {
  grid-row: 1/10;
}

.fair-go-9twzsn.fair-go-1aacik > .fair-go-s2d9b9 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.fair-go-9twzsn.fair-go-1aacik .fair-go-2mdv4h {
  grid-row: 1/10;
}

.fair-go-xz20y8.fair-go-v08dsa .fair-go-2mdv4h {
  align-items: flex-start;
}

.fair-go-xz20y8.fair-go-r3tk98 .fair-go-436lah {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.fair-go-xz20y8.fair-go-r3tk98 .fair-go-2mdv4h {
  align-items: center;
}

.fair-go-xz20y8.fair-go-on05gd .fair-go-2mdv4h {
  align-items: flex-end;
}

.fair-go-436lah > :first-child {
  margin-top: 0;
}

.fair-go-436lah > :last-child {
  margin-bottom: 0;
}

* + .fair-go-z4rnnm,
.fair-go-9twzsn + .fair-go-9twzsn {
  margin-top: 2rem;
}

.fair-go-g4zeo2 td::before,
.fair-go-g4zeo2 th::after {
  display: none !important;
}

.fair-go-g4zeo2 #link-selector {
  color: #000;
}

.fair-go-g4zeo2 .fair-go-r39xg3 {
  color: #135e96;
}

.fair-go-g4zeo2 .fair-go-whq5ae *,
.fair-go-g4zeo2 .fair-go-sox5fm p,
.fair-go-g4zeo2 .fair-go-gzb7mx * {
  color: #000;
}

.fair-go-g4zeo2 .fair-go-l6fchj {
  background: 0 0 !important;
}

.fair-go-g4zeo2 .fair-go-7cmfdl {
  color: #000;
}

.fair-go-g4zeo2 .fair-go-zqd6zo.fair-go-t1axcp {
  color: #fff;
}

.fair-go-g4zeo2 .fair-go-zphu7e {
  color: #000;
}

.fair-go-g4zeo2
  .fair-go-igmdu1
  .fair-go-tnisk8.fair-go-t1axcp.fair-go-m2qe8s {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.fair-go-ba3yug,
body .fair-go-aldps4 {
  color: #000;
  background: var(--color-body) !important;
}

.fair-go-ba3yug .fair-go-1jy3e4 .fair-go-7wom4f,
body .fair-go-aldps4 .fair-go-1jy3e4 .fair-go-7wom4f {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .fair-go-uelyrb:focus,
  .fair-go-uelyrb:hover {
    color: #f9cb16;
  }
  .fair-go-iqigyk:focus,
  .fair-go-iqigyk:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .fair-go-ufcez4:focus img,
  .fair-go-ufcez4:focus svg,
  .fair-go-ufcez4:hover img,
  .fair-go-ufcez4:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .fair-go-wpzthg {
    display: none;
  }
}

@media (min-width: 1024px) {
  .fair-go-41ec3v:hover .fair-go-9hgt66 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .fair-go-9hgt66 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .fair-go-xu0s5i {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .fair-go-ng63gh {
    grid-template-columns: repeat(4, 1fr);
  }
  .fair-go-cx868v {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .fair-go-jn7i1f .fair-go-y70h18 {
    grid-template-columns: 1fr;
  }
  .fair-go-jn7i1f .fair-go-nd3z8y {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .fair-go-jn7i1f .fair-go-j06t9g {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fair-go-jn7i1f .fair-go-mtleum {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fair-go-jn7i1f .fair-go-4tnmfz {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .fair-go-jn7i1f .fair-go-j06t9g:not(:first-child) {
    border: none;
  }
  .fair-go-jn7i1f .fair-go-j06t9g:first-child .fair-go-mtleum {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .fair-go-jn7i1f .fair-go-j06t9g:last-child .fair-go-mtleum {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .fair-go-whypgv {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .fair-go-yb9xin {
    max-width: 100px;
  }
  .fair-go-64qg32 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .fair-go-e5ps5a {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .fair-go-e5ps5a svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .fair-go-hdrl07 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .fair-go-64qg32 + .fair-go-e5ps5a {
    margin-left: auto;
  }
  .fair-go-ul3hph {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .fair-go-ul3hph.fair-go-96prsl {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .fair-go-lfjfjb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .fair-go-ctsmn1 {
    width: 100%;
  }
  .fair-go-ctsmn1:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .fair-go-4b1zin {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .fair-go-4b1zin svg {
    margin-right: 4px;
  }
  .fair-go-41ec3v {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fair-go-9hgt66 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .fair-go-9hgt66 {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .fair-go-n2xf1f {
    display: none;
    width: 100%;
  }
  .fair-go-41ec3v.fair-go-96prsl .fair-go-n2xf1f {
    padding: 0 0 0 48px;
  }
  .fair-go-azhxyo {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .fair-go-m38xik .fair-go-2mdv4h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .fair-go-6bi27k {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .fair-go-6bi27k + .fair-go-6bi27k {
    margin-right: 0;
  }
  .fair-go-6bi27k + .fair-go-2mdv4h {
    margin: 0;
  }
  .fair-go-xu0s5i {
    grid-template-columns: repeat(4, 1fr);
  }
  .fair-go-ng63gh {
    grid-template-columns: repeat(3, 1fr);
  }
  .fair-go-cfb6ey,
  .fair-go-r0ppe0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .fair-go-xz20y8 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .fair-go-xz20y8.fair-go-brxp6r .fair-go-436lah {
    grid-column: auto;
    grid-row: auto;
  }
  .fair-go-xz20y8 > .fair-go-s2d9b9 {
    grid-column: 1/2;
  }
  .fair-go-xz20y8.fair-go-brxp6r > :not(.get-image) {
    grid-column: 1/2;
  }
  .fair-go-xz20y8 .fair-go-2mdv4h,
  .fair-go-xz20y8.fair-go-brxp6r > .fair-go-2mdv4h {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .fair-go-xz20y8.fair-go-brxp6r > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .fair-go-9twzsn.fair-go-1aacik .fair-go-xz20y8 > .fair-go-2mdv4h {
    grid-row: 1/2;
  }
  .fair-go-xz20y8 .fair-go-s2d9b9 ~ .fair-go-2mdv4h,
  .fair-go-xz20y8.fair-go-brxp6r .fair-go-s2d9b9 ~ .fair-go-2mdv4h {
    grid-row: 2/3;
  }
  .fair-go-9twzsn.fair-go-1aacik .fair-go-s2d9b9 ~ .fair-go-2mdv4h {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .fair-go-vd1xuu:first-child .fair-go-mhs93a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fair-go-vd1xuu:first-child .fair-go-mhs93a h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .fair-go-vd1xuu {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .fair-go-vd1xuu {
    padding: 0;
  }
  .fair-go-00aiea {
    margin-top: 1rem;
  }
  .fair-go-1k4omw {
    border-radius: 5px;
  }
  .fair-go-xpy0lf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fair-go-9vcv6k::after {
    display: inline-block;
  }
  .fair-go-9vcv6k {
    margin: 0;
    width: 100%;
  }
  .fair-go-6t1u9c {
    width: 100%;
  }
  .fair-go-6t1u9c.fair-go-eu7op0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .fair-go-6t1u9c.fair-go-eu7op0 .fair-go-xkqzqu {
    width: 100%;
  }
  .fair-go-6t1u9c.fair-go-eu7op0 .fair-go-xkqzqu:not(:last-child) {
    margin-right: 0;
  }
  .fair-go-uelyrb {
    width: 100%;
    text-align: center;
  }
  .fair-go-7z3kf9.fair-go-96prsl .fair-go-6t1u9c {
    margin-top: 1rem;
  }
  .fair-go-xu0s5i {
    grid-template-columns: repeat(3, 1fr);
  }
  .fair-go-cx868v,
  .fair-go-ng63gh {
    grid-template-columns: repeat(2, 1fr);
  }
  .fair-go-cfb6ey,
  .fair-go-r0ppe0,
  .fair-go-peow9r {
    grid-template-columns: 1fr;
  }
  .fair-go-h9wohh {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .fair-go-hlmvjj {
    min-width: 300px;
    max-width: 325px;
  }
  .fair-go-mtleum {
    cursor: auto;
  }
  .fair-go-gmv6o2 .fair-go-mtleum {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .fair-go-3fk88m {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .fair-go-n2xf1f {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .fair-go-3fk88m {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.fair-go-6bi27k p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .fair-go-e5ps5a {
    margin: 0 -0.2rem;
  }
  .fair-go-6bi27k {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fair-go-l6701l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .fair-go-hld5xj {
    max-width: 100%;
  }
  .fair-go-xu0s5i {
    grid-template-columns: repeat(2, 1fr);
  }
  .fair-go-cx868v,
  .fair-go-ng63gh {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .fair-go-whypgv {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fair-go-e5ps5a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .fair-go-gixa36 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fair-go-ive5hg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .fair-go-zg9cd2,
  .fair-go-wyktje {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .fair-go-ktut9k {
    width: 100%;
  }
  .fair-go-xu0s5i {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .fair-go-3fk88m {
    top: 127px !important;
  }
}

.fair-go-4t9r6i {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .fair-go-4t9r6i {
  }
}

@media (max-width: 767px) {
  .fair-go-4t9r6i {
    margin-bottom: 12px;
  }
}

.fair-go-4t9r6i img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.fair-go-vm6jp9 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.fair-go-vm6jp9 > .fair-go-dl70hz {
  flex: 1 1;
}

@media (max-width: 767px) {
  .fair-go-vm6jp9 {
    flex-direction: column;
    gap: 12px;
  }
}

.fair-go-hkii4q {
  display: flex;
}

.fair-go-hkii4q .fair-go-26w87w {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.fair-go-hkii4q .fair-go-1yytms {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.fair-go-hkii4q .fair-go-e6ohjz {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.fair-go-hkii4q .fair-go-t86vjo {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.fair-go-hkii4q .fair-go-t86vjo:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.fair-go-hkii4q .fair-go-v8634d {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.fair-go-wqh5or {
  border: unset;
  background-color: unset;
}

.fair-go-wqh5or tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.fair-go-wqh5or .fair-go-3atvn1,
.fair-go-wqh5or .fair-go-ryngp2 {
  flex: 0 1 330px;
}

.fair-go-wqh5or .fair-go-tc5773 {
  flex: 1 1;
}

.fair-go-wqh5or tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.fair-go-wqh5or tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.fair-go-wqh5or tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.fair-go-wqh5or tr td p {
  color: #fff;
  margin: 0;
}

.fair-go-wqh5or tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.fair-go-wqh5or tr.fair-go-3atvn1 td p {
  padding: 16px 0;
}

.fair-go-wqh5or tr.fair-go-3atvn1 td p:not(:last-child),
.fair-go-wqh5or tr.fair-go-ryngp2 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.fair-go-wqh5or tr.fair-go-3atvn1 td p:first-child,
.fair-go-wqh5or tr.fair-go-ryngp2 td p:first-child {
  padding-top: 0;
}

.fair-go-wqh5or tr.fair-go-ryngp2 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.fair-go-wqh5or tr.fair-go-ryngp2 td p:last-child {
  padding-bottom: 0;
}

.fair-go-wqh5or .fair-go-ryngp2 img {
  max-width: 32px;
}

.fair-go-wqh5or .fair-go-tc5773 {
  min-width: 718px;
}

.fair-go-wqh5or .fair-go-tc5773 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.fair-go-wqh5or .fair-go-tc5773 td {
  display: flex;
}

.fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-ss9pzg,
.fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-m454jx,
.fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-mghowh {
  flex: 1 1 50%;
}

.fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-d5z0a8 {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-of2zra,
.fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-mzlhmv {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-ss9pzg,
.fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-m454jx {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-ss9pzg span,
.fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-m454jx span {
  font-weight: 800;
}

.fair-go-wqh5or .fair-go-tc5773 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .fair-go-wqh5or .fair-go-tc5773 td .fair-go-mghowh:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .fair-go-wqh5or tr.fair-go-3atvn1 td p:last-child {
    padding-bottom: 0;
  }
  .fair-go-wqh5or .fair-go-ryngp2 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .fair-go-wqh5or .fair-go-ryngp2 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .fair-go-wqh5or tr.fair-go-3atvn1 td p:not(:last-child),
  .fair-go-wqh5or tr.fair-go-ryngp2 td p:not(:last-child) {
    border-bottom: unset;
  }
  .fair-go-wqh5or tr.fair-go-ryngp2 td p:last-child {
    padding-bottom: 12px;
  }
  .fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-ss9pzg,
  .fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-m454jx,
  .fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-mghowh {
    flex: 1 1 50%;
    padding: 0;
  }
  .fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-ss9pzg,
  .fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-m454jx {
    margin-top: 16px;
  }
  .fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-mghowh {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-ss9pzg {
    border-right: 1px solid var(--border-color);
  }
  .fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-mghowh:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .fair-go-wqh5or .fair-go-tc5773 td:last-child .fair-go-mghowh:last-child {
    padding-bottom: 0;
  }
}

.fair-go-mghowh {
  display: flex;
  flex-direction: column;
}

.fair-go-wqh5or .fair-go-tc5773 td .fair-go-mghowh {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.fair-go-wqh5or .fair-go-tc5773 td .fair-go-mghowh:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.fair-go-wqh5or .fair-go-tc5773 td .fair-go-mghowh:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .fair-go-wqh5or .fair-go-tc5773 td .fair-go-mghowh:not(:first-child) {
    padding-left: 0;
  }
  .fair-go-wqh5or .fair-go-tc5773 td .fair-go-mghowh:not(:last-of-type) {
    border-right: unset;
  }
}

.fair-go-wqh5or .fair-go-20gh6r {
  flex: 0 1 485px;
}

.fair-go-wqh5or .fair-go-22n20z {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.fair-go-wqh5or .fair-go-22n20z li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fair-go-wqh5or .fair-go-22n20z li.fair-go-hureua {
  padding: 6px 12px;
}

.fair-go-wqh5or .fair-go-22n20z li a,
.fair-go-wqh5or .fair-go-22n20z li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.fair-go-wqh5or .fair-go-0dd381,
.fair-go-wqh5or .fair-go-ea1m0q {
  flex: 1 1;
}

.fair-go-wqh5or .fair-go-9yrth2,
.fair-go-wqh5or .fair-go-oh37f8 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fair-go-wqh5or .fair-go-9yrth2 li,
.fair-go-wqh5or .fair-go-oh37f8 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.fair-go-wqh5or .fair-go-ea1m0q img {
  max-width: 32px;
}

.fair-go-wqh5or .fair-go-0dd381 img {
  max-width: 32px;
}

.fair-go-wqh5or .fair-go-4fsnsb {
  min-width: 280px;
}

.fair-go-wqh5or .fair-go-4fsnsb img {
  max-width: 146px;
}

.fair-go-wqh5or .fair-go-4fsnsb td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .fair-go-wqh5or .fair-go-3atvn1,
  .fair-go-wqh5or .fair-go-ryngp2 {
    flex: 0 1 auto;
  }
  .fair-go-wqh5or .fair-go-tc5773 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .fair-go-wqh5or .fair-go-3atvn1,
  .fair-go-wqh5or .fair-go-20gh6r,
  .fair-go-wqh5or .fair-go-ryngp2,
  .fair-go-wqh5or .fair-go-tc5773 {
    flex: 1 1 calc(50% - 20px);
  }
  .fair-go-wqh5or .fair-go-0dd381,
  .fair-go-wqh5or .fair-go-4fsnsb,
  .fair-go-wqh5or .fair-go-ea1m0q {
    flex: 1 1 30%;
  }
  .fair-go-wqh5or .fair-go-4fsnsb {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .fair-go-wqh5or .fair-go-3atvn1,
  .fair-go-wqh5or .fair-go-20gh6r,
  .fair-go-wqh5or .fair-go-0dd381,
  .fair-go-wqh5or .fair-go-ryngp2,
  .fair-go-wqh5or .fair-go-tc5773,
  .fair-go-wqh5or .fair-go-4fsnsb,
  .fair-go-wqh5or .fair-go-ea1m0q {
    flex: 1 1 100%;
  }
}

.fair-go-8kltnl .fair-go-jg2pnh {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fair-go-8kltnl .fair-go-xnrcc0 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.fair-go-8kltnl .fair-go-sl5khb {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.fair-go-8kltnl .fair-go-k2jjp0 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.fair-go-8kltnl .fair-go-k2jjp0 > :nth-child(3) {
  margin-top: 0;
}

.fair-go-8kltnl .fair-go-2mdv4h {
  grid-column: 2/3;
  grid-row: 1/10;
}

.fair-go-8kltnl .fair-go-mr52xu {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.fair-go-8kltnl .fair-go-00aiea {
  grid-column: 1/2;
}

.fair-go-8kltnl > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.fair-go-8kltnl .fair-go-xnrcc0:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.fair-go-8kltnl .fair-go-xnrcc0:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.fair-go-8kltnl .fair-go-ktut9k {
  min-width: 240px;
}

@media (max-width: 768px) {
  .fair-go-8kltnl .fair-go-xnrcc0:not(:last-child):before {
    bottom: 8px;
  }
  .fair-go-8kltnl .fair-go-xnrcc0:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .fair-go-8kltnl .fair-go-k2jjp0 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .fair-go-8kltnl .fair-go-2mdv4h {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .fair-go-8kltnl .fair-go-2mdv4h img {
    width: 100%;
    height: auto;
  }
  .fair-go-8kltnl .fair-go-ktut9k {
    width: 100%;
    min-width: unset;
  }
}

.fair-go-a1wda2 .fair-go-2upqj4 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.fair-go-a1wda2 .fair-go-gua51q {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.fair-go-a1wda2 .fair-go-2mdv4h {
  height: 100%;
}

.fair-go-a1wda2 .fair-go-2mdv4h img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.fair-go-a1wda2 .fair-go-24zjma {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.fair-go-a1wda2 .fair-go-cjusps {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.fair-go-a1wda2 .fair-go-elgpxb {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .fair-go-a1wda2 .fair-go-gua51q {
    flex: 1 1 100%;
  }
  .fair-go-a1wda2 .fair-go-gndu55 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .fair-go-a1wda2 .fair-go-gua51q {
    flex-direction: column;
  }
  .fair-go-a1wda2 .fair-go-2mdv4h {
    width: 100%;
    height: auto;
  }
  .fair-go-a1wda2 .fair-go-2mdv4h img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .fair-go-a1wda2 .fair-go-24zjma {
    padding: 0 16px 16px 16px;
  }
  .fair-go-a1wda2 .fair-go-gndu55 {
    min-width: unset;
    width: 100%;
  }
}

.fair-go-j6ijhk .fair-go-bm0erm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.fair-go-j6ijhk .fair-go-vcl134 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.fair-go-j6ijhk img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.fair-go-j6ijhk .fair-go-6jkq2p {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.fair-go-j6ijhk .fair-go-vcl134:hover .fair-go-6jkq2p {
  display: flex;
}

.fair-go-j6ijhk .fair-go-cq4gdv {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fair-go-j6ijhk .fair-go-guchx0 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.fair-go-raadfb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.fair-go-raadfb.fair-go-823ud7 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.fair-go-1zlvkv ease-in-out;
}

.fair-go-raadfb.fair-go-823ud7:hover {
  color: #f9cb16;
  background-color: transparent;
}

.fair-go-j6ijhk .fair-go-g09e1m {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.fair-go-1zlvkv ease-in-out;
}

.fair-go-j6ijhk .fair-go-g09e1m:hover {
  color: #196948;
  background-color: #f9cb16;
}

.fair-go-j6ijhk .fair-go-g09e1m:after,
.fair-go-raadfb.fair-go-823ud7:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.fair-go-raadfb.fair-go-823ud7:after {
  background-image: url(../images/Cash.svg);
}

.fair-go-j6ijhk .fair-go-g09e1m:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .fair-go-j6ijhk .fair-go-bm0erm {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .fair-go-j6ijhk .fair-go-bm0erm {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fair-go-j6ijhk .fair-go-bm0erm {
    grid-template-columns: 1fr;
  }
  .fair-go-j6ijhk .fair-go-vcl134 {
    height: auto;
  }
  .fair-go-j6ijhk .fair-go-vcl134 .fair-go-6jkq2p {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .fair-go-j6ijhk .fair-go-cq4gdv,
  .fair-go-j6ijhk .fair-go-guchx0 {
    text-align: left;
  }
  .fair-go-j6ijhk .fair-go-guchx0 {
    margin-bottom: 8px;
  }
  .fair-go-j6ijhk img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.fair-go-6iv1l2 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.fair-go-6iv1l2.fair-go-88h41y {
  display: block;
}

.fair-go-6iv1l2 .fair-go-nowchz {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.fair-go-6iv1l2 .fair-go-h0g6mt {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.fair-go-6iv1l2 .fair-go-v0osi6 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.fair-go-6iv1l2 .fair-go-kdaxxk {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.fair-go-6iv1l2 .fair-go-raadfb {
  min-width: 296px;
  margin-bottom: 0;
}

.fair-go-6iv1l2 .fair-go-mm46sv {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.fair-go-6iv1l2 .fair-go-0rcumo {
  position: relative;
  flex: 1 1;
}

.fair-go-6iv1l2 .fair-go-0rcumo iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .fair-go-6iv1l2 .fair-go-h0g6mt {
    flex-wrap: wrap;
    gap: 8px;
  }
  .fair-go-6iv1l2 .fair-go-v0osi6 {
    order: 1;
  }
  .fair-go-6iv1l2 .fair-go-kdaxxk {
    order: 3;
    flex: 1 1 100%;
  }
  .fair-go-6iv1l2 .fair-go-raadfb {
    width: 100%;
    min-width: unset;
  }
  .fair-go-6iv1l2 .fair-go-mm46sv {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .fair-go-xz20y8 > .fair-go-s2d9b9 {
    margin-bottom: 0;
  }
  .fair-go-xz20y8 > .fair-go-00aiea,
  .fair-go-xz20y8 > p {
    margin-top: 0;
  }
}

.fair-go-gov9e0 img,
.fair-go-6bi27k img {
  width: auto;
  object-fit: contain;
}

.fair-go-gov9e0 {
  align-items: center;
}

.fair-go-gov9e0 img {
  max-height: 76px;
}

.fair-go-6bi27k img {
  max-height: 64px;
}

.fair-go-8wxl1c {
  overflow: auto;
}

.fair-go-ll2qeg {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.fair-go-4p7s95:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.fair-go-mgipo0 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.fair-go-nlawo4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fair-go-mgipo0 .fair-go-2mdv4h {
  margin-right: 20px;
  flex-shrink: 0;
}

.fair-go-mgipo0 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.fair-go-efciti {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.fair-go-efciti > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fair-go-mgipo0 {
    padding: 15px 10px;
  }
  .fair-go-efciti {
    padding: 15px 10px;
  }
  .fair-go-mgipo0 .fair-go-2mdv4h {
    margin-right: 10px;
  }
}

.fair-go-hwjxb6 {
  overflow-x: auto;
}

.fair-go-ip8kew {
  border-collapse: collapse;
  width: 100%;
}

.fair-go-hwjxb6 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.fair-go-hwjxb6 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.fair-go-hwjxb6 td.fair-go-0lyjwd {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.fair-go-hwjxb6 td.fair-go-8ae883 {
  border-right: none;
}

.fair-go-hwjxb6 td.fair-go-8ae883 .fair-go-2mdv4h {
  justify-content: flex-start;
}

.fair-go-hwjxb6 td.fair-go-8ae883 .fair-go-2mdv4h img {
  height: auto;
  width: 90px;
}

.fair-go-hwjxb6 td.fair-go-9ic2uy,
.fair-go-hwjxb6 td.fair-go-uxtc82 {
  font-weight: 600;
  text-align: right;
}

.fair-go-hwjxb6 td.fair-go-2avmuw,
.fair-go-hwjxb6 td.fair-go-9ic2uy {
  padding-bottom: 10px;
  border-bottom: none;
}

.fair-go-hwjxb6 td.fair-go-9ic2uy,
.fair-go-hwjxb6 td.fair-go-uxtc82 {
  border-left: none;
}

.fair-go-hwjxb6 td.fair-go-2avmuw,
.fair-go-hwjxb6 td.fair-go-f5ikxd {
  border-right: none;
}

.fair-go-hwjxb6 td.fair-go-f5ikxd,
.fair-go-hwjxb6 td.fair-go-uxtc82 {
  border-top: none;
  padding-top: 10px;
}

.fair-go-nyi3wq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.fair-go-nyi3wq .fair-go-gndu55 {
  min-width: unset;
  width: 100%;
}

.fair-go-nyi3wq .fair-go-gndu55.fair-go-i68kpw {
  grid-column: 1/2;
  grid-row: 1/2;
}

.fair-go-nyi3wq .fair-go-gndu55.fair-go-ckrnlg {
  grid-column: 2/3;
  grid-row: 1/2;
}

.fair-go-nyi3wq .fair-go-06chtt {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .fair-go-nyi3wq {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .fair-go-nyi3wq .fair-go-gndu55.fair-go-i68kpw {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .fair-go-nyi3wq .fair-go-gndu55.fair-go-ckrnlg {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .fair-go-nyi3wq .fair-go-06chtt {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.fair-go-a869j4 {
  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;
}

.fair-go-l73f5c {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.fair-go-8fxytm p a img {
  margin: 0 auto;
  display: block;
}

.fair-go-8fxytm table {
  margin-bottom: 17px;
}

/* contanct form */
.fair-go-r7cwev {
  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-r7cwev label {
  font-size: 14px;
}

.fair-go-r7cwev h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.fair-go-r7cwev input,
.fair-go-r7cwev textarea,
.fair-go-r7cwev 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-r7cwev button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.fair-go-1zlvkv ease;
}
.fair-go-r7cwev button:hover {
  background-color: #691204;
}
.fair-go-fx8i4y {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.fair-go-cpxtrs ease-in;
}

.fair-go-fx8i4y h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.fair-go-2nre18, .fair-go-sljet5, [class*="review-card"],
thead, thead th, table th, .fair-go-bbc2ir,
.fair-go-pjysz7, [class*="collapsible-header"],
.fair-go-rewtts, [class*="updated-block"] {
  color: #ece7dc !important;
}
