
.pointer{
    cursor:pointer !important
}
.hideme{
    display:none !important
}
.bold{
    font-weight:700
}
.no-link{
    color:#fff;
    text-decoration:none
}
.no-link:hover{
    color:#07f
}
.show-link{
    color:#000
}
.show-link:hover{
    color:#07f
}
.text-small{
    font-size:14px
}
.btn-main{
    background-color:#0052b1;
    height:2.7rem
}
.btn-main p{
    margin:0;
    color:#fff
}
.btn-small{
    background-color:#000;
    border-radius:50px
}
.bg-grey{
    background-color:#f5f5f5
}
.bg-blue{
    background-color:#0052b1
}
.underline{
    border-bottom:3px solid #0052b1
}
.btn-black{
    background-color:#000;
    color:#fff;
    text-align:center;
    width:10rem;
    outline:none;
    border:none;
    border-radius:5px;
    padding:10px 0
}
.btn-black:hover{
    color:#fff !important
}
.btn-black:active{
    color:#a1a1a1;
    outline:rgba(0,83,177,.5019607843) solid 8px !important
}
.btn-blue{
    background-color:#0052b1;
    color:#fff;
    text-align:center;
    width:14rem;
    outline:none;
    border:none;
    border-radius:5px;
    padding:10px 0;
    text-decoration:none
}
.btn-blue:hover{
    color:#fff !important
}
.btn-blue:active{
    color:#a1a1a1;
    outline:rgba(0,83,177,.5019607843) solid 8px !important
}
.footer-copyright{
    display:block !important;
    text-align:center
}
.footer{
    padding:0 !important
}
footer a{
    text-decoration:none;
    height:30px
}
.footer-icons{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:12rem
}
.footer-icons .fa-brands:hover{
    color:#0052b1 !important
}
.icon-link{
    font-size:2rem
}

@media screen and (min-width: 992px){
    footer .container{
        max-width:2000px !important
    }
    .footer{
        display:grid !important;
        grid-template-areas:"logo links" "copyright links";
        justify-content:space-evenly !important;
        width:100% !important
    }
    .footer-logo{
        flex-direction:row !important;
        align-items:center !important;
        justify-content:space-between !important;
        width:18rem;
        margin-right:auto;
        margin-left:auto;
        grid-area:logo;
        margin-top:1.5rem;
        position:relative;
        top:-30px
    }
    .footer-icons{
        margin:0 !important;
        width:8rem
    }
    .footer-icons a{
        height:auto
    }
    .footer .icon-link{
        font-size:2rem !important
    }
    .footer-links{
        grid-area:links
    }
    .footer-hr{
        display:none
    }
    .footer-copyright{
        padding-top:0px !important;
        position:relative;
        top:-70px;
        grid-area:copyright;
        text-align:left !important
    }
    .footer_links{
        position:relative;
        margin-top:3rem;
        margin-left:2rem;
        width:40rem;
        height:10rem
    }
    .footer_links a{
        position:absolute;
        font-weight:400 !important;
        font-size:16px;
        text-align:left
    }
    .footer_links .footer-main_links a:nth-child(1){
        top:5rem;
        left:10rem
    }
    .footer_links .footer-main_links a:nth-child(2){
        top:3rem;
        left:10rem
    }
    .footer_links .footer-main_links a:nth-child(3){
        top:5rem;
        left:0
    }
    .footer_links .footer-main_links a:nth-child(4){
        top:7rem;
        left:10rem
    }
    .footer_links .footer-main_links a:nth-child(5){
        top:3rem;
        left:0
    }
    .footer_links .footer-main_links a:nth-child(6){
        top:7rem;
        left:0
    }
    .footer_links .footer-main_links a:nth-child(7){
        top:9rem;
        left:10rem
    }
    .footer_links .footer-other_links a:nth-child(1){
        top:3rem;
        left:20rem
    }
    .footer_links .footer-other_links a:nth-child(2){
        top:5rem;
        left:20rem
    }
    .footer_links .footer-other_links a:nth-child(3){
        top:7rem;
        left:20rem
    }
    .footer_links .footer-other_links a:nth-child(4){
        top:9rem;
        left:20rem
    }
    .footer_links .footer-links_title{
        display:block !important;
        color:#fff;
        font-size:1.6rem
    }
    .footer_links .footer-links_title p{
        position:absolute;
        padding-left:.6rem
    }
    .footer_links .footer-links_title p:nth-child(1){
        top:0;
        left:0
    }
    .footer_links .footer-links_title p:nth-child(2){
        top:0;
        left:10rem
    }
    .footer_links .footer-links_title p:nth-child(3){
        top:0;
        left:20rem
    }
}

/*# sourceMappingURL=styles-22.css.map */
