/* ==========================================================
   GENERAL SMT ANIMATIONS

   Purpose:
   - Store animations specific to the General SMT service.
========================================================== */

@keyframes smtHeroGlowPulse {
    0% {
        transform: scale(.96);
        opacity: .70;
    }

    50% {
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        transform: scale(.96);
        opacity: .70;
    }
}
