/* Rendering work for below-the-fold homepage sections is deferred until needed. */
@supports (content-visibility: auto) {
    .home-page .home-svc-section,
    .home-page .subscription-section,
    .home-page .why-choose-section,
    .home-page .video-section,
    .home-page .platform-section,
    .home-page .industries-testimonial,
    .home-page .consultation-section,
    .home-page .faq-section {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

