.vc-hiring-process {
}
.vc-hiring-process--intro {
	text-align: center;
	margin-bottom: 75px;
	position: relative;
	z-index: 1;
}
.vc-hiring-process--title {
	font-weight: 800;
	margin-bottom: 15px;
}
.vc-hiring-process--squiggle {
	max-width: 120px;
	margin: 0 auto;
}
.vc-hiring-process--description {
	max-width: 615px;
	margin: 15px auto 0;
}
.vc-hiring-process--steps {
}
.vc-hiring-process--step {
	display: flex;
	justify-content: center;
	gap: 50px;
	position: relative;
}

.vc-hiring-process--step:last-child {
	gap:35px;
}
@media screen and (max-width: 767px) {
	.vc-hiring-process--step {
		flex-direction: row-reverse;
		padding-bottom: 50px;
	}
	.vc-hiring-process--step_spacer {
		display: none;
	}

	.vc-hiring-process--step:not(:last-child):after {
		content: "";
		background-color: #c2ceda;
		position: absolute;
		width: 6px;
		height: 100%;
		left: 23px;
	}
}
.vc-hiring-process--step:nth-last-child(2) .vc-hiring-process--step_number {
	padding-bottom: 5em;
}
.vc-hiring-process--step:last-child .vc-hiring-process--step_number_inner {
	height: 64px;
	width: 64px;
}
.vc-hiring-process--step:first-child .vc-hiring-process--step_number_inner {
	outline: 4px solid #718499;
}
@media screen and (min-width: 768px) {
	.vc-hiring-process--step:not(:first-child) {
		margin-top: -10px;
	}
	.vc-hiring-process--step:not(:last-child):after {
		content: "";
		background-color: #c2ceda;
		position: absolute;
		width: 6px;
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
	}

	.vc-hiring-process--step:nth-child(odd) {
		flex-direction: row-reverse;
	}
	.vc-hiring-process--step:nth-child(even) .vc-hiring-process--step_content {
		text-align: right;
	}
	.vc-hiring-process--step_spacer,
	.vc-hiring-process--step_content {
		flex: 0 0 300px;
		max-width: 300px;
	}
	.vc-hiring-process--step_number {
		flex: 0 0 64px;
		max-width: 64px;
	}
}
.vc-hiring-process--step_number_inner {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
	background-repeat: auto;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

.vc-hiring-process--step_number_inner span {
	color: #718499;
	font-size: 22px;
}

.vc-hiring-process--step_content {
}
.vc-hiring-process--step:nth-child(even) .vc-hiring-process--step_content {
}

.vc-hiring-process--step_title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 800;
}
.vc-hiring-process--step_description {
	color: #718499;
	font-size: 18px;
	line-height: 21px;
}

.vc-hiring-process--accent_word {
	background: linear-gradient(
		203.84deg,
		#b2ebf2 55.54%,
		#bc98ff 65.46%,
		#ff84ae 80.9%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	mix-blend-mode: normal;
	opacity: 0.2;
	font-size: 200px;
	line-height: 240px;
	font-weight: 800;
	position: absolute;
	top: -120px;
	right: -50%;
	white-space: nowrap;
}
