<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
  background-color: #2B2B2B;
  text-align: center;
  padding: 20px;
}

.footer h5{
  font-size: 18px;
  margin: 10px 0 7px;
}
.footer a{
  color:#ffffff;
}

.footer .discliamer{
  color: #3563a8;
  font-size: 11px;
  font-weight: bold;
}

.footer .footer-links{
  margin: 0;
  padding: 0;
}

.footer .footer-links li{
  margin: 0;
  padding: 0 0.5em;
  display: inline;
  color: #ffffff;
  border-right: 1px solid #000;
  line-height: 30px;
  font-weight: 500;
  font-size: 14px;
}

.footer .footer-links li:last-child{
  border-right: none
}

.footer .footer-links li a{
  color: #ffffff;
}

/* footer-login */

.footer-login {
  margin-top: 20px;
  background-color: #2B2B2B;
  font-weight: bold;
  color: #ffffff;
}
</pre></body></html>