header{background-color:#00b7bf;height:50px;margin:0;position:fixed;top:0;width:100vw;z-index:1000}.header_inner{display:flex;height:30px;justify-content:space-between;margin:10px auto;max-width:1024px;width:calc(100% - 32px)}.header_inner_item.right{display:flex;height:30px;justify-content:flex-end;padding:0 8px}.header_inner_item.right div{display:block;height:30px}header .axoniq_logo{height:30px;width:100px}header .right a{color:#fff;font-size:18px;line-height:30px;margin:0 0 0 24px}header .right a.button{background-color:#1374cf;border-radius:2px;color:#fff;height:30px;margin-left:16px;padding:0 12px}header .right a.button div{display:inline;line-height:30px}#menu_button{display:none}@media only screen and (max-width:768px){header .header_inner_item.right{flex-direction:column;gap:6px;height:auto;left:0;padding:24px 24px 24px 0;position:absolute;top:0;transform:translateY(-100%);transition:all .4s ease-in-out;width:100vw}header .header_inner_item.right.active{background-color:#434a56;transform:translateY(0)}header .header_inner_item.right a.button:after{position:absolute;right:40px}#menu_button{display:block;height:32px;position:absolute;right:16px;top:8px;width:32px}#menu_button_bars,#menu_button_bars:after,#menu_button_bars:before{background-color:#fff;border-radius:2px;content:"";display:block;height:4px;position:relative;transition:top .2s ease-out .2s,transform .2s ease-in;width:24px}#menu_button_bars{top:14px}#menu_button_bars:before{top:-8px}#menu_button_bars:after{top:4px}.active #menu_button_bars,.active #menu_button_bars:after,.active #menu_button_bars:before{transition:transform .2s ease-out .2s,top .2s ease-in!important}.active #menu_button_bars{transform:rotate(-45deg)}.active #menu_button_bars:before{top:0}.active #menu_button_bars:after{top:-3px;transform:rotate(90deg)}}