:root{--color-primary: #1a237e;--color-on-primary: #fff;--color-secondary: #0d47a1;--color-on-secondary: #fff;--color-tertiary: #f5f5f5;--color-on-tertiary: #212121;--radius: 8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:branchfont,system-ui,-apple-system,sans-serif;line-height:1.6;color:#212121;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block;aspect-ratio:auto}h1{font-size:2.5rem;line-height:1.2}h2{font-size:2rem;line-height:1.25}h3{font-size:1.5rem;line-height:1.3}h4{font-size:1.25rem;line-height:1.35}.web-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}a{color:var(--color-secondary);text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}.web-btn{display:inline-block;padding:.75rem 2rem;background:var(--color-secondary);color:var(--color-on-secondary);border:none;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s;text-decoration:none}.web-btn:hover{opacity:.85;color:var(--color-on-secondary)}.skip-to-content{position:absolute;left:-9999px;top:0;z-index:9999;padding:.75rem 1.5rem;background:var(--color-primary);color:var(--color-on-primary);font-weight:600}.skip-to-content:focus{left:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media print{web-nav,web-footer,.web-gallery,.web-nav-mobile,.web-nav-mobile-overlay,.skip-to-content{display:none!important}body{color:#000;background:#fff}a{color:#000;text-decoration:underline}.web-section{break-inside:avoid}}.web-nav{position:sticky;top:0;z-index:100;background:var(--color-primary);color:var(--color-on-primary);padding:.75rem 0}.web-nav-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.web-nav-logo{height:48px;width:auto}.web-nav-menu{display:flex;list-style:none;gap:.25rem;align-items:center}.web-nav-item{position:relative}.web-nav-item>a{display:block;padding:.5rem 1rem;color:var(--color-on-primary);font-weight:500;white-space:nowrap;border-radius:var(--radius);transition:background .2s}.web-nav-item>a:hover{opacity:1;background:#ffffff1a}.web-nav-item-has-children .web-nav-dropdown{display:none;position:absolute;top:100%;left:0;min-width:200px;background:var(--color-primary);border-radius:var(--radius);box-shadow:0 4px 12px #00000026;z-index:110;padding:.5rem 0;list-style:none}.web-nav-item-has-children:hover .web-nav-dropdown,.web-nav-item-has-children:focus-within .web-nav-dropdown{display:block}.web-nav-item-has-children .web-nav-dropdown a{display:block;padding:.5rem 1.25rem;color:var(--color-on-primary);white-space:nowrap}.web-nav-item-has-children .web-nav-dropdown a:hover{opacity:1;background:#ffffff1a}.web-nav-hamburger{display:none;background:none;border:none;color:var(--color-on-primary);font-size:1.5rem;cursor:pointer;padding:.5rem;line-height:1}.web-nav-mobile-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:190}.web-nav-mobile-overlay.is-open{display:block}.web-nav-mobile{display:none;position:fixed;top:0;right:0;bottom:0;width:280px;background:var(--color-primary);z-index:200;padding:1.5rem;overflow-y:auto;transform:translate(100%);transition:transform .3s ease}.web-nav-mobile.is-open{display:block;transform:translate(0)}.web-nav-mobile a{display:block;padding:.75rem 0;color:var(--color-on-primary);font-size:1.1rem;border-bottom:1px solid rgba(255,255,255,.1)}.web-nav-mobile-close{background:none;border:none;color:var(--color-on-primary);font-size:1.5rem;cursor:pointer;padding:.5rem;margin-bottom:1rem;display:block;margin-left:auto}@media (width <= 1024px){.web-nav-menu{display:none}.web-nav-hamburger,.web-nav-mobile{display:block}}.web-footer{background:var(--color-primary);color:var(--color-on-primary);padding:3rem 0 1.5rem}.web-footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.web-footer-info{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.web-footer-social{display:flex;gap:1rem;justify-content:center}.web-footer-social a{color:var(--color-on-primary);font-weight:600;padding:.5rem;border-radius:var(--radius);transition:background .2s}.web-footer-social a:hover{opacity:1;background:#ffffff1a}.web-footer-email a{color:var(--color-on-primary)}.web-footer-bottom{font-size:.875rem;opacity:.7;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);width:100%;text-align:center}.web-section{padding:4rem 0}.web-section-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.web-section-heading{margin-bottom:1rem;color:var(--color-primary)}.web-section-subheading{margin-bottom:2rem;font-size:1.1rem;opacity:.85}.web-section-body{line-height:1.7}.web-section-two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media (width <= 768px){.web-section-two-col{grid-template-columns:1fr;gap:2rem}}.web-section-image img,.web-section-image-col img{width:100%;border-radius:var(--radius)}.web-section-cta-wrap{margin-top:2rem}.web-section-cta{display:inline-block;padding:.75rem 2rem;background:var(--color-secondary);color:var(--color-on-secondary);border-radius:var(--radius);font-weight:600;transition:opacity .2s}.web-section-cta:hover{opacity:.85;color:var(--color-on-secondary)}.web-section-children{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}@media (width <= 1024px){.web-section-children{grid-template-columns:repeat(2,1fr)}}@media (width <= 480px){.web-section-children{grid-template-columns:1fr}}.web-child-card{padding:1.5rem;border-radius:var(--radius);background:var(--color-tertiary);text-align:center}.web-child-card-icon{width:64px;height:64px;margin:0 auto 1rem;object-fit:contain}.web-child-card-title{margin-bottom:.5rem;color:var(--color-primary)}.web-child-card-text{font-size:.95rem;opacity:.85}.web-child-card-body{font-size:.95rem;margin-top:.5rem}.web-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;margin-top:2rem;scrollbar-width:none}.web-gallery::-webkit-scrollbar{display:none}.web-gallery-item{flex:0 0 auto;width:33.333%;scroll-snap-align:start}.web-gallery-item img{width:100%;height:auto;border-radius:var(--radius)}@media (width <= 768px){.web-gallery-item{width:80%}}.web-header{position:relative;min-height:300px;display:flex;align-items:flex-end;background-size:cover;background-position:center;color:#fff;padding:3rem 0}.web-header-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%;position:relative;z-index:1}.web-header-title{font-size:2.5rem;margin-bottom:.5rem}@media (width <= 768px){.web-header-title{font-size:1.75rem}}.web-breadcrumb{font-size:.95rem;opacity:.9}.web-breadcrumb a{color:#fff;opacity:.8}.web-breadcrumb a:hover{opacity:1}.web-subpage{padding:3rem 0}.web-subpage-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.web-subpage-child{margin-top:3rem;padding-top:3rem;border-top:1px solid #e0e0e0}.web-subpage-child-title{margin-bottom:1rem;color:var(--color-primary)}:root{--title-font: branchfont, sans-serif;--body-font: branchfont, sans-serif}body{font-family:var(--body-font)}h1,h2,h3,h4,h5,h6{font-family:var(--title-font)}web-section:first-of-type .web-section{padding:6rem 0;text-align:center}web-section:first-of-type .web-section .web-section-heading{font-size:3.5rem}@media (width <= 768px){web-section:first-of-type .web-section .web-section-heading{font-size:2.25rem}}web-section:first-of-type .web-section .web-section-subheading{font-size:1.25rem;max-width:700px;margin-left:auto;margin-right:auto}web-section:nth-of-type(2n) .web-section{background:var(--color-tertiary);color:var(--color-on-tertiary)}.web-section.web-section-has-image:not(.web-section-two-col){position:relative}.web-section.web-section-has-image:not(.web-section-two-col) .web-section-image{position:absolute;inset:0;z-index:0}.web-section.web-section-has-image:not(.web-section-two-col) .web-section-image img{width:100%;height:100%;object-fit:cover;border-radius:0}.web-section.web-section-has-image:not(.web-section-two-col):after{content:"";position:absolute;inset:0;background:#0009;z-index:0}.web-section.web-section-has-image:not(.web-section-two-col) .web-section-container{position:relative;z-index:1;color:#fff}.web-section.web-section-has-image:not(.web-section-two-col) .web-section-heading{color:#fff}.web-child-card.web-child-card-has-icon{background:transparent;border:1px solid #e0e0e0;transition:box-shadow .2s}.web-child-card.web-child-card-has-icon:hover{box-shadow:0 4px 16px #00000014}.web-section-children{text-align:center}.web-section-cta{text-transform:uppercase;letter-spacing:.05em;font-size:.95rem}
