h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.grid.row-gap-56 {
	grid-row-gap: 3.5rem;
}

.section.hero {
	padding-top: 9.75rem;
}

.section.min-height-50svh {
	min-height: 50svh;
}

.section.contact-section {
	background-color: var(--header-black);
	color: var(--white);
	min-height: 50svh;
	padding-top: 9.75rem;
}

.section-wrapper.left-align.relative-wrapper {
	overflow: hidden;
}

.horizontal-line.green.margin-around-48 {
	transform-origin: 0%;
	margin-bottom: var(--margin-48);
	margin-top: var(--margin-48);
}

.margin-top-8 {
	margin-top: 8px;
}

.form-block {
	z-index: 1;
	max-width: 380px;
	margin-bottom: 0;
	position: relative;
}

.text-field {
	background-color: var(--header-black);
	color: var(--white);
	-webkit-appearance: none;
	appearance: none;
	border-radius: .25rem;
	height: auto;
	margin-bottom: 2rem;
	padding: .75rem;
	font-size: 1rem;
}

.text-field.margin-bottom-24 {
	margin-bottom: 1.5rem;
}

.link-block.text-dark-green.w--current {
	display: none;
}

.slide-up {
	animation-name: slideup;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: calc(var(--i) * .2s);
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-play-state: running;
	animation-fill-mode: both;
}

.bg-overlay.linear {
	background-color: var(--transparent);
	background-image: linear-gradient(0deg, var(--header-black) 3%, var(--transparent) 63%);
}

.features.left-align {
	justify-content: flex-start;
	align-items: flex-start;
}

.field-label {
	margin-bottom: .75rem;
	font-size: 1rem;
	font-weight: 400;
}

.submit-button {
	grid-column-gap: .5rem;
	grid-row-gap: .5rem;
	background-color: var(--brand-green);
	color: var(--white);
	border-radius: 1rem;
	justify-content: flex-start;
	align-items: center;
	margin-top: 2rem;
	padding: .75rem 2rem;
	font-weight: 500;
	text-decoration: none;
	transition: all .3s cubic-bezier(.55, .085, .68, .53);
	display: flex;
}

.submit-button:hover {
	background-color: var(--white);
	color: var(--black);
}

.submit-button.no-margin-top {
	margin-top: 0;
}

.dropdown-link.w--current {
	background-color: var(--brand-green);
	color: var(--white);
}

.breadcrumb {
	margin-bottom: var(--margin-64);
	flex-flow: wrap;
	justify-content: flex-start;
	align-self: flex-start;
	align-items: center;
	font-size: .75rem;
	font-weight: 700;
	display: flex;
}

.breadcrumb-link {
	color: var(--light-gray);
	font-weight: 400;
	text-decoration: none;
}

.timeline {
	z-index: 1;
	grid-column-gap: 6rem;
	grid-row-gap: 6rem;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	position: relative;
}

.large-text {
	font-weight: 700;
	line-height: 1;
	font-size: var(--large--text);
	margin-bottom: 1rem;
}

.timeline-line {
	z-index: -1;
	background-color: var(--brand-green);
	transform-origin: 50% 0;
	width: 1px;
	height: 84%;
	margin-top: .5rem;
	position: absolute;
	left: -1.75rem;
}

.timeline-bullet {
	z-index: 1;
	color: var(--brand-green);
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	height: 1.5rem;
	display: flex;
	position: absolute;
	top: 0;
	left: -2.45rem;
}

.image-wrapper {
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.topic-header-large {
	font-size: var(--h3-large);
}

.contact-details-wrapper {
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	flex-flow: row;
	grid-template-rows: auto;
	grid-template-columns: 1fr .5fr .5fr;
	grid-auto-columns: 1fr;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 2rem;
	display: grid;
}

.map {
	height: 500px;
}

.hero-video-wrapper.vimeo.top {
	z-index: 1;
}

.font-weight-500 {
	font-weight: 500;
}

.text-gray {
	color: var(--gray);
}

.text-dark {
	color: var(--black);
}

.align-self-bottom {
	align-self: flex-end;
}

.old-treatment {
	filter: saturate(50%) sepia(33%);
}

.features-grid {
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	width: 100%;
	display: grid;
}

.feature-content {
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: var(--gray);
	padding-left: 2rem;
	padding-top: var(--margin-48);
	padding-bottom: var(--margin-48);
	flex-flow: column;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 460px;
	display: flex;
}

.feature-image.bottom {
	justify-content: flex-end;
	align-items: flex-start;
}

.feature-image.top-right {
	justify-content: flex-start;
	align-items: flex-start;
}

.number-bullet {
	margin-bottom: 1.5rem;
}

.point-wrapper.first {
	padding-top: 0;
}

.bg-grey {
	background-color: var(--gray);
}

.flex-start {
	justify-content: flex-start;
	align-items: center;
	display: flex;
}

.flex-start.gap-8 {
	grid-column-gap: 8px;
	grid-row-gap: 8px;
}

.margin-left-1-5rem {
	margin-left: 1.5rem;
}

.margin-top-12 {
	margin-top: 12px;
}

.utility-page-wrap {
	justify-content: center;
	align-items: center;
	width: 100vw;
	max-width: 100%;
	height: 100vh;
	max-height: 100%;
	display: flex;
}

.utility-page-content {
	text-align: center;
	flex-direction: column;
	width: 260px;
	display: flex;
}

.utility-page-form {
	flex-direction: column;
	align-items: stretch;
	display: flex;
}

.logo-image {
	margin-bottom: 2rem;
}

.inline-link {
	color: var(--brand-green);
	text-underline-offset: .25rem;
	text-decoration: underline;
}

.tree-svg._2 {
	transform: translate(-31px, -10px) rotate(45deg);
}

.tree-svg._3 {
	width: 700px;
	transform: translate(11px, 2px);
}

.tree-svg._4 {
	opacity: .25;
	mix-blend-mode: difference;
	width: 440px;
	left: -230px;
	transform: translate(0, 16px) rotate(90deg);
}

.chip {
	aspect-ratio: 1;
	opacity: .2;
	width: 440px;
	position: absolute;
	transform: rotate(-135deg) translate(-60px, 10px);
}

.chip._2 {
	transform: rotate(45deg);
}

.chip._3 {
	width: 460px;
	transform: rotate(-45deg);
}

.video-external-wrapper {
	margin-bottom: var(--margin-48);
	border-radius: 1rem;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 500px;
	display: flex;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.timeline-line {
		height: 86%;
	}
	
	.contact-details-wrapper {
		grid-template-columns: 1fr .75fr .75fr;
	}
	
	.map {
		height: 400px;
	}
	
	.features-grid {
		grid-template-columns: .5fr 1fr;
	}
	
	.feature-content {
		padding-left: 1rem;
	}
	
	.tree-svg._4 {
		transform: translate(0, 24px) rotate(90deg);
	}
	
	.video-external-wrapper {
		height: 400px;
	}
}

@media screen and (max-width: 767px) {
	.section.hero, .section.contact-section {
		padding-top: 7.5rem;
	}
	
	.margin-top-8.margin-bottom-32 {
		margin-top: 0;
	}
	
	.margin-top-8.margin-bottom-32.landscape-top--1-5rem {
		margin-top: -1.5rem;
	}
	
	.max-width-315.landscape-width-100 {
		max-width: none;
	}
	
	.timeline {
		grid-column-gap: 4rem;
		grid-row-gap: 4rem;
		margin-left: 2.5rem;
	}
	
	.timeline-line {
		height: 82%;
	}
	
	.contact-details-wrapper {
		grid-column-gap: 1.5rem;
		grid-row-gap: 1.5rem;
		grid-template-columns: 1fr;
	}
	
	.map {
		height: 300px;
	}
	
	.features-grid {
		grid-template-columns: 1fr 2fr;
	}
	
	.feature-content {
		min-height: 300px;
	}
	
	.feature-image.bottom {
		justify-content: flex-start;
		align-items: center;
	}
	
	.feature-image.top-right {
		justify-content: center;
		align-items: center;
	}
	
	.margin-top-12 {
		margin-top: 0;
	}
	
	.tree-svg._4 {
		opacity: .15;
		transform: translate(0, 64px) rotate(90deg);
	}
}

@media screen and (max-width: 479px) {
	.section-wrapper.mobile-left {
		justify-content: center;
		align-items: flex-start;
	}
	
	.tag.dark.align-left-mobile {
		text-align: left;
	}
	
	.timeline {
		grid-column-gap: 3rem;
		grid-row-gap: 3rem;
	}
	
	.text-dark.text-center {
		text-align: left;
	}
	
	.features-grid {
		grid-template-columns: auto 1fr;
	}
	
	.facilities-wrapper {
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		display: flex;
	}
	
	.tree-svg._4 {
		opacity: .1;
	}
	
	.chip {
		opacity: .33;
	}
	
	.video-external-wrapper {
		height: 300px;
	}
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 479px) {}