<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer-menu-cols h5 a {
  font-weight: 600 !important;!i;!;
  pointer-events: all !important;!i;!;
}

.footer-menu-cols h5 a:hover {color: rgba(var(--color-three), 1);}

.sc-lists ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px 21px;
  flex-wrap: wrap;
  line-height: 0;
  margin-top: 37px;
  position: relative;
}

.sc-lists ul svg {
  height: 23px;
  fill: currentColor;
  transition: all .3s ease;
}

.sc-lists ul:before {
  content: 'Follow Us:';
  display: block;
  width: 100%;
  margin: 0 0 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.sc-lists ul a {
  pointer-events: all !important;
  !i; !; }

.sc-lists ul a:hover svg {
  fill: rgb(var(--color-three));
}
</pre></body></html>