@font-face {
  font-family: "Saol";
  src: url("../fonts/SaolDisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Saol";
  src: url("../fonts/SaolDisplay-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Saol";
  src: url("../fonts/SaolDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Botany";
  src: url("../fonts/BotanyText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html, body {
	background: #172624;
	font-family: "DM Sans";
	font-weight: 400;
	font-size: 16px;
	min-height: 100vh;
	width: 100%;
	color: #fff;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Botany";
	font-weight: 400;
	letter-spacing: 0;
}
	h2 {
		font-size: 60px;
	}
	h4 {
		font-size: 38px;
	}
		h4.sans {
			font-family: "DM Sans";
			line-height: 1.2em;
			font-weight: 300;
		}
		h4 span {
			font-family: "DM Sans";
			display: block;
			font-size: 17px;
			margin: 20px auto 0;
			letter-spacing: 0px;
			width: 80%;
		}
	h5 {
		font-size: 32px;
	}
		h5.sans {
			font-family: "DM Sans";
			line-height: 1.2em;
			font-weight: 300;
		}
	h6 {
		font-size: 18px;
	}
		h6.sans {
			font-family: "DM Sans";
			line-height: 1.2em;
			font-weight: 300;
		}

p.highlight {
	font-weight: 600;
	padding: 20px 0 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}
p.note {
	font-size: 11px;
	margin: 30px 0 0;
}

.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	justify-content: center;
	align-items: center;
	display: flex;
	top: -100vh;
	opacity: 0;
	transition: all 0.2s;
}
	div.close {
		position: absolute;
		top: 10px;
		right: 30px;
		font-size: 50px;
		line-height: 1em;
		cursor: pointer;
		z-index: 99;
	}
	div.close:after{
	  display: inline-block;
	  content: "\00d7";
	}
	.overlay.active {
		top: 0;
		opacity: 1;
	}
	.overlay.milestone {
		background-color: #fff;
		color: #111;
		overflow: auto;
	}
	.overlay.milestone.active {
		display: block;
	}
	.milestone .tree-background {
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.3;
	}
	.modal {
		width: 90%;
		height: 90%;
		max-width: 800px;
		max-height: 550px;
		border-radius: 15px;
		background: #fff;
		color: #111;
		padding: 35px 35px 10px;
		overflow: auto;
	}
	.modal input {
		width: 100%;
	}
	.milestone .plans {
		margin: 0 0 40px 20px;
		border-left: dashed 1px #111;
		padding: 0 0 0 20px;
	}
	.milestone .plan {
		margin: 0 0 20px;
	}
	.milestone .plan span.label {
		display: block;
		position: relative;
		margin: 0 0 8px;
		font-weight: 600;
		font-size: 13px;
		text-transform: uppercase;
	}
	.milestone .plan span.label:after {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		background: #e9f1f2;
		border-radius: 100%;
		border: solid 2px #666;
		position: absolute;
		top: 0px;
		left: -30px;
	}
	.milestone .plan p {
		margin: 0;
		font-size: 14px;
	}


.bg-black {
	background: #111;
}
.bg-moss {
	background: #007a7f;
}
.bg-white {
	background: #f1f1f1;
}
.bg-most {
	background: #94977e;
}
.bg-dusk {
	background: #b07c5e;
}
.bg-pattern {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

hr {
	border-color: #111;
}

.container {
	padding: 30px;
}

.button {
	background: #fff;
	border-radius: 20px;
	border: none;
	cursor: pointer;
}
	.button.moss {
		background: #007a7f;
		color: #fff;
	}
	.button.block {
		width: 100%;
	}


.section {
	padding: 30px;
}
	.section.full-screen {
		width: 100%;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.section.bg-white {
		color: #333;
	}

.bg-video-clip {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
}
  #herovid {
    min-width: 100%;
    min-height: 100%;
  }

#content {
  background-color: rgba(0,0,0,0.4);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: auto;
}

#logo {
	display: block;
	margin: 0 0 30px;
	max-width: 100px;
	position: absolute;
	top: 30px;
	left: 30px;
}

.intro {
	text-align: center;
}
	.intro h2 {
		width: 70%;
		margin: 0 auto;
	}
	.intro h2 span {
		font-family: "DM Sans";
		display: block;
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
		margin: 20px 0 0;
		letter-spacing: 1px;
	}
	.intro .cta {
		margin: 35px 0 0;
	}

.benefits {

}
	.lottie-container {
		min-height: 175px;
	}
	.benefits .columns {
		text-align: center;
	}
	.benefits h6 {
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 700;
		margin: 0 0 15px;
		line-height: 1.3em;
	}

.difference {

}
	.difference h6 {
		text-transform: uppercase;
		font-weight: 600;
		margin: 0 0 18px;
		font-size: 16px;
	}
	.difference .ten {
		border-bottom: solid 1px #111;
		margin-bottom: 35px;
	}

.clients {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 8px;
	padding: 5px 5px 0;
}
	.clients .logo {
		width: 200px;
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
	}
	.clients .logo img {
		max-width: 90%;
		max-height: 100%;
	}

.counts {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
	.count {
		font-size: 90px;
		line-height: 1.3em;
		text-align: center;
		margin: 55px 0 0;
		font-family: "Botany";
		width: 50%;
		padding: 0 10px;
	}
	.count span {
		display: block;
		font-size: 18px;
		line-height: 1.3em;
		font-family: "DM Sans";
	}

.features {

}
	.features h5 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.features .row {
		border-bottom: solid 1px #111;
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	.features .columns img {
		width: 100%;
		/*border-bottom-right-radius: 50px;
		border-top-left-radius: 50px;*/
	}
	.features .row:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

.partnerships {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 55px;
}
	.partnership {
		background: #2D3047;
		border-radius: 20px;
		padding: 30px;
		width: 30.33%;
		margin: 0 1.5% 3%;
		text-align: center;
		min-height: 430px;
	}
	.partnership h6 {
		margin: 30px 0 10px;
		font-weight: 600;
	}
	.partnership p {
		margin-bottom: 5px;
	}

.prices-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}
	.prices {
		border: solid 1px rgba(255,255,255,0.5);
		border-radius: 20px;
		width: 100%;
		max-width: 420px;
		margin: 25px 10px 0;
		padding: 30px 20px 20px;
		flex: 1;
		min-height: 510px;
	}
		.price {
			font-family: "Botany";
			font-size: 60px;
			line-height: 1em;
			margin: 25px 0 30px;
		}
		.prices .button {
			display: block;
			width: 100%;
			margin: 0 0 35px;
		}
		.price span {
			font-family: "DM Sans";
			line-height: 1em;
		}
		.price span.duration {
			font-size: 18px;
		}
		.price span.note {
			display: block;
			font-size: 16px;
			opacity: 0.8;
			margin-top: 10px;
		}
		.prices .inclusions {
			margin-left: -10px;
		}
		.prices h5,
		.prices h6 {
			margin: 0 0 10px;
		}
		.prices .inclusion {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			flex-wrap: wrap;
			opacity: 0.8;
		}
		.prices .inclusion img.icon {
			max-width: 30px;
			display: block;
		}
		.prices .inclusion span {
			width: calc(100% - 30px);
			padding-left: 0px;
		}

.logos {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
	.logos img {
		width: auto;
		max-height: 60px;
		margin: 0 25px 0 0;
		border-radius: 15px;
	}

.types {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
	.type {
		width: 50%;
		height: 100%;
		padding: 20px 40px;
	}
	.type .highlight {
		margin: 0 0 20px;
	}

.faq {
	background: #333;
	color: #fff;
	padding: 30px 50px 30px 30px;
	border-radius: 20px;
	margin: 0 0 10px;
	cursor: pointer;
	position: relative;
}
	.faq .indicator {
		position: absolute;
		width: 30px;
		top: 50%;
		right: -30px;
		margin-top: -15px;
		transform: rotate(45deg) translateZ(0px);
		transition: all 0.2s;
	}
	.faq.active .indicator {
		transform: rotate(0) translateZ(0px);	
	}
	.faq .q {
		font-weight: 600;
		position: relative;
		pointer-events: none;
	}
	.faq .a {
		opacity: 0.7;
		font-size: 15px;
		padding: 0 40px 0 0;
		display: none;
		margin: 15px 0 0;
	}
	.faq.active .a {
		display: block;
	}
	.faq p {
		margin: 0 0 10px;
	}
	.faq p:last-child {
		margin: 0;
	}

.input-error {
    display: block;
    margin: -15px 0 0;
    font-size: 12px;
    color: #c4250d;
    padding: 2px;
}

.footer {
	font-size: 12px;
}
	.footer h6 {
		margin: 0 0 10px;
	}
	.socials {
		margin: 15px 0 0;
	}
	.socials a {
		display: inline-block;
		margin: 0 5px 0 0;
	}
	.socials img {
		width: 20px;
	}

	.others {
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.solutions {
		margin: 0 30px 0 0;
	}
	.solution li {
		list-style: none;
		margin: 0 0 5px;
		padding: 0;
	}
	.solution li a {
		color: #fff;
		text-decoration: none;
	}
	.footer .credit {
		border-top: solid 1px rgba(255,255,255,0.7);
		padding-top: 15px;
		margin-top: 15px;;
	}
	.footer .credit div {
		margin: 0 0 15px;
	}


@media screen and (orientation:portrait) {

	#herovid {
    width: auto;
    height: 90vh;
  }

  .section.full-screen {
		height: 90vh;
	}

	.intro h2 {
		width: 100%;
		font-size: 50px;
		margin-top: 50px;
	}

}

@media (max-width: 1024px) {

	#herovid {
    width: auto;
    height: 90vh;
  }

  .section.full-screen {
		height: 90vh;
	}
	
}

@media (max-width: 960px) {
	
	.container {
		width: 100%;
	}

	.count {
		font-size: 70px;
	}

	.partnerships .partnership {
		width: calc(50% - 3%);
	}
	.partnerships .partnership:last-child {
		width: 100%;
	}

}

@media (max-width: 600px) {

	.overlay.milestone {
		padding: 40px 25px 25px;
	}

	h4 {
		font-size: 30px;
	}

	.container {
		padding: 30px 0;
	}

	.clients .logo {
		width: 160px;
	}

	.counts {
		margin-top: 25px;
	}
		.count {
			width: 100%;
			margin: 15px 0;
		}

	.features .one.columns {
		display: none;
	}

	.partnerships .partnership {
		width: 100%;
	}

	.footer .others {
		justify-content: flex-start;
	}

	.footer .signups,
	.footer .solutions {
		width: 100%;
	}
}

