.page-wrapper {
    opacity: 0;
    transition: opacity 0s ease-in-out;
}

.page-wrapper.fade-in-show {
    opacity: 1;
}
