header {
	background-image: linear-gradient(
			rgba(56, 56, 56, 0.7),
			rgba(56, 56, 56, 0.7)
		),
		url(https://assets-cdn.carwars.com/websites/callbox/landers/gdn-2022-trends-webinar-header.jpg) !important;
	background-size: cover !important;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

header.lander .time {
	font-family: var(--head);
	text-transform: uppercase;
	font-size: 1.5rem;
	text-shadow: var(--text-shadow);
	color: var(--green4);
}

header.lander .title {
	font-family: var(--mlight);
	font-size: 3rem;
	text-transform: uppercase;
	line-height: 1;
}

section.first.lander .left .pill {
	display: flex;
	flex-direction: row;
}

section.first.lander .left .pill p {
	margin: 0 auto 0 0;
}

section.first.lander .slogan {
	margin: 0 auto !important;
}

#offer {
	max-width: 550px;
	display: flex;
	justify-content: start;
	margin-bottom: 1rem;
}

#offer img {
	height: 6rem;
	padding: 2rem;
	transform: rotate(-5deg);
	margin: 0;
}

#offer .textwrapper {
	max-width: 350px;
	margin: auto;
	font-size: 1.25rem;
	line-height: 1;
}

.fineprint {
	font-size: 0.9rem;
	font-style: italic;
}

.link {
	color: var(--green2);
	font-weight: 600;
}

section.first.lander .pill.solid {
	font-weight: 400;
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
	header.lander .textwrapper {
		max-width: 600px;
	}

	#offer {
		flex-wrap: nowrap;
		justify-content: center;
	}
}

@media screen and (max-width: 550px), screen and (max-device-width: 550px) {
	header.lander .title {
		font-size: 2rem;
	}

	#offer {
		flex-wrap: wrap;
	}

	#offer .textwrapper {
		text-align: center;
	}

	#offer img {
		height: 6rem;
		padding-top: 2rem;
		padding-bottom: 1rem;
	}
}
