#hk-header{position:sticky;top:0;z-index:1000;background:var(--hk-white);height:var(--header-height);box-shadow:0 1px #0000000a,0 2px 8px #00000008}.hk-header__inner{position:relative;z-index:2;display:flex;align-items:center;height:100%;max-width:1280px;margin:0 auto;padding:0 var(--space-sm);gap:var(--space-md)}.hk-logo{flex-shrink:0;display:flex;align-items:center;margin-top:-16px}.hk-logo img{width:187px;height:auto}.hk-nav{flex:1;display:flex;align-items:center}.hk-nav__list{display:flex;list-style:none;margin:0;padding:0;gap:0}.hk-nav__item{position:relative;padding:0 16px}.hk-nav__item--has-megamenu{position:static}.hk-nav__link{position:relative;display:flex;align-items:center;gap:4px;padding:38px 0;color:var(--hk-green);font-size:18px;font-weight:700;letter-spacing:normal;text-decoration:none;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:color .25s cubic-bezier(.25,.46,.45,.94)}.hk-nav__link:after{content:"";position:absolute;bottom:2px;left:0;width:0;height:3.5px;background:var(--hk-green);transition:width .35s cubic-bezier(.25,.46,.45,.94)}.hk-nav__link:hover,.hk-nav__link:focus-visible{color:var(--hk-active-green)}.hk-nav__link:hover:after,.hk-nav__link:focus-visible:after{width:100%}.hk-nav__item--active>.hk-nav__link{color:var(--hk-active-green)}.hk-nav__item--active>.hk-nav__link:after{width:100%}.hk-nav__link[aria-expanded=true]{color:var(--hk-active-green)}.hk-nav__link[aria-expanded=true]:after{width:100%}.hk-nav__chevron{display:none}.hk-megamenu{position:absolute;top:100%;left:0;right:0;background:var(--section-bg-1);box-shadow:0 4px 6px #0000000a,0 10px 20px #0000000f,0 20px 40px #0000000a;padding:var(--space-xl) var(--space-lg);opacity:0;transform:translateY(-4px);animation:hk-megamenu-in .3s cubic-bezier(.16,1,.3,1) forwards}.hk-megamenu[hidden]{display:none}.hk-megamenu:not([hidden]){display:block}@keyframes hk-megamenu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.hk-megamenu__columns{display:flex;gap:var(--space-xl)}.hk-megamenu__column{flex:1;min-width:180px}.hk-megamenu__title{font-family:var(--font-heineken);font-size:14px;font-weight:700;color:var(--hk-black);margin:0 0 var(--space-md);padding-bottom:var(--space-sm);text-transform:none;line-height:1.4;border-bottom:1px solid rgba(0,0,0,.08)}.hk-megamenu__title a{color:inherit;text-decoration:none;transition:color .25s ease}.hk-megamenu__title a:hover{color:var(--hk-green)}.hk-megamenu__links{list-style:none;margin:0;padding:0}.hk-megamenu__links li{margin-bottom:0}.hk-megamenu__links a{display:inline-flex;align-items:baseline;gap:8px;color:#5b5b5b;font-family:var(--font-heineken);font-size:14px;font-weight:700;line-height:1.6;padding-bottom:15px;text-decoration:none;transition:color .25s ease,transform .25s ease}.hk-megamenu__links a:before{content:"\25b8";color:#5b5b5b80;font-size:10px;flex-shrink:0;transition:color .25s ease,transform .2s ease}.hk-megamenu__column>.hk-megamenu__links:first-child a:before{content:none}.hk-megamenu__links a:hover,.hk-megamenu__links a:focus-visible{color:var(--hk-green)}.hk-megamenu__links a:focus-visible{outline-offset:2px}.hk-megamenu__links a:hover:before{color:var(--hk-green);transform:translate(3px)}.hk-megamenu__column>.hk-megamenu__links:first-child a{position:relative}.hk-megamenu__column>.hk-megamenu__links:first-child a:after{content:"";position:absolute;bottom:10px;left:0;width:0;height:1px;background:var(--hk-green);transition:width .3s cubic-bezier(.25,.46,.45,.94)}.hk-megamenu__column>.hk-megamenu__links:first-child a:hover:after{width:100%}.hk-megamenu__tabs{display:flex;gap:0;border-bottom:1px solid rgba(0,0,0,.08);margin-bottom:var(--space-md);padding-bottom:0}.hk-megamenu__tab{flex:1;position:relative;font-family:var(--font-heineken);font-size:14px;font-weight:700;color:#5b5b5b;text-decoration:none;text-align:center;padding:var(--space-sm) var(--space-md);border-bottom:2px solid transparent;transition:color .25s ease,border-color .25s ease}.hk-megamenu__tab:hover,.hk-megamenu__tab:focus-visible{color:var(--hk-green)}.hk-megamenu__tab:focus-visible{outline-offset:-2px}.hk-megamenu__tab--active{color:var(--hk-green);border-bottom-color:var(--hk-green)}.hk-megamenu__tab-content{max-height:300px;overflow-y:auto}.hk-megamenu__tab-content::-webkit-scrollbar{width:4px}.hk-megamenu__tab-content::-webkit-scrollbar-track{background:transparent}.hk-megamenu__tab-content::-webkit-scrollbar-thumb{background:#00000026;border-radius:2px}.hk-megamenu__tab-content::-webkit-scrollbar-thumb:hover{background:#00000040}.hk-header__actions{display:flex;align-items:center;gap:0;flex-shrink:1;min-width:0;height:100%}.hk-cta{display:flex;flex-direction:column;justify-content:center;gap:2px;padding-right:var(--space-md)}.hk-cta__btn{font-family:var(--font-heineken);font-size:16px;font-weight:700;text-decoration:none;text-transform:none;color:var(--hk-green);padding:4px 12px 4px 0;border:none;border-radius:0;display:inline-flex;align-items:center;gap:8px;transition:color .25s ease}.hk-cta__btn:before{content:"";display:inline-block;width:14px;height:14px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") no-repeat center / contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") no-repeat center / contain;flex-shrink:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.hk-cta__btn:hover{color:var(--hk-active-green);background:none}.hk-cta__btn:hover:before{transform:translate(4px)}.hk-search-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:94px;height:100%;padding:0;border:none;border-radius:0;background:var(--hk-green);color:var(--hk-white);font-family:var(--font-heineken);cursor:pointer;transition:background-color .3s ease;margin-right:calc(var(--space-lg) * -1)}.hk-search-btn__icon{width:28px;height:28px;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.hk-search-btn__label{font-size:13px;font-weight:700;transition:letter-spacing .3s ease}.hk-search-btn:hover{background:var(--hk-active-green)}.hk-search-btn:focus-visible{outline-color:var(--hk-accent);outline-offset:-4px}.hk-search-btn:hover .hk-search-btn__icon{transform:scale(1.08)}.hk-search-btn:hover .hk-search-btn__label{letter-spacing:.5px}.hk-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:34px;height:34px;padding:4px;border:none;background:none;cursor:pointer;z-index:1001}.hk-hamburger__line{display:block;width:100%;height:3px;background:var(--hk-green);border-radius:2px;transition:transform .35s cubic-bezier(.25,.46,.45,.94),opacity .2s ease}.hk-hamburger--open .hk-hamburger__line:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.hk-hamburger--open .hk-hamburger__line:nth-child(2){opacity:0}.hk-hamburger--open .hk-hamburger__line:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.hk-mobile-menu[hidden]{display:none}.hk-mobile-menu__overlay{position:fixed;inset:0;background:#10161280;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);z-index:999}.hk-mobile-menu__nav{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:1000}.hk-mobile-menu__list{list-style:none;margin:0;padding:0;text-align:center}.hk-mobile-menu__item{margin-bottom:var(--space-md);opacity:0;transform:translateY(12px);animation:hk-mobile-item-in .4s cubic-bezier(.16,1,.3,1) forwards}.hk-mobile-menu__item:nth-child(1){animation-delay:.05s}.hk-mobile-menu__item:nth-child(2){animation-delay:.1s}.hk-mobile-menu__item:nth-child(3){animation-delay:.15s}.hk-mobile-menu__item:nth-child(4){animation-delay:.2s}.hk-mobile-menu__item:nth-child(5){animation-delay:.25s}.hk-mobile-menu__item:nth-child(6){animation-delay:.3s}@keyframes hk-mobile-item-in{to{opacity:1;transform:translateY(0)}}.hk-mobile-menu__link{font-family:var(--font-heineken);font-size:1.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--hk-white);text-decoration:none;padding:var(--space-sm) var(--space-lg);display:block;transition:color .25s ease,letter-spacing .3s ease}.hk-mobile-menu__link:hover,.hk-mobile-menu__link[aria-current=page]{color:var(--hk-accent);letter-spacing:.1em}body.hk-no-scroll{overflow:hidden}.hk-search-panel[hidden]{display:none}.hk-search-panel{position:absolute;top:100%;left:0;right:0;background:var(--hk-green);padding:var(--space-xl) var(--space-lg);box-shadow:0 4px 6px #0000000f,0 12px 24px #0000001a;z-index:998;animation:hk-search-in .3s cubic-bezier(.16,1,.3,1)}@keyframes hk-search-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.hk-search-panel__inner{display:flex;flex-direction:column;gap:var(--space-lg);max-width:700px;margin:0 auto}.hk-search-panel__title{font-family:var(--font-heineken);font-size:16px;font-weight:700;color:var(--hk-white);text-transform:uppercase;letter-spacing:.04em;margin:0}.hk-search-panel__form{display:flex;flex:1;gap:0}.hk-search-panel__input{flex:1;padding:14px 20px;border:none;border-radius:8px 0 0 8px;font-family:var(--font-heineken);font-size:1rem;color:var(--hk-white);background:#ffffff2b;box-shadow:#10161214 0 3px 7px inset;transition:background-color .25s ease}.hk-search-panel__input::placeholder{color:#ffffffd9}.hk-search-panel__input:focus-visible{outline:2px solid rgba(255,255,255,.4);outline-offset:-2px;background:#ffffff40}.hk-search-panel__submit{display:flex;align-items:center;gap:6px;padding:14px 24px;border:none;border-radius:0;background:#13670b;color:var(--hk-white);font-family:var(--font-heineken);font-size:1rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background-color .25s ease}.hk-search-panel__submit:hover{background:#0e4f08}.hk-search-panel__submit:focus-visible{outline-color:var(--hk-accent);outline-offset:2px}.hk-search-panel__close{display:none}.hk-breadcrumb-bar{position:relative;z-index:1;background:var(--section-bg-1);border-top:1px solid rgba(0,0,0,.04);height:var(--breadcrumb-height);display:flex;align-items:center;padding:0 var(--space-lg)}.hk-breadcrumb-bar nav[aria-label]{width:100%;max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:4px}.breadcrumb{margin:0;font-size:14px;line-height:var(--breadcrumb-height);list-style:none;padding:0;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;color:var(--hk-grey)}.breadcrumb li{display:inline}.breadcrumb-label{font-family:var(--font-heineken);font-size:14px;line-height:1;color:var(--hk-grey);margin-right:4px}.breadcrumb-label:after{content:"";display:inline-block;width:12px;height:12px;margin-left:6px;vertical-align:middle;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") no-repeat center / contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") no-repeat center / contain}.breadcrumb-current{font-family:var(--font-heineken);font-size:14px;line-height:inherit;color:var(--hk-grey)}.breadcrumb-title-last{max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle}.arrowarian{font-size:12px;padding:0 6px;color:#5b5b5b66}.breadcrumbs_link{color:var(--hk-green)!important;display:inline;font-size:14px;text-decoration:none;transition:color .25s ease;&:hover{color:var(--hk-active-green)!important}}#left-area .breadcrumb,.entry-content .breadcrumb,.et-l--body .breadcrumb{line-height:var(--breadcrumb-height);padding:0;margin:0}@media(width<=1280px){.hk-nav__link{font-size:15px}.hk-nav__item{padding:0 12px}.hk-cta__btn{font-size:14px}.hk-search-btn{width:80px}}@media(width<=1100px){.hk-cta{display:none}.hk-nav__link{font-size:14px}.hk-search-btn__label{display:none}.hk-search-btn{width:60px}}@media(width<=980px){#hk-header{height:var(--header-height-mobile)}.hk-nav,.hk-header__actions{display:none}.hk-hamburger{display:flex}.hk-header__inner{justify-content:space-between}.hk-logo img{width:140px}.hk-breadcrumb-bar{height:36px}.breadcrumb{font-size:12px;line-height:36px}.breadcrumb-label,.breadcrumb-current,.breadcrumbs_link{font-size:12px}.hk-search-panel{top:var(--header-height-mobile)}}
