.sh-hero-273309c9 {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	min-height: clamp(620px, 72vh, 760px);
	display: flex;
	align-items: center;
	background: #fbfcff;
	overflow: hidden;
	padding: clamp(72px, 8vw, 108px) 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.sh-hero-container-273309c9 {
	position: relative;
	z-index: 3;
	width: min(100%, 1280px);
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 48px);
}

.sh-hero-content-273309c9 {
	width: min(50%, 620px);
	padding-right: 40px;
}

.sh-hero-image-container-273309c9 {
	position: absolute;
	inset: 0 0 0 auto;
	z-index: 1;
	width: 52%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.sh-hero-image-container-273309c9::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(
		to right,
		#fbfcff 0%,
		rgba(251, 252, 255, 0.86) 14%,
		rgba(251, 252, 255, 0.38) 34%,
		rgba(251, 252, 255, 0) 58%
	);
}

.sh-badge-273309c9 {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	margin-bottom: 24px;
	padding: 7px 16px;
	border-radius: 999px;
	background-color: #e6f7f7;
	color: #00a3a6 !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.sh-title-273309c9 {
	margin: 0 0 18px;
	color: #03172c !important;
	font-size: clamp(42px, 5vw, 64px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0;
}

.sh-title-highlight-273309c9 {
	display: block;
	color: #00a3a6 !important;
}

.sh-desc-273309c9 {
	max-width: 540px;
	margin: 0 0 34px;
	color: #556275;
	font-size: 19px;
	line-height: 1.65;
}

.sh-features-273309c9 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	max-width: 620px;
	margin: 0;
}

.sh-feature-item-273309c9 {
	display: flex;
	align-items: center;
	gap: 13px;
	min-width: 0;
	padding: 15px 16px;
	border: 1px solid rgba(3, 23, 44, 0.1);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 12px 30px rgba(3, 23, 44, 0.08);
	text-align: left;
	backdrop-filter: blur(8px);
}

.sh-feature-icon-273309c9 {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	border: 1px solid rgba(0, 163, 166, 0.34) !important;
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(230, 247, 247, 0.96)),
		#e6f7f7;
	color: #00a3a6 !important;
}

.sh-feature-icon-273309c9 i,
.sh-feature-icon-273309c9 svg {
	width: 20px;
	height: 20px;
	color: #00a3a6 !important;
	fill: #00a3a6 !important;
	font-size: 20px;
}

.sh-feature-text-273309c9 {
	color: #03172c !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.sh-feature-copy-273309c9 {
	min-width: 0;
}

.sh-feature-subtext-273309c9 {
	margin-top: 4px;
	color: #667489;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

@media (max-width: 991px) {
	.sh-hero-273309c9 {
		width: 100%;
		left: auto;
		right: auto;
		min-height: auto;
		margin-left: 0;
		margin-right: 0;
		flex-direction: column-reverse;
		align-items: stretch;
		padding: 0 0 56px;
	}

	.sh-hero-container-273309c9 {
		padding-top: 42px;
	}

	.sh-hero-content-273309c9 {
		width: 100%;
		max-width: none;
		padding-right: 0;
	}

	.sh-hero-image-container-273309c9 {
		position: relative;
		width: 100%;
		height: clamp(320px, 48vw, 440px);
		background-position: center 28%;
	}

	.sh-hero-image-container-273309c9::before {
		display: none;
	}

	.sh-title-273309c9,
	.sh-desc-273309c9,
	.sh-features-273309c9 {
		max-width: 720px;
	}

	.sh-features-273309c9 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.sh-hero-273309c9 {
		padding: 44px 0;
	}

	.sh-hero-container-273309c9 {
		padding-top: 0;
	}

	.sh-hero-image-container-273309c9 {
		display: none;
	}

	.sh-badge-273309c9 {
		font-size: 11px;
		letter-spacing: 0.8px;
	}

	.sh-title-273309c9 {
		font-size: 38px;
	}

	.sh-desc-273309c9 {
		margin-bottom: 0;
		font-size: 16px;
	}

	.sh-features-273309c9 {
		display: none !important;
	}
}