@charset "UTF-8";
.particles[data-v-1e9042aa]{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.particles #particles-js[data-v-1e9042aa]{
    height:100%
}
/*#app{
    font-family:Lemonada,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    text-align:center;
    background:#f85032;
    background:-webkit-gradient(linear,left top,right top,from(#e73827),to(#f85032));
    background:linear-gradient(90deg,#e73827,#f85032);
    position:relative;
    width:100vw;
    height:100vh
}*/
svg{
    /*width:70vw;*/
    min-width:120px;
    max-height:35vh;
    /*margin:20px 0*/
}
@media screen and (max-width:475px){
    svg{
        max-height:60vh
    }
}
path.st0{
    stroke-dasharray:2920;
    stroke-dashoffset:2920;
    fill:transparent;
    -webkit-animation:dash 4s ease-in-out forwards;
    animation:dash 4s ease-in-out forwards;
    stroke:#fff
}
@-webkit-keyframes dash{
    80%{
        stroke-dashoffset:50;
        fill:transparent
    }
    to{
        stroke-dashoffset:0;
        fill:#fff
    }
}
@keyframes dash{
    80%{
        stroke-dashoffset:50;
        fill:transparent
    }
    to{
        stroke-dashoffset:0;
        fill:#fff
    }
}
polygon{
    fill:#fff;
    opacity:0;
    -webkit-animation:appear .5s ease-in 3.5s forwards;
    animation:appear .5s ease-in 3.5s forwards
}
@-webkit-keyframes appear{
    to{
        opacity:1
    }
}
@keyframes appear{
    to{
        opacity:1
    }
}

/*.home{
    position:relative;
    height:100vh;
    overflow-y:scroll
}*/
.home::-webkit-scrollbar{
    width:3px
}
.home::-webkit-scrollbar-track{
    background:#f1f1f1;
    border-radius:5px
}
.home::-webkit-scrollbar-thumb{
    background:#f39c12;
    border-radius:5px
}
.home::-webkit-scrollbar-thumb:hover{
    background:#f39c12
}
