[data-component-site-footer] {
	overflow: hidden;
}

[data-component-site-footer] .logos {
	display: flex;
	justify-content: center;
}

[data-component-site-footer] .top {
	background-color: #eee;
	padding: 4rem 0;
	/* border-top: 1px solid #eee; */
}

[data-component-site-footer] .are {
    aspect-ratio: 2890 / 1175;
    background: url(../img/are.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20rem;
    margin-left: 4rem;
}

#mc_embed_signup {
	color: white;
	width: 100%;
	max-width: 54.5rem;
}

#mc_embed_signup input {
	border: 0;
}

#mc_embed_signup .email {
	background: white;
	height: 4rem;
	padding: 0 1rem;
	color: #111;
}


#mc_embed_signup .button {
	height: 4rem;
}

#mc_embed_signup .mc-form-wrapper {
	display: flex;
	align-items: flex-end;
}

#mc_embed_signup .button {
	flex-shrink: 0;
	margin-left: 2rem;
}

#mc_embed_signup .mc-field-group {
	position: relative;
	width: 100%;
}

#mc_embed_signup .mc-field-group label {
	font-size: 1.4rem;
}

#mc_embed_signup div.mce_inline_error {
	font-size: 1.4rem;
	position: absolute;
	top: 110%;
	left: 0;
}

#mc_embed_signup .response {
	font-size: 1.6rem;
	margin-top: 0.5rem;
}

@media (max-width: 767px){
	[data-component-site-footer] .logo-wrapper {
		flex-direction: column;
	}

	#mc_embed_signup .mc-form-wrapper {
		flex-direction: column;
	}

	#mc-embedded-subscribe {
		margin-top: 1rem;
	}
}

@media (max-width: 480px){[data-component-site-footer] .addresses{width:100%} [data-component-site-footer] .footer-nav>ul>li{padding: 0;} [data-component-site-footer] .footer-nav>ul {margin: 0;}}