html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

.node-landing-page--spotify {
	background-image: url("../../images/bkg-spotify.jpg");
	background-size: 100%;
	background-position: center top;
	padding-top: 7.75rem;
	padding-bottom: 3.75rem;
	background-attachment: fixed;
	margin-top: -5rem;
}

.p-intro {
	height: 70vh;
	position: relative;
	z-index: 21;
}

.p-intro .content-info {
	text-align: center;
	position: relative;
	height: fit-content;
	z-index: 11;
}

.p-intro .content-info .container {
	position: relative;
}

.p-intro .content-info .title {
	font-size: 4.38rem;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	color: #E20019;
	opacity: 0;
}

.p-intro .content-info .text {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: #303030;
	opacity: 0;
	padding: 1rem 0 2rem;
}

.p-intro .content-info .link {
	display: inline-block;
	z-index: 11;
	margin-top: 2rem;
	opacity: 0;
}

.p-intro .content-info .link a {
	display: block;
	color: #FFF;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background-color: #E20019;
	padding: 1.13rem 3.75rem;
	text-decoration: none;
	border-radius: 3.13rem;
}

.p-intro .content-info .title,
.p-intro .content-info .text,
.p-intro .content-info .link {
	will-change: transform, opacity;
}

.p-intro .scroll-down {
	position: relative;
	bottom: -6.25rem;
	z-index: 11;
	opacity: 0;
	transition: opacity 0.2s linear;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-intro .scroll-down a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FFF;
	width: 3.13rem;
	height: 3.13rem;
	border-radius: 3.13rem;
	text-align: center;
}

.p-intro .scroll-down a img {
	width: 1.88rem;
	height: auto;
}

.pentagramma {
	width: 65%;
	margin: auto;
	top: 37.5vh;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%) rotate(0);
	transform: translateX(-50%) rotate(0);
	transition: all 0.8s ease-in-out 0.8s;
	opacity: 0;
}

.pentagramma img {
	width: 100%;
}

@media (max-width: 1023px) {

html,
body {
	height: auto;
}

.node-landing-page--spotify {
	background-image: none;
	background-color: #FFF;
	padding-bottom: 50px;
}

.p-intro {
	min-height: 100vh;
	padding-top: 22px;
}

.p-intro .content-info .title {
	font-size: 30px;
}

.p-intro .content-info .text {
	font-size: 14px;
	padding: 8px 0 24px;
}

.p-intro .content-info .link {
	margin-top: 0;
}

.p-intro .content-info .link a {
	font-size: 16px;
	padding: 18px 40px;
}

.p-intro .scroll-down {
	bottom: -260px;
}

.pentagramma {
	width: 100%;
	top: 26vh;
}

}

