@keyframes wrap-animat{0%{opacity:0;transform:translate(0,30%)}50%{opacity:.1;transform:translate(0,30%)}100%{opacity:1;transform:none}}@keyframes wrap-animat-1{0%{opacity:0}50%{opacity:.2}100%{opacity:1;transform:none}}html,body{}.flex{display:flex}.flex-h-center{align-items:center}.flex-v-center{justify-content:center}.fr-section{width:100%}.fr-slideCell{display:flex;width:200%;flex-shrink:0}.fr-slide{position:relative;display:flex;width:50%;align-items:center}.fr-disable{display:none}.scrollable-element{flex-wrap:wrap;overflow-y:auto}.animat-start{transform:translate(0,100px)}.wrap-section{position:relative}.wrap-animate{animation:wrap-animat .8s}.wrap-animate-1{animation:wrap-animat-1 .8s}