.header_hero_image {
	background-image: url(../../images/hero-background.svg);
	background-size: cover;
	padding-top: 144px !important;
	padding-bottom: 100px;
	background-position: bottom right;
}

.new-style .header_hero_image {
	padding-top: 220px !important;
	padding-bottom: 120px;
}

.new-style .hero_side.right {
	max-width: 632px;
}

.new-style .hero_image img {
	max-width: 100%;
	height: auto;
	position: relative;
	right: -20px;
}

.new-style .header_hero_image {
	background: none;
	background-color: #F2F4F8;
}

.has_header_hero_image .page-breadcrumbs {
	position: absolute;
	width: 100%;
	left: 0;
}

.hero_sides {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
}

.header_hero_image h1 {
	font-size: 56px;
	line-height: 72px;
	font-weight: 700;
	color: var(--neutral-800);
	margin-bottom: 32px;
}

.hero_subtitle {
	font-size: 26px;
	line-height: 36px;
	color: #757575;
	margin-bottom: 32px;
}

.hero_button {
	padding: 14px 48px;
	display: inline-block;
	border-radius: 8px;
	color: white !important;
	background-color: var(--primary-500);
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	transition: background-color 0.3s ease, color 0.3s ease;
	border: 1px solid var(--primary-500);
}

.hero_button:hover {
	background-color: white;
	color: var(--primary-500) !important;
	border-color: var(--primary-500);
}

.trusted_by_label_text {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: var(--text-tertiary-50);
}

.trusted_by_label_image img {
	height: 32px;
	width: auto;
}

.trusted_by_label {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 32px;
}

.hero_side.left {
	flex: 0 0 524px;
}

.hero_image img {
	max-width: none;
	max-height: 660px;
	width: auto;
}

.has_header_hero_image.page-template-default {
	transition: border-color 0.3s ease;
}

.has_header_hero_image.page-template-default:not(.scrolling) .site-header {
	border-color: transparent;
}

.new-style header.site-header {
	background-color: white !important;
}

.quality_label {
	border-radius: 999px;
	border: 1px solid #AEE0A4;
	background: #E5FFE0;
	gap: 6px;
	padding: 5px 14px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #2B7C46;
	display: inline-flex;
	margin-bottom: 24px;
}

.quality_label_inside {
	position: relative;
	top: 1px;
}

.quality_label:before {
	content: '';
	display: block;
	background-image: url(../../images/trust-badge.svg);
	width: 20px;
	height: 20px;
}

.new-style .hero_side.left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 0 0 515px;
}

.new-style .trusted_by_label {
	order: 6;
}

.new-style .header_hero_image h1 {
	font-size: 52px;
	line-height: 64px;
	font-weight: 600;
	color: #1E3851;
	margin-bottom: 24px;
}

.new-style .hero_subtitle {
	font-size: 20px;
	line-height: 32px;
	color: #525252;
	margin-bottom: 24px;
}

.new-style .trusted_by_label {
	margin-top: 24px;
	margin-bottom: 0;
}

.new-style .trusted_by_label_text {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #525252;
}

.new-style a.hero_button {
	background-color: #23479A;
	flex: 1;
	padding: 16px;
	display: flex;
	gap: 2px;
	align-items: center;
	border: none;
	justify-content: center;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.new-style a.hero_button:hover {
	color: white !important;
	background-color: #1c3c86 !important;
}

.new-style a.hero_button:after {
	content: '';
	width: 20px;
	height: 21px;
	display: block;
	background-image: url(../../images/button-arrow-right.svg);
}

.new-style .hero_button_wrapper {
	display: flex;
	width: 100%;
	gap: 16px;
}

a.hero_button.secondary {
	background-color: white;
	color: #23479A !important;
	border: 1px solid #E3ECFF;
}

a.hero_button.secondary:after {
	display: none;
}

.new-style.has_header_hero_image .page-breadcrumbs {
	top: 110px;
	margin-bottom: 0;
}

.new-style .breadcrumbs {
	font-size: 16px;
	line-height: 24px;
}

.new-style span.breadcrumb_last {
	font-weight: 600;
}

.new-style p#breadcrumbs > span {
	display: flex;
	align-items: center;
	gap: 5px;
}

.new-style #breadcrumbs svg use {
	display: none;
}

.new-style #breadcrumbs svg {
	background-image: url(../../images/breadcrumbs-right.svg);
}

.new-style .site-header {
	border: none;
}

@media (max-width: 991px) {
	.new-style.has_header_hero_image .page-breadcrumbs {
		top: 95px;
	}

	.new-style #breadcrumbs svg {
		width: 16px;
		height: 16px;
		background-size: contain;
	}

	.new-style .breadcrumbs {
		font-size: 18px;
		line-height: 18px;
	}

	.new-style .header_hero_image {
		padding-bottom: 32px;
		padding-top: 144px !important;
	}

	.new-style .trusted_by_label {
		margin-top: 16px;
	}

	.new-style .hero_sides {
		flex-direction: column;
	}

	.new-style .hero_side.left {
		align-items: center;
		flex: 1;
	}

	.quality_label {
		font-size: 12px;
		line-height: 16px;
	}

	.new-style .header_hero_image h1 {
		font-size: 36px;
		line-height: 48px;
		margin-bottom: 17px;
		text-align: center;
	}

	.new-style .hero_subtitle {
		font-size: 18px;
		line-height: 26px;
	}

	.new-style .hero_button_wrapper {
		flex-direction: column;
	}

	.quality_label_inside {
		top: 2px;
	}

	.hero_side.right {
		display: none;
	}

	.hero_side.left {
		flex: 1;
	}

	.header_hero_image {
		padding-top: 120px !important;
		padding-bottom: 56px;
	}

	.trusted_by_label_text {
		font-size: 14px;
		line-height: 20px;
	}

	.trusted_by_label {
		margin-bottom: 16px;
	}

	.header_hero_image h1 {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 16px;
	}

	.hero_subtitle {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 16px;
	}
}
