@media (min-width:1024px) {

.animate .ebook-form {
    opacity: 0;
    transition: all 0s ease;
    transform: translateX(-1000px);
    -webkit-transform: translateX(-1000px);
}

.animate.animate-complete .ebook-form {
    opacity: 1;
    transition: all 0.5s ease;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.animate .ebook-image {
    opacity: 0;
    transition: all 0s ease;
    transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
}

.animate.animate-complete .ebook-image {
    opacity: 1;
    transition: all 0.5s ease 0.5s;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.animate .fold-1-content-title {
    filter: blur(5px);
    opacity: 0;
    transition: all 300ms ease;
}

.animate.animate-complete .fold-1-content-title {
    filter: blur(0px);
    opacity: 1;
    transition: all 1s ease;
}

.animate .content-fold-b-img {
    transform: translatex(-200px);
    opacity: 0;
    transition: all 1s ease;
}

.animate.animate-complete .content-fold-b-img {
    transform: translatex(0px);
    opacity: 1;
    transition: all 750ms ease;
}

.animate .content-fold-b-content-inner .title {
    transform: translatex(200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .content-fold-b-content-inner .title {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 300ms;
}

.animate .content-fold-b-content-inner :is(p, ol, li, .subtext) {
    transform: translatex(200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .content-fold-b-content-inner :is(p, ol, li, .subtext) {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 600ms;
}

.animate .content-fold-b-readmore {
    transform: translatex(200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .content-fold-b-readmore {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 1s;
}

.animate .content-fold-c-img {
    transform: translatex(200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .content-fold-c-img {
    transform: translatex(0px);
    opacity: 1;
    transition: all 1s ease;
}

.animate .content-fold-c-content-inner .title {
    transform: translatex(-200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .content-fold-c-content-inner .title {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 300ms;
}

.animate .content-fold-c-content-inner :is(p, ol, li, .accordion-item, .subtext) {
    transform: translatex(-200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .content-fold-c-content-inner :is(p, ol, li, .accordion-item, .subtext) {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 600ms;
}

.animate .content-fold-c-content-readmore {
    transform: translatex(-200px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete .content-fold-c-content-readmore  {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 1s;
}
	
.team-folda-item.animate {
    transform: scale(0.5);
    filter: blur(5px);
    opacity: 0;
    transition: all 500ms ease;
}

.team-folda-item.animate.animate-complete {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
    transition: all 500ms ease;
}
	

.team-folda-item.animate-on-load {
    transform: scale(0.5);
    filter: blur(5px);
    opacity: 0;
    transition: all 500ms ease;
}

.team-folda-item.animate-on-load.active {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
    transition: all 500ms ease;
}
	
.testimonials-item.animate-on-load {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(5px);
    transition: all 500ms ease;
}

.testimonials-item.animate-on-load.active {
    transform: scale(1);
    opacity: 1;
    filter: blur(0px);
    transition: all 500ms ease;
}
	
.testimonials-item.animate {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(5px);
    transition: all 500ms ease;
}

.testimonials-item.animate.animate-complete {
    transform: scale(1);
    opacity: 1;
    filter: blur(0px);
    transition: all 500ms ease;
}
	
.content-fold-e-item.animate {
    transform: translatex(-200px);
    opacity: 0;
    transition: all 300ms ease;
}

.content-fold-e-item.animate:nth-of-type(2n) {
    opacity: 0;
    transform: translatex(200px);
    transition: all 1s ease;
}

.content-fold-e-item.animate.animate-complete {
    opacity: 1;
    transform: translatex(0px);
    transition: all 1s ease;
}
	
.category-folda-header.animate {
    opacity: 0;
    transition: all 500ms ease;
    filter: blur(5px);
}

.category-folda-header.animate.animate-complete {
    opacity: 1;
    transition: all 500ms ease;
    filter: blur(0px);
}

.category-folda-wrapper .category-folda-item.animate {
    transform: translatex(-200px);
    opacity: 0;
    transition: all 500ms ease;
}

.category-folda-wrapper .category-folda-item.animate:nth-of-type(2n){
    transform:translatex(200px);
}

.category-folda-wrapper .category-folda-item.animate.animate-complete {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease;
}

.container-fold-c-item.animate {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(5px);
    transition:all 500ms ease;
}

.container-fold-c-item.animate.animate-complete {
    transform: scale(1);
    opacity: 1;
    filter: blur(0px);
    transition:all 500ms ease;
}
	
.animate .basic-foldb-header {
    transform: scale(0.5);
    transition: all 500ms ease;
    opacity: 0;
    filter:blur(5px);
}

.animate.animate-complete .basic-foldb-header {
    transform: scale(1);
    transition: all 500ms ease;
    opacity: 1;
    filter:blur(0px);
}

.animate .basic-foldb-content p {
    transform:translatex(-20px) translatey(-20px);
    opacity:0;
    transition:all 500ms ease;
}

.animate .basic-foldb-content p:nth-of-type(2n) {
    transform:translatex(20px) translatey(20px);
}

.animate.animate-complete .basic-foldb-content p {
    transform:translatex(0px) translatey(0px);
    opacity:1;
    transition:all 500ms ease 300ms;
}

.animate.animate-complete .basic-foldb-content p:nth-of-type(2n) {
    transform:translatex(0px) translatey(0px);
    transition:all 500ms ease 600ms;
}

.animate .basic-foldb-content-readmore {
    transform: scale(0.5);
    opacity: 0;
    transition: all 500ms ease;
    filter:blur(5px);
}

.animate.animate-complete .basic-foldb-content-readmore {
    transform:scale(1);
    opacity:1;
    transition:all 500ms ease 1s;
    filter:blur(0px);
}
	
.quad-fold-item.animate {
    transform: scale(0.5);
    opacity: 0;
    transition: all 500ms ease;
    filter:blur(5px);
}

.quad-fold-item.animate.animate-complete {
    transform: scale(1);
    opacity: 1;
    transition: all 500ms ease;
    filter:blur(0px);
}

.animate div#fold2-splide {
    opacity: 0;
    transition: all 500ms ease;
    transform: scale(0.5);
    filter: blur(5px);
}

.animate.animate-complete div#fold2-splide {
    opacity: 1;
    transition: all 750ms ease;
    transform: scale(1);
    filter: blur(0px);
}
	
.quad-fold.animate .quad-fold-item:nth-of-type(n) {
    transform:translatey(-50px);
    opacity:0;
    filter:blur(5px);
    transition:all 500ms ease;
}

.quad-fold.animate.animate-complete .quad-fold-item:nth-of-type(n) {
    transform:translatey(0px);
    opacity:1;
    filter:blur(0px);
}

.quad-fold.animate .quad-fold-item:nth-of-type(2n) {
    transform:translatey(50px);
    opacity:0;
    filter:blur(5px);
    transition:all 500ms ease;
}

.quad-fold.animate.animate-complete .quad-fold-item:nth-of-type(2n) {
    transform:translatey(0px);
    opacity:1;
    filter:blur(0px);
    transition:all 500ms ease 500ms;
}

.alt.animate .basic-foldb-header {
    transform: scale(1.5) rotate(2deg);
    opacity: 0;
    transition: all 500ms ease;
}

.alt.animate.animate-complete .basic-foldb-header {
    transform: scale(1);
    opacity: 1;
    transition: all 500ms ease;
}

.alt.animate .basic-foldb-content p {
   transform:scale(1.2) rotate(-2deg);
    opacity:0;
    transition:all 500ms ease;
}

.alt.animate.animate-complete .basic-foldb-content p {
   transform:scale(1) rotate(0deg);
    opacity:1;
    transition:all 500ms ease 300ms;
}

.alt.animate .basic-foldb-content-readmore {
    transform: scale(1.2) rotate(2deg);
    opacity: 0;
    transition: all 500ms ease;
}

.alt.animate.animate-complete .basic-foldb-content-readmore {
    transform: scale(1) rotate(0deg);
    opacity: 1;
    transition: all 500ms ease 1s;
}

.alt.animate .content-fold-b-img {
    transform: translatex(-100px) translatey(-100px);
    opacity: 0;
    transition: all 500ms ease;
}

.alt.animate.animate-complete .content-fold-b-img {
    transform: translatex(0px) translatey(0px);
    opacity: 1;
    transition: all 500ms ease;
}

.alt.animate .content-fold-b-content-inner .title  {
    transform: translatex(100px) translatey(-100px);
    opacity: 0;
    transition: all 500ms ease;
}

.alt.animate.animate-complete .content-fold-b-content-inner .title {
    transform: translatex(0px) translatey(0px);
    opacity: 1;
    transition: all 500ms ease 300ms;
}

.alt.animate .content-fold-b-readmore{
    transform:translatex(100px) translatey(100px);
    opacity:0;
}

.alt.animate.animate-complete .content-fold-b-readmore{
    transform:translatex(0px) translatey(0px);
    opacity:1;
    transition:all 500ms ease 1s;
}
	
.alt.animate .content-fold-c-img {
    transition: all 500ms ease;
    transform: translatex(100px) translatey(100px);
    opacity: 0;
}

.alt.animate.animate-complete .content-fold-c-img {
    transition: all 500ms ease;
    transform: translatex(0px) translatey(0px);
    opacity: 1;
}

.alt.animate .content-fold-c-content-inner .title {
    transform: translatey(-100px) translatex(-100px);
    opacity: 0;
}

.alt.animate.animate-complete .content-fold-c-content-inner .title {
    transform: translatey(0px) translatex(0px);
    opacity: 1;
    transition:all 500ms ease 300ms;
}

.alt.animate .content-fold-c-content-readmore {
    transform: translatex(-100px) translatey(100px);
    opacity: 0;
}

.alt.animate.animate-complete .content-fold-c-content-readmore {
    transform: translatex(0px) translatey(0px);
    opacity: 1;
    transition:all 500ms ease 1s;
}

.animate:is(.content-fold-b, .content-fold-c) .accordion-item:nth-of-type(1) {
    transform: translatex(-100px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete:is(.content-fold-b, .content-fold-c) .accordion-item:nth-of-type(1) {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 600ms;
}

.animate:is(.content-fold-b, .content-fold-c) .accordion-item:nth-of-type(2) {
    transform: translatex(100px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete:is(.content-fold-b, .content-fold-c) .accordion-item:nth-of-type(2) {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 900ms;
}

.animate:is(.content-fold-b, .content-fold-c) .accordion-item:nth-of-type(3) {
    transform: translatex(-100px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete:is(.content-fold-b, .content-fold-c) .accordion-item:nth-of-type(3) {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 1200ms;
}

.animate:is(.content-fold-b, .content-fold-c) .accordion-item:nth-of-type(4) {
    transform: translatex(100px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete:is(.content-fold-b, .content-fold-c) .accordion-item:nth-of-type(4) {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 1500ms;
}

.animate:is(.content-fold-b, .content-fold-c) .accordion-item:nth-of-type(5) {
    transform: translatex(-100px);
    opacity: 0;
    transition: all 500ms ease;
}

.animate.animate-complete:is(.content-fold-b, .content-fold-c) .accordion-item:nth-of-type(5) {
    transform: translatex(0px);
    opacity: 1;
    transition: all 500ms ease 1800ms;
}

.animate .module-fold-k-header-title {
    transform: scale(0.5);
    opacity: 0;
    transition: all 500ms ease;
    filter:blur(5px);
}

.animate.animate-complete .module-fold-k-header-title {
    transform: scale(1);
    opacity: 1;
    transition: all 500ms ease;
    filter:blur(0px);
}

.animate .module-fold-k-header-content{
    transform: scale(0.5);
    opacity: 0;
    transition: all 500ms ease;
    filter:blur(5px);
}

.animate.animate-complete .module-fold-k-header-content{
    transform: scale(1);
    opacity: 1;
    transition: all 500ms ease 500ms;
    filter:blur(0px);
}

.animate .splide__slide:nth-of-type(1) .module-fold-k-splide-header .subtext {
    transform: scale(0.5) rotate(-2deg);
    transition: all 600ms ease 300ms;
    filter:blur(3px);
    opacity:0;
}

.animate.animate-complete .splide__slide:nth-of-type(1) .module-fold-k-splide-header .subtext {
    transform: scale(1);
    transition: all 600ms ease 300ms;
    filter:blur(0px);
    opacity:1;
}

.animate .splide__slide:nth-of-type(1) .module-fold-k-splide-inner{
    transform: scale(0.5) rotate(2deg);
    transition: all 600ms ease 300ms;
    filter:blur(3px);
    opacity:0;
}

.animate.animate-complete .splide__slide:nth-of-type(1) .module-fold-k-splide-inner{
    transform: scale(1);
    transition: all 600ms ease 600ms;
    filter:blur(0px);
    opacity:1;
}

.animate .splide__slide:nth-of-type(1) .module-fold-k-splide-number {
    transform:scalex(0.75) scaley(-0.5) rotate(1deg);
    transition:all 1300ms ease;
    filter:blur(10px);
    opacity:0;
}

.animate.animate-complete .splide__slide:nth-of-type(1) .module-fold-k-splide-number {
    transform:scale(1) rotate(0deg) translatex(-50%);
    transition:all 1300ms ease 300ms;
    filter:blur(0px);
    opacity:1;
}

.animate .splide__slide:nth-of-type(2) .module-fold-k-splide-header .subtext {
    transform: scale(0.5) rotate(-2deg);
    transition: all 600ms ease 300ms;
    filter:blur(3px);
    opacity:0;
}

.animate.animate-complete .splide__slide:nth-of-type(2) .module-fold-k-splide-header .subtext {
    transform: scale(1);
    transition: all 600ms ease 600ms;
    filter:blur(0px);
    opacity:1;
}

.animate .splide__slide:nth-of-type(2) .module-fold-k-splide-inner{
    transform: scale(0.5) rotate(2deg);
    transition: all 600ms ease 300ms;
    filter:blur(3px);
    opacity:0;
}

.animate.animate-complete .splide__slide:nth-of-type(2) .module-fold-k-splide-inner{
    transform: scale(1);
    transition: all 600ms ease 1200ms;
    filter:blur(0px);
    opacity:1;
}

.animate .splide__slide:nth-of-type(2) .module-fold-k-splide-number {
    transform:scalex(0.75) scaley(-0.5) rotate(1deg);
    transition:all 1300ms ease;
    filter:blur(10px);
    opacity:0;
}

.animate.animate-complete .splide__slide:nth-of-type(2) .module-fold-k-splide-number {
    transform:scale(1) rotate(0deg) translatex(-50%);
    transition:all 1300ms ease 600ms;
    filter:blur(0px);
    opacity:1;
}

.animate .splide__slide:nth-of-type(3) .module-fold-k-splide-header .subtext {
    transform: scale(0.5) rotate(-2deg);
    transition: all 600ms ease 300ms;
    filter:blur(3px);
    opacity:0;
}

.animate.animate-complete .splide__slide:nth-of-type(3) .module-fold-k-splide-header .subtext {
    transform: scale(1);
    transition: all 600ms ease 900ms;
    filter:blur(0px);
    opacity:1;
}

.animate .splide__slide:nth-of-type(3) .module-fold-k-splide-inner{
    transform: scale(0.5) rotate(2deg);
    transition: all 600ms ease 300ms;
    filter:blur(3px);
    opacity:0;
}

.animate.animate-complete .splide__slide:nth-of-type(3) .module-fold-k-splide-inner{
    transform: scale(1);
    transition: all 600ms ease 1800ms;
    filter:blur(0px);
    opacity:1;
}

.animate .splide__slide:nth-of-type(3) .module-fold-k-splide-number {
    transform:scalex(0.75) scaley(-0.5) rotate(1deg);
    transition:all 1300ms ease;
    filter:blur(10px);
    opacity:0;
}

.animate.animate-complete .splide__slide:nth-of-type(3) .module-fold-k-splide-number {
    transform:scale(1) rotate(0deg) translatex(-50%);
    transition:all 1300ms ease 900ms;
    filter:blur(0px);
    opacity:1;
}

.animate .splide__slide:nth-of-type(4) .module-fold-k-splide-header .subtext {
    transform: scale(0.5) rotate(-2deg);
    transition: all 600ms ease 300ms;
    filter:blur(3px);
    opacity:0;
}

.animate.animate-complete .splide__slide:nth-of-type(4) .module-fold-k-splide-header .subtext {
    transform: scale(1);
    transition: all 600ms ease 1200ms;
    filter:blur(0px);
    opacity:1;
}

.animate .splide__slide:nth-of-type(4) .module-fold-k-splide-inner{
    transform: scale(0.5) rotate(2deg);
    transition: all 600ms ease 300ms;
    filter:blur(3px);
    opacity:0;
}

.animate.animate-complete .splide__slide:nth-of-type(4) .module-fold-k-splide-inner{
    transform: scale(1);
    transition: all 600ms ease 2100ms;
    filter:blur(0px);
    opacity:1;
}

.animate .splide__slide:nth-of-type(4) .module-fold-k-splide-number {
    transform:scalex(0.75) scaley(-0.5) rotate(1deg);
    transition:all 1300ms ease;
    filter:blur(10px);
    opacity:0;
}

.animate.animate-complete .splide__slide:nth-of-type(4) .module-fold-k-splide-number {
    transform:scale(1) rotate(0deg) translatex(-50%);
    transition:all 1300ms ease 1200ms;
    filter:blur(0px);
    opacity:1;
}

.animate .module-fold-k-readmore {
    transition: all 2s ease;
    opacity: 0;
    transform: scale(0.5);
    filter: blur(3px);
}

.animate.animate-complete .module-fold-k-readmore {
    transition: all 1.5s ease 1s;
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
}
	
}