.navbar{position:fixed;top:0;left:0;width:100%;padding:20px;transition:background-color .3s ease;z-index:1000}.navbar-scrolled{background-color:rgba(0,0,0,.8)}.nav-container{max-width:1240px;margin:0 auto;justify-content:space-between}.nav-container,.nav-hamburger{display:flex;align-items:center}.nav-hamburger{justify-content:center;position:fixed;top:20px;left:20px;z-index:1000}.hamburger-icon{position:relative}.hamburger-icon,.hamburger-icon:after,.hamburger-icon:before{width:30px;height:2px;background-color:var(--color-primary);transition:transform .3s ease}.hamburger-icon:after,.hamburger-icon:before{content:"";position:absolute;left:0}.hamburger-icon:before{top:-8px}.hamburger-icon:after{top:8px}.hamburger-icon.active{transform:rotate(45deg)}.hamburger-icon.active:before{transform:translateY(8px) rotate(-45deg)}.hamburger-icon.active:after{opacity:0}.logo-image{height:100px}.logo-image-mobile{height:40px}.nav-content{flex:1;display:flex;flex-direction:column;align-items:flex-start}.nav-divider{height:1px;width:100%;background-color:hsla(0,0%,100%,.3);margin:5px 15px}.nav-link{font-size:13px;font-weight:700;color:#fff;text-decoration:none;transition:color .3s ease;font-family:Montserrat,sans-serif;padding:0 15px;line-height:50px;text-transform:uppercase}.nav-link:hover{color:var(--color-secondary)}.nav-top .nav-link{font-size:26px}@media screen and (max-width:767px){.desktop-navbar{display:none}.nav-content-mobile{display:flex;position:fixed;top:0;left:0;width:80%;height:100%;background-color:rgba(0,0,0,.8);flex-direction:column;justify-content:center;align-items:center;z-index:999;transition:transform .3s ease;transform:translateX(-100%)}.nav-content-mobile.active{transform:translateX(0)}}.footer{background-color:var(--color-quaternary);color:#fff;padding:40px 0}.footer-content{max-width:1240px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:30px}.footer-logo{width:160px}.footer-other,.footer-social,.footer-teams{display:flex;flex-direction:column}.footer-other h3,.footer-social h3,.footer-teams h3{color:var(--color-secondary);font-size:18px;font-weight:900;margin-bottom:10px;text-transform:uppercase;font-family:Montserrat,sans-serif}.other-links,.social-links,.team-links{display:flex;flex-direction:column}.other-link,.social-link,.team-link{color:var(--color-primary);text-decoration:none;font-size:14px;padding:5px 10px;margin-bottom:5px}.other-link:hover,.social-link:hover,.team-link:hover{color:var(--color-secondary)}.divider{width:1px;height:10px;background-color:#fff;margin:0 5px}@media screen and (max-width:767px){.footer-content{flex-direction:column}.footer-logo{margin-bottom:20px}.footer-other,.footer-social,.footer-teams{margin-bottom:30px}.other-links,.social-links,.team-links{align-items:flex-start}}:root{--color-primary:#f1f6f9;--color-secondary:#14274e;--color-tertiary:#394867;--color-quaternary:#9ba4b4}body{margin:0}@media screen and (max-width:767px){.background-container{background-size:cover}}.centered-hero-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:120px 15px}.centered-hero-content{text-align:center;max-width:1240px;width:100%;opacity:0;transform:translateY(50px);transition:opacity .5s ease,transform .5s ease}.visible{opacity:1;transform:translateY(0)}.hero-title{font-size:48px;margin-bottom:30px}.hero-description{font-size:24px}.hero-buttons{margin-top:40px}.hero-button{padding:15px 30px;font-size:18px;border-radius:5px;cursor:pointer;transition:background-color .3s ease;margin-right:10px;font-weight:700}.primary{background-color:#14274e}.primary,.secondary{color:#fff;border:none}.secondary{background-color:#394867}.hero-button:hover{background-color:#9ba4b4;color:#fff}.hero-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.hero-content{flex:1;max-width:50%;padding:60px 40px}h1{margin-bottom:20px}p{margin-bottom:40px}.image{flex:1;max-width:50%}.img{max-width:100%;height:auto;border-radius:10px 0 0 10px}.features-container{display:flex;justify-content:space-between}.left-section{flex:1;padding:20px;background-color:#f1f6f9}.left-title{font-size:24px}.right-section{flex:1;display:flex;flex-wrap:wrap;justify-content:center}.feature-item{max-width:300px;padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;margin:10px}.feature-icon img{width:80px;height:80px}.feature-title{font-size:24px;margin:10px 0}.feature-description{font-size:16px}.stats-section{background-color:#14274e;color:#fff;padding:120px 0}.stats-header{text-align:center;font-size:72px;margin-bottom:30px;margin-top:0}.stats-container{max-width:1240px;margin:0 auto;display:flex;justify-content:space-around}.stat{text-align:center}@media (min-width:768px){.stats-header{font-size:72px}.stat-value{font-size:56px;margin-bottom:10px;font-weight:700}.stat-label{font-size:36px}}@media (max-width:767px){.stats-section{padding:60px 0}.stats-header{font-size:36px}.stats-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.stat{flex-basis:calc(50% - 20px);margin-bottom:20px}.stat-value{font-size:32px;margin-bottom:5px}.stat-label{font-size:24px}}.background-container{position:relative;height:100vh;background-image:url(/img/bg-image.69b9e168.jpg);background-size:cover;background-position:50%}.home-page{display:flex;justify-content:center;align-items:center;height:100vh}.coming-soon-text{font-size:72px;color:var(--color-primary);text-shadow:2px 2px 4px rgba(0,0,0,.5);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-background-container{position:relative;height:100vh;background-image:url(/img/DSC_2821.f5aed21f.jpg);background-size:cover;background-position:50%}