<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-footer__social__link svg {
  fill: #999;
  width: 24px;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  height: 24px;
}
.page-footer__social__link svg:hover {
  fill: #f7f7f7
}
a.page-footer__social__link[href*="http://twitter.com/"]:before {
  content: "顦�";
  font-family: Font Awesome\ 6 Brands;
  font-weight: 400;
  color: #999;
  font-size: 24px;
}
a.page-footer__social__link[href*="http://twitter.com/"] svg {
  display: none;
}
a.page-footer__social__link:hover:before {
  color: #f7f7f7;
}

.page-footer-wrapper {
    display: none;
}


#nv-footer .page-footer-wrapper {
    display: block;
}</pre></body></html>