.gm-footer{
    padding:0;
    width:100%;
}

.footer-shell{
    max-width:100%;
    width:100%;
    padding-left:0;
    padding-right:0;
}

.footer-top-cta{
    width:100%;
    background:#f4f4f2;
    color:#191919;
    padding:32px 44px;
    display:grid;
    grid-template-columns:160px 1fr 100px;
    align-items:center;
    gap:24px;
    margin:0;
}

.footer-top-small-link{
    font-size:14px;
    line-height:1.25;
    font-weight:600;
    color:#303030;
    text-decoration:none;
    display:inline-block;
    max-width:110px;
    letter-spacing:.3px;
}

.footer-top-small-link:hover{
    color:#302283;
}

.footer-top-cta-center h2{
    margin:0;
    font-size:68px;
    line-height:1;
    font-weight:600;
    color:#222226;
    letter-spacing:-2px;
    display:inline-block;
    position:relative;
}

.footer-top-cta-center h2:after{
    content:"";
    position:absolute;
    left:0;
    bottom:-12px;
    width:100%;
    height:2px;
    background:#302283;
}

.footer-top-arrow{
    width:78px;
    height:78px;
    border-radius:50%;
    background:#302283;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:28px;
    margin-left:auto;
    transition:transform .2s ease, background .2s ease;
}

.footer-top-arrow:hover{
    transform:translateX(4px);
    background:#d7ea00;
    color:#111;
}

.footer-dark-main{
    width:100%;
    background:#302283;
    color:#fff;
    padding:32px 44px;
    margin:0;
}

.footer-brand-row{
    display:grid;
    grid-template-columns:20% 80%;
    gap:22px;
    align-items:center;
    margin-bottom:22px;
    padding:20px 0 24px;
    border-bottom:1px solid rgba(255,255,255,0.16);
}

.footer-brand-logo-box{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:0;
}

.footer-brand-text-box{
    min-width:0;
}

.footer-brand-logo{
    max-width:170px;
    width:100%;
    height:auto;
    display:block;
    filter:brightness(0) invert(1);
}

.footer-brand-text{
    margin:0;
    color:rgba(255,255,255,0.88);
    font-size:15px;
    line-height:1.95;
}

.footer-bottom-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:18px;
    align-items:start;
}

.footer-card{
    /*border:1px solid rgba(255,255,255,0.16);
    background:rgba(255,255,255,0.01);*/
    padding:22px 20px;
    height:100%;
}

.footer-card h2{
    margin:0;
    font-size:18px;
    line-height:1.4;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.footer-divider{
    margin:14px 0 18px;
    border-bottom:1px solid rgba(255,255,255,0.22);
}

.branch-item{
    padding:4px 0;
}

.branch-separator{
    width:100%;
    height:1px;
    background:rgba(255,255,255,0.18);
    margin:10px 0;
}

.footer-branch-block a{
    color:#fff;
    text-decoration:none;
    transition:opacity .2s ease;
    line-height:1.8;
    font-size:15px;
}

.footer-branch-block a:hover{
    opacity:.85;
    color:#fff;
}

.footer-branch-block i.fa-circle{
    font-size:8px;
    padding-right:8px;
    vertical-align:middle;
}

.footer-map-link{
    display:inline-block;
    margin-top:14px;
    font-size:14px !important;
    line-height:1.5 !important;
    font-weight:700;
    text-transform:uppercase;
    text-decoration:underline !important;
    text-underline-offset:3px;
}

.footer-form-box-head{
    margin-bottom:14px;
}

.footer-form-box-head h3{
    margin:0 0 6px;
    font-size:24px;
    line-height:1.2;
    font-weight:700;
    color:#fff;
}

.footer-form-box-head p{
    margin:0;
    color:rgba(255,255,255,0.80);
    font-size:14px;
    line-height:1.7;
}

.footer-side-form{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    align-items:start;
}

.footer-side-field{
    min-width:0;
}

.footer-theme-input,
.footer-theme-textarea{
    width:100%;
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    border:1px solid #ffffff !important;
    border-radius:0 !important;
    background:#ffffff !important;
    color:#111827 !important;
    font-size:14px;
    padding:0 12px !important;
    box-shadow:none !important;
    transition:all .2s ease;
    resize:none;
}

.footer-theme-input::placeholder,
.footer-theme-textarea::placeholder{
    color:#6b7280;
}

.footer-theme-textarea{
    line-height:42px;
    overflow:hidden;
}

.footer-theme-input:focus,
.footer-theme-textarea:focus{
    border-color:#d7ea00 !important;
    outline:none !important;
}

.footer-theme-submit{
    width:100%;
    min-height:42px;
    height:42px;
    border:none;
    border-radius:0;
    background:#5194ed !important;
    color:#fff !important;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
    transition:all .2s ease;
}

.footer-theme-submit:hover{
    background:#d7ea00 !important;
    color:#111 !important;
}

.footer-social-links-dark{
    display:flex;
    align-items:center;
    gap:16px;
    flex-wrap:wrap;
    margin-top:16px;
}

.footer-social-links-dark a{
    color:#fff;
    text-decoration:none;
    font-size:22px;
    line-height:1;
    transition:opacity .2s ease, transform .2s ease;
}

.footer-social-links-dark a:hover{
    opacity:.85;
    transform:translateY(-2px);
}

.footer-theme-popup{
    background:#fff;
    border-radius:0;
    border:1px solid #d9dce3;
}

.footer-popup-head{
    margin-bottom:14px;
}

.footer-popup-kicker{
    display:inline-block;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#302283;
    margin-bottom:6px;
}

.footer-popup-head h3{
    font-size:24px;
    font-weight:700;
    color:#111827;
    margin:0 0 6px;
}

.footer-popup-head p{
    font-size:14px;
    color:#6b7280;
    line-height:1.7;
    margin:0;
}

.footer-popup-input,
.footer-popup-textarea{
    width:100%;
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    border:1px solid #d7dce5 !important;
    border-radius:0 !important;
    background:#fff !important;
    color:#111827 !important;
    font-size:14px;
    padding:0 12px !important;
    box-shadow:none !important;
    resize:none;
}

.footer-popup-textarea{
    line-height:42px;
    overflow:hidden;
}

.footer-popup-input::placeholder,
.footer-popup-textarea::placeholder{
    color:#6b7280;
}

.footer-popup-input:focus,
.footer-popup-textarea:focus{
    border-color:#302283 !important;
    outline:none !important;
}

.footer-popup-submit{
    width:100%;
    min-height:42px;
    height:42px;
    border:none;
    border-radius:0;
    background:#5194ed !important;
    color:#fff !important;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
    transition:all .2s ease;
}

.footer-popup-submit:hover{
    background:#d7ea00 !important;
    color:#111 !important;
}

.footer-theme-callback-trigger{
    background:#302283;
}

.ftr-submit:before{
    background-color:#5194ed;
}

@media (max-width: 1399px){
    .footer-top-cta-center h2{
        font-size:58px;
    }

    .footer-bottom-grid{
        grid-template-columns:1fr 1fr;
    }
}

@media (max-width: 991px){
    .footer-top-cta{
        grid-template-columns:1fr;
        text-align:left;
        padding:28px 24px;
    }

    .footer-top-cta-center h2{
        font-size:48px;
    }

    .footer-top-arrow{
        margin-left:0;
    }

    .footer-dark-main{
        padding:26px 24px;
    }

    .footer-brand-row{
        grid-template-columns:90px 1fr;
        gap:18px;
    }

    .footer-bottom-grid{
        grid-template-columns:1fr 1fr;
    }
}

@media (max-width: 767px){
    .footer-top-cta{
        padding:22px 16px;
        gap:16px;
    }

    .footer-top-small-link{
        max-width:none;
        font-size:13px;
    }

    .footer-top-cta-center h2{
        font-size:34px;
        letter-spacing:-1px;
    }

    .footer-top-cta-center h2:after{
        bottom:-8px;
    }

    .footer-top-arrow{
        width:58px;
        height:58px;
        font-size:22px;
    }

    .footer-dark-main{
        padding:22px 16px;
    }

    .footer-brand-row{
        grid-template-columns:1fr;
        gap:14px;
        margin-bottom:18px;
        padding:0 0 18px;
    }

    .footer-brand-logo-box{
        justify-content:flex-start;
    }

    .footer-brand-logo{
        max-width:140px;
    }

    .footer-brand-text{
        font-size:14px;
        line-height:1.85;
    }

    .footer-bottom-grid{
        grid-template-columns:1fr;
        gap:14px;
    }

    .footer-card{
        padding:18px 16px;
    }

    .footer-social-links-dark a{
        font-size:20px;
    }
}