.header-landing-cta {
	margin-top: 37px;
}

.masthead-landing {
	height: 620px;
	overflow: hidden;
	padding-top: 100px;
	margin-top: -50px;
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size: 1366px;
	color: #fff;
}

.masthead-landing h1 {
	margin: 0 0 10px 0;
	font-size: 60px;
	font-weight: 800;
	color: inherit;
	white-space: pre-line;
}

.masthead-content-landing {
	position: relative;
}

@keyframes slideIn {
	from {
		transform: translateY(var(--translateY, -500px));
	}
}

.masthead-selling-points {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 40px;
	line-height: 1.1;
	font-weight: 700;
	text-align: center;
}

.masthead-selling-points li {
	position: absolute;
	padding: 20px;
	border: 0;
	--background-color: #27a9c8;
	background-color: var(--background-color);
	backdrop-filter: var(--backdrop-blur);
	-webkit-backdrop-filter: var(--backdrop-blur);
	box-shadow: var(--dropdown-shadow);
	animation: .5s backwards slideIn;
}

.masthead-selling-points li:before {
	position: absolute;
	top: 100%;
	left: 40px;
	content: '';
	border: 30px solid transparent;
	border-top-color: var(--background-color);
}

.masthead-selling-points li:nth-child(1) {
	top: 60px;
	width: 300px;
}

.masthead-selling-points li:nth-child(2) {
	top: 20px;
	left: 470px;
	width: 320px;
	--background-color: #f77f72;
	animation-delay: .1s;
}

.masthead-selling-points li:nth-child(3) {
	top: 300px;
	left: 250px;
	width: 320px;
	--background-color: #b54ba5;
	--translateY: 500px;
}

.masthead-selling-points li:nth-child(3):before {
	top: auto;
	bottom: 100%;
	left: auto;
	right: 40px;
	border-top-color: transparent;
	border-bottom-color: var(--background-color);
}

.main-selling-points {
	margin-top: -110px;
	margin-bottom: 120px;
}

.well-landing {
	padding-bottom: 40px;
	font-size: 24px;
}

.register-form-wrapper {
	padding-top: 80px;
}

.register-form-graphic {
	position: relative;
	margin-top: 40px;
}

.register-form-graphic img {
	width: 100%;
}

.address-marker-example {
	position: absolute;
	padding: 100px 0 0 50px;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	background: url(../4.0.46.0/img/location-with-line.svg) no-repeat;
	background-size: 50px;
	color: #fff;
}

.masthead-landing .address-marker-example {
	top: 200px;
	right: 100px;
}

.register-form-graphic .address-marker-example {
	top: 200px;
	left: 150px;
}

@media (max-width: 1366px) {

	.masthead-landing .address-marker-example {
		display: none;
	}

}

@media (max-width: 1200px) {

	.header-landing-cta {
		margin-top: 11px;
	}

}

@media (max-width: 1024px) {

	.masthead-landing address {
		display: none;
	}

	.masthead-landing h1 {
		font-size: 48px;
	}

	.masthead-selling-points {
		text-align: left;
		font-size: 32px;
	}

	.masthead-selling-points li {
		position: static;
		display: inline-block;
		padding: 10px 20px;
		margin-bottom: 20px;
		min-width: 50%;
	}

	.masthead-selling-points li:nth-child(n) {
		width: auto;
	}

	.masthead-selling-points li:before {
		display: none;
	}

	.register-form-graphic {
		display: none;
	}

}

@media (max-width: 768px) {

	.masthead-selling-points li {
		display: block;
	}

	.header-landing-cta ~ .header-navigation-toggle {
		display: none;
	}

}
.masthead-landing {
	height: 360px;
	padding-top: 60px;

	--placeholder-gradient: linear-gradient(to top, #003b4d, #8c37b8);
	background-image:
		url(../4.0.46.0/img/masthead-landing-germany.webp),
		var(--placeholder-gradient);
	background-image:
		-webkit-image-set(url(../4.0.46.0/img/masthead-landing-germany.webp) 1x, url(../4.0.46.0/img/masthead-landing-germany@2x.webp) 2x),
		var(--placeholder-gradient);
	background-position: center 67%;
}

.masthead-landing h1 {
	text-align: center;
}

.masthead-landing .address-marker-example {
	top: 100px;
}

@keyframes slideIn {
	from {
		transform: translateX(-100vw);
	}
}

.masthead-selling-points {
	text-align: left;
	font-size: 32px;
}

.masthead-selling-points li {
	position: static;
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 20px;
	min-width: 50%;
}

.masthead-selling-points li:nth-child(n) {
	width: auto;
}

.masthead-selling-points li:nth-child(3) {
	animation-delay: .2s;
}

.masthead-selling-points li:before {
	display: none;
}

.main-selling-points {
	margin-bottom: 0;
}

.main-selling-points-cta {
	text-align: center;
	margin-bottom: 80px;
}

.well-title {
	display: block;
	text-align: center;
}

@media (max-width: 768px) {

	.masthead-landing {
		height: 600px;
	}

	.masthead-selling-points li {
		display: block;
	}

}