/* navi-mobile.css */
.nav-toggler{font-family: sans-serif;float: left;position: relative;top: 0.5rem;left: 0.5rem}@media screen and (min-width: 768px){.nav-toggler {  display: none;}}@media screen and (max-width: 767px){.nav--mobile--active {  display: block;  max-height: 100%;  transition: max-height 0s, background 0.3s;  background: rgba(0, 0, 0, 0.7);  visibility: visible;}.nav--mobile--active ul {  margin-left: 15px;  position: absolute;  z-index: 1;}.nav--mobile--active li {  opacity: 1;  display: contents;}}.nav-toggler__button{border: 1px solid #d4cbc5;color: #7f7266;background: linear-gradient(to bottom, #f4f2f0 0%, #eee9e7 3%, #e1dad6 100%);outline: none;padding: 0.25rem;font-size: 1em;font-weight: bold}.nav-toggler__button--active{border: 1px solid #de601a;color: #fff;background: linear-gradient(to bottom, #ff9b50 0%, #e37a25 3%, #e37a25 96%, #de601a 100%);outline: none;padding: 0.25rem;font-size: 1em;font-weight: bold}