/* ORBIT global footer v2 */
#orbit-site-footer{background:#070a10;color:#fff;margin:0!important;padding:0!important;border:0!important;}
#orbit-site-footer .orbit-footer-shell{width:min(1400px,calc(100% - 96px));margin:0 auto;padding:52px 0 0;}
#orbit-site-footer .orbit-footer-main{display:flex;align-items:flex-start;justify-content:space-between;gap:48px;padding-bottom:34px;}
#orbit-site-footer .orbit-footer-brand{display:inline-flex;width:184px;line-height:0;flex:0 0 auto;}
#orbit-site-footer .orbit-footer-brand img{display:block;width:100%;height:auto;}
#orbit-site-footer .orbit-footer-nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(26px,3vw,48px);padding-top:20px;flex-wrap:wrap;font-size:16px;font-weight:500;line-height:1.35;}
#orbit-site-footer .orbit-footer-nav a{color:#f5f7fb;text-decoration:none;opacity:.96;transition:opacity .18s ease,color .18s ease;}
#orbit-site-footer .orbit-footer-nav a:hover{color:#fff;opacity:1;}
#orbit-site-footer .orbit-footer-divider{height:1px;background:rgba(255,255,255,.08);}
#orbit-site-footer .orbit-footer-social-row{display:flex;justify-content:flex-end;padding:28px 0 30px;}
#orbit-site-footer .orbit-footer-social{display:flex;flex-direction:column;align-items:flex-end;gap:12px;}
#orbit-site-footer .orbit-footer-social-label{margin:0;color:#9da7b7;font-size:14px;font-weight:700;line-height:1.3;text-align:right;}
#orbit-site-footer .orbit-footer-social-links{display:flex;align-items:center;justify-content:flex-end;gap:12px;}
#orbit-site-footer .orbit-footer-social-links a{display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#e8edf5;text-decoration:none;transition:border-color .18s ease,background .18s ease,transform .18s ease,color .18s ease;}
#orbit-site-footer .orbit-footer-social-links a:hover{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.055);color:#fff;transform:translateY(-1px);}
#orbit-site-footer .orbit-footer-social-links svg{display:block;width:20px;height:20px;}
#orbit-site-footer .orbit-footer-legal{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 0 30px;color:#7f8999;font-size:12.5px;line-height:1.55;}
#orbit-site-footer .orbit-footer-legal p{margin:0;}
#orbit-site-footer .orbit-footer-legal-links{display:flex;align-items:center;justify-content:flex-end;gap:24px;flex-wrap:wrap;}
#orbit-site-footer .orbit-footer-legal-links a{color:#9ca6b5;text-decoration:none;}
#orbit-site-footer .orbit-footer-legal-links a:hover{color:#fff;}
@media (max-width:900px){
  #orbit-site-footer .orbit-footer-shell{width:calc(100% - 48px);padding-top:40px;}
  #orbit-site-footer .orbit-footer-main{display:grid;grid-template-columns:1fr;gap:28px;padding-bottom:28px;}
  #orbit-site-footer .orbit-footer-brand{width:158px;}
  #orbit-site-footer .orbit-footer-nav{justify-content:flex-start;padding-top:0;gap:14px 24px;font-size:14px;}
  #orbit-site-footer .orbit-footer-social-row{padding:24px 0 26px;}
  #orbit-site-footer .orbit-footer-legal{align-items:flex-start;flex-direction:column;gap:12px;padding:20px 0 26px;}
  #orbit-site-footer .orbit-footer-legal-links{justify-content:flex-start;gap:18px;}
}
@media (max-width:520px){
  #orbit-site-footer .orbit-footer-shell{width:calc(100% - 32px);padding-top:34px;}
  #orbit-site-footer .orbit-footer-brand{width:146px;}
  #orbit-site-footer .orbit-footer-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 18px;width:100%;}
  #orbit-site-footer .orbit-footer-social-row{padding:22px 0 24px;}
  #orbit-site-footer .orbit-footer-social-label{font-size:13px;}
  #orbit-site-footer .orbit-footer-social-links a{width:44px;height:44px;}
  #orbit-site-footer .orbit-footer-legal{font-size:11.5px;}
}
