@font-face {
  font-family: "Alegreya Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/alegreya-sans-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Alegreya Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/alegreya-sans-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Alegreya Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/alegreya-sans-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Alegreya Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/alegreya-sans-latin-900-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Alegreya";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/alegreya-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Alegreya";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/alegreya-latin-400-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Alegreya";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/alegreya-latin-900-normal.woff2") format("woff2");
}
html,
body {
  margin: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Alegreya Sans", sans-serif;
  color: #000;
}

.page-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  opacity: 0.5;
  color: #000;
  text-decoration: none;
  padding: 16px;
}
.page-header:hover {
  transition: opacity 0.2s ease;
  opacity: 1;
}

.page-header-back {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.page-header-logotype {
  height: 20px;
  margin-right: 16px;
  position: relative;
  top: -2px;
}

.page-header-title {
  font-family: "Alegreya Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  top: 1px;
}

@keyframes loading-circle-dash {
  0% {
    stroke-dasharray: 0, 0, 3.490658504px, 1000;
    animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
  }
  50% {
    stroke-dasharray: 0, 0, 94.2477796077px, 1000;
    animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
  }
  100% {
    stroke-dasharray: 0, 90.7571211037px, 3.490658504px, 1000;
  }
}
@keyframes loading-circle-appear {
  from {
    stroke-width: 0;
  }
  to {
    stroke-width: 4px;
  }
}
.loading-spinner {
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: none;
  animation: loading-spinner-rotate-48px 5s linear 2s infinite;
  animation-fill-mode: backwards;
}
.loading-spinner circle {
  fill: none;
  stroke: #000;
  stroke-width: 4px;
  stroke-dasharray: 3.490658504px, 1000;
  transform-origin: 50% 50%;
  animation: loading-circle-dash 1.5s linear 2s infinite, loading-circle-rotate 1.5s linear 2s infinite, loading-circle-appear 3s ease 2s;
  animation-fill-mode: backwards;
}
@keyframes loading-circle-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(100deg);
  }
}
@keyframes loading-spinner-rotate-48px {
  from {
    transform: translate(-50%, -50%) scale(1) rotate(-90deg);
  }
  to {
    transform: translate(-50%, -50%) scale(1) rotate(270deg);
  }
}

.legal-page {
  box-sizing: border-box;
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 24px 48px;
}

.legal-content {
  line-height: 1.65;
  font-size: 16px;
}

.legal-content p {
  margin: 0 0 1em;
}

.legal-content strong {
  font-weight: 700;
}

.legal-content ul,
.legal-content ol {
  margin: 0 0 1em;
  padding-left: 1.4em;
}

.legal-content li {
  margin-bottom: 0.35em;
}

.legal-content a {
  color: #3c6caf;
  word-break: break-word;
}

.legal-content a:hover,
.legal-content a:focus {
  text-decoration: underline;
}

.legal-content h1,
.legal-content h2,
.legal-content h3,
.legal-content h4 {
  margin: 1.5em 0 0.75em;
  line-height: 1.3;
}

.legal-content > :first-child {
  margin-top: 0;
}

@media only screen and (max-width: 499px) {
  .legal-page {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/*# sourceMappingURL=legal.css.map */
