@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate{animation:marquee 30s linear infinite}.animate:hover{animation-play-state:paused}@media (min-width:640px){.animate{animation:marquee 35s linear infinite}}@media (min-width:768px){.animate{animation:marquee 40s linear infinite}}@media (min-width:1024px){.animate{animation:marquee 45s linear infinite}}@media (min-width:1280px){.animate{animation:marquee 50s linear infinite}}.rotate{animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rotate:hover{animation-play-state:paused}.heartbeat{animation:beat .3s infinite alternate;transform-origin:center}@keyframes beat{to{transform:scale(1.02)}}.heartbeat:hover{animation-play-state:paused}.preloader{height:100vh;width:100%;background:#0e1016;color:#e4ded7;position:fixed;bottom:0;left:0;right:0;z-index:55;display:flex;justify-content:center;align-items:center;overflow:hidden!important}.preloader .texts-container{height:60px}