.HeroSection-module__YGMWTW__hero{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroSection-module__YGMWTW__bg{opacity:0;background-position:50%;background-size:cover;transition:opacity 1.2s;position:absolute;inset:0}.HeroSection-module__YGMWTW__bg:after{content:"";background:linear-gradient(#07152eb8 0%,#07152ead 40%,#07152eeb 100%);position:absolute;inset:0}.HeroSection-module__YGMWTW__bgActive{opacity:1}.HeroSection-module__YGMWTW__heroBody{z-index:2;flex-direction:column;flex:1;display:flex;position:relative}.HeroSection-module__YGMWTW__content{width:100%;margin-top:auto;padding-bottom:20px}.HeroSection-module__YGMWTW__eyebrow{letter-spacing:4px;text-transform:uppercase;color:var(--gold);align-items:center;gap:14px;margin-bottom:22px;font-size:11px;font-weight:600;display:flex}.HeroSection-module__YGMWTW__eyebrowLine{background:var(--gold);flex-shrink:0;width:30px;height:1px;display:block}.HeroSection-module__YGMWTW__title{color:#fff;margin-bottom:20px;font-size:clamp(34px,5.5vw,62px);font-weight:700;line-height:1.1}.HeroSection-module__YGMWTW__titleEm{color:var(--gold);opacity:1;filter:blur();will-change:opacity, transform, filter;width:100%;font-style:normal;transition:opacity .38s ease-out,transform .38s cubic-bezier(.4,0,.2,1),filter .38s ease-out;display:block;transform:translateY(0)skewY(0)}.HeroSection-module__YGMWTW__titleEmOut{opacity:0;filter:blur(2px);transform:translateY(-12px)skewY(-1deg)}.HeroSection-module__YGMWTW__sub{color:#ffffff80;max-width:520px;margin-bottom:34px;font-size:15px;font-weight:300;line-height:1.9}.HeroSection-module__YGMWTW__btns{flex-wrap:wrap;gap:12px;display:flex}.HeroSection-module__YGMWTW__dock{border-top:1px solid #ffffff1a;grid-template-columns:repeat(3,1fr);margin-top:30px;display:grid}.HeroSection-module__YGMWTW__dockCard{-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#07152e8c;border-right:1px solid #ffffff1a;outline:none;flex-direction:column;gap:5px;padding:26px 28px 24px;transition:background .35s,border-color .35s;display:flex;position:relative;overflow:hidden}.HeroSection-module__YGMWTW__dockCard:last-child{border-right:none}.HeroSection-module__YGMWTW__dockCard:hover{background:#184fa22e}.HeroSection-module__YGMWTW__dockCardActive{border-inline-start:2px solid var(--gold);background:#184fa247}.HeroSection-module__YGMWTW__dockCard:after{content:"";background:#c0a35e00;height:1px;transition:background .35s;position:absolute;top:0;left:0;right:0}.HeroSection-module__YGMWTW__dockCard:hover:after{background:#c0a35e59}.HeroSection-module__YGMWTW__dockCardActive:after{background:var(--gold)}.HeroSection-module__YGMWTW__dockProgress{background:var(--gold);transform-origin:100%;z-index:2;height:2px;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}@keyframes HeroSection-module__YGMWTW__progressBar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.HeroSection-module__YGMWTW__dockCardActive .HeroSection-module__YGMWTW__dockProgress{animation:5.5s linear forwards HeroSection-module__YGMWTW__progressBar}.HeroSection-module__YGMWTW__dockNum{letter-spacing:3px;color:var(--gold);opacity:.5;font-size:10px;font-weight:700;transition:opacity .3s}.HeroSection-module__YGMWTW__dockCard:hover .HeroSection-module__YGMWTW__dockNum,.HeroSection-module__YGMWTW__dockCardActive .HeroSection-module__YGMWTW__dockNum{opacity:.85}.HeroSection-module__YGMWTW__dockTitle{color:#fffc;font-size:13px;font-weight:600;line-height:1.4;transition:color .3s}.HeroSection-module__YGMWTW__dockCard:hover .HeroSection-module__YGMWTW__dockTitle,.HeroSection-module__YGMWTW__dockCardActive .HeroSection-module__YGMWTW__dockTitle{color:#fff}.HeroSection-module__YGMWTW__dockDesc{color:#ffffff52;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:11.5px;font-weight:300;line-height:1.65;transition:color .3s;display:-webkit-box;overflow:hidden}.HeroSection-module__YGMWTW__dockCard:hover .HeroSection-module__YGMWTW__dockDesc,.HeroSection-module__YGMWTW__dockCardActive .HeroSection-module__YGMWTW__dockDesc{color:#ffffff85}.HeroSection-module__YGMWTW__dockLink{color:#c0a35e8c;opacity:0;align-items:center;gap:6px;margin-top:10px;font-size:11px;font-weight:500;text-decoration:none;transition:opacity .28s,transform .28s,color .2s;display:flex;transform:translateY(4px)}.HeroSection-module__YGMWTW__dockCard:hover .HeroSection-module__YGMWTW__dockLink,.HeroSection-module__YGMWTW__dockCardActive .HeroSection-module__YGMWTW__dockLink{opacity:1;color:var(--gold);transform:translateY(0)}@media (min-width:1600px){.HeroSection-module__YGMWTW__dock{margin-top:auto}}@media (max-width:1024px){.HeroSection-module__YGMWTW__dock{grid-template-columns:repeat(3,1fr);margin-top:40px}.HeroSection-module__YGMWTW__dockDesc{display:none}}@media (max-width:640px){.HeroSection-module__YGMWTW__dock{grid-template-columns:1fr}.HeroSection-module__YGMWTW__dockCard{border-top:1px solid #ffffff1a;border-right:none}.HeroSection-module__YGMWTW__dockCard:first-child{border-top:none}}@media (max-width:768px){.HeroSection-module__YGMWTW__title{font-size:30px}.HeroSection-module__YGMWTW__content{padding-top:100px}.HeroSection-module__YGMWTW__dockCard{padding:18px 20px 16px}}@media (max-width:480px){.HeroSection-module__YGMWTW__dock{grid-template-columns:1fr 1fr}}
.StatsSection-module__danPxa__stats{background:#fff;border-bottom:1px solid #e5eaf0}.StatsSection-module__danPxa__row{grid-template-columns:repeat(4,1fr);display:grid}.StatsSection-module__danPxa__stat{border-left:1px solid #e5eaf0;padding:36px 32px;transition:background .2s;position:relative}.StatsSection-module__danPxa__stat:last-child{border-left:none}.StatsSection-module__danPxa__stat:after{content:"";background:0 0;height:2px;transition:background .3s;position:absolute;bottom:0;left:0;right:0}.StatsSection-module__danPxa__stat:hover{background:var(--bg)}.StatsSection-module__danPxa__stat:hover:after{background:var(--gold)}.StatsSection-module__danPxa__num{color:var(--primary);margin-bottom:6px;font-size:50px;font-weight:700;line-height:1}.StatsSection-module__danPxa__sup{color:var(--gold);font-size:22px;font-weight:600}.StatsSection-module__danPxa__title{color:var(--dark);margin-bottom:2px;font-size:15px;font-weight:600}.StatsSection-module__danPxa__sub{color:var(--muted);font-size:12px;font-weight:300}@media (max-width:768px){.StatsSection-module__danPxa__row{grid-template-columns:repeat(2,1fr)}.StatsSection-module__danPxa__stat{border-bottom:1px solid #e5eaf0;border-left:none}.StatsSection-module__danPxa__stat:nth-child(3),.StatsSection-module__danPxa__stat:nth-child(4){border-bottom:none}}
.AboutSection-module__G26wWW__about{background:#fff;padding:100px 0;position:relative;overflow:hidden}.AboutSection-module__G26wWW__geo{opacity:.035;pointer-events:none;position:absolute;top:50%;right:-60px;transform:translateY(-50%)}.AboutSection-module__G26wWW__grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.AboutSection-module__G26wWW__title{color:var(--primary);margin-bottom:22px;font-size:42px;font-weight:700;line-height:1.25}.AboutSection-module__G26wWW__body{color:var(--muted);margin-bottom:28px;font-size:15px;font-weight:300;line-height:2}.AboutSection-module__G26wWW__vm{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px;display:grid}.AboutSection-module__G26wWW__vmCard{border-right:3px solid var(--gold);background:var(--bg);padding:18px 20px}.AboutSection-module__G26wWW__vmLabel{letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:7px;font-size:10px;font-weight:600}.AboutSection-module__G26wWW__vmText{color:var(--text);font-size:13px;font-weight:300;line-height:1.75}.AboutSection-module__G26wWW__imgs{height:520px;position:relative}.AboutSection-module__G26wWW__imgMain{background-image:url(/assets/pics/warehouse-interior-01.jpg);background-position:50%;background-size:cover;width:62%;height:400px;position:absolute;top:0;right:0;overflow:hidden}.AboutSection-module__G26wWW__imgMain:after{content:"";background:linear-gradient(to top left,#07152ea6 0%,#07152e26 55%,#0000 100%);position:absolute;inset:0}.AboutSection-module__G26wWW__imgSecondary{background-image:url(/assets/pics/containers-fleet-04.jpg);background-position:50%;background-size:cover;border:4px solid #fff;width:52%;height:290px;position:absolute;bottom:0;left:0;overflow:hidden;box-shadow:0 8px 32px #00000026}.AboutSection-module__G26wWW__imgSecondary:after{content:"";background:linear-gradient(to top left,#07152e8c 0%,#07152e1a 55%,#0000 100%);position:absolute;inset:0}@media (max-width:768px){.AboutSection-module__G26wWW__grid{grid-template-columns:1fr}.AboutSection-module__G26wWW__imgs{display:none}.AboutSection-module__G26wWW__vm{grid-template-columns:1fr}.AboutSection-module__G26wWW__title{font-size:28px}}
.ValuesSection-module__wnORqW__values{background:var(--navy-deep);padding:64px 0}.ValuesSection-module__wnORqW__head{text-align:center;margin-bottom:48px}.ValuesSection-module__wnORqW__lbl{justify-content:center}.ValuesSection-module__wnORqW__heading{color:#fff;font-size:34px;font-weight:700}.ValuesSection-module__wnORqW__grid{background:#ffffff12;grid-template-columns:repeat(5,1fr);gap:1px;display:grid}.ValuesSection-module__wnORqW__card{background:var(--navy-deep);text-align:center;padding:32px 24px;transition:background .3s;position:relative}.ValuesSection-module__wnORqW__card:after{content:"";background:0 0;height:2px;transition:background .3s;position:absolute;bottom:0;left:20%;right:20%}.ValuesSection-module__wnORqW__card:hover{background:#0d1f3c}.ValuesSection-module__wnORqW__card:hover:after{background:var(--gold)}.ValuesSection-module__wnORqW__icon{border:1px solid #c0a35e4d;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 16px;font-size:20px;transition:border-color .3s;display:flex}.ValuesSection-module__wnORqW__card:hover .ValuesSection-module__wnORqW__icon{border-color:var(--gold)}.ValuesSection-module__wnORqW__cardTitle{color:#fff;margin-bottom:8px;font-size:14px;font-weight:600}.ValuesSection-module__wnORqW__cardDesc{color:#ffffff61;font-size:12px;font-weight:300;line-height:1.7}@media (max-width:1024px){.ValuesSection-module__wnORqW__grid{grid-template-columns:repeat(6,1fr)}.ValuesSection-module__wnORqW__card{grid-column:span 2}.ValuesSection-module__wnORqW__card:nth-child(4),.ValuesSection-module__wnORqW__card:nth-child(5){grid-column:span 3}}@media (max-width:768px){.ValuesSection-module__wnORqW__grid{grid-template-columns:repeat(2,1fr)}.ValuesSection-module__wnORqW__card,.ValuesSection-module__wnORqW__card:nth-child(4){grid-column:span 1}.ValuesSection-module__wnORqW__card:nth-child(5){grid-column:1/-1}}
.ServicesSection-module__yIL7hG__services{background:var(--bg);padding:80px 0 0}.ServicesSection-module__yIL7hG__services>.wrap{margin-bottom:40px}.ServicesSection-module__yIL7hG__heading{color:var(--primary);margin-bottom:0;font-size:42px;font-weight:700}.ServicesSection-module__yIL7hG__panels{height:520px;display:flex}.ServicesSection-module__yIL7hG__panel{cursor:pointer;border-right:1px solid #ffffff26;flex-direction:column;flex:1;justify-content:flex-end;padding:32px 28px;transition:flex .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.ServicesSection-module__yIL7hG__panel:first-child{border-right:none}.ServicesSection-module__yIL7hG__panel:hover,.ServicesSection-module__yIL7hG__panel.ServicesSection-module__yIL7hG__open{flex:2.3}.ServicesSection-module__yIL7hG__bg{background-position:50%;background-size:cover;transition:transform .55s;position:absolute;inset:0}.ServicesSection-module__yIL7hG__panel:hover .ServicesSection-module__yIL7hG__bg{transform:scale(1.05)}.ServicesSection-module__yIL7hG__panel:after{content:"";z-index:1;background:linear-gradient(to top left,#07152eeb 0%,#07152e80 50%,#07152e1a 100%);position:absolute;inset:0}.ServicesSection-module__yIL7hG__content{z-index:2;position:relative}.ServicesSection-module__yIL7hG__num{letter-spacing:3px;color:var(--gold);margin-bottom:8px;font-size:11px;font-weight:600}.ServicesSection-module__yIL7hG__title{color:#fff;font-size:20px;font-weight:600;transition:margin .35s}.ServicesSection-module__yIL7hG__panel:hover .ServicesSection-module__yIL7hG__title,.ServicesSection-module__yIL7hG__panel.ServicesSection-module__yIL7hG__open .ServicesSection-module__yIL7hG__title{margin-bottom:10px}.ServicesSection-module__yIL7hG__desc{color:#ffffff9e;opacity:0;max-height:0;margin-top:0;font-size:13px;font-weight:300;line-height:1.75;transition:max-height .4s,opacity .3s,margin .35s;overflow:hidden}.ServicesSection-module__yIL7hG__panel:hover .ServicesSection-module__yIL7hG__desc,.ServicesSection-module__yIL7hG__panel.ServicesSection-module__yIL7hG__open .ServicesSection-module__yIL7hG__desc{opacity:1;max-height:80px;margin-top:8px}.ServicesSection-module__yIL7hG__bullets{opacity:0;max-height:0;margin-top:0;list-style:none;transition:max-height .45s,opacity .3s 50ms,margin .35s;overflow:hidden}.ServicesSection-module__yIL7hG__panel:hover .ServicesSection-module__yIL7hG__bullets,.ServicesSection-module__yIL7hG__panel.ServicesSection-module__yIL7hG__open .ServicesSection-module__yIL7hG__bullets{opacity:1;max-height:160px;margin-top:10px}.ServicesSection-module__yIL7hG__bullets li{color:#ffffff80;padding:3px 14px 3px 0;font-size:12px;font-weight:300;line-height:1.65;position:relative}.ServicesSection-module__yIL7hG__bullets li:before{content:"";background:var(--gold);width:5px;height:1px;position:absolute;top:10px;right:0}.ServicesSection-module__yIL7hG__btn{color:#fff;opacity:0;background:0 0;border:1px solid #ffffff73;align-items:center;gap:10px;max-height:0;margin-top:0;padding:9px 16px;font-size:12px;font-weight:500;text-decoration:none;transition:max-height .4s,opacity .3s .1s,margin .35s,background .2s;display:inline-flex;overflow:hidden}.ServicesSection-module__yIL7hG__btn:hover{background:#ffffff1f}.ServicesSection-module__yIL7hG__panel:hover .ServicesSection-module__yIL7hG__btn,.ServicesSection-module__yIL7hG__panel.ServicesSection-module__yIL7hG__open .ServicesSection-module__yIL7hG__btn{opacity:1;max-height:56px;margin-top:16px}.ServicesSection-module__yIL7hG__dash{background:currentColor;flex-shrink:0;width:16px;height:1px;display:inline-block}@media (max-width:768px){.ServicesSection-module__yIL7hG__panels{flex-direction:column;height:auto}.ServicesSection-module__yIL7hG__panel{border-bottom:1px solid #ffffff1f;border-right:none;min-height:200px;flex:none!important}}
.TestimonialsSection-module__XID2pW__section{background:#fff;padding:100px 0}.TestimonialsSection-module__XID2pW__head{justify-content:space-between;align-items:flex-end;margin-bottom:52px;display:flex}.TestimonialsSection-module__XID2pW__heading{color:var(--primary);font-size:42px;font-weight:700;line-height:1.2}.TestimonialsSection-module__XID2pW__cards{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.TestimonialsSection-module__XID2pW__card{border:1px solid #e5eaf0;padding:36px 32px;transition:box-shadow .3s,border-color .3s;position:relative}.TestimonialsSection-module__XID2pW__card:hover{border-color:var(--gold-light);box-shadow:0 8px 40px #00000014}.TestimonialsSection-module__XID2pW__card:before{content:"\"";color:var(--gold);opacity:.15;pointer-events:none;font-family:Georgia,serif;font-size:72px;line-height:1;position:absolute;top:20px;left:28px}.TestimonialsSection-module__XID2pW__stars{color:var(--gold);letter-spacing:2px;gap:3px;margin-bottom:16px;font-size:14px;display:flex}.TestimonialsSection-module__XID2pW__text{color:var(--text);margin-bottom:24px;font-size:14px;font-weight:300;line-height:1.9}.TestimonialsSection-module__XID2pW__author{align-items:center;gap:12px;display:flex}.TestimonialsSection-module__XID2pW__avatar{background:var(--primary);width:44px;height:44px;color:var(--gold);flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.TestimonialsSection-module__XID2pW__name{color:var(--dark);font-size:14px;font-weight:600}.TestimonialsSection-module__XID2pW__company{color:var(--muted);margin-top:2px;font-size:12px;font-weight:300}.TestimonialsSection-module__XID2pW__service{letter-spacing:2px;text-transform:uppercase;color:var(--primary);border-bottom:1px solid var(--primary);margin-top:20px;padding-bottom:2px;font-size:10px;font-weight:600;display:inline-block}@media (max-width:1024px){.TestimonialsSection-module__XID2pW__cards{grid-template-columns:1fr 1fr}.TestimonialsSection-module__XID2pW__cards .TestimonialsSection-module__XID2pW__card:last-child{display:none}}@media (max-width:768px){.TestimonialsSection-module__XID2pW__head{flex-direction:column;align-items:flex-start;gap:16px}.TestimonialsSection-module__XID2pW__cards{grid-template-columns:1fr}.TestimonialsSection-module__XID2pW__cards .TestimonialsSection-module__XID2pW__card:last-child{display:block}.TestimonialsSection-module__XID2pW__heading{font-size:28px}}
.ProjectsSection-module__kwKImW__section{padding:90px 0;position:relative;overflow:hidden}.ProjectsSection-module__kwKImW__bg{background-image:url(/assets/pics/warehouse-interior-01.jpg);background-position:50%;background-size:cover;position:absolute;inset:0}.ProjectsSection-module__kwKImW__bg:after{content:"";background:#040d1ec7;position:absolute;inset:0}.ProjectsSection-module__kwKImW__body{z-index:1;position:relative}.ProjectsSection-module__kwKImW__head{margin-bottom:44px}.ProjectsSection-module__kwKImW__title{color:#fff;font-size:44px;font-weight:700}.ProjectsSection-module__kwKImW__cards{gap:20px;margin-bottom:40px;display:flex}.ProjectsSection-module__kwKImW__card{aspect-ratio:3/4;border:1px solid #ffffff1a;flex:1;max-height:360px;text-decoration:none;transition:border-color .3s,transform .3s;position:relative;overflow:hidden}.ProjectsSection-module__kwKImW__card:hover{border-color:var(--gold);transform:translateY(-5px)}.ProjectsSection-module__kwKImW__cardBg{background-position:50%;background-size:cover;transition:transform .5s;position:absolute;inset:0}.ProjectsSection-module__kwKImW__card:hover .ProjectsSection-module__kwKImW__cardBg{transform:scale(1.06)}.ProjectsSection-module__kwKImW__card:after{content:"";background:linear-gradient(to top left,#07152eeb 0%,#07152e59 50%,#0000 100%);position:absolute;inset:0}.ProjectsSection-module__kwKImW__cardInfo{z-index:1;padding:20px;position:absolute;bottom:0;left:0;right:0}.ProjectsSection-module__kwKImW__cardTag{letter-spacing:2.5px;color:var(--gold);text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:600}.ProjectsSection-module__kwKImW__cardName{color:#fff;font-size:16px;font-weight:600;line-height:1.35}.ProjectsSection-module__kwKImW__foot{justify-content:space-between;align-items:center;display:flex}@media (max-width:768px){.ProjectsSection-module__kwKImW__cards{flex-direction:column}.ProjectsSection-module__kwKImW__card{aspect-ratio:16/9;max-height:200px}.ProjectsSection-module__kwKImW__title{font-size:32px}}
