.init-hidden {
    opacity: 0;
    transition: opacity 1.8s ease-in;
}

.init-hidden-off {
    opacity: 1;
}
