
/* delay */
.delay0 {
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}

.delay300 {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}

.delay500 {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}

.delay700 {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
}

.delay900 {
    -webkit-animation-delay: 0.9s !important;
    animation-delay: 0.9s !important;
}

.delay1100 {
    -webkit-animation-delay: 1.1s !important;
    animation-delay: 1.1s !important;
}

.delay1100 {
    -webkit-animation-delay: 1.1s !important;
    animation-delay: 1.1s !important;
}

.delay1300 {
    -webkit-animation-delay: 1.3s !important;
    animation-delay: 1.3s !important;
}

.delay1500 {
    -webkit-animation-delay: 1.5s !important;
    animation-delay: 1.5s !important;
}

.delay1700 {
    -webkit-animation-delay: 1.7s !important;
    animation-delay: 1.7s !important;
}

.delay1900 {
    -webkit-animation-delay: 1.9s !important;
    animation-delay: 1.9s !important;
}

.delay2100 {
    -webkit-animation-delay: 2.1s !important;
    animation-delay: 2.1s !important;
}

.delay2300 {
    -webkit-animation-delay: 2.3s !important;
    animation-delay: 2.3s !important;
}

.delay2500 {
    -webkit-animation-delay: 2.5s !important;
    animation-delay: 2.5s !important;
}

.delay2700 {
    -webkit-animation-delay: 2.7s !important;
    animation-delay: 2.7s !important;
}

.delay2900 {
    -webkit-animation-delay: 2.9s !important;
    animation-delay: 2.9s !important;
}


@media (max-width: 991.98px){
    .delayXS0 {
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important;
    }

    .delayXS100 {
        -webkit-animation-delay: 0.1s !important;
        animation-delay: 0.1s !important;
    }

    .delayXS300 {
        -webkit-animation-delay: 0.3s !important;
        animation-delay: 0.3s !important;
    }

    .delayXS500 {
        -webkit-animation-delay: 0.5s !important;
        animation-delay: 0.5s !important;
    }

    .delayXS700 {
        -webkit-animation-delay: 0.7s !important;
        animation-delay: 0.7s !important;
    }

    .delayXS900 {
        -webkit-animation-delay: 0.9s !important;
        animation-delay: 0.9s !important;
    }

    .delayXS1100 {
        -webkit-animation-delay: 1.1s !important;
        animation-delay: 1.1s !important;
    }

    .delayXS1100 {
        -webkit-animation-delay: 1.1s !important;
        animation-delay: 1.1s !important;
    }

    .delayXS1300 {
        -webkit-animation-delay: 1.3s !important;
        animation-delay: 1.3s !important;
    }

    .delayXS1500 {
        -webkit-animation-delay: 1.5s !important;
        animation-delay: 1.5s !important;
    }

    .delayXS1700 {
        -webkit-animation-delay: 1.7s !important;
        animation-delay: 1.7s !important;
    }

    .delayXS1900 {
        -webkit-animation-delay: 1.9s !important;
        animation-delay: 1.9s !important;
    }

    .delayXS2100 {
        -webkit-animation-delay: 2.1s !important;
        animation-delay: 2.1s !important;
    }

    .delayXS2300 {
        -webkit-animation-delay: 2.3s !important;
        animation-delay: 2.3s !important;
    }

    .delayXS2500 {
        -webkit-animation-delay: 2.5s !important;
        animation-delay: 2.5s !important;
    }

    .delayXS2700 {
        -webkit-animation-delay: 2.7s !important;
        animation-delay: 2.7s !important;
    }

    .delayXS2900 {
        -webkit-animation-delay: 2.9s !important;
        animation-delay: 2.9s !important;
    }
}