@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap');

/*Global*/

body, body * {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0 none;
	vertical-align: baseline;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.canvasSize {
	position: absolute;
	width: 970px;
	height: 250px;
}

#ad {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #393d47;
	font-family: 'Open Sans', sans-serif;
	color: #393d47;
	overflow: hidden;
	visibility: hidden;
	z-index: 1;
}

.sprite {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url("sprite.png");
	background-size:970px 2000px;
}

#exit {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
    display:block;
}
.fontFix {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


sup {
	vertical-align: super;
	line-height: 0;
}

.border {
    
    -webkit-box-shadow: 0 0 0 1px #000 inset;
    box-shadow: 0 0 0 1px #000 inset;
    pointer-events:none;  
	z-index: 115;
}


a, a:visited, a:active, a:hover { 
  color: #393d47;
}


/*Main*/

#slate {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #393D47;
    display: block;
	z-index: 50;
}

#clock {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200; 
	color: #fff;
    display: block;
}
#bg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10; 
	background-image: url("bg.jpg");
	background-repeat: no-repeat;
	background-size:970px 250px;
    display: block;
}


#person {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 30; 
	background-image: url("person.png");
	background-repeat: no-repeat;
	background-size:970px 250px;
    display: block;
}

#logo {
	position: absolute;
	background-position: 0px 0px;
	top: 0px;
	left: 0px;
	z-index: 40;
}

#headline1 {
	position: absolute;
	background-position: 0px -250px;
	top: 0px;
	left: 0px;
	z-index: 40;
}


#headline2 {
	position: absolute;
	background-position: 0px -500px;
	top: 0px;
	left: 0px;
	z-index: 40;
}

#logoEnd {
	position: absolute;
	background-position: 0px -750px;
	top: 0px;
	left: 0px;
	z-index: 60;
}


#tagline {
	position: absolute;
	background-position: 0px -1000px;
	top: 0px;
	left: 0px;
	z-index: 60;
}

#cta {
	position: absolute;
	background-position: 0px -1250px;
	top: 0px;
	left: 0px;
	z-index: 60;
}

#legals {
	position: absolute;
	background-position: 0px -1750px;
	top: 0px;
	left: 0px;
	z-index: 60;
}


#legalsBut {
	position: absolute;
	bottom: 0px;
	right: 297px;
	width: 50px;
	height: 18px;
	cursor: pointer;
	z-index: 100;
	/* border: solid red 1px; */
}


#ampersand {
	position: absolute;
	width:  1000px;
	height:  1000px;
	background-repeat: no-repeat;
	z-index: 20;
	left: -44px;
	top: -366px;
}

#linesBg {
	position: absolute;
	width:  1000px;
	height:  1000px;
	background-repeat: no-repeat;
	z-index: 23;
	left: 0px;
	top: 0px;
}


#ampBg {
	position: absolute;
	width:  1000px;
	height:  1000px;
	background-repeat: no-repeat;
	z-index: 22;
	left: 0px;
	top: 0px;
}


#glowBg {
	position: absolute;
	width:  1000px;
	height:  1000px;
	background-repeat: no-repeat;
	z-index: 21;
	left: 0px;
	top: 0px;
}



#line1 {
	fill: #fff;
	width: 1000px;
	height: 125px;
	y: 480px;
	left: 0px;
	z-index: 24;
}


#line2 {
	fill:  #fff;
	width: 1000px;
	height: 125px;
	y: 330px;
	left: 0px;
	z-index: 24;
}
#line3 {
	fill: #fff;
	width: 1200px;
	height: 125px;
	y: 280px;
	left: 0px;
	z-index: 24;
}


#line4 {
	fill: #fff;
	width: 1000px;
	height: 125px;
	y: 380px;
	left: 0px;
	z-index: 24;
}




.ampPath1, .ampPath2{
	fill:none;
	stroke:#F06C00;
	stroke-width:140;
	stroke-linecap: butt;
	stroke-miterlimit:10;
}


.glow{
	fill:#fff;
	stroke:#fff;
	stroke-width:100;
	stroke-linecap: butt;
	stroke-miterlimit:10;
}

.glowPath1, .glowPath2{
	fill:none;
	stroke:#F06C00;
	stroke-width:180;
	stroke-linecap: butt;
	stroke-miterlimit:10;
}


.amp{
	fill:#fff;
}


.fix{
	fill:none;
	stroke:none;
	visibility: hidden;
}


.maskType {
  mask-composite:add;
  -webkit-mask-composite: source-over;
	overflow: visible!important;
}


/*Legal*/

#legalsPanel {
	top: 250px;
	background-color: #ffffff;
	z-index: 110;
}

#legalsPanelHolder {
	position: absolute;
	top: 0px;
	width: 970px;
	height: 250px;
	cursor: pointer;
	overflow-y: auto;
	overflow-x: hidden;
}

#legalsPanelInner {
	position: absolute;
	left: 15px;
	top: 0px;
	width: 910px;
	font-size: 13px;
	line-height: 16px;
	color: #393d47;
	padding-top: 15px;
	padding-bottom: 15px;
}

#closeLegalsBut {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 955px;
	height: 15px;
	font-size: 15px;
	line-height: 15px;
	color: #393d47;
	text-align: right;
	padding-top: 10px;
	cursor: pointer;
	font-weight:700;
}

.smallLegals {
	font-size: 11px;
	line-height: 13px;
}


/* custom scrollbar */

/* Works on Chrome, Edge, and Safari */
::-webkit-scrollbar {
  width: 13px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #c8cacd;
  border: 3px solid transparent;
  background-clip: content-box;
}

/* Works on Firefox */
* {
  scrollbar-width: thin !important;
  scrollbar-color: #c8cacd #fff !important;
}






