.ha_section_hero .ha_section_container .ha_b_body p {
	width: 612rem;
}

.ha_section_team {
	padding: 60rem 0 44rem;
	background: #0e0e0e;
}

.ha_section_team .ha_section_container .ha_b_body {
	display: flex;
	flex-direction: column;
	gap: 40rem;
}

.ha_section_team .ha_section_container .ha_b_body .ha_b_team .ha_video {
	width: 100%;
	height: 400rem;
	border-radius: 8rem;
	overflow: hidden;
}

.ha_section_team .ha_section_container .ha_b_body .ha_b_team .ha_video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ha_section_team .ha_section_container .ha_b_body .ha_b_team picture {
	width: 100%;
	height: 400rem;
	margin-bottom: 20rem;
	display: block;
	border-radius: 8rem;
	overflow: hidden;
}

.ha_section_team .ha_section_container .ha_b_body .ha_b_team picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ha_section_team .ha_section_container .ha_b_body .ha_b_team .ha_team_content {
	margin-bottom: 24rem;
}

.ha_section_team .ha_section_container .ha_b_body .ha_b_team .ha_team_content h3 {
	color: #d2d6da;
	font-size: 32rem;
	line-height: 32rem;
	margin-bottom: 16rem;
}

.ha_section_team .ha_section_container .ha_b_body .ha_b_team .ha_team_content h5 {
	color: #d6dade;
	font-size: 16rem;
	line-height: 16rem;
	font-family: "Atlas Grotesk", sans-serif;
	margin-bottom: 32rem;
}

.ha_section_team .ha_section_container .ha_b_body .ha_b_team .ha_team_content p {
	color: #ced2d6;
	font-size: 16rem;
	line-height: 24rem;
	/* 150% */
	white-space: break-spaces;
}

.ha_section_team .ha_section_container .ha_b_body .ha_b_team button {
	font-family: "Activist", sans-serif;
	font-size: 14rem;
	color: var(--GCW-NEON, #f94403);
	display: flex;
	align-items: center;
	gap: 8rem;
	background-color: transparent;
	border: 0;
	padding: 0;
}

.ha_section_team .ha_section_container .ha_b_body .ha_b_team button img {
	width: 16rem;
}

.ha_section_team .ha_section_container .ha_b_body .ha_b_team.isActive .ha_team_content p {
	display: block;
}

.ha_section_team .ha_section_container .ha_b_body .ha_b_team.isActive button {
	display: none;
}

@media (min-width: 768px) {
	.ha_section_team {
		padding: 120rem 0;
	}
	.ha_section_team .ha_section_container .ha_b_body {
		gap: 80rem;
	}
	.ha_section_team .ha_section_container .ha_b_body .ha_b_team {
		display: flex;
		flex-direction: row;
	}
	.ha_section_team .ha_section_container .ha_b_body .ha_b_team .ha_video {
		height: 562rem;
		width: 506rem;
	}
	.ha_section_team .ha_section_container .ha_b_body .ha_b_team picture {
		height: 562rem;
		width: 506rem;
		margin-bottom: 0;
	}
	.ha_section_team .ha_section_container .ha_b_body .ha_b_team .ha_team_content {
		width: calc(100% - 506rem);
		padding-left: 124rem;
		margin-bottom: 0;
	}
	.ha_section_team .ha_section_container .ha_b_body .ha_b_team .ha_team_content h3 {
		font-size: 56rem;
		line-height: 64rem;
		margin-bottom: 8rem;
	}
	.ha_section_team .ha_section_container .ha_b_body .ha_b_team .ha_team_content h5 {
		font-size: 23rem;
		line-height: normal;
		margin-bottom: 40rem;
	}
	.ha_section_team .ha_section_container .ha_b_body .ha_b_team .ha_team_content p {
		font-size: 18rem;
		line-height: 26rem;
		/* 150% */
	}
}

/*# sourceMappingURL=page_team_styles.css.map */