*>.intro-x:nth-child(1) {
    z-index: 49;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .1s
}

*>.-intro-x:nth-child(1) {
    z-index: 49;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .1s
}

.content-wrapper {
    z-index: 49;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .1s
}

*>.intro-y:nth-child(1) {
    z-index: 49;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .1s
}

*>.-intro-y:nth-child(1) {
    z-index: 49;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .1s
}

*>.intro-x:nth-child(2) {
    z-index: 48;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .2s
}

*>.-intro-x:nth-child(2) {
    z-index: 48;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .2s
}

*>.intro-y:nth-child(2) {
    z-index: 48;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .2s
}

*>.-intro-y:nth-child(2) {
    z-index: 48;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .2s
}

*>.intro-x:nth-child(3) {
    z-index: 47;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(3 * .1s)
}

*>.-intro-x:nth-child(3) {
    z-index: 47;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(3 * .1s)
}

*>.intro-y:nth-child(3) {
    z-index: 47;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(3 * .1s)
}

*>.-intro-y:nth-child(3) {
    z-index: 47;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(3 * .1s)
}

*>.intro-x:nth-child(4) {
    z-index: 46;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .4s
}

*>.-intro-x:nth-child(4) {
    z-index: 46;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .4s
}

*>.intro-y:nth-child(4) {
    z-index: 46;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .4s
}

*>.-intro-y:nth-child(4) {
    z-index: 46;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .4s
}

*>.intro-x:nth-child(5) {
    z-index: 45;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .5s
}

*>.-intro-x:nth-child(5) {
    z-index: 45;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .5s
}

*>.intro-y:nth-child(5) {
    z-index: 45;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .5s
}

*>.-intro-y:nth-child(5) {
    z-index: 45;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .5s
}

*>.intro-x:nth-child(6) {
    z-index: 44;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(6 * .1s)
}

*>.-intro-x:nth-child(6) {
    z-index: 44;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(6 * .1s)
}

*>.intro-y:nth-child(6) {
    z-index: 44;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(6 * .1s)
}

*>.-intro-y:nth-child(6) {
    z-index: 44;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(6 * .1s)
}

*>.intro-x:nth-child(7) {
    z-index: 43;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(7 * .1s)
}

*>.-intro-x:nth-child(7) {
    z-index: 43;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(7 * .1s)
}

*>.intro-y:nth-child(7) {
    z-index: 43;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(7 * .1s)
}

*>.-intro-y:nth-child(7) {
    z-index: 43;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(7 * .1s)
}

*>.intro-x:nth-child(8) {
    z-index: 42;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .8s
}

*>.-intro-x:nth-child(8) {
    z-index: 42;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .8s
}

*>.intro-y:nth-child(8) {
    z-index: 42;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .8s
}

*>.-intro-y:nth-child(8) {
    z-index: 42;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .8s
}

*>.intro-x:nth-child(9) {
    z-index: 41;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .9s
}

*>.-intro-x:nth-child(9) {
    z-index: 41;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .9s
}

*>.intro-y:nth-child(9) {
    z-index: 41;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .9s
}

*>.-intro-y:nth-child(9) {
    z-index: 41;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: .9s
}

*>.intro-x:nth-child(10) {
    z-index: 40;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1s
}

*>.-intro-x:nth-child(10) {
    z-index: 40;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1s
}

*>.intro-y:nth-child(10) {
    z-index: 40;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1s
}

*>.-intro-y:nth-child(10) {
    z-index: 40;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1s
}

*>.intro-x:nth-child(11) {
    z-index: 39;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.1s
}

*>.-intro-x:nth-child(11) {
    z-index: 39;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.1s
}

*>.intro-y:nth-child(11) {
    z-index: 39;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.1s
}

*>.-intro-y:nth-child(11) {
    z-index: 39;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.1s
}

*>.intro-x:nth-child(12) {
    z-index: 38;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(12 * .1s)
}

*>.-intro-x:nth-child(12) {
    z-index: 38;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(12 * .1s)
}

*>.intro-y:nth-child(12) {
    z-index: 38;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(12 * .1s)
}

*>.-intro-y:nth-child(12) {
    z-index: 38;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(12 * .1s)
}

*>.intro-x:nth-child(13) {
    z-index: 37;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.3s
}

*>.-intro-x:nth-child(13) {
    z-index: 37;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.3s
}

*>.intro-y:nth-child(13) {
    z-index: 37;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.3s
}

*>.-intro-y:nth-child(13) {
    z-index: 37;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.3s
}

*>.intro-x:nth-child(14) {
    z-index: 36;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(14 * .1s)
}

*>.-intro-x:nth-child(14) {
    z-index: 36;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(14 * .1s)
}

*>.intro-y:nth-child(14) {
    z-index: 36;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(14 * .1s)
}

*>.-intro-y:nth-child(14) {
    z-index: 36;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(14 * .1s)
}

*>.intro-x:nth-child(15) {
    z-index: 35;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.5s
}

*>.-intro-x:nth-child(15) {
    z-index: 35;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.5s
}

*>.intro-y:nth-child(15) {
    z-index: 35;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.5s
}

*>.-intro-y:nth-child(15) {
    z-index: 35;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.5s
}

*>.intro-x:nth-child(16) {
    z-index: 34;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.6s
}

*>.-intro-x:nth-child(16) {
    z-index: 34;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.6s
}

*>.intro-y:nth-child(16) {
    z-index: 34;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.6s
}

*>.-intro-y:nth-child(16) {
    z-index: 34;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.6s
}

*>.intro-x:nth-child(17) {
    z-index: 33;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(17 * .1s)
}

*>.-intro-x:nth-child(17) {
    z-index: 33;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(17 * .1s)
}

*>.intro-y:nth-child(17) {
    z-index: 33;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(17 * .1s)
}

*>.-intro-y:nth-child(17) {
    z-index: 33;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(17 * .1s)
}

*>.intro-x:nth-child(18) {
    z-index: 32;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.8s
}

*>.-intro-x:nth-child(18) {
    z-index: 32;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.8s
}

*>.intro-y:nth-child(18) {
    z-index: 32;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.8s
}

*>.-intro-y:nth-child(18) {
    z-index: 32;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 1.8s
}

*>.intro-x:nth-child(19) {
    z-index: 31;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(19 * .1s)
}

*>.-intro-x:nth-child(19) {
    z-index: 31;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(19 * .1s)
}

*>.intro-y:nth-child(19) {
    z-index: 31;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(19 * .1s)
}

*>.-intro-y:nth-child(19) {
    z-index: 31;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(19 * .1s)
}

*>.intro-x:nth-child(20) {
    z-index: 30;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2s
}

*>.-intro-x:nth-child(20) {
    z-index: 30;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2s
}

*>.intro-y:nth-child(20) {
    z-index: 30;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2s
}

*>.-intro-y:nth-child(20) {
    z-index: 30;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2s
}

*>.intro-x:nth-child(21) {
    z-index: 29;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.1s
}

*>.-intro-x:nth-child(21) {
    z-index: 29;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.1s
}

*>.intro-y:nth-child(21) {
    z-index: 29;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.1s
}

*>.-intro-y:nth-child(21) {
    z-index: 29;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.1s
}

*>.intro-x:nth-child(22) {
    z-index: 28;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.2s
}

*>.-intro-x:nth-child(22) {
    z-index: 28;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.2s
}

*>.intro-y:nth-child(22) {
    z-index: 28;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.2s
}

*>.-intro-y:nth-child(22) {
    z-index: 28;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.2s
}

*>.intro-x:nth-child(23) {
    z-index: 27;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(23 * .1s)
}

*>.-intro-x:nth-child(23) {
    z-index: 27;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(23 * .1s)
}

*>.intro-y:nth-child(23) {
    z-index: 27;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(23 * .1s)
}

*>.-intro-y:nth-child(23) {
    z-index: 27;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(23 * .1s)
}

*>.intro-x:nth-child(24) {
    z-index: 26;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(24 * .1s)
}

*>.-intro-x:nth-child(24) {
    z-index: 26;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(24 * .1s)
}

*>.intro-y:nth-child(24) {
    z-index: 26;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(24 * .1s)
}

*>.-intro-y:nth-child(24) {
    z-index: 26;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(24 * .1s)
}

*>.intro-x:nth-child(25) {
    z-index: 25;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.5s
}

*>.-intro-x:nth-child(25) {
    z-index: 25;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.5s
}

*>.intro-y:nth-child(25) {
    z-index: 25;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.5s
}

*>.-intro-y:nth-child(25) {
    z-index: 25;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.5s
}

*>.intro-x:nth-child(26) {
    z-index: 24;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.6s
}

*>.-intro-x:nth-child(26) {
    z-index: 24;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.6s
}

*>.intro-y:nth-child(26) {
    z-index: 24;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.6s
}

*>.-intro-y:nth-child(26) {
    z-index: 24;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.6s
}

*>.intro-x:nth-child(27) {
    z-index: 23;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.7s
}

*>.-intro-x:nth-child(27) {
    z-index: 23;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.7s
}

*>.intro-y:nth-child(27) {
    z-index: 23;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.7s
}

*>.-intro-y:nth-child(27) {
    z-index: 23;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 2.7s
}

*>.intro-x:nth-child(28) {
    z-index: 22;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(28 * .1s)
}

*>.-intro-x:nth-child(28) {
    z-index: 22;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(28 * .1s)
}

*>.intro-y:nth-child(28) {
    z-index: 22;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(28 * .1s)
}

*>.-intro-y:nth-child(28) {
    z-index: 22;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(28 * .1s)
}

*>.intro-x:nth-child(29) {
    z-index: 21;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(29 * .1s)
}

*>.-intro-x:nth-child(29) {
    z-index: 21;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(29 * .1s)
}

*>.intro-y:nth-child(29) {
    z-index: 21;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(29 * .1s)
}

*>.-intro-y:nth-child(29) {
    z-index: 21;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(29 * .1s)
}

*>.intro-x:nth-child(30) {
    z-index: 20;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3s
}

*>.-intro-x:nth-child(30) {
    z-index: 20;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3s
}

*>.intro-y:nth-child(30) {
    z-index: 20;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3s
}

*>.-intro-y:nth-child(30) {
    z-index: 20;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3s
}

*>.intro-x:nth-child(31) {
    z-index: 19;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.1s
}

*>.-intro-x:nth-child(31) {
    z-index: 19;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.1s
}

*>.intro-y:nth-child(31) {
    z-index: 19;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.1s
}

*>.-intro-y:nth-child(31) {
    z-index: 19;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.1s
}

*>.intro-x:nth-child(32) {
    z-index: 18;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.2s
}

*>.-intro-x:nth-child(32) {
    z-index: 18;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.2s
}

*>.intro-y:nth-child(32) {
    z-index: 18;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.2s
}

*>.-intro-y:nth-child(32) {
    z-index: 18;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.2s
}

*>.intro-x:nth-child(33) {
    z-index: 17;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(33 * .1s)
}

*>.-intro-x:nth-child(33) {
    z-index: 17;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(33 * .1s)
}

*>.intro-y:nth-child(33) {
    z-index: 17;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(33 * .1s)
}

*>.-intro-y:nth-child(33) {
    z-index: 17;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(33 * .1s)
}

*>.intro-x:nth-child(34) {
    z-index: 16;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(34 * .1s)
}

*>.-intro-x:nth-child(34) {
    z-index: 16;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(34 * .1s)
}

*>.intro-y:nth-child(34) {
    z-index: 16;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(34 * .1s)
}

*>.-intro-y:nth-child(34) {
    z-index: 16;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(34 * .1s)
}

*>.intro-x:nth-child(35) {
    z-index: 15;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.5s
}

*>.-intro-x:nth-child(35) {
    z-index: 15;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.5s
}

*>.intro-y:nth-child(35) {
    z-index: 15;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.5s
}

*>.-intro-y:nth-child(35) {
    z-index: 15;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.5s
}

*>.intro-x:nth-child(36) {
    z-index: 14;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.6s
}

*>.-intro-x:nth-child(36) {
    z-index: 14;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.6s
}

*>.intro-y:nth-child(36) {
    z-index: 14;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.6s
}

*>.-intro-y:nth-child(36) {
    z-index: 14;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.6s
}

*>.intro-x:nth-child(37) {
    z-index: 13;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.7s
}

*>.-intro-x:nth-child(37) {
    z-index: 13;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.7s
}

*>.intro-y:nth-child(37) {
    z-index: 13;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.7s
}

*>.-intro-y:nth-child(37) {
    z-index: 13;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 3.7s
}

*>.intro-x:nth-child(38) {
    z-index: 12;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(38 * .1s)
}

*>.-intro-x:nth-child(38) {
    z-index: 12;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(38 * .1s)
}

*>.intro-y:nth-child(38) {
    z-index: 12;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(38 * .1s)
}

*>.-intro-y:nth-child(38) {
    z-index: 12;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(38 * .1s)
}

*>.intro-x:nth-child(39) {
    z-index: 11;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(39 * .1s)
}

*>.-intro-x:nth-child(39) {
    z-index: 11;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(39 * .1s)
}

*>.intro-y:nth-child(39) {
    z-index: 11;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(39 * .1s)
}

*>.-intro-y:nth-child(39) {
    z-index: 11;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(39 * .1s)
}

*>.intro-x:nth-child(40) {
    z-index: 10;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4s
}

*>.-intro-x:nth-child(40) {
    z-index: 10;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4s
}

*>.intro-y:nth-child(40) {
    z-index: 10;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4s
}

*>.-intro-y:nth-child(40) {
    z-index: 10;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4s
}

*>.intro-x:nth-child(41) {
    z-index: 9;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(41 * .1s)
}

*>.-intro-x:nth-child(41) {
    z-index: 9;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(41 * .1s)
}

*>.intro-y:nth-child(41) {
    z-index: 9;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(41 * .1s)
}

*>.-intro-y:nth-child(41) {
    z-index: 9;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(41 * .1s)
}

*>.intro-x:nth-child(42) {
    z-index: 8;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.2s
}

*>.-intro-x:nth-child(42) {
    z-index: 8;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.2s
}

*>.intro-y:nth-child(42) {
    z-index: 8;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.2s
}

*>.-intro-y:nth-child(42) {
    z-index: 8;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.2s
}

*>.intro-x:nth-child(43) {
    z-index: 7;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.3s
}

*>.-intro-x:nth-child(43) {
    z-index: 7;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.3s
}

*>.intro-y:nth-child(43) {
    z-index: 7;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.3s
}

*>.-intro-y:nth-child(43) {
    z-index: 7;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.3s
}

*>.intro-x:nth-child(44) {
    z-index: 6;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.4s
}

*>.-intro-x:nth-child(44) {
    z-index: 6;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.4s
}

*>.intro-y:nth-child(44) {
    z-index: 6;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.4s
}

*>.-intro-y:nth-child(44) {
    z-index: 6;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.4s
}

*>.intro-x:nth-child(45) {
    z-index: 5;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.5s
}

*>.-intro-x:nth-child(45) {
    z-index: 5;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.5s
}

*>.intro-y:nth-child(45) {
    z-index: 5;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.5s
}

*>.-intro-y:nth-child(45) {
    z-index: 5;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.5s
}

*>.intro-x:nth-child(46) {
    z-index: 4;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(46 * .1s)
}

*>.-intro-x:nth-child(46) {
    z-index: 4;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(46 * .1s)
}

*>.intro-y:nth-child(46) {
    z-index: 4;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(46 * .1s)
}

*>.-intro-y:nth-child(46) {
    z-index: 4;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(46 * .1s)
}

*>.intro-x:nth-child(47) {
    z-index: 3;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.7s
}

*>.-intro-x:nth-child(47) {
    z-index: 3;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.7s
}

*>.intro-y:nth-child(47) {
    z-index: 3;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.7s
}

*>.-intro-y:nth-child(47) {
    z-index: 3;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.7s
}

*>.intro-x:nth-child(48) {
    z-index: 2;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(48 * .1s)
}

*>.-intro-x:nth-child(48) {
    z-index: 2;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(48 * .1s)
}

*>.intro-y:nth-child(48) {
    z-index: 2;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(48 * .1s)
}

*>.-intro-y:nth-child(48) {
    z-index: 2;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(48 * .1s)
}

*>.intro-x:nth-child(49) {
    z-index: 1;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.9s
}

*>.-intro-x:nth-child(49) {
    z-index: 1;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.9s
}

*>.intro-y:nth-child(49) {
    z-index: 1;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.9s
}

*>.-intro-y:nth-child(49) {
    z-index: 1;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 4.9s
}

*>.intro-x:nth-child(50) {
    z-index: 0;
    opacity: 0;
    transform: translate(50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 5s
}

*>.-intro-x:nth-child(50) {
    z-index: 0;
    opacity: 0;
    transform: translate(-50px);
    animation: .4s intro-x-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 5s
}

*>.intro-y:nth-child(50) {
    z-index: 0;
    opacity: 0;
    transform: translateY(50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 5s
}

*>.-intro-y:nth-child(50) {
    z-index: 0;
    opacity: 0;
    transform: translateY(-50px);
    animation: .4s intro-y-animation ease-in-out .33333s;
    animation-fill-mode: forwards;
    animation-delay: 5s
}

@keyframes intro-x-animation {
    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes intro-y-animation {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.dropdown-menu {
    opacity: 0;
    animation: dropdown-animation 0.3s ease-in-out forwards;
}

@keyframes dropdown-animation {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
    }
}









/* Surcharge des classes d-none/d-block uniquement pour les actions */
/*
.batch-actions.d-none,
.global-actions.d-none {
    display: block !important;
    opacity: 0 !important;
    position: absolute;
}

.batch-actions.d-block,
.global-actions.d-block {
    display: block !important;
    opacity: 1 !important;
    position: unset;
}

.batch-actions,
.global-actions {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out !important;
}*/