@media screen and (min-width: 1400px){
}
@media screen and (max-width: 1400px) {
    nav.wa-top-menu .logo{
    }
}

@media screen and (max-width: 1200px) {
    nav.wa-top-menu .logo h4 {
        width: 180px;
    }
    nav.wa-top-menu .logo h1{
        font-size: var(--fs-2);
        margin: 0 !important;
    }
    nav.wa-top-menu .logo h1 {
        padding-top: 5rem;
    }
    .wa-top-menu:before {
        width: 200px;
    }
    nav.wa-top-menu .right i.fa-solid.fa-bars {
        display: none !important;
    }
}
@media screen and (max-width: 992px){
    nav.wa-top-menu .right ul{
        display: none !important;
    }
    .wa-top-menu:before {
        width: 200px;
    }
    .wa-top-menu:before {
        width: 150px;
        height: 150px;
    }
    nav.wa-top-menu .logo h1 {
        padding-top: 3rem;
        font-size: var(--fs-2);
    }
    nav.wa-top-menu .logo h4 {
        font-size: var(--fs-4);
    }
    nav.wa-top-menu .logo {
        padding-left: 0;
        padding-right: 6.5rem;
    }
    nav.wa-top-menu .right i.fa-solid.fa-bars {
        display: block !important;
    }
    header.wa-header {
        margin-bottom: 4rem;
    }
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 562px){
    .wa-top-menu:before {
        width: 100px;
        height: 100px;
    }
    nav.wa-top-menu .logo h4{
        display: none;
    }
    nav.wa-top-menu .logo h1{
        padding-top: 0;
        padding-left: 2.75rem;
    }
    nav.wa-top-menu .left .search {
        display: none;
    }
    header.wa-header {
        margin-bottom: 2rem;
    }
}