@import "https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap";
.ProductsSection-module__cQxM6q__productsSection{background:var(--color-white);width:100%;padding:clamp(60px,10.42vw,200px) 0 clamp(60px,5.21vw,100px);position:relative}.ProductsSection-module__cQxM6q__container{max-width:var(--container-full);flex-direction:column;align-items:center;margin:0 auto;padding:0 clamp(20px,6.3vw,121px);display:flex}.ProductsSection-module__cQxM6q__header{text-align:center;width:100%;max-width:clamp(600px,56.25vw,1080px);margin-bottom:clamp(45px,4.43vw,85px)}.ProductsSection-module__cQxM6q__title{color:var(--color-black);font-family:var(--font-heading);text-align:center;margin:0 0 clamp(14px,1.41vw,27px);font-size:clamp(28px,3.33vw,64px);font-weight:700;line-height:1.2}.ProductsSection-module__cQxM6q__subtitle{color:var(--color-black);font-family:var(--font-heading);text-align:center;max-width:100%;margin:0 auto;font-size:clamp(15px,1.25vw,24px);font-weight:700;line-height:1.4}.ProductsSection-module__cQxM6q__productsGrid{grid-template-columns:repeat(3,1fr);gap:clamp(14px,1.25vw,24px);width:100%;max-width:clamp(900px,82vw,1560px);display:grid}.ProductsSection-module__cQxM6q__productCard{aspect-ratio:4/3;cursor:pointer;background:#fff;border-radius:clamp(8px,.625vw,12px);text-decoration:none;transition:box-shadow .35s,transform .35s,background .35s;display:block;position:relative;overflow:hidden;box-shadow:0 0 clamp(4px,.41vw,8px) #0000002e}.ProductsSection-module__cQxM6q__productCard:hover{transform:translateY(-5px);box-shadow:0 10px clamp(20px,1.5vw,30px) #00000026}.ProductsSection-module__cQxM6q__logoWrapper{z-index:3;justify-content:center;align-items:center;width:100%;height:100%;padding:clamp(16px,1.56vw,30px);display:flex;position:absolute;top:0;left:0}.ProductsSection-module__cQxM6q__logo{object-fit:contain;width:auto;max-width:62%;height:auto;max-height:55%;transition:transform .35s;display:block}.ProductsSection-module__cQxM6q__productCard:hover .ProductsSection-module__cQxM6q__logo{transform:scale(1.08)}.ProductsSection-module__cQxM6q__productCard:focus-visible{outline:3px solid var(--color-primary);outline-offset:3px}@keyframes ProductsSection-module__cQxM6q__slideInUp{to{opacity:1;transform:translateY(0)}}@media (hover:hover) and (pointer:fine){.ProductsSection-module__cQxM6q__animateUp{opacity:0;will-change:transform,opacity;transform:translateY(28px)}.ProductsSection-module__cQxM6q__animate .ProductsSection-module__cQxM6q__animateUp{animation:.6s ease-out forwards ProductsSection-module__cQxM6q__slideInUp}.ProductsSection-module__cQxM6q__animate .ProductsSection-module__cQxM6q__title{animation-delay:.1s}.ProductsSection-module__cQxM6q__animate .ProductsSection-module__cQxM6q__subtitle{animation-delay:.18s}}@media (max-width:1024px) and (min-width:601px){.ProductsSection-module__cQxM6q__productsSection{padding:clamp(80px,12vw,120px) 0 clamp(50px,8vw,70px)}.ProductsSection-module__cQxM6q__productsGrid{grid-template-columns:repeat(2,1fr);max-width:clamp(560px,85vw,800px)}.ProductsSection-module__cQxM6q__productCard:hover{transform:none;box-shadow:0 0 clamp(4px,.41vw,8px) #0000002e}.ProductsSection-module__cQxM6q__productCard:active{transition:transform .1s;transform:scale(.97)}}@media (max-width:600px){.ProductsSection-module__cQxM6q__productsSection{padding:clamp(80px,20vw,120px) 0 clamp(40px,10vw,60px)}.ProductsSection-module__cQxM6q__container{padding:0 clamp(12px,4vw,20px)}.ProductsSection-module__cQxM6q__productsGrid{grid-template-columns:repeat(2,1fr);gap:clamp(10px,2.5vw,16px);max-width:100%}.ProductsSection-module__cQxM6q__logoWrapper{padding:clamp(10px,3vw,20px)}.ProductsSection-module__cQxM6q__logo{max-width:78%;max-height:65%}.ProductsSection-module__cQxM6q__productCard:active{transition:transform .1s;transform:scale(.97)}.ProductsSection-module__cQxM6q__productCard:hover{transform:none;box-shadow:0 0 clamp(4px,.41vw,8px) #0000002e}}@media (prefers-reduced-motion:reduce){.ProductsSection-module__cQxM6q__animateUp{opacity:1!important;animation:none!important;transform:none!important}.ProductsSection-module__cQxM6q__productCard{transition:none!important}}
.Header-module__Af2_WG__header{z-index:1000;justify-content:center;align-items:center;width:100vw;padding:clamp(30px,3.39vw,65px) 0 0;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;right:0;overflow:hidden;transform:translateY(0)}.Header-module__Af2_WG__headerHidden{transform:translateY(-100%)}.Header-module__Af2_WG__navContainer{-webkit-backdrop-filter:blur(10px);box-sizing:border-box;background:#2121211f;border:1px solid #ffffff1a;border-radius:clamp(30px,3.33vw,64px);justify-content:space-between;align-items:center;width:clamp(400px,44.64vw,857px);height:clamp(36px,3.91vw,75px);padding:clamp(12px,1.3vw,25px) clamp(38px,4.32vw,83px);transition:all .3s;display:flex}.Header-module__Af2_WG__navLink{color:#fff;white-space:nowrap;border-radius:20px;flex-shrink:0;padding:8px 12px;font-family:Inter,sans-serif;font-size:clamp(8px,.83vw,16px);font-weight:600;text-decoration:none;transition:all .3s}.Header-module__Af2_WG__navLink:hover{color:#fff;background:#ffffff1a;transform:translateY(-1px)}.Header-module__Af2_WG__mobileToggle{z-index:1002;-webkit-backdrop-filter:blur(10px);cursor:pointer;background:#212121e6;border:none;border-radius:clamp(6px,2vw,10px);flex-direction:column;justify-content:center;align-items:center;width:clamp(42px,11vw,52px);height:clamp(42px,11vw,52px);padding:clamp(10px,2.5vw,12px);transition:transform .4s,opacity .3s;display:none;position:fixed;top:clamp(12px,3.5vw,26px);right:clamp(12px,3.8vw,29px)}.Header-module__Af2_WG__mobileToggleHidden{transform:translateY(-100px)}.Header-module__Af2_WG__mobileToggleActive{background:#ffffff1a;transform:translateY(0)!important}.Header-module__Af2_WG__mobileToggle span{background:#fff;border-radius:2px;width:22px;height:3px;margin:3px 0;transition:all .3s;display:block}.Header-module__Af2_WG__mobileToggleActive span:first-child{width:22px;height:3px;transform:rotate(45deg)translate(6px,6px)}.Header-module__Af2_WG__mobileToggleActive span:nth-child(2){opacity:0;transform:scaleX(0)}.Header-module__Af2_WG__mobileToggleActive span:nth-child(3){width:22px;height:3px;transform:rotate(-45deg)translate(6px,-6px)}.Header-module__Af2_WG__mobileNav{z-index:1001;-webkit-overflow-scrolling:touch;background:#212121fa;flex-direction:column;justify-content:center;align-items:center;gap:clamp(18px,5vw,30px);width:100vw;height:100dvh;padding:clamp(15px,5vw,30px);transition:transform .4s cubic-bezier(.4,0,.2,1);display:none;position:fixed;top:0;left:0;overflow:hidden auto;transform:translate(-100%)}.Header-module__Af2_WG__mobileNavOpen{transform:translate(0)}.Header-module__Af2_WG__mobileNav[inert]{pointer-events:none;visibility:hidden}.Header-module__Af2_WG__mobileNav:not([inert]){pointer-events:auto;visibility:visible}.Header-module__Af2_WG__mobileNavLink{color:#fff;text-align:center;border-radius:clamp(10px,3vw,15px);width:100%;max-width:clamp(240px,70vw,350px);padding:clamp(12px,3.5vw,20px) clamp(22px,7vw,40px);font-family:Inter,sans-serif;font-size:clamp(16px,4.5vw,24px);font-weight:600;text-decoration:none;transition:all .3s}.Header-module__Af2_WG__mobileNavLink:hover,.Header-module__Af2_WG__mobileNavLink:active{background:#ffffff1a}.Header-module__Af2_WG__mobileQuoteButton{color:#fff;text-align:center;background:#2683c6;border:2px solid #2683c6;border-radius:clamp(10px,3vw,15px);width:100%;max-width:clamp(240px,70vw,350px);margin-top:clamp(8px,2vw,15px);padding:clamp(14px,4vw,22px) clamp(24px,8vw,45px);font-family:Inter,sans-serif;font-size:clamp(16px,4.5vw,24px);font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 4px 15px #2683c666}.Header-module__Af2_WG__mobileQuoteButton:hover,.Header-module__Af2_WG__mobileQuoteButton:active{background:#1a6ba3;border-color:#1a6ba3;transform:scale(1.03)}@media (max-width:1023px){.Header-module__Af2_WG__header{padding:0}.Header-module__Af2_WG__navContainer{display:none}.Header-module__Af2_WG__mobileToggle,.Header-module__Af2_WG__mobileNav{display:flex}}@media (orientation:landscape) and (max-height:500px) and (max-width:1023px){.Header-module__Af2_WG__mobileNav{flex-flow:wrap;place-content:center;align-items:center;gap:10px 15px;padding:60px 20px 20px}.Header-module__Af2_WG__mobileNavLink{flex:none;min-width:120px;max-width:150px;padding:10px 18px;font-size:14px}.Header-module__Af2_WG__mobileQuoteButton{flex:none;min-width:120px;max-width:150px;margin-top:0;padding:10px 18px;font-size:14px}.Header-module__Af2_WG__mobileToggle{width:40px;height:40px;padding:8px;top:10px;right:15px}.Header-module__Af2_WG__mobileToggle span{width:20px;height:2px;margin:3px 0}.Header-module__Af2_WG__mobileToggleActive span:first-child{width:20px;height:2px;transform:rotate(45deg)translate(5px,5px)}.Header-module__Af2_WG__mobileToggleActive span:nth-child(3){width:20px;height:2px;transform:rotate(-45deg)translate(5px,-5px)}}@media (orientation:landscape) and (max-height:400px) and (max-width:1023px){.Header-module__Af2_WG__mobileNav{gap:8px 12px;padding:50px 15px 15px}.Header-module__Af2_WG__mobileNavLink,.Header-module__Af2_WG__mobileQuoteButton{min-width:100px;max-width:130px;padding:8px 14px;font-size:12px}.Header-module__Af2_WG__mobileToggle{width:36px;height:36px;top:8px;right:10px}}.Header-module__Af2_WG__headerScrolled .Header-module__Af2_WG__navContainer{-webkit-backdrop-filter:blur(15px);background:#21212140;box-shadow:0 8px 25px #21212126}.Header-module__Af2_WG__headerScrolled .Header-module__Af2_WG__navLink{color:#fffffff2}.Header-module__Af2_WG__headerScrolled .Header-module__Af2_WG__navLink:hover{color:#fff;background:#ffffff26}@media (prefers-reduced-motion:reduce){.Header-module__Af2_WG__header,.Header-module__Af2_WG__mobileToggle,.Header-module__Af2_WG__mobileNav,.Header-module__Af2_WG__navLink,.Header-module__Af2_WG__mobileNavLink,.Header-module__Af2_WG__mobileQuoteButton,.Header-module__Af2_WG__mobileToggle span{transition:none}}.Header-module__Af2_WG__navLink:focus-visible,.Header-module__Af2_WG__mobileNavLink:focus-visible,.Header-module__Af2_WG__mobileQuoteButton:focus-visible,.Header-module__Af2_WG__mobileToggle:focus-visible{outline-offset:2px;outline:2px solid #2683c6}
.Footer-module__rnk_JG__footer{background:#121212;width:100%;position:relative}.Footer-module__rnk_JG__container{max-width:1920px;margin:0 auto;padding:clamp(30px,4.69vw,90px) clamp(16px,8.07vw,155px)}.Footer-module__rnk_JG__topSection{align-items:center;gap:clamp(20px,5.21vw,100px);margin-bottom:clamp(24px,4.69vw,90px);display:flex}.Footer-module__rnk_JG__leftColumn{flex-shrink:0}.Footer-module__rnk_JG__mainTitle{color:#fff;white-space:nowrap;margin:0;font-family:Grift-Medium,sans-serif;font-size:clamp(36px,5.73vw,110px);font-weight:500;line-height:1.1}.Footer-module__rnk_JG__rightColumn{flex-direction:column;gap:clamp(12px,1.25vw,24px);display:flex}.Footer-module__rnk_JG__description{color:#fffc;max-width:clamp(280px,40vw,700px);margin:0;font-family:Grift-Medium,sans-serif;font-size:clamp(13px,1.25vw,24px);font-weight:500;line-height:1.6}.Footer-module__rnk_JG__ctaButton{color:#000;white-space:nowrap;background:#fff;border-radius:6px;justify-content:center;align-items:center;width:clamp(160px,16.2vw,311px);height:clamp(36px,3.13vw,60px);font-family:Grift-SemiBold,sans-serif;font-size:clamp(12px,1.25vw,24px);font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Footer-module__rnk_JG__ctaButton:hover{color:#fff;background:#2683c6;transform:translateY(-2px);box-shadow:0 4px 15px #2683c666}.Footer-module__rnk_JG__dividerLine{background:#ffffff6b;width:100%;height:1px;margin-bottom:clamp(24px,4.17vw,80px)}.Footer-module__rnk_JG__middleSection{grid-template-columns:clamp(100px,12.5vw,240px) 1fr clamp(120px,12vw,220px);align-items:start;gap:clamp(20px,4.17vw,80px);margin-bottom:clamp(24px,4.69vw,90px);display:grid}.Footer-module__rnk_JG__logoColumn{flex-direction:column;display:flex}.Footer-module__rnk_JG__logoWrapper{width:100%;height:auto}.Footer-module__rnk_JG__logo{object-fit:contain;width:100%;height:auto}.Footer-module__rnk_JG__contactColumn{flex-direction:column;gap:clamp(10px,1.04vw,20px);display:flex}.Footer-module__rnk_JG__tagline,.Footer-module__rnk_JG__address{color:#fffc;margin:0;font-family:Grift-Regular,sans-serif;font-size:clamp(12px,1.25vw,24px);font-weight:400;line-height:1.5}.Footer-module__rnk_JG__contactItem{color:#fffc;margin:0;font-family:Grift-Regular,sans-serif;font-size:clamp(12px,1.25vw,24px);font-weight:400;line-height:1.5;text-decoration:none;transition:color .3s;display:block}.Footer-module__rnk_JG__contactItem:hover{color:#2683c6}.Footer-module__rnk_JG__navColumn{flex-direction:column;display:flex}.Footer-module__rnk_JG__navLinks{flex-direction:column;gap:clamp(12px,1.25vw,24px);display:flex}.Footer-module__rnk_JG__navLink{color:#fffc;font-family:Grift-Regular,sans-serif;font-size:clamp(12px,1.25vw,24px);font-weight:400;line-height:1.5;text-decoration:none;transition:color .3s}.Footer-module__rnk_JG__navLink:hover{color:#2683c6}.Footer-module__rnk_JG__mapSection{grid-template-columns:1fr clamp(180px,18vw,320px);align-items:stretch;gap:clamp(16px,2.08vw,40px);margin-bottom:clamp(24px,4.69vw,90px);display:grid}.Footer-module__rnk_JG__mapWrapper{border:1px solid #ffffff1a;border-radius:clamp(8px,.625vw,12px);width:100%;height:clamp(160px,15vw,260px);position:relative;overflow:hidden}.Footer-module__rnk_JG__mapIframe{filter:grayscale(20%)brightness(.88);border:none;width:100%;height:100%;transition:filter .3s;display:block}.Footer-module__rnk_JG__mapWrapper:hover .Footer-module__rnk_JG__mapIframe{filter:grayscale(0%)brightness()}.Footer-module__rnk_JG__mapClickShield{z-index:1;pointer-events:none;position:absolute;inset:0}.Footer-module__rnk_JG__mapActions{flex-direction:column;justify-content:center;gap:clamp(12px,1.25vw,20px);display:flex}.Footer-module__rnk_JG__mapInfo{align-items:flex-start;gap:clamp(8px,.63vw,10px);display:flex}.Footer-module__rnk_JG__mapPinIcon{color:#2683c6;flex-shrink:0;width:clamp(14px,1.04vw,18px);height:clamp(14px,1.04vw,18px);margin-top:2px}.Footer-module__rnk_JG__mapAddress{color:#ffffffa6;font-family:Grift-Regular,sans-serif;font-size:clamp(11px,.83vw,14px);font-weight:400;line-height:1.6}.Footer-module__rnk_JG__mapBtn{color:#fffc;white-space:nowrap;background:0 0;border:1px solid #fff3;border-radius:6px;justify-content:center;align-items:center;gap:clamp(6px,.52vw,8px);height:clamp(36px,2.81vw,48px);padding:0 clamp(14px,1.25vw,22px);font-family:Grift-Medium,sans-serif;font-size:clamp(11px,.83vw,14px);font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.Footer-module__rnk_JG__mapBtn:hover{color:#fff;background:#ffffff0f;border-color:#ffffff80}.Footer-module__rnk_JG__mapBtnPrimary{color:#fff;background:#2683c6;border-color:#2683c6}.Footer-module__rnk_JG__mapBtnPrimary:hover{color:#fff;background:#1e6faa;border-color:#1e6faa}.Footer-module__rnk_JG__mapBtnIcon{flex-shrink:0;width:clamp(12px,.83vw,14px);height:clamp(12px,.83vw,14px)}.Footer-module__rnk_JG__bottomSection{justify-content:space-between;align-items:center;display:flex}.Footer-module__rnk_JG__socialSection{align-items:center;gap:clamp(14px,2.08vw,40px);display:flex}.Footer-module__rnk_JG__followLabel{color:#fffc;text-transform:uppercase;margin:0;font-family:Grift-Bold,sans-serif;font-size:clamp(12px,1.25vw,24px);font-weight:700}.Footer-module__rnk_JG__socialLink{color:#fffc;font-family:Grift-Regular,sans-serif;font-size:clamp(12px,1.25vw,24px);font-weight:400;text-decoration:none;transition:color .3s}.Footer-module__rnk_JG__socialLink:hover{color:#2683c6}.Footer-module__rnk_JG__copyright{color:#fffc;margin:0;font-family:Grift-Regular,sans-serif;font-size:clamp(12px,1.25vw,24px);font-weight:400}@media (orientation:portrait){.Footer-module__rnk_JG__container{padding:clamp(30px,6vw,60px) clamp(16px,5vw,40px)}.Footer-module__rnk_JG__topSection{flex-direction:column;align-items:flex-start;gap:clamp(16px,4vw,32px);margin-bottom:clamp(20px,5vw,40px)}.Footer-module__rnk_JG__mainTitle{font-size:clamp(36px,10vw,72px)}.Footer-module__rnk_JG__description{max-width:100%;font-size:clamp(13px,3.5vw,18px)}.Footer-module__rnk_JG__ctaButton{width:clamp(160px,50vw,260px);height:clamp(38px,10vw,52px);font-size:clamp(13px,3.5vw,18px)}.Footer-module__rnk_JG__dividerLine{margin-bottom:clamp(20px,4vw,40px)}.Footer-module__rnk_JG__middleSection{grid-template-columns:1fr;gap:clamp(20px,5vw,40px);margin-bottom:clamp(20px,5vw,40px)}.Footer-module__rnk_JG__logoWrapper{width:clamp(120px,35vw,200px)}.Footer-module__rnk_JG__tagline,.Footer-module__rnk_JG__address,.Footer-module__rnk_JG__contactItem,.Footer-module__rnk_JG__navLink{font-size:clamp(13px,3.5vw,18px)}.Footer-module__rnk_JG__navLinks{flex-flow:wrap;gap:clamp(10px,3vw,20px)}.Footer-module__rnk_JG__mapSection{grid-template-columns:1fr;margin-bottom:clamp(20px,5vw,40px)}.Footer-module__rnk_JG__mapWrapper{height:clamp(180px,45vw,280px)}.Footer-module__rnk_JG__mapActions{flex-flow:wrap;align-items:center;gap:clamp(10px,3vw,16px)}.Footer-module__rnk_JG__mapInfo{width:100%}.Footer-module__rnk_JG__mapBtn{flex:1;min-width:clamp(120px,35vw,180px)}.Footer-module__rnk_JG__bottomSection{flex-direction:column;align-items:flex-start;gap:clamp(14px,3vw,24px)}.Footer-module__rnk_JG__followLabel,.Footer-module__rnk_JG__socialLink,.Footer-module__rnk_JG__copyright{font-size:clamp(12px,3vw,16px)}}@media (orientation:landscape) and (max-height:500px){.Footer-module__rnk_JG__container{padding:clamp(20px,4vh,40px) clamp(16px,4vw,60px)}.Footer-module__rnk_JG__topSection{margin-bottom:clamp(16px,3vh,30px)}.Footer-module__rnk_JG__mainTitle{font-size:clamp(28px,8vh,60px)}.Footer-module__rnk_JG__middleSection{grid-template-columns:clamp(80px,10vw,160px) 1fr clamp(100px,10vw,180px);gap:clamp(16px,3vw,40px);margin-bottom:clamp(16px,3vh,30px)}.Footer-module__rnk_JG__mapSection{grid-template-columns:1fr clamp(160px,16vw,260px)}.Footer-module__rnk_JG__mapWrapper{height:clamp(120px,20vh,180px)}.Footer-module__rnk_JG__dividerLine{margin-bottom:clamp(16px,3vh,30px)}}.Footer-module__rnk_JG__ctaButton:focus-visible,.Footer-module__rnk_JG__navLink:focus-visible,.Footer-module__rnk_JG__socialLink:focus-visible,.Footer-module__rnk_JG__contactItem:focus-visible,.Footer-module__rnk_JG__mapBtn:focus-visible{outline-offset:2px;outline:2px solid #2683c6}@media (prefers-reduced-motion:reduce){.Footer-module__rnk_JG__ctaButton,.Footer-module__rnk_JG__mapBtn,.Footer-module__rnk_JG__mapIframe,.Footer-module__rnk_JG__contactItem,.Footer-module__rnk_JG__navLink,.Footer-module__rnk_JG__socialLink{transition:none!important}.Footer-module__rnk_JG__ctaButton:hover{transform:none!important}}
.Logo-module__zh8txq__logo{z-index:1001;align-items:center;transition:transform .3s;display:flex;position:absolute}.Logo-module__zh8txq__logo:hover{transform:scale(1.02)}.Logo-module__zh8txq__logoImage{object-fit:contain;display:block}@media (min-width:1920px){.Logo-module__zh8txq__logo{top:65px;left:73px}.Logo-module__zh8txq__logoImage{width:240px;height:86px}}@media (min-width:1440px) and (max-width:1919px){.Logo-module__zh8txq__logo{top:49px;left:55px}.Logo-module__zh8txq__logoImage{width:180px;height:64px}}@media (min-width:1366px) and (max-width:1439px){.Logo-module__zh8txq__logo{top:46px;left:52px}.Logo-module__zh8txq__logoImage{width:171px;height:61px}}@media (min-width:1280px) and (max-width:1365px){.Logo-module__zh8txq__logo{top:43px;left:49px}.Logo-module__zh8txq__logoImage{width:160px;height:57px}}@media (min-width:1024px) and (max-width:1279px){.Logo-module__zh8txq__logo{top:34px;left:39px}.Logo-module__zh8txq__logoImage{width:128px;height:46px}}@media (min-width:768px) and (max-width:1023px){.Logo-module__zh8txq__logo{top:26px;left:29px}.Logo-module__zh8txq__logoImage{width:140px;height:50px}}@media (min-width:480px) and (max-width:767px){.Logo-module__zh8txq__logo{top:17px;left:19px}.Logo-module__zh8txq__logoImage{width:130px;height:46px}}@media (min-width:375px) and (max-width:479px){.Logo-module__zh8txq__logo{top:13px;left:15px}.Logo-module__zh8txq__logoImage{width:120px;height:43px}}@media (min-width:320px) and (max-width:374px){.Logo-module__zh8txq__logo{top:11px;left:13px}.Logo-module__zh8txq__logoImage{width:110px;height:39px}}@media (max-width:319px){.Logo-module__zh8txq__logo{top:10px;left:12px}.Logo-module__zh8txq__logoImage{width:100px;height:36px}}@media (orientation:landscape) and (min-width:768px) and (max-width:1199px) and (max-height:600px){.Logo-module__zh8txq__logo{top:10px;left:20px}.Logo-module__zh8txq__logoImage{width:110px;height:39px}}@media (orientation:landscape) and (max-width:767px) and (max-height:500px){.Logo-module__zh8txq__logo{top:8px;left:15px}.Logo-module__zh8txq__logoImage{width:100px;height:36px}}@media (orientation:landscape) and (max-height:400px){.Logo-module__zh8txq__logo{top:6px;left:12px}.Logo-module__zh8txq__logoImage{width:90px;height:32px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.Logo-module__zh8txq__logoImage{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion:reduce){.Logo-module__zh8txq__logo{transition:none}.Logo-module__zh8txq__logo:hover{transform:none}}@media print{.Logo-module__zh8txq__logo{margin:20px 0;display:block;position:static;top:auto;left:auto}.Logo-module__zh8txq__logoImage{width:200px;height:auto}}
.FloatingQuoteButton-module__dotBsq__quoteButton{z-index:1001;color:#fff;white-space:nowrap;cursor:pointer;background:#2683c6;border:none;border-radius:64px;justify-content:center;align-items:center;gap:8px;font-family:Inter,sans-serif;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:fixed;box-shadow:0 4px 15px #2683c64d}.FloatingQuoteButton-module__dotBsq__quoteButton:hover{color:#fff;background:#1a6ba3;transform:translateY(-2px);box-shadow:0 6px 20px #2683c666}.FloatingQuoteButton-module__dotBsq__quoteButton:focus-visible{color:#fff}.FloatingQuoteButton-module__dotBsq__quoteButton:active{transform:translateY(0)}.FloatingQuoteButton-module__dotBsq__quoteButtonBottom{animation:.4s ease-out FloatingQuoteButton-module__dotBsq__slideToBottom;top:auto}.FloatingQuoteButton-module__dotBsq__quoteButtonBottom:hover{transform:translateY(-3px)}.FloatingQuoteButton-module__dotBsq__quoteIcon{fill:currentColor}@keyframes FloatingQuoteButton-module__dotBsq__slideToBottom{0%{opacity:.8}to{opacity:1}}@media (min-width:1920px){.FloatingQuoteButton-module__dotBsq__quoteButton{border-radius:64px;width:206px;height:75px;font-size:16px;top:70px;right:73px}.FloatingQuoteButton-module__dotBsq__quoteButtonBottom{bottom:30px}.FloatingQuoteButton-module__dotBsq__quoteIcon{width:16px;height:16px}}@media (min-width:1440px) and (max-width:1919px){.FloatingQuoteButton-module__dotBsq__quoteButton{border-radius:48px;width:154px;height:56px;font-size:12px;top:52px;right:55px}.FloatingQuoteButton-module__dotBsq__quoteButtonBottom{bottom:22px}.FloatingQuoteButton-module__dotBsq__quoteIcon{width:12px;height:12px}}@media (min-width:1366px) and (max-width:1439px){.FloatingQuoteButton-module__dotBsq__quoteButton{border-radius:46px;width:146px;height:53px;font-size:11px;top:49px;right:52px}.FloatingQuoteButton-module__dotBsq__quoteButtonBottom{bottom:21px}.FloatingQuoteButton-module__dotBsq__quoteIcon{width:11px;height:11px}}@media (min-width:1280px) and (max-width:1365px){.FloatingQuoteButton-module__dotBsq__quoteButton{border-radius:43px;width:137px;height:50px;font-size:11px;top:47px;right:49px}.FloatingQuoteButton-module__dotBsq__quoteButtonBottom{bottom:20px}.FloatingQuoteButton-module__dotBsq__quoteIcon{width:11px;height:11px}}@media (min-width:1024px) and (max-width:1279px){.FloatingQuoteButton-module__dotBsq__quoteButton{border-radius:34px;width:110px;height:40px;font-size:9px;top:37px;right:39px}.FloatingQuoteButton-module__dotBsq__quoteButtonBottom{bottom:16px}.FloatingQuoteButton-module__dotBsq__quoteIcon{width:9px;height:9px}}@media (min-width:768px) and (max-width:1023px){.FloatingQuoteButton-module__dotBsq__quoteButton{border-radius:25px;gap:6px;width:120px;height:50px;padding:0 15px;font-size:12px;top:26px;right:29px}.FloatingQuoteButton-module__dotBsq__quoteButtonBottom{bottom:20px}.FloatingQuoteButton-module__dotBsq__quoteIcon{width:12px;height:12px}}@media (min-width:480px) and (max-width:767px){.FloatingQuoteButton-module__dotBsq__quoteButton{border-radius:22px;gap:5px;width:110px;height:44px;padding:0 12px;font-size:11px;top:17px;right:19px}.FloatingQuoteButton-module__dotBsq__quoteButtonBottom{bottom:15px}.FloatingQuoteButton-module__dotBsq__quoteIcon{width:11px;height:11px}}@media (min-width:375px) and (max-width:479px){.FloatingQuoteButton-module__dotBsq__quoteButton{border-radius:22px;gap:4px;width:100px;height:44px;padding:0 10px;font-size:10px;top:13px;right:15px}.FloatingQuoteButton-module__dotBsq__quoteButtonBottom{bottom:12px}.FloatingQuoteButton-module__dotBsq__quoteIcon{width:10px;height:10px}}@media (max-width:374px){.FloatingQuoteButton-module__dotBsq__quoteButton{border-radius:20px;gap:3px;width:90px;height:40px;padding:0 8px;font-size:9px;top:11px;right:13px}.FloatingQuoteButton-module__dotBsq__quoteButtonBottom{bottom:10px}.FloatingQuoteButton-module__dotBsq__quoteIcon{width:9px;height:9px}}@media (orientation:landscape) and (max-height:600px) and (max-width:1023px){.FloatingQuoteButton-module__dotBsq__quoteButton{border-radius:15px;width:80px;height:30px;font-size:10px;top:10px;right:20px}.FloatingQuoteButton-module__dotBsq__quoteButtonBottom{bottom:10px}.FloatingQuoteButton-module__dotBsq__quoteIcon{width:10px;height:10px}}@media (prefers-reduced-motion:reduce){.FloatingQuoteButton-module__dotBsq__quoteButton{transition:none;animation:none}.FloatingQuoteButton-module__dotBsq__quoteButton:hover{transform:none}}.FloatingQuoteButton-module__dotBsq__quoteButton{display:none}@media (min-width:1024px){.FloatingQuoteButton-module__dotBsq__quoteButton{z-index:1001;color:#fff;white-space:nowrap;cursor:pointer;background:#2683c6;border:none;border-radius:64px;justify-content:center;align-items:center;gap:8px;font-family:Inter,sans-serif;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:fixed;box-shadow:0 4px 15px #2683c64d}}
.Hero-module__Z8hQ_W__hero{background:#1a1a1a;width:100%;height:clamp(500px,59.79vw,1148px);position:relative;overflow:hidden}.Hero-module__Z8hQ_W__slideLayer{z-index:0;position:absolute;inset:0}.Hero-module__Z8hQ_W__slideActive{opacity:1;transition:opacity .9s ease-in-out}.Hero-module__Z8hQ_W__slideFadeOut{opacity:0;z-index:0;transition:opacity .9s ease-in-out}.Hero-module__Z8hQ_W__overlay{z-index:1;background:#00000047;position:absolute;inset:0}.Hero-module__Z8hQ_W__heroContent{z-index:2;color:#fff;max-width:clamp(280px,62.5vw,1200px);position:absolute;top:clamp(160px,32.55vw,625px);left:clamp(20px,6.51vw,125px);right:clamp(20px,6.51vw,125px)}.Hero-module__Z8hQ_W__heroTitle{text-align:left;color:#fff;margin:0 0 clamp(12px,1.25vw,24px);font-family:Grift,Georgia,serif;font-size:clamp(24px,3.33vw,64px);font-weight:700;line-height:1.2}.Hero-module__Z8hQ_W__line1,.Hero-module__Z8hQ_W__line2{display:inline}.Hero-module__Z8hQ_W__heroTitle br{display:block}.Hero-module__Z8hQ_W__heroDescription{text-align:left;color:#fff;max-width:clamp(260px,46.88vw,900px);margin:0 0 clamp(20px,2.08vw,40px);font-family:Grift,Georgia,serif;font-size:clamp(12px,1.25vw,24px);font-weight:400;line-height:1.6}.Hero-module__Z8hQ_W__ctaButton{color:#fff;cursor:pointer;background:#2683c6;border:none;border-radius:clamp(24px,1.95vw,37.5px);justify-content:center;align-items:center;width:clamp(140px,10.73vw,206px);height:clamp(46px,3.91vw,75px);font-family:Inter,sans-serif;font-size:clamp(11px,.83vw,16px);font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Hero-module__Z8hQ_W__ctaButton:hover{background:#1a6ba3;transform:translateY(-3px);box-shadow:0 8px 25px #2683c666}.Hero-module__Z8hQ_W__dots{z-index:3;align-items:center;gap:clamp(6px,.52vw,10px);display:flex;position:absolute;bottom:clamp(20px,2.08vw,40px);right:clamp(20px,3.13vw,60px)}.Hero-module__Z8hQ_W__dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;flex-shrink:0;width:clamp(6px,.42vw,8px);height:clamp(6px,.42vw,8px);padding:0;transition:all .3s}.Hero-module__Z8hQ_W__dot:hover{background:#ffffffb3}.Hero-module__Z8hQ_W__dotActive{background:#fff;border-radius:clamp(3px,.21vw,4px);width:clamp(18px,1.35vw,26px)}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{height:clamp(550px,85vh,750px)}.Hero-module__Z8hQ_W__heroContent{max-width:none;inset:auto 20px 60px}.Hero-module__Z8hQ_W__heroTitle{font-size:clamp(24px,7vw,36px);line-height:1.3}.Hero-module__Z8hQ_W__heroDescription{max-width:none;font-size:clamp(13px,3.8vw,18px);line-height:1.7}.Hero-module__Z8hQ_W__ctaButton{width:clamp(150px,42vw,200px);height:clamp(48px,13vw,60px);font-size:clamp(12px,3.5vw,15px)}.Hero-module__Z8hQ_W__dots{bottom:clamp(14px,3vw,20px);right:50%;transform:translate(50%)}}@media (max-width:480px){.Hero-module__Z8hQ_W__heroContent{bottom:50px;left:16px;right:16px}.Hero-module__Z8hQ_W__heroTitle{font-size:clamp(22px,7vw,32px)}.Hero-module__Z8hQ_W__heroDescription{font-size:clamp(12px,3.8vw,16px)}}@media (max-width:375px){.Hero-module__Z8hQ_W__heroContent{bottom:44px;left:14px;right:14px}.Hero-module__Z8hQ_W__heroTitle{font-size:clamp(20px,6.5vw,28px)}.Hero-module__Z8hQ_W__heroDescription{font-size:clamp(11px,3.5vw,14px)}}@media (orientation:landscape) and (max-height:500px){.Hero-module__Z8hQ_W__hero{height:100vh;min-height:400px}.Hero-module__Z8hQ_W__heroContent{inset:auto 5vw 20px}.Hero-module__Z8hQ_W__heroTitle{margin-bottom:10px;font-size:clamp(20px,4vh,28px)}.Hero-module__Z8hQ_W__heroDescription{margin-bottom:16px;font-size:clamp(11px,2.5vh,14px)}.Hero-module__Z8hQ_W__ctaButton{width:140px;height:44px;font-size:12px}.Hero-module__Z8hQ_W__dots{bottom:12px}}@media (prefers-reduced-motion:reduce){.Hero-module__Z8hQ_W__slideActive,.Hero-module__Z8hQ_W__slideFadeOut{transition:none!important}.Hero-module__Z8hQ_W__ctaButton{transition:none}.Hero-module__Z8hQ_W__ctaButton:hover{transform:none}.Hero-module__Z8hQ_W__dot{transition:none}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.Hero-module__Z8hQ_W__heroTitle,.Hero-module__Z8hQ_W__heroDescription{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}
@keyframes MissionSection-module__qc1aIW__fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes MissionSection-module__qc1aIW__fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes MissionSection-module__qc1aIW__fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.MissionSection-module__qc1aIW__topImages .MissionSection-module__qc1aIW__imageBox:first-child{animation:.8s ease-out .2s backwards MissionSection-module__qc1aIW__fadeInLeft}.MissionSection-module__qc1aIW__topImages .MissionSection-module__qc1aIW__imageBox:last-child{animation:.8s ease-out .2s backwards MissionSection-module__qc1aIW__fadeInRight}.MissionSection-module__qc1aIW__bottomImages .MissionSection-module__qc1aIW__imageBox:first-child{animation:.8s ease-out .6s backwards MissionSection-module__qc1aIW__fadeInLeft}.MissionSection-module__qc1aIW__bottomImages .MissionSection-module__qc1aIW__imageBox:last-child{animation:.8s ease-out .6s backwards MissionSection-module__qc1aIW__fadeInRight}.MissionSection-module__qc1aIW__headingContainer{animation:.8s ease-out .3s backwards MissionSection-module__qc1aIW__fadeInUp}.MissionSection-module__qc1aIW__descriptionContainer{animation:.8s ease-out .5s backwards MissionSection-module__qc1aIW__fadeInUp}.MissionSection-module__qc1aIW__quoteButton{animation:.8s ease-out .7s backwards MissionSection-module__qc1aIW__fadeInUp}.MissionSection-module__qc1aIW__missionSection{background:#fff;width:100%;padding-top:clamp(40px,6.77vw,130px);padding-bottom:clamp(30px,4.17vw,80px);position:relative;overflow:hidden}.MissionSection-module__qc1aIW__missionContainer{max-width:1920px;margin:0 auto;padding:0 clamp(20px,7.97vw,153px);position:relative}.MissionSection-module__qc1aIW__topImages{justify-content:space-between;align-items:flex-start;gap:clamp(8px,1.5vw,24px);margin-bottom:clamp(30px,13.7vw,263px);display:flex}.MissionSection-module__qc1aIW__topImages .MissionSection-module__qc1aIW__imageBox{flex-shrink:0;width:clamp(100px,15.26vw,293px);height:clamp(80px,11.98vw,230px)}.MissionSection-module__qc1aIW__bottomImages{justify-content:space-between;align-items:flex-start;gap:clamp(8px,1.5vw,24px);display:flex}.MissionSection-module__qc1aIW__bottomImages .MissionSection-module__qc1aIW__imageBox{flex-shrink:0;width:clamp(100px,15.26vw,293px);height:clamp(80px,11.98vw,230px)}.MissionSection-module__qc1aIW__imageBox{border-radius:clamp(8px,1vw,16px);transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.MissionSection-module__qc1aIW__imageBox:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.MissionSection-module__qc1aIW__image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.MissionSection-module__qc1aIW__imageBox:hover .MissionSection-module__qc1aIW__image{transform:scale(1.05)}.MissionSection-module__qc1aIW__centerContent{z-index:10;flex-direction:column;justify-content:flex-start;align-items:center;width:90%;max-width:clamp(300px,50vw,835px);display:flex;position:absolute;top:clamp(40px,6.77vw,130px);left:50%;transform:translate(-50%)}.MissionSection-module__qc1aIW__headingContainer{flex-shrink:0;justify-content:center;align-items:center;width:100%;max-width:clamp(300px,40.36vw,775px);min-height:clamp(80px,15.63vw,300px);margin-bottom:clamp(12px,1.88vw,36px);display:flex}.MissionSection-module__qc1aIW__missionHeading{color:#000;text-align:center;font-family:var(--font-heading);width:100%;margin:0;font-size:clamp(16px,2.5vw,48px);font-weight:700;line-height:1.3}.MissionSection-module__qc1aIW__descriptionContainer{flex-shrink:0;justify-content:center;align-items:center;width:100%;max-width:clamp(300px,43.49vw,835px);min-height:clamp(30px,3.23vw,62px);margin-bottom:clamp(16px,2.24vw,43px);display:flex}.MissionSection-module__qc1aIW__description{color:#00000080;text-align:center;font-family:var(--font-heading);width:100%;margin:0;font-size:clamp(11px,1.3vw,25px);font-weight:500;line-height:1.5}.MissionSection-module__qc1aIW__quoteButton{color:#000000c9;width:clamp(90px,8.13vw,156px);height:clamp(30px,2.97vw,57px);font-family:var(--font-body);cursor:pointer;background:0 0;border:1.5px solid #0000003d;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;margin:0;font-size:clamp(10px,.94vw,18px);font-weight:600;text-decoration:none;transition:all .3s;display:flex}.MissionSection-module__qc1aIW__quoteButton:hover{color:#fff;background:#2683c6;border-color:#2683c6;transform:translateY(-2px);box-shadow:0 8px 25px #2683c666}.MissionSection-module__qc1aIW__quoteButton:active{transform:translateY(0)}@media (max-width:768px){.MissionSection-module__qc1aIW__missionContainer{flex-direction:column;gap:clamp(24px,6vw,40px);padding:0 clamp(16px,5vw,40px);display:flex}.MissionSection-module__qc1aIW__topImages,.MissionSection-module__qc1aIW__bottomImages{justify-content:center;gap:clamp(10px,3vw,20px);margin-bottom:0}.MissionSection-module__qc1aIW__topImages .MissionSection-module__qc1aIW__imageBox,.MissionSection-module__qc1aIW__bottomImages .MissionSection-module__qc1aIW__imageBox{width:48%;max-width:250px;height:clamp(120px,25vw,180px)}.MissionSection-module__qc1aIW__centerContent{width:100%;max-width:100%;position:relative;top:auto;left:auto;transform:none}.MissionSection-module__qc1aIW__headingContainer{width:100%;max-width:100%;min-height:auto;margin-bottom:clamp(12px,3vw,24px)}.MissionSection-module__qc1aIW__missionHeading{font-size:clamp(18px,4.5vw,28px);line-height:1.3}.MissionSection-module__qc1aIW__descriptionContainer{width:100%;max-width:100%;min-height:auto;margin-bottom:clamp(16px,4vw,28px)}.MissionSection-module__qc1aIW__description{font-size:clamp(13px,3vw,18px)}.MissionSection-module__qc1aIW__quoteButton{width:clamp(120px,35vw,160px);height:clamp(38px,10vw,50px);font-size:clamp(12px,3vw,15px)}}@media (max-width:480px){.MissionSection-module__qc1aIW__topImages,.MissionSection-module__qc1aIW__bottomImages{flex-direction:column;align-items:center}.MissionSection-module__qc1aIW__topImages .MissionSection-module__qc1aIW__imageBox,.MissionSection-module__qc1aIW__bottomImages .MissionSection-module__qc1aIW__imageBox{width:100%;max-width:100%;height:clamp(140px,45vw,200px)}.MissionSection-module__qc1aIW__missionHeading{font-size:clamp(16px,5vw,22px)}.MissionSection-module__qc1aIW__description{font-size:clamp(12px,3.5vw,15px)}}@media (orientation:landscape) and (max-height:500px){.MissionSection-module__qc1aIW__missionContainer{flex-direction:column;gap:clamp(16px,3vw,24px);display:flex}.MissionSection-module__qc1aIW__topImages,.MissionSection-module__qc1aIW__bottomImages{justify-content:center;gap:clamp(8px,2vw,16px);margin-bottom:0}.MissionSection-module__qc1aIW__topImages .MissionSection-module__qc1aIW__imageBox,.MissionSection-module__qc1aIW__bottomImages .MissionSection-module__qc1aIW__imageBox{width:clamp(80px,15vw,140px);height:clamp(60px,12vw,100px)}.MissionSection-module__qc1aIW__centerContent{width:100%;max-width:100%;position:relative;top:auto;left:auto;transform:none}.MissionSection-module__qc1aIW__missionHeading{font-size:clamp(14px,3vh,20px)}.MissionSection-module__qc1aIW__description{font-size:clamp(11px,2vh,14px)}.MissionSection-module__qc1aIW__quoteButton{width:clamp(100px,15vw,130px);height:clamp(30px,6vh,40px);font-size:clamp(10px,2vh,12px)}}@media (prefers-reduced-motion:reduce){.MissionSection-module__qc1aIW__topImages .MissionSection-module__qc1aIW__imageBox:first-child,.MissionSection-module__qc1aIW__topImages .MissionSection-module__qc1aIW__imageBox:last-child,.MissionSection-module__qc1aIW__bottomImages .MissionSection-module__qc1aIW__imageBox:first-child,.MissionSection-module__qc1aIW__bottomImages .MissionSection-module__qc1aIW__imageBox:last-child,.MissionSection-module__qc1aIW__headingContainer,.MissionSection-module__qc1aIW__descriptionContainer,.MissionSection-module__qc1aIW__quoteButton{animation:none!important}.MissionSection-module__qc1aIW__imageBox:hover .MissionSection-module__qc1aIW__image,.MissionSection-module__qc1aIW__imageBox:hover,.MissionSection-module__qc1aIW__quoteButton:hover{transform:none}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.MissionSection-module__qc1aIW__image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}
.InnovationSection-module__Bs5cAq__innovationSection{background:#fff;width:100%;padding:clamp(30px,5.21vw,100px) 0;position:relative;overflow:hidden}.InnovationSection-module__Bs5cAq__container{flex-direction:column;align-items:center;max-width:1920px;margin:0 auto;padding:0 clamp(15px,7.97vw,153px);display:flex;position:relative}.InnovationSection-module__Bs5cAq__title{color:#2683c6;text-align:center;font-family:var(--font-heading);margin:0 0 clamp(6px,.57vw,11px);font-size:clamp(28px,2.5vw,48px);font-weight:700;line-height:1.2}.InnovationSection-module__Bs5cAq__subtitle{color:#00000080;text-align:center;font-family:var(--font-heading);max-width:clamp(280px,70vw,1000px);margin:0 clamp(0px,5.21vw,50px) clamp(20px,3vw,60px);font-size:clamp(15px,1.3vw,25px);font-weight:500;line-height:1.5}.InnovationSection-module__Bs5cAq__videoContainer{background:0 0;border:none;border-radius:clamp(16px,2.08vw,40px);outline:none;flex-shrink:0;width:clamp(300px,52.97vw,1017px);height:clamp(169px,29.79vw,572px);transition:all .3s;position:relative;overflow:hidden}.InnovationSection-module__Bs5cAq__video{object-fit:cover;border:none;border-radius:clamp(16px,2.08vw,40px);outline:none;width:100%;height:100%;display:block}.InnovationSection-module__Bs5cAq__playButton{cursor:pointer;z-index:10;opacity:.9;background:0 0;border:none;width:clamp(48px,3.33vw,64px);height:clamp(48px,3.33vw,64px);transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.InnovationSection-module__Bs5cAq__playButton:hover{opacity:1;transform:translate(-50%,-50%)scale(1.1)}.InnovationSection-module__Bs5cAq__playButton:active{transform:translate(-50%,-50%)scale(.95)}.InnovationSection-module__Bs5cAq__playButton svg{width:100%;height:100%}.InnovationSection-module__Bs5cAq__innovationSection .InnovationSection-module__Bs5cAq__animateUp{opacity:0;will-change:transform,opacity;transform:translateY(40px)}@keyframes InnovationSection-module__Bs5cAq__slideInUp{to{opacity:1;transform:translateY(0)}}.InnovationSection-module__Bs5cAq__innovationSection.InnovationSection-module__Bs5cAq__animate .InnovationSection-module__Bs5cAq__animateUp{animation:.8s ease-out forwards InnovationSection-module__Bs5cAq__slideInUp}.InnovationSection-module__Bs5cAq__innovationSection.InnovationSection-module__Bs5cAq__animate .InnovationSection-module__Bs5cAq__title{animation-delay:.1s}.InnovationSection-module__Bs5cAq__innovationSection.InnovationSection-module__Bs5cAq__animate .InnovationSection-module__Bs5cAq__subtitle{animation-delay:.25s}.InnovationSection-module__Bs5cAq__innovationSection.InnovationSection-module__Bs5cAq__animate .InnovationSection-module__Bs5cAq__videoContainer{animation-delay:.4s}@media (orientation:portrait){.InnovationSection-module__Bs5cAq__videoContainer{aspect-ratio:1017/572;width:clamp(280px,90vw,700px);height:auto}.InnovationSection-module__Bs5cAq__video,.InnovationSection-module__Bs5cAq__videoContainer{border-radius:clamp(12px,3vw,40px)}}@media (prefers-reduced-motion:reduce){.InnovationSection-module__Bs5cAq__innovationSection .InnovationSection-module__Bs5cAq__animateUp{opacity:1!important;animation:none!important;transform:none!important}.InnovationSection-module__Bs5cAq__playButton:hover{transform:translate(-50%,-50%)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.InnovationSection-module__Bs5cAq__video{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media print{.InnovationSection-module__Bs5cAq__innovationSection{break-inside:avoid;padding:20px 0}.InnovationSection-module__Bs5cAq__playButton{display:none}}
.AboutHero-module__bvTgga__aboutHero{width:100%;height:clamp(300px,40.94vw,786px);position:relative;overflow:hidden}.AboutHero-module__bvTgga__heroImage{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.AboutHero-module__bvTgga__image{object-fit:cover;width:100%;height:100%;display:block}.AboutHero-module__bvTgga__heroImage:after{content:"";z-index:2;background:linear-gradient(#0003 0%,#00000080 100%);position:absolute;inset:0}.AboutHero-module__bvTgga__heroContent{z-index:3;text-align:center;flex-direction:column;align-items:center;width:90%;max-width:clamp(300px,70vw,900px);display:flex;position:absolute;bottom:clamp(30px,8vw,130px);left:50%;transform:translate(-50%)}.AboutHero-module__bvTgga__title{color:#fff;text-align:center;text-transform:capitalize;white-space:nowrap;margin:0 0 clamp(10px,1.41vw,27px);font-family:Grift-Bold,sans-serif;font-size:clamp(24px,3.33vw,64px);font-weight:700;line-height:1.1}.AboutHero-module__bvTgga__subtitle{color:#fff;text-align:center;white-space:nowrap;max-width:90vw;margin:0;font-family:Grift-Bold,sans-serif;font-size:clamp(13px,1.25vw,24px);font-weight:700;line-height:1.5}@media (max-width:600px){.AboutHero-module__bvTgga__subtitle{white-space:normal;max-width:clamp(260px,85vw,480px)}}@media (prefers-reduced-motion:reduce){.AboutHero-module__bvTgga__image{transition:none!important}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.AboutHero-module__bvTgga__image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}
.ServicesSection-module__ZVNfMW__servicesSection{background:#fff;width:100%;padding:clamp(30px,5.21vw,100px) 0;position:relative;overflow:hidden}.ServicesSection-module__ZVNfMW__container{max-width:1920px;margin:0 auto;padding:0 clamp(15px,7.97vw,153px);position:relative}.ServicesSection-module__ZVNfMW__header{flex-direction:column;align-items:center;display:flex}.ServicesSection-module__ZVNfMW__title{color:#2683c6;text-align:center;font-family:var(--font-heading);margin:0 0 clamp(6px,.57vw,11px);font-size:clamp(28px,2.5vw,48px);font-weight:700;line-height:1.2}.ServicesSection-module__ZVNfMW__subtitle{color:#00000080;text-align:center;font-family:var(--font-heading);max-width:clamp(280px,70vw,1000px);margin:0 clamp(0px,5.21vw,50px) clamp(20px,3vw,60px);font-size:clamp(15px,1.3vw,25px);font-weight:500;line-height:1.5}.ServicesSection-module__ZVNfMW__servicesGrid{grid-template-columns:repeat(3,clamp(225px,22.08vw,424px));justify-content:center;gap:clamp(32px,3.13vw,60px) clamp(21px,2.08vw,40px);width:100%;display:grid}.ServicesSection-module__ZVNfMW__serviceCard{background:#fff;border-radius:clamp(11px,1.04vw,20px);flex-direction:column;width:100%;height:100%;transition:all .3s;display:flex;position:relative;overflow:visible;box-shadow:0 4px 15px #0000001a}.ServicesSection-module__ZVNfMW__serviceCard:hover{transform:translateY(-8px);box-shadow:0 8px 30px #00000026}.ServicesSection-module__ZVNfMW__cardImage{border-radius:clamp(11px,1.04vw,20px) clamp(11px,1.04vw,20px) 0 0;flex-shrink:0;width:100%;height:clamp(149px,14.64vw,281px);position:relative;overflow:hidden}.ServicesSection-module__ZVNfMW__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.ServicesSection-module__ZVNfMW__serviceCard:hover .ServicesSection-module__ZVNfMW__cardImage img{transform:scale(1.05)}.ServicesSection-module__ZVNfMW__iconCircle{z-index:10;background:#f3f3f3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:clamp(52px,5.16vw,99px);height:clamp(52px,5.16vw,99px);display:flex;position:absolute;top:clamp(123px,12.03vw,231px);left:50%;transform:translate(-50%);box-shadow:0 2px 8px #00000014}.ServicesSection-module__ZVNfMW__iconCircle img{object-fit:contain;width:50%;height:50%}.ServicesSection-module__ZVNfMW__cardContent{text-align:center;flex-direction:column;flex-grow:1;align-items:center;padding:clamp(44px,4.27vw,82px) clamp(24px,2.4vw,46px) clamp(21px,2.08vw,40px);display:flex;overflow:hidden}.ServicesSection-module__ZVNfMW__cardTitle{color:#2683c6;font-family:var(--font-heading);flex-shrink:0;margin:0 0 clamp(8px,.83vw,16px);font-size:clamp(14px,1.35vw,26px);font-weight:700;line-height:1.3}.ServicesSection-module__ZVNfMW__cardDescription{color:#0009;font-family:var(--font-heading);margin:0;font-size:clamp(11px,1.04vw,20px);font-weight:500;line-height:1.6}.ServicesSection-module__ZVNfMW__servicesSection .ServicesSection-module__ZVNfMW__animateUp{opacity:0;will-change:transform,opacity;transform:translateY(40px)}@keyframes ServicesSection-module__ZVNfMW__slideInUp{to{opacity:1;transform:translateY(0)}}.ServicesSection-module__ZVNfMW__servicesSection.ServicesSection-module__ZVNfMW__animate .ServicesSection-module__ZVNfMW__animateUp{animation:.8s ease-out forwards ServicesSection-module__ZVNfMW__slideInUp}.ServicesSection-module__ZVNfMW__servicesSection.ServicesSection-module__ZVNfMW__animate .ServicesSection-module__ZVNfMW__title{animation-delay:.1s}.ServicesSection-module__ZVNfMW__servicesSection.ServicesSection-module__ZVNfMW__animate .ServicesSection-module__ZVNfMW__subtitle,.ServicesSection-module__ZVNfMW__servicesSection.ServicesSection-module__ZVNfMW__animate .ServicesSection-module__ZVNfMW__serviceCard:first-child{animation-delay:.2s}.ServicesSection-module__ZVNfMW__servicesSection.ServicesSection-module__ZVNfMW__animate .ServicesSection-module__ZVNfMW__serviceCard:nth-child(2){animation-delay:.3s}.ServicesSection-module__ZVNfMW__servicesSection.ServicesSection-module__ZVNfMW__animate .ServicesSection-module__ZVNfMW__serviceCard:nth-child(3){animation-delay:.4s}.ServicesSection-module__ZVNfMW__servicesSection.ServicesSection-module__ZVNfMW__animate .ServicesSection-module__ZVNfMW__serviceCard:nth-child(4){animation-delay:.5s}.ServicesSection-module__ZVNfMW__servicesSection.ServicesSection-module__ZVNfMW__animate .ServicesSection-module__ZVNfMW__serviceCard:nth-child(5){animation-delay:.6s}.ServicesSection-module__ZVNfMW__servicesSection.ServicesSection-module__ZVNfMW__animate .ServicesSection-module__ZVNfMW__serviceCard:nth-child(6){animation-delay:.7s}@media (orientation:portrait){.ServicesSection-module__ZVNfMW__container{padding:0 clamp(20px,5vw,153px)}.ServicesSection-module__ZVNfMW__servicesGrid{grid-template-columns:repeat(2,1fr);gap:clamp(24px,4vw,40px);max-width:clamp(400px,90vw,800px);margin:0 auto}.ServicesSection-module__ZVNfMW__cardImage{border-radius:clamp(11px,2vw,20px) clamp(11px,2vw,20px) 0 0;height:clamp(130px,25vw,220px)}.ServicesSection-module__ZVNfMW__iconCircle{width:clamp(50px,10vw,75px);height:clamp(50px,10vw,75px);top:calc(clamp(130px,25vw,220px) - clamp(25px,5vw,37px))}.ServicesSection-module__ZVNfMW__cardContent{padding:clamp(36px,8vw,55px) clamp(16px,3vw,36px) clamp(20px,4vw,36px)}.ServicesSection-module__ZVNfMW__cardTitle{font-size:clamp(16px,3vw,22px)}.ServicesSection-module__ZVNfMW__cardDescription{font-size:clamp(13px,2.5vw,17px)}}@media (orientation:portrait) and (max-width:500px){.ServicesSection-module__ZVNfMW__servicesGrid{grid-template-columns:1fr;max-width:clamp(280px,85vw,440px)}.ServicesSection-module__ZVNfMW__cardImage{height:clamp(160px,42vw,220px)}.ServicesSection-module__ZVNfMW__iconCircle{width:clamp(52px,11vw,70px);height:clamp(52px,11vw,70px);top:calc(clamp(160px,42vw,220px) - clamp(26px,5.5vw,35px))}.ServicesSection-module__ZVNfMW__cardTitle{font-size:clamp(18px,4.5vw,22px)}.ServicesSection-module__ZVNfMW__cardDescription{font-size:clamp(14px,3.5vw,17px)}}@media (orientation:landscape) and (max-height:500px){.ServicesSection-module__ZVNfMW__container{padding:0 clamp(20px,4vw,80px)}.ServicesSection-module__ZVNfMW__servicesGrid{grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,30px)}.ServicesSection-module__ZVNfMW__cardImage{height:clamp(100px,18vh,160px)}.ServicesSection-module__ZVNfMW__iconCircle{width:clamp(40px,8vh,60px);height:clamp(40px,8vh,60px);top:calc(clamp(100px,18vh,160px) - clamp(20px,4vh,30px))}.ServicesSection-module__ZVNfMW__cardContent{padding:clamp(28px,6vh,45px) clamp(12px,2vw,24px) clamp(16px,3vh,24px)}.ServicesSection-module__ZVNfMW__cardTitle{font-size:clamp(12px,2.5vh,18px)}.ServicesSection-module__ZVNfMW__cardDescription{font-size:clamp(10px,2vh,14px)}}@media (prefers-reduced-motion:reduce){.ServicesSection-module__ZVNfMW__servicesSection .ServicesSection-module__ZVNfMW__animateUp{opacity:1!important;animation:none!important;transform:none!important}.ServicesSection-module__ZVNfMW__serviceCard,.ServicesSection-module__ZVNfMW__cardImage img{transition:none!important}.ServicesSection-module__ZVNfMW__serviceCard:hover,.ServicesSection-module__ZVNfMW__serviceCard:hover .ServicesSection-module__ZVNfMW__cardImage img{transform:none}}.ServicesSection-module__ZVNfMW__serviceCard:focus-within{outline-offset:4px;outline:2px solid #2683c6}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.ServicesSection-module__ZVNfMW__cardImage img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media print{.ServicesSection-module__ZVNfMW__servicesSection{padding:20px 0}.ServicesSection-module__ZVNfMW__servicesGrid{grid-template-columns:repeat(2,1fr);gap:15px}.ServicesSection-module__ZVNfMW__serviceCard{box-shadow:none;break-inside:avoid;border:1px solid #ddd}.ServicesSection-module__ZVNfMW__serviceCard:hover{transform:none}}
.OurJourney-module__86WoaW__ourJourneySection{background:var(--color-white);width:100%;padding:clamp(40px,8.33vw,160px) 0 clamp(30px,2.6vw,50px);position:relative}.OurJourney-module__86WoaW__container{align-items:flex-start;gap:clamp(30px,4.48vw,86px);max-width:clamp(900px,83.7vw,1607px);margin:0 auto;padding:0 clamp(20px,2.08vw,40px);display:flex}.OurJourney-module__86WoaW__contentColumn{flex-direction:column;flex:clamp(300px,38.49vw,739px);justify-content:center;gap:clamp(10px,1.25vw,24px);max-width:clamp(300px,38.49vw,739px);height:clamp(190px,22.14vw,425px);padding:clamp(10px,1vw,20px) 0;display:flex}.OurJourney-module__86WoaW__title{color:var(--color-primary);font-family:var(--font-heading);text-align:left;flex-shrink:0;margin:0;font-size:clamp(32px,2.5vw,48px);font-weight:700;line-height:1.2}.OurJourney-module__86WoaW__description{color:#00000080;font-family:var(--font-heading);text-align:left;word-wrap:break-word;overflow-wrap:break-word;margin:0;font-size:clamp(11px,1.15vw,22px);font-weight:500;line-height:1.5;display:block;overflow:visible}.OurJourney-module__86WoaW__imageColumn{border-radius:clamp(12px,1.04vw,20px);flex:1 0 clamp(350px,40.73vw,782px);max-width:clamp(350px,40.73vw,782px);height:clamp(190px,22.14vw,425px);position:relative;overflow:hidden}.OurJourney-module__86WoaW__image{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.OurJourney-module__86WoaW__imageColumn:hover .OurJourney-module__86WoaW__image{transform:scale(1.05)}.OurJourney-module__86WoaW__animateUp{opacity:0;will-change:transform,opacity;transform:translateY(40px)}@keyframes OurJourney-module__86WoaW__slideInUp{to{opacity:1;transform:translateY(0)}}.OurJourney-module__86WoaW__animate .OurJourney-module__86WoaW__animateUp{animation:.8s ease-out forwards OurJourney-module__86WoaW__slideInUp}.OurJourney-module__86WoaW__animate .OurJourney-module__86WoaW__title{animation-delay:.1s}.OurJourney-module__86WoaW__animate .OurJourney-module__86WoaW__description{animation-delay:.2s}.OurJourney-module__86WoaW__animate .OurJourney-module__86WoaW__imageColumn{animation-delay:.3s}@media (max-width:768px){.OurJourney-module__86WoaW__ourJourneySection{padding:clamp(40px,10vw,80px) 0 clamp(30px,8vw,60px)}.OurJourney-module__86WoaW__container{flex-direction:column;align-items:center;gap:clamp(24px,7vw,50px);padding:0 clamp(16px,4vw,24px)}.OurJourney-module__86WoaW__contentColumn{flex:auto;justify-content:flex-start;gap:clamp(14px,4vw,24px);width:100%;max-width:100%;height:auto;padding:0}.OurJourney-module__86WoaW__title{font-size:clamp(26px,6vw,36px)}.OurJourney-module__86WoaW__description{font-size:clamp(15px,3.8vw,18px)}.OurJourney-module__86WoaW__imageColumn{aspect-ratio:782/425;border-radius:clamp(10px,3vw,20px);flex:auto;width:100%;max-width:100%;height:auto}}@media (max-width:480px){.OurJourney-module__86WoaW__ourJourneySection{padding:clamp(30px,8vw,50px) 0 clamp(25px,7vw,45px)}.OurJourney-module__86WoaW__container{gap:clamp(20px,6vw,35px);padding:0 clamp(12px,3vw,16px)}.OurJourney-module__86WoaW__title{font-size:clamp(24px,5.5vw,28px)}.OurJourney-module__86WoaW__description{font-size:clamp(15px,3.5vw,16px)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.OurJourney-module__86WoaW__image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion:reduce){.OurJourney-module__86WoaW__animateUp{opacity:1!important;animation:none!important;transform:none!important}.OurJourney-module__86WoaW__image{transition:none!important}.OurJourney-module__86WoaW__imageColumn:hover .OurJourney-module__86WoaW__image{transform:none!important}}
.StatsSection-module__XcOJDa__statsSection{background:#fff;width:100%;margin:clamp(25px,5.21vw,100px) 0;padding:0;position:relative;overflow:hidden}.StatsSection-module__XcOJDa__container{max-width:1920px;margin:0 auto;padding:0 clamp(12px,6.35vw,122px);position:relative}.StatsSection-module__XcOJDa__topLine,.StatsSection-module__XcOJDa__bottomLine{background:#00000040;width:100%;max-width:clamp(280px,87.29vw,1676px);height:1px;margin:0 auto}.StatsSection-module__XcOJDa__statsGrid{grid-template-columns:repeat(4,1fr);gap:0;max-width:clamp(280px,87.29vw,1676px);margin:0 auto;padding:clamp(25px,3.23vw,62px) 0 clamp(30px,3.8vw,73px);display:grid}.StatsSection-module__XcOJDa__statItem{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;padding:0 clamp(10px,1.04vw,20px);transition:transform .3s;display:flex}.StatsSection-module__XcOJDa__statItem:hover{transform:translateY(-4px)}.StatsSection-module__XcOJDa__iconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:clamp(45px,4.01vw,77px);height:clamp(45px,4.01vw,77px);margin-bottom:clamp(12px,1.77vw,34px);display:flex}.StatsSection-module__XcOJDa__icon{object-fit:contain;width:100%;height:100%;transition:transform .3s}.StatsSection-module__XcOJDa__statItem:hover .StatsSection-module__XcOJDa__icon{transform:scale(1.1)rotate(5deg)}.StatsSection-module__XcOJDa__label{color:#000000bf;text-align:center;font-family:var(--font-heading);letter-spacing:.5px;white-space:nowrap;margin-bottom:clamp(8px,.83vw,16px);font-size:clamp(11px,1.04vw,20px);font-weight:600;line-height:1.2}.StatsSection-module__XcOJDa__value{color:#000000e6;text-align:center;font-family:var(--font-heading);white-space:nowrap;font-size:clamp(24px,2.5vw,48px);font-weight:700;line-height:1}.StatsSection-module__XcOJDa__statsSection .StatsSection-module__XcOJDa__animateUp{opacity:0;will-change:transform,opacity;transform:translateY(30px)}@keyframes StatsSection-module__XcOJDa__slideInUp{to{opacity:1;transform:translateY(0)}}.StatsSection-module__XcOJDa__statsSection.StatsSection-module__XcOJDa__animate .StatsSection-module__XcOJDa__animateUp{animation:.8s ease-out forwards StatsSection-module__XcOJDa__slideInUp}.StatsSection-module__XcOJDa__statsSection.StatsSection-module__XcOJDa__animate .StatsSection-module__XcOJDa__statItem:first-child{animation-delay:.1s}.StatsSection-module__XcOJDa__statsSection.StatsSection-module__XcOJDa__animate .StatsSection-module__XcOJDa__statItem:nth-child(2){animation-delay:.2s}.StatsSection-module__XcOJDa__statsSection.StatsSection-module__XcOJDa__animate .StatsSection-module__XcOJDa__statItem:nth-child(3){animation-delay:.3s}.StatsSection-module__XcOJDa__statsSection.StatsSection-module__XcOJDa__animate .StatsSection-module__XcOJDa__statItem:nth-child(4){animation-delay:.4s}@media (orientation:portrait){.StatsSection-module__XcOJDa__container{padding:0 clamp(20px,6vw,122px)}.StatsSection-module__XcOJDa__statsGrid{grid-template-columns:repeat(2,1fr);gap:clamp(30px,6vw,50px) clamp(20px,4vw,40px);max-width:clamp(280px,90vw,600px);padding:clamp(30px,6vw,62px) clamp(10px,3vw,30px)}.StatsSection-module__XcOJDa__statItem{border-radius:clamp(8px,2vw,16px);padding:clamp(10px,3vw,20px)}.StatsSection-module__XcOJDa__statItem:hover{background-color:#2683c60d}.StatsSection-module__XcOJDa__iconWrapper{width:clamp(48px,11vw,70px);height:clamp(48px,11vw,70px);margin-bottom:clamp(14px,3vw,22px)}.StatsSection-module__XcOJDa__label{white-space:normal;justify-content:center;align-items:center;min-height:clamp(28px,6vw,44px);margin-bottom:clamp(8px,2vw,14px);font-size:clamp(12px,2.8vw,18px);display:flex}.StatsSection-module__XcOJDa__value{font-size:clamp(28px,6vw,44px)}}@media (orientation:landscape) and (max-height:500px){.StatsSection-module__XcOJDa__container{padding:0 clamp(20px,4vw,80px)}.StatsSection-module__XcOJDa__statsGrid{grid-template-columns:repeat(4,1fr);gap:0;padding:clamp(16px,3vh,30px) 0}.StatsSection-module__XcOJDa__iconWrapper{width:clamp(36px,6vh,55px);height:clamp(36px,6vh,55px);margin-bottom:clamp(8px,2vh,16px)}.StatsSection-module__XcOJDa__label{margin-bottom:clamp(4px,1vh,8px);font-size:clamp(9px,2vh,14px)}.StatsSection-module__XcOJDa__value{font-size:clamp(20px,4vh,36px)}}@media (prefers-reduced-motion:reduce){.StatsSection-module__XcOJDa__statsSection .StatsSection-module__XcOJDa__animateUp{opacity:1!important;animation:none!important;transform:none!important}.StatsSection-module__XcOJDa__icon,.StatsSection-module__XcOJDa__statItem{transition:none!important}.StatsSection-module__XcOJDa__statItem:hover,.StatsSection-module__XcOJDa__statItem:hover .StatsSection-module__XcOJDa__icon{transform:none}}.StatsSection-module__XcOJDa__statItem:focus-within{outline-offset:4px;border-radius:8px;outline:2px solid #2683c6}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.StatsSection-module__XcOJDa__icon{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media print{.StatsSection-module__XcOJDa__statsSection{break-inside:avoid;margin:15px 0}.StatsSection-module__XcOJDa__statsGrid{break-inside:avoid;padding:20px 0}.StatsSection-module__XcOJDa__statItem:hover{background:0 0;transform:none}}
.OurValues-module__Ioivkq__ourValuesSection{background:#fff;width:100%;padding:clamp(30px,5.21vw,100px) 0;position:relative;overflow:hidden}.OurValues-module__Ioivkq__container{flex-direction:column;align-items:center;max-width:1920px;margin:0 auto;padding:0 clamp(15px,7.97vw,153px);display:flex}.OurValues-module__Ioivkq__title{color:#2683c6;text-align:center;margin:0 0 clamp(32px,5.78vw,111px);font-family:Grift-Bold,sans-serif;font-size:clamp(28px,2.5vw,48px);font-weight:700;line-height:1.2}.OurValues-module__Ioivkq__valuesGrid{grid-template-columns:repeat(4,clamp(160px,15.63vw,300px));justify-content:center;gap:clamp(16px,1.82vw,35px);width:100%;display:grid}.OurValues-module__Ioivkq__valueCard{background:#fff;border:1px solid #0003;border-radius:clamp(10px,1.04vw,20px);flex-direction:column;height:clamp(160px,15.63vw,300px);padding:clamp(16px,1.875vw,36px) clamp(10px,1.15vw,22px) clamp(10px,1.15vw,22px);transition:all .3s;display:flex;overflow:hidden}.OurValues-module__Ioivkq__valueCard:hover{border-color:#2683c6;transform:translateY(-5px);box-shadow:0 8px 25px #2683c640}.OurValues-module__Ioivkq__iconWrapper{flex-shrink:0;width:clamp(30px,3.54vw,68px);height:clamp(30px,3.54vw,68px);margin-bottom:clamp(8px,.83vw,16px)}.OurValues-module__Ioivkq__icon{object-fit:contain;width:100%;height:100%;transition:transform .3s}.OurValues-module__Ioivkq__valueCard:hover .OurValues-module__Ioivkq__icon{transform:scale(1.1)rotate(5deg)}.OurValues-module__Ioivkq__cardTitle{color:#2683c6;flex-shrink:0;margin:0 0 clamp(6px,.62vw,12px);font-family:Grift-Bold,sans-serif;font-size:clamp(11px,1.25vw,24px);font-weight:700;line-height:1.3}.OurValues-module__Ioivkq__cardDescription{color:#00000080;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;font-family:Grift-Medium,sans-serif;font-size:clamp(9px,.83vw,16px);font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.OurValues-module__Ioivkq__ourValuesSection .OurValues-module__Ioivkq__animateUp{opacity:0;will-change:transform,opacity;transform:translateY(40px)}@keyframes OurValues-module__Ioivkq__slideInUp{to{opacity:1;transform:translateY(0)}}.OurValues-module__Ioivkq__ourValuesSection.OurValues-module__Ioivkq__animate .OurValues-module__Ioivkq__animateUp{animation:.8s ease-out forwards OurValues-module__Ioivkq__slideInUp}.OurValues-module__Ioivkq__ourValuesSection.OurValues-module__Ioivkq__animate .OurValues-module__Ioivkq__title{animation-delay:.1s}@media (orientation:portrait){.OurValues-module__Ioivkq__container{padding:0 clamp(16px,5vw,40px)}.OurValues-module__Ioivkq__valuesGrid{grid-template-columns:repeat(2,1fr);gap:clamp(12px,3vw,20px);max-width:clamp(300px,90vw,700px);margin:0 auto}.OurValues-module__Ioivkq__valueCard{border-radius:clamp(12px,3vw,20px);height:clamp(180px,38vw,300px);padding:clamp(16px,4vw,28px) clamp(14px,3vw,22px) clamp(14px,3vw,22px)}.OurValues-module__Ioivkq__iconWrapper{width:clamp(36px,8vw,60px);height:clamp(36px,8vw,60px);margin-bottom:clamp(8px,2vw,14px)}.OurValues-module__Ioivkq__cardTitle{margin-bottom:clamp(6px,1.5vw,10px);font-size:clamp(14px,3.5vw,22px)}.OurValues-module__Ioivkq__cardDescription{font-size:clamp(12px,2.5vw,16px)}.OurValues-module__Ioivkq__valueCard:hover,.OurValues-module__Ioivkq__valueCard:hover .OurValues-module__Ioivkq__icon{transform:none}}@media (orientation:portrait) and (max-width:500px){.OurValues-module__Ioivkq__valuesGrid{grid-template-columns:1fr;max-width:clamp(280px,88vw,440px);margin:0 auto}.OurValues-module__Ioivkq__valueCard{gap:clamp(8px,2vw,12px);height:auto;padding:clamp(18px,5vw,28px);overflow:visible}.OurValues-module__Ioivkq__iconWrapper{width:clamp(44px,11vw,60px);height:clamp(44px,11vw,60px);margin-bottom:0}.OurValues-module__Ioivkq__cardTitle{margin-bottom:0;font-size:clamp(16px,4.5vw,20px)}.OurValues-module__Ioivkq__cardDescription{-webkit-line-clamp:unset;flex:none;font-size:clamp(13px,3.5vw,15px);display:block;overflow:visible}}@media (orientation:landscape) and (max-height:500px){.OurValues-module__Ioivkq__container{padding:0 clamp(16px,3vw,50px)}.OurValues-module__Ioivkq__valuesGrid{grid-template-columns:repeat(4,1fr);gap:clamp(8px,1.5vw,16px)}.OurValues-module__Ioivkq__valueCard{height:clamp(110px,22vh,160px);padding:clamp(10px,2vh,16px) clamp(8px,1.5vw,14px)}.OurValues-module__Ioivkq__iconWrapper{width:clamp(22px,4.5vh,38px);height:clamp(22px,4.5vh,38px);margin-bottom:clamp(4px,1vh,8px)}.OurValues-module__Ioivkq__cardTitle{margin-bottom:clamp(3px,.8vh,6px);font-size:clamp(9px,1.8vh,13px)}.OurValues-module__Ioivkq__cardDescription{-webkit-line-clamp:2;font-size:clamp(7px,1.4vh,10px)}}@media (prefers-reduced-motion:reduce){.OurValues-module__Ioivkq__ourValuesSection .OurValues-module__Ioivkq__animateUp{opacity:1!important;animation:none!important;transform:none!important}.OurValues-module__Ioivkq__valueCard,.OurValues-module__Ioivkq__icon{transition:none!important}.OurValues-module__Ioivkq__valueCard:hover,.OurValues-module__Ioivkq__valueCard:hover .OurValues-module__Ioivkq__icon{transform:none}}@media (hover:none) and (pointer:coarse){.OurValues-module__Ioivkq__valueCard:hover,.OurValues-module__Ioivkq__valueCard:hover .OurValues-module__Ioivkq__icon{transform:none}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.OurValues-module__Ioivkq__icon{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}
.ScrollingBanner-module__1usQhW__scrollingBanner{background:#fff;width:100%;padding:clamp(20px,4.17vw,80px) 0;position:relative;overflow:hidden}.ScrollingBanner-module__1usQhW__container{flex-direction:column;gap:clamp(10px,.73vw,14px);width:100%;display:flex}.ScrollingBanner-module__1usQhW__marqueeWrapper{width:100%;position:relative;overflow:hidden}.ScrollingBanner-module__1usQhW__marquee{white-space:nowrap;width:100%;position:relative;overflow:hidden}.ScrollingBanner-module__1usQhW__marqueeContent{gap:clamp(30px,5vw,96px);animation-timing-function:linear;animation-iteration-count:infinite;display:inline-flex}.ScrollingBanner-module__1usQhW__scrollLeft .ScrollingBanner-module__1usQhW__marqueeContent{animation:40s linear infinite ScrollingBanner-module__1usQhW__scrollLeft}@keyframes ScrollingBanner-module__1usQhW__scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.ScrollingBanner-module__1usQhW__scrollRight .ScrollingBanner-module__1usQhW__marqueeContent{animation:40s linear infinite ScrollingBanner-module__1usQhW__scrollRight}@keyframes ScrollingBanner-module__1usQhW__scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.ScrollingBanner-module__1usQhW__marquee:hover .ScrollingBanner-module__1usQhW__marqueeContent{animation-play-state:paused}.ScrollingBanner-module__1usQhW__filledText{color:#2683c6;text-align:left;text-transform:uppercase;font-family:Grift-SemiBold,sans-serif;font-size:clamp(24px,2.08vw,40px);font-weight:600;line-height:1;display:inline-block}.ScrollingBanner-module__1usQhW__strokeText{color:#0000;text-align:left;text-transform:uppercase;-webkit-text-stroke:1px #000;text-stroke:7px #000;font-family:Grift-SemiBold,sans-serif;font-size:clamp(24px,2.08vw,40px);font-weight:600;line-height:1;display:inline-block}@media (orientation:portrait){.ScrollingBanner-module__1usQhW__scrollLeft .ScrollingBanner-module__1usQhW__marqueeContent,.ScrollingBanner-module__1usQhW__scrollRight .ScrollingBanner-module__1usQhW__marqueeContent{animation-duration:28s}}@media (orientation:landscape) and (max-height:500px){.ScrollingBanner-module__1usQhW__scrollingBanner{padding:clamp(12px,3vh,24px) 0}.ScrollingBanner-module__1usQhW__scrollLeft .ScrollingBanner-module__1usQhW__marqueeContent,.ScrollingBanner-module__1usQhW__scrollRight .ScrollingBanner-module__1usQhW__marqueeContent{animation-duration:25s}}@media (prefers-reduced-motion:reduce){.ScrollingBanner-module__1usQhW__scrollLeft .ScrollingBanner-module__1usQhW__marqueeContent,.ScrollingBanner-module__1usQhW__scrollRight .ScrollingBanner-module__1usQhW__marqueeContent{animation:none!important}}
.LeadershipTeam-module__RD4GaG__leadershipSection{background:#fff;width:100%;padding:clamp(30px,5.2vw,100px) 0;position:relative}.LeadershipTeam-module__RD4GaG__container{flex-direction:column;align-items:center;max-width:1920px;margin:0 auto;padding:0 clamp(15px,7.97vw,153px);display:flex;position:relative}.LeadershipTeam-module__RD4GaG__title{color:#2683c6;text-align:center;margin:0 0 clamp(28px,6.2vw,119px);font-family:Grift-Bold,sans-serif;font-size:clamp(28px,2.5vw,48px);font-weight:700;line-height:1.2}.LeadershipTeam-module__RD4GaG__leadershipGrid{grid-template-columns:repeat(4,minmax(0,322px));justify-content:center;gap:clamp(16px,1.6vw,30px);width:100%;display:grid}.LeadershipTeam-module__RD4GaG__leaderCard{aspect-ratio:322/447;width:100%;max-width:322px;margin:0 auto;position:relative}.LeadershipTeam-module__RD4GaG__cardContainer{background:#fff;border-radius:clamp(13px,1.04vw,20px);flex-direction:column;width:100%;height:100%;transition:transform .4s,box-shadow .4s;display:flex;overflow:hidden;box-shadow:0 0 9.7px #0000001c}.LeadershipTeam-module__RD4GaG__cardContainer:hover{transform:translateY(-8px);box-shadow:0 8px 24px #2683c626}.LeadershipTeam-module__RD4GaG__imageWrapper{flex:0 0 80.3%;width:100%;position:relative;overflow:hidden}.LeadershipTeam-module__RD4GaG__leaderImage{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block;scale:1.05}.LeadershipTeam-module__RD4GaG__cardContainer:hover .LeadershipTeam-module__RD4GaG__leaderImage{transform:scale(1.07)}.LeadershipTeam-module__RD4GaG__linkedinOverlay{opacity:0;cursor:pointer;background:#2683c6d9;justify-content:center;align-items:center;width:100%;height:100%;text-decoration:none;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.LeadershipTeam-module__RD4GaG__cardContainer:hover .LeadershipTeam-module__RD4GaG__linkedinOverlay{opacity:1}.LeadershipTeam-module__RD4GaG__linkedinOverlay svg{width:clamp(20px,1.7vw,32px);height:clamp(20px,1.7vw,32px);transition:transform .3s}.LeadershipTeam-module__RD4GaG__linkedinOverlay:hover svg{transform:scale(1.15)}.LeadershipTeam-module__RD4GaG__infoSection{background:#fff;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;width:100%;padding:clamp(10px,.68vw,13px) clamp(14px,1.2vw,23px) clamp(12px,.99vw,19px);display:flex}.LeadershipTeam-module__RD4GaG__leaderName{color:#000c;text-align:center;white-space:nowrap;margin:0 0 clamp(3px,.26vw,5px);font-family:Grift-SemiBold,sans-serif;font-size:clamp(13px,1.04vw,20px);font-weight:600;line-height:1.3}.LeadershipTeam-module__RD4GaG__leaderRole{color:#0006;text-align:center;white-space:nowrap;margin:0;font-family:Grift-Medium,sans-serif;font-size:clamp(11px,.83vw,16px);font-weight:500;line-height:1.4}.LeadershipTeam-module__RD4GaG__leadershipSection .LeadershipTeam-module__RD4GaG__animateUp{opacity:0;will-change:transform,opacity;transform:translateY(40px)}@keyframes LeadershipTeam-module__RD4GaG__slideInUp{to{opacity:1;transform:translateY(0)}}.LeadershipTeam-module__RD4GaG__leadershipSection.LeadershipTeam-module__RD4GaG__animate .LeadershipTeam-module__RD4GaG__animateUp{animation:.8s ease-out forwards LeadershipTeam-module__RD4GaG__slideInUp}.LeadershipTeam-module__RD4GaG__leadershipSection.LeadershipTeam-module__RD4GaG__animate .LeadershipTeam-module__RD4GaG__title{animation-delay:.1s}@media (max-width:1024px){.LeadershipTeam-module__RD4GaG__leadershipGrid{grid-template-columns:repeat(2,minmax(0,340px));max-width:740px}.LeadershipTeam-module__RD4GaG__leaderCard{aspect-ratio:322/460;max-width:340px}.LeadershipTeam-module__RD4GaG__cardContainer:hover{transform:none;box-shadow:0 0 9.7px #0000001c}.LeadershipTeam-module__RD4GaG__cardContainer:hover .LeadershipTeam-module__RD4GaG__leaderImage{transform:none}.LeadershipTeam-module__RD4GaG__cardContainer:hover .LeadershipTeam-module__RD4GaG__linkedinOverlay{opacity:0}}@media (max-width:600px){.LeadershipTeam-module__RD4GaG__leadershipGrid{grid-template-columns:1fr;max-width:450px}.LeadershipTeam-module__RD4GaG__leaderCard{aspect-ratio:322/420;max-width:450px}.LeadershipTeam-module__RD4GaG__leaderName{white-space:normal}.LeadershipTeam-module__RD4GaG__leaderRole{white-space:normal;color:#00000080}.LeadershipTeam-module__RD4GaG__cardContainer:hover{transform:none;box-shadow:0 0 9.7px #0000001c}.LeadershipTeam-module__RD4GaG__cardContainer:hover .LeadershipTeam-module__RD4GaG__leaderImage{transform:none}.LeadershipTeam-module__RD4GaG__linkedinOverlay{opacity:0}.LeadershipTeam-module__RD4GaG__cardContainer:active .LeadershipTeam-module__RD4GaG__linkedinOverlay{opacity:1}}@media (prefers-reduced-motion:reduce){.LeadershipTeam-module__RD4GaG__leadershipSection .LeadershipTeam-module__RD4GaG__animateUp{opacity:1!important;animation:none!important;transform:none!important}.LeadershipTeam-module__RD4GaG__cardContainer,.LeadershipTeam-module__RD4GaG__leaderImage,.LeadershipTeam-module__RD4GaG__linkedinOverlay{transition:none!important}}@media (hover:none) and (pointer:coarse){.LeadershipTeam-module__RD4GaG__cardContainer:hover,.LeadershipTeam-module__RD4GaG__cardContainer:hover .LeadershipTeam-module__RD4GaG__leaderImage{transform:none}.LeadershipTeam-module__RD4GaG__cardContainer:hover .LeadershipTeam-module__RD4GaG__linkedinOverlay{opacity:0}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.LeadershipTeam-module__RD4GaG__leaderImage{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}
.ProjectsHero-module__AJsKIa__projectsHero{width:100%;height:clamp(300px,40.94vw,786px);position:relative;overflow:hidden}.ProjectsHero-module__AJsKIa__heroImage{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.ProjectsHero-module__AJsKIa__image{object-fit:cover;width:100%;height:100%;display:block}.ProjectsHero-module__AJsKIa__heroImage:after{content:"";z-index:2;background:linear-gradient(#0003 0%,#00000080 100%);position:absolute;inset:0}.ProjectsHero-module__AJsKIa__heroContent{z-index:3;text-align:center;flex-direction:column;align-items:center;width:90%;max-width:clamp(300px,70vw,900px);display:flex;position:absolute;bottom:clamp(30px,8vw,130px);left:50%;transform:translate(-50%)}.ProjectsHero-module__AJsKIa__title{color:#fff;text-align:center;text-transform:capitalize;white-space:nowrap;margin:0 0 clamp(10px,1.41vw,27px);font-family:Grift-Bold,sans-serif;font-size:clamp(24px,3.33vw,64px);font-weight:700;line-height:1.1}.ProjectsHero-module__AJsKIa__subtitle{color:#fff;text-align:center;white-space:nowrap;max-width:90vw;margin:0;font-family:Grift-Bold,sans-serif;font-size:clamp(13px,1.25vw,24px);font-weight:700;line-height:1.5}@media (max-width:600px){.ProjectsHero-module__AJsKIa__subtitle{white-space:normal;max-width:clamp(260px,85vw,480px)}}@media (prefers-reduced-motion:reduce){.ProjectsHero-module__AJsKIa__image{transition:none!important}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.ProjectsHero-module__AJsKIa__image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}
.ServicesHero-module__Zd8dbW__servicesHero{width:100%;height:clamp(300px,40.94vw,786px);position:relative;overflow:hidden}.ServicesHero-module__Zd8dbW__heroImage{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.ServicesHero-module__Zd8dbW__image{object-fit:cover;width:100%;height:100%;display:block}.ServicesHero-module__Zd8dbW__heroImage:after{content:"";z-index:2;background:linear-gradient(#0003 0%,#00000080 100%);position:absolute;inset:0}.ServicesHero-module__Zd8dbW__heroContent{z-index:3;text-align:center;flex-direction:column;align-items:center;width:90%;max-width:clamp(300px,70vw,900px);display:flex;position:absolute;bottom:clamp(30px,8vw,130px);left:50%;transform:translate(-50%)}.ServicesHero-module__Zd8dbW__title{color:#fff;text-align:center;text-transform:capitalize;white-space:nowrap;margin:0 0 clamp(10px,1.41vw,27px);font-family:Grift-Bold,sans-serif;font-size:clamp(24px,3.33vw,64px);font-weight:700;line-height:1.1}.ServicesHero-module__Zd8dbW__subtitle{color:#fff;text-align:center;white-space:nowrap;max-width:90vw;margin:0;font-family:Grift-Bold,sans-serif;font-size:clamp(13px,1.25vw,24px);font-weight:700;line-height:1.5}@media (max-width:600px){.ServicesHero-module__Zd8dbW__subtitle{white-space:normal;max-width:clamp(260px,85vw,480px)}}@media (prefers-reduced-motion:reduce){.ServicesHero-module__Zd8dbW__image{transition:none!important}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.ServicesHero-module__Zd8dbW__image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}
.RecentProjectSection-module___Tho6W__recentProjectSection{background:#fff;width:100%;padding:clamp(30px,5.21vw,100px) 0;position:relative}.RecentProjectSection-module___Tho6W__container{max-width:1920px;margin:0 auto;padding:0 clamp(15px,7.97vw,153px);position:relative}.RecentProjectSection-module___Tho6W__header{flex-direction:column;align-items:center;margin:0;display:flex}.RecentProjectSection-module___Tho6W__title{color:#2683c6;text-align:center;margin:0 0 clamp(6px,.57vw,11px);font-family:Grift-Bold,sans-serif;font-size:clamp(28px,2.5vw,48px);font-weight:700;line-height:1.2}.RecentProjectSection-module___Tho6W__subtitle{color:#00000080;text-align:center;max-width:clamp(280px,70vw,1000px);margin:0 clamp(0px,5.21vw,50px) clamp(20px,3vw,60px);font-family:Grift-Medium,sans-serif;font-size:clamp(15px,1.3vw,25px);font-weight:500;line-height:1.5}.RecentProjectSection-module___Tho6W__projectCard{background:#fff;border-radius:clamp(10px,1.04vw,20px);width:100%;max-width:clamp(300px,70.47vw,1353px);margin:0 auto;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden;box-shadow:0 0 9.7px #0000001c}.RecentProjectSection-module___Tho6W__projectCard:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.RecentProjectSection-module___Tho6W__imageSection{aspect-ratio:676.5/567;flex-shrink:0;width:50%;position:relative;overflow:hidden}.RecentProjectSection-module___Tho6W__projectImage{object-fit:cover;width:100%;height:100%;transition:transform .4s}.RecentProjectSection-module___Tho6W__projectCard:hover .RecentProjectSection-module___Tho6W__projectImage{transform:scale(1.05)}.RecentProjectSection-module___Tho6W__infoSection{flex-direction:column;flex:1;min-height:0;padding:clamp(20px,3.75vw,72px) clamp(16px,2.68vw,51.5px);display:flex}.RecentProjectSection-module___Tho6W__infoItem{flex-direction:column;flex-shrink:0;margin-bottom:clamp(12px,1.51vw,29px);display:flex}.RecentProjectSection-module___Tho6W__infoItem:last-of-type{margin-bottom:clamp(16px,2.03vw,39px)}.RecentProjectSection-module___Tho6W__label{color:#00000080;margin-bottom:clamp(4px,.36vw,7px);font-family:Grift-Medium,sans-serif;font-size:clamp(11px,1.04vw,20px);font-weight:500;line-height:1.2}.RecentProjectSection-module___Tho6W__value{max-width:100%;line-height:1.3}.RecentProjectSection-module___Tho6W__infoItem:first-child .RecentProjectSection-module___Tho6W__value{color:#000;font-family:Grift-Bold,sans-serif;font-size:clamp(14px,1.35vw,26px);font-weight:700}.RecentProjectSection-module___Tho6W__infoItem:nth-child(2) .RecentProjectSection-module___Tho6W__value,.RecentProjectSection-module___Tho6W__infoItem:nth-child(3) .RecentProjectSection-module___Tho6W__value{color:#000;font-family:Grift-Medium,sans-serif;font-size:clamp(11px,1.04vw,20px);font-weight:500}.RecentProjectSection-module___Tho6W__description{color:#00000080;word-wrap:break-word;overflow-wrap:break-word;-webkit-line-clamp:4;-webkit-box-orient:vertical;flex-shrink:1;max-width:100%;margin:0 0 clamp(16px,1.67vw,32px);font-family:Grift-Medium,sans-serif;font-size:clamp(11px,1.15vw,22px);font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.RecentProjectSection-module___Tho6W__ctaWrapper{flex-shrink:0;justify-content:flex-start;margin-top:auto;display:flex}.RecentProjectSection-module___Tho6W__ctaButton{color:#fff;cursor:pointer;background:#2683c6;border:none;border-radius:clamp(20px,2.03vw,39px);flex-shrink:0;justify-content:center;align-items:center;gap:clamp(4px,.42vw,8px);width:clamp(130px,10.26vw,197px);height:clamp(34px,2.29vw,44px);font-family:Grift-Medium,sans-serif;font-size:clamp(12px,.94vw,18px);font-weight:500;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 12px #2683c64d}.RecentProjectSection-module___Tho6W__ctaButton:hover{color:#fff;background:#1a6ba3;transform:translateY(-2px);box-shadow:0 6px 16px #2683c666}.RecentProjectSection-module___Tho6W__ctaButton:active{transform:translateY(0)}.RecentProjectSection-module___Tho6W__arrowIcon{flex-shrink:0;width:clamp(14px,1.25vw,24px);height:clamp(14px,1.25vw,24px);transition:transform .3s}.RecentProjectSection-module___Tho6W__ctaButton:hover .RecentProjectSection-module___Tho6W__arrowIcon{-webkit-text-fill-color:#fff;transform:translate(3px)}.RecentProjectSection-module___Tho6W__recentProjectSection .RecentProjectSection-module___Tho6W__animateUp{opacity:0;will-change:transform,opacity;transform:translateY(40px)}@keyframes RecentProjectSection-module___Tho6W__slideInUp{to{opacity:1;transform:translateY(0)}}.RecentProjectSection-module___Tho6W__recentProjectSection.RecentProjectSection-module___Tho6W__animate .RecentProjectSection-module___Tho6W__animateUp{animation:.8s ease-out forwards RecentProjectSection-module___Tho6W__slideInUp}.RecentProjectSection-module___Tho6W__recentProjectSection.RecentProjectSection-module___Tho6W__animate .RecentProjectSection-module___Tho6W__title{animation-delay:.1s}.RecentProjectSection-module___Tho6W__recentProjectSection.RecentProjectSection-module___Tho6W__animate .RecentProjectSection-module___Tho6W__subtitle{animation-delay:.2s}.RecentProjectSection-module___Tho6W__recentProjectSection.RecentProjectSection-module___Tho6W__animate .RecentProjectSection-module___Tho6W__projectCard{animation-delay:.3s}@media (orientation:portrait){.RecentProjectSection-module___Tho6W__projectCard{flex-direction:column;max-width:clamp(280px,90vw,700px)}.RecentProjectSection-module___Tho6W__imageSection{aspect-ratio:16/9;width:100%}.RecentProjectSection-module___Tho6W__infoSection{padding:clamp(20px,5vw,40px) clamp(16px,4vw,32px)}.RecentProjectSection-module___Tho6W__description{-webkit-line-clamp:unset;font-size:clamp(13px,3vw,18px);display:block;overflow:visible}.RecentProjectSection-module___Tho6W__label{font-size:clamp(12px,2.5vw,16px)}.RecentProjectSection-module___Tho6W__infoItem:first-child .RecentProjectSection-module___Tho6W__value{font-size:clamp(16px,4vw,22px)}.RecentProjectSection-module___Tho6W__infoItem:nth-child(2) .RecentProjectSection-module___Tho6W__value,.RecentProjectSection-module___Tho6W__infoItem:nth-child(3) .RecentProjectSection-module___Tho6W__value{font-size:clamp(13px,3vw,17px)}.RecentProjectSection-module___Tho6W__ctaButton{width:clamp(140px,40vw,180px);height:clamp(40px,10vw,52px);font-size:clamp(13px,3.5vw,16px)}.RecentProjectSection-module___Tho6W__arrowIcon{width:clamp(16px,4vw,22px);height:clamp(16px,4vw,22px)}}@media (orientation:landscape) and (max-height:500px){.RecentProjectSection-module___Tho6W__projectCard{max-width:clamp(400px,85vw,900px)}.RecentProjectSection-module___Tho6W__imageSection{aspect-ratio:auto;width:45%;height:clamp(200px,40vh,350px)}.RecentProjectSection-module___Tho6W__infoSection{padding:clamp(14px,3vh,28px) clamp(12px,2vw,28px)}.RecentProjectSection-module___Tho6W__description{-webkit-line-clamp:3;font-size:clamp(10px,2vh,14px)}.RecentProjectSection-module___Tho6W__ctaButton{width:clamp(110px,15vw,160px);height:clamp(30px,6vh,42px);font-size:clamp(10px,2vh,14px)}}@media (prefers-reduced-motion:reduce){.RecentProjectSection-module___Tho6W__recentProjectSection .RecentProjectSection-module___Tho6W__animateUp{opacity:1!important;animation:none!important;transform:none!important}.RecentProjectSection-module___Tho6W__projectCard,.RecentProjectSection-module___Tho6W__projectImage,.RecentProjectSection-module___Tho6W__ctaButton,.RecentProjectSection-module___Tho6W__arrowIcon{transition:none!important}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.RecentProjectSection-module___Tho6W__projectImage{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media print{.RecentProjectSection-module___Tho6W__recentProjectSection{break-inside:avoid;padding:20px 0}.RecentProjectSection-module___Tho6W__projectCard:hover{box-shadow:none;transform:none}}
.GallerySection-module__Bc1dhq__gallerySection{box-sizing:border-box;background-color:#fff;width:100%;padding:80px 200px}.GallerySection-module__Bc1dhq__headingWrapper{text-align:center;margin-bottom:60px}.GallerySection-module__Bc1dhq__heading{color:#1a1a1a;margin:0 0 16px;font-family:Grift-Bold,sans-serif;font-size:48px;font-weight:700}.GallerySection-module__Bc1dhq__subheading{color:#666;margin:0;font-family:Grift-Bold,sans-serif;font-size:20px;font-weight:400}.GallerySection-module__Bc1dhq__galleryGrid{grid-template-columns:repeat(4,1fr);grid-auto-rows:218px;gap:26px;width:100%;max-width:1840px;margin:0 auto;display:grid}.GallerySection-module__Bc1dhq__imgWrapper{border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden}.GallerySection-module__Bc1dhq__img{object-fit:cover;border-radius:8px;width:100%;height:100%;transition:transform .4s;display:block}.GallerySection-module__Bc1dhq__imgWrapper:hover .GallerySection-module__Bc1dhq__img{transform:scale(1.04)}.GallerySection-module__Bc1dhq__heroWide{grid-area:span 3/1/auto/-1}.GallerySection-module__Bc1dhq__tile{grid-area:span 1/span 1}.GallerySection-module__Bc1dhq__tallPortrait,.GallerySection-module__Bc1dhq__tallPortraitLeft{grid-area:span 2/span 1}.GallerySection-module__Bc1dhq__wideCenter{grid-area:span 2/span 2}@media (min-width:1441px){.GallerySection-module__Bc1dhq__gallerySection{padding:80px 200px}.GallerySection-module__Bc1dhq__galleryGrid{grid-auto-rows:218px;gap:26px}}@media (max-width:1440px){.GallerySection-module__Bc1dhq__gallerySection{padding:60px 150px}.GallerySection-module__Bc1dhq__galleryGrid{grid-auto-rows:164px;gap:20px}.GallerySection-module__Bc1dhq__heading{font-size:36px}.GallerySection-module__Bc1dhq__subheading{font-size:16px}}@media (max-width:1366px){.GallerySection-module__Bc1dhq__galleryGrid{grid-auto-rows:155px;gap:18px}}@media (max-width:1280px){.GallerySection-module__Bc1dhq__galleryGrid{grid-auto-rows:146px;gap:16px}}@media (max-width:1024px){.GallerySection-module__Bc1dhq__gallerySection{padding:48px 24px}.GallerySection-module__Bc1dhq__galleryGrid{grid-auto-rows:120px;gap:14px}.GallerySection-module__Bc1dhq__heading{font-size:30px}}@media (max-width:768px){.GallerySection-module__Bc1dhq__gallerySection{padding:40px 20px}.GallerySection-module__Bc1dhq__galleryGrid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px;gap:12px}.GallerySection-module__Bc1dhq__heroWide,.GallerySection-module__Bc1dhq__tallPortrait,.GallerySection-module__Bc1dhq__tallPortraitLeft,.GallerySection-module__Bc1dhq__wideCenter{grid-area:span 1/span 1}.GallerySection-module__Bc1dhq__heroWide{grid-area:span 2/span 2}.GallerySection-module__Bc1dhq__heading{margin-bottom:10px;font-size:28px}.GallerySection-module__Bc1dhq__subheading{font-size:15px}}@media (max-width:480px){.GallerySection-module__Bc1dhq__gallerySection{padding:32px 16px}.GallerySection-module__Bc1dhq__galleryGrid{grid-template-columns:repeat(2,1fr);grid-auto-rows:140px;gap:10px}.GallerySection-module__Bc1dhq__heroWide{grid-area:span 2/span 2}.GallerySection-module__Bc1dhq__heading{font-size:24px}.GallerySection-module__Bc1dhq__subheading{font-size:14px}}@media (max-width:375px){.GallerySection-module__Bc1dhq__galleryGrid{grid-auto-rows:120px;gap:8px}.GallerySection-module__Bc1dhq__heading{font-size:22px}}@media (max-width:320px){.GallerySection-module__Bc1dhq__galleryGrid{grid-auto-rows:100px;gap:6px}.GallerySection-module__Bc1dhq__heading{font-size:20px}}@media (prefers-reduced-motion:reduce){.GallerySection-module__Bc1dhq__img{transition:none!important}}
.ProjectCard-module__KKt2xa__projectCard{aspect-ratio:1;background:var(--color-white);cursor:pointer;border-radius:clamp(12px,1.04vw,20px);flex-direction:column;width:100%;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 clamp(5px,.51vw,9.7px) #0000001c}.ProjectCard-module__KKt2xa__projectCard:hover{transform:translateY(-5px);box-shadow:0 8px 20px #2683c626}.ProjectCard-module__KKt2xa__imageWrapper{background:0 0;flex-shrink:0;width:100%;height:57%;position:relative;overflow:hidden}.ProjectCard-module__KKt2xa__projectImage{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block;scale:1.05}.ProjectCard-module__KKt2xa__projectCard:hover .ProjectCard-module__KKt2xa__projectImage{transform:scale(1.08)}.ProjectCard-module__KKt2xa__content{background:var(--color-white);flex-direction:column;flex:1;gap:clamp(6px,.6vw,10px);min-height:0;padding:clamp(12px,1.5vw,22px) clamp(14px,1.8vw,36px) clamp(12px,1.3vw,20px);display:flex;overflow:hidden}.ProjectCard-module__KKt2xa__titleRow{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:clamp(6px,.8vw,14px);display:flex}.ProjectCard-module__KKt2xa__title{color:var(--color-primary);font-family:var(--font-heading);text-align:left;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0;font-size:clamp(14px,1.2vw,24px);font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.ProjectCard-module__KKt2xa__statusBadge{background:#2683c67d;border-radius:50px;flex-shrink:0;justify-content:center;align-items:center;height:clamp(18px,1.2vw,23px);padding:clamp(3px,.21vw,4px) clamp(8px,.57vw,11px);display:flex}.ProjectCard-module__KKt2xa__statusText{color:var(--color-primary);font-family:var(--font-heading);white-space:nowrap;font-size:clamp(11px,.73vw,14px);font-weight:500;line-height:1}.ProjectCard-module__KKt2xa__description{color:#0009;font-family:var(--font-heading);-webkit-line-clamp:3;line-clamp:3;text-align:left;-webkit-box-orient:vertical;flex:1;align-self:stretch;min-height:0;margin:0;font-size:clamp(12px,.94vw,18px);font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.ProjectCard-module__KKt2xa__client{font-family:var(--font-heading);text-align:left;flex-shrink:0;margin-top:auto;font-size:clamp(12px,.83vw,16px);font-weight:500}.ProjectCard-module__KKt2xa__clientLabel{color:#0009}.ProjectCard-module__KKt2xa__clientName{color:#000000e6}@media (orientation:portrait){.ProjectCard-module__KKt2xa__projectCard:hover{transform:none;box-shadow:0 0 clamp(5px,.51vw,9.7px) #0000001c}.ProjectCard-module__KKt2xa__projectCard:hover .ProjectCard-module__KKt2xa__projectImage{transform:none}.ProjectCard-module__KKt2xa__content{gap:clamp(6px,1.5vw,10px);padding:clamp(10px,2.5vw,18px) clamp(12px,3vw,24px)}.ProjectCard-module__KKt2xa__title{font-size:clamp(14px,2.5vw,20px)}.ProjectCard-module__KKt2xa__description{font-size:clamp(12px,1.8vw,16px)}.ProjectCard-module__KKt2xa__client{font-size:clamp(11px,1.6vw,15px)}}@media (orientation:portrait) and (max-width:500px){.ProjectCard-module__KKt2xa__projectCard{max-width:500px;margin:0 auto}.ProjectCard-module__KKt2xa__content{gap:clamp(10px,2.5vw,16px);padding:clamp(16px,4.5vw,24px) clamp(16px,5vw,28px)}.ProjectCard-module__KKt2xa__titleRow{gap:clamp(10px,2.5vw,16px);margin-bottom:clamp(6px,1.5vw,10px)}.ProjectCard-module__KKt2xa__title{font-size:clamp(18px,5vw,24px)}.ProjectCard-module__KKt2xa__description{-webkit-line-clamp:3;font-size:clamp(14px,3.8vw,18px);line-height:1.5}.ProjectCard-module__KKt2xa__client{font-size:clamp(13px,3.5vw,16px)}.ProjectCard-module__KKt2xa__statusBadge{height:clamp(20px,5vw,24px);padding:clamp(4px,1vw,6px) clamp(10px,2.5vw,14px)}.ProjectCard-module__KKt2xa__statusText{font-size:clamp(12px,3vw,14px)}}@media (orientation:landscape) and (max-height:500px){.ProjectCard-module__KKt2xa__content{gap:clamp(6px,1.5vh,12px);padding:clamp(10px,2vh,16px) clamp(12px,2.5vw,24px)}.ProjectCard-module__KKt2xa__title{font-size:clamp(13px,2vh,18px)}.ProjectCard-module__KKt2xa__description{-webkit-line-clamp:2;font-size:clamp(11px,1.8vh,15px)}.ProjectCard-module__KKt2xa__client{font-size:clamp(10px,1.6vh,14px)}}@media (prefers-reduced-motion:reduce){.ProjectCard-module__KKt2xa__projectCard,.ProjectCard-module__KKt2xa__projectImage{transition:none!important}.ProjectCard-module__KKt2xa__projectCard:hover,.ProjectCard-module__KKt2xa__projectCard:hover .ProjectCard-module__KKt2xa__projectImage{transform:none!important}}@media (hover:none) and (pointer:coarse){.ProjectCard-module__KKt2xa__projectCard:hover{transform:none;box-shadow:0 0 clamp(5px,.51vw,9.7px) #0000001c}.ProjectCard-module__KKt2xa__projectCard:hover .ProjectCard-module__KKt2xa__projectImage{transform:none}}.ProjectCard-module__KKt2xa__projectCard:focus-visible{outline:3px solid var(--color-primary);outline-offset:3px;box-shadow:0 0 0 3px #2683c633}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.ProjectCard-module__KKt2xa__projectImage{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}
.EnquireModal-module__TxlY5a__overlay{-webkit-backdrop-filter:blur(4px);z-index:var(--z-modal);background:#0000008c;justify-content:center;align-items:center;padding:clamp(16px,3vw,40px);animation:.2s EnquireModal-module__TxlY5a__overlayIn;display:flex;position:fixed;inset:0}@keyframes EnquireModal-module__TxlY5a__overlayIn{0%{opacity:0}to{opacity:1}}.EnquireModal-module__TxlY5a__modal{background:var(--color-white);border-radius:var(--radius-2xl);opacity:0;scrollbar-width:none;-ms-overflow-style:none;width:100%;max-width:clamp(520px,55vw,780px);max-height:92vh;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .25s;position:relative;overflow-y:auto;transform:translateY(20px)scale(.98);box-shadow:0 24px 64px #0000002e,0 4px 16px #00000014}.EnquireModal-module__TxlY5a__modal::-webkit-scrollbar{display:none}.EnquireModal-module__TxlY5a__modalOpen{opacity:1;transform:translateY(0)scale(1)}.EnquireModal-module__TxlY5a__closeBtn{border-radius:var(--radius-full);width:clamp(32px,2.5vw,40px);height:clamp(32px,2.5vw,40px);color:var(--color-gray);cursor:pointer;z-index:1;background:0 0;border:1.5px solid #0000001a;justify-content:center;align-items:center;transition:background .2s,color .2s,border-color .2s;display:flex;position:absolute;top:clamp(14px,1.25vw,20px);right:clamp(14px,1.25vw,20px)}.EnquireModal-module__TxlY5a__closeBtn svg{width:14px;height:14px}.EnquireModal-module__TxlY5a__closeBtn:hover{color:var(--color-dark);background:#0000000f;border-color:#0003}.EnquireModal-module__TxlY5a__closeBtn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.EnquireModal-module__TxlY5a__modalHeader{border-bottom:1px solid #00000014;padding:clamp(28px,3vw,44px) clamp(24px,3vw,40px) clamp(16px,1.56vw,24px)}.EnquireModal-module__TxlY5a__modalEyebrow{font-family:var(--font-body);color:var(--color-secondary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:clamp(10px,.63vw,12px);font-weight:600;display:block}.EnquireModal-module__TxlY5a__modalTitle{font-family:var(--font-heading);color:var(--color-dark);margin:0 0 6px;font-size:clamp(22px,2.08vw,34px);font-weight:700;line-height:1.2}.EnquireModal-module__TxlY5a__modalSubtitle{font-family:var(--font-body);font-size:var(--font-sm);color:var(--color-gray);margin:0;line-height:1.5}.EnquireModal-module__TxlY5a__productStrip{background:#f8f9fa;border-bottom:1px solid #0000000f;align-items:center;gap:clamp(14px,1.56vw,20px);padding:clamp(14px,1.56vw,20px) clamp(24px,3vw,40px);display:flex}.EnquireModal-module__TxlY5a__productStripImage{border-radius:var(--radius-md);background:var(--color-white);border:1px solid #0000001a;flex-shrink:0;width:clamp(56px,5.21vw,80px);height:clamp(56px,5.21vw,80px);overflow:hidden}.EnquireModal-module__TxlY5a__productStripImage img{object-fit:cover;width:100%;height:100%}.EnquireModal-module__TxlY5a__productStripInfo{flex-direction:column;gap:3px;min-width:0;display:flex}.EnquireModal-module__TxlY5a__productStripBrand{font-family:var(--font-body);color:var(--color-secondary);text-transform:uppercase;letter-spacing:.08em;font-size:clamp(10px,.63vw,11px);font-weight:600}.EnquireModal-module__TxlY5a__productStripName{font-family:var(--font-heading);color:var(--color-dark);white-space:nowrap;text-overflow:ellipsis;font-size:clamp(14px,1.04vw,18px);font-weight:600;overflow:hidden}.EnquireModal-module__TxlY5a__productStripCategory{font-family:var(--font-body);color:var(--color-gray);font-size:clamp(11px,.63vw,12px)}.EnquireModal-module__TxlY5a__productStripSpecs{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.EnquireModal-module__TxlY5a__specTag{border-radius:var(--radius-full);font-family:var(--font-body);color:var(--color-primary);white-space:nowrap;background:#2683c614;padding:2px 8px;font-size:clamp(10px,.52vw,11px);font-weight:500;display:inline-block}.EnquireModal-module__TxlY5a__specTagMore{border-radius:var(--radius-full);font-family:var(--font-body);color:var(--color-gray);background:#0000000d;padding:2px 8px;font-size:clamp(10px,.52vw,11px);font-weight:500;display:inline-block}.EnquireModal-module__TxlY5a__form{flex-direction:column;gap:clamp(14px,1.25vw,20px);padding:clamp(20px,2.08vw,32px) clamp(24px,3vw,40px) clamp(24px,3vw,40px);display:flex}.EnquireModal-module__TxlY5a__row2{grid-template-columns:1fr 1fr;gap:clamp(12px,1.25vw,18px);display:grid}.EnquireModal-module__TxlY5a__fieldGroup{flex-direction:column;gap:5px;display:flex}.EnquireModal-module__TxlY5a__label{font-family:var(--font-body);color:var(--color-dark);letter-spacing:.02em;font-size:clamp(11px,.63vw,12px);font-weight:600}.EnquireModal-module__TxlY5a__required{color:var(--color-secondary)}.EnquireModal-module__TxlY5a__input{border-radius:var(--radius-lg);width:100%;height:clamp(40px,2.81vw,50px);font-family:var(--font-body);font-size:var(--font-sm);color:var(--color-dark);background:#f8f9fa;border:1.5px solid #0000001a;outline:none;padding:0 clamp(12px,1.04vw,16px);transition:border-color .2s,box-shadow .2s,background .2s}.EnquireModal-module__TxlY5a__input::placeholder{color:#6b728099}.EnquireModal-module__TxlY5a__input:focus{background:var(--color-white);border-color:var(--color-primary);box-shadow:0 0 0 3px #2683c61a}.EnquireModal-module__TxlY5a__inputError{border-color:var(--color-secondary)!important;box-shadow:0 0 0 3px #d1203e14!important}.EnquireModal-module__TxlY5a__errorMsg{font-family:var(--font-body);color:var(--color-secondary);font-size:clamp(10px,.52vw,11px);font-weight:500}.EnquireModal-module__TxlY5a__textarea{border-radius:var(--radius-lg);width:100%;font-family:var(--font-body);font-size:var(--font-sm);color:var(--color-dark);resize:vertical;min-height:80px;line-height:var(--leading-relaxed);background:#f8f9fa;border:1.5px solid #0000001a;outline:none;padding:clamp(10px,.83vw,14px) clamp(12px,1.04vw,16px);transition:border-color .2s,box-shadow .2s,background .2s}.EnquireModal-module__TxlY5a__textarea::placeholder{color:#6b728099}.EnquireModal-module__TxlY5a__textarea:focus{background:var(--color-white);border-color:var(--color-primary);box-shadow:0 0 0 3px #2683c61a}.EnquireModal-module__TxlY5a__formFooter{border-top:1px solid #00000012;justify-content:flex-end;align-items:center;gap:clamp(10px,1vw,14px);margin-top:4px;padding-top:clamp(8px,.83vw,12px);display:flex}.EnquireModal-module__TxlY5a__cancelBtn{border-radius:var(--radius-full);height:clamp(40px,2.81vw,48px);font-family:var(--font-body);font-size:var(--font-sm);color:var(--color-gray);cursor:pointer;background:0 0;border:1.5px solid #0000001f;padding:0 clamp(20px,1.67vw,28px);font-weight:600;transition:border-color .2s,color .2s}.EnquireModal-module__TxlY5a__cancelBtn:hover{color:var(--color-dark);border-color:#00000040}.EnquireModal-module__TxlY5a__submitBtn{background:var(--color-secondary);border-radius:var(--radius-full);height:clamp(40px,2.81vw,48px);font-family:var(--font-body);font-size:var(--font-sm);color:var(--color-white);cursor:pointer;border:none;justify-content:center;align-items:center;gap:7px;padding:0 clamp(22px,2.08vw,32px);font-weight:600;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 12px #d1203e40}.EnquireModal-module__TxlY5a__submitBtn:hover:not(:disabled){background:#b01836;transform:translateY(-1px);box-shadow:0 6px 16px #d1203e59}.EnquireModal-module__TxlY5a__submitBtn:active:not(:disabled){transform:translateY(0)}.EnquireModal-module__TxlY5a__submitBtn:disabled{opacity:.7;cursor:not-allowed}.EnquireModal-module__TxlY5a__submitIcon{width:13px;height:13px}.EnquireModal-module__TxlY5a__submittingState{align-items:center;gap:7px;display:inline-flex}.EnquireModal-module__TxlY5a__spinnerIcon{width:14px;height:14px;animation:.8s linear infinite EnquireModal-module__TxlY5a__spin}@keyframes EnquireModal-module__TxlY5a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.EnquireModal-module__TxlY5a__successState{text-align:center;flex-direction:column;align-items:center;gap:clamp(12px,1.25vw,18px);padding:clamp(48px,5vw,80px) clamp(24px,3vw,48px);display:flex}.EnquireModal-module__TxlY5a__successIcon{width:clamp(56px,5vw,72px);height:clamp(56px,5vw,72px);color:var(--color-primary)}.EnquireModal-module__TxlY5a__successIcon svg{width:100%;height:100%}.EnquireModal-module__TxlY5a__successTitle{font-family:var(--font-heading);color:var(--color-dark);margin:0;font-size:clamp(22px,2.08vw,30px);font-weight:700}.EnquireModal-module__TxlY5a__successText{font-family:var(--font-body);font-size:var(--font-sm);color:var(--color-gray);line-height:var(--leading-relaxed);max-width:360px;margin:0}.EnquireModal-module__TxlY5a__successCloseBtn{background:var(--color-primary);border-radius:var(--radius-full);height:clamp(40px,2.81vw,48px);font-family:var(--font-body);font-size:var(--font-sm);color:var(--color-white);cursor:pointer;box-shadow:var(--shadow-primary);border:none;margin-top:clamp(8px,.83vw,16px);padding:0 clamp(24px,2vw,36px);font-weight:600;transition:background .2s,transform .2s}.EnquireModal-module__TxlY5a__successCloseBtn:hover{background:var(--color-primary-hover);transform:translateY(-1px)}@media (max-width:600px){.EnquireModal-module__TxlY5a__overlay{align-items:flex-end;padding:0}.EnquireModal-module__TxlY5a__modal{border-radius:var(--radius-2xl)var(--radius-2xl)0 0;max-width:100%;max-height:95vh;transform:translateY(100%)}.EnquireModal-module__TxlY5a__modalOpen{transform:translateY(0)}.EnquireModal-module__TxlY5a__row2{grid-template-columns:1fr}.EnquireModal-module__TxlY5a__formFooter{flex-direction:column}.EnquireModal-module__TxlY5a__cancelBtn,.EnquireModal-module__TxlY5a__submitBtn{width:100%}}@media (prefers-reduced-motion:reduce){.EnquireModal-module__TxlY5a__overlay{animation:none}.EnquireModal-module__TxlY5a__modal{transition:none}.EnquireModal-module__TxlY5a__spinnerIcon{animation:none}.EnquireModal-module__TxlY5a__submitBtn,.EnquireModal-module__TxlY5a__cancelBtn,.EnquireModal-module__TxlY5a__input,.EnquireModal-module__TxlY5a__textarea{transition:none}}.EnquireModal-module__TxlY5a__formError{border-radius:var(--radius-lg);font-family:var(--font-body);color:var(--color-secondary);background:#d1203e0f;border:1px solid #d1203e33;align-items:center;gap:8px;margin-top:4px;padding:10px 14px;font-size:clamp(11px,.63vw,12px);font-weight:500;display:flex}.EnquireModal-module__TxlY5a__formErrorIcon{flex-shrink:0;width:16px;height:16px}
.ServiceModal-module__Iue1ra__backdrop{z-index:1000;background:0 0;justify-content:center;align-items:center;padding:clamp(16px,2vw,40px);transition:background .3s;display:flex;position:fixed;inset:0}.ServiceModal-module__Iue1ra__backdropOpen{background:#0009}.ServiceModal-module__Iue1ra__modal{opacity:0;background:#fff;border-radius:clamp(16px,1.25vw,24px);flex-direction:column;width:100%;max-width:clamp(340px,52vw,860px);max-height:88vh;transition:opacity .35s,transform .35s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden;transform:translateY(24px)scale(.97);box-shadow:0 24px 80px #0003}.ServiceModal-module__Iue1ra__modalOpen{opacity:1;transform:translateY(0)scale(1)}.ServiceModal-module__Iue1ra__scrollArea{flex:1;min-height:0;overflow:hidden auto}.ServiceModal-module__Iue1ra__scrollArea::-webkit-scrollbar{width:4px}.ServiceModal-module__Iue1ra__scrollArea::-webkit-scrollbar-track{background:#f1f1f1}.ServiceModal-module__Iue1ra__scrollArea::-webkit-scrollbar-thumb{background:#2683c64d;border-radius:4px}.ServiceModal-module__Iue1ra__imageWrap{aspect-ratio:16/8;background:#1a2a3a;flex-shrink:0;width:100%;position:relative;overflow:hidden}.ServiceModal-module__Iue1ra__image{object-fit:cover;width:100%;height:100%;display:block}.ServiceModal-module__Iue1ra__imageGradient{pointer-events:none;background:linear-gradient(#fff0 0%,#ffffffb3 100%);height:60%;position:absolute;bottom:0;left:0;right:0}.ServiceModal-module__Iue1ra__infoBlock{flex-direction:column;gap:clamp(12px,1.04vw,20px);padding:clamp(20px,2.08vw,40px) clamp(20px,2.6vw,50px) clamp(24px,2.08vw,40px);display:flex}.ServiceModal-module__Iue1ra__title{color:#1a1a1a;margin:0;font-family:Grift-Bold,sans-serif;font-size:clamp(20px,1.77vw,34px);font-weight:700;line-height:1.2}.ServiceModal-module__Iue1ra__tagline{color:#2683c6;opacity:.85;margin:0;font-family:Grift-Bold,sans-serif;font-size:clamp(12px,.94vw,18px);font-style:italic;font-weight:700;line-height:1.4}.ServiceModal-module__Iue1ra__divider{background:#2683c6;border-radius:3px;flex-shrink:0;width:clamp(40px,3.13vw,60px);height:3px}.ServiceModal-module__Iue1ra__description{color:#00000094;margin:0;font-family:Grift-Medium,sans-serif;font-size:clamp(12px,.94vw,18px);font-weight:500;line-height:1.7}.ServiceModal-module__Iue1ra__highlightsBlock{background:#f0f7ff;border-radius:clamp(10px,.83vw,16px);margin-top:clamp(4px,.42vw,8px);padding:clamp(14px,1.25vw,24px)}.ServiceModal-module__Iue1ra__highlightsLabel{color:#2683c6;margin:0 0 clamp(10px,.83vw,16px);font-family:Grift-Bold,sans-serif;font-size:clamp(11px,.83vw,16px);font-weight:700;line-height:1.3}.ServiceModal-module__Iue1ra__highlightsList{grid-template-columns:1fr 1fr;gap:clamp(6px,.52vw,10px) clamp(16px,1.25vw,24px);margin:0;padding:0;list-style:none;display:grid}.ServiceModal-module__Iue1ra__highlightItem{color:#000000a6;align-items:center;gap:clamp(6px,.52vw,10px);font-family:Grift-Medium,sans-serif;font-size:clamp(10px,.73vw,14px);font-weight:500;line-height:1.4;display:flex}.ServiceModal-module__Iue1ra__highlightDot{background:#2683c6;border-radius:50%;flex-shrink:0;width:5px;height:5px}.ServiceModal-module__Iue1ra__enquireNowBtn{color:#fff;cursor:pointer;background:#2683c6;border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;width:100%;height:clamp(48px,3.13vw,60px);margin-top:clamp(4px,.42vw,8px);font-family:Grift-Bold,sans-serif;font-size:clamp(13px,.94vw,18px);font-weight:700;transition:background .3s,transform .3s,box-shadow .3s;display:flex}.ServiceModal-module__Iue1ra__enquireNowBtn:hover{background:#1a6aaa;transform:translateY(-2px);box-shadow:0 8px 24px #2683c64d}.ServiceModal-module__Iue1ra__enquireNowBtn:focus-visible{outline-offset:3px;outline:2px solid #2683c6}.ServiceModal-module__Iue1ra__formBlock{background:#fafbfc;border-top:1px solid #00000014;padding:clamp(20px,2.08vw,40px) clamp(20px,2.6vw,50px) clamp(24px,2.08vw,40px)}.ServiceModal-module__Iue1ra__formTitle{color:#1a1a1a;margin:0 0 clamp(4px,.36vw,7px);font-family:Grift-Bold,sans-serif;font-size:clamp(16px,1.25vw,24px);font-weight:700;line-height:1.3}.ServiceModal-module__Iue1ra__formSubtitle{color:#00000073;margin:0 0 clamp(16px,1.56vw,30px);font-family:Grift-Medium,sans-serif;font-size:clamp(11px,.78vw,15px);font-weight:500;line-height:1.5}.ServiceModal-module__Iue1ra__form{flex-direction:column;gap:clamp(14px,1.25vw,24px);display:flex}.ServiceModal-module__Iue1ra__fieldRow{grid-template-columns:1fr 1fr;gap:clamp(12px,1.04vw,20px);display:grid}.ServiceModal-module__Iue1ra__fieldGroup{flex-direction:column;gap:clamp(5px,.42vw,8px);display:flex}.ServiceModal-module__Iue1ra__label{color:#000000b3;font-family:Grift-Bold,sans-serif;font-size:clamp(11px,.73vw,14px);font-weight:700;line-height:1}.ServiceModal-module__Iue1ra__required{color:#2683c6}.ServiceModal-module__Iue1ra__input{color:#1a1a1a;box-sizing:border-box;background:#fff;border:1.5px solid #0000001f;border-radius:clamp(8px,.63vw,12px);outline:none;width:100%;height:clamp(42px,2.92vw,52px);padding:0 clamp(12px,.94vw,18px);font-family:Grift-Medium,sans-serif;font-size:clamp(12px,.83vw,16px);font-weight:500;transition:border-color .2s,box-shadow .2s}.ServiceModal-module__Iue1ra__input::placeholder{color:#00000047}.ServiceModal-module__Iue1ra__input:focus{border-color:#2683c6;box-shadow:0 0 0 3px #2683c61a}.ServiceModal-module__Iue1ra__textarea{color:#1a1a1a;resize:vertical;box-sizing:border-box;background:#fff;border:1.5px solid #0000001f;border-radius:clamp(8px,.63vw,12px);outline:none;width:100%;min-height:clamp(90px,6.25vw,120px);padding:clamp(10px,.83vw,16px) clamp(12px,.94vw,18px);font-family:Grift-Medium,sans-serif;font-size:clamp(12px,.83vw,16px);font-weight:500;line-height:1.6;transition:border-color .2s,box-shadow .2s}.ServiceModal-module__Iue1ra__textarea::placeholder{color:#00000047}.ServiceModal-module__Iue1ra__textarea:focus{border-color:#2683c6;box-shadow:0 0 0 3px #2683c61a}.ServiceModal-module__Iue1ra__errorMsg{color:#dc2626;background:#fef2f2;border-left:3px solid #dc2626;border-radius:8px;margin:0;padding:clamp(10px,.83vw,16px);font-family:Grift-Medium,sans-serif;font-size:clamp(11px,.73vw,14px);font-weight:500;line-height:1.5}.ServiceModal-module__Iue1ra__submitBtn{color:#fff;cursor:pointer;background:#2683c6;border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;width:100%;height:clamp(48px,3.13vw,60px);font-family:Grift-Bold,sans-serif;font-size:clamp(13px,.94vw,18px);font-weight:700;transition:background .3s,transform .3s,box-shadow .3s;display:flex}.ServiceModal-module__Iue1ra__submitBtn:hover:not(:disabled){background:#1a6aaa;transform:translateY(-2px);box-shadow:0 8px 24px #2683c64d}.ServiceModal-module__Iue1ra__submitBtn:disabled{opacity:.7;cursor:not-allowed}.ServiceModal-module__Iue1ra__spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite ServiceModal-module__Iue1ra__spin}@keyframes ServiceModal-module__Iue1ra__spin{to{transform:rotate(360deg)}}.ServiceModal-module__Iue1ra__successState{text-align:center;flex-direction:column;align-items:center;gap:clamp(10px,.83vw,16px);padding:clamp(20px,2.08vw,40px) 0;display:flex}.ServiceModal-module__Iue1ra__successIconWrap{background:#2683c614;border-radius:50%;justify-content:center;align-items:center;width:clamp(56px,3.65vw,70px);height:clamp(56px,3.65vw,70px);display:flex}.ServiceModal-module__Iue1ra__successTitle{color:#1a1a1a;margin:0;font-family:Grift-Bold,sans-serif;font-size:clamp(18px,1.46vw,28px);font-weight:700}.ServiceModal-module__Iue1ra__successText{color:#0000008c;max-width:360px;margin:0;font-family:Grift-Medium,sans-serif;font-size:clamp(12px,.83vw,16px);font-weight:500;line-height:1.6}.ServiceModal-module__Iue1ra__successText strong{color:#2683c6;font-family:Grift-Bold,sans-serif}.ServiceModal-module__Iue1ra__closeBar{background:#fff;border-top:1px solid #00000014;flex-shrink:0;padding:clamp(12px,1.04vw,20px) clamp(20px,2.6vw,50px)}.ServiceModal-module__Iue1ra__closeBtn{color:#0000008c;cursor:pointer;background:0 0;border:1.5px solid #00000026;border-radius:100px;justify-content:center;align-items:center;gap:8px;width:100%;height:clamp(44px,2.92vw,56px);font-family:Grift-Bold,sans-serif;font-size:clamp(12px,.83vw,16px);font-weight:700;transition:border-color .25s,color .25s,background .25s;display:flex}.ServiceModal-module__Iue1ra__closeBtn:hover{color:#1a1a1a;background:#00000008;border-color:#00000059}.ServiceModal-module__Iue1ra__closeBtn:focus-visible{outline-offset:2px;border-radius:100px;outline:2px solid #2683c6}@media (max-width:600px){.ServiceModal-module__Iue1ra__backdrop{align-items:flex-end;padding:0}.ServiceModal-module__Iue1ra__modal{border-radius:20px 20px 0 0;max-width:100%;max-height:92vh;transition:opacity .35s,transform .4s cubic-bezier(.25,.46,.45,.94);transform:translateY(100%)}.ServiceModal-module__Iue1ra__modalOpen{opacity:1;transform:translateY(0)}.ServiceModal-module__Iue1ra__fieldRow,.ServiceModal-module__Iue1ra__highlightsList{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.ServiceModal-module__Iue1ra__modal,.ServiceModal-module__Iue1ra__backdrop,.ServiceModal-module__Iue1ra__enquireNowBtn,.ServiceModal-module__Iue1ra__submitBtn,.ServiceModal-module__Iue1ra__closeBtn,.ServiceModal-module__Iue1ra__input,.ServiceModal-module__Iue1ra__textarea{transition:none!important}.ServiceModal-module__Iue1ra__spinner{animation:none!important}}
.StatsSection-module__kcgcJa__statsSection{width:100%;height:clamp(140px,13.33vw,256px);margin-top:clamp(30px,3.125vw,60px);position:relative;overflow:hidden}.StatsSection-module__kcgcJa__blueBackground{z-index:1;background:#2683c6;width:100%;height:100%;position:absolute;top:0;left:0}.StatsSection-module__kcgcJa__container{z-index:10;justify-content:center;align-items:center;max-width:1920px;height:100%;margin:0 auto;padding:0 clamp(16px,7.97vw,153px);display:flex;position:relative}.StatsSection-module__kcgcJa__statsGrid{grid-template-columns:repeat(4,1fr);align-items:center;gap:clamp(24px,4.17vw,80px);width:100%;max-width:clamp(600px,75.26vw,1445px);display:grid}.StatsSection-module__kcgcJa__statItem{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.StatsSection-module__kcgcJa__statLabel{color:#ffffffbf;text-align:center;letter-spacing:.5px;text-transform:uppercase;margin-bottom:clamp(6px,.73vw,14px);font-family:Grift-SemiBold,sans-serif;font-size:clamp(10px,1.04vw,20px);font-weight:600;line-height:1.2}.StatsSection-module__kcgcJa__statNumber{color:#ffffffe6;text-align:center;justify-content:center;align-items:baseline;font-family:Grift-Bold,sans-serif;font-size:clamp(22px,2.5vw,48px);font-weight:700;line-height:1;display:flex}.StatsSection-module__kcgcJa__suffix{color:#ffffffe6;margin-left:2px;font-family:Grift-Bold,sans-serif;font-size:clamp(22px,2.5vw,48px);font-weight:700}.StatsSection-module__kcgcJa__statsSection .StatsSection-module__kcgcJa__animateUp{opacity:0;will-change:transform,opacity;transform:translateY(30px)}@keyframes StatsSection-module__kcgcJa__slideInUp{to{opacity:1;transform:translateY(0)}}.StatsSection-module__kcgcJa__statsSection.StatsSection-module__kcgcJa__animate .StatsSection-module__kcgcJa__animateUp{animation:.8s ease-out forwards StatsSection-module__kcgcJa__slideInUp}@media (orientation:portrait){.StatsSection-module__kcgcJa__statsSection{height:auto;padding:clamp(30px,5vw,50px) 0}.StatsSection-module__kcgcJa__container{padding:0 clamp(16px,5vw,40px)}.StatsSection-module__kcgcJa__statsGrid{grid-template-columns:repeat(2,1fr);gap:clamp(24px,5vw,48px) clamp(16px,4vw,36px);max-width:clamp(300px,90vw,600px);margin:0 auto}.StatsSection-module__kcgcJa__statLabel{margin-bottom:clamp(6px,1.5vw,12px);font-size:clamp(12px,3vw,18px)}.StatsSection-module__kcgcJa__statNumber,.StatsSection-module__kcgcJa__suffix{font-size:clamp(28px,7vw,44px)}}@media (orientation:portrait) and (max-width:500px){.StatsSection-module__kcgcJa__statsSection{padding:clamp(28px,6vw,40px) 0}.StatsSection-module__kcgcJa__statsGrid{grid-template-columns:repeat(2,1fr);gap:clamp(20px,5vw,32px) clamp(12px,3vw,24px);max-width:clamp(280px,92vw,480px);margin:0 auto}.StatsSection-module__kcgcJa__statItem{padding:0 clamp(4px,2vw,12px)}.StatsSection-module__kcgcJa__statLabel{letter-spacing:.5px;margin-bottom:clamp(4px,1.2vw,8px);font-size:clamp(11px,3vw,14px)}.StatsSection-module__kcgcJa__statNumber,.StatsSection-module__kcgcJa__suffix{font-size:clamp(26px,7.5vw,36px)}}@media (orientation:landscape) and (max-height:500px){.StatsSection-module__kcgcJa__statsSection{height:clamp(90px,18vh,140px);margin-top:clamp(12px,2.5vh,28px)}.StatsSection-module__kcgcJa__container{padding:0 clamp(16px,3vw,50px)}.StatsSection-module__kcgcJa__statsGrid{grid-template-columns:repeat(4,1fr);gap:clamp(8px,2vw,20px)}.StatsSection-module__kcgcJa__statLabel{margin-bottom:clamp(3px,.8vh,6px);font-size:clamp(8px,1.6vh,12px)}.StatsSection-module__kcgcJa__statNumber,.StatsSection-module__kcgcJa__suffix{font-size:clamp(16px,3.5vh,26px)}}@media (prefers-reduced-motion:reduce){.StatsSection-module__kcgcJa__statsSection .StatsSection-module__kcgcJa__animateUp{opacity:1!important;animation:none!important;transform:none!important}.StatsSection-module__kcgcJa__statNumber{transition:none!important}}@media (prefers-contrast:high){.StatsSection-module__kcgcJa__blueBackground{background:#1a5f99}.StatsSection-module__kcgcJa__statLabel{color:#ffffffd9}.StatsSection-module__kcgcJa__statNumber,.StatsSection-module__kcgcJa__suffix{color:#fff}}@media print{.StatsSection-module__kcgcJa__statsSection{page-break-inside:avoid;height:auto;margin-top:20px;padding:20px 0}.StatsSection-module__kcgcJa__blueBackground{print-color-adjust:exact;-webkit-print-color-adjust:exact;background:#2683c6!important}.StatsSection-module__kcgcJa__statsGrid{grid-template-columns:repeat(4,1fr);gap:20px}}
