:root{--fs-1: clamp(.8333rem, .8148rem + .0926vw, .8889rem);--fs0: clamp(.9375rem, .9167rem + .1042vw, 1rem);--fs1: clamp(1.0547rem, 1.0313rem + .1172vw, 1.125rem);--fs2: clamp(1.1865rem, 1.1602rem + .1318vw, 1.2656rem);--fs3: clamp(1.3348rem, 1.3052rem + .1483vw, 1.4238rem)}body{margin-top:0;margin-bottom:0;background:#fff}img{max-width:100%;height:auto;display:block}.rounded{border-radius:6px;box-shadow:2px 2px 4px 1px #dfe3e7}a{text-decoration:none;color:#121212}#container{width:100%;max-width:1280px;margin:0 auto;padding:0;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start}header{width:95%;height:3.5em;margin:0;padding:0 2.5%;position:relative;flex:initial;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center}header:before{content:"";position:absolute;inset:0 calc((100vw - 100%)/-2);background:#f4f4f1;border-bottom:1px solid #e6e6e3;z-index:-1}figure.menu-icon{width:32px;margin:0;padding:0;flex:initial}figure.menu-icon:hover{cursor:pointer}nav{width:15em;max-height:80vh;overflow-y:scroll;margin:0;padding:0;background:#fff;border:2px solid #e6e6e3;position:absolute;right:2.5%;top:3.5em;z-index:2}.overlay{width:100%;height:100vh;background:#fff;opacity:.95;position:absolute;top:59px;left:0;z-index:1}main{width:95%;margin:0 2.5%;padding:0;flex:initial;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;position:relative}main:before{content:"";position:absolute;inset:-2px calc((100vw - 100%)/-2);border-top:2px solid #eaeef2;z-index:-1}.heading{width:100%;margin-top:2em;padding:0;flex:initial;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start}.projects{width:100%;margin:0;padding:0;flex:initial;display:flex;flex-flow:row wrap}.project-card{margin:0 0 2em;padding:0;flex:initial;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start}figure.project-image{width:100%;margin:0;padding:0;flex:initial}@media (min-width: 300px) and (max-width: 399px){.projects{place-content:flex-start center}.project-card{width:70%}}@media (min-width: 400px) and (max-width: 499px){.projects{place-content:stretch space-between}.project-card{width:47%}}@media (min-width: 500px) and (max-width: 599px){.projects{place-content:stretch space-between}.project-card{width:43%}}@media (min-width: 600px) and (max-width: 699px){.projects{place-content:stretch space-evenly}.project-card{width:41%}.projects:after{content:"";min-width:41%}}@media (min-width: 700px) and (max-width: 799px){.projects{place-content:stretch space-between}.project-card{width:31%}.projects:after{content:"";min-width:31%}}@media (min-width: 800px) and (max-width: 999px){.projects{place-content:stretch space-between}.project-card{width:29%;padding:0}.projects:after{content:"";min-width:29%}}@media (min-width: 1000px) and (max-width: 1199px){.projects{place-content:stretch space-between}.project-card{width:23%}.projects:after{content:"";min-width:23%}}@media (min-width: 1200px){.projects{place-content:stretch space-between}.project-card{width:22%}.projects:after{content:"";min-width:22%}}.summary{width:100%;margin:2em 0;padding:0;flex:initial;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:flex-start}.summary-card{margin:0 2.5%;padding:0%;flex:initial;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start}.summary-text{width:100%;margin:0;padding:0;flex:initial}figure.summary-image{width:100%;margin:0;padding:0;flex:initial}.summary-supporting{padding:0;flex:initial;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start}.summary-supporting-card{width:100%;margin:1em 0;padding:0;background:#f4f4f1;flex:initial;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;box-shadow:2px 2px 4px 1px #dfe3e7}.summary-supporting-card:hover{cursor:pointer}.summary-supporting-card:last-child:hover{cursor:auto}figure.summary-supporting-image{margin:0;padding:0;flex:initial}.summary-supporting-text{width:65%;margin:0;padding:0 5%;flex:initial}@media (min-width: 300px) and (max-width: 799px){.summary-card{width:90%}.summary-supporting{width:90%;margin:0 2.5%}figure.summary-supporting-image{width:15%}}@media (min-width: 800px){.summary-card{width:50%}.summary-supporting{width:35%;margin:8em 2.5% 0}figure.summary-supporting-image{width:25%}}.wireframes{width:100%;margin:0;padding:0;flex:initial;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:flex-start}figure.wireframe{margin:0 0 2em;padding:0;border-radius:6px;box-shadow:2px 2px 4px 1px #dfe3e7;flex:initial}@media (min-width: 300px) and (max-width: 599px){figure.wireframe{width:100%}}@media (min-width: 600px){figure.wireframe{width:47.5%}}figure.flow-chart{width:100%;margin:0 0 2em;padding:0;border:2px solid #c1c7ce;border-radius:6px;box-shadow:2px 2px 4px 1px #dfe3e7;flex:initial}footer{width:95%;margin:2em 0 0;padding:1em 2.5%;flex:initial;display:flex;flex-flow:row wrap;justify-content:center;align-items:center;position:relative}footer:before{content:"";position:absolute;background:#f4f4f1;border-top:1px solid #e6e6e3;inset:0 calc((100vw - 100%)/-2);z-index:-1}button{width:100px;margin:0 20px;background:transparent;border:1px solid #545454;border-radius:12px;color:#222;font-size:var(--fs0);line-height:1.6}button a{color:#222}button:hover{text-decoration:underline}.error-text{width:90%;margin:2em 2.5% 0;padding:0 2.5%;background:#eaeef2;border-radius:6px;flex:initial}.bevan-regular{font-family:Bevan,serif;font-weight:400;font-style:normal}.noto-sans-four{font-family:Noto Sans,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"wdth" 100}.noto-sans-five{font-family:Noto Sans,serif;font-optical-sizing:auto;font-weight:500;font-style:normal;font-variation-settings:"wdth" 100}.noto-sans-seven{font-family:Noto Sans,serif;font-optical-sizing:auto;font-weight:700;font-style:normal;font-variation-settings:"wdth" 100}h1{font-size:var(--fs2);line-height:1.5;display:inline-flex;color:#d41b16}h2{width:100%;font-size:var(--fs3);line-height:1.5;margin-bottom:.25em;color:#121212}h3{font-size:var(--fs1);line-height:1.4;margin-top:0;color:#121212}p{font-size:var(--fs0);line-height:1.8;color:#121212}p a{text-decoration:underline;color:#121212}figcaption{font-size:var(--fs-1);line-height:1.5;color:#545454}.project-caption{padding:.5em;text-align:left}.wire-caption{padding:1em 2.5%;text-align:left}dl{margin:.5em 0;padding:0}dt{font-size:var(--fs0);line-height:1.8;color:#222}dd{font-size:var(--fs0);line-height:1.6;margin-left:0;color:#222}ul{padding-left:0;list-style-position:inside}li{font-size:var(--fs0);line-height:1.8;color:red}.menu-item{font-size:var(--fs0);line-height:2.5;padding-left:1.5em;padding-right:1.5em;display:inline-flex;width:12em}.menu-item:hover{background:#e6e6e3}nav .router-link-exact-active{text-decoration:none;color:#121212}nav .router-link-active{width:100%;background:#ccccca;color:#121212;text-decoration:none}a[data-v-5f594daa]{display:block}
