.section-hero_ab_test {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.section-hero_ab_test .hero-ab {
	position: relative;
	min-height: 540px;
	overflow: hidden;
	background: #fff;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	padding: 40px;
}

.section-hero_ab_test .hero-ab::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(90deg, #fff 36%, rgba(255, 255, 255, 0.94) 46%, rgba(255, 255, 255, 0) 66%);
}

.section-hero_ab_test .hero-ab__inner {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 38px 48px 46px;
}

.section-hero_ab_test .hero-ab__content {
	max-width: 1000px;
	text-align: left;
}

.section-hero_ab_test .hero-ab__pill {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	max-width: 100%;
	padding: 8px 17px;
	margin-bottom: 22px;
	background: #eef4ff;
	color: #101e4f;
	border-radius: 999px;
	font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
	white-space: normal;
}

.section-hero_ab_test .hero-ab__pill::before {
	content: "";
	width: 7px;
	height: 7px;
	background: #1e368f;
	border-radius: 50%;
	flex: 0 0 auto;
}

.section-hero_ab_test .hero-ab__headline {
	max-width: 760px;
	margin: 0 0 17px;
	color: #101e4f;
	font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
	font-size: clamp(34px, 3.45vw, 44px);
	font-weight: 700;
	line-height: 1.09;
	letter-spacing: 0;
}

.section-hero_ab_test .hero-ab__headline em {
	font-style: normal;
	color: inherit;
	white-space: nowrap;
}

.section-hero_ab_test .hero-ab__sub {
	max-width: 690px;
	margin: 0 0 29px;
	color: #3f4650;
	font-size: 16px;
	line-height: 1.55;
}

.section-hero_ab_test .hero-ab__sub p {
	margin: 0 0 10px;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.section-hero_ab_test .hero-ab__sub p:last-child {
	margin-bottom: 0;
}

.section-hero_ab_test .hero-ab__sub strong {
	color: #3f4650;
	font-weight: 700;
}

.section-hero_ab_test .hero-ab__ctas {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	margin-bottom: 18px;
}

.section-hero_ab_test .hero-ab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 469px;	
    min-height: 44px;
    padding: 12px 18px;
    border: 1px solid #1e368f;
    border-radius: 4px;
    font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}

.section-hero_ab_test .hero-ab-btn svg {
	width: 17px;
	height: 17px;
	flex-shrink: 0;
}

.section-hero_ab_test .hero-ab-btn--primary {
	background: #1e368f;
	border-color: #1e368f;
	color: #fff;
}

.section-hero_ab_test .hero-ab-btn--primary:hover {
	background: #101e4f;
	border-color: #101e4f;
	color: #fff;
}

.section-hero_ab_test .hero-ab-btn--secondary {
	background: #fff;
	color: #1e368f;
	border-color: #1e368f;
}

.section-hero_ab_test .hero-ab-btn--secondary:hover {
	background: #1e368f;
	color: #fff;
}

.section-hero_ab_test .hero-ab__trust {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px 30px;
	max-width: 958px;
	padding: 14px 28px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #1e368f;
	border-radius: 4px;
}

.section-hero_ab_test .hero-ab-trust {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	color: #5f6873;
	font-size: 19px;
	line-height: 1.25;
}

.section-hero_ab_test .hero-ab-trust strong {
	color: #3f4650;
	font-weight: 700;
}

.section-hero_ab_test .hero-ab-trust__stars {
	color: #1e368f;
	font-size: 23px;
	line-height: 1;
	letter-spacing: 0;
	flex-shrink: 0;
}

.section-hero_ab_test .hero-ab-trust__icon {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	color: #1e368f;
}

.section-hero_ab_test .hero-ab__footnote {
	max-width: 620px;
	margin: 14px 0 0;
	color: #5f6873;
	font-size: 17px;
	line-height: 1.45;
}

.section-hero_ab_test .hero-ab__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;	
}

.section-hero_ab_test .hero-ab__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}

@media (max-width: 1199.98px) {
	.section-hero_ab_test .hero-ab__inner {
		max-width: 100%;
		padding-right: 32px;
		padding-left: 32px;
	}

	.section-hero_ab_test .hero-ab__image {
		width: 56%;
	}
}

@media (max-width: 991.98px) {
	.section-hero_ab_test .hero-ab {
		min-height: auto;
		background: #fff;
	}

	.section-hero_ab_test .hero-ab::after {
		background:
			linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.7) 54%, rgba(255, 255, 255, 0.24) 100%),
			linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.4) 100%);
	}

	.section-hero_ab_test .hero-ab__inner {
		max-width: 760px;
		padding: 42px 24px 44px;
	}

	.section-hero_ab_test .hero-ab__content,
	.section-hero_ab_test .hero-ab__headline,
	.section-hero_ab_test .hero-ab__sub,
	.section-hero_ab_test .hero-ab__footnote {
		max-width: 100%;
	}

	.section-hero_ab_test .hero-ab__image {
		inset: 0;
		width: 100%;
		opacity: 1;
	}

	.section-hero_ab_test .hero-ab__image img {
		object-position: 88% center;
	}

	.section-hero_ab_test .hero-ab__ctas {
		max-width: 420px;
		flex-direction: column;
		gap: 12px;
	}

	.section-hero_ab_test .hero-ab-btn {
		width: 100%;
		min-height: 48px;
	}

	.section-hero_ab_test .hero-ab__trust {
		max-width: 958px;
		background: rgba(255, 255, 255, 0.96);
	}
}

@media (max-width: 640px) {
	.section-hero_ab_test .hero-ab::after {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.68) 54%, rgba(255, 255, 255, 0.32) 100%),
			linear-gradient(90deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.56) 58%, rgba(255, 255, 255, 0.12) 100%);
	}

	.section-hero_ab_test .hero-ab__inner {
		padding: 34px 20px 36px;
	}

	.section-hero_ab_test .hero-ab__pill {
		padding: 7px 14px;
		font-size: 11px;
		line-height: 1.15;
	}

	.section-hero_ab_test .hero-ab__headline {
		font-size: clamp(30px, 8.6vw, 36px);
		line-height: 1.08;
	}

	.section-hero_ab_test .hero-ab__headline em {
		white-space: normal;
	}

	.section-hero_ab_test .hero-ab__sub {
		font-size: 15px;
	}

	.section-hero_ab_test .hero-ab__ctas {
		max-width: none;
	}

	.section-hero_ab_test .hero-ab__trust {
		grid-template-columns: 1fr;
		max-width: 100%;
		padding: 14px 16px;
		gap: 12px;
	}

	.section-hero_ab_test .hero-ab__image {
		opacity: 1;
	}

	.section-hero_ab_test .hero-ab__image img {
		object-position: 88% center;
	}
}
