.AboutUs-module__cEXb4G__meet-the-team-container{gap:2rem;display:flex}.AboutUs-module__cEXb4G__meet-the-team-image{flex:1}.AboutUs-module__cEXb4G__meet-the-team-image img{border-radius:4px;width:100%;height:auto;box-shadow:0 10px 20px #0000001a}.AboutUs-module__cEXb4G__meet-the-team-content{text-align:left;flex:1}.AboutUs-module__cEXb4G__subtitle{color:var(--color-accent);margin-bottom:.5rem;font-size:1rem;font-weight:600}.AboutUs-module__cEXb4G__meet-the-team-heading{color:var(--color-primary);margin-bottom:1.5rem;font-size:2rem;font-weight:700}.AboutUs-module__cEXb4G__meet-the-team-content p{color:var(--color-text-dark);margin-bottom:1rem;font-size:1.1rem;line-height:1.6}@media (max-width:768px){.AboutUs-module__cEXb4G__meet-the-team-container{text-align:center;flex-direction:column}}
.Hero-module__JgYmMq__hero{height:50vh;padding:var(--global-padding);color:var(--color-text-light);background-image:linear-gradient(90deg,var(--color-primary)0%,var(--color-background-dark)50%,var(--color-accent)100%);background-size:300% 100%;justify-content:center;align-items:center;padding-top:150px;animation:10s infinite alternate Hero-module__JgYmMq__moveGradient;display:flex;overflow:hidden}@keyframes Hero-module__JgYmMq__moveGradient{0%{background-position:0}to{background-position:100%}}.Hero-module__JgYmMq__hero-content{max-width:var(--max-width);flex-wrap:wrap;gap:2rem;width:100%;display:flex}.Hero-module__JgYmMq__hero-left{text-align:left;flex-direction:column;flex:1;justify-content:center;display:flex}.Hero-module__JgYmMq__hero h1{color:var(--color-text-light);margin-bottom:1rem;font-size:clamp(20px,5vw,60px);font-weight:600;line-height:70px}.Hero-module__JgYmMq__hero .Hero-module__JgYmMq__subtitle{color:var(--color-text-light);margin-bottom:15px;font-size:clamp(19px,4vw,20px);font-weight:500}.Hero-module__JgYmMq__hero p{color:var(--color-text-light);margin-bottom:30px;font-size:25px;font-weight:700}@media (max-width:768px){.Hero-module__JgYmMq__hero{clip-path:none;flex-direction:column;height:auto;padding:8rem 1.5rem 3rem}.Hero-module__JgYmMq__hero-content{flex-direction:column;gap:1.5rem}.Hero-module__JgYmMq__hero-left{flex:unset;text-align:left;width:100%}.Hero-module__JgYmMq__hero h1{font-size:clamp(24px,6vw,40px);line-height:1.2}.Hero-module__JgYmMq__hero p{font-size:18px;line-height:1.3}}
.Button-module__e7WGRa__button{text-align:center;cursor:pointer;border:none;border-radius:.25rem;padding:1em 1.5em;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.Button-module__e7WGRa__button.Button-module__e7WGRa__primary{background-color:var(--color-primary);color:var(--color-text-light);font-size:16px;font-weight:500}.Button-module__e7WGRa__button.Button-module__e7WGRa__primary:hover{background-color:var(--color-accent);box-shadow:0 1px 1px #08080814,0 1px 1px #08080833,inset 0 6px 12px #ffffff1f,inset 0 1px 1px #fff3}.Button-module__e7WGRa__button.Button-module__e7WGRa__primary:disabled{background-color:var(--color-text-grey);cursor:not-allowed;opacity:.6}.Button-module__e7WGRa__button.Button-module__e7WGRa__secondary{background-color:var(--color-primary);color:var(--color-text-light);border:2px solid var(--color-primary);margin-top:20px;font-size:16px;font-weight:500}.Button-module__e7WGRa__button.Button-module__e7WGRa__secondary:hover{background-color:var(--color-accent);box-shadow:0 1px 1px #08080814,0 1px 1px #08080833,inset 0 6px 12px #ffffff1f,inset 0 1px 1px #fff3}@media (max-width:768px){.Button-module__e7WGRa__button.Button-module__e7WGRa__secondary{padding:1em;font-size:1rem}}
.Footer-module__Grjkva__footer{padding:var(--global-padding);background-color:var(--color-background-dark);color:var(--color-text-light)}.Footer-module__Grjkva__triangle{border-bottom:17.5px solid;border-left:5.5px solid #0000;border-right:5.5px solid #0000;width:0;height:0;transition:transform .3s}.Footer-module__Grjkva__triangle:first-child{margin-right:-.5px}.Footer-module__Grjkva__tilt-logo{display:inline-block}.Footer-module__Grjkva__navbar-logo:hover .Footer-module__Grjkva__tilt-logo{transition:transform .35s ease-in-out;transform:rotate(35deg)}.Footer-module__Grjkva__tapped{animation:.7s cubic-bezier(.34,1.56,.64,1) Footer-module__Grjkva__tappedAnimation}@keyframes Footer-module__Grjkva__tappedAnimation{0%{transform:rotate(45deg)scale(1)}50%{transform:rotate(45deg)scale(1.3)}to{transform:rotate(45deg)scale(1)}}.Footer-module__Grjkva__navbar-logo-static{border-bottom-color:inherit}.Footer-module__Grjkva__navbar-logo p{color:var(--color-text-light);letter-spacing:-1px;margin:0;font-weight:500;line-height:22px;font-size:24px!important}.Footer-module__Grjkva__navbar-logo{padding-bottom:20px}.Footer-module__Grjkva__footer-top{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:1rem;display:flex}.Footer-module__Grjkva__footer-left{flex-direction:column;align-items:flex-start;display:flex}.Footer-module__Grjkva__footer-nav{flex-wrap:wrap;gap:1.5rem;display:flex}.Footer-module__Grjkva__footer-nav a{color:var(--color-text-dark);padding-bottom:4px;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.Footer-module__Grjkva__footer-nav a:after{content:"";background-color:var(--color-text-dark);transform-origin:0 100%;width:100%;height:2px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;transform:scaleX(0)}.Footer-module__Grjkva__footer-nav a:hover{color:var(--color-text-light)}.Footer-module__Grjkva__footer-nav a:hover:after{transform-origin:0 100%;transform:scaleX(1)}.Footer-module__Grjkva__footer-nav a:not(:hover):after{transform-origin:100% 100%}.Footer-module__Grjkva__footer-bottom{text-align:center;opacity:.7;font-size:.9rem}.Footer-module__Grjkva__footer p{margin-bottom:0;font-size:15px}.Footer-module__Grjkva__footer a{color:#fff;text-decoration:none;transition:color .25s;position:relative}.Footer-module__Grjkva__footer a:focus{outline:2px solid var(--color-accent);outline-offset:2px}.Footer-module__Grjkva__footer a:active{color:#ddd}.Footer-module__Grjkva__footer ::selection{color:#000;background-color:#fff}.Footer-module__Grjkva__footer ::selection{color:#000;background-color:#fff}@media (hover:hover) and (pointer:fine){.Footer-module__Grjkva__footer-nav a:after{content:"";background-color:var(--color-text-light);transform-origin:0;width:100%;height:1px;transition:transform .3s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.Footer-module__Grjkva__footer-nav a:hover:after,.Footer-module__Grjkva__footer-nav a:focus:after{transform:scaleX(1)}.Footer-module__Grjkva__phone-link{color:var(--color-text-light);padding-bottom:2px;font-weight:500;text-decoration:none;display:inline-block;position:relative}.Footer-module__Grjkva__phone-link:after{content:"";background-color:var(--color-text-light);transform-origin:0 100%;width:100%;height:1px;transition:transform .3s ease-out;position:absolute;bottom:0;left:0;transform:scaleX(0)}.Footer-module__Grjkva__phone-link:hover:after{transform-origin:0 100%;transform:scaleX(1)}.Footer-module__Grjkva__phone-link:not(:hover):after{transform-origin:100% 100%}}.Footer-module__Grjkva__footer-linkedin{color:var(--color-primary);align-items:center;margin-top:.75rem;transition:color .25s,transform .15s;display:inline-flex}.Footer-module__Grjkva__footer-linkedin:hover{color:var(--color-accent)}@media (min-width:768px){.Footer-module__Grjkva__footer-top{flex-direction:row;justify-content:space-between;align-items:center}.Footer-module__Grjkva__footer-left{justify-content:flex-start}.Footer-module__Grjkva__footer-nav{justify-content:flex-end}}@media (max-width:768px){.Footer-module__Grjkva__footer-bottom{text-align:left}.Footer-module__Grjkva__footer-left{order:1}.Footer-module__Grjkva__footer-bottom{margin-top:60px}.Footer-module__Grjkva__navbar-logo p{font-size:22px!important}.Footer-module__Grjkva__footer-left img{width:30px;height:30px}.Footer-module__Grjkva__triangle{border-bottom:15px solid!important;border-left:5.9px solid #0000!important;border-right:5.9px solid #0000!important}}
.ProjectCard-module__25G50a__project-card{color:#fff;filter:grayscale();isolation:isolate;background-position:top;background-size:cover;border-radius:.5rem;flex:1;min-width:300px;height:600px;transition:filter .5s ease-in-out;position:relative;overflow:hidden}.ProjectCard-module__25G50a__project-card:after,.ProjectCard-module__25G50a__project-card:before{content:"";z-index:1;-webkit-backdrop-filter:blur(12px);transition:opacity .5s ease-in-out;position:absolute;inset:0;transform:translateZ(0);-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}.ProjectCard-module__25G50a__project-card:after{opacity:1;-webkit-mask-image:linear-gradient(#0000 60%,#000 80%);mask-image:linear-gradient(#0000 60%,#000 80%)}.ProjectCard-module__25G50a__project-card:before{opacity:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 50%);mask-image:linear-gradient(#0000 0%,#000 50%)}.ProjectCard-module__25G50a__card-content{z-index:2;height:80px;padding:10px 25px;transition:height .5s;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.ProjectCard-module__25G50a__project-card .ProjectCard-module__25G50a__card-title{text-shadow:0 0 20px #000000b3;font-size:clamp(20px,1.85vw,28px);font-weight:600;color:var(--color-text-light)!important}.ProjectCard-module__25G50a__project-card .ProjectCard-module__25G50a__card-description{opacity:0;margin-top:1rem;font-size:18px;transition:opacity .5s,transform .5s;transform:translateY(70px);color:var(--color-text-light)!important}.ProjectCard-module__25G50a__hovered{filter:grayscale(0%)}.ProjectCard-module__25G50a__hovered:after{opacity:0}.ProjectCard-module__25G50a__hovered:before{opacity:1}.ProjectCard-module__25G50a__hovered .ProjectCard-module__25G50a__card-description{opacity:1;transform:translateY(0)}.ProjectCard-module__25G50a__project-card.ProjectCard-module__25G50a__dark-text :is(.ProjectCard-module__25G50a__card-title,.ProjectCard-module__25G50a__card-description){color:var(--color-text-dark)!important}.ProjectCard-module__25G50a__card-icon{background-color:gray;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .5s ease-out;display:flex;position:absolute;bottom:32px;right:20px}.ProjectCard-module__25G50a__hovered .ProjectCard-module__25G50a__card-icon{background-color:var(--color-primary)}.ProjectCard-module__25G50a__icon-line{background-color:#fff;height:2px;transition:transform .5s;position:absolute}.ProjectCard-module__25G50a__icon-line.ProjectCard-module__25G50a__horizontal{width:50%}.ProjectCard-module__25G50a__icon-line.ProjectCard-module__25G50a__vertical{width:50%;transform:rotate(90deg)}.ProjectCard-module__25G50a__hovered .ProjectCard-module__25G50a__icon-line.ProjectCard-module__25G50a__vertical{transform:rotate(0)}
.FeaturedProjects-module__1Wd__G__featured-projects-grid{flex-wrap:wrap;align-items:stretch;gap:2rem;margin-top:3rem;display:flex}.FeaturedProjects-module__1Wd__G__featured-projects-grid>div{flex:300px;display:flex}@media (max-width:768px){.FeaturedProjects-module__1Wd__G__featured-projects-grid{flex-direction:column}}
.BrandSlider-module__pggEla__brand-slider-section{background:var(--color-background-dark);width:100vw;margin-left:calc(50% - 50vw);padding:0 0 60px}.BrandSlider-module__pggEla__brand-slider-outer{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.BrandSlider-module__pggEla__brand-slider-track{will-change:transform;gap:80px;padding:0 40px;display:flex}.BrandSlider-module__pggEla__brand-slide{flex:none;justify-content:center;align-items:center;display:flex}.BrandSlider-module__pggEla__brand-slide img{filter:brightness(0)invert();object-fit:contain;width:100%;height:auto;max-height:80px;display:block}@media (max-width:991px){.BrandSlider-module__pggEla__brand-slider-section{padding-top:50px}}
.ServicesListing-module__Y8Apfa__services-listing-section{padding:0}.ServicesListing-module__Y8Apfa__services-nav{background-color:var(--color-background-light);z-index:99;box-sizing:border-box;justify-content:center;width:100%;padding:0 20px;display:flex;position:sticky;top:70px;box-shadow:0 2px 4px #0000000d}.ServicesListing-module__Y8Apfa__services-nav .ServicesListing-module__Y8Apfa__boxed-div{justify-content:center;width:100%;display:flex}.ServicesListing-module__Y8Apfa__services-nav-content{flex-wrap:nowrap;justify-content:space-between;gap:2.5rem;width:100%;display:flex;overflow:auto hidden}.ServicesListing-module__Y8Apfa__services-nav-link{color:var(--color-text-dark);background:0 0;border-bottom:2px solid #0000;padding:1.5rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s,border-bottom .3s}@media (hover:hover) and (pointer:fine){.ServicesListing-module__Y8Apfa__services-nav-link:hover{color:var(--color-primary);border-bottom-color:var(--color-primary)}}.ServicesListing-module__Y8Apfa__services-nav-link.ServicesListing-module__Y8Apfa__active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.ServicesListing-module__Y8Apfa__services-grid{flex-direction:column;gap:0;margin-top:3rem;display:flex}.ServicesListing-module__Y8Apfa__service-row{padding:110px 20px;scroll-margin-top:141.4px}.ServicesListing-module__Y8Apfa__service-row.ServicesListing-module__Y8Apfa__bg-grey{background-color:var(--color-background-grey)}.ServicesListing-module__Y8Apfa__service-row.ServicesListing-module__Y8Apfa__bg-white{background-color:var(--color-background-light)}.ServicesListing-module__Y8Apfa__service-row .ServicesListing-module__Y8Apfa__inner-section{align-items:center;gap:3rem;display:flex}.ServicesListing-module__Y8Apfa__service-content{text-align:left;flex:1}.ServicesListing-module__Y8Apfa__service-content h3{color:var(--color-text-dark);margin-bottom:1rem;font-size:2rem;font-weight:600}.ServicesListing-module__Y8Apfa__service-content p{color:var(--color-text-dark);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.ServicesListing-module__Y8Apfa__service-list{margin:0;padding:0;list-style:none}.ServicesListing-module__Y8Apfa__services-listing-section .ServicesListing-module__Y8Apfa__service-list li{color:var(--color-text-dark);margin-bottom:.75rem;padding-left:1.5rem;font-size:1rem;font-weight:500;position:relative}.ServicesListing-module__Y8Apfa__service-list li:before{content:"→";color:var(--color-primary);font-size:1.1rem;font-weight:700;position:absolute;left:0}.ServicesListing-module__Y8Apfa__service-visual{flex:1;justify-content:center;align-items:center;display:flex}.ServicesListing-module__Y8Apfa__service-icon{background-color:rgba(var(--color-primary-rgb),.05);border-radius:12px;justify-content:center;align-items:center;width:auto;height:200px;display:flex}.ServicesListing-module__Y8Apfa__services-nav-link{white-space:nowrap}@media (min-width:769px){.ServicesListing-module__Y8Apfa__services-nav .ServicesListing-module__Y8Apfa__boxed-div{padding:0 20px}}@media (max-width:768px){.ServicesListing-module__Y8Apfa__services-nav{top:60px}.ServicesListing-module__Y8Apfa__services-nav-content{flex-wrap:nowrap;gap:2.5rem;overflow:auto hidden}.ServicesListing-module__Y8Apfa__services-nav-link{white-space:nowrap;flex-shrink:0;font-size:1rem}.ServicesListing-module__Y8Apfa__service-row{padding:3rem 20px}.ServicesListing-module__Y8Apfa__service-row .ServicesListing-module__Y8Apfa__inner-section{flex-direction:column;gap:2rem}.ServicesListing-module__Y8Apfa__service-content h3{font-size:1.5rem}.ServicesListing-module__Y8Apfa__service-icon{width:auto;height:150px}.ServicesListing-module__Y8Apfa__service-row .ServicesListing-module__Y8Apfa__inner-section{flex-direction:column;align-items:flex-start;display:flex}.ServicesListing-module__Y8Apfa__service-visual{order:1;justify-content:flex-start;width:100%;display:flex}.ServicesListing-module__Y8Apfa__service-content{order:2;width:100%}}@media (max-width:480px){.ServicesListing-module__Y8Apfa__services-nav-content{flex-wrap:nowrap;gap:1rem;overflow:auto hidden}.ServicesListing-module__Y8Apfa__services-nav-link{white-space:nowrap;flex-shrink:0;font-size:.95rem}.ServicesListing-module__Y8Apfa__service-row{padding:2rem 20px}.ServicesListing-module__Y8Apfa__service-content h3{font-size:1.25rem}.ServicesListing-module__Y8Apfa__service-icon{width:120px;height:auto}}
.ContactForm-module__fw3Taq__form_container{border:1px solid #363636;border-radius:.5rem;max-width:100%;padding:24px}.ContactForm-module__fw3Taq__field-row{gap:20px;width:100%;margin-bottom:20px;display:flex}.ContactForm-module__fw3Taq__field-group{flex-direction:column;flex:1;min-width:0;display:flex}.ContactForm-module__fw3Taq__form_container label{color:var(--color-text-light);margin-bottom:.5rem;font-size:16px;font-weight:400;display:block}.ContactForm-module__fw3Taq__form_container input,.ContactForm-module__fw3Taq__form_container textarea{box-sizing:border-box;border:1px solid #515151;width:100%;padding:1.5rem;font-size:1rem;transition:border-color .2s cubic-bezier(.165,.84,.44,1);color:var(--color-text-light)!important;background-color:#171717!important;border-radius:.25rem!important}.ContactForm-module__fw3Taq__form_container textarea{resize:none}.ContactForm-module__fw3Taq__form_container input:hover,.ContactForm-module__fw3Taq__form_container textarea:hover{border-color:#d8d8d8}.ContactForm-module__fw3Taq__form_container input:focus,.ContactForm-module__fw3Taq__form_container textarea:focus{outline-color:var(--color-primary)!important;outline-offset:2px!important;outline-width:2px!important;outline-style:solid!important}.ContactForm-module__fw3Taq__form_container input::placeholder,.ContactForm-module__fw3Taq__form_container textarea::placeholder{color:var(--color-text-grey)!important;opacity:.6!important}.ContactForm-module__fw3Taq__status{border-radius:.25rem;margin-top:20px;margin-bottom:1rem;padding:1rem;font-size:14px}.ContactForm-module__fw3Taq__success{color:#0f0;background:#00ff000d;border:1px solid #00ff004d}.ContactForm-module__fw3Taq__error{color:#ff4d4d;background:#ff00000d;border:1px solid #ff00004d}.ContactForm-module__fw3Taq__form_container button{margin-top:1.5rem}@media (max-width:458px){.ContactForm-module__fw3Taq__field-row{flex-direction:column;gap:12px}}
.CaseStudies-module__1lqIWG__case-studies-intro{text-align:left;margin-bottom:60px}.CaseStudies-module__1lqIWG__intro-text{color:var(--color-text-dark);max-width:900px;font-size:clamp(18px,2.5vw,22px);line-height:1.6}.CaseStudies-module__1lqIWG__case-studies-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.CaseStudies-module__1lqIWG__case-study-card{cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:.5rem;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000d}.CaseStudies-module__1lqIWG__case-study-card:hover{border-color:var(--color-primary);transform:translateY(-4px);box-shadow:0 12px 32px #146ef51f}.CaseStudies-module__1lqIWG__card-image{background:var(--color-background-grey);box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:200px;padding:0 20px;display:flex;overflow:hidden}.CaseStudies-module__1lqIWG__card-image img{object-fit:cover;width:100%;height:100%}.CaseStudies-module__1lqIWG__card-content{flex-direction:column;flex-grow:1;padding:32px;display:flex}.CaseStudies-module__1lqIWG__card-header{margin-bottom:16px}.CaseStudies-module__1lqIWG__card-title{color:var(--color-text-dark);margin:0 0 8px;font-size:24px;font-weight:600;line-height:1.2}.CaseStudies-module__1lqIWG__card-subtitle{color:var(--color-primary);text-transform:uppercase;letter-spacing:1px;margin:0;font-size:14px;font-weight:600}.CaseStudies-module__1lqIWG__card-description{color:var(--color-text-grey);flex-grow:1;margin-bottom:24px;font-size:16px;line-height:1.6}.CaseStudies-module__1lqIWG__card-stat{background:var(--color-background-grey);text-align:left;border-radius:8px;margin-bottom:24px;padding:20px}.CaseStudies-module__1lqIWG__stat-value{color:var(--color-primary);margin-bottom:8px;font-size:32px;font-weight:700;line-height:1}.CaseStudies-module__1lqIWG__stat-label{color:var(--color-text-grey);text-transform:uppercase;letter-spacing:1px;font-size:12px;font-weight:600}.CaseStudies-module__1lqIWG__card-cta{color:var(--color-primary);border-top:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding-top:16px;font-size:15px;font-weight:600;display:flex}.CaseStudies-module__1lqIWG__cta-text{display:block}.CaseStudies-module__1lqIWG__cta-arrow{font-size:20px;font-weight:700;transition:transform .25s}.CaseStudies-module__1lqIWG__case-study-card:hover .CaseStudies-module__1lqIWG__cta-arrow{transform:translate(4px)}.CaseStudies-module__1lqIWG__section-cta{text-align:center}.CaseStudies-module__1lqIWG__section-cta h2{color:var(--color-text-dark);margin-bottom:16px;font-size:clamp(32px,4.5vw,48px);line-height:1.2}.CaseStudies-module__1lqIWG__section-cta p{color:var(--color-text-grey);max-width:600px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:clamp(16px,2.5vw,20px)}@media (max-width:768px){.CaseStudies-module__1lqIWG__case-studies-grid{grid-template-columns:1fr;gap:30px}.CaseStudies-module__1lqIWG__card-content{padding:24px}.CaseStudies-module__1lqIWG__card-title{font-size:20px}.CaseStudies-module__1lqIWG__stat-value{font-size:28px}}
.OurValues-module__SqLpXa__values-cards{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.OurValues-module__SqLpXa__value-card{background-position:0;background-size:200% 100%;border:1px solid #202020;border-radius:12px;flex-direction:column;justify-content:space-around;align-items:flex-start;min-height:220px;padding:2rem;display:flex;box-shadow:0 10px 20px #0000001a}.OurValues-module__SqLpXa__value-card.OurValues-module__SqLpXa__visible{opacity:1;transform:translateY(0)}.OurValues-module__SqLpXa__value-title,.OurValues-module__SqLpXa__value-description{will-change:transform,opacity;transition:transform .5s,opacity .5s}.OurValues-module__SqLpXa__value-number{opacity:.1;font-size:4rem;font-weight:600;position:absolute;top:10px;right:15px}.OurValues-module__SqLpXa__value-title{text-align:left;margin-bottom:0;font-size:40px;font-weight:700}.OurValues-module__SqLpXa__value-description{text-align:left;margin-top:0;font-size:20px;font-weight:500;line-height:1.6}@media (max-width:768px){.OurValues-module__SqLpXa__values-cards{grid-template-columns:1fr}}
.Contact-module__SEXjRW__contactSection{padding-top:170px;padding-bottom:270px}.Contact-module__SEXjRW__contactContainer{gap:2rem;display:flex}.Contact-module__SEXjRW__contactLeft,.Contact-module__SEXjRW__contactRight{flex:1}@media (max-width:768px){.Contact-module__SEXjRW__contactContainer{flex-direction:column;gap:3rem}.Contact-module__SEXjRW__contactLeft,.Contact-module__SEXjRW__contactRight{width:100%}.Contact-module__SEXjRW__contactSection{padding-top:130px;padding-bottom:50px}}
