.lp-footer {
	background: #104268;
	color: #fff;
	padding: 44px 40px;
	text-align: center;
}

.lp-footer__inner {
	width: min(100%, 1100px);
	margin: 0 auto;
}

.lp-footer__brand {
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.lp-footer__contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px 10px;
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 500;
}

.lp-footer__contact a {
	color: #fff !important;
	font-weight: 800;
	text-decoration: none;
}

.lp-footer__legal {
	max-width: 900px;
	margin: 16px auto 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	line-height: 1.65;
}

.lp-footer__copy {
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.64);
	font-size: 12px;
}

@media (max-width: 768px) {
	.lp-footer {
		padding: 36px 20px;
	}

	.lp-footer__contact span[aria-hidden="true"] {
		display: none;
	}
}
