.particles-canvas {
	position: relative;
	pointer-events: none;
	transform: translate3d(0, -100%, 0);
}

.particles-wrapper {
	overflow: hidden;
	will-change: transform;
	transition: height 1s;
}

.particles {
	height: max-content;
}

.particles-wrapper-shrink {
	height: 0px;
}

.wpcf7-response-output {
	z-index: 10000;
	transition: all 1s ease;
}

.particles-output {
	position: absolute;
	z-index: 100;
}

body {
	overflow-x: hidden;
}