:root{
	--orange : #F56600;
	--transparentOrange: #f2672226;
	--lightOrange: #fee6d4;
	--darkGrey: #23222d;
	--mediumGrey: #3a3948;
	--lightGrey: #eae8f1;
	--aquaGreen: #00aaa0;
	--lightAquaGreen :#deeeed;
	--transparentGrey: #55546366;
	--offWhite: #f6f7f9;

	--modalLight: #ffffffa0;
	--modalDark: #23222da0;
	
}
 
html,body{
	margin: 0;
	padding: 0;

	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	overflow: hidden;
	background: #fff;
	color: var(--darkGrey);
}

/* To remove default iOS styling from specific input types and textareas */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
  -webkit-appearance: none; /* Removes iOS-specific styling */
  border-radius: 0; /* Optional: Resets border-radius if iOS adds it */
}

/* To remove default iOS styling from buttons */
input[type="button"],
input[type="submit"],
button {
  -webkit-appearance: none;
  border-radius: 0; /* Optional: Resets border-radius if iOS adds it */
}

body{
	display: flex;
	width: 100%;
	height: 100vh;
}

h1{
	font-size: 76rem;
	font-weight: 900;
	margin: 0;
	line-height: .96;
	display: inline;
	letter-spacing: .4rem;
	text-transform: uppercase;
}

h2 {
    font-size: 49rem;
    font-weight: 900;
    margin: 0;
    line-height: 1.05;
    letter-spacing: -.1rem;
    display: inline;
    text-transform: uppercase;
}

h3 {
    font-size: 29.5rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.1;
    letter-spacing: .3rem;
    display: inline;
    text-transform: uppercase;
}

h4{
	font-size: 23.5rem;
	font-weight: 500;
	margin: 0;
	line-height: 1.2;
	letter-spacing: .1rem;
	display: inline;
	text-transform: uppercase;
}

h5 {
    font-size: 19rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0rem;
    display: inline;
    text-transform: uppercase;
}

h6 {
	font-size: 19rem;
	font-weight: 700;
	margin: 0;
	letter-spacing: .2rem;
	line-height: 1.5;
	display: inline;
}

h2 span {
    font-weight: 400;
    letter-spacing: -1rem;
}

.citation {
	font-style: italic;
	white-space: wrap;
}

ul {
	padding-left: 15rem;
	white-space: wrap;
	font-size: 19.5rem;
	font-weight: 500;
}

li{
	margin: 18rem 0 0 0;
}

li::marker{
	color:var(--orange);
	font-size: 19rem;
}

sup{
	font-size: .5em;
}

sup.tooltip {
	padding: 20rem;
	margin: -20rem;
	cursor: pointer;
	z-index: 1;
	position: relative;
	pointer-events: all;
}

a {
	text-decoration: none;
	color: var(--darkGrey);
	cursor: pointer;
	padding: 4rem 0;
}

.PopUp {
	display: inline-block;
	background: #fff;
	/*backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);*/
	border: solid 4rem var(--darkGrey);
	position: absolute;
	font-size: 14rem;
	padding: 12rem 20rem 12rem 34rem;
	border-radius: 20rem;
	opacity: 0;
	pointer-events: none;
	transition: opacity .15s linear;
	line-height: 1.8;
	z-index: 1;
	font-weight: 500;
	max-width: 600rem;
	white-space: wrap;
	color: var(--darkGrey);
}

.PopUp.visible{
	opacity: 1;
	pointer-events: all;
}

.PopUp num {
	font-weight: 700;
	margin-left: -16rem;
}

.sliderControls{
	position: absolute;
	width: 60rem;
	background: #000;
	color:#fff;
	height: 100%;
	top:0;
	font-size: 48rem;
	font-weight: 300;
	display: flex;
	justify-content: center;
	align-items: center;

	cursor: pointer;
	opacity: 0;
	z-index: 10;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*
.sliderControls.show:hover{
	opacity: .2;
}

.sliderControls.noHover:hover{
	opacity: 0;
}*/

#pageback{
	left: 0;
	visibility: hidden;
}
#pageforward{
	right: 0;
}

#content-width{
	/*max-width: 1920px;*/
	font-size: 16rem;
	margin:auto;
	text-align: left;
	aspect-ratio: 1.33334;
	overflow: hidden;
	position: relative;
}

.pageCrop{
	height: 100%;
	aspect-ratio: 1.33334;
	overflow: hidden;
	display: inline-block;
}

#pagesWrapper{
	width: auto;
	height: 100%;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;

	position: relative;
	left:0;

	transition: left .5s cubic-bezier(.5,0,0,1);
}

.page{
	height: 100%;
	position: relative;
	aspect-ratio: 1.33334;
	overflow: hidden;
	display: inline-block;
	pointer-events: none;
}


.background{
	position: relative;
	width: 100%;
	height: 100%;
}

.textBlockWrapper{
	position: absolute;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	padding: 90rem 75rem;
	box-sizing: border-box;
}

.textBlock {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #fff;
	font-size: 18rem;
	font-weight: 400;
	line-height: 1.4;
	box-sizing: border-box;
}

button{
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	pointer-events: all;
}

button.primary {
	padding: 14rem 22rem 14rem 48rem;
	font-size: 16rem;
	color: #fff;
	border: hidden;
	background: var(--orange);
	border-radius: 30rem;
	font-weight: 700;
	outline: solid 6rem;
	letter-spacing: .2rem;
	position: relative;
}

button.primary.noOutline{
	outline: none;
}

button.primary::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	padding: 10rem;
	left: -10rem;
	top: -10rem;
}

button.primary img {
	width: 28rem;
	position: absolute;
	left: 12px;
	top: 10rem;
}

.bottomRight{
	position: absolute !important;
	right:0;
	bottom:0;
}

button.primary.reverse {
	color: var(--orange);
	background: #fff;
}

button.secondary {
	font-size: 13rem;
	border: hidden;
	background-color: transparent;
	color: var(--orange);
	text-decoration: underline;
	font-weight: 600;
	padding: 10rem;
	margin: -10rem;
}

button.secondary.reverse {
	color: #fff;
}


.textBlock .logosLockup img{
	width: auto;
	height: 47rem;
	position: relative;
}

.textBlock .logosLockup .divider{
	display: inline-block;
	width: 1px;
	height: 47rem;
	background: var(--orange);
	margin: 0 32rem;
}

#modal{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: var(--modalDark);
	z-index: 99;
	backdrop-filter: blur(8px); 
    -webkit-backdrop-filter: blur(8px);
    display: flex;
	justify-content: center;
	align-items: center;

	opacity: 0;
	pointer-events: none;
	transition: opacity .25s linear;
}




#assetViewer {
    max-height: 800rem;
    max-width: 1150rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 15rem;
}

#assetViewer .wrapper{
	width: 100%;
	height: 100%;
	border: solid 2rem var(--orange);
	border-radius: 8rem;
	overflow: hidden;
	line-height: 0;
}

#modal.visible{
	opacity: 1;
	pointer-events: all;
}

#assetViewer img, #assetViewer video,{
	width: 100%;
	height: 100%;
}

#assetViewer iframe{
	width: 1150rem;
	height: 800rem;
	border: hidden;
}

#assetViewer .closeBTN {
	position: absolute;
	top: -50rem;
	right: -0px;
	width: 32rem;
	cursor: pointer;
}