@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(45px, 535px); width:215.5px; height:auto;}

#eyebrow {transform: translate(45px, 0px); height:25px; width: 208px;border-bottom-right-radius: 9px; border-bottom-left-radius: 9px; background-color: #0078b3; text-transform: uppercase; text-align: center; color: #FFF; font-size: 13px; padding-top:7px; }


#text1 {transform: translate(8px, 114px); width:279px; height:auto;}
#text2 {transform: translate(40px, 191px); width:230px; height:auto;}
#text3 {transform: translate(5px, 308px); width:279px; height:auto;}

#text4 {transform: translate(37px, 56px); opacity:0; width:218px; height:auto;}
#text5 {transform: translate(69px, 106px); opacity:0; width:29.5px; height:auto;}
#text6 {transform: translate(97px, 106px); opacity:0; width:110px; height:auto;}
#text7 {transform: translate(69px, 280px); opacity:0; width:29.5px; height:auto;}
#text8 {transform: translate(97px, 280px); opacity:0; width:110px; height:auto;}
#text9 {transform: translate(79px, 242px); opacity:0; width:136.5px; height:auto;}
#text10 {transform: translate(65px, 415px); opacity:0; width:166px; height:auto;}

#text11 {transform: translate(13px, 112px); opacity:0; width:267px; height:auto;}
#text12 {transform: translate(13px, 148.5px); opacity:0; width:267px; height:auto;}
#text13 {transform: translate(13px, 183px); opacity:0; width:267px; height:auto;}
#text14 {transform: translate(13px, 244px); opacity:0; width:267px; height:auto;}
#text15 {transform: translate(13px, 323.5px); opacity:0; width:267px; height:auto;}

#btn {
	position: absolute;
	transform:translate(70px,470px);
	width: 156px;
	height: 36px;

	background-color: #0078b3;
	border-radius: 5px;
}

#btn_txt {
	position: relative !important;
	transform:translate(35px,8px);
	width: 89px;
	height: auto;
}


#legal {transform: translate(0, 215px); margin: 0 5px 0 4px; width: calc(100% - 10px); color: #FFF; font-size:7px; line-height: 8px; font-weight:400; text-align: center;}

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: 600px;
  	width: 300px;
	opacity: 0;
}