:root{--blue-dark: #24586DFF;--blue: #207EA4FF;--blue-light: #0E98CFFF;--yellow-light: #FFEB9AFF;--yellow-dark: #F2C820FF;--yellow: #FFCC00;--text-white: #FCFCFCFF;--text-black: #24586DFF;--white: #FCFCFCFF;--border-size: 4px;--text-size-menu: 1.3rem;--text-size-sm: .9rem;--text-size-md: 1.1rem;--text-size-lg: 1.8rem;--content-width: 94vw;--menu-height: 3.5rem;--menu-text-margin: .1rem;--menu-icon-width: 5rem;--footer-height: 4rem;--logo-height: 75%;--flex-row-or-col: column}html{font-size:95%}@media only screen and (min-width:540px){:root{--text-size-menu: 1.4rem;--content-width: 90vw;--flex-row-or-col: row;--logo-height: 65%;--menu-height: 5rem;--menu-text-margin: .5rem;--menu-icon-width: 7rem}html{font-size:100%}}@media only screen and (min-width:768px){:root{--text-size-menu: 1.5rem;--content-width: 80vw;--menu-height: 5rem;--menu-text-margin: 1rem;--menu-icon-width: 8rem;--flex-row-or-col: row;--logo-height: 55%}html{font-size:100%}}@media only screen and (min-width:961px){:root{--content-width: 75vw;--menu-height: 5.5rem;--menu-icon-width: 9rem}html{font-size:110%}}@media only screen and (min-width:1281px){:root{--content-width: 70vw;--menu-height: 5.5rem;--menu-icon-width: 10rem}html{font-size:115%}}@media only screen and (min-width:1601px){:root{--content-width: 65vw;--menu-icon-width: 12rem}html{font-size:120%}}@media only screen and (min-width:2000px){:root{--content-width: 55vw;--menu-icon-width: 14rem}html{font-size:125%}}@font-face{font-family:Open Sans;src:url(./fonts/OpenSans-Light.woff2) format("woff2"),url(./fonts/OpenSans-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Open Sans;src:url(./fonts/OpenSans-Regular.woff2) format("woff2"),url(./fonts/OpenSans-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Open Sans;src:url(./fonts/OpenSans-Bold.woff2) format("woff2"),url(./fonts/OpenSans-Bold.woff) format("woff");font-weight:700;font-style:normal}*{margin:0;padding:0;border:0;outline:0}html{scroll-behavior:smooth}p,a,h1,h2,h3,li{font-family:Open Sans,sans-serif;font-weight:400;font-style:normal;font-size:var(--text-size-md);color:var(--text-black)}h3{font-weight:700}a{text-decoration-color:var(--yellow);text-underline-offset:.3rem;text-decoration-thickness:2px}.icon-outer{display:inline-block}.icon{display:inline-block;width:auto;height:auto;max-width:100%;max-height:100%;vertical-align:baseline}.icon-sm{width:1rem;height:1rem}.icon-md{width:1.5rem;height:1.5rem}.icon-lg{width:2rem;height:2rem}.text-black{color:var(--text-black)}.text-white{color:var(--text-white)}.text-yellow-light{color:var(--yellow-light)}.text-yellow{color:var(--yellow)}.text-yellow-dark{color:var(--yellow-dark)}.text-light{font-weight:300}.text-bold{font-weight:700}.text-regular{font-weight:400}.mx-sm{margin-left:.8rem;margin-right:.8rem}.my-sm{margin-top:.8rem;margin-bottom:.8rem}.mb-xs{margin-bottom:.5rem}.my-p{margin:1.2rem 0}.my-c{margin:2.5rem 0}.mt-s{margin-top:5rem}.mb-s{margin-bottom:5rem}.flex-fix{flex-grow:0;flex-shrink:0}.flex-grow{flex:1 1 0px}.flex-row{display:flex;flex-direction:row}.flex-col{display:flex;flex-direction:column}.flex-row-or-col{display:flex;flex-direction:var(--flex-row-or-col)}.flex-center{align-items:center}header{background-color:var(--blue);border-bottom:var(--border-size) solid var(--yellow-dark);display:flex;flex-direction:row;align-items:center;height:var(--menu-height)}.header-logo-link{margin-left:1rem;width:var(--menu-icon-width);height:100%}.header-logo{width:auto;height:100%;display:flex;align-items:center}.header-logo svg{margin:auto;height:var(--logo-height)}menu{list-style-type:none;display:flex;align-items:center;flex:1 0 auto}menu li{margin:0 var(--menu-text-margin)}menu li a{display:flex;align-items:center;text-decoration:none;color:var(--text-white);font-weight:300;font-style:normal;font-size:var(--text-size-menu)}.menu-icon{position:relative;left:0rem;width:1.2rem;height:1.2rem;margin-right:.25rem;color:var(--yellow);opacity:0%;transition:opacity 80ms ease-out,left 80ms ease-out}.menu-icon svg{display:block}menu li a:hover .menu-icon{opacity:100%;left:.2rem}section.dark{border-top:var(--border-size) solid var(--yellow-light);border-bottom:var(--border-size) solid var(--yellow-dark);background-color:var(--blue-dark);color:var(--text-white)}section.dark p,section.dark h1,section.dark h2,section.dark h3,section.dark li{color:var(--text-white)}.container{width:var(--content-width);margin:0 auto}.title{width:fit-content;padding:0 0 0 .8rem;border-bottom:3px solid var(--yellow);font-size:var(--text-size-lg);font-family:Open Sans,sans-serif}.flyer{position:relative;left:.1rem;top:-.3rem;height:1.2rem}.flyer svg{width:1.2rem;height:1.2rem}.mission-items{display:flex;flex-direction:column;gap:1.5rem}.mission-item{display:flex;flex-direction:row}.mission-icon{margin:1rem 1.5rem}.mission-content h3{color:var(--blue-light);width:fit-content;font-weight:400;margin-bottom:.7rem;padding-bottom:.5rem;border-bottom:2px solid var(--yellow)}.work-customers-bar{height:3px;background-color:var(--yellow)}.work-customers-grid{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;grid-template-rows:auto auto;align-items:center;justify-content:center}.work-customers-grid-item{display:contents}.work-customers-grid-image{width:12rem;max-width:35vw;max-height:10rem;margin:0 auto;height:auto;object-fit:cover;grid-row:1;grid-column:auto}.work-customers-grid-caption{grid-row:2;grid-column:auto;text-align:center;font-size:var(--text-size-sm)}.work-list{display:flex;flex-direction:column;list-style-type:none;gap:1.2rem}.work-list-item{display:flex;flex-direction:row;flex:1 1 0px}.contact-item{display:flex;flex-grow:1;gap:1.5rem}.contact-content{display:flex;flex-direction:column;gap:.8rem}footer{height:var(--footer-height);background-color:var(--blue-light)}footer p{color:var(--text-white);text-align:center;font-size:var(--text-size-sm)}
