@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-0yvn9t {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fafabet9-26nbzs {
  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-c4r2xe,
ul.fafabet9-c4r2xe {
  padding-left: 20px;
}

ul.fafabet9-c4r2xe {
  list-style: disc;
}

ol.fafabet9-c4r2xe {
  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-3sg6sd > .fafabet9-244axm,
.fafabet9-3sg6sd > .fafabet9-2schc5,
.fafabet9-3sg6sd > blockquote,
.fafabet9-3sg6sd > h1,
.fafabet9-3sg6sd > h2,
.fafabet9-3sg6sd > h3,
.fafabet9-3sg6sd > h4,
.fafabet9-3sg6sd > h5,
.fafabet9-3sg6sd > h6,
.fafabet9-3sg6sd > ol,
.fafabet9-3sg6sd > p,
.fafabet9-3sg6sd > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fafabet9-3sg6sd > ol,
.fafabet9-3sg6sd > ul {
  padding-left: 50px;
}

.fafabet9-3sg6sd 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-3sg6sd:not(:last-child) {
  margin-bottom: 2rem;
}

.fafabet9-3sg6sd > :not(:first-child) {
  margin-top: 2rem;
}

.fafabet9-3sg6sd {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fafabet9-3sg6sd:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .fafabet9-3sg6sd:first-child {
    margin-top: 20px;
  }
}

.fafabet9-3sg6sd > p:last-of-type {
  margin-bottom: 32px;
}

.fafabet9-3sg6sd > .fafabet9-llqqxi:not(:first-child) {
  margin: 64px auto 16px auto;
}

.fafabet9-x55gkq > .fafabet9-llqqxi {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fafabet9-2schc5 {
  overflow: auto;
}

.fafabet9-2schc5::-webkit-scrollbar {
  height: 5px;
}

.fafabet9-2schc5 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.fafabet9-2schc5 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.fafabet9-2schc5 table thead,
table thead {
  border-bottom: none;
}

.fafabet9-2schc5 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.fafabet9-2schc5 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.fafabet9-2schc5 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.fafabet9-2schc5 .fafabet9-f0zt2u {
  table-layout: auto;
}

.fafabet9-2schc5 .fafabet9-f0zt2u th {
  word-break: normal;
}

.fafabet9-2schc5 .fafabet9-f0zt2u td {
  word-break: normal;
}

.fafabet9-0yvn9t .fafabet9-0yvn9t {
  padding-right: 0;
  padding-left: 0;
}

.fafabet9-hq6e8x {
  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-4e7gny {
  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-9bu1iy {
  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-244axm {
  margin-top: 24px;
}

.fafabet9-244axm.fafabet9-x230ll {
  text-align: left;
}

.fafabet9-244axm.fafabet9-way8me {
  text-align: right;
}

.fafabet9-244axm.fafabet9-6p80rt {
  text-align: center;
}

.fafabet9-ba1wm2 {
  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-447zsi ease-in-out;
  cursor: pointer;
}

.fafabet9-ba1wm2:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.fafabet9-ba1wm2 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .fafabet9-ba1wm2 {
    min-width: unset;
  }
}

.fafabet9-5b09xm {
  background-color: var(--fh-bg-color);
}

.fafabet9-tb1hvr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.fafabet9-kmzsjb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.fafabet9-kmzsjb img {
  max-height: 80px;
  object-fit: contain;
}

.fafabet9-efalx6 {
  flex: 1 1;
}

.fafabet9-h148xo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.fafabet9-ynblul {
  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-ynblul 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-ynblul.fafabet9-skqmz0 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.fafabet9-ynblul.fafabet9-skqmz0 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.fafabet9-ynblul.fafabet9-skqmz0 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.fafabet9-efalx6 + .fafabet9-h148xo {
  margin-left: 20px;
}

.fafabet9-d3k5hb {
  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-d3k5hb > svg {
  max-width: 24px;
  max-height: 24px;
}

.fafabet9-d3k5hb + .fafabet9-d3k5hb {
  margin-left: 5px;
}

.fafabet9-4hehdf {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.fafabet9-4hehdf:hover {
  background-color: var(--button-bg-hover);
}

.fafabet9-d2145k {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.fafabet9-447zsi ease-in-out;
  border: 1px solid var(--border-color);
}

.fafabet9-d2145k:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.fafabet9-ta7c8b {
  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-efalx6 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .fafabet9-ta7c8b {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .fafabet9-efalx6 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .fafabet9-d3k5hb {
    min-width: unset;
    flex: 1 1;
  }
}

.fafabet9-p1nr3d {
  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-p1nr3d:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fafabet9-p1nr3d:hover .fafabet9-nd7d72 {
  opacity: 1;
  pointer-events: auto;
}

.fafabet9-tyeae3 {
  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-epwjjh ease-in-out;
  gap: 4px;
}

.fafabet9-tyeae3 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.fafabet9-tyeae3 .fafabet9-hq6e8x img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fafabet9-e99gl2,
.fafabet9-tyeae3:hover {
  color: var(--button-bg-hover);
}

.fafabet9-6zxq4m {
  position: relative;
}

.fafabet9-6zxq4m .fafabet9-tyeae3 {
  margin-right: 0;
  padding-right: 4px;
}

.fafabet9-x8ulbn svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.fafabet9-6zxq4m.fafabet9-skqmz0 .fafabet9-x8ulbn svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.fafabet9-6zxq4m.fafabet9-skqmz0 .fafabet9-nd7d72 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.fafabet9-6zxq4m.fafabet9-skqmz0 .fafabet9-nd7d72::before {
  display: none;
}

.fafabet9-x8ulbn svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.fafabet9-nd7d72 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.fafabet9-c570xk 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.fafabet9-nd7d72::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.fafabet9-nd7d72:hover {
  color: var(--fh-bg-color);
}

.fafabet9-jcrz8t {
  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-c570xk 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.fafabet9-epwjjh ease-in-out;
  -o-transition: 0.fafabet9-epwjjh ease-in-out;
  transition: 0.fafabet9-epwjjh ease-in-out;
}

.fafabet9-jcrz8t .fafabet9-hq6e8x img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fafabet9-2t9kkz,
.fafabet9-jcrz8t:hover {
  color: var(--button-bg-hover);
}

.fafabet9-ebyvar {
  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-ebyvar.fafabet9-s2lsul {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.fafabet9-ebyvar.fafabet9-s2lsul:after,
.fafabet9-ebyvar.fafabet9-s2lsul:before {
  content: "";
  position: absolute;
  margin: auto;
}

.fafabet9-ebyvar.fafabet9-s2lsul: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-ebyvar.fafabet9-s2lsul:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.fafabet9-ebyvar.fafabet9-s2lsul > * {
  z-index: 1;
}

.fafabet9-ebyvar b,
.fafabet9-ebyvar strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.fafabet9-ebyvar .fafabet9-9006o8 {
  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-ebyvar .fafabet9-0a2zgb {
  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-ebyvar .fafabet9-hq6e8x {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.fafabet9-ebyvar .fafabet9-sp27bh {
  margin-top: 12px;
}

.fafabet9-sp27bh {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.fafabet9-3ms8it {
  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-sp27bh .fafabet9-ls6vqi {
  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-447zsi ease-in-out;
}

.fafabet9-sp27bh .fafabet9-ls6vqi:hover {
  background: rgba(255, 255, 255, 0.3);
}

.fafabet9-81f6jt {
  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-ebyvar.fafabet9-0i8xdg {
  gap: 12px;
  padding: 16px;
}

.fafabet9-ebyvar.fafabet9-0i8xdg .fafabet9-81f6jt {
  min-width: 240px;
}

.fafabet9-ebyvar.fafabet9-0i8xdg .fafabet9-81f6jt.fafabet9-k6gwhk {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .fafabet9-ebyvar .fafabet9-9006o8 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .fafabet9-ebyvar .fafabet9-0a2zgb {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .fafabet9-ebyvar .fafabet9-hq6e8x {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .fafabet9-ebyvar.fafabet9-0i8xdg .fafabet9-hq6e8x {
    max-width: 126px;
  }
  .fafabet9-ebyvar .fafabet9-sp27bh {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .fafabet9-ebyvar .fafabet9-3ms8it {
    max-width: unset;
  }
  .fafabet9-81f6jt {
    min-width: unset;
    width: 100%;
  }
  .fafabet9-ebyvar .fafabet9-81f6jt {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .fafabet9-ebyvar.fafabet9-0i8xdg {
    grid-template-rows: auto 1fr auto;
  }
  .fafabet9-ebyvar.fafabet9-0i8xdg .fafabet9-81f6jt {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .fafabet9-ebyvar {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .fafabet9-ebyvar .fafabet9-9006o8 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .fafabet9-ebyvar .fafabet9-hq6e8x {
    max-width: 78px;
  }
  .fafabet9-ebyvar .fafabet9-sp27bh {
    margin-top: -12px;
  }
  .fafabet9-ebyvar.fafabet9-0i8xdg {
    gap: 8px;
  }
  .fafabet9-ebyvar.fafabet9-0i8xdg .fafabet9-9006o8 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .fafabet9-ebyvar.fafabet9-0i8xdg .fafabet9-0a2zgb {
    grid-column: 1/3;
  }
  .fafabet9-ebyvar.fafabet9-0i8xdg .fafabet9-hq6e8x {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .fafabet9-ebyvar.fafabet9-0i8xdg .fafabet9-hq6e8x img {
    max-width: 114px;
  }
}

.fafabet9-81f6jt.fafabet9-hoi5dh,
.fafabet9-81f6jt.fafabet9-cjco8a,
.fafabet9-81f6jt.fafabet9-3beh0k {
  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-447zsi ease-in-out;
}

.fafabet9-81f6jt.fafabet9-hoi5dh,
.fafabet9-81f6jt.fafabet9-3beh0k {
  padding: 10px;
}

.fafabet9-81f6jt.fafabet9-hoi5dh:hover,
.fafabet9-81f6jt.fafabet9-cjco8a:hover,
.fafabet9-81f6jt.fafabet9-3beh0k:hover {
  background: var(--button-bg-hover);
}

.fafabet9-81f6jt.fafabet9-hoi5dh:hover svg path,
.fafabet9-81f6jt.fafabet9-3beh0k:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.fafabet9-81f6jt.fafabet9-k6gwhk {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.fafabet9-447zsi ease-in-out;
  background: var(--button-bg-color);
}

.fafabet9-81f6jt.fafabet9-k6gwhk:hover {
  background-color: var(--button-bg-hover);
}

.fafabet9-81f6jt.fafabet9-cjco8a: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-81f6jt.fafabet9-cjco8a:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.fafabet9-81f6jt.fafabet9-k6gwhk:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.fafabet9-1gzjbt {
  max-width: 650px;
}

.fafabet9-oh1cs0 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.fafabet9-4o05a3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fafabet9-vsyrpp {
  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-epwjjh ease-in-out;
  cursor: pointer;
}

.fafabet9-vsyrpp:hover {
  opacity: 0.5;
}

.fafabet9-vsyrpp:focus {
  outline: 0;
}

.fafabet9-vsyrpp:focus .fafabet9-4lxpxk,
.fafabet9-vsyrpp:hover .fafabet9-4lxpxk {
  fill: red;
  fill-opacity: 1;
}

.fafabet9-vsyrpp:hover {
  cursor: pointer;
}

.fafabet9-rrgo5d {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.fafabet9-1gzjbt.fafabet9-6p80rt {
  margin: 0 auto;
}

.fafabet9-1gzjbt.fafabet9-way8me {
  margin-left: auto;
}

.fafabet9-57ned1 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.fafabet9-2ld2ny {
  padding-bottom: 50px;
}

.fafabet9-wec146 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.fafabet9-7nd8hl {
  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-jpa5kl {
  margin-top: 24px;
}

.fafabet9-5rgi0w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fafabet9-a2zqud {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.fafabet9-m8recw {
  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-zkftto {
  width: 468px;
}

.fafabet9-m8recw .fafabet9-nd7d72 {
  margin: 0.fafabet9-2p5slc 0;
}

.fafabet9-6g6pgk {
  display: flex;
  min-width: 224px;
}

.fafabet9-pi1uch {
  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-epwjjh ease-in-out;
}

.fafabet9-4h53bz,
.fafabet9-pi1uch:hover {
  color: var(--text-color);
}

.fafabet9-5ehyy6 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.fafabet9-a6hrrt {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .fafabet9-57ned1 {
    padding: 16px;
  }
  .fafabet9-5ehyy6 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .fafabet9-a6hrrt {
    align-items: center;
  }
  .fafabet9-zkftto {
    width: unset;
  }
  .fafabet9-6g6pgk {
    min-width: unset;
  }
  .fafabet9-m8recw {
    max-height: unset;
  }
  .fafabet9-wec146 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .fafabet9-57ned1 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.fafabet9-7vrh1e {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.fafabet9-7vrh1e:not(:last-child) {
  margin-bottom: 16px;
}

.fafabet9-mb6120 {
  outline: 0;
}

.fafabet9-mb6120 .fafabet9-myus1c {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.fafabet9-rb6omn {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .fafabet9-rb6omn {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.fafabet9-rb6omn::-webkit-details-marker {
  display: none;
}

.fafabet9-rb6omn: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-rb6omn: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-rb6omn:after {
  transform: unset;
}

.fafabet9-myus1c {
  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-myus1c 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-epwjjh ease-in-out;
  -o-transition: 0.fafabet9-epwjjh ease-in-out;
  transition: 0.fafabet9-epwjjh ease-in-out;
}

.fafabet9-9uhy7m {
  padding: 16px 0 0 0;
}

.fafabet9-9uhy7m * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .fafabet9-9uhy7m :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fafabet9-rb6omn {
    flex-wrap: wrap;
    gap: 12px;
  }
  .fafabet9-rb6omn::after {
    margin-left: auto;
  }
  .fafabet9-myus1c {
    order: 3;
    flex: 1 1 100%;
  }
  .fafabet9-rb6omn {
    font-size: 14px;
    line-height: 130%;
  }
  .fafabet9-myus1c svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.fafabet9-t9p2e1 {
  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-cq4u6n {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.fafabet9-t9p2e1.fafabet9-skqmz0 .fafabet9-cq4u6n {
  margin-bottom: 12px;
}

.fafabet9-cq4u6n::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-t9p2e1.fafabet9-skqmz0 .fafabet9-cq4u6n::after {
  transform: unset;
}

.fafabet9-rsgpgv {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.fafabet9-5vn7b4 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.fafabet9-epwjjh ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.fafabet9-5vn7b4: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-t9p2e1.fafabet9-skqmz0 .fafabet9-rsgpgv {
  max-height: 100%;
}

.fafabet9-ipg6ok {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.fafabet9-sgwdlr {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.fafabet9-9yc0sl {
  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-zl92xj {
  margin-right: 4px;
}

.fafabet9-36jw6h {
  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-epwjjh ease-in-out;
}

.fafabet9-36jw6h svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.fafabet9-s3tvgd,
.fafabet9-36jw6h:hover {
  color: var(--text-color);
}

.fafabet9-eh4coi {
  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-eh4coi img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.fafabet9-eh4coi .fafabet9-2bmi6c {
  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-eh4coi .fafabet9-qw4o3l {
  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-r7ne9n {
  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-iwcnvt {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fafabet9-zd1dzf .fafabet9-0yvn9t {
  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-zd1dzf {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.fafabet9-wak1gl {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.fafabet9-25gu1t {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.fafabet9-dpdqwd {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.fafabet9-sbvhid 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-dpdqwd:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.fafabet9-a1qvw1 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.fafabet9-ajrulj {
  -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-epwjjh ease-in-out;
  transition: transform 0.fafabet9-epwjjh ease-in-out;
  -o-transition: transform 0.fafabet9-epwjjh ease-in-out;
  transition:
    transform 0.fafabet9-epwjjh ease-in-out,
    -webkit-transform 0.fafabet9-epwjjh ease-in-out;
  cursor: pointer;
}

.fafabet9-ajrulj svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.fafabet9-ajrulj: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-b8ujk5 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .fafabet9-b8ujk5 {
    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-r1ld6n {
  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-5sk6e0 {
  position: relative;
  width: 100%;
}

.fafabet9-r1ld6n.fafabet9-14px3i {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fafabet9-r1ld6n.fafabet9-6p80rt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fafabet9-r1ld6n.fafabet9-way8me {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fafabet9-cb4i0r {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.fafabet9-wti0z5 {
  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-epwjjh ease-in-out;
  cursor: pointer;
}

.fafabet9-wti0z5:hover {
  opacity: 0.5;
}

.fafabet9-r1ld6n.fafabet9-d9zbur .fafabet9-wti0z5 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.fafabet9-r1ld6n.fafabet9-d9zbur .fafabet9-cb4i0r {
  cursor: pointer;
}

.fafabet9-qsdo2g {
  fill: #0009;
}

.fafabet9-92ak9z {
  fill: #fff;
}

.fafabet9-wti0z5:hover .fafabet9-qsdo2g {
  fill: red;
}

.fafabet9-wti0z5 svg path {
  -webkit-transition: 0.fafabet9-epwjjh ease-in-out;
  -o-transition: 0.fafabet9-epwjjh ease-in-out;
  transition: 0.fafabet9-epwjjh ease-in-out;
}

.fafabet9-2ds5kr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.fafabet9-2ds5kr > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.fafabet9-2ds5kr.fafabet9-puxrcx > :not(.get-image) {
  grid-column: 1/3;
}

.fafabet9-iuafwh:not(._h1-block) .fafabet9-2ds5kr > .fafabet9-llqqxi {
  grid-row: 1/2;
  grid-column: 1/3;
}

.fafabet9-2ds5kr.fafabet9-puxrcx .fafabet9-vb9out {
  grid-column: 2/3;
}

.fafabet9-2ds5kr.fafabet9-puxrcx > .fafabet9-hq6e8x {
  grid-column: 1/2;
}

.fafabet9-2ds5kr.fafabet9-puxrcx > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.fafabet9-2ds5kr > p:first-of-type {
  margin-top: 0;
}

.fafabet9-2ds5kr .fafabet9-hq6e8x {
  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-iuafwh:not(._h1-block) .fafabet9-llqqxi ~ .fafabet9-hq6e8x {
  grid-row: 2/10;
}

.fafabet9-iuafwh.fafabet9-hcomqd .fafabet9-llqqxi ~ .fafabet9-hq6e8x {
  grid-row: 1/10;
}

.fafabet9-iuafwh.fafabet9-hcomqd > .fafabet9-llqqxi {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.fafabet9-iuafwh.fafabet9-hcomqd .fafabet9-hq6e8x {
  grid-row: 1/10;
}

.fafabet9-2ds5kr.fafabet9-ljqu6d .fafabet9-hq6e8x {
  align-items: flex-start;
}

.fafabet9-2ds5kr.fafabet9-6p80rt .fafabet9-vb9out {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.fafabet9-2ds5kr.fafabet9-6p80rt .fafabet9-hq6e8x {
  align-items: center;
}

.fafabet9-2ds5kr.fafabet9-1lp249 .fafabet9-hq6e8x {
  align-items: flex-end;
}

.fafabet9-vb9out > :first-child {
  margin-top: 0;
}

.fafabet9-vb9out > :last-child {
  margin-bottom: 0;
}

* + .fafabet9-f9e8v6,
.fafabet9-iuafwh + .fafabet9-iuafwh {
  margin-top: 2rem;
}

.fafabet9-hry0g1 td::before,
.fafabet9-hry0g1 th::after {
  display: none !important;
}

.fafabet9-hry0g1 #link-selector {
  color: #000;
}

.fafabet9-hry0g1 .fafabet9-8ep65x {
  color: #135e96;
}

.fafabet9-hry0g1 .fafabet9-r7hxcd *,
.fafabet9-hry0g1 .fafabet9-b32b9i p,
.fafabet9-hry0g1 .fafabet9-2dwuwl * {
  color: #000;
}

.fafabet9-hry0g1 .fafabet9-kwp271 {
  background: 0 0 !important;
}

.fafabet9-hry0g1 .fafabet9-2s7zey {
  color: #000;
}

.fafabet9-hry0g1 .fafabet9-a3zal9.fafabet9-hacjjg {
  color: #fff;
}

.fafabet9-hry0g1 .fafabet9-ytu7xi {
  color: #000;
}

.fafabet9-hry0g1
  .fafabet9-r4c97d
  .fafabet9-jweh4q.fafabet9-hacjjg.fafabet9-yybvof {
  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-qftane,
body .fafabet9-422zeh {
  color: #000;
  background: var(--color-body) !important;
}

.fafabet9-qftane .fafabet9-2ngqa6 .fafabet9-brssyc,
body .fafabet9-422zeh .fafabet9-2ngqa6 .fafabet9-brssyc {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .fafabet9-5vn7b4:focus,
  .fafabet9-5vn7b4:hover {
    color: #f9cb16;
  }
  .fafabet9-ldpmog:focus,
  .fafabet9-ldpmog:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .fafabet9-nvyjwk:focus img,
  .fafabet9-nvyjwk:focus svg,
  .fafabet9-nvyjwk:hover img,
  .fafabet9-nvyjwk:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .fafabet9-eh4coi {
    display: none;
  }
}

@media (min-width: 1024px) {
  .fafabet9-6zxq4m:hover .fafabet9-x8ulbn svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .fafabet9-x8ulbn {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .fafabet9-lv7c7m {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .fafabet9-4ns2v3 {
    grid-template-columns: repeat(4, 1fr);
  }
  .fafabet9-y1a1hc {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .fafabet9-jqzn5c .fafabet9-ybpfz4 {
    grid-template-columns: 1fr;
  }
  .fafabet9-jqzn5c .fafabet9-g2bir6 {
    -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-jqzn5c .fafabet9-ixn86i {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fafabet9-jqzn5c .fafabet9-vi1hoc {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fafabet9-jqzn5c .fafabet9-3sp6wz {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .fafabet9-jqzn5c .fafabet9-ixn86i:not(:first-child) {
    border: none;
  }
  .fafabet9-jqzn5c .fafabet9-ixn86i:first-child .fafabet9-vi1hoc {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .fafabet9-jqzn5c .fafabet9-ixn86i:last-child .fafabet9-vi1hoc {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .fafabet9-tb1hvr {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .fafabet9-kmzsjb {
    max-width: 100px;
  }
  .fafabet9-efalx6 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .fafabet9-h148xo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .fafabet9-h148xo svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .fafabet9-ynblul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .fafabet9-efalx6 + .fafabet9-h148xo {
    margin-left: auto;
  }
  .fafabet9-xdxt7f {
    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-xdxt7f.fafabet9-skqmz0 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .fafabet9-ta7c8b {
    -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-p1nr3d {
    width: 100%;
  }
  .fafabet9-p1nr3d:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .fafabet9-tyeae3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .fafabet9-tyeae3 svg {
    margin-right: 4px;
  }
  .fafabet9-6zxq4m {
    -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-x8ulbn svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .fafabet9-x8ulbn {
    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-nd7d72 {
    display: none;
    width: 100%;
  }
  .fafabet9-6zxq4m.fafabet9-skqmz0 .fafabet9-nd7d72 {
    padding: 0 0 0 48px;
  }
  .fafabet9-jcrz8t {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .fafabet9-7nd8hl .fafabet9-hq6e8x {
    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-aysjna {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .fafabet9-aysjna + .fafabet9-aysjna {
    margin-right: 0;
  }
  .fafabet9-aysjna + .fafabet9-hq6e8x {
    margin: 0;
  }
  .fafabet9-lv7c7m {
    grid-template-columns: repeat(4, 1fr);
  }
  .fafabet9-4ns2v3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .fafabet9-y3aad6,
  .fafabet9-m70x1s {
    grid-template-columns: repeat(2, 1fr);
  }
  .fafabet9-2ds5kr {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .fafabet9-2ds5kr.fafabet9-puxrcx .fafabet9-vb9out {
    grid-column: auto;
    grid-row: auto;
  }
  .fafabet9-2ds5kr > .fafabet9-llqqxi {
    grid-column: 1/2;
  }
  .fafabet9-2ds5kr.fafabet9-puxrcx > :not(.get-image) {
    grid-column: 1/2;
  }
  .fafabet9-2ds5kr .fafabet9-hq6e8x,
  .fafabet9-2ds5kr.fafabet9-puxrcx > .fafabet9-hq6e8x {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .fafabet9-2ds5kr.fafabet9-puxrcx > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .fafabet9-iuafwh.fafabet9-hcomqd .fafabet9-2ds5kr > .fafabet9-hq6e8x {
    grid-row: 1/2;
  }
  .fafabet9-2ds5kr .fafabet9-llqqxi ~ .fafabet9-hq6e8x,
  .fafabet9-2ds5kr.fafabet9-puxrcx .fafabet9-llqqxi ~ .fafabet9-hq6e8x {
    grid-row: 2/3;
  }
  .fafabet9-iuafwh.fafabet9-hcomqd .fafabet9-llqqxi ~ .fafabet9-hq6e8x {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .fafabet9-3sg6sd:first-child .fafabet9-qd2wgp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fafabet9-3sg6sd:first-child .fafabet9-qd2wgp h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .fafabet9-3sg6sd {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .fafabet9-3sg6sd {
    padding: 0;
  }
  .fafabet9-244axm {
    margin-top: 1rem;
  }
  .fafabet9-mb6120 {
    border-radius: 5px;
  }
  .fafabet9-32nzlr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fafabet9-cq4u6n::after {
    display: inline-block;
  }
  .fafabet9-cq4u6n {
    margin: 0;
    width: 100%;
  }
  .fafabet9-rsgpgv {
    width: 100%;
  }
  .fafabet9-rsgpgv.fafabet9-5x2kyf {
    -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-rsgpgv.fafabet9-5x2kyf .fafabet9-vv5mlq {
    width: 100%;
  }
  .fafabet9-rsgpgv.fafabet9-5x2kyf .fafabet9-vv5mlq:not(:last-child) {
    margin-right: 0;
  }
  .fafabet9-5vn7b4 {
    width: 100%;
    text-align: center;
  }
  .fafabet9-t9p2e1.fafabet9-skqmz0 .fafabet9-rsgpgv {
    margin-top: 1rem;
  }
  .fafabet9-lv7c7m {
    grid-template-columns: repeat(3, 1fr);
  }
  .fafabet9-y1a1hc,
  .fafabet9-4ns2v3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .fafabet9-y3aad6,
  .fafabet9-m70x1s,
  .fafabet9-yt0r0w {
    grid-template-columns: 1fr;
  }
  .fafabet9-ujoq7b {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .fafabet9-coka9g {
    min-width: 300px;
    max-width: 325px;
  }
  .fafabet9-vi1hoc {
    cursor: auto;
  }
  .fafabet9-hpa7xn .fafabet9-vi1hoc {
    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-b8ujk5 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .fafabet9-nd7d72 {
    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-b8ujk5 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.fafabet9-aysjna p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .fafabet9-h148xo {
    margin: 0 -0.2rem;
  }
  .fafabet9-aysjna {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fafabet9-ye3a48 {
    -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-dl1vn6 {
    max-width: 100%;
  }
  .fafabet9-lv7c7m {
    grid-template-columns: repeat(2, 1fr);
  }
  .fafabet9-y1a1hc,
  .fafabet9-4ns2v3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .fafabet9-tb1hvr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fafabet9-h148xo {
    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-5b09xm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fafabet9-d3k5hb {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .fafabet9-1qq8m0,
  .fafabet9-zz83s5 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .fafabet9-ba1wm2 {
    width: 100%;
  }
  .fafabet9-lv7c7m {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .fafabet9-b8ujk5 {
    top: 127px !important;
  }
}

.fafabet9-aoim6r {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .fafabet9-aoim6r {
  }
}

@media (max-width: 767px) {
  .fafabet9-aoim6r {
    margin-bottom: 12px;
  }
}

.fafabet9-aoim6r img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.fafabet9-ym5yau {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.fafabet9-ym5yau > .fafabet9-6u9ecw {
  flex: 1 1;
}

@media (max-width: 767px) {
  .fafabet9-ym5yau {
    flex-direction: column;
    gap: 12px;
  }
}

.fafabet9-mpinol {
  display: flex;
}

.fafabet9-mpinol .fafabet9-kff4xn {
  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-mpinol .fafabet9-ityz5h {
  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-mpinol .fafabet9-3etwr7 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.fafabet9-mpinol .fafabet9-ttn6fl {
  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-mpinol .fafabet9-ttn6fl:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.fafabet9-mpinol .fafabet9-g8y56o {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.fafabet9-nsnt6p {
  border: unset;
  background-color: unset;
}

.fafabet9-nsnt6p tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.fafabet9-nsnt6p .fafabet9-avs7q2,
.fafabet9-nsnt6p .fafabet9-ichuzm {
  flex: 0 1 330px;
}

.fafabet9-nsnt6p .fafabet9-5iv1gp {
  flex: 1 1;
}

.fafabet9-nsnt6p 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-nsnt6p tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.fafabet9-nsnt6p tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.fafabet9-nsnt6p tr td p {
  color: #fff;
  margin: 0;
}

.fafabet9-nsnt6p tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.fafabet9-nsnt6p tr.fafabet9-avs7q2 td p {
  padding: 16px 0;
}

.fafabet9-nsnt6p tr.fafabet9-avs7q2 td p:not(:last-child),
.fafabet9-nsnt6p tr.fafabet9-ichuzm td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.fafabet9-nsnt6p tr.fafabet9-avs7q2 td p:first-child,
.fafabet9-nsnt6p tr.fafabet9-ichuzm td p:first-child {
  padding-top: 0;
}

.fafabet9-nsnt6p tr.fafabet9-ichuzm td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.fafabet9-nsnt6p tr.fafabet9-ichuzm td p:last-child {
  padding-bottom: 0;
}

.fafabet9-nsnt6p .fafabet9-ichuzm img {
  max-width: 32px;
}

.fafabet9-nsnt6p .fafabet9-5iv1gp {
  min-width: 718px;
}

.fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.fafabet9-nsnt6p .fafabet9-5iv1gp td {
  display: flex;
}

.fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-bwbb7p,
.fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-qn0vad,
.fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-9qds50 {
  flex: 1 1 50%;
}

.fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-om8hbl {
  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-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-laxr8u,
.fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-c617zn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-bwbb7p,
.fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-qn0vad {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-bwbb7p span,
.fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-qn0vad span {
  font-weight: 800;
}

.fafabet9-nsnt6p .fafabet9-5iv1gp img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .fafabet9-nsnt6p .fafabet9-5iv1gp td .fafabet9-9qds50:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .fafabet9-nsnt6p tr.fafabet9-avs7q2 td p:last-child {
    padding-bottom: 0;
  }
  .fafabet9-nsnt6p .fafabet9-ichuzm > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .fafabet9-nsnt6p .fafabet9-ichuzm > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .fafabet9-nsnt6p tr.fafabet9-avs7q2 td p:not(:last-child),
  .fafabet9-nsnt6p tr.fafabet9-ichuzm td p:not(:last-child) {
    border-bottom: unset;
  }
  .fafabet9-nsnt6p tr.fafabet9-ichuzm td p:last-child {
    padding-bottom: 12px;
  }
  .fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-bwbb7p,
  .fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-qn0vad,
  .fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-9qds50 {
    flex: 1 1 50%;
    padding: 0;
  }
  .fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-bwbb7p,
  .fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-qn0vad {
    margin-top: 16px;
  }
  .fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-9qds50 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-bwbb7p {
    border-right: 1px solid var(--border-color);
  }
  .fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-9qds50:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .fafabet9-nsnt6p .fafabet9-5iv1gp td:last-child .fafabet9-9qds50:last-child {
    padding-bottom: 0;
  }
}

.fafabet9-9qds50 {
  display: flex;
  flex-direction: column;
}

.fafabet9-nsnt6p .fafabet9-5iv1gp td .fafabet9-9qds50 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.fafabet9-nsnt6p .fafabet9-5iv1gp td .fafabet9-9qds50:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.fafabet9-nsnt6p .fafabet9-5iv1gp td .fafabet9-9qds50:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .fafabet9-nsnt6p .fafabet9-5iv1gp td .fafabet9-9qds50:not(:first-child) {
    padding-left: 0;
  }
  .fafabet9-nsnt6p .fafabet9-5iv1gp td .fafabet9-9qds50:not(:last-of-type) {
    border-right: unset;
  }
}

.fafabet9-nsnt6p .fafabet9-49ohmr {
  flex: 0 1 485px;
}

.fafabet9-nsnt6p .fafabet9-pgsd41 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.fafabet9-nsnt6p .fafabet9-pgsd41 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fafabet9-nsnt6p .fafabet9-pgsd41 li.fafabet9-s62b5w {
  padding: 6px 12px;
}

.fafabet9-nsnt6p .fafabet9-pgsd41 li a,
.fafabet9-nsnt6p .fafabet9-pgsd41 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-nsnt6p .fafabet9-m3sqm6,
.fafabet9-nsnt6p .fafabet9-tyidp8 {
  flex: 1 1;
}

.fafabet9-nsnt6p .fafabet9-9ytw4l,
.fafabet9-nsnt6p .fafabet9-qbfdb9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fafabet9-nsnt6p .fafabet9-9ytw4l li,
.fafabet9-nsnt6p .fafabet9-qbfdb9 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.fafabet9-nsnt6p .fafabet9-tyidp8 img {
  max-width: 32px;
}

.fafabet9-nsnt6p .fafabet9-m3sqm6 img {
  max-width: 32px;
}

.fafabet9-nsnt6p .fafabet9-jxrvou {
  min-width: 280px;
}

.fafabet9-nsnt6p .fafabet9-jxrvou img {
  max-width: 146px;
}

.fafabet9-nsnt6p .fafabet9-jxrvou td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .fafabet9-nsnt6p .fafabet9-avs7q2,
  .fafabet9-nsnt6p .fafabet9-ichuzm {
    flex: 0 1 auto;
  }
  .fafabet9-nsnt6p .fafabet9-5iv1gp {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .fafabet9-nsnt6p .fafabet9-avs7q2,
  .fafabet9-nsnt6p .fafabet9-49ohmr,
  .fafabet9-nsnt6p .fafabet9-ichuzm,
  .fafabet9-nsnt6p .fafabet9-5iv1gp {
    flex: 1 1 calc(50% - 20px);
  }
  .fafabet9-nsnt6p .fafabet9-m3sqm6,
  .fafabet9-nsnt6p .fafabet9-jxrvou,
  .fafabet9-nsnt6p .fafabet9-tyidp8 {
    flex: 1 1 30%;
  }
  .fafabet9-nsnt6p .fafabet9-jxrvou {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .fafabet9-nsnt6p .fafabet9-avs7q2,
  .fafabet9-nsnt6p .fafabet9-49ohmr,
  .fafabet9-nsnt6p .fafabet9-m3sqm6,
  .fafabet9-nsnt6p .fafabet9-ichuzm,
  .fafabet9-nsnt6p .fafabet9-5iv1gp,
  .fafabet9-nsnt6p .fafabet9-jxrvou,
  .fafabet9-nsnt6p .fafabet9-tyidp8 {
    flex: 1 1 100%;
  }
}

.fafabet9-xedthe .fafabet9-6a7g42 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fafabet9-xedthe .fafabet9-ic4ozf {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.fafabet9-xedthe .fafabet9-ot87hb {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.fafabet9-xedthe .fafabet9-kdu0zr {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.fafabet9-xedthe .fafabet9-kdu0zr > :nth-child(3) {
  margin-top: 0;
}

.fafabet9-xedthe .fafabet9-hq6e8x {
  grid-column: 2/3;
  grid-row: 1/10;
}

.fafabet9-xedthe .fafabet9-ln9alw {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.fafabet9-xedthe .fafabet9-244axm {
  grid-column: 1/2;
}

.fafabet9-xedthe > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.fafabet9-xedthe .fafabet9-ic4ozf: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-xedthe .fafabet9-ic4ozf:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.fafabet9-xedthe .fafabet9-ba1wm2 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .fafabet9-xedthe .fafabet9-ic4ozf:not(:last-child):before {
    bottom: 8px;
  }
  .fafabet9-xedthe .fafabet9-ic4ozf:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .fafabet9-xedthe .fafabet9-kdu0zr {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .fafabet9-xedthe .fafabet9-hq6e8x {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .fafabet9-xedthe .fafabet9-hq6e8x img {
    width: 100%;
    height: auto;
  }
  .fafabet9-xedthe .fafabet9-ba1wm2 {
    width: 100%;
    min-width: unset;
  }
}

.fafabet9-lbbry4 .fafabet9-0hww71 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.fafabet9-lbbry4 .fafabet9-ssjkex {
  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-lbbry4 .fafabet9-hq6e8x {
  height: 100%;
}

.fafabet9-lbbry4 .fafabet9-hq6e8x img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.fafabet9-lbbry4 .fafabet9-7z9fw5 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.fafabet9-lbbry4 .fafabet9-232tqn {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.fafabet9-lbbry4 .fafabet9-xr30vl {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .fafabet9-lbbry4 .fafabet9-ssjkex {
    flex: 1 1 100%;
  }
  .fafabet9-lbbry4 .fafabet9-81f6jt {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .fafabet9-lbbry4 .fafabet9-ssjkex {
    flex-direction: column;
  }
  .fafabet9-lbbry4 .fafabet9-hq6e8x {
    width: 100%;
    height: auto;
  }
  .fafabet9-lbbry4 .fafabet9-hq6e8x img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .fafabet9-lbbry4 .fafabet9-7z9fw5 {
    padding: 0 16px 16px 16px;
  }
  .fafabet9-lbbry4 .fafabet9-81f6jt {
    min-width: unset;
    width: 100%;
  }
}

.fafabet9-6t5sx5 .fafabet9-e0c1xf {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.fafabet9-6t5sx5 .fafabet9-8vgc1f {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.fafabet9-6t5sx5 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-6t5sx5 .fafabet9-6vz8yn {
  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-6t5sx5 .fafabet9-8vgc1f:hover .fafabet9-6vz8yn {
  display: flex;
}

.fafabet9-6t5sx5 .fafabet9-prh099 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fafabet9-6t5sx5 .fafabet9-ap4rpv {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.fafabet9-cfkrka {
  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-cfkrka.fafabet9-kyw1jm {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.fafabet9-447zsi ease-in-out;
}

.fafabet9-cfkrka.fafabet9-kyw1jm:hover {
  color: #f9cb16;
  background-color: transparent;
}

.fafabet9-6t5sx5 .fafabet9-hcxyft {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.fafabet9-447zsi ease-in-out;
}

.fafabet9-6t5sx5 .fafabet9-hcxyft:hover {
  color: #196948;
  background-color: #f9cb16;
}

.fafabet9-6t5sx5 .fafabet9-hcxyft:after,
.fafabet9-cfkrka.fafabet9-kyw1jm:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.fafabet9-cfkrka.fafabet9-kyw1jm:after {
  background-image: url(../images/Cash.svg);
}

.fafabet9-6t5sx5 .fafabet9-hcxyft:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .fafabet9-6t5sx5 .fafabet9-e0c1xf {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .fafabet9-6t5sx5 .fafabet9-e0c1xf {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fafabet9-6t5sx5 .fafabet9-e0c1xf {
    grid-template-columns: 1fr;
  }
  .fafabet9-6t5sx5 .fafabet9-8vgc1f {
    height: auto;
  }
  .fafabet9-6t5sx5 .fafabet9-8vgc1f .fafabet9-6vz8yn {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .fafabet9-6t5sx5 .fafabet9-prh099,
  .fafabet9-6t5sx5 .fafabet9-ap4rpv {
    text-align: left;
  }
  .fafabet9-6t5sx5 .fafabet9-ap4rpv {
    margin-bottom: 8px;
  }
  .fafabet9-6t5sx5 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.fafabet9-jgsknc {
  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-jgsknc.fafabet9-d9zbur {
  display: block;
}

.fafabet9-jgsknc .fafabet9-bl8djr {
  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-jgsknc .fafabet9-h503nn {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.fafabet9-jgsknc .fafabet9-skdw72 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.fafabet9-jgsknc .fafabet9-nlo7t2 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.fafabet9-jgsknc .fafabet9-cfkrka {
  min-width: 296px;
  margin-bottom: 0;
}

.fafabet9-jgsknc .fafabet9-2d38vj {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.fafabet9-jgsknc .fafabet9-88w7w2 {
  position: relative;
  flex: 1 1;
}

.fafabet9-jgsknc .fafabet9-88w7w2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .fafabet9-jgsknc .fafabet9-h503nn {
    flex-wrap: wrap;
    gap: 8px;
  }
  .fafabet9-jgsknc .fafabet9-skdw72 {
    order: 1;
  }
  .fafabet9-jgsknc .fafabet9-nlo7t2 {
    order: 3;
    flex: 1 1 100%;
  }
  .fafabet9-jgsknc .fafabet9-cfkrka {
    width: 100%;
    min-width: unset;
  }
  .fafabet9-jgsknc .fafabet9-2d38vj {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .fafabet9-2ds5kr > .fafabet9-llqqxi {
    margin-bottom: 0;
  }
  .fafabet9-2ds5kr > .fafabet9-244axm,
  .fafabet9-2ds5kr > p {
    margin-top: 0;
  }
}

.fafabet9-7ado01 img,
.fafabet9-aysjna img {
  width: auto;
  object-fit: contain;
}

.fafabet9-7ado01 {
  align-items: center;
}

.fafabet9-7ado01 img {
  max-height: 76px;
}

.fafabet9-aysjna img {
  max-height: 64px;
}

.fafabet9-h82c11 {
  overflow: auto;
}

.fafabet9-wx4u2s {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.fafabet9-rabu5u:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.fafabet9-rwyb5k {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.fafabet9-gazq47 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fafabet9-rwyb5k .fafabet9-hq6e8x {
  margin-right: 20px;
  flex-shrink: 0;
}

.fafabet9-rwyb5k img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.fafabet9-voxtlx {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.fafabet9-voxtlx > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fafabet9-rwyb5k {
    padding: 15px 10px;
  }
  .fafabet9-voxtlx {
    padding: 15px 10px;
  }
  .fafabet9-rwyb5k .fafabet9-hq6e8x {
    margin-right: 10px;
  }
}

.fafabet9-ui4d7o {
  overflow-x: auto;
}

.fafabet9-6rxmde {
  border-collapse: collapse;
  width: 100%;
}

.fafabet9-ui4d7o th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.fafabet9-ui4d7o td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.fafabet9-ui4d7o td.fafabet9-luz4fn {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.fafabet9-ui4d7o td.fafabet9-mm806i {
  border-right: none;
}

.fafabet9-ui4d7o td.fafabet9-mm806i .fafabet9-hq6e8x {
  justify-content: flex-start;
}

.fafabet9-ui4d7o td.fafabet9-mm806i .fafabet9-hq6e8x img {
  height: auto;
  width: 90px;
}

.fafabet9-ui4d7o td.fafabet9-5d9qqc,
.fafabet9-ui4d7o td.fafabet9-m47guz {
  font-weight: 600;
  text-align: right;
}

.fafabet9-ui4d7o td.fafabet9-5fual9,
.fafabet9-ui4d7o td.fafabet9-5d9qqc {
  padding-bottom: 10px;
  border-bottom: none;
}

.fafabet9-ui4d7o td.fafabet9-5d9qqc,
.fafabet9-ui4d7o td.fafabet9-m47guz {
  border-left: none;
}

.fafabet9-ui4d7o td.fafabet9-5fual9,
.fafabet9-ui4d7o td.fafabet9-njwmmp {
  border-right: none;
}

.fafabet9-ui4d7o td.fafabet9-njwmmp,
.fafabet9-ui4d7o td.fafabet9-m47guz {
  border-top: none;
  padding-top: 10px;
}

.fafabet9-j15g3y {
  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-j15g3y .fafabet9-81f6jt {
  min-width: unset;
  width: 100%;
}

.fafabet9-j15g3y .fafabet9-81f6jt.fafabet9-hoi5dh {
  grid-column: 1/2;
  grid-row: 1/2;
}

.fafabet9-j15g3y .fafabet9-81f6jt.fafabet9-3beh0k {
  grid-column: 2/3;
  grid-row: 1/2;
}

.fafabet9-j15g3y .fafabet9-3vjh0m {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .fafabet9-j15g3y {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .fafabet9-j15g3y .fafabet9-81f6jt.fafabet9-hoi5dh {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .fafabet9-j15g3y .fafabet9-81f6jt.fafabet9-3beh0k {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .fafabet9-j15g3y .fafabet9-3vjh0m {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.fafabet9-dleojf {
  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-xlpwke {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.fafabet9-x55gkq p a img {
  margin: 0 auto;
  display: block;
}

.fafabet9-x55gkq table {
  margin-bottom: 17px;
}

/* contanct form */
.fafabet9-2iy897 {
  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-2iy897 label {
  font-size: 14px;
}

.fafabet9-2iy897 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.fafabet9-2iy897 input,
.fafabet9-2iy897 textarea,
.fafabet9-2iy897 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-2iy897 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.fafabet9-447zsi ease;
}
.fafabet9-2iy897 button:hover {
  background-color: #691204;
}
.fafabet9-tyqje8 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.fafabet9-9qt3or ease-in;
}

.fafabet9-tyqje8 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-ytbcvy, .fafabet9-5a6yxg, [class*="review-card"],
thead, thead th, table th, .fafabet9-9fwe5k,
.fafabet9-fwd4gk, [class*="collapsible-header"],
.fafabet9-lj4ajp, [class*="updated-block"] {
  color: #ece7dc !important;
}
