body.gin--classic-toolbar header.header,body.gin--horizontal-toolbar header.header,body.gin--vertical-toolbar header.header{position:relative}body.gin--horizontal-toolbar:not(.toolbar-vertical):not(.requisition-form-page) header.header{position:absolute;top:calc(var(--gin-toolbar-y-offset) + var(--gin-toolbar-secondary-height) + 43px)!important}body.gin--horizontal-toolbar.requisition-form-page:not(.toolbar-vertical) header.header{position:absolute;top:calc(var(--gin-toolbar-y-offset) + var(--gin-toolbar-secondary-height))!important}body:not(.gin--horizontal-toolbar) .header:before{content:"";position:absolute;left:0;top:-100%;width:100%;height:100%;background:var(--color-white);transition:top .3s;}.burger-menu--open body:not(.gin--horizontal-toolbar) .header:before{background:none}body:not(.gin--horizontal-toolbar) .header.header-fixed:before{top:0}.header{position:fixed;font-family:var(--base-font-family);font-weight:var(--base-font-weight);color:var(--header-text-color);width:100%;top:0;left:0;z-index:100;}.header__inner{display:flex;align-items:center;height:var(--header-height-mobile);}@media (min-width:992px){.header__inner{height:var(--header-height)}}.header__inner .burger{order:2;}@media (min-width:992px){.header__inner .burger{order:0}}