body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #000;
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 450;
	font-style: normal;

	font-size: 17px;
	color: #000000c0;
	line-height: 24px;
}

:root {
	--content-width: 1100px;
	--slim-content-width: 800px;
	--half-content-width: 60%;
	--body-background-color: #d5d4d2;
	--amber-glow: #ffb24a;
	--obsidian-green: #0e1614;
	--card-background: #e9e9e9;
	--alternate-slice-bg: #dfdedc;
	--center-left: 50%;
	--center-transform: translateX(-50%);
	--card-width: calc(50% - 20px);
	--header-font-size: 5vw;
	--callout-margin: 60px 100px 0px 100px;
	--callout-padding: 50px 50px;

	*::selection {
		color: var(--obsidian-green);
		background-color: var(--amber-glow);
	}
}

@media (min-width: 1500px) {
	:root {
		--header-font-size: 80px;
	}
}

@media (max-width: 1200px) {
	:root {
		--content-width: auto;
		--content-padding: 0px 30px;
		--slim-content-width: auto;
		--half-content-width: auto;
		--hide-medium: none;
		--center-left: auto;
		--center-transform: none;
		--header-font-size: 6vw;
	}
}

@media (max-width: 800px) {
	:root {
		--hide-narrow: none;
		--header-font-size: 50px;
		--callout-margin: 60px auto 0px auto;
	}
}
@media (max-width: 550px) {
	:root {
		--callout-padding: 50px 20px;
	}
}

@media (max-width: 400px) {
	:root {
		--content-padding: 0px 10px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "DM Serif Text", serif;
	font-weight: 400;
	font-style: normal;
}

p {
	font-size: 17px;
	color: #000000c0;
	line-height: 24px;
}

h1 {
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
}
h2 {
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
}

.pipe {
	opacity: 0.4;
	padding: 0px 3px;
}

.flex {
	display: flex;
}

@media (max-width: 800px) {
	.flex {
		display: block;
	}

	:root {
		--card-width: auto;
	}

	.smallMenu {
		display: inline-block !important;
	}
	.largeMenu {
		display: none;
	}
}

article a {
	text-decoration: none;
	color: black;
	font-weight: 600;
}
article {
	margin-bottom: 40px;
}

header {
	height: 70px;
	position: fixed;
	width: 100%;
	transition-duration: 700ms;
	transition-timing-function: ease-in-out;
	background: rgb(224, 224, 224, 0.95);
	z-index: 200;
	padding: 0px;
	opacity: 1;
}
body.scrolledDown header {
	top: 0px;
	width: 100%;
	border-radius: 0px;
	opacity: 1;
	background: rgb(224, 224, 224, 0.99);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
header .menuWrap {
	margin: 0px auto;
	width: var(--content-width);
	padding: var(--content-padding);
	position: relative;
	overflow: hidden;
}
header ul {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	margin-top: 13px;
}
header li {
	list-style: none;
	float: left;
	margin-right: 20px;
	transition-duration: 200ms;
	transition-property: border-color;
	border-bottom: 2px solid transparent;
}
header li:hover {
	border-bottom: 2px solid var(--obsidian-green);
}
header li.current {
	border-bottom: 2px solid var(--obsidian-green);
}
header li a {
	text-decoration: none;
	color: rgb(37, 37, 37);
	line-height: 40px;
	height: 40px;
	display: inline-block;
}
header ul.rightAlign {
	float: right;
}
header ul.rightAlign li {
	margin-right: 0px;
	margin-left: 20px;
}
header .centerLogo {
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translate(-50%, 33px);
	font-family: "DM Serif Text", serif;
	font-size: 32px;
	line-height: 0px;
	font-weight: 700;
	opacity: 0.8;
	transition-duration: 200ms;
}
header .centerLogo a {
	text-decoration: none;
	color: var(--obsidian-green);
}
body.scrolledDown header .centerLogo {
	opacity: 0.75;
}

.smallMenu {
	display: none;
	position: relative;
	overflow: hidden;
	margin-top: 15px;
}
.smallMenu .face {
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 25px;
}
.smallMenu select {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 0;
}

section.home-hero {
	height: calc(100vh + 30px);
	padding: 0px 20px;
	margin: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	background: rgba(3, 20, 3, 0.8);
	border-radius: 0px;
}
section.home-hero .bg {
	z-index: 60;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity;
	background: url(/assets/images/herostatic.jpg) center no-repeat;
	background-size: cover;
}
section.home-hero .bg.visible {
	opacity: 1;
}
section.home-hero .blurs {
	position: absolute;
	top: 0px;
	left: 0px;
	right: -100px;
	bottom: 0px;
	overflow: hidden;
}
section.home-hero .blurs .boxBlur {
	position: relative;
	float: left;
	width: 5%;
	aspect-ratio: 1 / 1;
	display: block;
}
section.home-hero .heroCanvas {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	transition-duration: 1500ms;
	transition-property: opacity;
}
section.home-hero .canvas1 {
	z-index: 50;
}
section.home-hero .canvas2 {
	z-index: 50;
}
section.home-hero .heroCanvas.invisible {
	opacity: 0;
}
section.home-hero .heading {
	width: var(--content-width);
	margin: 0px auto;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 70;
}
section.home-hero .heading .inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: white;
}
section.home-hero .heading .inner h1 {
	font-size: var(--header-font-size);
	line-height: 1em;
	text-align: center;
	margin: 0px;
	margin-bottom: 40px;
	font-weight: 600;
}
section.home-hero .heading .inner h2 {
	font-size: 22px;
	margin: 0px 0px 20px 0px;
	font-family: "Nunito Sans";
	font-weight: 600;
	line-height: 1.2;
}
section.home-hero .heading .inner h3 {
	font-size: 18px;
	margin-top: 0px;
	font-family: "Nunito Sans";
	font-weight: 400;
	line-height: 1.3;
}
section.home-hero .heading .inner h1 em {
	font-style: italic;
}

section.home-hero.cramped {
	height: auto;
}
section.home-hero.cramped .heading .inner {
	position: relative;
	top: auto;
	transform: none;
	padding: 100px 0px;
}
section.home-hero.cramped video {
	display: none;
}
section.home-hero.cramped .bg {
	position: absolute;
}

section.home-hero .heading .inner .callout1 {
	margin: var(--callout-margin);
	background: rgba(255, 255, 255, 0.1);
	padding: var(--callout-padding);
	border-radius: 7px;
}

section.home-hero .heading .buttons {
	position: relative;
	text-align: center;
	margin-top: 30px;
}
section.home-hero .heading button {
	cursor: pointer;
	padding: 10px 30px;
	margin: 3px 3px;
	line-height: 23px;
	font-size: 16px;
	font-weight: 600;
	outline: none;
	border: none;
	background: #0e1614;
	color: white;
	border-radius: 6px;
	font-family: "Nunito Sans";
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
	transition-duration: 200ms;
	transition-property: opacity;
}
section.home-hero .heading button:hover {
	opacity: 0.8;
}
section.home-hero .heading button:active {
	opacity: 0.5;
}
section.home-hero .heading button.bee {
	background: var(--amber-glow);
	color: var(--obsidian-green);
}

section .signupButtons {
	position: relative;
	text-align: center;
	margin-top: 30px;
}
section .signupButtons button {
	cursor: pointer;
	padding: 10px 30px;
	margin: 0px 3px;
	line-height: 23px;
	font-size: 16px;
	font-weight: 600;
	outline: none;
	border: none;
	background: #0e1614;
	color: white;
	border-radius: 6px;
	font-family: "Nunito Sans";
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
	transition-duration: 200ms;
	transition-property: opacity;
}
section .signupButtons button:hover {
	opacity: 0.8;
}
section .signupButtons button:active {
	opacity: 0.5;
}
section .signupButtons button.bee {
	background: var(--amber-glow);
	color: var(--obsidian-green);
}

section .signupForm {
	margin-top: 40px;
	border-top: 1px solid #bbb;
	box-sizing: border-box;
	padding: 20px 50px 0px 50px;
}
section .signupForm p {
	margin-bottom: 20px;
}
section .signupForm label {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}
section .signupForm input[type="text"],
section .signupForm input[type="email"] {
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	outline: none;
	border: 1px solid #aaa;
	font-size: 17px;
	margin: 5px 0px;
}
section .signupForm button {
	cursor: pointer;
	padding: 10px 30px;
	margin: 0px 3px;
	line-height: 23px;
	font-size: 16px;
	font-weight: 600;
	outline: none;
	border: none;
	background: #0e1614;
	color: white;
	border-radius: 6px;
	font-family: "Nunito Sans";
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
	transition-duration: 200ms;
	transition-property: opacity;
	background: var(--amber-glow);
	color: var(--obsidian-green);
	margin-top: 10px;
}
section .signupForm button:hover {
	opacity: 0.8;
}
section .signupForm button:active {
	opacity: 0.5;
}

section.home-hero video {
	width: 100%;
	height: 100vh;
	left: 0px;
	right: 0px;
	display: inline-block;
	position: absolute;
	object-fit: cover;
	transition-duration: 500ms;
	transition-property: opacity;
}
section.home-hero video.fade {
	opacity: 0;
}
section.home-hero .fire-curtain {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(3, 20, 3, 1);
	opacity: 0.6;
}

section.home-hero .bgimage {
	display: none;
	width: 100%;
	height: 100vh;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: inline-block;
	display: none;
	position: absolute;
	background: url(/assets/images/green1.jpg) center no-repeat;
	background-size:;
}

section.after-hero {
	width: 100%;
	background: var(--body-background-color);
	margin-top: -25px;
	height: 20px;
	margin-bottom: 0px;
	position: relative;
	z-index: 110;
	border-radius: 10px 10px 0px 0px;
}

section.insights-index ul {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
section.insights-index li {
	list-style: none;
}

section .howitworks {
	position: relative;
}
section .howitworksStep {
	transform: rotate(-13deg);
	opacity: 0;
	float: left;
	width: var(--card-width);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background: var(--card-background);
	box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	box-sizing: border-box;
	min-height: 250px;
	padding: 20px;
	z-index: 111;
	transition-duration: 200ms !important;
}
section .howitworksStep h2 {
	font-weight: 900;
	text-align: center;
}
section .howitworks.visible .howitworksStep {
	transform: rotate(0deg) translateY(0px);
	opacity: 1;
}

section .howitworks.visible .howitworksStep:nth-of-type(1) {
	transition-delay: 100ms;
}
section .howitworks.visible .howitworksStep:nth-of-type(2) {
	transition-delay: 150ms;
}
section .howitworks.visible .howitworksStep:nth-of-type(3) {
	transition-delay: 300ms;
}
section .howitworks.visible .howitworksStep:nth-of-type(4) {
	transition-delay: 450ms;
}

section .howitworks:hover .howitworksStep {
	opacity: 0.3 !important;
	animation: none;
	transition-delay: 0ms !important;
}
section .howitworks .howitworksStep:hover {
	opacity: 1 !important;
	transform: scale(1.1) !important;
	transition-delay: 0ms;
	transform-origin: center;
	z-index: 112;
	transition-delay: 0ms !important;
}

.popup {
	opacity: 0;
	user-select: none;
	pointer-events: none;
	transition-duration: 300ms;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	padding: 70px;
	box-sizing: border-box;
	background: white;
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
	border-radius: 9px;
	text-align: center;
}

.formSuccess.visible {
	opacity: 1;
}
.formSuccess h2 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.formError {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	padding: 70px;
	box-sizing: border-box;
	background: white;
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
	border-radius: 9px;
	text-align: center;
}
.formError h2 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.scrollByWireWrapper {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
	padding: 0px;
	box-sizing: border-box;
	z-index: 100;
}

.bodySection {
	position: relative;
	overflow: hidden;
	margin-bottom: 300px;
	z-index: 101;
	background: #d5d4d2;
	padding: 0px;
	border-radius: 0px 0px 10px 10px;
	min-height: 100%;
}
.bodySection .content {
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;
}

section {
	background: var(--body-background-color);
	z-index: 100;
}
section .sectioninner {
	width: var(--content-width);
	margin: 0px auto;
	box-sizing: border-box;
}

section.home-content {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	z-index: 110;
	padding: 10px 0px;
}
section.inner-content {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	padding: 20px;
	padding-top: 100px;
}
section.inner-content .inner-content-inner {
	width: var(--content-width);
	margin: 0px auto;
}

section.home-content h2 {
	text-align: center;
}

section .sectioninner_o {
	width: var(--content-width);
	margin: 0px auto;
	padding: var(--content-padding);
}
section.home-content.section-2 .sectioninner {
	background: var(--body-background-color);
	padding: 20px 0px 0px 0px;
	width: var(--half-content-width);
	margin: 0px;
}
section.home-content.section-3 .sectioninner {
	background: var(--body-background-color);
	padding: 0px 0px;
	width: var(--half-content-width);
	margin: 0px;
	float: right;
}

section.home-content.section-3 .sectioninner_o::after {
	content: " ";
	width: 300px;
	height: 300px;
	display: block;
	background: url(/assets/images/beehive.png) no-repeat center left;
	position: relative;
	overflow: hidden;
	float: right;
	margin-right: 60px;
	opacity: 0.5;
	display: var(--hide-medium);
}
section.home-content.section-2 .sectioninner_o::before {
	content: " ";
	width: 360px;
	height: 300px;
	display: block;
	background: url(/assets/images/beehive2.png) no-repeat center left;
	position: relative;
	overflow: hidden;
	float: right;
	opacity: 0.5;
	display: var(--hide-narrow);
}

section.home-content.section-4 h2 {
	max-width: 500px;
	margin: 0px auto 30px auto;
}

section.home-content.section-4 {
	background: var(--alternate-slice-bg);
	margin-top: 30px;
	padding-top: 70px;
	padding-bottom: 0px;
}
section.home-content.section-5 {
	background: var(--alternate-slice-bg);
	margin-bottom: 30px;
	padding-bottom: 70px;
	padding-top: 0px;
}

section.home-content.section-4 .sectioninner_o .sectioninner {
	width: var(--slim-content-width);
}
section.home-content.section-5 .sectioninner_o .sectioninner {
	width: var(--slim-content-width);
}
section.home-content.section-5 ul li {
	width: 50%;
	float: left;
}

section.home-content.section-6 .sectioninner_o .sectioninner {
	width: var(--slim-content-width);
}

section.home-content.section-7 .sectioninner_o {
	margin-top: 30px;
}

section.home-content.section-8 {
	background: var(--alternate-slice-bg);
	margin-top: 40px;
	padding-top: 50px;
	padding-bottom: 75px;
}
section.home-content.section-8 .sectioninner_o .sectioninner {
	width: calc(var(--slim-content-width) - 50px);
	padding: var(--content-padding);
}
section.home-content.section-8 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
section.home-content.section-8 ul li {
	padding: 15px;
	margin-top: 10px;
	background: var(--card-background);
	text-align: center;
	box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	box-sizing: border-box;
}
section.home-content.section-8 p {
	text-align: center;
}

section.home-content.section-10 {
	padding-top: 60px;
	padding-bottom: 70px;
}
section.home-content.section-10 .sectioninner_o .sectioninner {
	width: var(--slim-content-width);
}
section.home-content.section-11 .sectioninner_o .sectioninner {
	width: var(--slim-content-width);
	padding-top: 50px;
	padding-bottom: 105px;
}
section.home-content.section-11 ul li {
	width: 50%;
	float: left;
}

.footerSection {
	position: fixed;
	height: 300px;
	overflow: hidden;
	z-index: 90;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.footerSection video {
	width: 100%;
	height: 100vh;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: inline-block;
	height: 330px;
	position: absolute;
	object-fit: cover;
	transition-duration: 500ms;
}
.footerSection video.fade {
	opacity: 0;
}
.footerSection .fire-curtain {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(3, 20, 3, 1);
	opacity: 0.6;
}

.footerSection .content h1 {
	font-size: 30px;
	margin: 22px 0px;
}
.footerSection .content {
	color: white;
	position: absolute;
	bottom: 70px;
	width: var(--content-width);
	left: var(--center-left);
	transform: var(--center-transform);
	padding: var(--content-padding);
}
.footerSection .content .nav {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	height: 30px;
}
.footerSection .content .nav ul {
	margin: 0px;
	padding: 0px;
}
.footerSection .content .nav li {
	float: left;
	margin-right: 20px;
	list-style: none;
}
.footerSection .content .nav li a {
	color: white;
	text-decoration: none;
	opacity: 0.8;
}
.footerSection .content .belowNav {
	color: white;
	font-size: 11px;
	margin-top: 20px;
	opacity: 0.8;
}
