.mobile-navigation{visibility:hidden;margin:0;position:fixed;width:100%;height:100%;top:0;bottom:0;left:0;right:0;z-index:100;transform:translateX(-100%);background-color:rgba(0,0,0,0.3);transition:.2s all ease-out}.mobile-navigation.nav-open{visibility:visible;transform:translateX(0%);transition:.2s all ease-out}.mobile-menu__inner{margin:0;position:relative;width:100%;max-width:500px;height:100%;top:0;background:#fc3;bottom:0;z-index:100;overflow-y:scroll;box-shadow:0px 15px rgb(0 0 0 / 60%)}@media(max-width:500px){.mobile-menu__inner{max-width:90%}}.mobile-menu__header{background-color:#000;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:20px}.mobile-menu__header a{color:#fff;font-weight:600;margin-left:5px}.mobile-menu__header a:hover{color:#fff;text-decoration:underline;opacity:1}.mobile-menu__header .close{display:flex}.mobile-menu__header .close svg{transform:rotate(45deg);width:22px;height:22px}.mobile-menu__body{margin-top:20px}.mobile-menu__body li{padding-top:20px;position:relative}.mobile-navigation .level-1{background-color:#fc3}.mobile-menu__body .level-1>li{padding-top:10px;padding-bottom:10px}.mobile-menu__body .level-1>li:first-child>ul>li:nth-child(-n+3){display:none}.mobile-menu__body .level-2>li{border-bottom:1px solid #f2f2f2;padding-top:15px;padding-bottom:15px}.mobile-menu__body .level-2>li:last-child{border-bottom:0px}.mobile-menu__body .level-4 .child-open{padding-bottom:15px}.mobile-navigation ul{list-style-type:none;padding-left:0px;margin-top:0px}.mobile-menu__body a{padding-left:15px;padding-right:22px;color:#1b1b1b}.mobile-menu__body a:active,.mobile-menu__body a:focus{color:#000;opacity:1}.mobile-navigation .level-2.submenu{background-color:#fff}.mobile-navigation .level-4{background-color:#f2f2f2;margin-top:10px;padding-bottom:15px}.mobile-navigation .level-1>li>a{font-size:1.3rem;font-weight:800}.mobile-navigation .level-2 a{font-size:1rem;font-weight:800}.mobile-navigation .level-2 .child-open>a{font-weight:800}.mobile-navigation .level-3 a{font-size:.9rem;font-weight:400}.mobile-navigation .level-3 .child-open>a{font-weight:800}.mobile-navigation .level-1>li>a,.mobile-navigation .submenu>li>a{display:flex;width:100%;justify-content:space-between;align-items:center}.mobile-navigation .submenu>li>span{padding-bottom:20px;display:block}span.hide-link{display:block !important;color:yellow}.level-2,.level-3,.level-4{display:none}.mobile-menu__body svg{transform:rotate(0);transition:.1s transform ease-in-out;width:14px;height:14px}.submenu svg{top:20px}.child-open>a svg{transform:rotate(45deg)}.child-open>a{font-weight:800}.level-1>.child-open>a{padding-bottom:10px}.mobile-navigation .footer-menu{padding-left:15px}.mobile-navigation .footer-menu a{color:#1b1b1b}.mobile-navigation .footer-menu:before{content:'';display:block;width:80px;height:3px;background-color:#fff;margin-top:20px;margin-bottom:30px}.mobile-navigation .footer-menu li:nth-child(-n+2){text-transform:uppercase}.mobile-navigation .footer-menu li:nth-child(-n+2) a{font-size:1rem}.mobile-navigation .footer-menu li:nth-child(2){margin-bottom:10px}.mobile-navigation .footer-menu a{font-size:.9rem;font-weight:800}