@charset "UTF-8";
.wrap-slider-of-3:not(:first-child) {
		margin-top: var(--gap);
}
.wrap-slider-of-3:not(:last-child) {
		margin-bottom: var(--gap);
}
@media only screen and (min-width: 1200px) {
		.wrap-slider-of-3:not(:first-child) {
				margin-top: 48px;
		}
		.wrap-slider-of-3:not(:last-child) {
				margin-bottom: 48px;
		}
}
.wrap-slider-of-3 .content-title {
		margin-bottom: var(--gap) !important;
}
.slider-of-3 {
		margin: 0 calc(var(--side-padding) * -1) !important;
		padding: 0 calc(var(--side-padding) - var(--gap-inner) / 2) !important;
		position: relative;
}
.slider-of-3 .swiper-slide {
		display: flex;
		flex-direction: column;
		padding: 0 calc(var(--gap-inner) / 2);
		height: auto !important;
		width: 100%;
}
.slider-of-3 .swiper-slide > * {
		flex: 1 0 auto;
		width: 100%;
}
@media only screen and (max-width: 699.99px) {
		.slider-of-3 .swiper {
				width: 100%;
		}
}
@media only screen and (min-width: 700px) {
		.slider-of-3 .swiper-slide {
				width: 50% !important;
		}
}
@media only screen and (min-width: 1200px) {
		.slider-of-3 .swiper-slide {
				width: 33.333333% !important;
		}
}
@media only screen and (min-width: 1440px) {
		.slider-of-3 .swiper-slide {
				transition: opacity 0.4s ease;
		}
		.slider-of-3.swiper-initialized .swiper-slide:not(.swiper-slide-visible) {
				opacity: 0;
				pointer-events: none;
		}
}