.site-footer{
  background:#061221;
  border-top:1px solid rgba(30,48,72,.55);
  padding:46px 40px;
  color:#7d97b4;
  width:100%;
  max-width:none;
  margin:0;
  text-align:initial;
  font-size:14px;
  display:block;
}

.site-footer a{
  margin:0;
}

.site-footer-inner{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:20px 34px;
}

.site-footer .footer-brand{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:30px;
  text-decoration:none;
}

.site-footer .footer-brand-mark{
  width:6px;
  height:24px;
  border-radius:3px;
  background:linear-gradient(180deg,#2563eb,#0891b2);
  flex:0 0 auto;
}

.site-footer .footer-brand-text{
  font-family:'Syne','DM Sans',sans-serif;
  font-weight:800;
  font-size:15px;
  color:#dde8f5;
  letter-spacing:-.02em;
}

.site-footer .footer-links{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 18px;
}

.site-footer .footer-link-break{
  flex-basis:100%;
  height:0;
}

.site-footer .footer-links a{
  color:#7d97b4;
  text-decoration:none;
  font-size:13px;
  line-height:1;
  white-space:nowrap;
  transition:color .15s ease;
}

.site-footer .footer-links a:hover{
  color:#cfe0f2;
}

.site-footer .footer-social{
  display:flex;
  align-items:center;
  gap:12px;
  margin-left:auto;
}

.site-footer .footer-social-label{
  font-size:12px;
  line-height:1;
  color:#5d7693;
  white-space:nowrap;
}

.site-footer .social-icon{
  width:30px !important;
  height:30px !important;
  min-width:30px;
  min-height:30px;
  padding:0 !important;
  display:grid !important;
  place-items:center;
  border-radius:8px;
  color:#9db4cd;
  border:1px solid rgba(120,160,210,.18);
  background:transparent;
  box-shadow:none;
  text-decoration:none;
  transform:none;
  transition:color .15s ease,border-color .15s ease;
}

.site-footer .social-icon:hover{
  color:#fff;
  border-color:rgba(120,170,255,.5);
}

.site-footer .social-icon svg{
  width:17px !important;
  height:17px !important;
  max-width:17px !important;
  max-height:17px !important;
  display:block;
  fill:currentColor;
}

.site-footer .social-icon svg[fill="none"]{
  fill:none;
  stroke:currentColor;
}

.site-footer .social-icon svg[fill="none"] [fill="currentColor"]{
  fill:currentColor;
}

.site-footer .footer-copy{
  flex-basis:100%;
  font-size:12.5px;
  line-height:1.35;
  color:#5d7693;
  padding-top:6px;
}

.site-footer .sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

@media(max-width:760px){
  .site-footer{
    padding:34px 22px;
  }

  .site-footer-inner{
    justify-content:center;
    text-align:center;
    gap:18px 24px;
  }

  .site-footer .footer-brand{
    justify-content:center;
  }

  .site-footer .footer-links{
    justify-content:center;
  }

  .site-footer .footer-social{
    width:100%;
    justify-content:center;
    margin-left:0;
  }

  .site-footer .footer-copy{
    text-align:center;
  }
}

@media(max-width:420px){
  .site-footer{
    padding:30px 18px;
  }

  .site-footer .footer-links{
    gap:12px 16px;
  }
}
