body {
    width: 100vw;
    height: 100vh;
    overscroll-behavior: none;
    overflow: hidden;
    background-color: #fff;
}

#particles-js {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#regionpage {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 992px) {
    #regionpage {
        flex-direction: column;
        justify-content: flex-start;
    }
}
#regionpage .regionpageleft {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    flex-direction: column;
}
@media screen and (max-width: 992px) {
    #regionpage .regionpageleft {
        width: 100%;
        height: 40%;
    }
}
#regionpage .regionpageleft .logo img {
    width: 200px;
}
#regionpage .regionpageleft .regionselection {
    display: flex;
    flex-direction: column;
    min-width: 50%;
    max-width: 100%;
    width: 500px;
    margin-top: 50px;
}
#regionpage .regionpageleft .regionselection .inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
@media screen and (max-width: 450px) {
    #regionpage .regionpageleft .regionselection .inputs {
        flex-direction: column;
    }
}
#regionpage .regionpageleft .regionselection .inputs select {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 2px solid #ba212f;
    padding: 10px;
}
@media screen and (max-width: 450px) {
    #regionpage .regionpageleft .regionselection .inputs select {
        width: 100%;
    }
}
#regionpage .regionpageleft .regionselection button {
    background-color: #ba212f;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px;
}
#regionpage .regionpageright {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
@media screen and (max-width: 992px) {
    #regionpage .regionpageright {
        width: 100%;
        height: 50%;
    }
}
#regionpage .regionpageright model-viewer {
    width: 100%;
    height: 80vh;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: none;
    border: none;
    outline: none;
    --progress-bar-color: transparent;
}
@media screen and (max-width: 992px) {
    #regionpage .regionpageright model-viewer {
        height: 40vh;
    }
}/*# sourceMappingURL=style.css.map */