<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-404 {
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    margin-top: -13.4rem;
    color: #fff;
    background-color: #292E38;
}
.privacy-policy__wrapper:first-of-type {
    border-radius: 6rem 6rem 0 0;
}
.privacy-policy__wrapper {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
    color: #292E38;
    background-color: #FFFFFF;
}
.privacy-policy__wrapper:last-of-type {
    border-radius: 0 0 6rem 6rem;
}
.page-404 {
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  margin-top: -13.4rem;
  color: #fff;
  background-color: #292E38;
}
.page-404__col {
  padding-top: 25.6rem;
  padding-bottom: 34.3rem;
}
.page-404__img {
  position: absolute;
  height: auto;
  bottom: 20%;
  right: -8.5rem;
  width: 200%;
  transform: scaleX(-1) rotate(-35deg);
}
@media screen and (min-width: 576px) {
  .page-404__img {
    left: 1.5rem;
    top: -2rem;
    width: 150%;
    transform: scaleX(1);
  }
}
@media screen and (min-width: 768px) {
  .page-404__img {
    top: -2rem;
    width: 130%;
  }
}
@media screen and (min-width: 992px) {
  .page-404__img {
    top: -14.4rem;
    width: auto;
  }
}
.page-404__title {
  font-weight: 600;
  font-size: 5rem;
  line-height: 1em;
  margin-bottom: 0.08em;
}
@media screen and (min-width: 576px) {
  .page-404__title {
    font-size: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .page-404__title {
    font-size: 12rem;
  }
}
@media screen and (min-width: 992px) {
  .page-404__title {
    font-size: 20.3rem;
  }
}
.page-404__text {
  max-width: 11.82em;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1em;
}
@media screen and (min-width: 576px) {
  .page-404__text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .page-404__text {
    font-size: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .page-404__text {
    font-size: 5rem;
  }
}
.news-item  .activity__slide-tag {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.4em;
    text-decoration: none;
    padding: 0.57em;
    border-radius: 50%;
    background-color: #e8effd;
    margin-right: 0.35em;
    text-transform: uppercase;
    margin-bottom: 1.8rem;
}
</pre></body></html>