@media(min-width:1399.98px) {}

@media(max-width:1399.98px) {}

@media(max-width:1199.98px) {}

@media(max-width:991.98px) {

    #header {
        padding: 20px 0;
    }

    .container {
        width: 100%;
    }

    #hamburger-btn {
        position: unset;
    }

    #hover-menu-wrapper {
        width: 100%;
        height: 100%;
        transform: translateX(100%);
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        padding: 25px 0px;
        border-radius: 0;
        padding-top: 96px;
    }

    #hover-menu-wrapper.hover-menu-visible {
        z-index: -1;
        visibility: visible;
        pointer-events: all;
    }

    #header.menu-open {
        padding: 0;
    }

    #header.menu-open .header-wrapper {
        padding: 20px 0;
        background: #fff;
    }

    #header.menu-open #Layer_1-2 path {
        fill: #000 !important;
    }

    #header.menu-open .hamburger-item {
        background: #000;
    }

    .hamburger-item:nth-child(3) {
        background: none !important;
    }

    .hover-content-item {
        flex-direction: column;
        padding: 15px;
    }

    .hover-item-icon {
        width: 40px;
    }

    .hevermenu-title {
        padding: 0 10px;
    }
}

@media(max-width:767.98px) {}

@media(max-width:575.98px) {}