html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* STYLE */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #404040;
}

.top {
	background: url(../images/bg.webp) no-repeat left center;
	background-size: cover;
	position: relative;
}

.top:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}

.header {
	padding: 16px 0;
	position: relative;
	z-index: 5;
}

.inner {
	max-width: 1280px;
	padding: 0 16px;
	margin: 0 auto;
}

.header img {
	display: block;
	max-width: 250px;
	height: auto;
}

.top-content {
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 6;
	max-width: 768px;
	margin: 0 auto;
	padding: 32px 0;
}

.intro {
	font-size: 3.75rem;
	line-height: 1.15;
	font-weight: 700;
	margin-bottom: 16px;
}

.btn, .cta-btn > a {
	display: inline-block;
	vertical-align: middle;
	background: #ed002f;
	color: #fff;
	font-weight: 500;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-decoration: none;
	padding: 16px 24px;
	font-size: 1.5rem;
}

.small-top {
	margin: 16px 0;
}

.sub-intro {
	font-size: 3rem;
	padding: 8px 0;
	font-weight: 700;
	line-height: 1.1;
}

.red-gradient {
	background: linear-gradient(135deg, rgba(237,0,47,1) 0%, rgba(171,25,45,1) 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tp-link {
	display: block;
	max-width: 232px;
	margin: 16px auto 0;
	color: #fff;
	text-decoration: none;
	font-size: 0.875rem;
}

.tp-link svg {
	display: block;
}

.tp-stars {
	margin: 8px 0 4px;
}

.main {
	margin: 48px 0;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: 700;
}

h1 {
	font-size: 2.75rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 16px;
	line-height: 1.3;
}

.subheadline {
	text-align: center;
	font-weight: 500;
	font-size: 1.188rem !important;
}

.main .inner > p {
	font-size: 1.063rem;
	margin-top: 16px;
}

h2 {
	font-size: 2.25rem;
	text-align: center;
	margin-top: 32px;
	line-height: 1.3;
}

.quote {
	background: linear-gradient(135deg, #ed002f 0%, #ab192d 100%);
	padding: 32px 16px 32px 80px;
	color: #fff;
	position: relative;
	letter-spacing: 0.5px;
}

.quote span:first-child {
	display: block;
	font-weight: 700;
}

.quote:before {
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/quote.webp) no-repeat center;
	position: absolute;
	top: 16px;
	left: 24px;
}

.benefits {
	position: relative;
	min-height: 132px;
	padding-bottom: 32px;
	padding-left: 160px;
}

.benefits:before {
	content: "";
	display: block;
	width: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	background: #525252;
}

.benefit-nr {
	z-index: 5;
	text-align: center;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 24px;
	width: 24px;
	height: 24px;
	color: #fff;
	font-weight: 700;
	font-size: 0.875rem;
	background: linear-gradient(135deg, #ed002f 0%, #ab192d 100%);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
}

.benefits img {
	position: absolute;
	top: 0;
	left: 40px;
	display: block;
}

h2 + .benefits, .main .inner > p + .benefits {
	margin-top: 32px;
}

.benefit-title {
	font-weight: 700;
	font-size: 1.125rem;
}

.benefit-txt {
	font-size: 1.063rem;
}

.cta-btn {
	margin-top: 24px;
	text-align: center;
}

.cta-btn p {
	margin-top: 8px;
	font-size: 0.938rem;
}

.reviews {
	background: #ededed;
	padding: 40px 72px;
	display: flex;
	gap: 16px;
	margin: 32px 0; 
}

.review {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 #000, 0 0 #000, 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
	display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 33.3333%;
}

.top-review {
	padding: 16px;
	border-bottom: 1px solid #e5e7eb;
}

.top-review p {
	padding-right: 76px;
	position: relative;
	font-size: 0.875rem;
	line-height: 26px;
}

.top-review p:after {
	content: "★★★★★";
	position: absolute;
	font-size: 1.125rem;
	line-height: 26px;
	right: 0;
	top: 0;
	color: #008243;
}

.top-review span {
	font-size: 0.875rem;
	color: #757575;
	display: block;
}

.content-review {
	padding: 16px;
}

.content-review span {
	display: block;
	font-weight: 700;
	font-size: 1.063rem;
	margin-bottom: 8px;
}

.content-review p {
	line-height: 1.7;
}

.steps {
	margin-top: 16px;
	font-size: 1.063rem;
}

.steps li {
	padding-left: 40px;
	position: relative;
	margin-bottom: 16px;
}

.steps li:last-child {
	margin-bottom: 0;
}

.step-nr {
	border: 1px solid #ed002f;
	background: #fff;
	display: block;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.step-title {
	color: #ed002f;
	font-weight: 500;
}

.footer {
	padding: 80px 0 40px;
	background: #171717;
}

.footer-main {
	font-size: 0;
}

.logo-footer {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

.logo-footer img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.links-footer {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	padding-left: 32px;
}

.links-footer p {
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
}

.links-footer ul {
	margin-top: 8px;
}

.links-footer ul li {
	padding: 4px 0;
}

.links-footer ul li a {
	color: #a3a3a3;
	font-size: 1rem;
	text-decoration: none;
}

.links-footer ul li a:hover {
	color: #e5e5e5;
}

.copyright {
	margin-top: 48px;
	font-size: 0.875rem;
	color: #a3a3a3;
}

.sticky-quote {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 8px 16px;
	text-align: center;
	display: none;
}

.sticky-box {
	display: inline-block;
	padding: 8px 16px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: linear-gradient(135deg, rgba(220,221,222,1) 0%, rgba(190,192,194,1) 100%);
}

.sticky-box a {
	display: inline-block;
	vertical-align: middle;
	background: #ed002f;
	color: #fff;
	font-weight: 500;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-decoration: none;
	padding: 12px 24px;
	font-size: 1.063rem;
}

@media screen and (max-width: 1023px) {
	.reviews {
		padding: 40px 32px;
	}
}

@media screen and (max-width: 767px) {
	.header img {
		max-width: 180px;
	}

	.top-content {
		padding: 24px 0;
	}

	.intro {
		font-size: 2.25rem;
	}

	.btn, .cta-btn > a {
		font-size: 1.188rem;
	}

	.sub-intro {
		font-size: 2rem;
	}

	h1 {
		font-size: 2.25rem;
	}

	h2 {
		font-size: 1.875rem;
	}

	.quote {
		padding: 24px 16px 24px 64px;
		letter-spacing: 0;
	}

	.quote:before {
		top: 8px;
		left: 16px;
	}

	.benefits {
		padding: 88px 0 32px 40px;
	}

	.benefit-nr {
		top: 40px;
		margin-top: 0;
	}

	.benefits img {
		left: 32px;
		width: 75px;
		height: auto;
	}

	.reviews {
		display: block;
		padding: 24px;
	}

	.review {
		width: 100%;
		display: block;
		margin-bottom: 24px;
	}

	.review:last-child {
		margin-bottom: 0;
	}

	.footer {
		padding: 48px 0 96px;
	}

	.logo-footer {
		max-width: 360px;
		margin: 0 auto 16px;
		width: 100%;
		display: block;
	}

	.links-footer {
		width: 50%;
		padding: 0;
	}

	.links-footer:nth-child(2) {
		padding-right: 8px;
	}

	.links-footer:nth-child(3) {
		padding-left: 8px;
	}

	.sticky-quote.show {
		display: block;
	}
}