.sticky-menu{height:0;position:relative}.sticky-menu__container{display:flex;justify-content:center;flex-wrap:wrap;width:100%;z-index:9;transition:.3s}@media screen and (min-width:767px){.sticky-menu__container--fixed{position:fixed;top:86px;box-shadow:0 0 15px rgba(0,0,0,0.1)}}.sticky-menu__item{flex:1;min-width:150px;background-color:#ddd;border:1px solid #fff;border-bottom:0;text-align:center;transition:background-color .3s;display:flex;align-items:center}.sticky-menu__item:hover{background-color:#ccc}.sticky-menu__link{color:#818284;font-family:'miraibold','Open Sans',sans-serif;text-transform:uppercase;letter-spacing:1px;width:100%;padding:10px}.sticky-menu__link:hover{color:#818284}@media screen and (max-width:1280px){.sticky-menu__container--fixed{top:85px}}@media screen and (max-width:767px){.sticky-menu__container--fixed{top:75px}}