:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cf47951 */.lham-footer{
    --lham-ink:#050B1A;
    --lham-blue:#1E88E5;
    --lham-blue-deep:#0B4EA9;
    --lham-gold:#D4AF37;
    --lham-gold-light:#F3D36A;
    --lham-mist:#AEC1E8;
    --lham-line:rgba(255,255,255,.1);
    background:var(--lham-ink);
    padding:90px 20px 32px;
}
.lham-footer-inner{ max-width:1160px; margin:0 auto; }
.lham-footer-grid{
    display:grid;
    grid-template-columns:1.3fr 1fr 1fr 1.2fr;
    gap:40px;
}
.lham-footer-social a.lham-footer-social-link, .lham-footer-col ul li a.lham-footer-social-link, .lham-footer-bottom a.lham-footer-social-link{
    text-decoration: none;
}
.lham-footer-brand-mark{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    border-radius:50%;
    background:linear-gradient(135deg,var(--lham-blue),var(--lham-blue-deep));
    font-family:'Space Grotesk',sans-serif;
    font-weight:700;
    color:#fff;
    font-size:.8rem;
    margin-bottom:18px;
}
.lham-footer-col p{
    color:var(--lham-mist);
    font-size:.9rem;
    line-height:1.75;
    margin:0 0 22px;
    max-width:32ch;
}
.lham-footer-social{ display:flex; gap:10px; }
.lham-footer-social a{
    width:38px;
    height:38px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.14);
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--lham-mist);
    text-decoration:none;
    transition:.3s ease;
}
.lham-footer-social a:hover{ border-color:var(--lham-gold); color:var(--lham-gold-light); }
.lham-footer-col h4{
    font-family:'Space Grotesk',sans-serif;
    color:#fff;
    font-size:1rem;
    font-weight:600;
    letter-spacing:.02em;
    margin:0 0 20px;
}
.lham-footer-col ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:12px; }
.lham-footer-col ul a{
    color:var(--lham-mist);
    text-decoration:none;
    font-size:.9rem;
    transition:color .25s ease;
}
.lham-footer-col ul a:hover{ color:var(--lham-gold-light); }
.lham-footer-col ul.lham-footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    color:var(--lham-mist);
    font-size:.9rem;
    line-height:1.6;
}
.lham-footer-col ul.lham-footer-contact i{
    color:var(--lham-gold-light);
    font-size:.9rem;
    margin-top:3px;
    width:14px;
}
.lham-footer-bottom{
    margin-top:56px;
    padding-top:26px;
    border-top:1px solid var(--lham-line);
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:14px;
    font-size:.84rem;
    color:var(--lham-mist);
}
.lham-footer-legal{ display:flex; gap:22px; flex-wrap:wrap; }
.lham-footer-legal a{ color:inherit; text-decoration:none; }
.lham-footer-legal a:hover{ color:var(--lham-gold-light); }
@media (max-width:860px){
    .lham-footer-grid{ grid-template-columns:1fr 1fr; gap:36px 28px; }
}
@media (max-width:520px){
    .lham-footer-grid{ grid-template-columns:1fr; }
}/* End custom CSS */