body{
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-family: "Merriweather Sans", sans-serif;
	font-size: 12px;
}

header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

footer .container{ 
	margin-top: 10px;
	margin-bottom: 10px;
}

.lang-container ul{
	display: flex;
	flex-direction: row;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lang-container ul li{
	margin: 0;
	padding: 0;
}

.lang-container ul li a{
	text-transform: uppercase;
	text-decoration: underline;
}

.lang-container ul li a:hover{
	text-decoration: none;
}

.lang-container ul li.active a{
	color: #000;
	text-decoration: none;
	font-weight: 700;
}

.wrapper{
	max-width: 80%;
	margin: 0 auto;
}

.container{ 
	clear: both;
}

.logo{
	width: 200px;
	height: auto;
	border: 0;
}

.signatures{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.signatures img{
	width: 400px;
	height: auto;
	border: 0;
}

h1{ 
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 32px;
	font-weight: 700;
	color: #0E4D40;
}

h2{
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	color: #333;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	max-width: 75%;
	margin-top: 1.0rem;
	margin-bottom: 1.5rem;
	margin-left: auto;
	margin-right: auto;
}

iframe{
	width: 100%; 
	height: 100vh; 
	border: 0;
}

a{
	color: #32a860;
	text-decoration: none;
}

a:hover{
	cursor: pointer;
	opacity: 0.7;
}