.mobile-menu-trigger{display:none;position:absolute;top:calc(50% - 10px);right:20px;width:24px;height:20px;cursor:pointer;-ms-flex-item-align:center;align-self:center;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:auto;-webkit-tap-highlight-color:transparent;transition:transform 0.1s 0.22s cubic-bezier(0.55,0.055,0.675,0.19),background-color 0s 0.1s linear;}.mobile-menu-trigger::before,.mobile-menu-trigger::after{content:'';width:24px;height:4px;display:block;background-color:#ed0f00;position:absolute;right:0;transition-timing-function:ease;transition-duration:0.15s;transition-property:transform;}.mobile-menu-trigger::before{top:2px;transition:top 0.1s ease-in 0.1s,transform 0.1s cubic-bezier(0.55,0.055,0.675,0.19) 0s;}.mobile-menu-trigger::after{bottom:2px;transition:bottom 0.1s ease-in 0.1s,transform 0.1s cubic-bezier(0.55,0.055,0.675,0.19) 0s;}.mobile-menu-trigger--open{transform:rotate(90deg);transition:transform 0.1s 0s cubic-bezier(0.215,0.61,0.355,1),background-color 0s 0.22s linear;}.mobile-menu-trigger--open::before{top:8px;transition:top 0.1s ease-out 0.12s,transform 0.1s cubic-bezier(0.215,0.61,0.355,1) 0.22s;transform:rotate(-45deg);}.mobile-menu-trigger--open::after{bottom:8px;transition:bottom 0.1s ease-out 0.12s,transform 0.1s cubic-bezier(0.215,0.61,0.355,1) 0.22s;transform:rotate(45deg);}@media (max-width:768px){.mobile-menu-trigger{display:block;}}