<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
    background: var(--Chalk-White, #F2F1F0);
    border-top: 1px solid #E4E7EC;
    align-items: center;
}
.footer-other_links{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-other_links a{
    margin: 0px .6rem;
}

.footer-other_links a{
    margin: 0px .6rem;
}
.footer-other_links a{
    width: 160px;
    padding: 0px;
    text-align: left;
    margin: 0px 0px .6rem 0px;
}

.footer-other_links{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-other_links a:hover{
    color: #131E29 !important;
}
.footer-other_links a, #year{
    width: auto;
    font-size: 14px !important;
    color: #131E29;
}

.footer-M{
    display: none;
}

#copyright{
    font-size: 14px;
    color: #131E29;
}
.footer-other_links a{
    margin-bottom: 0px;
    margin: 0px .6rem;
}

.footer-logo img{
    width: 100%;
}

@media screen and (max-width: 992px) {
    .footer-M{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    .navbar{
      padding-left: 1rem;
    }
    .footer-M p{
        font-size: 14px;
        white-space: nowrap;
    }
    #copyright, #footer-logo {
        display: none !important;
    }
    /* #footer-logo_M {
        transform: translateX(-25px);
    } */
    #footer-logo_M img {
        width: 100%;
        height: 100%;
        max-width: 140px;
    }
    .footer {
        padding: 0px 1.6rem 1rem 1.6rem !important;
        width: 100vw;
    }
    .footer-logo {
        margin: 1rem 0px .2rem 0px !important;
        width: 100%;
    }
    .footer-other_links a {
        width: 160px;
        padding: 0px;
        text-align: left;
        margin: 0px 0px .6rem 0px;
    }
    .footer-other_links{
      margin-top: 2rem !important;
    }
  }
  
  @media screen and (min-width: 992px){
    .navbar{
      padding-left: 50px;
    }
    footer .container{
        max-width:2000px !important
    }
    .footer-icons{
        margin:0 !important;
        width:8rem
    }
    .footer-icons a{
        height:auto
    }
    .footer .icon-link{
        font-size:2rem !important
    }
    .footer-hr{
        display:none
    }
    .footer_links{
        position:relative;
        margin-left:2rem;
        /* width:40rem; */
        height: fit-content;
    }
    .footer_links a{
        /* position:absolute; */
        font-weight:400 !important;
        font-size:16px;
        text-align:left
    }
    .footer_links .footer-links_title{
        display:block !important;
        color:#131E29;
        font-size:1.6rem
    }
  
    .footer {
        height: 105px;
        display: grid !important;
        grid-template-areas:
        "logo links"
        "copyright links";
        justify-content: space-evenly !important;
        width: 100% !important;
    }
    .footer-other_links{
      margin-top: 0px !important;
    }
    .footer{
      width: 100vw !important;
      display: flex !important;
      justify-content: space-between !important;
      padding: 0px 50px;
    }
    .footer_links{
      width: auto !important;
    }
  }
  
  @media screen and (max-width: 768px) {
    .footer {
        padding-bottom: 15px;
    }
  
    .footer {
        padding: 55px 0 50px 0;
    }
  }</pre></body></html>