.team-wrapper {
	overflow: hidden;
	height: 438px;
}	

.stf-info-wrapper {
	width: 320px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 36px;
}

img.bt-svg {
	margin-bottom: 0px;
}

.swiper-slide { 
	width: 320px; 
	padding: 16px;
	min-height: 324px;
	box-sizing: border-box;
}

.first {
	width: 80%;
	min-height: 78px;
	margin-bottom: 16px;
	position: relative;
}
.secnd {
	margin-left: 20%;
	width: 80%;
	min-height: 78px;
	position: relative;
}

.first a,
.secnd a {
	background-color: #0a66c2;
	display: block;
	position: absolute;
	padding: 10px;
	top: 16px; 
	right: 16px;
	border-radius: 50%;
	line-height: 12px;
	transition: background 0.3s;
}

.first a:hover,
.secnd a:hover {
	background-color: #004182;
}

.stf-data {
	display: block;
	color: #f5f5f5;
	background-color: rgba(0,0,0,0.5);
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	padding: 16px 16px 8px 16px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.stf-data span {
	font-size: 12px;
}

.photo {
	display: block;
	width: 100%;
	height: 160px;
	margin: 0 auto;
	border-radius: 16px;
	background: #000000 no-repeat center center;
	background-size: 101%;
	transition: object-position 0.3s;
	object-fit: cover;
    object-position: 50% 50%;
}

body {--swiper-theme-color: #ecc500;}

.swiper-pagination {
	bottom: -48px !important;
}

.swiper-pagination-bullet {
	background-color: #FFF;
	transition: all 0.3s;
}

.swiper-pagination-bullet-active {
	background-color: #FFFFFF;
}	

.swiper-pagination-bullet:hover {
	background-color: #ecc500;
	opacity: 1.0;
}	
	
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 4px;
}

.swiper-3d .swiper-slide-shadow-left, 
.swiper-3d .swiper-slide-shadow-right {
	background-image: none !important;
}

.swiper-button-next,
.swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 403px);
}


.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 8px);
    right: auto;
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 8px);
    left: auto;
}


.swiper-button-next, .swiper-button-prev {
    width: calc(var(--swiper-navigation-size)/ 44 * 46);
}