.bv-header{background-color:var(--bv-white);position:sticky;top:0;width:100%;z-index:100}.bv-header__inner{align-items:center;display:flex;gap:24px;justify-content:space-between;min-height:70px}.bv-header__brand img{display:block;height:auto;margin-block:-30px;max-height:130px;width:auto}.bv-header__menu,.bv-header__nav{align-items:center;display:flex;gap:32px}.bv-header__menu{list-style:none;margin:0;padding:0}.bv-header__menu a{color:var(--bv-blue);font-family:var(--bv-font-heading);font-weight:600;text-decoration:none;text-transform:uppercase;transition:color .2s ease}.bv-header__menu a:hover{color:var(--bv-green)}.bv-header__toggle,.bv-header__toggle-check{display:none}@media (max-width:1024px){.bv-header__toggle{cursor:pointer;display:flex;flex-direction:column;gap:5px;padding:8px}.bv-header__toggle span{background-color:var(--bv-blue);border-radius:2px;display:block;height:3px;width:26px}.bv-header__nav{background-color:var(--bv-white);box-shadow:0 12px 24px rgba(16,28,133,.12);left:0;max-height:0;overflow:hidden;padding:0 20px;position:absolute;top:100%;transition:max-height .3s ease,padding .3s ease}.bv-header__menu,.bv-header__nav{flex-direction:column;gap:16px;width:100%}.bv-header__toggle-check:checked~.bv-header__nav{max-height:480px;padding:20px}}