:root{--color-primary:#00378c;--color-primary-dark:#00255d;--color-primary-deep:#000917;--color-blue-mid:#335fa3;--color-blue-soft:#e5ebf3;--color-light:#fff;--color-grey:#777574;--color-grey-light:#f5f5f5;--color-text:#292929;--color-border:#ccd7e8;--icon-arrow-left:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 19-7-7 7-7'/%3E%3Cpath d='M19 12H5'/%3E%3C/svg%3E");--icon-arrow-right:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");--icon-menu:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 6h16'/%3E%3Cpath d='M4 18h16'/%3E%3C/svg%3E");--font-sans:Inter, system-ui, "Segoe UI", Roboto, Arial, sans-serif;--font-display:Georgia, "Times New Roman", serif;--container:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--color-text);font-family:var(--font-sans), sans-serif;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.5;overflow-x:hidden}.home-page{background:var(--color-primary)}.legal-body{background:var(--color-light)}img{max-width:100%;height:auto;display:block}a{color:inherit}button{font:inherit}a:focus-visible,button:focus-visible{outline-offset:4px;outline:3px solid #ffffff8c}.skip-link{background:var(--color-light);color:var(--color-primary);z-index:30;padding:.65rem .85rem;position:absolute;top:-4rem;left:1rem}.skip-link:focus{top:1rem}.container{max-width:var(--container);width:100%;margin:0 auto;padding:0 1.25rem}.site-header{color:var(--color-light);z-index:20;width:100%;position:absolute;top:0;left:0}.legal-body .site-header{background:var(--color-primary);position:relative}.header-inner{justify-content:space-between;align-items:center;gap:2rem;min-height:112px;display:flex;position:relative}.brand{flex:none;align-items:center;gap:.9rem;text-decoration:none;display:inline-flex}.brand-symbol{background:var(--color-light);color:var(--color-primary);justify-content:center;align-items:center;width:30px;height:30px;font-weight:700;line-height:1;display:inline-flex}.brand-word{color:var(--color-light);letter-spacing:0;font-size:2rem;font-weight:500;line-height:1;transform:translateY(-1px)}.brand-word span{font-weight:100}.site-nav{align-items:center;gap:2rem;margin-left:auto;display:flex}.nav-link{color:#ffffffe0;font-size:1rem;font-weight:500;text-decoration:none}.nav-link:hover{color:var(--color-light)}.language-link{border-left:1px solid #ffffff8c;padding-left:1.75rem}.menu-button{color:var(--color-light);z-index:2;background:0 0;border:0;flex-direction:column;flex:0 0 40px;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;display:none;position:relative}.menu-button:before{content:"";height:28px;-webkit-mask:var(--icon-menu) center / contain no-repeat;mask:var(--icon-menu) center / contain no-repeat;width:28px;-webkit-mask:var(--icon-menu) center / contain no-repeat;background:currentColor;display:block}.menu-button span{display:none}.hero-rich{background:var(--color-primary);color:var(--color-light);min-height:100svh;position:relative;overflow:hidden}.hero-rich-inner{z-index:2;align-items:center;min-height:100svh;padding-top:9rem;padding-bottom:4rem;display:grid;position:relative}.hero-rich-content{max-width:930px}.hero-rich h1{color:var(--color-light);font-family:var(--font-display), serif;letter-spacing:0;overflow-wrap:break-word;margin:0 0 4.8rem;font-size:4.55rem;font-weight:500;line-height:1.2}.hero-rich h1 span{color:var(--color-light);font-family:var(--font-sans), sans-serif;font-size:1.7rem;font-weight:500;display:inline-block;transform:skew(-12deg)}.hero-stripes{pointer-events:none;position:absolute;inset:0}.hero-stripes span{background:#00255d94;border-bottom-right-radius:66px;width:245px;display:block;position:absolute;top:-80px;bottom:94px;transform:skew(-18deg)}.hero-stripes span:first-child{right:420px}.hero-stripes span:nth-child(2){background:var(--color-primary);right:188px}.hero-stripes span:last-child{right:-44px}.button{background:var(--color-primary);color:var(--color-light);isolation:isolate;z-index:0;border:0;border-bottom-right-radius:11px;justify-content:center;align-items:center;gap:.85rem;min-width:176px;min-height:58px;padding:1rem 2rem;font-weight:500;text-decoration:none;transition:transform .18s;display:inline-flex;position:relative}.button:after{content:"";height:1.15rem;-webkit-mask:var(--icon-arrow-right) center / contain no-repeat;mask:var(--icon-arrow-right) center / contain no-repeat;width:1.15rem;-webkit-mask:var(--icon-arrow-right) center / contain no-repeat;background:currentColor;flex:none;display:inline-block}.button.light{color:var(--color-primary);background:0 0}.button.light:before{background:var(--color-light);content:"";z-index:-1;border-bottom-right-radius:11px;position:absolute;inset:0;transform:skew(-14deg)}.button.small{min-width:165px;min-height:52px}.button:hover{transform:translate(3px)}.blue-flow,.blue-section{background:var(--color-primary);color:var(--color-light)}.section{padding:5rem 0}.split-list{padding-top:2rem}.split-list-grid{gap:4rem;display:grid}.split-list-left h2,.slider-heading,.blue-section h2,.cover-panel h2{color:var(--color-light);font-family:var(--font-display), serif;margin:0 0 2rem;font-size:2.85rem;font-weight:500;line-height:1.25}.link-stack{gap:0;display:grid}.sector-link{color:var(--color-light);font-family:var(--font-display), serif;border-top:1px solid #ffffff47;justify-content:space-between;align-items:center;min-height:116px;padding:1.35rem 0;font-size:1.95rem;font-weight:500;line-height:1.33;text-decoration:none;transition:color .18s,transform .18s;display:flex}.sector-link:last-child{border-bottom:1px solid #ffffff47}.sector-link:after{content:"";font-family:var(--font-sans), sans-serif;height:1.15rem;-webkit-mask:var(--icon-arrow-right) center / contain no-repeat;mask:var(--icon-arrow-right) center / contain no-repeat;width:1.15rem;-webkit-mask:var(--icon-arrow-right) center / contain no-repeat;background:currentColor;flex:none;font-size:1rem;font-weight:500}.sector-link:hover{color:var(--color-blue-soft);transform:translate(4px)}.insight-section{padding-top:2rem}.slider-heading{margin-bottom:2.25rem}.insight-viewport{width:100%}.insight-track{grid-template-columns:repeat(auto-fit,minmax(min(100%,286px),1fr));gap:1.5rem;display:grid}.insight-card{background:var(--color-light);color:var(--color-primary);border-bottom-right-radius:1.5rem;flex-direction:column;justify-content:space-between;min-height:268px;padding:2rem;display:flex}.js-enabled .insight-viewport{touch-action:pan-y;overflow:hidden}.js-enabled .insight-track{will-change:transform;grid-template-columns:none;gap:25px;max-width:100%;transition:transform .52s cubic-bezier(.19,1,.22,1);display:flex}.js-enabled .insight-card{flex:0 0 calc(90.9091% - 2.27273px)}.insight-card span{color:var(--color-blue-mid);margin-bottom:2rem;font-weight:500;display:block}.insight-card h3{color:var(--color-primary);font-family:var(--font-display), serif;margin:0;font-size:1.48rem;font-weight:500;line-height:1.32}.carousel-controls{color:var(--color-light);justify-content:flex-end;align-items:center;gap:1rem;margin-top:1.5rem;display:none}.js-enabled .carousel-controls{display:flex}.carousel-controls p{align-items:center;margin:0;font-weight:500;display:flex}.carousel-controls p span:last-child{background:var(--color-blue-soft);text-indent:-999px;border-bottom-right-radius:1px;width:1px;height:1.25rem;margin:0 .625rem;display:inline-block;overflow:hidden;transform:skew(-20deg)}.icon-button{color:var(--color-light);cursor:pointer;background:0 0;border:1px solid #ffffff73;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.icon-button:before{content:"";height:1.1rem;-webkit-mask:var(--icon-arrow-right) center / contain no-repeat;mask:var(--icon-arrow-right) center / contain no-repeat;width:1.1rem;-webkit-mask:var(--icon-arrow-right) center / contain no-repeat;background:currentColor;display:block}.icon-button[data-carousel-prev]:before{-webkit-mask-image:var(--icon-arrow-left);mask-image:var(--icon-arrow-left);-webkit-mask-image:var(--icon-arrow-left)}.icon-button span{display:none}.icon-button:hover{background:#ffffff1f}.icon-button:disabled{cursor:not-allowed;opacity:.45}.icon-button:disabled:hover{background:0 0}.quote-band{background:var(--color-light);color:var(--color-primary-deep);padding:7rem 0}.quote-band blockquote{margin:0}.quote-band p{font-family:var(--font-display), serif;overflow-wrap:break-word;max-width:880px;margin:0 auto;font-size:2.75rem;font-weight:500;line-height:1.36}.cover-push{background:var(--color-primary);color:var(--color-light);padding-bottom:5rem}.cover-panel{background:var(--color-primary-dark);min-height:536px;position:relative;overflow:hidden}.cover-panel:before{content:"";background:linear-gradient(#00255dc7,#00255dc7),radial-gradient(circle at 18% 28%,#e5ebf347,#0000 20%),radial-gradient(circle at 70% 42%,#e5ebf338,#0000 18%),linear-gradient(135deg,#0000 0 46%,#ffffff14 46% 54%,#0000 54%);position:absolute;inset:0}.cover-inner{z-index:1;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.6rem;min-height:536px;display:flex;position:relative}.cover-inner h2{max-width:850px}.push-panel{z-index:2;margin-top:-5.25rem;display:grid;position:relative}.push-media{background:var(--color-light);min-width:0;margin:0}.push-media img{width:100%}.push-content{background:var(--color-primary);padding:2rem}.push-content h3{color:var(--color-light);font-family:var(--font-display), serif;margin:0 0 1.25rem;font-size:2rem;font-weight:500;line-height:1.25}.push-content p{color:#ffffffd1;margin:0 0 1.7rem}.contact-news{background:var(--color-light);color:var(--color-primary)}.contact-news-grid{gap:3rem;display:grid}.contact-news h2{color:var(--color-primary);font-family:var(--font-display), serif;margin:0;font-size:3.2rem;font-weight:500;line-height:1.2}.contact-list{gap:2rem;display:grid}.contact-item{border-top:1px solid var(--color-border);padding-top:1.4rem}.contact-item p{color:var(--color-grey);margin:0 0 1rem;font-weight:500}.contact-item h3{font-family:var(--font-display), serif;margin:0;font-size:1.6rem;font-weight:500;line-height:1.3}.contact-item a{text-decoration:none}.site-footer{background:var(--color-grey-light);color:var(--color-text);padding:3rem 0}.footer-grid{align-items:flex-start;gap:2rem;display:grid}.footer-brand .brand-symbol{background:var(--color-primary);color:var(--color-light)}.footer-brand .brand-word{color:var(--color-primary)}.footer-links{flex-wrap:wrap;gap:1rem;display:flex}.footer-links a{color:var(--color-text);text-decoration:none}.footer-links a:hover{color:var(--color-primary)}.footer-grid p{margin:0}.legal-page .section{padding-top:4rem}.legal-content{max-width:820px}.legal-content h1,.legal-content h2{color:var(--color-primary);font-family:var(--font-display), serif;letter-spacing:0;font-weight:500}.legal-content h1{font-size:2.6rem;line-height:1.2}.legal-content h2{margin-bottom:1rem;font-size:2rem;line-height:1.25}.legal-content .lead{color:var(--color-grey);font-size:1.15rem}.legal-block{border-top:1px solid var(--color-border);padding:1.5rem 0}.placeholder{color:var(--color-grey)}[data-reveal]{opacity:1;transform:none}.js-enabled [data-reveal]{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(34px)}.js-enabled [data-reveal].is-visible,.js-enabled .hero-rich [data-reveal]{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.sector-link,.js-enabled [data-reveal]{transition:none}}@media (width<=759px){.header-inner{flex-wrap:wrap;gap:1rem;min-height:110px;padding-top:1rem;padding-bottom:1rem}.brand{gap:.65rem}.brand-symbol{width:25px;height:25px}.brand-word{font-size:2rem}.site-nav{flex-wrap:wrap;flex-basis:100%;gap:1rem;margin-left:0}.language-link{border-left:0;padding-left:0}.js-enabled .header-inner{flex-wrap:nowrap;padding-top:0;padding-bottom:0}.js-enabled .site-nav{background:0 0;flex-basis:auto;gap:1rem;width:100%;padding:1.25rem;display:none;position:absolute;top:100%;left:0}.js-enabled.nav-open .site-nav{display:grid}.js-enabled .menu-button{margin-left:auto;margin-right:-6px;display:inline-flex;position:relative}.js-enabled .menu-button:before{content:none}.js-enabled .menu-button span{background:currentColor;border-radius:999px;width:28px;height:2px;display:block}.button,.button.small{gap:.65rem;min-width:132px;min-height:42px;padding:.7rem 1rem .7rem 1.8rem;font-size:.875rem}.button:after{width:.95rem;height:.95rem}.button.light:before{transform-origin:0 100%}.hero-rich h1{margin-bottom:3.25rem;font-size:2.65rem;line-height:1.25}.hero-rich{min-height:100svh}.hero-rich-inner{align-items:start;min-height:100svh;padding-top:50svh}.hero-stripes{transform-origin:0 100%;width:315px;height:420px;inset:-84px 0 auto auto;transform:skew(-18deg)}.hero-stripes span{background:#00255d94;border-bottom-right-radius:33px;width:92px;height:100%;top:auto;bottom:0;right:auto;overflow:visible;transform:none}.hero-stripes span:before{content:none}.hero-stripes span:first-child{left:0;right:auto}.hero-stripes span:nth-child(2){display:none}.hero-stripes span:last-child{left:184px;right:auto}.split-list-left h2,.slider-heading,.blue-section h2,.cover-panel h2{font-size:2.05rem}.sector-link{min-height:92px;font-size:1.45rem}.quote-band p{font-size:1.9rem}}@media (width<=360px){.brand-symbol{width:27px;height:27px}.brand-word{font-size:1.6rem}}@media (width>=600px){.js-enabled .insight-track{gap:12px}.js-enabled .insight-card{flex-basis:calc(47.6191% - 6.28571px)}}@media (width>=760px){.split-list-grid,.contact-news-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.push-panel{grid-template-columns:minmax(0,1fr) minmax(360px,.75fr)}.push-content{flex-direction:column;justify-content:center;align-self:stretch;min-height:425px;padding:3rem;display:flex}.footer-grid{grid-template-columns:1fr auto}.footer-grid p{grid-column:1/-1}}@media (width>=900px){.section{padding:8rem 0}.split-list{padding-top:8.5rem}.insight-section{padding-top:5rem;padding-bottom:8.5rem}.quote-band{padding:9.5rem 0}.cover-push{padding-bottom:8rem}.js-enabled .insight-track{gap:25px}.js-enabled .insight-card{flex-basis:calc(32.2581% - 16.9355px)}}@media (width>=1440px){.js-enabled .insight-card{flex-basis:calc(24.3902% - 18.9024px)}}@media (width>=1100px){.hero-rich h1{font-size:5.35rem}.split-list-left h2,.slider-heading,.blue-section h2,.cover-panel h2{font-size:3.35rem}}
