/* Shared VICNEXT footer signature */
.site-footer__credits-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.footer__credits {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.vicnext-footer-signature {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto .75rem;
  text-align: center;
}
.vicnext-footer-slogan,
.vicnext-footer-copyright {
  display: block;
  margin: 0;
}
.vicnext-footer-slogan {
  font-size: 1.05em;
  font-weight: 600;
  margin-bottom: .45rem;
}
html[data-vicnext-language="en"] .vicnext-footer-slogan,
html[lang="en"] .vicnext-footer-slogan {
  font-style: italic;
}
#block-copyrightinfo,
.footer_privacy {
  text-align: center;
  width: 100%;
}
.footer_privacy {
  margin: .5rem auto 0;
}
