body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}*{box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;transition:all .3s}a{text-decoration:none}body{background-color:#fff;margin:0;text-align:center}@media screen and (max-width:700px){.top-padding-mobile{padding-top:105px}}.light-shadow,.project-card{box-shadow:0 2px 8px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.04);transition:box-shadow .3s ease}.light-shadow:hover,.project-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.12),0 8px 24px rgba(0,0,0,.06)}.font-subheading,.project-content .project-title{font-size:22px;font-weight:600;letter-spacing:-.01em;line-height:1.4}@media screen and (min-width:1440px){.font-heading{font-size:56px;line-height:1.1}.font-subheading,.project-content .project-title{font-size:28px;line-height:1.3}.font-body{font-size:20px;line-height:1.7}}.project-card{align-items:stretch;background:#fff;border-radius:20px;display:flex;justify-content:space-between;overflow:hidden;transition:all .3s ease;width:100%}.project-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12),0 12px 32px rgba(0,0,0,.08);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.project-img{align-items:flex-start;align-self:stretch;display:flex;min-height:320px;position:relative;width:50%}.project-img span{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,175,207,.95);border-radius:6px;color:#fff;display:inline-flex;flex-direction:row;font-size:12px;font-weight:600;justify-content:center;left:16px;letter-spacing:.5px;padding:6px 12px;position:absolute;text-transform:uppercase;top:16px;z-index:2}.project-content{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:28px;width:50%}.project-content .project-title{color:#00afcf;font-size:24px;font-weight:700;line-height:1.3;margin:0 0 18px;text-align:left}.project-desc{display:flex;flex-direction:column;padding:0;row-gap:8px;width:100%}.desc-item{align-items:stretch;background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:13px;justify-content:flex-start;overflow:hidden;transition:all .2s ease;width:100%}.desc-item:hover{background-color:#f0f0f0;border-color:#00afcf}.desc-content{align-items:flex-start;background-color:#fff;border-left:1px solid #e0e0e0;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:10px 14px;text-align:left;width:100%}.desc-content .desc-title{color:#888;font-size:10px;font-weight:600;letter-spacing:.5px;margin-bottom:3px;text-transform:uppercase}.desc-content span{color:#333;font-size:14px;font-weight:500}.label-icon{align-items:center;background-color:#f0f0f0;display:flex;flex-direction:row;flex-shrink:0;justify-content:center;min-width:44px;padding:10px}.label-icon svg{fill:#00afcf}@media screen and (max-width:960px){.project-card{flex-direction:column!important}.project-img{height:260px;min-height:260px;width:100%}.project-content{padding:24px 20px;width:100%}.project-desc{padding:0}.project-content .project-title{font-size:20px;margin-bottom:16px}}.project-tabs-wrap{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:0 10px 40px}.project-tabs-wrap .project-tabs{align-items:center;background-color:#f0f0f0;border-radius:10px;display:flex;height:-webkit-min-content;height:min-content;justify-content:space-between;margin:auto;padding:4px;width:280px}.project-tabs-wrap .project-tabs .tab-button{align-items:center;display:flex;height:-webkit-max-content;height:max-content;justify-content:center;width:calc(50% - 2px)}.tab-button>button{background:transparent;border:none;border-radius:8px;color:#252525;cursor:pointer;font-size:16px;font-weight:600;outline:none;padding:10px 20px;transition:all .2s ease;width:100%}button.active{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);color:#00afcf}.project-filters-wrap{-webkit-column-gap:16px;column-gap:16px;flex-direction:row;padding:0 0 40px}.project-filters-wrap,.project-filters-wrap .search-wrap{align-items:center;display:flex;justify-content:space-between}.project-filters-wrap .search-wrap{background:#fff;border:2px solid #e0e0e0;border-radius:10px;padding:12px 16px;transition:all .2s ease;width:100%}.project-filters-wrap .search-wrap:focus-within{border:2px solid #00afcf;box-shadow:0 0 0 3px rgba(0,175,207,.1)}.project-filters-wrap .search-wrap input{background:none;border:none;color:#333;font-size:15px;outline:none;padding:0 0 0 12px;width:100%}.project-filters-wrap .cross-icon,.project-filters-wrap .search-icon{align-items:center;display:flex;justify-content:center}.project-filters-wrap .cross-icon{cursor:pointer;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.project-filters-wrap .cross-icon:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.filters{gap:12px;justify-content:flex-end}.filters,.filters .filter{align-items:center;display:flex}.filters .filter{background:#fff;border:2px solid #e0e0e0;border-radius:10px;color:#666;-webkit-column-gap:8px;column-gap:8px;cursor:pointer;flex-direction:row;font-size:14px;font-weight:500;justify-content:center;padding:10px 18px;transition:all .2s ease;width:-webkit-max-content;width:max-content}.filters .filter:hover{border-color:#00afcf;color:#00afcf}.filters .filter svg{fill:#666;height:16px;transition:all .2s ease;width:16px}.filters .active-filter{background:rgba(0,175,207,.1);border:2px solid #00afcf;color:#00afcf;font-weight:600}.filters .active-filter svg{fill:#00afcf}.projects-header-info{margin-bottom:40px;text-align:center}.question-icon{cursor:pointer;left:calc(100% + 8px);position:absolute;top:-20px;top:0}#projects-disclaimer-tooltip{border-radius:8px;font-size:12px;z-index:1000}@media screen and (max-width:960px){.projects-section-main{margin-top:30px}.top-padding-mobile{padding-top:105px}.project-filters-wrap{flex-direction:column;row-gap:16px}.filters{flex-direction:row;flex-wrap:wrap;width:100%}.filters,.filters .filter{justify-content:flex-start}.filters .filter{flex:1 1;min-width:200px}}button:active{opacity:.95;-webkit-transform:scale(.98) translateY(0);transform:scale(.98) translateY(0)}button:focus-visible{outline:2px solid #00afcf;outline-offset:2px}.hero-section,.outer-padding,.section{padding-left:80px;padding-right:80px}.hero-img,.light-shadow,.policy-point{box-shadow:0 2px 8px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.04);transition:box-shadow .3s ease}.hero-img:hover,.light-shadow:hover,.policy-point:hover{box-shadow:0 4px 12px rgba(0,0,0,.12),0 8px 24px rgba(0,0,0,.06)}.font-heading,.hero-title{font-size:32px;font-weight:700;letter-spacing:-.02em;line-height:1.2}.font-body,.hero-description{font-size:18px;font-weight:400;line-height:1.7}@media screen and (max-width:700px){.hero-section,.outer-padding,.section{padding-left:20px;padding-right:20px}}@media screen and (min-width:1440px){.font-heading,.hero-title{font-size:56px;line-height:1.1}.font-subheading{font-size:28px;line-height:1.3}.font-body,.hero-description{font-size:20px;line-height:1.7}}.hero-section{background:linear-gradient(135deg,#f8f9fa,#fff 50%,#f0f4f8);margin-top:-107px;overflow:hidden;padding-top:107px;position:relative;width:100%;z-index:0}.hero-section:before{background:radial-gradient(circle at 20% 50%,rgba(0,175,207,.08) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,175,207,.06) 0,transparent 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-container{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin:0 auto;max-height:1000px;max-width:1600px;min-height:calc(100vh - 107px);padding:80px 0;position:relative;width:100%;z-index:1}.hero-content{align-self:flex-start;display:flex;flex:0 0 50%;flex-direction:column;gap:18px;max-width:600px;text-align:start}.hero-badge{background:rgba(0,175,207,.1);border-radius:50px;color:#00afcf;display:inline-block;font-size:13px;font-weight:600;letter-spacing:1px;margin-bottom:20px;padding:6px 18px;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.hero-title{color:#00afcf;font-size:48px;font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:0}.hero-description{color:#555;font-size:18px;line-height:1.65;margin:0}.hero-description strong{color:#252525;font-weight:600}.hero-highlights{display:flex;flex-wrap:wrap;gap:16px;margin-top:4px}.hero-highlight-item{align-items:center;background:rgba(0,175,207,.05);border-radius:8px;color:#252525;display:flex;font-size:13px;font-weight:500;gap:8px;padding:6px 14px}.hero-highlight-item .highlight-icon{align-items:center;color:#00afcf;display:flex;flex-shrink:0;height:18px;justify-content:center;width:18px}.hero-cta{align-items:center;display:flex;gap:0;margin-top:4px}.hero-visual-section{align-self:flex-start;flex:0 0 50%;flex-direction:column}.hero-img,.hero-visual-section{align-items:stretch;display:flex;position:relative}.hero-img{background-color:#f5f5f5;border-radius:16px;height:420px;margin:0;overflow:hidden;padding:0;width:100%}.section{padding-bottom:100px;padding-top:100px;width:100%}.section .container{display:flex;flex-direction:column;justify-content:center;margin:auto;max-width:1600px;width:100%}.page-title{color:#00afcf;max-width:-webkit-max-content;max-width:max-content;position:relative}.title{font-size:42px;font-weight:700;letter-spacing:-.02em;margin:0 auto 60px;position:relative}.title:before{background:#00afcf;border-radius:2px;bottom:-16px;content:"";height:4px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:80px}section.topnotch-section{background:#252525;padding-bottom:100px;padding-top:100px}.topnotch-title{color:#fff}.section-content{align-items:stretch;-webkit-column-gap:24px;column-gap:24px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;row-gap:24px;width:100%;z-index:1}.topnotch-item{align-items:center;background:hsla(0,0%,100%,.05);border-radius:12px;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;max-width:280px;min-width:200px;padding:32px 24px;transition:all .3s ease}.topnotch-item:hover{background:hsla(0,0%,100%,.08);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.topnotch-item img{height:64px;margin-bottom:16px;width:auto}.topnotch-item span{color:#fafafa;font-size:18px;font-weight:600;margin:0;text-align:center}.services-title{color:#252525}section.projects-section{background-color:#f8f9fa}.projects-wrap{display:flex;flex-direction:column;row-gap:30px}section.safety-section{background-color:#fff}.safety-title{color:#00afcf}.safety-policies-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px;width:100%}.policy-point{background:#fff;border-radius:12px;padding:32px;transition:all .3s ease}.policy-point:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.policy-point-header{align-items:center;display:flex;gap:12px;margin-bottom:12px}.policy-point-header h5{color:#252525;font-size:1.15rem;font-weight:600;line-height:1.4;margin:0}.policy-number{background:rgba(0,175,207,.12);border-radius:8px;color:#00afcf;flex-shrink:0;font-size:1rem;font-weight:700;letter-spacing:.5px;min-width:48px;padding:8px 14px;text-align:center}.policy-point p{color:#666;font-size:1rem;line-height:1.8;margin:0;text-align:left}@media screen and (max-width:960px){.hero-section.top-padding-mobile{margin-top:-105px;padding-top:160px!important}.hero-container{flex-direction:column;gap:40px;min-height:-webkit-max-content;min-height:max-content;padding:60px 0;width:100%}.hero-content{flex:1 1;gap:16px;max-width:100%;text-align:left;width:100%}.hero-badge{margin-bottom:0}.hero-title{font-size:36px;line-height:1.2}.hero-description{font-size:17px;line-height:1.65}.hero-cta{align-items:flex-start;flex-direction:column;gap:12px;margin-top:0}.hero-cta button{margin:0!important;width:100%}.hero-visual-section{flex:1 1;width:100%}.hero-img{height:350px;width:100%}.hero-highlights{gap:12px}.hero-highlight-item{font-size:12px;padding:5px 12px}.topnotch-item{max-width:100%;min-width:100%}.safety-policies-grid{gap:24px;grid-template-columns:1fr}.policy-point{padding:24px}.title{font-size:28px}.section,section.topnotch-section{padding-bottom:60px;padding-top:60px}}@media screen and (max-width:700px){.hero-section.top-padding-mobile{margin-top:-105px;padding-top:190px!important}.hero-container{gap:32px;padding:50px 0}.hero-title{font-size:28px}.hero-description{font-size:16px;line-height:1.6}.hero-img{height:300px}.hero-highlights{flex-direction:column;gap:10px}.hero-highlight-item{width:100%}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{background:none;border:0;cursor:pointer;filter:alpha(opacity=40);font-size:32px;opacity:.4;position:absolute;top:20px;transition:all .25s ease-in;z-index:2}.carousel .control-arrow:focus,.carousel .control-arrow:hover{filter:alpha(opacity=100);opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{border-bottom:8px solid transparent;border-top:8px solid transparent;content:"";display:inline-block;margin:0 5px}.carousel .control-disabled.control-arrow{cursor:inherit;display:none;filter:alpha(opacity=0);opacity:0}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{display:inline-block;pointer-events:none;width:100%}.carousel .carousel{position:relative}.carousel .control-arrow{background:none;border:0;font-size:18px;margin-top:-13px;outline:0;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{list-style:none;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);transition:all .15s ease-in;white-space:nowrap}.carousel .thumb{border:3px solid #fff;display:inline-block;margin-right:6px;overflow:hidden;padding:2px;transition:border .15s ease-in;white-space:nowrap}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;overflow:hidden;position:relative}.carousel.carousel-slider .control-arrow{bottom:0;color:#fff;font-size:26px;margin-top:0;padding:5px;top:0}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,.2)}.carousel .slider-wrapper{margin:auto;overflow:hidden;transition:height .15s ease-in;width:100%}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{list-style:none;margin:0;padding:0;position:relative;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{margin:0;min-width:100%;position:relative;text-align:center}.carousel .slide img{border:0;vertical-align:top;width:100%}.carousel .slide iframe{border:0;display:inline-block;margin:0 40px 40px;width:calc(100% - 80px)}.carousel .slide .legend{background:#000;border-radius:10px;bottom:40px;color:#fff;font-size:12px;left:50%;margin-left:-45%;opacity:.25;padding:10px;position:absolute;text-align:center;transition:all .5s ease-in-out;transition:opacity .35s ease-in-out;width:90%}.carousel .control-dots{bottom:0;margin:10px 0;padding:0;position:absolute;text-align:center;width:100%;z-index:1}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{background:#fff;border-radius:50%;box-shadow:1px 1px 2px rgba(0,0,0,.9);cursor:pointer;display:inline-block;filter:alpha(opacity=30);height:8px;margin:0 8px;opacity:.3;transition:opacity .25s ease-in;width:8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{filter:alpha(opacity=100);opacity:1}.carousel .carousel-status{color:#fff;font-size:10px;padding:5px;position:absolute;right:0;text-shadow:1px 1px 1px rgba(0,0,0,.9);top:0}.carousel:hover .slide .legend{opacity:1}.carousel-root{display:flex;flex-direction:column}.carousel-root,.carousel.carousel-slider{height:100%!important;margin:0!important;padding:0!important;width:100%}.carousel .slider,.carousel .slider-wrapper{height:100%!important;margin:0!important}.carousel .slide{margin:0!important;padding:0!important}.carousel .slide,.carousel .slide>div{align-items:center;display:flex!important;height:100%!important;justify-content:center}.carousel .slide>div{width:100%!important}.carousel .slide img{display:block!important;height:100%!important;margin:0!important;object-fit:cover!important;padding:0!important;width:100%!important}.carousel .control-dots{margin:0!important;padding:10px 0!important}.slider-wrap{align-items:stretch;align-self:stretch;display:flex;height:100%;justify-content:center;width:100%}.light-shadow,.service-item{box-shadow:0 2px 8px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.04);transition:box-shadow .3s ease}.light-shadow:hover,.service-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.12),0 8px 24px rgba(0,0,0,.06)}.font-subheading,.service-name{font-size:22px;font-weight:600;letter-spacing:-.01em;line-height:1.4}@media screen and (min-width:1440px){.font-heading{font-size:56px;line-height:1.1}.font-subheading,.service-name{font-size:28px;line-height:1.3}.font-body{font-size:20px;line-height:1.7}}.service-item{align-items:center;aspect-ratio:4/5;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-width:240px;overflow:hidden;padding:0;position:relative;width:22%}.service-item,.service-overlay{border-radius:16px;transition:all .3s ease}.service-overlay{background:linear-gradient(180deg,rgba(37,37,37,.3),rgba(37,37,37,.7));bottom:0;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.service-name{cursor:pointer;font-size:24px;font-weight:700;left:50%;padding:0 16px;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:all .3s ease}.service-desc,.service-name{color:#fff;position:absolute;z-index:2}.service-desc{bottom:0;font-size:15px;left:0;line-height:1.6;opacity:0;padding:24px;right:0;-webkit-transform:translateY(20px);transform:translateY(20px);transition:all .4s ease}.service-item:hover{box-shadow:0 8px 24px rgba(0,0,0,.15),0 12px 32px rgba(0,0,0,.1);-webkit-transform:translateY(-8px);transform:translateY(-8px)}.service-item:hover .service-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(180deg,rgba(37,37,37,.5),rgba(37,37,37,.85))}.service-item:hover .service-name{font-size:22px;top:20%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.service-item:hover .service-desc{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width:960px){.service-item{aspect-ratio:4/3;margin:0 auto;max-width:400px;width:100%}}.service-detail-cards-container{display:flex;flex-direction:column;margin-bottom:30px;margin-top:0;row-gap:32px}@media screen and (max-width:960px){.service-detail-cards-container{row-gap:24px}}@media screen and (max-width:700px){.top-padding-mobile{padding-top:105px}.service-detail-cards-container{row-gap:20px}}.light-shadow,.service-detail-card,.service-img{box-shadow:0 2px 8px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.04);transition:box-shadow .3s ease}.light-shadow:hover,.service-detail-card:hover,.service-img:hover{box-shadow:0 4px 12px rgba(0,0,0,.12),0 8px 24px rgba(0,0,0,.06)}.font-subheading,.service-subtitle{font-size:22px;font-weight:600;letter-spacing:-.01em;line-height:1.4}@media screen and (min-width:1440px){.font-heading{font-size:56px;line-height:1.1}.font-subheading,.service-subtitle{font-size:28px;line-height:1.3}.font-body{font-size:20px;line-height:1.7}}.ReactCollapse--collapse{transition:height .4s cubic-bezier(.4,0,.2,1)}.service-detail-card{background:#fff;border:1px solid rgba(0,175,207,.1);border-radius:16px;display:flex;flex-direction:row;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.service-detail-card:hover{border-color:rgba(0,175,207,.3);box-shadow:0 8px 24px rgba(0,175,207,.12),0 4px 16px rgba(0,0,0,.08);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.service-detail-card:before{background:linear-gradient(180deg,#00afcf,rgba(0,175,207,.6));content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:3px}.service-detail-card:hover:before{opacity:1}.service-card-number{align-items:center;background:linear-gradient(135deg,rgba(0,175,207,.08),rgba(0,175,207,.03));border-right:1px solid rgba(0,175,207,.1);display:flex;justify-content:center;min-width:60px;padding:0 20px}.service-card-number span{color:#00afcf;font-size:24px;font-weight:700;letter-spacing:-.02em;opacity:.6}.service-content-wrapper{display:flex;flex:1 1;flex-direction:column;gap:24px;padding:32px 36px}.service-header{margin-bottom:8px}.service-title{color:#252525;display:inline-block;font-size:28px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0;position:relative;text-align:left}.service-title:after{background:#00afcf;border-radius:2px;bottom:-6px;content:"";height:3px;left:0;position:absolute;width:50px}.trimmed-text{-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.untrimmed-text{display:block}.service-content-container{display:flex;flex-direction:column;gap:24px;width:100%}.service-detail-top{align-items:flex-start;display:flex;flex-direction:row;gap:32px;width:100%}.service-detail-top.layout-left{flex-direction:row}.service-detail-top.layout-right{flex-direction:row-reverse}.service-details{color:#444;flex:1 1;font-size:16px;line-height:1.75;min-width:0;text-align:left}.service-details p{color:#555;margin:0}.service-img{background-color:#f0f0f0;border-radius:12px;display:block;flex:0 0 320px;height:220px;min-height:220px;overflow:hidden;position:relative;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.service-img .service-img-overlay{background:linear-gradient(180deg,rgba(0,175,207,.1) 0,transparent 50%);bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:1}.service-img:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.service-img:hover .service-img-overlay{opacity:1}.service-collapse{align-items:flex-start;display:flex;flex-direction:column;margin-top:8px;width:100%}.collapse-wrapper{border-top:2px solid rgba(0,175,207,.1);padding-top:20px;width:100%}.service-subtitle{align-items:center;color:#252525;display:flex;font-size:20px;gap:10px;margin-bottom:20px;text-align:left}.service-subtitle svg{color:#00afcf;flex-shrink:0}.collapse-content{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);width:100%}.collapse-point{align-items:flex-start;background:rgba(0,175,207,.04);border-left:3px solid #00afcf;border-radius:8px;display:flex;gap:10px;padding:10px 14px;text-align:left;transition:all .2s ease}.collapse-point:hover{background:rgba(0,175,207,.08);-webkit-transform:translateX(3px);transform:translateX(3px)}.collapse-point svg{color:#00afcf;flex-shrink:0;margin-top:2px}.collapse-point span{color:#555;font-size:14px;line-height:1.6;text-align:left}.service-detail-btn{align-items:center;align-self:flex-start;background:transparent;border:2px solid #00afcf;border-radius:8px;color:#00afcf;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;margin-top:6px;min-width:120px;overflow:hidden;padding:10px 18px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:auto}.service-detail-btn:before{background:#00afcf;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s cubic-bezier(.4,0,.2,1);width:100%;z-index:0}.service-detail-btn .btn-icon-wrapper,.service-detail-btn .btn-text{position:relative;transition:color .3s ease;z-index:1}.service-detail-btn .btn-icon-wrapper{align-items:center;display:flex;height:18px;justify-content:center;width:18px}.service-detail-btn svg{color:currentColor;transition:-webkit-transform .4s cubic-bezier(.4,0,.2,1);transition:transform .4s cubic-bezier(.4,0,.2,1);transition:transform .4s cubic-bezier(.4,0,.2,1),-webkit-transform .4s cubic-bezier(.4,0,.2,1)}.service-detail-btn:hover{border-color:#00afcf;box-shadow:0 8px 20px rgba(0,175,207,.25);color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.service-detail-btn:hover:before{left:0}.service-detail-btn:hover svg{-webkit-transform:translateY(2px);transform:translateY(2px)}.service-detail-btn:active{box-shadow:0 4px 12px rgba(0,175,207,.2);-webkit-transform:translateY(0);transform:translateY(0)}.service-detail-btn .icon-rotated{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.service-detail-btn:hover .icon-rotated{-webkit-transform:rotate(180deg) translateY(2px);transform:rotate(180deg) translateY(2px)}.service-card-left .service-detail-top{flex-direction:row}.service-card-right .service-detail-top{flex-direction:row-reverse}@media screen and (max-width:1200px){.service-img{flex:0 0 300px;height:200px}}@media screen and (max-width:960px){.service-detail-card{flex-direction:column}.service-card-number{border-bottom:1px solid rgba(0,175,207,.1);border-right:none;min-width:100%;padding:20px 24px}.service-card-number span{font-size:28px}.service-content-wrapper{gap:20px;padding:24px}.service-title{font-size:24px}.service-detail-top{flex-direction:column!important;gap:24px}.service-details{order:2;width:100%}.service-img{background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;flex:1 1 100%;height:200px;min-height:200px;min-width:100%;order:1;width:100%}.collapse-content{grid-template-columns:1fr}.service-detail-btn{max-width:100%;width:100%}}@media screen and (max-width:700px){.service-content-wrapper{gap:16px;padding:20px}.service-title{font-size:22px}.service-details{font-size:15px}.service-img{background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;height:200px;min-height:200px}.service-detail-top{gap:20px}.collapse-point{padding:8px 12px}.collapse-point span{font-size:14px}.service-card-number{min-width:50px;padding:0 16px}.service-card-number span{font-size:20px}.service-detail-btn{font-size:13px;gap:6px;min-width:auto;padding:10px 16px;width:100%}.service-detail-btn .btn-icon-wrapper{height:16px;width:16px}}.navbar{align-items:center;background:transparent;border:none;justify-content:center;max-width:100%;overflow:visible;padding:0 80px;position:relative;z-index:100}.navbar,.navbar .nav-container{box-shadow:none;display:flex;flex-direction:row;margin:0}.navbar .nav-container{align-items:flex-end;background:hsla(0,0%,100%,.15);border:none;border-bottom:3px solid #00afcf;border-radius:0;justify-content:space-between;max-width:1600px;padding:0 30px;width:100%}.navbar .nav-container-mobile{display:none}.nav-logo{cursor:pointer;margin:0;padding:0}.nav-logo,.nav-logo img{width:100px}.nav-items-wrap{align-items:flex-end;-webkit-column-gap:20px;column-gap:20px;display:flex;margin:0}.nav-items-wrap .nav-item{color:#252525;font-size:20px;font-weight:700;margin:0 0 0 40px;padding:8px 0;position:relative}.nav-items-wrap .nav-item:after{background:#00afcf;content:"";display:block;height:3px;margin-top:6px;position:absolute;transition:width .3s;width:0;z-index:1}.nav-items-wrap .nav-item:hover:after{width:100%}.active-link{background:#00afcf;display:block;height:3px;margin-top:38px;position:absolute;width:100%;z-index:1}@media screen and (max-width:700px){.navbar{max-width:100%;padding:0;width:100%}.navbar .nav-container{display:none}.navbar .nav-container-mobile{display:flex;flex-direction:column;justify-content:space-between;left:0;position:fixed;right:0;top:0;width:100%;z-index:100}.navbar .nav-container-mobile .nav-header{align-items:center;background:hsla(0,0%,100%,.15);border-bottom:3px solid #00afcf;display:flex;flex-direction:row;height:105px;justify-content:space-between;transition:background-color .3s ease;width:100%;z-index:1000}.navbar .nav-container-mobile .nav-header.scrolled{background:#fff}.navbar .nav-container-mobile .nav-header .nav-icon{align-items:center;cursor:pointer;display:flex;justify-content:center;margin:2px 16px;padding:0;width:-webkit-max-content;width:max-content}.navbar .nav-container-mobile .nav-header .nav-icon svg{fill:#00afcf;height:32px;width:32px}.navbar .nav-container-mobile .nav-content-mobile{background-color:#00afcf;display:flex;flex-direction:column;height:calc(100vh - 105px);left:0;overflow:hidden;padding:40px;position:fixed;right:0;row-gap:40px;transition:2s ease-in-out cubic-bezier(.55,.055,.675,.19)!important;z-index:100}.navbar .nav-container-mobile .nav-content-mobile .nav-item-mobile{color:#fff;font-size:24px;margin:auto;position:relative}.navbar .nav-container-mobile .displayNav{left:0;right:0;top:105px}.navbar .nav-container-mobile .hideNav{left:0;right:0;top:-100vh}.active-link-mobile{background:#fff;display:block;height:3px;margin:32px auto auto;position:absolute;width:100%;z-index:1}}.outer-padding,footer{padding-left:80px;padding-right:80px}@media screen and (max-width:700px){.outer-padding,footer{padding-left:20px;padding-right:20px}}footer{align-items:center;background:#252525;display:flex;flex-direction:column;justify-content:center;padding-bottom:60px;padding-top:80px;width:100%}footer .footer-container{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:60px;justify-content:space-between;margin:auto;max-width:1600px;width:100%}.footer-col{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;min-width:200px}.footer-col h3{color:#00afcf;font-size:20px;font-weight:700;margin-bottom:24px}.footer-col ul{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0;row-gap:12px}.footer-col ul .footer-link{color:#ccc;font-size:15px;transition:color .2s ease}.footer-col ul .footer-link:hover{color:#fff}.contact-item{align-items:center;color:#ccc;display:flex;gap:12px;justify-content:flex-start;margin-bottom:12px}.contact-item .contact-icon{align-items:center;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.contact-item span{font-size:15px;line-height:1.5;text-align:left}.contact-item span a{color:#ccc;text-decoration:none;transition:color .2s ease}.contact-item span a:hover{color:#fff}@media screen and (max-width:700px){footer{padding-bottom:20px;padding-top:20px}footer .footer-container{flex-direction:column}.footer-col{align-items:center;width:100%}.footer-col h3{margin:auto}.footer-col ul{align-items:center}}.outer-padding{padding-left:80px;padding-right:80px}@media screen and (max-width:700px){.outer-padding{padding-left:20px;padding-right:20px}}section.contact-section{background:linear-gradient(0deg,#252525,rgba(37,37,37,.6) 99.98%,rgba(37,37,37,.47) 99.99%),url(/static/media/contactBg.5d91a2074d1e02bb32ec.webp) 50%;background-size:cover;position:relative}section.contact-section *{color:#fafafa;z-index:10}section.contact-section:before{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);content:"";inset:0;position:absolute}h3.contact-form-title{margin-bottom:20px!important}.contact-form{margin-top:48px;width:100%}.form-row{-webkit-column-gap:20px;column-gap:20px;display:flex;flex-direction:row;justify-content:space-between;width:100%}.form-input{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin:10px 0;row-gap:4px;width:30%}.text-input{background:transparent;border:1px solid #fafafa;border-radius:8px;outline:none;padding:12px 16px;width:100%}.textarea{width:100%}.textarea textarea{resize:vertical;transition:0}.submit-button{align-items:center;-webkit-column-gap:8px;column-gap:8px;display:flex;justify-content:flex-end;margin:30px 0}.error-message{color:red;font-size:14px;margin-top:0}@media screen and (max-width:700px){.form-row{flex-direction:column}.form-input{width:100%}}.about-values-card,.light-shadow,.mission-card{box-shadow:0 2px 8px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.04);transition:box-shadow .3s ease}.about-values-card:hover,.light-shadow:hover,.mission-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.12),0 8px 24px rgba(0,0,0,.06)}.about-content-section{margin-bottom:60px}.about-intro{color:#555;font-size:18px;line-height:1.8;margin:24px auto 0;max-width:900px;text-align:left}.mission-card{align-items:center;background:#fff;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;margin:60px auto;max-width:1000px;overflow:hidden;padding:60px;position:relative;transition:all .3s ease;width:100%}.mission-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12),0 12px 32px rgba(0,0,0,.08);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.mission-content{color:#555;font-size:18px;font-style:italic;line-height:1.8;margin:0 auto;max-width:800px;text-align:center}p.about-intro,p.mission-content{margin-top:0}.about-values-container{-webkit-column-gap:8px;column-gap:8px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;row-gap:12px}.about-values-card{align-items:center;background-color:#fff;border-radius:16px;cursor:default;display:flex;flex-direction:column;justify-content:flex-start;min-width:200px;overflow:hidden;padding:32px 24px;position:relative;text-align:center;transition:all .3s ease;width:23%}.about-values-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12),0 12px 32px rgba(0,0,0,.08);-webkit-transform:translateY(-6px);transform:translateY(-6px)}.about-values-card h3{color:#00afcf;font-size:1.3rem;font-weight:700;margin:16px 0 12px}.about-values-card p{color:#666;font-size:1rem;line-height:1.8;margin:0}@media screen and (max-width:960px){.about-values-card{margin:0 auto;max-width:400px;width:100%}.mission-card{margin:40px auto;padding:40px 32px}.mission-content{font-size:16px}}.outer-padding,.page-hero{padding-left:80px;padding-right:80px}.light-shadow{box-shadow:0 2px 8px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.04);transition:box-shadow .3s ease}.light-shadow:hover{box-shadow:0 4px 12px rgba(0,0,0,.12),0 8px 24px rgba(0,0,0,.06)}.font-heading{font-size:32px;font-weight:700;letter-spacing:-.02em;line-height:1.2}.font-subheading{font-size:22px;font-weight:600;letter-spacing:-.01em;line-height:1.4}.font-body{font-size:18px;font-weight:400;line-height:1.7}@media screen and (max-width:700px){.outer-padding,.page-hero{padding-left:20px;padding-right:20px}}@media screen and (min-width:1440px){.font-heading{font-size:56px;line-height:1.1}.font-subheading{font-size:28px;line-height:1.3}.font-body{font-size:20px;line-height:1.7}}.page-hero{background:linear-gradient(135deg,#f8f9fa,#fff 50%,#f0f4f8);margin-top:-107px;overflow:hidden;padding-bottom:70px;padding-top:187px;position:relative;width:100%;z-index:0}.page-hero:before{background:radial-gradient(circle at 20% 50%,rgba(0,175,207,.08) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,175,207,.06) 0,transparent 50%);bottom:0;left:0;right:0;top:0}.page-hero:after,.page-hero:before{content:"";pointer-events:none;position:absolute}.page-hero:after{background:radial-gradient(circle,rgba(0,175,207,.05) 0,transparent 70%);border-radius:50%;height:400px;right:-50px;top:-50px;width:400px}.page-hero.services-hero{background:linear-gradient(135deg,#f0f7f9,#fff 50%,#f8fafb)}.page-hero.projects-hero{background:linear-gradient(135deg,#faf9f6,#fff 50%,#f5f7fa)}.page-hero.about-hero{background:linear-gradient(135deg,#f8f9fa,#fff 50%,#f0f4f8)}.page-hero.contact-hero{background:linear-gradient(135deg,#f0f7f9,#fff 50%,#f8fafb)}.page-hero-container{align-items:flex-start;display:flex;gap:60px;justify-content:space-between;margin:0 auto;max-width:1600px;position:relative;width:100%;z-index:1}.page-hero-content{flex:0 0 70%;margin:0;max-width:none;text-align:left}.page-hero-visual{align-items:center;display:flex;flex:0 0 30%;justify-content:center;min-height:300px;opacity:.7;position:relative;transition:opacity .3s ease}.page-hero-visual svg{height:100%;max-height:280px;max-width:280px;width:100%}.page-hero-visual:hover{opacity:.85}.page-hero-badge{background:rgba(0,175,207,.1);border-radius:50px;color:#00afcf;display:inline-block;font-size:13px;font-weight:600;letter-spacing:1px;margin-bottom:20px;margin-left:0;padding:6px 18px;text-transform:uppercase}.page-hero-title{color:#252525;font-size:48px;font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:0 0 20px}.page-hero-description{color:#555;font-size:18px;line-height:1.65;margin:0 0 36px;max-width:800px}.page-hero-stats{border-top:1px solid rgba(0,175,207,.15);flex-wrap:wrap;gap:48px;justify-content:flex-start;margin-top:36px;padding-top:36px}.hero-stat-item,.page-hero-stats{align-items:flex-start;display:flex}.hero-stat-item{flex-direction:column;gap:6px;min-width:120px}.stat-number{color:#00afcf;font-size:38px;font-weight:800;letter-spacing:-.02em;line-height:1}.stat-label{color:#666;font-size:13px;font-weight:600;letter-spacing:.5px;text-align:left;text-transform:uppercase}@media screen and (max-width:960px){.page-hero{margin-top:-105px;padding-bottom:60px;padding-top:220px}.page-hero-container{flex-direction:column;gap:0;position:relative}.page-hero-content{flex:1 1;max-width:100%;position:relative;z-index:2}.page-hero-visual{height:300px;min-height:auto;opacity:.15;pointer-events:none;position:absolute;right:-50px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:300px;z-index:1}.page-hero-visual svg{max-height:300px;max-width:300px}.page-hero-title{font-size:36px}.page-hero-description{font-size:17px;margin-bottom:32px}.page-hero-stats{gap:36px;margin-top:32px;padding-top:32px}.stat-number{font-size:32px}.hero-stat-item{min-width:100px}}@media screen and (max-width:700px){.page-hero{margin-top:-105px;padding-bottom:50px;padding-top:240px}.page-hero-container{gap:0}.page-hero-visual{height:250px;opacity:.12;right:-30px;width:250px}.page-hero-visual svg{max-height:250px;max-width:250px}.page-hero-badge{font-size:12px;margin-bottom:16px;padding:5px 16px}.page-hero-title{font-size:28px;margin-bottom:16px}.page-hero-description{font-size:16px;line-height:1.6;margin-bottom:28px}.page-hero-stats{flex-direction:row;gap:24px;justify-content:flex-start;margin-top:28px;padding-top:28px}.stat-number{font-size:28px}.stat-label{font-size:11px}.hero-stat-item{gap:4px;min-width:80px}}.contact-header{margin-bottom:60px;text-align:center}.contact-header h2{color:#252525;font-size:32px;font-weight:700;margin-bottom:16px}.contact-intro{color:#555;font-size:18px;line-height:1.7;margin:0 auto;max-width:800px;width:70%}.contact-page-content{display:flex;flex-direction:row;justify-content:space-between;margin-top:60px;position:relative;width:100%}.contact-page-content .contact-details{align-items:center;display:flex;flex-direction:column;height:-webkit-max-content;height:max-content;justify-content:flex-start;min-height:200px;padding:20px;width:50%}.contact-page-content .contact-details .contact-items-wrap{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;row-gap:10px}.contact-page-content .map-container{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;min-height:200px;padding:20px;width:50%}.contact-header-title{color:#00afcf}@media screen and (max-width:960px){.contact-intro{margin:auto;width:100%}.contact-page-content{flex-direction:column;margin-top:30px}.contact-page-content .contact-details,.contact-page-content .map-container{width:100%}.vertical-line{display:none}}.desc-detail{color:#000;font-size:20px}.desc-detail a{color:#000;text-decoration:none}.marker-wrap{position:relative}.marker{fill:darkred;bottom:100%;height:30px;position:absolute;width:30px}
/*# sourceMappingURL=main.4b794ef1.css.map*/