@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);
}

.verde-jio9mt {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.verde-7v9d2o {
  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.verde-bfkyk5,
ul.verde-bfkyk5 {
  padding-left: 20px;
}

ul.verde-bfkyk5 {
  list-style: disc;
}

ol.verde-bfkyk5 {
  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;
  }
}

.verde-7owyxd > .verde-n1vnm1,
.verde-7owyxd > .verde-bwhk9g,
.verde-7owyxd > blockquote,
.verde-7owyxd > h1,
.verde-7owyxd > h2,
.verde-7owyxd > h3,
.verde-7owyxd > h4,
.verde-7owyxd > h5,
.verde-7owyxd > h6,
.verde-7owyxd > ol,
.verde-7owyxd > p,
.verde-7owyxd > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.verde-7owyxd > ol,
.verde-7owyxd > ul {
  padding-left: 50px;
}

.verde-7owyxd 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;
}

.verde-7owyxd:not(:last-child) {
  margin-bottom: 2rem;
}

.verde-7owyxd > :not(:first-child) {
  margin-top: 2rem;
}

.verde-7owyxd {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.verde-7owyxd:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .verde-7owyxd:first-child {
    margin-top: 20px;
  }
}

.verde-7owyxd > p:last-of-type {
  margin-bottom: 32px;
}

.verde-7owyxd > .verde-ejkjw7:not(:first-child) {
  margin: 64px auto 16px auto;
}

.verde-or3v6m > .verde-ejkjw7 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.verde-bwhk9g {
  overflow: auto;
}

.verde-bwhk9g::-webkit-scrollbar {
  height: 5px;
}

.verde-bwhk9g table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.verde-bwhk9g table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.verde-bwhk9g table thead,
table thead {
  border-bottom: none;
}

.verde-bwhk9g table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.verde-bwhk9g table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.verde-bwhk9g table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.verde-bwhk9g .verde-zy03vy {
  table-layout: auto;
}

.verde-bwhk9g .verde-zy03vy th {
  word-break: normal;
}

.verde-bwhk9g .verde-zy03vy td {
  word-break: normal;
}

.verde-jio9mt .verde-jio9mt {
  padding-right: 0;
  padding-left: 0;
}

.verde-k6zboe {
  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;
}

.verde-apgl33 {
  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;
}

.verde-j2mg3y {
  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;
}

.verde-n1vnm1 {
  margin-top: 24px;
}

.verde-n1vnm1.verde-61i4b1 {
  text-align: left;
}

.verde-n1vnm1.verde-0kn3ay {
  text-align: right;
}

.verde-n1vnm1.verde-5ea99t {
  text-align: center;
}

.verde-52on8r {
  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.verde-6qhs9t ease-in-out;
  cursor: pointer;
}

.verde-52on8r:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.verde-52on8r {
  min-width: 328px;
}

@media (max-width: 768px) {
  .verde-52on8r {
    min-width: unset;
  }
}

.verde-kgg92e {
  background-color: var(--fh-bg-color);
}

.verde-jqcphz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.verde-sib5jy {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.verde-sib5jy img {
  max-height: 80px;
  object-fit: contain;
}

.verde-fcayhu {
  flex: 1 1;
}

.verde-1f3x1i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.verde-yssoie {
  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;
}

.verde-yssoie 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;
}

.verde-yssoie.verde-rsenx0 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.verde-yssoie.verde-rsenx0 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.verde-yssoie.verde-rsenx0 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.verde-fcayhu + .verde-1f3x1i {
  margin-left: 20px;
}

.verde-sf8r74 {
  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;
}

.verde-sf8r74 > svg {
  max-width: 24px;
  max-height: 24px;
}

.verde-sf8r74 + .verde-sf8r74 {
  margin-left: 5px;
}

.verde-sjxdrb {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.verde-sjxdrb:hover {
  background-color: var(--button-bg-hover);
}

.verde-a0wj0g {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.verde-6qhs9t ease-in-out;
  border: 1px solid var(--border-color);
}

.verde-a0wj0g:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.verde-ufvpfy {
  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) {
  .verde-fcayhu {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .verde-ufvpfy {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .verde-fcayhu {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .verde-sf8r74 {
    min-width: unset;
    flex: 1 1;
  }
}

.verde-ebdwiv {
  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;
}

.verde-ebdwiv:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.verde-ebdwiv:hover .verde-0uwgs4 {
  opacity: 1;
  pointer-events: auto;
}

.verde-q14y6y {
  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.verde-71wajt ease-in-out;
  gap: 4px;
}

.verde-q14y6y > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.verde-q14y6y .verde-k6zboe img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.verde-ukbryq,
.verde-q14y6y:hover {
  color: var(--button-bg-hover);
}

.verde-4f47b9 {
  position: relative;
}

.verde-4f47b9 .verde-q14y6y {
  margin-right: 0;
  padding-right: 4px;
}

.verde-vuvete svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.verde-4f47b9.verde-rsenx0 .verde-vuvete svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.verde-4f47b9.verde-rsenx0 .verde-0uwgs4 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.verde-4f47b9.verde-rsenx0 .verde-0uwgs4::before {
  display: none;
}

.verde-vuvete svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.verde-0uwgs4 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.verde-g0bexu 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.verde-0uwgs4::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.verde-0uwgs4:hover {
  color: var(--fh-bg-color);
}

.verde-ds7tw5 {
  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.verde-g0bexu 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.verde-71wajt ease-in-out;
  -o-transition: 0.verde-71wajt ease-in-out;
  transition: 0.verde-71wajt ease-in-out;
}

.verde-ds7tw5 .verde-k6zboe img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.verde-h8j64r,
.verde-ds7tw5:hover {
  color: var(--button-bg-hover);
}

.verde-67npll {
  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%;
}

.verde-67npll.verde-rwn3ik {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.verde-67npll.verde-rwn3ik:after,
.verde-67npll.verde-rwn3ik:before {
  content: "";
  position: absolute;
  margin: auto;
}

.verde-67npll.verde-rwn3ik: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);
  }
}

.verde-67npll.verde-rwn3ik:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.verde-67npll.verde-rwn3ik > * {
  z-index: 1;
}

.verde-67npll b,
.verde-67npll strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.verde-67npll .verde-abzib6 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.verde-67npll .verde-xdov56 {
  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;
}

.verde-67npll .verde-k6zboe {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.verde-67npll .verde-xyzj99 {
  margin-top: 12px;
}

.verde-xyzj99 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.verde-va120k {
  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;
}

.verde-xyzj99 .verde-25p0zt {
  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.verde-6qhs9t ease-in-out;
}

.verde-xyzj99 .verde-25p0zt:hover {
  background: rgba(255, 255, 255, 0.3);
}

.verde-uj2u1v {
  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;
}

.verde-67npll.verde-xsy5oa {
  gap: 12px;
  padding: 16px;
}

.verde-67npll.verde-xsy5oa .verde-uj2u1v {
  min-width: 240px;
}

.verde-67npll.verde-xsy5oa .verde-uj2u1v.verde-5y636y {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .verde-67npll .verde-abzib6 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .verde-67npll .verde-xdov56 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .verde-67npll .verde-k6zboe {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .verde-67npll.verde-xsy5oa .verde-k6zboe {
    max-width: 126px;
  }
  .verde-67npll .verde-xyzj99 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .verde-67npll .verde-va120k {
    max-width: unset;
  }
  .verde-uj2u1v {
    min-width: unset;
    width: 100%;
  }
  .verde-67npll .verde-uj2u1v {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .verde-67npll.verde-xsy5oa {
    grid-template-rows: auto 1fr auto;
  }
  .verde-67npll.verde-xsy5oa .verde-uj2u1v {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .verde-67npll {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .verde-67npll .verde-abzib6 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .verde-67npll .verde-k6zboe {
    max-width: 78px;
  }
  .verde-67npll .verde-xyzj99 {
    margin-top: -12px;
  }
  .verde-67npll.verde-xsy5oa {
    gap: 8px;
  }
  .verde-67npll.verde-xsy5oa .verde-abzib6 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .verde-67npll.verde-xsy5oa .verde-xdov56 {
    grid-column: 1/3;
  }
  .verde-67npll.verde-xsy5oa .verde-k6zboe {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .verde-67npll.verde-xsy5oa .verde-k6zboe img {
    max-width: 114px;
  }
}

.verde-uj2u1v.verde-tvxz66,
.verde-uj2u1v.verde-d577de,
.verde-uj2u1v.verde-vcmhc5 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.verde-6qhs9t ease-in-out;
}

.verde-uj2u1v.verde-tvxz66,
.verde-uj2u1v.verde-vcmhc5 {
  padding: 10px;
}

.verde-uj2u1v.verde-tvxz66:hover,
.verde-uj2u1v.verde-d577de:hover,
.verde-uj2u1v.verde-vcmhc5:hover {
  background: var(--button-bg-hover);
}

.verde-uj2u1v.verde-tvxz66:hover svg path,
.verde-uj2u1v.verde-vcmhc5:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.verde-uj2u1v.verde-5y636y {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.verde-6qhs9t ease-in-out;
  background: var(--button-bg-color);
}

.verde-uj2u1v.verde-5y636y:hover {
  background-color: var(--button-bg-hover);
}

.verde-uj2u1v.verde-d577de: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);
  }
}

.verde-uj2u1v.verde-d577de:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.verde-uj2u1v.verde-5y636y:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.verde-ub44ab {
  max-width: 650px;
}

.verde-ujg8nt {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.verde-f0w6pv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.verde-h82lqg {
  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.verde-71wajt ease-in-out;
  cursor: pointer;
}

.verde-h82lqg:hover {
  opacity: 0.5;
}

.verde-h82lqg:focus {
  outline: 0;
}

.verde-h82lqg:focus .verde-pxftyt,
.verde-h82lqg:hover .verde-pxftyt {
  fill: red;
  fill-opacity: 1;
}

.verde-h82lqg:hover {
  cursor: pointer;
}

.verde-w0r68o {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.verde-ub44ab.verde-5ea99t {
  margin: 0 auto;
}

.verde-ub44ab.verde-0kn3ay {
  margin-left: auto;
}

.verde-d0r8cu {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.verde-omkr4i {
  padding-bottom: 50px;
}

.verde-8zbes4 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.verde-hmzpfa {
  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;
}

.verde-0y10es {
  margin-top: 24px;
}

.verde-vffssy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.verde-e2cjmg {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.verde-p366gf {
  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;
}

.verde-ftfb0h {
  width: 468px;
}

.verde-p366gf .verde-0uwgs4 {
  margin: 0.verde-rlc0sv 0;
}

.verde-wh18hs {
  display: flex;
  min-width: 224px;
}

.verde-i1tt1d {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.verde-71wajt ease-in-out;
}

.verde-0fwbs8,
.verde-i1tt1d:hover {
  color: var(--text-color);
}

.verde-xohgy7 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.verde-884ecv {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .verde-d0r8cu {
    padding: 16px;
  }
  .verde-xohgy7 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .verde-884ecv {
    align-items: center;
  }
  .verde-ftfb0h {
    width: unset;
  }
  .verde-wh18hs {
    min-width: unset;
  }
  .verde-p366gf {
    max-height: unset;
  }
  .verde-8zbes4 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .verde-d0r8cu {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.verde-2nwqan {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.verde-2nwqan:not(:last-child) {
  margin-bottom: 16px;
}

.verde-19mj92 {
  outline: 0;
}

.verde-19mj92 .verde-3z3hje {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.verde-t5eewk {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .verde-t5eewk {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.verde-t5eewk::-webkit-details-marker {
  display: none;
}

.verde-t5eewk: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;
}

.verde-t5eewk: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] .verde-t5eewk:after {
  transform: unset;
}

.verde-3z3hje {
  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);
}

.verde-3z3hje 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.verde-71wajt ease-in-out;
  -o-transition: 0.verde-71wajt ease-in-out;
  transition: 0.verde-71wajt ease-in-out;
}

.verde-4cq921 {
  padding: 16px 0 0 0;
}

.verde-4cq921 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .verde-4cq921 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .verde-t5eewk {
    flex-wrap: wrap;
    gap: 12px;
  }
  .verde-t5eewk::after {
    margin-left: auto;
  }
  .verde-3z3hje {
    order: 3;
    flex: 1 1 100%;
  }
  .verde-t5eewk {
    font-size: 14px;
    line-height: 130%;
  }
  .verde-3z3hje svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.verde-ntsp5h {
  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;
}

.verde-98xy20 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.verde-ntsp5h.verde-rsenx0 .verde-98xy20 {
  margin-bottom: 12px;
}

.verde-98xy20::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;
}

.verde-ntsp5h.verde-rsenx0 .verde-98xy20::after {
  transform: unset;
}

.verde-afwsen {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.verde-3xjiwq {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.verde-71wajt ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.verde-3xjiwq: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;
}

.verde-ntsp5h.verde-rsenx0 .verde-afwsen {
  max-height: 100%;
}

.verde-169d8r {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.verde-9b5zzi {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.verde-pxm932 {
  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;
}

.verde-53x77u {
  margin-right: 4px;
}

.verde-18g8ow {
  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.verde-71wajt ease-in-out;
}

.verde-18g8ow svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.verde-2bc125,
.verde-18g8ow:hover {
  color: var(--text-color);
}

.verde-dp7o8l {
  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;
}

.verde-dp7o8l img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.verde-dp7o8l .verde-7tjoll {
  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;
}

.verde-dp7o8l .verde-q6elix {
  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;
}

.verde-wdtdsh {
  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;
}

.verde-03ngly {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.verde-ayik0a .verde-jio9mt {
  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;
}

.verde-ayik0a {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.verde-s3d3g3 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.verde-e7rx2a {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.verde-rzh1qc {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.verde-kbu0kx 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;
}

.verde-rzh1qc:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.verde-wd27zm {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.verde-sm5ryq {
  -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.verde-71wajt ease-in-out;
  transition: transform 0.verde-71wajt ease-in-out;
  -o-transition: transform 0.verde-71wajt ease-in-out;
  transition:
    transform 0.verde-71wajt ease-in-out,
    -webkit-transform 0.verde-71wajt ease-in-out;
  cursor: pointer;
}

.verde-sm5ryq svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.verde-sm5ryq: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;
}

.verde-3d1tsk {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .verde-3d1tsk {
    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);
}

.verde-09qcqb {
  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;
}

.verde-f1kdx4 {
  position: relative;
  width: 100%;
}

.verde-09qcqb.verde-7d85ka {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.verde-09qcqb.verde-5ea99t {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.verde-09qcqb.verde-0kn3ay {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.verde-95sxb3 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.verde-b1yykl {
  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.verde-71wajt ease-in-out;
  cursor: pointer;
}

.verde-b1yykl:hover {
  opacity: 0.5;
}

.verde-09qcqb.verde-iyxyzh .verde-b1yykl {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.verde-09qcqb.verde-iyxyzh .verde-95sxb3 {
  cursor: pointer;
}

.verde-vvp4lh {
  fill: #0009;
}

.verde-7opoo5 {
  fill: #fff;
}

.verde-b1yykl:hover .verde-vvp4lh {
  fill: red;
}

.verde-b1yykl svg path {
  -webkit-transition: 0.verde-71wajt ease-in-out;
  -o-transition: 0.verde-71wajt ease-in-out;
  transition: 0.verde-71wajt ease-in-out;
}

.verde-56oc9a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.verde-56oc9a > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.verde-56oc9a.verde-trr6ys > :not(.get-image) {
  grid-column: 1/3;
}

.verde-tk07rk:not(._h1-block) .verde-56oc9a > .verde-ejkjw7 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.verde-56oc9a.verde-trr6ys .verde-chrn6b {
  grid-column: 2/3;
}

.verde-56oc9a.verde-trr6ys > .verde-k6zboe {
  grid-column: 1/2;
}

.verde-56oc9a.verde-trr6ys > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.verde-56oc9a > p:first-of-type {
  margin-top: 0;
}

.verde-56oc9a .verde-k6zboe {
  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;
}

.verde-tk07rk:not(._h1-block) .verde-ejkjw7 ~ .verde-k6zboe {
  grid-row: 2/10;
}

.verde-tk07rk.verde-a1jon4 .verde-ejkjw7 ~ .verde-k6zboe {
  grid-row: 1/10;
}

.verde-tk07rk.verde-a1jon4 > .verde-ejkjw7 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.verde-tk07rk.verde-a1jon4 .verde-k6zboe {
  grid-row: 1/10;
}

.verde-56oc9a.verde-6b9s1s .verde-k6zboe {
  align-items: flex-start;
}

.verde-56oc9a.verde-5ea99t .verde-chrn6b {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.verde-56oc9a.verde-5ea99t .verde-k6zboe {
  align-items: center;
}

.verde-56oc9a.verde-ie85dl .verde-k6zboe {
  align-items: flex-end;
}

.verde-chrn6b > :first-child {
  margin-top: 0;
}

.verde-chrn6b > :last-child {
  margin-bottom: 0;
}

* + .verde-v7eu0h,
.verde-tk07rk + .verde-tk07rk {
  margin-top: 2rem;
}

.verde-j94dxa td::before,
.verde-j94dxa th::after {
  display: none !important;
}

.verde-j94dxa #link-selector {
  color: #000;
}

.verde-j94dxa .verde-4u2kql {
  color: #135e96;
}

.verde-j94dxa .verde-vgs2ph *,
.verde-j94dxa .verde-rdzvpi p,
.verde-j94dxa .verde-6x7bav * {
  color: #000;
}

.verde-j94dxa .verde-gae5uj {
  background: 0 0 !important;
}

.verde-j94dxa .verde-prg09i {
  color: #000;
}

.verde-j94dxa .verde-dixxwn.verde-43q1w1 {
  color: #fff;
}

.verde-j94dxa .verde-j7l5i6 {
  color: #000;
}

.verde-j94dxa
  .verde-saas5d
  .verde-jwr220.verde-43q1w1.verde-95xna1 {
  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;
}

.verde-tkmqfc,
body .verde-qysdnw {
  color: #000;
  background: var(--color-body) !important;
}

.verde-tkmqfc .verde-1lq5ns .verde-ckya2u,
body .verde-qysdnw .verde-1lq5ns .verde-ckya2u {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .verde-3xjiwq:focus,
  .verde-3xjiwq:hover {
    color: #f9cb16;
  }
  .verde-hzno4v:focus,
  .verde-hzno4v:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .verde-m8xjae:focus img,
  .verde-m8xjae:focus svg,
  .verde-m8xjae:hover img,
  .verde-m8xjae:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .verde-dp7o8l {
    display: none;
  }
}

@media (min-width: 1024px) {
  .verde-4f47b9:hover .verde-vuvete svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .verde-vuvete {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .verde-4jgt3f {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .verde-uh7swv {
    grid-template-columns: repeat(4, 1fr);
  }
  .verde-x3mgug {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .verde-ypy0mt .verde-guexhv {
    grid-template-columns: 1fr;
  }
  .verde-ypy0mt .verde-lduwxz {
    -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;
  }
  .verde-ypy0mt .verde-mtx4hf {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .verde-ypy0mt .verde-3umzh7 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .verde-ypy0mt .verde-9yhp7t {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .verde-ypy0mt .verde-mtx4hf:not(:first-child) {
    border: none;
  }
  .verde-ypy0mt .verde-mtx4hf:first-child .verde-3umzh7 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .verde-ypy0mt .verde-mtx4hf:last-child .verde-3umzh7 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .verde-jqcphz {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .verde-sib5jy {
    max-width: 100px;
  }
  .verde-fcayhu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .verde-1f3x1i {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .verde-1f3x1i svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .verde-yssoie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .verde-fcayhu + .verde-1f3x1i {
    margin-left: auto;
  }
  .verde-e2lgi6 {
    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;
  }
  .verde-e2lgi6.verde-rsenx0 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .verde-ufvpfy {
    -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;
  }
  .verde-ebdwiv {
    width: 100%;
  }
  .verde-ebdwiv:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .verde-q14y6y {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .verde-q14y6y svg {
    margin-right: 4px;
  }
  .verde-4f47b9 {
    -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;
  }
  .verde-vuvete svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .verde-vuvete {
    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;
  }
  .verde-0uwgs4 {
    display: none;
    width: 100%;
  }
  .verde-4f47b9.verde-rsenx0 .verde-0uwgs4 {
    padding: 0 0 0 48px;
  }
  .verde-ds7tw5 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .verde-hmzpfa .verde-k6zboe {
    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;
  }
  .verde-ggo854 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .verde-ggo854 + .verde-ggo854 {
    margin-right: 0;
  }
  .verde-ggo854 + .verde-k6zboe {
    margin: 0;
  }
  .verde-4jgt3f {
    grid-template-columns: repeat(4, 1fr);
  }
  .verde-uh7swv {
    grid-template-columns: repeat(3, 1fr);
  }
  .verde-unhoi9,
  .verde-uan830 {
    grid-template-columns: repeat(2, 1fr);
  }
  .verde-56oc9a {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .verde-56oc9a.verde-trr6ys .verde-chrn6b {
    grid-column: auto;
    grid-row: auto;
  }
  .verde-56oc9a > .verde-ejkjw7 {
    grid-column: 1/2;
  }
  .verde-56oc9a.verde-trr6ys > :not(.get-image) {
    grid-column: 1/2;
  }
  .verde-56oc9a .verde-k6zboe,
  .verde-56oc9a.verde-trr6ys > .verde-k6zboe {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .verde-56oc9a.verde-trr6ys > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .verde-tk07rk.verde-a1jon4 .verde-56oc9a > .verde-k6zboe {
    grid-row: 1/2;
  }
  .verde-56oc9a .verde-ejkjw7 ~ .verde-k6zboe,
  .verde-56oc9a.verde-trr6ys .verde-ejkjw7 ~ .verde-k6zboe {
    grid-row: 2/3;
  }
  .verde-tk07rk.verde-a1jon4 .verde-ejkjw7 ~ .verde-k6zboe {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .verde-7owyxd:first-child .verde-ckkuez {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .verde-7owyxd:first-child .verde-ckkuez h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .verde-7owyxd {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .verde-7owyxd {
    padding: 0;
  }
  .verde-n1vnm1 {
    margin-top: 1rem;
  }
  .verde-19mj92 {
    border-radius: 5px;
  }
  .verde-tpm5cy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .verde-98xy20::after {
    display: inline-block;
  }
  .verde-98xy20 {
    margin: 0;
    width: 100%;
  }
  .verde-afwsen {
    width: 100%;
  }
  .verde-afwsen.verde-8brrit {
    -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%;
  }
  .verde-afwsen.verde-8brrit .verde-1qye79 {
    width: 100%;
  }
  .verde-afwsen.verde-8brrit .verde-1qye79:not(:last-child) {
    margin-right: 0;
  }
  .verde-3xjiwq {
    width: 100%;
    text-align: center;
  }
  .verde-ntsp5h.verde-rsenx0 .verde-afwsen {
    margin-top: 1rem;
  }
  .verde-4jgt3f {
    grid-template-columns: repeat(3, 1fr);
  }
  .verde-x3mgug,
  .verde-uh7swv {
    grid-template-columns: repeat(2, 1fr);
  }
  .verde-unhoi9,
  .verde-uan830,
  .verde-emf3qu {
    grid-template-columns: 1fr;
  }
  .verde-a9jj75 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .verde-81p92y {
    min-width: 300px;
    max-width: 325px;
  }
  .verde-3umzh7 {
    cursor: auto;
  }
  .verde-jhlly1 .verde-3umzh7 {
    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;
  }
  .verde-3d1tsk {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .verde-0uwgs4 {
    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) {
  .verde-3d1tsk {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.verde-ggo854 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .verde-1f3x1i {
    margin: 0 -0.2rem;
  }
  .verde-ggo854 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .verde-h98ftz {
    -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;
  }
  .verde-pi1ml4 {
    max-width: 100%;
  }
  .verde-4jgt3f {
    grid-template-columns: repeat(2, 1fr);
  }
  .verde-x3mgug,
  .verde-uh7swv {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .verde-jqcphz {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .verde-1f3x1i {
    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;
  }
  .verde-kgg92e {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .verde-sf8r74 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .verde-ax8u4b,
  .verde-1p3h3i {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .verde-52on8r {
    width: 100%;
  }
  .verde-4jgt3f {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .verde-3d1tsk {
    top: 127px !important;
  }
}

.verde-hor9h1 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .verde-hor9h1 {
  }
}

@media (max-width: 767px) {
  .verde-hor9h1 {
    margin-bottom: 12px;
  }
}

.verde-hor9h1 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.verde-gu9fw3 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.verde-gu9fw3 > .verde-kypf1f {
  flex: 1 1;
}

@media (max-width: 767px) {
  .verde-gu9fw3 {
    flex-direction: column;
    gap: 12px;
  }
}

.verde-liixc0 {
  display: flex;
}

.verde-liixc0 .verde-i3oh0n {
  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;
}

.verde-liixc0 .verde-lhsdyw {
  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;
}

.verde-liixc0 .verde-ol4ajo {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.verde-liixc0 .verde-5z2vt6 {
  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));
  }
}

.verde-liixc0 .verde-5z2vt6:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.verde-liixc0 .verde-lzg43m {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.verde-ns3lj0 {
  border: unset;
  background-color: unset;
}

.verde-ns3lj0 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.verde-ns3lj0 .verde-xmux7e,
.verde-ns3lj0 .verde-zl0k7v {
  flex: 0 1 330px;
}

.verde-ns3lj0 .verde-dctjot {
  flex: 1 1;
}

.verde-ns3lj0 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.verde-ns3lj0 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.verde-ns3lj0 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.verde-ns3lj0 tr td p {
  color: #fff;
  margin: 0;
}

.verde-ns3lj0 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.verde-ns3lj0 tr.verde-xmux7e td p {
  padding: 16px 0;
}

.verde-ns3lj0 tr.verde-xmux7e td p:not(:last-child),
.verde-ns3lj0 tr.verde-zl0k7v td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.verde-ns3lj0 tr.verde-xmux7e td p:first-child,
.verde-ns3lj0 tr.verde-zl0k7v td p:first-child {
  padding-top: 0;
}

.verde-ns3lj0 tr.verde-zl0k7v td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.verde-ns3lj0 tr.verde-zl0k7v td p:last-child {
  padding-bottom: 0;
}

.verde-ns3lj0 .verde-zl0k7v img {
  max-width: 32px;
}

.verde-ns3lj0 .verde-dctjot {
  min-width: 718px;
}

.verde-ns3lj0 .verde-dctjot td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.verde-ns3lj0 .verde-dctjot td {
  display: flex;
}

.verde-ns3lj0 .verde-dctjot td:last-child .verde-h2fxpj,
.verde-ns3lj0 .verde-dctjot td:last-child .verde-i7s4gu,
.verde-ns3lj0 .verde-dctjot td:last-child .verde-7ppdn8 {
  flex: 1 1 50%;
}

.verde-ns3lj0 .verde-dctjot td:last-child .verde-i4cez7 {
  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;
}

.verde-ns3lj0 .verde-dctjot td:last-child .verde-kzxiri,
.verde-ns3lj0 .verde-dctjot td:last-child .verde-7szwno {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.verde-ns3lj0 .verde-dctjot td:last-child .verde-h2fxpj,
.verde-ns3lj0 .verde-dctjot td:last-child .verde-i7s4gu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.verde-ns3lj0 .verde-dctjot td:last-child .verde-h2fxpj span,
.verde-ns3lj0 .verde-dctjot td:last-child .verde-i7s4gu span {
  font-weight: 800;
}

.verde-ns3lj0 .verde-dctjot img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .verde-ns3lj0 .verde-dctjot td .verde-7ppdn8:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .verde-ns3lj0 tr.verde-xmux7e td p:last-child {
    padding-bottom: 0;
  }
  .verde-ns3lj0 .verde-zl0k7v > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .verde-ns3lj0 .verde-zl0k7v > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .verde-ns3lj0 tr.verde-xmux7e td p:not(:last-child),
  .verde-ns3lj0 tr.verde-zl0k7v td p:not(:last-child) {
    border-bottom: unset;
  }
  .verde-ns3lj0 tr.verde-zl0k7v td p:last-child {
    padding-bottom: 12px;
  }
  .verde-ns3lj0 .verde-dctjot td:last-child .verde-h2fxpj,
  .verde-ns3lj0 .verde-dctjot td:last-child .verde-i7s4gu,
  .verde-ns3lj0 .verde-dctjot td:last-child .verde-7ppdn8 {
    flex: 1 1 50%;
    padding: 0;
  }
  .verde-ns3lj0 .verde-dctjot td:last-child .verde-h2fxpj,
  .verde-ns3lj0 .verde-dctjot td:last-child .verde-i7s4gu {
    margin-top: 16px;
  }
  .verde-ns3lj0 .verde-dctjot td:last-child .verde-7ppdn8 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .verde-ns3lj0 .verde-dctjot td:last-child .verde-h2fxpj {
    border-right: 1px solid var(--border-color);
  }
  .verde-ns3lj0 .verde-dctjot td:last-child .verde-7ppdn8:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .verde-ns3lj0 .verde-dctjot td:last-child .verde-7ppdn8:last-child {
    padding-bottom: 0;
  }
}

.verde-7ppdn8 {
  display: flex;
  flex-direction: column;
}

.verde-ns3lj0 .verde-dctjot td .verde-7ppdn8 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.verde-ns3lj0 .verde-dctjot td .verde-7ppdn8:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.verde-ns3lj0 .verde-dctjot td .verde-7ppdn8:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .verde-ns3lj0 .verde-dctjot td .verde-7ppdn8:not(:first-child) {
    padding-left: 0;
  }
  .verde-ns3lj0 .verde-dctjot td .verde-7ppdn8:not(:last-of-type) {
    border-right: unset;
  }
}

.verde-ns3lj0 .verde-fqcl60 {
  flex: 0 1 485px;
}

.verde-ns3lj0 .verde-f5dz43 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.verde-ns3lj0 .verde-f5dz43 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.verde-ns3lj0 .verde-f5dz43 li.verde-dzftkl {
  padding: 6px 12px;
}

.verde-ns3lj0 .verde-f5dz43 li a,
.verde-ns3lj0 .verde-f5dz43 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;
}

.verde-ns3lj0 .verde-9ejyby,
.verde-ns3lj0 .verde-vzd67p {
  flex: 1 1;
}

.verde-ns3lj0 .verde-j3vw8d,
.verde-ns3lj0 .verde-ta9es9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.verde-ns3lj0 .verde-j3vw8d li,
.verde-ns3lj0 .verde-ta9es9 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.verde-ns3lj0 .verde-vzd67p img {
  max-width: 32px;
}

.verde-ns3lj0 .verde-9ejyby img {
  max-width: 32px;
}

.verde-ns3lj0 .verde-wv0qdv {
  min-width: 280px;
}

.verde-ns3lj0 .verde-wv0qdv img {
  max-width: 146px;
}

.verde-ns3lj0 .verde-wv0qdv td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .verde-ns3lj0 .verde-xmux7e,
  .verde-ns3lj0 .verde-zl0k7v {
    flex: 0 1 auto;
  }
  .verde-ns3lj0 .verde-dctjot {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .verde-ns3lj0 .verde-xmux7e,
  .verde-ns3lj0 .verde-fqcl60,
  .verde-ns3lj0 .verde-zl0k7v,
  .verde-ns3lj0 .verde-dctjot {
    flex: 1 1 calc(50% - 20px);
  }
  .verde-ns3lj0 .verde-9ejyby,
  .verde-ns3lj0 .verde-wv0qdv,
  .verde-ns3lj0 .verde-vzd67p {
    flex: 1 1 30%;
  }
  .verde-ns3lj0 .verde-wv0qdv {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .verde-ns3lj0 .verde-xmux7e,
  .verde-ns3lj0 .verde-fqcl60,
  .verde-ns3lj0 .verde-9ejyby,
  .verde-ns3lj0 .verde-zl0k7v,
  .verde-ns3lj0 .verde-dctjot,
  .verde-ns3lj0 .verde-wv0qdv,
  .verde-ns3lj0 .verde-vzd67p {
    flex: 1 1 100%;
  }
}

.verde-amgr72 .verde-hbv5ah {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.verde-amgr72 .verde-1wc3jb {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.verde-amgr72 .verde-xh95h1 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.verde-amgr72 .verde-1pct9t {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.verde-amgr72 .verde-1pct9t > :nth-child(3) {
  margin-top: 0;
}

.verde-amgr72 .verde-k6zboe {
  grid-column: 2/3;
  grid-row: 1/10;
}

.verde-amgr72 .verde-8hf4m5 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.verde-amgr72 .verde-n1vnm1 {
  grid-column: 1/2;
}

.verde-amgr72 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.verde-amgr72 .verde-1wc3jb: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;
}

.verde-amgr72 .verde-1wc3jb:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.verde-amgr72 .verde-52on8r {
  min-width: 240px;
}

@media (max-width: 768px) {
  .verde-amgr72 .verde-1wc3jb:not(:last-child):before {
    bottom: 8px;
  }
  .verde-amgr72 .verde-1wc3jb:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .verde-amgr72 .verde-1pct9t {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .verde-amgr72 .verde-k6zboe {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .verde-amgr72 .verde-k6zboe img {
    width: 100%;
    height: auto;
  }
  .verde-amgr72 .verde-52on8r {
    width: 100%;
    min-width: unset;
  }
}

.verde-xa9pim .verde-1uc34z {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.verde-xa9pim .verde-9pbixu {
  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;
}

.verde-xa9pim .verde-k6zboe {
  height: 100%;
}

.verde-xa9pim .verde-k6zboe img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.verde-xa9pim .verde-vl0ry5 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.verde-xa9pim .verde-yoxzok {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.verde-xa9pim .verde-v40ubt {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .verde-xa9pim .verde-9pbixu {
    flex: 1 1 100%;
  }
  .verde-xa9pim .verde-uj2u1v {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .verde-xa9pim .verde-9pbixu {
    flex-direction: column;
  }
  .verde-xa9pim .verde-k6zboe {
    width: 100%;
    height: auto;
  }
  .verde-xa9pim .verde-k6zboe img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .verde-xa9pim .verde-vl0ry5 {
    padding: 0 16px 16px 16px;
  }
  .verde-xa9pim .verde-uj2u1v {
    min-width: unset;
    width: 100%;
  }
}

.verde-ql6ksd .verde-6cby2k {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.verde-ql6ksd .verde-yq8fds {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.verde-ql6ksd 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;
}

.verde-ql6ksd .verde-4f6tg1 {
  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;
}

.verde-ql6ksd .verde-yq8fds:hover .verde-4f6tg1 {
  display: flex;
}

.verde-ql6ksd .verde-xludo3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.verde-ql6ksd .verde-4z96dx {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.verde-6g4uw5 {
  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;
}

.verde-6g4uw5.verde-gv0ysw {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.verde-6qhs9t ease-in-out;
}

.verde-6g4uw5.verde-gv0ysw:hover {
  color: #f9cb16;
  background-color: transparent;
}

.verde-ql6ksd .verde-179wir {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.verde-6qhs9t ease-in-out;
}

.verde-ql6ksd .verde-179wir:hover {
  color: #196948;
  background-color: #f9cb16;
}

.verde-ql6ksd .verde-179wir:after,
.verde-6g4uw5.verde-gv0ysw:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.verde-6g4uw5.verde-gv0ysw:after {
  background-image: url(../images/Cash.svg);
}

.verde-ql6ksd .verde-179wir:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .verde-ql6ksd .verde-6cby2k {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .verde-ql6ksd .verde-6cby2k {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .verde-ql6ksd .verde-6cby2k {
    grid-template-columns: 1fr;
  }
  .verde-ql6ksd .verde-yq8fds {
    height: auto;
  }
  .verde-ql6ksd .verde-yq8fds .verde-4f6tg1 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .verde-ql6ksd .verde-xludo3,
  .verde-ql6ksd .verde-4z96dx {
    text-align: left;
  }
  .verde-ql6ksd .verde-4z96dx {
    margin-bottom: 8px;
  }
  .verde-ql6ksd img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.verde-l9ddy3 {
  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;
}

.verde-l9ddy3.verde-iyxyzh {
  display: block;
}

.verde-l9ddy3 .verde-9wq4em {
  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;
}

.verde-l9ddy3 .verde-635bqa {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.verde-l9ddy3 .verde-t53a7o {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.verde-l9ddy3 .verde-t9wccq {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.verde-l9ddy3 .verde-6g4uw5 {
  min-width: 296px;
  margin-bottom: 0;
}

.verde-l9ddy3 .verde-gpahen {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.verde-l9ddy3 .verde-xg668a {
  position: relative;
  flex: 1 1;
}

.verde-l9ddy3 .verde-xg668a iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .verde-l9ddy3 .verde-635bqa {
    flex-wrap: wrap;
    gap: 8px;
  }
  .verde-l9ddy3 .verde-t53a7o {
    order: 1;
  }
  .verde-l9ddy3 .verde-t9wccq {
    order: 3;
    flex: 1 1 100%;
  }
  .verde-l9ddy3 .verde-6g4uw5 {
    width: 100%;
    min-width: unset;
  }
  .verde-l9ddy3 .verde-gpahen {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .verde-56oc9a > .verde-ejkjw7 {
    margin-bottom: 0;
  }
  .verde-56oc9a > .verde-n1vnm1,
  .verde-56oc9a > p {
    margin-top: 0;
  }
}

.verde-7vm2cm img,
.verde-ggo854 img {
  width: auto;
  object-fit: contain;
}

.verde-7vm2cm {
  align-items: center;
}

.verde-7vm2cm img {
  max-height: 76px;
}

.verde-ggo854 img {
  max-height: 64px;
}

.verde-d0xz0v {
  overflow: auto;
}

.verde-4ggo38 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.verde-97ev8j:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.verde-8ejvj0 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.verde-z3uux2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.verde-8ejvj0 .verde-k6zboe {
  margin-right: 20px;
  flex-shrink: 0;
}

.verde-8ejvj0 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.verde-8pioa1 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.verde-8pioa1 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .verde-8ejvj0 {
    padding: 15px 10px;
  }
  .verde-8pioa1 {
    padding: 15px 10px;
  }
  .verde-8ejvj0 .verde-k6zboe {
    margin-right: 10px;
  }
}

.verde-q7obp2 {
  overflow-x: auto;
}

.verde-b1j5fv {
  border-collapse: collapse;
  width: 100%;
}

.verde-q7obp2 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.verde-q7obp2 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.verde-q7obp2 td.verde-ro3mnz {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.verde-q7obp2 td.verde-ftqdzo {
  border-right: none;
}

.verde-q7obp2 td.verde-ftqdzo .verde-k6zboe {
  justify-content: flex-start;
}

.verde-q7obp2 td.verde-ftqdzo .verde-k6zboe img {
  height: auto;
  width: 90px;
}

.verde-q7obp2 td.verde-tpcede,
.verde-q7obp2 td.verde-12kybo {
  font-weight: 600;
  text-align: right;
}

.verde-q7obp2 td.verde-r7tf8r,
.verde-q7obp2 td.verde-tpcede {
  padding-bottom: 10px;
  border-bottom: none;
}

.verde-q7obp2 td.verde-tpcede,
.verde-q7obp2 td.verde-12kybo {
  border-left: none;
}

.verde-q7obp2 td.verde-r7tf8r,
.verde-q7obp2 td.verde-7n04d8 {
  border-right: none;
}

.verde-q7obp2 td.verde-7n04d8,
.verde-q7obp2 td.verde-12kybo {
  border-top: none;
  padding-top: 10px;
}

.verde-r5x7hz {
  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;
}

.verde-r5x7hz .verde-uj2u1v {
  min-width: unset;
  width: 100%;
}

.verde-r5x7hz .verde-uj2u1v.verde-tvxz66 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.verde-r5x7hz .verde-uj2u1v.verde-vcmhc5 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.verde-r5x7hz .verde-zwmv35 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .verde-r5x7hz {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .verde-r5x7hz .verde-uj2u1v.verde-tvxz66 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .verde-r5x7hz .verde-uj2u1v.verde-vcmhc5 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .verde-r5x7hz .verde-zwmv35 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.verde-80lztx {
  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;
}

.verde-hspse1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.verde-or3v6m p a img {
  margin: 0 auto;
  display: block;
}

.verde-or3v6m table {
  margin-bottom: 17px;
}

/* contanct form */
.verde-ezj4dd {
  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;
}

.verde-ezj4dd label {
  font-size: 14px;
}

.verde-ezj4dd h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.verde-ezj4dd input,
.verde-ezj4dd textarea,
.verde-ezj4dd 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;
}
.verde-ezj4dd button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.verde-6qhs9t ease;
}
.verde-ezj4dd button:hover {
  background-color: #691204;
}
.verde-yk06rf {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.verde-jsheea ease-in;
}

.verde-yk06rf 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;
}
.verde-zk7t8o, .verde-vtlr2q, [class*="review-card"],
thead, thead th, table th, .verde-z4o4s9,
.verde-4vwid7, [class*="collapsible-header"],
.verde-f47em9, [class*="updated-block"] {
  color: #ece7dc !important;
}
