header{
	background: #fceeed;
	padding-top: 1px;
}
header picture img{
	display: block;
}
header .caption{
	position: relative;
	margin-top: 2rem;
	padding-bottom: 16rem;
	text-align: center;
	z-index: 1;
}
header .caption .row{
	justify-content: center;
}
header .caption h1{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	font-size: 2rem;
}
header .deal-timer .clock{
	display: flex;
	margin-top: 0.5rem;
	justify-content: center;
}
header .deal-timer .minutes,
header .deal-timer .seconds{
	display: block;
	background: #444;
	color: #FFF;
	text-align: center;
	font-size: 2rem;
	border-radius: 0.8rem;
	padding: 0.6rem;
}
header .deal-timer .colon{
	font-size: 2.7rem;
	padding: 0 0.6rem;
}
#non-subs-hero{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
#non-subs-hero img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}
@media (min-width: 840px){
	header .caption{
		padding-bottom: 4rem;
		text-align: left;
	}
	header .caption .row{
		justify-content: left;
	}
	header .deal-timer .clock{
		justify-content: left;
	}
	#non-subs-hero img{
		object-position: center;
	}
}
@media (min-width: 1024px){
	header .caption{
		margin-top: 3rem;
		padding-bottom: 1rem;
	}
	header .caption h1{
		font-size: 2.8rem;
	}
	header .caption h3{
		font-size: 1.5rem;
	}
	#australian{
		margin-top: 3rem !important;
	}
}
#australian{
	font-weight: 400;
}
#australian img{
	width: 1.5rem;
	vertical-align: middle;
	filter: grayscale(1);
}

#intro figure img{
	border-radius: var(--border-radius-xs);
}
#intro figcaption{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1rem;
}
#intro figcaption h3{
	font-weight: 600;
	margin-bottom: 0.2rem;
}

#featured-in img{
	max-height: 60px;
}
#featured-in blockquote{
	border: 0;
	position: relative;
	font-size: 1.5rem;
	margin: 0;
	padding: 1rem 2rem;
}
#featured-in blockquote:before,
#featured-in blockquote:after{
	content: 'format_quote';
	font-family: 'Material Icons';
	position: absolute;
	font-size: 2rem;
	line-height: 60%;
	color: var(--neutral-color-6);
	font-variation-settings: 'FILL' 1;
	opacity: 0.7;
}
#featured-in blockquote:before{
	left: 0;
	top: 1rem;
	transform: rotateZ(180deg);
}
#featured-in blockquote:after{
	right: 0;
	bottom: 1rem;
}
@media (min-width: 600px){
	#featured-in blockquote{
		padding: 1rem 5rem;
	}
	#featured-in blockquote:before,
	#featured-in blockquote:after{
		font-size: 5rem;
	}
	#featured-in blockquote:before{
		top: 0;
	}
	#featured-in blockquote:after{
		bottom: 0;
	}
	#featured-in img{
		max-height: 70px;
		margin-top: 1rem;
	}
}

#testimonials ul li{
	padding: 1rem;
}
@media (min-width: 1024px){
	#testimonials ul li{
		padding: 2rem;
	}
}
#testimonials .card{
	height: calc(100% - 6.5rem);
	margin-bottom: 2rem;
}
#testimonials .shadow16dp{
	box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.1), 0px 16px 24px 2px rgba(0, 0, 0, 0.07), 0px 6px 30px 5px rgba(0, 0, 0, 0.06) !important;
}
.author{
	display: flex;
}
.author .emoji{
	font-size: 2rem;
	margin-right: 0.6rem;
	margin-top: -0.3rem;
}
.framed{
	outline: 1rem solid var(--primary-container);
	border-radius: var(--border-radius-m);
	margin: 1rem;
	width: calc(100% - 2rem);
}