.vt-header{background:var(--vt-h-bg,#fff);position:relative;transition:background .3s ease,box-shadow .3s ease,padding .3s ease;width:100%;z-index:100}.vt-header__topbar{background:var(--vt-h-topbar-bg,#042127);color:var(--vt-h-topbar-text,#fff);font-size:13px;padding:10px 0}.vt-header__topbar-inner{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.vt-header__contact-list{display:flex;flex-wrap:wrap;gap:1.5rem;list-style:none;margin:0;padding:0}.vt-header__contact-list a{align-items:center;color:inherit;display:inline-flex;gap:.5rem;opacity:.9;text-decoration:none;transition:opacity .2s ease}.vt-header__contact-list a:hover{color:inherit;opacity:1}.vt-header__topbar-right{align-items:center;display:flex;gap:1.5rem}.vt-header__lang{align-items:center;display:inline-flex;gap:.4rem}.vt-header__lang-item{color:inherit;font-weight:600;opacity:.7;text-decoration:none;transition:opacity .2s ease}.vt-header__lang-item:hover{color:inherit;opacity:1}.vt-header__lang-item.is-active{opacity:1}.vt-header__lang-sep{opacity:.4}.vt-header__socials{align-items:center;display:inline-flex;gap:.75rem}.vt-header__socials-label{opacity:.8}.vt-header__socials ul{display:inline-flex;gap:.6rem;list-style:none;margin:0;padding:0}.vt-header__socials a{align-items:center;color:inherit;display:inline-flex;height:22px;justify-content:center;opacity:.8;transition:opacity .2s ease,transform .2s ease;width:22px}.vt-header__socials a:hover{color:inherit;opacity:1;transform:translateY(-1px)}.vt-social{background:currentColor;border-radius:2px;display:inline-block;height:14px;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;width:14px}.vt-header__main{padding-bottom:var(--vt-h-pad-bottom,16px);padding-top:var(--vt-h-pad-top,16px)}.vt-header__main-inner{align-items:center;display:flex;gap:2rem;justify-content:space-between}.vt-header__brand{align-items:center;display:inline-flex;flex-shrink:0;text-decoration:none}.vt-header__logo--sticky{display:none}.vt-header__logo-fallback{color:var(--vt-h-nav-color);font-family:var(--vt-h-nav-font);font-size:22px;font-weight:800;letter-spacing:-.02em}.vt-header__nav{display:flex;flex:1;justify-content:center}.vt-header__nav-list{display:flex;font-family:var(--vt-h-nav-font);font-size:var(--vt-h-nav-size);gap:1.75rem;list-style:none;margin:0;padding:0}.vt-header__nav-list a{color:var(--vt-h-nav-color);font-weight:600;padding:.5rem 0;position:relative;text-decoration:none;transition:color .2s ease}.vt-header__nav-list a:after{background:var(--vt-h-nav-hover);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .25s ease;width:0}.vt-header__nav-list a:hover{color:var(--vt-h-nav-hover)}.vt-header__nav-list a:hover:after{width:100%}.vt-header__actions{align-items:center;display:flex;flex-shrink:0;gap:1.25rem}.vt-header__phone{align-items:center;color:var(--vt-h-nav-color);display:inline-flex;gap:.6rem;text-decoration:none;transition:color .2s ease}.vt-header__phone:hover{color:var(--vt-h-nav-hover)}.vt-header__phone-icon{align-items:center;background:rgba(11,160,138,.1);border-radius:50%;color:var(--vt-color-primary);display:inline-flex;height:40px;justify-content:center;width:40px}.vt-header__phone-text{display:inline-flex;flex-direction:column;line-height:1.1}.vt-header__phone-text small{font-size:11px;letter-spacing:.05em;opacity:.7;text-transform:uppercase}.vt-header__phone-text strong{font-size:14px;font-weight:700}.vt-header__cta{white-space:nowrap}.vt-header__menu-toggle{background:transparent;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;height:36px;justify-content:center;padding:0;width:36px}.vt-header__menu-toggle span{background:var(--vt-h-nav-color);display:block;height:2px;transition:transform .25s ease,opacity .2s ease;width:24px}.vt-header.is-sticky{animation:vtSlideDown .3s ease;background:var(--vt-h-sticky-bg,#fff);left:0;position:fixed;right:0;top:0}.vt-header.is-sticky[data-sticky-shadow=true]{box-shadow:0 4px 20px rgba(0,0,0,.08)}.vt-header.is-sticky .vt-header__topbar{display:none}.vt-header.is-sticky .vt-header__main{padding-bottom:12px;padding-top:12px}.vt-header.is-sticky .vt-header__logo--default{display:none}.vt-header.is-sticky .vt-header__logo--sticky{display:inline-block}.vt-header.is-sticky .vt-header__brand:not(:has(.vt-header__logo--sticky)) .vt-header__logo--default{display:inline-block}.vt-header--has-sticky.is-sticky+*{padding-top:80px}@keyframes vtSlideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@media (max-width:991px){.vt-header__menu-toggle{display:inline-flex;order:3}.vt-header__actions{order:2}.vt-header__brand{order:1}.vt-header__nav{background:var(--vt-h-bg,#fff);box-shadow:-4px 0 20px rgba(0,0,0,.1);height:100vh;overflow-y:auto;padding:80px 1.5rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:min(320px,85%);z-index:200}.vt-header__nav.is-open{right:0}.vt-header__nav-list{flex-direction:column;font-size:1.05rem;gap:1rem}.vt-header__phone-text{display:none}.vt-header__cta{font-size:.85rem;padding:10px 18px}}@media (max-width:767px){.vt-header__topbar-inner{flex-wrap:wrap;gap:.75rem;justify-content:center}.vt-header__contact-list{font-size:12px;gap:.75rem}.vt-header__topbar-right{gap:.75rem}.vt-header__socials-label{display:none}}@media (max-width:575px){.vt-header__topbar{padding-block:8px}.vt-header__contact-list li.vt-header__contact-email,.vt-header__socials{display:none}.vt-header__contact-list{font-size:11px}.vt-header__cta,.vt-header__phone{display:none}}