.MenuMobile{background-color:#fff;border-top-left-radius:20px;border-top-right-radius:20px;bottom:-290px;box-shadow:0 -4px 15px #00000014;display:flex;flex-direction:column;height:350px;left:0;position:fixed;transition:all .4s ease;width:100vw;z-index:100}@media (min-width:768px){.MenuMobile{display:none}}.MenuMobile.is-open{bottom:0}.MenuMobile__label{font-size:20px;margin-right:8px}.MenuMobile__icon.is-open{transform:rotate(180deg)}.MenuMobile__toggle{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:20px 0 30px;width:100%}.MenuMobile__link{margin-bottom:20px}.MenuMobile__links{display:flex;flex-direction:column;padding:0 30px}.MenuMobile__links a{margin-bottom:20px}
