@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);*{box-sizing:border-box;font-family:Roboto,sans-serif;font-size:1rem;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--white-color:#dbdbdb;--red:#ff1301;--blue:#005f98;--yellow:#ffcb02;--green:#049934;--black:#000;--white:#fff;--gray:#bdbdbd;--card-background-color:#f5f5f5;--cardBackgroundBoxShadow:rgba(0,0,0,.5)}.container{background-color:#fff;background-color:var(--white);display:flex;flex-direction:column;height:100vh;width:100%}.pageWidth{width:1280px}.displayFlexCenterCenter{align-items:center;display:flex;justify-content:center}.linksSections{flex-direction:column;justify-content:space-around;padding:6rem 0 1rem}.projectCardContainer{flex-wrap:wrap;gap:2.188rem;padding:2rem 0;width:100%}.noCardAvailable{color:#005f98;color:var(--blue);font-size:1.5rem;padding:1rem;width:100%}.main{display:flex;flex-direction:column}@media screen and (min-width:901px) and (max-width:1279px){.pageWidth{padding:1rem;width:100%}.linksSections{padding:5rem 0 1rem;width:100%}.projectCardContainer{gap:1.875rem;padding:1.5rem 0}}@media screen and (min-width:769px) and (max-width:900px){.pageWidth{padding:1rem;width:100%}.linksSections{padding-top:4.5rem;width:100%}.projectCardContainer{gap:1.563rem;padding:1rem 0}}@media screen and (min-width:481px) and (max-width:768px){.pageWidth{padding:.5rem;width:100%}.linksSections{padding-top:4.5rem;width:100%}.projectCardContainer{gap:1.25rem;padding:1rem 0}}@media screen and (max-width:480px){.pageWidth{padding:1rem;width:100%}.linksSections{padding-top:4rem;width:100%}.projectCardContainer{gap:.5rem;padding:.5rem 0}}.sectionHeader{background-color:var(--blue);flex-direction:column;height:14.063rem;padding:1rem;position:relative;width:100%}.containerHeader{height:100%;margin-top:4.688rem}.containerTitleText{flex:1 1 50%;height:100%;justify-content:flex-start}.title{color:var(--white);font-size:4.25rem}.containerHeaderImages{flex:1 1 50%;gap:.625rem;height:100%;justify-content:flex-end}.headerImages{height:6.5rem}@media screen and (min-width:901px) and (max-width:1279px){.pageWidth{width:100%}.containerHeader{padding:0;width:100%}.title{font-size:3.75rem}}@media screen and (min-width:769px) and (max-width:900px){.pageWidth{width:100%}.containerHeader{padding:0;width:100%}.title{font-size:3.25rem}.headerImages{height:5.625rem}}@media screen and (min-width:481px) and (max-width:768px){.pageWidth{width:100%}.containerHeader{padding:0;width:100%}.title{font-size:2.188rem}.headerImages{height:4.688rem}}@media screen and (max-width:480px){.pageWidth{width:100%}.containerHeader{padding:0;width:100%}.title{font-size:1.688rem}.headerImages{height:3.125rem}}.sectionNavigatorBar{background-color:var(--blue);height:4.688rem;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:1000}.containerNavigatorBar{border-bottom:.063rem solid var(--white);height:100%}.dateAndTimeBox{flex:1 1 50%;height:100%;justify-content:flex-start}.paragraphDateAndTime{color:var(--white);font-size:1.5rem;font-weight:700}.navigationBox{flex:1 1 50%;gap:1.25rem;height:100%;justify-content:flex-end}.navigationButtons{color:var(--white);font-size:1.25rem;font-weight:700;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .5s ease}.navigationButtons:before{background-color:var(--white);bottom:-2px;content:"";height:2px;left:50%;position:absolute;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:center bottom;transform-origin:center bottom;transition:width .3s ease,left .3s ease,-webkit-transform .3s ease;transition:width .3s ease,left .3s ease,transform .3s ease;transition:width .3s ease,left .3s ease,transform .3s ease,-webkit-transform .3s ease;width:0}.navigationButtons:hover:before{left:0;-webkit-transform:scaleX(1);transform:scaleX(1);width:100%}@media screen and (min-width:900px) and (max-width:1279px){.sectionNavigatorBar{height:4.063rem;padding:0}.paragraphDateAndTime{font-size:1.344rem}.navigationBox{gap:1.125rem}.navigationButtons{font-size:1.125rem}}@media screen and (min-width:769px) and (max-width:900px){.sectionNavigatorBar{height:4.063rem;padding:0}.paragraphDateAndTime{font-size:1.125rem}.navigationBox{gap:1rem}.navigationButtons{font-size:1rem}}@media screen and (min-width:481px) and (max-width:768px){.sectionNavigatorBar{height:3.8rem;padding:0}.containerNavigatorBar{flex-wrap:wrap;gap:.4rem}.dateAndTimeBox{height:50%;justify-content:center}.paragraphDateAndTime{font-size:.938rem}.navigationBox{gap:.7rem;height:50%;justify-content:center}.navigationButtons{font-size:.938rem}.navigationButtons:before{bottom:-1px}}@media screen and (max-width:480px){.sectionNavigatorBar{height:3.438rem;padding:0}.containerNavigatorBar{flex-wrap:wrap;gap:.7rem}.dateAndTimeBox{height:50%;justify-content:center}.paragraphDateAndTime{font-size:.75rem}.navigationBox{gap:.7rem;height:50%;justify-content:center}.navigationButtons{font-size:.75rem;padding-bottom:.3rem}.navigationButtons:before{bottom:2px}}.sectionSubtitle{border-bottom:.063rem solid var(--blue);width:100%}.subtitle{color:var(--blue);font-size:2.625rem}@media screen and (min-width:481px) and (max-width:768px){.subtitle{font-size:1.875rem}}@media screen and (max-width:480px){.subtitle{font-size:1.5rem}}.websiteCards{background-color:var(--blue);border-radius:.188rem;box-shadow:0 0 .5rem .313rem var(--card-background-box-shadow);flex-direction:column;gap:1rem;padding:.8rem;width:calc(20% - 2.5rem)}.cardImage{box-shadow:0 0 .5rem .1rem var(--card-background-box-shadow)}.buttonGoToWebsite,.cardImage{border-radius:.188rem;width:100%}.buttonGoToWebsite{background-color:var(--white);color:var(--blue);font-size:1.5rem;height:3.5rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .5s ease}.buttonGoToWebsite:hover{background-color:var(--gray);border:.063rem solid var(--white);font-weight:700}@media screen and (min-width:901px) and (max-width:1279px){.pageWidth{width:100%}.buttonGoToWebsite{font-size:1.25rem}}@media screen and (min-width:769px) and (max-width:1000px){.websiteCards{width:calc(25% - 2.5rem)}}@media screen and (min-width:601px) and (max-width:768px){.websiteCards{width:calc(33.33333% - 1.875rem)}}@media screen and (min-width:769px) and (max-width:900px){.pageWidth{width:100%}.buttonGoToWebsite{font-size:1.25rem}}@media screen and (min-width:481px) and (max-width:768px){.pageWidth{width:100%}.buttonGoToWebsite{font-size:1.25rem}}@media screen and (min-width:481px) and (max-width:600px){.websiteCards{width:calc(50% - 1.875rem)}}@media screen and (max-width:480px){.pageWidth{width:100%}.websiteCards{flex-direction:row;gap:.5rem;padding:.5rem;width:calc(100% - 1.875rem)}.cardImage{height:3.5rem;width:25%}.buttonGoToWebsite{font-size:1.25rem}}.footer{background-color:var(--blue);color:var(--white);justify-content:space-around;min-height:80px;width:100%}.containerFooterWidth,.footerText{min-height:100%}.footerText{flex:1 1 80%;gap:5px;justify-content:flex-start}.footerText a{color:var(--white);font-weight:700;text-decoration:none}.footerText a:hover{background-color:var(--cardBackgroundBoxShadow);border:none;border-radius:3px;padding:8px 12px}.footerArrow{flex:1 1 20%;height:100%;justify-content:flex-end;text-decoration:none}.fa-circle-arrow-up{color:var(--white);font-size:48px}.fa-circle-arrow-up:hover{background-color:var(--white);border:1px solid var(--white);border-radius:50%;color:var(--blue)}@media screen and (min-width:769px) and (max-width:1279px){.containerFooterWidth{padding:16px 24px}}@media screen and (min-width:481px) and (max-width:768px){.containerFooterWidth{padding:16px 24px}}@media screen and (min-width:271px) and (max-width:480px){.containerFooterWidth{flex-wrap:wrap;padding:8px}.footerText,.footerText a{font-size:12px}.footerArrow{display:flex}.fa-circle-arrow-up{font-size:38px}}@media screen and (max-width:270px){.containerFooterWidth{flex-wrap:wrap;gap:5px;padding:8px}.footerText{justify-content:center}.footerText,.footerText a{font-size:12px}.footerArrow{display:flex;justify-content:center}.fa-circle-arrow-up{font-size:38px}}
/*# sourceMappingURL=main.aa525810.css.map*/