/* @group GRAL SLIDER
------------------------------------ */
.three-columns-images {
	position: relative;
}
/* .three-columns-images .splide__track {
	padding-inline: 2rem!important;
} */
.three-columns-images .splide__slide .bp-multimedia {
	height: 48.1rem;
	margin: 0 0 .5rem;
}
.three-columns-images .bp-slider :is(.img-box) {
	height: 100%;
}
.three-columns-images p {
	--fs: 1.5rem;
}
/* ARROWS */
.three-columns-images .bp-slider .splide__arrows {
	display: none;
}
@media only screen
and (min-width : 961px) {
	.three-columns-images .splide__slide .bp-multimedia {
		height: 57.3rem;
	}
	.three-columns-images p {
		--fs: 1.8rem;
	}
}
@media only screen
and (max-width : 960px) {
	.three-columns-images .wp-block-bp-core-bp-row {
		padding-right: 0 !important;
	}
	.three-columns-images .splide__track {
		padding-right: 20.4%!important;
	}
}

/* @end */


/* Animations
------------------------------------ */
/* :where(#wrapper) .title-and-text {
	opacity: 0;
	--duration: 1s;
}
:where(#wrapper) .title-and-text.animateActive {
	animation: fade var(--duration) forwards;
	animation-delay: var(--delay, 0);
	--delay: .3s;
} */