@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-scroll-slow{animation:scroll 30s linear infinite}.animation-y{animation:CloudsUpDown linear infinite}.-animation-y{animation:CloudsDownUp linear infinite}@keyframes CloudsUpDown{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-20px)}}@keyframes CloudsDownUp{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(20px)}}.weAreWithYou-y{animation:MoveUpDown linear infinite}.-weAreWithYou-y{animation:MoveDownUp linear infinite}.animation-duration-3000{animation-duration:5s}@keyframes MoveUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes MoveDownUp{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.animate-loading{display:inline-block;height:1em;position:relative;overflow:hidden;background-color:#dddbdd;&:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,rgba(#fff,0),rgba(#fff,.2) 20%,rgba(#fff,.5) 60%,rgba(#fff,0));animation:shimmer 2s infinite;content:""}@keyframes shimmer{to{transform:translateX(100%)}}}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes flip-in-hor-bottom{0%{transform:rotateX(80deg);opacity:0}to{transform:rotateX(0);opacity:1}}.flip-in-hor-bottom{animation:flip-in-hor-bottom .5s cubic-bezier(.25,.46,.45,.94) both}.modal-enter{opacity:0;transform:translateY(-50px)}.modal-enter-active{opacity:1;transform:translateY(0);animation:flip-in-hor-bottom .3s cubic-bezier(.25,.46,.45,.94) both}.modal-exit{opacity:1}.modal-exit-active{opacity:0;transform:translateY(-50px);transition:opacity .3s,transform .3s}@keyframes flip-out-hor-bottom{0%{transform:rotateX(0);opacity:1}to{transform:rotateX(-70deg);opacity:0}}.flip-out-hor-bottom{animation:flip-out-hor-bottom .45s cubic-bezier(.55,.085,.68,.53) both}.overlay-enter{opacity:0}.overlay-enter-active{opacity:1;transition:opacity .3s;animation:flip-in-hor-bottom .3s cubic-bezier(.25,.46,.45,.94) both}.overlay-exit{opacity:1}.overlay-exit-active{opacity:0}