html{
    scroll-behavior:smooth;
}

.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}

footer{
    margin-top: auto;
}

:focus{
  outline: none!important;
}

#pre_loading{
    display: none;
}

.mp-nav-li .mp-nav-li__nav{
    display: none;
}

.childMenu:hover .mp-nav-li__nav{
    display: block;
}

.bg-green{
    background-color: #187D29;
}

.text-green{
    color: #187D29;
}