:root{--white:#fff;--black:#000;--black-75:rgba(0, 0, 0, 0.75);--black-50:rgba(0, 0, 0, 0.5);--black-25:rgba(0, 0, 0, 0.25);--black-10:rgba(0, 0, 0, 0.1);--black-5:rgba(0, 0, 0, 0.05);--brand-blue:#1e4088;--brand-blue-dark:#16356e;--form-success:#007700;--form-error:#b00020;--site-bg:#e3e6ea;--home-privacy-bar-fill:#f9f9f9;--cookie-banner-background:#222;--contact-form-feedback:#e0f7e9;--input-text-area:#c5bdbd81;--site-general-text:var(--black);--access-font-outline:#444;--site-horiz-line:#ccc2c5;--high-contrast-hover-border:#ccc;--box-shadow-outline:#ddd;--box-shadow-10:0 2px 6px rgba(0, 0, 0, 0.1);--box-shadow-20:0 0 12px rgba(0, 0, 0, 0.2);--tab-button:#f1e9e9;--tab-button-hover:#66aadd;--cookie-banner-highlight:#ffd700;--cookie-banner-highlight-txt:#ffffff;--cookie-btn-hover-text:#ffffff;--glow-inner-white:0 0 6px rgba(255, 255, 255, 0.8);--glow-outer-white:0 0 9px rgba(255, 255, 255, 0.6);--glow-inner-white-large:0 0 12px rgba(255, 255, 255, 1);--glow-outer-white-large:0 0 15px rgba(255, 255, 255, 0.8);--glow-inner-black:0 0 6px rgba(0, 0, 0, 0.8);--glow-outer-black:0 0 9px rgba(0, 0, 0, 0.6);--glow-inner-black-large:0 0 12px rgba(0, 0, 0, 1);--glow-outer-black-large:0 0 15px rgba(0, 0, 0, 0.8)}html[data-theme=dark]{--white:#000;--black:rgba(255, 255, 255, 0.75);--black-75:rgba(255, 255, 255, 0.75);--black-50:rgba(255, 255, 255, 0.5);--black-25:rgba(255, 255, 255, 0.25);--black-10:rgba(255, 255, 255, 0.1);--black-5:rgba(255, 255, 255, 0.05);--brand-blue:#1e4088;--brand-blue-dark:#16356e;--form-success:#4caf50;--form-error:#ef5350;--site-bg:#121212;--home-privacy-bar-fill:grey;--cookie-banner-background:grey;--contact-form-feedback:#16356e;--input-text-area:#2a2a2a;--site-general-text:rgba(255, 255, 255, 0.75);--access-font-outline:#aaa;--site-horiz-line:#444;--high-contrast-hover-border:#ccc;--box-shadow-outline:#555;--box-shadow-10:0 2px 6px rgba(255, 255, 255, 0.1);--box-shadow-20:0 0 12px rgba(255, 255, 255, 0.2);--tab-button:#2c2c2c;--tab-button-hover:#66aadd;--cookie-banner-highlight:#ffd700;--glow-inner-white:0 0 6px rgba(0, 0, 0, 0.8);--glow-outer-white:0 0 9px rgba(0, 0, 0, 0.6);--glow-inner-white-large:0 0 12px rgba(0, 0, 0, 1);--glow-outer-white-large:0 0 15px rgba(0, 0, 0, 0.8);--glow-inner-black:0 0 30px rgba(255, 255, 255, 1);--glow-outer-black:0 0 40px rgba(255, 255, 255, 1);--glow-inner-black-large:0 0 40px rgba(245, 245, 245, 1);--glow-outer-black-large:0 0 50px rgba(245, 245, 245, 1)}body{background-color:var(--site-bg)}.banner{position:relative;width:100%;height:auto}html[data-theme=light] .banner-bg{position:relative;z-index:0}.banner-bg{position:relative;z-index:0}.banner-bg img{width:100%;height:auto;display:block}.banner-overlay{position:absolute;inset:0;display:flex;justify-content:space-between;align-items:center;padding:0 2vw;gap:clamp(.5vw,2vw,4vw);box-sizing:border-box;pointer-events:none;overflow-y:auto}.banner-item{display:flex;align-items:center;height:auto;flex-shrink:1;min-width:0}.banner-item img{max-height:80%;width:auto;object-fit:contain}.banner-item.title{flex:0 1 auto;min-width:0;padding-left:.5rem;display:flex;align-items:center;justify-content:center;align-self:center}.banner-text{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:100%;overflow-wrap:break-word}.banner-title{font-family:'Roboto Slab',serif;font-weight:800;font-size:clamp(3.5rem, 8vw, 7.55rem);color:var(--brand-blue);margin:0;margin-bottom:0;line-height:1;text-transform:uppercase;text-shadow:var(--glow-inner-white),var(--glow-outer-white)}html[data-theme=dark] .banner-title{text-shadow:none}.banner-subtitle{font-family:'Roboto Slab',serif;font-weight:800;font-size:clamp(.75rem, 1.5vw, 1.2rem);color:var(--brand-blue);margin:0;text-transform:uppercase;letter-spacing:.05em;line-height:1.1;text-shadow:var(--glow-inner-white),var(--glow-outer-white)}html[data-theme=dark] .banner-subtitle{text-shadow:none}.banner-item.logo{flex:0 1 auto;justify-content:center;align-items:center;align-self:stretch;max-height:100%}.banner-item.logo img{max-height:100%;width:auto;object-fit:contain}.banner-item.contact{display:flex;align-items:center;justify-content:flex-end;text-align:right}.contact-text{font-family:'Roboto Slab',serif;font-weight:800;font-size:clamp(1rem, 2vw, 2.16rem);color:var(--brand-blue);margin:0;letter-spacing:.05em;line-height:1.1;text-shadow:var(--glow-inner-white),var(--glow-outer-white)}html[data-theme=dark] .contact-text{text-shadow:none}.contact-line{margin:0}@media (max-width:900px){.banner-item.contact{display:none}}@media (max-width:600px){.banner-item.logo{display:none}}html[data-theme=dark] .banner::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.45);z-index:1;pointer-events:none}html[data-theme=dark] .banner-overlay{z-index:2}.navbar{display:flex;flex-direction:column;padding:1rem 2vw;background-color:var(--site-bg);border-bottom:1px solid var(--site-horiz-line);font-family:'Segoe UI',sans-serif;max-width:1200px;margin:0 auto}.menu-toggle{display:none;background:0 0;border:none;font-size:1.5rem;margin-bottom:.5rem;cursor:pointer}.nav-links{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start}.nav-links li{display:flex;align-items:center;margin:0;padding:0}.nav-links a{text-decoration:none;color:var(--black);font-weight:500;position:relative;padding-bottom:.25rem;line-height:1.5}.nav-links a.active{font-size:1.5rem;font-weight:600;color:var(--brand-blue-dark);border-bottom:2px solid var(--brand-blue-dark);text-transform:uppercase;letter-spacing:.5px}.nav-links a:hover::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:var(--brand-blue)}html[data-theme=dark] .nav-links a:hover::after{background-color:#fff}@media (max-width:768px){.menu-toggle{display:block}.nav-links{flex-direction:column;gap:1rem;display:none}.navbar.open .nav-links{display:flex}}.nav-links a:focus{outline:2px solid var(--brand-blue);outline-offset:4px}.accessibility-link{background-color:transparent;color:var(--black);padding:.4em 1em;border-radius:1.5em;font-weight:700;border:2px solid var(--black);text-decoration:none;display:inline-flex;align-items:center}.accessibility-link:focus,.accessibility-link:hover{background-color:var(--site-bg);color:var(--black);outline:3px solid var(--black)}.nav-links a.accessibility-link:focus::after,.nav-links a.accessibility-link:hover::after{content:none}.nav-links a.accessibility-link.active{background-color:transparent;color:var(--brand-blue-dark);font-size:1.5rem;font-weight:600;border:none;border-bottom:2px solid var(--brand-blue-dark);text-transform:uppercase;letter-spacing:.5px;padding:0;border-radius:0;line-height:1.5;position:relative;text-decoration:none}.nav-links a.accessibility-link:not(.active){position:relative;top:-2px}.page-title-bar{display:none}@media (max-width:768px){.page-title-bar{display:block;color:var(--brand-blue);padding:.75rem 1rem;font-size:1.25rem;font-weight:700;text-align:center;border-bottom:2px solid var(--brand-blue-dark)}.page-title-bar .page-title-mobile{margin:0;font-family:'Segoe UI',sans-serif;text-shadow:var(--glow-inner-white),var(--glow-outer-white)}}.site-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem}.site-header .navbar{flex:1;text-align:left}.site-header .nav-links{justify-content:flex-start;text-align:left}.theme-toggle{background:0 0;border:1px solid var(--access-font-outline);padding:.4rem .6rem;border-radius:6px;cursor:pointer;font-size:1rem;margin-left:1rem}html[data-theme=dark] .theme-toggle{color:var(--black)}html[data-theme=light] .theme-toggle:focus-visible,html[data-theme=light] .theme-toggle:hover{background-color:var(--brand-blue);transform:scale(1.05);outline:2px solid var(--black);outline-offset:2px}html[data-theme=dark] body.high-contrast .theme-toggle:focus-visible,html[data-theme=dark] body.high-contrast .theme-toggle:hover{background-color:var(--brand-blue)!important;color:#fff!important;outline:2px solid #ffffff!important;outline-offset:2px}html[data-theme=dark] .theme-toggle:focus-visible,html[data-theme=dark] .theme-toggle:hover{background-color:var(--brand-blue);transform:scale(1.05);outline:2px solid #ffffff;outline-offset:2px}main{position:relative}.sisu-definition-link{position:absolute;top:-35px;right:10rem;font-size:1.3rem;color:var(--black);padding:4px;z-index:9999}.sisu-definition-link .sisu-text-link{color:inherit;text-decoration:underline}.finland-flag-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:inherit;outline:0!important;transition:transform .3s ease,box-shadow .3s ease;line-height:0;border-radius:0;margin-left:6px}.finland-flag-link:focus-visible,.finland-flag-link:hover{transform:scale(1.05) rotate(-9deg);box-shadow:var(--box-shadow-20);border:2px solid var(--brand-blue-dark);border-radius:0;outline:0!important}.finland-flag-link svg{display:block}.image-carousel{width:80%;margin:2rem auto;position:relative}.carousel-container{position:relative;overflow:hidden;min-height:200px;height:auto;border-radius:8px}.carousel-track{display:flex;transition:transform .5s ease;height:100%;min-height:inherit}.carousel-slide{min-width:100%;position:relative;min-height:200px;height:auto;display:flex;align-items:center}.carousel-slide img{width:100%;height:100%;min-height:200px;object-fit:cover;display:block;position:absolute;top:0;left:0;z-index:-1}.carousel-text{position:relative;z-index:1;text-align:center;padding:2rem 0;margin:0 3rem;opacity:0;transition:opacity .6s ease,transform .6s ease;will-change:transform,opacity;transform:translateY(20px)}.carousel-slide.active .carousel-text{transform:translateY(0);opacity:1;transition-delay:var(--delay, 1.5s)}.carousel-heading{font-size:var(--font-carousel-heading, 2.4rem);font-weight:700;color:var(--white);margin:0;overflow-wrap:break-word;text-shadow:var(--glow-inner-black-large),var(--glow-outer-black-large)}.carousel-subtext{font-size:1.4rem;color:var(--white);margin:.5rem 0 0;word-wrap:break-word;text-shadow:var(--glow-inner-black),var(--glow-outer-black)}html[data-theme=dark] .carousel-heading,html[data-theme=dark] .carousel-subtext{color:var(--black);text-shadow:none}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:var(--black-50);color:var(--white);border:none;font-size:2rem;padding:.5rem;cursor:pointer;z-index:2;text-shadow:var(--glow-inner-black),var(--glow-outer-black)}.carousel-btn.left{left:.5rem}.carousel-btn.right{right:.5rem}.carousel-btn:focus-visible,.carousel-btn:hover{background:var(--white);color:var(--black);text-shadow:none}html[data-theme=dark] .carousel-btn:focus-visible,html[data-theme=dark] .carousel-btn:hover{background:var(--white);color:var(--black)}.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}body.large-font .carousel-heading{font-size:2.8rem}body.large-font .carousel-subtext{font-size:1.6rem}body.large-font .carousel-container{min-height:250px}body.large-font .carousel-slide{min-height:250px}body.large-font .carousel-slide img{min-height:250px}body.large-font .carousel-text{padding:2.5rem 0}.carousel-controls{position:absolute;bottom:10px;left:10px;display:flex;gap:8px;z-index:5;align-items:center}.carousel-controls .carousel-btn.pause,.carousel-controls .carousel-btn.play{position:static;display:inline-flex;align-items:center;justify-content:center;gap:6px;width:auto;height:36px;border-radius:18px;font-size:16px;background:rgba(0,0,0,.5);color:var(--white);border:none;cursor:pointer;padding:0 12px}.carousel-controls .btn-label{font-size:14px;position:relative;top:1px}.carousel-controls .carousel-btn.pause[aria-hidden=true]~.carousel-timer{display:none!important}.carousel-controls .carousel-btn.pause:hover,.carousel-controls .carousel-btn.play:hover{background:var(--white);color:var(--black);text-shadow:none}.carousel-controls .carousel-btn.pause:focus,.carousel-controls .carousel-btn.play:focus{outline:0;background:rgba(0,0,0,.5);color:var(--white);text-shadow:inherit}.carousel-controls .carousel-btn[aria-hidden=true]{display:none!important}.carousel-counter{text-align:right;margin-top:.5em;margin-left:auto;font-size:1em;color:var(--white);background-color:var(--black-50);padding:.25rem .5rem;border-radius:.25rem;display:block;width:fit-content}html[data-theme=dark] .carousel-slide::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.7);z-index:0}html[data-theme=dark] .carousel-controls .carousel-btn.pause,html[data-theme=dark] .carousel-controls .carousel-btn.play{background-color:var(--black-50)}html[data-theme=dark] .carousel-controls .carousel-btn.pause:focus-visible,html[data-theme=dark] .carousel-controls .carousel-btn.pause:hover,html[data-theme=dark] .carousel-controls .carousel-btn.play:focus-visible,html[data-theme=dark] .carousel-controls .carousel-btn.play:hover{background-color:rgba(0,0,0,.7);color:var(--black)}.carousel-controls .carousel-btn.pause:focus-visible,.carousel-controls .carousel-btn.play:focus-visible{outline:2px solid var(--white);outline-offset:3px}html[data-theme=dark] .carousel-controls .carousel-btn.pause:focus-visible,html[data-theme=dark] .carousel-controls .carousel-btn.play:focus-visible{outline:2px solid var(--black);outline-offset:3px}.carousel-controls .carousel-btn.pause:focus:hover,.carousel-controls .carousel-btn.play:focus:hover{background:var(--white);color:var(--black);text-shadow:none}html[data-theme=dark] .carousel-controls .carousel-btn.pause:focus:hover,html[data-theme=dark] .carousel-controls .carousel-btn.play:focus:hover{background:var(--black);color:var(--white);text-shadow:none}.carousel-timer{font-size:.9rem;color:var(--text-color,#fff);opacity:.85;margin-left:1rem;display:flex;align-items:center;white-space:nowrap}.carousel-timer span{font-weight:600;padding:0 .25rem;transition:opacity .3s ease}@media (max-width:600px){.carousel-timer{margin-left:0;margin-top:.5rem;font-size:.85rem}}@media (prefers-reduced-motion:reduce){.carousel-timer span{transition:none}}.carousel-controls .carousel-counter{display:inline-flex;align-items:center;height:36px;line-height:36px;font-size:14px;padding:0 12px;margin:0;border-radius:18px;flex-shrink:0;background-color:rgba(0,0,0,.5);position:relative;top:-17px}body.reduce-motion .carousel-slide.active .carousel-text{margin-left:0!important;margin-right:3rem!important}body.reduce-motion .carousel-slide,body.reduce-motion .carousel-slide img{min-height:235px}body.reduce-motion .carousel-timer{display:none!important}body.reduce-motion .carousel-btn.pause,body.reduce-motion .carousel-btn.play{display:none!important}.static-frame{position:relative;width:80%;min-height:200px;height:auto;margin:2rem auto;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:flex-start;padding:1.5rem 2rem;box-sizing:border-box;border-radius:8px;color:var(--brand-blue-dark);font-family:'Segoe UI',sans-serif;text-shadow:var(--glow-inner-white),var(--glow-outer-white)}.frame-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:.75rem;width:100%}.static-frame .frame-text p{text-shadow:var(--glow-inner-white),var(--glow-outer-white);color:var(--brand-blue-dark);font-weight:700}html[data-theme=dark] .static-frame{color:var(--brand-blue);text-shadow:none}html[data-theme=dark] .static-frame .frame-text p{color:var(--brand-blue);text-shadow:none}body.large-font .frame-text h2{font-size:2.5rem}body.large-font .frame-text p{font-size:1.4rem}body.large-font .static-frame{min-height:250px;padding:2rem 2rem}body.large-font .frame-text{gap:1rem}.frame-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%}.frame-top h2{font-size:clamp(1.8rem, 3vw, 2.5rem);margin:0;white-space:normal;overflow-wrap:break-word;flex:1;min-width:0;line-height:1.3}body.large-font .frame-top h2{line-height:1.4}.frame-text p{font-size:1.1rem;margin:0;width:100%;overflow-wrap:break-word;line-height:1.5}body.large-font .frame-text p{line-height:1.6}.contact-button{flex-shrink:0;background-color:var(--brand-blue);color:var(--white);padding:.75rem 1.25rem;text-decoration:none;border-radius:4px;font-size:1.1rem;font-weight:600;white-space:nowrap;pointer-events:auto;transition:background-color .3s ease,transform .3s ease;margin-top:0;align-self:flex-start;text-shadow:none}.contact-button:focus-visible{outline:2px solid var(--white);outline-offset:2px}.contact-button:hover{background-color:var(--brand-blue-dark);transform:scale(1.05);outline:2px solid var(--black);outline-offset:2px}html[data-theme=dark] .btn:focus-visible,html[data-theme=dark] .btn:hover,html[data-theme=dark] .contact-button:focus-visible,html[data-theme=dark] .contact-button:hover,html[data-theme=dark] .read-more-button:focus-visible,html[data-theme=dark] .read-more-button:hover{outline:2px solid #ffffff!important}html[data-theme=dark] .tab-button:focus-visible{outline:2px solid #ffffff!important;outline-offset:2px}@media (max-width:768px){.static-frame{flex-direction:column;height:auto;min-height:auto;text-align:center;padding:2rem 1rem}.frame-top{flex-direction:column;align-items:center;gap:1rem}.frame-text{max-width:100%;margin-bottom:1rem}.contact-button{align-self:center;transition:transform .2s ease;opacity:1;margin-top:0}}.contact-button-wrapper{margin-top:2rem}html[data-theme=dark] .static-frame::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.45);border-radius:inherit;z-index:1;pointer-events:none}html[data-theme=dark] .static-frame .frame-text{position:relative;z-index:2}.image-row{display:flex;justify-content:space-between;gap:1rem;margin:1rem auto 0 auto;max-width:80%;padding-left:1rem;padding-right:1rem}.image-box{aspect-ratio:3/2;width:100%;overflow:hidden;border-radius:8px;box-shadow:var(--box-shadow-10);margin-bottom:.75rem;position:relative;z-index:0}html[data-theme=dark] .image-box::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.5);z-index:1;pointer-events:none}.image-box img{width:100%;height:auto;object-fit:cover;display:block}.info-row{display:grid;grid-template-columns:1fr;gap:1rem;margin:0 auto;max-width:80%;padding:0 1rem;text-align:center;font-family:'Segoe UI',sans-serif}@media (min-width:768px){.info-row{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.info-row{grid-template-columns:repeat(3,1fr)}}.info-block{padding:1rem;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}.info-block h3{font-size:1.5rem;margin-top:0;margin-bottom:.5rem;color:var(--brand-blue)}.info-block p{font-size:1rem;margin:.5rem 0 1rem;color:var(--black)}body.large-font .info-block h3{font-size:1.8rem}.read-more-button{font-size:1.1rem;display:inline-block;padding:.5rem 1rem;background-color:var(--brand-blue);color:var(--white);text-decoration:none;border-radius:4px;font-weight:700;transition:background-color .3s ease,transform .2s ease;margin-top:auto;align-self:center}.read-more-button:focus-visible,.read-more-button:hover{background-color:var(--brand-blue-dark);transform:scale(1.05);outline:2px solid var(--black);outline-offset:2px}.privacy-frame{width:80%;min-height:80px;height:auto;margin:0 auto;margin-top:1rem;margin-bottom:0;padding:1rem;background-color:var(--home-privacy-bar-fill);border-radius:8px;box-shadow:var(--box-shadow-10);display:flex;align-items:center;font-family:'Segoe UI',sans-serif}.privacy-content{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:1.5rem;flex-wrap:wrap}.privacy-text{display:flex;flex-direction:column;justify-content:center;flex:1;min-width:0}.privacy-text h2{font-size:1.2rem;margin:0;overflow-wrap:break-word;line-height:1.3}.privacy-text p{font-size:1rem;margin:.25rem 0 0;overflow-wrap:break-word;line-height:1.5}.privacy-button{margin-left:0;flex-shrink:0}.btn{display:inline-block;background-color:var(--brand-blue);color:var(--white);padding:.5rem 1rem;text-decoration:none;border-radius:4px;font-weight:600;transition:background-color .3s ease,transform .2s ease;font-size:1.1rem;white-space:nowrap}.btn:focus-visible,.btn:hover{background-color:var(--brand-blue);transform:scale(1.05);outline:2px solid var(--black);outline-offset:2px}body.large-font .privacy-frame{min-height:100px;padding:1.25rem 1rem}body.large-font .privacy-text h2{font-size:1.5rem;line-height:1.4}body.large-font .privacy-text p{font-size:1.2rem;line-height:1.6;margin:.35rem 0 0}body.large-font .btn{font-size:1.3rem;padding:.6rem 1.2rem}@media (max-width:768px){.privacy-frame{padding:1.5rem 1rem;min-height:auto}.privacy-content{flex-direction:column;align-items:stretch;gap:1rem}.privacy-text{text-align:center}.privacy-button{width:100%;display:flex;justify-content:center}.btn{width:100%;text-align:center}}.page-title{font-size:2rem;color:var(--brand-blue);margin:0 0 1rem 0;font-family:'Segoe UI',sans-serif;background:0 0;position:relative;z-index:1}.about-contact-frame{position:relative;width:80%;height:auto;min-height:360px;margin:2rem auto;background-size:cover;background-position:center;display:flex;align-items:flex-start;justify-content:center;box-sizing:border-box;border-radius:8px;font-family:'Segoe UI',sans-serif;color:var(--site-general-text);padding:.25rem 1rem}.background-frame{background-size:cover;background-position:center;background-repeat:no-repeat}html[data-theme=dark] .about-contact-frame.background-frame::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.5);border-radius:inherit;pointer-events:none;z-index:1}html[data-theme=dark] .about-contact-frame.background-frame .about-frame-content{position:relative;z-index:2}.about-frame-content{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;padding:.25rem 1rem;margin:.25rem auto;border-radius:8px}.about-frame-content h2{font-size:1.5rem;margin:1.5rem 0 .5rem 0;color:var(--brand-blue);font-family:'Segoe UI',sans-serif;text-shadow:var(--glow-inner-white-large),var(--glow-outer-white-large)}html[data-theme=dark] .about-frame-content h2{color:var(--brand-blue);text-shadow:none}.about-frame-content p{font-size:1.1rem;margin:0 0 1.5rem 0;width:100%;line-height:1.6;text-shadow:var(--glow-inner-white),var(--glow-outer-white)}html[data-theme=dark] .about-frame-content p a{color:var(--brand-blue);text-shadow:none}.about-frame-content a.contact-button{margin-top:0}.about-frame-content ul{list-style:none;padding-left:0;margin:0 0 1rem 0}.about-frame-content li{margin-bottom:.5rem;padding-left:.75rem;position:relative;text-shadow:var(--glow-inner-white),var(--glow-outer-white)}.about-frame-content li::before{content:"•";position:absolute;left:0;color:var(--brand-blue);font-size:1.2rem;line-height:1}html[data-theme=dark] .about-frame-content li::before{color:var(--brand-blue);text-shadow:none}.about-contact-frame .page-title{text-shadow:var(--glow-inner-white-large),var(--glow-outer-white-large)}html[data-theme=dark] .about-contact-frame .page-title{text-shadow:none;color:var(--brand-blue)}@media (max-width:500px){.about-header-frame{width:80%;font-size:1.2em}.about-frame-content h2{font-size:1.3rem}.about-frame-content p{font-size:1rem}}.services-list{list-style:none;padding-left:0;margin:0}.about-frame-content ul.services-list li::before{content:none}.services-list li{display:flex;align-items:flex-start;margin-bottom:.4rem;font-size:1.1rem;line-height:1.6}.about-frame-content h2.page-title{font-size:2rem;margin:1rem 0 1rem 0}.tick{color:var(--brand-blue);font-weight:700;margin-right:.5em;flex-shrink:0}html[data-theme=dark] .tick{color:var(--brand-blue);text-shadow:none}body.large-font .about-frame-content h2.page-title{font-size:2.4rem}.tab-buttons{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin-bottom:1rem}.tab-button{width:220px;flex:0 0 auto;padding:.75rem 1rem;border:none;border-radius:999px;background-color:var(--tab-button);cursor:pointer;text-align:center;transition:background-color .3s ease;font-weight:700;font-size:15px;color:var(--brand-blue)}html[data-theme=dark] .tab-button{color:var(--black)}.tab-button:hover{background-color:var(--tab-button-hover)}.tab-button.active{background:var(--brand-blue);color:var(--white);font-weight:700;padding:.5rem 1rem;font-size:1rem}.tab-content-wrapper{position:relative;overflow:hidden;min-height:200px}.tab-content{opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease,visibility .4s;position:absolute;top:0;left:0;width:100%;z-index:0}.tab-content.active{opacity:1;visibility:visible;transform:translateY(0);position:relative;z-index:1}.projects-outer-frame{display:flex;justify-content:center;padding:.3rem;background-color:var(--site-bg)}.tab-content ul{list-style:none;padding-left:1.2rem;margin-bottom:2rem}.tab-content li{font-size:1.1rem;line-height:1.3;margin-bottom:.75rem;position:relative;padding-left:1rem}.tab-content li::before{content:"▸";position:absolute;left:0;color:var(--brand-blue);font-weight:700}.fade-panel{opacity:0;transform:translateY(10px);transition:opacity .8s ease,transform .4s ease}.fade-panel.active{opacity:1;transform:translateY(0)}body.large-font .tab-content li::before{font-size:1.4rem}body.large-font input,body.large-font textarea{font-size:1.2rem}@media (min-width:768px){.tab-content li{font-size:1.2rem}}@media (min-width:768px){body.large-font .tab-content li{font-size:1.5rem}}.contact-form{margin:0 auto;padding:0 1rem;max-width:100%;width:100%;box-sizing:border-box;color:var(--brand-blue)}html[data-theme=dark] .contact-form{color:rgba(255,255,255,.75)}.form-group{display:flex;flex-direction:column}.form-group--narrow input{max-width:400px;width:100%}@media (max-width:480px){.form-group--narrow input{max-width:100%}}label{font-weight:700;margin-bottom:.5rem}.contact-intro{width:auto;max-width:90%;margin:0 80px 1rem 0;font-size:1.125rem;line-height:1.6;color:var(--brand-blue);text-align:left}html[data-theme=dark] .contact-intro{color:rgba(255,255,255,.75)}@media (max-width:300px){.contact-intro{padding-right:10rem}}.contact-intro p{font-weight:700}input,textarea{padding:.75rem;font-size:1rem;border:1px solid var(--white);background-color:var(--input-text-area);border-radius:4px;width:100%;max-width:100%;box-sizing:border-box}button[type=submit]{padding:.75rem 1.5rem;font-size:1.1rem;background-color:var(--brand-blue-dark);color:var(--white);border:none;border-radius:4px;cursor:pointer;align-self:flex-start;transition:background-color .3s ease,transform .2s ease}button[type=submit]:focus-visible,button[type=submit]:hover{background-color:var(--brand-blue-dark);transform:scale(1.05);outline:2px solid var(--black);outline-offset:2px}.contact-icon-link{position:absolute;top:1rem;right:1rem;z-index:10}.contact-icon{width:62px;height:62px;object-fit:contain;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease,outline .2s ease;display:block}.contact-icon-link:focus .contact-icon,.contact-icon-link:hover .contact-icon{transform:scale(1.05) rotate(-9deg);opacity:.85;box-shadow:var(--box-shadow-20);outline:2px solid var(--brand-blue-dark);outline-offset:2px}.contact-icon-link:focus{outline:0!important}.contact-icon-link:focus-visible{outline:0!important}.contact-icon-link:focus-within{outline:0!important}.form-feedback{margin-top:1rem;padding:.75rem;border-radius:4px;font-weight:700;font-size:1rem;line-height:1.4;color:var(--form-success);display:none}input[aria-invalid=true],textarea[aria-invalid=true]{border-color:var(--form-error);outline-color:var(--form-error);background-color:var(--white);transition:border-color .3s ease,background-color .3s ease}.form-feedback.visible{display:block}.form-feedback.success{background-color:var(--contact-form-feedback);color:var(--form-success);border:1px solid var(--form-success)}.form-feedback.error{background-color:var(--contact-form-feedback);color:var(--form-error);border:1px solid var(--form-error)}body.large-font input,body.large-font textarea{font-size:1.8rem}body.large-font .contact-form label{font-size:1.6rem}body.large-font input::placeholder,body.large-font textarea::placeholder{font-size:1.2rem}.about-frame-content .form-group label{text-shadow:var(--glow-inner-white),var(--glow-outer-white)}.form-error[aria-hidden=true]{display:none}.form-group--narrow button[type=submit]{margin-top:1rem}.contact-form fieldset{padding:1rem;border-radius:8px;border:1px solid var(--black)}@media (max-width:480px){.about-frame-content{max-width:100%;width:100%;margin:0;padding:.25rem}.form-group--narrow input,.form-group--narrow textarea{max-width:100%}}@media (max-width:520px){.about-contact-frame,.background-frame{max-width:100%;width:100%;margin:0;padding:.5rem}.form-group--narrow input,.form-group--narrow textarea{max-width:100%}}html[data-theme=dark] .about-frame-content .form-group label{text-shadow:none}html[data-theme=dark] .contact-intro p{text-shadow:none}html[data-theme=dark] input,html[data-theme=dark] textarea{color:rgba(255,255,255,.75)}.disclaimer-block{background-color:var(--home-privacy-bar-fill);border:2px solid var(--black);padding:1rem 1.25rem;margin:0 auto 1rem auto;width:100%;font-size:1rem;font-weight:700;line-height:1.6;color:var(--brand-blue);box-shadow:var(--box-shadow-10);border-radius:6px}.disclaimer-block p{margin:0 0 .5rem 0;font-size:1rem}.disclaimer-block h2,.disclaimer-block h4{margin:0 0 .5rem 0;font-size:1.25rem;font-weight:600;color:var(--brand-blue)}.links-list{list-style:none;padding:0;margin:1rem 0;display:flex;flex-direction:column;gap:1.5rem}.links-list li::before,.links-list li::marker{content:none!important}.link-row{display:grid;grid-template-columns:16.5rem 1fr;align-items:center;gap:.75rem}@media (max-width:900px){.link-row{grid-template-columns:1fr;text-align:left}.link-icon-wrapper{justify-content:center}.link-text{margin-top:.5rem}}@media (max-width:480px){.link-row{grid-template-columns:1fr;text-align:center}.link-icon-wrapper{justify-content:center}.link-text{margin-top:.5rem}}.link-icon-wrapper{display:inline-flex;align-items:center;justify-content:flex-start}.link-icon-wrapper:focus-visible{outline:0}.link-icon{height:45px;object-fit:contain;border-radius:4px;transition:transform .3s ease,box-shadow .3s ease,outline .3s ease}.link-icon-wrapper:focus-visible .link-icon,.link-icon-wrapper:hover .link-icon{transform:scale(1.05) rotate(-9deg);box-shadow:var(--box-shadow-20);outline:2px solid var(--brand-blue-dark);outline-offset:2px;border-radius:4px}.link-text{font-weight:700;min-width:0;overflow-wrap:break-word;word-break:break-word}html[data-theme=dark] .disclaimer-block h2{text-shadow:none}html[data-theme=dark] .disclaimer-block p{text-shadow:none}.privacy-policy-content h2:focus-visible{outline:2px solid var(--brand-blue-dark);outline-offset:4px;border-radius:4px;background-color:var(--black-5)}.toc-buttons{display:flex;gap:1rem;justify-content:flex-start;margin-bottom:2rem;flex-wrap:wrap}.toc-button{display:inline-flex;align-items:center;justify-content:center;min-width:8rem;padding:.5rem 1rem;font-size:.9rem;line-height:1.2;text-align:center;background-color:var(--brand-blue);color:var(--white);border-radius:4px;text-decoration:none;transition:background-color .3s ease}html[data-theme=dark] .toc-button{color:var(--black)}.toc-button:hover{background-color:var(--brand-blue-dark);transform:scale(1.05);outline:2px solid var(--black);outline-offset:2px}.toc-button:focus-visible{background-color:var(--brand-blue-dark);outline:2px solid var(--black);outline-offset:2px;border-radius:4px}html[data-theme=dark] .toc-button:focus-visible{outline:2px solid #ffffff!important;outline-offset:2px}.privacy-policy-content h2{outline:0}a[href]:focus-visible:not(.link-icon-wrapper){outline:2px solid var(--brand-blue);outline-offset:2px;border-radius:4px}body.large-font .privacy-policy-content p{font-size:1.5rem}.about-frame-content .privacy-policy-content h3{text-shadow:var(--glow-inner-white),var(--glow-outer-white)}.accessibility-header .page-heading{text-shadow:var(--glow-inner-white-large),var(--glow-outer-white-large)}.page-heading{color:var(--brand-blue-dark);font-size:2rem;font-weight:600;margin-bottom:.5rem}.accessibility-toggles{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin-bottom:2rem}.accessibility-button{flex:1 1 175px;max-width:175px;padding:.75rem 1rem;border:none;border-radius:999px;background-color:var(--tab-button);cursor:pointer;text-align:center;font-weight:700;font-size:1.1rem;color:var(--brand-blue);transition:background-color .3s ease,transform .2s ease}html[data-theme=dark] .accessibility-button{color:var(--black)}.accessibility-button:focus-visible,.accessibility-button:hover{background-color:var(--tab-button-hover);transform:scale(1.05);outline:2px solid var(--brand-blue-dark);outline-offset:2px}.accessibility-button[aria-pressed=true]{background-color:var(--brand-blue);color:var(--white);border:2px solid var(--brand-blue-dark);box-shadow:0 0 5px var(--brand-blue-dark);font-weight:700}.high-contrast .accessibility-button{color:var(--white);background-color:var(--black);border:2px solid var(--white);padding:.75rem 1rem;transition:none}.high-contrast .accessibility-button:focus-visible,.high-contrast .accessibility-button:hover{background-color:#6ad!important;color:#fff!important;border-color:#fff!important}html[data-theme=dark] body.high-contrast .accessibility-button{background-color:#000!important;color:#fff!important;border:2px solid #fff!important}html[data-theme=dark] body.high-contrast .accessibility-button:focus-visible,html[data-theme=dark] body.high-contrast .accessibility-button:hover{background-color:#6ad!important;color:#fff!important;border-color:#fff!important}html[data-theme=light] body.high-contrast .accessibility-button:focus-visible,html[data-theme=light] body.high-contrast .accessibility-button:hover{background-color:#6ad!important;color:#fff!important;border-color:#fff!important}.accessibility-button[aria-pressed=true]{background-color:var(--brand-blue);color:var(--white);border:2px solid var(--brand-blue-dark);box-shadow:0 0 5px var(--brand-blue-dark);font-weight:700}#font-selector-panel{margin-top:1rem;padding:1rem;border:none;background-color:var(--tab-button);border-radius:1rem;max-width:600px;box-shadow:0 0 0 1px var(--box-shadow-outline);transition:font-family .3s ease;min-height:12rem;overflow:hidden}#font-selector-panel fieldset{border:none;padding:0;margin:0}#font-selector-panel legend{font-weight:700;margin-bottom:.75rem;font-size:1.1rem}.font-option{position:relative;min-height:2.5rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:.75em;padding:.25rem .5rem;border-radius:.5rem;transition:background-color .3s ease,box-shadow .2s ease}.font-option:focus-within,.font-option:hover{background-color:var(--tab-button-hover);box-shadow:0 0 0 2px var(--brand-blue-dark)}.font-option input[type=radio]{accent-color:var(--brand-blue-dark);margin:0}.font-option label{font-size:1rem;line-height:1.4;min-height:1.4em}.font-default{font-family:Verdana,Geneva,sans-serif}.font-label-row{display:inline-flex;align-items:center;gap:.5em}.font-link{display:inline-flex;align-items:center;margin-left:.5em}.font-icon{width:2em;height:2em;transition:transform .2s ease,box-shadow .2s ease,outline .2s ease}.font-icon:focus,.font-icon:hover{transform:scale(1.05) rotate(-9deg);box-shadow:var(--box-shadow-20);outline:2px solid var(--brand-blue-dark);outline-offset:2px}.font-instructions{margin-bottom:1rem;font-size:.95rem;background:var(--home-privacy-bar-fill);padding:.75rem;border:1px solid var(--access-font-outline);border-radius:4px;width:100%;box-sizing:border-box}.instruction-toggle{font-weight:600;color:var(--white);margin-bottom:1rem;background:var(--brand-blue);border:1px solid var(--access-font-outline);padding:.5rem 1rem;cursor:pointer;border-radius:6px;box-shadow:2px 2px 4px rgba(0,0,0,.35),-2px -2px 4px rgba(255,255,255,.55)}[data-theme=dark] .instruction-toggle{color:var(--black);box-shadow:none}.instruction-toggle:focus-visible,.instruction-toggle:hover{background-color:var(--brand-blue-dark);transform:scale(1.05);outline:2px solid var(--black);outline-offset:2px}.commitment-heading{display:flex;align-items:center;gap:1rem}.wcag-logo{height:32px;width:auto;transition:transform .2s ease,opacity .2s ease,outline .2s ease}.commitment-heading a:focus,.commitment-heading a:focus-visible{outline:0!important;box-shadow:none!important}.commitment-heading a:focus-visible .wcag-logo,.commitment-heading a:hover .wcag-logo{transform:scale(1.05) rotate(-9deg);opacity:.85;outline:2px solid var(--brand-blue-dark);outline-offset:2px}.background-frame-404{position:relative;display:flex;flex-direction:column}.background-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center top;background-repeat:no-repeat;opacity:.3;z-index:0;pointer-events:none}.background-404 .about-frame-content{position:relative;z-index:1;padding:2rem 1rem;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;margin:.25rem auto;border-radius:8px;min-height:auto}.missing-link-header{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;margin-bottom:1rem}.missing-link-header h1{color:var(--brand-blue-dark);font-size:4rem;font-weight:700;margin:0}.missing-link-header .lead{font-size:2rem;font-weight:700;color:var(--brand-blue-dark);margin-top:0;margin-bottom:1rem;text-align:center}.header-flex{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.header-text{flex:1;min-width:200px}.missing-link-body{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:clamp(300px,80%,800px);width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.missing-link .secondary{color:var(--black);text-align:center;font-size:2rem;font-weight:700;max-width:none;margin:0 auto 1rem auto;line-height:1.1}.contact-button-wrapper.full-width{width:100%;display:flex;justify-content:flex-start;margin-top:1rem}.background-404 .contact-button{align-self:flex-start;margin-left:0}.bear-404{float:left;width:190px;height:auto;flex-shrink:0}.high-contrast .missing-link .secondary,.high-contrast .missing-link-header .lead,.high-contrast .missing-link-header h1{color:var(--white)}.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}html{scroll-behavior:smooth}.cookie-banner{display:none;visibility:hidden;position:fixed;bottom:0;left:0;right:0;background:var(--cookie-banner-background);color:var(--white);border-top:4px solid var(--white);padding:1rem;text-align:center;z-index:1000;font-size:1.2rem}.cookie-banner a{color:var(--cookie-banner-highlight);text-decoration:underline}.cookie-btn{background:var(--cookie-banner-highlight);border:none;padding:.5rem 1rem;cursor:pointer;font-weight:700;flex:1 1 auto;min-width:120px;text-align:center;white-space:normal;transition:background .2s ease,color .2s ease,transform .1s ease}.cookie-btn:focus-visible,.cookie-btn:hover{color:var(--cookie-banner-highlight-txt);background:var(--cookie-banner-hover);transform:scale(1.05)}body.night-mode .cookie-btn{color:var(--black)}.cookie-actions{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1rem}.cookie-actions .cookie-btn{flex:0 0 auto;min-width:unset;padding:.5rem 1rem;text-align:center;white-space:nowrap}.remember-choice{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--white);cursor:pointer;white-space:nowrap}.remember-choice input[type=checkbox]{margin:0;transform:scale(1.1);transform-origin:center;cursor:pointer}.remember-choice:focus-within{outline:3px solid var(--cookie-banner-highlight);outline-offset:4px;border-radius:4px}.remember-choice input[type=checkbox]:focus-visible{outline:0}.remember-choice label{margin:0;cursor:pointer;line-height:1}.cookie-footer{margin-top:1rem;text-align:left}.cookie-link{background:0 0;border:none;padding:0;font:inherit;color:var(--brand-blue-dark);font-family:"Times New Roman",Times,serif;font-size:20px;font-weight:400;cursor:pointer;transition:color .3s ease;text-decoration:underline}.cookie-link:focus-visible,.cookie-link:hover{color:var(--brand-blue);font-weight:700;text-decoration-thickness:5px;text-underline-offset:3px}.footer{color:var(--black);font-size:1rem;padding:1rem 2rem 2rem;text-align:left;font-family:"Times New Roman",Times,serif}.footer-text{font-size:1.1rem;font-weight:500;margin-top:1rem;text-align:left}body.large-font .cookie-link{font-size:1.5rem}body.large-font .footer-text{font-size:1.5rem}a{color:var(--brand-blue-dark);text-decoration:underline;font-weight:400;transition:text-decoration-thickness .2s ease,font-weight .2s ease}a:focus-visible,a:hover{font-weight:700;text-decoration-thickness:5px;text-underline-offset:3px}@media (max-width:480px){.cookie-actions{flex-direction:column;align-items:center}.cookie-actions .cookie-btn{width:100%}.remember-choice{width:auto;justify-content:flex-start;align-items:center}.remember-choice label{text-align:left}}.accessibility-button[aria-pressed=true]::before{background:#0f0!important}.accessibility-button[aria-pressed=true]{outline:3px solid red;outline-offset:2px}:focus-visible{outline:2px solid var(--brand-blue-dark);outline-offset:2px}.contact-button:focus-visible{outline:2px solid var(--brand-blue-dark);outline-offset:2px;border-radius:4px}.skip-link{position:absolute;top:0;left:0;background:var(--black);color:var(--white);padding:.5em 1em;z-index:100;transform:translateY(-100%);transition:transform .3s ease;text-decoration:none}.skip-link:focus{transform:translateY(0)}#main-start{position:relative;width:100%;height:0;outline:0}@media (prefers-reduced-motion:reduce){.tab-content{transition:none!important}}.high-contrast{background-color:var(--black);color:var(--white);--glow-inner-white:none;--glow-outer-white:none;--glow-inner-white-large:none;--glow-outer-white-large:none}.high-contrast .navbar{background-color:var(--black)}.high-contrast .nav-links a{color:var(--white);background-color:transparent;padding:.5rem 1rem;border-radius:4px;transition:none}.high-contrast .nav-links a:focus-visible,.high-contrast .nav-links a:hover{color:var(--black);background-color:var(--white);outline:2px solid var(--white);outline-offset:2px}.high-contrast .nav-links a.active{color:var(--white);background-color:transparent;border:2px solid var(--white);padding:.5rem 1rem}.high-contrast .nav-links a.active:focus-visible,.high-contrast .nav-links a.active:hover{color:var(--black);background-color:var(--white)}.high-contrast .nav-links a:hover::after{content:none}.high-contrast .accessibility-link{background-color:transparent!important;color:var(--white)!important;border:2px solid rgb(75,74,74,.75)!important;border-radius:1.5em!important;padding:.4em 1em!important}.high-contrast .accessibility-link:focus-visible,.high-contrast .accessibility-link:hover{background-color:var(--white);color:var(--black);border:2px solid var(--white)}.high-contrast .nav-links a.accessibility-link.active{background-color:transparent!important;color:var(--white)!important;border:2px solid var(--white)!important;border-radius:4px!important;padding:.5rem 1rem!important;font-size:1.5rem;text-transform:uppercase;letter-spacing:normal}.high-contrast .cookie-link:focus-visible,.high-contrast .cookie-link:hover{text-decoration-thickness:5px;text-underline-offset:3px;color:var(--white)}html[data-theme=light] body.high-contrast .cookie-link:focus-visible,html[data-theme=light] body.high-contrast .cookie-link:hover{color:#000!important;text-decoration-thickness:5px;text-underline-offset:3px}html[data-theme=dark] body.high-contrast .cookie-link:focus-visible,html[data-theme=dark] body.high-contrast .cookie-link:hover{color:#fff!important;text-decoration-thickness:5px;text-underline-offset:3px}.high-contrast a,.high-contrast h1,.high-contrast h2,.high-contrast h3,.high-contrast p{color:var(--white);background-color:var(--black);border-color:var(--white)}.high-contrast a:focus,.high-contrast a:hover{text-decoration-thickness:5px;text-underline-offset:3px;font-weight:700}.high-contrast .btn,.high-contrast .contact-button,.high-contrast .read-more-button,.high-contrast button{color:var(--white);background-color:var(--black);border:2px solid var(--white);padding:.5rem 1rem;transition:border-color .2s ease}.high-contrast .btn:focus-visible,.high-contrast .btn:hover,.high-contrast .contact-button:focus-visible,.high-contrast .contact-button:hover,.high-contrast .read-more-button:focus-visible,.high-contrast .read-more-button:hover,.high-contrast button:focus-visible,.high-contrast button:hover{border-color:var(--high-contrast-hover-border);color:var(--black);background-color:var(--white)}.high-contrast .static-frame .frame-text p{color:var(--white);background-color:var(--black)}.high-contrast label{color:var(--white);background-color:var(--black)}.high-contrast input,.high-contrast textarea{color:var(--white);background-color:var(--black);border:1px solid var(--white)}.high-contrast .form-error{color:var(--white);background-color:var(--black)}.high-contrast .visually-hidden{color:var(--white)}.high-contrast ol,.high-contrast ul{list-style-position:inside;color:var(--white);padding-left:1rem}.high-contrast li{color:var(--white);background-color:var(--black)}.high-contrast li::before,.high-contrast li::marker,.high-contrast svg{color:var(--white)!important;fill:var(--white)!important}.high-contrast .services-list{list-style:none!important;padding-left:0}.high-contrast .tick{color:var(--white)!important}.high-contrast .no-invert img,.high-contrast img{filter:none!important;mix-blend-mode:normal;isolation:isolate}.high-contrast .about-frame-content{background-color:var(--black)}.high-contrast .disclaimer-block{background-color:var(--black)}.high-contrast .disclaimer-block p{background-color:transparent}.high-contrast .link-icon{background-color:#fff;padding:.25rem;border-radius:.25rem}.high-contrast .toc-button{color:var(--white);background-color:var(--black);border:2px solid var(--white);padding:.5rem 1rem;display:inline-block;text-align:center;transition:none}.high-contrast .toc-button:focus-visible,.high-contrast .toc-button:hover{background-color:#6ad!important;color:var(--white)!important;border-color:var(--white)!important}.high-contrast .privacy-policy-content{background-color:var(--black);color:var(--white)}.high-contrast .privacy-policy-content h2,.high-contrast .privacy-policy-content p{margin-top:.5rem;margin-bottom:.5rem}@media (prefers-contrast:more){body{background-color:var(--black);color:var(--white)}img{filter:none!important}}html[data-theme=light] body.high-contrast .tab-button{color:#fff!important}html[data-theme=light] body.high-contrast .tab-button:focus-visible,html[data-theme=light] body.high-contrast .tab-button:hover{color:#000!important;background-color:var(--white)!important}html[data-theme=dark] body.high-contrast .tab-button{color:#000!important}html[data-theme=dark] body.high-contrast .tab-button:focus-visible,html[data-theme=dark] body.high-contrast .tab-button:hover{color:var(--black)!important;background-color:var(--white)!important}.high-contrast .static-frame .frame-text h2{margin-bottom:0!important}.high-contrast .static-frame .frame-text p{margin-top:0!important;padding-top:.5rem}.high-contrast .frame-text{gap:0!important}.high-contrast .frame-top h2{margin-bottom:0!important}.high-contrast .static-frame .frame-text p{margin-top:0!important;margin-bottom:0!important;padding:.5rem 0}.high-contrast .carousel-text{padding:1rem 0!important}.high-contrast .carousel-heading{margin:0!important}.high-contrast .carousel-subtext{margin:0!important;padding-top:.5rem}.high-contrast .privacy-text h2{margin:0!important}.high-contrast .privacy-text p{margin:0!important;padding-top:.5rem}.high-contrast .banner-text{display:inline-flex;flex-direction:column;align-items:stretch}.high-contrast .banner-subtitle,.high-contrast .banner-title{padding:.25rem .5rem;text-align:center}.reduce-motion *{transition:none!important;animation:none!important}.reduce-motion .carousel-slide{transition:none!important;animation:none!important;display:flex;align-items:center;justify-content:center}.reduce-motion .carousel-track{transition:none!important;animation:none!important}.reduce-motion .carousel-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)!important;opacity:1!important;transition:none!important;animation:none!important;width:92%;text-align:center}.reduce-motion .carousel-slide.active .carousel-text{transform:translate(-50%,-50%)!important;opacity:1!important;transition:none!important}.large-font{font-size:1.2em}body.large-font{font-size:1.2rem}body.large-font .form-feedback,body.large-font label,body.large-font li,body.large-font p{font-size:1.2rem}body.large-font h1:not(.accessibility-ignore){font-size:2.4rem}body.large-font h2:not(.accessibility-ignore){font-size:2rem}body.large-font h3:not(.accessibility-ignore){font-size:1.6rem}body.large-font .read-more-button{font-size:1.4rem;padding:.75rem 1.25rem}body.large-font .btn{font-size:1.4rem;padding:.75rem .5rem}body.large-font button[type=submit]{font-size:1.4rem;padding:.75rem 1.5rem}body.large-font .toc-button{font-size:1.4rem;padding:.75rem 1.25rem}body.large-font .accessibility-button{font-size:1.4rem;padding:.75rem 1.25rem}body.large-font .missing-link .secondary,body.large-font .missing-link-header .lead,body.large-font .missing-link-header h1{font-size:2.2rem}body.large-font .contact-button{font-size:1.4rem;padding:.75rem 1.5rem}.readable-font #accessibility-features,.readable-font #accessibility-feedback,.readable-font #accessibility-intro,.readable-font #accessibility-options-heading,.readable-font #accessibility-preferences,.readable-font #assoc-heading,.readable-font #cookie-policy,.readable-font #external-links,.readable-font #form-feedback,.readable-font #loc-heading,.readable-font #privacy-policy,.readable-font #qual-heading,.readable-font .about-frame-content,.readable-font .accessibility-button,.readable-font .carousel-heading,.readable-font .carousel-subtext,.readable-font .contact-button,.readable-font .contact-form button,.readable-font .contact-form label,.readable-font .contact-intro p,.readable-font .cookie-link,.readable-font .disclaimer-block h3,.readable-font .disclaimer-block p,.readable-font .footer-text,.readable-font .form-error,.readable-font .frame-text,.readable-font .info-block .read-more-button,.readable-font .info-block h3,.readable-font .info-block p,.readable-font .last-updated,.readable-font .nav-links a,.readable-font .page-heading,.readable-font .page-title,.readable-font .privacy-button .btn,.readable-font .privacy-text,.readable-font .tab-button,.readable-font .toc-button,.readable-font input,.readable-font textarea{font-family:inherit!important}body.large-font .contact-text p{font-size:1em!important}.readable-font .accessibility-ignore,.readable-font .accessibility-ignore *{font-family:unset!important}.readable-font #font-selector-panel label{all:unset}.readable-font .font-preview{font-family:initial!important}.font-preview.font-verdana{font-family:Verdana,Geneva,sans-serif!important}.font-preview.font-opendyslexic{font-family:OpenDyslexic,sans-serif!important}.font-preview.font-atkinson{font-family:'Atkinson Hyperlegible',sans-serif!important}.font-preview.font-fastfont{font-family:'Fast Sans',sans-serif!important}@font-face{font-family:OpenDyslexic;src:url('/assets/fonts/opendyslexic/OpenDyslexic-Regular.otf') format('opentype');font-weight:400;font-style:normal}@font-face{font-family:'Atkinson Hyperlegible';src:url('/assets/fonts/atkinsonhyperlegible/Atkinson-Hyperlegible-Regular-102a.woff2') format('woff2'),url('/assets/fonts/atkinsonhyperlegible/Atkinson-Hyperlegible-Regular-102.woff') format('woff');font-weight:400;font-style:normal}@font-face{font-family:'Fast Sans';src:url('/assets/fonts/fastfont/Fast_Sans.ttf') format('truetype');font-weight:400;font-style:normal}.font-verdana{font-family:Verdana,Geneva,sans-serif}.font-opendyslexic{font-family:OpenDyslexic,Verdana,sans-serif}.font-atkinson{font-family:'Atkinson Hyperlegible',Verdana,sans-serif}.font-fastfont{font-family:'Fast Sans',Verdana,sans-serif}.font-opendyslexic :not(.accessibility-ignore):not(.accessibility-ignore *):not(#font-selector-panel *){font-family:inherit!important}.font-opendyslexic .accessibility-ignore,.font-opendyslexic .accessibility-ignore *{font-family:'Roboto Slab',serif!important}.font-atkinson :not(.accessibility-ignore):not(.accessibility-ignore *):not(#font-selector-panel *){font-family:inherit!important}.font-atkinson .accessibility-ignore,.font-atkinson .accessibility-ignore *{font-family:'Roboto Slab',serif!important}.font-fastfont :not(.accessibility-ignore):not(.accessibility-ignore *):not(#font-selector-panel *){font-family:inherit!important}.font-fastfont .accessibility-ignore,.font-fastfont .accessibility-ignore *{font-family:'Roboto Slab',serif!important}.font-verdana :not(.accessibility-ignore):not(.accessibility-ignore *){font-family:Verdana,Geneva,sans-serif!important}.font-verdana .accessibility-ignore,.font-verdana .accessibility-ignore *{font-family:'Roboto Slab',serif!important}html[data-theme=dark] body.high-contrast .toc-button:focus-visible,html[data-theme=dark] body.high-contrast .toc-button:hover{background-color:#6ad!important;color:var(--white)!important;border-color:var(--white)!important}html[data-theme=dark] body.high-contrast .theme-toggle .theme-icon{color:#fff!important}html[data-theme=dark] body.high-contrast .carousel-heading,html[data-theme=dark] body.high-contrast .carousel-subtext{color:#000!important;text-shadow:none!important}.theme-icon,.theme-label{position:relative}html[data-theme=dark] body.high-contrast #theme-toggle .theme-label{visibility:hidden}html[data-theme=dark] body.high-contrast #theme-toggle .theme-label::before{content:"Day Mode";visibility:visible;position:absolute;inset:0}html[data-theme=dark] body.high-contrast #theme-toggle .theme-icon{visibility:hidden}html[data-theme=dark] body.high-contrast #theme-toggle .theme-icon::before{content:"☀️";visibility:visible;position:absolute;inset:0}html[data-theme=light] body.high-contrast #theme-toggle .theme-label{visibility:hidden}html[data-theme=light] body.high-contrast #theme-toggle .theme-label::before{content:"Night Mode";visibility:visible;position:absolute;inset:0}html[data-theme=light] body.high-contrast #theme-toggle .theme-icon{visibility:hidden}html[data-theme=light] body.high-contrast #theme-toggle .theme-icon::before{content:"🌙";visibility:visible;position:absolute;inset:0}#theme-toggle .theme-label::before{white-space:nowrap}html[data-theme=dark] body.high-contrast .theme-toggle,html[data-theme=dark] body.high-contrast .toc-button{background-color:#000!important;color:#fff!important;border:2px solid #fff!important}html[data-theme=dark] body.high-contrast .theme-toggle .theme-icon{color:#fff!important}#cookie-banner,#cookie-banner *{forced-color-adjust:none!important}#cookie-banner .cookie-btn:focus,#cookie-banner .cookie-btn:focus-visible{background-color:#fff!important;color:#000!important;outline:2px solid #005fcc!important}@media (forced-colors:active){#change-cookie-preferences{forced-color-adjust:none!important}}#change-cookie-preferences:focus,#change-cookie-preferences:focus-visible{background-color:#fff!important;color:#000!important;outline:2px solid #005fcc!important}html[data-theme=light] body.high-contrast .toc-button:focus-visible,html[data-theme=light] body.high-contrast .toc-button:hover{background-color:#6ad!important;color:var(--white)!important;border-color:var(--white)!important}html[data-theme=dark] body.high-contrast .sisu-text-link{color:#000!important}html[data-theme=light] body.high-contrast .sisu-text-link{color:#fff!important}