.site-footer {
  background: #003870;
  color: #fff;
  border-top: 5px solid #117fc3;
}

.site-footer__inner {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 48px 0 28px;
}

.site-footer__primary,
.site-footer__secondary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-footer__primary {
  padding-bottom: 34px;
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  width: 250px;
  height: 58px;
}

.site-footer__brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.site-footer__social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-footer__social a {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  background: rgba(255, 255, 255, .04);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.site-footer__social a:hover,
.site-footer__social a:focus-visible {
  background: #117fc3;
  border-color: #117fc3;
  transform: translateY(-2px);
  outline: none;
}

.site-footer__social img {
  display: block;
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.site-footer__secondary {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px;
}

.site-footer__legal a,
.site-footer__copyright {
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  line-height: 1.5;
}

.site-footer__legal a {
  text-decoration: none;
}

.site-footer__legal a:hover,
.site-footer__legal a:focus-visible {
  color: #ccdb2f;
}

.site-footer__copyright {
  margin: 0;
  white-space: nowrap;
}

.legal-page {
  background: #f5f8fb;
}

.legal-hero {
  padding: 76px 40px 64px;
  background: #003870;
  color: #fff;
}

.legal-hero__inner,
.legal-content {
  width: min(1000px, 100%);
  margin: 0 auto;
}

.legal-hero h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.04;
}

.legal-hero p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
}

.legal-content {
  padding: 72px 40px 92px;
  color: #383939;
}

.legal-content h1 {
  display: none;
}

.legal-content h2,
.legal-content h3 {
  margin: 54px 0 16px;
  color: #003870;
  line-height: 1.2;
}

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

.legal-content h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.legal-content h3 {
  font-size: 24px;
}

.legal-content h4,
.legal-content h5 {
  margin: 30px 0 10px;
  color: #0066b3;
  font-size: 18px;
  line-height: 1.35;
}

.legal-content p,
.legal-content li {
  font-size: 16px;
  line-height: 1.78;
}

.legal-content p {
  margin: 0 0 18px;
}

.legal-content ul,
.legal-content ol {
  margin: 0 0 24px;
  padding-left: 24px;
}

.legal-content a {
  color: #0066b3;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-updated {
  margin-bottom: 28px !important;
  color: #66727d;
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: .02em;
}

@media (max-width: 720px) {
  .site-footer__inner {
    width: min(100% - 40px, 1180px);
    padding-top: 38px;
  }

  .site-footer__primary,
  .site-footer__secondary {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__brand {
    width: 220px;
  }

  .legal-hero {
    padding: 60px 24px 50px;
  }

  .legal-content {
    padding: 54px 24px 72px;
  }
}
