header.lander {
	background-image: url(https://assets-cdn.carwars.com/websites/landing-pages/gridbg.png),
		linear-gradient(var(--d-gray), var(--d-gray1));
	background-repeat: repeat, no-repeat;
	background-size: auto;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

header.lander .textwrapper {
	margin: 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%;
}

section.first.lander .container {
	flex-wrap: nowrap;
	text-align: left;
}

section.first.lander .left,
section.first.lander .right {
	margin: 0;
	text-align: left;
	width: 50%;
}

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

section.first.lander .slogan {
	margin: 2rem;
	margin-top: 0;
	color: var(--green2) !important;
}

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

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

.formfill .title {
	color: var(--green2) !important;
	font-size: 2rem;
	margin: 1.5rem auto;
	margin-top: 0;
}

.formfill .subtitle {
	font-size: 1.25em;
}

.formfill .host {
	display: flex;
	flex-direction: column;
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid var(--gray3);
	transition: var(--ease);
}

.host .blurb,
.host .mug {
	padding: 0 1rem;
	width: 100%;
	box-sizing: border-box;
}

.host .mug {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}

.host .mug .circle {
	margin: 0 1rem;
	width: 7.5rem;
	border-radius: 50%;
	overflow: hidden;
	border-style: solid;
	border-color: var(--green2);
	border-width: 2px;
}

.host .mug .circle img {
	width: 100%;
	margin-bottom: -5px;
}

@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;
	}
}
