.team-bio-content h1,
.team-bio-content h2,
.team-bio-content h3,
.team-bio-content h4,
.team-bio-content h5,
.team-bio-content h6 {
	color: #0c2850;
	font-family: 'Karla', sans-serif;
	font-style: normal;
	font-weight: 400;
}

.team-bio-content h1 {
	font-size: 64px;
	line-height: 66px;
	color: red;
}

.team-bio-content h2 {
	font-size: 48px;
	line-height: 58px;
}

.team-bio-content h3 {
	font-size: 40px;
	line-height: 50px;
}

.team-bio-content h4 {
	font-size: 32px;
	line-height: 42px;
}

.team-bio-content h5 {
	font-size: 24px;
	line-height: 34px;
}

.team-bio-content h6 {
	font-size: 18px;
	line-height: 28px;
}

.team-bio-content h1 {
	font-size: 64px;
	line-height: 66px;
	color: red;
}

.team-bio-content h2 {
	font-size: 48px;
	line-height: 58px;
}

.team-bio-content h3 {
	font-size: 40px;
	line-height: 50px;
}

.team-bio-content h4 {
	font-size: 32px;
	line-height: 42px;
}

.team-bio-content h5 {
	font-size: 24px;
	line-height: 34px;
}

.team-bio-content h6 {
	font-size: 18px;
	line-height: 28px;
}

@media (max-width: 767px) {
	.team-bio-content h1 {
		font-size: 48px;
		line-height: 56px;
	}

	.team-bio-content h2 {
		font-size: 38px;
		line-height: 48px;
	}

	.team-bio-content h3 {
		font-size: 32px;
		line-height: 40px;
	}

	.team-bio-content h4 {
		font-size: 32px;
		line-height: 40px;
	}

	.team-bio-content h5 {
		font-size: 24px;
		line-height: 34px;
	}

	.team-bio-content h6 {
		font-size: 18px;
		line-height: 26px;
	}

	.team-bio-content h1 {
		font-size: 48px;
		line-height: 56px;
	}

	.team-bio-content h2 {
		font-size: 38px;
		line-height: 48px;
	}

	.team-bio-content h3 {
		font-size: 32px;
		line-height: 40px;
	}

	.team-bio-content h4 {
		font-size: 32px;
		line-height: 40px;
	}

	.team-bio-content h5 {
		font-size: 24px;
		line-height: 34px;
	}

	.team-bio-content h6 {
		font-size: 18px;
		line-height: 26px;
	}
}

.team-bio-content p {
	color: #0c2850;
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.team-bio-content a {
	color: #0c2850;
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 28px;
	transition: 300ms ease-out;
	cursor: pointer;
}

.team-bio-content a:hover {
	color: #18a19a;
	transition: 300ms ease-out;
	cursor: pointer;
}

.team-bio-content ul > li {
	color: #0c2850;
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 28px;
	list-style-type: disc;
	list-style-position: inside;
}

.team-bio-content ul > li > p {
	color: #0c2850;
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-left: 24px;
}

.team-bio-content ol > li {
	color: #0c2850;
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 28px;
	list-style-type: decimal;
	list-style-position: inside;
}

.team-bio-content ol > li > p {
	color: #0c2850;
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-left: 23px;
}

.hidden {
	display: none;
}

.no-scroll {
	overflow: hidden;
}

.team-detail-header {
	padding-top: 64px;
	padding-right: 88px;
	padding-left: 88px;
	padding-bottom: 32px;
}

.team-card img {
	transition: transform 300ms ease;
	position: relative;
	overflow: hidden;
}

.team-card img {
	transition: transform 300ms ease;
	position: relative;
	overflow: hidden;
	transform: scale(1.1);
}

.team-card:hover img {
	transform: scale(1);
	transition: transform 300ms ease;
}

.team-card a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.team-card:hover a {
	opacity: 1;
}

.team-card:hover a {
	opacity: 1;
}

.team-card a .hover-content {
	position: absolute;
	/* background: linear-gradient(180deg, rgba(9, 41, 250, 0.5) 0%, rgba(9, 41, 250, 0.5) 70%, rgba(24, 161, 154, 0.8) 100%); */
	background: linear-gradient(180deg, rgba(24, 161, 154, 0.5) 0%, rgba(24, 161, 154, 0.5) 70%, rgba(24, 161, 154, 0.8) 100%);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.team-card a .hover-content::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	height: 30%;
	background: inherit;
	filter: blur(10px);
	z-index: 3;
	transition: bottom 0.3s ease-out;
}

.team-card a .hover-content-para {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-right: 4px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	width: 100%;
	z-index: 5;
	transition: bottom 0.3s ease-out;
}

.team-card:hover a .hover-content::after {
	bottom: 0;
}

.team-card:hover a .hover-content-para {
	bottom: 32px;
}

.team-card a .hover-content svg {
	margin-top: 8px;
}

.team-card-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 9998;
}

.hover-content-para {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-right: 4px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 32px;
	width: 100%;
	z-index: 5;
}

.team-bio-content {
	padding-left: 88px;
	padding-right: 88px;
	padding-top: 48px;
	padding-bottom: 48px;
}

.team-detail {
	position: fixed;
	z-index: 9999;
	top: 30px;
	left: 100%;
	transform: translateX(0);
	max-width: 744px;
	width: 90%;
	max-height: calc(100vh - 60px);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 40px;
	transition: transform 300ms ease;
}

.team-detail {
	transform: translateX(100%);
	transition:
		transform 0.3s ease-out,
		opacity 0.3s ease-out;
	opacity: 0;
	pointer-events: none;
}

.team-detail.active {
	transform: translateX(0);
	opacity: 1;
	pointer-events: auto;
}

.team-content-overlay {
	position: absolute;
	bottom: 96px;
	left: 0;
	right: 0;
	height: 28px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	pointer-events: none;
	z-index: 2;
}

.team-detail-content {
	position: relative;
}

.scrollable-content {
	overflow-y: auto;
	position: relative;
	flex-grow: 1;
	max-height: calc(100vh - 60px - 88px - 88px);
}

.team-detail.active {
	transform: translateX(-110%);
	transition: transform 300ms ease;
}

.team-detail-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	overflow: hidden;
}

.scrollable-content {
	overflow-y: auto;
	flex-grow: 1;
	max-height: calc(100vh - 60px - 88px - 88px);
}

.fixed-button {
	padding: 20px 88px;
	background-color: #fff;
}

.object-cover-team {
	object-fit: cover;
}

/* .object-center-team {
	object-position: center;
} */

@media (max-width: 767px) {
	.fixed-button {
		padding: 20px 30px;
	}

	.team-top-titles {
		flex-direction: column;
		text-align: start;
		align-items: start !important;
	}

	.team-detail {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-height: 100%;
		border-radius: 0;
		transform: none;
	}

	.team-detail.active {
		left: 0;
		transform: none;
	}

	.team-detail-header {
		padding-top: 60px;
		padding-right: 30px;
		padding-left: 30px;
		padding-bottom: 32px;
	}

	.team-bio-content {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.scrollable-content {
		max-height: calc(100vh - 60px - 60px);
	}
}
