@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);
}

.zoom-90ivo6 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.zoom-kn7jxu {
  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.zoom-tbnys5,
ul.zoom-tbnys5 {
  padding-left: 20px;
}

ul.zoom-tbnys5 {
  list-style: disc;
}

ol.zoom-tbnys5 {
  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;
  }
}

.zoom-88qns6 > .zoom-sl1fom,
.zoom-88qns6 > .zoom-6to0xk,
.zoom-88qns6 > blockquote,
.zoom-88qns6 > h1,
.zoom-88qns6 > h2,
.zoom-88qns6 > h3,
.zoom-88qns6 > h4,
.zoom-88qns6 > h5,
.zoom-88qns6 > h6,
.zoom-88qns6 > ol,
.zoom-88qns6 > p,
.zoom-88qns6 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.zoom-88qns6 > ol,
.zoom-88qns6 > ul {
  padding-left: 50px;
}

.zoom-88qns6 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;
}

.zoom-88qns6:not(:last-child) {
  margin-bottom: 2rem;
}

.zoom-88qns6 > :not(:first-child) {
  margin-top: 2rem;
}

.zoom-88qns6 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.zoom-88qns6:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .zoom-88qns6:first-child {
    margin-top: 20px;
  }
}

.zoom-88qns6 > p:last-of-type {
  margin-bottom: 32px;
}

.zoom-88qns6 > .zoom-e6ntto:not(:first-child) {
  margin: 64px auto 16px auto;
}

.zoom-qt9cv6 > .zoom-e6ntto {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.zoom-6to0xk {
  overflow: auto;
}

.zoom-6to0xk::-webkit-scrollbar {
  height: 5px;
}

.zoom-6to0xk table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.zoom-6to0xk table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.zoom-6to0xk table thead,
table thead {
  border-bottom: none;
}

.zoom-6to0xk table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.zoom-6to0xk table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.zoom-6to0xk table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.zoom-6to0xk .zoom-4qwkl4 {
  table-layout: auto;
}

.zoom-6to0xk .zoom-4qwkl4 th {
  word-break: normal;
}

.zoom-6to0xk .zoom-4qwkl4 td {
  word-break: normal;
}

.zoom-90ivo6 .zoom-90ivo6 {
  padding-right: 0;
  padding-left: 0;
}

.zoom-p9v7az {
  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;
}

.zoom-3z6qm1 {
  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;
}

.zoom-63n2cw {
  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;
}

.zoom-sl1fom {
  margin-top: 24px;
}

.zoom-sl1fom.zoom-vdxf12 {
  text-align: left;
}

.zoom-sl1fom.zoom-mrewml {
  text-align: right;
}

.zoom-sl1fom.zoom-pcz2f4 {
  text-align: center;
}

.zoom-7e01vo {
  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.zoom-pmu0k5 ease-in-out;
  cursor: pointer;
}

.zoom-7e01vo:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.zoom-7e01vo {
  min-width: 328px;
}

@media (max-width: 768px) {
  .zoom-7e01vo {
    min-width: unset;
  }
}

.zoom-hndm23 {
  background-color: var(--fh-bg-color);
}

.zoom-qr6t2y {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.zoom-rip4j5 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.zoom-rip4j5 img {
  max-height: 80px;
  object-fit: contain;
}

.zoom-jptovy {
  flex: 1 1;
}

.zoom-rr77x6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.zoom-hdwkx9 {
  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;
}

.zoom-hdwkx9 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;
}

.zoom-hdwkx9.zoom-6qsxxj span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.zoom-hdwkx9.zoom-6qsxxj span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.zoom-hdwkx9.zoom-6qsxxj span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.zoom-jptovy + .zoom-rr77x6 {
  margin-left: 20px;
}

.zoom-yzpe28 {
  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;
}

.zoom-yzpe28 > svg {
  max-width: 24px;
  max-height: 24px;
}

.zoom-yzpe28 + .zoom-yzpe28 {
  margin-left: 5px;
}

.zoom-hjk47v {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.zoom-hjk47v:hover {
  background-color: var(--button-bg-hover);
}

.zoom-mn0flc {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.zoom-pmu0k5 ease-in-out;
  border: 1px solid var(--border-color);
}

.zoom-mn0flc:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.zoom-n6uly3 {
  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) {
  .zoom-jptovy {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .zoom-n6uly3 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .zoom-jptovy {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .zoom-yzpe28 {
    min-width: unset;
    flex: 1 1;
  }
}

.zoom-kvro32 {
  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;
}

.zoom-kvro32:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.zoom-kvro32:hover .zoom-yyifp5 {
  opacity: 1;
  pointer-events: auto;
}

.zoom-ohm67h {
  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.zoom-wl1qlz ease-in-out;
  gap: 4px;
}

.zoom-ohm67h > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.zoom-ohm67h .zoom-p9v7az img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.zoom-m8n47z,
.zoom-ohm67h:hover {
  color: var(--button-bg-hover);
}

.zoom-n9uef1 {
  position: relative;
}

.zoom-n9uef1 .zoom-ohm67h {
  margin-right: 0;
  padding-right: 4px;
}

.zoom-ebk9q8 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.zoom-n9uef1.zoom-6qsxxj .zoom-ebk9q8 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.zoom-n9uef1.zoom-6qsxxj .zoom-yyifp5 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.zoom-n9uef1.zoom-6qsxxj .zoom-yyifp5::before {
  display: none;
}

.zoom-ebk9q8 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.zoom-yyifp5 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.zoom-n6l846 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.zoom-yyifp5::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.zoom-yyifp5:hover {
  color: var(--fh-bg-color);
}

.zoom-8l2rsj {
  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.zoom-n6l846 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.zoom-wl1qlz ease-in-out;
  -o-transition: 0.zoom-wl1qlz ease-in-out;
  transition: 0.zoom-wl1qlz ease-in-out;
}

.zoom-8l2rsj .zoom-p9v7az img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.zoom-djq9bm,
.zoom-8l2rsj:hover {
  color: var(--button-bg-hover);
}

.zoom-dn8mzi {
  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%;
}

.zoom-dn8mzi.zoom-hcbqev {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.zoom-dn8mzi.zoom-hcbqev:after,
.zoom-dn8mzi.zoom-hcbqev:before {
  content: "";
  position: absolute;
  margin: auto;
}

.zoom-dn8mzi.zoom-hcbqev: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);
  }
}

.zoom-dn8mzi.zoom-hcbqev:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.zoom-dn8mzi.zoom-hcbqev > * {
  z-index: 1;
}

.zoom-dn8mzi b,
.zoom-dn8mzi strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.zoom-dn8mzi .zoom-d4y5iw {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.zoom-dn8mzi .zoom-o8r8hy {
  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;
}

.zoom-dn8mzi .zoom-p9v7az {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.zoom-dn8mzi .zoom-crjqxv {
  margin-top: 12px;
}

.zoom-crjqxv {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.zoom-cdlmmh {
  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;
}

.zoom-crjqxv .zoom-gjetf8 {
  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.zoom-pmu0k5 ease-in-out;
}

.zoom-crjqxv .zoom-gjetf8:hover {
  background: rgba(255, 255, 255, 0.3);
}

.zoom-gp1zhh {
  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;
}

.zoom-dn8mzi.zoom-vrjvq0 {
  gap: 12px;
  padding: 16px;
}

.zoom-dn8mzi.zoom-vrjvq0 .zoom-gp1zhh {
  min-width: 240px;
}

.zoom-dn8mzi.zoom-vrjvq0 .zoom-gp1zhh.zoom-0z67ie {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .zoom-dn8mzi .zoom-d4y5iw {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .zoom-dn8mzi .zoom-o8r8hy {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .zoom-dn8mzi .zoom-p9v7az {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .zoom-dn8mzi.zoom-vrjvq0 .zoom-p9v7az {
    max-width: 126px;
  }
  .zoom-dn8mzi .zoom-crjqxv {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .zoom-dn8mzi .zoom-cdlmmh {
    max-width: unset;
  }
  .zoom-gp1zhh {
    min-width: unset;
    width: 100%;
  }
  .zoom-dn8mzi .zoom-gp1zhh {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .zoom-dn8mzi.zoom-vrjvq0 {
    grid-template-rows: auto 1fr auto;
  }
  .zoom-dn8mzi.zoom-vrjvq0 .zoom-gp1zhh {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .zoom-dn8mzi {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .zoom-dn8mzi .zoom-d4y5iw {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .zoom-dn8mzi .zoom-p9v7az {
    max-width: 78px;
  }
  .zoom-dn8mzi .zoom-crjqxv {
    margin-top: -12px;
  }
  .zoom-dn8mzi.zoom-vrjvq0 {
    gap: 8px;
  }
  .zoom-dn8mzi.zoom-vrjvq0 .zoom-d4y5iw {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .zoom-dn8mzi.zoom-vrjvq0 .zoom-o8r8hy {
    grid-column: 1/3;
  }
  .zoom-dn8mzi.zoom-vrjvq0 .zoom-p9v7az {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .zoom-dn8mzi.zoom-vrjvq0 .zoom-p9v7az img {
    max-width: 114px;
  }
}

.zoom-gp1zhh.zoom-kxppix,
.zoom-gp1zhh.zoom-ydoas4,
.zoom-gp1zhh.zoom-pcg43n {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.zoom-pmu0k5 ease-in-out;
}

.zoom-gp1zhh.zoom-kxppix,
.zoom-gp1zhh.zoom-pcg43n {
  padding: 10px;
}

.zoom-gp1zhh.zoom-kxppix:hover,
.zoom-gp1zhh.zoom-ydoas4:hover,
.zoom-gp1zhh.zoom-pcg43n:hover {
  background: var(--button-bg-hover);
}

.zoom-gp1zhh.zoom-kxppix:hover svg path,
.zoom-gp1zhh.zoom-pcg43n:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.zoom-gp1zhh.zoom-0z67ie {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.zoom-pmu0k5 ease-in-out;
  background: var(--button-bg-color);
}

.zoom-gp1zhh.zoom-0z67ie:hover {
  background-color: var(--button-bg-hover);
}

.zoom-gp1zhh.zoom-ydoas4: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);
  }
}

.zoom-gp1zhh.zoom-ydoas4:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.zoom-gp1zhh.zoom-0z67ie:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.zoom-rop12q {
  max-width: 650px;
}

.zoom-45296a {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.zoom-92f79e {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.zoom-jol2q6 {
  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.zoom-wl1qlz ease-in-out;
  cursor: pointer;
}

.zoom-jol2q6:hover {
  opacity: 0.5;
}

.zoom-jol2q6:focus {
  outline: 0;
}

.zoom-jol2q6:focus .zoom-y4gsj1,
.zoom-jol2q6:hover .zoom-y4gsj1 {
  fill: red;
  fill-opacity: 1;
}

.zoom-jol2q6:hover {
  cursor: pointer;
}

.zoom-4r8dd4 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.zoom-rop12q.zoom-pcz2f4 {
  margin: 0 auto;
}

.zoom-rop12q.zoom-mrewml {
  margin-left: auto;
}

.zoom-e04uq7 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.zoom-84oale {
  padding-bottom: 50px;
}

.zoom-v5zw1r {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.zoom-nwqzir {
  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;
}

.zoom-cnleby {
  margin-top: 24px;
}

.zoom-hg6ukx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zoom-l0ktm4 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.zoom-fpzqae {
  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;
}

.zoom-b48e05 {
  width: 468px;
}

.zoom-fpzqae .zoom-yyifp5 {
  margin: 0.zoom-zb1bj7 0;
}

.zoom-tp9mur {
  display: flex;
  min-width: 224px;
}

.zoom-11ijl0 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.zoom-wl1qlz ease-in-out;
}

.zoom-60oluu,
.zoom-11ijl0:hover {
  color: var(--text-color);
}

.zoom-b5f7sx {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.zoom-814r1s {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .zoom-e04uq7 {
    padding: 16px;
  }
  .zoom-b5f7sx {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .zoom-814r1s {
    align-items: center;
  }
  .zoom-b48e05 {
    width: unset;
  }
  .zoom-tp9mur {
    min-width: unset;
  }
  .zoom-fpzqae {
    max-height: unset;
  }
  .zoom-v5zw1r {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .zoom-e04uq7 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.zoom-e3tk5t {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.zoom-e3tk5t:not(:last-child) {
  margin-bottom: 16px;
}

.zoom-mjelzk {
  outline: 0;
}

.zoom-mjelzk .zoom-hmec3l {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.zoom-7d10l4 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .zoom-7d10l4 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.zoom-7d10l4::-webkit-details-marker {
  display: none;
}

.zoom-7d10l4: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;
}

.zoom-7d10l4: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] .zoom-7d10l4:after {
  transform: unset;
}

.zoom-hmec3l {
  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);
}

.zoom-hmec3l 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.zoom-wl1qlz ease-in-out;
  -o-transition: 0.zoom-wl1qlz ease-in-out;
  transition: 0.zoom-wl1qlz ease-in-out;
}

.zoom-hvxbvx {
  padding: 16px 0 0 0;
}

.zoom-hvxbvx * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .zoom-hvxbvx :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .zoom-7d10l4 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .zoom-7d10l4::after {
    margin-left: auto;
  }
  .zoom-hmec3l {
    order: 3;
    flex: 1 1 100%;
  }
  .zoom-7d10l4 {
    font-size: 14px;
    line-height: 130%;
  }
  .zoom-hmec3l svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.zoom-9kmva3 {
  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;
}

.zoom-akk23m {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.zoom-9kmva3.zoom-6qsxxj .zoom-akk23m {
  margin-bottom: 12px;
}

.zoom-akk23m::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;
}

.zoom-9kmva3.zoom-6qsxxj .zoom-akk23m::after {
  transform: unset;
}

.zoom-ykpp12 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.zoom-3lp3b9 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.zoom-wl1qlz ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.zoom-3lp3b9: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;
}

.zoom-9kmva3.zoom-6qsxxj .zoom-ykpp12 {
  max-height: 100%;
}

.zoom-a4ow0a {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.zoom-4x9eea {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.zoom-27kczc {
  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;
}

.zoom-nttrm4 {
  margin-right: 4px;
}

.zoom-gvd9kk {
  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.zoom-wl1qlz ease-in-out;
}

.zoom-gvd9kk svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.zoom-oe65qk,
.zoom-gvd9kk:hover {
  color: var(--text-color);
}

.zoom-n0la2i {
  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;
}

.zoom-n0la2i img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.zoom-n0la2i .zoom-kbbw4o {
  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;
}

.zoom-n0la2i .zoom-w8w29v {
  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;
}

.zoom-t9jrj4 {
  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;
}

.zoom-hd7dqo {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.zoom-weytne .zoom-90ivo6 {
  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;
}

.zoom-weytne {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.zoom-k9r9x2 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.zoom-a71b5m {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.zoom-lgwgtm {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.zoom-rlzprg 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;
}

.zoom-lgwgtm:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.zoom-hrtax8 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.zoom-6qm8ef {
  -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.zoom-wl1qlz ease-in-out;
  transition: transform 0.zoom-wl1qlz ease-in-out;
  -o-transition: transform 0.zoom-wl1qlz ease-in-out;
  transition:
    transform 0.zoom-wl1qlz ease-in-out,
    -webkit-transform 0.zoom-wl1qlz ease-in-out;
  cursor: pointer;
}

.zoom-6qm8ef svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.zoom-6qm8ef: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;
}

.zoom-xvgdn9 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .zoom-xvgdn9 {
    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);
}

.zoom-fferbt {
  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;
}

.zoom-y4z0ie {
  position: relative;
  width: 100%;
}

.zoom-fferbt.zoom-7s55mh {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.zoom-fferbt.zoom-pcz2f4 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.zoom-fferbt.zoom-mrewml {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.zoom-yt5rma {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.zoom-kzx4f0 {
  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.zoom-wl1qlz ease-in-out;
  cursor: pointer;
}

.zoom-kzx4f0:hover {
  opacity: 0.5;
}

.zoom-fferbt.zoom-iqs7qp .zoom-kzx4f0 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.zoom-fferbt.zoom-iqs7qp .zoom-yt5rma {
  cursor: pointer;
}

.zoom-lgn92g {
  fill: #0009;
}

.zoom-i86yhy {
  fill: #fff;
}

.zoom-kzx4f0:hover .zoom-lgn92g {
  fill: red;
}

.zoom-kzx4f0 svg path {
  -webkit-transition: 0.zoom-wl1qlz ease-in-out;
  -o-transition: 0.zoom-wl1qlz ease-in-out;
  transition: 0.zoom-wl1qlz ease-in-out;
}

.zoom-vqy5h3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.zoom-vqy5h3 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.zoom-vqy5h3.zoom-j8r5lm > :not(.get-image) {
  grid-column: 1/3;
}

.zoom-8mbhwj:not(._h1-block) .zoom-vqy5h3 > .zoom-e6ntto {
  grid-row: 1/2;
  grid-column: 1/3;
}

.zoom-vqy5h3.zoom-j8r5lm .zoom-pu9ed2 {
  grid-column: 2/3;
}

.zoom-vqy5h3.zoom-j8r5lm > .zoom-p9v7az {
  grid-column: 1/2;
}

.zoom-vqy5h3.zoom-j8r5lm > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.zoom-vqy5h3 > p:first-of-type {
  margin-top: 0;
}

.zoom-vqy5h3 .zoom-p9v7az {
  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;
}

.zoom-8mbhwj:not(._h1-block) .zoom-e6ntto ~ .zoom-p9v7az {
  grid-row: 2/10;
}

.zoom-8mbhwj.zoom-2rdial .zoom-e6ntto ~ .zoom-p9v7az {
  grid-row: 1/10;
}

.zoom-8mbhwj.zoom-2rdial > .zoom-e6ntto {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.zoom-8mbhwj.zoom-2rdial .zoom-p9v7az {
  grid-row: 1/10;
}

.zoom-vqy5h3.zoom-8kmz9i .zoom-p9v7az {
  align-items: flex-start;
}

.zoom-vqy5h3.zoom-pcz2f4 .zoom-pu9ed2 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.zoom-vqy5h3.zoom-pcz2f4 .zoom-p9v7az {
  align-items: center;
}

.zoom-vqy5h3.zoom-fewdyq .zoom-p9v7az {
  align-items: flex-end;
}

.zoom-pu9ed2 > :first-child {
  margin-top: 0;
}

.zoom-pu9ed2 > :last-child {
  margin-bottom: 0;
}

* + .zoom-1mn6lc,
.zoom-8mbhwj + .zoom-8mbhwj {
  margin-top: 2rem;
}

.zoom-sznj2i td::before,
.zoom-sznj2i th::after {
  display: none !important;
}

.zoom-sznj2i #link-selector {
  color: #000;
}

.zoom-sznj2i .zoom-qlmvwb {
  color: #135e96;
}

.zoom-sznj2i .zoom-m1qpme *,
.zoom-sznj2i .zoom-4ximhf p,
.zoom-sznj2i .zoom-kl21gj * {
  color: #000;
}

.zoom-sznj2i .zoom-oem8q1 {
  background: 0 0 !important;
}

.zoom-sznj2i .zoom-l93f3c {
  color: #000;
}

.zoom-sznj2i .zoom-p2p4em.zoom-ceermm {
  color: #fff;
}

.zoom-sznj2i .zoom-r3sers {
  color: #000;
}

.zoom-sznj2i
  .zoom-l1g56z
  .zoom-1dmo0m.zoom-ceermm.zoom-7ifdf8 {
  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;
}

.zoom-bv437f,
body .zoom-wwah7v {
  color: #000;
  background: var(--color-body) !important;
}

.zoom-bv437f .zoom-2f7eel .zoom-z6eujx,
body .zoom-wwah7v .zoom-2f7eel .zoom-z6eujx {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .zoom-3lp3b9:focus,
  .zoom-3lp3b9:hover {
    color: #f9cb16;
  }
  .zoom-7zzcx0:focus,
  .zoom-7zzcx0:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .zoom-qtbdiy:focus img,
  .zoom-qtbdiy:focus svg,
  .zoom-qtbdiy:hover img,
  .zoom-qtbdiy:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .zoom-n0la2i {
    display: none;
  }
}

@media (min-width: 1024px) {
  .zoom-n9uef1:hover .zoom-ebk9q8 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .zoom-ebk9q8 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .zoom-rap9an {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .zoom-n0mr0b {
    grid-template-columns: repeat(4, 1fr);
  }
  .zoom-3er04e {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .zoom-odqtfx .zoom-k39e22 {
    grid-template-columns: 1fr;
  }
  .zoom-odqtfx .zoom-uqtph0 {
    -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;
  }
  .zoom-odqtfx .zoom-4k7kpz {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .zoom-odqtfx .zoom-kcw9s0 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .zoom-odqtfx .zoom-bax0s0 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .zoom-odqtfx .zoom-4k7kpz:not(:first-child) {
    border: none;
  }
  .zoom-odqtfx .zoom-4k7kpz:first-child .zoom-kcw9s0 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .zoom-odqtfx .zoom-4k7kpz:last-child .zoom-kcw9s0 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .zoom-qr6t2y {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .zoom-rip4j5 {
    max-width: 100px;
  }
  .zoom-jptovy {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .zoom-rr77x6 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .zoom-rr77x6 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .zoom-hdwkx9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .zoom-jptovy + .zoom-rr77x6 {
    margin-left: auto;
  }
  .zoom-7jmel8 {
    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;
  }
  .zoom-7jmel8.zoom-6qsxxj {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .zoom-n6uly3 {
    -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;
  }
  .zoom-kvro32 {
    width: 100%;
  }
  .zoom-kvro32:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .zoom-ohm67h {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .zoom-ohm67h svg {
    margin-right: 4px;
  }
  .zoom-n9uef1 {
    -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;
  }
  .zoom-ebk9q8 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .zoom-ebk9q8 {
    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;
  }
  .zoom-yyifp5 {
    display: none;
    width: 100%;
  }
  .zoom-n9uef1.zoom-6qsxxj .zoom-yyifp5 {
    padding: 0 0 0 48px;
  }
  .zoom-8l2rsj {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .zoom-nwqzir .zoom-p9v7az {
    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;
  }
  .zoom-euvgl7 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .zoom-euvgl7 + .zoom-euvgl7 {
    margin-right: 0;
  }
  .zoom-euvgl7 + .zoom-p9v7az {
    margin: 0;
  }
  .zoom-rap9an {
    grid-template-columns: repeat(4, 1fr);
  }
  .zoom-n0mr0b {
    grid-template-columns: repeat(3, 1fr);
  }
  .zoom-ns2n11,
  .zoom-xuz7me {
    grid-template-columns: repeat(2, 1fr);
  }
  .zoom-vqy5h3 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .zoom-vqy5h3.zoom-j8r5lm .zoom-pu9ed2 {
    grid-column: auto;
    grid-row: auto;
  }
  .zoom-vqy5h3 > .zoom-e6ntto {
    grid-column: 1/2;
  }
  .zoom-vqy5h3.zoom-j8r5lm > :not(.get-image) {
    grid-column: 1/2;
  }
  .zoom-vqy5h3 .zoom-p9v7az,
  .zoom-vqy5h3.zoom-j8r5lm > .zoom-p9v7az {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .zoom-vqy5h3.zoom-j8r5lm > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .zoom-8mbhwj.zoom-2rdial .zoom-vqy5h3 > .zoom-p9v7az {
    grid-row: 1/2;
  }
  .zoom-vqy5h3 .zoom-e6ntto ~ .zoom-p9v7az,
  .zoom-vqy5h3.zoom-j8r5lm .zoom-e6ntto ~ .zoom-p9v7az {
    grid-row: 2/3;
  }
  .zoom-8mbhwj.zoom-2rdial .zoom-e6ntto ~ .zoom-p9v7az {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .zoom-88qns6:first-child .zoom-fw5nyx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .zoom-88qns6:first-child .zoom-fw5nyx h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .zoom-88qns6 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .zoom-88qns6 {
    padding: 0;
  }
  .zoom-sl1fom {
    margin-top: 1rem;
  }
  .zoom-mjelzk {
    border-radius: 5px;
  }
  .zoom-za9fvh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .zoom-akk23m::after {
    display: inline-block;
  }
  .zoom-akk23m {
    margin: 0;
    width: 100%;
  }
  .zoom-ykpp12 {
    width: 100%;
  }
  .zoom-ykpp12.zoom-2mnuw2 {
    -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%;
  }
  .zoom-ykpp12.zoom-2mnuw2 .zoom-r8rqni {
    width: 100%;
  }
  .zoom-ykpp12.zoom-2mnuw2 .zoom-r8rqni:not(:last-child) {
    margin-right: 0;
  }
  .zoom-3lp3b9 {
    width: 100%;
    text-align: center;
  }
  .zoom-9kmva3.zoom-6qsxxj .zoom-ykpp12 {
    margin-top: 1rem;
  }
  .zoom-rap9an {
    grid-template-columns: repeat(3, 1fr);
  }
  .zoom-3er04e,
  .zoom-n0mr0b {
    grid-template-columns: repeat(2, 1fr);
  }
  .zoom-ns2n11,
  .zoom-xuz7me,
  .zoom-vgax4o {
    grid-template-columns: 1fr;
  }
  .zoom-wwy1gj {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .zoom-2gcfd5 {
    min-width: 300px;
    max-width: 325px;
  }
  .zoom-kcw9s0 {
    cursor: auto;
  }
  .zoom-hwxg7p .zoom-kcw9s0 {
    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;
  }
  .zoom-xvgdn9 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .zoom-yyifp5 {
    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) {
  .zoom-xvgdn9 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.zoom-euvgl7 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .zoom-rr77x6 {
    margin: 0 -0.2rem;
  }
  .zoom-euvgl7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .zoom-n0ofgo {
    -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;
  }
  .zoom-gcixe9 {
    max-width: 100%;
  }
  .zoom-rap9an {
    grid-template-columns: repeat(2, 1fr);
  }
  .zoom-3er04e,
  .zoom-n0mr0b {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .zoom-qr6t2y {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zoom-rr77x6 {
    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;
  }
  .zoom-hndm23 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zoom-yzpe28 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .zoom-q8inpq,
  .zoom-zhs3eo {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .zoom-7e01vo {
    width: 100%;
  }
  .zoom-rap9an {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .zoom-xvgdn9 {
    top: 127px !important;
  }
}

.zoom-vir8ph {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .zoom-vir8ph {
  }
}

@media (max-width: 767px) {
  .zoom-vir8ph {
    margin-bottom: 12px;
  }
}

.zoom-vir8ph img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.zoom-b0a4n4 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.zoom-b0a4n4 > .zoom-bkxcrg {
  flex: 1 1;
}

@media (max-width: 767px) {
  .zoom-b0a4n4 {
    flex-direction: column;
    gap: 12px;
  }
}

.zoom-9ohqv6 {
  display: flex;
}

.zoom-9ohqv6 .zoom-g79vfd {
  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;
}

.zoom-9ohqv6 .zoom-9r2d1v {
  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;
}

.zoom-9ohqv6 .zoom-uc6314 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.zoom-9ohqv6 .zoom-ainv2k {
  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));
  }
}

.zoom-9ohqv6 .zoom-ainv2k:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.zoom-9ohqv6 .zoom-yphcac {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.zoom-v80p9r {
  border: unset;
  background-color: unset;
}

.zoom-v80p9r tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.zoom-v80p9r .zoom-mjcd17,
.zoom-v80p9r .zoom-wjeo76 {
  flex: 0 1 330px;
}

.zoom-v80p9r .zoom-fibr5j {
  flex: 1 1;
}

.zoom-v80p9r tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.zoom-v80p9r tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.zoom-v80p9r tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.zoom-v80p9r tr td p {
  color: #fff;
  margin: 0;
}

.zoom-v80p9r tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.zoom-v80p9r tr.zoom-mjcd17 td p {
  padding: 16px 0;
}

.zoom-v80p9r tr.zoom-mjcd17 td p:not(:last-child),
.zoom-v80p9r tr.zoom-wjeo76 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.zoom-v80p9r tr.zoom-mjcd17 td p:first-child,
.zoom-v80p9r tr.zoom-wjeo76 td p:first-child {
  padding-top: 0;
}

.zoom-v80p9r tr.zoom-wjeo76 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.zoom-v80p9r tr.zoom-wjeo76 td p:last-child {
  padding-bottom: 0;
}

.zoom-v80p9r .zoom-wjeo76 img {
  max-width: 32px;
}

.zoom-v80p9r .zoom-fibr5j {
  min-width: 718px;
}

.zoom-v80p9r .zoom-fibr5j td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.zoom-v80p9r .zoom-fibr5j td {
  display: flex;
}

.zoom-v80p9r .zoom-fibr5j td:last-child .zoom-9lko0a,
.zoom-v80p9r .zoom-fibr5j td:last-child .zoom-cyk67y,
.zoom-v80p9r .zoom-fibr5j td:last-child .zoom-w59aol {
  flex: 1 1 50%;
}

.zoom-v80p9r .zoom-fibr5j td:last-child .zoom-7p5kd7 {
  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;
}

.zoom-v80p9r .zoom-fibr5j td:last-child .zoom-6fbp9j,
.zoom-v80p9r .zoom-fibr5j td:last-child .zoom-6j9pa3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.zoom-v80p9r .zoom-fibr5j td:last-child .zoom-9lko0a,
.zoom-v80p9r .zoom-fibr5j td:last-child .zoom-cyk67y {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.zoom-v80p9r .zoom-fibr5j td:last-child .zoom-9lko0a span,
.zoom-v80p9r .zoom-fibr5j td:last-child .zoom-cyk67y span {
  font-weight: 800;
}

.zoom-v80p9r .zoom-fibr5j img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .zoom-v80p9r .zoom-fibr5j td .zoom-w59aol:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .zoom-v80p9r tr.zoom-mjcd17 td p:last-child {
    padding-bottom: 0;
  }
  .zoom-v80p9r .zoom-wjeo76 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .zoom-v80p9r .zoom-wjeo76 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .zoom-v80p9r tr.zoom-mjcd17 td p:not(:last-child),
  .zoom-v80p9r tr.zoom-wjeo76 td p:not(:last-child) {
    border-bottom: unset;
  }
  .zoom-v80p9r tr.zoom-wjeo76 td p:last-child {
    padding-bottom: 12px;
  }
  .zoom-v80p9r .zoom-fibr5j td:last-child .zoom-9lko0a,
  .zoom-v80p9r .zoom-fibr5j td:last-child .zoom-cyk67y,
  .zoom-v80p9r .zoom-fibr5j td:last-child .zoom-w59aol {
    flex: 1 1 50%;
    padding: 0;
  }
  .zoom-v80p9r .zoom-fibr5j td:last-child .zoom-9lko0a,
  .zoom-v80p9r .zoom-fibr5j td:last-child .zoom-cyk67y {
    margin-top: 16px;
  }
  .zoom-v80p9r .zoom-fibr5j td:last-child .zoom-w59aol {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .zoom-v80p9r .zoom-fibr5j td:last-child .zoom-9lko0a {
    border-right: 1px solid var(--border-color);
  }
  .zoom-v80p9r .zoom-fibr5j td:last-child .zoom-w59aol:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .zoom-v80p9r .zoom-fibr5j td:last-child .zoom-w59aol:last-child {
    padding-bottom: 0;
  }
}

.zoom-w59aol {
  display: flex;
  flex-direction: column;
}

.zoom-v80p9r .zoom-fibr5j td .zoom-w59aol {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.zoom-v80p9r .zoom-fibr5j td .zoom-w59aol:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.zoom-v80p9r .zoom-fibr5j td .zoom-w59aol:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .zoom-v80p9r .zoom-fibr5j td .zoom-w59aol:not(:first-child) {
    padding-left: 0;
  }
  .zoom-v80p9r .zoom-fibr5j td .zoom-w59aol:not(:last-of-type) {
    border-right: unset;
  }
}

.zoom-v80p9r .zoom-9edcvl {
  flex: 0 1 485px;
}

.zoom-v80p9r .zoom-lcluln {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.zoom-v80p9r .zoom-lcluln li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.zoom-v80p9r .zoom-lcluln li.zoom-attkbx {
  padding: 6px 12px;
}

.zoom-v80p9r .zoom-lcluln li a,
.zoom-v80p9r .zoom-lcluln 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;
}

.zoom-v80p9r .zoom-837tgh,
.zoom-v80p9r .zoom-ikpicg {
  flex: 1 1;
}

.zoom-v80p9r .zoom-v4wy08,
.zoom-v80p9r .zoom-m20c6h {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.zoom-v80p9r .zoom-v4wy08 li,
.zoom-v80p9r .zoom-m20c6h li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.zoom-v80p9r .zoom-ikpicg img {
  max-width: 32px;
}

.zoom-v80p9r .zoom-837tgh img {
  max-width: 32px;
}

.zoom-v80p9r .zoom-j9y54j {
  min-width: 280px;
}

.zoom-v80p9r .zoom-j9y54j img {
  max-width: 146px;
}

.zoom-v80p9r .zoom-j9y54j td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .zoom-v80p9r .zoom-mjcd17,
  .zoom-v80p9r .zoom-wjeo76 {
    flex: 0 1 auto;
  }
  .zoom-v80p9r .zoom-fibr5j {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .zoom-v80p9r .zoom-mjcd17,
  .zoom-v80p9r .zoom-9edcvl,
  .zoom-v80p9r .zoom-wjeo76,
  .zoom-v80p9r .zoom-fibr5j {
    flex: 1 1 calc(50% - 20px);
  }
  .zoom-v80p9r .zoom-837tgh,
  .zoom-v80p9r .zoom-j9y54j,
  .zoom-v80p9r .zoom-ikpicg {
    flex: 1 1 30%;
  }
  .zoom-v80p9r .zoom-j9y54j {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .zoom-v80p9r .zoom-mjcd17,
  .zoom-v80p9r .zoom-9edcvl,
  .zoom-v80p9r .zoom-837tgh,
  .zoom-v80p9r .zoom-wjeo76,
  .zoom-v80p9r .zoom-fibr5j,
  .zoom-v80p9r .zoom-j9y54j,
  .zoom-v80p9r .zoom-ikpicg {
    flex: 1 1 100%;
  }
}

.zoom-u692bz .zoom-w6gwii {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.zoom-u692bz .zoom-5duikg {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.zoom-u692bz .zoom-xr3x75 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.zoom-u692bz .zoom-7y5jv6 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.zoom-u692bz .zoom-7y5jv6 > :nth-child(3) {
  margin-top: 0;
}

.zoom-u692bz .zoom-p9v7az {
  grid-column: 2/3;
  grid-row: 1/10;
}

.zoom-u692bz .zoom-ufwcbh {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.zoom-u692bz .zoom-sl1fom {
  grid-column: 1/2;
}

.zoom-u692bz > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.zoom-u692bz .zoom-5duikg: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;
}

.zoom-u692bz .zoom-5duikg:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.zoom-u692bz .zoom-7e01vo {
  min-width: 240px;
}

@media (max-width: 768px) {
  .zoom-u692bz .zoom-5duikg:not(:last-child):before {
    bottom: 8px;
  }
  .zoom-u692bz .zoom-5duikg:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .zoom-u692bz .zoom-7y5jv6 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .zoom-u692bz .zoom-p9v7az {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .zoom-u692bz .zoom-p9v7az img {
    width: 100%;
    height: auto;
  }
  .zoom-u692bz .zoom-7e01vo {
    width: 100%;
    min-width: unset;
  }
}

.zoom-nrzvox .zoom-ksxb3o {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.zoom-nrzvox .zoom-ipcs7n {
  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;
}

.zoom-nrzvox .zoom-p9v7az {
  height: 100%;
}

.zoom-nrzvox .zoom-p9v7az img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.zoom-nrzvox .zoom-gstx6a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.zoom-nrzvox .zoom-o1hsl4 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.zoom-nrzvox .zoom-kzo289 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .zoom-nrzvox .zoom-ipcs7n {
    flex: 1 1 100%;
  }
  .zoom-nrzvox .zoom-gp1zhh {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .zoom-nrzvox .zoom-ipcs7n {
    flex-direction: column;
  }
  .zoom-nrzvox .zoom-p9v7az {
    width: 100%;
    height: auto;
  }
  .zoom-nrzvox .zoom-p9v7az img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .zoom-nrzvox .zoom-gstx6a {
    padding: 0 16px 16px 16px;
  }
  .zoom-nrzvox .zoom-gp1zhh {
    min-width: unset;
    width: 100%;
  }
}

.zoom-eid22r .zoom-owfadr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.zoom-eid22r .zoom-2nw2bi {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.zoom-eid22r 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;
}

.zoom-eid22r .zoom-nb53lo {
  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;
}

.zoom-eid22r .zoom-2nw2bi:hover .zoom-nb53lo {
  display: flex;
}

.zoom-eid22r .zoom-y24xj6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.zoom-eid22r .zoom-etqo16 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.zoom-w9y3cl {
  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;
}

.zoom-w9y3cl.zoom-og8upf {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.zoom-pmu0k5 ease-in-out;
}

.zoom-w9y3cl.zoom-og8upf:hover {
  color: #f9cb16;
  background-color: transparent;
}

.zoom-eid22r .zoom-b1cwfn {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.zoom-pmu0k5 ease-in-out;
}

.zoom-eid22r .zoom-b1cwfn:hover {
  color: #196948;
  background-color: #f9cb16;
}

.zoom-eid22r .zoom-b1cwfn:after,
.zoom-w9y3cl.zoom-og8upf:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.zoom-w9y3cl.zoom-og8upf:after {
  background-image: url(../images/Cash.svg);
}

.zoom-eid22r .zoom-b1cwfn:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .zoom-eid22r .zoom-owfadr {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .zoom-eid22r .zoom-owfadr {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .zoom-eid22r .zoom-owfadr {
    grid-template-columns: 1fr;
  }
  .zoom-eid22r .zoom-2nw2bi {
    height: auto;
  }
  .zoom-eid22r .zoom-2nw2bi .zoom-nb53lo {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .zoom-eid22r .zoom-y24xj6,
  .zoom-eid22r .zoom-etqo16 {
    text-align: left;
  }
  .zoom-eid22r .zoom-etqo16 {
    margin-bottom: 8px;
  }
  .zoom-eid22r img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.zoom-2md4q2 {
  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;
}

.zoom-2md4q2.zoom-iqs7qp {
  display: block;
}

.zoom-2md4q2 .zoom-gtcywm {
  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;
}

.zoom-2md4q2 .zoom-sl1oit {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.zoom-2md4q2 .zoom-3jau7j {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.zoom-2md4q2 .zoom-v13pig {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.zoom-2md4q2 .zoom-w9y3cl {
  min-width: 296px;
  margin-bottom: 0;
}

.zoom-2md4q2 .zoom-iqja1d {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.zoom-2md4q2 .zoom-3ajjc7 {
  position: relative;
  flex: 1 1;
}

.zoom-2md4q2 .zoom-3ajjc7 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .zoom-2md4q2 .zoom-sl1oit {
    flex-wrap: wrap;
    gap: 8px;
  }
  .zoom-2md4q2 .zoom-3jau7j {
    order: 1;
  }
  .zoom-2md4q2 .zoom-v13pig {
    order: 3;
    flex: 1 1 100%;
  }
  .zoom-2md4q2 .zoom-w9y3cl {
    width: 100%;
    min-width: unset;
  }
  .zoom-2md4q2 .zoom-iqja1d {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .zoom-vqy5h3 > .zoom-e6ntto {
    margin-bottom: 0;
  }
  .zoom-vqy5h3 > .zoom-sl1fom,
  .zoom-vqy5h3 > p {
    margin-top: 0;
  }
}

.zoom-6l3c18 img,
.zoom-euvgl7 img {
  width: auto;
  object-fit: contain;
}

.zoom-6l3c18 {
  align-items: center;
}

.zoom-6l3c18 img {
  max-height: 76px;
}

.zoom-euvgl7 img {
  max-height: 64px;
}

.zoom-y18s8y {
  overflow: auto;
}

.zoom-pi4mx1 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.zoom-km2rvr:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.zoom-59baq6 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.zoom-f5vkhu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.zoom-59baq6 .zoom-p9v7az {
  margin-right: 20px;
  flex-shrink: 0;
}

.zoom-59baq6 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.zoom-oh8ii5 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.zoom-oh8ii5 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .zoom-59baq6 {
    padding: 15px 10px;
  }
  .zoom-oh8ii5 {
    padding: 15px 10px;
  }
  .zoom-59baq6 .zoom-p9v7az {
    margin-right: 10px;
  }
}

.zoom-rhb0wh {
  overflow-x: auto;
}

.zoom-97exo8 {
  border-collapse: collapse;
  width: 100%;
}

.zoom-rhb0wh th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.zoom-rhb0wh td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.zoom-rhb0wh td.zoom-sfeweq {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.zoom-rhb0wh td.zoom-9hqpag {
  border-right: none;
}

.zoom-rhb0wh td.zoom-9hqpag .zoom-p9v7az {
  justify-content: flex-start;
}

.zoom-rhb0wh td.zoom-9hqpag .zoom-p9v7az img {
  height: auto;
  width: 90px;
}

.zoom-rhb0wh td.zoom-79ppi0,
.zoom-rhb0wh td.zoom-hm25fl {
  font-weight: 600;
  text-align: right;
}

.zoom-rhb0wh td.zoom-mysyqz,
.zoom-rhb0wh td.zoom-79ppi0 {
  padding-bottom: 10px;
  border-bottom: none;
}

.zoom-rhb0wh td.zoom-79ppi0,
.zoom-rhb0wh td.zoom-hm25fl {
  border-left: none;
}

.zoom-rhb0wh td.zoom-mysyqz,
.zoom-rhb0wh td.zoom-nzzw7x {
  border-right: none;
}

.zoom-rhb0wh td.zoom-nzzw7x,
.zoom-rhb0wh td.zoom-hm25fl {
  border-top: none;
  padding-top: 10px;
}

.zoom-zw1y0w {
  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;
}

.zoom-zw1y0w .zoom-gp1zhh {
  min-width: unset;
  width: 100%;
}

.zoom-zw1y0w .zoom-gp1zhh.zoom-kxppix {
  grid-column: 1/2;
  grid-row: 1/2;
}

.zoom-zw1y0w .zoom-gp1zhh.zoom-pcg43n {
  grid-column: 2/3;
  grid-row: 1/2;
}

.zoom-zw1y0w .zoom-pwds9y {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .zoom-zw1y0w {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .zoom-zw1y0w .zoom-gp1zhh.zoom-kxppix {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .zoom-zw1y0w .zoom-gp1zhh.zoom-pcg43n {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .zoom-zw1y0w .zoom-pwds9y {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.zoom-5iq90v {
  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;
}

.zoom-mu37o1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.zoom-qt9cv6 p a img {
  margin: 0 auto;
  display: block;
}

.zoom-qt9cv6 table {
  margin-bottom: 17px;
}

/* contanct form */
.zoom-kl0ixf {
  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;
}

.zoom-kl0ixf label {
  font-size: 14px;
}

.zoom-kl0ixf h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.zoom-kl0ixf input,
.zoom-kl0ixf textarea,
.zoom-kl0ixf 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;
}
.zoom-kl0ixf button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.zoom-pmu0k5 ease;
}
.zoom-kl0ixf button:hover {
  background-color: #691204;
}
.zoom-tjvz3y {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.zoom-074xol ease-in;
}

.zoom-tjvz3y 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;
}
.zoom-o9pg7z, .zoom-xjtb5c, [class*="review-card"],
thead, thead th, table th, .zoom-moroo7,
.zoom-snocc0, [class*="collapsible-header"],
.zoom-gdygdp, [class*="updated-block"] {
  color: #ece7dc !important;
}
