.Navbar{z-index:50;--tw-border-opacity:1;border-bottom:2px solid;border-color:rgba(20,10,5,var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgba(255,246,227,var(--tw-bg-opacity,1));width:100%;position:fixed;top:0}.Navbar__Logo{align-items:center;display:inline-flex}.Navbar__Nav{align-items:center;gap:2.5rem;display:none}@media (min-width:768px){.Navbar__Nav{display:flex}}.Navbar__Link{text-transform:uppercase;letter-spacing:1px;--tw-text-opacity:1;color:rgba(20,10,5,var(--tw-text-opacity,1));font-size:13px;font-style:normal;font-weight:700;transition:color .2s}.Navbar__Link:hover,.Navbar__Link--Active{--tw-text-opacity:1;color:rgba(227,50,38,var(--tw-text-opacity,1))}.Navbar__Toggle{cursor:pointer;--tw-text-opacity:1;width:40px;height:40px;color:rgba(20,10,5,var(--tw-text-opacity,1));justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:inline-flex}.Navbar__Toggle:hover{background-color:#140a050d}@media (min-width:768px){.Navbar__Toggle{display:none}}.Navbar__Toggle i{font-size:22px}
.MobileMenu{z-index:40;--tw-border-opacity:1;border-top:2px solid;border-color:rgba(20,10,5,var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgba(255,246,227,var(--tw-bg-opacity,1));flex-direction:column;display:flex;position:fixed;top:80px;bottom:0;left:0;right:0;overflow-y:auto}@media (min-width:768px){.MobileMenu{display:none}}.MobileMenu__Nav{flex-direction:column;gap:20px;width:100%;padding:24px 16px;display:flex}.MobileMenu__Link{text-transform:uppercase;letter-spacing:1px;--tw-text-opacity:1;color:rgba(20,10,5,var(--tw-text-opacity,1));font-size:24px;font-style:normal;font-weight:700;transition:color .2s;display:block}.MobileMenu__Link:hover,.MobileMenu__Link--Active{--tw-text-opacity:1;color:rgba(227,50,38,var(--tw-text-opacity,1))}