.mobile-hamburger{cursor:pointer;display:none;font-size:28px;user-select:none;z-index:999}.mobile-hamburger .close-icon{display:none}@media (max-width:1024px){.mobile-hamburger{display:flex;justify-content:flex-end}.mobile-menu-container{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .4s ease}.mobile-menu-container.active{background:#fff;display:block;left:0;max-height:500px;opacity:1;position:absolute;top:77px;transition:max-height .4s ease,opacity .4s ease;width:100%;z-index:99999}.mobile-menu-container:not(.active){display:none;max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .4s ease}}