@keyframes itsec-animation-fade-in-constant {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
