#main-content{
    z-index: 1;
    force3D: true;
    will-change: margin-top;

}
#hero3D{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}
.loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    force3D: true;
    will-change: transform;
}
.loader .logo-intro{
    width: 50%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.loader .logo-intro svg{
    max-width: 75%;
    max-height: 75%;
}
