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

.site-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 24px;
}

.site-popup.is-visible {
  display: block;
}

.site-popup__content {
  background-color: #fff;
  padding: 28px 24px;
  border-radius: 8px;
  width: 420px;
  max-width: 100%;
  margin: 100px auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  text-align: center;
  position: relative;
}

.site-popup__content h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #ec4f46;
  margin-bottom: 12px;
}

.site-popup__content p {
  color: #000;
  line-height: 1.6;
}

.site-popup__button,
.site-notice__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
}

.site-popup__button {
  margin-top: 20px;
  padding: 8px 16px;
  cursor: pointer;
  background-color: #ec4f46;
  color: #fff;
  border: none;
  border-radius: 4px;
}

.site-notice {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #ec4f46;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.site-notice.is-visible {
  display: block;
}

.site-notice__inner {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 1224px;
  margin: 0 auto;
  padding: 12px 54px 12px 24px;
  position: relative;
}

.site-notice__body {
  flex: 1;
  min-width: 0;
}

.site-notice__title {
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.site-notice__text {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.4;
}

.site-notice__button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,0.75);
  color: #fff;
  background: rgba(0,0,0,0.15);
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
}

.site-notice__close {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

body.has-site-notice .main-header {
  top: var(--site-notice-height, 0px);
}

.contact-details li {
  color: rgba(255,255,255,0.88);
}

.contact-details li span,
.contact-details li a {
  color: #fff;
}

.legal-document-page {
  background: #1f1f1f;
  color: #243244;
}

.legal-document {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 20px 42px;
}

.legal-document__header,
.legal-document__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.legal-document__logo img {
  width: 130px;
  height: auto;
}

.legal-document__nav,
.legal-document__aside {
  display: flex;
  gap: 10px;
}

.legal-document__nav a,
.legal-document__aside a,
.legal-document__footer a {
  color: #fff;
}

.legal-document__nav a,
.legal-document__aside a {
  border: 1px solid rgba(255,255,255,0.18);
  padding: 10px 14px;
  text-decoration: none;
}

.legal-document__hero {
  margin-top: 34px;
  padding: 52px;
  background: #18364f;
  color: #fff;
}

.legal-document__hero p {
  margin: 0 0 10px;
  color: #ec4f46;
  font: 700 italic 18px/1.3 "Fraunces", Georgia, serif;
}

.legal-document__hero h1 {
  max-width: 760px;
  margin: 0 0 14px;
  color: #fff;
  font-size: 48px;
  line-height: 1.05;
}

.legal-document__hero span {
  color: rgba(255,255,255,0.78);
}

.legal-document__layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 26px;
  margin-top: 26px;
}

.legal-document__aside {
  align-self: start;
  position: sticky;
  top: 24px;
  flex-direction: column;
  padding: 22px;
  background: #252525;
}

.legal-document__aside strong {
  color: #fff;
  font-size: 18px;
}

.legal-document__aside a[aria-current="page"] {
  border-color: #ec4f46;
  color: #ec4f46;
}

.legal-card {
  margin-bottom: 14px;
  padding: 28px;
  background: #fff;
}

.legal-card h2 {
  margin: 0 0 12px;
  color: #18364f;
  font-size: 26px;
  line-height: 1.2;
}

.legal-card p,
.legal-card li {
  color: #243244;
  font-size: 16px;
  line-height: 1.7;
}

.legal-card ul {
  margin: 0;
  padding-left: 20px;
}

.legal-card--contact {
  border-left: 4px solid #ec4f46;
}

.legal-card--contact a {
  color: #18364f;
}

.legal-document__footer {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.76);
}

.local-landing-copy p {
  margin-bottom: 18px;
}

.local-landing-page .loader-wrap {
  display: none !important;
}

.local-landing-page #main {
  opacity: 1 !important;
}

.local-landing-page,
.local-landing-page #main,
.local-landing-page #wrapper,
.local-landing-page .content {
  overflow-x: hidden;
}

.local-landing-page section.parallax-section.hero-section .section-title h2 {
  max-width: min(850px, calc(100vw - 36px));
  margin-left: auto;
  margin-right: auto;
  overflow-wrap: break-word;
}

.local-landing-page .text-block.local-landing-copy {
  max-width: min(680px, calc(100vw - 44px));
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.local-landing-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 22px;
}

.local-landing-points span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(236,79,70,0.38);
  color: #fff;
  background: rgba(236,79,70,0.12);
  font-size: 13px;
}

.local-landing-faq {
  margin: 22px 0 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.local-landing-faq h3 {
  margin: 18px 0 10px;
  color: #fff;
  font-size: 20px;
}

.local-landing-faq details {
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding: 12px 0;
}

.local-landing-faq summary {
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.local-landing-faq p {
  margin: 10px 0 0;
}

@media only screen and (max-width: 600px) {
  .site-notice__inner {
    display: block;
    padding: 10px 46px 12px 18px;
  }

  .site-notice__button {
    margin-top: 8px;
    min-height: 32px;
  }

  .legal-document {
    padding: 18px 14px 32px;
  }

  .legal-document__header,
  .legal-document__footer {
    display: block;
  }

  .legal-document__nav {
    flex-wrap: wrap;
    margin-top: 18px;
  }

  .legal-document__hero {
    margin-top: 24px;
    padding: 32px 22px;
  }

  .legal-document__hero h1 {
    font-size: 34px;
  }

  .legal-document__layout {
    display: block;
  }

  .legal-document__aside {
    position: static;
    margin-bottom: 18px;
  }

  .legal-card {
    padding: 22px 18px;
  }

  .legal-card h2 {
    font-size: 23px;
  }

  .legal-document__footer span {
    display: block;
    margin-top: 8px;
  }

  .local-landing-page section.parallax-section.hero-section {
    padding: 150px 0 90px;
  }

  .local-landing-page section.parallax-section.hero-section .section-title {
    padding: 0 18px;
  }

  .local-landing-page section.parallax-section.hero-section .section-title h2 {
    display: block;
    width: auto;
    max-width: calc(100vw - 36px);
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.16;
    overflow-wrap: break-word;
  }

  .local-landing-page .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .local-landing-page .row {
    margin-left: 0;
    margin-right: 0;
  }

  .local-landing-page [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .local-landing-page .text-block.local-landing-copy {
    width: 100%;
    max-width: calc(100vw - 44px);
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .local-landing-page .local-landing-copy p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.72;
    overflow-wrap: break-word;
  }

  .local-landing-page .local-landing-points,
  .local-landing-page .local-landing-faq {
    max-width: 100%;
  }

  .local-landing-page .local-landing-points span {
    white-space: normal;
  }

  .local-landing-page .btn.fl-btn {
    width: auto;
    min-width: 170px;
    margin-right: 8px;
    margin-bottom: 10px;
  }
}
