.mch-menu-button{display:flex;align-items:center}@media(min-width:1024px){.mch-menu-button{display:none}}.mch-menu-button__burger{height:2.4rem;height:var(--wb-ds-size--150);width:2.8rem;width:var(--wb-ds-size--175);position:relative}.mch-menu-button__bar{display:block;height:100%;width:100%;position:absolute;transition:transform .25s cubic-bezier(.4,0,.2,1);transition:transform var(--wb-ds-animation-timing-function) var(--wb-ds-animation-duration--fast)}.mch-menu-button__bar:after{content:"";position:absolute;display:block;height:2px;height:var(--wb-ds-border-width--thick);width:100%;transition:transform .25s cubic-bezier(.4,0,.2,1) .15s;transition:transform var(--wb-ds-animation-timing-function) var(--wb-ds-animation-duration--fast) .15s;background-color:#1f2937;background-color:var(--wb-ds-color-text)}.mch-menu-button__bar:first-of-type:after{top:0;transform-origin:top;border-top-width:2px;border-top-width:var(--wb-ds-border-width--thick)}.mch-menu-button__bar:nth-of-type(2){top:50%;height:2px;height:var(--wb-ds-border-width--thick);background-color:#1f2937;background-color:var(--wb-ds-color-text);transform:translateY(-50%)}.mch-menu-button__bar:nth-of-type(3):after{bottom:-1px;bottom:calc(var(--wb-ds-border-width--default)*-1);transform-origin:bottom;border-bottom-width:2px;border-bottom-width:var(--wb-ds-border-width--thick)}.mch-menu-button__burger--open .mch-menu-button__bar:first-of-type{transform:translateY(50%)}.mch-menu-button__burger--open .mch-menu-button__bar:first-of-type:after{transform:rotate(45deg)}.mch-menu-button__burger--open .mch-menu-button__bar:nth-of-type(2){transform:scaleX(0)}.mch-menu-button__burger--open .mch-menu-button__bar:nth-of-type(3){transform:translateY(-50%)}.mch-menu-button__burger--open .mch-menu-button__bar:nth-of-type(3):after{transform:rotate(-45deg)}