footer.footer {
  background-color: var(--wp--preset--color--background-light);
  padding: var(--wp--preset--spacing--xl) 0px;
}
footer.footer .footer-content {
  justify-content: center;
  text-align: center;
}
footer.footer .footer-content .footer-top .site-logo {
  max-width: 114px;
  margin: auto;
  margin-bottom: var(--wp--preset--spacing--xl);
}
footer.footer .footer-content .footer-top .site-logo img {
  width: 100%;
}
footer.footer .footer-content .footer-top .socials {
  display: flex;
  justify-content: center;
  margin-bottom: var(--wp--preset--spacing--xl);
  gap: var(--wp--preset--spacing--xl);
}
footer.footer .footer-content .footer-top .socials a {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer.footer .footer-content .footer-top .socials a span {
  font-weight: 400;
}
footer.footer .footer-content .footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  border-top: 1px solid #DCE0E6;
  padding-top: var(--wp--preset--spacing--l);
}
@media screen and (max-width: 768px) {
  footer.footer .footer-content .footer-bottom {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
footer.footer .footer-content .footer-bottom p {
  margin: 0px;
  color: #475467;
}
footer.footer .footer-content .footer-bottom .menu-right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer.footer .footer-content .footer-bottom .menu-right {
    justify-content: center;
  }
}
footer.footer .footer-content .footer-bottom .menu-right .menu-footer-container ul {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  footer.footer .footer-content .footer-bottom .menu-right .menu-footer-container ul {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    margin: auto;
  }
}
footer.footer .footer-content .footer-bottom .menu-right .menu-footer-container ul li a {
  color: #475467;
  font-weight: 400;
  text-decoration: underline;
  font-size: 14px;
}