:root{--narpo-content-width:1400px;--narpo-header-height:96px;--narpo-header-gutter:clamp(1rem, 3vw, 2.5rem);--narpo-header-bg:#ffffff;--narpo-header-fg:#0c1a36;--narpo-header-muted:#5a5a6a;--narpo-header-accent:#0c2a5c;--narpo-header-accent-hover:#4169e1;--narpo-header-border:#eceef1;--narpo-header-shadow:0 2px 12px -6px rgba(12, 26, 54, 0.18);--narpo-header-radius:10px;--narpo-header-z:1000;--narpo-header-dropdown-bg:#ffffff;--narpo-header-dropdown-shadow:0 18px 40px -20px rgba(15, 23, 42, 0.35), 0 2px 6px rgba(15, 23, 42, 0.08);--narpo-header-ease:cubic-bezier(0.22, 0.61, 0.36, 1)}html{scroll-padding-top:calc(var(--narpo-header-computed-height, var(--narpo-header-height)) + 1rem)}body{padding-top:var(--narpo-header-computed-height,var(--narpo-header-height))}.narpo-header{position:fixed;top:0;left:0;right:0;z-index:var(--narpo-header-z);background:var(--narpo-header-bg);color:var(--narpo-header-fg);border-bottom:1px solid var(--narpo-header-border);box-shadow:var(--narpo-header-shadow);min-height:var(--narpo-header-height);box-sizing:border-box;width:100%}.narpo-header.is-open{z-index:1300}.narpo-header *{box-sizing:border-box}body.admin-bar .narpo-header{top:32px}body.admin-bar .narpo-header__backdrop{top:calc(var(--narpo-header-height) + 32px)}body.admin-bar .narpo-header__nav{top:calc(var(--narpo-header-height) + 32px)}@media screen and (max-width:782px){body.admin-bar .narpo-header{top:46px}body.admin-bar .narpo-header__backdrop{top:calc(var(--narpo-header-height) + 46px)}body.admin-bar .narpo-header__nav{top:calc(var(--narpo-header-height) + 46px)}}.narpo-header__inner{position:relative;z-index:3;max-width:var(--narpo-content-width);margin-inline:auto;padding-inline:var(--narpo-header-gutter);min-height:var(--narpo-header-height);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.narpo-header__utility{display:inline-flex;align-items:center;margin-left:auto}.narpo-header--coming-soon .narpo-header__inner{max-width:var(--narpo-container,min(1200px, 92vw));justify-content:flex-start;gap:clamp(0.9rem, 2vw, 1.5rem)}.narpo-header--coming-soon .narpo-header__utility{margin-left:auto}.narpo-header--coming-soon .narpo-header__cta{min-height:40px;padding:.62rem 1.1rem}.narpo-header__logo{display:inline-flex;align-items:center;flex-shrink:0;text-decoration:none;color:inherit;transition:transform 0.2s var(--narpo-header-ease)}.narpo-header__logo:hover,.narpo-header__logo:focus-visible{transform:translateY(-1px)}.narpo-header__logo img{display:block;height:calc(var(--narpo-header-height) - 20px);max-height:72px;width:auto}.narpo-header__logo-text{font-weight:700;white-space:nowrap}.narpo-header__nav{display:flex;align-items:center;gap:2rem;flex:1;justify-content:space-between}.narpo-header__menu,.narpo-header__menu ul{list-style:none;margin:0;padding:0}.narpo-header__menu{display:flex;align-items:center;gap:clamp(0.75rem, 2vw, 2rem);flex:1;justify-content:center}.narpo-header__menu>li{position:relative;display:flex;align-items:center;flex-wrap:wrap}.narpo-header__menu>li.menu-item-has-children::after{content:"";position:absolute;top:100%;left:0;right:0;height:.9rem;pointer-events:auto}.narpo-header__menu>li>a{display:inline-flex;align-items:center;gap:.35em;padding:.6rem .25rem;border-radius:4px;color:var(--narpo-header-fg);text-decoration:none;position:relative;transition:color 0.2s var(--narpo-header-ease);white-space:nowrap;flex:none;font-size:.95rem;font-weight:500;letter-spacing:.01em}.narpo-header__menu-link--members-only{position:relative;overflow:visible}.narpo-header__menu-pill{position:absolute;left:0;bottom:calc(100% - 0.15rem);z-index:2;display:inline-flex;align-items:center;min-height:1.25rem;padding:.18rem .48rem;border-radius:999px;background:rgb(60 125 229 / .12);color:var(--narpo-header-accent);font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.narpo-header__menu-label{display:inline-block}.narpo-header__menu>li>a::after{content:"";position:absolute;left:0;right:0;bottom:.1rem;height:2px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform 0.25s var(--narpo-header-ease);border-radius:2px}.narpo-header__menu>li>a:hover,.narpo-header__menu>li>a:focus-visible{color:var(--narpo-header-accent)}.narpo-header__menu>li>a:hover::after,.narpo-header__menu>li>a:focus-visible::after{transform:scaleX(1)}.narpo-header__menu>li.current-menu-item>a,.narpo-header__menu>li.current-menu-ancestor>a,.narpo-header__menu>li.current-menu-parent>a{color:var(--narpo-header-accent)}.narpo-header__menu>li.current-menu-item>a::after,.narpo-header__menu>li.current-menu-ancestor>a::after,.narpo-header__menu>li.current-menu-parent>a::after{transform:scaleX(1)}.narpo-header__submenu-toggle{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:inherit;padding:.25rem;flex-shrink:0;line-height:1;transition:color 0.2s var(--narpo-header-ease)}.narpo-header__submenu-toggle:hover{color:var(--narpo-header-accent)}.narpo-header__submenu-toggle:focus-visible{outline:2px solid var(--narpo-header-accent);border-radius:4px}.narpo-header__chevron{display:inline-block;width:0;height:0;border:4px solid #fff0;border-top-color:currentColor;transform:translateY(2px);transition:transform 0.25s var(--narpo-header-ease);pointer-events:none}.narpo-header__menu>li:hover>.narpo-header__submenu-toggle .narpo-header__chevron,.narpo-header__menu>li:focus-within>.narpo-header__submenu-toggle .narpo-header__chevron,.narpo-header__menu>li.is-open>.narpo-header__submenu-toggle .narpo-header__chevron{transform:translateY(2px) rotate(-180deg)}.narpo-header__menu .sub-menu{position:absolute;top:calc(100% + 0.75rem);left:50%;transform:translate(-50%,8px);min-width:220px;padding:.5rem;background:var(--narpo-header-dropdown-bg);border:1px solid var(--narpo-header-border);border-radius:12px;box-shadow:var(--narpo-header-dropdown-shadow);display:flex;flex-direction:column;gap:2px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.2s var(--narpo-header-ease),transform 0.25s var(--narpo-header-ease),visibility 0s linear 0.25s}.narpo-header__menu>li:not(:hover):not(:focus-within):not(.is-open)>.sub-menu{transition:opacity 0.2s var(--narpo-header-ease) 0.15s,transform 0.25s var(--narpo-header-ease) 0.15s,visibility 0s linear 0.4s}.narpo-header__menu>li:hover>.sub-menu,.narpo-header__menu>li:focus-within>.sub-menu,.narpo-header__menu>li.is-open>.sub-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0);transition-delay:0s}.narpo-header__menu .sub-menu .sub-menu{top:-.5rem;left:calc(100% + 0.5rem);transform:translate(8px,0)}.narpo-header__menu .sub-menu li:hover>.sub-menu,.narpo-header__menu .sub-menu li:focus-within>.sub-menu,.narpo-header__menu .sub-menu li.is-open>.sub-menu{transform:translate(0,0)}.narpo-header__menu .sub-menu a{display:block;padding:.6rem .85rem;color:var(--narpo-header-fg);text-decoration:none;border-radius:8px;white-space:nowrap;transition:background 0.15s var(--narpo-header-ease),color 0.15s var(--narpo-header-ease)}.narpo-header__menu .sub-menu a:hover,.narpo-header__menu .sub-menu a:focus-visible{background:#f2f5fb;color:var(--narpo-header-accent)}.narpo-header__menu .sub-menu .current-menu-item>a{background:#eef2fd;color:var(--narpo-header-accent)}.narpo-header__cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.65rem 1.25rem;background:var(--narpo-navy,#0c2a5c);color:#fff;font-weight:600;font-size:.9rem;text-decoration:none;border-radius:5px;white-space:nowrap;flex-shrink:0;line-height:1.2;letter-spacing:.01em;transition:background 0.2s var(--narpo-header-ease),transform 0.2s var(--narpo-header-ease),box-shadow 0.2s var(--narpo-header-ease)}.narpo-header__cta:hover,.narpo-header__cta:focus-visible{background:var(--narpo-accent,#4169e1);transform:translateY(-2px);box-shadow:0 8px 16px -8px rgb(12 26 54 / .4)}.narpo-header__cta:active{transform:translateY(0)}@media (prefers-reduced-motion:reduce){.narpo-header__cta:hover{transform:none}}.narpo-header__toggle{position:relative;z-index:4;display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--narpo-header-border);border-radius:10px;background:#fff0;cursor:pointer;flex-direction:column;gap:5px;transition:background 0.2s var(--narpo-header-ease),border-color 0.2s var(--narpo-header-ease)}.narpo-header__toggle:hover{background:#f5f7fb;border-color:#d7dce6}.narpo-header__toggle:focus-visible{border-color:var(--narpo-header-accent-hover)}.narpo-header__toggle-bar{display:block;width:22px;height:2px;background:var(--narpo-header-fg);border-radius:2px;transition:transform 0.25s var(--narpo-header-ease),opacity 0.2s var(--narpo-header-ease)}.narpo-header.is-open .narpo-header__toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.narpo-header.is-open .narpo-header__toggle-bar:nth-child(2){opacity:0}.narpo-header.is-open .narpo-header__toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.narpo-header .screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;overflow:hidden;white-space:nowrap}.narpo-header__backdrop{position:fixed;top:var(--narpo-header-height);right:0;bottom:0;left:0;background:rgb(15 23 42 / .45);opacity:0;visibility:hidden;transition:opacity 0.25s var(--narpo-header-ease),visibility 0s linear 0.25s;z-index:1}.narpo-header.is-open .narpo-header__backdrop{opacity:1;visibility:visible;transition-delay:0s}@media (max-width:768px){:root{--narpo-header-height:72px}.narpo-header__inner{justify-content:flex-start;gap:.7rem}.narpo-header__toggle{display:inline-flex;order:3;margin-left:auto}.narpo-header__nav{position:fixed;top:var(--narpo-header-height);right:0;bottom:0;width:min(360px, 86vw);background:var(--narpo-header-bg);padding:0 0 2rem;gap:0;overflow-y:auto;flex-direction:column;align-items:stretch;justify-content:flex-start;align-content:flex-start;border-left:1px solid var(--narpo-header-border);box-shadow:-16px 0 48px -24px rgb(12 26 54 / .45);z-index:2;transform:translateX(100%);transition:transform 0.3s var(--narpo-header-ease)}.narpo-header.is-open .narpo-header__nav{transform:translateX(0)}.narpo-header__menu{flex-direction:column;align-items:stretch;gap:0;width:100%;padding:.5rem 1.25rem 1rem}.narpo-header__menu>li{border-bottom:1px solid var(--narpo-header-border);align-items:stretch}.narpo-header__menu>li:last-child{border-bottom:none}.narpo-header__menu>li>a{flex:1;padding:.95rem .25rem;width:auto}.narpo-header__menu-pill{bottom:calc(100% - 0.3rem)}.narpo-header__menu>li>a::after{display:none}.narpo-header__submenu-toggle{padding:0 .75rem;min-width:44px;border-left:1px solid var(--narpo-header-border);border-radius:0}.narpo-header__menu .sub-menu{position:static;transform:none;opacity:1;visibility:visible;pointer-events:auto;background:#fff0;border:none;box-shadow:none;border-radius:0;padding:0 0 .5rem .75rem;flex-basis:100%;max-height:0;overflow:hidden;transition:max-height 0.35s var(--narpo-header-ease)}.narpo-header__menu>li:hover>.sub-menu,.narpo-header__menu>li.is-open>.sub-menu,.narpo-header__menu .sub-menu li:hover>.sub-menu,.narpo-header__menu .sub-menu li.is-open>.sub-menu{max-height:1000px;transform:none}.narpo-header__menu>li:hover>.narpo-header__submenu-toggle .narpo-header__chevron,.narpo-header__menu>li.is-open>.narpo-header__submenu-toggle .narpo-header__chevron{transform:translateY(2px) rotate(-180deg)}.narpo-header__menu .sub-menu a{padding:.6rem .5rem;border-radius:6px}.narpo-header__cta{align-self:stretch;justify-content:center;margin:0 1.25rem 0;padding:.9rem 1.25rem;font-size:.95rem}.narpo-header__logo img{height:50px;max-height:50px}.narpo-header__crest img{width:54px}.narpo-header--coming-soon .narpo-header__crest{display:inline-flex}.narpo-header--coming-soon .narpo-header__cta{min-height:36px;padding:.52rem .9rem;font-size:.82rem}}@media (max-width:480px){:root{--narpo-header-height:64px}.narpo-header__inner{padding-inline:1rem}.narpo-header--coming-soon .narpo-header__crest{display:none}}.editor-styles-wrapper .narpo-header.narpo-header--is-preview,.block-editor-block-preview__content .narpo-header{position:relative;box-shadow:none;border-bottom:1px solid var(--narpo-header-border)}.editor-styles-wrapper .narpo-header__nav{position:static;transform:none;width:auto;padding:0;background:#fff0;box-shadow:none;border:none}.editor-styles-wrapper .narpo-header__toggle,.editor-styles-wrapper .narpo-header__backdrop{display:none!important}.narpo-header__crest{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:.75rem;border-radius:50%;text-decoration:none;color:inherit;transition:transform 0.2s var(--narpo-header-ease)}.narpo-header__crest:hover,.narpo-header__crest:focus-visible{transform:translateY(-1px)}.narpo-header__crest img{display:block;width:clamp(48px, 5.2vw, 68px);height:auto}@media (max-width:768px){.narpo-header__crest{display:inline-flex;order:2;margin-left:.6rem;visibility:visible;opacity:1}.narpo-header__toggle{margin-left:auto}}@media (max-width:1250px) and (min-width:769px){:root{--narpo-header-height:132px}.narpo-header__inner{display:grid;grid-template-columns:auto 1fr auto auto;grid-template-rows:auto auto;grid-template-areas:"logo  spacer  cta   crest" "nav   nav     nav   nav";column-gap:1.5rem;row-gap:.4rem;padding-block:.85rem;align-items:center}.narpo-header__logo{grid-area:logo}.narpo-header__crest{grid-area:crest;margin-left:0}.narpo-header__nav{display:contents}.narpo-header__menu{grid-area:nav;justify-self:center;gap:clamp(1.25rem, 2.2vw, 2.5rem);border-top:1px solid var(--narpo-header-border);padding-top:.65rem;width:100%;justify-content:center}.narpo-header__cta{grid-area:cta}.narpo-header__toggle,.narpo-header__backdrop{display:none}}@media (max-width:948px){html[data-narpo-language="cy"]{--narpo-header-height:72px}html[data-narpo-language="cy"] .narpo-header__inner{display:flex;grid-template-columns:none;grid-template-rows:none;grid-template-areas:none;column-gap:1.5rem;row-gap:0;padding-block:0;align-items:center;justify-content:flex-start;gap:.7rem}html[data-narpo-language="cy"] .narpo-header__toggle{display:inline-flex;order:3}html[data-narpo-language="cy"] .narpo-header__backdrop{display:block}html[data-narpo-language="cy"] .narpo-header__nav{display:flex;position:fixed;top:var(--narpo-header-height);right:0;bottom:0;margin-top:0;width:min(360px, 86vw);background:var(--narpo-header-bg);padding:0 0 2rem;gap:0;overflow-y:auto;flex-direction:column;align-items:stretch;justify-content:flex-start;align-content:flex-start;border-left:1px solid var(--narpo-header-border);box-shadow:-16px 0 48px -24px rgb(12 26 54 / .45);z-index:2;transform:translateX(100%);transition:transform 0.3s var(--narpo-header-ease)}html[data-narpo-language="cy"] .narpo-header.is-open .narpo-header__nav{transform:translateX(0)}html[data-narpo-language="cy"] .narpo-header__menu{flex-direction:column;align-items:stretch;gap:0;width:100%;padding:.5rem 1.25rem 1rem;border-top:none;justify-content:flex-start}html[data-narpo-language="cy"] .narpo-header__menu>li{border-bottom:1px solid var(--narpo-header-border);align-items:stretch}html[data-narpo-language="cy"] .narpo-header__menu>li:last-child{border-bottom:none}html[data-narpo-language="cy"] .narpo-header__menu>li>a{flex:1;padding:.95rem .25rem;width:auto}html[data-narpo-language="cy"] .narpo-header__menu-pill{bottom:calc(100% - 0.3rem)}html[data-narpo-language="cy"] .narpo-header__menu>li>a::after{display:none}html[data-narpo-language="cy"] .narpo-header__submenu-toggle{padding:0 .75rem;min-width:44px;border-left:1px solid var(--narpo-header-border);border-radius:0}html[data-narpo-language="cy"] .narpo-header__menu .sub-menu{position:static;transform:none;opacity:1;visibility:visible;pointer-events:auto;background:#fff0;border:none;box-shadow:none;border-radius:0;padding:0 0 .5rem .75rem;flex-basis:100%;max-height:0;overflow:hidden;transition:max-height 0.35s var(--narpo-header-ease)}html[data-narpo-language="cy"] .narpo-header__menu>li:hover>.sub-menu,html[data-narpo-language="cy"] .narpo-header__menu>li.is-open>.sub-menu,html[data-narpo-language="cy"] .narpo-header__menu .sub-menu li:hover>.sub-menu,html[data-narpo-language="cy"] .narpo-header__menu .sub-menu li.is-open>.sub-menu{max-height:1000px;transform:none}html[data-narpo-language="cy"] .narpo-header__menu>li:hover>.narpo-header__submenu-toggle .narpo-header__chevron,html[data-narpo-language="cy"] .narpo-header__menu>li.is-open>.narpo-header__submenu-toggle .narpo-header__chevron{transform:translateY(2px) rotate(-180deg)}html[data-narpo-language="cy"] .narpo-header__menu .sub-menu a{padding:.6rem .5rem;border-radius:6px}html[data-narpo-language="cy"] .narpo-header__cta{grid-area:auto;align-self:stretch;justify-content:center;margin:0 1.25rem 0;padding:.9rem 1.25rem;font-size:.95rem}html[data-narpo-language="cy"] .narpo-header__logo img{height:50px;max-height:50px}html[data-narpo-language="cy"] .narpo-header__crest img{width:54px}html[data-narpo-language="cy"] .narpo-header__crest{display:inline-flex;order:2;margin-left:.6rem;visibility:visible;opacity:1}html[data-narpo-language="cy"] .narpo-header__toggle{margin-left:auto}html[data-narpo-language="cy"] .narpo-header--coming-soon .narpo-header__crest{display:inline-flex}html[data-narpo-language="cy"] .narpo-header--coming-soon .narpo-header__cta{min-height:36px;padding:.52rem .9rem;font-size:.82rem}}@media (max-width:1430px) and (min-width:949px){html[data-narpo-language="cy"]{--narpo-header-height:132px}html[data-narpo-language="cy"] .narpo-header__inner{display:grid;grid-template-columns:auto 1fr auto auto;grid-template-rows:auto auto;grid-template-areas:"logo  spacer  cta   crest" "nav   nav     nav   nav";column-gap:1.5rem;row-gap:.4rem;padding-block:.85rem;align-items:center}html[data-narpo-language="cy"] .narpo-header__logo{grid-area:logo}html[data-narpo-language="cy"] .narpo-header__crest{grid-area:crest;margin-left:0}html[data-narpo-language="cy"] .narpo-header__nav{display:contents}html[data-narpo-language="cy"] .narpo-header__menu{grid-area:nav;justify-self:center;gap:clamp(1.25rem, 2.2vw, 2.5rem);border-top:1px solid var(--narpo-header-border);padding-top:.65rem;width:100%;justify-content:center}html[data-narpo-language="cy"] .narpo-header__cta{grid-area:cta}html[data-narpo-language="cy"] .narpo-header__toggle,html[data-narpo-language="cy"] .narpo-header__backdrop{display:none}}