.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}to{opacity:1}}.cc-animate-enabled .fade-in.cc-animate-in,.cc-animate-enabled [data-cc-animate=""].cc-animate-in{animation:fade-in calc(var(--aos-animate-duration,1s) * .8) .3s cubic-bezier(.39,.575,.565,1) both}@keyframes fade-in-up{0%{transform:translateY(5px);opacity:0}to{transform:translateY(0);opacity:1}}.cc-animate-enabled .fade-in-up.cc-animate-in{animation:fade-in-up calc(var(--aos-animate-duration,1s) * .6) cubic-bezier(.39,.575,.565,1) both}@keyframes zoom-in{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}