.scrolling-text {
	width: 100%;
	inline-size: unset;
	max-inline-size: unset;
}

.scrolling-text__track {
	display: flex;
	white-space: nowrap;
	will-change: transform;
}

.scrolling-text__item {
	display: inline-block;
	flex-shrink: 0;
	pointer-events: none;
}

.scrolling-text__item::selection {
	background: transparent;
	color: #e4e6ef;
}

/* Hero fp */
.scrolling-text.fp-hero .scrolling-text__track {
	mix-blend-mode: overlay;
}

.scrolling-text.fp-hero {
	position: absolute;
	bottom: 50px;
}

.scrolling-text.fp-hero .scrolling-text__item {
	font-size: 200px;
	color: #e4e6ef;
	padding-right: 6rem;
	line-height: 1;
}
@media screen and (max-width: 1025px) {
	.scrolling-text.fp-hero .scrolling-text__item {
		font-size: 100px;
	}
}

/* Footer */
.footer-upper {
	overflow: hidden;
}
.scrolling-text.footer .scrolling-text__item {
	color: var(--base-light);
	font-size: var(--h1);
	padding-right: 2rem;
}
