body {
    overflow-y: hidden;
}

@keyframes mouse {
    50% {
        margin-top: 11px;
    }
}

.scroll {
    border: 2px solid #193498;
    width: 23px;
    height: 40px;
    float: right;
    border-radius: 20px;
}

.inscroll {
    background-color: #193498;
    width: 7px;
    height: 7px;
    position: relative;
    border-radius: 100%;
    margin: 0px auto;
    animation: mouse 3s infinite;
}


@media (max-width: 1023px) {

    #ax {
        height: 60vh;
        display: none;
        top: -30px !important;
    }

    .title {
        position: relative;
        height: 10vh;
        text-align: center;
        font-size: 12px;
        margin-top: 30px;
    }

    .scroll {
        display: none !important;
    }

    .scrolldiv {
        height: 60vh;
        text-align: center;
    }

    .mobilescroll {
        height: 100px !important;
    }

}

@media (min-width: 1023px) {
    #ax {
        height: 90vh;
    }

    .title {
        position: absolute;
        height: 80vh;
        line-height: 70vh;
        font-size: 21px;
        padding-right: 5%;
    }

    .scrolldiv {
        display: none !important;
    }
}

.menu_wrapper {
    height: 85px;
}

.preload {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preload img {
    width: 100px;
    height: 100px;
}

.main_wrap {
    display: none;
}