.pill-nav-container{z-index:99;position:relative}@media (max-width:768px){.pill-nav-container{width:auto;left:auto}}.pill-nav{--nav-h:42px;--logo:36px;--pill-pad-x:18px;--pill-gap:3px;box-sizing:border-box;align-items:center;width:max-content;display:flex}@media (max-width:1024px){.pill-nav{--pill-pad-x:12px;--pill-gap:1px}}@media (max-width:768px){.pill-nav{background:0 0;justify-content:flex-end;width:auto;padding:0}}.pill-nav-items{height:var(--nav-h);background:var(--base,#000);border-radius:9999px;align-items:center;display:flex;position:relative}.pill-logo{width:var(--nav-h);height:var(--nav-h);background:var(--base,#000);border-radius:50%;justify-content:center;align-items:center;padding:8px;display:inline-flex;overflow:hidden}.pill-logo img{object-fit:cover;width:100%;height:100%;display:block}.pill-list{align-items:stretch;gap:var(--pill-gap);height:100%;margin:0;padding:3px;list-style:none;display:flex}.pill-list>li{height:100%;display:flex}.pill{height:100%;padding:0 var(--pill-pad-x);background:var(--pill-bg,#fff);color:var(--pill-text,var(--base,#000));box-sizing:border-box;text-transform:uppercase;letter-spacing:.2px;white-space:nowrap;cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;font-size:14px;font-weight:600;line-height:0;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}@media (max-width:1024px){.pill{letter-spacing:0;font-size:12px}}.pill .hover-circle{z-index:1;pointer-events:none;will-change:transform;background:#fff;border-radius:50%;display:block;position:absolute;bottom:0;left:50%}.pill .label-stack{z-index:2;line-height:1;display:inline-block;position:relative}.pill .pill-label{z-index:2;will-change:transform;line-height:1;display:inline-block;position:relative}.pill .pill-label-hover{color:var(--hover-text,#fff);z-index:3;will-change:transform, opacity;display:inline-block;position:absolute;top:0;left:0}.pill.is-active:after{content:"";background:var(--base,#000);z-index:4;border-radius:50px;width:12px;height:12px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.desktop-only{display:block}.mobile-only{display:none}@media (max-width:768px){.desktop-only{display:none}.mobile-only{display:block}}.mobile-menu-button{width:var(--nav-h);height:var(--nav-h);background:var(--base,#000);cursor:pointer;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:0;display:none;position:relative}@media (max-width:768px){.mobile-menu-button{display:flex}}.hamburger-line{background:var(--hamburger-color,#fff);transform-origin:50%;border-radius:1px;width:16px;height:2px;transition:all 10ms}.mobile-menu-popover{background:var(--mobile-menu-bg,#f0f0f0);z-index:998;opacity:0;transform-origin:100% 0;visibility:hidden;border:1px solid #ffffff1a;border-radius:12px;width:240px;padding:8px 0;position:absolute;top:3em;left:auto;right:0;box-shadow:0 8px 32px #00000080}.mobile-menu-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.mobile-menu-popover .mobile-menu-link{color:var(--pill-text,#fff);background-color:#0000;padding:12px 20px;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s;display:block}.mobile-menu-popover .mobile-menu-link:hover,.mobile-menu-popover .mobile-menu-link:active,.mobile-menu-popover .mobile-menu-link.is-active{cursor:pointer;background-color:var(--mobile-link-bg,#ffffff0d);color:var(--mobile-hover-text,#fff)}
