@font-face{font-family:CustomFont;src:url(/fonts/CustomFont.otf)}html{scrollbar-width:none;scroll-behavior:smooth!important}@keyframes animated-hero-text{0%{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}@keyframes animated-hero-img{0%{transform:rotateY(70deg);transform-origin:left;opacity:0}to{transform:rotateY(0);transform-origin:left;opacity:1}}@keyframes animated-hero-border{0%{transform:translateY(-1000px)}60%{transform:translateY(-1000px)}to{transform:translateY(0)}}.animated-hero-text{animation-fill-mode:forwards;animation-name:animated-hero-text;animation-duration:3s}.animated-hero-img{animation-fill-mode:forwards;animation-name:animated-hero-img;animation-duration:3s}.animated-hero-border:after{animation-fill-mode:forwards;animation-name:animated-hero-border;animation-duration:4s;position:absolute;content:"";background:linear-gradient(180deg,#da3f5e,#9945ff,#00cdff);width:100%;height:100%;z-index:-1}