body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.div0 {
	display: flex;
	justify-content: center;
}

.div1 {
	display: inline-block;
	text-align: center;
	width: 1200px;
}

.div2 {
	display: flex;
	justify-content: space-around;
}

@media(max-width:1000px){
	.div2 {
		display: flex;
		flex-direction:column;
		align-items:center;
	}
}


.div3 {
	display: flex;
	flex-wrap: nowrap;
}

.Contactbottom {
	text-align: center;
	width: 100%;
}

@media (max-width:682px) {
	.Contactbottom {
		display: none;
	}
}

.style12 {
	color: #FFFFFF
}

.style21 {
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
}

.style23 {
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	color: #0000FF;
}

a:link {
	color: #0000FF;
}
