@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);
}

.joo-6bg4gn {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.joo-17njb8 {
  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.joo-eis0tm,
ul.joo-eis0tm {
  padding-left: 20px;
}

ul.joo-eis0tm {
  list-style: disc;
}

ol.joo-eis0tm {
  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;
  }
}

.joo-itkjan > .joo-c97lrx,
.joo-itkjan > .joo-93mu78,
.joo-itkjan > blockquote,
.joo-itkjan > h1,
.joo-itkjan > h2,
.joo-itkjan > h3,
.joo-itkjan > h4,
.joo-itkjan > h5,
.joo-itkjan > h6,
.joo-itkjan > ol,
.joo-itkjan > p,
.joo-itkjan > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.joo-itkjan > ol,
.joo-itkjan > ul {
  padding-left: 50px;
}

.joo-itkjan 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;
}

.joo-itkjan:not(:last-child) {
  margin-bottom: 2rem;
}

.joo-itkjan > :not(:first-child) {
  margin-top: 2rem;
}

.joo-itkjan {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.joo-itkjan:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .joo-itkjan:first-child {
    margin-top: 20px;
  }
}

.joo-itkjan > p:last-of-type {
  margin-bottom: 32px;
}

.joo-itkjan > .joo-yv406x:not(:first-child) {
  margin: 64px auto 16px auto;
}

.joo-qgku38 > .joo-yv406x {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.joo-93mu78 {
  overflow: auto;
}

.joo-93mu78::-webkit-scrollbar {
  height: 5px;
}

.joo-93mu78 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.joo-93mu78 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.joo-93mu78 table thead,
table thead {
  border-bottom: none;
}

.joo-93mu78 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.joo-93mu78 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.joo-93mu78 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.joo-93mu78 .joo-5dvu8t {
  table-layout: auto;
}

.joo-93mu78 .joo-5dvu8t th {
  word-break: normal;
}

.joo-93mu78 .joo-5dvu8t td {
  word-break: normal;
}

.joo-6bg4gn .joo-6bg4gn {
  padding-right: 0;
  padding-left: 0;
}

.joo-k2tecc {
  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;
}

.joo-dv9cxu {
  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;
}

.joo-lpdp23 {
  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;
}

.joo-c97lrx {
  margin-top: 24px;
}

.joo-c97lrx.joo-y1v9p1 {
  text-align: left;
}

.joo-c97lrx.joo-2i5d9o {
  text-align: right;
}

.joo-c97lrx.joo-xdddm6 {
  text-align: center;
}

.joo-h3tv3g {
  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.joo-bblh8n ease-in-out;
  cursor: pointer;
}

.joo-h3tv3g:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.joo-h3tv3g {
  min-width: 328px;
}

@media (max-width: 768px) {
  .joo-h3tv3g {
    min-width: unset;
  }
}

.joo-1rdixt {
  background-color: var(--fh-bg-color);
}

.joo-qbovwn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.joo-l2d8jy {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.joo-l2d8jy img {
  max-height: 80px;
  object-fit: contain;
}

.joo-idr0os {
  flex: 1 1;
}

.joo-rgt2ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.joo-2fgsty {
  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;
}

.joo-2fgsty 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;
}

.joo-2fgsty.joo-506be2 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.joo-2fgsty.joo-506be2 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.joo-2fgsty.joo-506be2 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.joo-idr0os + .joo-rgt2ja {
  margin-left: 20px;
}

.joo-eoxc86 {
  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;
}

.joo-eoxc86 > svg {
  max-width: 24px;
  max-height: 24px;
}

.joo-eoxc86 + .joo-eoxc86 {
  margin-left: 5px;
}

.joo-qc6nln {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.joo-qc6nln:hover {
  background-color: var(--button-bg-hover);
}

.joo-ecbn7a {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.joo-bblh8n ease-in-out;
  border: 1px solid var(--border-color);
}

.joo-ecbn7a:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.joo-cyfmi1 {
  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) {
  .joo-idr0os {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .joo-cyfmi1 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .joo-idr0os {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .joo-eoxc86 {
    min-width: unset;
    flex: 1 1;
  }
}

.joo-bfc4iy {
  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;
}

.joo-bfc4iy:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.joo-bfc4iy:hover .joo-qcrfjo {
  opacity: 1;
  pointer-events: auto;
}

.joo-srv0eg {
  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.joo-o7fe1o ease-in-out;
  gap: 4px;
}

.joo-srv0eg > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.joo-srv0eg .joo-k2tecc img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.joo-yewoq3,
.joo-srv0eg:hover {
  color: var(--button-bg-hover);
}

.joo-ukk9af {
  position: relative;
}

.joo-ukk9af .joo-srv0eg {
  margin-right: 0;
  padding-right: 4px;
}

.joo-820vm2 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.joo-ukk9af.joo-506be2 .joo-820vm2 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.joo-ukk9af.joo-506be2 .joo-qcrfjo {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.joo-ukk9af.joo-506be2 .joo-qcrfjo::before {
  display: none;
}

.joo-820vm2 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.joo-qcrfjo {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.joo-o1rzx7 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.joo-qcrfjo::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.joo-qcrfjo:hover {
  color: var(--fh-bg-color);
}

.joo-brpsd8 {
  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.joo-o1rzx7 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.joo-o7fe1o ease-in-out;
  -o-transition: 0.joo-o7fe1o ease-in-out;
  transition: 0.joo-o7fe1o ease-in-out;
}

.joo-brpsd8 .joo-k2tecc img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.joo-lkwnpb,
.joo-brpsd8:hover {
  color: var(--button-bg-hover);
}

.joo-8k8jeq {
  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%;
}

.joo-8k8jeq.joo-ev40v0 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.joo-8k8jeq.joo-ev40v0:after,
.joo-8k8jeq.joo-ev40v0:before {
  content: "";
  position: absolute;
  margin: auto;
}

.joo-8k8jeq.joo-ev40v0: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);
  }
}

.joo-8k8jeq.joo-ev40v0:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.joo-8k8jeq.joo-ev40v0 > * {
  z-index: 1;
}

.joo-8k8jeq b,
.joo-8k8jeq strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.joo-8k8jeq .joo-0aasa0 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.joo-8k8jeq .joo-0uneah {
  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;
}

.joo-8k8jeq .joo-k2tecc {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.joo-8k8jeq .joo-nh22j1 {
  margin-top: 12px;
}

.joo-nh22j1 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.joo-qu6veq {
  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;
}

.joo-nh22j1 .joo-07j0mg {
  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.joo-bblh8n ease-in-out;
}

.joo-nh22j1 .joo-07j0mg:hover {
  background: rgba(255, 255, 255, 0.3);
}

.joo-a41usp {
  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;
}

.joo-8k8jeq.joo-84w0mo {
  gap: 12px;
  padding: 16px;
}

.joo-8k8jeq.joo-84w0mo .joo-a41usp {
  min-width: 240px;
}

.joo-8k8jeq.joo-84w0mo .joo-a41usp.joo-0lcake {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .joo-8k8jeq .joo-0aasa0 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .joo-8k8jeq .joo-0uneah {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .joo-8k8jeq .joo-k2tecc {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .joo-8k8jeq.joo-84w0mo .joo-k2tecc {
    max-width: 126px;
  }
  .joo-8k8jeq .joo-nh22j1 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .joo-8k8jeq .joo-qu6veq {
    max-width: unset;
  }
  .joo-a41usp {
    min-width: unset;
    width: 100%;
  }
  .joo-8k8jeq .joo-a41usp {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .joo-8k8jeq.joo-84w0mo {
    grid-template-rows: auto 1fr auto;
  }
  .joo-8k8jeq.joo-84w0mo .joo-a41usp {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .joo-8k8jeq {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .joo-8k8jeq .joo-0aasa0 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .joo-8k8jeq .joo-k2tecc {
    max-width: 78px;
  }
  .joo-8k8jeq .joo-nh22j1 {
    margin-top: -12px;
  }
  .joo-8k8jeq.joo-84w0mo {
    gap: 8px;
  }
  .joo-8k8jeq.joo-84w0mo .joo-0aasa0 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .joo-8k8jeq.joo-84w0mo .joo-0uneah {
    grid-column: 1/3;
  }
  .joo-8k8jeq.joo-84w0mo .joo-k2tecc {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .joo-8k8jeq.joo-84w0mo .joo-k2tecc img {
    max-width: 114px;
  }
}

.joo-a41usp.joo-57djbd,
.joo-a41usp.joo-9y2f7a,
.joo-a41usp.joo-ss4f3c {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.joo-bblh8n ease-in-out;
}

.joo-a41usp.joo-57djbd,
.joo-a41usp.joo-ss4f3c {
  padding: 10px;
}

.joo-a41usp.joo-57djbd:hover,
.joo-a41usp.joo-9y2f7a:hover,
.joo-a41usp.joo-ss4f3c:hover {
  background: var(--button-bg-hover);
}

.joo-a41usp.joo-57djbd:hover svg path,
.joo-a41usp.joo-ss4f3c:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.joo-a41usp.joo-0lcake {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.joo-bblh8n ease-in-out;
  background: var(--button-bg-color);
}

.joo-a41usp.joo-0lcake:hover {
  background-color: var(--button-bg-hover);
}

.joo-a41usp.joo-9y2f7a: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);
  }
}

.joo-a41usp.joo-9y2f7a:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.joo-a41usp.joo-0lcake:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.joo-ty5v11 {
  max-width: 650px;
}

.joo-5jd6va {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.joo-thajcj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.joo-8q788e {
  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.joo-o7fe1o ease-in-out;
  cursor: pointer;
}

.joo-8q788e:hover {
  opacity: 0.5;
}

.joo-8q788e:focus {
  outline: 0;
}

.joo-8q788e:focus .joo-ph2c65,
.joo-8q788e:hover .joo-ph2c65 {
  fill: red;
  fill-opacity: 1;
}

.joo-8q788e:hover {
  cursor: pointer;
}

.joo-gqfhdy {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.joo-ty5v11.joo-xdddm6 {
  margin: 0 auto;
}

.joo-ty5v11.joo-2i5d9o {
  margin-left: auto;
}

.joo-95bzq4 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.joo-g9uj36 {
  padding-bottom: 50px;
}

.joo-q8o05w {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.joo-ec7qub {
  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;
}

.joo-4zts1y {
  margin-top: 24px;
}

.joo-1z6yh6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.joo-4v8nm3 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.joo-q8sd8f {
  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;
}

.joo-porcok {
  width: 468px;
}

.joo-q8sd8f .joo-qcrfjo {
  margin: 0.joo-m17orr 0;
}

.joo-zaa8t1 {
  display: flex;
  min-width: 224px;
}

.joo-75kkl7 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.joo-o7fe1o ease-in-out;
}

.joo-agwva8,
.joo-75kkl7:hover {
  color: var(--text-color);
}

.joo-nacwhe {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.joo-kv0m9r {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .joo-95bzq4 {
    padding: 16px;
  }
  .joo-nacwhe {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .joo-kv0m9r {
    align-items: center;
  }
  .joo-porcok {
    width: unset;
  }
  .joo-zaa8t1 {
    min-width: unset;
  }
  .joo-q8sd8f {
    max-height: unset;
  }
  .joo-q8o05w {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .joo-95bzq4 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.joo-eb3nou {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.joo-eb3nou:not(:last-child) {
  margin-bottom: 16px;
}

.joo-jphr9f {
  outline: 0;
}

.joo-jphr9f .joo-d4sfjw {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.joo-mbfs3n {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .joo-mbfs3n {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.joo-mbfs3n::-webkit-details-marker {
  display: none;
}

.joo-mbfs3n: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;
}

.joo-mbfs3n: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] .joo-mbfs3n:after {
  transform: unset;
}

.joo-d4sfjw {
  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);
}

.joo-d4sfjw 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.joo-o7fe1o ease-in-out;
  -o-transition: 0.joo-o7fe1o ease-in-out;
  transition: 0.joo-o7fe1o ease-in-out;
}

.joo-56w8rr {
  padding: 16px 0 0 0;
}

.joo-56w8rr * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .joo-56w8rr :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .joo-mbfs3n {
    flex-wrap: wrap;
    gap: 12px;
  }
  .joo-mbfs3n::after {
    margin-left: auto;
  }
  .joo-d4sfjw {
    order: 3;
    flex: 1 1 100%;
  }
  .joo-mbfs3n {
    font-size: 14px;
    line-height: 130%;
  }
  .joo-d4sfjw svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.joo-b97d05 {
  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;
}

.joo-pr71ud {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.joo-b97d05.joo-506be2 .joo-pr71ud {
  margin-bottom: 12px;
}

.joo-pr71ud::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;
}

.joo-b97d05.joo-506be2 .joo-pr71ud::after {
  transform: unset;
}

.joo-32z5en {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.joo-oh5o0t {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.joo-o7fe1o ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.joo-oh5o0t: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;
}

.joo-b97d05.joo-506be2 .joo-32z5en {
  max-height: 100%;
}

.joo-e0qprj {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.joo-a81hvp {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.joo-6qbx85 {
  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;
}

.joo-mmvgha {
  margin-right: 4px;
}

.joo-l24s7e {
  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.joo-o7fe1o ease-in-out;
}

.joo-l24s7e svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.joo-o8lv18,
.joo-l24s7e:hover {
  color: var(--text-color);
}

.joo-5srqz9 {
  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;
}

.joo-5srqz9 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.joo-5srqz9 .joo-827qyn {
  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;
}

.joo-5srqz9 .joo-3gyguz {
  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;
}

.joo-ge327l {
  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;
}

.joo-1oo963 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.joo-qo05f1 .joo-6bg4gn {
  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;
}

.joo-qo05f1 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.joo-ourbrz {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.joo-bbo039 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.joo-6vie5n {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.joo-v5dahh 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;
}

.joo-6vie5n:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.joo-y4nmv8 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.joo-jo2qas {
  -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.joo-o7fe1o ease-in-out;
  transition: transform 0.joo-o7fe1o ease-in-out;
  -o-transition: transform 0.joo-o7fe1o ease-in-out;
  transition:
    transform 0.joo-o7fe1o ease-in-out,
    -webkit-transform 0.joo-o7fe1o ease-in-out;
  cursor: pointer;
}

.joo-jo2qas svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.joo-jo2qas: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;
}

.joo-ezudm0 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .joo-ezudm0 {
    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);
}

.joo-tuzl7v {
  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;
}

.joo-qhb730 {
  position: relative;
  width: 100%;
}

.joo-tuzl7v.joo-ruw5oy {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.joo-tuzl7v.joo-xdddm6 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.joo-tuzl7v.joo-2i5d9o {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.joo-r29hgc {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.joo-1siubo {
  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.joo-o7fe1o ease-in-out;
  cursor: pointer;
}

.joo-1siubo:hover {
  opacity: 0.5;
}

.joo-tuzl7v.joo-v5mpqe .joo-1siubo {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.joo-tuzl7v.joo-v5mpqe .joo-r29hgc {
  cursor: pointer;
}

.joo-z7kco4 {
  fill: #0009;
}

.joo-gr7vls {
  fill: #fff;
}

.joo-1siubo:hover .joo-z7kco4 {
  fill: red;
}

.joo-1siubo svg path {
  -webkit-transition: 0.joo-o7fe1o ease-in-out;
  -o-transition: 0.joo-o7fe1o ease-in-out;
  transition: 0.joo-o7fe1o ease-in-out;
}

.joo-enxhgw {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.joo-enxhgw > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.joo-enxhgw.joo-vp6vwr > :not(.get-image) {
  grid-column: 1/3;
}

.joo-znbrrt:not(._h1-block) .joo-enxhgw > .joo-yv406x {
  grid-row: 1/2;
  grid-column: 1/3;
}

.joo-enxhgw.joo-vp6vwr .joo-7rkwti {
  grid-column: 2/3;
}

.joo-enxhgw.joo-vp6vwr > .joo-k2tecc {
  grid-column: 1/2;
}

.joo-enxhgw.joo-vp6vwr > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.joo-enxhgw > p:first-of-type {
  margin-top: 0;
}

.joo-enxhgw .joo-k2tecc {
  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;
}

.joo-znbrrt:not(._h1-block) .joo-yv406x ~ .joo-k2tecc {
  grid-row: 2/10;
}

.joo-znbrrt.joo-vljo0y .joo-yv406x ~ .joo-k2tecc {
  grid-row: 1/10;
}

.joo-znbrrt.joo-vljo0y > .joo-yv406x {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.joo-znbrrt.joo-vljo0y .joo-k2tecc {
  grid-row: 1/10;
}

.joo-enxhgw.joo-em95s1 .joo-k2tecc {
  align-items: flex-start;
}

.joo-enxhgw.joo-xdddm6 .joo-7rkwti {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.joo-enxhgw.joo-xdddm6 .joo-k2tecc {
  align-items: center;
}

.joo-enxhgw.joo-7vjwmk .joo-k2tecc {
  align-items: flex-end;
}

.joo-7rkwti > :first-child {
  margin-top: 0;
}

.joo-7rkwti > :last-child {
  margin-bottom: 0;
}

* + .joo-94semh,
.joo-znbrrt + .joo-znbrrt {
  margin-top: 2rem;
}

.joo-8lffcs td::before,
.joo-8lffcs th::after {
  display: none !important;
}

.joo-8lffcs #link-selector {
  color: #000;
}

.joo-8lffcs .joo-jaaov4 {
  color: #135e96;
}

.joo-8lffcs .joo-ibz5jr *,
.joo-8lffcs .joo-h6uwah p,
.joo-8lffcs .joo-msd27u * {
  color: #000;
}

.joo-8lffcs .joo-222m8p {
  background: 0 0 !important;
}

.joo-8lffcs .joo-ameh5c {
  color: #000;
}

.joo-8lffcs .joo-gayltj.joo-z1ywlv {
  color: #fff;
}

.joo-8lffcs .joo-ml3pd9 {
  color: #000;
}

.joo-8lffcs
  .joo-9pvxnu
  .joo-5qkjws.joo-z1ywlv.joo-cfzzw9 {
  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;
}

.joo-ssawxv,
body .joo-r510m5 {
  color: #000;
  background: var(--color-body) !important;
}

.joo-ssawxv .joo-w2jb77 .joo-s3fc7h,
body .joo-r510m5 .joo-w2jb77 .joo-s3fc7h {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .joo-oh5o0t:focus,
  .joo-oh5o0t:hover {
    color: #f9cb16;
  }
  .joo-7di1b4:focus,
  .joo-7di1b4:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .joo-5gtuh6:focus img,
  .joo-5gtuh6:focus svg,
  .joo-5gtuh6:hover img,
  .joo-5gtuh6:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .joo-5srqz9 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .joo-ukk9af:hover .joo-820vm2 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .joo-820vm2 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .joo-gbaujz {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .joo-hgyfll {
    grid-template-columns: repeat(4, 1fr);
  }
  .joo-95m4nw {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .joo-dpjip3 .joo-6flmqx {
    grid-template-columns: 1fr;
  }
  .joo-dpjip3 .joo-dbmzbc {
    -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;
  }
  .joo-dpjip3 .joo-8hj4gr {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .joo-dpjip3 .joo-nqdif7 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .joo-dpjip3 .joo-f12fox {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .joo-dpjip3 .joo-8hj4gr:not(:first-child) {
    border: none;
  }
  .joo-dpjip3 .joo-8hj4gr:first-child .joo-nqdif7 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .joo-dpjip3 .joo-8hj4gr:last-child .joo-nqdif7 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .joo-qbovwn {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .joo-l2d8jy {
    max-width: 100px;
  }
  .joo-idr0os {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .joo-rgt2ja {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .joo-rgt2ja svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .joo-2fgsty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .joo-idr0os + .joo-rgt2ja {
    margin-left: auto;
  }
  .joo-degll4 {
    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;
  }
  .joo-degll4.joo-506be2 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .joo-cyfmi1 {
    -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;
  }
  .joo-bfc4iy {
    width: 100%;
  }
  .joo-bfc4iy:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .joo-srv0eg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .joo-srv0eg svg {
    margin-right: 4px;
  }
  .joo-ukk9af {
    -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;
  }
  .joo-820vm2 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .joo-820vm2 {
    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;
  }
  .joo-qcrfjo {
    display: none;
    width: 100%;
  }
  .joo-ukk9af.joo-506be2 .joo-qcrfjo {
    padding: 0 0 0 48px;
  }
  .joo-brpsd8 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .joo-ec7qub .joo-k2tecc {
    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;
  }
  .joo-03vs15 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .joo-03vs15 + .joo-03vs15 {
    margin-right: 0;
  }
  .joo-03vs15 + .joo-k2tecc {
    margin: 0;
  }
  .joo-gbaujz {
    grid-template-columns: repeat(4, 1fr);
  }
  .joo-hgyfll {
    grid-template-columns: repeat(3, 1fr);
  }
  .joo-4a5oib,
  .joo-wrnb1p {
    grid-template-columns: repeat(2, 1fr);
  }
  .joo-enxhgw {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .joo-enxhgw.joo-vp6vwr .joo-7rkwti {
    grid-column: auto;
    grid-row: auto;
  }
  .joo-enxhgw > .joo-yv406x {
    grid-column: 1/2;
  }
  .joo-enxhgw.joo-vp6vwr > :not(.get-image) {
    grid-column: 1/2;
  }
  .joo-enxhgw .joo-k2tecc,
  .joo-enxhgw.joo-vp6vwr > .joo-k2tecc {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .joo-enxhgw.joo-vp6vwr > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .joo-znbrrt.joo-vljo0y .joo-enxhgw > .joo-k2tecc {
    grid-row: 1/2;
  }
  .joo-enxhgw .joo-yv406x ~ .joo-k2tecc,
  .joo-enxhgw.joo-vp6vwr .joo-yv406x ~ .joo-k2tecc {
    grid-row: 2/3;
  }
  .joo-znbrrt.joo-vljo0y .joo-yv406x ~ .joo-k2tecc {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .joo-itkjan:first-child .joo-hjsd7m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .joo-itkjan:first-child .joo-hjsd7m h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .joo-itkjan {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .joo-itkjan {
    padding: 0;
  }
  .joo-c97lrx {
    margin-top: 1rem;
  }
  .joo-jphr9f {
    border-radius: 5px;
  }
  .joo-kpxzkm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .joo-pr71ud::after {
    display: inline-block;
  }
  .joo-pr71ud {
    margin: 0;
    width: 100%;
  }
  .joo-32z5en {
    width: 100%;
  }
  .joo-32z5en.joo-64g8lc {
    -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%;
  }
  .joo-32z5en.joo-64g8lc .joo-ob74x1 {
    width: 100%;
  }
  .joo-32z5en.joo-64g8lc .joo-ob74x1:not(:last-child) {
    margin-right: 0;
  }
  .joo-oh5o0t {
    width: 100%;
    text-align: center;
  }
  .joo-b97d05.joo-506be2 .joo-32z5en {
    margin-top: 1rem;
  }
  .joo-gbaujz {
    grid-template-columns: repeat(3, 1fr);
  }
  .joo-95m4nw,
  .joo-hgyfll {
    grid-template-columns: repeat(2, 1fr);
  }
  .joo-4a5oib,
  .joo-wrnb1p,
  .joo-4dhnq6 {
    grid-template-columns: 1fr;
  }
  .joo-jr9vc7 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .joo-od9gro {
    min-width: 300px;
    max-width: 325px;
  }
  .joo-nqdif7 {
    cursor: auto;
  }
  .joo-jyyegd .joo-nqdif7 {
    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;
  }
  .joo-ezudm0 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .joo-qcrfjo {
    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) {
  .joo-ezudm0 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.joo-03vs15 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .joo-rgt2ja {
    margin: 0 -0.2rem;
  }
  .joo-03vs15 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .joo-034p04 {
    -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;
  }
  .joo-hc63cv {
    max-width: 100%;
  }
  .joo-gbaujz {
    grid-template-columns: repeat(2, 1fr);
  }
  .joo-95m4nw,
  .joo-hgyfll {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .joo-qbovwn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .joo-rgt2ja {
    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;
  }
  .joo-1rdixt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .joo-eoxc86 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .joo-7jxuri,
  .joo-4tnpiy {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .joo-h3tv3g {
    width: 100%;
  }
  .joo-gbaujz {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .joo-ezudm0 {
    top: 127px !important;
  }
}

.joo-mtio69 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .joo-mtio69 {
  }
}

@media (max-width: 767px) {
  .joo-mtio69 {
    margin-bottom: 12px;
  }
}

.joo-mtio69 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.joo-kocn9g {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.joo-kocn9g > .joo-beopgb {
  flex: 1 1;
}

@media (max-width: 767px) {
  .joo-kocn9g {
    flex-direction: column;
    gap: 12px;
  }
}

.joo-a4r22u {
  display: flex;
}

.joo-a4r22u .joo-yn2c0k {
  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;
}

.joo-a4r22u .joo-bllj76 {
  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;
}

.joo-a4r22u .joo-7da2h9 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.joo-a4r22u .joo-8rtjig {
  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));
  }
}

.joo-a4r22u .joo-8rtjig:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.joo-a4r22u .joo-qxg90l {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.joo-8uepm6 {
  border: unset;
  background-color: unset;
}

.joo-8uepm6 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.joo-8uepm6 .joo-lyd2ec,
.joo-8uepm6 .joo-98v0xi {
  flex: 0 1 330px;
}

.joo-8uepm6 .joo-ew8hz0 {
  flex: 1 1;
}

.joo-8uepm6 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.joo-8uepm6 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.joo-8uepm6 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.joo-8uepm6 tr td p {
  color: #fff;
  margin: 0;
}

.joo-8uepm6 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.joo-8uepm6 tr.joo-lyd2ec td p {
  padding: 16px 0;
}

.joo-8uepm6 tr.joo-lyd2ec td p:not(:last-child),
.joo-8uepm6 tr.joo-98v0xi td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.joo-8uepm6 tr.joo-lyd2ec td p:first-child,
.joo-8uepm6 tr.joo-98v0xi td p:first-child {
  padding-top: 0;
}

.joo-8uepm6 tr.joo-98v0xi td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.joo-8uepm6 tr.joo-98v0xi td p:last-child {
  padding-bottom: 0;
}

.joo-8uepm6 .joo-98v0xi img {
  max-width: 32px;
}

.joo-8uepm6 .joo-ew8hz0 {
  min-width: 718px;
}

.joo-8uepm6 .joo-ew8hz0 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.joo-8uepm6 .joo-ew8hz0 td {
  display: flex;
}

.joo-8uepm6 .joo-ew8hz0 td:last-child .joo-wgbc1c,
.joo-8uepm6 .joo-ew8hz0 td:last-child .joo-bxlyed,
.joo-8uepm6 .joo-ew8hz0 td:last-child .joo-yb2npp {
  flex: 1 1 50%;
}

.joo-8uepm6 .joo-ew8hz0 td:last-child .joo-k99toa {
  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;
}

.joo-8uepm6 .joo-ew8hz0 td:last-child .joo-vtf56r,
.joo-8uepm6 .joo-ew8hz0 td:last-child .joo-2nlkjj {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.joo-8uepm6 .joo-ew8hz0 td:last-child .joo-wgbc1c,
.joo-8uepm6 .joo-ew8hz0 td:last-child .joo-bxlyed {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.joo-8uepm6 .joo-ew8hz0 td:last-child .joo-wgbc1c span,
.joo-8uepm6 .joo-ew8hz0 td:last-child .joo-bxlyed span {
  font-weight: 800;
}

.joo-8uepm6 .joo-ew8hz0 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .joo-8uepm6 .joo-ew8hz0 td .joo-yb2npp:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .joo-8uepm6 tr.joo-lyd2ec td p:last-child {
    padding-bottom: 0;
  }
  .joo-8uepm6 .joo-98v0xi > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .joo-8uepm6 .joo-98v0xi > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .joo-8uepm6 tr.joo-lyd2ec td p:not(:last-child),
  .joo-8uepm6 tr.joo-98v0xi td p:not(:last-child) {
    border-bottom: unset;
  }
  .joo-8uepm6 tr.joo-98v0xi td p:last-child {
    padding-bottom: 12px;
  }
  .joo-8uepm6 .joo-ew8hz0 td:last-child .joo-wgbc1c,
  .joo-8uepm6 .joo-ew8hz0 td:last-child .joo-bxlyed,
  .joo-8uepm6 .joo-ew8hz0 td:last-child .joo-yb2npp {
    flex: 1 1 50%;
    padding: 0;
  }
  .joo-8uepm6 .joo-ew8hz0 td:last-child .joo-wgbc1c,
  .joo-8uepm6 .joo-ew8hz0 td:last-child .joo-bxlyed {
    margin-top: 16px;
  }
  .joo-8uepm6 .joo-ew8hz0 td:last-child .joo-yb2npp {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .joo-8uepm6 .joo-ew8hz0 td:last-child .joo-wgbc1c {
    border-right: 1px solid var(--border-color);
  }
  .joo-8uepm6 .joo-ew8hz0 td:last-child .joo-yb2npp:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .joo-8uepm6 .joo-ew8hz0 td:last-child .joo-yb2npp:last-child {
    padding-bottom: 0;
  }
}

.joo-yb2npp {
  display: flex;
  flex-direction: column;
}

.joo-8uepm6 .joo-ew8hz0 td .joo-yb2npp {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.joo-8uepm6 .joo-ew8hz0 td .joo-yb2npp:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.joo-8uepm6 .joo-ew8hz0 td .joo-yb2npp:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .joo-8uepm6 .joo-ew8hz0 td .joo-yb2npp:not(:first-child) {
    padding-left: 0;
  }
  .joo-8uepm6 .joo-ew8hz0 td .joo-yb2npp:not(:last-of-type) {
    border-right: unset;
  }
}

.joo-8uepm6 .joo-9azsgh {
  flex: 0 1 485px;
}

.joo-8uepm6 .joo-43f6p7 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.joo-8uepm6 .joo-43f6p7 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.joo-8uepm6 .joo-43f6p7 li.joo-g6n3aq {
  padding: 6px 12px;
}

.joo-8uepm6 .joo-43f6p7 li a,
.joo-8uepm6 .joo-43f6p7 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;
}

.joo-8uepm6 .joo-4a9ll0,
.joo-8uepm6 .joo-h2wpdu {
  flex: 1 1;
}

.joo-8uepm6 .joo-mq2958,
.joo-8uepm6 .joo-w2m7l0 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.joo-8uepm6 .joo-mq2958 li,
.joo-8uepm6 .joo-w2m7l0 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.joo-8uepm6 .joo-h2wpdu img {
  max-width: 32px;
}

.joo-8uepm6 .joo-4a9ll0 img {
  max-width: 32px;
}

.joo-8uepm6 .joo-102bj2 {
  min-width: 280px;
}

.joo-8uepm6 .joo-102bj2 img {
  max-width: 146px;
}

.joo-8uepm6 .joo-102bj2 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .joo-8uepm6 .joo-lyd2ec,
  .joo-8uepm6 .joo-98v0xi {
    flex: 0 1 auto;
  }
  .joo-8uepm6 .joo-ew8hz0 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .joo-8uepm6 .joo-lyd2ec,
  .joo-8uepm6 .joo-9azsgh,
  .joo-8uepm6 .joo-98v0xi,
  .joo-8uepm6 .joo-ew8hz0 {
    flex: 1 1 calc(50% - 20px);
  }
  .joo-8uepm6 .joo-4a9ll0,
  .joo-8uepm6 .joo-102bj2,
  .joo-8uepm6 .joo-h2wpdu {
    flex: 1 1 30%;
  }
  .joo-8uepm6 .joo-102bj2 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .joo-8uepm6 .joo-lyd2ec,
  .joo-8uepm6 .joo-9azsgh,
  .joo-8uepm6 .joo-4a9ll0,
  .joo-8uepm6 .joo-98v0xi,
  .joo-8uepm6 .joo-ew8hz0,
  .joo-8uepm6 .joo-102bj2,
  .joo-8uepm6 .joo-h2wpdu {
    flex: 1 1 100%;
  }
}

.joo-wekik6 .joo-3sx712 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.joo-wekik6 .joo-acq3je {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.joo-wekik6 .joo-xltsl4 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.joo-wekik6 .joo-b8d5gc {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.joo-wekik6 .joo-b8d5gc > :nth-child(3) {
  margin-top: 0;
}

.joo-wekik6 .joo-k2tecc {
  grid-column: 2/3;
  grid-row: 1/10;
}

.joo-wekik6 .joo-6vdnbc {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.joo-wekik6 .joo-c97lrx {
  grid-column: 1/2;
}

.joo-wekik6 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.joo-wekik6 .joo-acq3je: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;
}

.joo-wekik6 .joo-acq3je:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.joo-wekik6 .joo-h3tv3g {
  min-width: 240px;
}

@media (max-width: 768px) {
  .joo-wekik6 .joo-acq3je:not(:last-child):before {
    bottom: 8px;
  }
  .joo-wekik6 .joo-acq3je:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .joo-wekik6 .joo-b8d5gc {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .joo-wekik6 .joo-k2tecc {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .joo-wekik6 .joo-k2tecc img {
    width: 100%;
    height: auto;
  }
  .joo-wekik6 .joo-h3tv3g {
    width: 100%;
    min-width: unset;
  }
}

.joo-ol2ypp .joo-crqmrn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.joo-ol2ypp .joo-fydmw1 {
  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;
}

.joo-ol2ypp .joo-k2tecc {
  height: 100%;
}

.joo-ol2ypp .joo-k2tecc img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.joo-ol2ypp .joo-nj9xea {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.joo-ol2ypp .joo-dzr9aq {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.joo-ol2ypp .joo-9x3rah {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .joo-ol2ypp .joo-fydmw1 {
    flex: 1 1 100%;
  }
  .joo-ol2ypp .joo-a41usp {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .joo-ol2ypp .joo-fydmw1 {
    flex-direction: column;
  }
  .joo-ol2ypp .joo-k2tecc {
    width: 100%;
    height: auto;
  }
  .joo-ol2ypp .joo-k2tecc img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .joo-ol2ypp .joo-nj9xea {
    padding: 0 16px 16px 16px;
  }
  .joo-ol2ypp .joo-a41usp {
    min-width: unset;
    width: 100%;
  }
}

.joo-vhjrxq .joo-4eiutn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.joo-vhjrxq .joo-iggjpn {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.joo-vhjrxq 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;
}

.joo-vhjrxq .joo-r3s476 {
  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;
}

.joo-vhjrxq .joo-iggjpn:hover .joo-r3s476 {
  display: flex;
}

.joo-vhjrxq .joo-63sjcx {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.joo-vhjrxq .joo-h1t8qp {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.joo-rv4xtv {
  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;
}

.joo-rv4xtv.joo-hpypa4 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.joo-bblh8n ease-in-out;
}

.joo-rv4xtv.joo-hpypa4:hover {
  color: #f9cb16;
  background-color: transparent;
}

.joo-vhjrxq .joo-hsb13x {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.joo-bblh8n ease-in-out;
}

.joo-vhjrxq .joo-hsb13x:hover {
  color: #196948;
  background-color: #f9cb16;
}

.joo-vhjrxq .joo-hsb13x:after,
.joo-rv4xtv.joo-hpypa4:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.joo-rv4xtv.joo-hpypa4:after {
  background-image: url(../images/Cash.svg);
}

.joo-vhjrxq .joo-hsb13x:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .joo-vhjrxq .joo-4eiutn {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .joo-vhjrxq .joo-4eiutn {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .joo-vhjrxq .joo-4eiutn {
    grid-template-columns: 1fr;
  }
  .joo-vhjrxq .joo-iggjpn {
    height: auto;
  }
  .joo-vhjrxq .joo-iggjpn .joo-r3s476 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .joo-vhjrxq .joo-63sjcx,
  .joo-vhjrxq .joo-h1t8qp {
    text-align: left;
  }
  .joo-vhjrxq .joo-h1t8qp {
    margin-bottom: 8px;
  }
  .joo-vhjrxq img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.joo-eplb79 {
  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;
}

.joo-eplb79.joo-v5mpqe {
  display: block;
}

.joo-eplb79 .joo-sewre0 {
  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;
}

.joo-eplb79 .joo-zlo0iv {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.joo-eplb79 .joo-xtj6uw {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.joo-eplb79 .joo-f9iq4i {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.joo-eplb79 .joo-rv4xtv {
  min-width: 296px;
  margin-bottom: 0;
}

.joo-eplb79 .joo-em0wi3 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.joo-eplb79 .joo-2v79vl {
  position: relative;
  flex: 1 1;
}

.joo-eplb79 .joo-2v79vl iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .joo-eplb79 .joo-zlo0iv {
    flex-wrap: wrap;
    gap: 8px;
  }
  .joo-eplb79 .joo-xtj6uw {
    order: 1;
  }
  .joo-eplb79 .joo-f9iq4i {
    order: 3;
    flex: 1 1 100%;
  }
  .joo-eplb79 .joo-rv4xtv {
    width: 100%;
    min-width: unset;
  }
  .joo-eplb79 .joo-em0wi3 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .joo-enxhgw > .joo-yv406x {
    margin-bottom: 0;
  }
  .joo-enxhgw > .joo-c97lrx,
  .joo-enxhgw > p {
    margin-top: 0;
  }
}

.joo-z6q9kn img,
.joo-03vs15 img {
  width: auto;
  object-fit: contain;
}

.joo-z6q9kn {
  align-items: center;
}

.joo-z6q9kn img {
  max-height: 76px;
}

.joo-03vs15 img {
  max-height: 64px;
}

.joo-uvjnic {
  overflow: auto;
}

.joo-wr5nmy {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.joo-l892uw:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.joo-4jozcl {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.joo-1s489m {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.joo-4jozcl .joo-k2tecc {
  margin-right: 20px;
  flex-shrink: 0;
}

.joo-4jozcl img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.joo-b6ih1j {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.joo-b6ih1j > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .joo-4jozcl {
    padding: 15px 10px;
  }
  .joo-b6ih1j {
    padding: 15px 10px;
  }
  .joo-4jozcl .joo-k2tecc {
    margin-right: 10px;
  }
}

.joo-9tjmzq {
  overflow-x: auto;
}

.joo-q8gjvq {
  border-collapse: collapse;
  width: 100%;
}

.joo-9tjmzq th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.joo-9tjmzq td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.joo-9tjmzq td.joo-iqori7 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.joo-9tjmzq td.joo-o1419w {
  border-right: none;
}

.joo-9tjmzq td.joo-o1419w .joo-k2tecc {
  justify-content: flex-start;
}

.joo-9tjmzq td.joo-o1419w .joo-k2tecc img {
  height: auto;
  width: 90px;
}

.joo-9tjmzq td.joo-2r4wyh,
.joo-9tjmzq td.joo-h36dde {
  font-weight: 600;
  text-align: right;
}

.joo-9tjmzq td.joo-p1pt8f,
.joo-9tjmzq td.joo-2r4wyh {
  padding-bottom: 10px;
  border-bottom: none;
}

.joo-9tjmzq td.joo-2r4wyh,
.joo-9tjmzq td.joo-h36dde {
  border-left: none;
}

.joo-9tjmzq td.joo-p1pt8f,
.joo-9tjmzq td.joo-ghra9f {
  border-right: none;
}

.joo-9tjmzq td.joo-ghra9f,
.joo-9tjmzq td.joo-h36dde {
  border-top: none;
  padding-top: 10px;
}

.joo-mkswz8 {
  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;
}

.joo-mkswz8 .joo-a41usp {
  min-width: unset;
  width: 100%;
}

.joo-mkswz8 .joo-a41usp.joo-57djbd {
  grid-column: 1/2;
  grid-row: 1/2;
}

.joo-mkswz8 .joo-a41usp.joo-ss4f3c {
  grid-column: 2/3;
  grid-row: 1/2;
}

.joo-mkswz8 .joo-w3lvmf {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .joo-mkswz8 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .joo-mkswz8 .joo-a41usp.joo-57djbd {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .joo-mkswz8 .joo-a41usp.joo-ss4f3c {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .joo-mkswz8 .joo-w3lvmf {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.joo-4qzszi {
  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;
}

.joo-4pwqmk {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.joo-qgku38 p a img {
  margin: 0 auto;
  display: block;
}

.joo-qgku38 table {
  margin-bottom: 17px;
}

/* contanct form */
.joo-w8f95e {
  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;
}

.joo-w8f95e label {
  font-size: 14px;
}

.joo-w8f95e h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.joo-w8f95e input,
.joo-w8f95e textarea,
.joo-w8f95e 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;
}
.joo-w8f95e button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.joo-bblh8n ease;
}
.joo-w8f95e button:hover {
  background-color: #691204;
}
.joo-mc0fuc {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.joo-swxuvn ease-in;
}

.joo-mc0fuc 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;
}
.joo-mz6c0j, .joo-y1x3a7, [class*="review-card"],
thead, thead th, table th, .joo-7azeor,
.joo-j04m2c, [class*="collapsible-header"],
.joo-ngiu2s, [class*="updated-block"] {
  color: #ece7dc !important;
}
