.nav{display:flex;justify-content:space-between;align-items:center;margin:0 .5em 1.5em;padding-top:1em}.hamburger{background-color:var(--black);padding:.8em;display:flex;justify-content:center;align-items:center;border-radius:5px}.nav_logo{justify-self:flex-end;margin-left:auto}.mobile_app_nav_wrapper{position:fixed;inset:0;width:100vw;height:100vh;z-index:999;background-color:#fff;background-image:url(/bg-effect.png);background-position:center;pointer-events:initial}.mobile_app_nav{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;margin:0 auto}.mobile_app_nav_header{display:flex;justify-content:space-between;padding:2em 1em 1em;width:100%;height:35vh}.mobile_app_nav_item{font-size:min(10vmin,1.5rem);font-weight:600;text-align:left;padding:.5em 2em;border-bottom:1px dashed #1f1f1f33;width:100%}.mobile_app_nav_item:not(:first-of-type){margin-top:1em}.mobile_app_nav_close{align-self:flex-start}@media (min-width: 960px){.mobile_app_nav_wrapper{display:none}.nav_logo{width:54px}.nav_items{display:flex;flex-grow:1;justify-content:space-between;align-items:baseline}.nav_links{display:flex;justify-content:flex-start;flex-grow:1;margin-left:10%}.nav_links a{padding:.5em;margin:0 1em;font-weight:600;font-size:min(1rem,16px)}.nav{max-width:100%;display:flex;justify-content:space-between;align-items:center;margin:2.5em}}
