.manifesto-gradiente {
	background: linear-gradient(135deg, #091951 0%, #2462ae 100%);
}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	height: 0;
	overflow: hidden;
}
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.manifesto-text {
	column-count: 1;
}

.icone-manifesto {
	color: #2462ae;
}

.text-equipe-inspara {
	color: #2462AE;
}

@media (min-width: 768px) {
	.manifesto-text {
		column-count: 2;
		column-gap: 2rem;
	}
}
.highlight-box {
	position: relative;
}
.highlight-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: linear-gradient(to bottom, #091951, #2462ae);
}