@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap";
.old-site-container{z-index:9999;background-color:#5093fe;width:100%;min-height:100vh;margin:0;padding:0;position:fixed;top:0;left:0}.old-site-container .bg{z-index:10001;transform-origin:50%;background-image:url(/assets/tree-b.svg);background-repeat:no-repeat;background-size:cover;width:100%;height:70%;animation:10s linear infinite moveBackground;position:fixed;bottom:-10%;transform:scale(1.1)}@keyframes moveBackground{0%{background-position:50%}50%{background-position:100% 100%}to{background-position:50%}}.old-site-container .icon{z-index:10002;background-image:url(/assets/logo.svg);background-position:50%;background-repeat:no-repeat;background-size:20vw;width:100%;height:100%;position:fixed;bottom:0}@media (max-width:768px){.old-site-container .icon{background-size:50vw}.old-site-container .front{bottom:0%;animation-duration:50s!important}.old-site-container .bg{animation-duration:50s;bottom:-10%}}.old-site-container .front{z-index:10003;transform-origin:50%;background-image:url(/assets/tree-f.svg);background-position:100% 100%;background-repeat:no-repeat;background-size:cover;width:100%;height:70%;animation:10s infinite moveBackgroundFront;position:fixed;bottom:-10%}@keyframes moveBackgroundFront{0%{background-position:100% 100%}50%{background-position:50%}to{background-position:100% 100%}}.old-site-container .footer{color:#fff;text-align:center;z-index:10004;width:100%;height:4em;font-family:Poppins;font-weight:700;position:fixed;bottom:0}
