
/* Footer vector logo */
.footer-brand-lockup{
  display:flex;
  align-items:center;
  gap:12px;
  color:#10cdb8;
}
.footer-brand-symbol{
  width:62px;
  height:48px;
  flex:0 0 auto;
  fill:currentColor;
  overflow:visible;
}
.footer-brand-text{
  display:flex;
  flex-direction:column;
  line-height:1;
  text-align:left;
}
.footer-brand-name{
  color:#ffffff;
  font-weight:800;
  font-size:22px;
  letter-spacing:.02em;
  white-space:nowrap;
}
.footer-brand-name b{color:#10cdb8}
.footer-brand-tagline{
  color:#72ded3;
  font-size:8px;
  font-weight:700;
  letter-spacing:.16em;
  margin-top:6px;
  white-space:nowrap;
}
@media(max-width:900px){
  .footer-brand-lockup{justify-content:center}
}
