@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);
}

.jaabet-miaha5 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jaabet-xdsxqx {
  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.jaabet-g45q1w,
ul.jaabet-g45q1w {
  padding-left: 20px;
}

ul.jaabet-g45q1w {
  list-style: disc;
}

ol.jaabet-g45q1w {
  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;
  }
}

.jaabet-0hwbyf > .jaabet-br0saw,
.jaabet-0hwbyf > .jaabet-wnved2,
.jaabet-0hwbyf > blockquote,
.jaabet-0hwbyf > h1,
.jaabet-0hwbyf > h2,
.jaabet-0hwbyf > h3,
.jaabet-0hwbyf > h4,
.jaabet-0hwbyf > h5,
.jaabet-0hwbyf > h6,
.jaabet-0hwbyf > ol,
.jaabet-0hwbyf > p,
.jaabet-0hwbyf > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jaabet-0hwbyf > ol,
.jaabet-0hwbyf > ul {
  padding-left: 50px;
}

.jaabet-0hwbyf 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;
}

.jaabet-0hwbyf:not(:last-child) {
  margin-bottom: 2rem;
}

.jaabet-0hwbyf > :not(:first-child) {
  margin-top: 2rem;
}

.jaabet-0hwbyf {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jaabet-0hwbyf:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .jaabet-0hwbyf:first-child {
    margin-top: 20px;
  }
}

.jaabet-0hwbyf > p:last-of-type {
  margin-bottom: 32px;
}

.jaabet-0hwbyf > .jaabet-76ctfb:not(:first-child) {
  margin: 64px auto 16px auto;
}

.jaabet-tznj4d > .jaabet-76ctfb {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jaabet-wnved2 {
  overflow: auto;
}

.jaabet-wnved2::-webkit-scrollbar {
  height: 5px;
}

.jaabet-wnved2 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.jaabet-wnved2 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.jaabet-wnved2 table thead,
table thead {
  border-bottom: none;
}

.jaabet-wnved2 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.jaabet-wnved2 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.jaabet-wnved2 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.jaabet-wnved2 .jaabet-ihi7fl {
  table-layout: auto;
}

.jaabet-wnved2 .jaabet-ihi7fl th {
  word-break: normal;
}

.jaabet-wnved2 .jaabet-ihi7fl td {
  word-break: normal;
}

.jaabet-miaha5 .jaabet-miaha5 {
  padding-right: 0;
  padding-left: 0;
}

.jaabet-161q51 {
  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;
}

.jaabet-xh0ohm {
  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;
}

.jaabet-slz6ky {
  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;
}

.jaabet-br0saw {
  margin-top: 24px;
}

.jaabet-br0saw.jaabet-shet9d {
  text-align: left;
}

.jaabet-br0saw.jaabet-j9q1ji {
  text-align: right;
}

.jaabet-br0saw.jaabet-uw51nf {
  text-align: center;
}

.jaabet-xnqskq {
  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.jaabet-awx7s3 ease-in-out;
  cursor: pointer;
}

.jaabet-xnqskq:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.jaabet-xnqskq {
  min-width: 328px;
}

@media (max-width: 768px) {
  .jaabet-xnqskq {
    min-width: unset;
  }
}

.jaabet-uoh910 {
  background-color: var(--fh-bg-color);
}

.jaabet-hn4bai {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.jaabet-yqdaka {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.jaabet-yqdaka img {
  max-height: 80px;
  object-fit: contain;
}

.jaabet-5s21mm {
  flex: 1 1;
}

.jaabet-mquinr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.jaabet-3wch1l {
  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;
}

.jaabet-3wch1l 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;
}

.jaabet-3wch1l.jaabet-veqka4 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.jaabet-3wch1l.jaabet-veqka4 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.jaabet-3wch1l.jaabet-veqka4 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.jaabet-5s21mm + .jaabet-mquinr {
  margin-left: 20px;
}

.jaabet-dj7j0c {
  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;
}

.jaabet-dj7j0c > svg {
  max-width: 24px;
  max-height: 24px;
}

.jaabet-dj7j0c + .jaabet-dj7j0c {
  margin-left: 5px;
}

.jaabet-s91cn1 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.jaabet-s91cn1:hover {
  background-color: var(--button-bg-hover);
}

.jaabet-6kkr6b {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.jaabet-awx7s3 ease-in-out;
  border: 1px solid var(--border-color);
}

.jaabet-6kkr6b:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.jaabet-3iik9k {
  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) {
  .jaabet-5s21mm {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .jaabet-3iik9k {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .jaabet-5s21mm {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .jaabet-dj7j0c {
    min-width: unset;
    flex: 1 1;
  }
}

.jaabet-6qcnrb {
  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;
}

.jaabet-6qcnrb:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.jaabet-6qcnrb:hover .jaabet-jd7a5k {
  opacity: 1;
  pointer-events: auto;
}

.jaabet-yt9c5r {
  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.jaabet-lfjz2q ease-in-out;
  gap: 4px;
}

.jaabet-yt9c5r > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.jaabet-yt9c5r .jaabet-161q51 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.jaabet-64vg3p,
.jaabet-yt9c5r:hover {
  color: var(--button-bg-hover);
}

.jaabet-yepzfj {
  position: relative;
}

.jaabet-yepzfj .jaabet-yt9c5r {
  margin-right: 0;
  padding-right: 4px;
}

.jaabet-5cxm7u svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.jaabet-yepzfj.jaabet-veqka4 .jaabet-5cxm7u svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.jaabet-yepzfj.jaabet-veqka4 .jaabet-jd7a5k {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.jaabet-yepzfj.jaabet-veqka4 .jaabet-jd7a5k::before {
  display: none;
}

.jaabet-5cxm7u svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.jaabet-jd7a5k {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.jaabet-78unle 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.jaabet-jd7a5k::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.jaabet-jd7a5k:hover {
  color: var(--fh-bg-color);
}

.jaabet-k5z33g {
  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.jaabet-78unle 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.jaabet-lfjz2q ease-in-out;
  -o-transition: 0.jaabet-lfjz2q ease-in-out;
  transition: 0.jaabet-lfjz2q ease-in-out;
}

.jaabet-k5z33g .jaabet-161q51 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.jaabet-59fq0w,
.jaabet-k5z33g:hover {
  color: var(--button-bg-hover);
}

.jaabet-qeslsz {
  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%;
}

.jaabet-qeslsz.jaabet-l5heku {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.jaabet-qeslsz.jaabet-l5heku:after,
.jaabet-qeslsz.jaabet-l5heku:before {
  content: "";
  position: absolute;
  margin: auto;
}

.jaabet-qeslsz.jaabet-l5heku: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);
  }
}

.jaabet-qeslsz.jaabet-l5heku:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.jaabet-qeslsz.jaabet-l5heku > * {
  z-index: 1;
}

.jaabet-qeslsz b,
.jaabet-qeslsz strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.jaabet-qeslsz .jaabet-2b4loo {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.jaabet-qeslsz .jaabet-sk0htp {
  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;
}

.jaabet-qeslsz .jaabet-161q51 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.jaabet-qeslsz .jaabet-b7d86y {
  margin-top: 12px;
}

.jaabet-b7d86y {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.jaabet-f9nlnh {
  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;
}

.jaabet-b7d86y .jaabet-6f5s3s {
  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.jaabet-awx7s3 ease-in-out;
}

.jaabet-b7d86y .jaabet-6f5s3s:hover {
  background: rgba(255, 255, 255, 0.3);
}

.jaabet-a0stbb {
  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;
}

.jaabet-qeslsz.jaabet-x55w7q {
  gap: 12px;
  padding: 16px;
}

.jaabet-qeslsz.jaabet-x55w7q .jaabet-a0stbb {
  min-width: 240px;
}

.jaabet-qeslsz.jaabet-x55w7q .jaabet-a0stbb.jaabet-nll3q2 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .jaabet-qeslsz .jaabet-2b4loo {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .jaabet-qeslsz .jaabet-sk0htp {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .jaabet-qeslsz .jaabet-161q51 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .jaabet-qeslsz.jaabet-x55w7q .jaabet-161q51 {
    max-width: 126px;
  }
  .jaabet-qeslsz .jaabet-b7d86y {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .jaabet-qeslsz .jaabet-f9nlnh {
    max-width: unset;
  }
  .jaabet-a0stbb {
    min-width: unset;
    width: 100%;
  }
  .jaabet-qeslsz .jaabet-a0stbb {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .jaabet-qeslsz.jaabet-x55w7q {
    grid-template-rows: auto 1fr auto;
  }
  .jaabet-qeslsz.jaabet-x55w7q .jaabet-a0stbb {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .jaabet-qeslsz {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .jaabet-qeslsz .jaabet-2b4loo {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .jaabet-qeslsz .jaabet-161q51 {
    max-width: 78px;
  }
  .jaabet-qeslsz .jaabet-b7d86y {
    margin-top: -12px;
  }
  .jaabet-qeslsz.jaabet-x55w7q {
    gap: 8px;
  }
  .jaabet-qeslsz.jaabet-x55w7q .jaabet-2b4loo {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .jaabet-qeslsz.jaabet-x55w7q .jaabet-sk0htp {
    grid-column: 1/3;
  }
  .jaabet-qeslsz.jaabet-x55w7q .jaabet-161q51 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .jaabet-qeslsz.jaabet-x55w7q .jaabet-161q51 img {
    max-width: 114px;
  }
}

.jaabet-a0stbb.jaabet-qn8izy,
.jaabet-a0stbb.jaabet-oevswy,
.jaabet-a0stbb.jaabet-jjvoca {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.jaabet-awx7s3 ease-in-out;
}

.jaabet-a0stbb.jaabet-qn8izy,
.jaabet-a0stbb.jaabet-jjvoca {
  padding: 10px;
}

.jaabet-a0stbb.jaabet-qn8izy:hover,
.jaabet-a0stbb.jaabet-oevswy:hover,
.jaabet-a0stbb.jaabet-jjvoca:hover {
  background: var(--button-bg-hover);
}

.jaabet-a0stbb.jaabet-qn8izy:hover svg path,
.jaabet-a0stbb.jaabet-jjvoca:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.jaabet-a0stbb.jaabet-nll3q2 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.jaabet-awx7s3 ease-in-out;
  background: var(--button-bg-color);
}

.jaabet-a0stbb.jaabet-nll3q2:hover {
  background-color: var(--button-bg-hover);
}

.jaabet-a0stbb.jaabet-oevswy: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);
  }
}

.jaabet-a0stbb.jaabet-oevswy:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.jaabet-a0stbb.jaabet-nll3q2:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.jaabet-1vnf4s {
  max-width: 650px;
}

.jaabet-kjllb5 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.jaabet-3mzqzb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.jaabet-80wq8v {
  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.jaabet-lfjz2q ease-in-out;
  cursor: pointer;
}

.jaabet-80wq8v:hover {
  opacity: 0.5;
}

.jaabet-80wq8v:focus {
  outline: 0;
}

.jaabet-80wq8v:focus .jaabet-67rd34,
.jaabet-80wq8v:hover .jaabet-67rd34 {
  fill: red;
  fill-opacity: 1;
}

.jaabet-80wq8v:hover {
  cursor: pointer;
}

.jaabet-qd9aw7 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.jaabet-1vnf4s.jaabet-uw51nf {
  margin: 0 auto;
}

.jaabet-1vnf4s.jaabet-j9q1ji {
  margin-left: auto;
}

.jaabet-x4lz2p {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.jaabet-tuhl9h {
  padding-bottom: 50px;
}

.jaabet-f9v1py {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.jaabet-8c8e4i {
  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;
}

.jaabet-b9ahmc {
  margin-top: 24px;
}

.jaabet-vkx4wj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jaabet-lxw5zn {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.jaabet-x604zn {
  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;
}

.jaabet-9xa6lm {
  width: 468px;
}

.jaabet-x604zn .jaabet-jd7a5k {
  margin: 0.jaabet-yj0idb 0;
}

.jaabet-sht3ba {
  display: flex;
  min-width: 224px;
}

.jaabet-ygu04l {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.jaabet-lfjz2q ease-in-out;
}

.jaabet-32jjr6,
.jaabet-ygu04l:hover {
  color: var(--text-color);
}

.jaabet-fhuxpn {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.jaabet-b12ihw {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .jaabet-x4lz2p {
    padding: 16px;
  }
  .jaabet-fhuxpn {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .jaabet-b12ihw {
    align-items: center;
  }
  .jaabet-9xa6lm {
    width: unset;
  }
  .jaabet-sht3ba {
    min-width: unset;
  }
  .jaabet-x604zn {
    max-height: unset;
  }
  .jaabet-f9v1py {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .jaabet-x4lz2p {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.jaabet-bikvlo {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.jaabet-bikvlo:not(:last-child) {
  margin-bottom: 16px;
}

.jaabet-ar5ycg {
  outline: 0;
}

.jaabet-ar5ycg .jaabet-blga7x {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.jaabet-1dc0q8 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .jaabet-1dc0q8 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.jaabet-1dc0q8::-webkit-details-marker {
  display: none;
}

.jaabet-1dc0q8: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;
}

.jaabet-1dc0q8: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] .jaabet-1dc0q8:after {
  transform: unset;
}

.jaabet-blga7x {
  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);
}

.jaabet-blga7x 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.jaabet-lfjz2q ease-in-out;
  -o-transition: 0.jaabet-lfjz2q ease-in-out;
  transition: 0.jaabet-lfjz2q ease-in-out;
}

.jaabet-kc8t3n {
  padding: 16px 0 0 0;
}

.jaabet-kc8t3n * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .jaabet-kc8t3n :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .jaabet-1dc0q8 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .jaabet-1dc0q8::after {
    margin-left: auto;
  }
  .jaabet-blga7x {
    order: 3;
    flex: 1 1 100%;
  }
  .jaabet-1dc0q8 {
    font-size: 14px;
    line-height: 130%;
  }
  .jaabet-blga7x svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.jaabet-12o03n {
  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;
}

.jaabet-ez25up {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.jaabet-12o03n.jaabet-veqka4 .jaabet-ez25up {
  margin-bottom: 12px;
}

.jaabet-ez25up::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;
}

.jaabet-12o03n.jaabet-veqka4 .jaabet-ez25up::after {
  transform: unset;
}

.jaabet-eh8ubt {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.jaabet-k29n27 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.jaabet-lfjz2q ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.jaabet-k29n27: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;
}

.jaabet-12o03n.jaabet-veqka4 .jaabet-eh8ubt {
  max-height: 100%;
}

.jaabet-o3jgre {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.jaabet-iwavce {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.jaabet-lswqv7 {
  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;
}

.jaabet-vlzwn3 {
  margin-right: 4px;
}

.jaabet-qam98z {
  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.jaabet-lfjz2q ease-in-out;
}

.jaabet-qam98z svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.jaabet-by95q5,
.jaabet-qam98z:hover {
  color: var(--text-color);
}

.jaabet-6oa168 {
  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;
}

.jaabet-6oa168 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.jaabet-6oa168 .jaabet-el3hkk {
  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;
}

.jaabet-6oa168 .jaabet-99z2sb {
  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;
}

.jaabet-1s6y9l {
  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;
}

.jaabet-9trwbv {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jaabet-5ulqbj .jaabet-miaha5 {
  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;
}

.jaabet-5ulqbj {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.jaabet-53xopx {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.jaabet-agbxcl {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.jaabet-s5kvia {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.jaabet-ax2lbr 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;
}

.jaabet-s5kvia:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.jaabet-69l1tw {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.jaabet-q3pcx5 {
  -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.jaabet-lfjz2q ease-in-out;
  transition: transform 0.jaabet-lfjz2q ease-in-out;
  -o-transition: transform 0.jaabet-lfjz2q ease-in-out;
  transition:
    transform 0.jaabet-lfjz2q ease-in-out,
    -webkit-transform 0.jaabet-lfjz2q ease-in-out;
  cursor: pointer;
}

.jaabet-q3pcx5 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.jaabet-q3pcx5: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;
}

.jaabet-0uxgih {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .jaabet-0uxgih {
    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);
}

.jaabet-zkpzt7 {
  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;
}

.jaabet-j9rulk {
  position: relative;
  width: 100%;
}

.jaabet-zkpzt7.jaabet-lqnbt0 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jaabet-zkpzt7.jaabet-uw51nf {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jaabet-zkpzt7.jaabet-j9q1ji {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jaabet-tcn09s {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.jaabet-udwxiq {
  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.jaabet-lfjz2q ease-in-out;
  cursor: pointer;
}

.jaabet-udwxiq:hover {
  opacity: 0.5;
}

.jaabet-zkpzt7.jaabet-7rqor7 .jaabet-udwxiq {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.jaabet-zkpzt7.jaabet-7rqor7 .jaabet-tcn09s {
  cursor: pointer;
}

.jaabet-m8al3m {
  fill: #0009;
}

.jaabet-xemndc {
  fill: #fff;
}

.jaabet-udwxiq:hover .jaabet-m8al3m {
  fill: red;
}

.jaabet-udwxiq svg path {
  -webkit-transition: 0.jaabet-lfjz2q ease-in-out;
  -o-transition: 0.jaabet-lfjz2q ease-in-out;
  transition: 0.jaabet-lfjz2q ease-in-out;
}

.jaabet-o1ahsh {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.jaabet-o1ahsh > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.jaabet-o1ahsh.jaabet-oskhoq > :not(.get-image) {
  grid-column: 1/3;
}

.jaabet-nyr9bk:not(._h1-block) .jaabet-o1ahsh > .jaabet-76ctfb {
  grid-row: 1/2;
  grid-column: 1/3;
}

.jaabet-o1ahsh.jaabet-oskhoq .jaabet-z6w20w {
  grid-column: 2/3;
}

.jaabet-o1ahsh.jaabet-oskhoq > .jaabet-161q51 {
  grid-column: 1/2;
}

.jaabet-o1ahsh.jaabet-oskhoq > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.jaabet-o1ahsh > p:first-of-type {
  margin-top: 0;
}

.jaabet-o1ahsh .jaabet-161q51 {
  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;
}

.jaabet-nyr9bk:not(._h1-block) .jaabet-76ctfb ~ .jaabet-161q51 {
  grid-row: 2/10;
}

.jaabet-nyr9bk.jaabet-vjzkn0 .jaabet-76ctfb ~ .jaabet-161q51 {
  grid-row: 1/10;
}

.jaabet-nyr9bk.jaabet-vjzkn0 > .jaabet-76ctfb {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.jaabet-nyr9bk.jaabet-vjzkn0 .jaabet-161q51 {
  grid-row: 1/10;
}

.jaabet-o1ahsh.jaabet-38qtuy .jaabet-161q51 {
  align-items: flex-start;
}

.jaabet-o1ahsh.jaabet-uw51nf .jaabet-z6w20w {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.jaabet-o1ahsh.jaabet-uw51nf .jaabet-161q51 {
  align-items: center;
}

.jaabet-o1ahsh.jaabet-n2q4k6 .jaabet-161q51 {
  align-items: flex-end;
}

.jaabet-z6w20w > :first-child {
  margin-top: 0;
}

.jaabet-z6w20w > :last-child {
  margin-bottom: 0;
}

* + .jaabet-vuna5d,
.jaabet-nyr9bk + .jaabet-nyr9bk {
  margin-top: 2rem;
}

.jaabet-l5ddhb td::before,
.jaabet-l5ddhb th::after {
  display: none !important;
}

.jaabet-l5ddhb #link-selector {
  color: #000;
}

.jaabet-l5ddhb .jaabet-fpnrnv {
  color: #135e96;
}

.jaabet-l5ddhb .jaabet-jnk5ck *,
.jaabet-l5ddhb .jaabet-xofyvd p,
.jaabet-l5ddhb .jaabet-sam4o9 * {
  color: #000;
}

.jaabet-l5ddhb .jaabet-ix0968 {
  background: 0 0 !important;
}

.jaabet-l5ddhb .jaabet-55z4j2 {
  color: #000;
}

.jaabet-l5ddhb .jaabet-vchung.jaabet-6tuyql {
  color: #fff;
}

.jaabet-l5ddhb .jaabet-4o7u90 {
  color: #000;
}

.jaabet-l5ddhb
  .jaabet-pjgyy1
  .jaabet-2jioa3.jaabet-6tuyql.jaabet-3leghy {
  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;
}

.jaabet-adnsuc,
body .jaabet-65djos {
  color: #000;
  background: var(--color-body) !important;
}

.jaabet-adnsuc .jaabet-578wrd .jaabet-gibpkl,
body .jaabet-65djos .jaabet-578wrd .jaabet-gibpkl {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .jaabet-k29n27:focus,
  .jaabet-k29n27:hover {
    color: #f9cb16;
  }
  .jaabet-1hc4ac:focus,
  .jaabet-1hc4ac:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .jaabet-8f8m3u:focus img,
  .jaabet-8f8m3u:focus svg,
  .jaabet-8f8m3u:hover img,
  .jaabet-8f8m3u:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .jaabet-6oa168 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .jaabet-yepzfj:hover .jaabet-5cxm7u svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .jaabet-5cxm7u {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .jaabet-n5h38a {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .jaabet-k4ojp8 {
    grid-template-columns: repeat(4, 1fr);
  }
  .jaabet-ftv220 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .jaabet-dc2c90 .jaabet-58vxws {
    grid-template-columns: 1fr;
  }
  .jaabet-dc2c90 .jaabet-0zggq5 {
    -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;
  }
  .jaabet-dc2c90 .jaabet-mp1tlw {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .jaabet-dc2c90 .jaabet-obtr89 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .jaabet-dc2c90 .jaabet-t869jn {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .jaabet-dc2c90 .jaabet-mp1tlw:not(:first-child) {
    border: none;
  }
  .jaabet-dc2c90 .jaabet-mp1tlw:first-child .jaabet-obtr89 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .jaabet-dc2c90 .jaabet-mp1tlw:last-child .jaabet-obtr89 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .jaabet-hn4bai {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .jaabet-yqdaka {
    max-width: 100px;
  }
  .jaabet-5s21mm {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .jaabet-mquinr {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .jaabet-mquinr svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .jaabet-3wch1l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .jaabet-5s21mm + .jaabet-mquinr {
    margin-left: auto;
  }
  .jaabet-m7c75i {
    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;
  }
  .jaabet-m7c75i.jaabet-veqka4 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .jaabet-3iik9k {
    -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;
  }
  .jaabet-6qcnrb {
    width: 100%;
  }
  .jaabet-6qcnrb:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .jaabet-yt9c5r {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .jaabet-yt9c5r svg {
    margin-right: 4px;
  }
  .jaabet-yepzfj {
    -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;
  }
  .jaabet-5cxm7u svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .jaabet-5cxm7u {
    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;
  }
  .jaabet-jd7a5k {
    display: none;
    width: 100%;
  }
  .jaabet-yepzfj.jaabet-veqka4 .jaabet-jd7a5k {
    padding: 0 0 0 48px;
  }
  .jaabet-k5z33g {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .jaabet-8c8e4i .jaabet-161q51 {
    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;
  }
  .jaabet-svtfx5 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .jaabet-svtfx5 + .jaabet-svtfx5 {
    margin-right: 0;
  }
  .jaabet-svtfx5 + .jaabet-161q51 {
    margin: 0;
  }
  .jaabet-n5h38a {
    grid-template-columns: repeat(4, 1fr);
  }
  .jaabet-k4ojp8 {
    grid-template-columns: repeat(3, 1fr);
  }
  .jaabet-mjw3im,
  .jaabet-uabwpm {
    grid-template-columns: repeat(2, 1fr);
  }
  .jaabet-o1ahsh {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .jaabet-o1ahsh.jaabet-oskhoq .jaabet-z6w20w {
    grid-column: auto;
    grid-row: auto;
  }
  .jaabet-o1ahsh > .jaabet-76ctfb {
    grid-column: 1/2;
  }
  .jaabet-o1ahsh.jaabet-oskhoq > :not(.get-image) {
    grid-column: 1/2;
  }
  .jaabet-o1ahsh .jaabet-161q51,
  .jaabet-o1ahsh.jaabet-oskhoq > .jaabet-161q51 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .jaabet-o1ahsh.jaabet-oskhoq > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .jaabet-nyr9bk.jaabet-vjzkn0 .jaabet-o1ahsh > .jaabet-161q51 {
    grid-row: 1/2;
  }
  .jaabet-o1ahsh .jaabet-76ctfb ~ .jaabet-161q51,
  .jaabet-o1ahsh.jaabet-oskhoq .jaabet-76ctfb ~ .jaabet-161q51 {
    grid-row: 2/3;
  }
  .jaabet-nyr9bk.jaabet-vjzkn0 .jaabet-76ctfb ~ .jaabet-161q51 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .jaabet-0hwbyf:first-child .jaabet-ruljgq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jaabet-0hwbyf:first-child .jaabet-ruljgq h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .jaabet-0hwbyf {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .jaabet-0hwbyf {
    padding: 0;
  }
  .jaabet-br0saw {
    margin-top: 1rem;
  }
  .jaabet-ar5ycg {
    border-radius: 5px;
  }
  .jaabet-piuefh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jaabet-ez25up::after {
    display: inline-block;
  }
  .jaabet-ez25up {
    margin: 0;
    width: 100%;
  }
  .jaabet-eh8ubt {
    width: 100%;
  }
  .jaabet-eh8ubt.jaabet-lwdxzm {
    -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%;
  }
  .jaabet-eh8ubt.jaabet-lwdxzm .jaabet-8xfvh0 {
    width: 100%;
  }
  .jaabet-eh8ubt.jaabet-lwdxzm .jaabet-8xfvh0:not(:last-child) {
    margin-right: 0;
  }
  .jaabet-k29n27 {
    width: 100%;
    text-align: center;
  }
  .jaabet-12o03n.jaabet-veqka4 .jaabet-eh8ubt {
    margin-top: 1rem;
  }
  .jaabet-n5h38a {
    grid-template-columns: repeat(3, 1fr);
  }
  .jaabet-ftv220,
  .jaabet-k4ojp8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .jaabet-mjw3im,
  .jaabet-uabwpm,
  .jaabet-uwmnns {
    grid-template-columns: 1fr;
  }
  .jaabet-bxsh6b {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .jaabet-ktibed {
    min-width: 300px;
    max-width: 325px;
  }
  .jaabet-obtr89 {
    cursor: auto;
  }
  .jaabet-6biyyt .jaabet-obtr89 {
    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;
  }
  .jaabet-0uxgih {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .jaabet-jd7a5k {
    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) {
  .jaabet-0uxgih {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.jaabet-svtfx5 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .jaabet-mquinr {
    margin: 0 -0.2rem;
  }
  .jaabet-svtfx5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .jaabet-l8telb {
    -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;
  }
  .jaabet-kdojh6 {
    max-width: 100%;
  }
  .jaabet-n5h38a {
    grid-template-columns: repeat(2, 1fr);
  }
  .jaabet-ftv220,
  .jaabet-k4ojp8 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .jaabet-hn4bai {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jaabet-mquinr {
    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;
  }
  .jaabet-uoh910 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jaabet-dj7j0c {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .jaabet-odv6j9,
  .jaabet-ndk695 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .jaabet-xnqskq {
    width: 100%;
  }
  .jaabet-n5h38a {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .jaabet-0uxgih {
    top: 127px !important;
  }
}

.jaabet-u9974o {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .jaabet-u9974o {
  }
}

@media (max-width: 767px) {
  .jaabet-u9974o {
    margin-bottom: 12px;
  }
}

.jaabet-u9974o img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.jaabet-v92e2n {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.jaabet-v92e2n > .jaabet-krlwfu {
  flex: 1 1;
}

@media (max-width: 767px) {
  .jaabet-v92e2n {
    flex-direction: column;
    gap: 12px;
  }
}

.jaabet-ml0fja {
  display: flex;
}

.jaabet-ml0fja .jaabet-o10r5t {
  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;
}

.jaabet-ml0fja .jaabet-3c2s56 {
  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;
}

.jaabet-ml0fja .jaabet-dq0mow {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.jaabet-ml0fja .jaabet-uedzmu {
  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));
  }
}

.jaabet-ml0fja .jaabet-uedzmu:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.jaabet-ml0fja .jaabet-gcsct3 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.jaabet-jthy8t {
  border: unset;
  background-color: unset;
}

.jaabet-jthy8t tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.jaabet-jthy8t .jaabet-0twvsn,
.jaabet-jthy8t .jaabet-65t1qy {
  flex: 0 1 330px;
}

.jaabet-jthy8t .jaabet-wjlcia {
  flex: 1 1;
}

.jaabet-jthy8t tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.jaabet-jthy8t tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.jaabet-jthy8t tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.jaabet-jthy8t tr td p {
  color: #fff;
  margin: 0;
}

.jaabet-jthy8t tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.jaabet-jthy8t tr.jaabet-0twvsn td p {
  padding: 16px 0;
}

.jaabet-jthy8t tr.jaabet-0twvsn td p:not(:last-child),
.jaabet-jthy8t tr.jaabet-65t1qy td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.jaabet-jthy8t tr.jaabet-0twvsn td p:first-child,
.jaabet-jthy8t tr.jaabet-65t1qy td p:first-child {
  padding-top: 0;
}

.jaabet-jthy8t tr.jaabet-65t1qy td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.jaabet-jthy8t tr.jaabet-65t1qy td p:last-child {
  padding-bottom: 0;
}

.jaabet-jthy8t .jaabet-65t1qy img {
  max-width: 32px;
}

.jaabet-jthy8t .jaabet-wjlcia {
  min-width: 718px;
}

.jaabet-jthy8t .jaabet-wjlcia td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.jaabet-jthy8t .jaabet-wjlcia td {
  display: flex;
}

.jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-3g81yo,
.jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-sulfbf,
.jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-zj1afu {
  flex: 1 1 50%;
}

.jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-1o1uil {
  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;
}

.jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-92u30l,
.jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-zedq96 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-3g81yo,
.jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-sulfbf {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-3g81yo span,
.jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-sulfbf span {
  font-weight: 800;
}

.jaabet-jthy8t .jaabet-wjlcia img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .jaabet-jthy8t .jaabet-wjlcia td .jaabet-zj1afu:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .jaabet-jthy8t tr.jaabet-0twvsn td p:last-child {
    padding-bottom: 0;
  }
  .jaabet-jthy8t .jaabet-65t1qy > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .jaabet-jthy8t .jaabet-65t1qy > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .jaabet-jthy8t tr.jaabet-0twvsn td p:not(:last-child),
  .jaabet-jthy8t tr.jaabet-65t1qy td p:not(:last-child) {
    border-bottom: unset;
  }
  .jaabet-jthy8t tr.jaabet-65t1qy td p:last-child {
    padding-bottom: 12px;
  }
  .jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-3g81yo,
  .jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-sulfbf,
  .jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-zj1afu {
    flex: 1 1 50%;
    padding: 0;
  }
  .jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-3g81yo,
  .jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-sulfbf {
    margin-top: 16px;
  }
  .jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-zj1afu {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-3g81yo {
    border-right: 1px solid var(--border-color);
  }
  .jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-zj1afu:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .jaabet-jthy8t .jaabet-wjlcia td:last-child .jaabet-zj1afu:last-child {
    padding-bottom: 0;
  }
}

.jaabet-zj1afu {
  display: flex;
  flex-direction: column;
}

.jaabet-jthy8t .jaabet-wjlcia td .jaabet-zj1afu {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.jaabet-jthy8t .jaabet-wjlcia td .jaabet-zj1afu:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.jaabet-jthy8t .jaabet-wjlcia td .jaabet-zj1afu:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .jaabet-jthy8t .jaabet-wjlcia td .jaabet-zj1afu:not(:first-child) {
    padding-left: 0;
  }
  .jaabet-jthy8t .jaabet-wjlcia td .jaabet-zj1afu:not(:last-of-type) {
    border-right: unset;
  }
}

.jaabet-jthy8t .jaabet-ucsvzd {
  flex: 0 1 485px;
}

.jaabet-jthy8t .jaabet-uhhfz4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.jaabet-jthy8t .jaabet-uhhfz4 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jaabet-jthy8t .jaabet-uhhfz4 li.jaabet-qyrbxa {
  padding: 6px 12px;
}

.jaabet-jthy8t .jaabet-uhhfz4 li a,
.jaabet-jthy8t .jaabet-uhhfz4 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;
}

.jaabet-jthy8t .jaabet-0t0boh,
.jaabet-jthy8t .jaabet-95v6lj {
  flex: 1 1;
}

.jaabet-jthy8t .jaabet-co0ura,
.jaabet-jthy8t .jaabet-sijwi7 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.jaabet-jthy8t .jaabet-co0ura li,
.jaabet-jthy8t .jaabet-sijwi7 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.jaabet-jthy8t .jaabet-95v6lj img {
  max-width: 32px;
}

.jaabet-jthy8t .jaabet-0t0boh img {
  max-width: 32px;
}

.jaabet-jthy8t .jaabet-hlnz51 {
  min-width: 280px;
}

.jaabet-jthy8t .jaabet-hlnz51 img {
  max-width: 146px;
}

.jaabet-jthy8t .jaabet-hlnz51 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .jaabet-jthy8t .jaabet-0twvsn,
  .jaabet-jthy8t .jaabet-65t1qy {
    flex: 0 1 auto;
  }
  .jaabet-jthy8t .jaabet-wjlcia {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .jaabet-jthy8t .jaabet-0twvsn,
  .jaabet-jthy8t .jaabet-ucsvzd,
  .jaabet-jthy8t .jaabet-65t1qy,
  .jaabet-jthy8t .jaabet-wjlcia {
    flex: 1 1 calc(50% - 20px);
  }
  .jaabet-jthy8t .jaabet-0t0boh,
  .jaabet-jthy8t .jaabet-hlnz51,
  .jaabet-jthy8t .jaabet-95v6lj {
    flex: 1 1 30%;
  }
  .jaabet-jthy8t .jaabet-hlnz51 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .jaabet-jthy8t .jaabet-0twvsn,
  .jaabet-jthy8t .jaabet-ucsvzd,
  .jaabet-jthy8t .jaabet-0t0boh,
  .jaabet-jthy8t .jaabet-65t1qy,
  .jaabet-jthy8t .jaabet-wjlcia,
  .jaabet-jthy8t .jaabet-hlnz51,
  .jaabet-jthy8t .jaabet-95v6lj {
    flex: 1 1 100%;
  }
}

.jaabet-1cw91c .jaabet-8kmmdy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jaabet-1cw91c .jaabet-h4amik {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.jaabet-1cw91c .jaabet-2qzskj {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.jaabet-1cw91c .jaabet-lm9peq {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.jaabet-1cw91c .jaabet-lm9peq > :nth-child(3) {
  margin-top: 0;
}

.jaabet-1cw91c .jaabet-161q51 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.jaabet-1cw91c .jaabet-gem0wv {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.jaabet-1cw91c .jaabet-br0saw {
  grid-column: 1/2;
}

.jaabet-1cw91c > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.jaabet-1cw91c .jaabet-h4amik: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;
}

.jaabet-1cw91c .jaabet-h4amik:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.jaabet-1cw91c .jaabet-xnqskq {
  min-width: 240px;
}

@media (max-width: 768px) {
  .jaabet-1cw91c .jaabet-h4amik:not(:last-child):before {
    bottom: 8px;
  }
  .jaabet-1cw91c .jaabet-h4amik:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .jaabet-1cw91c .jaabet-lm9peq {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .jaabet-1cw91c .jaabet-161q51 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .jaabet-1cw91c .jaabet-161q51 img {
    width: 100%;
    height: auto;
  }
  .jaabet-1cw91c .jaabet-xnqskq {
    width: 100%;
    min-width: unset;
  }
}

.jaabet-7zy4va .jaabet-bbdswm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.jaabet-7zy4va .jaabet-5rcur0 {
  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;
}

.jaabet-7zy4va .jaabet-161q51 {
  height: 100%;
}

.jaabet-7zy4va .jaabet-161q51 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.jaabet-7zy4va .jaabet-t8nyur {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.jaabet-7zy4va .jaabet-4uqndk {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.jaabet-7zy4va .jaabet-0zgm7u {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .jaabet-7zy4va .jaabet-5rcur0 {
    flex: 1 1 100%;
  }
  .jaabet-7zy4va .jaabet-a0stbb {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .jaabet-7zy4va .jaabet-5rcur0 {
    flex-direction: column;
  }
  .jaabet-7zy4va .jaabet-161q51 {
    width: 100%;
    height: auto;
  }
  .jaabet-7zy4va .jaabet-161q51 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .jaabet-7zy4va .jaabet-t8nyur {
    padding: 0 16px 16px 16px;
  }
  .jaabet-7zy4va .jaabet-a0stbb {
    min-width: unset;
    width: 100%;
  }
}

.jaabet-nvqflv .jaabet-rk9zbm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.jaabet-nvqflv .jaabet-8qrrdi {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.jaabet-nvqflv 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;
}

.jaabet-nvqflv .jaabet-b51fco {
  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;
}

.jaabet-nvqflv .jaabet-8qrrdi:hover .jaabet-b51fco {
  display: flex;
}

.jaabet-nvqflv .jaabet-uoodo6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jaabet-nvqflv .jaabet-yrjuay {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.jaabet-qbih4h {
  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;
}

.jaabet-qbih4h.jaabet-cisico {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.jaabet-awx7s3 ease-in-out;
}

.jaabet-qbih4h.jaabet-cisico:hover {
  color: #f9cb16;
  background-color: transparent;
}

.jaabet-nvqflv .jaabet-l2awbq {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.jaabet-awx7s3 ease-in-out;
}

.jaabet-nvqflv .jaabet-l2awbq:hover {
  color: #196948;
  background-color: #f9cb16;
}

.jaabet-nvqflv .jaabet-l2awbq:after,
.jaabet-qbih4h.jaabet-cisico:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.jaabet-qbih4h.jaabet-cisico:after {
  background-image: url(../images/Cash.svg);
}

.jaabet-nvqflv .jaabet-l2awbq:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .jaabet-nvqflv .jaabet-rk9zbm {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .jaabet-nvqflv .jaabet-rk9zbm {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .jaabet-nvqflv .jaabet-rk9zbm {
    grid-template-columns: 1fr;
  }
  .jaabet-nvqflv .jaabet-8qrrdi {
    height: auto;
  }
  .jaabet-nvqflv .jaabet-8qrrdi .jaabet-b51fco {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .jaabet-nvqflv .jaabet-uoodo6,
  .jaabet-nvqflv .jaabet-yrjuay {
    text-align: left;
  }
  .jaabet-nvqflv .jaabet-yrjuay {
    margin-bottom: 8px;
  }
  .jaabet-nvqflv img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.jaabet-c3y8rh {
  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;
}

.jaabet-c3y8rh.jaabet-7rqor7 {
  display: block;
}

.jaabet-c3y8rh .jaabet-z8ypq4 {
  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;
}

.jaabet-c3y8rh .jaabet-fa9pht {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.jaabet-c3y8rh .jaabet-jo2j12 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.jaabet-c3y8rh .jaabet-4qxzmn {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.jaabet-c3y8rh .jaabet-qbih4h {
  min-width: 296px;
  margin-bottom: 0;
}

.jaabet-c3y8rh .jaabet-luj3qd {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.jaabet-c3y8rh .jaabet-pf47v3 {
  position: relative;
  flex: 1 1;
}

.jaabet-c3y8rh .jaabet-pf47v3 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .jaabet-c3y8rh .jaabet-fa9pht {
    flex-wrap: wrap;
    gap: 8px;
  }
  .jaabet-c3y8rh .jaabet-jo2j12 {
    order: 1;
  }
  .jaabet-c3y8rh .jaabet-4qxzmn {
    order: 3;
    flex: 1 1 100%;
  }
  .jaabet-c3y8rh .jaabet-qbih4h {
    width: 100%;
    min-width: unset;
  }
  .jaabet-c3y8rh .jaabet-luj3qd {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .jaabet-o1ahsh > .jaabet-76ctfb {
    margin-bottom: 0;
  }
  .jaabet-o1ahsh > .jaabet-br0saw,
  .jaabet-o1ahsh > p {
    margin-top: 0;
  }
}

.jaabet-7i95gd img,
.jaabet-svtfx5 img {
  width: auto;
  object-fit: contain;
}

.jaabet-7i95gd {
  align-items: center;
}

.jaabet-7i95gd img {
  max-height: 76px;
}

.jaabet-svtfx5 img {
  max-height: 64px;
}

.jaabet-oqc8c2 {
  overflow: auto;
}

.jaabet-qkkp6m {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.jaabet-bp1ip6:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.jaabet-tthazf {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.jaabet-afusrb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.jaabet-tthazf .jaabet-161q51 {
  margin-right: 20px;
  flex-shrink: 0;
}

.jaabet-tthazf img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.jaabet-jzlcv1 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.jaabet-jzlcv1 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .jaabet-tthazf {
    padding: 15px 10px;
  }
  .jaabet-jzlcv1 {
    padding: 15px 10px;
  }
  .jaabet-tthazf .jaabet-161q51 {
    margin-right: 10px;
  }
}

.jaabet-pyp5km {
  overflow-x: auto;
}

.jaabet-i47cvy {
  border-collapse: collapse;
  width: 100%;
}

.jaabet-pyp5km th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.jaabet-pyp5km td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.jaabet-pyp5km td.jaabet-hawvs6 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.jaabet-pyp5km td.jaabet-dpu1l1 {
  border-right: none;
}

.jaabet-pyp5km td.jaabet-dpu1l1 .jaabet-161q51 {
  justify-content: flex-start;
}

.jaabet-pyp5km td.jaabet-dpu1l1 .jaabet-161q51 img {
  height: auto;
  width: 90px;
}

.jaabet-pyp5km td.jaabet-kj14g7,
.jaabet-pyp5km td.jaabet-g8e5xd {
  font-weight: 600;
  text-align: right;
}

.jaabet-pyp5km td.jaabet-z00403,
.jaabet-pyp5km td.jaabet-kj14g7 {
  padding-bottom: 10px;
  border-bottom: none;
}

.jaabet-pyp5km td.jaabet-kj14g7,
.jaabet-pyp5km td.jaabet-g8e5xd {
  border-left: none;
}

.jaabet-pyp5km td.jaabet-z00403,
.jaabet-pyp5km td.jaabet-r86hm5 {
  border-right: none;
}

.jaabet-pyp5km td.jaabet-r86hm5,
.jaabet-pyp5km td.jaabet-g8e5xd {
  border-top: none;
  padding-top: 10px;
}

.jaabet-mjl1mw {
  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;
}

.jaabet-mjl1mw .jaabet-a0stbb {
  min-width: unset;
  width: 100%;
}

.jaabet-mjl1mw .jaabet-a0stbb.jaabet-qn8izy {
  grid-column: 1/2;
  grid-row: 1/2;
}

.jaabet-mjl1mw .jaabet-a0stbb.jaabet-jjvoca {
  grid-column: 2/3;
  grid-row: 1/2;
}

.jaabet-mjl1mw .jaabet-g0h8gu {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .jaabet-mjl1mw {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .jaabet-mjl1mw .jaabet-a0stbb.jaabet-qn8izy {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .jaabet-mjl1mw .jaabet-a0stbb.jaabet-jjvoca {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .jaabet-mjl1mw .jaabet-g0h8gu {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.jaabet-tr83rm {
  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;
}

.jaabet-uv63eu {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.jaabet-tznj4d p a img {
  margin: 0 auto;
  display: block;
}

.jaabet-tznj4d table {
  margin-bottom: 17px;
}

/* contanct form */
.jaabet-gek2rj {
  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;
}

.jaabet-gek2rj label {
  font-size: 14px;
}

.jaabet-gek2rj h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.jaabet-gek2rj input,
.jaabet-gek2rj textarea,
.jaabet-gek2rj 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;
}
.jaabet-gek2rj button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.jaabet-awx7s3 ease;
}
.jaabet-gek2rj button:hover {
  background-color: #691204;
}
.jaabet-5q5nwh {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.jaabet-1wjiyn ease-in;
}

.jaabet-5q5nwh 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;
}
.jaabet-qi0ngr, .jaabet-ll2iao, [class*="review-card"],
thead, thead th, table th, .jaabet-gxyoo9,
.jaabet-txnqac, [class*="collapsible-header"],
.jaabet-tufzu8, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
