
@media screen {




    .scIn.blurIn{
        opacity:0;
        filter:blur(24px);
    }
    .scIn.blurIn.move{
        opacity:1;
        filter:blur(0px);
        transition-duration: 1000ms;
        transition-property: opacity,filter;
        transition-timing-function: ease;
    }

    
    .scIn.fadeIn{
        opacity:0;
    }
    .scIn.fadeIn.move{
        opacity:1;
        transition-duration: 1000ms;
        transition-property: opacity;
        transition-timing-function: ease;
    }

    .scIn.zoomIn{
        transform:scale(0);
        
    }
    
    .scIn.zoomIn.move{
        transform:scale(1);

        transition-duration: 500ms;
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    }



    

    .scIn.slideInTop{
        opacity:0;
        transform:translateY(-50px);
    }
    .scIn.slideInTop.move{
        opacity:1;
        transform:translateY(0px);
        transition-duration: 700ms;
        transition-property: opacity,transform;
        transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    }


    .scIn.slideInBottom{
        opacity:0;
        transform:translateY(50px);
    }
    .scIn.slideInBottom.move{
        opacity:1;
        transform:translateY(0px);
        transition-duration: 700ms;
        transition-property: opacity,transform;
        transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    }

    .scIn.slideInLeft{
        opacity:0;
        transform:translateX(-50px);
    }
    .scIn.slideInLeft.move{
        opacity:1;
        transform:translateX(0px);
        transition-duration: 700ms;
        transition-property: opacity,transform;
        transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    }



    .scIn.slideInRight{
        opacity:0;
        transform:translateX(50px);
    }
    .scIn.slideInRight.move{
        opacity:1;
        transform:translateX(0px);
        transition-duration: 700ms;
        transition-property: opacity,transform;
        transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
    }


    .scIn.delay100.move{
        transition-delay: 100ms !important;
    }
    .scIn.delay200.move{
        transition-delay: 200ms !important;
    }
    .scIn.delay300.move{
        transition-delay: 300ms !important;
    }
    .scIn.delay400.move{
        transition-delay: 400ms !important;
    }
    .scIn.delay500.move{
        transition-delay: 500ms !important;
    }
    .scIn.delay600.move{
        transition-delay: 600ms !important;
    }
    .scIn.delay700.move{
        transition-delay: 700ms !important;
    }
    .scIn.delay800.move{
        transition-delay: 800ms !important;
    }
    .scIn.delay900.move{
        transition-delay: 900ms !important;
    }
    .scIn.delay1000.move{
        transition-delay: 1000ms !important;
    }

    .scIn.delay1100.move{
        transition-delay: 1100ms !important;
    }
    .scIn.delay1200.move{
        transition-delay: 1200ms !important;
    }
    .scIn.delay1300.move{
        transition-delay: 1300ms !important;
    }
    .scIn.delay1400.move{
        transition-delay: 1400ms !important;
    }
    .scIn.delay1500.move{
        transition-delay: 1500ms !important;
    }
    .scIn.delay1600.move{
        transition-delay: 1600ms !important;
    }
    .scIn.delay1700.move{
        transition-delay: 1700ms !important;
    }
    .scIn.delay1800.move{
        transition-delay: 1800ms !important;
    }
    .scIn.delay1900.move{
        transition-delay: 1900ms !important;
    }

    .scIn.delay2000.move{
        transition-delay: 2000ms !important;
    }


    .scIn.delay2100.move{
        transition-delay: 2100ms !important;
    }
    .scIn.delay2200.move{
        transition-delay: 2200ms !important;
    }
    .scIn.delay2300.move{
        transition-delay: 2300ms !important;
    }
    .scIn.delay2400.move{
        transition-delay: 2400ms !important;
    }
    .scIn.delay2500.move{
        transition-delay: 2500ms !important;
    }
    .scIn.delay2600.move{
        transition-delay: 2600ms !important;
    }
    .scIn.delay2700.move{
        transition-delay: 2700ms !important;
    }
    .scIn.delay2800.move{
        transition-delay: 2800ms !important;
    }
    .scIn.delay2900.move{
        transition-delay: 2900ms !important;
    }

    .scIn.delay3000.move{
        transition-delay: 3000ms !important;
    }



}

