.vhdr{font-family:Helvetica Neue,Arial,sans-serif;position:sticky;top:0;width:100%;z-index:1000}.vhdr__inner{justify-content:space-between;margin:0 auto;padding:12px 40px}.vhdr__inner,.vhdr__logo{align-items:center;display:flex}.vhdr__logo{flex-shrink:0;gap:10px;text-decoration:none}.vhdr__logo-img{height:40px;object-fit:contain;width:auto}.vhdr__logo-text{color:#fff;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;white-space:nowrap}.vhdr__nav{align-items:center;display:flex;gap:32px}.vhdr__link{font-size:14px;font-weight:400;letter-spacing:.3px;text-decoration:none;transition:opacity .2s ease;white-space:nowrap}.vhdr__link:hover{opacity:.8;text-decoration:none}.vhdr__link--highlight{font-weight:500}.vhdr__toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;justify-content:center;padding:6px}.vhdr__toggle-bar{background-color:#fff;border-radius:2px;display:block;height:2px;transition:transform .3s ease,opacity .3s ease;width:24px}.vhdr__toggle[aria-expanded=true] .vhdr__toggle-bar:first-child{transform:translateY(7px) rotate(45deg)}.vhdr__toggle[aria-expanded=true] .vhdr__toggle-bar:nth-child(2){opacity:0}.vhdr__toggle[aria-expanded=true] .vhdr__toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:768px){.vhdr__inner{flex-wrap:wrap;padding:10px 20px}.vhdr__toggle{display:flex}.vhdr__nav{display:none;flex-direction:column;gap:0;padding-top:10px;width:100%}.vhdr__nav.vhdr__nav--open{display:flex}.vhdr__link{border-bottom:1px solid hsla(0,0%,100%,.1);font-size:15px;padding:12px 0;width:100%}.vhdr__link:last-child{border-bottom:none}}