#footer-newsletter-cta-container {
	width: 100%;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
	background-color: #0C2F37;
	margin: 0;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer-newsletter-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
#footer-newsletter-cta-img-container {
	height: 100%;
	display: flex;
	align-items: center;
}
#footer-newsletter-cta-img-container > img {
	height: 30px;
	aspect-ratio: 271/258;
}
#footer-newsletter-cta-text-container > a {
	color: #21B6D7;
}