<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-one-screen {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section-one-screen-header,
.section-one-screen-footer {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-xs {
	padding: 30px 0;
}

.section-md,
.section-lg,
.section-xl,
.section-xxl {
	padding: 70px 0;
}

.section-xl {
	padding: 80px 0;
}

@media (min-width: 768px) {
	.section-md,
	.section-lg,
	.section-xl,
	.section-xxl {
		padding: 80px 0;
	}
}

@media (min-width: 992px) {
	.section-lg,
	.section-xl,
	.section-xxl {
		padding: 100px 0;
	}
	.section-lg.section-lg-2 {
		padding: 120px 0;
	}
}

@media (min-width: 1200px) {
	.section-lg,
	.section-xl,
	.section-xxl {
		padding: 140px 0;
	}
	.section-bottom-xl-250 {
		padding-bottom: 250px;
	}
	.section-bottom-xl-290 {
		padding-bottom: 290px;
	}
}

@media (min-width: 1600px) {
	.section-xl {
		padding: 200px 0;
	}
	.section-xxl {
		padding: 245px 0;
	}
	.section-bottom-xxl-310 {
		padding-bottom: 310px;
	}
	.section-bottom-xxl-380 {
		padding-bottom: 310px;
	}
}

.section-top-100 {
	padding-top: 100px;
}

.section-title-parallax {
	position: relative;
}

.section-title-parallax .text-parallax {
	position: absolute;
	top: -30px;
	opacity: .1;
}

.section-title-parallax .text-parallax.text-parallax-center {
	left: 0;
	right: 0;
	text-align: center;
}

@media (min-width: 1200px) {
	.section-title-parallax .text-parallax.text-parallax-1 {
		top: -65px;
	}
}

.owl-carousel .section-title-parallax .text-parallax {
	top: 0;
}

@media (min-width: 1200px) {
	.owl-carousel .section-title-parallax .text-parallax {
		top: -70px;
	}
}

.section-title-parallax.section-title-middle .text-parallax {
	top: 140px;
}

@media (min-width: 1200px) {
	.section-title-parallax.section-title-middle .text-parallax {
		top: 170px;
	}
}

.section-special-content {
	position: relative;
	min-height: 600vh;
}

.section-special-content .section-special-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
</pre></body></html>