@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);
}

.nine-wgf9b9 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.nine-wxczyy {
  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.nine-k0oje0,
ul.nine-k0oje0 {
  padding-left: 20px;
}

ul.nine-k0oje0 {
  list-style: disc;
}

ol.nine-k0oje0 {
  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;
  }
}

.nine-ippf3h > .nine-1lfa0x,
.nine-ippf3h > .nine-ttg0ci,
.nine-ippf3h > blockquote,
.nine-ippf3h > h1,
.nine-ippf3h > h2,
.nine-ippf3h > h3,
.nine-ippf3h > h4,
.nine-ippf3h > h5,
.nine-ippf3h > h6,
.nine-ippf3h > ol,
.nine-ippf3h > p,
.nine-ippf3h > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.nine-ippf3h > ol,
.nine-ippf3h > ul {
  padding-left: 50px;
}

.nine-ippf3h 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;
}

.nine-ippf3h:not(:last-child) {
  margin-bottom: 2rem;
}

.nine-ippf3h > :not(:first-child) {
  margin-top: 2rem;
}

.nine-ippf3h {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.nine-ippf3h:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .nine-ippf3h:first-child {
    margin-top: 20px;
  }
}

.nine-ippf3h > p:last-of-type {
  margin-bottom: 32px;
}

.nine-ippf3h > .nine-uhndgm:not(:first-child) {
  margin: 64px auto 16px auto;
}

.nine-ne3p6u > .nine-uhndgm {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.nine-ttg0ci {
  overflow: auto;
}

.nine-ttg0ci::-webkit-scrollbar {
  height: 5px;
}

.nine-ttg0ci table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.nine-ttg0ci table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.nine-ttg0ci table thead,
table thead {
  border-bottom: none;
}

.nine-ttg0ci table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--table-head-text-color, var(--text-color));
  background-color: var(--table-head-bg-color, var(--table-1-color));
}

.nine-ttg0ci table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.nine-ttg0ci table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.nine-ttg0ci .nine-25gizi {
  table-layout: auto;
}

.nine-ttg0ci .nine-25gizi th {
  word-break: normal;
}

.nine-ttg0ci .nine-25gizi td {
  word-break: normal;
}

.nine-wgf9b9 .nine-wgf9b9 {
  padding-right: 0;
  padding-left: 0;
}

.nine-3okn4y {
  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;
}

.nine-1nqb4t {
  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;
}

.nine-j17di1 {
  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;
}

.nine-1lfa0x {
  margin-top: 24px;
}

.nine-1lfa0x.nine-syyodp {
  text-align: left;
}

.nine-1lfa0x.nine-va6g33 {
  text-align: right;
}

.nine-1lfa0x.nine-u8sg2g {
  text-align: center;
}

.nine-ka06kh {
  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.nine-jaoo73 ease-in-out;
  cursor: pointer;
}

.nine-ka06kh:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.nine-ka06kh {
  min-width: 328px;
}

@media (max-width: 768px) {
  .nine-ka06kh {
    min-width: unset;
  }
}

.nine-cdwget {
  background-color: var(--fh-bg-color);
}

.nine-b4funq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.nine-3iq91y {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.nine-3iq91y img {
  max-height: 80px;
  object-fit: contain;
}

.nine-yxgogm {
  flex: 1 1;
}

.nine-t2th8e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.nine-by5z2f {
  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;
}

.nine-by5z2f span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--header-text-color, var(--text-color));
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.nine-by5z2f.nine-uoebz3 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.nine-by5z2f.nine-uoebz3 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.nine-by5z2f.nine-uoebz3 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.nine-yxgogm + .nine-t2th8e {
  margin-left: 20px;
}

.nine-yiz7pa {
  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;
}

.nine-yiz7pa > svg {
  max-width: 24px;
  max-height: 24px;
}

.nine-yiz7pa + .nine-yiz7pa {
  margin-left: 5px;
}

.nine-2m088s {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.nine-2m088s:hover {
  background-color: var(--button-bg-hover);
}

.nine-pzlgkg {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.nine-jaoo73 ease-in-out;
  border: 1px solid var(--border-color);
}

.nine-pzlgkg:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.nine-8ictmn {
  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) {
  .nine-yxgogm {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .nine-8ictmn {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .nine-yxgogm {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .nine-yiz7pa {
    min-width: unset;
    flex: 1 1;
  }
}

.nine-kbj3zk {
  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;
}

.nine-kbj3zk:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.nine-kbj3zk:hover .nine-brbn8p {
  opacity: 1;
  pointer-events: auto;
}

.nine-8gkklw {
  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(--header-text-color, var(--text-color));
  transition: 0.nine-7l9yn5 ease-in-out;
  gap: 4px;
}

.nine-8gkklw > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--header-text-color, var(--text-color));
  stroke: var(--header-text-color, var(--text-color));
}

.nine-8gkklw .nine-3okn4y img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.nine-82h29n,
.nine-8gkklw:hover {
  color: var(--button-bg-hover);
}

.nine-nazeru {
  position: relative;
}

.nine-nazeru .nine-8gkklw {
  margin-right: 0;
  padding-right: 4px;
}

.nine-ab6mlh svg {
  fill: var(--header-text-color, var(--text-color));
  stroke: var(--header-text-color, var(--text-color));
}

.nine-nazeru.nine-uoebz3 .nine-ab6mlh svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.nine-nazeru.nine-uoebz3 .nine-brbn8p {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.nine-nazeru.nine-uoebz3 .nine-brbn8p::before {
  display: none;
}

.nine-ab6mlh svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.nine-brbn8p {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.nine-tz8jpz 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.nine-brbn8p::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.nine-brbn8p:hover {
  color: var(--fh-bg-color);
}

.nine-y0s5of {
  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.nine-tz8jpz 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--header-text-color, var(--text-color));
  -webkit-transition: 0.nine-7l9yn5 ease-in-out;
  -o-transition: 0.nine-7l9yn5 ease-in-out;
  transition: 0.nine-7l9yn5 ease-in-out;
}

.nine-y0s5of .nine-3okn4y img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.nine-taqqfo,
.nine-y0s5of:hover {
  color: var(--button-bg-hover);
}

.nine-isy71x {
  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(--card-bg-color, var(--fh-bg-color));
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.nine-isy71x.nine-hpz0ed {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.nine-isy71x.nine-hpz0ed:after,
.nine-isy71x.nine-hpz0ed:before {
  content: "";
  position: absolute;
  margin: auto;
}

.nine-isy71x.nine-hpz0ed: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);
  }
}

.nine-isy71x.nine-hpz0ed:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--card-bg-color, var(--fh-bg-color));
  border-radius: 12px;
  z-index: 0;
}

.nine-isy71x.nine-hpz0ed > * {
  z-index: 1;
}

.nine-isy71x b,
.nine-isy71x strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.nine-isy71x .nine-qctrha {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: var(--card-text-color, #fff);
}

.nine-isy71x .nine-y7eruk {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: var(--card-text-color, #fff);
  margin-top: 0;
}

.nine-isy71x .nine-3okn4y {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.nine-isy71x .nine-orc80d {
  margin-top: 12px;
}

.nine-orc80d {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.nine-8voajv {
  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;
}

.nine-orc80d .nine-r1bk6y {
  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.nine-jaoo73 ease-in-out;
}

.nine-orc80d .nine-r1bk6y:hover {
  background: rgba(255, 255, 255, 0.3);
}

.nine-5la13o {
  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;
}

.nine-isy71x.nine-aspiiy {
  gap: 12px;
  padding: 16px;
}

.nine-isy71x.nine-aspiiy .nine-5la13o {
  min-width: 240px;
}

.nine-isy71x.nine-aspiiy .nine-5la13o.nine-pv5toz {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .nine-isy71x .nine-qctrha {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .nine-isy71x .nine-y7eruk {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .nine-isy71x .nine-3okn4y {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .nine-isy71x.nine-aspiiy .nine-3okn4y {
    max-width: 126px;
  }
  .nine-isy71x .nine-orc80d {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .nine-isy71x .nine-8voajv {
    max-width: unset;
  }
  .nine-5la13o {
    min-width: unset;
    width: 100%;
  }
  .nine-isy71x .nine-5la13o {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .nine-isy71x.nine-aspiiy {
    grid-template-rows: auto 1fr auto;
  }
  .nine-isy71x.nine-aspiiy .nine-5la13o {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .nine-isy71x {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .nine-isy71x .nine-qctrha {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .nine-isy71x .nine-3okn4y {
    max-width: 78px;
  }
  .nine-isy71x .nine-orc80d {
    margin-top: -12px;
  }
  .nine-isy71x.nine-aspiiy {
    gap: 8px;
  }
  .nine-isy71x.nine-aspiiy .nine-qctrha {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .nine-isy71x.nine-aspiiy .nine-y7eruk {
    grid-column: 1/3;
  }
  .nine-isy71x.nine-aspiiy .nine-3okn4y {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .nine-isy71x.nine-aspiiy .nine-3okn4y img {
    max-width: 114px;
  }
}

.nine-5la13o.nine-hs4mom,
.nine-5la13o.nine-dnhdyf,
.nine-5la13o.nine-y05zy9 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.nine-jaoo73 ease-in-out;
}

.nine-5la13o.nine-hs4mom,
.nine-5la13o.nine-y05zy9 {
  padding: 10px;
}

.nine-5la13o.nine-hs4mom:hover,
.nine-5la13o.nine-dnhdyf:hover,
.nine-5la13o.nine-y05zy9:hover {
  background: var(--button-bg-hover);
}

.nine-5la13o.nine-hs4mom:hover svg path,
.nine-5la13o.nine-y05zy9:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.nine-5la13o.nine-pv5toz {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.nine-jaoo73 ease-in-out;
  background: var(--button-bg-color);
}

.nine-5la13o.nine-pv5toz:hover {
  background-color: var(--button-bg-hover);
}

.nine-5la13o.nine-dnhdyf: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);
  }
}

.nine-5la13o.nine-dnhdyf:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.nine-5la13o.nine-pv5toz:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.nine-vhhmpt {
  max-width: 650px;
}

.nine-3srpk8 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.nine-3ndc00 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.nine-nodcv9 {
  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.nine-7l9yn5 ease-in-out;
  cursor: pointer;
}

.nine-nodcv9:hover {
  opacity: 0.5;
}

.nine-nodcv9:focus {
  outline: 0;
}

.nine-nodcv9:focus .nine-e0htlk,
.nine-nodcv9:hover .nine-e0htlk {
  fill: red;
  fill-opacity: 1;
}

.nine-nodcv9:hover {
  cursor: pointer;
}

.nine-tn8bmd {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.nine-vhhmpt.nine-u8sg2g {
  margin: 0 auto;
}

.nine-vhhmpt.nine-va6g33 {
  margin-left: auto;
}

.nine-5esukh {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  border-radius: 12px 12px 0 0;
}

.nine-w15vh4 {
  padding-bottom: 50px;
}

.nine-pu7a0h {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.nine-cc144s {
  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;
}

.nine-92x09m {
  margin-top: 24px;
}

.nine-h5z81n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nine-mh0bdk {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--footer-text-color);
  margin-top: 4px;
}

.nine-x169oh {
  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;
}

.nine-5hm4rv {
  width: 468px;
}

.nine-x169oh .nine-brbn8p {
  margin: 0.nine-i4mnr6 0;
}

.nine-n2hvye {
  display: flex;
  min-width: 224px;
}

.nine-ww5mn8 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.nine-7l9yn5 ease-in-out;
}

.nine-shu1dk,
.nine-ww5mn8:hover {
  color: var(--text-color);
}

.nine-4y66yq {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.nine-ecakct {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .nine-5esukh {
    padding: 16px;
  }
  .nine-4y66yq {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .nine-ecakct {
    align-items: center;
  }
  .nine-5hm4rv {
    width: unset;
  }
  .nine-n2hvye {
    min-width: unset;
  }
  .nine-x169oh {
    max-height: unset;
  }
  .nine-pu7a0h {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .nine-5esukh {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.nine-pvs9ek {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--card-bg-color, var(--fh-bg-color));
  padding: 16px;
}

.nine-pvs9ek:not(:last-child) {
  margin-bottom: 16px;
}

.nine-jzepvw {
  outline: 0;
}

.nine-jzepvw .nine-j9jw1d {
  color: var(--card-text-color, #fff);
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.nine-9s0c8d {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .nine-9s0c8d {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.nine-9s0c8d::-webkit-details-marker {
  display: none;
}

.nine-9s0c8d: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;
}

.nine-9s0c8d:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--card-text-color, var(--text-color));
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .nine-9s0c8d:after {
  transform: unset;
}

.nine-j9jw1d {
  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(--card-text-color);
}

.nine-j9jw1d svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--card-text-color);
  -webkit-transition: 0.nine-7l9yn5 ease-in-out;
  -o-transition: 0.nine-7l9yn5 ease-in-out;
  transition: 0.nine-7l9yn5 ease-in-out;
}

.nine-mgkkdj {
  padding: 16px 0 0 0;
}

.nine-mgkkdj * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
  color: var(--card-text-color);
}

page-header__button .nine-mgkkdj :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .nine-9s0c8d {
    flex-wrap: wrap;
    gap: 12px;
  }
  .nine-9s0c8d::after {
    margin-left: auto;
  }
  .nine-j9jw1d {
    order: 3;
    flex: 1 1 100%;
  }
  .nine-9s0c8d {
    font-size: 14px;
    line-height: 130%;
  }
  .nine-j9jw1d svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--card-text-color);
  }
}

.nine-ol3rre {
  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;
}

.nine-phwr3j {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.nine-ol3rre.nine-uoebz3 .nine-phwr3j {
  margin-bottom: 12px;
}

.nine-phwr3j::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;
}

.nine-ol3rre.nine-uoebz3 .nine-phwr3j::after {
  transform: unset;
}

.nine-pspigd {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.nine-n2jxkn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.nine-7l9yn5 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.nine-n2jxkn: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;
}

.nine-ol3rre.nine-uoebz3 .nine-pspigd {
  max-height: 100%;
}

.nine-0jg4u9 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.nine-1d54yw {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.nine-hgqyco {
  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;
}

.nine-wixtws {
  margin-right: 4px;
}

.nine-7ddamu {
  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.nine-7l9yn5 ease-in-out;
}

.nine-7ddamu svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.nine-wkjiku,
.nine-7ddamu:hover {
  color: var(--text-color);
}

.nine-oehq7s {
  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;
}

.nine-oehq7s img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.nine-oehq7s .nine-gjkumh {
  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;
}

.nine-oehq7s .nine-jeim3t {
  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;
}

.nine-w6kzjw {
  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;
}

.nine-qrr5if {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.nine-o7fg6o .nine-wgf9b9 {
  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;
}

.nine-o7fg6o {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.nine-9m4a76 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.nine-t22p3v {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.nine-jnmpyr {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.nine-dvzpvt 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;
}

.nine-jnmpyr:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.nine-47ebsp {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.nine-unfwpu {
  -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.nine-7l9yn5 ease-in-out;
  transition: transform 0.nine-7l9yn5 ease-in-out;
  -o-transition: transform 0.nine-7l9yn5 ease-in-out;
  transition:
    transform 0.nine-7l9yn5 ease-in-out,
    -webkit-transform 0.nine-7l9yn5 ease-in-out;
  cursor: pointer;
}

.nine-unfwpu svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.nine-unfwpu: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;
}

.nine-07ca41 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .nine-07ca41 {
    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);
}

.nine-vo6vcn {
  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;
}

.nine-9nzvel {
  position: relative;
  width: 100%;
}

.nine-vo6vcn.nine-a379og {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nine-vo6vcn.nine-u8sg2g {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nine-vo6vcn.nine-va6g33 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nine-vmg3vn {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.nine-fhnqwk {
  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.nine-7l9yn5 ease-in-out;
  cursor: pointer;
}

.nine-fhnqwk:hover {
  opacity: 0.5;
}

.nine-vo6vcn.nine-14rs3o .nine-fhnqwk {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.nine-vo6vcn.nine-14rs3o .nine-vmg3vn {
  cursor: pointer;
}

.nine-fmwaeq {
  fill: #0009;
}

.nine-x2qlg2 {
  fill: #fff;
}

.nine-fhnqwk:hover .nine-fmwaeq {
  fill: red;
}

.nine-fhnqwk svg path {
  -webkit-transition: 0.nine-7l9yn5 ease-in-out;
  -o-transition: 0.nine-7l9yn5 ease-in-out;
  transition: 0.nine-7l9yn5 ease-in-out;
}

.nine-rg2m5d {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.nine-rg2m5d > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.nine-rg2m5d.nine-ilkj2b > :not(.get-image) {
  grid-column: 1/3;
}

.nine-q59b55:not(._h1-block) .nine-rg2m5d > .nine-uhndgm {
  grid-row: 1/2;
  grid-column: 1/3;
}

.nine-rg2m5d.nine-ilkj2b .nine-wtlx4k {
  grid-column: 2/3;
}

.nine-rg2m5d.nine-ilkj2b > .nine-3okn4y {
  grid-column: 1/2;
}

.nine-rg2m5d.nine-ilkj2b > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.nine-rg2m5d > p:first-of-type {
  margin-top: 0;
}

.nine-rg2m5d .nine-3okn4y {
  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;
}

.nine-q59b55:not(._h1-block) .nine-uhndgm ~ .nine-3okn4y {
  grid-row: 2/10;
}

.nine-q59b55.nine-zt8nmu .nine-uhndgm ~ .nine-3okn4y {
  grid-row: 1/10;
}

.nine-q59b55.nine-zt8nmu > .nine-uhndgm {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.nine-q59b55.nine-zt8nmu .nine-3okn4y {
  grid-row: 1/10;
}

.nine-rg2m5d.nine-8r8am3 .nine-3okn4y {
  align-items: flex-start;
}

.nine-rg2m5d.nine-u8sg2g .nine-wtlx4k {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.nine-rg2m5d.nine-u8sg2g .nine-3okn4y {
  align-items: center;
}

.nine-rg2m5d.nine-96s3t9 .nine-3okn4y {
  align-items: flex-end;
}

.nine-wtlx4k > :first-child {
  margin-top: 0;
}

.nine-wtlx4k > :last-child {
  margin-bottom: 0;
}

* + .nine-yrtyy1,
.nine-q59b55 + .nine-q59b55 {
  margin-top: 2rem;
}

.nine-qlwmlv td::before,
.nine-qlwmlv th::after {
  display: none !important;
}

.nine-qlwmlv #link-selector {
  color: #000;
}

.nine-qlwmlv .nine-47u7ey {
  color: #135e96;
}

.nine-qlwmlv .nine-psb5jz *,
.nine-qlwmlv .nine-4w05z6 p,
.nine-qlwmlv .nine-trh4v0 * {
  color: #000;
}

.nine-qlwmlv .nine-73fqby {
  background: 0 0 !important;
}

.nine-qlwmlv .nine-k3v2z8 {
  color: #000;
}

.nine-qlwmlv .nine-26eg54.nine-q5z2k1 {
  color: #fff;
}

.nine-qlwmlv .nine-t92tv4 {
  color: #000;
}

.nine-qlwmlv
  .nine-p5s2hc
  .nine-pi4ftc.nine-q5z2k1.nine-i7spav {
  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;
}

.nine-xa27lx,
body .nine-3s3vn9 {
  color: #000;
  background: var(--color-body) !important;
}

.nine-xa27lx .nine-kxx6pf .nine-u3a8jf,
body .nine-3s3vn9 .nine-kxx6pf .nine-u3a8jf {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .nine-n2jxkn:focus,
  .nine-n2jxkn:hover {
    color: #f9cb16;
  }
  .nine-igx9hn:focus,
  .nine-igx9hn:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .nine-a8f85o:focus img,
  .nine-a8f85o:focus svg,
  .nine-a8f85o:hover img,
  .nine-a8f85o:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .nine-oehq7s {
    display: none;
  }
}

@media (min-width: 1024px) {
  .nine-nazeru:hover .nine-ab6mlh svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .nine-ab6mlh {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .nine-70wcgq {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .nine-8s5jl4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .nine-dd9wct {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .nine-vnsnde .nine-3f3mgw {
    grid-template-columns: 1fr;
  }
  .nine-vnsnde .nine-n9b1sc {
    -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;
  }
  .nine-vnsnde .nine-j2o160 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .nine-vnsnde .nine-upd4c4 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .nine-vnsnde .nine-3uqjun {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .nine-vnsnde .nine-j2o160:not(:first-child) {
    border: none;
  }
  .nine-vnsnde .nine-j2o160:first-child .nine-upd4c4 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .nine-vnsnde .nine-j2o160:last-child .nine-upd4c4 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .nine-b4funq {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .nine-3iq91y {
    max-width: 100px;
  }
  .nine-yxgogm {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .nine-t2th8e {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .nine-t2th8e svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .nine-by5z2f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .nine-yxgogm + .nine-t2th8e {
    margin-left: auto;
  }
  .nine-v5df13 {
    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;
  }
  .nine-v5df13.nine-uoebz3 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .nine-8ictmn {
    -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;
  }
  .nine-kbj3zk {
    width: 100%;
  }
  .nine-kbj3zk:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .nine-8gkklw {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .nine-8gkklw svg {
    margin-right: 4px;
  }
  .nine-nazeru {
    -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;
  }
  .nine-ab6mlh svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .nine-ab6mlh {
    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;
  }
  .nine-brbn8p {
    display: none;
    width: 100%;
  }
  .nine-nazeru.nine-uoebz3 .nine-brbn8p {
    padding: 0 0 0 48px;
  }
  .nine-y0s5of {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .nine-cc144s .nine-3okn4y {
    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;
  }
  .nine-yu8vpo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .nine-yu8vpo + .nine-yu8vpo {
    margin-right: 0;
  }
  .nine-yu8vpo + .nine-3okn4y {
    margin: 0;
  }
  .nine-70wcgq {
    grid-template-columns: repeat(4, 1fr);
  }
  .nine-8s5jl4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .nine-44x290,
  .nine-jp9anf {
    grid-template-columns: repeat(2, 1fr);
  }
  .nine-rg2m5d {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .nine-rg2m5d.nine-ilkj2b .nine-wtlx4k {
    grid-column: auto;
    grid-row: auto;
  }
  .nine-rg2m5d > .nine-uhndgm {
    grid-column: 1/2;
  }
  .nine-rg2m5d.nine-ilkj2b > :not(.get-image) {
    grid-column: 1/2;
  }
  .nine-rg2m5d .nine-3okn4y,
  .nine-rg2m5d.nine-ilkj2b > .nine-3okn4y {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .nine-rg2m5d.nine-ilkj2b > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .nine-q59b55.nine-zt8nmu .nine-rg2m5d > .nine-3okn4y {
    grid-row: 1/2;
  }
  .nine-rg2m5d .nine-uhndgm ~ .nine-3okn4y,
  .nine-rg2m5d.nine-ilkj2b .nine-uhndgm ~ .nine-3okn4y {
    grid-row: 2/3;
  }
  .nine-q59b55.nine-zt8nmu .nine-uhndgm ~ .nine-3okn4y {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .nine-ippf3h:first-child .nine-stx20y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nine-ippf3h:first-child .nine-stx20y h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .nine-ippf3h {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .nine-ippf3h {
    padding: 0;
  }
  .nine-1lfa0x {
    margin-top: 1rem;
  }
  .nine-jzepvw {
    border-radius: 5px;
  }
  .nine-nrq7f8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nine-phwr3j::after {
    display: inline-block;
  }
  .nine-phwr3j {
    margin: 0;
    width: 100%;
  }
  .nine-pspigd {
    width: 100%;
  }
  .nine-pspigd.nine-qvhfkj {
    -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%;
  }
  .nine-pspigd.nine-qvhfkj .nine-yb3w67 {
    width: 100%;
  }
  .nine-pspigd.nine-qvhfkj .nine-yb3w67:not(:last-child) {
    margin-right: 0;
  }
  .nine-n2jxkn {
    width: 100%;
    text-align: center;
  }
  .nine-ol3rre.nine-uoebz3 .nine-pspigd {
    margin-top: 1rem;
  }
  .nine-70wcgq {
    grid-template-columns: repeat(3, 1fr);
  }
  .nine-dd9wct,
  .nine-8s5jl4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .nine-44x290,
  .nine-jp9anf,
  .nine-96mmwe {
    grid-template-columns: 1fr;
  }
  .nine-k2yhtd {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .nine-v6szg7 {
    min-width: 300px;
    max-width: 325px;
  }
  .nine-upd4c4 {
    cursor: auto;
  }
  .nine-hxrcrd .nine-upd4c4 {
    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;
  }
  .nine-07ca41 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .nine-brbn8p {
    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) {
  .nine-07ca41 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.nine-yu8vpo p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .nine-t2th8e {
    margin: 0 -0.2rem;
  }
  .nine-yu8vpo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .nine-ox4pz6 {
    -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;
  }
  .nine-h94rv8 {
    max-width: 100%;
  }
  .nine-70wcgq {
    grid-template-columns: repeat(2, 1fr);
  }
  .nine-dd9wct,
  .nine-8s5jl4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .nine-b4funq {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nine-t2th8e {
    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;
  }
  .nine-cdwget {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nine-yiz7pa {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .nine-jpgxwq,
  .nine-cpj5x8 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .nine-ka06kh {
    width: 100%;
  }
  .nine-70wcgq {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .nine-07ca41 {
    top: 127px !important;
  }
}

.nine-w5krm7 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .nine-w5krm7 {
  }
}

@media (max-width: 767px) {
  .nine-w5krm7 {
    margin-bottom: 12px;
  }
}

.nine-w5krm7 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.nine-sr2rk8 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.nine-sr2rk8 > .nine-z4ovgg {
  flex: 1 1;
}

@media (max-width: 767px) {
  .nine-sr2rk8 {
    flex-direction: column;
    gap: 12px;
  }
}

.nine-fipm11 {
  display: flex;
}

.nine-fipm11 .nine-tc6kux {
  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;
}

.nine-fipm11 .nine-thait3 {
  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;
}

.nine-fipm11 .nine-fhxmu2 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.nine-fipm11 .nine-fr697s {
  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));
  }
}

.nine-fipm11 .nine-fr697s:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.nine-fipm11 .nine-ocxgkm {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.nine-ojdgd2 {
  border: unset;
  background-color: unset;
}

.nine-ojdgd2 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.nine-ojdgd2 .nine-bzxfrw,
.nine-ojdgd2 .nine-5d1yd5 {
  flex: 0 1 330px;
}

.nine-ojdgd2 .nine-ez3o8n {
  flex: 1 1;
}

.nine-ojdgd2 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--card-bg-color, var(--fh-bg-color));
  padding: 16px;
}

.nine-ojdgd2 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--card-text-color, #fff);
  padding: 0;
}

.nine-ojdgd2 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.nine-ojdgd2 tr td p {
  color: var(--card-text-color, #fff);
  margin: 0;
}

.nine-ojdgd2 tr td p span {
  color: var(--card-text-color, var(--title-color));
  font-weight: 800;
}

.nine-ojdgd2 tr.nine-bzxfrw td p {
  padding: 16px 0;
}

.nine-ojdgd2 tr.nine-bzxfrw td p:not(:last-child),
.nine-ojdgd2 tr.nine-5d1yd5 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.nine-ojdgd2 tr.nine-bzxfrw td p:first-child,
.nine-ojdgd2 tr.nine-5d1yd5 td p:first-child {
  padding-top: 0;
}

.nine-ojdgd2 tr.nine-5d1yd5 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.nine-ojdgd2 tr.nine-5d1yd5 td p:last-child {
  padding-bottom: 0;
}

.nine-ojdgd2 .nine-5d1yd5 img {
  max-width: 32px;
}

.nine-ojdgd2 .nine-ez3o8n {
  min-width: 718px;
}

.nine-ojdgd2 .nine-ez3o8n td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.nine-ojdgd2 .nine-ez3o8n td {
  display: flex;
}

.nine-ojdgd2 .nine-ez3o8n td:last-child .nine-i48u8e,
.nine-ojdgd2 .nine-ez3o8n td:last-child .nine-amf715,
.nine-ojdgd2 .nine-ez3o8n td:last-child .nine-m0s7li {
  flex: 1 1 50%;
}

.nine-ojdgd2 .nine-ez3o8n td:last-child .nine-wkmpyw {
  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;
}

.nine-ojdgd2 .nine-ez3o8n td:last-child .nine-4oz5d6,
.nine-ojdgd2 .nine-ez3o8n td:last-child .nine-9oahi2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.nine-ojdgd2 .nine-ez3o8n td:last-child .nine-i48u8e,
.nine-ojdgd2 .nine-ez3o8n td:last-child .nine-amf715 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.nine-ojdgd2 .nine-ez3o8n td:last-child .nine-i48u8e span,
.nine-ojdgd2 .nine-ez3o8n td:last-child .nine-amf715 span {
  font-weight: 800;
}

.nine-ojdgd2 .nine-ez3o8n img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .nine-ojdgd2 .nine-ez3o8n td .nine-m0s7li:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .nine-ojdgd2 tr.nine-bzxfrw td p:last-child {
    padding-bottom: 0;
  }
  .nine-ojdgd2 .nine-5d1yd5 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .nine-ojdgd2 .nine-5d1yd5 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .nine-ojdgd2 tr.nine-bzxfrw td p:not(:last-child),
  .nine-ojdgd2 tr.nine-5d1yd5 td p:not(:last-child) {
    border-bottom: unset;
  }
  .nine-ojdgd2 tr.nine-5d1yd5 td p:last-child {
    padding-bottom: 12px;
  }
  .nine-ojdgd2 .nine-ez3o8n td:last-child .nine-i48u8e,
  .nine-ojdgd2 .nine-ez3o8n td:last-child .nine-amf715,
  .nine-ojdgd2 .nine-ez3o8n td:last-child .nine-m0s7li {
    flex: 1 1 50%;
    padding: 0;
  }
  .nine-ojdgd2 .nine-ez3o8n td:last-child .nine-i48u8e,
  .nine-ojdgd2 .nine-ez3o8n td:last-child .nine-amf715 {
    margin-top: 16px;
  }
  .nine-ojdgd2 .nine-ez3o8n td:last-child .nine-m0s7li {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .nine-ojdgd2 .nine-ez3o8n td:last-child .nine-i48u8e {
    border-right: 1px solid var(--border-color);
  }
  .nine-ojdgd2 .nine-ez3o8n td:last-child .nine-m0s7li:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .nine-ojdgd2 .nine-ez3o8n td:last-child .nine-m0s7li:last-child {
    padding-bottom: 0;
  }
}

.nine-m0s7li {
  display: flex;
  flex-direction: column;
}

.nine-ojdgd2 .nine-ez3o8n td .nine-m0s7li {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.nine-ojdgd2 .nine-ez3o8n td .nine-m0s7li:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.nine-ojdgd2 .nine-ez3o8n td .nine-m0s7li:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .nine-ojdgd2 .nine-ez3o8n td .nine-m0s7li:not(:first-child) {
    padding-left: 0;
  }
  .nine-ojdgd2 .nine-ez3o8n td .nine-m0s7li:not(:last-of-type) {
    border-right: unset;
  }
}

.nine-ojdgd2 .nine-0ll9pz {
  flex: 0 1 485px;
}

.nine-ojdgd2 .nine-lit4j0 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.nine-ojdgd2 .nine-lit4j0 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.nine-ojdgd2 .nine-lit4j0 li.nine-xa9q30 {
  padding: 6px 12px;
}

.nine-ojdgd2 .nine-lit4j0 li a,
.nine-ojdgd2 .nine-lit4j0 li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: var(--card-text-color, #fff);
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.nine-ojdgd2 .nine-k4mesk,
.nine-ojdgd2 .nine-67dwts {
  flex: 1 1;
}

.nine-ojdgd2 .nine-vf4yka,
.nine-ojdgd2 .nine-k2sl0y {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nine-ojdgd2 .nine-vf4yka li,
.nine-ojdgd2 .nine-k2sl0y li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.nine-ojdgd2 .nine-67dwts img {
  max-width: 32px;
}

.nine-ojdgd2 .nine-k4mesk img {
  max-width: 32px;
}

.nine-ojdgd2 .nine-7qgstg {
  min-width: 280px;
}

.nine-ojdgd2 .nine-7qgstg img {
  max-width: 146px;
}

.nine-ojdgd2 .nine-7qgstg td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .nine-ojdgd2 .nine-bzxfrw,
  .nine-ojdgd2 .nine-5d1yd5 {
    flex: 0 1 auto;
  }
  .nine-ojdgd2 .nine-ez3o8n {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .nine-ojdgd2 .nine-bzxfrw,
  .nine-ojdgd2 .nine-0ll9pz,
  .nine-ojdgd2 .nine-5d1yd5,
  .nine-ojdgd2 .nine-ez3o8n {
    flex: 1 1 calc(50% - 20px);
  }
  .nine-ojdgd2 .nine-k4mesk,
  .nine-ojdgd2 .nine-7qgstg,
  .nine-ojdgd2 .nine-67dwts {
    flex: 1 1 30%;
  }
  .nine-ojdgd2 .nine-7qgstg {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .nine-ojdgd2 .nine-bzxfrw,
  .nine-ojdgd2 .nine-0ll9pz,
  .nine-ojdgd2 .nine-k4mesk,
  .nine-ojdgd2 .nine-5d1yd5,
  .nine-ojdgd2 .nine-ez3o8n,
  .nine-ojdgd2 .nine-7qgstg,
  .nine-ojdgd2 .nine-67dwts {
    flex: 1 1 100%;
  }
}

.nine-d9nc8c .nine-g8dtmp {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nine-d9nc8c .nine-dxeu6t {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.nine-d9nc8c .nine-gr70dy {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.nine-d9nc8c .nine-mrfqxq {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.nine-d9nc8c .nine-mrfqxq > :nth-child(3) {
  margin-top: 0;
}

.nine-d9nc8c .nine-3okn4y {
  grid-column: 2/3;
  grid-row: 1/10;
}

.nine-d9nc8c .nine-pff5kn {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.nine-d9nc8c .nine-1lfa0x {
  grid-column: 1/2;
}

.nine-d9nc8c > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.nine-d9nc8c .nine-dxeu6t: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;
}

.nine-d9nc8c .nine-dxeu6t:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.nine-d9nc8c .nine-ka06kh {
  min-width: 240px;
}

@media (max-width: 768px) {
  .nine-d9nc8c .nine-dxeu6t:not(:last-child):before {
    bottom: 8px;
  }
  .nine-d9nc8c .nine-dxeu6t:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .nine-d9nc8c .nine-mrfqxq {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .nine-d9nc8c .nine-3okn4y {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .nine-d9nc8c .nine-3okn4y img {
    width: 100%;
    height: auto;
  }
  .nine-d9nc8c .nine-ka06kh {
    width: 100%;
    min-width: unset;
  }
}

.nine-32w3oz .nine-cmr5bk {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.nine-32w3oz .nine-78u162 {
  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;
}

.nine-32w3oz .nine-3okn4y {
  height: 100%;
}

.nine-32w3oz .nine-3okn4y img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.nine-32w3oz .nine-fg3bnt {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.nine-32w3oz .nine-c68dzf {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.nine-32w3oz .nine-mh8vfd {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .nine-32w3oz .nine-78u162 {
    flex: 1 1 100%;
  }
  .nine-32w3oz .nine-5la13o {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .nine-32w3oz .nine-78u162 {
    flex-direction: column;
  }
  .nine-32w3oz .nine-3okn4y {
    width: 100%;
    height: auto;
  }
  .nine-32w3oz .nine-3okn4y img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .nine-32w3oz .nine-fg3bnt {
    padding: 0 16px 16px 16px;
  }
  .nine-32w3oz .nine-5la13o {
    min-width: unset;
    width: 100%;
  }
}

.nine-kc4imz .nine-l4xoef {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.nine-kc4imz .nine-f5twqp {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.nine-kc4imz 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;
}

.nine-kc4imz .nine-6p8uee {
  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;
}

.nine-kc4imz .nine-f5twqp:hover .nine-6p8uee {
  display: flex;
}

.nine-kc4imz .nine-vz7uhy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.nine-kc4imz .nine-9p4xul {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.nine-gvaigi {
  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;
}

.nine-gvaigi.nine-bmok9x {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.nine-jaoo73 ease-in-out;
}

.nine-gvaigi.nine-bmok9x:hover {
  color: #f9cb16;
  background-color: transparent;
}

.nine-kc4imz .nine-k4cd4j {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.nine-jaoo73 ease-in-out;
}

.nine-kc4imz .nine-k4cd4j:hover {
  color: #196948;
  background-color: #f9cb16;
}

.nine-kc4imz .nine-k4cd4j:after,
.nine-gvaigi.nine-bmok9x:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.nine-gvaigi.nine-bmok9x:after {
  background-image: url(../images/Cash.svg);
}

.nine-kc4imz .nine-k4cd4j:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .nine-kc4imz .nine-l4xoef {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .nine-kc4imz .nine-l4xoef {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .nine-kc4imz .nine-l4xoef {
    grid-template-columns: 1fr;
  }
  .nine-kc4imz .nine-f5twqp {
    height: auto;
  }
  .nine-kc4imz .nine-f5twqp .nine-6p8uee {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .nine-kc4imz .nine-vz7uhy,
  .nine-kc4imz .nine-9p4xul {
    text-align: left;
  }
  .nine-kc4imz .nine-9p4xul {
    margin-bottom: 8px;
  }
  .nine-kc4imz img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.nine-cykuih {
  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;
}

.nine-cykuih.nine-14rs3o {
  display: block;
}

.nine-cykuih .nine-cfgr6j {
  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;
}

.nine-cykuih .nine-opcbwt {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.nine-cykuih .nine-pzdl4n {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.nine-cykuih .nine-cewnio {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.nine-cykuih .nine-gvaigi {
  min-width: 296px;
  margin-bottom: 0;
}

.nine-cykuih .nine-p4q8xk {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.nine-cykuih .nine-jht6bx {
  position: relative;
  flex: 1 1;
}

.nine-cykuih .nine-jht6bx iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .nine-cykuih .nine-opcbwt {
    flex-wrap: wrap;
    gap: 8px;
  }
  .nine-cykuih .nine-pzdl4n {
    order: 1;
  }
  .nine-cykuih .nine-cewnio {
    order: 3;
    flex: 1 1 100%;
  }
  .nine-cykuih .nine-gvaigi {
    width: 100%;
    min-width: unset;
  }
  .nine-cykuih .nine-p4q8xk {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .nine-rg2m5d > .nine-uhndgm {
    margin-bottom: 0;
  }
  .nine-rg2m5d > .nine-1lfa0x,
  .nine-rg2m5d > p {
    margin-top: 0;
  }
}

.nine-uw799c img,
.nine-yu8vpo img {
  width: auto;
  object-fit: contain;
}

.nine-uw799c {
  align-items: center;
}

.nine-uw799c img {
  max-height: 76px;
}

.nine-yu8vpo img {
  max-height: 64px;
}

.nine-9nghsb {
  overflow: auto;
}

.nine-bdkess {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.nine-3ep6qo:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.nine-v6lq38 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.nine-9we51w {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nine-v6lq38 .nine-3okn4y {
  margin-right: 20px;
  flex-shrink: 0;
}

.nine-v6lq38 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.nine-es4et3 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.nine-es4et3 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .nine-v6lq38 {
    padding: 15px 10px;
  }
  .nine-es4et3 {
    padding: 15px 10px;
  }
  .nine-v6lq38 .nine-3okn4y {
    margin-right: 10px;
  }
}

.nine-onumwa {
  overflow-x: auto;
}

.nine-4c4dry {
  border-collapse: collapse;
  width: 100%;
}

.nine-onumwa th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.nine-onumwa td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.nine-onumwa td.nine-rxslow {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.nine-onumwa td.nine-rp8w4k {
  border-right: none;
}

.nine-onumwa td.nine-rp8w4k .nine-3okn4y {
  justify-content: flex-start;
}

.nine-onumwa td.nine-rp8w4k .nine-3okn4y img {
  height: auto;
  width: 90px;
}

.nine-onumwa td.nine-u8mbfl,
.nine-onumwa td.nine-ptfbp2 {
  font-weight: 600;
  text-align: right;
}

.nine-onumwa td.nine-8w8bd5,
.nine-onumwa td.nine-u8mbfl {
  padding-bottom: 10px;
  border-bottom: none;
}

.nine-onumwa td.nine-u8mbfl,
.nine-onumwa td.nine-ptfbp2 {
  border-left: none;
}

.nine-onumwa td.nine-8w8bd5,
.nine-onumwa td.nine-5t66h7 {
  border-right: none;
}

.nine-onumwa td.nine-5t66h7,
.nine-onumwa td.nine-ptfbp2 {
  border-top: none;
  padding-top: 10px;
}

.nine-7kgqhw {
  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;
}

.nine-7kgqhw .nine-5la13o {
  min-width: unset;
  width: 100%;
}

.nine-7kgqhw .nine-5la13o.nine-hs4mom {
  grid-column: 1/2;
  grid-row: 1/2;
}

.nine-7kgqhw .nine-5la13o.nine-y05zy9 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.nine-7kgqhw .nine-44nxb4 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .nine-7kgqhw {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .nine-7kgqhw .nine-5la13o.nine-hs4mom {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .nine-7kgqhw .nine-5la13o.nine-y05zy9 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .nine-7kgqhw .nine-44nxb4 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.nine-yecb1f {
  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;
}

.nine-rxugsm {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.nine-ne3p6u p a img {
  margin: 0 auto;
  display: block;
}

.nine-ne3p6u table {
  margin-bottom: 17px;
}

/* contanct form */
.nine-z65p56 {
  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;
}

.nine-z65p56 label {
  font-size: 14px;
}

.nine-z65p56 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.nine-z65p56 input,
.nine-z65p56 textarea,
.nine-z65p56 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;
}
.nine-z65p56 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.nine-jaoo73 ease;
}
.nine-z65p56 button:hover {
  background-color: #691204;
}
.nine-ipqlhz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.nine-p44lcl ease-in;
}

.nine-ipqlhz 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;
}
.nine-n60q85, .nine-uu4iv2, [class*="review-card"],
thead, thead th, table th, .nine-pp9ynr,
.nine-s1x3d0, [class*="collapsible-header"],
.nine-fvrkd7, [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; }
.nine-ka06kh, .nine-ka06kh :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nine-2m088s, .nine-2m088s :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nine-pzlgkg, .nine-pzlgkg :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nine-5la13o.nine-hs4mom, .nine-5la13o.nine-dnhdyf, .nine-5la13o.nine-y05zy9, .nine-5la13o.nine-hs4mom, .nine-5la13o.nine-dnhdyf, .nine-5la13o.nine-y05zy9 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nine-5la13o.nine-pv5toz, .nine-5la13o.nine-pv5toz :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nine-9s0c8d:before, .nine-9s0c8d:before :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nine-jnmpyr, .nine-jnmpyr :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nine-unfwpu, .nine-unfwpu :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nine-fipm11 .nine-tc6kux, .nine-fipm11 .nine-tc6kux :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.nine-yecb1f, .nine-yecb1f :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--button-text-color) !important; }

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
