.lsq-about-hero {
	--lsq-ah-pad-top: 81px;
	--lsq-ah-gap: 21px;
	--lsq-ah-eyebrow: #adadad;
	--lsq-ah-title: #ffffff;
	--lsq-ah-body: rgba(255, 255, 255, 0.74);
	--lsq-ah-primary-bg: #0040df;
	--lsq-ah-secondary-border: #e2e8f0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	padding-top: var(--lsq-ah-pad-top);
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.lsq-about-hero .lsq-about-hero__grid {
	display: flex;
	flex-direction: column;
	gap: var(--lsq-ah-gap);
	width: 100%;
}

.lsq-about-hero .lsq-about-hero__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--lsq-ah-gap);
	min-width: 0;
}

.lsq-about-hero .lsq-about-hero__eyebrow {
	margin: 0;
	color: var(--lsq-ah-eyebrow);
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
}

.lsq-about-hero .lsq-about-hero__title {
	margin: 0;
	font-weight: 700;
	font-size: 102px;
	line-height: 92px;
	letter-spacing: -2.48px;
}

.lsq-about-hero .lsq-about-hero__title-line {
	display: block;
	color: var(--lsq-ah-title);
}

.lsq-about-hero .lsq-about-hero__title-line--gradient {
	background: linear-gradient(154.98deg, #5f3fff 36.83%, #31a0f6 91.51%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.lsq-about-hero .lsq-about-hero__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	width: 100%;
}

.lsq-about-hero .lsq-about-hero__body {
	flex: 1 1 758px;
	max-width: 758px;
	margin: 0;
	color: var(--lsq-ah-body);
	font-size: 21px;
	line-height: 33.6px;
	font-weight: 400;
}
#top .lsq-about-hero .lsq-about-hero__body p {
    margin-top: 0;
}
.lsq-about-hero .lsq-about-hero__body p {
	margin: 0;
}

.lsq-about-hero .lsq-about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
	margin-left: auto;
}

.lsq-about-hero .lsq-about-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	height: 50px;
	padding: 15px 28px;
	border-radius: 100px;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	box-sizing: border-box;
	transition: background-color 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
	min-width: 200px;
}
.lsq-about-hero__btn:hover .lsq-about-hero__btn-icon {
    transform: translateX(5px);
}
.lsq-about-hero .lsq-about-hero__btn--primary {
	background: var(--lsq-ah-primary-bg);
	border: none;
}

.lsq-about-hero .lsq-about-hero__btn--primary:hover,
.lsq-about-hero .lsq-about-hero__btn--primary:focus {
	background: #003ad1;
	color: #ffffff;
}

.lsq-about-hero .lsq-about-hero__btn--secondary {
	background: transparent;
	border: 1px solid var(--lsq-ah-secondary-border);
}

.lsq-about-hero .lsq-about-hero__btn--secondary:hover,
.lsq-about-hero .lsq-about-hero__btn--secondary:focus {
	border-color: rgba(255, 255, 255, 0.85);
	color: #ffffff;
}
.lsq-about-hero__btn--secondary:hover {
    background: #0040DF;
    border-color: #0040DF !important;
}
.lsq-about-hero .lsq-about-hero__btn-icon {
	width: 12px;
	height: 12px;
	flex-shrink: 0;
	display: block;
	transition: transform 2s cubic-bezier(.2, .8, .2, 1);
}

@media (max-width: 1199px) {
	.lsq-about-hero .lsq-about-hero__title {
		font-size: 82px;
		line-height: 78px;
		letter-spacing: -2px;
	}
}

@media (max-width: 767px) {
	.lsq-about-hero .lsq-about-hero__title {
		font-size: 48px;
		line-height: 52px;
		letter-spacing: -1.2px;
	}

	.lsq-about-hero .lsq-about-hero__bottom {
		flex-direction: column;
		align-items: stretch;
		gap: 24px;
	}

	#top .lsq-about-hero .lsq-about-hero__body {
		flex: 1 1 auto;
		max-width: 100%;
		font-size: 18px;
		line-height: 28px;
	}

	.lsq-about-hero .lsq-about-hero__actions {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		margin-left: 0;
	}

	.lsq-about-hero .lsq-about-hero__btn {
		width: 100%;
	}
}
