:root{--dcu-brand-navy:#1a2744;--dcu-brand-navy-light:#2a3a5c;--dcu-brand-orange:#e75c31;--dcu-brand-orange-hover:#d14a22;--dcu-brand-text:#333333;--dcu-brand-text-light:#666666;--dcu-mega-menu-bg:transparent;--dcu-mega-menu-text:#ffffff;--dcu-mega-menu-panel-bg:#ffffff;--dcu-mega-menu-panel-shadow:0 8px 30px rgba(0, 0, 0, 0.15);--dcu-mega-menu-border-color:#e5e5e5;--dcu-mega-menu-hover-bg:rgba(231, 92, 49, 0.08);--dcu-mega-menu-transition:0.2s ease;--dcu-mega-menu-z-index:9999}.dcu-mega-menu{position:relative;font-family:inherit}.dcu-mega-menu__list{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:0}.dcu-mega-menu__item{position:static;margin:0;padding:0}.dcu-mega-menu__item--depth-0{position:static}.dcu-mega-menu__link{display:flex;align-items:center;gap:.5rem;padding:1rem 1.25rem;color:inherit;text-decoration:none;font-size:.9375rem;font-weight:500;white-space:nowrap;transition:color var(--dcu-mega-menu-transition),background-color var(--dcu-mega-menu-transition)}.dcu-mega-menu__item--depth-0>.dcu-mega-menu__link:hover,.dcu-mega-menu__item--depth-0>.dcu-mega-menu__link:focus{color:var(--dcu-brand-orange)}.dcu-mega-menu__link:focus-visible{outline:2px solid var(--dcu-brand-orange);outline-offset:-2px}.dcu-mega-menu__arrow{display:inline-block;width:0;height:0;border-left:4px solid #fff0;border-right:4px solid #fff0;border-top:5px solid currentColor;transition:transform var(--dcu-mega-menu-transition)}.dcu-mega-menu__item--has-children>.dcu-mega-menu__link[aria-expanded="true"] .dcu-mega-menu__arrow{transform:rotate(180deg)}@media (min-width:992px){.dcu-mega-menu__dropdown{position:absolute;top:100%;left:0;right:0;width:100%;background:var(--dcu-mega-menu-panel-bg);box-shadow:var(--dcu-mega-menu-panel-shadow);border-top:3px solid var(--dcu-brand-orange);opacity:0;visibility:hidden;transform:translateY(-5px);transition:opacity var(--dcu-mega-menu-transition),visibility var(--dcu-mega-menu-transition),transform var(--dcu-mega-menu-transition);z-index:var(--dcu-mega-menu-z-index)}.dcu-mega-menu__item--depth-0{position:static}.dcu-mega-menu__panel-inner{display:flex;max-width:1200px;margin:0 auto;padding:2rem;gap:2rem}.dcu-mega-menu__submenu{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem 2rem;flex:1;list-style:none;margin:0;padding:0}.dcu-mega-menu__submenu .dcu-mega-menu__item{margin:0}.dcu-mega-menu__submenu .dcu-mega-menu__link{display:block;padding:.625rem .75rem;color:var(--dcu-brand-text);font-size:.875rem;font-weight:400}.dcu-mega-menu__submenu .dcu-mega-menu__link:hover{background:var(--dcu-mega-menu-hover-bg);color:var(--dcu-brand-orange)}.dcu-mega-menu__nested{list-style:none;margin:0;padding:0;padding-left:1rem}.dcu-mega-menu__nested .dcu-mega-menu__link{font-size:.8125rem;color:var(--dcu-brand-text-light)}.dcu-mega-menu__featured{flex:0 0 280px;display:flex;flex-direction:column}.dcu-mega-menu__featured-image{display:block;width:100%;height:auto;object-fit:cover;margin-bottom:1rem}.dcu-mega-menu__featured-link{display:block;text-decoration:none;color:var(--dcu-brand-text);transition:opacity var(--dcu-mega-menu-transition)}.dcu-mega-menu__featured-link:hover{opacity:.8}.dcu-mega-menu__featured-title{font-size:1rem;font-weight:600;margin:.5rem 0;color:var(--dcu-brand-navy)}.dcu-mega-menu__featured-desc{font-size:.875rem;color:var(--dcu-brand-text-light);margin:0}.dcu-mega-menu__item--has-children:hover>.dcu-mega-menu__dropdown,.dcu-mega-menu__item--has-children:focus-within>.dcu-mega-menu__dropdown,.dcu-mega-menu__item--has-children>.dcu-mega-menu__link[aria-expanded="true"]+.dcu-mega-menu__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dcu-mega-menu__section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--dcu-brand-navy);padding:.5rem .75rem;margin-bottom:.5rem;border-bottom:1px solid var(--dcu-mega-menu-border-color)}.dcu-mega-menu-toggle{display:none}}@media (max-width:991px){.dcu-mega-menu-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;min-width:48px;height:48px;padding:0 .75rem;background:#fff0;border:none;cursor:pointer;color:inherit;font-family:inherit;font-size:.875rem;font-weight:500;z-index:calc(var(--dcu-mega-menu-z-index) + 1)}.dcu-mega-menu-toggle__icon{display:block;width:22px;height:2px;background:currentColor;position:relative}.dcu-mega-menu-toggle__icon::before,.dcu-mega-menu-toggle__icon::after{content:'';position:absolute;width:22px;height:2px;background:currentColor;left:0;transition:transform var(--dcu-mega-menu-transition)}.dcu-mega-menu-toggle__icon::before{top:-6px}.dcu-mega-menu-toggle__icon::after{top:6px}.dcu-mega-menu-toggle[aria-expanded="true"] .dcu-mega-menu-toggle__icon{background:#fff0}.dcu-mega-menu-toggle[aria-expanded="true"] .dcu-mega-menu-toggle__icon::before{transform:rotate(45deg) translate(4px,4px)}.dcu-mega-menu-toggle[aria-expanded="true"] .dcu-mega-menu-toggle__icon::after{transform:rotate(-45deg) translate(4px,-4px)}.dcu-mega-menu-toggle__label{display:inline-block}.dcu-mega-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--dcu-brand-navy);z-index:var(--dcu-mega-menu-z-index);overflow-y:auto;-webkit-overflow-scrolling:touch;padding:1.5rem;padding-top:80px;transform:translateX(-100%);transition:transform var(--dcu-mega-menu-transition)}.dcu-mega-menu.dcu-mega-menu--open{transform:translateX(0)}.dcu-mega-menu__list{flex-direction:column;align-items:stretch}.dcu-mega-menu__item{border-bottom:1px solid rgb(255 255 255 / .1)}.dcu-mega-menu__link{padding:1rem .5rem;justify-content:space-between;color:#fff;font-size:1rem}.dcu-mega-menu__link:hover,.dcu-mega-menu__link:focus{color:var(--dcu-brand-orange)}.dcu-mega-menu__dropdown{max-height:0;overflow:hidden;background:rgb(0 0 0 / .2);transition:max-height 0.3s ease}.dcu-mega-menu__item--has-children>.dcu-mega-menu__link[aria-expanded="true"]+.dcu-mega-menu__dropdown{max-height:2000px}.dcu-mega-menu__panel-inner{padding:.5rem}.dcu-mega-menu__submenu{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.dcu-mega-menu__submenu .dcu-mega-menu__link{padding:.75rem 1rem;color:rgb(255 255 255 / .85);font-size:.9375rem}.dcu-mega-menu__submenu .dcu-mega-menu__link:hover{background:rgb(231 92 49 / .2);color:#fff}.dcu-mega-menu__nested{list-style:none;margin:0;padding:0;padding-left:1rem}.dcu-mega-menu__nested .dcu-mega-menu__link{font-size:.875rem;color:rgb(255 255 255 / .7)}.dcu-mega-menu__featured{display:none}}body.dcu-mega-menu-open{overflow:hidden}.no-js .dcu-mega-menu__dropdown{position:static;opacity:1;visibility:visible;transform:none;max-height:none}.no-js .dcu-mega-menu-toggle{display:none}@media (max-width:991px){.no-js .dcu-mega-menu{position:static;transform:none;padding-top:1rem;background:var(--dcu-brand-navy)}}@media (prefers-contrast:high){.dcu-mega-menu__link:focus-visible{outline:3px solid currentColor;outline-offset:2px}.dcu-mega-menu__dropdown{border:2px solid currentColor}}@media (prefers-reduced-motion:reduce){.dcu-mega-menu,.dcu-mega-menu__dropdown,.dcu-mega-menu__link,.dcu-mega-menu__arrow,.dcu-mega-menu-toggle__icon,.dcu-mega-menu-toggle__icon::before,.dcu-mega-menu-toggle__icon::after{transition:none}}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.lang-item>a.mega-menu-link{font-size:0!important;display:inline-flex!important;align-items:center;gap:.35rem}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.lang-item>a.mega-menu-link::before{content:''!important;display:inline-block!important;flex-shrink:0;width:1.15em;height:1.15em;font-size:1rem!important;margin:0!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:currentColor}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.lang-item-en>a.mega-menu-link::after{content:'EN'!important;font-size:0.9375rem!important;font-weight:500;letter-spacing:.02em;display:inline-block!important}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.lang-item-nl>a.mega-menu-link::after{content:'NL'!important;font-size:0.9375rem!important;font-weight:500;letter-spacing:.02em;display:inline-block!important}.dcu-mega-menu__item.lang-item>.dcu-mega-menu__link{font-size:0;gap:.35rem}.dcu-mega-menu__item.lang-item>.dcu-mega-menu__link::before{content:'';display:inline-block;flex-shrink:0;width:1.15em;height:1.15em;font-size:1rem;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:currentColor}.dcu-mega-menu__item.lang-item-en>.dcu-mega-menu__link::after{content:'EN';font-size:.9375rem;font-weight:500;letter-spacing:.02em}.dcu-mega-menu__item.lang-item-nl>.dcu-mega-menu__link::after{content:'NL';font-size:.9375rem;font-weight:500;letter-spacing:.02em}li.lang-item.hfe-creative-menu>a.hfe-menu-item{font-size:0!important;display:inline-flex!important;align-items:center;gap:.35rem}li.lang-item.hfe-creative-menu>a.hfe-menu-item::before{content:'';display:inline-block;flex-shrink:0;width:1.15em;height:1.15em;font-size:1rem;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:currentColor}li.lang-item-en.hfe-creative-menu>a.hfe-menu-item::after{content:'EN';font-size:0.9375rem!important;font-weight:500;letter-spacing:.02em}li.lang-item-nl.hfe-creative-menu>a.hfe-menu-item::after{content:'NL';font-size:0.9375rem!important;font-weight:500;letter-spacing:.02em}.dcu-mega-menu__item.lang-item .dcu-mega-menu__arrow{display:none}