<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#js-enabled-content {
	display: none;
}

.text-switcher-dynamic {
	text-align: start;
}

.text-switcher-inner {
	width: 100%;
	text-align: left !important;
	/* text-align: center; */
	/* position: relative; */
	/* top: auto; */
	/* left: auto; */
	transform: translate(0) !important;
	/* white-space: initial; */
	left: 0% !important;
	top: 0 !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	display: block !important;
	position: relative !important;
	margin-left: 20%;
}
.heroSection {
	position: relative;
	display: block;
	z-index: 1;
}
.home-mobile-img,
.tophome-p-mobile,
.marqueeSection,
.lpt-textApproach,
.textPara,
.section-home-help,
.section-home-industries,
.industriesWrap,
.para-new,
.noscript-carousel-grid,
.successItem,
.CTAGroup {
	float: none !important;
}

.noscript-carousel-grid {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	gap: 1.5rem;
	padding: 1rem;
	-webkit-overflow-scrolling: touch;
}

.successItem {
	flex: 0 0 auto;
	min-width: 300px;
	scroll-snap-align: start;
	background: #fff;
	border-radius: 8px;
	padding: 1rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.home-mobile-img {
	width: 90%;
	margin: 0 auto;
}
.marqueeSection {
}
.textSectionApproach {
	padding: 10% 100px;
}
.slidingBox {
	margin: 0 25px 25px 0 !important;
}
.industriesBtnBox &gt; span {
	height: auto !important;
}
.slidingBoxesCover {
	margin: 0 auto;
	float: none !important;
}
.slidingBoxesCover.learningSlider {
	overflow-x: auto;
	padding: 1rem 0;
	-webkit-overflow-scrolling: touch;
}

.carousel-container {
	display: flex;
	gap: 1.5rem;
	min-width: max-content;
	scroll-snap-type: x mandatory;
}

.carousel-container &gt; * {
	flex: 0 0 auto;
	scroll-snap-align: start;
	min-width: 280px; /* Adjust card width as needed */
}
.ctaSectionDark .CTAGroupbox img {
	width: auto !important;
	float: none;
}
@media (max-width: 1190px) {
	.text-switcher-inner {
		text-align: left !important;
		margin-left: 30px;
		margin-top: 100px;
	}
}

input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	background-color: transparent !important;
	border: none;
	cursor: pointer;
	z-index: 1;
}
.accordion__content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.accordion-toggle:checked + .accordion-label + .accordion__content {
	max-height: 1000px;
}

.accordion-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 1rem;
	font-weight: bold;
}

.nav-toggle {
	display: none;
}

.mobileNavNew {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	padding: 0;
}

.nav-toggle:checked + .buttonToggleMobile + .mobileNavNew {
	max-height: 2000px;
}
</pre></body></html>