.header{display:flex;align-items:center;justify-content:space-between;position:absolute;top:2.5rem;z-index:100;width:100%;--tw-bg-opacity:1;background-color:rgb(49 49 49/var(--tw-bg-opacity))}@media screen and (min-width:600px){.header{top:5rem;justify-content:center}}.header:after,.header:before{content:"";background:var(--gradient-primary);height:2px;left:0;width:100%;position:absolute;z-index:1}.header:before{top:0}.header:after{bottom:0}.header>*{z-index:2}.header_brand{position:absolute;left:1.5rem;height:100px;width:100px}@media screen and (min-width:600px){.header_brand{height:150px;width:150px;left:auto}}.header_nav{display:grid;grid-auto-flow:column;gap:.75rem;position:relative;width:100%;cursor:pointer}@media screen and (min-width:660px){.header_nav{gap:1.5rem;width:auto}}.header_nav-item{width:100px;padding-top:1rem;padding-bottom:1rem;text-align:center;vertical-align:middle;font-size:14px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.header_nav-item:hover{--tw-text-opacity:1;color:rgb(214 180 75/var(--tw-text-opacity))}.header_nav-burger{margin-left:auto;display:grid;gap:.25rem;padding:1.5rem}.mobile_nav{position:fixed;top:calc(2.5rem + 62px);bottom:0;width:100%;--tw-bg-opacity:1;background-color:rgb(49 49 49/var(--tw-bg-opacity));z-index:99;opacity:0;transition:opacity .5s ease-out}.mobile_nav.show{opacity:1}.header_nav-burger-item{margin-bottom:.25rem;height:2px;width:35px;border-radius:.125rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));transition:transform .3s ease}.header_nav-burger-item.open.top{transform:translateY(11px) rotate(-45deg)}.header_nav-burger-item.open.middle{opacity:0}.header_nav-burger-item.open.bottom{transform:translateY(-11px) rotate(45deg)}