@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);
}

.hugo-izy18r {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.hugo-p0eb6c {
  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.hugo-op7w3z,
ul.hugo-op7w3z {
  padding-left: 20px;
}

ul.hugo-op7w3z {
  list-style: disc;
}

ol.hugo-op7w3z {
  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;
  }
}

.hugo-eu40n4 > .hugo-ekt8tt,
.hugo-eu40n4 > .hugo-pflz2k,
.hugo-eu40n4 > blockquote,
.hugo-eu40n4 > h1,
.hugo-eu40n4 > h2,
.hugo-eu40n4 > h3,
.hugo-eu40n4 > h4,
.hugo-eu40n4 > h5,
.hugo-eu40n4 > h6,
.hugo-eu40n4 > ol,
.hugo-eu40n4 > p,
.hugo-eu40n4 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.hugo-eu40n4 > ol,
.hugo-eu40n4 > ul {
  padding-left: 50px;
}

.hugo-eu40n4 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;
}

.hugo-eu40n4:not(:last-child) {
  margin-bottom: 2rem;
}

.hugo-eu40n4 > :not(:first-child) {
  margin-top: 2rem;
}

.hugo-eu40n4 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hugo-eu40n4:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .hugo-eu40n4:first-child {
    margin-top: 20px;
  }
}

.hugo-eu40n4 > p:last-of-type {
  margin-bottom: 32px;
}

.hugo-eu40n4 > .hugo-homaqw:not(:first-child) {
  margin: 64px auto 16px auto;
}

.hugo-znmn2w > .hugo-homaqw {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.hugo-pflz2k {
  overflow: auto;
}

.hugo-pflz2k::-webkit-scrollbar {
  height: 5px;
}

.hugo-pflz2k table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.hugo-pflz2k table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.hugo-pflz2k table thead,
table thead {
  border-bottom: none;
}

.hugo-pflz2k table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.hugo-pflz2k table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.hugo-pflz2k table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.hugo-pflz2k .hugo-pi342m {
  table-layout: auto;
}

.hugo-pflz2k .hugo-pi342m th {
  word-break: normal;
}

.hugo-pflz2k .hugo-pi342m td {
  word-break: normal;
}

.hugo-izy18r .hugo-izy18r {
  padding-right: 0;
  padding-left: 0;
}

.hugo-cpz1i5 {
  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;
}

.hugo-tpgewg {
  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;
}

.hugo-47w2xw {
  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;
}

.hugo-ekt8tt {
  margin-top: 24px;
}

.hugo-ekt8tt.hugo-fhiqgy {
  text-align: left;
}

.hugo-ekt8tt.hugo-wszj02 {
  text-align: right;
}

.hugo-ekt8tt.hugo-v6t5gx {
  text-align: center;
}

.hugo-qh6pqu {
  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.hugo-xywivq ease-in-out;
  cursor: pointer;
}

.hugo-qh6pqu:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.hugo-qh6pqu {
  min-width: 328px;
}

@media (max-width: 768px) {
  .hugo-qh6pqu {
    min-width: unset;
  }
}

.hugo-umavg6 {
  background-color: var(--fh-bg-color);
}

.hugo-ujywlu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.hugo-v6z21z {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.hugo-v6z21z img {
  max-height: 80px;
  object-fit: contain;
}

.hugo-e9iklt {
  flex: 1 1;
}

.hugo-821xm1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.hugo-ssf8af {
  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;
}

.hugo-ssf8af 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;
}

.hugo-ssf8af.hugo-k56bxr span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.hugo-ssf8af.hugo-k56bxr span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.hugo-ssf8af.hugo-k56bxr span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.hugo-e9iklt + .hugo-821xm1 {
  margin-left: 20px;
}

.hugo-woqdih {
  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;
}

.hugo-woqdih > svg {
  max-width: 24px;
  max-height: 24px;
}

.hugo-woqdih + .hugo-woqdih {
  margin-left: 5px;
}

.hugo-8jvet8 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.hugo-8jvet8:hover {
  background-color: var(--button-bg-hover);
}

.hugo-033dc4 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.hugo-xywivq ease-in-out;
  border: 1px solid var(--border-color);
}

.hugo-033dc4:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.hugo-klgagf {
  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) {
  .hugo-e9iklt {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .hugo-klgagf {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .hugo-e9iklt {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .hugo-woqdih {
    min-width: unset;
    flex: 1 1;
  }
}

.hugo-uuzay4 {
  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;
}

.hugo-uuzay4:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.hugo-uuzay4:hover .hugo-o37xtk {
  opacity: 1;
  pointer-events: auto;
}

.hugo-kecsgu {
  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.hugo-d4oqjn ease-in-out;
  gap: 4px;
}

.hugo-kecsgu > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.hugo-kecsgu .hugo-cpz1i5 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.hugo-73lb5q,
.hugo-kecsgu:hover {
  color: var(--button-bg-hover);
}

.hugo-40av73 {
  position: relative;
}

.hugo-40av73 .hugo-kecsgu {
  margin-right: 0;
  padding-right: 4px;
}

.hugo-1pczw0 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.hugo-40av73.hugo-k56bxr .hugo-1pczw0 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.hugo-40av73.hugo-k56bxr .hugo-o37xtk {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.hugo-40av73.hugo-k56bxr .hugo-o37xtk::before {
  display: none;
}

.hugo-1pczw0 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.hugo-o37xtk {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.hugo-lvp0sc 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.hugo-o37xtk::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.hugo-o37xtk:hover {
  color: var(--fh-bg-color);
}

.hugo-ceqw0f {
  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.hugo-lvp0sc 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.hugo-d4oqjn ease-in-out;
  -o-transition: 0.hugo-d4oqjn ease-in-out;
  transition: 0.hugo-d4oqjn ease-in-out;
}

.hugo-ceqw0f .hugo-cpz1i5 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.hugo-9zdn0n,
.hugo-ceqw0f:hover {
  color: var(--button-bg-hover);
}

.hugo-n2q4bs {
  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%;
}

.hugo-n2q4bs.hugo-srb5se {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.hugo-n2q4bs.hugo-srb5se:after,
.hugo-n2q4bs.hugo-srb5se:before {
  content: "";
  position: absolute;
  margin: auto;
}

.hugo-n2q4bs.hugo-srb5se: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);
  }
}

.hugo-n2q4bs.hugo-srb5se:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.hugo-n2q4bs.hugo-srb5se > * {
  z-index: 1;
}

.hugo-n2q4bs b,
.hugo-n2q4bs strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.hugo-n2q4bs .hugo-b43h2d {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.hugo-n2q4bs .hugo-nmb5z1 {
  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;
}

.hugo-n2q4bs .hugo-cpz1i5 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.hugo-n2q4bs .hugo-qggukr {
  margin-top: 12px;
}

.hugo-qggukr {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.hugo-3m4y04 {
  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;
}

.hugo-qggukr .hugo-gofyne {
  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.hugo-xywivq ease-in-out;
}

.hugo-qggukr .hugo-gofyne:hover {
  background: rgba(255, 255, 255, 0.3);
}

.hugo-91y8ds {
  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;
}

.hugo-n2q4bs.hugo-r29d8o {
  gap: 12px;
  padding: 16px;
}

.hugo-n2q4bs.hugo-r29d8o .hugo-91y8ds {
  min-width: 240px;
}

.hugo-n2q4bs.hugo-r29d8o .hugo-91y8ds.hugo-77z7gq {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .hugo-n2q4bs .hugo-b43h2d {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .hugo-n2q4bs .hugo-nmb5z1 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .hugo-n2q4bs .hugo-cpz1i5 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .hugo-n2q4bs.hugo-r29d8o .hugo-cpz1i5 {
    max-width: 126px;
  }
  .hugo-n2q4bs .hugo-qggukr {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .hugo-n2q4bs .hugo-3m4y04 {
    max-width: unset;
  }
  .hugo-91y8ds {
    min-width: unset;
    width: 100%;
  }
  .hugo-n2q4bs .hugo-91y8ds {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .hugo-n2q4bs.hugo-r29d8o {
    grid-template-rows: auto 1fr auto;
  }
  .hugo-n2q4bs.hugo-r29d8o .hugo-91y8ds {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .hugo-n2q4bs {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .hugo-n2q4bs .hugo-b43h2d {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .hugo-n2q4bs .hugo-cpz1i5 {
    max-width: 78px;
  }
  .hugo-n2q4bs .hugo-qggukr {
    margin-top: -12px;
  }
  .hugo-n2q4bs.hugo-r29d8o {
    gap: 8px;
  }
  .hugo-n2q4bs.hugo-r29d8o .hugo-b43h2d {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .hugo-n2q4bs.hugo-r29d8o .hugo-nmb5z1 {
    grid-column: 1/3;
  }
  .hugo-n2q4bs.hugo-r29d8o .hugo-cpz1i5 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .hugo-n2q4bs.hugo-r29d8o .hugo-cpz1i5 img {
    max-width: 114px;
  }
}

.hugo-91y8ds.hugo-yqzogl,
.hugo-91y8ds.hugo-b89eng,
.hugo-91y8ds.hugo-q2kk8w {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.hugo-xywivq ease-in-out;
}

.hugo-91y8ds.hugo-yqzogl,
.hugo-91y8ds.hugo-q2kk8w {
  padding: 10px;
}

.hugo-91y8ds.hugo-yqzogl:hover,
.hugo-91y8ds.hugo-b89eng:hover,
.hugo-91y8ds.hugo-q2kk8w:hover {
  background: var(--button-bg-hover);
}

.hugo-91y8ds.hugo-yqzogl:hover svg path,
.hugo-91y8ds.hugo-q2kk8w:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.hugo-91y8ds.hugo-77z7gq {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.hugo-xywivq ease-in-out;
  background: var(--button-bg-color);
}

.hugo-91y8ds.hugo-77z7gq:hover {
  background-color: var(--button-bg-hover);
}

.hugo-91y8ds.hugo-b89eng: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);
  }
}

.hugo-91y8ds.hugo-b89eng:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.hugo-91y8ds.hugo-77z7gq:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.hugo-toehu5 {
  max-width: 650px;
}

.hugo-5hvyio {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.hugo-l2a6oh {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hugo-cp3mc6 {
  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.hugo-d4oqjn ease-in-out;
  cursor: pointer;
}

.hugo-cp3mc6:hover {
  opacity: 0.5;
}

.hugo-cp3mc6:focus {
  outline: 0;
}

.hugo-cp3mc6:focus .hugo-0dcq2u,
.hugo-cp3mc6:hover .hugo-0dcq2u {
  fill: red;
  fill-opacity: 1;
}

.hugo-cp3mc6:hover {
  cursor: pointer;
}

.hugo-gqvpoo {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.hugo-toehu5.hugo-v6t5gx {
  margin: 0 auto;
}

.hugo-toehu5.hugo-wszj02 {
  margin-left: auto;
}

.hugo-4xchde {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.hugo-xtsjl4 {
  padding-bottom: 50px;
}

.hugo-s9mfvl {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.hugo-u266wm {
  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;
}

.hugo-f3nbnl {
  margin-top: 24px;
}

.hugo-bpun0m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hugo-u27cqh {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.hugo-bahjqc {
  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;
}

.hugo-ihl8fw {
  width: 468px;
}

.hugo-bahjqc .hugo-o37xtk {
  margin: 0.hugo-8gds1p 0;
}

.hugo-zq8all {
  display: flex;
  min-width: 224px;
}

.hugo-bcebrk {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.hugo-d4oqjn ease-in-out;
}

.hugo-f65i75,
.hugo-bcebrk:hover {
  color: var(--text-color);
}

.hugo-74jb9j {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.hugo-dolrcb {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .hugo-4xchde {
    padding: 16px;
  }
  .hugo-74jb9j {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .hugo-dolrcb {
    align-items: center;
  }
  .hugo-ihl8fw {
    width: unset;
  }
  .hugo-zq8all {
    min-width: unset;
  }
  .hugo-bahjqc {
    max-height: unset;
  }
  .hugo-s9mfvl {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .hugo-4xchde {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.hugo-2pzmvw {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.hugo-2pzmvw:not(:last-child) {
  margin-bottom: 16px;
}

.hugo-du881a {
  outline: 0;
}

.hugo-du881a .hugo-b9d3h5 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.hugo-jl2tmm {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .hugo-jl2tmm {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.hugo-jl2tmm::-webkit-details-marker {
  display: none;
}

.hugo-jl2tmm: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;
}

.hugo-jl2tmm: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] .hugo-jl2tmm:after {
  transform: unset;
}

.hugo-b9d3h5 {
  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);
}

.hugo-b9d3h5 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.hugo-d4oqjn ease-in-out;
  -o-transition: 0.hugo-d4oqjn ease-in-out;
  transition: 0.hugo-d4oqjn ease-in-out;
}

.hugo-wazd0h {
  padding: 16px 0 0 0;
}

.hugo-wazd0h * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .hugo-wazd0h :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hugo-jl2tmm {
    flex-wrap: wrap;
    gap: 12px;
  }
  .hugo-jl2tmm::after {
    margin-left: auto;
  }
  .hugo-b9d3h5 {
    order: 3;
    flex: 1 1 100%;
  }
  .hugo-jl2tmm {
    font-size: 14px;
    line-height: 130%;
  }
  .hugo-b9d3h5 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.hugo-kxe5ep {
  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;
}

.hugo-m3bqml {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.hugo-kxe5ep.hugo-k56bxr .hugo-m3bqml {
  margin-bottom: 12px;
}

.hugo-m3bqml::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;
}

.hugo-kxe5ep.hugo-k56bxr .hugo-m3bqml::after {
  transform: unset;
}

.hugo-q2ypg5 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.hugo-vgokgy {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.hugo-d4oqjn ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.hugo-vgokgy: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;
}

.hugo-kxe5ep.hugo-k56bxr .hugo-q2ypg5 {
  max-height: 100%;
}

.hugo-abgzmm {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.hugo-hnphez {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.hugo-wpwqyf {
  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;
}

.hugo-ilupr9 {
  margin-right: 4px;
}

.hugo-ac1zvf {
  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.hugo-d4oqjn ease-in-out;
}

.hugo-ac1zvf svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.hugo-jhy644,
.hugo-ac1zvf:hover {
  color: var(--text-color);
}

.hugo-jdfmx1 {
  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;
}

.hugo-jdfmx1 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.hugo-jdfmx1 .hugo-0xn0z5 {
  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;
}

.hugo-jdfmx1 .hugo-v075n7 {
  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;
}

.hugo-thhv10 {
  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;
}

.hugo-vbg9e5 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hugo-mzs0is .hugo-izy18r {
  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;
}

.hugo-mzs0is {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.hugo-mfdic8 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.hugo-n987ip {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.hugo-cfks42 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.hugo-702ntn 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;
}

.hugo-cfks42:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.hugo-ynh4ih {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.hugo-u21eaq {
  -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.hugo-d4oqjn ease-in-out;
  transition: transform 0.hugo-d4oqjn ease-in-out;
  -o-transition: transform 0.hugo-d4oqjn ease-in-out;
  transition:
    transform 0.hugo-d4oqjn ease-in-out,
    -webkit-transform 0.hugo-d4oqjn ease-in-out;
  cursor: pointer;
}

.hugo-u21eaq svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.hugo-u21eaq: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;
}

.hugo-umbm17 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .hugo-umbm17 {
    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);
}

.hugo-3edc25 {
  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;
}

.hugo-u5xxyz {
  position: relative;
  width: 100%;
}

.hugo-3edc25.hugo-8ouaa1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hugo-3edc25.hugo-v6t5gx {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hugo-3edc25.hugo-wszj02 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hugo-ih55jf {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.hugo-gox9y0 {
  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.hugo-d4oqjn ease-in-out;
  cursor: pointer;
}

.hugo-gox9y0:hover {
  opacity: 0.5;
}

.hugo-3edc25.hugo-i63r0i .hugo-gox9y0 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hugo-3edc25.hugo-i63r0i .hugo-ih55jf {
  cursor: pointer;
}

.hugo-hxny3d {
  fill: #0009;
}

.hugo-6gh0dk {
  fill: #fff;
}

.hugo-gox9y0:hover .hugo-hxny3d {
  fill: red;
}

.hugo-gox9y0 svg path {
  -webkit-transition: 0.hugo-d4oqjn ease-in-out;
  -o-transition: 0.hugo-d4oqjn ease-in-out;
  transition: 0.hugo-d4oqjn ease-in-out;
}

.hugo-3t77lu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.hugo-3t77lu > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.hugo-3t77lu.hugo-jrj57m > :not(.get-image) {
  grid-column: 1/3;
}

.hugo-kq170y:not(._h1-block) .hugo-3t77lu > .hugo-homaqw {
  grid-row: 1/2;
  grid-column: 1/3;
}

.hugo-3t77lu.hugo-jrj57m .hugo-rchpbr {
  grid-column: 2/3;
}

.hugo-3t77lu.hugo-jrj57m > .hugo-cpz1i5 {
  grid-column: 1/2;
}

.hugo-3t77lu.hugo-jrj57m > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.hugo-3t77lu > p:first-of-type {
  margin-top: 0;
}

.hugo-3t77lu .hugo-cpz1i5 {
  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;
}

.hugo-kq170y:not(._h1-block) .hugo-homaqw ~ .hugo-cpz1i5 {
  grid-row: 2/10;
}

.hugo-kq170y.hugo-edxob9 .hugo-homaqw ~ .hugo-cpz1i5 {
  grid-row: 1/10;
}

.hugo-kq170y.hugo-edxob9 > .hugo-homaqw {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.hugo-kq170y.hugo-edxob9 .hugo-cpz1i5 {
  grid-row: 1/10;
}

.hugo-3t77lu.hugo-lvghwe .hugo-cpz1i5 {
  align-items: flex-start;
}

.hugo-3t77lu.hugo-v6t5gx .hugo-rchpbr {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.hugo-3t77lu.hugo-v6t5gx .hugo-cpz1i5 {
  align-items: center;
}

.hugo-3t77lu.hugo-cwyu6p .hugo-cpz1i5 {
  align-items: flex-end;
}

.hugo-rchpbr > :first-child {
  margin-top: 0;
}

.hugo-rchpbr > :last-child {
  margin-bottom: 0;
}

* + .hugo-7bfdg6,
.hugo-kq170y + .hugo-kq170y {
  margin-top: 2rem;
}

.hugo-eyk9fq td::before,
.hugo-eyk9fq th::after {
  display: none !important;
}

.hugo-eyk9fq #link-selector {
  color: #000;
}

.hugo-eyk9fq .hugo-pekofx {
  color: #135e96;
}

.hugo-eyk9fq .hugo-vkus0s *,
.hugo-eyk9fq .hugo-5qpr9c p,
.hugo-eyk9fq .hugo-9kpez5 * {
  color: #000;
}

.hugo-eyk9fq .hugo-3umwqp {
  background: 0 0 !important;
}

.hugo-eyk9fq .hugo-oa0rz0 {
  color: #000;
}

.hugo-eyk9fq .hugo-9bb74j.hugo-xkw1gv {
  color: #fff;
}

.hugo-eyk9fq .hugo-tm6uz9 {
  color: #000;
}

.hugo-eyk9fq
  .hugo-3ochhg
  .hugo-f7aqqa.hugo-xkw1gv.hugo-dm2ak3 {
  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;
}

.hugo-cz20rs,
body .hugo-uhoowa {
  color: #000;
  background: var(--color-body) !important;
}

.hugo-cz20rs .hugo-16zlqx .hugo-90k3j1,
body .hugo-uhoowa .hugo-16zlqx .hugo-90k3j1 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .hugo-vgokgy:focus,
  .hugo-vgokgy:hover {
    color: #f9cb16;
  }
  .hugo-5qmcar:focus,
  .hugo-5qmcar:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .hugo-hyiynx:focus img,
  .hugo-hyiynx:focus svg,
  .hugo-hyiynx:hover img,
  .hugo-hyiynx:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .hugo-jdfmx1 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hugo-40av73:hover .hugo-1pczw0 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .hugo-1pczw0 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .hugo-3mkhbf {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .hugo-d4hc33 {
    grid-template-columns: repeat(4, 1fr);
  }
  .hugo-1y95js {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .hugo-mbqllx .hugo-h3eyjx {
    grid-template-columns: 1fr;
  }
  .hugo-mbqllx .hugo-o5rumr {
    -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;
  }
  .hugo-mbqllx .hugo-s0k6np {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .hugo-mbqllx .hugo-u4elum {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .hugo-mbqllx .hugo-8efqry {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .hugo-mbqllx .hugo-s0k6np:not(:first-child) {
    border: none;
  }
  .hugo-mbqllx .hugo-s0k6np:first-child .hugo-u4elum {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .hugo-mbqllx .hugo-s0k6np:last-child .hugo-u4elum {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .hugo-ujywlu {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .hugo-v6z21z {
    max-width: 100px;
  }
  .hugo-e9iklt {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .hugo-821xm1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .hugo-821xm1 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .hugo-ssf8af {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .hugo-e9iklt + .hugo-821xm1 {
    margin-left: auto;
  }
  .hugo-p1mgju {
    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;
  }
  .hugo-p1mgju.hugo-k56bxr {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .hugo-klgagf {
    -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;
  }
  .hugo-uuzay4 {
    width: 100%;
  }
  .hugo-uuzay4:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .hugo-kecsgu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .hugo-kecsgu svg {
    margin-right: 4px;
  }
  .hugo-40av73 {
    -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;
  }
  .hugo-1pczw0 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .hugo-1pczw0 {
    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;
  }
  .hugo-o37xtk {
    display: none;
    width: 100%;
  }
  .hugo-40av73.hugo-k56bxr .hugo-o37xtk {
    padding: 0 0 0 48px;
  }
  .hugo-ceqw0f {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .hugo-u266wm .hugo-cpz1i5 {
    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;
  }
  .hugo-87fajp {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .hugo-87fajp + .hugo-87fajp {
    margin-right: 0;
  }
  .hugo-87fajp + .hugo-cpz1i5 {
    margin: 0;
  }
  .hugo-3mkhbf {
    grid-template-columns: repeat(4, 1fr);
  }
  .hugo-d4hc33 {
    grid-template-columns: repeat(3, 1fr);
  }
  .hugo-g5uy8u,
  .hugo-2iht5b {
    grid-template-columns: repeat(2, 1fr);
  }
  .hugo-3t77lu {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hugo-3t77lu.hugo-jrj57m .hugo-rchpbr {
    grid-column: auto;
    grid-row: auto;
  }
  .hugo-3t77lu > .hugo-homaqw {
    grid-column: 1/2;
  }
  .hugo-3t77lu.hugo-jrj57m > :not(.get-image) {
    grid-column: 1/2;
  }
  .hugo-3t77lu .hugo-cpz1i5,
  .hugo-3t77lu.hugo-jrj57m > .hugo-cpz1i5 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .hugo-3t77lu.hugo-jrj57m > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .hugo-kq170y.hugo-edxob9 .hugo-3t77lu > .hugo-cpz1i5 {
    grid-row: 1/2;
  }
  .hugo-3t77lu .hugo-homaqw ~ .hugo-cpz1i5,
  .hugo-3t77lu.hugo-jrj57m .hugo-homaqw ~ .hugo-cpz1i5 {
    grid-row: 2/3;
  }
  .hugo-kq170y.hugo-edxob9 .hugo-homaqw ~ .hugo-cpz1i5 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .hugo-eu40n4:first-child .hugo-8i4bc6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hugo-eu40n4:first-child .hugo-8i4bc6 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .hugo-eu40n4 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .hugo-eu40n4 {
    padding: 0;
  }
  .hugo-ekt8tt {
    margin-top: 1rem;
  }
  .hugo-du881a {
    border-radius: 5px;
  }
  .hugo-y4vdnf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hugo-m3bqml::after {
    display: inline-block;
  }
  .hugo-m3bqml {
    margin: 0;
    width: 100%;
  }
  .hugo-q2ypg5 {
    width: 100%;
  }
  .hugo-q2ypg5.hugo-gse8lu {
    -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%;
  }
  .hugo-q2ypg5.hugo-gse8lu .hugo-h5vs6d {
    width: 100%;
  }
  .hugo-q2ypg5.hugo-gse8lu .hugo-h5vs6d:not(:last-child) {
    margin-right: 0;
  }
  .hugo-vgokgy {
    width: 100%;
    text-align: center;
  }
  .hugo-kxe5ep.hugo-k56bxr .hugo-q2ypg5 {
    margin-top: 1rem;
  }
  .hugo-3mkhbf {
    grid-template-columns: repeat(3, 1fr);
  }
  .hugo-1y95js,
  .hugo-d4hc33 {
    grid-template-columns: repeat(2, 1fr);
  }
  .hugo-g5uy8u,
  .hugo-2iht5b,
  .hugo-ct3lvc {
    grid-template-columns: 1fr;
  }
  .hugo-n8je3f {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .hugo-kjr5lr {
    min-width: 300px;
    max-width: 325px;
  }
  .hugo-u4elum {
    cursor: auto;
  }
  .hugo-vldtpq .hugo-u4elum {
    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;
  }
  .hugo-umbm17 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .hugo-o37xtk {
    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) {
  .hugo-umbm17 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.hugo-87fajp p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .hugo-821xm1 {
    margin: 0 -0.2rem;
  }
  .hugo-87fajp {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .hugo-vwt0r6 {
    -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;
  }
  .hugo-cy6pb7 {
    max-width: 100%;
  }
  .hugo-3mkhbf {
    grid-template-columns: repeat(2, 1fr);
  }
  .hugo-1y95js,
  .hugo-d4hc33 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .hugo-ujywlu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hugo-821xm1 {
    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;
  }
  .hugo-umavg6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hugo-woqdih {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .hugo-x8mt0m,
  .hugo-6gtuuu {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .hugo-qh6pqu {
    width: 100%;
  }
  .hugo-3mkhbf {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .hugo-umbm17 {
    top: 127px !important;
  }
}

.hugo-nz8jop {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .hugo-nz8jop {
  }
}

@media (max-width: 767px) {
  .hugo-nz8jop {
    margin-bottom: 12px;
  }
}

.hugo-nz8jop img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.hugo-f5lerl {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.hugo-f5lerl > .hugo-741oti {
  flex: 1 1;
}

@media (max-width: 767px) {
  .hugo-f5lerl {
    flex-direction: column;
    gap: 12px;
  }
}

.hugo-ojgl56 {
  display: flex;
}

.hugo-ojgl56 .hugo-zpljo5 {
  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;
}

.hugo-ojgl56 .hugo-j6k8dv {
  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;
}

.hugo-ojgl56 .hugo-jx4ug7 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.hugo-ojgl56 .hugo-coxveb {
  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));
  }
}

.hugo-ojgl56 .hugo-coxveb:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.hugo-ojgl56 .hugo-f7tuiv {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.hugo-3f474d {
  border: unset;
  background-color: unset;
}

.hugo-3f474d tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hugo-3f474d .hugo-0wfptr,
.hugo-3f474d .hugo-coc6hu {
  flex: 0 1 330px;
}

.hugo-3f474d .hugo-85mphk {
  flex: 1 1;
}

.hugo-3f474d tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.hugo-3f474d tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.hugo-3f474d tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.hugo-3f474d tr td p {
  color: #fff;
  margin: 0;
}

.hugo-3f474d tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.hugo-3f474d tr.hugo-0wfptr td p {
  padding: 16px 0;
}

.hugo-3f474d tr.hugo-0wfptr td p:not(:last-child),
.hugo-3f474d tr.hugo-coc6hu td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.hugo-3f474d tr.hugo-0wfptr td p:first-child,
.hugo-3f474d tr.hugo-coc6hu td p:first-child {
  padding-top: 0;
}

.hugo-3f474d tr.hugo-coc6hu td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.hugo-3f474d tr.hugo-coc6hu td p:last-child {
  padding-bottom: 0;
}

.hugo-3f474d .hugo-coc6hu img {
  max-width: 32px;
}

.hugo-3f474d .hugo-85mphk {
  min-width: 718px;
}

.hugo-3f474d .hugo-85mphk td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.hugo-3f474d .hugo-85mphk td {
  display: flex;
}

.hugo-3f474d .hugo-85mphk td:last-child .hugo-25w4qn,
.hugo-3f474d .hugo-85mphk td:last-child .hugo-iglqdv,
.hugo-3f474d .hugo-85mphk td:last-child .hugo-uevecl {
  flex: 1 1 50%;
}

.hugo-3f474d .hugo-85mphk td:last-child .hugo-4eohsx {
  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;
}

.hugo-3f474d .hugo-85mphk td:last-child .hugo-4wl4vf,
.hugo-3f474d .hugo-85mphk td:last-child .hugo-h5yas2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.hugo-3f474d .hugo-85mphk td:last-child .hugo-25w4qn,
.hugo-3f474d .hugo-85mphk td:last-child .hugo-iglqdv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hugo-3f474d .hugo-85mphk td:last-child .hugo-25w4qn span,
.hugo-3f474d .hugo-85mphk td:last-child .hugo-iglqdv span {
  font-weight: 800;
}

.hugo-3f474d .hugo-85mphk img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .hugo-3f474d .hugo-85mphk td .hugo-uevecl:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .hugo-3f474d tr.hugo-0wfptr td p:last-child {
    padding-bottom: 0;
  }
  .hugo-3f474d .hugo-coc6hu > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .hugo-3f474d .hugo-coc6hu > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .hugo-3f474d tr.hugo-0wfptr td p:not(:last-child),
  .hugo-3f474d tr.hugo-coc6hu td p:not(:last-child) {
    border-bottom: unset;
  }
  .hugo-3f474d tr.hugo-coc6hu td p:last-child {
    padding-bottom: 12px;
  }
  .hugo-3f474d .hugo-85mphk td:last-child .hugo-25w4qn,
  .hugo-3f474d .hugo-85mphk td:last-child .hugo-iglqdv,
  .hugo-3f474d .hugo-85mphk td:last-child .hugo-uevecl {
    flex: 1 1 50%;
    padding: 0;
  }
  .hugo-3f474d .hugo-85mphk td:last-child .hugo-25w4qn,
  .hugo-3f474d .hugo-85mphk td:last-child .hugo-iglqdv {
    margin-top: 16px;
  }
  .hugo-3f474d .hugo-85mphk td:last-child .hugo-uevecl {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .hugo-3f474d .hugo-85mphk td:last-child .hugo-25w4qn {
    border-right: 1px solid var(--border-color);
  }
  .hugo-3f474d .hugo-85mphk td:last-child .hugo-uevecl:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .hugo-3f474d .hugo-85mphk td:last-child .hugo-uevecl:last-child {
    padding-bottom: 0;
  }
}

.hugo-uevecl {
  display: flex;
  flex-direction: column;
}

.hugo-3f474d .hugo-85mphk td .hugo-uevecl {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.hugo-3f474d .hugo-85mphk td .hugo-uevecl:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.hugo-3f474d .hugo-85mphk td .hugo-uevecl:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .hugo-3f474d .hugo-85mphk td .hugo-uevecl:not(:first-child) {
    padding-left: 0;
  }
  .hugo-3f474d .hugo-85mphk td .hugo-uevecl:not(:last-of-type) {
    border-right: unset;
  }
}

.hugo-3f474d .hugo-xbdq1m {
  flex: 0 1 485px;
}

.hugo-3f474d .hugo-0rxxxe {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.hugo-3f474d .hugo-0rxxxe li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hugo-3f474d .hugo-0rxxxe li.hugo-3wwhcm {
  padding: 6px 12px;
}

.hugo-3f474d .hugo-0rxxxe li a,
.hugo-3f474d .hugo-0rxxxe 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;
}

.hugo-3f474d .hugo-8cvq8h,
.hugo-3f474d .hugo-es5rza {
  flex: 1 1;
}

.hugo-3f474d .hugo-u1j6wd,
.hugo-3f474d .hugo-yxscli {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hugo-3f474d .hugo-u1j6wd li,
.hugo-3f474d .hugo-yxscli li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.hugo-3f474d .hugo-es5rza img {
  max-width: 32px;
}

.hugo-3f474d .hugo-8cvq8h img {
  max-width: 32px;
}

.hugo-3f474d .hugo-9bzsu3 {
  min-width: 280px;
}

.hugo-3f474d .hugo-9bzsu3 img {
  max-width: 146px;
}

.hugo-3f474d .hugo-9bzsu3 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .hugo-3f474d .hugo-0wfptr,
  .hugo-3f474d .hugo-coc6hu {
    flex: 0 1 auto;
  }
  .hugo-3f474d .hugo-85mphk {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .hugo-3f474d .hugo-0wfptr,
  .hugo-3f474d .hugo-xbdq1m,
  .hugo-3f474d .hugo-coc6hu,
  .hugo-3f474d .hugo-85mphk {
    flex: 1 1 calc(50% - 20px);
  }
  .hugo-3f474d .hugo-8cvq8h,
  .hugo-3f474d .hugo-9bzsu3,
  .hugo-3f474d .hugo-es5rza {
    flex: 1 1 30%;
  }
  .hugo-3f474d .hugo-9bzsu3 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .hugo-3f474d .hugo-0wfptr,
  .hugo-3f474d .hugo-xbdq1m,
  .hugo-3f474d .hugo-8cvq8h,
  .hugo-3f474d .hugo-coc6hu,
  .hugo-3f474d .hugo-85mphk,
  .hugo-3f474d .hugo-9bzsu3,
  .hugo-3f474d .hugo-es5rza {
    flex: 1 1 100%;
  }
}

.hugo-2055bv .hugo-w3w2bv {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hugo-2055bv .hugo-hkxc30 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.hugo-2055bv .hugo-x07mxm {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.hugo-2055bv .hugo-hp8p22 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.hugo-2055bv .hugo-hp8p22 > :nth-child(3) {
  margin-top: 0;
}

.hugo-2055bv .hugo-cpz1i5 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.hugo-2055bv .hugo-fp3of4 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.hugo-2055bv .hugo-ekt8tt {
  grid-column: 1/2;
}

.hugo-2055bv > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.hugo-2055bv .hugo-hkxc30: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;
}

.hugo-2055bv .hugo-hkxc30:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.hugo-2055bv .hugo-qh6pqu {
  min-width: 240px;
}

@media (max-width: 768px) {
  .hugo-2055bv .hugo-hkxc30:not(:last-child):before {
    bottom: 8px;
  }
  .hugo-2055bv .hugo-hkxc30:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .hugo-2055bv .hugo-hp8p22 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .hugo-2055bv .hugo-cpz1i5 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .hugo-2055bv .hugo-cpz1i5 img {
    width: 100%;
    height: auto;
  }
  .hugo-2055bv .hugo-qh6pqu {
    width: 100%;
    min-width: unset;
  }
}

.hugo-jwrv95 .hugo-humf28 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.hugo-jwrv95 .hugo-f4b5r3 {
  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;
}

.hugo-jwrv95 .hugo-cpz1i5 {
  height: 100%;
}

.hugo-jwrv95 .hugo-cpz1i5 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.hugo-jwrv95 .hugo-n9o2zc {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.hugo-jwrv95 .hugo-df03j6 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.hugo-jwrv95 .hugo-8qu6k7 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .hugo-jwrv95 .hugo-f4b5r3 {
    flex: 1 1 100%;
  }
  .hugo-jwrv95 .hugo-91y8ds {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .hugo-jwrv95 .hugo-f4b5r3 {
    flex-direction: column;
  }
  .hugo-jwrv95 .hugo-cpz1i5 {
    width: 100%;
    height: auto;
  }
  .hugo-jwrv95 .hugo-cpz1i5 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .hugo-jwrv95 .hugo-n9o2zc {
    padding: 0 16px 16px 16px;
  }
  .hugo-jwrv95 .hugo-91y8ds {
    min-width: unset;
    width: 100%;
  }
}

.hugo-grako3 .hugo-z3kc4k {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.hugo-grako3 .hugo-5owbmv {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.hugo-grako3 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;
}

.hugo-grako3 .hugo-1aiqrp {
  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;
}

.hugo-grako3 .hugo-5owbmv:hover .hugo-1aiqrp {
  display: flex;
}

.hugo-grako3 .hugo-eygtr2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hugo-grako3 .hugo-6nkfn4 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.hugo-rl51sv {
  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;
}

.hugo-rl51sv.hugo-xm5b3z {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.hugo-xywivq ease-in-out;
}

.hugo-rl51sv.hugo-xm5b3z:hover {
  color: #f9cb16;
  background-color: transparent;
}

.hugo-grako3 .hugo-08fik1 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.hugo-xywivq ease-in-out;
}

.hugo-grako3 .hugo-08fik1:hover {
  color: #196948;
  background-color: #f9cb16;
}

.hugo-grako3 .hugo-08fik1:after,
.hugo-rl51sv.hugo-xm5b3z:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.hugo-rl51sv.hugo-xm5b3z:after {
  background-image: url(../images/Cash.svg);
}

.hugo-grako3 .hugo-08fik1:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .hugo-grako3 .hugo-z3kc4k {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .hugo-grako3 .hugo-z3kc4k {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .hugo-grako3 .hugo-z3kc4k {
    grid-template-columns: 1fr;
  }
  .hugo-grako3 .hugo-5owbmv {
    height: auto;
  }
  .hugo-grako3 .hugo-5owbmv .hugo-1aiqrp {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .hugo-grako3 .hugo-eygtr2,
  .hugo-grako3 .hugo-6nkfn4 {
    text-align: left;
  }
  .hugo-grako3 .hugo-6nkfn4 {
    margin-bottom: 8px;
  }
  .hugo-grako3 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.hugo-r1ozwv {
  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;
}

.hugo-r1ozwv.hugo-i63r0i {
  display: block;
}

.hugo-r1ozwv .hugo-fy526b {
  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;
}

.hugo-r1ozwv .hugo-mc64ik {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.hugo-r1ozwv .hugo-nenme4 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.hugo-r1ozwv .hugo-1vyfdi {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.hugo-r1ozwv .hugo-rl51sv {
  min-width: 296px;
  margin-bottom: 0;
}

.hugo-r1ozwv .hugo-b5fld4 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.hugo-r1ozwv .hugo-d237rm {
  position: relative;
  flex: 1 1;
}

.hugo-r1ozwv .hugo-d237rm iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .hugo-r1ozwv .hugo-mc64ik {
    flex-wrap: wrap;
    gap: 8px;
  }
  .hugo-r1ozwv .hugo-nenme4 {
    order: 1;
  }
  .hugo-r1ozwv .hugo-1vyfdi {
    order: 3;
    flex: 1 1 100%;
  }
  .hugo-r1ozwv .hugo-rl51sv {
    width: 100%;
    min-width: unset;
  }
  .hugo-r1ozwv .hugo-b5fld4 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .hugo-3t77lu > .hugo-homaqw {
    margin-bottom: 0;
  }
  .hugo-3t77lu > .hugo-ekt8tt,
  .hugo-3t77lu > p {
    margin-top: 0;
  }
}

.hugo-ap07s6 img,
.hugo-87fajp img {
  width: auto;
  object-fit: contain;
}

.hugo-ap07s6 {
  align-items: center;
}

.hugo-ap07s6 img {
  max-height: 76px;
}

.hugo-87fajp img {
  max-height: 64px;
}

.hugo-pezads {
  overflow: auto;
}

.hugo-437dd5 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.hugo-ost025:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.hugo-nqtv4s {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.hugo-ze0h1e {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hugo-nqtv4s .hugo-cpz1i5 {
  margin-right: 20px;
  flex-shrink: 0;
}

.hugo-nqtv4s img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.hugo-y10xzd {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.hugo-y10xzd > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hugo-nqtv4s {
    padding: 15px 10px;
  }
  .hugo-y10xzd {
    padding: 15px 10px;
  }
  .hugo-nqtv4s .hugo-cpz1i5 {
    margin-right: 10px;
  }
}

.hugo-ax9nph {
  overflow-x: auto;
}

.hugo-6q2gyc {
  border-collapse: collapse;
  width: 100%;
}

.hugo-ax9nph th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.hugo-ax9nph td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.hugo-ax9nph td.hugo-8207dp {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.hugo-ax9nph td.hugo-sshb82 {
  border-right: none;
}

.hugo-ax9nph td.hugo-sshb82 .hugo-cpz1i5 {
  justify-content: flex-start;
}

.hugo-ax9nph td.hugo-sshb82 .hugo-cpz1i5 img {
  height: auto;
  width: 90px;
}

.hugo-ax9nph td.hugo-b0mep8,
.hugo-ax9nph td.hugo-757236 {
  font-weight: 600;
  text-align: right;
}

.hugo-ax9nph td.hugo-kgtf7m,
.hugo-ax9nph td.hugo-b0mep8 {
  padding-bottom: 10px;
  border-bottom: none;
}

.hugo-ax9nph td.hugo-b0mep8,
.hugo-ax9nph td.hugo-757236 {
  border-left: none;
}

.hugo-ax9nph td.hugo-kgtf7m,
.hugo-ax9nph td.hugo-ws0m4e {
  border-right: none;
}

.hugo-ax9nph td.hugo-ws0m4e,
.hugo-ax9nph td.hugo-757236 {
  border-top: none;
  padding-top: 10px;
}

.hugo-hr84za {
  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;
}

.hugo-hr84za .hugo-91y8ds {
  min-width: unset;
  width: 100%;
}

.hugo-hr84za .hugo-91y8ds.hugo-yqzogl {
  grid-column: 1/2;
  grid-row: 1/2;
}

.hugo-hr84za .hugo-91y8ds.hugo-q2kk8w {
  grid-column: 2/3;
  grid-row: 1/2;
}

.hugo-hr84za .hugo-kfi8ik {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .hugo-hr84za {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .hugo-hr84za .hugo-91y8ds.hugo-yqzogl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .hugo-hr84za .hugo-91y8ds.hugo-q2kk8w {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .hugo-hr84za .hugo-kfi8ik {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.hugo-2636lf {
  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;
}

.hugo-hck1ti {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.hugo-znmn2w p a img {
  margin: 0 auto;
  display: block;
}

.hugo-znmn2w table {
  margin-bottom: 17px;
}

/* contanct form */
.hugo-8j12cx {
  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;
}

.hugo-8j12cx label {
  font-size: 14px;
}

.hugo-8j12cx h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hugo-8j12cx input,
.hugo-8j12cx textarea,
.hugo-8j12cx 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;
}
.hugo-8j12cx button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hugo-xywivq ease;
}
.hugo-8j12cx button:hover {
  background-color: #691204;
}
.hugo-obd85e {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hugo-1r966l ease-in;
}

.hugo-obd85e 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;
}
.hugo-vr98zq, .hugo-hmmpl7, [class*="review-card"],
thead, thead th, table th, .hugo-7xgpll,
.hugo-lc19mf, [class*="collapsible-header"],
.hugo-c97jbm, [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; }
