.main { background: #faf8ec; }
.main,
.main__content:first-child { padding-top: 0; }
.main__content:first-child > h1 { display: none }

.main-banner {
    position: relative;
    overflow: hidden;
    background: #342929;
    padding: 0 0 140px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.main-banner .bnn {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 105vh;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.main-banner .bnn .parallax-section__parallax:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	opacity: .7;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 73%,rgba(0,0,0,0.9) 99%,rgba(0,0,0,0.9) 100%);
}
.main-banner .bnn .parallax-section__parallax {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.main-banner .bnn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    opacity: .9;
}
.main-banner .bnn .caption {
	display: block;
	position: absolute;
	z-index: 1;
	left: 15px;
	right: 15px;
	bottom: 20px;
	font-size: 16px;
	line-height: 1.3em;
	color: #c5c5c5;
	width: 400px;
}
.main-banner .bnn .text {
    position: absolute;
	z-index: 2;
    left: 15px;
    right: 15px;
    bottom: 120px;
}
.main-banner h1 {
	color: #fff;
	font-weight: 600;
	opacity: 0;
	margin: 0 0 40px
}
.main-banner h1 span {
	color: #fff;
	margin: 0 0 10px;
}
.main-banner.-ready h1 {
	opacity: 1;
	animation: fadeInUp .4s ease;
}
.main-banner .container {
	opacity: 0;
}
.main-banner.-ready .container {
	opacity: 1;
	animation: fadeIn .4s ease;
}
.main-banner .container h3 {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	margin: 40px 0;
}
.main-banner .container h4 {
	color: #fff;
	font-size: 28px;
	margin: 40px 0;
	}
.main-banner .container p {
    color: #fff;
    font-size: 22px;
    line-height: 1.6em;
}
.main-banner .container ul {
	margin: 40px 0 0;
}
.main-banner .container ul li {
    margin: 0 0 22px;
}
.main-banner .container ul li a {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: .1em;
    color: #fff;
    border-color: #fff;
    border-radius: 800px;
}
.main-banner .container ul li a:hover,
.main-banner .container ul li a:focus {
    color: #666;
    border-color: #666;
}
@media (max-width: 768px) {
	.main-banner .bnn {
		height: 80vh;
	}
	.main-banner .container h3 { font-size: 25px }
	.main-banner .container p,
	.main-banner .container li {font-size: 18px;}
	.main-banner .container .btn-layout { font-size: 15px }
}

blockquote {
	border-left: solid 5px #ffffff;
	color: #fff;
	background: rgb(12 12 12 / 27%);
	padding: 27px 20px;
	margin: 0 auto 60px;
	max-width: 800px;
}
blockquote p {
	margin: 0 0 30px;
	font-size: 1.5em;
	line-height: 1.6em;
}
blockquote h4 {
	text-align: right;
	margin: 0 0;
}
@media (max-width: 768px) {
	blockquote p {
		margin: 0 0 20px;
		font-size: 16px;
		line-height: 1.5em;
	}
	blockquote h4 {
		font-size: 20px;
	}
}

.native-plants {
    position: relative;
    padding-left: 370px;
    margin: 80px 0;
}
.native-plants h2 {
    font-size: 30px;
	line-height: 1.25em;
	padding-left: 3vw;
	text-align: end
}
.native-plants .bnn {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 80%;
}
.native-plants .bnn img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
}
.native-plants .bnn p {
	position: absolute;
	top: unset;
	bottom: 0;
	right: 10px;
	margin-top: 7px;
	color: #fff;
	font-size: 16px;
}
.native-plants .box {
	background: rgb(1 113 61 / 97%);
	color: #fff;
	font-size: 16px;
	padding: 20px;
	border-radius: 17px;
}
.native-plants .box p {
	margin: 0 0 30px;
	line-height: 1.4em;
}
.native-plants .box .btn { color: #01713d }
@media (min-width: 992px) {
	.native-plants h2 {
	    position: absolute;
	    width: 342px;
	    top: 0;
	    left: 0;
	}
	.native-plants .bnn p {
		top: 100%;
		bottom: unset;
		color: #000;
	}
	.native-plants .box {
		position: absolute;
		left: 0;
		bottom: -60px;
		width: 50%;
	}
}
@media (max-width: 991px) {
	.native-plants {
		margin: 0;
		padding: 0;
	}
	.native-plants .box {
		margin: 40px 0 0;
	}
}

.stats {
    margin-top: 180px;
    margin-bottom: 120px;
}
.stats .row {
	justify-content: center;
}
.stats .col-md-6 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 39px;
}
.stats h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 93px;
    padding-bottom: 20px;
    border-bottom: solid 3px;
}
.stats p {
    font-size: 22px;
    line-height: 1.5em;
    margin: 0 0 20px;
}
.stats .btn {
	position: absolute;
	bottom: 0;
}
@media (max-width: 991px) {
	.stats {
	    margin-top: 40px;
	    margin-bottom: 60px;
	}
}

.creative-arts-section {
    background: linear-gradient(to top, rgb(237 242 250) 0%, rgb(250 248 236) 100%);
    padding: 0 0 100px;
}
.creative-arts-section .row .box {
    height: 100%;
    display: block;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 7px 8px rgb(0 0 0 / 10%);
	transition: all .3s ease;
}
.creative-arts-section .row .box:hover { background: #01713d }
.creative-arts-section .row .box h3 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #01713d;
    text-align: center;
    margin: 10px 0 21px;
    font-size: 23px;
	transition: all .3s ease;
}
.creative-arts-section .row .box:hover h3 { color: #fff; }
.creative-arts-section .row .box .bnn {
    position: relative;
    padding-bottom: 100%;
}
.creative-arts-section .row .box .bnn img {
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.creative-arts-section .row .box p {
    line-height: 1.1em;
    color: #666;
    margin: 10px 0 0;
	transition: all .3s ease;
}
.creative-arts-section .row .box:hover p { color: #fff; }

.gradient-section {
    background: linear-gradient(to top, rgb(237 242 250) 0%, rgb(240 250 236) 100%);
    padding: 20px 0 0;
}

.links-section {
    margin: 150px 0 0;
}
.links-section .grid {
	display: flex;
	flex-wrap: wrap;
	gap: 1px
}
.links-section .grid .item {
	width: calc(50% - 1px);
}
.links-section .grid .item .cta {
	display: block;
	position: relative;
	padding-bottom: 50%;
	background-color: #000;
}
.links-section .grid .item .cta .bnn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	transition: all .3s ease;
}
.links-section .grid .item .cta:hover .bnn {
	opacity: .2;
}
.links-section .grid .item .cta .bnn:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	opacity: .7;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 73%,rgba(0,0,0,0.9) 99%,rgba(0,0,0,0.9) 100%);
}
.links-section .grid .item .cta .bnn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.links-section .grid .item .cta .info {
	position: absolute;
	left: 2vw;
	right: 2vw;
	bottom: 20px
}
.links-section .grid .item .cta .info h2 {
	color: #fff;
	transition: all .3s ease;
}
.links-section .grid .item .cta:hover .info h2 {
	font-size: 40px
}
@media (max-width: 768px) {
	.links-section .grid .item {
		width: 100%;
	}
}

/*
.creative-arts-section.green-gradient {
    background: linear-gradient(to top, rgb(237 242 250) 0%, rgb(245 253 247) 100%);
}
.creative-arts-section.green-gradient h2.heading { margin: 40px 0 70px }
.creative-arts-section.green-gradient .green-box {
	background: rgb(1 113 61 / 97%);
	color: #fff;
	font-size: 18px;
	padding: 2vw;
	border-radius: 17px;;
	margin: 40px 0 60px
}
.creative-arts-section.green-gradient .green-box p {
	margin: 0 0 10px
}
.creative-arts-section .green-box .btn { color: #01713d }
.creative-arts-section.green-gradient .row .box {
    height: 100%;
    display: block;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 7px 8px rgb(0 0 0 / 10%);
	transition: all .3s ease;
}
.creative-arts-section.green-gradient .row a.box:hover { background: #01713d }
.creative-arts-section.green-gradient .row .box h3 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #01713d;
    text-align: center;
    margin: 10px 0 21px;
    font-size: 23px;
	transition: all .3s ease;
}
.creative-arts-section.green-gradient .row a.box:hover h3 { color: #fff; }
.creative-arts-section.green-gradient .row .box .bnn {
    position: relative;
    padding-bottom: 100%;
}
.creative-arts-section.green-gradient .row .box .bnn img {
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.creative-arts-section.green-gradient .row .box p {
    line-height: 1.1em;
    color: #666;
    margin: 10px 0 0;
	transition: all .3s ease;
}
.creative-arts-section.green-gradient .row a.box:hover p { color: #fff; }
*/