.brxe-button{font-weight:bold;transition:.25s ease-in-out;position:relative}.brxe-button:before,.brxe-button:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;border-radius:3px}.brxe-button:before{background-color:var(--action-hex);z-index:-1}.brxe-button:after{background-color:var(--shade-hex);z-index:-2}.brxe-button:hover,.brxe-button:focus{background-color:var(--shade-hex);color:var(--white)}.brxe-button:hover:before,.brxe-button:focus:before{animation:glitchy .3s ease .3s infinite}.brxe-button:hover:after,.brxe-button:focus:after{animation:glitchy .3s ease infinite reverse}@keyframes glitchy{0%{transform:translate(-4px,4px)}25%{transform:translate(-4px,-4px)}50%{transform:translate(4px,4px)}75%{transform:translate(4px,-4px)}100%{transform:translate(-4px,4px)}}#menu-main-1{padding-top:3rem;background:var(--neutral-dark-)}*{orphans:2;text-wrap:pretty}#top-menu .hamburger-only{display:none}.brxe-post-content blockquote{padding:3rem}