.ha_section_hero .ha_section_container .ha_b_body {
	max-width: 773rem;
}

.ha_section_hero .ha_section_container .ha_b_body p {
	max-width: 532rem;
}

.ha_section_join_our_force {
	padding: 64rem 0;
	background: var(--bodyBg);
}

.ha_section_join_our_force .ha_section_container .ha_b_description .ha_btn {
	margin: 32rem auto 0;
	min-width: 224rem;
}

.ha_section_join_our_force .ha_section_container .ha_section_item {
	display: flex;
	flex-direction: column;
	gap: 40rem;
}

.ha_section_join_our_force .ha_section_container .ha_section_item picture {
	width: 100%;
	height: 320rem;
	border-radius: 8rem;
	overflow: hidden;
}

.ha_section_join_our_force .ha_section_container .ha_section_item picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ha_section_the_difference {
	padding: 64rem 0;
	background: var(--CGW-GREY, #dee2e6);
}

.ha_section_the_difference .ha_section_container .ha_b_description {
	margin-bottom: 40rem;
}

.ha_section_the_difference .ha_section_container .ha_b_description h4 {
	color: #0e0e0e;
}

.ha_section_the_difference .ha_section_container .ha_b_description h5 {
	color: #0e0e0e;
	max-width: 289rem;
}

.ha_section_the_difference .ha_section_container .ha_b_body {
	display: flex;
	flex-direction: column;
	gap: 40rem;
	max-width: 84%;
}

.ha_section_the_difference .ha_section_container .ha_b_body .ha_b_item img {
	height: 48rem;
	width: auto;
	margin-bottom: 24rem;
}

.ha_section_the_difference .ha_section_container .ha_b_body .ha_b_item h5 {
	color: #0e0e0e;
	font-size: 18rem;
	line-height: 22rem;
	margin-bottom: 12rem;
}

.ha_section_the_difference .ha_section_container .ha_b_body .ha_b_item p {
	color: #0e0e0e;
	font-size: 16rem;
	line-height: 24rem;
}

.ha_section_application_criteria {
	padding: 64rem 0 32rem;
	background: #0e0e0e;
	border-bottom: 1px solid #2f3335;
}

.ha_section_application_criteria .ha_section_container .ha_b_description {
	margin-bottom: 41rem;
}

.ha_section_application_criteria .ha_section_container .ha_b_body {
	display: flex;
	flex-direction: column;
	gap: 32rem;
}

.ha_section_application_criteria .ha_section_container .ha_b_body .ha_b_item h5 {
	color: #d2d6da;
	font-size: 18rem;
	margin-bottom: 17rem;
	letter-spacing: 0.36px;
	padding-left: 24rem;
	position: relative;
}

.ha_section_application_criteria .ha_section_container .ha_b_body .ha_b_item h5::before {
	content: "";
	background-image: url("../../images/ic-cr.svg");
	background-size: 100%;
	width: 16rem;
	height: 16rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-size: 100% 100%;
}

.ha_section_application_criteria .ha_section_container .ha_b_body .ha_b_item p {
	color: #ced2d6;
	font-size: 16rem;
	line-height: 24rem;
	max-width: 289rem;
}

.ha_section_job_application {
	padding: 32rem 0 60rem;
	background: #0e0e0e;
}

.ha_section_job_application .ha_section_container .ha_b_head {
	text-align: center;
	max-width: 807rem;
	margin: 0 auto 40rem;
}

.ha_section_job_application .ha_section_container .ha_b_head h4 {
	color: #d6dade;
	font-size: 40rem;
	text-transform: uppercase;
	margin-bottom: 16rem;
}

.ha_section_job_application .ha_section_container .ha_b_head p {
	color: #ced2d6;
	font-size: 16rem;
	line-height: 24rem;
	max-width: 428rem;
	margin: 0 auto;
}

.ha_section_job_application .ha_section_container .ha_b_body {
	max-width: 822rem;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.ha_section_join_our_force {
		padding: 120rem 0 172rem;
	}

	.ha_section_join_our_force .ha_section_container .ha_section_item {
		flex-direction: row;
		gap: 24rem;
	}

	.ha_section_join_our_force .ha_section_container .ha_section_item .ha_b_description {
		width: 57.3%;
	}

	.ha_section_join_our_force .ha_section_container .ha_section_item .ha_b_description p {
		max-width: 506rem;
	}

	.ha_section_join_our_force .ha_section_container .ha_section_item picture {
		width: 42.7%;
		height: 477rem;
	}

	.ha_section_the_difference {
		padding: 108rem 0 104rem;
	}

	.ha_section_the_difference .ha_section_container .ha_b_description {
		margin-bottom: 61rem;
	}

	.ha_section_the_difference .ha_section_container .ha_b_description h5 {
		max-width: 100%;
	}

	.ha_section_the_difference .ha_section_container .ha_b_body {
		flex-direction: row;
		gap: 24rem;
		max-width: 100%;
	}

	.ha_section_the_difference .ha_section_container .ha_b_body .ha_b_item {
		flex: 1 0 23%;
	}

	.ha_section_the_difference .ha_section_container .ha_b_body .ha_b_item img {
		height: 66rem;
	}

	.ha_section_the_difference .ha_section_container .ha_b_body .ha_b_item h5 {
		margin-bottom: 16rem;
	}

	.ha_section_the_difference .ha_section_container .ha_b_body .ha_b_item p {
		line-height: 26rem;
		font-size: 14rem;
	}

	.ha_section_application_criteria {
		padding: 120rem 0;
	}

	.ha_section_application_criteria .ha_section_container .ha_b_description {
		margin-bottom: 73rem;
	}

	.ha_section_application_criteria .ha_section_container .ha_b_description h5 {
		font-size: 36rem;
		line-height: 1;
		margin-bottom: 72rem;
	}

	.ha_section_application_criteria .ha_section_container .ha_b_body {
		flex-direction: row;
		gap: 24rem;
	}

	.ha_section_application_criteria .ha_section_container .ha_b_body .ha_b_item {
		flex: 1 0 23%;
	}

	.ha_section_application_criteria .ha_section_container .ha_b_body .ha_b_item h5 {
		margin-bottom: 16rem;
		font-size: 24rem;
		letter-spacing: 0.48px;
		padding-left: 35rem;
	}

	.ha_section_application_criteria .ha_section_container .ha_b_body .ha_b_item h5::before {
		width: 20rem;
		height: 20rem;
	}

	.ha_section_application_criteria .ha_section_container .ha_b_body .ha_b_item p {
		line-height: 26rem;
		max-width: 100%;
	}

	.ha_section_job_application {
		padding: 64rem 0 105rem;
	}

	.ha_section_job_application .ha_section_container .ha_b_head {
		margin: 0 auto 56rem;
	}

	.ha_section_job_application .ha_section_container .ha_b_head h4 {
		font-size: 64rem;
		line-height: 70rem;
		margin-bottom: 20rem;
	}

	.ha_section_job_application .ha_section_container .ha_b_head p {
		font-size: 18rem;
		line-height: 27rem;
	}
}

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