/* Added by Capture-PearsantaMirror.ps1 — not from the original site.
   Avada hides every builder section (visibility:hidden) until its scroll-reveal JS runs.
   That JS shipped in the Avada 3.11 bundle, which the Internet Archive never captured, so
   without this the mirror renders as header + footer with an empty page between them. */
.fusion-animated,
.fusion-animated .fusion-layout-column {
    visibility: visible !important;
    animation: none !important;
}
