.swiper-container-wrapper.swiper-style-hero .swiper-wrapper{
	padding-bottom: 25px;
}
.swiper-container-wrapper.swiper-style-hero :is(.swiper-button-next, .swiper-button-prev){
	top: calc( 50% - 17px );
	filter: brightness(0) invert(1);
}
.swiper-container-wrapper.swiper-style-hero .swiper-button-prev{
	left: var(--bs-offset);
	right: auto;
}
.swiper-container-wrapper.swiper-style-hero video{
	object-fit: cover;
}
.swiper-container-wrapper.swiper-style-hero .hero-item{
	min-height: calc( 100vh - 101px );
	min-height: calc( 100svh - 101px );
	min-height: calc( 100dvh - 101px );
	display: flex;
	align-items: flex-end;
}
.swiper-container-wrapper.swiper-style-hero .hero-background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.swiper-container-wrapper.swiper-style-hero .hero-background img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-container-wrapper.swiper-style-hero .container{
	position: relative;
	z-index: 3;
}
.swiper-container-wrapper.swiper-style-hero [data-mobile-video]{
	display: none;
}

.swiper-container-wrapper.swiper-style-hero .banner{
	padding: 38px 64px 40px 40px;
	background: rgb(0, 37, 68, .8);
	color: #fff;
}
.swiper-container-wrapper.swiper-style-hero h3{
	margin-bottom: 10px;
	color: #fff;
}

@media( max-width: 767px ){
	.swiper-container-wrapper.swiper-style-hero :is(.swiper-button-next, .swiper-button-prev){
		display: none;
	}
	.swiper-container-wrapper.swiper-style-hero .hero-item{
		min-height: 480px;
	}
	.swiper-container-wrapper.swiper-style-hero [data-desktop-video]{
		display: none;
	}
	.swiper-container-wrapper.swiper-style-hero [data-mobile-video]{
		display: block;
	}
	.swiper-container-wrapper.swiper-style-hero .banner{
		margin-left: var(--snap);
		margin-right: var(--snap);
		padding: 20px;
	}
}