@charset "UTF-8";

html{ }

body{ margin: 0 0 0 0; }

.splash{
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;	
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.container{
	position: fixed;
	bottom: 0vw;
	margin-left: 7vw;
	max-width: 90vw;
}

.w{
	float: left;
	font-size: 60vw;
	margin-left: -0.17em;
	padding: 0 0 0 0;
	font-family: Arial;
	font-weight: 800;
	color: #0099cc;
	opacity: 0.70;
	line-height: 0.7;
}

.t1{
	color: #0099e6;
}

.t2{
	color: #33ccff;
}