#splash-screen{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeOut .5s ease forwards;animation-delay:1.5s}#splash-logo{width:300px;clip-path:inset(0 85% 0 0);animation:growP .7s ease forwards,revealRest .7s ease forwards .7s}#splash-logo.is-mobile{width:200px}@keyframes growP{0%{transform:scale(1)}to{transform:scale(1.4)}}@keyframes revealRest{0%{clip-path:inset(0 85% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes fadeOut{to{opacity:0;visibility:hidden}}footer{position:relative;display:flex;background:#092145;color:#fff;padding:5rem 10% 1rem;flex-direction:column;overflow:hidden}footer .footer-supporters{width:100%;padding-bottom:1.5rem}footer .footer-supporters .footer-supporters-logos{display:flex;gap:50px;margin:2.5rem 0 1rem;padding:0;list-style:none}@media (max-width: 768px){footer .footer-supporters .footer-supporters-logos{flex-wrap:wrap}}footer .footer-supporters .footer-supporters-item img{max-height:48px}@media (max-width: 1480px){footer .footer-supporters .footer-supporters-item img{max-height:40px}}footer .footer-container{border-top:1px solid rgba(255,255,255,.5);padding-top:2.5rem;display:flex;width:100%}@media (max-width: 768px){footer .footer-container{justify-content:space-between;align-items:flex-start;flex-wrap:wrap}}footer .footer-column{flex:1;min-width:150px;margin:0 8px}footer .footer-column ul{list-style:none;padding:0}footer .footer-column ul li{font-size:.8rem;margin-bottom:.7rem}footer .footer-column ul li,footer a{color:#999eaf;text-decoration:none;transition:color .3s ease}footer .footer-column ul li a span{color:#fff;padding-left:8px}footer .footer-column ul li a:hover{color:#fff}footer .footer-column ul li .contact-info{color:#999eaf;cursor:default}footer .footer-column ul li .contact-info span{color:#fff;padding-left:8px}footer .footer-bottom{width:100%;padding:1rem 0;border-top:1px solid #999eaf;margin-top:3rem;display:flex;flex-direction:column}footer .footer-bottom .footer-bottom-container{display:flex;flex-direction:row}footer .footer-bottom .footer-bottom-container .footer-copyright{margin-top:30px;font-size:.8rem;color:#999eaf;flex:1;text-align:center}footer .footer-bottom .footer-bottom-container .footer-logo-container{flex:1}footer .footer-bottom .footer-bottom-container .footer-logo-container .footer-logo img{width:130px}footer .footer-bottom .footer-bottom-container .footer-social{flex:1;display:flex;justify-content:end;gap:1rem}footer .footer-bottom .footer-bottom-container .footer-social img{width:32px;height:32px;filter:invert(.8)}footer .footer-bottom .footer-bottom-container .footer-social.is-mobile img{width:24px;height:24px}body{margin:0;padding:0;color:#1e1e1e;font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body h3{font-weight:600}button,.button{font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;line-height:1.5rem;padding:.875rem 2.5rem;border-radius:8px;border:2px solid;text-decoration:none;color:#fff;cursor:pointer;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}button.primary,.button.primary{background-color:#73c451;border-color:#73c451}button.primary:hover,.button.primary:hover{background-color:#64a847;border-color:#64a847}button.secondary,.button.secondary{background-color:#0a2e5d;border-color:#0a2e5d}button.secondary:hover,.button.secondary:hover{color:#092145;background-color:#fff;border-color:#fff}#header{position:fixed;display:flex;align-items:center;justify-content:center;padding:1rem 0;width:100%;top:0;left:0;z-index:100;transition:.3s ease-in-out;background:#092145;box-shadow:0 12px 12px -4px #00000080;height:44px}#header #menu-icon{position:absolute;left:10px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent}#header #menu-icon svg{width:24px;height:24px;overflow:visible;stroke:currentColor;stroke-width:2;fill:none}#header #menu-icon line{transition:transform .3s ease,opacity .2s ease;transform-origin:center}#header #menu-icon svg.open line:nth-child(1){transform:rotate(45deg) translate(3px,5px)}#header #menu-icon svg.open line:nth-child(2){opacity:0}#header #menu-icon svg.open line:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}#header.transparent{background:transparent;box-shadow:none}#header.scrolled{background:#092145;box-shadow:0 12px 12px -4px #00000080}#header .logo{flex-grow:0;margin:0 2rem;opacity:0;transition:opacity .3s ease-in-out}#header .logo.fade-in{opacity:1}#header .logo img{height:40px;max-width:100%;display:block}#header #nav-menu{flex-grow:1;margin:0 2rem;display:flex;justify-content:flex-end}#header #nav-menu ul{list-style:none;display:flex;gap:2rem;margin:0;padding:0}#header #nav-menu ul li{display:inline}#header #nav-menu ul li.menu-separator{margin:0 1rem}#header #nav-menu ul li a{position:relative;text-decoration:none;color:#fff}#header #nav-menu ul li a:hover:after{content:"";position:absolute;left:0;bottom:-10px;width:100%;height:7px;background-color:#73c451;border-radius:5px;transform:scaleX(1);animation:underlineExpand .3s ease-in-out forwards}#header #nav-menu ul li a.register{padding:8px 24px;border-radius:8px;margin:0;text-transform:none;font-weight:600;display:inline}#header #nav-menu ul li a.login{margin-right:24px}#menu-mobile{position:absolute;top:44px;margin-top:40px;right:20px;background-color:#092145;padding:40px 20px;border-radius:20px;width:80%;opacity:0;transform:translate(-100%);transition:transform .4s ease,opacity .4s ease}#menu-mobile.open{opacity:1;transform:translate(0)}#menu-mobile #nav-menu ul{flex:1;display:flex;flex-direction:column;gap:40px}.underline{position:relative;display:inline-block}.underline.show:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:7px;background-color:#73c451;border-radius:5px;transform:scaleX(1);animation:underlineExpand .6s ease-in-out forwards}.underline.show.is-mobile.show:after{height:4px}h2{font-size:clamp(2rem,8vw,3.2rem);font-weight:900;margin:0;color:#092145;padding-bottom:1.2em}.layout-container{width:100%}.layout-container.page{padding-top:44px;box-sizing:border-box}.layout-container.page.is-mobile{padding:6rem 2rem}.layout-container.page.is-external-content{padding:0}.layout-container.page.is-external-content .external-content-loading{padding-top:176px;text-align:center;min-height:50vh}#hero{position:relative;height:90vh;display:flex;align-items:center;justify-content:center;text-align:left;overflow:hidden}#hero .background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}#hero .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000a6;z-index:-1}#hero .hero-content{position:absolute;max-width:770px;left:10%;top:40%;color:#fff}#hero .hero-content.is-mobile{top:30%;left:5%;right:5%}#hero .hero-content.is-mobile .buttons-container{flex-direction:column}#hero .hero-content h1{font-size:clamp(2.5rem,5vw,3rem);font-weight:700;line-height:1.2;color:#fff}#hero .hero-content h1 img{width:50px;position:relative;rotate:-90deg;top:8px}#hero .hero-content h1 span{color:#fff}#hero .hero-content .buttons-container{display:flex;gap:1rem}#hero .hero-content p{font-size:1.1rem;line-height:1.6;color:#fff}section{position:relative;text-align:center;padding:4rem 2rem 8rem;display:flex;justify-content:center}section.white{background:#fff;color:#092145}section.blue{background:#092145;color:#fff}section.blue h2{color:#fff}section.light{background:#eee;color:#092145}section .section-container{flex-direction:column;align-items:center;width:100%;overflow:hidden}.section-connector{position:absolute;top:-40px}.section-connector .white-circle{padding:10px;background-color:#fff;border-radius:60px;width:60px;height:60px;left:50%}.section-connector .green-arrow{rotate:90deg}.home-page{transition:opacity 1s ease-in-out;opacity:0}.home-page.fade-in{opacity:1}.buttons-container{display:flex;gap:1rem}.buttons-container.center{justify-content:center}.is-mobile .buttons-container{flex-direction:column}@keyframes underlineExpand{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1)}}.solution-details-content{display:flex;flex-direction:row;gap:4rem;padding:2rem 10% 3.3rem;align-items:center}.solution-details-content.reverse{flex-direction:row-reverse}.solution-details-content.reverse .solution-details-text{font-size:1.4rem;flex:1.3}.solution-details-content.reverse li{font-size:1.1rem}.solution-details-content.reverse li:before{content:"";background-image:url(/assets/gear.svg)}.solution-details-content.mobile{flex-direction:column;padding:2rem 1rem}.solution-details-content.mobile img{height:300px}.solution-details-content h3{color:#092145;font-size:1.4rem;margin-bottom:.5rem;text-align:center;width:100%}.solution-details-content .solution-details-illustration{flex:1}.solution-details-content .solution-details-text{flex:2;display:flex;font-size:1.1rem;line-height:1.6;flex-direction:column;align-items:start;text-align:left}.solution-details-content p{color:#999eaf;text-align:left}.solution-details-content ul{list-style:none;padding-left:0;margin-top:1.5rem}.solution-details-content ul li{padding-left:2rem;position:relative;font-weight:600;font-size:.95rem}.solution-details-content ul li:before{content:"";background-image:url(/assets/green_arrow.svg);position:absolute;height:16px;width:16px;top:.3rem;left:.2rem;rotate:-45deg}.solution-details-content ul .item-description{font-size:.85rem;margin:.6rem 0 1.5rem 2rem}.cta-buttons{height:100%;width:100%;display:flex;justify-content:flex-end;align-items:flex-end;gap:1rem;margin-bottom:2rem}
