#archeo-logo-container {
    width: 150px;
}
@keyframes archeo-onda-animation {
0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
100% {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
}
#onda, #diving-scritta {
    animation: archeo-onda-animation 1.5s ease-in 0s infinite alternate forwards;
}
#rz-loader-logo-container {
    display: block;
    width: 150px;
}
#rz-page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    background-color: #ffffffd9 !important;
    z-index: 1000000;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    opacity: 1;
}