#wrapper .title {
	float: left;
	margin: 0;
	width: 100%;
	height: 175px;
	line-height: 175px;
	font-size: 60px;
	font-weight: 500;
	color: #333;
	text-align: center;
}
#wrapper #introduction {
	float: left;
	width: 100%;
}
#introduction #concept {
	display: flex;
	justify-content: space-evenly;
	margin: 0 auto;
	width: 50%;
}
#introduction #concept img {
	width: 64px;
	height: 64px;
}
#introduction ul {
	margin: 30px auto;
	width: 80%;
	text-align: center;
	font-weight: 400;
	font-size: 2vw;
	line-height: 1.5em;
	color: #444;
	list-style: none;
}

#wrapper #highlights {
	float: left;
	margin: 5% 0 5% 5%;
	width: 90%;
}
#highlights .copy {
	text-align: center;
	font-size: 1.5vw;
	color: #555;
}
#highlights .top {
	float: left;
	position: relative;
	width: 100%;
}
#highlights .top .copy {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45%;
	font-size: 1.7vw;
	line-height: 3vw;
	font-weight: 400;
	color: #333;
}
#highlights .top img {
	float: right;
	width: 50%;
	height: auto;
}
#highlights .bot {
	float: left;
	position: relative;
	width: 100%;
}
#highlights .bot img {
	float: left;
	width: 50%;
	height: auto;
}
#highlights .bot .copy {
	position: absolute;
	margin-left: 4%;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 46%;
	font-size: 1.7vw;
	line-height: 3vw;
	font-weight: 400;
	color: #333;
}
#stay_tuned {
	float: left;
	margin: 15px 0 45px 0;
	width: 100%;
}
#stay_tuned .title {
	float: left;
	margin: 0;
	height: 50px;
	line-height: 50px;
	font-size: 2.4vw;
	font-weight: 500;
	color: #333;
}
#stay_tuned img {
	float: left;
	margin: 10px 0 0 calc(50% - 16px);
	width: 32px;
	height: 32px;
}
#stay_tuned .copy {
	float: left;
	margin: 0;
	width: 100%;
	height: 6vw;
	line-height: 3vw;
	font-size: 1.7vw;
	font-weight: 400;
	text-align: center;
	color: #555;
}
#stay_tuned #submission_status {
	float: left;
	padding-bottom: 10px;
	width: 100%;
	color: #f00;
	text-align: center;
	opacity: 1;
}
#stay_tuned #mail_ctr {
	float: left;
	margin-left: 25%;
	width: 50%;
	height: 40px;
}
#stay_tuned #mail_ctr #txt_email {
	float: left;
	padding: 5px;
	width: 70%;
	height: calc(100% - 10px);
	color: #555;
	background-color: #ddd;
	font-size: 17px;
	text-align: left;
	text-indent: 20px;
	border: 0 none;
	border-top-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}
#stay_tuned #mail_ctr #txt_email::placeholder {
	color: #777;
}
#stay_tuned #mail_ctr #btn_submit {
	float: right;
	width: calc(30% - 10px);
	height: 100%;
	padding: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background-color: #49f;
	border: 0 none;
	border-top-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	cursor: pointer;
}
#stay_tuned #mail_ctr #btn_submit:hover {
	background-color: #27d;
}
#stay_tuned #notice {
	float: left;
	margin: 10px 0 0 10%;
	width: 80%;
	height: 50px;
	font-size: 14px;
	line-height: 18px;
	color: #777;
	display: block;
	text-align: center;
}

@media only screen and (max-width: 620px) {
	#wrapper .title {
		font-size: 48px;
	}
	#introduction ul {
		font-size: 2.8vw;
	}
	#introduction #concept img {
		width: 48px;
		height: 48px;
	}
	#introduction .copy {
		width: 90%;
		font-size: 18px;
	}
	#highlights .top .copy {
		font-size: 2.6vw;
		line-height: 5vw;
	}
	#highlights .bot .copy {
		font-size: 2.6vw;
		line-height: 5vw;
	}
	#stay_tuned .title {
		font-size: 4vw;
	}
	#stay_tuned .copy {
		margin-top: 5px;
		font-size: 2.6vw;
		line-height: 5vw;
	}
	#stay_tuned #mail_ctr {
		margin: 20px 0 0 10%;
		width: 80%;
	}
}
