.tenant-build-outs-services-stage {
	position: relative;
	overflow: clip;
}

.tenant-build-outs-services-stage__background,
.tenant-build-outs-services-stage__overlay {
	position: absolute;
	inset: 0;
}

.tenant-build-outs-services-stage__background {
	position: sticky;
	top: 0;
	height: 100vh;
	background:
		url("../../../images/tenant build out/commercial-sketch.png") center/contain no-repeat,
		linear-gradient(180deg, #f1f2f4 0%, #f1f2f4 100%);
	opacity: 0.46;
}

.tenant-build-outs-services-stage__overlay {
	background:
		linear-gradient(180deg, rgba(241, 242, 244, 0.92) 0%, rgba(241, 242, 244, 0.84) 24%, rgba(241, 242, 244, 0.88) 76%, rgba(241, 242, 244, 0.94) 100%);
	pointer-events: none;
}

.tenant-build-outs-services-stage__content {
	position: relative;
	z-index: 1;
	margin-top: -100vh;
	padding: 0;
}

.tenant-build-outs-services-stage .tenant-build-outs-services,
.tenant-build-outs-services-stage .tenant-build-outs-project-types {
	background: transparent;
}

@media (max-width: 780px) {
	.tenant-build-outs-services-stage__background {
		height: 100svh;
		background-size: 160vw auto, auto;
		background-position: center 14rem, center;
	}

	.tenant-build-outs-services-stage__content {
		margin-top: calc(-100svh + 1px);
	}
}
