:root {
	--rd-green: #54b52b;
	--rd-green-dark: #43a91d;
	--rd-soft: #efeded;
	--rd-text: #161616;
	--rd-shell: 1200px
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body.redesign-page {
	margin: 0;
	color: var(--rd-text);
	background: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.45
}

.redesign-page img {
	max-width: 100%;
	height: auto
}

.rd-shell {
	width: min(100%, var(--rd-shell));
	margin: 0 auto;
	padding-left: 2em;
	padding-right: 2em
}

.rd-green {
	color: var(--rd-green) !important
}

.rd-topbar {
	min-height: 62px;
	background: #050505;
	color: #fff
}

.rd-topbar-inner {
	min-height: 62px;
	display: flex;
	align-items: center;
	gap: 68px
}

.rd-topbar-contact {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400
}

.rd-topbar-contact img {
	width: 20px;
	height: 20px;
	object-fit: contain;
	filter: invert(63%) sepia(74%) saturate(461%) hue-rotate(48deg) brightness(88%) contrast(94%)
}

.rd-topbar-inner .rd-btn {
	font-size: 16px;
	margin-left: auto
}

.rd-nav-wrap {
	background: #fff
}

.rd-nav {
	min-height: 118px;
	display: flex;
	align-items: center
}

.rd-logo {
	width: 290px;
	display: block;
	flex: 0 0 290px
}

.rd-logo img {
	display: block;
	width: 290px
}

.rd-menu {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 36px
}

.rd-menu a {
	color: #111;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	white-space: nowrap
}

.rd-menu a:hover {
	color: var(--rd-green)
}

.rd-btn,
.rd-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	background: var(--rd-green);
	color: #fff !important;
	text-decoration: none;
	font-family: inherit;
	font-weight: 700;
	cursor: pointer
}

.rd-btn {
	min-height: 54px;
	padding: 0 30px;
	font-size: 19px
}

.rd-btn-small {
	min-height: 42px;
	padding: 0 28px;
	font-size: 13px
}

.rd-more {
	min-height: 35px;
	padding: 0 18px;
	font-size: 14px
}

.rd-hero {
	height: 815px;
	position: relative;
	background: url('../img/hero.png') center center/cover no-repeat
}

.rd-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, .44) 0, rgba(0, 0, 0, .25) 31%, rgba(0, 0, 0, .05) 58%, rgba(0, 0, 0, 0) 72%)
}

.rd-hero-inner {
	height: 100%;
	position: relative;
	z-index: 1
}

.rd-hero-copy {
	width: 625px;
	padding-top: 118px;
	color: #fff;
	text-align: left !important
}

.rd-hero h1 {
	margin: 0 0 34px !important;
	color: #fff !important;
	font-family: Montserrat, Arial, sans-serif !important;
	font-size: 60px !important;
	line-height: 1.1 !important;
	letter-spacing: -.7px;
	font-weight: 800 !important;
	text-align: left !important;
	text-transform: none !important;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .26)
}

.rd-hero p {
	margin: 0 0 43px !important;
	color: #fff !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 1.65 !important;
	text-align: left !important;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .24)
}

.rd-hero .rd-btn {
	margin-bottom: 27px
}

.rd-hero-link {
	display: flex;
	align-items: center;
	gap: 11px;
	width: max-content;
	color: #fff !important;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .24)
}

.rd-check-dot {
	width: 24px;
	height: 24px;
	display: inline-grid;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	color: #555;
	font-size: 15px;
	font-weight: 800;
	line-height: 1
}

.rd-section h2 {
	margin: 0;
	text-align: center;
	font-size: 34px;
	line-height: 1.25;
	font-weight: 800
}

.rd-section-soft,
.rd-stats-section {
	background: var(--rd-soft)
}

.rd-grid {
	display: grid
}

.rd-grid-3 {
	grid-template-columns: repeat(3, 1fr);
	gap: 28px
}

#directions .rd-section-inner {
	padding-top: 70px;
	padding-bottom: 75px
}

#directions h2 {
	margin-bottom: 48px
}

.rd-card {
	position: relative;
	background: #fff;
	border-radius: 12px
}

.rd-services .rd-card {
	min-height: 380px;
	padding: 34px 29px 72px
}

.rd-card-icon {
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin: 0 0 19px;
	opacity: .52
}

.rd-card h3 {
	margin: 0 0 13px;
	font-size: 26px;
	line-height: 1.25;
	font-weight: 800
}

.rd-card p {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.48
}

.rd-card .rd-card-lead {
	color: var(--rd-green);
	font-size: 17px;
	line-height: 1.3;
	font-weight: 600
}

.rd-services .rd-card .rd-more {
	position: absolute;
	left: 29px;
	bottom: 28px
}

.rd-problems {
	background: #fff
}

.rd-problems .rd-section-inner {
	padding-top: 73px;
	padding-bottom: 65px
}

.rd-problems h2 {
	margin-bottom: 102px
}

.rd-problem-grid {
	gap: 28px
}

.rd-problem-wrap {
	position: relative
}

.rd-problem-number {
	position: absolute;
	z-index: 9;
	top: -73px;
	right: 9px;
	transform: translate(50%, 0);
	color: var(--rd-green);
	font-size: 142px;
	line-height: 1;
	font-weight: 700
}

.rd-problem-card {
	position: relative;
	z-index: 10;
	min-height: 315px;
	padding: 34px 28px 24px;
	border-radius: 7px;
	background: rgba(231, 229, 229, .9);
	backdrop-filter: blur(1px);
	-webkit-backdrop-filter: blur(1px)
}

.rd-problem-card h3 {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 800
}

.rd-problem-card strong {
	display: block;
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 1.2
}

.rd-problem-card p {
	margin: 0 0 17px;
	font-size: 15px;
	line-height: 1.45
}

.rd-problem-callout {
	margin-top: 48px;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.45
}

.rd-problem-callout strong {
	display: block;
	color: var(--rd-green);
	font-size: 30px;
	line-height: 1.3;
	font-weight: 700
}

.rd-problem-callout span {
	display: block
}

.rd-stats-section .rd-section-inner {
	padding-top: 67px;
	padding-bottom: 66px
}

.rd-stats-section h2 {
	margin-bottom: 53px
}

.rd-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px
}

.rd-stat {
	position: relative;
	overflow: hidden;
	height: 190px;
	border-radius: 10px;
	background: linear-gradient(180deg, #7ed34d 0, #4eb822 53%, #3fa914 100%);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center
}

.rd-stat-dark {
	background: linear-gradient(180deg, #656565 0, #3b3b3b 55%, #272727 100%)
}

.rd-stat::before {
	content: '';
	position: absolute;
	top: -75px;
	right: -85px;
	width: 185px;
	height: 185px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, .72) 0, rgba(255, 255, 255, .26) 28%, rgba(255, 255, 255, 0) 72%);
	filter: blur(3px)
}

.rd-stat::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 56%;
	height: 2px;
	background: rgba(255, 255, 255, .16);
	box-shadow: 0 1px rgba(0, 0, 0, .12)
}

.rd-stat strong {
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 31px;
	font-size: 64px;
	line-height: .9;
	font-style: normal;
	font-weight: 800
}

.rd-stat strong em {
	color: var(--rd-green);
	font-style: normal
}

.rd-stat span {
	position: relative;
	z-index: 1;
	margin-top: 6px;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 500
}

.rd-client-note {
	margin-top: 48px;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.45
}

.rd-client-note strong {
	color: var(--rd-green);
	font-size: 30px
}

.rd-request {
	background: #fff
}

.rd-request-grid {
	padding-top: 82px;
	padding-bottom: 82px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start
}

.rd-request-grid>div:first-child {
	padding-left: 42px;
	max-width: 510px
}

.rd-section h2.rd-left {
	text-align: left;
	font-size: 34px;
	margin-bottom: 22px
}

.rd-request-intro {
	margin: 0 0 28px;
	font-size: 20;
	line-height: 1.55
}

.rd-form {
	display: grid;
	gap: 13px
}

.rd-form label {
	font-size: 18px;
	font-weight: 600
}

.rd-form label span {
	color: red;
	margin-left: 2px
}

.rd-form input {
	width: 100%;
	height: 48px;
	margin-top: 6px;
	border: 0;
	border-radius: 8px;
	padding: 0 16px;
	background: #e9e7e7;
	font: inherit;
	font-size: 18px;
	outline: 0
}

.rd-form .rd-btn {
	width: 100%;
	margin-top: 3px;
	border-radius: 8px
}

.rd-form small {
	font-size: 14px
}

.rd-faq-card {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 545px;
	padding: 42px 42px 34px;
	border-radius: 10px;
	background: radial-gradient(circle at 93% 5%, rgba(255, 255, 255, .22) 0, rgba(255, 255, 255, .1) 16%, rgba(255, 255, 255, 0) 48%), linear-gradient(145deg, #68cb39, #49ae1f);
	color: #fff
}

.rd-faq-card::before {
	content: '?';
	position: absolute;
	z-index: 0;
	top: -200px;
	right: -130px;
	color: rgb(255 255 255 / 13%);
	font-size: 900px;
	line-height: 1;
	font-weight: 800;
	pointer-events: none
}

.rd-faq-card::after {
	content: '';
	position: absolute;
	width: 340px;
	height: 340px;
	right: -105px;
	bottom: -120px;
	border: 3px solid rgba(255, 255, 255, .06);
	border-radius: 50%
}

.rd-faq-card h3 {
	position: relative;
	z-index: 1;
	margin: 0 0 27px;
	color: #fff;
	font-size: 32px;
	line-height: 1.18;
	font-weight: 800
}

.rd-faq-item {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 15px;
	margin-left: -42px;
	margin-right: -42px;
	padding: 18px 42px;
	align-items: start
}

.rd-faq-item+.rd-faq-item {
	border-top: 2px solid rgba(255, 255, 255, .15);
	box-shadow: inset 0 1px rgba(0, 0, 0, .07)
}

.rd-faq-item img {
	width: 38px;
	opacity: .4
}

.rd-faq-item p {
	margin: 0;
	color: #fff;
	font-size: 21px;
	line-height: 1.42
}

#about .rd-info-grid {
	padding-top: 70px;
	padding-bottom: 70px
}

.rd-info-grid .rd-card {
	min-height: 405px;
	padding: 35px 29px 72px
}

.rd-info-grid .rd-card h3 {
	font-size: 25px
}

.rd-info-grid .rd-card p,
.rd-info-grid li {
	font-size: 17px;
	line-height: 1.55
}

.rd-info-grid .rd-more {
	position: absolute;
	left: 29px;
	bottom: 29px
}

.rd-checks,
.rd-steps {
	margin: 18px 0 0;
	padding: 0;
	list-style: none
}

.rd-steps {
	counter-reset: rdstep;
	position: relative
}

.rd-steps::before {
	content: '';
	position: absolute;
	left: 15px;
	top: 15px;
	bottom: 27px;
	width: 3px;
	background: var(--rd-green);
	z-index: 0
}

.rd-steps li {
	position: relative;
	z-index: 1;
	min-height: 47px;
	padding-left: 45px;
	margin-bottom: 5px
}

.rd-steps li::before {
	counter-increment: rdstep;
	content: counter(rdstep);
	position: absolute;
	left: 0;
	top: -2px;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background: var(--rd-green);
	color: #fff;
	display: grid;
	place-items: center;
	font-weight: 700
}

.rd-checks li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 14px
}

.rd-checks li::before {
	content: '+';
	position: absolute;
	left: 0;
	color: var(--rd-green);
	font-weight: 800
}

.rd-contact-strip {
	background: linear-gradient(115deg, #6cca3a, #4fb51f);
	color: #fff
}

.rd-contact-strip .rd-section-inner {
	padding-top: 50px;
	padding-bottom: 58px
}

.rd-contact-strip h2 {
	margin: 0 0 37px;
	text-align: center;
	color: #fff !important;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 800
}

.rd-contact-options {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px
}

.rd-contact-options a {
	min-height: 66px;
	border-radius: 8px;
	background: #fff;
	color: #222;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 0 18px;
	font-size: 20px;
	font-weight: 500
}

.rd-contact-options img {
	width: 25px;
	max-height: 25px;
	object-fit: contain;
	filter: invert(63%) sepia(74%) saturate(461%) hue-rotate(48deg) brightness(88%) contrast(94%)
}

.rd-map {
	height: 600px;
	background: url('../img/map.png') center center/cover no-repeat
}

.rd-footer {
	background: #050505;
	color: #fff;
	padding: 68px 0 62px
}

.rd-footer-grid {
	display: grid;
	grid-template-columns: 1.05fr 1.15fr 1fr;
	gap: 70px
}

.rd-footer-logo {
	width: 290px;
	margin-bottom: 25px
}

.rd-footer h3 {
	margin: 0 0 24px;
	color: #fff;
	font-size: 22px;
	font-weight: 700
}

.rd-footer a,
.rd-footer p,
.rd-footer-contact span {
	color: #fff;
	font-size: 15px;
	line-height: 1.62;
	text-decoration: none
}

.rd-footer-about p {
	margin: 0 0 13px
}

.rd-footer-about p:last-child a {
	color: var(--rd-green);
	text-decoration: underline
}

.rd-footer-services {
	display: flex;
	flex-direction: column
}

.rd-footer-services a {
	margin-bottom: 6px
}

.rd-footer-contact {
	display: grid;
	grid-template-columns: 22px 1fr;
	gap: 10px;
	align-items: start;
	margin-bottom: 8px
}

.rd-footer-contact img {
	width: 20px;
	max-height: 20px;
	object-fit: contain;
	margin-top: 2px;
	filter: invert(63%) sepia(74%) saturate(461%) hue-rotate(48deg) brightness(88%) contrast(94%)
}

.rd-footer-contact small {
	display: block;
	font-size: 13px;
	color: #bbb
}

.rd-socials {
	display: flex;
	gap: 12px;
	margin-top: 20px
}

.rd-socials img {
	width: 34px;
	height: 34px;
	object-fit: contain
}

@media (max-width:1220px) {
	.rd-shell {
		width: 100%
	}

	.rd-menu {
		gap: 24px
	}

	.rd-logo {
		width: 240px;
		flex-basis: 240px
	}

	.rd-logo img {
		width: 240px
	}
}

@media (max-width:900px) {
	.rd-topbar-inner {
		gap: 25px
	}

	.rd-nav {
		flex-wrap: wrap;
		padding-top: 18px;
		padding-bottom: 18px
	}

	.rd-menu {
		width: 100%;
		margin-left: 0;
		overflow-x: auto;
		padding-top: 16px
	}

	.rd-hero {
		height: 650px
	}

	.rd-hero-copy {
		width: 100%;
		padding-top: 80px
	}

	.rd-hero h1 {
		font-size: 46px !important
	}

	.rd-contact-options,
	.rd-footer-grid,
	.rd-grid-3,
	.rd-request-grid,
	.rd-stats {
		grid-template-columns: 1fr
	}

	.rd-info-grid .rd-card,
	.rd-problem-card,
	.rd-services .rd-card {
		min-height: 0
	}

	.rd-problem-grid {
		gap: 90px
	}

	.rd-problem-number {
		right: 20px;
		transform: none
	}

	.rd-request-grid>div:first-child {
		padding-left: 0;
		max-width: none
	}

	.rd-footer-grid {
		gap: 40px
	}
}

@media (max-width:640px) {
	.rd-shell {
		padding-left: 20px;
		padding-right: 20px
	}

	.rd-topbar-contact:nth-child(2) {
		display: none
	}

	.rd-topbar-inner {
		gap: 12px
	}

	.rd-topbar-inner .rd-btn {
		padding-left: 16px;
		padding-right: 16px
	}

	.rd-menu {
		gap: 18px
	}

	.rd-menu a {
		font-size: 13px
	}

	.rd-hero {
		height: 580px
	}

	.rd-hero h1 {
		font-size: 39px !important
	}

	.rd-hero p {
		font-size: 16px !important
	}

	.rd-section h2 {
		font-size: 28px
	}

	.rd-stat {
		height: 165px
	}

	.rd-contact-strip h2 {
		font-size: 24px
	}

	.rd-map {
		height: 380px
	}
}