.header-style-two .header-upper .logo img {
	height: 72px;
	width: auto;
}

.main-header .header-upper .logo-box .logo {
	transform: none;
	margin-left: 0;
}

.sticky-header .logo img {
	height: 56px;
	width: auto;
}

.mobile-menu .nav-logo img {
	height: 56px;
	width: auto;
}

.team-section {
	padding: 90px 0 70px;
}

.team-group {
	margin-bottom: 48px;
}

.team-group:last-child {
	margin-bottom: 0;
}

.team-group-title {
	color: #00204c;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0 0 24px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e1a122;
	display: inline-block;
}

.team-block .inner-box {
	transition: transform 300ms ease, box-shadow 300ms ease;
}

.team-block .inner-box:hover,
.team-block .inner-box:focus-within {
	transform: translateY(-6px);
	box-shadow: 0 12px 28px rgba(0, 32, 76, 0.16);
}

.team-block .inner-box .image {
	position: relative;
	overflow: hidden;
}

.team-block .inner-box .image img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	display: block;
}

.team-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 20px 16px;
	background: rgba(0, 32, 76, 0.78);
	opacity: 0;
	transition: opacity 300ms ease;
}

.team-block .inner-box:hover .team-overlay,
.team-block .inner-box:focus-within .team-overlay {
	opacity: 1;
}

.team-email {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	word-break: break-word;
	text-decoration: none;
	border-bottom: 1px solid rgba(225, 161, 34, 0.8);
	padding-bottom: 2px;
}

.team-email:hover,
.team-email:focus {
	color: #e1a122;
}

.team-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.team-email-mobile {
	display: none;
	text-align: center;
	padding: 12px 8px 0;
}

.team-email-mobile a {
	color: #00204c;
	font-size: 14px;
	word-break: break-word;
}

.team-email-mobile a:hover,
.team-email-mobile a:focus {
	color: #e1a122;
}

@media (max-width: 767px) {
	.team-overlay {
		display: none;
	}

	.team-email-mobile {
		display: block;
	}

	.team-block .inner-box:hover,
	.team-block .inner-box:focus-within {
		transform: none;
		box-shadow: none;
	}
}
