// ============================================================================
// :: Landingpage
// ============================================================================
.p-landingpage {
	position: relative;
}

// ============================================================================
// :: Components
// ============================================================================
.p-landingpage__header {
	position: relative;
	z-index: $z-index-highest;

	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: -10rem;
	padding-top: 2rem;
}
