.aci-header{backdrop-filter:blur(10px);background:rgba(27,27,27,.65);border:1px solid rgba(13,137,158,.4);border-radius:999px;left:50%;position:fixed;top:16px;transform:translateX(-50%);transition:top .25s ease;width:min(1220px,calc(100% - 1.25rem));z-index:1000}.aci-header.is-condensed{top:10px}.aci-header__inner{align-items:center;display:grid;gap:1rem;grid-template-columns:96px minmax(0,1fr) auto;min-height:72px;padding:0 1rem}.aci-header__logo{align-items:center;display:inline-flex;max-width:80px;min-width:80px;padding:8px 0;width:80px}.aci-header__logo svg{display:block;height:auto;width:100%}.aci-header__logo>*{display:block;max-width:100%}.aci-header__toggle{align-items:center;background:transparent;border:1px solid rgba(13,137,158,.45);cursor:pointer;display:none;flex-direction:column;gap:5px;height:40px;justify-content:center;padding:9px 8px;width:40px}.aci-header__toggle span{background:#fff;display:block;height:1px;width:100%}.aci-header__nav{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;min-width:0}.aci-header__item{position:relative}.aci-header__item>a{color:#fff;font-size:1.02rem;letter-spacing:.01em;padding:.45rem 0;transition:color .2s ease}.aci-header__item>a span{position:relative}.aci-header__item>a span:after{background:#0d899e;bottom:-7px;content:"";height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .2s ease,background .2s ease;width:100%}.aci-header__item>a:hover{color:#0d899e}.aci-header__item:hover>a span:after,.aci-header__item>a:hover span:after{transform:scaleX(1)}.aci-header__item:hover>a span:after{background:#e74c3c}.aci-header__dropdown{background:rgba(32,22,0,.98);border:1px solid rgba(13,137,158,.45);border-radius:14px;display:none;gap:.5rem;grid-template-columns:1fr;left:50%;padding:.8rem;position:absolute;top:calc(100% + 8px);transform:translateX(-50%);width:min(300px,70vw)}.aci-header__dropdown a{border:1px solid rgba(13,137,158,.2);border-radius:10px;color:#a0a0a0;padding:.5rem .6rem;transition:border-color .2s ease,color .2s ease}.aci-header__dropdown a:hover{border-color:#e74c3c;color:#fff}.aci-header__item:hover .aci-header__dropdown{display:grid}.aci-header__cta{white-space:nowrap}@media (max-width:980px){.aci-header{border-radius:16px}.aci-header__inner{align-items:center;grid-template-areas:"logo toggle" "menu menu" "cta cta";grid-template-columns:1fr auto;padding:.9rem .8rem}.aci-header__logo{grid-area:logo}.aci-header__toggle{display:inline-flex;grid-area:toggle;justify-self:end}.aci-header__nav{display:none;flex-direction:column;gap:.6rem;grid-area:menu;justify-content:flex-start;padding-top:.4rem;width:100%}.aci-header.is-menu-open .aci-header__nav{display:flex}.aci-header__dropdown{grid-template-columns:1fr;margin-top:.5rem;position:static;transform:none;width:100%}.aci-header__item,.aci-header__item>a{width:100%}.aci-header__item:hover .aci-header__dropdown{display:none}.aci-header__item:focus-within .aci-header__dropdown{display:grid}.aci-header__cta{display:none;grid-area:cta;justify-self:start;margin-top:.25rem}}