.Header-module__hBw1pG__header{z-index:100;width:100%;transition:background-color var(--transition-normal), padding var(--transition-normal), box-shadow var(--transition-normal);background-color:#0000;padding:1.5rem 0;position:fixed;top:0;left:0}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled{-webkit-backdrop-filter:blur(10px);background-color:#fffffff2;padding:1rem 0;box-shadow:0 4px 30px #0000001a}.Header-module__hBw1pG__headerContainer{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logoImage{object-fit:contain;transition:filter var(--transition-normal)}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__nav a{color:var(--white);text-transform:uppercase;letter-spacing:.5px;transition:color var(--transition-normal);padding-bottom:5px;font-size:.95rem;font-weight:500;position:relative}.Header-module__hBw1pG__nav a:not(.Header-module__hBw1pG__contactBtn):after{content:"";background-color:var(--weg-blue-light);transform-origin:50%;width:100%;height:2px;transition:transform .3s cubic-bezier(.25,.8,.25,1);position:absolute;bottom:0;left:0;transform:scaleX(0)}.Header-module__hBw1pG__nav a:not(.Header-module__hBw1pG__contactBtn):hover:after{transform:scaleX(1)}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__nav a{color:var(--foreground)}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__nav a:not(.Header-module__hBw1pG__contactBtn):after{background-color:var(--weg-blue)}.Header-module__hBw1pG__nav a:hover{color:var(--weg-blue-light)}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__nav a:hover{color:var(--weg-blue)}.Header-module__hBw1pG__contactBtn{background-color:var(--weg-blue);border-radius:4px;padding:.75rem 1.5rem;color:var(--white)!important;transition:background-color var(--transition-fast)!important}.Header-module__hBw1pG__contactBtn:hover{background-color:var(--weg-blue-dark)}@media (max-width:768px){.Header-module__hBw1pG__nav{display:none}}
.Hero-module__ZARIfG__hero{align-items:center;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__videoBg{object-fit:cover;z-index:-2;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)}.Hero-module__ZARIfG__overlay{z-index:-1;background:linear-gradient(#002244b3 0%,#0009 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{z-index:10;max-width:800px;color:var(--white);position:relative}.Hero-module__ZARIfG__title{margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.1}.Hero-module__ZARIfG__highlight{color:#0070c0}.Hero-module__ZARIfG__subtitle{color:#e2e8f0;max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.Hero-module__ZARIfG__actions{gap:1rem;display:flex}.Hero-module__ZARIfG__primaryBtn{background-color:var(--weg-blue);color:var(--white);transition:background-color var(--transition-fast);border-radius:4px;padding:1rem 2rem;font-size:1.1rem;font-weight:600}.Hero-module__ZARIfG__primaryBtn:hover{background-color:var(--weg-blue-light)}.Hero-module__ZARIfG__secondaryBtn{color:var(--white);border:2px solid var(--white);transition:all var(--transition-fast);background-color:#0000;border-radius:4px;padding:1rem 2rem;font-size:1.1rem;font-weight:600}.Hero-module__ZARIfG__secondaryBtn:hover{background-color:var(--white);color:var(--weg-blue-darker)}@media (max-width:768px){.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__actions{flex-direction:column}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{text-align:center}}
.About-module__vAULUW__about{padding:var(--section-padding);background-color:var(--background-alt)}.About-module__vAULUW__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.About-module__vAULUW__textContent{max-width:600px}.About-module__vAULUW__divider{background-color:var(--weg-blue);width:60px;height:4px;margin-bottom:2rem}.About-module__vAULUW__paragraph{color:var(--foreground-light);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.About-module__vAULUW__statsGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.About-module__vAULUW__statCard{background-color:var(--white);border-bottom:4px solid var(--weg-blue);text-align:center;transition:transform var(--transition-normal), box-shadow var(--transition-normal);border-radius:8px;padding:2rem;box-shadow:0 4px 20px #0000000d}.About-module__vAULUW__statCard:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.About-module__vAULUW__statNumber{color:var(--weg-blue-dark);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.About-module__vAULUW__statLabel{color:var(--foreground-light);font-size:1rem;font-weight:500}@media (max-width:992px){.About-module__vAULUW__container{grid-template-columns:1fr;gap:3rem}}@media (max-width:576px){.About-module__vAULUW__statsGrid{grid-template-columns:1fr}}
.Products-module__mFS5Ca__products{padding:var(--section-padding);background-color:var(--white)}.Products-module__mFS5Ca__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (max-width:768px){.Products-module__mFS5Ca__grid{grid-template-columns:1fr}}.Products-module__mFS5Ca__card{background-color:var(--background-alt);border-left:4px solid var(--weg-blue);transition:all var(--transition-normal);border-radius:4px;display:block;position:relative;overflow:hidden}@media (min-width:769px){.Products-module__mFS5Ca__card:last-child:nth-child(odd){grid-column:1/-1}}.Products-module__mFS5Ca__cardContent{height:100%;transition:background var(--transition-normal);background:0 0;justify-content:space-between;align-items:center;padding:2rem 1.5rem;display:flex}.Products-module__mFS5Ca__cardTitle{color:var(--weg-blue-darker);transition:color var(--transition-normal);font-size:1.1rem;font-weight:600}.Products-module__mFS5Ca__arrow{color:var(--weg-blue);transition:transform var(--transition-fast);font-size:1.5rem;font-weight:700}.Products-module__mFS5Ca__card:hover{background-color:var(--weg-blue);transform:translateY(-5px);box-shadow:0 10px 25px #00579d1a}.Products-module__mFS5Ca__card:hover .Products-module__mFS5Ca__cardContent{background-color:var(--weg-blue)}.Products-module__mFS5Ca__card:hover .Products-module__mFS5Ca__cardTitle,.Products-module__mFS5Ca__card:hover .Products-module__mFS5Ca__arrow{color:var(--white)}.Products-module__mFS5Ca__card:hover .Products-module__mFS5Ca__arrow{transform:translate(5px)}
.Differentiators-module__PXZalq__section{padding:var(--section-padding);background-color:var(--weg-blue-darker);color:var(--white);position:relative;overflow:hidden}.Differentiators-module__PXZalq__section:before{content:"";z-index:0;background:linear-gradient(90deg,#0000,#0070c01a);width:50%;height:100%;position:absolute;top:0;right:0}.Differentiators-module__PXZalq__grid{z-index:1;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-top:4rem;display:grid;position:relative}.Differentiators-module__PXZalq__card{text-align:center;transition:all var(--transition-normal);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;padding:2.5rem 1.5rem}.Differentiators-module__PXZalq__card:hover{border-color:var(--weg-blue-light);background:#ffffff1a;transform:translateY(-10px);box-shadow:0 15px 40px #00579d66}.Differentiators-module__PXZalq__icon{background:linear-gradient(135deg,#ffffffb3,#fff);color:#0000;text-shadow:0 2px 10px #0003;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:inline-block}.Differentiators-module__PXZalq__card:hover .Differentiators-module__PXZalq__icon{background:linear-gradient(135deg,#00d2ff,#3a7bd5);filter:drop-shadow(0 5px 15px #00d2ff80);-webkit-background-clip:text;transform:scale(1.3)rotate(5deg)}.Differentiators-module__PXZalq__title{color:var(--white);transition:color var(--transition-normal);font-size:1.1rem;font-weight:500;line-height:1.4}.Differentiators-module__PXZalq__card:hover .Differentiators-module__PXZalq__title{color:#00d2ff}@media (max-width:768px){.Differentiators-module__PXZalq__grid{grid-template-columns:1fr 1fr;gap:1rem}}@media (max-width:480px){.Differentiators-module__PXZalq__grid{grid-template-columns:1fr}}
.CEO-module__hR-HJq__ceoSection{background-color:var(--background-alt);padding:0;position:relative}.CEO-module__hR-HJq__container{padding-top:var(--section-padding);padding-bottom:var(--section-padding);align-items:center;gap:5rem;display:flex}.CEO-module__hR-HJq__imageWrapper{border-radius:8px;flex:1;min-height:600px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.CEO-module__hR-HJq__imageOverlay{z-index:1;background:linear-gradient(#0000,#00579d33);position:absolute;inset:0}.CEO-module__hR-HJq__textContent{flex:1;padding:2rem 0}.CEO-module__hR-HJq__name{color:var(--weg-blue-darker);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.CEO-module__hR-HJq__role{color:var(--weg-blue-light);text-transform:uppercase;letter-spacing:1px;margin-bottom:2rem;font-size:1.1rem;font-weight:500}.CEO-module__hR-HJq__divider{background-color:var(--weg-blue);width:50px;height:3px;margin-bottom:2rem}.CEO-module__hR-HJq__paragraph{color:var(--foreground-light);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.CEO-module__hR-HJq__signature{color:var(--weg-blue-dark);opacity:.8;margin-top:3rem;font-family:Times New Roman,Times,serif;font-size:2rem;font-style:italic}@media (max-width:992px){.CEO-module__hR-HJq__container{flex-direction:column;gap:3rem}.CEO-module__hR-HJq__imageWrapper{width:100%;min-height:500px}}@media (max-width:576px){.CEO-module__hR-HJq__imageWrapper{min-height:400px}}
.Team-module__EqCvfq__teamSection{padding:var(--section-padding);background-color:var(--background-alt)}.Team-module__EqCvfq__grid{grid-template-columns:repeat(2,1fr);gap:3rem 2rem;margin-top:4rem;display:grid}@media (max-width:768px){.Team-module__EqCvfq__grid{grid-template-columns:1fr;gap:2rem}}.Team-module__EqCvfq__card{box-shadow:none;transition:transform var(--transition-normal);text-align:left;background-color:#0000;border-radius:0;align-items:center;gap:1.5rem;padding-bottom:0;display:flex}.Team-module__EqCvfq__card:hover{box-shadow:none;transform:translateY(-5px)}.Team-module__EqCvfq__imageWrapper{border-radius:50%;flex-shrink:0;width:130px;height:130px;margin-bottom:0;padding-top:0;position:relative;overflow:hidden;box-shadow:0 4px 10px #0000001a}.Team-module__EqCvfq__image{transition:transform var(--transition-normal)}.Team-module__EqCvfq__card:hover .Team-module__EqCvfq__image{transform:scale(1.05)}.Team-module__EqCvfq__textContent{flex-direction:column;display:flex}.Team-module__EqCvfq__name{color:var(--weg-blue-darker);margin-bottom:.25rem;padding:0;font-size:1.4rem;font-weight:700}.Team-module__EqCvfq__role{color:var(--text-secondary);padding:0;font-size:.95rem;font-weight:500;line-height:1.4}
.Recognitions-module__xKEZeG__section{padding:var(--section-padding);background-color:var(--weg-blue-dark);background-image:radial-gradient(circle at 50% 0%, var(--weg-blue) 0%, transparent 70%);color:var(--white)}.Recognitions-module__xKEZeG__container{flex-direction:column;align-items:center;display:flex}.Recognitions-module__xKEZeG__header{text-align:center;margin-bottom:3rem}.Recognitions-module__xKEZeG__awardsGrid{grid-template-columns:1fr 1.5fr;gap:2rem;width:100%;max-width:1000px;display:grid}.Recognitions-module__xKEZeG__mainAward{text-align:center;transition:transform var(--transition-normal);background:linear-gradient(135deg,#cfa8641a 0%,#cfa8640d 100%);border:1px solid #cfa8644d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.Recognitions-module__xKEZeG__mainAward:hover{transform:translateY(-5px);box-shadow:0 10px 30px #cfa8641a}.Recognitions-module__xKEZeG__awardIcon{filter:drop-shadow(0 0 10px #cfa86480);margin-bottom:1.5rem;font-size:4rem}.Recognitions-module__xKEZeG__awardTitle{color:var(--accent-gold);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Recognitions-module__xKEZeG__awardDesc{color:#ffffffe6;font-size:1.1rem}.Recognitions-module__xKEZeG__secondaryAwards{flex-direction:column;gap:1rem;display:flex}.Recognitions-module__xKEZeG__awardCard{transition:background var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:flex-start;gap:1.5rem;padding:1.5rem;display:flex}.Recognitions-module__xKEZeG__awardCard:hover{background:#ffffff1a}.Recognitions-module__xKEZeG__smallIcon{font-size:1.5rem}.Recognitions-module__xKEZeG__smallTitle{color:var(--white);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.Recognitions-module__xKEZeG__smallDesc{color:#ffffffb3;font-size:.95rem}@media (max-width:768px){.Recognitions-module__xKEZeG__awardsGrid{grid-template-columns:1fr}}
.MapSection-module__luSC8q__section{padding:var(--section-padding);background-color:var(--white)}.MapSection-module__luSC8q__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.MapSection-module__luSC8q__divider{background-color:var(--weg-blue);width:50px;height:3px;margin-bottom:2rem}.MapSection-module__luSC8q__paragraph{color:var(--foreground-light);margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.MapSection-module__luSC8q__cityList{color:var(--weg-blue-darker);font-size:1.1rem;font-weight:500;list-style:none}.MapSection-module__luSC8q__cityList li{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.MapSection-module__luSC8q__bullet{background-color:var(--weg-blue);border-radius:50%;width:12px;height:12px;display:inline-block}.MapSection-module__luSC8q__mapPlaceholder{background:var(--background-alt);border-radius:12px;width:100%;padding-bottom:80%;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.MapSection-module__luSC8q__mapGraphic{width:100%;height:100%;position:absolute;top:0;left:0}.MapSection-module__luSC8q__mapImage{filter:drop-shadow(0 10px 20px #00579d1a)}@media (max-width:768px){.MapSection-module__luSC8q__container{grid-template-columns:1fr;gap:2rem}}
.ContactForm-module__j1WgZG__section{color:var(--white);background-color:#172a42;padding:6rem 0}.ContactForm-module__j1WgZG__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.ContactForm-module__j1WgZG__leftCol{flex-direction:column;display:flex}.ContactForm-module__j1WgZG__kicker{letter-spacing:2px;text-transform:uppercase;color:var(--weg-blue-light);margin-bottom:.5rem;font-size:.85rem;font-weight:600}.ContactForm-module__j1WgZG__title{color:var(--white);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.ContactForm-module__j1WgZG__divider{background-color:var(--weg-blue-light);width:40px;height:3px;margin-bottom:2rem}.ContactForm-module__j1WgZG__subtitle{margin-bottom:1rem;font-size:1.5rem;font-weight:600}.ContactForm-module__j1WgZG__paragraph{color:#fffc;margin-bottom:3rem;font-size:1rem;line-height:1.6}.ContactForm-module__j1WgZG__cardsContainer{flex-direction:column;gap:1.25rem;display:flex}.ContactForm-module__j1WgZG__contactCard{transition:transform var(--transition-fast), background var(--transition-fast);background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.ContactForm-module__j1WgZG__contactCard:hover{background:#ffffff0d;border-color:#ffffff26;transform:translate(5px)}.ContactForm-module__j1WgZG__iconWrapper{width:40px;height:40px;color:var(--weg-blue-light);justify-content:center;align-items:center;display:flex}.ContactForm-module__j1WgZG__cardContent{flex-direction:column;gap:.25rem;display:flex}.ContactForm-module__j1WgZG__cardLabel{letter-spacing:1px;text-transform:uppercase;color:#ffffffe6;font-size:.75rem;font-weight:600}.ContactForm-module__j1WgZG__cardValue{color:#ffffffb3;transition:color var(--transition-fast);font-size:1rem;font-weight:400;text-decoration:none}a.ContactForm-module__j1WgZG__cardValue:hover{color:var(--weg-blue-light)}.ContactForm-module__j1WgZG__rightCol{width:100%}.ContactForm-module__j1WgZG__formCard{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:2.5rem}.ContactForm-module__j1WgZG__form{flex-direction:column;gap:1.5rem;display:flex}.ContactForm-module__j1WgZG__row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.ContactForm-module__j1WgZG__formGroup{flex-direction:column;display:flex}.ContactForm-module__j1WgZG__input,.ContactForm-module__j1WgZG__textarea{width:100%;color:var(--white);transition:border-color var(--transition-fast), background var(--transition-fast);background:#ffffff08;border:1px solid #ffffff1a;border-radius:6px;padding:1rem 1.25rem;font-family:inherit;font-size:.95rem}.ContactForm-module__j1WgZG__input::placeholder,.ContactForm-module__j1WgZG__textarea::placeholder{color:#fff6}.ContactForm-module__j1WgZG__input:focus,.ContactForm-module__j1WgZG__textarea:focus{border-color:var(--weg-blue-light);background:#ffffff0f;outline:none}.ContactForm-module__j1WgZG__textarea{resize:vertical;min-height:120px}.ContactForm-module__j1WgZG__submitBtn{color:var(--white);letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:background-color var(--transition-fast), transform var(--transition-fast);background-color:#2d7ee4;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem;font-size:.95rem;font-weight:600;display:flex}.ContactForm-module__j1WgZG__submitBtn span{transition:transform var(--transition-fast)}.ContactForm-module__j1WgZG__submitBtn:hover{background-color:#1e6bd1;transform:translateY(-2px)}.ContactForm-module__j1WgZG__submitBtn:hover span{transform:translate(4px)}@media (max-width:992px){.ContactForm-module__j1WgZG__container{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.ContactForm-module__j1WgZG__section{padding:4rem 0}.ContactForm-module__j1WgZG__title{font-size:2rem}.ContactForm-module__j1WgZG__row{grid-template-columns:1fr}.ContactForm-module__j1WgZG__formCard{padding:1.5rem}}
.Footer-module__S6Hkya__footer{background-color:var(--weg-blue-darker);color:#ffffffb3;padding-top:5rem}.Footer-module__S6Hkya__container{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__brandCol .Footer-module__S6Hkya__logo{object-fit:contain;margin-bottom:1.5rem}.Footer-module__S6Hkya__brandCol .Footer-module__S6Hkya__desc{max-width:400px;font-size:1rem;line-height:1.6}.Footer-module__S6Hkya__title{color:var(--white);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.Footer-module__S6Hkya__list{list-style:none}.Footer-module__S6Hkya__list li{margin-bottom:1rem}.Footer-module__S6Hkya__list a{transition:color var(--transition-fast)}.Footer-module__S6Hkya__list a:hover{color:var(--white)}.Footer-module__S6Hkya__bottomBar{text-align:center;border-top:1px solid #ffffff1a;padding:1.5rem 0;font-size:.9rem}@media (max-width:768px){.Footer-module__S6Hkya__container{grid-template-columns:1fr;gap:2.5rem}}
.WhatsAppButton-module__V-0EQa__float{color:#fff;text-align:center;z-index:1000;background-color:#25d366;border-radius:50px;justify-content:center;align-items:center;width:60px;height:60px;font-size:30px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),background-color .3s;display:flex;position:fixed;bottom:40px;right:40px;box-shadow:0 4px 15px #0003}.WhatsAppButton-module__V-0EQa__float:hover{background-color:#1ebe57;transform:scale(1.1)translateY(-5px)}.WhatsAppButton-module__V-0EQa__icon{width:32px;height:32px}@media (max-width:768px){.WhatsAppButton-module__V-0EQa__float{width:50px;height:50px;bottom:20px;right:20px}.WhatsAppButton-module__V-0EQa__icon{width:26px;height:26px}}
