@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body, body * {
  	border: 0px none;
  	margin: 0px;
  	outline: 0px;
  	padding: 0px;
  	vertical-align: baseline;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight:500;
	color: #FFF;
}

body{
	background-color: #f26c0d;
}

.bold {font-weight:700}

#stage  img, #stage div { position: absolute; border:none; }

#bg {transform: translate(0px, 0px); position:absolute; width: 100%; height:100%;}

#logo {transform: translate(588px, 8px); width:126px; height:auto;}

#eyebrow {transform: translate(0px, 17px); height:44px; width: 130px;border-bottom-right-radius: 9px; border-top-right-radius: 9px; background-color: #0078b3; text-transform: uppercase;color: #FFF; font-size: 15.5px; padding:10px 0 0 19px; line-height: 1.1em;}


#text1 {transform: translate(145px, 8px); width:436px; height:auto;}
#text2 {transform: translate(145px, 48px); width:436px; height:auto;}

#text3 {transform: translate(145px, 8px); width:436px; height:auto;}
#text4 {transform: translate(145px, 42px); opacity:0; width:436px; height:auto;}


#text6 {transform: translate(145px, 8px); opacity:0; width:436px; height:auto;}
#text7 {transform: translate(145px, 24px); opacity:0; width:218px; height:auto;}
#text8 {transform: translate(364px, 24px); opacity:0; width:218px; height:auto;}

#text10 {transform: translate(145px, 8px); opacity:0; width:436px; height:auto;}
#text11 {transform: translate(145px, 45px); opacity:0; width:436px; height:auto;}


#btn {
	position: absolute;
	transform:translate(587px,49px);
	width: 128px;
	height: 28px;
	background-color: #0078b3;
	border-radius: 5px;
	color: #FFF;
	font-size: 16px;
	text-align: center;	
	line-height:28px;
}

sup {line-height: 0; font-size: 0.65em; vertical-align: super;}

#stage {
	background-color:transparent;
  	border: 1px solid #000;
 	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	cursor: pointer;  
  	overflow: hidden;
  	position: relative;
	left: 0px;
  	top: 0px;
  	height: 90px;
  	width: 728px;
	opacity: 0;
}