:root {
  color-scheme: light;
  --fixed-page-bg: #fcfdff;
  --fixed-page-ink: #4a514c;
  --fixed-page-muted: #616161;
  --fixed-page-accent: #017387;
  --fixed-page-line: #eee;
  --fixed-page-shadow: 0 0 30px 10px rgba(240, 241, 247, .5);
}

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

html {
  background: var(--fixed-page-bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--fixed-page-bg);
  color: var(--fixed-page-ink);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  overflow-x: hidden;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

.fixed-page {
  min-height: 100vh;
  overflow: hidden;
}

.fixed-page-main {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.fixed-page-header.fixed-page-header {
  position: relative;
  z-index: 10;
  height: 117px;
}

.fixed-page-header .site-header__bar {
  height: 82px;
}

.fixed-page-shortcuts.fixed-page-shortcuts {
  color: #616161;
  font-family: var(--font-latin-mixed);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  word-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fixed-page-shortcuts.fixed-page-shortcuts a {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}

.fixed-page-hero {
  width: 100%;
  min-height: 256px;
}

.fixed-page-hero--compact {
  height: 212px;
  min-height: 212px;
}

.fixed-page-hero--document {
  min-height: 233px;
}

.fixed-page-watermark-stage.fixed-page-watermark-stage {
  --fixed-page-watermark-clearance: 16px;
  position: relative;
  isolation: isolate;
  z-index: 0;
  margin: 100px 0;
}

.fixed-page-hero__inner {
  width: min(100%, 1080px);
  min-height: inherit;
  margin: 0 auto;
  padding: 0 20px;
}

.fixed-page-hero--compact .fixed-page-hero__inner {
  height: 100%;
  min-height: 0;
}

.fixed-page-watermark-stage .fixed-page-watermark-anchor {
  position: static;
}

.fixed-page-hero__title {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0;
  color: var(--fixed-page-muted);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4;
}

.fixed-page-hero__subtitle {
  position: relative;
  z-index: 1;
  margin: 2px 0 0;
  color: var(--fixed-page-accent);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.fixed-page-hero__description {
  position: relative;
  z-index: 1;
  width: min(100%, 526px);
  margin: 37px 0 0;
  color: var(--fixed-page-ink);
  font-size: 15px;
  line-height: 1.4;
}

.fixed-page-watermark.fixed-page-watermark {
  position: absolute;
  top: calc(-100px + var(--fixed-page-watermark-clearance));
  right: 80px;
  bottom: auto;
  left: auto;
  z-index: -1;
  display: block;
  width: 500px;
  max-width: none;
  height: auto;
  margin: 0 80px 0 0;
  pointer-events: none;
  transform: none;
  translate: 0 0;
}

.fixed-page-panel {
  position: relative;
  z-index: 2;
  width: min(100%, 906px);
  margin-right: auto;
  margin-left: auto;
  background: rgba(255, 255, 255, .97);
  box-shadow: var(--fixed-page-shadow);
}

.fixed-page-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.legal-content {
  margin-bottom: 40px;
  padding: 20px;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.legal-content h2 {
  margin: 20px 0 10px;
  color: var(--fixed-page-ink);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.legal-content p {
  margin: 1em 0;
  font-size: 14px;
  font-weight: 300;
}

.legal-content ul {
  margin: 1em 0;
  padding-left: 1.6em;
}

.legal-content li {
  margin: 0;
}

.legal-content a {
  color: var(--fixed-page-accent);
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: .16em;
}

.legal-content__history {
  margin-top: 20px;
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 205px;
  padding: 60px 10px;
  background: var(--fixed-page-bg);
}

.site-footer__menu {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--fixed-page-ink);
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.site-footer__menu .material-symbols-outlined {
  font-size: 20px;
}

.site-footer__copyright {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 30px 0 0;
  color: var(--fixed-page-ink);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

input:focus-visible,
textarea:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 2px solid #e49600;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .fixed-page-watermark.fixed-page-watermark {
    top: calc(-100px + var(--fixed-page-watermark-clearance));
    right: 30px;
    width: 90%;
    max-width: 90%;
    margin: 0;
    opacity: .1;
  }

  .legal-content {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .fixed-page-hero,
  .fixed-page-hero--compact,
  .fixed-page-hero--document {
    min-height: 330px;
    margin: 60px 0 40px;
  }

  .fixed-page-hero__inner {
    padding: 40px 20px 0;
  }

  .fixed-page-hero__title {
    font-size: 30px;
  }

  .fixed-page-hero__subtitle {
    margin-top: 4px;
    font-size: 18px;
  }

  .fixed-page-hero__description {
    width: 100%;
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.7;
  }

  .fixed-page-panel {
    width: 100%;
  }

  .legal-content {
    margin: 40px 0 0;
    padding: 15px;
    font-size: 14px;
    line-height: 1.2;
  }

  .legal-content h2 {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .fixed-page-watermark.fixed-page-watermark {
    top: -37px;
    right: 20px;
    width: 88%;
    max-width: 88%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
