@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);
}

.fafabet9-aiittf {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fafabet9-pn5t84 {
  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.fafabet9-a6jbjt,
ul.fafabet9-a6jbjt {
  padding-left: 20px;
}

ul.fafabet9-a6jbjt {
  list-style: disc;
}

ol.fafabet9-a6jbjt {
  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;
  }
}

.fafabet9-hj8vwp > .fafabet9-inhvn3,
.fafabet9-hj8vwp > .fafabet9-wrr1az,
.fafabet9-hj8vwp > blockquote,
.fafabet9-hj8vwp > h1,
.fafabet9-hj8vwp > h2,
.fafabet9-hj8vwp > h3,
.fafabet9-hj8vwp > h4,
.fafabet9-hj8vwp > h5,
.fafabet9-hj8vwp > h6,
.fafabet9-hj8vwp > ol,
.fafabet9-hj8vwp > p,
.fafabet9-hj8vwp > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fafabet9-hj8vwp > ol,
.fafabet9-hj8vwp > ul {
  padding-left: 50px;
}

.fafabet9-hj8vwp 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;
}

.fafabet9-hj8vwp:not(:last-child) {
  margin-bottom: 2rem;
}

.fafabet9-hj8vwp > :not(:first-child) {
  margin-top: 2rem;
}

.fafabet9-hj8vwp {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fafabet9-hj8vwp:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .fafabet9-hj8vwp:first-child {
    margin-top: 20px;
  }
}

.fafabet9-hj8vwp > p:last-of-type {
  margin-bottom: 32px;
}

.fafabet9-hj8vwp > .fafabet9-sfwt0r:not(:first-child) {
  margin: 64px auto 16px auto;
}

.fafabet9-0cye44 > .fafabet9-sfwt0r {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fafabet9-wrr1az {
  overflow: auto;
}

.fafabet9-wrr1az::-webkit-scrollbar {
  height: 5px;
}

.fafabet9-wrr1az table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.fafabet9-wrr1az table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.fafabet9-wrr1az table thead,
table thead {
  border-bottom: none;
}

.fafabet9-wrr1az table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.fafabet9-wrr1az table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.fafabet9-wrr1az table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.fafabet9-wrr1az .fafabet9-2wu650 {
  table-layout: auto;
}

.fafabet9-wrr1az .fafabet9-2wu650 th {
  word-break: normal;
}

.fafabet9-wrr1az .fafabet9-2wu650 td {
  word-break: normal;
}

.fafabet9-aiittf .fafabet9-aiittf {
  padding-right: 0;
  padding-left: 0;
}

.fafabet9-enlzqn {
  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;
}

.fafabet9-5rh9jm {
  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;
}

.fafabet9-f3obc8 {
  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;
}

.fafabet9-inhvn3 {
  margin-top: 24px;
}

.fafabet9-inhvn3.fafabet9-myrlom {
  text-align: left;
}

.fafabet9-inhvn3.fafabet9-hzsm1k {
  text-align: right;
}

.fafabet9-inhvn3.fafabet9-vl9jd0 {
  text-align: center;
}

.fafabet9-tyfbdf {
  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.fafabet9-z2tr6a ease-in-out;
  cursor: pointer;
}

.fafabet9-tyfbdf:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.fafabet9-tyfbdf {
  min-width: 328px;
}

@media (max-width: 768px) {
  .fafabet9-tyfbdf {
    min-width: unset;
  }
}

.fafabet9-z4o0ys {
  background-color: var(--fh-bg-color);
}

.fafabet9-6mgc8p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.fafabet9-qdgdxi {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.fafabet9-qdgdxi img {
  max-height: 80px;
  object-fit: contain;
}

.fafabet9-9ef6mw {
  flex: 1 1;
}

.fafabet9-6umvly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.fafabet9-cafh7q {
  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;
}

.fafabet9-cafh7q 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;
}

.fafabet9-cafh7q.fafabet9-j1r5yw span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.fafabet9-cafh7q.fafabet9-j1r5yw span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.fafabet9-cafh7q.fafabet9-j1r5yw span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.fafabet9-9ef6mw + .fafabet9-6umvly {
  margin-left: 20px;
}

.fafabet9-c54k1a {
  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;
}

.fafabet9-c54k1a > svg {
  max-width: 24px;
  max-height: 24px;
}

.fafabet9-c54k1a + .fafabet9-c54k1a {
  margin-left: 5px;
}

.fafabet9-cfsl02 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.fafabet9-cfsl02:hover {
  background-color: var(--button-bg-hover);
}

.fafabet9-ic6b53 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.fafabet9-z2tr6a ease-in-out;
  border: 1px solid var(--border-color);
}

.fafabet9-ic6b53:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.fafabet9-4i3b5v {
  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) {
  .fafabet9-9ef6mw {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .fafabet9-4i3b5v {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .fafabet9-9ef6mw {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .fafabet9-c54k1a {
    min-width: unset;
    flex: 1 1;
  }
}

.fafabet9-ax54wh {
  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;
}

.fafabet9-ax54wh:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fafabet9-ax54wh:hover .fafabet9-p7kbqj {
  opacity: 1;
  pointer-events: auto;
}

.fafabet9-0vl6kv {
  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.fafabet9-f68dvc ease-in-out;
  gap: 4px;
}

.fafabet9-0vl6kv > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.fafabet9-0vl6kv .fafabet9-enlzqn img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fafabet9-oshqnw,
.fafabet9-0vl6kv:hover {
  color: var(--button-bg-hover);
}

.fafabet9-aouzsd {
  position: relative;
}

.fafabet9-aouzsd .fafabet9-0vl6kv {
  margin-right: 0;
  padding-right: 4px;
}

.fafabet9-p6xdzn svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.fafabet9-aouzsd.fafabet9-j1r5yw .fafabet9-p6xdzn svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.fafabet9-aouzsd.fafabet9-j1r5yw .fafabet9-p7kbqj {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.fafabet9-aouzsd.fafabet9-j1r5yw .fafabet9-p7kbqj::before {
  display: none;
}

.fafabet9-p6xdzn svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.fafabet9-p7kbqj {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.fafabet9-0zm4tx 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.fafabet9-p7kbqj::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.fafabet9-p7kbqj:hover {
  color: var(--fh-bg-color);
}

.fafabet9-5b919r {
  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.fafabet9-0zm4tx 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.fafabet9-f68dvc ease-in-out;
  -o-transition: 0.fafabet9-f68dvc ease-in-out;
  transition: 0.fafabet9-f68dvc ease-in-out;
}

.fafabet9-5b919r .fafabet9-enlzqn img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fafabet9-jw7z9b,
.fafabet9-5b919r:hover {
  color: var(--button-bg-hover);
}

.fafabet9-atgi0i {
  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%;
}

.fafabet9-atgi0i.fafabet9-hcyx8p {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.fafabet9-atgi0i.fafabet9-hcyx8p:after,
.fafabet9-atgi0i.fafabet9-hcyx8p:before {
  content: "";
  position: absolute;
  margin: auto;
}

.fafabet9-atgi0i.fafabet9-hcyx8p: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);
  }
}

.fafabet9-atgi0i.fafabet9-hcyx8p:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.fafabet9-atgi0i.fafabet9-hcyx8p > * {
  z-index: 1;
}

.fafabet9-atgi0i b,
.fafabet9-atgi0i strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.fafabet9-atgi0i .fafabet9-e0598j {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.fafabet9-atgi0i .fafabet9-twyagm {
  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;
}

.fafabet9-atgi0i .fafabet9-enlzqn {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.fafabet9-atgi0i .fafabet9-yau09g {
  margin-top: 12px;
}

.fafabet9-yau09g {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.fafabet9-mxk141 {
  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;
}

.fafabet9-yau09g .fafabet9-edoqcz {
  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.fafabet9-z2tr6a ease-in-out;
}

.fafabet9-yau09g .fafabet9-edoqcz:hover {
  background: rgba(255, 255, 255, 0.3);
}

.fafabet9-amua7g {
  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;
}

.fafabet9-atgi0i.fafabet9-1sg6kc {
  gap: 12px;
  padding: 16px;
}

.fafabet9-atgi0i.fafabet9-1sg6kc .fafabet9-amua7g {
  min-width: 240px;
}

.fafabet9-atgi0i.fafabet9-1sg6kc .fafabet9-amua7g.fafabet9-btxzc3 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .fafabet9-atgi0i .fafabet9-e0598j {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .fafabet9-atgi0i .fafabet9-twyagm {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .fafabet9-atgi0i .fafabet9-enlzqn {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .fafabet9-atgi0i.fafabet9-1sg6kc .fafabet9-enlzqn {
    max-width: 126px;
  }
  .fafabet9-atgi0i .fafabet9-yau09g {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .fafabet9-atgi0i .fafabet9-mxk141 {
    max-width: unset;
  }
  .fafabet9-amua7g {
    min-width: unset;
    width: 100%;
  }
  .fafabet9-atgi0i .fafabet9-amua7g {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .fafabet9-atgi0i.fafabet9-1sg6kc {
    grid-template-rows: auto 1fr auto;
  }
  .fafabet9-atgi0i.fafabet9-1sg6kc .fafabet9-amua7g {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .fafabet9-atgi0i {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .fafabet9-atgi0i .fafabet9-e0598j {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .fafabet9-atgi0i .fafabet9-enlzqn {
    max-width: 78px;
  }
  .fafabet9-atgi0i .fafabet9-yau09g {
    margin-top: -12px;
  }
  .fafabet9-atgi0i.fafabet9-1sg6kc {
    gap: 8px;
  }
  .fafabet9-atgi0i.fafabet9-1sg6kc .fafabet9-e0598j {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .fafabet9-atgi0i.fafabet9-1sg6kc .fafabet9-twyagm {
    grid-column: 1/3;
  }
  .fafabet9-atgi0i.fafabet9-1sg6kc .fafabet9-enlzqn {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .fafabet9-atgi0i.fafabet9-1sg6kc .fafabet9-enlzqn img {
    max-width: 114px;
  }
}

.fafabet9-amua7g.fafabet9-tz5qsd,
.fafabet9-amua7g.fafabet9-iizarl,
.fafabet9-amua7g.fafabet9-8qbx8x {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.fafabet9-z2tr6a ease-in-out;
}

.fafabet9-amua7g.fafabet9-tz5qsd,
.fafabet9-amua7g.fafabet9-8qbx8x {
  padding: 10px;
}

.fafabet9-amua7g.fafabet9-tz5qsd:hover,
.fafabet9-amua7g.fafabet9-iizarl:hover,
.fafabet9-amua7g.fafabet9-8qbx8x:hover {
  background: var(--button-bg-hover);
}

.fafabet9-amua7g.fafabet9-tz5qsd:hover svg path,
.fafabet9-amua7g.fafabet9-8qbx8x:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.fafabet9-amua7g.fafabet9-btxzc3 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.fafabet9-z2tr6a ease-in-out;
  background: var(--button-bg-color);
}

.fafabet9-amua7g.fafabet9-btxzc3:hover {
  background-color: var(--button-bg-hover);
}

.fafabet9-amua7g.fafabet9-iizarl: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);
  }
}

.fafabet9-amua7g.fafabet9-iizarl:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.fafabet9-amua7g.fafabet9-btxzc3:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.fafabet9-ae2f41 {
  max-width: 650px;
}

.fafabet9-yyndik {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.fafabet9-nasypy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fafabet9-j3noxu {
  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.fafabet9-f68dvc ease-in-out;
  cursor: pointer;
}

.fafabet9-j3noxu:hover {
  opacity: 0.5;
}

.fafabet9-j3noxu:focus {
  outline: 0;
}

.fafabet9-j3noxu:focus .fafabet9-7dgvns,
.fafabet9-j3noxu:hover .fafabet9-7dgvns {
  fill: red;
  fill-opacity: 1;
}

.fafabet9-j3noxu:hover {
  cursor: pointer;
}

.fafabet9-c1mktp {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.fafabet9-ae2f41.fafabet9-vl9jd0 {
  margin: 0 auto;
}

.fafabet9-ae2f41.fafabet9-hzsm1k {
  margin-left: auto;
}

.fafabet9-wccnqs {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.fafabet9-gtwgoj {
  padding-bottom: 50px;
}

.fafabet9-3cq0el {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.fafabet9-scrmva {
  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;
}

.fafabet9-qpuuzw {
  margin-top: 24px;
}

.fafabet9-4hcfkm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fafabet9-13nckv {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.fafabet9-j831jg {
  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;
}

.fafabet9-ak1i0m {
  width: 468px;
}

.fafabet9-j831jg .fafabet9-p7kbqj {
  margin: 0.fafabet9-0qt24p 0;
}

.fafabet9-j805xw {
  display: flex;
  min-width: 224px;
}

.fafabet9-njvcac {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.fafabet9-f68dvc ease-in-out;
}

.fafabet9-7gi3vg,
.fafabet9-njvcac:hover {
  color: var(--text-color);
}

.fafabet9-2xwkrd {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.fafabet9-qw4zez {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .fafabet9-wccnqs {
    padding: 16px;
  }
  .fafabet9-2xwkrd {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .fafabet9-qw4zez {
    align-items: center;
  }
  .fafabet9-ak1i0m {
    width: unset;
  }
  .fafabet9-j805xw {
    min-width: unset;
  }
  .fafabet9-j831jg {
    max-height: unset;
  }
  .fafabet9-3cq0el {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .fafabet9-wccnqs {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.fafabet9-mm3wtc {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.fafabet9-mm3wtc:not(:last-child) {
  margin-bottom: 16px;
}

.fafabet9-05fayn {
  outline: 0;
}

.fafabet9-05fayn .fafabet9-x4oxnc {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.fafabet9-oc6ryj {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .fafabet9-oc6ryj {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.fafabet9-oc6ryj::-webkit-details-marker {
  display: none;
}

.fafabet9-oc6ryj: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;
}

.fafabet9-oc6ryj: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] .fafabet9-oc6ryj:after {
  transform: unset;
}

.fafabet9-x4oxnc {
  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);
}

.fafabet9-x4oxnc 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.fafabet9-f68dvc ease-in-out;
  -o-transition: 0.fafabet9-f68dvc ease-in-out;
  transition: 0.fafabet9-f68dvc ease-in-out;
}

.fafabet9-7uvbkf {
  padding: 16px 0 0 0;
}

.fafabet9-7uvbkf * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .fafabet9-7uvbkf :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fafabet9-oc6ryj {
    flex-wrap: wrap;
    gap: 12px;
  }
  .fafabet9-oc6ryj::after {
    margin-left: auto;
  }
  .fafabet9-x4oxnc {
    order: 3;
    flex: 1 1 100%;
  }
  .fafabet9-oc6ryj {
    font-size: 14px;
    line-height: 130%;
  }
  .fafabet9-x4oxnc svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.fafabet9-3dgerl {
  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;
}

.fafabet9-j4zog8 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.fafabet9-3dgerl.fafabet9-j1r5yw .fafabet9-j4zog8 {
  margin-bottom: 12px;
}

.fafabet9-j4zog8::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;
}

.fafabet9-3dgerl.fafabet9-j1r5yw .fafabet9-j4zog8::after {
  transform: unset;
}

.fafabet9-c44dg5 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.fafabet9-1qjse7 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.fafabet9-f68dvc ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.fafabet9-1qjse7: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;
}

.fafabet9-3dgerl.fafabet9-j1r5yw .fafabet9-c44dg5 {
  max-height: 100%;
}

.fafabet9-8zevmd {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.fafabet9-dmonwv {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.fafabet9-qlgsj6 {
  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;
}

.fafabet9-fadsul {
  margin-right: 4px;
}

.fafabet9-el2b70 {
  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.fafabet9-f68dvc ease-in-out;
}

.fafabet9-el2b70 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.fafabet9-8tj9sc,
.fafabet9-el2b70:hover {
  color: var(--text-color);
}

.fafabet9-wlirx2 {
  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;
}

.fafabet9-wlirx2 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.fafabet9-wlirx2 .fafabet9-vehlo7 {
  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;
}

.fafabet9-wlirx2 .fafabet9-ahxpj2 {
  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;
}

.fafabet9-d2tldc {
  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;
}

.fafabet9-vzaf2a {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fafabet9-aulqqw .fafabet9-aiittf {
  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;
}

.fafabet9-aulqqw {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.fafabet9-4jk7sk {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.fafabet9-cibe2y {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.fafabet9-xzscjv {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.fafabet9-unyvzr 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;
}

.fafabet9-xzscjv:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.fafabet9-ryywgj {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.fafabet9-s95qk2 {
  -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.fafabet9-f68dvc ease-in-out;
  transition: transform 0.fafabet9-f68dvc ease-in-out;
  -o-transition: transform 0.fafabet9-f68dvc ease-in-out;
  transition:
    transform 0.fafabet9-f68dvc ease-in-out,
    -webkit-transform 0.fafabet9-f68dvc ease-in-out;
  cursor: pointer;
}

.fafabet9-s95qk2 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.fafabet9-s95qk2: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;
}

.fafabet9-b2zkow {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .fafabet9-b2zkow {
    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);
}

.fafabet9-ntehc5 {
  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;
}

.fafabet9-wt5wco {
  position: relative;
  width: 100%;
}

.fafabet9-ntehc5.fafabet9-82zmuc {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fafabet9-ntehc5.fafabet9-vl9jd0 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fafabet9-ntehc5.fafabet9-hzsm1k {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fafabet9-73usyv {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.fafabet9-khqiho {
  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.fafabet9-f68dvc ease-in-out;
  cursor: pointer;
}

.fafabet9-khqiho:hover {
  opacity: 0.5;
}

.fafabet9-ntehc5.fafabet9-h7iait .fafabet9-khqiho {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.fafabet9-ntehc5.fafabet9-h7iait .fafabet9-73usyv {
  cursor: pointer;
}

.fafabet9-738fuq {
  fill: #0009;
}

.fafabet9-3wkgc6 {
  fill: #fff;
}

.fafabet9-khqiho:hover .fafabet9-738fuq {
  fill: red;
}

.fafabet9-khqiho svg path {
  -webkit-transition: 0.fafabet9-f68dvc ease-in-out;
  -o-transition: 0.fafabet9-f68dvc ease-in-out;
  transition: 0.fafabet9-f68dvc ease-in-out;
}

.fafabet9-m013h4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.fafabet9-m013h4 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.fafabet9-m013h4.fafabet9-lz2x61 > :not(.get-image) {
  grid-column: 1/3;
}

.fafabet9-8nwq8v:not(._h1-block) .fafabet9-m013h4 > .fafabet9-sfwt0r {
  grid-row: 1/2;
  grid-column: 1/3;
}

.fafabet9-m013h4.fafabet9-lz2x61 .fafabet9-k11d2m {
  grid-column: 2/3;
}

.fafabet9-m013h4.fafabet9-lz2x61 > .fafabet9-enlzqn {
  grid-column: 1/2;
}

.fafabet9-m013h4.fafabet9-lz2x61 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.fafabet9-m013h4 > p:first-of-type {
  margin-top: 0;
}

.fafabet9-m013h4 .fafabet9-enlzqn {
  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;
}

.fafabet9-8nwq8v:not(._h1-block) .fafabet9-sfwt0r ~ .fafabet9-enlzqn {
  grid-row: 2/10;
}

.fafabet9-8nwq8v.fafabet9-5s8u8s .fafabet9-sfwt0r ~ .fafabet9-enlzqn {
  grid-row: 1/10;
}

.fafabet9-8nwq8v.fafabet9-5s8u8s > .fafabet9-sfwt0r {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.fafabet9-8nwq8v.fafabet9-5s8u8s .fafabet9-enlzqn {
  grid-row: 1/10;
}

.fafabet9-m013h4.fafabet9-jx1yz0 .fafabet9-enlzqn {
  align-items: flex-start;
}

.fafabet9-m013h4.fafabet9-vl9jd0 .fafabet9-k11d2m {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.fafabet9-m013h4.fafabet9-vl9jd0 .fafabet9-enlzqn {
  align-items: center;
}

.fafabet9-m013h4.fafabet9-qeb0pp .fafabet9-enlzqn {
  align-items: flex-end;
}

.fafabet9-k11d2m > :first-child {
  margin-top: 0;
}

.fafabet9-k11d2m > :last-child {
  margin-bottom: 0;
}

* + .fafabet9-v8jp5w,
.fafabet9-8nwq8v + .fafabet9-8nwq8v {
  margin-top: 2rem;
}

.fafabet9-0ibdup td::before,
.fafabet9-0ibdup th::after {
  display: none !important;
}

.fafabet9-0ibdup #link-selector {
  color: #000;
}

.fafabet9-0ibdup .fafabet9-lmp73n {
  color: #135e96;
}

.fafabet9-0ibdup .fafabet9-cmzb7l *,
.fafabet9-0ibdup .fafabet9-i9mnbr p,
.fafabet9-0ibdup .fafabet9-68mnqk * {
  color: #000;
}

.fafabet9-0ibdup .fafabet9-tionuq {
  background: 0 0 !important;
}

.fafabet9-0ibdup .fafabet9-6j1x5d {
  color: #000;
}

.fafabet9-0ibdup .fafabet9-nqs7bu.fafabet9-5no3g1 {
  color: #fff;
}

.fafabet9-0ibdup .fafabet9-u1f40b {
  color: #000;
}

.fafabet9-0ibdup
  .fafabet9-aoiw0g
  .fafabet9-zj93li.fafabet9-5no3g1.fafabet9-2tdlwx {
  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;
}

.fafabet9-jya7m4,
body .fafabet9-4nrekd {
  color: #000;
  background: var(--color-body) !important;
}

.fafabet9-jya7m4 .fafabet9-yb84u7 .fafabet9-1eka2x,
body .fafabet9-4nrekd .fafabet9-yb84u7 .fafabet9-1eka2x {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .fafabet9-1qjse7:focus,
  .fafabet9-1qjse7:hover {
    color: #f9cb16;
  }
  .fafabet9-o0qshf:focus,
  .fafabet9-o0qshf:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .fafabet9-llj36m:focus img,
  .fafabet9-llj36m:focus svg,
  .fafabet9-llj36m:hover img,
  .fafabet9-llj36m:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .fafabet9-wlirx2 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .fafabet9-aouzsd:hover .fafabet9-p6xdzn svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .fafabet9-p6xdzn {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .fafabet9-pdbbq1 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .fafabet9-ws2fox {
    grid-template-columns: repeat(4, 1fr);
  }
  .fafabet9-hrzawl {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .fafabet9-091iqg .fafabet9-0cka9g {
    grid-template-columns: 1fr;
  }
  .fafabet9-091iqg .fafabet9-iqdmv3 {
    -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;
  }
  .fafabet9-091iqg .fafabet9-qrknq7 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fafabet9-091iqg .fafabet9-ce19gj {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fafabet9-091iqg .fafabet9-f2127k {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .fafabet9-091iqg .fafabet9-qrknq7:not(:first-child) {
    border: none;
  }
  .fafabet9-091iqg .fafabet9-qrknq7:first-child .fafabet9-ce19gj {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .fafabet9-091iqg .fafabet9-qrknq7:last-child .fafabet9-ce19gj {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .fafabet9-6mgc8p {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .fafabet9-qdgdxi {
    max-width: 100px;
  }
  .fafabet9-9ef6mw {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .fafabet9-6umvly {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .fafabet9-6umvly svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .fafabet9-cafh7q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .fafabet9-9ef6mw + .fafabet9-6umvly {
    margin-left: auto;
  }
  .fafabet9-9vwh3i {
    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;
  }
  .fafabet9-9vwh3i.fafabet9-j1r5yw {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .fafabet9-4i3b5v {
    -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;
  }
  .fafabet9-ax54wh {
    width: 100%;
  }
  .fafabet9-ax54wh:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .fafabet9-0vl6kv {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .fafabet9-0vl6kv svg {
    margin-right: 4px;
  }
  .fafabet9-aouzsd {
    -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;
  }
  .fafabet9-p6xdzn svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .fafabet9-p6xdzn {
    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;
  }
  .fafabet9-p7kbqj {
    display: none;
    width: 100%;
  }
  .fafabet9-aouzsd.fafabet9-j1r5yw .fafabet9-p7kbqj {
    padding: 0 0 0 48px;
  }
  .fafabet9-5b919r {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .fafabet9-scrmva .fafabet9-enlzqn {
    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;
  }
  .fafabet9-kv0741 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .fafabet9-kv0741 + .fafabet9-kv0741 {
    margin-right: 0;
  }
  .fafabet9-kv0741 + .fafabet9-enlzqn {
    margin: 0;
  }
  .fafabet9-pdbbq1 {
    grid-template-columns: repeat(4, 1fr);
  }
  .fafabet9-ws2fox {
    grid-template-columns: repeat(3, 1fr);
  }
  .fafabet9-jngo29,
  .fafabet9-bta5zl {
    grid-template-columns: repeat(2, 1fr);
  }
  .fafabet9-m013h4 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .fafabet9-m013h4.fafabet9-lz2x61 .fafabet9-k11d2m {
    grid-column: auto;
    grid-row: auto;
  }
  .fafabet9-m013h4 > .fafabet9-sfwt0r {
    grid-column: 1/2;
  }
  .fafabet9-m013h4.fafabet9-lz2x61 > :not(.get-image) {
    grid-column: 1/2;
  }
  .fafabet9-m013h4 .fafabet9-enlzqn,
  .fafabet9-m013h4.fafabet9-lz2x61 > .fafabet9-enlzqn {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .fafabet9-m013h4.fafabet9-lz2x61 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .fafabet9-8nwq8v.fafabet9-5s8u8s .fafabet9-m013h4 > .fafabet9-enlzqn {
    grid-row: 1/2;
  }
  .fafabet9-m013h4 .fafabet9-sfwt0r ~ .fafabet9-enlzqn,
  .fafabet9-m013h4.fafabet9-lz2x61 .fafabet9-sfwt0r ~ .fafabet9-enlzqn {
    grid-row: 2/3;
  }
  .fafabet9-8nwq8v.fafabet9-5s8u8s .fafabet9-sfwt0r ~ .fafabet9-enlzqn {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .fafabet9-hj8vwp:first-child .fafabet9-glwzx9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fafabet9-hj8vwp:first-child .fafabet9-glwzx9 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .fafabet9-hj8vwp {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .fafabet9-hj8vwp {
    padding: 0;
  }
  .fafabet9-inhvn3 {
    margin-top: 1rem;
  }
  .fafabet9-05fayn {
    border-radius: 5px;
  }
  .fafabet9-5d4wps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fafabet9-j4zog8::after {
    display: inline-block;
  }
  .fafabet9-j4zog8 {
    margin: 0;
    width: 100%;
  }
  .fafabet9-c44dg5 {
    width: 100%;
  }
  .fafabet9-c44dg5.fafabet9-oa2i8z {
    -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%;
  }
  .fafabet9-c44dg5.fafabet9-oa2i8z .fafabet9-k2gd1a {
    width: 100%;
  }
  .fafabet9-c44dg5.fafabet9-oa2i8z .fafabet9-k2gd1a:not(:last-child) {
    margin-right: 0;
  }
  .fafabet9-1qjse7 {
    width: 100%;
    text-align: center;
  }
  .fafabet9-3dgerl.fafabet9-j1r5yw .fafabet9-c44dg5 {
    margin-top: 1rem;
  }
  .fafabet9-pdbbq1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .fafabet9-hrzawl,
  .fafabet9-ws2fox {
    grid-template-columns: repeat(2, 1fr);
  }
  .fafabet9-jngo29,
  .fafabet9-bta5zl,
  .fafabet9-211bzt {
    grid-template-columns: 1fr;
  }
  .fafabet9-753qjz {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .fafabet9-60jzsp {
    min-width: 300px;
    max-width: 325px;
  }
  .fafabet9-ce19gj {
    cursor: auto;
  }
  .fafabet9-3cex64 .fafabet9-ce19gj {
    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;
  }
  .fafabet9-b2zkow {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .fafabet9-p7kbqj {
    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) {
  .fafabet9-b2zkow {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.fafabet9-kv0741 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .fafabet9-6umvly {
    margin: 0 -0.2rem;
  }
  .fafabet9-kv0741 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fafabet9-7wtzyb {
    -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;
  }
  .fafabet9-bkm9oj {
    max-width: 100%;
  }
  .fafabet9-pdbbq1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .fafabet9-hrzawl,
  .fafabet9-ws2fox {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .fafabet9-6mgc8p {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fafabet9-6umvly {
    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;
  }
  .fafabet9-z4o0ys {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fafabet9-c54k1a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .fafabet9-bkhc0y,
  .fafabet9-c50soa {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .fafabet9-tyfbdf {
    width: 100%;
  }
  .fafabet9-pdbbq1 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .fafabet9-b2zkow {
    top: 127px !important;
  }
}

.fafabet9-32ko31 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .fafabet9-32ko31 {
  }
}

@media (max-width: 767px) {
  .fafabet9-32ko31 {
    margin-bottom: 12px;
  }
}

.fafabet9-32ko31 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.fafabet9-ysoqtj {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.fafabet9-ysoqtj > .fafabet9-xg933j {
  flex: 1 1;
}

@media (max-width: 767px) {
  .fafabet9-ysoqtj {
    flex-direction: column;
    gap: 12px;
  }
}

.fafabet9-zsmd8v {
  display: flex;
}

.fafabet9-zsmd8v .fafabet9-n4nlxe {
  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;
}

.fafabet9-zsmd8v .fafabet9-za8f28 {
  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;
}

.fafabet9-zsmd8v .fafabet9-y8rhi0 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.fafabet9-zsmd8v .fafabet9-j9ib0s {
  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));
  }
}

.fafabet9-zsmd8v .fafabet9-j9ib0s:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.fafabet9-zsmd8v .fafabet9-6b9ya9 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.fafabet9-bimo5v {
  border: unset;
  background-color: unset;
}

.fafabet9-bimo5v tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.fafabet9-bimo5v .fafabet9-chlnyp,
.fafabet9-bimo5v .fafabet9-eonif8 {
  flex: 0 1 330px;
}

.fafabet9-bimo5v .fafabet9-mcbo8m {
  flex: 1 1;
}

.fafabet9-bimo5v tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.fafabet9-bimo5v tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.fafabet9-bimo5v tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.fafabet9-bimo5v tr td p {
  color: #fff;
  margin: 0;
}

.fafabet9-bimo5v tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.fafabet9-bimo5v tr.fafabet9-chlnyp td p {
  padding: 16px 0;
}

.fafabet9-bimo5v tr.fafabet9-chlnyp td p:not(:last-child),
.fafabet9-bimo5v tr.fafabet9-eonif8 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.fafabet9-bimo5v tr.fafabet9-chlnyp td p:first-child,
.fafabet9-bimo5v tr.fafabet9-eonif8 td p:first-child {
  padding-top: 0;
}

.fafabet9-bimo5v tr.fafabet9-eonif8 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.fafabet9-bimo5v tr.fafabet9-eonif8 td p:last-child {
  padding-bottom: 0;
}

.fafabet9-bimo5v .fafabet9-eonif8 img {
  max-width: 32px;
}

.fafabet9-bimo5v .fafabet9-mcbo8m {
  min-width: 718px;
}

.fafabet9-bimo5v .fafabet9-mcbo8m td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.fafabet9-bimo5v .fafabet9-mcbo8m td {
  display: flex;
}

.fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-qrvw7d,
.fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-q76re8,
.fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-1e1jy6 {
  flex: 1 1 50%;
}

.fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-jfdfr6 {
  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;
}

.fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-mxv8fn,
.fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-el8x4o {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-qrvw7d,
.fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-q76re8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-qrvw7d span,
.fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-q76re8 span {
  font-weight: 800;
}

.fafabet9-bimo5v .fafabet9-mcbo8m img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .fafabet9-bimo5v .fafabet9-mcbo8m td .fafabet9-1e1jy6:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .fafabet9-bimo5v tr.fafabet9-chlnyp td p:last-child {
    padding-bottom: 0;
  }
  .fafabet9-bimo5v .fafabet9-eonif8 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .fafabet9-bimo5v .fafabet9-eonif8 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .fafabet9-bimo5v tr.fafabet9-chlnyp td p:not(:last-child),
  .fafabet9-bimo5v tr.fafabet9-eonif8 td p:not(:last-child) {
    border-bottom: unset;
  }
  .fafabet9-bimo5v tr.fafabet9-eonif8 td p:last-child {
    padding-bottom: 12px;
  }
  .fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-qrvw7d,
  .fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-q76re8,
  .fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-1e1jy6 {
    flex: 1 1 50%;
    padding: 0;
  }
  .fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-qrvw7d,
  .fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-q76re8 {
    margin-top: 16px;
  }
  .fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-1e1jy6 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-qrvw7d {
    border-right: 1px solid var(--border-color);
  }
  .fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-1e1jy6:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .fafabet9-bimo5v .fafabet9-mcbo8m td:last-child .fafabet9-1e1jy6:last-child {
    padding-bottom: 0;
  }
}

.fafabet9-1e1jy6 {
  display: flex;
  flex-direction: column;
}

.fafabet9-bimo5v .fafabet9-mcbo8m td .fafabet9-1e1jy6 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.fafabet9-bimo5v .fafabet9-mcbo8m td .fafabet9-1e1jy6:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.fafabet9-bimo5v .fafabet9-mcbo8m td .fafabet9-1e1jy6:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .fafabet9-bimo5v .fafabet9-mcbo8m td .fafabet9-1e1jy6:not(:first-child) {
    padding-left: 0;
  }
  .fafabet9-bimo5v .fafabet9-mcbo8m td .fafabet9-1e1jy6:not(:last-of-type) {
    border-right: unset;
  }
}

.fafabet9-bimo5v .fafabet9-ihxhpq {
  flex: 0 1 485px;
}

.fafabet9-bimo5v .fafabet9-mh3elt {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.fafabet9-bimo5v .fafabet9-mh3elt li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fafabet9-bimo5v .fafabet9-mh3elt li.fafabet9-v9femd {
  padding: 6px 12px;
}

.fafabet9-bimo5v .fafabet9-mh3elt li a,
.fafabet9-bimo5v .fafabet9-mh3elt 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;
}

.fafabet9-bimo5v .fafabet9-763gct,
.fafabet9-bimo5v .fafabet9-612vu1 {
  flex: 1 1;
}

.fafabet9-bimo5v .fafabet9-ilcjhj,
.fafabet9-bimo5v .fafabet9-q61z1l {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fafabet9-bimo5v .fafabet9-ilcjhj li,
.fafabet9-bimo5v .fafabet9-q61z1l li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.fafabet9-bimo5v .fafabet9-612vu1 img {
  max-width: 32px;
}

.fafabet9-bimo5v .fafabet9-763gct img {
  max-width: 32px;
}

.fafabet9-bimo5v .fafabet9-c5xy0n {
  min-width: 280px;
}

.fafabet9-bimo5v .fafabet9-c5xy0n img {
  max-width: 146px;
}

.fafabet9-bimo5v .fafabet9-c5xy0n td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .fafabet9-bimo5v .fafabet9-chlnyp,
  .fafabet9-bimo5v .fafabet9-eonif8 {
    flex: 0 1 auto;
  }
  .fafabet9-bimo5v .fafabet9-mcbo8m {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .fafabet9-bimo5v .fafabet9-chlnyp,
  .fafabet9-bimo5v .fafabet9-ihxhpq,
  .fafabet9-bimo5v .fafabet9-eonif8,
  .fafabet9-bimo5v .fafabet9-mcbo8m {
    flex: 1 1 calc(50% - 20px);
  }
  .fafabet9-bimo5v .fafabet9-763gct,
  .fafabet9-bimo5v .fafabet9-c5xy0n,
  .fafabet9-bimo5v .fafabet9-612vu1 {
    flex: 1 1 30%;
  }
  .fafabet9-bimo5v .fafabet9-c5xy0n {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .fafabet9-bimo5v .fafabet9-chlnyp,
  .fafabet9-bimo5v .fafabet9-ihxhpq,
  .fafabet9-bimo5v .fafabet9-763gct,
  .fafabet9-bimo5v .fafabet9-eonif8,
  .fafabet9-bimo5v .fafabet9-mcbo8m,
  .fafabet9-bimo5v .fafabet9-c5xy0n,
  .fafabet9-bimo5v .fafabet9-612vu1 {
    flex: 1 1 100%;
  }
}

.fafabet9-34rsuy .fafabet9-fc3m21 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fafabet9-34rsuy .fafabet9-72jnqf {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.fafabet9-34rsuy .fafabet9-wc61fy {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.fafabet9-34rsuy .fafabet9-ro1bjs {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.fafabet9-34rsuy .fafabet9-ro1bjs > :nth-child(3) {
  margin-top: 0;
}

.fafabet9-34rsuy .fafabet9-enlzqn {
  grid-column: 2/3;
  grid-row: 1/10;
}

.fafabet9-34rsuy .fafabet9-zmmxfs {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.fafabet9-34rsuy .fafabet9-inhvn3 {
  grid-column: 1/2;
}

.fafabet9-34rsuy > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.fafabet9-34rsuy .fafabet9-72jnqf: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;
}

.fafabet9-34rsuy .fafabet9-72jnqf:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.fafabet9-34rsuy .fafabet9-tyfbdf {
  min-width: 240px;
}

@media (max-width: 768px) {
  .fafabet9-34rsuy .fafabet9-72jnqf:not(:last-child):before {
    bottom: 8px;
  }
  .fafabet9-34rsuy .fafabet9-72jnqf:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .fafabet9-34rsuy .fafabet9-ro1bjs {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .fafabet9-34rsuy .fafabet9-enlzqn {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .fafabet9-34rsuy .fafabet9-enlzqn img {
    width: 100%;
    height: auto;
  }
  .fafabet9-34rsuy .fafabet9-tyfbdf {
    width: 100%;
    min-width: unset;
  }
}

.fafabet9-qb1a7l .fafabet9-j4czjp {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.fafabet9-qb1a7l .fafabet9-9tnn1l {
  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;
}

.fafabet9-qb1a7l .fafabet9-enlzqn {
  height: 100%;
}

.fafabet9-qb1a7l .fafabet9-enlzqn img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.fafabet9-qb1a7l .fafabet9-0dyyz1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.fafabet9-qb1a7l .fafabet9-86glbi {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.fafabet9-qb1a7l .fafabet9-59pnxj {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .fafabet9-qb1a7l .fafabet9-9tnn1l {
    flex: 1 1 100%;
  }
  .fafabet9-qb1a7l .fafabet9-amua7g {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .fafabet9-qb1a7l .fafabet9-9tnn1l {
    flex-direction: column;
  }
  .fafabet9-qb1a7l .fafabet9-enlzqn {
    width: 100%;
    height: auto;
  }
  .fafabet9-qb1a7l .fafabet9-enlzqn img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .fafabet9-qb1a7l .fafabet9-0dyyz1 {
    padding: 0 16px 16px 16px;
  }
  .fafabet9-qb1a7l .fafabet9-amua7g {
    min-width: unset;
    width: 100%;
  }
}

.fafabet9-4sdcen .fafabet9-crakfo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.fafabet9-4sdcen .fafabet9-k9zmmm {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.fafabet9-4sdcen 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;
}

.fafabet9-4sdcen .fafabet9-31gs6m {
  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;
}

.fafabet9-4sdcen .fafabet9-k9zmmm:hover .fafabet9-31gs6m {
  display: flex;
}

.fafabet9-4sdcen .fafabet9-oovzqv {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fafabet9-4sdcen .fafabet9-5brbf9 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.fafabet9-d3x7l9 {
  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;
}

.fafabet9-d3x7l9.fafabet9-d4789b {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.fafabet9-z2tr6a ease-in-out;
}

.fafabet9-d3x7l9.fafabet9-d4789b:hover {
  color: #f9cb16;
  background-color: transparent;
}

.fafabet9-4sdcen .fafabet9-pnep44 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.fafabet9-z2tr6a ease-in-out;
}

.fafabet9-4sdcen .fafabet9-pnep44:hover {
  color: #196948;
  background-color: #f9cb16;
}

.fafabet9-4sdcen .fafabet9-pnep44:after,
.fafabet9-d3x7l9.fafabet9-d4789b:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.fafabet9-d3x7l9.fafabet9-d4789b:after {
  background-image: url(../images/Cash.svg);
}

.fafabet9-4sdcen .fafabet9-pnep44:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .fafabet9-4sdcen .fafabet9-crakfo {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .fafabet9-4sdcen .fafabet9-crakfo {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fafabet9-4sdcen .fafabet9-crakfo {
    grid-template-columns: 1fr;
  }
  .fafabet9-4sdcen .fafabet9-k9zmmm {
    height: auto;
  }
  .fafabet9-4sdcen .fafabet9-k9zmmm .fafabet9-31gs6m {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .fafabet9-4sdcen .fafabet9-oovzqv,
  .fafabet9-4sdcen .fafabet9-5brbf9 {
    text-align: left;
  }
  .fafabet9-4sdcen .fafabet9-5brbf9 {
    margin-bottom: 8px;
  }
  .fafabet9-4sdcen img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.fafabet9-x41cmv {
  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;
}

.fafabet9-x41cmv.fafabet9-h7iait {
  display: block;
}

.fafabet9-x41cmv .fafabet9-0rbj04 {
  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;
}

.fafabet9-x41cmv .fafabet9-p40b35 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.fafabet9-x41cmv .fafabet9-jy6h11 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.fafabet9-x41cmv .fafabet9-cxzpmq {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.fafabet9-x41cmv .fafabet9-d3x7l9 {
  min-width: 296px;
  margin-bottom: 0;
}

.fafabet9-x41cmv .fafabet9-ltozj2 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.fafabet9-x41cmv .fafabet9-o1alie {
  position: relative;
  flex: 1 1;
}

.fafabet9-x41cmv .fafabet9-o1alie iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .fafabet9-x41cmv .fafabet9-p40b35 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .fafabet9-x41cmv .fafabet9-jy6h11 {
    order: 1;
  }
  .fafabet9-x41cmv .fafabet9-cxzpmq {
    order: 3;
    flex: 1 1 100%;
  }
  .fafabet9-x41cmv .fafabet9-d3x7l9 {
    width: 100%;
    min-width: unset;
  }
  .fafabet9-x41cmv .fafabet9-ltozj2 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .fafabet9-m013h4 > .fafabet9-sfwt0r {
    margin-bottom: 0;
  }
  .fafabet9-m013h4 > .fafabet9-inhvn3,
  .fafabet9-m013h4 > p {
    margin-top: 0;
  }
}

.fafabet9-nk4oy1 img,
.fafabet9-kv0741 img {
  width: auto;
  object-fit: contain;
}

.fafabet9-nk4oy1 {
  align-items: center;
}

.fafabet9-nk4oy1 img {
  max-height: 76px;
}

.fafabet9-kv0741 img {
  max-height: 64px;
}

.fafabet9-3fwvyk {
  overflow: auto;
}

.fafabet9-uv7nkn {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.fafabet9-5epgse:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.fafabet9-etxtl9 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.fafabet9-7mrrqh {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fafabet9-etxtl9 .fafabet9-enlzqn {
  margin-right: 20px;
  flex-shrink: 0;
}

.fafabet9-etxtl9 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.fafabet9-7yn5vj {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.fafabet9-7yn5vj > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fafabet9-etxtl9 {
    padding: 15px 10px;
  }
  .fafabet9-7yn5vj {
    padding: 15px 10px;
  }
  .fafabet9-etxtl9 .fafabet9-enlzqn {
    margin-right: 10px;
  }
}

.fafabet9-kdfy0n {
  overflow-x: auto;
}

.fafabet9-lxsu45 {
  border-collapse: collapse;
  width: 100%;
}

.fafabet9-kdfy0n th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.fafabet9-kdfy0n td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.fafabet9-kdfy0n td.fafabet9-emwq9y {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.fafabet9-kdfy0n td.fafabet9-id6mri {
  border-right: none;
}

.fafabet9-kdfy0n td.fafabet9-id6mri .fafabet9-enlzqn {
  justify-content: flex-start;
}

.fafabet9-kdfy0n td.fafabet9-id6mri .fafabet9-enlzqn img {
  height: auto;
  width: 90px;
}

.fafabet9-kdfy0n td.fafabet9-rk6qqn,
.fafabet9-kdfy0n td.fafabet9-7w1haa {
  font-weight: 600;
  text-align: right;
}

.fafabet9-kdfy0n td.fafabet9-sedqhe,
.fafabet9-kdfy0n td.fafabet9-rk6qqn {
  padding-bottom: 10px;
  border-bottom: none;
}

.fafabet9-kdfy0n td.fafabet9-rk6qqn,
.fafabet9-kdfy0n td.fafabet9-7w1haa {
  border-left: none;
}

.fafabet9-kdfy0n td.fafabet9-sedqhe,
.fafabet9-kdfy0n td.fafabet9-7zxemo {
  border-right: none;
}

.fafabet9-kdfy0n td.fafabet9-7zxemo,
.fafabet9-kdfy0n td.fafabet9-7w1haa {
  border-top: none;
  padding-top: 10px;
}

.fafabet9-fkmelo {
  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;
}

.fafabet9-fkmelo .fafabet9-amua7g {
  min-width: unset;
  width: 100%;
}

.fafabet9-fkmelo .fafabet9-amua7g.fafabet9-tz5qsd {
  grid-column: 1/2;
  grid-row: 1/2;
}

.fafabet9-fkmelo .fafabet9-amua7g.fafabet9-8qbx8x {
  grid-column: 2/3;
  grid-row: 1/2;
}

.fafabet9-fkmelo .fafabet9-cdui4a {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .fafabet9-fkmelo {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .fafabet9-fkmelo .fafabet9-amua7g.fafabet9-tz5qsd {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .fafabet9-fkmelo .fafabet9-amua7g.fafabet9-8qbx8x {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .fafabet9-fkmelo .fafabet9-cdui4a {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.fafabet9-v8ha34 {
  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;
}

.fafabet9-3itjij {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.fafabet9-0cye44 p a img {
  margin: 0 auto;
  display: block;
}

.fafabet9-0cye44 table {
  margin-bottom: 17px;
}

/* contanct form */
.fafabet9-v0icbs {
  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;
}

.fafabet9-v0icbs label {
  font-size: 14px;
}

.fafabet9-v0icbs h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.fafabet9-v0icbs input,
.fafabet9-v0icbs textarea,
.fafabet9-v0icbs 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;
}
.fafabet9-v0icbs button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.fafabet9-z2tr6a ease;
}
.fafabet9-v0icbs button:hover {
  background-color: #691204;
}
.fafabet9-6omrrf {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.fafabet9-kxsid6 ease-in;
}

.fafabet9-6omrrf 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;
}
.fafabet9-5slpat, .fafabet9-hw55pq, [class*="review-card"],
thead, thead th, table th, .fafabet9-93veof,
.fafabet9-jerd51, [class*="collapsible-header"],
.fafabet9-hyrij9, [class*="updated-block"] {
  color: #ece7dc !important;
}
