@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}html{scroll-behavior:smooth}html,html body{overflow-x:hidden}html body{background-color:#1a0099;max-width:100vw}:root body[data-scroll-locked]{margin-right:0!important;background-color:#1a0099}::-webkit-scrollbar-track{background:#1a0099}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#2300da,#4321f5);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#3a1be8,#2300da)}section{transition:all .3s ease-in-out}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.global-blank>section,.global-home>section:not(.fullwidth_themed_without_svg){position:relative}.global-blank>section:before,.global-home>section:not(.fullwidth_themed_without_svg):before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/media/app/stars.svg);z-index:0;pointer-events:none}.global-blank>:first-child{padding-top:calc(80px + .5rem)}