
	/* Ensure buttons are always clickable */
	button.svelte-1y9cb9n {
		pointer-events: auto !important;
		position: relative;
		z-index: 100;
	}

	.toast-popover {
		pointer-events: none;
	}

	.toast-popover > * {
		pointer-events: auto;
	}

	.toast-popover[popover] {
		padding: 0;
		margin: 0;
		border: none;
		outline: none;
		background-color: transparent !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	.toast-popover[popover]::backdrop {
		background: none !important;
		background-color: transparent !important;
		display: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}

	/* Ensure toast is clickable when inside dialog */
	dialog .toast-popover,
	dialog .toast-popover * {
		pointer-events: auto !important;
	}

	dialog .toast-popover button {
		pointer-events: auto !important;
		cursor: pointer !important;
		position: relative;
		z-index: 10;
	}
* > .intro-x:nth-child(1) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}

* > .-intro-x:nth-child(1) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}

* > .intro-y:nth-child(1) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}

* > .-intro-y:nth-child(1) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}

* > .intro-x:nth-child(2) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}

* > .-intro-x:nth-child(2) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}

* > .intro-y:nth-child(2) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}

* > .-intro-y:nth-child(2) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}

* > .intro-x:nth-child(3) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(3 * 0.1s);
}

* > .-intro-x:nth-child(3) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(3 * 0.1s);
}

* > .intro-y:nth-child(3) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(3 * 0.1s);
}

* > .-intro-y:nth-child(3) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(3 * 0.1s);
}

* > .intro-x:nth-child(4) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}

* > .-intro-x:nth-child(4) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}

* > .intro-y:nth-child(4) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}

* > .-intro-y:nth-child(4) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}

* > .intro-x:nth-child(5) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

* > .-intro-x:nth-child(5) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

* > .intro-y:nth-child(5) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

* > .-intro-y:nth-child(5) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

* > .intro-x:nth-child(6) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(6 * 0.1s);
}

* > .-intro-x:nth-child(6) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(6 * 0.1s);
}

* > .intro-y:nth-child(6) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(6 * 0.1s);
}

* > .-intro-y:nth-child(6) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(6 * 0.1s);
}

* > .intro-x:nth-child(7) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(7 * 0.1s);
}

* > .-intro-x:nth-child(7) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(7 * 0.1s);
}

* > .intro-y:nth-child(7) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(7 * 0.1s);
}

* > .-intro-y:nth-child(7) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(7 * 0.1s);
}

* > .intro-x:nth-child(8) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}

* > .-intro-x:nth-child(8) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}

* > .intro-y:nth-child(8) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}

* > .-intro-y:nth-child(8) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}

* > .intro-x:nth-child(9) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
}

* > .-intro-x:nth-child(9) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
}

* > .intro-y:nth-child(9) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
}

* > .-intro-y:nth-child(9) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
}

* > .intro-x:nth-child(10) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

* > .-intro-x:nth-child(10) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

* > .intro-y:nth-child(10) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

* > .-intro-y:nth-child(10) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

* > .intro-x:nth-child(11) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.1s;
}

* > .-intro-x:nth-child(11) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.1s;
}

* > .intro-y:nth-child(11) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.1s;
}

* > .-intro-y:nth-child(11) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.1s;
}

* > .intro-x:nth-child(12) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(12 * 0.1s);
}

* > .-intro-x:nth-child(12) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(12 * 0.1s);
}

* > .intro-y:nth-child(12) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(12 * 0.1s);
}

* > .-intro-y:nth-child(12) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(12 * 0.1s);
}

* > .intro-x:nth-child(13) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
}

* > .-intro-x:nth-child(13) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
}

* > .intro-y:nth-child(13) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
}

* > .-intro-y:nth-child(13) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
}

* > .intro-x:nth-child(14) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(14 * 0.1s);
}

* > .-intro-x:nth-child(14) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(14 * 0.1s);
}

* > .intro-y:nth-child(14) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(14 * 0.1s);
}

* > .-intro-y:nth-child(14) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(14 * 0.1s);
}

* > .intro-x:nth-child(15) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}

* > .-intro-x:nth-child(15) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}

* > .intro-y:nth-child(15) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}

* > .-intro-y:nth-child(15) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}

* > .intro-x:nth-child(16) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.6s;
}

* > .-intro-x:nth-child(16) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.6s;
}

* > .intro-y:nth-child(16) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.6s;
}

* > .-intro-y:nth-child(16) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.6s;
}

* > .intro-x:nth-child(17) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(17 * 0.1s);
}

* > .-intro-x:nth-child(17) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(17 * 0.1s);
}

* > .intro-y:nth-child(17) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(17 * 0.1s);
}

* > .-intro-y:nth-child(17) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(17 * 0.1s);
}

* > .intro-x:nth-child(18) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
}

* > .-intro-x:nth-child(18) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
}

* > .intro-y:nth-child(18) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
}

* > .-intro-y:nth-child(18) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
}

* > .intro-x:nth-child(19) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(19 * 0.1s);
}

* > .-intro-x:nth-child(19) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(19 * 0.1s);
}

* > .intro-y:nth-child(19) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(19 * 0.1s);
}

* > .-intro-y:nth-child(19) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(19 * 0.1s);
}

* > .intro-x:nth-child(20) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}

* > .-intro-x:nth-child(20) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}

* > .intro-y:nth-child(20) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}

* > .-intro-y:nth-child(20) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}

* > .intro-x:nth-child(21) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.1s;
}

* > .-intro-x:nth-child(21) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.1s;
}

* > .intro-y:nth-child(21) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.1s;
}

* > .-intro-y:nth-child(21) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.1s;
}

* > .intro-x:nth-child(22) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}

* > .-intro-x:nth-child(22) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}

* > .intro-y:nth-child(22) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}

* > .-intro-y:nth-child(22) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}

* > .intro-x:nth-child(23) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(23 * 0.1s);
}

* > .-intro-x:nth-child(23) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(23 * 0.1s);
}

* > .intro-y:nth-child(23) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(23 * 0.1s);
}

* > .-intro-y:nth-child(23) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(23 * 0.1s);
}

* > .intro-x:nth-child(24) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(24 * 0.1s);
}

* > .-intro-x:nth-child(24) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(24 * 0.1s);
}

* > .intro-y:nth-child(24) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(24 * 0.1s);
}

* > .-intro-y:nth-child(24) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(24 * 0.1s);
}

* > .intro-x:nth-child(25) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;
}

* > .-intro-x:nth-child(25) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;
}

* > .intro-y:nth-child(25) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;
}

* > .-intro-y:nth-child(25) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;
}

* > .intro-x:nth-child(26) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.6s;
}

* > .-intro-x:nth-child(26) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.6s;
}

* > .intro-y:nth-child(26) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.6s;
}

* > .-intro-y:nth-child(26) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.6s;
}

* > .intro-x:nth-child(27) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.7s;
}

* > .-intro-x:nth-child(27) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.7s;
}

* > .intro-y:nth-child(27) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.7s;
}

* > .-intro-y:nth-child(27) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 2.7s;
}

* > .intro-x:nth-child(28) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(28 * 0.1s);
}

* > .-intro-x:nth-child(28) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(28 * 0.1s);
}

* > .intro-y:nth-child(28) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(28 * 0.1s);
}

* > .-intro-y:nth-child(28) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(28 * 0.1s);
}

* > .intro-x:nth-child(29) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(29 * 0.1s);
}

* > .-intro-x:nth-child(29) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(29 * 0.1s);
}

* > .intro-y:nth-child(29) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(29 * 0.1s);
}

* > .-intro-y:nth-child(29) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(29 * 0.1s);
}

* > .intro-x:nth-child(30) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}

* > .-intro-x:nth-child(30) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}

* > .intro-y:nth-child(30) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}

* > .-intro-y:nth-child(30) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}

* > .intro-x:nth-child(31) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.1s;
}

* > .-intro-x:nth-child(31) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.1s;
}

* > .intro-y:nth-child(31) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.1s;
}

* > .-intro-y:nth-child(31) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.1s;
}

* > .intro-x:nth-child(32) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.2s;
}

* > .-intro-x:nth-child(32) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.2s;
}

* > .intro-y:nth-child(32) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.2s;
}

* > .-intro-y:nth-child(32) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.2s;
}

* > .intro-x:nth-child(33) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(33 * 0.1s);
}

* > .-intro-x:nth-child(33) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(33 * 0.1s);
}

* > .intro-y:nth-child(33) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(33 * 0.1s);
}

* > .-intro-y:nth-child(33) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(33 * 0.1s);
}

* > .intro-x:nth-child(34) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(34 * 0.1s);
}

* > .-intro-x:nth-child(34) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(34 * 0.1s);
}

* > .intro-y:nth-child(34) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(34 * 0.1s);
}

* > .-intro-y:nth-child(34) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(34 * 0.1s);
}

* > .intro-x:nth-child(35) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.5s;
}

* > .-intro-x:nth-child(35) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.5s;
}

* > .intro-y:nth-child(35) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.5s;
}

* > .-intro-y:nth-child(35) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.5s;
}

* > .intro-x:nth-child(36) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.6s;
}

* > .-intro-x:nth-child(36) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.6s;
}

* > .intro-y:nth-child(36) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.6s;
}

* > .-intro-y:nth-child(36) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.6s;
}

* > .intro-x:nth-child(37) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.7s;
}

* > .-intro-x:nth-child(37) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.7s;
}

* > .intro-y:nth-child(37) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.7s;
}

* > .-intro-y:nth-child(37) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 3.7s;
}

* > .intro-x:nth-child(38) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(38 * 0.1s);
}

* > .-intro-x:nth-child(38) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(38 * 0.1s);
}

* > .intro-y:nth-child(38) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(38 * 0.1s);
}

* > .-intro-y:nth-child(38) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(38 * 0.1s);
}

* > .intro-x:nth-child(39) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(39 * 0.1s);
}

* > .-intro-x:nth-child(39) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(39 * 0.1s);
}

* > .intro-y:nth-child(39) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(39 * 0.1s);
}

* > .-intro-y:nth-child(39) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(39 * 0.1s);
}

* > .intro-x:nth-child(40) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4s;
}

* > .-intro-x:nth-child(40) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4s;
}

* > .intro-y:nth-child(40) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4s;
}

* > .-intro-y:nth-child(40) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4s;
}

* > .intro-x:nth-child(41) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(41 * 0.1s);
}

* > .-intro-x:nth-child(41) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(41 * 0.1s);
}

* > .intro-y:nth-child(41) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(41 * 0.1s);
}

* > .-intro-y:nth-child(41) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(41 * 0.1s);
}

* > .intro-x:nth-child(42) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.2s;
}

* > .-intro-x:nth-child(42) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.2s;
}

* > .intro-y:nth-child(42) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.2s;
}

* > .-intro-y:nth-child(42) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.2s;
}

* > .intro-x:nth-child(43) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.3s;
}

* > .-intro-x:nth-child(43) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.3s;
}

* > .intro-y:nth-child(43) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.3s;
}

* > .-intro-y:nth-child(43) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.3s;
}

* > .intro-x:nth-child(44) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.4s;
}

* > .-intro-x:nth-child(44) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.4s;
}

* > .intro-y:nth-child(44) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.4s;
}

* > .-intro-y:nth-child(44) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.4s;
}

* > .intro-x:nth-child(45) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.5s;
}

* > .-intro-x:nth-child(45) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.5s;
}

* > .intro-y:nth-child(45) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.5s;
}

* > .-intro-y:nth-child(45) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.5s;
}

* > .intro-x:nth-child(46) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(46 * 0.1s);
}

* > .-intro-x:nth-child(46) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(46 * 0.1s);
}

* > .intro-y:nth-child(46) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(46 * 0.1s);
}

* > .-intro-y:nth-child(46) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(46 * 0.1s);
}

* > .intro-x:nth-child(47) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.7s;
}

* > .-intro-x:nth-child(47) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.7s;
}

* > .intro-y:nth-child(47) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.7s;
}

* > .-intro-y:nth-child(47) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.7s;
}

* > .intro-x:nth-child(48) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(48 * 0.1s);
}

* > .-intro-x:nth-child(48) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(48 * 0.1s);
}

* > .intro-y:nth-child(48) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(48 * 0.1s);
}

* > .-intro-y:nth-child(48) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: calc(48 * 0.1s);
}

* > .intro-x:nth-child(49) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.9s;
}

* > .-intro-x:nth-child(49) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.9s;
}

* > .intro-y:nth-child(49) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.9s;
}

* > .-intro-y:nth-child(49) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 4.9s;
}

* > .intro-x:nth-child(50) {
  opacity: 0;
  position: relative;
  transform: translate(50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 5s;
}

* > .-intro-x:nth-child(50) {
  opacity: 0;
  position: relative;
  transform: translate(-50px);
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 5s;
}

* > .intro-y:nth-child(50) {
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation-fill-mode: forwards;
  animation-delay: 5s;
}

* > .-intro-y:nth-child(50) {
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  animation: 0.4s intro-y-animation ease-in-out 0.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);
  }
}
