@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&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;
}

.canvas_size {
	position: absolute;
	width: 300px;
	height: 250px;
}

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

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

#background_exit {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
}
.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;
}


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

/*Opening*/

#openingAnim {
	position: absolute;
	background-color: #252A36;
	z-index: 90;
}
#opening_logo {
	position: absolute;
	background-position: 0px 0px;
	top: 0px;
	left: 0px;
}
#opening_text {
	position: absolute;
	background-position: -300px 0px;
	top: 0px;
	left: 0px;
}

/*Main*/


#drop {
	position: absolute;
	width: 26px;
	height: 32px;
	left: 247px;
	top: 0px;
	background-image: url(drop.png);
	background-repeat: no-repeat;
	background-size:26px 32px;
	z-index: 6;
}

#water {
	position: absolute;
	width: 300px;
	height: 282px;
	left: 120px;
	top: 30px;
	z-index: 7;
	overflow:hidden;
}


#waterbase {
	position: absolute;
	width: 300px;
	height: 282px;
	left: 0px;
	top: 0px;
	background-image: url(base.png);
	background-repeat: no-repeat;
	background-size:300px 282px;
	z-index: 7;
}

#waterleft {
	position: absolute;
	width: 300px;
	height: 282px;
	left: 0px;
	top: 0px;
	background-image: url(water_left.png);
	background-repeat: no-repeat;
	background-size:300px 282px;
	z-index: 6;
}
#waterright {
	position: absolute;
	width: 300px;
	height: 282px;
	left: 0px;
	top: 0px;
	background-image: url(water_right.png);
	background-repeat: no-repeat;
	background-size:300px 282px;
	z-index: 5;
}
#waterback {
	position: absolute;
	width: 300px;
	height: 282px;
	left: 0px;
	top: 0px;
	background-image: url(water_back.png);
	background-repeat: no-repeat;
	background-size:300px 282px;
	z-index: 4;
}


#demo {
	position: absolute;
	width: 300px;
	height: 282px;
	left: 0px;
	top: 0px;
	z-index: 3;
}

#legalsBut {
	position: absolute;
	bottom: 0px;
	left: 25px;
	width: 85px;
	height: 35px;
	cursor: pointer;
	z-index: 100;
}

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

#headline1 {
	position: absolute;
	background-position: -900px 0px;
	top: 0px;
	left: 0px;
	z-index: 50;
}
#headline2 {
	position: absolute;
	background-position: -1200px 0px;
	top: 0px;
	left: 0px;
	z-index: 50;
}
#copy1 {
	position: absolute;
	background-position: -1500px 0px;
	top: 0px;
	left: 0px;
	z-index: 50;
}
#copy2 {
	position: absolute;
	background-position: -1800px 0px;
	top: 0px;
	left: 0px;
	z-index: 50;
}

#newcta {
	position: absolute;
	height: 32px;
	top: 173px;
	left: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size: 14px;
	line-height:27px;
	color: #fff;
	background-color: #252A36;
	box-shadow:inset 0 -4px #F06C00;
	overflow: hidden;
	padding:0 12px;
	z-index: 101; 
	cursor: pointer;
}


#tab {
	position: absolute;
	background-color: #f06c00;
	width: 15px;
	height: 600px;
	top: -175px;
	left: 0px;
	z-index: 51;
}

#tab1 {
	position: absolute;
	background-color: #fff;
	width: 15px;
	height: 250px;
	top: 300px;
	left: 0px;
	z-index: 55;
}


#tab2 {
	position: absolute;
	background-color: #fff;
	width: 15px;
	height: 250px;
	top: 150px;
	left: 0px;
	z-index: 54;
}
#tab3 {
	position: absolute;
	background-color: #fff;
	width: 15px;
	height: 250px;
	top: 100px;
	left: 0px;
	z-index: 53;
}

#tab4 {
	position: absolute;
	background-color: #fff;
	width: 15px;
	height: 250px;
	top: 400px;
	left: 0px;
	z-index: 52;
}

/*Legal*/

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

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

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

#closeLegalsBut {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 285px;
	height: 15px;
	font-size: 15px;
	line-height: 15px;
	color: #252A36;
	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;
}





