@keyframes colors-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes colors-fade-in{0%{opacity:0}to{opacity:1}}@keyframes colors-line-draw{0%{opacity:0;stroke-dashoffset:500px}to{opacity:1;stroke-dashoffset:0}}@keyframes colors-overlay-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.colors-hero-title{opacity:0;animation:.8s ease-out forwards colors-fade-up;transform:translateY(20px)}.colors-hero-line{opacity:0;stroke-dasharray:500;stroke-dashoffset:500px;animation:.8s ease-out .6s forwards colors-line-draw}.colors-hero-copy{opacity:0;animation:.8s ease-out 1.2s forwards colors-fade-up;transform:translateY(20px)}.colors-preview-title{opacity:0;animation:.25s ease-out forwards colors-fade-up;transform:translateY(10px)}.colors-preview-copy{opacity:0;animation:.25s ease-out 80ms forwards colors-fade-in}.colors-swatch-overlay{animation:.22s ease-out colors-overlay-in}@media (prefers-reduced-motion:reduce){.colors-hero-title,.colors-hero-copy,.colors-preview-title,.colors-preview-copy,.colors-swatch-overlay,.colors-hero-line{opacity:1!important;animation:none!important;transform:none!important}}
