header.lander {
	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/Connect%2BCase%2BStudy_Header.jpg');
	background-position: center !important;
	background-size: cover !important;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
}

header.lander .res-type {
	text-transform: uppercase;
}

header.lander .textwrapper {
	margin: 0;
}

section.first.lander .pill.solid {
	font-size: 1.25em;
	font-weight: 500;
	padding: 0 0.5rem;
	border-radius: 3rem;
	margin: 1.5rem 0;
}

header.lander .cover {
	border: 1px solid var(--d-gray);
	overflow: hidden;
	width: 15rem;
	box-shadow: var(--shadow);
	height: 18rem;
	margin-top: 2.25rem;
	border-radius: var(--radius-big);
	margin-right: 2rem;
}

header.lander .cover img {
	width: 100%;
}

.pill .zmdi-check {
	color: var(--green2);
	font-size: 1.5rem;
	font-weight: 900;
	margin-right: 0.75rem;
}

header.lander .textwrapper {
	max-width: 850px;
}

header.lander label {
	text-transform: uppercase;
	color: var(--green3);
}

header.lander .title {
	font-size: 3rem;
	font-family: var(--mlight);
	font-weight: 300;
}

section.first.lander .textwrapper {
	text-align: left;
	width: 100%;
	max-width: 1200px;
	min-width: 240px;
	margin: 0;
	margin-right: 2rem;
}

.right-wrap {
	width: 100%;
	max-width: 960px;
	min-width: 25rem;
}

@media screen and (max-width: 960px), screen and (max-device-width: 960px) {
	.formfill {
		padding: 1.5rem !important;
	}
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
	header.lander {
		flex-direction: column-reverse;
	}

	header.lander .cover {
		margin: 0;
		margin-top: 1.5rem;
		margin-bottom: -6rem;
		width: 25rem;
	}

	section.first.lander .container {
		flex-wrap: wrap-reverse;
	}

	section.first.lander .left,
	section.first.lander .right {
		width: 100%;
		padding: 0 1rem;
		margin: auto;
	}

	section.first.lander .left {
		margin-top: 3rem;
	}

	.formfill .title {
		margin-top: 1rem;
	}

	section.first.lander .slogan {
		text-align: center;
	}
}

@media screen and (max-width: 550px), screen and (max-device-width: 550px) {
	header.lander .cover {
		margin-bottom: -9rem;
		width: 100%;
	}

	section.first.lander .slogan {
		margin: 0 1rem;
		margin-bottom: 1.5rem;
	}

	header > .textwrapper > .title {
		font-size: 2.75rem;
	}

	.host .mug .circle {
		margin: 0;
		margin-right: 1rem;
	}
}

@media screen and (max-width: 450px), screen and (max-device-width: 450px) {
	header > .textwrapper > .title {
		font-size: 2.5rem;
	}
}
