@import"https://fonts.googleapis.com/css2?family=Raleway&display=swap";@import"https://fonts.googleapis.com/css2?family=Merriweather&display=swap";*,*:before,*:after{box-sizing:inherit}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box}html,body{margin:0;padding:0;background-color:#f5f5f5;height:100%}body{font-family:Raleway,sans-serif;color:#4a4a4a;font-size:16px;font-weight:400;line-height:1.5}.text-center{text-align:center}button{display:inline-block;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:transparent;border:none;outline:none;font-size:20px;padding:0}body.loader-open{overflow:hidden}p{font-family:Merriweather,serif;font-size:.9rem}header{min-height:100%;position:relative;background-color:#f5f5f5}header .header-image{position:absolute;top:0;width:100%;height:67%;background-image:url(/assets/images/header-bg.webp);background-repeat:no-repeat;background-size:cover;background-position:35% bottom}@media (min-width: 576px){header .header-image{height:75%}}@media (min-width: 768px){header .header-image{background-position:center;background-attachment:fixed;height:100%}}header .header-overlay{position:absolute;bottom:0;width:100%;height:33%}header .header-overlay polygon,header .header-overlay rect{fill:#f5f5f5}@media (min-width: 576px){header .header-overlay{height:25%}}@media (min-width: 992px){header .header-overlay{height:35%}}@media (min-width: 1200px){header .header-overlay rect{display:none}}header .header-content{width:100%;position:absolute;z-index:2;bottom:0;height:33%;right:0}@media (min-width: 576px){header .header-content{height:25%}}@media (min-width: 992px){header .header-content{height:35%}}@media (min-width: 1200px){header .header-content{height:25%;width:auto;right:5rem}}header .header-content .header-content-inner{height:100%;padding:1rem;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;position:relative}@media (min-width: 576px){header .header-content .header-content-inner{padding:2rem}}@media (min-width: 992px){header .header-content .header-content-inner{justify-content:center}}@media (min-width: 1200px){header .header-content .header-content-inner{justify-content:start}}header .header-content .header-content-inner img{margin-bottom:1rem;max-width:100%;height:60%}@media (min-width: 992px){header .header-content .header-content-inner img{max-width:75%;margin-bottom:4rem}}@media (min-width: 1200px){header .header-content .header-content-inner img{margin-bottom:1rem;max-width:100%;height:50%}}header .header-content .header-content-inner .learn-more-container{position:absolute;bottom:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}header .header-content .header-content-inner .learn-more-container button{margin-top:.5rem}.bounce{animation:bounce 2s infinite}.bounce :hover{animation-play-state:paused}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-.75rem)}60%{transform:translateY(-.375rem)}}main{min-height:250%;position:relative}@media (min-width: 768px){main{min-height:100%}}main section{position:absolute;left:0;width:100%;height:50%;display:flex}@media (min-width: 768px){main section{flex-direction:row!important}}main section.info-1{top:0;flex-direction:column-reverse}main section.info-2{bottom:0;flex-direction:column}main section div{height:100%;width:100%}@media (min-width: 768px){main section div.info-1-content,main section div.info-1-image,main section div.info-2-content,main section div.info-2-image{width:75%}}main section div.info-1-content,main section div.info-2-content{text-align:center;display:flex;justify-content:center;align-items:center;padding:2rem}@media (min-width: 768px){main section div.info-1-content,main section div.info-2-content{padding:2rem 0}}main section div.info-1-content div,main section div.info-2-content div{display:flex;flex-direction:column;justify-content:center}@media (min-width: 1200px){main section div.info-1-content div,main section div.info-2-content div{width:75%}}main section div.info-1-content h2,main section div.info-2-content h2{margin:0}main section div.info-1-image,main section div.info-2-image{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:initial}@media (min-width: 768px){main section div.info-1-image,main section div.info-2-image{background-attachment:fixed}}main section div.info-1-image{background-image:url(/assets/images/main-bg-1.webp)}main section div.info-2-image{background-image:url(/assets/images/main-bg-2.webp);background-position:center 20%}@media (min-width: 768px){main section div.info-2-image{background-position:center;background-image:url(/assets/images/main-bg-1.webp)}}main .top-button{position:fixed;bottom:1.5rem;right:1.5rem;height:50px;width:50px;background-color:#96c224;border-radius:10%;color:#f5f5f5}footer{background-color:#10549f;color:#f5f5f5;display:flex;flex-direction:column;align-items:center;padding:3rem 1rem 1rem;position:relative}@media (min-width: 576px){footer{padding:3rem 3rem 1rem;min-height:40%}}footer .footer-inner-container{display:flex;justify-content:center;align-items:center;flex-direction:column}@media (min-width: 768px){footer .footer-inner-container{flex-direction:row}}footer .footer-inner-container .footer-logo img{height:100%;width:100%}footer .footer-inner-container .footer-contact{display:flex;flex-direction:column}@media (min-width: 768px){footer .footer-inner-container .footer-contact{display:block;margin-left:5rem}}footer .footer-inner-container .footer-contact h2{font-size:200%;align-self:center;margin-bottom:0}footer .footer-inner-container .footer-contact ul.footer-contact-list{list-style-type:none;margin:0;padding:0;margin-bottom:.5rem;text-align:center}@media (min-width: 768px){footer .footer-inner-container .footer-contact ul.footer-contact-list{text-align:left}}footer .footer-inner-container .footer-contact ul.footer-contact-list li{padding:.5rem 0}footer .footer-inner-container .footer-contact ul.footer-contact-list li fa-icon{width:20px;height:20px;display:inline-block;text-align:center;margin-right:.5rem}footer .footer-inner-container .footer-contact .footer-contact-external{text-align:center}@media (min-width: 768px){footer .footer-inner-container .footer-contact .footer-contact-external{text-align:left}}footer .footer-inner-container .footer-contact .footer-contact-external .footer-contact-external-inner{padding:1rem;border-top:1px solid hsl(0deg,0%,96%);text-align:center;display:inline-block}@media (min-width: 768px){footer .footer-inner-container .footer-contact .footer-contact-external .footer-contact-external-inner{padding-left:0}}footer .footer-inner-container .footer-contact a{color:#f5f5f5;text-decoration:none}footer .footer-inner-container .footer-contact a:hover{text-decoration:underline}footer .footer-copyright{display:block;margin-top:auto;padding:1rem 0}.loader-container{z-index:999;position:fixed;width:100%;height:100%;background-color:#f5f5f5;display:flex;justify-content:center;align-items:center}.loader-container .loader{width:100px;height:100px;display:block;overflow:hidden;will-change:transform}.loader-container .loader *{will-change:transform}.loader-container .loader div{height:100%}.loader-container .loader,.loader-container .loader div{border:2px solid transparent;border-radius:50%;padding:4px;animation:rotateLoader 4s infinite linear}.loader-container .loader,.loader-container .loader *{will-change:transform}@keyframes rotateLoader{0%{transform:rotate(0);border-top-color:#96c224}50%{transform:rotate(180deg)}to{transform:rotate(360deg);border-top-color:#96c224}}
