.mySwiper4 .swiper-slide {
	width: 33.33% !important;
	background-repeat: no-repeat;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;

}

.mySwiper4 .swiper-slide::after {
	background-color: var(--color_light_red);
	opacity: 0.88;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	content: '';
	transition: 0.3s;
}

.swiper {
	width: 100%;
	height: 100%;
	position: relative;
}

.mySwiper4 .swiper-slide-active::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.88;
}

.mySwiper4 .swiper-button-prev {
	position: absolute;
	bottom: 70px;
	top: inherit;
	mask: url('/wp-content/uploads/2023/06/arrow-white.svg') no-repeat;
	-webkit-mask: url('/wp-content/uploads/2023/06/arrow-white.svg') no-repeat;
	width: 20px;
	height: 20px;
	background-color: #b90c1d;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
}

.mySwiper4 .swiper-button-next {
	position: absolute;
	bottom: 70px;
	top: inherit;
	mask: url('/wp-content/uploads/2023/06/arrow-white.svg') no-repeat;
	-webkit-mask: url('/wp-content/uploads/2023/06/arrow-white.svg') no-repeat;
	width: 20px;
	height: 20px;
	background-color: white;
}

.mySwiper4 .swiper-button-prev::after,
.mySwiper4 .swiper-button-next::after {
	display: none;
}

.mySwiper4 .swiper-button-prev {
	left: 35px;
	transform: rotate(180deg);
}

.mySwiper4 .swiper-button-next {
	right: 35px;
}

.swiper_slide_inside {
	padding: 50px;
	display: flex;
	flex-direction: column;
	z-index: 11;
	position: inherit;

}

.swiper_slide_year {
	font-size: 3.1rem;
	color: white;
	opacity: 0.4;
	margin-bottom: 20px;
	font-weight: 800;
}

.swiper_slide_content {
	color: white;
	font-weight: 500;
}

.mySwiper4 .swiper-slide-active .swiper_slide_year {
	color: var(--color_red);
	opacity: 1;
}

.mySwiper4 .swiper-slide-active .swiper_slide_content {
	color: var(--color_grey);
}

@media screen and (max-width: 1500px) {

	.swiper_slide_inside {
		padding: 30px;
	}

	.mySwiper4 .swiper-button-prev, .mySwiper4 .swiper-button-next {
		bottom: 30px;
	}

}

@media screen and (max-width: 1300px) and (min-width: 992px) {

	.mySwiper4 .swiper-slide{
		width: 50% !important;
	}

}

@media screen and (max-width: 991px) {

	.swiper_slide_content {
		padding-bottom: 70px;
	}

	.swiper_slide_year {
		font-size: 2.7rem;
	}

}

@media screen and (max-width: 767px) {

	.mySwiper4 .swiper-slide{
		width: 50% !important;
	}

}

@media screen and (max-width: 480px) {

	.mySwiper4 .swiper-slide{
		width: 100% !important;
	}

	.mySwiper4 .swiper-button-prev {
		background-color: white;
	}

	.mySwiper4 .swiper-slide-active::after {
		background-color: var(--color_light_red);
	}

	.mySwiper4 .swiper-slide-active .swiper_slide_content {
		color: white;
	}

	.mySwiper4 .swiper-slide-active .swiper_slide_year {
		color: white;
		opacity: 0.4;
	}

}