.team-slider-outer{
	padding-left: calc((100vw - 1537px) / 2);
}
.team-item{
	display: block;
	position: relative;
}
.team-slider .team-item{
	width: 35rem;
}
.team-img img{
	width: 100%;
	height: 48rem;
	border-radius: 0.8rem;
	object-fit: cover;
	object-position: center;
}
.team-overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 0.8rem;
	background: rgba(0, 0, 0, 0.7);
	padding: 4rem;
	display: flex;
	align-items: flex-end;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.team-item:hover .team-overlay{
	opacity: 1;
}
#teamnav{
	margin-top: 6.4rem;
}
#teamnav.disabled{
	display: none;
}
.team-list .col-lg-3:nth-child(n + 5){
	margin-top: 4rem;
}
@media(min-width:1460px) and (max-width:1579.98px){
	.team-slider-outer {
   		padding-left: calc((100% - 1400px) / 2);
	}
	.team-slider .team-item {
    	width: 31.9rem;
	}
	.team-img img {
    	height: 43.748rem;
    }
}
@media(min-width:1360px) and (max-width:1459.98px){
	.team-slider-outer {
   		padding-left: calc((100% - 1270px) / 2);
	}
	.team-slider .team-item {
    	width: 29.5rem;
	}
	.team-img img {
    	height: 40.456rem;
    }
    #teamnav {
    	margin-top: 5.6rem;
	}
	.team-list .col-lg-3:nth-child(n + 5) {
    	margin-top: 3rem;
	}
}
@media(min-width:1200px) and (max-width:1359.98px){
	.team-slider-outer {
   		padding-left: calc((100% - 1140px) / 2);
	}
	.team-slider .team-item {
    	width: 35.9rem;
	}
	.team-img img {
    	height: 49.233rem;
    }
    #teamnav {
    	margin-top: 4.8rem;
	}
	.team-list .col-lg-3:nth-child(n + 5) {
    	margin-top: 3rem;
	}
	.team-list .team-overlay {
    	padding: 2.4rem;
	}
	.team-list .team-img img {
    	height: 36rem; 
	}
}
@media(min-width:992px) and (max-width:1199.98px){
	.team-slider-outer {
    	padding-left: calc((100% - 930px) / 2);
	}
	.team-slider .team-item {
    	width: 29.35rem;
	}
	.team-img img {
    	height: 40.25rem;
    }
    #teamnav {
    	margin-top: 4.8rem;
	}
	.team-overlay {
    	padding: 3.2rem;
	}
	.team-list .col-lg-3:nth-child(n + 5) {
    	margin-top: 2.4rem;
	}
	.team-list .team-img img {
    	height: 29.416rem; 
	}
	.team-list .team-overlay {
    	padding: 2.2rem;
	}
}
@media(min-width:768px) and (max-width:991.98px){
	.team-slider-outer {
    	padding-left: calc((100% - 690px) / 2);
	}
	.team-slider .team-item {
    	width: 33.4rem;
	}
	.team-img img {
    	height: 45.805rem;
    }
    #teamnav {
    	margin-top: 3.2rem;
	}
	.team-overlay {
    	padding: 3.2rem;
	}
	.team-list .col-lg-3:nth-child(n + 4) {
    	margin-top: 2.4rem;
	}
    .team-list .team-img img {
    	height: 29.4rem; 
	}
	.team-list .team-overlay {
    	padding: 2.2rem;
	}
}
@media(max-width:767.98px){
	.team-slider-outer {
    	padding-left: 1.5rem;
	}
	.team-slider .team-item {
    	width: 30rem;
	}
	.team-slider .team-img img {
    	height: 41.142rem;
    }
    .team-overlay {
    	top: auto;
    	padding: 1rem 2.4rem;
    	height: auto;
    	min-height: 7.6rem;
    	bottom: 0;
    	opacity: 1;
    	display: flex;
    	align-items: center;
    	border-radius: 0 0 0.8rem 0.8rem;
	}
	#teamnav {
    	margin-top: 2.4rem;
	}
	.team-list .team-img img{
		height: auto;
	}
	.team-list .col-lg-3{
		width: 50%;
	}
	.team-list .col-lg-3:nth-child(n + 3) {
    	margin-top: 1.6rem;
	}
	.team-list .team-overlay {
    	padding: 1rem 1.4rem;
    	min-height: 4.6rem;
    }
    .team-list .fw-24 * {
    	font-size: 1.6rem !important;
    	line-height: 2.4rem !important;
	}
}