.page-template-page-about-flywheel {
	background-image: url("../images/homebgstrip.png");
	background-repeat: repeat-x;
	background-size: auto;
	background-position: center top;
	background-attachment: scroll;
}

.page-template-page-about-flywheel .main-navigation .menu a,
.page-template-page-about-flywheel .site-tagline {
	color: #fff;
}

.page-template-page-about-flywheel .main-navigation .menu .sub-menu a {

	color: #ffffff;

}
.page-template-page-about-flywheel .main-navigation .menu .sub-menu a:hover {

	color: #ffffff;

}

.page-template-page-about-flywheel .main-navigation .menu a:hover {
	color: rgba(255, 255, 255, 0.8);
}

/* Parent About Us menu item should behave like a submenu trigger, not a page link. */
.page-template-page-about-flywheel .main-navigation .menu > li.menu-item-has-children > a[href="#"],
.page-template-page-about-flywheel .main-navigation .menu > li.menu-item-has-children > a[href=""] {
	cursor: default;
}

.about-page--alt {
	font-family: "Montserrat", sans-serif;
	position: relative;
	min-height: 850px;
	overflow: hidden;
	padding: 45px 20px;
	/*perspective: 1400px;*/
}
.about-intro {
	position: fixed;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.about-page--alt .about-page__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0;
}

.about-page--alt .about-page__geometry {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	z-index: 1;
	opacity: 1;
	overflow: visible;
}



.about-page--alt .about-page__geometry canvas {
	display: block;
	width: 100%;
	height: 100%;
}


.about-page__stage {
	min-height: 720px;
}

.about-page__panel-nav {
	position: absolute;
	top: 40%;
	right: 5px;
	z-index: 5;

	display: flex;
	align-items: center;
	gap: 0px;
}

.about-page__panel-nav-label {
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #bbbbbb;
	white-space: nowrap;
}



.about-page__panel-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 72px;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	transform: rotate(-90deg);
	transition: opacity 250ms ease, transform 250ms ease;
	padding-top:0px;
}

.about-page__panel-arrow:hover {
	opacity: 0.78;
	transform: rotate(-90deg) translateY(4px);
}
.about-page__panel-arrow-icon {
	display: block;
	width: 20px;
	height: 20px;
}

.about-page__panels {
	position: relative;
	min-height: 720px;
	transform-style: preserve-3d;
}

.about-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 50px);
	margin: 0 0 20px 25px;
	padding-top: 50px;
	backface-visibility: hidden;
	transform-origin: center center;
	transition:
		opacity 650ms ease,
		transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}

.about-panel.is-active {
	opacity: 1;
	transform: translateX(0) rotateY(0deg);
	pointer-events: auto;
	z-index: 2;
}

.about-panel.is-next {
	opacity: 0;
	transform: translateX(120px) rotateY(70deg);
	pointer-events: none;
	z-index: 1;
}

.about-panel.is-prev {
	opacity: 0;
	transform: translateX(-120px) rotateY(-70deg);
	pointer-events: none;
	z-index: 1;
}

.about-panel.is-exiting-left {
	opacity: 0;
	transform: translateX(-120px) rotateY(-70deg);
	pointer-events: none;
	z-index: 1;
}

.about-panel.is-entering-right {
	opacity: 0;
	transform: translateX(120px) rotateY(70deg);
}

.about-section__headline {
	margin: 0;
	font-size: 55px;
	font-weight: 300;
	line-height: 1.1;
	color: #ffffff;
}

.about-section__headline-text {
	max-width: 75%;
	font-size: 32px;
	line-height: 1.6;
	color: #ffffff;
	font-weight: 200;
	margin-bottom: 25px;
}

.about-section__headline-text p,
.about-section__subhead-text p {
	margin: 0;
}

.about-section__subhead {
	margin: 0;
	max-width: 650px;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.1;
	color: #c7c4ba;
}

.about-section__subhead-text {
	max-width: 75%;
	font-size: 32px;
	line-height: 1.6;
	color: #ffffff;
	font-weight: 200;
}

.about-section__paragraphs {
	display: flex;
	flex-direction: column;
	gap: 22px;
	margin-top: 35px;
}

.about-section__paragraph-heading {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	color: #ffffff;
}

.about-section__paragraph-body {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	color: #dad7d0;
	max-width: 550px;
	top:-20px;
}

.about-section__paragraph-body strong{
	font-weight: 600;
	color:#fff;

}

.about-section__paragraph-body p {
	margin: 0;
	margin-bottom:15px;
	
}

/* About Alt content build animation */
.about-animate-item {
	opacity: 0;
	will-change: opacity, transform;
}

.about-animate-headline {
	transform: translateX(46px) rotateY(70deg);
	transform-origin: left center;
	transition:
		opacity 1200ms ease,
		transform 1100ms cubic-bezier(.22, .7, .2, 1);
}

.about-animate-subhead {
	transform: translateX(38px);
	transition:
		opacity 900ms ease,
		transform 1000ms cubic-bezier(.22, .7, .2, 1);
}

.about-animate-heading {
	transform: translateX(384px) rotateY(58deg);
	transform-origin: left center;
	transition:
		opacity 700ms ease,
		transform 850ms cubic-bezier(.22, .7, .2, 1);
}

.about-animate-body {
	transform: translateX(38px);
	transition:
		opacity 700ms ease,
		transform 850ms cubic-bezier(.22, .7, .2, 1);
}

.about-panel.is-active.about-content-revealed .about-animate-item {
	opacity: 1;
	transform: translateX(0) rotateY(0deg);
	transition-delay: var(--about-item-delay, 0ms);
}




.platforms-layout {
	display: flex;
	align-items: center;
	gap: 20px;

	margin-top: 20px;
	width: 100%;
	margin-left:0px;
}

.platforms-content {
	flex: 1 1 500px;
	max-width: 550px;
}

.platforms-flywheel {
	position: relative;
	flex: 0 0 320px;

	width: min(320px, 58vw);
	aspect-ratio: 1;

	margin: 0px 0 0;
}



.platforms-flywheel__disc-wrap,
.platforms-flywheel__rotor {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.platforms-flywheel__disc {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0.15;
}


.platforms-flywheel__rotor {
	transform-origin: 50% 50%;
	will-change: transform;
}

.platforms-flywheel__ring {
	display: block;
	pointer-events: none;
}


.platforms-flywheel__ring {

	position: absolute;
	left: 50%;
	top: 50%;
	width: 65%;
	height: 65%;
	transform: translate(-50%, -50%);

}


.platforms-flywheel__label {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;

	border: 0;
	background: transparent;
	padding: 0;

	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ffffff;
	white-space: nowrap;

	cursor: pointer;
	transform: translate(-50%, -50%);
	will-change: transform;
}



.platforms-content {
	position: relative;
	min-height: 180px;
	max-width:300px;
	top:-20px;
}

.platforms-content__panel {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	opacity: 0;
	pointer-events: none;
}

.platforms-content__panel.is-active {
	opacity: 1;
	pointer-events: auto;
}



@media (max-width: 800px) {
	.platforms-flywheel {
		width: min(520px, 92vw);
	}

	.platforms-flywheel__label {
		font-size: 13px;
		left:52%;
	}
	.platforms-flywheel__disc {
		opacity:1;
	}


}
@media (max-width: 800px) {
	.platforms-layout {
		display: block;
		margin-top: 10px;
	}

	.platforms-flywheel {
		width: min(330px, 120vw);
		margin: -75px 0 0 50%;
		transform: translateX(-50%);
	}

	.platforms-content {
		position: relative;
		z-index: 4;
		top: auto;
		max-width: none;
		width: 100%;
		min-height: 260px;
		margin-top: -65px;
		padding: 0 0 40px;
	}

	.platforms-content__panel {
		left: 0;
		width: 100%;
	}

	.platforms-content__body {
		max-width: 100%;
		font-size: 16px;
		line-height: 1.18;
	}

	.platforms-flywheel__label {
		font-size: 13px;
	}
}

@media (max-width: 800px) {

	.main-navigation .menu a{
		color:#fff;
		font-size:12px;
		text-transform: uppercase;
	}

	.main-navigation .sub-menu a{
		color:#fff;
		font-size:12px;
		text-transform: none;
	}

	.about-page__geometry{
		visibility: hidden;
	}
	.about-page--alt {
		padding: 30px 20px;
	}

	.about-page__panel-nav {
		top: -50px;
		right: -18px;
	}

	.about-panel {
		width: calc(100% - 20px);
		margin-left: 10px;
		margin: 0;
		padding-top:20px;
	}
	.about-section__headline{
		font-size:33px;

	}
	.about-section__subhead{
		position:relative;
		z-index:5;
		font-size:18px;
		line-height:1.4;
		margin-top:5px;

	}
	.about-section__headline-text,
	.about-section__subhead-text {
		max-width: 100%;
		font-size: 24px;
	}
	.menu-toggle .material-symbols-outlined {
	font-size: 38px;
	color: #fff;
	line-height: 1;

	transition: transform 250ms ease;
}
}
