.title-animation{animation:wtcFadeUp infinite}@keyframes wtcFadeUp{0%{opacity:0;transform:translateY(100%)}2%{opacity:1;transform:translateY(0)}25%{opacity:1;transform:translateY(0)}27%{opacity:0;transform:translateY(-100%)}35%,98%{opacity:0;transform:translateY(100%)}}.carousel{min-width:854px;min-height:300px;position:relative}.carousel img{animation:carousel infinite}@keyframes carousel{0%{opacity:0;left:0;top:30%}2%{opacity:1;left:50%;top:0}25%{opacity:1;left:50%;top:0}27%{opacity:0;left:100%;top:30%}35%,98%{opacity:0;left:0;top:30%}}.ingredients{animation:wtcFadeIn cubic-bezier(.42,0,.03,1.4) infinite}.ingredients img{box-shadow:0 0 12px 0 #0000003d}@keyframes wtcFadeIn{0%,1%{opacity:0;width:96px;transform:translateY(-100px);margin:0 auto}25%,4%{opacity:1;width:328px;transform:translateY(0);margin:0}27%{opacity:0;width:96px;transform:translateY(-100px);margin:0 auto}35%,98%{opacity:0;width:96px;transform:translateY(-100px);margin:0 auto}}