.cz-particles,
.cz-particles.elementor-element {
	position: relative;
	z-index: 0;
	min-height: 300px !important
}
.cz-particles > * {
	z-index: 1
}
.cz-particles canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.codevz-plus-title-particles {
	overflow: hidden
}
.codevz-plus-title-particles-visible {
	overflow: visible
}
.codevz-plus-title-particles .cz-particles {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%
}
.codevz-plus-title-particles .page_title > div {
	position: relative;
	z-index: 2
}