.resize-animation-stopper * {
  animation: none !important;
  transition: none !important;
}
html {
	font-size: 16px;
}
@media screen and (min-height: 800px) {
	html {
		font-size: 18px;
	}
}
body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 100%;
	line-height: 1.5;
	background: #243746;
	color: #fff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-overflow-scrolling: touch;
}
.clearfix::after {
	content: '';
	display: table;
	clear: both;
}
p+p {
	margin-top: 0.5em;
}
.container {
	position: relative;
	width: 100%;
	//max-width: 1600px;
	margin: 0 auto;
}
.area {
	padding: 1rem;
}
#header {
	position: fixed;
	color: #fff;
	width: 100%;
	height: 2rem;
	z-index: 999;
}
#header .main-menu ul {
	list-style: none;
}
#header .main-menu ul li {
	float: left;
	padding-left: 1em;
	line-height: 2rem;
}
#header .main-menu ul li a {
	color: rgba(255,255,255,0.75);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: 600;
}
#header .main-menu ul li.current-menu-item a {
	color: #f50;
}

#logo {
	width: 20vh;
	height: 20vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
}
#logo img {
	width: 100%;
	height: auto;
	padding: 12.5%;
}
#main {

}
#identity {
	position: relative;
	background-color: #243746;
	color: #fff;
	margin-bottom: 1px;
	overflow-x: hidden;
}
#identity .summary-anchor {
	position: absolute;
	width: 100%;
}
#identity #summary-1 {
	top: 10px;
}
#identity #summary-2 {
	top: calc(100vh + 1px);
}
#identity #summary-3 {
	top: calc(200vh + 1px);
}
#identity #summary-4 {
	top: calc(300vh + 1px);
}
#identity #summary-5 {
	top: calc(400vh + 1px);
}
#identity #summary-6 {
	top: calc(500vh + 1px);
}
#identity #summary-7 {
	top: calc(600vh + 1px);
}
#identity #summary-8 {
	top: calc(700vh + 1px);
}
#identity #summary-9 {
	top: calc(800vh + 1px);
}
#identity #summary-10 {
	top: calc(900vh + 1px);
}
#identity input {
	display: none;
}
#identity .wheel {
	position: relative;
	display: table;
	margin: 0 auto;
	z-index: 1;
	width: 400px;
	transform-origin: bottom;
	transition: transform 500ms ease-out;
}
.wheel-outer {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.wheel-inner {
	position: relative;
	width: 70%;
	max-width: 70vh;
	margin: 0 auto;
}
.wheel-inner .values {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
html.load .wheel-inner .values {
	animation: onload 1s ease;
}
@keyframes onload {
	from {
		transform: scale(0.5) rotate(-180deg);
	}
	to {
		transform: scale(1) rotate(0);
	}
}
.wheel-inner .value {
	position: absolute;
	width: 30%;
	left: 35%;
	top: 35%;
	will-change: transform;
}
.wheel-inner .value::after {
	content: '';
	display: block;
	padding-bottom: 100%;	
}
.wheel-inner .value .value-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	will-change: transform;
}
html.load .wheel-inner .value .value-wrapper {
	animation: onloadrev 1s ease;
}
@keyframes onloadrev {
	from {
		transform: scale(0) rotate(180deg);
	}
	to {
		transform: scale(1) rotate(0);
	}
}
.wheel-inner .value .value-area {
	display: table;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	line-height: 1.25;
	padding: 1vh;
	background: rgba(255,255,255,0.25);
	color: #fff;
	border-radius: 50%;
	transition: all 250ms ease;
}
.wheel-inner .value:hover .value-area {
	background-color: rgba(255,255,255,0.5);
}
.wheel-inner .value.active .value-area {
	background-color: rgba(0,0,0,0.25);
	outline: 1vh solid rgba(255,255,255,0.5);
	/* outline-offset: 12px; */
}
.wheel-inner .value .value-block {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	border-radius: 50%;
}
.wheel-inner .value .value-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 250ms ease;
}
.wheel.active .wheel-inner .value .value-image {
	opacity: 0.5;
}
.wheel.active .wheel-inner .value:hover .value-image,
.wheel.active .wheel-inner .value.active .value-image {
	opacity: 1;
}
.wheel-inner > .logo {
	width: 100%;
}
/*
.wheel-inner > .logo::before {
	content: '';
	position: absolute;
	width: 30%;
	height: 30%;
	background: #222;
	border-radius: 50%;
	top: -15%;
	left: 35%;
	z-index: -1;
}
*/
.wheel-inner > .logo::after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.wheel-inner > .logo figure {
	display: flex;
	align-items: center;
	position: absolute;
	width: 60%;
	height: 60%;
	border-radius: 50%;
	top: 20%;
	left: 20%;
	padding: 10%;
	background-color: #fff;
}
.wheel-inner > .logo figure.title {
	padding: 5%;
}
.wheel-inner > .logo figure::before {
	content: '';
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-top: 0;
	top: calc(-2vh + 4px);
	left: calc(50% - 2vh);
	border-bottom-color: #fff;
	border-width: 2vh;
}
.wheel.active .wheel-inner > .logo figure::before {
	display: block;
}
.wheel-inner > .logo figure .image {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.wheel-inner > .logo figure .text {
	margin: 0 auto;
	color: rgba(0,0,0,0.5);
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.125;
}
@media (orientation: landscape) {
	.wheel-inner > .logo .text {
		font-size: 4vh;
	}
}
@media (orientation: portrait) {
	.wheel-inner > .logo .text {
		font-size: 4vw;
	}
}

#identity .summary h2 {
	font-size: 4.5vh;
	font-weight: 600;
	line-height: 1.125;
	margin-bottom: 0.25em;
	text-transform: uppercase;
}
#identity .summary a {
	display: block;
}
#identity .image-container {
	background-size: cover;
	background-position: center;
}
#identity .summary .bg-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	z-index: -1;
}
#identity .summary-anchor.active + .summary .bg-image {

}
#identity .image-container > .text {
	//background: rgba(30,30,30,1);
}
#identity .summary .content {
	color: rgba(255,255,255,0.75);
	font-size: 2.5vh;
}
#identity .summary .content ul {
	padding-left: 1em;
}
#identity .summary .content strong {
	font-weight: 700;
}
#identity .summary .image-inner {
	position: relative;
}
#identity .summary .slide {
	position: relative;
	width: 100%;
}
#identity .summary .slide .image {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
#identity .summary .slide .caption {
	text-align: center;
	line-height: 2rem;
	margin-top: 1rem;
}
#identity .summary .overlapping-content {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	font-size: 5vh;
	font-weight: 300;
	line-height: 1.125;
	padding: 10vh 15vh;
	background-color: rgba(36,55,70,0.5);
}
#identity .summary .overlapping-content strong {
	font-weight: 600;
}
#identity .summary .overlapping-content ul {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}
#identity .summary .overlapping-content ul ul {
	padding-left: 1em;
	margin-top: 0.5em;
}
#identity .summary .slider ~ .nav-item {
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 100%;
	line-height: 2rem;
	opacity: 0.5;
	z-index: 999;
	text-align: center;
}
#identity .summary .slider ~ .nav-item:hover {
	opacity: 1;
}
#identity .summary .slider ~ #prev {
	left: 1rem;
}
#identity .summary .slider ~ #next {
	right: 1rem;
}
#identity .summary .slider ~ .nav-item::before {
	position: absolute;
	top: 50%;
	margin-top: -1rem;
	width: 2rem;
	height: 2rem;
	font-size: 1.5rem;
	font-family: fontawesome;
}
#identity .summary .slider ~ #prev::before {
	content: '\f053';
	left: 0;
}
#identity .summary .slider ~ #next::before {
	content: '\f054';
	right: 0;
}

	#identity .wheel {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
	#identity .summaries {
		position: relative;
	}
	#identity .summary {
		display: table;
		position: fixed;
		visibility: hidden;
		transition: all 500ms ease-in;
		transition-delay: 250ms;
		pointer-events: none;
		right: -100%;
	}
	#identity .summary-anchor.active + .summary {
		visibility: visible;
		pointer-events: auto;
		transform: translateX(-100%);
		//transition-delay: 0ms;
	}
	#identity .summary-inner {
		display: table-cell;
		//opacity: 0;
		//transition: opacity 500ms ease-in;
		//transition-delay: 0ms;
	}
	#identity .summary-anchor.active + .summary .summary-inner {
		//opacity: 1;
		//transition-delay: 500ms;
	}
	#identity .image-container > .text,
	#identity .image-container > .image {
		opacity: 0;
		transition: opacity 500ms ease-in;
		transition-delay: 0ms;
	}
	#identity .image-container > .image {
		background-color: rgba(0,0,0,0.25);
	}
	#identity .summary-anchor.active + .summary .image-container > .text,
	#identity .summary-anchor.active + .summary .image-container > .image {
		opacity: 1;
	}
	#identity .summary-anchor.active + .summary .image-container > .text {
		transition-delay: 0ms;
	}
	#identity .summary-anchor.active + .summary .image-container > .image {
		transition-delay: 0ms;
	}
/* 
	#identity .block {
		opacity: 0;
		visibility: hidden;
		transform: translateX(100px);
		transition: all 500ms;
	}
	#identity .summary-anchor.active + .summary .block {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
		transition-delay: 250ms;
	}
 */
@media (orientation: landscape) {
	#identity .wheel {
		width: 100vh;
		height: 100vh;
	}
	.wheel-inner .value {
		font-size: 2.5vh;
	}
	#identity .summaries {
		top: 0;
		bottom: 0;
		right: 0;
		width: 100%;
	}
	#identity .summary {
		width: 100%;
		//max-width: 1600px;
		height: 100vh;
		top: 0;
		bottom: 0;
	}
	#identity .summary-inner {
		vertical-align: top;
	}
	#identity .block {
		padding: 5rem 4rem 4rem 2rem;
	}
	#identity .image-container {
		display: table;
		width: 100%;
		height: 100vh;
	}
	#identity .image-container > div {
		display: table-cell;
		vertical-align: top;
	}
	#identity .image-container > .image {
		position: relative;
		width: calc(100vw - 50vh);
		vertical-align: middle;
	}
}
@media (orientation: portrait) {
	#identity .wheel {
		width: 100vw;
		height: 100vw;
	}
	.wheel-inner .value {
		font-size: 2.5vw;
	}
	#identity .wheel {
		//transform: translateY(calc(50vh - 50vw));
	}
	#identity .summaries {
		bottom: 0;
		left: 0;
		right: 0;
		height: 50%;
	}
	#identity .summary {
		width: 100%;
		height: calc(50vh - 2rem);
		bottom: 0;
	}
	#identity .summary-inner {
		vertical-align: top;
	}
	#identity .block {
		padding: 5%;
		padding-top: 0;
	}
}
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	text-align: right;
}
@media screen and (max-width: 1024px) {
	html {
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
	.wheel {
		transform: translateY(calc(50vh - 50vw));
	}

	#identity input#summary-1:checked ~ .container .wheel .value:nth-child(1) h2,
	#identity input#summary-2:checked ~ .container .wheel .value:nth-child(2) h2,
	#identity input#summary-3:checked ~ .container .wheel .value:nth-child(3) h2,
	#identity input#summary-4:checked ~ .container .wheel .value:nth-child(4) h2,
	#identity input#summary-5:checked ~ .container .wheel .value:nth-child(5) h2 {
/* 
		box-shadow: 0 0 1vw rgba(255,255,255,0.5),
					0 0 2.5vw rgba(255,255,255,0.5),
					0 0 5vw rgba(255,255,255,0.5);
 */
	}
}
@media screen and (max-width: 767px) and (orientation: landscape) {
	#identity input#summary-1:checked ~ .container .wheel .value:nth-child(1) h2,
	#identity input#summary-2:checked ~ .container .wheel .value:nth-child(2) h2,
	#identity input#summary-3:checked ~ .container .wheel .value:nth-child(3) h2,
	#identity input#summary-4:checked ~ .container .wheel .value:nth-child(4) h2,
	#identity input#summary-5:checked ~ .container .wheel .value:nth-child(5) h2 {
/* 
		box-shadow: 0 0 1vh rgba(255,255,255,0.5),
					0 0 2.5vh rgba(255,255,255,0.5),
					0 0 5vh rgba(255,255,255,0.5);
 */
	}
}
@media screen and (max-width: 767px) {
/* 
	html {
		font-size: 14px;
	}
	.main-menu {
		display: none;
	}
	#identity {
		min-height: 100vh;
	}
	#identity > input:checked ~ .container .wheel {
		transform: translateY(1.5rem);
	}
	.wheel .values {
		//transition: transform 500ms ease;
	}
	.wheel-inner .value {
		width: 40%;
		top: 30%;
		left: 30%;
	}
	.wheel-inner .value h2 {
		font-size: 3.25vw;
	}
	.wheel-inner > .logo figure {
		width: 50%;
		height: 50%;
		top: 25%;
		left: 25%;
	}
 */
/* 
	.wheel-inner .value:nth-child(1) {
		transform: rotate(225deg) translateX(166.6666%) rotate(-225deg);
		box-shadow: inset -1.25vw -1.25vw 2.5vw rgba(255,255,255,0.5),
					inset 0 0 0.5vw rgba(255,255,255,0.25);
	}
	.wheel-inner .value:nth-child(2) {
		transform: rotate(-45deg) translateX(166.6666%) rotate(45deg);
		box-shadow: inset 1.25vw -1.25vw 2.5vw rgba(255,255,255,0.5),
			inset 0 0 0.5vw rgba(255,255,255,0.25);
	}
	.wheel-inner .value:nth-child(3) {
		transform: rotate(135deg) translateX(166.6666%) rotate(-135deg);
		box-shadow: inset -1.25vw 1.25vw 2.5vw rgba(255,255,255,0.5),
					inset 0 0 0.5vw rgba(255,255,255,0.25);
	}
	.wheel-inner .value:nth-child(4) {
		transform: rotate(45deg) translateX(166.6666%) rotate(-45deg);
		box-shadow: inset 1.25vw 1.25vw 2.5vw rgba(255,255,255,0.5),
					inset 0 0 0.5vw rgba(255,255,255,0.25);
	}
 */
/* 
	#identity input#summary-1:checked ~ .container .wheel .values {
		transform: rotate(225deg);
	}
	#identity input#summary-2:checked ~ .container .wheel .values {
		transform: rotate(135deg);
	}
	#identity input#summary-3:checked ~ .container .wheel .values {
		transform: rotate(-45deg);
	}
	#identity input#summary-4:checked ~ .container .wheel .values {
		transform: rotate(45deg);
	}
	#identity input#summary-1:checked ~ .container .wheel .value-wrapper {
		transform: rotate(-225deg);
	}
	#identity input#summary-2:checked ~ .container .wheel .value-wrapper {
		transform: rotate(-135deg);
	}
	#identity input#summary-3:checked ~ .container .wheel .value-wrapper {
		transform: rotate(45deg);
	}
	#identity input#summary-4:checked ~ .container .wheel .value-wrapper {
		transform: rotate(-45deg);
	}
 */
/* 
	#identity input#summary-1:checked ~ .container .values,
	#identity input#summary-2:checked ~ .container .values,
	#identity input#summary-3:checked ~ .container .values,
	#identity input#summary-4:checked ~ .container .values,
	#identity input#summary-5:checked ~ .container .values {
		transform: rotate(360deg);
	}
	#identity input#summary-1:checked ~ .container .summary:nth-child(1),
	#identity input#summary-2:checked ~ .container .summary:nth-child(2),
	#identity input#summary-3:checked ~ .container .summary:nth-child(3),
	#identity input#summary-4:checked ~ .container .summary:nth-child(4),
	#identity input#summary-5:checked ~ .container .summary:nth-child(5) {
		display: block;
	}
	#identity input#summary-1:checked ~ .container .value:nth-child(1) h2,
	#identity input#summary-2:checked ~ .container .value:nth-child(2) h2,
	#identity input#summary-3:checked ~ .container .value:nth-child(3) h2,
	#identity input#summary-4:checked ~ .container .value:nth-child(4) h2,
	#identity input#summary-5:checked ~ .container .value:nth-child(5) h2 {
		background: #fff;
		color: #404040;
	}
	#identity .summaries {
		padding: 5% 0;
	}
	#identity .summary {
		visibility: hidden;
		opacity: 0;
		height: 0;
		transform: translateY(100px);
		transition: all 500ms;
	}
	#identity input#summary-1:checked ~ .container .summary:nth-child(1),
	#identity input#summary-2:checked ~ .container .summary:nth-child(2),
	#identity input#summary-3:checked ~ .container .summary:nth-child(3),
	#identity input#summary-4:checked ~ .container .summary:nth-child(4),
	#identity input#summary-5:checked ~ .container .summary:nth-child(5) {
		visibility: visible;
		opacity: 1;
		height: auto;
		transform: translateY(0);
		transition-delay: 250ms;
	}
	#identity .block {
		padding: 5%;
		padding-top: 0;
	}
 */
}