/* Match Devices and 3-Line Bundle timing and easing. */
.campaign-story-hero:is(.campaign-story-hero--postpaid,.campaign-story-hero--roaming,.campaign-story-hero--addons) .is-active .campaign-story-copy { animation:plan-copy-enter .85s cubic-bezier(.16,1,.3,1) both!important; }
.campaign-story-hero:is(.campaign-story-hero--postpaid,.campaign-story-hero--roaming,.campaign-story-hero--addons) .is-active .campaign-story-picture { animation:plan-art-enter 1.05s cubic-bezier(.16,1,.3,1) .08s both!important; }
@keyframes plan-copy-enter { from{opacity:.15;transform:translate3d(-26px,12px,0)} to{opacity:1;transform:translate3d(0,0,0)} }
@keyframes plan-art-enter { from{opacity:.1;filter:blur(6px);transform:translate3d(34px,10px,0) scale(.97)} to{opacity:1;filter:none;transform:translate3d(0,0,0) scale(1)} }
@media(prefers-reduced-motion:reduce){.campaign-story-hero .is-active :is(.campaign-story-copy,.campaign-story-picture){animation:none!important}}
