@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);
}

.n1-eyrln5 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.n1-5wuabd {
  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.n1-4kgjes,
ul.n1-4kgjes {
  padding-left: 20px;
}

ul.n1-4kgjes {
  list-style: disc;
}

ol.n1-4kgjes {
  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;
  }
}

.n1-0zwtuj > .n1-5sq0bm,
.n1-0zwtuj > .n1-n0lr4l,
.n1-0zwtuj > blockquote,
.n1-0zwtuj > h1,
.n1-0zwtuj > h2,
.n1-0zwtuj > h3,
.n1-0zwtuj > h4,
.n1-0zwtuj > h5,
.n1-0zwtuj > h6,
.n1-0zwtuj > ol,
.n1-0zwtuj > p,
.n1-0zwtuj > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.n1-0zwtuj > ol,
.n1-0zwtuj > ul {
  padding-left: 50px;
}

.n1-0zwtuj 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;
}

.n1-0zwtuj:not(:last-child) {
  margin-bottom: 2rem;
}

.n1-0zwtuj > :not(:first-child) {
  margin-top: 2rem;
}

.n1-0zwtuj {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.n1-0zwtuj:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .n1-0zwtuj:first-child {
    margin-top: 20px;
  }
}

.n1-0zwtuj > p:last-of-type {
  margin-bottom: 32px;
}

.n1-0zwtuj > .n1-mrte4y:not(:first-child) {
  margin: 64px auto 16px auto;
}

.n1-cc77gn > .n1-mrte4y {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.n1-n0lr4l {
  overflow: auto;
}

.n1-n0lr4l::-webkit-scrollbar {
  height: 5px;
}

.n1-n0lr4l table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.n1-n0lr4l table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.n1-n0lr4l table thead,
table thead {
  border-bottom: none;
}

.n1-n0lr4l table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.n1-n0lr4l table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.n1-n0lr4l table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.n1-n0lr4l .n1-acfocn {
  table-layout: auto;
}

.n1-n0lr4l .n1-acfocn th {
  word-break: normal;
}

.n1-n0lr4l .n1-acfocn td {
  word-break: normal;
}

.n1-eyrln5 .n1-eyrln5 {
  padding-right: 0;
  padding-left: 0;
}

.n1-nl572u {
  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;
}

.n1-pt2niu {
  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;
}

.n1-a5o86l {
  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;
}

.n1-5sq0bm {
  margin-top: 24px;
}

.n1-5sq0bm.n1-re89nb {
  text-align: left;
}

.n1-5sq0bm.n1-r6dlkx {
  text-align: right;
}

.n1-5sq0bm.n1-e3xcxv {
  text-align: center;
}

.n1-m035ca {
  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.n1-roar1d ease-in-out;
  cursor: pointer;
}

.n1-m035ca:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.n1-m035ca {
  min-width: 328px;
}

@media (max-width: 768px) {
  .n1-m035ca {
    min-width: unset;
  }
}

.n1-ujx3xy {
  background-color: var(--fh-bg-color);
}

.n1-kip7qj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.n1-yma4vg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.n1-yma4vg img {
  max-height: 80px;
  object-fit: contain;
}

.n1-d0z35f {
  flex: 1 1;
}

.n1-qu1hls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.n1-otz1dq {
  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;
}

.n1-otz1dq 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;
}

.n1-otz1dq.n1-4c01g7 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.n1-otz1dq.n1-4c01g7 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.n1-otz1dq.n1-4c01g7 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.n1-d0z35f + .n1-qu1hls {
  margin-left: 20px;
}

.n1-r8a42d {
  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;
}

.n1-r8a42d > svg {
  max-width: 24px;
  max-height: 24px;
}

.n1-r8a42d + .n1-r8a42d {
  margin-left: 5px;
}

.n1-kr6ld3 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.n1-kr6ld3:hover {
  background-color: var(--button-bg-hover);
}

.n1-l0ab3e {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.n1-roar1d ease-in-out;
  border: 1px solid var(--border-color);
}

.n1-l0ab3e:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.n1-tjyrhz {
  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) {
  .n1-d0z35f {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .n1-tjyrhz {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .n1-d0z35f {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .n1-r8a42d {
    min-width: unset;
    flex: 1 1;
  }
}

.n1-v83wws {
  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;
}

.n1-v83wws:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.n1-v83wws:hover .n1-u3v2mh {
  opacity: 1;
  pointer-events: auto;
}

.n1-p12s4c {
  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.n1-tgsnqx ease-in-out;
  gap: 4px;
}

.n1-p12s4c > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.n1-p12s4c .n1-nl572u img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.n1-2sve9h,
.n1-p12s4c:hover {
  color: var(--button-bg-hover);
}

.n1-lzffd6 {
  position: relative;
}

.n1-lzffd6 .n1-p12s4c {
  margin-right: 0;
  padding-right: 4px;
}

.n1-skz0y0 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.n1-lzffd6.n1-4c01g7 .n1-skz0y0 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.n1-lzffd6.n1-4c01g7 .n1-u3v2mh {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.n1-lzffd6.n1-4c01g7 .n1-u3v2mh::before {
  display: none;
}

.n1-skz0y0 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.n1-u3v2mh {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.n1-gpy320 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.n1-u3v2mh::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.n1-u3v2mh:hover {
  color: var(--fh-bg-color);
}

.n1-tzn2g0 {
  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.n1-gpy320 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.n1-tgsnqx ease-in-out;
  -o-transition: 0.n1-tgsnqx ease-in-out;
  transition: 0.n1-tgsnqx ease-in-out;
}

.n1-tzn2g0 .n1-nl572u img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.n1-ox5wtp,
.n1-tzn2g0:hover {
  color: var(--button-bg-hover);
}

.n1-283q1r {
  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%;
}

.n1-283q1r.n1-6mx82r {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.n1-283q1r.n1-6mx82r:after,
.n1-283q1r.n1-6mx82r:before {
  content: "";
  position: absolute;
  margin: auto;
}

.n1-283q1r.n1-6mx82r: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);
  }
}

.n1-283q1r.n1-6mx82r:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.n1-283q1r.n1-6mx82r > * {
  z-index: 1;
}

.n1-283q1r b,
.n1-283q1r strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.n1-283q1r .n1-lglkv1 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.n1-283q1r .n1-w8gajk {
  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;
}

.n1-283q1r .n1-nl572u {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.n1-283q1r .n1-6jpolv {
  margin-top: 12px;
}

.n1-6jpolv {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.n1-4y9t4s {
  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;
}

.n1-6jpolv .n1-k7f9eb {
  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.n1-roar1d ease-in-out;
}

.n1-6jpolv .n1-k7f9eb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.n1-vkyvnu {
  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;
}

.n1-283q1r.n1-tqcv9s {
  gap: 12px;
  padding: 16px;
}

.n1-283q1r.n1-tqcv9s .n1-vkyvnu {
  min-width: 240px;
}

.n1-283q1r.n1-tqcv9s .n1-vkyvnu.n1-9dc3wd {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .n1-283q1r .n1-lglkv1 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .n1-283q1r .n1-w8gajk {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .n1-283q1r .n1-nl572u {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .n1-283q1r.n1-tqcv9s .n1-nl572u {
    max-width: 126px;
  }
  .n1-283q1r .n1-6jpolv {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .n1-283q1r .n1-4y9t4s {
    max-width: unset;
  }
  .n1-vkyvnu {
    min-width: unset;
    width: 100%;
  }
  .n1-283q1r .n1-vkyvnu {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .n1-283q1r.n1-tqcv9s {
    grid-template-rows: auto 1fr auto;
  }
  .n1-283q1r.n1-tqcv9s .n1-vkyvnu {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .n1-283q1r {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .n1-283q1r .n1-lglkv1 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .n1-283q1r .n1-nl572u {
    max-width: 78px;
  }
  .n1-283q1r .n1-6jpolv {
    margin-top: -12px;
  }
  .n1-283q1r.n1-tqcv9s {
    gap: 8px;
  }
  .n1-283q1r.n1-tqcv9s .n1-lglkv1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .n1-283q1r.n1-tqcv9s .n1-w8gajk {
    grid-column: 1/3;
  }
  .n1-283q1r.n1-tqcv9s .n1-nl572u {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .n1-283q1r.n1-tqcv9s .n1-nl572u img {
    max-width: 114px;
  }
}

.n1-vkyvnu.n1-g5b65j,
.n1-vkyvnu.n1-n2fkzr,
.n1-vkyvnu.n1-bcklly {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.n1-roar1d ease-in-out;
}

.n1-vkyvnu.n1-g5b65j,
.n1-vkyvnu.n1-bcklly {
  padding: 10px;
}

.n1-vkyvnu.n1-g5b65j:hover,
.n1-vkyvnu.n1-n2fkzr:hover,
.n1-vkyvnu.n1-bcklly:hover {
  background: var(--button-bg-hover);
}

.n1-vkyvnu.n1-g5b65j:hover svg path,
.n1-vkyvnu.n1-bcklly:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.n1-vkyvnu.n1-9dc3wd {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.n1-roar1d ease-in-out;
  background: var(--button-bg-color);
}

.n1-vkyvnu.n1-9dc3wd:hover {
  background-color: var(--button-bg-hover);
}

.n1-vkyvnu.n1-n2fkzr: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);
  }
}

.n1-vkyvnu.n1-n2fkzr:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.n1-vkyvnu.n1-9dc3wd:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.n1-cqylrr {
  max-width: 650px;
}

.n1-tc1hez {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.n1-sn1c5b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.n1-a2kcue {
  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.n1-tgsnqx ease-in-out;
  cursor: pointer;
}

.n1-a2kcue:hover {
  opacity: 0.5;
}

.n1-a2kcue:focus {
  outline: 0;
}

.n1-a2kcue:focus .n1-80mfmo,
.n1-a2kcue:hover .n1-80mfmo {
  fill: red;
  fill-opacity: 1;
}

.n1-a2kcue:hover {
  cursor: pointer;
}

.n1-vkovuv {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.n1-cqylrr.n1-e3xcxv {
  margin: 0 auto;
}

.n1-cqylrr.n1-r6dlkx {
  margin-left: auto;
}

.n1-l7x1hb {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.n1-zz650m {
  padding-bottom: 50px;
}

.n1-dgu6dn {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.n1-4t8g9q {
  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;
}

.n1-yjq07l {
  margin-top: 24px;
}

.n1-sbmpw4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.n1-f2ww6n {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.n1-2azaee {
  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;
}

.n1-cgzxf0 {
  width: 468px;
}

.n1-2azaee .n1-u3v2mh {
  margin: 0.n1-ot8t1f 0;
}

.n1-q5yovx {
  display: flex;
  min-width: 224px;
}

.n1-446a4t {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.n1-tgsnqx ease-in-out;
}

.n1-ujsynk,
.n1-446a4t:hover {
  color: var(--text-color);
}

.n1-h62qml {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.n1-4uanxo {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .n1-l7x1hb {
    padding: 16px;
  }
  .n1-h62qml {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .n1-4uanxo {
    align-items: center;
  }
  .n1-cgzxf0 {
    width: unset;
  }
  .n1-q5yovx {
    min-width: unset;
  }
  .n1-2azaee {
    max-height: unset;
  }
  .n1-dgu6dn {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .n1-l7x1hb {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.n1-nf3qmq {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.n1-nf3qmq:not(:last-child) {
  margin-bottom: 16px;
}

.n1-w8j1lq {
  outline: 0;
}

.n1-w8j1lq .n1-kosu01 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.n1-xr3raj {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .n1-xr3raj {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.n1-xr3raj::-webkit-details-marker {
  display: none;
}

.n1-xr3raj: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;
}

.n1-xr3raj: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] .n1-xr3raj:after {
  transform: unset;
}

.n1-kosu01 {
  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);
}

.n1-kosu01 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.n1-tgsnqx ease-in-out;
  -o-transition: 0.n1-tgsnqx ease-in-out;
  transition: 0.n1-tgsnqx ease-in-out;
}

.n1-ljosn3 {
  padding: 16px 0 0 0;
}

.n1-ljosn3 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .n1-ljosn3 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .n1-xr3raj {
    flex-wrap: wrap;
    gap: 12px;
  }
  .n1-xr3raj::after {
    margin-left: auto;
  }
  .n1-kosu01 {
    order: 3;
    flex: 1 1 100%;
  }
  .n1-xr3raj {
    font-size: 14px;
    line-height: 130%;
  }
  .n1-kosu01 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.n1-933v6a {
  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;
}

.n1-7b3aau {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.n1-933v6a.n1-4c01g7 .n1-7b3aau {
  margin-bottom: 12px;
}

.n1-7b3aau::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;
}

.n1-933v6a.n1-4c01g7 .n1-7b3aau::after {
  transform: unset;
}

.n1-4renm5 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.n1-dzjb4e {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.n1-tgsnqx ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.n1-dzjb4e: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;
}

.n1-933v6a.n1-4c01g7 .n1-4renm5 {
  max-height: 100%;
}

.n1-l92ypj {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.n1-buc3wv {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.n1-e6f383 {
  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;
}

.n1-n7heyt {
  margin-right: 4px;
}

.n1-q7lzss {
  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.n1-tgsnqx ease-in-out;
}

.n1-q7lzss svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.n1-yiaqvw,
.n1-q7lzss:hover {
  color: var(--text-color);
}

.n1-z6rp0i {
  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;
}

.n1-z6rp0i img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.n1-z6rp0i .n1-q5plo1 {
  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;
}

.n1-z6rp0i .n1-572oj3 {
  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;
}

.n1-yvnkpg {
  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;
}

.n1-se1odc {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.n1-zny759 .n1-eyrln5 {
  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;
}

.n1-zny759 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.n1-21n9hv {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.n1-4srip4 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.n1-kuxot4 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.n1-q8sa12 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;
}

.n1-kuxot4:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.n1-f2mxxk {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.n1-7kd9rp {
  -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.n1-tgsnqx ease-in-out;
  transition: transform 0.n1-tgsnqx ease-in-out;
  -o-transition: transform 0.n1-tgsnqx ease-in-out;
  transition:
    transform 0.n1-tgsnqx ease-in-out,
    -webkit-transform 0.n1-tgsnqx ease-in-out;
  cursor: pointer;
}

.n1-7kd9rp svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.n1-7kd9rp: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;
}

.n1-ythw1i {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .n1-ythw1i {
    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);
}

.n1-7vtqrn {
  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;
}

.n1-54h8uc {
  position: relative;
  width: 100%;
}

.n1-7vtqrn.n1-5ypkou {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.n1-7vtqrn.n1-e3xcxv {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.n1-7vtqrn.n1-r6dlkx {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.n1-p9plhy {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.n1-7lv493 {
  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.n1-tgsnqx ease-in-out;
  cursor: pointer;
}

.n1-7lv493:hover {
  opacity: 0.5;
}

.n1-7vtqrn.n1-6hjiib .n1-7lv493 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.n1-7vtqrn.n1-6hjiib .n1-p9plhy {
  cursor: pointer;
}

.n1-r2gfrc {
  fill: #0009;
}

.n1-n6nn3l {
  fill: #fff;
}

.n1-7lv493:hover .n1-r2gfrc {
  fill: red;
}

.n1-7lv493 svg path {
  -webkit-transition: 0.n1-tgsnqx ease-in-out;
  -o-transition: 0.n1-tgsnqx ease-in-out;
  transition: 0.n1-tgsnqx ease-in-out;
}

.n1-gvq6yd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.n1-gvq6yd > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.n1-gvq6yd.n1-jzyu28 > :not(.get-image) {
  grid-column: 1/3;
}

.n1-w2sqhs:not(._h1-block) .n1-gvq6yd > .n1-mrte4y {
  grid-row: 1/2;
  grid-column: 1/3;
}

.n1-gvq6yd.n1-jzyu28 .n1-j97iky {
  grid-column: 2/3;
}

.n1-gvq6yd.n1-jzyu28 > .n1-nl572u {
  grid-column: 1/2;
}

.n1-gvq6yd.n1-jzyu28 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.n1-gvq6yd > p:first-of-type {
  margin-top: 0;
}

.n1-gvq6yd .n1-nl572u {
  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;
}

.n1-w2sqhs:not(._h1-block) .n1-mrte4y ~ .n1-nl572u {
  grid-row: 2/10;
}

.n1-w2sqhs.n1-1pvrv3 .n1-mrte4y ~ .n1-nl572u {
  grid-row: 1/10;
}

.n1-w2sqhs.n1-1pvrv3 > .n1-mrte4y {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.n1-w2sqhs.n1-1pvrv3 .n1-nl572u {
  grid-row: 1/10;
}

.n1-gvq6yd.n1-l8emkg .n1-nl572u {
  align-items: flex-start;
}

.n1-gvq6yd.n1-e3xcxv .n1-j97iky {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.n1-gvq6yd.n1-e3xcxv .n1-nl572u {
  align-items: center;
}

.n1-gvq6yd.n1-rgtdnf .n1-nl572u {
  align-items: flex-end;
}

.n1-j97iky > :first-child {
  margin-top: 0;
}

.n1-j97iky > :last-child {
  margin-bottom: 0;
}

* + .n1-9aak2b,
.n1-w2sqhs + .n1-w2sqhs {
  margin-top: 2rem;
}

.n1-aomgz2 td::before,
.n1-aomgz2 th::after {
  display: none !important;
}

.n1-aomgz2 #link-selector {
  color: #000;
}

.n1-aomgz2 .n1-drlwix {
  color: #135e96;
}

.n1-aomgz2 .n1-g86nl8 *,
.n1-aomgz2 .n1-yy7lcf p,
.n1-aomgz2 .n1-ckkaou * {
  color: #000;
}

.n1-aomgz2 .n1-277vby {
  background: 0 0 !important;
}

.n1-aomgz2 .n1-24to5z {
  color: #000;
}

.n1-aomgz2 .n1-t174cu.n1-y3dssp {
  color: #fff;
}

.n1-aomgz2 .n1-zhy2vn {
  color: #000;
}

.n1-aomgz2
  .n1-76gyv1
  .n1-py6jta.n1-y3dssp.n1-fwpu5j {
  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;
}

.n1-1unrlc,
body .n1-okys57 {
  color: #000;
  background: var(--color-body) !important;
}

.n1-1unrlc .n1-4j08rv .n1-w1tc8z,
body .n1-okys57 .n1-4j08rv .n1-w1tc8z {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .n1-dzjb4e:focus,
  .n1-dzjb4e:hover {
    color: #f9cb16;
  }
  .n1-2pnyx9:focus,
  .n1-2pnyx9:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .n1-vb7xq5:focus img,
  .n1-vb7xq5:focus svg,
  .n1-vb7xq5:hover img,
  .n1-vb7xq5:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .n1-z6rp0i {
    display: none;
  }
}

@media (min-width: 1024px) {
  .n1-lzffd6:hover .n1-skz0y0 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .n1-skz0y0 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .n1-kpjbug {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .n1-j33wbn {
    grid-template-columns: repeat(4, 1fr);
  }
  .n1-m5oq3x {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .n1-49a3no .n1-izc6gi {
    grid-template-columns: 1fr;
  }
  .n1-49a3no .n1-hasvjm {
    -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;
  }
  .n1-49a3no .n1-zldgmd {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .n1-49a3no .n1-cd8nl1 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .n1-49a3no .n1-49fgm2 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .n1-49a3no .n1-zldgmd:not(:first-child) {
    border: none;
  }
  .n1-49a3no .n1-zldgmd:first-child .n1-cd8nl1 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .n1-49a3no .n1-zldgmd:last-child .n1-cd8nl1 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .n1-kip7qj {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .n1-yma4vg {
    max-width: 100px;
  }
  .n1-d0z35f {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .n1-qu1hls {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .n1-qu1hls svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .n1-otz1dq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .n1-d0z35f + .n1-qu1hls {
    margin-left: auto;
  }
  .n1-tus2ha {
    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;
  }
  .n1-tus2ha.n1-4c01g7 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .n1-tjyrhz {
    -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;
  }
  .n1-v83wws {
    width: 100%;
  }
  .n1-v83wws:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .n1-p12s4c {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .n1-p12s4c svg {
    margin-right: 4px;
  }
  .n1-lzffd6 {
    -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;
  }
  .n1-skz0y0 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .n1-skz0y0 {
    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;
  }
  .n1-u3v2mh {
    display: none;
    width: 100%;
  }
  .n1-lzffd6.n1-4c01g7 .n1-u3v2mh {
    padding: 0 0 0 48px;
  }
  .n1-tzn2g0 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .n1-4t8g9q .n1-nl572u {
    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;
  }
  .n1-dwnhde {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .n1-dwnhde + .n1-dwnhde {
    margin-right: 0;
  }
  .n1-dwnhde + .n1-nl572u {
    margin: 0;
  }
  .n1-kpjbug {
    grid-template-columns: repeat(4, 1fr);
  }
  .n1-j33wbn {
    grid-template-columns: repeat(3, 1fr);
  }
  .n1-xov2lt,
  .n1-wngumv {
    grid-template-columns: repeat(2, 1fr);
  }
  .n1-gvq6yd {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .n1-gvq6yd.n1-jzyu28 .n1-j97iky {
    grid-column: auto;
    grid-row: auto;
  }
  .n1-gvq6yd > .n1-mrte4y {
    grid-column: 1/2;
  }
  .n1-gvq6yd.n1-jzyu28 > :not(.get-image) {
    grid-column: 1/2;
  }
  .n1-gvq6yd .n1-nl572u,
  .n1-gvq6yd.n1-jzyu28 > .n1-nl572u {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .n1-gvq6yd.n1-jzyu28 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .n1-w2sqhs.n1-1pvrv3 .n1-gvq6yd > .n1-nl572u {
    grid-row: 1/2;
  }
  .n1-gvq6yd .n1-mrte4y ~ .n1-nl572u,
  .n1-gvq6yd.n1-jzyu28 .n1-mrte4y ~ .n1-nl572u {
    grid-row: 2/3;
  }
  .n1-w2sqhs.n1-1pvrv3 .n1-mrte4y ~ .n1-nl572u {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .n1-0zwtuj:first-child .n1-97s613 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .n1-0zwtuj:first-child .n1-97s613 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .n1-0zwtuj {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .n1-0zwtuj {
    padding: 0;
  }
  .n1-5sq0bm {
    margin-top: 1rem;
  }
  .n1-w8j1lq {
    border-radius: 5px;
  }
  .n1-85ua14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .n1-7b3aau::after {
    display: inline-block;
  }
  .n1-7b3aau {
    margin: 0;
    width: 100%;
  }
  .n1-4renm5 {
    width: 100%;
  }
  .n1-4renm5.n1-qs8zmj {
    -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%;
  }
  .n1-4renm5.n1-qs8zmj .n1-l53iqd {
    width: 100%;
  }
  .n1-4renm5.n1-qs8zmj .n1-l53iqd:not(:last-child) {
    margin-right: 0;
  }
  .n1-dzjb4e {
    width: 100%;
    text-align: center;
  }
  .n1-933v6a.n1-4c01g7 .n1-4renm5 {
    margin-top: 1rem;
  }
  .n1-kpjbug {
    grid-template-columns: repeat(3, 1fr);
  }
  .n1-m5oq3x,
  .n1-j33wbn {
    grid-template-columns: repeat(2, 1fr);
  }
  .n1-xov2lt,
  .n1-wngumv,
  .n1-187311 {
    grid-template-columns: 1fr;
  }
  .n1-i3gd2m {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .n1-5ob4da {
    min-width: 300px;
    max-width: 325px;
  }
  .n1-cd8nl1 {
    cursor: auto;
  }
  .n1-8xq7li .n1-cd8nl1 {
    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;
  }
  .n1-ythw1i {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .n1-u3v2mh {
    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) {
  .n1-ythw1i {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.n1-dwnhde p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .n1-qu1hls {
    margin: 0 -0.2rem;
  }
  .n1-dwnhde {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .n1-swxyqw {
    -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;
  }
  .n1-0o0k3h {
    max-width: 100%;
  }
  .n1-kpjbug {
    grid-template-columns: repeat(2, 1fr);
  }
  .n1-m5oq3x,
  .n1-j33wbn {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .n1-kip7qj {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .n1-qu1hls {
    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;
  }
  .n1-ujx3xy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .n1-r8a42d {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .n1-2ouscg,
  .n1-7i7esl {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .n1-m035ca {
    width: 100%;
  }
  .n1-kpjbug {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .n1-ythw1i {
    top: 127px !important;
  }
}

.n1-aovsaj {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .n1-aovsaj {
  }
}

@media (max-width: 767px) {
  .n1-aovsaj {
    margin-bottom: 12px;
  }
}

.n1-aovsaj img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.n1-1bshp0 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.n1-1bshp0 > .n1-zafnbu {
  flex: 1 1;
}

@media (max-width: 767px) {
  .n1-1bshp0 {
    flex-direction: column;
    gap: 12px;
  }
}

.n1-ra7cy0 {
  display: flex;
}

.n1-ra7cy0 .n1-5ulysc {
  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;
}

.n1-ra7cy0 .n1-0n8vrm {
  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;
}

.n1-ra7cy0 .n1-zsu1ow {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.n1-ra7cy0 .n1-dlusr8 {
  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));
  }
}

.n1-ra7cy0 .n1-dlusr8:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.n1-ra7cy0 .n1-yavrcj {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.n1-ittwz7 {
  border: unset;
  background-color: unset;
}

.n1-ittwz7 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.n1-ittwz7 .n1-71z0ci,
.n1-ittwz7 .n1-s0u6c2 {
  flex: 0 1 330px;
}

.n1-ittwz7 .n1-hxu7cl {
  flex: 1 1;
}

.n1-ittwz7 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.n1-ittwz7 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.n1-ittwz7 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.n1-ittwz7 tr td p {
  color: #fff;
  margin: 0;
}

.n1-ittwz7 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.n1-ittwz7 tr.n1-71z0ci td p {
  padding: 16px 0;
}

.n1-ittwz7 tr.n1-71z0ci td p:not(:last-child),
.n1-ittwz7 tr.n1-s0u6c2 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.n1-ittwz7 tr.n1-71z0ci td p:first-child,
.n1-ittwz7 tr.n1-s0u6c2 td p:first-child {
  padding-top: 0;
}

.n1-ittwz7 tr.n1-s0u6c2 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.n1-ittwz7 tr.n1-s0u6c2 td p:last-child {
  padding-bottom: 0;
}

.n1-ittwz7 .n1-s0u6c2 img {
  max-width: 32px;
}

.n1-ittwz7 .n1-hxu7cl {
  min-width: 718px;
}

.n1-ittwz7 .n1-hxu7cl td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.n1-ittwz7 .n1-hxu7cl td {
  display: flex;
}

.n1-ittwz7 .n1-hxu7cl td:last-child .n1-697hcf,
.n1-ittwz7 .n1-hxu7cl td:last-child .n1-gzlqq3,
.n1-ittwz7 .n1-hxu7cl td:last-child .n1-5z0dsv {
  flex: 1 1 50%;
}

.n1-ittwz7 .n1-hxu7cl td:last-child .n1-yjv7h8 {
  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;
}

.n1-ittwz7 .n1-hxu7cl td:last-child .n1-ikpr8s,
.n1-ittwz7 .n1-hxu7cl td:last-child .n1-3tuxur {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.n1-ittwz7 .n1-hxu7cl td:last-child .n1-697hcf,
.n1-ittwz7 .n1-hxu7cl td:last-child .n1-gzlqq3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.n1-ittwz7 .n1-hxu7cl td:last-child .n1-697hcf span,
.n1-ittwz7 .n1-hxu7cl td:last-child .n1-gzlqq3 span {
  font-weight: 800;
}

.n1-ittwz7 .n1-hxu7cl img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .n1-ittwz7 .n1-hxu7cl td .n1-5z0dsv:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .n1-ittwz7 tr.n1-71z0ci td p:last-child {
    padding-bottom: 0;
  }
  .n1-ittwz7 .n1-s0u6c2 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .n1-ittwz7 .n1-s0u6c2 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .n1-ittwz7 tr.n1-71z0ci td p:not(:last-child),
  .n1-ittwz7 tr.n1-s0u6c2 td p:not(:last-child) {
    border-bottom: unset;
  }
  .n1-ittwz7 tr.n1-s0u6c2 td p:last-child {
    padding-bottom: 12px;
  }
  .n1-ittwz7 .n1-hxu7cl td:last-child .n1-697hcf,
  .n1-ittwz7 .n1-hxu7cl td:last-child .n1-gzlqq3,
  .n1-ittwz7 .n1-hxu7cl td:last-child .n1-5z0dsv {
    flex: 1 1 50%;
    padding: 0;
  }
  .n1-ittwz7 .n1-hxu7cl td:last-child .n1-697hcf,
  .n1-ittwz7 .n1-hxu7cl td:last-child .n1-gzlqq3 {
    margin-top: 16px;
  }
  .n1-ittwz7 .n1-hxu7cl td:last-child .n1-5z0dsv {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .n1-ittwz7 .n1-hxu7cl td:last-child .n1-697hcf {
    border-right: 1px solid var(--border-color);
  }
  .n1-ittwz7 .n1-hxu7cl td:last-child .n1-5z0dsv:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .n1-ittwz7 .n1-hxu7cl td:last-child .n1-5z0dsv:last-child {
    padding-bottom: 0;
  }
}

.n1-5z0dsv {
  display: flex;
  flex-direction: column;
}

.n1-ittwz7 .n1-hxu7cl td .n1-5z0dsv {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.n1-ittwz7 .n1-hxu7cl td .n1-5z0dsv:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.n1-ittwz7 .n1-hxu7cl td .n1-5z0dsv:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .n1-ittwz7 .n1-hxu7cl td .n1-5z0dsv:not(:first-child) {
    padding-left: 0;
  }
  .n1-ittwz7 .n1-hxu7cl td .n1-5z0dsv:not(:last-of-type) {
    border-right: unset;
  }
}

.n1-ittwz7 .n1-s30p2p {
  flex: 0 1 485px;
}

.n1-ittwz7 .n1-4lwucg {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.n1-ittwz7 .n1-4lwucg li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.n1-ittwz7 .n1-4lwucg li.n1-k7g0ep {
  padding: 6px 12px;
}

.n1-ittwz7 .n1-4lwucg li a,
.n1-ittwz7 .n1-4lwucg 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;
}

.n1-ittwz7 .n1-qkmu5k,
.n1-ittwz7 .n1-02v8iu {
  flex: 1 1;
}

.n1-ittwz7 .n1-2xqsst,
.n1-ittwz7 .n1-cuw9ou {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.n1-ittwz7 .n1-2xqsst li,
.n1-ittwz7 .n1-cuw9ou li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.n1-ittwz7 .n1-02v8iu img {
  max-width: 32px;
}

.n1-ittwz7 .n1-qkmu5k img {
  max-width: 32px;
}

.n1-ittwz7 .n1-jfbcxz {
  min-width: 280px;
}

.n1-ittwz7 .n1-jfbcxz img {
  max-width: 146px;
}

.n1-ittwz7 .n1-jfbcxz td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .n1-ittwz7 .n1-71z0ci,
  .n1-ittwz7 .n1-s0u6c2 {
    flex: 0 1 auto;
  }
  .n1-ittwz7 .n1-hxu7cl {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .n1-ittwz7 .n1-71z0ci,
  .n1-ittwz7 .n1-s30p2p,
  .n1-ittwz7 .n1-s0u6c2,
  .n1-ittwz7 .n1-hxu7cl {
    flex: 1 1 calc(50% - 20px);
  }
  .n1-ittwz7 .n1-qkmu5k,
  .n1-ittwz7 .n1-jfbcxz,
  .n1-ittwz7 .n1-02v8iu {
    flex: 1 1 30%;
  }
  .n1-ittwz7 .n1-jfbcxz {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .n1-ittwz7 .n1-71z0ci,
  .n1-ittwz7 .n1-s30p2p,
  .n1-ittwz7 .n1-qkmu5k,
  .n1-ittwz7 .n1-s0u6c2,
  .n1-ittwz7 .n1-hxu7cl,
  .n1-ittwz7 .n1-jfbcxz,
  .n1-ittwz7 .n1-02v8iu {
    flex: 1 1 100%;
  }
}

.n1-aia5jc .n1-irnvw2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.n1-aia5jc .n1-yl1kk7 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.n1-aia5jc .n1-a4yc3v {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.n1-aia5jc .n1-jmlwpn {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.n1-aia5jc .n1-jmlwpn > :nth-child(3) {
  margin-top: 0;
}

.n1-aia5jc .n1-nl572u {
  grid-column: 2/3;
  grid-row: 1/10;
}

.n1-aia5jc .n1-ta75kf {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.n1-aia5jc .n1-5sq0bm {
  grid-column: 1/2;
}

.n1-aia5jc > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.n1-aia5jc .n1-yl1kk7: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;
}

.n1-aia5jc .n1-yl1kk7:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.n1-aia5jc .n1-m035ca {
  min-width: 240px;
}

@media (max-width: 768px) {
  .n1-aia5jc .n1-yl1kk7:not(:last-child):before {
    bottom: 8px;
  }
  .n1-aia5jc .n1-yl1kk7:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .n1-aia5jc .n1-jmlwpn {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .n1-aia5jc .n1-nl572u {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .n1-aia5jc .n1-nl572u img {
    width: 100%;
    height: auto;
  }
  .n1-aia5jc .n1-m035ca {
    width: 100%;
    min-width: unset;
  }
}

.n1-rvzfvj .n1-xujfr6 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.n1-rvzfvj .n1-8x7wjk {
  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;
}

.n1-rvzfvj .n1-nl572u {
  height: 100%;
}

.n1-rvzfvj .n1-nl572u img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.n1-rvzfvj .n1-mntolm {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.n1-rvzfvj .n1-uildi1 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.n1-rvzfvj .n1-1f67w1 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .n1-rvzfvj .n1-8x7wjk {
    flex: 1 1 100%;
  }
  .n1-rvzfvj .n1-vkyvnu {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .n1-rvzfvj .n1-8x7wjk {
    flex-direction: column;
  }
  .n1-rvzfvj .n1-nl572u {
    width: 100%;
    height: auto;
  }
  .n1-rvzfvj .n1-nl572u img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .n1-rvzfvj .n1-mntolm {
    padding: 0 16px 16px 16px;
  }
  .n1-rvzfvj .n1-vkyvnu {
    min-width: unset;
    width: 100%;
  }
}

.n1-ae4msn .n1-nj95fm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.n1-ae4msn .n1-433gek {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.n1-ae4msn 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;
}

.n1-ae4msn .n1-unicwr {
  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;
}

.n1-ae4msn .n1-433gek:hover .n1-unicwr {
  display: flex;
}

.n1-ae4msn .n1-rjpitb {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.n1-ae4msn .n1-5y6obg {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.n1-fbcru2 {
  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;
}

.n1-fbcru2.n1-p6m3m5 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.n1-roar1d ease-in-out;
}

.n1-fbcru2.n1-p6m3m5:hover {
  color: #f9cb16;
  background-color: transparent;
}

.n1-ae4msn .n1-yorxlq {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.n1-roar1d ease-in-out;
}

.n1-ae4msn .n1-yorxlq:hover {
  color: #196948;
  background-color: #f9cb16;
}

.n1-ae4msn .n1-yorxlq:after,
.n1-fbcru2.n1-p6m3m5:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.n1-fbcru2.n1-p6m3m5:after {
  background-image: url(../images/Cash.svg);
}

.n1-ae4msn .n1-yorxlq:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .n1-ae4msn .n1-nj95fm {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .n1-ae4msn .n1-nj95fm {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .n1-ae4msn .n1-nj95fm {
    grid-template-columns: 1fr;
  }
  .n1-ae4msn .n1-433gek {
    height: auto;
  }
  .n1-ae4msn .n1-433gek .n1-unicwr {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .n1-ae4msn .n1-rjpitb,
  .n1-ae4msn .n1-5y6obg {
    text-align: left;
  }
  .n1-ae4msn .n1-5y6obg {
    margin-bottom: 8px;
  }
  .n1-ae4msn img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.n1-ftioiv {
  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;
}

.n1-ftioiv.n1-6hjiib {
  display: block;
}

.n1-ftioiv .n1-w61k0r {
  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;
}

.n1-ftioiv .n1-hun2y6 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.n1-ftioiv .n1-xm58lg {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.n1-ftioiv .n1-si5l14 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.n1-ftioiv .n1-fbcru2 {
  min-width: 296px;
  margin-bottom: 0;
}

.n1-ftioiv .n1-rvw4zv {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.n1-ftioiv .n1-jqcofx {
  position: relative;
  flex: 1 1;
}

.n1-ftioiv .n1-jqcofx iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .n1-ftioiv .n1-hun2y6 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .n1-ftioiv .n1-xm58lg {
    order: 1;
  }
  .n1-ftioiv .n1-si5l14 {
    order: 3;
    flex: 1 1 100%;
  }
  .n1-ftioiv .n1-fbcru2 {
    width: 100%;
    min-width: unset;
  }
  .n1-ftioiv .n1-rvw4zv {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .n1-gvq6yd > .n1-mrte4y {
    margin-bottom: 0;
  }
  .n1-gvq6yd > .n1-5sq0bm,
  .n1-gvq6yd > p {
    margin-top: 0;
  }
}

.n1-qwf2y2 img,
.n1-dwnhde img {
  width: auto;
  object-fit: contain;
}

.n1-qwf2y2 {
  align-items: center;
}

.n1-qwf2y2 img {
  max-height: 76px;
}

.n1-dwnhde img {
  max-height: 64px;
}

.n1-5lltz9 {
  overflow: auto;
}

.n1-414xbj {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.n1-wfvcnu:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.n1-jz4ag4 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.n1-t7fh19 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.n1-jz4ag4 .n1-nl572u {
  margin-right: 20px;
  flex-shrink: 0;
}

.n1-jz4ag4 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.n1-vfkxl6 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.n1-vfkxl6 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .n1-jz4ag4 {
    padding: 15px 10px;
  }
  .n1-vfkxl6 {
    padding: 15px 10px;
  }
  .n1-jz4ag4 .n1-nl572u {
    margin-right: 10px;
  }
}

.n1-z5ypa0 {
  overflow-x: auto;
}

.n1-gqvjwm {
  border-collapse: collapse;
  width: 100%;
}

.n1-z5ypa0 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.n1-z5ypa0 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.n1-z5ypa0 td.n1-6gl93y {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.n1-z5ypa0 td.n1-4pybbl {
  border-right: none;
}

.n1-z5ypa0 td.n1-4pybbl .n1-nl572u {
  justify-content: flex-start;
}

.n1-z5ypa0 td.n1-4pybbl .n1-nl572u img {
  height: auto;
  width: 90px;
}

.n1-z5ypa0 td.n1-ox75ep,
.n1-z5ypa0 td.n1-ms0w3b {
  font-weight: 600;
  text-align: right;
}

.n1-z5ypa0 td.n1-uxfjhr,
.n1-z5ypa0 td.n1-ox75ep {
  padding-bottom: 10px;
  border-bottom: none;
}

.n1-z5ypa0 td.n1-ox75ep,
.n1-z5ypa0 td.n1-ms0w3b {
  border-left: none;
}

.n1-z5ypa0 td.n1-uxfjhr,
.n1-z5ypa0 td.n1-uy0qxb {
  border-right: none;
}

.n1-z5ypa0 td.n1-uy0qxb,
.n1-z5ypa0 td.n1-ms0w3b {
  border-top: none;
  padding-top: 10px;
}

.n1-peku07 {
  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;
}

.n1-peku07 .n1-vkyvnu {
  min-width: unset;
  width: 100%;
}

.n1-peku07 .n1-vkyvnu.n1-g5b65j {
  grid-column: 1/2;
  grid-row: 1/2;
}

.n1-peku07 .n1-vkyvnu.n1-bcklly {
  grid-column: 2/3;
  grid-row: 1/2;
}

.n1-peku07 .n1-5lcwzs {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .n1-peku07 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .n1-peku07 .n1-vkyvnu.n1-g5b65j {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .n1-peku07 .n1-vkyvnu.n1-bcklly {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .n1-peku07 .n1-5lcwzs {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.n1-8g1kkq {
  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;
}

.n1-cv8qqe {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.n1-cc77gn p a img {
  margin: 0 auto;
  display: block;
}

.n1-cc77gn table {
  margin-bottom: 17px;
}

/* contanct form */
.n1-k9vjvt {
  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;
}

.n1-k9vjvt label {
  font-size: 14px;
}

.n1-k9vjvt h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.n1-k9vjvt input,
.n1-k9vjvt textarea,
.n1-k9vjvt 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;
}
.n1-k9vjvt button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.n1-roar1d ease;
}
.n1-k9vjvt button:hover {
  background-color: #691204;
}
.n1-cwtwua {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.n1-8r7l57 ease-in;
}

.n1-cwtwua 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;
}
.n1-pqv9zt, .n1-9zy33s, [class*="review-card"],
thead, thead th, table th, .n1-6w46mn,
.n1-2ep40b, [class*="collapsible-header"],
.n1-belgv9, [class*="updated-block"] {
  color: #ece7dc !important;
}

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