.footer {
	background: #e5f5f4;
	color: #00a19a;
	border-top: 11px solid #95c21f;
	padding: 0 0 25px;
}

@media screen and (min-width: 1024px) {
	.footer {
		padding: 35px 0;
	}
}

.footer a {
	color: inherit;
	text-decoration: none;
}

.footer__inner {
}

@media screen and (min-width: 1024px) {
	.footer__inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
}

.footer__left {
	display: flex;
	flex-direction: column-reverse;
}

@media screen and (min-width: 1024px) {
	.footer__left {
		flex-direction: column;
	}
}

.footer__right {
}

.footer__title {
	font-size: 1.8rem;
	color: #95c21f;
	font-weight: 800;
	margin: 2em 0 0;
}

@media screen and (min-width: 1024px) {
	.footer__title {
		font-size: 2rem;
		margin: 0;
	}
}

.footer__menu {
	padding: 0;
	margin: 0 -15px;
}

@media screen and (min-width: 768px) {
	.footer__menu {
		margin: 0 -30px;
	}
}

@media screen and (min-width: 1024px) {
	.footer__menu {
		margin: 20px 0 0;
		display: flex;
	}
}

.footer__menu li {
	display: block;
	border-bottom: 1px solid #00a19a;
}

@media screen and (min-width: 1024px) {
	.footer__menu li {
		border-bottom: none;
		margin: 0 30px 0 0;
	}

	.footer__menu li.mobile {
		display: none;
	}
}

.footer__menu a {
	display: block;
	padding: 6px 15px;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.footer__menu a {
		padding: 6px 30px;
	}
}

@media screen and (min-width: 1024px) {
	.footer__menu a {
		padding: 0;
	}
}

.footer__details {
	font-size: 1.4rem;
	max-width: 450px;
	font-weight: 600;
}

.footer__details a {
	color: inherit;
	text-decoration: none;
}

.footer__logo {
	display: none;
}

@media screen and (min-width: 1024px) {
	.footer__logo {
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
	}
}

.footer__logo img {
	display: block;
	width: 262px;
}

.footer__sml {
	font-size: 1.2rem;
	margin: 50px 0 0;
	display: flex;
	flex-direction: column-reverse;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.footer__sml {
		flex-direction: row;
		margin: 70px 0 0;
		text-align: right;
	}

	.footer__sml br {
		display: none;
	}
}

.footer__sml a.desktop {
	display: none;
}

@media screen and (min-width: 1024px) {
	.footer__sml a.desktop {
		display: inline-block;
	}
}

.footer__social {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px;
}

@media screen and (min-width: 1024px) {
	.footer__social {
		justify-content: flex-end;
		margin: 0;
	}
}

.footer__social a {
	text-decoration: none;
	margin: 0 25px;
}

@media screen and (min-width: 1024px) {
	.footer__social a {
		margin: 0 0 0 20px;
	}
}

.footer__social img {
	display: block;
	width: auto;
	height: 35px;
}

@media screen and (min-width: 1024px) {
	.footer__social img {
		height: 17px;
	}
}
