@font-face {
  font-family: "Helvetica Now Display Local";
  src:
    url("../fonts/helvetica-now-display/HelveticaNowDisplay-Light.woff2") format("woff2"),
    url("../fonts/helvetica-now-display/HelveticaNowDisplay-Light.woff") format("woff"),
    url("../fonts/helvetica-now-display/HelveticaNowDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Display Local";
  src:
    url("../fonts/helvetica-now-display/HelveticaNowDisplay-Regular.woff2") format("woff2"),
    url("../fonts/helvetica-now-display/HelveticaNowDisplay-Regular.woff") format("woff"),
    url("../fonts/helvetica-now-display/HelveticaNowDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Local";
  src: url("../fonts/neue_haas_grotesk_display/NeueHaasGrotDisp-45Light-Trial.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #001324;
  --navy-deep: #07111b;
  --white: #f7f8f4;
  --line-light: rgba(247, 248, 244, 0.76);
  --section-rule-weight: 0.5px;
  --font-sans: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-lede: "Helvetica Now Display Local", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-accent-haas: "Neue Haas Grotesk Display Local", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --np-grid-columns: 12;
  --np-grid-gutter: 2rem;
  --np-outer-gutter: 3rem;
  --np-shell-max: calc(100vw - (var(--np-outer-gutter) * 2));
  --np-space-1: 0.25rem;
  --np-space-2: 0.5rem;
  --np-space-3: 0.75rem;
  --np-space-4: 1rem;
  --np-space-5: 1.5rem;
  --np-space-6: 2rem;
  --np-space-7: 3rem;
  --np-space-8: 4rem;
  --np-space-9: 6rem;
  --measure-body: 32.5rem;
  --np-display-fw-hero: 600;
  --np-display-ls-hero: -0.055em;
  --np-title-fw: 300;
  --np-title-ls-md: -0.035em;
  --np-title-lh: 1.1;
  --np-body-fw: 300;
  --np-body-md: 0.875rem;
  --np-body-lh: 1.6;
  --np-body-ls-md: -0.015em;
  --np-label-fw: 400;
  --np-label-md: 0.6875rem;
  --np-label-lg: 0.875rem;
  --np-label-lh: 1.2;
  --np-label-ls-md: -0.01em;
  --container-x: var(--np-outer-gutter);
  --grid-gap: var(--np-grid-gutter);
  --hero-title-size: 5.625rem;
  --section-heading-gap-top: 6rem;
  --section-transition-gap: 8rem;
  --service-title-tier-size: 1.5rem;
  --tracking-tight: -0.03em;
  --lh-hero: 1.05;
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
}

.np-shared-footer,
.np-shared-footer *,
.np-shared-footer *::before,
.np-shared-footer *::after {
  box-sizing: border-box;
}

.np-shared-footer {
  color: var(--white);
  background: var(--navy-deep);
  font-family: var(--font-sans);
}

.np-shared-footer img,
.np-shared-footer svg {
  display: block;
}

.np-shared-footer img {
  max-width: 100%;
}

.np-shared-footer a {
  color: inherit;
  text-decoration: none;
}

.np-shared-footer button,
.np-shared-footer input,
.np-shared-footer select,
.np-shared-footer textarea {
  color: inherit;
  font: inherit;
}

.np-shared-footer .np-container {
  width: min(calc(100% - (var(--container-x) * 2)), var(--np-shell-max));
  margin-inline: auto;
}

.np-shared-footer .editorial-grid {
  display: grid;
  grid-template-columns: repeat(var(--np-grid-columns), minmax(0, 1fr));
  gap: var(--grid-gap);
}

.np-shared-footer .np-body {
  margin: 0;
  max-width: var(--measure-body);
  font-family: var(--font-body);
  font-size: var(--np-body-md);
  font-weight: var(--np-body-fw);
  line-height: var(--np-body-lh);
  letter-spacing: var(--np-body-ls-md);
}

.np-shared-footer .np-label {
  margin: 0;
  font-size: var(--np-label-md);
  font-weight: var(--np-label-fw);
  line-height: var(--np-label-lh);
  letter-spacing: var(--np-label-ls-md);
}

.np-shared-footer .np-label--lg {
  font-size: var(--np-label-lg);
}

.np-shared-footer .np-editorial-button {
  --editorial-button-min-height: 3.15rem;
  --editorial-button-pad-start: 1.15rem;
  --editorial-button-pad-end: 1.1rem;
  --editorial-button-gap: clamp(0.82rem, 0.95vw, 0.95rem);
  --editorial-button-bg: var(--white);
  --editorial-button-fg: var(--navy);
  --editorial-button-hover-bg: #0f365e;
  --editorial-button-hover-fg: var(--white);
  display: inline-flex;
  align-items: center;
  gap: var(--editorial-button-gap);
  min-height: var(--editorial-button-min-height);
  padding: 0 var(--editorial-button-pad-end) 0 var(--editorial-button-pad-start);
  border: 1px solid transparent;
  border-radius: 0.12rem;
  background: var(--editorial-button-bg);
  color: var(--editorial-button-fg);
  font-size: clamp(1rem, 1.02vw, 1.08rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: var(--tracking-tight);
  transition:
    color 240ms var(--ease),
    background-color 240ms var(--ease),
    border-color 240ms var(--ease),
    transform 240ms var(--ease);
}

.np-shared-footer .np-editorial-button:hover,
.np-shared-footer .np-editorial-button:focus-visible {
  background: var(--editorial-button-hover-bg);
  color: var(--editorial-button-hover-fg);
  transform: translateY(-0.06rem);
}

.np-shared-footer .np-editorial-button__icon {
  display: grid;
  width: 1.12rem;
  height: 1.12rem;
  place-items: center;
}

.np-shared-footer .np-editorial-button svg {
  width: 1.12rem;
  height: 1.12rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.np-shared-footer .section-dark-alt {
  background: var(--navy-deep);
  color: var(--white);
}

.np-shared-footer .section-rule {
  width: 100%;
  height: var(--section-rule-weight);
}

.np-shared-footer .section-rule--light {
  background: var(--line-light);
}

.np-shared-footer .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.np-shared-footer .contact {
  padding: var(--section-transition-gap) 0 clamp(8rem, 10vw, 13rem);
  overflow-x: hidden;
}

.np-shared-footer .contact__headline {
  --contact-marquee-gap: clamp(3rem, 5.4vw, 6.5rem);
  --contact-marquee-duration: 20s;
  width: auto;
  max-width: none;
  margin: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  white-space: nowrap;
  color: var(--white);
  font-size: var(--hero-title-size);
  font-weight: var(--np-display-fw-hero);
  line-height: var(--lh-hero);
  letter-spacing: var(--np-display-ls-hero);
  padding-top: calc(var(--hero-title-size) * 0.04);
  padding-bottom: calc(var(--hero-title-size) * 0.14);
}

.np-shared-footer .contact__headline-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: np-shared-contact-marquee var(--contact-marquee-duration) linear infinite;
}

.np-shared-footer .contact__headline-text {
  display: block;
  flex: none;
  padding-right: var(--contact-marquee-gap);
}

.np-shared-footer .contact__headline + .section-rule {
  margin-top: var(--section-heading-gap-top);
}

@keyframes np-shared-contact-marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .np-shared-footer .contact__headline-track {
    animation: none;
    transform: none;
  }
}

.np-shared-footer .contact__midline {
  background: rgba(247, 248, 244, 0.2);
}

.np-shared-footer .contact__label {
  margin: var(--np-space-5) 0 var(--np-space-8);
  color: var(--white);
  font-family: var(--font-accent-haas);
}

.np-shared-footer .contact__grid {
  padding-top: 0;
  align-items: start;
}

.np-shared-footer .contact-form {
  display: grid;
  grid-column: 1 / -1;
  gap: clamp(2.45rem, 3.35vw, 3.55rem);
}

.np-shared-footer .contact-form label {
  display: block;
  min-width: 0;
}

.np-shared-footer .contact-form__honeypot {
  display: none;
}

.np-shared-footer .contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.6rem, 3.3vw, 3.5rem);
}

.np-shared-footer .contact-form input,
.np-shared-footer .contact-form select,
.np-shared-footer .contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1.5px solid rgba(247, 248, 244, 0.28);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--white);
  font-family: var(--font-body);
  font-size: var(--service-title-tier-size);
  font-weight: var(--np-title-fw);
  line-height: var(--np-title-lh);
  letter-spacing: var(--np-title-ls-md);
}

.np-shared-footer .contact-form input,
.np-shared-footer .contact-form select {
  height: 3.2rem;
}

.np-shared-footer .contact-form select {
  appearance: none;
  cursor: pointer;
  padding-right: calc(var(--np-space-7) + var(--np-space-1));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1.25 1.5 6 6.25 10.75 1.5' stroke='%23F7F8F4' stroke-opacity='0.7' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: calc(100% - 0.9rem) 50%;
  background-repeat: no-repeat;
  background-size: 0.82rem 0.54rem;
}

.np-shared-footer .contact-form select:invalid {
  color: rgba(247, 248, 244, 0.36);
}

.np-shared-footer .contact-form select option {
  color: var(--navy);
}

.np-shared-footer .contact-form textarea {
  height: clamp(8.5rem, 12.8vw, 11rem);
  min-height: 0;
  padding-top: var(--np-space-3);
  padding-bottom: 0;
  resize: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.np-shared-footer .contact-form input::placeholder,
.np-shared-footer .contact-form textarea::placeholder {
  color: rgba(247, 248, 244, 0.36);
  opacity: 1;
}

.np-shared-footer .contact-form input:focus,
.np-shared-footer .contact-form select:focus,
.np-shared-footer .contact-form textarea:focus {
  border-color: var(--white);
}

.np-shared-footer .contact-form input[aria-invalid="true"],
.np-shared-footer .contact-form select[aria-invalid="true"],
.np-shared-footer .contact-form textarea[aria-invalid="true"] {
  border-color: #eb3a39;
}

.np-shared-footer .contact-form__field-error {
  display: block;
  margin-top: 0.55rem;
  color: #eb3a39;
  font-size: 0.75rem;
  line-height: 1.35;
  letter-spacing: 0;
}

.np-shared-footer .contact-form__submit {
  justify-self: start;
  margin-top: var(--np-space-2);
}

.np-shared-footer .contact-form__submit[disabled] {
  cursor: not-allowed;
  opacity: 0.56;
}

.np-shared-footer .contact-form__status {
  min-height: 1.5em;
  margin: calc(var(--np-space-2) * -0.4) 0 0;
  color: rgba(247, 248, 244, 0.8);
}

.np-shared-footer .contact-form__status:empty {
  display: none;
}

.np-shared-footer .site-footer {
  position: relative;
  background: var(--navy-deep);
  color: rgba(247, 248, 244, 0.9);
  border-top: var(--section-rule-weight) solid rgba(247, 248, 244, 0.16);
}

.np-shared-footer .site-footer a {
  text-decoration: none;
}

.np-shared-footer .site-footer__main {
  border-bottom: var(--section-rule-weight) solid rgba(247, 248, 244, 0.16);
}

.np-shared-footer .site-footer__main .site-footer__container {
  padding-block: clamp(var(--np-space-8), 6vw, var(--np-space-9));
}

.np-shared-footer .site-footer__grid {
  display: grid;
  gap: var(--np-space-8);
}

.np-shared-footer .site-footer__nav {
  display: grid;
  gap: var(--np-space-7);
}

.np-shared-footer .site-footer__nav-column {
  min-width: 0;
}

.np-shared-footer .site-footer__nav-title {
  margin: 0 0 var(--np-space-4);
  color: rgba(247, 248, 244, 0.64);
  font-family: var(--font-accent-haas);
  font-size: var(--np-label-md);
  font-weight: var(--np-label-fw);
  line-height: var(--np-label-lh);
  letter-spacing: var(--np-label-ls-md);
}

.np-shared-footer .site-footer__nav-column:nth-child(-n + 2) .site-footer__nav-title {
  color: rgba(247, 248, 244, 0.46);
}

.np-shared-footer .site-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: var(--np-space-2);
  margin: 0;
  padding: 0;
  list-style: none;
}

.np-shared-footer .site-footer__nav-list a {
  max-width: none;
  color: rgba(247, 248, 244, 0.88);
  text-decoration-line: underline;
  text-decoration-thickness: 0.75px;
  text-decoration-color: rgba(247, 248, 244, 0.3);
  text-underline-offset: 0.18em;
  transition: color 0.2s ease;
}

.np-shared-footer .site-footer__nav-list a:hover,
.np-shared-footer .site-footer__nav-list a:focus-visible {
  color: var(--white);
}

.np-shared-footer .site-footer__address {
  display: flex;
  flex-direction: column;
  gap: var(--np-space-4);
  margin: 0;
  font-style: normal;
}

.np-shared-footer .site-footer__address-item {
  display: flex;
  align-items: flex-start;
  gap: var(--np-space-4);
  max-width: none;
  color: rgba(247, 248, 244, 0.88);
}

.np-shared-footer .site-footer__address-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 1.25rem;
  margin-top: 0.15em;
}

.np-shared-footer .site-footer__brand {
  --site-footer-social-link-size: 2.5rem;
  --site-footer-social-gap: var(--np-space-3);
  --site-footer-social-count: 4;
  --site-footer-social-row-width: calc(
    (var(--site-footer-social-link-size) * var(--site-footer-social-count)) +
    (var(--site-footer-social-gap) * (var(--site-footer-social-count) - 1))
  );
  display: flex;
  flex-direction: column;
  gap: var(--np-space-6);
}

.np-shared-footer .site-footer__logo {
  width: min(100%, var(--site-footer-social-row-width));
  max-width: 100%;
  height: auto;
}

.np-shared-footer .site-footer__social {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: var(--np-space-3);
}

.np-shared-footer .site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--site-footer-social-link-size);
  height: var(--site-footer-social-link-size);
  border: 1px solid rgba(247, 248, 244, 0.15);
  border-radius: 0.12rem;
  background: rgba(247, 248, 244, 0.04);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.np-shared-footer .site-footer__social-link:hover,
.np-shared-footer .site-footer__social-link:focus-visible {
  background: rgba(247, 248, 244, 0.1);
  border-color: rgba(247, 248, 244, 0.22);
}

.np-shared-footer .site-footer__social-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.np-shared-footer .site-footer__bottom {
  padding-block: var(--np-space-6);
}

.np-shared-footer .site-footer__bottom-content {
  display: flex;
  flex-direction: column;
  gap: var(--np-space-4);
}

.np-shared-footer .site-footer__copyright,
.np-shared-footer .site-footer__legal a {
  color: rgba(247, 248, 244, 0.64);
}

.np-shared-footer .site-footer__copyright {
  margin: 0;
  max-width: none;
}

.np-shared-footer .site-footer__legal {
  display: flex;
  align-items: center;
  gap: var(--np-space-5);
}

.np-shared-footer .site-footer__legal a {
  text-decoration-line: underline;
  text-decoration-thickness: 0.75px;
  text-decoration-color: rgba(247, 248, 244, 0.3);
  text-underline-offset: 0.18em;
  transition: color 0.2s ease;
}

.np-shared-footer .site-footer__legal a:hover,
.np-shared-footer .site-footer__legal a:focus-visible {
  color: rgba(247, 248, 244, 0.92);
}

.np-shared-footer .site-footer__accent-bar {
  width: 100%;
  height: 4px;
  background: #710004;
}

@media (min-width: 576px) {
  .np-shared-footer .site-footer__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .np-shared-footer .site-footer__bottom-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .np-shared-footer .site-footer__grid {
    grid-template-columns: 7fr 5fr;
  }

  .np-shared-footer .site-footer__brand {
    justify-self: end;
    align-items: flex-end;
  }
}

@media (max-width: 575px) {
  :root {
    --container-x: 0.95rem;
    --hero-title-size: clamp(2.4rem, calc(2.4rem + 0.975rem * ((100vw - 22.5rem) / 25.5rem)), 3.375rem);
    --section-heading-gap-top: clamp(0.92rem, 3.36vw, 1.302rem);
    --section-transition-gap: clamp(4rem, 15vw, 5.5rem);
    --np-body-md: 0.75rem;
    --service-title-tier-size: clamp(1.125rem, calc(1.125rem + 0.25rem * ((100vw - 22.5rem) / 25.5rem)), 1.375rem);
    --lh-body: 1.38;
  }

  .np-shared-footer .np-container {
    width: min(calc(100% - (var(--container-x) * 2)), 100%);
  }

  .np-shared-footer .np-editorial-button {
    --editorial-button-min-height: 3.05rem;
    --editorial-button-pad-start: 1.08rem;
    --editorial-button-pad-end: 1rem;
  }

  .np-shared-footer .contact-form__row {
    grid-template-columns: 1fr;
    gap: 2.6rem;
  }

  .np-shared-footer .contact-form {
    gap: 2.8rem;
  }

  .np-shared-footer .contact__headline + .section-rule {
    margin-top: clamp(3.25rem, 13vw, 4.25rem);
  }

  .np-shared-footer .site-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: var(--np-space-6);
    row-gap: var(--np-space-7);
  }

  .np-shared-footer .site-footer__nav-column:nth-child(3) {
    grid-column: 1 / -1;
  }
}
