/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

@font-face {
  font-family: 'Inter';
  src: url('/fontsEMaJLO/inter-variablefontEMaJLO.woff2')
    format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fontsEMaJLO/roboto-variablefontEMaJLO.woff2')
    format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

body {
  background: url('/imagesEMaJLO/hero-bgEMaJLO.webp') center center / cover
    no-repeat fixed;

  font-family: 'Roboto', sans-serif;
}
.headerEMaJLO {
  padding-top: 30px;
}

.header-innerEMaJLO {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.logoEMaJLO img {
  height: 38px;
  display: block;
}

.navEMaJLO {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-listEMaJLO {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-listEMaJLO a {
  color: #000;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  white-space: nowrap;
}

.nav-listEMaJLO button {
  color: #000;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  white-space: nowrap;
}

.responsibleEMaJLO {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.responsibleEMaJLO img {
  width: 18px;
}

.burgerEMaJLO {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.burgerEMaJLO span {
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  margin: 5px 0;
}

.mobile-menuEMaJLO {
  position: fixed;
  inset: 0;
  background: #057848;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 100;
}

.mobile-menuEMaJLO.open {
  transform: translateX(0);
}

.mobile-closeEMaJLO {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 22px;
}

.mobile-navEMaJLO {
  list-style: none;
  padding: 100px 30px;
}

.mobile-navEMaJLO li {
  margin-bottom: 22px;
}

.mobile-navEMaJLO a {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-navEMaJLO button {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .navEMaJLO,
  .responsibleEMaJLO {
    display: none;
  }

  .burgerEMaJLO {
    display: block;
  }
}

.heroEMaJLO {
  padding: 125px 0;
  padding-bottom: 96px;
}

.hero-innerEMaJLO {
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
}

.hero-titleEMaJLO {
  margin: 0 0 24px;
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.hero-textEMaJLO {
  margin: 0 0 16px;
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.hero-noteEMaJLO {
  margin: 0 0 32px;
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}

.hero-btnEMaJLO {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 16px;
  background: #057848;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 768px) {
  .heroEMaJLO {
    padding: 60px 0;
  }

  .hero-titleEMaJLO {
    font-size: 24px;
  }

  .hero-textEMaJLO {
    font-size: 16px;
  }

  .hero-noteEMaJLO {
    font-size: 12px;
  }
  .hero-btnEMaJLO {
    width: 100%;
  }
}

.trustEMaJLO {
  padding: 80px 0;
}

.trust-innerEMaJLO {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trust-listEMaJLO {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  padding: 0;
  margin: 0 0 48px;
}

.trust-itemEMaJLO {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  border-radius: 100px;
  border: 2px solid #126849;
  background: linear-gradient(270deg, #057547 0.11%, #c9e4cc 99.89%);
  box-shadow: 0 10px 16px 0 rgba(18, 104, 73, 0.25);
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.trust-itemEMaJLO img {
  flex-shrink: 0;
}

.trust-logosEMaJLO {
  list-style: none;
  display: flex;
  gap: 100px;
  justify-content: space-between;
  max-width: 900px;
  padding: 0;
  margin: 0;
  align-items: center;
}

.trust-logosEMaJLO img {
  display: block;
  max-height: 48px;
  width: auto;
}

@media (max-width: 768px) {
  .trust-listEMaJLO {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .trust-itemEMaJLO {
    width: 100%;
    justify-content: flex-start;
  }

  .trust-logosEMaJLO {
    flex-direction: column;
    gap: 24px;
  }
}

.itemEMaJLO {
  border: 1px solid #057848;
  border-radius: 16px;
  background: #fff;
  padding: 24px 16px;
}

.items-listEMaJLO {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.items-titleEMaJLO {
  color: #000;
  text-align: center;
  margin-bottom: 48px;

  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.item-rowEMaJLO {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.item-logoEMaJLO {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.item-logoEMaJLO img {
  width: 164px;
  height: auto;
  display: block;
}

.item-ratingEMaJLO {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-right: 20px;
}

.item-rating-col1EMaJLO {
  display: flex;
  align-items: center;
  gap: 8px;
}

.item-ratingEMaJLO img {
  width: 22px;
  height: 22px;
}

.item-ratingValueEMaJLO {
  color: #000;
  font-family: Roboto;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.item-ratingTextEMaJLO {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.item-infoEMaJLO {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.item-infoEMaJLO strong {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.item-pcEMaJLO {
  display: flex;
  gap: 48px;
}
.item-pc-wrappEMaJLO {
  display: flex;
  align-items: center;
  gap: 10px;
}

.item-pcEMaJLO ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

.item-pcEMaJLO li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}

.item-pcEMaJLO img {
  width: 18px;
  height: 18px;
}

.item-reviewEMaJLO {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.item-reviewEMaJLO strong {
  font-weight: 700;
}

.item-actionsEMaJLO {
  min-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.item-actionsEMaJLO > strong {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.item-payListEMaJLO {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.item-payListEMaJLO li {
  flex: 0 0 auto;
}

.item-payListEMaJLO img {
  width: 29px;
  height: 29px;
  display: block;
}

.item-btnEMaJLO {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  border-radius: 16px;
  border: 1px solid #057848;
  padding: 8px 16px;

  color: #057848;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;

  text-decoration: none;
  white-space: nowrap;
}

.item-btn-wrappEMaJLO {
  display: flex;
  gap: 10px;
}

.item-btnEMaJLO img {
  width: 22px;
  height: 22px;
}

.item-noteEMaJLO {
  margin-top: 4px;
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

@media (max-width: 900px) {
  .item-rowEMaJLO {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .items-titleEMaJLO {
    font-size: 24px;
  }

  .item-ratingEMaJLO {
    justify-content: flex-start;
  }

  .item-pcEMaJLO {
    flex-direction: column;
    gap: 16px;
  }

  .item-actionsEMaJLO {
    min-width: unset;
  }

  .item-btnEMaJLO {
    width: 100%;
  }
  .item-btn-wrappEMaJLO {
    flex-direction: column;
  }

  .item-payListEMaJLO {
    gap: 7px;
  }
}

.reviewEMaJLO {
  padding: 80px 0;
}

.review-titleEMaJLO {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}

.review-listEMaJLO {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.review-itemEMaJLO {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #057848;
  background: #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.review-itemEMaJLO img {
  width: auto;
  height: 108px;
  margin-bottom: 16px;
}

.review-itemEMaJLO h2 {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.review-itemEMaJLO p {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1143px) {
  .item-rowEMaJLO {
    flex-wrap: wrap;
  }

  .items-listEMaJLO {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .itemEMaJLO {
    max-width: 360px;
    height: auto;
  }
}

@media (max-width: 900px) {
  .review-titleEMaJLO {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .review-listEMaJLO {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .review-itemEMaJLO h2 {
    font-size: 16px;
  }

  .review-itemEMaJLO p {
    font-size: 16px;
  }
}

.disclaimerEMaJLO {
  padding: 80px 0;
}

.disclaimer-boxEMaJLO {
  border-radius: 16px;
  border: 1px solid #057848;
  background: linear-gradient(270deg, #057547 0.11%, #c9e4cc 99.89%);
  padding: 32px 24px;
  text-align: center;
}

.disclaimer-titleEMaJLO {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.disclaimer-textEMaJLO {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .disclaimer-titleEMaJLO {
    font-size: 24px;
  }

  .disclaimer-textEMaJLO {
    font-size: 20px;
  }
}

.responsible-sectionEMaJLO {
  padding: 80px 0;
}

.responsible-titleEMaJLO {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}

.responsible-listEMaJLO {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.responsible-itemEMaJLO {
  padding: 24px 16px;
  border-radius: 16px;
  border: 1px solid #057848;
  background: #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.responsible-itemEMaJLO img {
  width: 96px;
  height: auto;
  margin-bottom: 12px;
}

.responsible-itemEMaJLO a {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (max-width: 900px) {
  .responsible-titleEMaJLO {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .responsible-listEMaJLO {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.guidesEMaJLO {
  padding: 80px 0;
}

.guides-titleEMaJLO {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}

.guides-listEMaJLO {
  list-style: none;
  padding: 0;
  margin: 0;

  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  gap: 20px 32px;
  text-align: center;
}

.guides-itemEMaJLO {
  display: flex;
  justify-content: center;
  text-align: center;
}

.guides-itemEMaJLO a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 10px 20px;

  border-radius: 999px;
  border: 1px solid #057848;
  background: #fff;

  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;

  width: 411px;
}

.guides-itemEMaJLO img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .guides-titleEMaJLO {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .guides-listEMaJLO {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .guides-itemEMaJLO a {
    justify-content: flex-start;
    text-align: center;
    font-size: 11px;
    width: 100%;
  }
}

.footerEMaJLO {
  background: #057848;
  padding: 80px 0;
  color: #fff;
}

.footer-innerEMaJLO {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 200px;
}

.footerEMaJLO h2 {
  color: #fff;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footerEMaJLO p,
.footerEMaJLO li {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
}

.footer-navListEMaJLO {
  list-style: none;
  padding: 0;
  margin: 0;

  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-navListEMaJLO li {
  margin: 0;
}

.footer-navListEMaJLO button {
  background: none;
  border: none;
  padding: 0;

  cursor: pointer;
  text-align: left;

  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.footer-contactEMaJLO ul {
  margin: 8px 0 16px;
  padding-left: 20px;
}

.footer-contactEMaJLO ul,
.footer-contactEMaJLO li {
  list-style-type: disc;
}

@media (max-width: 900px) {
  .footer-innerEMaJLO {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.terms {
  padding: 96px 0;
}

.mb-32 {
  margin-bottom: 32px;
}

.terms h1 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 48px;
}

.terms h2 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
  margin-top: 32px;
}

.terms h3 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}

.terms p {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.terms ul {
  margin-left: 24px;
}

.terms ul li {
  list-style-type: disc;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.terms .terms-pay {
  display: flex;
  gap: 8px;
  margin-top: 24px;
  margin-left: 0;
}

.terms-pay img {
  width: 29px;
  height: 29px;
}

.terms .terms-pay li {
  list-style-type: none;
  list-style: none;
}

.terms-link-green {
  color: #057848;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 900px) {
  .terms {
    padding: 48px 0;
  }

  .terms h1 {
    font-size: 32px;
  }
}

.popup {
  border-radius: 20px;
  border: 5px solid rgba(117, 144, 210, 0.35);
  background: #057848;
  backdrop-filter: blur(7.400000095367432px);
  padding: 40px;
}

.popup-wrapp {
  padding: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  max-height: 90vh;
  overflow-y: auto;
}

.popup h2 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.popup h3 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}

.popup p {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.terms-green {
  color: #057848;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.popup ul li {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style: disc;
  margin-left: 20px;
}

.popup {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup.is-open {
  display: flex;
}

.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;

  background: none;
  border: none;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  color: #000;
}

@media (max-width: 1024px) {
  .popup {
    padding: 20px;
  }

  .popup-wrapp {
    padding: 30px;
    max-height: 85vh;
  }

  .popup h2 {
    font-size: 22px;
  }

  .popup h3 {
    font-size: 15px;
  }

  .popup p,
  .popup ul li {
    font-size: 15px;
  }

  .popup-close {
    top: 16px;
    right: 16px;
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .popup {
    padding: 40px;
    align-items: flex-start;
  }

  .popup-wrapp {
    width: 100%;
    padding: 20px;
    max-height: 85vh;
    border-radius: 12px;
  }

  .popup h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .popup h3 {
    font-size: 14px;
    margin-top: 16px;
  }

  .popup p,
  .popup ul li {
    font-size: 14px;
  }

  .popup ul li {
    margin-left: 18px;
  }

  .popup-close {
    top: 12px;
    right: 12px;
    font-size: 20px;
  }
}
