/*!/wp-content/themes/Impreza/common/css/base/animation.css*/[class*="us_animate_"]{opacity:0;animation-duration:0.7s;animation-fill-mode:both}[class*="us_animate_"]:not(.start){animation:none!important}.disable_effects [class*="us_animate_"]{opacity:1;animation:none!important}.off_autostart{visibility:hidden}@keyframes fade{from{opacity:0}to{opacity:1}}.us_animate_fade{animation-name:fade}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes afc{from{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}.us_animate_afc{animation-name:afc}@keyframes afl{from{opacity:0;transform:translateX(-3rem)}to{opacity:1;transform:translateX(0)}}.us_animate_afl{animation-name:afl}@keyframes afr{from{opacity:0;transform:translateX(3rem)}to{opacity:1;transform:translateX(0)}}.us_animate_afr{animation-name:afr}@keyframes aft{from{opacity:0;transform:translateY(-3rem)}to{opacity:1;transform:translateY(0)}}.us_animate_aft{animation-name:aft}@keyframes afb{from{opacity:0;transform:translateY(3rem)}to{opacity:1;transform:translateY(0)}}.us_animate_afb.start{animation-name:afb}@keyframes wfc{from{opacity:0;transform:scaleX(.01)}to{opacity:1;transform:scaleX(1)}}.us_animate_wfc.start{animation-name:wfc}@keyframes hfc{from{opacity:0;transform:scaleY(.01)}to{opacity:1;transform:scaleY(1)}}.us_animate_hfc{animation-name:hfc;transform-origin:0 0}@keyframes bounce{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.us_animate_bounce{animation-name:bounce}