.navbar-spacer {
  height: var(--_navbar---height);
}

.footer-nap {
  margin-top: 1.5rem;
  color: inherit;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.65;
}

.footer-nap a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.footer-nap a:hover,
.footer-nap a:focus-visible {
  text-decoration: underline;
}

.seo-phone-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  min-height: 3.25rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.seo-phone-cta:hover,
.seo-phone-cta:focus-visible {
  background: #0f4d3f;
  color: #fff;
  transform: translateY(-2px);
}

.seo-local-section {
  position: relative;
  padding: clamp(4rem, 8vw, 8rem) 0;
  overflow: hidden;
  background: #f1efe6;
  color: #143d36;
}

.seo-local-section .seo-local-intro {
  max-width: 50rem;
}

.seo-local-section h2,
.seo-local-section h3,
.seo-local-section p {
  margin-top: 0;
}

.seo-local-section h2 {
  max-width: 18ch;
  margin-bottom: 1.25rem;
}

.seo-local-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: stretch;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.seo-local-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(20, 61, 54, 0.22);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.45);
}

.seo-local-card address {
  margin: 1.5rem 0 0;
  font-style: normal;
  line-height: 1.75;
}

.seo-local-card a {
  color: inherit;
}

.seo-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.seo-area-list li {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(20, 61, 54, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
}

.seo-map-shell {
  position: relative;
  min-height: 27rem;
  overflow: hidden;
  border-radius: 1.25rem;
  background: #143d36;
}

.seo-map-shell iframe {
  display: block;
  width: 100%;
  min-height: 27rem;
  border: 0;
}

.seo-consent-placeholder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 27rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(11, 38, 33, 0.12), rgba(11, 38, 33, 0.94)),
    url("/images/og-energizedrone-terenski-let-v2.jpg") center / cover no-repeat;
}

.seo-consent-placeholder p {
  max-width: 34rem;
  margin-bottom: 0;
}

.seo-consent-placeholder[hidden] {
  display: none;
}

.seo-consent-button {
  margin-top: 1.25rem;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  cursor: pointer;
}

.deferred-background-video video {
  background-position: center;
  background-size: cover;
}

.background-video.deferred-background-video > .hero-video-poster {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 240ms ease;
}

.background-video.deferred-background-video.w-background-video > video {
  z-index: 0;
  opacity: 0;
  transition: opacity 240ms ease;
}

.background-video.deferred-background-video.is-video-loaded > video {
  opacity: 1;
}

.background-video.deferred-background-video.is-video-loaded > .hero-video-poster {
  opacity: 0;
}

.avatar {
  height: 54px;
  object-fit: cover;
}

.avatar.inside-group,
.quote-author-wrap .avatar,
.quote-author > .avatar {
  object-position: 50% 0%;
}

.team-avatar-photo {
  flex: none;
  background-repeat: no-repeat;
  background-position: 50% 4%;
  background-size: 185% auto;
}

.team-avatar-photo--pilot {
  background-image: url('/images/ldrn.webp');
}

@media screen and (max-width: 767px) {
  .avatar {
    width: 48px;
    height: 48px;
  }

  .seo-local-grid {
    grid-template-columns: 1fr;
  }

  .seo-map-shell,
  .seo-map-shell iframe,
  .seo-consent-placeholder {
    min-height: 22rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-phone-cta {
    transition: none;
  }
}
