:root{--color-primary:#4f828a;--color-primary-rgba:#4f828a;--color-secondary:#bda385;--color-secondary-rgba:#bda385;--color-third:#173f73;--color-text:var(--color-primary);--color-gray:#a9a9a9;--color-background:#f3ece1;--line-height:2;--font-family-primary:"Montserrat",sans-serif;--gap:2rem;--max-width:1000px;--border-radius:.5rem}@media(min-width:300px){html{font-size:16px;gap:4rem}}body{background-color:var(--color-background);margin:0;min-width:320px;padding:0}#__nuxt>header{grid-area:header;margin:0 auto;width:100%}#__nuxt>footer{grid-area:footer;margin:0 auto;width:100%}#__nuxt>nav.breadcrumbs{grid-area:breadcrumbs;margin:0 auto;max-width:var(--max-width);width:100%}#__nuxt main{display:flex;flex-flow:column nowrap;gap:var(--gap);grid-area:main}#__nuxt main,#__nuxt>nav.breadcrumbs{margin:0 auto;max-width:var(--max-width);min-width:320px;width:90%}#__nuxt{display:grid;gap:1rem;grid-template-areas:"header header" "breadcrumbs breadcrumbs" "main main" "footer footer";grid-template-columns:1fr;grid-template-rows:auto auto 1fr auto;min-height:100vh}*,:after,:before{box-sizing:border-box}@font-face{font-display:swap;font-family:Allura;font-style:normal;font-weight:400;src:url(../fonts/Allura/Allura-Regular.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:300;src:url(../fonts/Montserrat/static/Montserrat-Light.ttf) format("truetype")}@font-face{font-display:swap;font-family:Comic Neue;font-style:normal;font-weight:400;src:url(/fonts/ComicNeue/static/ComicNeue-Regular.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(../fonts/Montserrat/static/Montserrat-Regular.ttf) format("truetype")}@font-face{font-display:swap;font-family:Raleway;font-style:normal;font-weight:300;src:url(../fonts/Raleway/static/Raleway-Light.ttf) format("truetype")}@font-face{font-display:swap;font-family:Raleway;font-style:normal;font-weight:400;src:url(../fonts/Raleway/static/Raleway-Regular.ttf) format("truetype")}html{color:var(--color-text);font-family:Comic Neue,sans-serif;font-size:14px;letter-spacing:1px;scroll-behavior:smooth}h1,header:has(h1){font-family:Raleway;font-size:3.052rem;letter-spacing:-.1rem;margin:1rem 0}h2,header:has(h2){color:var(--color-secondary);font-family:Raleway;font-size:2.441rem}h3,header:has(h3){font-family:Allura;font-size:1.953rem}header p{color:var(--color-gray);font-size:.8em;line-height:2}header:has(p) h1,header:has(p) h2,header:has(p) h3{margin-bottom:0}header:has(p){display:flex;flex-flow:column nowrap;line-height:1}header p{line-height:1.2;margin:0}p{line-height:var(--line-height);margin:2rem 0}@media only screen and (min-width:787px){html{font-size:16px}}#__nuxt>header #logo{grid-area:logo;-webkit-user-select:none;-moz-user-select:none;user-select:none}#__nuxt>header #main-navigation{grid-area:main-navigation}#__nuxt>header address{grid-area:contact}#__nuxt>header address dl{font-size:.9rem;font-weight:400}#__nuxt>header{align-items:center;display:grid;gap:var(--gap);grid-template-areas:"logo main-navigation contact";grid-template-columns:minmax(200px,25rem) auto auto;justify-content:space-between;padding:0 1rem}main header p{font-family:Allura}@media only screen and (max-width:600px){#__nuxt>header address{display:none}}#__nuxt>footer{background-color:var(--color-secondary);color:#fff;padding:2rem 0 0}#__nuxt>footer p.copyright{font-size:.8rem;grid-area:copyright;margin:0;padding:0;text-align:right}#__nuxt>footer address{align-items:flex-start;display:flex;flex-flow:column nowrap;font-style:normal;grid-area:contact;justify-content:flex-start}#__nuxt>footer svg.logo{grid-area:logo}#__nuxt>footer nav{grid-area:footer-nav}#__nuxt>footer nav ul{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center}#__nuxt>footer nav a{color:#fff;font-size:.9rem;margin-right:1.5rem;text-decoration:none}#__nuxt>footer nav a:hover{color:var(--color-primary);transition:color .3s ease}#__nuxt>footer nav ul{list-style:none;margin:0;padding:0}#__nuxt>footer{display:grid;gap:var(--gap);grid-template-areas:"logo" "footer-nav" "contact" "copyright";grid-template-columns:auto;grid-template-rows:auto auto auto 1.5rem;justify-items:center}#__nuxt>footer svg.logo .logo__title{fill:#fff}#__nuxt>footer svg.logo .logo__subtitle{fill:var(--color-primary)}@media(min-width:900px){#__nuxt>footer{grid-template-areas:"logo footer-nav contact" "copyright copyright copyright";grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto 1.5rem;min-height:10rem}#__nuxt>footer,#__nuxt>footer nav ul{align-items:flex-start;justify-content:flex-start}#__nuxt>footer nav ul{display:list-item}#__nuxt>footer p.copyright{text-align:right;width:100%}}header.hero{align-items:center;aspect-ratio:4/2;border-radius:var(--border-radius);display:flex;gap:2rem;isolation:isolate;justify-content:center;overflow:hidden;position:relative;text-align:center;width:100%}header.hero:before{background:#5a5a5a99;content:"";z-index:1}header.hero img,header.hero:before{border-radius:var(--border-radius);inset:0;position:absolute}header.hero img{aspect-ratio:4/2;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:100%;z-index:0}header.hero h1,header.hero p{color:#fff;max-width:40rem;position:relative;z-index:2}header.hero h1{font-size:3.5rem;font-weight:700}header.hero p{font-size:2.25rem;font-weight:400}a,a:visited{color:var(--color-primary);text-decoration:none}a,a:hover,a:visited{transition:color .3s ease}a:hover{color:var(--color-secondary)}address p{line-height:1.5;margin:0;padding:0 0 .5rem}dl{font-width:normal;display:grid;grid-template-columns:2rem 1fr;margin:0;padding:0}dl dt{font-weight:700}nav.breadcrumbs{color:var(--text-secondary);font-size:.875rem}nav.breadcrumbs,nav.breadcrumbs ul{align-items:center;display:flex;gap:.5rem}nav.breadcrumbs ul{list-style:none;margin:0;padding:0}nav.breadcrumbs li:not(.is-active):after{color:var(--text-secondary);content:"/";margin-left:.5rem}section.hero-split header{display:flex;flex-direction:column;gap:1rem;grid-area:hero-heading;margin-top:0;padding-top:0}section.hero-split header p{font-size:1rem;letter-spacing:.08em;line-height:1.5;margin-bottom:.5rem;opacity:.8;text-transform:uppercase}section.hero-split p{font-family:Comic Neue,sans-serif;grid-area:hero-text;margin:0}section.hero-split img{aspect-ratio:3/2;grid-area:hero-image;width:100%}section.hero-split{align-items:center;display:grid;gap:0 var(--gap);grid-template-areas:"hero-image" "hero-heading" "hero-text";grid-template-columns:1fr}@media(min-width:500px){section.hero-split{align-items:flex-start;grid-template-areas:"hero-heading hero-image" "hero-text hero-image";grid-template-columns:2fr 1fr}}ul{line-height:var(--line-height)}section.float-image img{aspect-ratio:3/2;width:100%}@media(min-width:900px){section.float-image img{float:left;margin:.5rem 3rem 2rem 0;width:50%}}img{border-radius:var(--border-radius);box-shadow:0 6px 24px #0000000d,0 0 0 1px #00000014;-o-object-fit:cover;object-fit:cover;overflow:hidden}
