@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);
}

.slotexo-ids9dt {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slotexo-82nne1 {
  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.slotexo-6t4ihm,
ul.slotexo-6t4ihm {
  padding-left: 20px;
}

ul.slotexo-6t4ihm {
  list-style: disc;
}

ol.slotexo-6t4ihm {
  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;
  }
}

.slotexo-dnli4h > .slotexo-3h68kz,
.slotexo-dnli4h > .slotexo-9k280b,
.slotexo-dnli4h > blockquote,
.slotexo-dnli4h > h1,
.slotexo-dnli4h > h2,
.slotexo-dnli4h > h3,
.slotexo-dnli4h > h4,
.slotexo-dnli4h > h5,
.slotexo-dnli4h > h6,
.slotexo-dnli4h > ol,
.slotexo-dnli4h > p,
.slotexo-dnli4h > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slotexo-dnli4h > ol,
.slotexo-dnli4h > ul {
  padding-left: 50px;
}

.slotexo-dnli4h 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;
}

.slotexo-dnli4h:not(:last-child) {
  margin-bottom: 2rem;
}

.slotexo-dnli4h > :not(:first-child) {
  margin-top: 2rem;
}

.slotexo-dnli4h {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slotexo-dnli4h:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .slotexo-dnli4h:first-child {
    margin-top: 20px;
  }
}

.slotexo-dnli4h > p:last-of-type {
  margin-bottom: 32px;
}

.slotexo-dnli4h > .slotexo-paw8qj:not(:first-child) {
  margin: 64px auto 16px auto;
}

.slotexo-kvzm37 > .slotexo-paw8qj {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slotexo-9k280b {
  overflow: auto;
}

.slotexo-9k280b::-webkit-scrollbar {
  height: 5px;
}

.slotexo-9k280b table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.slotexo-9k280b table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.slotexo-9k280b table thead,
table thead {
  border-bottom: none;
}

.slotexo-9k280b table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.slotexo-9k280b table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.slotexo-9k280b table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.slotexo-9k280b .slotexo-npkdo7 {
  table-layout: auto;
}

.slotexo-9k280b .slotexo-npkdo7 th {
  word-break: normal;
}

.slotexo-9k280b .slotexo-npkdo7 td {
  word-break: normal;
}

.slotexo-ids9dt .slotexo-ids9dt {
  padding-right: 0;
  padding-left: 0;
}

.slotexo-d9fxms {
  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;
}

.slotexo-w9ujis {
  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;
}

.slotexo-hdnkvy {
  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;
}

.slotexo-3h68kz {
  margin-top: 24px;
}

.slotexo-3h68kz.slotexo-5cceav {
  text-align: left;
}

.slotexo-3h68kz.slotexo-mrbvmy {
  text-align: right;
}

.slotexo-3h68kz.slotexo-v3pezu {
  text-align: center;
}

.slotexo-45o3p2 {
  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.slotexo-kj1awm ease-in-out;
  cursor: pointer;
}

.slotexo-45o3p2:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.slotexo-45o3p2 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .slotexo-45o3p2 {
    min-width: unset;
  }
}

.slotexo-pvrt99 {
  background-color: var(--fh-bg-color);
}

.slotexo-qhwsl6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.slotexo-ukih0v {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.slotexo-ukih0v img {
  max-height: 80px;
  object-fit: contain;
}

.slotexo-pdmhso {
  flex: 1 1;
}

.slotexo-gcbk80 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.slotexo-gzizmd {
  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;
}

.slotexo-gzizmd 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;
}

.slotexo-gzizmd.slotexo-vyxxt2 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.slotexo-gzizmd.slotexo-vyxxt2 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.slotexo-gzizmd.slotexo-vyxxt2 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.slotexo-pdmhso + .slotexo-gcbk80 {
  margin-left: 20px;
}

.slotexo-7vqvpo {
  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;
}

.slotexo-7vqvpo > svg {
  max-width: 24px;
  max-height: 24px;
}

.slotexo-7vqvpo + .slotexo-7vqvpo {
  margin-left: 5px;
}

.slotexo-ygbnre {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.slotexo-ygbnre:hover {
  background-color: var(--button-bg-hover);
}

.slotexo-9g586x {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.slotexo-kj1awm ease-in-out;
  border: 1px solid var(--border-color);
}

.slotexo-9g586x:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.slotexo-j45k87 {
  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) {
  .slotexo-pdmhso {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .slotexo-j45k87 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .slotexo-pdmhso {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .slotexo-7vqvpo {
    min-width: unset;
    flex: 1 1;
  }
}

.slotexo-4vamhb {
  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;
}

.slotexo-4vamhb:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.slotexo-4vamhb:hover .slotexo-q69gdh {
  opacity: 1;
  pointer-events: auto;
}

.slotexo-k6bfpa {
  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.slotexo-g2gq87 ease-in-out;
  gap: 4px;
}

.slotexo-k6bfpa > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.slotexo-k6bfpa .slotexo-d9fxms img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.slotexo-660433,
.slotexo-k6bfpa:hover {
  color: var(--button-bg-hover);
}

.slotexo-p9aay3 {
  position: relative;
}

.slotexo-p9aay3 .slotexo-k6bfpa {
  margin-right: 0;
  padding-right: 4px;
}

.slotexo-owr70l svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.slotexo-p9aay3.slotexo-vyxxt2 .slotexo-owr70l svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.slotexo-p9aay3.slotexo-vyxxt2 .slotexo-q69gdh {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.slotexo-p9aay3.slotexo-vyxxt2 .slotexo-q69gdh::before {
  display: none;
}

.slotexo-owr70l svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.slotexo-q69gdh {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.slotexo-aejohx 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.slotexo-q69gdh::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.slotexo-q69gdh:hover {
  color: var(--fh-bg-color);
}

.slotexo-7wkgfj {
  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.slotexo-aejohx 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.slotexo-g2gq87 ease-in-out;
  -o-transition: 0.slotexo-g2gq87 ease-in-out;
  transition: 0.slotexo-g2gq87 ease-in-out;
}

.slotexo-7wkgfj .slotexo-d9fxms img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.slotexo-3sc5kl,
.slotexo-7wkgfj:hover {
  color: var(--button-bg-hover);
}

.slotexo-v9rw9d {
  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%;
}

.slotexo-v9rw9d.slotexo-m048jf {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.slotexo-v9rw9d.slotexo-m048jf:after,
.slotexo-v9rw9d.slotexo-m048jf:before {
  content: "";
  position: absolute;
  margin: auto;
}

.slotexo-v9rw9d.slotexo-m048jf: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);
  }
}

.slotexo-v9rw9d.slotexo-m048jf:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.slotexo-v9rw9d.slotexo-m048jf > * {
  z-index: 1;
}

.slotexo-v9rw9d b,
.slotexo-v9rw9d strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.slotexo-v9rw9d .slotexo-hgx220 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.slotexo-v9rw9d .slotexo-54p3zc {
  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;
}

.slotexo-v9rw9d .slotexo-d9fxms {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.slotexo-v9rw9d .slotexo-5v6ni4 {
  margin-top: 12px;
}

.slotexo-5v6ni4 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.slotexo-bjh5sf {
  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;
}

.slotexo-5v6ni4 .slotexo-ccfago {
  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.slotexo-kj1awm ease-in-out;
}

.slotexo-5v6ni4 .slotexo-ccfago:hover {
  background: rgba(255, 255, 255, 0.3);
}

.slotexo-xc1ih6 {
  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;
}

.slotexo-v9rw9d.slotexo-7sbezj {
  gap: 12px;
  padding: 16px;
}

.slotexo-v9rw9d.slotexo-7sbezj .slotexo-xc1ih6 {
  min-width: 240px;
}

.slotexo-v9rw9d.slotexo-7sbezj .slotexo-xc1ih6.slotexo-fbz1jy {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .slotexo-v9rw9d .slotexo-hgx220 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .slotexo-v9rw9d .slotexo-54p3zc {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .slotexo-v9rw9d .slotexo-d9fxms {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .slotexo-v9rw9d.slotexo-7sbezj .slotexo-d9fxms {
    max-width: 126px;
  }
  .slotexo-v9rw9d .slotexo-5v6ni4 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .slotexo-v9rw9d .slotexo-bjh5sf {
    max-width: unset;
  }
  .slotexo-xc1ih6 {
    min-width: unset;
    width: 100%;
  }
  .slotexo-v9rw9d .slotexo-xc1ih6 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .slotexo-v9rw9d.slotexo-7sbezj {
    grid-template-rows: auto 1fr auto;
  }
  .slotexo-v9rw9d.slotexo-7sbezj .slotexo-xc1ih6 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .slotexo-v9rw9d {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .slotexo-v9rw9d .slotexo-hgx220 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .slotexo-v9rw9d .slotexo-d9fxms {
    max-width: 78px;
  }
  .slotexo-v9rw9d .slotexo-5v6ni4 {
    margin-top: -12px;
  }
  .slotexo-v9rw9d.slotexo-7sbezj {
    gap: 8px;
  }
  .slotexo-v9rw9d.slotexo-7sbezj .slotexo-hgx220 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .slotexo-v9rw9d.slotexo-7sbezj .slotexo-54p3zc {
    grid-column: 1/3;
  }
  .slotexo-v9rw9d.slotexo-7sbezj .slotexo-d9fxms {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .slotexo-v9rw9d.slotexo-7sbezj .slotexo-d9fxms img {
    max-width: 114px;
  }
}

.slotexo-xc1ih6.slotexo-bwit82,
.slotexo-xc1ih6.slotexo-3huzjd,
.slotexo-xc1ih6.slotexo-xwb0o5 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.slotexo-kj1awm ease-in-out;
}

.slotexo-xc1ih6.slotexo-bwit82,
.slotexo-xc1ih6.slotexo-xwb0o5 {
  padding: 10px;
}

.slotexo-xc1ih6.slotexo-bwit82:hover,
.slotexo-xc1ih6.slotexo-3huzjd:hover,
.slotexo-xc1ih6.slotexo-xwb0o5:hover {
  background: var(--button-bg-hover);
}

.slotexo-xc1ih6.slotexo-bwit82:hover svg path,
.slotexo-xc1ih6.slotexo-xwb0o5:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.slotexo-xc1ih6.slotexo-fbz1jy {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.slotexo-kj1awm ease-in-out;
  background: var(--button-bg-color);
}

.slotexo-xc1ih6.slotexo-fbz1jy:hover {
  background-color: var(--button-bg-hover);
}

.slotexo-xc1ih6.slotexo-3huzjd: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);
  }
}

.slotexo-xc1ih6.slotexo-3huzjd:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.slotexo-xc1ih6.slotexo-fbz1jy:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.slotexo-muj4bm {
  max-width: 650px;
}

.slotexo-hni3rp {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.slotexo-v19tya {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slotexo-vhx46j {
  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.slotexo-g2gq87 ease-in-out;
  cursor: pointer;
}

.slotexo-vhx46j:hover {
  opacity: 0.5;
}

.slotexo-vhx46j:focus {
  outline: 0;
}

.slotexo-vhx46j:focus .slotexo-9sv4g4,
.slotexo-vhx46j:hover .slotexo-9sv4g4 {
  fill: red;
  fill-opacity: 1;
}

.slotexo-vhx46j:hover {
  cursor: pointer;
}

.slotexo-iu1r5b {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.slotexo-muj4bm.slotexo-v3pezu {
  margin: 0 auto;
}

.slotexo-muj4bm.slotexo-mrbvmy {
  margin-left: auto;
}

.slotexo-z2yqf5 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.slotexo-fdwq77 {
  padding-bottom: 50px;
}

.slotexo-xcasmz {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.slotexo-zojwhf {
  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;
}

.slotexo-6tc8ot {
  margin-top: 24px;
}

.slotexo-hgcxnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slotexo-l6k8vr {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.slotexo-iphgmy {
  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;
}

.slotexo-gugiph {
  width: 468px;
}

.slotexo-iphgmy .slotexo-q69gdh {
  margin: 0.slotexo-yjy80f 0;
}

.slotexo-n1orcz {
  display: flex;
  min-width: 224px;
}

.slotexo-dfgfz6 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.slotexo-g2gq87 ease-in-out;
}

.slotexo-74ho9p,
.slotexo-dfgfz6:hover {
  color: var(--text-color);
}

.slotexo-z8bxfz {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.slotexo-glflks {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .slotexo-z2yqf5 {
    padding: 16px;
  }
  .slotexo-z8bxfz {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .slotexo-glflks {
    align-items: center;
  }
  .slotexo-gugiph {
    width: unset;
  }
  .slotexo-n1orcz {
    min-width: unset;
  }
  .slotexo-iphgmy {
    max-height: unset;
  }
  .slotexo-xcasmz {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .slotexo-z2yqf5 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.slotexo-1a2x3c {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.slotexo-1a2x3c:not(:last-child) {
  margin-bottom: 16px;
}

.slotexo-co6ko2 {
  outline: 0;
}

.slotexo-co6ko2 .slotexo-9ygc4d {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.slotexo-u97gfe {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .slotexo-u97gfe {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.slotexo-u97gfe::-webkit-details-marker {
  display: none;
}

.slotexo-u97gfe: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;
}

.slotexo-u97gfe: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] .slotexo-u97gfe:after {
  transform: unset;
}

.slotexo-9ygc4d {
  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);
}

.slotexo-9ygc4d 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.slotexo-g2gq87 ease-in-out;
  -o-transition: 0.slotexo-g2gq87 ease-in-out;
  transition: 0.slotexo-g2gq87 ease-in-out;
}

.slotexo-09y6ut {
  padding: 16px 0 0 0;
}

.slotexo-09y6ut * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .slotexo-09y6ut :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .slotexo-u97gfe {
    flex-wrap: wrap;
    gap: 12px;
  }
  .slotexo-u97gfe::after {
    margin-left: auto;
  }
  .slotexo-9ygc4d {
    order: 3;
    flex: 1 1 100%;
  }
  .slotexo-u97gfe {
    font-size: 14px;
    line-height: 130%;
  }
  .slotexo-9ygc4d svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.slotexo-0qd5ov {
  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;
}

.slotexo-3428fi {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.slotexo-0qd5ov.slotexo-vyxxt2 .slotexo-3428fi {
  margin-bottom: 12px;
}

.slotexo-3428fi::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;
}

.slotexo-0qd5ov.slotexo-vyxxt2 .slotexo-3428fi::after {
  transform: unset;
}

.slotexo-i01qsa {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.slotexo-4j8ccc {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.slotexo-g2gq87 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.slotexo-4j8ccc: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;
}

.slotexo-0qd5ov.slotexo-vyxxt2 .slotexo-i01qsa {
  max-height: 100%;
}

.slotexo-pmouc8 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.slotexo-hfo92n {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.slotexo-cv6gyl {
  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;
}

.slotexo-w0efnd {
  margin-right: 4px;
}

.slotexo-1090ql {
  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.slotexo-g2gq87 ease-in-out;
}

.slotexo-1090ql svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.slotexo-icfe1n,
.slotexo-1090ql:hover {
  color: var(--text-color);
}

.slotexo-jsq27s {
  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;
}

.slotexo-jsq27s img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.slotexo-jsq27s .slotexo-9pb493 {
  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;
}

.slotexo-jsq27s .slotexo-6fgtpz {
  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;
}

.slotexo-cuwcgy {
  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;
}

.slotexo-tsy5hl {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slotexo-qfkayu .slotexo-ids9dt {
  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;
}

.slotexo-qfkayu {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.slotexo-2in9lf {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.slotexo-ktawix {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.slotexo-f3ncga {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.slotexo-7p4kn4 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;
}

.slotexo-f3ncga:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.slotexo-5v1x2c {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.slotexo-9plcdy {
  -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.slotexo-g2gq87 ease-in-out;
  transition: transform 0.slotexo-g2gq87 ease-in-out;
  -o-transition: transform 0.slotexo-g2gq87 ease-in-out;
  transition:
    transform 0.slotexo-g2gq87 ease-in-out,
    -webkit-transform 0.slotexo-g2gq87 ease-in-out;
  cursor: pointer;
}

.slotexo-9plcdy svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.slotexo-9plcdy: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;
}

.slotexo-7e7k0b {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .slotexo-7e7k0b {
    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);
}

.slotexo-29xql0 {
  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;
}

.slotexo-t75m36 {
  position: relative;
  width: 100%;
}

.slotexo-29xql0.slotexo-9am9n7 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slotexo-29xql0.slotexo-v3pezu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slotexo-29xql0.slotexo-mrbvmy {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slotexo-zzy7te {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.slotexo-fvbla0 {
  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.slotexo-g2gq87 ease-in-out;
  cursor: pointer;
}

.slotexo-fvbla0:hover {
  opacity: 0.5;
}

.slotexo-29xql0.slotexo-66h6bv .slotexo-fvbla0 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.slotexo-29xql0.slotexo-66h6bv .slotexo-zzy7te {
  cursor: pointer;
}

.slotexo-zlp00o {
  fill: #0009;
}

.slotexo-iq3801 {
  fill: #fff;
}

.slotexo-fvbla0:hover .slotexo-zlp00o {
  fill: red;
}

.slotexo-fvbla0 svg path {
  -webkit-transition: 0.slotexo-g2gq87 ease-in-out;
  -o-transition: 0.slotexo-g2gq87 ease-in-out;
  transition: 0.slotexo-g2gq87 ease-in-out;
}

.slotexo-576evj {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.slotexo-576evj > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.slotexo-576evj.slotexo-trzjn6 > :not(.get-image) {
  grid-column: 1/3;
}

.slotexo-066xqr:not(._h1-block) .slotexo-576evj > .slotexo-paw8qj {
  grid-row: 1/2;
  grid-column: 1/3;
}

.slotexo-576evj.slotexo-trzjn6 .slotexo-e8vhzx {
  grid-column: 2/3;
}

.slotexo-576evj.slotexo-trzjn6 > .slotexo-d9fxms {
  grid-column: 1/2;
}

.slotexo-576evj.slotexo-trzjn6 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.slotexo-576evj > p:first-of-type {
  margin-top: 0;
}

.slotexo-576evj .slotexo-d9fxms {
  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;
}

.slotexo-066xqr:not(._h1-block) .slotexo-paw8qj ~ .slotexo-d9fxms {
  grid-row: 2/10;
}

.slotexo-066xqr.slotexo-f1d9b0 .slotexo-paw8qj ~ .slotexo-d9fxms {
  grid-row: 1/10;
}

.slotexo-066xqr.slotexo-f1d9b0 > .slotexo-paw8qj {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.slotexo-066xqr.slotexo-f1d9b0 .slotexo-d9fxms {
  grid-row: 1/10;
}

.slotexo-576evj.slotexo-8e4sod .slotexo-d9fxms {
  align-items: flex-start;
}

.slotexo-576evj.slotexo-v3pezu .slotexo-e8vhzx {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.slotexo-576evj.slotexo-v3pezu .slotexo-d9fxms {
  align-items: center;
}

.slotexo-576evj.slotexo-vasdkj .slotexo-d9fxms {
  align-items: flex-end;
}

.slotexo-e8vhzx > :first-child {
  margin-top: 0;
}

.slotexo-e8vhzx > :last-child {
  margin-bottom: 0;
}

* + .slotexo-ecz7dt,
.slotexo-066xqr + .slotexo-066xqr {
  margin-top: 2rem;
}

.slotexo-st6ccz td::before,
.slotexo-st6ccz th::after {
  display: none !important;
}

.slotexo-st6ccz #link-selector {
  color: #000;
}

.slotexo-st6ccz .slotexo-9nnr65 {
  color: #135e96;
}

.slotexo-st6ccz .slotexo-nsim0r *,
.slotexo-st6ccz .slotexo-asfv4c p,
.slotexo-st6ccz .slotexo-hgoshp * {
  color: #000;
}

.slotexo-st6ccz .slotexo-mtf3t1 {
  background: 0 0 !important;
}

.slotexo-st6ccz .slotexo-y3759j {
  color: #000;
}

.slotexo-st6ccz .slotexo-s8cb4v.slotexo-05mj2i {
  color: #fff;
}

.slotexo-st6ccz .slotexo-xlbvcb {
  color: #000;
}

.slotexo-st6ccz
  .slotexo-3vye61
  .slotexo-7u2f9a.slotexo-05mj2i.slotexo-pbbgf2 {
  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;
}

.slotexo-oehyrg,
body .slotexo-y9iqus {
  color: #000;
  background: var(--color-body) !important;
}

.slotexo-oehyrg .slotexo-3ebxo4 .slotexo-pu5gat,
body .slotexo-y9iqus .slotexo-3ebxo4 .slotexo-pu5gat {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .slotexo-4j8ccc:focus,
  .slotexo-4j8ccc:hover {
    color: #f9cb16;
  }
  .slotexo-ig5p1x:focus,
  .slotexo-ig5p1x:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .slotexo-c9kucg:focus img,
  .slotexo-c9kucg:focus svg,
  .slotexo-c9kucg:hover img,
  .slotexo-c9kucg:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .slotexo-jsq27s {
    display: none;
  }
}

@media (min-width: 1024px) {
  .slotexo-p9aay3:hover .slotexo-owr70l svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .slotexo-owr70l {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .slotexo-1kotfs {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .slotexo-1e5os8 {
    grid-template-columns: repeat(4, 1fr);
  }
  .slotexo-74dwek {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .slotexo-tfjexw .slotexo-nak3ss {
    grid-template-columns: 1fr;
  }
  .slotexo-tfjexw .slotexo-au7kfc {
    -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;
  }
  .slotexo-tfjexw .slotexo-75xee2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .slotexo-tfjexw .slotexo-l80ids {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .slotexo-tfjexw .slotexo-9ytrjp {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .slotexo-tfjexw .slotexo-75xee2:not(:first-child) {
    border: none;
  }
  .slotexo-tfjexw .slotexo-75xee2:first-child .slotexo-l80ids {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .slotexo-tfjexw .slotexo-75xee2:last-child .slotexo-l80ids {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .slotexo-qhwsl6 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .slotexo-ukih0v {
    max-width: 100px;
  }
  .slotexo-pdmhso {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .slotexo-gcbk80 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .slotexo-gcbk80 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .slotexo-gzizmd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .slotexo-pdmhso + .slotexo-gcbk80 {
    margin-left: auto;
  }
  .slotexo-lkaasb {
    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;
  }
  .slotexo-lkaasb.slotexo-vyxxt2 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .slotexo-j45k87 {
    -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;
  }
  .slotexo-4vamhb {
    width: 100%;
  }
  .slotexo-4vamhb:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .slotexo-k6bfpa {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .slotexo-k6bfpa svg {
    margin-right: 4px;
  }
  .slotexo-p9aay3 {
    -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;
  }
  .slotexo-owr70l svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .slotexo-owr70l {
    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;
  }
  .slotexo-q69gdh {
    display: none;
    width: 100%;
  }
  .slotexo-p9aay3.slotexo-vyxxt2 .slotexo-q69gdh {
    padding: 0 0 0 48px;
  }
  .slotexo-7wkgfj {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .slotexo-zojwhf .slotexo-d9fxms {
    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;
  }
  .slotexo-qlqclf {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .slotexo-qlqclf + .slotexo-qlqclf {
    margin-right: 0;
  }
  .slotexo-qlqclf + .slotexo-d9fxms {
    margin: 0;
  }
  .slotexo-1kotfs {
    grid-template-columns: repeat(4, 1fr);
  }
  .slotexo-1e5os8 {
    grid-template-columns: repeat(3, 1fr);
  }
  .slotexo-ex3afd,
  .slotexo-8ef0gw {
    grid-template-columns: repeat(2, 1fr);
  }
  .slotexo-576evj {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .slotexo-576evj.slotexo-trzjn6 .slotexo-e8vhzx {
    grid-column: auto;
    grid-row: auto;
  }
  .slotexo-576evj > .slotexo-paw8qj {
    grid-column: 1/2;
  }
  .slotexo-576evj.slotexo-trzjn6 > :not(.get-image) {
    grid-column: 1/2;
  }
  .slotexo-576evj .slotexo-d9fxms,
  .slotexo-576evj.slotexo-trzjn6 > .slotexo-d9fxms {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .slotexo-576evj.slotexo-trzjn6 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .slotexo-066xqr.slotexo-f1d9b0 .slotexo-576evj > .slotexo-d9fxms {
    grid-row: 1/2;
  }
  .slotexo-576evj .slotexo-paw8qj ~ .slotexo-d9fxms,
  .slotexo-576evj.slotexo-trzjn6 .slotexo-paw8qj ~ .slotexo-d9fxms {
    grid-row: 2/3;
  }
  .slotexo-066xqr.slotexo-f1d9b0 .slotexo-paw8qj ~ .slotexo-d9fxms {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .slotexo-dnli4h:first-child .slotexo-0tx8ls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slotexo-dnli4h:first-child .slotexo-0tx8ls h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .slotexo-dnli4h {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .slotexo-dnli4h {
    padding: 0;
  }
  .slotexo-3h68kz {
    margin-top: 1rem;
  }
  .slotexo-co6ko2 {
    border-radius: 5px;
  }
  .slotexo-xiivru {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slotexo-3428fi::after {
    display: inline-block;
  }
  .slotexo-3428fi {
    margin: 0;
    width: 100%;
  }
  .slotexo-i01qsa {
    width: 100%;
  }
  .slotexo-i01qsa.slotexo-bu4sn2 {
    -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%;
  }
  .slotexo-i01qsa.slotexo-bu4sn2 .slotexo-nafuzw {
    width: 100%;
  }
  .slotexo-i01qsa.slotexo-bu4sn2 .slotexo-nafuzw:not(:last-child) {
    margin-right: 0;
  }
  .slotexo-4j8ccc {
    width: 100%;
    text-align: center;
  }
  .slotexo-0qd5ov.slotexo-vyxxt2 .slotexo-i01qsa {
    margin-top: 1rem;
  }
  .slotexo-1kotfs {
    grid-template-columns: repeat(3, 1fr);
  }
  .slotexo-74dwek,
  .slotexo-1e5os8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .slotexo-ex3afd,
  .slotexo-8ef0gw,
  .slotexo-z2tkb3 {
    grid-template-columns: 1fr;
  }
  .slotexo-3t5cqa {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .slotexo-zgolzk {
    min-width: 300px;
    max-width: 325px;
  }
  .slotexo-l80ids {
    cursor: auto;
  }
  .slotexo-qw0oul .slotexo-l80ids {
    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;
  }
  .slotexo-7e7k0b {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .slotexo-q69gdh {
    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) {
  .slotexo-7e7k0b {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.slotexo-qlqclf p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .slotexo-gcbk80 {
    margin: 0 -0.2rem;
  }
  .slotexo-qlqclf {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .slotexo-35u39h {
    -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;
  }
  .slotexo-o7fee7 {
    max-width: 100%;
  }
  .slotexo-1kotfs {
    grid-template-columns: repeat(2, 1fr);
  }
  .slotexo-74dwek,
  .slotexo-1e5os8 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .slotexo-qhwsl6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slotexo-gcbk80 {
    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;
  }
  .slotexo-pvrt99 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slotexo-7vqvpo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .slotexo-37gjwl,
  .slotexo-gywfit {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .slotexo-45o3p2 {
    width: 100%;
  }
  .slotexo-1kotfs {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .slotexo-7e7k0b {
    top: 127px !important;
  }
}

.slotexo-31ocfe {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .slotexo-31ocfe {
  }
}

@media (max-width: 767px) {
  .slotexo-31ocfe {
    margin-bottom: 12px;
  }
}

.slotexo-31ocfe img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.slotexo-w1r45y {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.slotexo-w1r45y > .slotexo-q1uof8 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .slotexo-w1r45y {
    flex-direction: column;
    gap: 12px;
  }
}

.slotexo-mm5580 {
  display: flex;
}

.slotexo-mm5580 .slotexo-l0qkex {
  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;
}

.slotexo-mm5580 .slotexo-9z427r {
  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;
}

.slotexo-mm5580 .slotexo-6x5rkx {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.slotexo-mm5580 .slotexo-urkg3k {
  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));
  }
}

.slotexo-mm5580 .slotexo-urkg3k:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.slotexo-mm5580 .slotexo-ok3ccv {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.slotexo-olzs4l {
  border: unset;
  background-color: unset;
}

.slotexo-olzs4l tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.slotexo-olzs4l .slotexo-l4fa0u,
.slotexo-olzs4l .slotexo-qqmcsn {
  flex: 0 1 330px;
}

.slotexo-olzs4l .slotexo-pudlon {
  flex: 1 1;
}

.slotexo-olzs4l tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.slotexo-olzs4l tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.slotexo-olzs4l tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.slotexo-olzs4l tr td p {
  color: #fff;
  margin: 0;
}

.slotexo-olzs4l tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.slotexo-olzs4l tr.slotexo-l4fa0u td p {
  padding: 16px 0;
}

.slotexo-olzs4l tr.slotexo-l4fa0u td p:not(:last-child),
.slotexo-olzs4l tr.slotexo-qqmcsn td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.slotexo-olzs4l tr.slotexo-l4fa0u td p:first-child,
.slotexo-olzs4l tr.slotexo-qqmcsn td p:first-child {
  padding-top: 0;
}

.slotexo-olzs4l tr.slotexo-qqmcsn td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.slotexo-olzs4l tr.slotexo-qqmcsn td p:last-child {
  padding-bottom: 0;
}

.slotexo-olzs4l .slotexo-qqmcsn img {
  max-width: 32px;
}

.slotexo-olzs4l .slotexo-pudlon {
  min-width: 718px;
}

.slotexo-olzs4l .slotexo-pudlon td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.slotexo-olzs4l .slotexo-pudlon td {
  display: flex;
}

.slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-6xeas7,
.slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-nchk49,
.slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-5ej36r {
  flex: 1 1 50%;
}

.slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-bsn2jh {
  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;
}

.slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-6rpfk4,
.slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-akmjn8 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-6xeas7,
.slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-nchk49 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-6xeas7 span,
.slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-nchk49 span {
  font-weight: 800;
}

.slotexo-olzs4l .slotexo-pudlon img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .slotexo-olzs4l .slotexo-pudlon td .slotexo-5ej36r:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .slotexo-olzs4l tr.slotexo-l4fa0u td p:last-child {
    padding-bottom: 0;
  }
  .slotexo-olzs4l .slotexo-qqmcsn > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .slotexo-olzs4l .slotexo-qqmcsn > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .slotexo-olzs4l tr.slotexo-l4fa0u td p:not(:last-child),
  .slotexo-olzs4l tr.slotexo-qqmcsn td p:not(:last-child) {
    border-bottom: unset;
  }
  .slotexo-olzs4l tr.slotexo-qqmcsn td p:last-child {
    padding-bottom: 12px;
  }
  .slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-6xeas7,
  .slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-nchk49,
  .slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-5ej36r {
    flex: 1 1 50%;
    padding: 0;
  }
  .slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-6xeas7,
  .slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-nchk49 {
    margin-top: 16px;
  }
  .slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-5ej36r {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-6xeas7 {
    border-right: 1px solid var(--border-color);
  }
  .slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-5ej36r:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .slotexo-olzs4l .slotexo-pudlon td:last-child .slotexo-5ej36r:last-child {
    padding-bottom: 0;
  }
}

.slotexo-5ej36r {
  display: flex;
  flex-direction: column;
}

.slotexo-olzs4l .slotexo-pudlon td .slotexo-5ej36r {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.slotexo-olzs4l .slotexo-pudlon td .slotexo-5ej36r:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.slotexo-olzs4l .slotexo-pudlon td .slotexo-5ej36r:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .slotexo-olzs4l .slotexo-pudlon td .slotexo-5ej36r:not(:first-child) {
    padding-left: 0;
  }
  .slotexo-olzs4l .slotexo-pudlon td .slotexo-5ej36r:not(:last-of-type) {
    border-right: unset;
  }
}

.slotexo-olzs4l .slotexo-lxgwll {
  flex: 0 1 485px;
}

.slotexo-olzs4l .slotexo-evfgpv {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.slotexo-olzs4l .slotexo-evfgpv li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slotexo-olzs4l .slotexo-evfgpv li.slotexo-hcxgdt {
  padding: 6px 12px;
}

.slotexo-olzs4l .slotexo-evfgpv li a,
.slotexo-olzs4l .slotexo-evfgpv 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;
}

.slotexo-olzs4l .slotexo-pbzpm4,
.slotexo-olzs4l .slotexo-kmmqvq {
  flex: 1 1;
}

.slotexo-olzs4l .slotexo-vk2no2,
.slotexo-olzs4l .slotexo-lnv14m {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.slotexo-olzs4l .slotexo-vk2no2 li,
.slotexo-olzs4l .slotexo-lnv14m li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.slotexo-olzs4l .slotexo-kmmqvq img {
  max-width: 32px;
}

.slotexo-olzs4l .slotexo-pbzpm4 img {
  max-width: 32px;
}

.slotexo-olzs4l .slotexo-iyr1kt {
  min-width: 280px;
}

.slotexo-olzs4l .slotexo-iyr1kt img {
  max-width: 146px;
}

.slotexo-olzs4l .slotexo-iyr1kt td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .slotexo-olzs4l .slotexo-l4fa0u,
  .slotexo-olzs4l .slotexo-qqmcsn {
    flex: 0 1 auto;
  }
  .slotexo-olzs4l .slotexo-pudlon {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .slotexo-olzs4l .slotexo-l4fa0u,
  .slotexo-olzs4l .slotexo-lxgwll,
  .slotexo-olzs4l .slotexo-qqmcsn,
  .slotexo-olzs4l .slotexo-pudlon {
    flex: 1 1 calc(50% - 20px);
  }
  .slotexo-olzs4l .slotexo-pbzpm4,
  .slotexo-olzs4l .slotexo-iyr1kt,
  .slotexo-olzs4l .slotexo-kmmqvq {
    flex: 1 1 30%;
  }
  .slotexo-olzs4l .slotexo-iyr1kt {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .slotexo-olzs4l .slotexo-l4fa0u,
  .slotexo-olzs4l .slotexo-lxgwll,
  .slotexo-olzs4l .slotexo-pbzpm4,
  .slotexo-olzs4l .slotexo-qqmcsn,
  .slotexo-olzs4l .slotexo-pudlon,
  .slotexo-olzs4l .slotexo-iyr1kt,
  .slotexo-olzs4l .slotexo-kmmqvq {
    flex: 1 1 100%;
  }
}

.slotexo-rhk849 .slotexo-axy7nk {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.slotexo-rhk849 .slotexo-ew6xcj {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.slotexo-rhk849 .slotexo-ugmzs9 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.slotexo-rhk849 .slotexo-i454oz {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.slotexo-rhk849 .slotexo-i454oz > :nth-child(3) {
  margin-top: 0;
}

.slotexo-rhk849 .slotexo-d9fxms {
  grid-column: 2/3;
  grid-row: 1/10;
}

.slotexo-rhk849 .slotexo-ybe3ca {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.slotexo-rhk849 .slotexo-3h68kz {
  grid-column: 1/2;
}

.slotexo-rhk849 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.slotexo-rhk849 .slotexo-ew6xcj: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;
}

.slotexo-rhk849 .slotexo-ew6xcj:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.slotexo-rhk849 .slotexo-45o3p2 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .slotexo-rhk849 .slotexo-ew6xcj:not(:last-child):before {
    bottom: 8px;
  }
  .slotexo-rhk849 .slotexo-ew6xcj:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .slotexo-rhk849 .slotexo-i454oz {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .slotexo-rhk849 .slotexo-d9fxms {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .slotexo-rhk849 .slotexo-d9fxms img {
    width: 100%;
    height: auto;
  }
  .slotexo-rhk849 .slotexo-45o3p2 {
    width: 100%;
    min-width: unset;
  }
}

.slotexo-0mi1dm .slotexo-o58gnn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.slotexo-0mi1dm .slotexo-v3x2pg {
  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;
}

.slotexo-0mi1dm .slotexo-d9fxms {
  height: 100%;
}

.slotexo-0mi1dm .slotexo-d9fxms img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.slotexo-0mi1dm .slotexo-4tlmmg {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.slotexo-0mi1dm .slotexo-8nvi11 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.slotexo-0mi1dm .slotexo-8bd27r {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .slotexo-0mi1dm .slotexo-v3x2pg {
    flex: 1 1 100%;
  }
  .slotexo-0mi1dm .slotexo-xc1ih6 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .slotexo-0mi1dm .slotexo-v3x2pg {
    flex-direction: column;
  }
  .slotexo-0mi1dm .slotexo-d9fxms {
    width: 100%;
    height: auto;
  }
  .slotexo-0mi1dm .slotexo-d9fxms img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .slotexo-0mi1dm .slotexo-4tlmmg {
    padding: 0 16px 16px 16px;
  }
  .slotexo-0mi1dm .slotexo-xc1ih6 {
    min-width: unset;
    width: 100%;
  }
}

.slotexo-i0zrk2 .slotexo-22rc0p {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.slotexo-i0zrk2 .slotexo-hogkbl {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.slotexo-i0zrk2 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;
}

.slotexo-i0zrk2 .slotexo-xeg8dp {
  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;
}

.slotexo-i0zrk2 .slotexo-hogkbl:hover .slotexo-xeg8dp {
  display: flex;
}

.slotexo-i0zrk2 .slotexo-zjunvp {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slotexo-i0zrk2 .slotexo-v0h3jk {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.slotexo-kca3qe {
  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;
}

.slotexo-kca3qe.slotexo-3rcqpu {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.slotexo-kj1awm ease-in-out;
}

.slotexo-kca3qe.slotexo-3rcqpu:hover {
  color: #f9cb16;
  background-color: transparent;
}

.slotexo-i0zrk2 .slotexo-2ds6wu {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.slotexo-kj1awm ease-in-out;
}

.slotexo-i0zrk2 .slotexo-2ds6wu:hover {
  color: #196948;
  background-color: #f9cb16;
}

.slotexo-i0zrk2 .slotexo-2ds6wu:after,
.slotexo-kca3qe.slotexo-3rcqpu:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.slotexo-kca3qe.slotexo-3rcqpu:after {
  background-image: url(../images/Cash.svg);
}

.slotexo-i0zrk2 .slotexo-2ds6wu:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .slotexo-i0zrk2 .slotexo-22rc0p {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .slotexo-i0zrk2 .slotexo-22rc0p {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .slotexo-i0zrk2 .slotexo-22rc0p {
    grid-template-columns: 1fr;
  }
  .slotexo-i0zrk2 .slotexo-hogkbl {
    height: auto;
  }
  .slotexo-i0zrk2 .slotexo-hogkbl .slotexo-xeg8dp {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .slotexo-i0zrk2 .slotexo-zjunvp,
  .slotexo-i0zrk2 .slotexo-v0h3jk {
    text-align: left;
  }
  .slotexo-i0zrk2 .slotexo-v0h3jk {
    margin-bottom: 8px;
  }
  .slotexo-i0zrk2 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.slotexo-4t9wig {
  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;
}

.slotexo-4t9wig.slotexo-66h6bv {
  display: block;
}

.slotexo-4t9wig .slotexo-7vc863 {
  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;
}

.slotexo-4t9wig .slotexo-a9hxku {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.slotexo-4t9wig .slotexo-xy44wt {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.slotexo-4t9wig .slotexo-ghlkua {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.slotexo-4t9wig .slotexo-kca3qe {
  min-width: 296px;
  margin-bottom: 0;
}

.slotexo-4t9wig .slotexo-xbb4qv {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.slotexo-4t9wig .slotexo-tkqptm {
  position: relative;
  flex: 1 1;
}

.slotexo-4t9wig .slotexo-tkqptm iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .slotexo-4t9wig .slotexo-a9hxku {
    flex-wrap: wrap;
    gap: 8px;
  }
  .slotexo-4t9wig .slotexo-xy44wt {
    order: 1;
  }
  .slotexo-4t9wig .slotexo-ghlkua {
    order: 3;
    flex: 1 1 100%;
  }
  .slotexo-4t9wig .slotexo-kca3qe {
    width: 100%;
    min-width: unset;
  }
  .slotexo-4t9wig .slotexo-xbb4qv {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .slotexo-576evj > .slotexo-paw8qj {
    margin-bottom: 0;
  }
  .slotexo-576evj > .slotexo-3h68kz,
  .slotexo-576evj > p {
    margin-top: 0;
  }
}

.slotexo-zt2qyv img,
.slotexo-qlqclf img {
  width: auto;
  object-fit: contain;
}

.slotexo-zt2qyv {
  align-items: center;
}

.slotexo-zt2qyv img {
  max-height: 76px;
}

.slotexo-qlqclf img {
  max-height: 64px;
}

.slotexo-dgqwg0 {
  overflow: auto;
}

.slotexo-iy71sk {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.slotexo-lkjd4y:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.slotexo-z4n1jg {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.slotexo-bh2d88 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.slotexo-z4n1jg .slotexo-d9fxms {
  margin-right: 20px;
  flex-shrink: 0;
}

.slotexo-z4n1jg img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.slotexo-p3hw35 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.slotexo-p3hw35 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .slotexo-z4n1jg {
    padding: 15px 10px;
  }
  .slotexo-p3hw35 {
    padding: 15px 10px;
  }
  .slotexo-z4n1jg .slotexo-d9fxms {
    margin-right: 10px;
  }
}

.slotexo-563ysq {
  overflow-x: auto;
}

.slotexo-53wrd6 {
  border-collapse: collapse;
  width: 100%;
}

.slotexo-563ysq th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.slotexo-563ysq td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.slotexo-563ysq td.slotexo-uep2x2 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.slotexo-563ysq td.slotexo-9s6cqc {
  border-right: none;
}

.slotexo-563ysq td.slotexo-9s6cqc .slotexo-d9fxms {
  justify-content: flex-start;
}

.slotexo-563ysq td.slotexo-9s6cqc .slotexo-d9fxms img {
  height: auto;
  width: 90px;
}

.slotexo-563ysq td.slotexo-b5n89e,
.slotexo-563ysq td.slotexo-p9tpnu {
  font-weight: 600;
  text-align: right;
}

.slotexo-563ysq td.slotexo-7lzvv8,
.slotexo-563ysq td.slotexo-b5n89e {
  padding-bottom: 10px;
  border-bottom: none;
}

.slotexo-563ysq td.slotexo-b5n89e,
.slotexo-563ysq td.slotexo-p9tpnu {
  border-left: none;
}

.slotexo-563ysq td.slotexo-7lzvv8,
.slotexo-563ysq td.slotexo-q40nhx {
  border-right: none;
}

.slotexo-563ysq td.slotexo-q40nhx,
.slotexo-563ysq td.slotexo-p9tpnu {
  border-top: none;
  padding-top: 10px;
}

.slotexo-mtpzki {
  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;
}

.slotexo-mtpzki .slotexo-xc1ih6 {
  min-width: unset;
  width: 100%;
}

.slotexo-mtpzki .slotexo-xc1ih6.slotexo-bwit82 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.slotexo-mtpzki .slotexo-xc1ih6.slotexo-xwb0o5 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.slotexo-mtpzki .slotexo-f2pcdg {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .slotexo-mtpzki {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .slotexo-mtpzki .slotexo-xc1ih6.slotexo-bwit82 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .slotexo-mtpzki .slotexo-xc1ih6.slotexo-xwb0o5 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .slotexo-mtpzki .slotexo-f2pcdg {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.slotexo-al2pqw {
  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;
}

.slotexo-3sfmsa {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.slotexo-kvzm37 p a img {
  margin: 0 auto;
  display: block;
}

.slotexo-kvzm37 table {
  margin-bottom: 17px;
}

/* contanct form */
.slotexo-ke5sjo {
  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;
}

.slotexo-ke5sjo label {
  font-size: 14px;
}

.slotexo-ke5sjo h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.slotexo-ke5sjo input,
.slotexo-ke5sjo textarea,
.slotexo-ke5sjo 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;
}
.slotexo-ke5sjo button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.slotexo-kj1awm ease;
}
.slotexo-ke5sjo button:hover {
  background-color: #691204;
}
.slotexo-1qxdh4 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.slotexo-663ntv ease-in;
}

.slotexo-1qxdh4 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;
}
.slotexo-yk65zc, .slotexo-gzttgg, [class*="review-card"],
thead, thead th, table th, .slotexo-wmuzlu,
.slotexo-odnvhp, [class*="collapsible-header"],
.slotexo-7m7hi9, [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; }
