*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Verdana,Geneva,Tahoma,sans-serif}.page-shell{display:flex;flex-direction:column;min-height:100dvh;background-color:#fff}.page-main{flex:1}.page-heading{text-align:center;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#154273;margin:2.5rem 1rem 0;font-family:inherit}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:1100px;margin:2rem auto 0;padding:0 2rem}@media(max-width:900px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.card-grid{grid-template-columns:1fr}}.site-card{display:flex;flex-direction:column;border:2px solid #b4c8d8;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;transition:border-color .2s,box-shadow .2s,transform .3s ease;background:#fff}.site-card:hover{border-color:#01689b;box-shadow:0 25px 50px -12px #00000040;transform:translateY(-4px)}.site-card--disabled{opacity:.55;cursor:not-allowed}.site-card--disabled:hover{border-color:#b4c8d8;box-shadow:0 10px 15px -3px #0000001a;transform:none}.site-card__body{display:flex;flex-direction:column;flex:1;padding:1.5rem;color:inherit;text-decoration:none}.site-card__title{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:#154273}.site-card__description{font-size:.9rem;margin:0;color:#696969;flex:1}.page-footer{padding:1rem 2rem;background-color:#154273;text-align:center}.page-footer__links{display:flex;justify-content:center;flex-wrap:wrap;gap:0;margin-bottom:.5rem}.page-footer__links a{color:#fff;text-decoration:none;font-size:.875rem;font-family:inherit}.page-footer__links a:hover{text-decoration:underline;color:#fff}.page-footer__links a+a:before{content:" | ";color:#fff;padding:0 .4rem;display:inline-block}.page-footer__copyright{margin:0;font-size:.8rem;color:#fff;font-family:inherit}.page-footer__copyright a{color:#fff;text-decoration:none}.page-footer__copyright a:hover{text-decoration:underline}
