:root{--background:#fff;--foreground:#000;--header-height:70px;--header-padding:24px}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:Helvetica Neue,Arial,sans-serif;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (max-width:768px){:root{--header-height:56px;--header-padding:16px}}
.Header-module__GPz-la__header{height:var(--header-height);padding:0 var(--header-padding);z-index:100;background:#fff;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__GPz-la__logo{cursor:pointer;align-items:center;display:flex}.Header-module__GPz-la__logo img{width:auto;height:24px}.Header-module__GPz-la__hamburger{cursor:pointer;z-index:200;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:32px;height:32px;padding:0;display:flex}.Header-module__GPz-la__hamburger span{background-color:#000;width:24px;height:2px;transition:all .3s;display:block}.Header-module__GPz-la__hamburger.Header-module__GPz-la__open span:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__GPz-la__hamburger.Header-module__GPz-la__open span:nth-child(2){opacity:0}.Header-module__GPz-la__hamburger.Header-module__GPz-la__open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}
.Menu-module__J8QGGa__dropdown{top:var(--header-height);right:var(--header-padding);z-index:150;opacity:0;pointer-events:none;flex-direction:column;align-items:flex-end;gap:4px;transition:opacity .2s,transform .2s;display:flex;position:fixed;transform:translateY(-8px)}.Menu-module__J8QGGa__dropdown.Menu-module__J8QGGa__open{opacity:1;pointer-events:all;transform:translateY(0)}.Menu-module__J8QGGa__dropdown a{letter-spacing:.05em;text-transform:uppercase;color:#000;font-size:14px;font-weight:700;transition:color .2s}.Menu-module__J8QGGa__dropdown a:hover{opacity:.5}.Menu-module__J8QGGa__dropdown a.Menu-module__J8QGGa__active{color:#e00}
