#top .lsq-us-education-ai-platform {
	--lsq-uap-bg: #020b1a;
	--lsq-uap-eyebrow: #5e9bff;
	--lsq-uap-heading: #ffffff;
	--lsq-uap-intro: #8c97ac;
	--lsq-uap-body: #d6deeb;
	--lsq-uap-footer: #8c97ac;
	--lsq-uap-card-bg: rgba(255, 255, 255, 0.05);
	--lsq-uap-card-border: rgba(255, 255, 255, 0.1);
	--lsq-uap-divider: rgba(255, 255, 255, 0.08);
	--lsq-uap-invorto-head: rgba(94, 155, 255, 0.1);
	--lsq-uap-invorto-body: rgba(94, 155, 255, 0.06);
	position: relative;
}

#top .lsq-us-education-ai-platform__glow {
	position: absolute;
	top: 0;
	left: 50%;
	width: min(680px, 100%);
	height: 420px;
	transform: translateX(-50%);
	pointer-events: none;
	background: radial-gradient(ellipse at center, rgba(16, 109, 253, 0.3) 0%, rgba(8, 55, 127, 0.15) 35%, rgba(0, 0, 0, 0) 70%);
}

#top .lsq-us-education-ai-platform__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 23px;
}

#top .lsq-us-education-ai-platform__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 90px;
	margin-bottom: 40px;
}

#top .lsq-us-education-ai-platform__header-left {
	flex: 1 1 0;
}

#top .lsq-us-education-ai-platform__eyebrow {
    margin: 0;
    color: var(--lsq-uap-eyebrow);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1.44px;
}

#top .lsq-us-education-ai-platform__heading {
	margin: 16px 0 0;
	color: var(--lsq-uap-heading);
}

#top .lsq-us-education-ai-platform__intro {
	flex: 0 1 50%;
	padding-top: 24px;
	color: var(--lsq-uap-intro);
}

#top .lsq-us-education-ai-platform__intro p {
	margin: 0 0 1em;
}

#top .lsq-us-education-ai-platform__intro p:last-child {
	margin-bottom: 0;
}

#top .lsq-us-education-ai-platform__card {
	border: 1px solid var(--lsq-uap-card-border);
	border-radius: 20px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
	overflow: hidden;
	background: var(--lsq-uap-card-bg);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
	#top .lsq-us-education-ai-platform__card {
		background: rgba(255, 255, 255, 0.08);
	}
}

#top .lsq-us-education-ai-platform__card-grid {
	display: grid;
	grid-template-columns: 1fr;
}

#top .lsq-us-education-ai-platform__card-grid--two-col {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

#top .lsq-us-education-ai-platform__column {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

#top .lsq-us-education-ai-platform__column--invorto .lsq-us-education-ai-platform__column-head {
	background: var(--lsq-uap-invorto-head);
	border-bottom: 1px solid #020b1a;
}

#top .lsq-us-education-ai-platform__column--invorto .lsq-us-education-ai-platform__column-body {
	background: var(--lsq-uap-invorto-body);
}

#top .lsq-us-education-ai-platform__column-head {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 72px;
	padding: 15px 28px;
	box-sizing: border-box;
	border-bottom: 1px solid #020b1a;
}

#top .lsq-us-education-ai-platform__column-logo {
	display: block;
	flex-shrink: 0;
}

#top .lsq-us-education-ai-platform__column-logo--invorto {
	width: auto;
	height: 26px;
	max-width: 77px;
}

#top .lsq-us-education-ai-platform__column-logo--flostack {
	width: auto;
	height: 41px;
	max-width: 102px;
}

#top .lsq-us-education-ai-platform__column-label {
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
}

#top .lsq-us-education-ai-platform__column-body {
	padding: 24px 28px;
	color: var(--lsq-uap-body);
	font-size: 14px;
	line-height: 1.66;
	min-height: 260px;
}
#top .lsq-us-education-ai-platform__footer p {
    font-size: 18px;
}
#top .lsq-us-education-ai-platform__column-body p {
	margin: 0 0 1em;
	color: inherit;
	font-size: 14px;
}

#top .lsq-us-education-ai-platform__column-body p:last-child {
	margin-bottom: 0;
}

#top .lsq-us-education-ai-platform__column-body a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

#top .lsq-us-education-ai-platform__column-body strong {
	font-weight: 700;
}

#top .lsq-us-education-ai-platform__card-grid--two-col .lsq-us-education-ai-platform__column--flostack {
	border-left: 1px solid var(--lsq-uap-divider);
}

#top .lsq-us-education-ai-platform__footer {
	color: var(--lsq-uap-footer);
	margin-top: 15px;
}
#top .lsq-us-education-ai-platform__footer strong {
    font-weight: 600 !important;
	color: var(--lsq-uap-footer) !important;
}
#top .lsq-us-education-ai-platform__footer p {
	margin: 0;
	color: inherit;
}

#top .lsq-us-education-ai-platform__footer strong {
	font-weight: 600;
	color: inherit;
}

#top .lsq-us-education-ai-platform__footer a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 767px) {
	#top .lsq-us-education-ai-platform__glow {
		opacity: 0.5;
	}

	#top .lsq-us-education-ai-platform__inner {
		padding: 0 20px;
		gap: 20px;
	}

	#top .lsq-us-education-ai-platform__header {
		flex-direction: column;
		gap: 16px;
	}

	#top .lsq-us-education-ai-platform__header-left {
		max-width: none;
	}

	#top .lsq-us-education-ai-platform__intro {
		flex: 1 1 auto;
		max-width: none;
		padding-top: 0;
		font-size: 16px;
	}

	#top .lsq-us-education-ai-platform__card-grid--two-col {
		grid-template-columns: 1fr;
	}

	#top .lsq-us-education-ai-platform__card-grid--two-col .lsq-us-education-ai-platform__column--flostack {
		border-left: 0;
		border-top: 1px solid var(--lsq-uap-divider);
	}

	#top .lsq-us-education-ai-platform__column-head {
		padding: 16px 20px;
	}

	#top .lsq-us-education-ai-platform__column-body {
		padding: 20px;
	}

}
