.our-team {
	padding-top: 40px;
	padding-bottom: 50px;
	position: relative;
	max-width: 74.75rem;
	margin-left: auto;
	margin-right: auto;
	padding-right: 16px;
	padding-left: 16px;
	overflow-x: hidden;
}

/*.our-team::before {*/
/*	content: ' ';*/
/*	background-color: #fff;*/
/*	position: absolute;*/
/*	width: 100vw;*/
/*	left: 50%;*/
/*	right: 50%;*/
/*	margin-left: -50vw;*/
/*	margin-right: -50vw;*/
/*	height: 100%;*/
/*	z-index: 0;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*}*/

/*.our-team-subtitle {*/
/*	font-family: Epilogue, Sans-Serif;*/
/*	font-size: 14px;*/
/*	font-weight: 600;*/
/*	line-height: 24px;*/
/*	color: #28C66E;*/
/*	margin-bottom: 8px;*/
/*	text-transform: uppercase;*/
/*	position: relative;*/
/*}*/

.our-team-title {
	margin-bottom: 15px;
	position: relative;
	font-family: Roboto, Sans-Serif;
	font-weight: 900;
	font-size: 26px;
	line-height: 34px;
	color: #393D43;
}

.our-team-members {
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: relative;
}

.our-team-member {
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	padding-right: 14px;
	border-radius: 8px;
	display: flex !important;
	justify-content: space-between;
	background-color: #fff;
	/*box-shadow: 16px 16px 120px 0px #34314614;*/
	box-shadow: 0px 0px 15px 0px #34314614;
	/*min-height: 133px;*/
}

.our-team-member-name {
	font-family: Roboto, Sans-Serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 7px;
	color: #393D43;
}

.our-team-member-occupation {
	font-family: Roboto, Sans-Serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #393D43;
}

.our-team-member-name-occupation-socials-parent {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.our-team-member-photo img {
	width: 97px;
	height: 97px;
	object-fit: cover;
	background-color: #f8f8f9;
	border-radius: 6px;
}

.our-team-member-linkedin {
	/*border: 2px solid #28C66E;*/
	background-color: #fff;
	border-radius: 6px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	box-shadow: 16px 16px 32px 0px #34314614;
}

/*.our-team-members .slick-list {*/
/*	overflow: visible;*/
/*	margin-left: -10px;*/
/*}*/

/*.our-team-members .slick-slide {*/
/*	width: 331px !important;*/
/*}*/


/*.our-team-members .slick-track {*/
/*	display: block !important; !* Not flex *!*/
/*}*/

/*.our-team-members .slick-slide {*/
/*	!*width: auto !important;*!*/
/*	box-sizing: border-box;*/
/*}*/

/*.our-team-arrows-parent {*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	gap: 12px;*/
/*	margin-top: 18px;*/
/*}*/

.our-team-arrows-parent-tablet {
	margin-top: -15px;
}

.our-team-arrow-left {
	width: 56px;
	height: 56px;
	cursor: pointer;
}

/*.our-team-arrow-left:hover {*/
/*	background-color: #F3FAF6;*/
/*}*/


.our-team-arrow-right {
	width: 56px;
	height: 56px;
	cursor: pointer;
}

/*.our-team-arrow-right:hover {*/
/*	background-color: #F3FAF6;*/
/*}*/

.our-team-arrows-parent-tablet {
	display: none;
}

.our-team .title-arrows-parent-flex {
	margin-bottom: unset;
}

.our-team .title-arrows-parent-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.our-team .slick-arrow.slick-disabled {
	opacity: 0.5;
}

.our-team-member {
	cursor: pointer;
}

.our-team-arrows-parent {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.our-team .slick-arrow.slick-disabled {
	/*display: none !important;*/
	opacity: 0.5;
}

.our-team-title-arrows-parent {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.our-team-arrow-left {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative;
	/*z-index: 1;*/
	border-radius: 50%;
	background-color: #F4F9F7;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*.internal-linking-arrow-left:hover {*/
/*	background-color: #F3FAF6;*/
/*}*/


.our-team-arrow-right {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative;
	border-radius: 50%;
	background-color: #F4F9F7;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*.internal-linking-arrow-right:hover {*/
/*	background-color: #F3FAF6;*/
/*}*/

.our-team .slick-dots {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	gap: 6px;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 0;
	padding-inline-start: 0;
	margin-top: 20px;
}

.our-team .slick-dots li button {
	background: url(slick-dot.svg);
	text-indent: -9999px;
	overflow: hidden;
	border: unset;
	background-repeat: no-repeat;
}

.our-team .slick-dots li.slick-active button {
	background: url(slick-dot-active.svg);
	text-indent: -9999px;
	overflow: hidden;
	border: unset;
	background-repeat: no-repeat;
}

.our-team-arrows-parent {
	display: none;
}

.our-team-member-linkedin svg path {
	fill: #189763;
}

.our-team-show-more-button {
	background-color: #18976324;
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	font-family: Roboto, Sans-Serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	border: none;
	color: #189763;
	margin-top: 16px;
}

.our-team-member.member-hidden {
	display: none !important;
}

.our-team .slick-slide {
	margin: 0 8px;
}

.our-team .slick-list {
	margin: 0 -8px;
	/*overflow: visible;*/
	height: 155px;
	display: flex;
	align-items: center;
}

.our-team .slick-track {
	margin-top: 23px;
}

@media (min-width: 768px) {
	.our-team-arrows-parent {
		display: flex;
	}

	.our-team-arrow-left {
		width: 56px;
		height: 56px;
	}

	.our-team-arrow-right {
		width: 56px;
		height: 56px;
	}

	.our-team {
		padding-bottom: 90px;
		padding-left: 32px;
		padding-right: 32px;
	}

	.our-team-members {
		display: block;
	}

	.our-team-member {
		/*width: 275px !important;*/
		/*width: 50%;*/
		/*height: 125px;*/
		/*height: 145px;*/
		/*width: 331px !important;*/
		/*padding: 24px;*/
		box-shadow: 1px 1px 8px 0 #34314614;
	}

	/*.our-team-members .slick-slide > div {*/
	/*	height: 128px;*/
	/*}*/

	/*.our-team-members {*/
	/*	flex-direction: row;*/
	/*	gap: 12px;*/
	/*}*/

	.our-team-member-photo img {
		width: 97px;
		height: 97px;
	}

	.our-team-title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 0;
	}

	.our-team-member-name {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 3px;
	}

	.our-team-member-occupation {
		font-size: 13px;
		line-height: 18px;
	}

	.our-team-member-linkedin {
		/*box-shadow: 0px 1px 2px 0px #333F4429;*/
		/*border: unset;*/
		width: 44px;
		height: 44px;
	}

	.our-team-arrows-parent-tablet {
		display: flex;
		gap: 12px;
	}

	.our-team .title-arrows-parent-flex {
		margin-bottom: 15px;
	}

	.our-team-show-more-button {
		display: none;
	}

	.our-team-member.member-hidden {
		display: flex !important;
	}
}

@media (min-width: 1250px) {
	.our-team {
		padding-top: 40px;
		padding-bottom: 80px;
	}

	/*.our-team-members {*/
	/*	display: flex;*/
	/*}*/

	.our-team-member {
		/*width: 360px !important;*/
		/*width: 50%;*/
		/*height: 145px;*/
		/*width: unset;*/
		min-height: 133px;
	}

	.our-team-member-photo img {
		width: 97px;
		height: 97px;
	}

	.our-team-members {
		/*flex-direction: row;*/
	}

	.our-team-title {
		font-size: 40px;
		line-height: 48px;
		/*margin-bottom: 20px;*/
	}

	/*.our-team-member-name {*/
	/*	font-size: 20px;*/
	/*	line-height: 28px;*/
	/*	margin-bottom: 3px;*/
	/*}*/

	/*.our-team-member-linkedin {*/
	/*	width: 50px;*/
	/*	height: 50px;*/
	/*}*/

	.our-team-arrows-parent-tablet {
		display: none;
	}

	/*.our-team-arrows-parent {*/
	/*	display: none;*/
	/*}*/

	.our-team-member-occupation {
		font-size: 15px;
		line-height: 18px;
	}

}
