.tpk-header{
--tpk-text-primary:#fff;
position:sticky;
top:0;
z-index:40;
width:100%;
height:var(--tpk-header-height-desktop);
background:#090909;
color:#fff;
border:0;
outline:0;
box-shadow:none;
transform:translateY(0);
transition:height .35s var(--ease),transform .45s var(--ease),background-color .35s ease,box-shadow .35s ease}
.tpk-transparent-header .tpk-header:not(.is-sticky){
background:transparent;
border:0;
box-shadow:none}
.tpk-header.is-sticky{
height:var(--tpk-header-height-sticky);
background:#090909;
border:0;
box-shadow:0 14px 36px rgba(0,0,0,.14)}
.tpk-header.is-hidden{
transform:translateY(-100%)}
.tpk-header__container{
position:relative;
z-index:2;
display:grid;
grid-template-columns:auto minmax(0,1fr) auto;
width:min(1360px,calc(100% - 64px));
height:100%;
align-items:center;
margin:auto}
.tpk-header__logo{
display:flex;
min-width:116px;
align-items:center}
.tpk-site-logo,.custom-logo-link{
display:inline-flex;
align-items:center}
.tpk-site-logo img,.custom-logo{
display:block;
width:auto;
max-width:110px;
max-height:44px;
object-fit:contain}
.tpk-header.is-menu-open{
background:#fff;
color:#101415;
--tpk-text-primary:#101415;
z-index:1001}
.tpk-header.is-menu-open .tpk-header__container{
z-index:1000;
background:#fff}
body.tpk-header-lock,body.is-menu-open{
overflow:hidden}

@media(min-width:768px){
.tpk-transparent-header .tpk-header{
position:fixed;
top:0;
right:0;
left:0}
}

@media(max-width:1179px){
.tpk-header,.tpk-header.is-sticky{
height:var(--tpk-header-height-tablet)}
.tpk-header__container{
width:min(100% - 48px,1360px);
grid-template-columns:minmax(0,1fr) auto auto;
gap:16px}
.tpk-header.is-menu-open .tpk-header__container{
position:fixed;
top:0;
right:0;
left:0;
z-index:1002;
box-sizing:border-box;
width:100%;
height:64px;
min-height:64px;
padding:0 20px}
}

@media(max-width:767px){
.tpk-header,.tpk-header.is-sticky,.tpk-transparent-header .tpk-header:not(.is-sticky){
background:#fff;
color:#101415;
--tpk-text-primary:#101415;
transition:height .35s var(--ease),transform .55s var(--ease),background-color .35s ease,box-shadow .35s ease}
body:not(.home) .tpk-header .tpk-search-trigger,
.tpk-header .tpk-search-trigger{
color:#101415}
.tpk-header{
--mobile-header-h:64px}
.tpk-header,.tpk-header.is-sticky{
height:var(--mobile-header-h)}
.tpk-header__container{
width:calc(100% - 40px);
min-height:var(--mobile-header-h);
transition:min-height .35s var(--ease)}
.tpk-site-logo img,.custom-logo{
width:92px;
max-width:92px;
transition:width .35s var(--ease)}
.tpk-header.is-compact{
--mobile-header-h:54px}
.tpk-header.is-compact .tpk-site-logo img,.tpk-header.is-compact .custom-logo{
width:82px}
.tpk-header.is-compact .tpk-nav__mobile-label{
font-size:14px}
.tpk-header.is-compact .tpk-nav__mobile-icon{
width:19px;
height:14px;
flex-basis:19px}
.tpk-header.is-menu-open .tpk-site-logo img,.tpk-header.is-menu-open .custom-logo{
width:84px;
max-width:84px}
}

@media(prefers-reduced-motion:reduce){
.tpk-header,.tpk-header__container,.tpk-site-logo img,.custom-logo{
transition:none}
}
