.nexa-animated-bg {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #0B1C3D;
}

.nexa-animated-bg svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	pointer-events: none;
}

.nexa-animated-bg__content {
	position: relative;
	z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
	.nexa-animated-bg #nexa-particles { display: none; }
}
