.contacts-hero {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1408px) {
  .contacts-hero {
    padding-top: calc(80px + 20 * (100vw - 360px) / 1048);
  }
}
@media (max-width: 1408px) {
  .contacts-hero {
    padding-bottom: calc(80px + 20 * (100vw - 360px) / 1048);
  }
}
.contacts-hero__title {
  font-size: 36px;
  line-height: normal;
  font-weight: 600;
}
.contacts-hero__content {
  margin: 50px 0 0 0;
}

.policy-hero {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1408px) {
  .policy-hero {
    padding-top: calc(80px + 20 * (100vw - 360px) / 1048);
  }
}
@media (max-width: 1408px) {
  .policy-hero {
    padding-bottom: calc(80px + 20 * (100vw - 360px) / 1048);
  }
}
.policy-hero__title {
  font-size: 36px;
  line-height: normal;
  font-weight: 600;
}
.policy-hero__content {
  margin: 50px 0 0 0;
}
.policy-hero__content h2 {
  margin: 16px 0;
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
}
.policy-hero__content #ez-toc-container {
  margin: 30px 0;
}

.sitemap-hero {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1408px) {
  .sitemap-hero {
    padding-top: calc(80px + 20 * (100vw - 360px) / 1048);
  }
}
@media (max-width: 1408px) {
  .sitemap-hero {
    padding-bottom: calc(80px + 20 * (100vw - 360px) / 1048);
  }
}
.sitemap-hero__title {
  font-size: 36px;
  line-height: normal;
  font-weight: 600;
}
.sitemap-hero__content {
  margin: 50px 0 0 0;
}
.sitemap-hero__content .custom-sitemap {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.sitemap-hero__content .custom-sitemap li a {
  color: #1d62fe;
}
.sitemap-hero__content .custom-sitemap li a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=other.css.map */