/* Atlantic Image Defense v1.15.4.19.35.219
   Homepage content visibility fallback and isolated desktop footer geometry support. */

body.aid-home-page .wow.aid-wow-fallback-visible-v219 {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

/* Keep every official homepage section in normal document flow. These rules do
   not change their design; they only prevent an inherited clipping context. */
body.aid-home-page :where(
  .home_bg,
  .home_case_transition,
  .ab_one,
  .service_area,
  .marq_text,
  .why_area,
  .blog_area,
  .footer
) {
  max-height: none;
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  body.aid-home-page,
  body.aid-home-page > * {
    overscroll-behavior-y: auto;
  }

  body.aid-home-page .footer {
    contain: none;
  }
}

@media print {
  body.aid-home-page .wow {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}
