#three-column-scroll-start {
	background-color: #0f1521;
	color: #fff;
}

@media screen and (max-width:1600px) { #three-column-scroll-start { font-size: calc(0.34318555008210183rem + 0.6568144499178982vw); } }
@media screen and (max-width:991px) { #three-column-scroll-start { font-size: 0.75rem; } }
@media screen and (max-width:767px) { #three-column-scroll-start { font-size: 0.65rem; } }

.column-scroll-sticky {
	width: 100%;
	height: 100vh;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.column-scroll-item {
	flex: none;
	width: 33.3333vw;
	height: 100%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: auto;
	box-shadow: 1.5rem 0 2rem rgba(0, 0, 0, .11);
}

.column-scroll-item.is-2 {
	margin-left: auto;
	margin-right: auto;
	top: auto;
	right: 0;
}

.column-scroll-item.is-3 {
	top: 0%;
	bottom: 0%;
	left: auto;
	right: 0%;
}

.column-scroll-image {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.column-scroll-wrapper {
	z-index: 2;
	width: 100%;
	height: 350vh;
	position: relative;
}

.section-intro {
	position: relative;
}

.intro-content {
	grid-column-gap: 2em;
	grid-row-gap: 2em;
	color: #c7c7c7;
	text-align: center;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 58rem;
	min-height: 100svh;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.column-scroll-sticky-inner {
	width: 45vw;
	height: 100%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: auto;
	right: 0%;
	overflow: hidden;
}

.column-scroll-content-wrapper {
	width: 50vw;
	min-height: 100vh;
	margin-top: -100vh;
	padding-left: 3rem;
	position: relative;
}

.column-scroll-content {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-flow: column;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8rem;
	display: flex;
}

.column-scroll-content-title {
	font-size: 3em;
	/* font-weight: 500; */
	line-height: 1.25;
}

.column-scroll-content-copy {
	width: 100%;
	max-width: 38rem;
	margin-top: 2rem;
	line-height: 1.2;
}

.column-scroll-content-text {
	font-size: 1.875rem;
	line-height: 1.2;
}

@media screen and (max-width: 991px) {
	.page-padding {
		padding-right: var(--page-padding--tablet);
		padding-left: var(--page-padding--tablet);
	}

}

@media screen and (max-width: 767px) {
	.column-scroll-sticky {
		position: static;
	}

	.column-scroll-wrapper {
		height: auto;
	}

	.column-scroll-sticky-inner {
		width: 100%;
	}

	.column-scroll-content-wrapper {
		width: 100%;
		min-height: auto;
		margin-top: 0;
		padding-right: 0;
	}

	.column-scroll-content {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.column-scroll-content-title {
		font-size: 6vw;
	}

}

@media screen and (max-width: 479px) {
	.column-scroll-sticky {
		height: auto;
	}

	.column-scroll-item {
		aspect-ratio: 3 / 2;
		width: 100%;
		height: auto;
		position: relative;
	}

	.column-scroll-sticky-inner {
		position: relative;
	}

}
