.mobile-navbar{background:#0c0c0d;box-shadow:0 2px 4px rgba(0,0,0,.1);left:0;padding:5px 0;position:fixed;top:0;width:100%}.mobile-nav-container{align-items:center;display:flex;height:60px;justify-content:space-between;padding:1rem}.mobile-logo img{width:240px}.mobile-burger-button{background:none;border:none;cursor:pointer;padding:.5rem}.mobile-burger-button svg{height:24px;width:24px;stroke:#eaeaea}.mobile-nav-menu{background:#0c0c0d;height:calc(100vh - 60px);left:0;overflow-y:auto;padding:1rem;position:fixed;top:70px;transform:translateX(-100%);transition:transform .3s ease-in-out;width:100%}.mobile-nav-menu.mobile-active{transform:translateX(0)}.mobile-menu-item{border-bottom:1px solid #eaeaea;color:#eaeaea}.mobile-menu-item:last-child{border-bottom:none;margin-bottom:2rem}.mobile-menu-trigger{align-items:center;background:none;border:none;color:#eaeaea;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:1rem;text-align:left;width:100%}.mobile-menu-trigger:hover{background:#c21e21}.mobile-submenu{background:#0c0c0d;display:none;padding-left:1rem}.mobile-submenu.mobile-active{display:block}.mobile-submenu-item{color:#eaeaea;display:block;padding:.75rem 1rem;text-decoration:none}.mobile-submenu-item:hover{background:#c21e21}.mobile-chevron{transition:transform .3s ease}.mobile-menu-trigger.mobile-active .mobile-chevron{transform:rotate(180deg)}@media screen and (max-width:959px){.mobile-nav-container{display:flex}}@media screen and (min-width:959px){.mobile-navbar{display:none}}