.cc-animate-enabled [data-cc-animate]{opacity:0}@media (prefers-reduced-motion){.cc-animate-enabled [data-cc-animate]{animation:none!important;opacity:1!important}}.no-js .cc-animate-enabled [data-cc-animate]{animation:none!important;opacity:1!important}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.cc-animate-enabled [data-cc-animate=""].cc-animate-in,.cc-animate-enabled .fade-in.cc-animate-in{animation:fade-in calc(var(--aos-animate-duration, 1s) * 0.8) 0.3s cubic-bezier(0.39,0.575,0.565,1) both}@keyframes fade-in-up{0%{transform:translateY(20px);opacity:0}100%{transform:translateY(0);opacity:1}}.cc-animate-enabled .fade-in-up.cc-animate-in{animation:fade-in-up calc(var(--aos-animate-duration, 1s) * 0.6) cubic-bezier(0.39,0.575,0.565,1) both}@keyframes zoom-in{0%{transform:scale(0.8);opacity:0}100%{transform:scale(1);opacity:1}}.cc-animate-enabled .zoom-in.cc-animate-in{animation:zoom-in calc(var(--aos-animate-duration, 1s) * 0.4) cubic-bezier(0.25,0.46,0.45,0.94) both}