@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,400&display=swap');


body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #1b1b1b;
	font-family: 'Montserrat', sans-serif;
}
html {
	height: 100%;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight:normal;
}
h2 {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #d6d6d6;
	font-size: 20px;
}
div#bottom01 {
	width: 100%;
	height: 135px;
	z-index: 10010;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 30px 0px 0px 0px;
	margin: 0px;
	line-height: 10px;
	font-size: 16px;
	color:#fff;
	background-color: #115c7d;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
div#bottom01 a {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	text-decoration:none;
	font-weight: 400;
}
div#bottom02 {
	width: 100%;
	height: 100px;
	z-index: 10010;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 2px;
	font-size: 20px;
	background-color: #263334;
}