<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body:not(.safari).banner-animation-1 .instagram-slide .halo-row .halo-item a {
    opacity: 0;
    transform: scale(1.15);
    transition: transform 800ms cubic-bezier(.13,.55,.25,1), opacity 700ms cubic-bezier(.26,.54,.32,1);
}

body:not(.safari).banner-animation-1 .instagram-slide .halo-row .halo-item.shouldShow a,
body:not(.safari).banner-animation-1 .instagram-slide .halo-row .halo-item.slick-active a {
    opacity: 1;
    transform: scale(1);
}</pre></body></html>