/** @format */

.team {
	width: 100%;
	overflow: hidden;
	margin-bottom: 75px;
	padding-top: 45px;
}

.team h3 {
	margin-bottom: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.team h2 {
	opacity: 1;
	max-width: 750px;
	margin-bottom: 30px;
}

.team h2 strong {
	transition: color 1500ms;
	animation-delay: 1s;
}

.team h2.animated strong {
	color: var(--primary-color);
}

.team .slick-list {
	margin-right: -385px;
	margin-left: -11px;
}

.team .team-slide {
	margin-bottom: 22px;
	padding-right: 11px;
	padding-left: 11px;
	width: var(--width-100);
}

.team .slider-nav {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.team .team-arrows {
	display: none;
}

.team .slick-arrow {
	font-size: 32px;
	color: var(--primary-color);
	border: 0;
	background-color: transparent;
	cursor: pointer;
}

.team .next-arrow {
	margin-left: 35px;
}

.team .team-dots {
	padding-bottom: 13px;
	display: none;
	width: 300px;
}

.team .slick-dots {
	display: flex;
	align-items: center;
	max-width: 612px;
	margin: 0;
	padding: 0;
}

.team .slick-dots > li {
	width: var(--width-100);
}

.team .slick-dots > li.slick-active button {
	background-color: var(--primary-color);
}

.team .slick-dots > li button {
	width: var(--width-100);
	height: 5px;
	font-size: 0;
	border: 0;
	background-color: var(--gray-color-200);
	cursor: pointer;
}

.team .button {
	display: block;
	width: var(--width-100);
}

.team .slick-autoplay-toggle-button {
	display: none;
}

@media only screen and (max-width: 768px) {
	.team .team-slide {
		padding: 0;
		min-width: 100%;
	}

	.team .slick-list {
		margin: 0;
	}

	.team .slick-list .slick-track {
		display: flex;
		flex-direction: column;
		max-width: 100%;
		transform: unset !important;
	}
}

@media only screen and (min-width: 768px) {
	.team {
		margin-bottom: 145px;
		padding-top: 68px;
	}

	.team h2 {
		margin-bottom: 39px;
	}

	.team .team-slider {
	}

	.team .slider-nav {
		padding-top: 40px;
		padding-right: 50px;
	}

	.team .slick-autoplay-toggle-button {
		display: block;
		top: calc(100% + 50px);
		font-size: 21px;
		border: none;
	}

	.team .team-arrows {
		display: flex;
	}

	.team .team-dots {
		display: block;
	}

	.team .team-slide {
		margin-bottom: 0;
	}

	.team .button {
		display: inline-block;
		width: auto;
	}
}

@media only screen and (min-width: 1024px) {
	.team .team-dots {
		width: 400px;
	}
}

@media only screen and (min-width: 1200px) {
	.team .team-dots {
		width: 612px;
	}
}
