<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row-menu {
    width: 100%;
}
.navbar-mobile-menu{
    width:100%;
}
.mobile-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.collapse {
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.navbar-toggler {
    background: transparent;
    border: none;
    color: #f1d975;
    font-size: 22px;
}
    .navbar-toggler span {
        cursor: pointer;
    }
.navbar-nav {
    list-style-type: none;
    width: 100%;
    margin-left: -4%;
}

.menu-line {
    margin: 14px 0;
}

.pullDown {
    transition: all .5s ease-out;
    transition-property: height;
}
</pre></body></html>