.header{background:var(--blue);position:fixed;top:0;width:100%;z-index:10}.header-wrapper{display:flex;height:var(--header-height)}.header .logo{align-items:center;display:flex;flex:1;gap:25px}.header .logo img{max-width:97px}.header .actions{align-items:center;flex:1;font-family:Lato-Bold,sans-serif;gap:16px;justify-content:flex-end;text-align:center}.header .actions a{background:var(--blue);border:2px solid var(--white);border-radius:60px;color:var(--white);font-family:Lato-Bold,sans-serif;font-size:16px;line-height:1;padding:16px 24px;text-transform:uppercase;transition:all .25s;white-space:nowrap;width:min(200px,100%)}.header .actions a.primary,.header .actions a:hover{background:var(--white);color:var(--blue)}.header .actions a.primary:hover{background:hsla(0,0%,100%,.8)}@media (max-width:1199.98px){.header .logo{gap:15px}.header .logo img{max-width:100px}.header .navbar{gap:clamp(20px,1rem + 1vw,70px)}.header .actions{margin-left:clamp(20px,1rem + 1vw,50px)}}@media (max-width:991.98px){.header .actions a:not(.primary){display:none}}