.header-nav-module{position:relative;width:100%;z-index:100}.header-nav-module .utility-row{background:var(--brand-gradient-light)}.header-nav-module .utility-row-inner{align-items:center;display:flex;height:50px;justify-content:flex-end;margin:0 auto;max-width:1440px;padding:0 clamp(16px,5.5vw,var(--grid-short-margin))}.header-nav-module .utility-links{display:flex;gap:var(--space-sm);list-style:none;margin:0;padding:0}.header-nav-module .utility-links a{color:var(--brand-dark-blue);font-family:var(--font-body);font-size:16px;font-weight:500;line-height:18px;text-decoration:none;text-transform:uppercase}.header-nav-module .utility-links a:hover{text-decoration:underline}.header-nav-module .main-nav-row{background:var(--brand-gradient);position:relative}.header-nav-module .main-nav-row-inner{align-items:center;display:flex;gap:var(--space-sm);justify-content:space-between;margin:0 auto;max-width:1440px;padding:var(--space-m) clamp(16px,5.5vw,var(--grid-short-margin))}.header-nav-module .main-nav-logo{align-items:center;display:inline-flex;flex:none;text-decoration:none}.header-nav-module .main-nav-logo img{display:block;height:auto;max-width:100%;width:260px}.header-nav-module .main-nav.collapse:not(.show){display:block}.header-nav-module .main-nav-items{align-items:center;display:flex;gap:var(--space-sm);list-style:none;margin:0;padding:0}.header-nav-module .main-nav-item{position:relative}.header-nav-module .main-nav-link{align-items:center;background:none;border:0;border-bottom:4px solid transparent;color:var(--brand-white);cursor:pointer;display:inline-flex;font-family:var(--font-body);font-size:var(--type-nav-size);font-weight:400;gap:4px;line-height:var(--type-nav-line);padding:23px 0;text-decoration:none;white-space:nowrap}.header-nav-module .main-nav-link:hover{color:var(--brand-white)}.header-nav-module .main-nav-text{display:inline-grid}.header-nav-module .main-nav-text:before{content:attr(data-text);font-weight:700;height:0;overflow:hidden;pointer-events:none;visibility:hidden}.header-nav-module .main-nav-text,.header-nav-module .main-nav-text:before{grid-area:1/1}@media only screen and (min-width:992px){.header-nav-module .main-nav-item.has-dropdown:hover>.main-nav-link,.header-nav-module .main-nav-item.is-active .main-nav-link,.header-nav-module .main-nav-item.is-open>.main-nav-link{box-shadow:inset 0 -8px 0 -4px var(--brand-white);font-weight:700}}.header-nav-module .main-nav-chevron{display:inline-block;flex:none;height:8px;stroke:var(--brand-white);transition:transform .2s ease;vertical-align:middle;width:14px}.header-nav-module .main-nav-dropdown{background:var(--brand-white);border-radius:0 0 5px 5px;box-shadow:0 4px 12px rgba(0,0,0,.4);left:-16px;opacity:0;overflow:hidden;padding:0;position:absolute;top:100%;transform:translateY(0);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;visibility:hidden;width:274px;z-index:10}.header-nav-module .main-nav-item.has-dropdown:hover .main-nav-dropdown,.header-nav-module .main-nav-item.is-open .main-nav-dropdown{opacity:1;visibility:visible}@media only screen and (min-width:992px){.header-nav-module .main-nav-item.has-dropdown:hover .main-nav-dropdown,.header-nav-module .main-nav-item.is-open .main-nav-dropdown{transform:translateY(-10px)}}.header-nav-module .main-nav-item.has-dropdown:hover .main-nav-chevron,.header-nav-module .main-nav-item.is-open .main-nav-chevron{transform:rotate(180deg)}.header-nav-module .main-nav-dropdown-list{list-style:none;margin:0;padding:0}.header-nav-module .main-nav-dropdown-list a{color:var(--brand-dark-blue);display:block;font-family:var(--font-body);font-size:var(--type-nav-size);line-height:18px;padding:16px;text-decoration:none;white-space:nowrap}.header-nav-module .main-nav-dropdown-list a:hover{background:var(--brand-light-blue)}.header-nav-module .main-nav-toggle{align-items:center;background:none;border:0;cursor:pointer;display:none;flex-direction:column;gap:6px;height:52px;justify-content:center;padding:0;width:52px}.header-nav-module .main-nav-toggle-label{color:var(--brand-white);font-family:var(--font-body);font-size:8px;font-weight:700;letter-spacing:.1em;line-height:1;text-transform:uppercase}.header-nav-module .main-nav-toggle-label:before{content:"MENU"}.header-nav-module .main-nav-toggle[aria-expanded=true] .main-nav-toggle-label:before{content:"CLOSE"}.header-nav-module .main-nav-toggle-icon{display:flex;flex-direction:column;gap:5px;width:28.5px}.header-nav-module .main-nav-toggle-bar{background:var(--brand-white);border-radius:2px;display:block;height:3px;transition:transform .2s ease,opacity .2s ease;width:28.5px}.header-nav-module .main-nav-toggle[aria-expanded=true] .main-nav-toggle-bar:first-child{transform:translateY(8px) rotate(45deg)}.header-nav-module .main-nav-toggle[aria-expanded=true] .main-nav-toggle-bar:nth-child(2){opacity:0}.header-nav-module .main-nav-toggle[aria-expanded=true] .main-nav-toggle-bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header-nav-module .main-nav-supernav{display:none}@media only screen and (max-width:991px){.header-nav-module .utility-row-inner{padding-left:16px;padding-right:16px}.header-nav-module .main-nav-row-inner{align-items:center;box-sizing:border-box;gap:0;justify-content:space-between;min-height:66px;padding:0 20.5px 0 18px}.header-nav-module .utility-row{display:none}.header-nav-module .main-nav-row{background:var(--brand-gradient-mobile-nav)}.header-nav-module .main-nav-toggle{display:flex}.header-nav-module .main-nav-logo img{height:32.704px;width:134.757px}.header-nav-module .main-nav.collapse:not(.show){display:none}.header-nav-module .main-nav{background:var(--brand-gradient);left:0;position:absolute;right:0;top:100%;width:100%;z-index:200}.header-nav-module .main-nav-items{align-items:stretch;background:var(--brand-gradient);flex-direction:column;gap:2px;width:100%}.header-nav-module .main-nav-item{background:var(--brand-gradient-light-h);border:0}.header-nav-module .main-nav-link{border-bottom:0;color:var(--brand-dark-blue);font-size:18px;font-weight:700;justify-content:space-between;line-height:18px;padding:25px 24px 21px;position:relative;width:100%}.header-nav-module .main-nav-link:hover{color:var(--brand-dark-blue)}.header-nav-module .main-nav-trigger:after{background:var(--brand-gradient);bottom:-2px;content:"";height:2px;left:0;opacity:0;pointer-events:none;position:absolute;right:0;transition:opacity 0s ease .45s}.header-nav-module .main-nav-item.is-open>.main-nav-trigger:after{opacity:1;transition:opacity 0s}.header-nav-module .main-nav-chevron{height:13px;stroke:var(--brand-dark-blue);width:21px}.header-nav-module .main-nav-chevron path{stroke-width:2.5}.header-nav-module .main-nav-item.has-dropdown:hover .main-nav-chevron{transform:none}.header-nav-module .main-nav-item.has-dropdown.is-open .main-nav-chevron{transform:rotate(180deg)}.header-nav-module .main-nav-dropdown{background:transparent;border-radius:0;box-shadow:none;height:auto;left:auto;max-height:0;opacity:1;overflow:hidden;padding:0 24px;position:static;transform:none;transition:max-height .45s ease,padding .45s ease;visibility:visible;width:auto}.header-nav-module .main-nav-item.has-dropdown:hover .main-nav-dropdown{max-height:0;padding-bottom:0;padding-top:0}.header-nav-module .main-nav-item.is-open.has-dropdown .main-nav-dropdown{max-height:500px;padding:0 24px 24px;transform:none}.header-nav-module .main-nav-dropdown-list a{color:var(--brand-dark-blue);font-size:18px;font-weight:400;line-height:18px;padding:26px 0 3px;text-decoration:underline}.header-nav-module .main-nav-dropdown-list a:hover{background:none;text-decoration:none}.header-nav-module .main-nav-supernav{background:var(--brand-gradient-supernav);display:flex;flex-direction:column;gap:12px;padding:25px}.header-nav-module .main-nav-supernav-link{color:var(--brand-white);font-family:var(--font-body);font-size:var(--type-body-small-size);font-weight:500;line-height:28px;text-decoration:none;text-transform:uppercase}}