.swiper-home .swiper{
--padding:100px;
--swiper-pagination-top: 0;
--swiper-pagination-bottom: auto
}
.swiper-home .swiper-slide-img{
	    position: relative;
	    z-index: 1;
}
.swiper-home .swiper-slide-img img{
		object-fit: cover;
    	object-position: center;
		width: 100%!important;
    	height: 800px!important;
}
.swiper-home .swiper-slide-info{
    	position: absolute;
    	top: 0;
    	left: 0;
        z-index: 2;
    	width: 100%;
    	height: 100%;
        display: flex;
		align-items: center;
		justify-content: center;
}
.swiper-home .swiper-slide-info-center{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
        width: 100%;
    	max-width: 100%;
       padding: 0 var(--padding);
}
.swiper-home .swiper-slide-title{
		font-family: Inter;
    	letter-spacing: -1px;
        font-size: 60px;
		line-height: 80px;
    	font-weight: 300;
      	color: #ffffff;
}
.swiper-home .swiper-slide-text{
		margin-top: 10px;
		font-family: Inter;
    	letter-spacing: -1px;
		font-size: 24px;
		line-height: 38px;
		font-weight: 300;
       color: #ffffff;
       max-width: 1000px;
}

.swiper-home .swiper-pagination{
	display: flex;
    flex-direction: column;
	top: 50%;
	left: auto;
    right: 100px;
    width: auto;
    transform: translateY(-50%);
}
.swiper-home .swiper-pagination-bullet{
		opacity: 0.5;
		margin: 0!important;
        width: auto;
    	height: auto;
		font-family: Inter;
    	letter-spacing: -1px;
    	font-size: 24px;
    	line-height: 38px;
    	font-weight: 400;
        text-transform: uppercase;
   	 	color: #ffffff;
        text-align: left;
		border-radius: 0;
        background: none;
}
.swiper-home .swiper-pagination-bullet+*{
		margin-top: 15px !important;
}
.swiper-home .swiper-pagination-bullet-active{
		opacity: 1;
	    background: none;
}
.swiper-home .swiper-button-next, 
.swiper-home .swiper-button-prev{
		--swiper-navigation-size: 40px;
		--swiper-navigation-sides-offset: calc(.5 * (var(--padding) - (var(--swiper-navigation-size) / 44 * 27)));
		--swiper-navigation-color: #ffffff;
}
@media (max-width: 1400px) {
    .swiper-home .swiper-pagination{
		    display: flex;
    		flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
    		top: auto;
    		left: 0;
    		bottom: 100px;
    		right: auto;
   			width: auto;
   			transform: translateY(0);
            padding: 0 var(--padding);
    }
    .swiper-home .swiper-pagination-bullet{
		margin: 10px !important;
	}
    .swiper-home .swiper-pagination-bullet+*{
		margin: 10px !important;
	}
}
@media (max-width: 992px) {
	.swiper-home .swiper-pagination{
    	bottom: 50px;
    }
     .swiper-home .swiper-pagination-bullet{
		margin: 5px !important;
	}
    .swiper-home .swiper-pagination-bullet+*{
		margin: 5px !important;
	}
}
@media (max-width: 690px) {
	.swiper-home .swiper{
    	--padding: 60px;
    }
	.swiper-home .swiper-slide-img img{
    	height: 650px!important;
    }
    .swiper-home .swiper-slide-info-center{
    	    align-items: center;
    }
    .swiper-home .swiper-slide-title{
    		text-align: center;
    	    font-size: 36px;
            line-height: 1.2;
    }
    .swiper-home .swiper-slide-text{
    		text-align: center;
    		font-size: 18px;
    		line-height: 1.4;
    }
     .swiper-home .swiper-slide-text br{
     	display:none;
     }
	.swiper-home .swiper-pagination {
        bottom: 30px;
    }
    .swiper-home .swiper-pagination-bullet{
    	font-size: 18px;
        line-height: 1.4;
    }
     .swiper-home .swiper-pagination-bullet{
		margin: 5px 10px!important;
	}
    .swiper-home .swiper-pagination-bullet+*{
		margin: 5px 10px!important;
	}
}
@media (max-width: 450px) {
	.swiper-home .swiper {
        --padding: 40px;
    }
    .swiper-home .swiper-slide-img img{
    	height: 550px!important;
    }
    .swiper-home .swiper-slide-title{
        font-size: 28px;
        line-height: 1.2;
    }
    .swiper-home .swiper-slide-text{
    	font-size: 16px;
        line-height: 1.2;
    }
    .swiper-home .swiper-button-next, 
    .swiper-home .swiper-button-prev{
    	--swiper-navigation-size: 30px;
    }
	.swiper-home .swiper-pagination {
    	padding: 0 15px;
    }
    .swiper-home .swiper-pagination-bullet{
    	font-size: 16px;
        line-height: 1.2;
    }
}