@media (min-width: 1024px) {
    .animate .home-fold1-title {
        opacity: 0;
        transform: translateY(100px);
        transition: all 0s ease;
    }

    .animate-complete .home-fold1-title {
        opacity: 1;
        transform: translateY(0px);
        transition: all 500ms ease;
    }

    .animate.home-fold1::before {
        opacity: 0;
        transform: translateX(100px);
        transition: all 0s ease;
    }

    .animate-complete.home-fold1::before {
        opacity: .3;
        transform: translateX(0px);
        transition: all 500ms ease 900ms;
    }

    .animate .home-fold1-text {
        opacity: 0;
        transform: translateY(100px);
        transition: all 0s ease;
    }

    .animate-complete .home-fold1-text {
        opacity: 1;
        transform: translateY(0px);
        transition: all 500ms ease 300ms;
    }

    .animate.home-fold1 .readmore-buttons {
        opacity: 0;
        transform: translateY(100px);
        transition: all 0s ease;
    }

    .animate-complete.home-fold1 .readmore-buttons {
        opacity: 1;
        transform: translateY(0px);
        transition: all 500ms ease 600ms;
    }

    .animate .module-fold-a-title {
        opacity: 0;
        transform: translateY(100px);
        transition: all 0s ease;
    }

    .animate-complete .module-fold-a-title {
        opacity: 1;
        transform: translateY(0px);
        transition: all 500ms ease;
    }

    .animate .module-fold-a-text {
        opacity: 0;
        transform: translateY(100px);
        transition: all 0s ease;
    }

    .animate-complete .module-fold-a-text {
        opacity: 1;
        transform: translateY(0px);
        transition: all 500ms ease 300ms;
    }

    .animate.module-fold-a::before {
        opacity: 0;
        transform: translateX(-100px) scaleX(-1);
        transition: all 0s ease;
    }

    .animate-complete.module-fold-a::before {
        opacity: .6;
        transform: translateX(0px) scaleX(-1);
        transition: all 500ms ease 900ms;
    }

    .animate .module-fold-a-img {
        opacity: 0;
        transform: translateX(100px);
        transition: all 0s ease;
    }

    .animate-complete .module-fold-a-img {
        opacity: 1;
        transform: translateX(0px);
        transition: all 500ms ease 600ms;
    }

    .animate.flipped .module-fold-a-img {
        opacity: 0;
        transform: translateX(-100px);
        transition: all 0s ease;
    }

    .animate-complete.flipped .module-fold-a-img {
        opacity: 1;
        transform: translateX(0px);
        transition: all 500ms ease 600ms;
    }

    .animate.module-fold-a .readmore-buttons, .animate.module-fold-a .module-fold-a-textbottom img {
        opacity: 0;
        transform: translateY(100px);
        transition: all 0s ease;
    }

    .animate-complete.module-fold-a .readmore-buttons, .animate-complete.module-fold-a .module-fold-a-textbottom img {
        opacity: 1;
        transform: translateY(0px);
        transition: all 500ms ease 600ms;
    }

    .animate .home-fold4-title {
        opacity: 0;
        transform: translateY(100px);
        transition: all 0s ease;
    }

    .animate-complete .home-fold4-title {
        opacity: 1;
        transform: translateY(0px);
        transition: all 500ms ease;
    }

    .animate .home-fold4-list {
        opacity: 0;
        transform: translateY(100px);
        transition: all 0s ease;
    }

    .animate-complete .home-fold4-list {
        opacity: 1;
        transform: translateY(0px);
        transition: all 500ms ease 300ms;
    }


    .animate .ebook-form {
        opacity: 0;
        transform: translateY(100px);
        transition: all 0s ease;
    }

    .animate-complete .ebook-form {
        opacity: 1;
        transform: translateY(0px);
        transition: all 500ms ease;
    }

    .animate .ebook-image {
        opacity: 0;
        transform: translateY(100px);
        transition: all 0s ease;
    }

    .animate-complete .ebook-image {
        opacity: 1;
        transform: translateY(0px);
        transition: all 500ms ease 300ms;
    }

    .animate.footer-block {
        opacity: 0;
        transform: translateY(100px);
        transition: all 0s ease;
    }

    .animate-complete.footer-block {
        opacity: 1;
        transform: translateY(0px);
        transition: all 500ms ease;
    }
}