@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Changa:wght@300;400;500;600;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:400;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{color:#000;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;line-height:1.2}h1{font-size:3rem;font-weight:700}@media (max-width:768px){h1{font-size:2.5rem}}h2{font-size:2.5rem;font-weight:700}@media (max-width:768px){h2{font-size:2rem}}h3{font-size:1.75rem;font-weight:600}@media (max-width:768px){h3{font-size:1.5rem}}p{color:#666;margin:0 0 1rem;line-height:1.6}a{color:#4a90e2;text-decoration:none;transition:all .3s}a:hover{color:#2275d7}.btn{cursor:pointer;text-align:center;border:none;border-radius:5px;padding:12px 30px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;transition:all .3s;display:inline-block}.btn.btn-primary{color:#fff;background:#4a90e2}.btn.btn-primary:hover{background:#2275d7;transform:translateY(-2px);box-shadow:0 4px 15px #4a90e24d}.btn.btn-outline{color:#4a90e2;background:0 0;border:2px solid #4a90e2}.btn.btn-outline:hover{color:#fff;background:#4a90e2}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width:768px){.container{padding:0 15px}}@media (max-width:480px){.container{padding:0 10px}}.container-fluid{width:100%;padding:0 20px}@media (max-width:768px){.container-fluid{padding:0 15px}}@media (max-width:480px){.container-fluid{padding:0 10px}}.container-narrow{max-width:800px;margin:0 auto;padding:0 20px}@media (max-width:768px){.container-narrow{padding:0 15px}}@media (max-width:480px){.container-narrow{padding:0 10px}}.section-padding{padding:80px 0}@media (max-width:768px){.section-padding{padding:60px 0}}@media (max-width:480px){.section-padding{padding:40px 0}}.section-margin{margin:80px 0}@media (max-width:768px){.section-margin{margin:60px 0}}@media (max-width:480px){.section-margin{margin:40px 0}.hide-mobile{display:none!important}}@media (max-width:768px){.hide-tablet{display:none!important}}@media (min-width:1025px){.hide-desktop{display:none!important}}.show-mobile{display:none!important}@media (max-width:480px){.show-mobile{display:block!important}}.show-tablet{display:none!important}@media (max-width:768px){.show-tablet{display:block!important}}.img-responsive{max-width:100%;height:auto;display:block}.page-loader{z-index:9999;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.page-loader .loader-content{text-align:center}.page-loader .loader-content .loader-logo{margin-bottom:20px}.page-loader .loader-content .loader-logo img{height:40px}.page-loader .loader-content .loader-spinner{border:3px solid #e9ecef;border-top:5px solid #4a90e2;border-radius:50%;width:50px;height:50px;margin:0 auto;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main-content{width:100%;overflow-x:hidden}.main-content .section{padding:40px 0}@media (min-width:768px){.main-content .section{padding:60px 0}}@media (min-width:1024px){.main-content .section{padding:0}}.main-content .content-wrapper{max-width:1200px;margin:0 auto;padding:0 15px}@media (min-width:768px){.main-content .content-wrapper{padding:0 30px}}@media (min-width:1024px){.main-content .content-wrapper{padding:0 40px}}.grid{gap:20px;display:grid}@media (min-width:768px){.grid{gap:30px}}@media (min-width:1024px){.grid{gap:40px}}.grid.grid-1,.grid.grid-2{grid-template-columns:1fr}@media (min-width:768px){.grid.grid-2{grid-template-columns:repeat(2,1fr)}}.grid.grid-3{grid-template-columns:1fr}@media (min-width:768px){.grid.grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid.grid-3{grid-template-columns:repeat(3,1fr)}}.grid.grid-4{grid-template-columns:1fr}@media (min-width:480px){.grid.grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.grid.grid-4{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.grid.grid-4{grid-template-columns:repeat(4,1fr)}}.grid.grid-auto{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media (max-width:480px){.grid.grid-auto{grid-template-columns:1fr}}.flex{display:flex}.flex.flex-column{flex-direction:column}.flex.flex-wrap{flex-wrap:wrap}.flex.flex-center{justify-content:center;align-items:center}.flex.flex-between{justify-content:space-between;align-items:center}.flex.flex-around{justify-content:space-around;align-items:center}.flex.flex-start{justify-content:flex-start;align-items:flex-start}.flex.flex-end{justify-content:flex-end;align-items:flex-end}.spacing.spacing-sm{padding:20px}@media (min-width:768px){.spacing.spacing-sm{padding:30px}}.spacing.spacing-md{padding:30px}@media (min-width:768px){.spacing.spacing-md{padding:40px}}@media (min-width:1024px){.spacing.spacing-md{padding:50px}}.spacing.spacing-lg{padding:40px}@media (min-width:768px){.spacing.spacing-lg{padding:60px}}@media (min-width:1024px){.spacing.spacing-lg{padding:80px}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}@media (max-width:768px){.text-center-mobile{text-align:center}.text-left-mobile{text-align:left}.text-right-mobile{text-align:right}}.w-full{width:100%}.w-auto{width:auto}.w-1\/2{width:50%}@media (max-width:768px){.w-1\/2{width:100%}}.w-1\/3{width:33.3333%}@media (max-width:768px){.w-1\/3{width:50%}}@media (max-width:480px){.w-1\/3{width:100%}}.w-2\/3{width:66.6667%}@media (max-width:768px){.w-2\/3{width:100%}}.w-1\/4{width:25%}@media (max-width:1024px){.w-1\/4{width:50%}}@media (max-width:480px){.w-1\/4{width:100%}}.gap-sm{gap:15px}.gap-md{gap:25px}.gap-lg{gap:35px}@media (min-width:768px){.gap-sm{gap:20px}.gap-md{gap:30px}.gap-lg{gap:40px}}@media (min-width:1024px){.gap-sm{gap:25px}.gap-md{gap:35px}.gap-lg{gap:45px}}.card{background:#fff;border-radius:8px;transition:all .3s;overflow:hidden;box-shadow:0 2px 10px #0000001a}.card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.card .card-image{object-fit:cover;width:100%;height:200px}@media (min-width:768px){.card .card-image{height:250px}}@media (min-width:1024px){.card .card-image{height:300px}}.card .card-content{padding:20px}@media (min-width:768px){.card .card-content{padding:25px}}@media (min-width:1024px){.card .card-content{padding:30px}}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:16/9}.aspect-photo{aspect-ratio:4/3}@media (max-width:768px){.aspect-square{aspect-ratio:1.2}.aspect-video{aspect-ratio:4/3}.aspect-photo{aspect-ratio:1.5}}*{transition:padding .3s,margin .3s,font-size .3s}html,body{max-width:100vw;overflow-x:hidden}@media (max-width:768px){button,a,.clickable{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}}.concrete-component-node,.element-accordion-final,.element-accordion-final-1,.state-close-wrapper,.two-accordion-final{border:1px solid #000;flex-direction:column;align-items:flex-start;gap:16px;width:100%;max-width:1019px;margin:0 auto;padding:16px;display:flex;position:relative}@media (max-width:768px){.concrete-component-node,.element-accordion-final,.element-accordion-final-1,.state-close-wrapper,.two-accordion-final{gap:12px;padding:12px}}@media (max-width:480px){.concrete-component-node,.element-accordion-final,.element-accordion-final-1,.state-close-wrapper,.two-accordion-final{gap:8px;padding:8px}}.concrete-component-node .headline-4,.element-accordion-final .headline,.element-accordion-final-1 .headline-5,.state-close-wrapper .headline-2,.two-accordion-final .headline-3{flex:none;align-self:stretch;align-items:center;width:100%;display:flex;position:relative}.concrete-component-node .text-wrapper-36,.element-accordion-final .text-wrapper-31,.element-accordion-final-1 .text-wrapper-38,.state-close-wrapper .text-wrapper-33,.two-accordion-final .text-wrapper-35{color:#000;letter-spacing:0;flex:1;font-family:Montserrat,Helvetica;font-size:18px;font-weight:500;line-height:normal;position:relative}@media (max-width:768px){.concrete-component-node .text-wrapper-36,.element-accordion-final .text-wrapper-31,.element-accordion-final-1 .text-wrapper-38,.state-close-wrapper .text-wrapper-33,.two-accordion-final .text-wrapper-35{font-size:16px}}@media (max-width:480px){.concrete-component-node .text-wrapper-36,.element-accordion-final .text-wrapper-31,.element-accordion-final-1 .text-wrapper-38,.state-close-wrapper .text-wrapper-33,.two-accordion-final .text-wrapper-35{font-size:14px}}.concrete-component-node .group-8,.element-accordion-final .group-5,.element-accordion-final-1 .group-9,.state-close-wrapper .group-6,.two-accordion-final .group-7{flex-shrink:0;width:32px;height:32px;margin-bottom:-8px;margin-right:-4px;position:relative}@media (max-width:480px){.concrete-component-node .group-8,.element-accordion-final .group-5,.element-accordion-final-1 .group-9,.state-close-wrapper .group-6,.two-accordion-final .group-7{width:24px;height:24px}}.concrete-component-node .line-7,.element-accordion-final .line-4,.element-accordion-final-1 .line-8,.state-close-wrapper .line-5,.two-accordion-final .line-6{object-fit:cover;align-self:stretch;width:100%;height:1px;margin-left:-.5px;margin-right:-.5px;position:relative}.concrete-component-node .text-wrapper-37,.element-accordion-final .text-wrapper-32,.element-accordion-final-1 .text-wrapper-39,.state-close-wrapper .text-wrapper-34,.two-accordion-final .the-duration-of-the{color:#000;letter-spacing:0;align-self:stretch;font-family:Montserrat,Helvetica;font-size:12px;font-weight:500;line-height:normal;position:relative}@media (max-width:768px){.concrete-component-node .text-wrapper-37,.element-accordion-final .text-wrapper-32,.element-accordion-final-1 .text-wrapper-39,.state-close-wrapper .text-wrapper-34,.two-accordion-final .the-duration-of-the{font-size:11px}}@media (max-width:480px){.concrete-component-node .text-wrapper-37,.element-accordion-final .text-wrapper-32,.element-accordion-final-1 .text-wrapper-39,.state-close-wrapper .text-wrapper-34,.two-accordion-final .the-duration-of-the{font-size:10px}}.page-scene{align-items:start;width:100%;min-height:100vh;display:block;overflow-x:hidden}.page-scene .hero-section{margin-top:0}.hero-section,.hero-section .macbook-pro{width:100%;min-height:100vh;position:relative}.hero-section .macbook-pro .overlap-group-2{background-image:url(https://c.animaapp.com/menzx2lpEVV1dI/img/hero-1.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;min-height:100vh;position:relative}.hero-section .macbook-pro .rectangle{background-color:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.section{background:#fff;width:100%;padding:clamp(60px,12vw,140px) 0;position:relative}.about-section,.services-section,.projects-section,.career-section{background:#fff}.faq-section{background:#fff;padding-bottom:clamp(60px,15vw,100px)!important}.section-header{text-align:center;max-width:980px;margin:0 auto 3rem;padding:0 1.25rem}.section-header .heading{letter-spacing:-.5px;font-family:Montserrat,Helvetica;font-size:clamp(32px,4.2vw,46px);font-weight:600}.section-header .subheading{color:#000;margin-top:1.25rem;font-family:Montserrat,Helvetica;font-size:clamp(16px,1.5vw,20px);font-weight:300;line-height:1.5}.grid-overlay{pointer-events:none;opacity:.14;mix-blend-mode:multiply;background-image:linear-gradient(90deg,#00000014 1px,#0000 1px);background-size:8.33333% 100%;grid-template-columns:repeat(12,1fr);gap:0;max-width:1512px;margin:0 auto;display:grid;position:absolute;inset:0}@media (max-width:1024px){.grid-overlay{display:none}}.discover-link{letter-spacing:.5px;color:#2b5676;background:#fff;border:1px solid #2b5676;border-radius:2px;justify-content:center;align-items:center;padding:10px 26px;font-family:DM Sans,Helvetica;font-size:14px;font-weight:400;text-decoration:none;transition:all .35s;display:inline-flex;position:relative;overflow:hidden}.discover-link:before,.discover-link:after{content:"";opacity:.35;pointer-events:none;border:1px solid #2b5676;position:absolute;inset:0}.discover-link:after{transform-origin:0;transition:transform .4s;transform:scaleX(0)}.discover-link:hover{color:#fff;background:#2b5676}.discover-link:hover:after{transform:scaleX(1)}.discover-inner{z-index:2;position:relative}.accordion-item{cursor:pointer;background:#fff;border-radius:2px;padding:18px 22px;transition:background .25s,border-color .25s;border:1px solid #000!important}.accordion-item+.accordion-item{margin-top:10px}.accordion-item:hover{background:#f5f7f9}.accordion-item.open{background:#fff;border-color:#c56247;padding-bottom:0;box-shadow:0 2px 8px #0000000a}.accordion-item .headline{justify-content:space-between;align-items:center;gap:24px;display:flex}.accordion-item .question{color:#000;flex:1;margin:0;font-family:Montserrat,Helvetica;font-size:16px;font-weight:500}.accordion-item .icon{flex-shrink:0;width:24px;height:24px;transition:transform .35s}.accordion-item.open .icon{transform:rotate(180deg)}.accordion-item .answer{color:#000;margin-top:14px;margin-bottom:0;font-family:Montserrat,Helvetica;font-size:13px;font-weight:300;line-height:1.5}@media (max-width:640px){.accordion-item{padding:14px 16px}.accordion-item .question{font-size:15px}.accordion-item .answer{font-size:12.5px}}.page-scene .div-2{background-color:#f8fafc;width:100%;max-width:1512px;min-height:100vh;margin:0 auto;position:relative;overflow:hidden}.page-scene .overlap-2{width:100%;margin:0 auto;padding:20px;position:relative}@media (max-width:768px){.page-scene .overlap-2{padding:15px}}@media (max-width:480px){.page-scene .overlap-2{padding:10px}}.page-scene .BG,.page-scene .BG-2{width:100%;max-width:1510px;margin:0 auto;position:relative}@media (max-width:768px){.page-scene .BG,.page-scene .BG-2{height:auto}}.page-scene .overlap-group-3{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;width:100%;padding:20px;display:grid;position:relative}@media (max-width:768px){.page-scene .overlap-group-3{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;padding:15px}}@media (max-width:480px){.page-scene .overlap-group-3{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:5px;padding:10px}}.page-scene .rectangle-2,.page-scene .rectangle-3,.page-scene .rectangle-4,.page-scene .rectangle-5,.page-scene .rectangle-6,.page-scene .rectangle-7,.page-scene .rectangle-8,.page-scene .rectangle-9,.page-scene .rectangle-10,.page-scene .rectangle-11,.page-scene .rectangle-12,.page-scene .rectangle-13,.page-scene .rectangle-14,.page-scene .rectangle-15{aspect-ratio:1;border:1px solid #00000005;width:100%;height:auto;position:relative}@media (max-width:768px){.page-scene .rectangle-2,.page-scene .rectangle-3,.page-scene .rectangle-4,.page-scene .rectangle-5,.page-scene .rectangle-6,.page-scene .rectangle-7,.page-scene .rectangle-8,.page-scene .rectangle-9,.page-scene .rectangle-10,.page-scene .rectangle-11,.page-scene .rectangle-12,.page-scene .rectangle-13,.page-scene .rectangle-14,.page-scene .rectangle-15{aspect-ratio:1.2}}@media (max-width:480px){.page-scene .rectangle-2,.page-scene .rectangle-3,.page-scene .rectangle-4,.page-scene .rectangle-5,.page-scene .rectangle-6,.page-scene .rectangle-7,.page-scene .rectangle-8,.page-scene .rectangle-9,.page-scene .rectangle-10,.page-scene .rectangle-11,.page-scene .rectangle-12,.page-scene .rectangle-13,.page-scene .rectangle-14,.page-scene .rectangle-15{aspect-ratio:1.5}}.page-scene .text-wrapper-40,.page-scene .text-wrapper-41{color:#00000006;letter-spacing:2.8vw;text-align:center;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;width:100%;font-family:Inter,Helvetica;font-size:clamp(60px,12vw,150px);font-weight:700;line-height:normal;position:absolute;left:50%;transform:translate(-50%)}@media (max-width:768px){.page-scene .text-wrapper-40,.page-scene .text-wrapper-41{letter-spacing:2vw;font-size:clamp(40px,10vw,100px)}}@media (max-width:480px){.page-scene .text-wrapper-40,.page-scene .text-wrapper-41{letter-spacing:1.5vw;font-size:clamp(30px,8vw,80px)}}.career-section{position:relative}.career-section .text-wrapper-41{z-index:0;opacity:.12;letter-spacing:9vw;white-space:nowrap;mix-blend-mode:multiply;font-size:clamp(140px,22vw,380px);top:50%;left:-30%;transform:translateY(-50%)}.career-section .career-content,.career-section .career-header{z-index:2;position:relative}.page-scene .overlap-3,.page-scene .overlap-4,.page-scene .overlap-5,.page-scene .overlap-6{width:100%;max-width:377px;margin:0 auto;position:relative}@media (max-width:768px){.page-scene .overlap-3,.page-scene .overlap-4,.page-scene .overlap-5,.page-scene .overlap-6{max-width:100%}}.page-scene .BG-2{width:100%;max-width:1508px;margin:0 auto;padding:40px 20px;position:relative}@media (max-width:768px){.page-scene .BG-2{padding:30px 15px}}@media (max-width:480px){.page-scene .BG-2{padding:20px 10px}}.page-scene .rectangle-16{aspect-ratio:2.1;background:linear-gradient(270deg,#d9d9d9 0%,#737373 100%);width:100%;max-width:853px;height:auto;margin:0 auto;position:relative}@media (max-width:768px){.page-scene .rectangle-16{aspect-ratio:1.8}}@media (max-width:480px){.page-scene .rectangle-16{aspect-ratio:1.5}}.page-scene .a-big-day-to-join{color:#000;text-align:center;max-width:600px;margin:20px auto;padding:0 20px;font-family:Montserrat,Helvetica;font-size:clamp(24px,5vw,40px);font-weight:600;line-height:1.2;position:relative}@media (max-width:768px){.page-scene .a-big-day-to-join{padding:0 15px}}@media (max-width:480px){.page-scene .a-big-day-to-join{padding:0 10px}}.page-scene .at-LAYOUT-we-re{color:#000;text-align:center;max-width:800px;margin:20px auto;padding:0 20px;font-family:Montserrat,Helvetica;font-size:clamp(16px,3vw,20px);font-weight:300;line-height:1.5;position:relative}@media (max-width:768px){.page-scene .at-LAYOUT-we-re{padding:0 15px}}@media (max-width:480px){.page-scene .at-LAYOUT-we-re{padding:0 10px}}.page-scene .IMG{object-fit:cover;width:100%;max-width:615px;height:auto;margin:0 auto;display:block}@media (max-width:768px){.page-scene .IMG{margin:20px auto}}@media (max-width:480px){.page-scene .IMG{margin:15px auto}}.page-scene .career-content{justify-content:space-between;align-items:center;gap:48px;max-width:1400px;margin:0 auto;padding:0 20px;display:flex}.page-scene .career-figure{flex:0 0 56%;justify-content:flex-start;align-items:center;display:flex;position:relative}.page-scene .career-figure:before{content:"";z-index:1;background-image:url(/rectangle-89.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:0;width:117%;height:44%;position:absolute;top:29%;left:0}.page-scene .career-figure .IMG{z-index:2;width:100%;max-width:620px;position:relative;transform:translate(-6%)}.page-scene .career-text-block{z-index:3;text-align:left;flex:0 0 40%;padding-right:40px}.page-scene .a-big-day-to-join{text-align:left;margin:0 0 18px;font-size:clamp(32px,4.8vw,56px)}.page-scene .at-LAYOUT-we-re{text-align:left;color:#000000d9;margin:0 0 20px}.page-scene .dsicover-more-2{color:#2b5676;background:0 0;border:1px solid #2b56761f;border-radius:4px;align-self:flex-start;padding:10px 20px;display:inline-block}@media (max-width:1024px){.page-scene .career-content{gap:28px}.page-scene .career-figure:before{width:90%;height:68%}}@media (max-width:768px){.page-scene .career-content{text-align:center;flex-direction:column;align-items:center;padding:0 16px}.page-scene .career-figure:before{display:none}.page-scene .career-figure .IMG{max-width:520px;margin:0 auto;transform:none}.page-scene .career-text-block{flex:none;width:100%;padding:0}.page-scene .a-big-day-to-join,.page-scene .at-LAYOUT-we-re{text-align:center}.page-scene .dsicover-more-2{align-self:center}}.page-scene .group-10{width:100%;max-width:1540px;margin:40px auto;position:relative;overflow:visible}@media (max-width:768px){.page-scene .group-10{margin:30px auto}}@media (max-width:480px){.page-scene .group-10{margin:20px auto}}.page-scene .overlap-7,.page-scene .overlap-8{width:100%;position:relative;overflow:visible}.page-scene .line-11,.page-scene .line-12,.page-scene .line-13,.page-scene .line-14,.page-scene .line-15,.page-scene .line-16,.page-scene .line-17,.page-scene .line-18,.page-scene .line-19,.page-scene .line-20,.page-scene .line-21,.page-scene .line-22{display:none}@media (min-width:1200px){.page-scene .line-11,.page-scene .line-12,.page-scene .line-13,.page-scene .line-14,.page-scene .line-15,.page-scene .line-16,.page-scene .line-17,.page-scene .line-18,.page-scene .line-19,.page-scene .line-20,.page-scene .line-21,.page-scene .line-22{width:2px;height:71px;display:block;position:absolute}}.page-scene .frame-6{grid-template-columns:repeat(6,1fr);grid-auto-rows:1fr;gap:0;width:100%;margin:0;padding-bottom:60px;display:grid;position:relative}@media (max-width:1024px){.page-scene .frame-6{grid-template-columns:repeat(4,1fr)}}@media (max-width:640px){.page-scene .frame-6{grid-template-columns:repeat(3,1fr)}}.page-scene .e,.page-scene .e-2,.page-scene .e-3,.page-scene .e-4,.page-scene .e-5,.page-scene .e-6,.page-scene .e-7,.page-scene .e-8,.page-scene .e-9,.page-scene .e-10,.page-scene .e-11,.page-scene .e-12,.page-scene .e-13,.page-scene .e-14,.page-scene .e-15,.page-scene .e-16{aspect-ratio:1;box-sizing:border-box;background-position:50%;background-size:cover;border:none;border-top:1px solid #000;justify-content:center;align-items:center;width:100%;height:auto;display:flex;position:relative;overflow:visible}@media (max-width:768px){.page-scene .e,.page-scene .e-2,.page-scene .e-3,.page-scene .e-4,.page-scene .e-5,.page-scene .e-6,.page-scene .e-7,.page-scene .e-8,.page-scene .e-9,.page-scene .e-10,.page-scene .e-11,.page-scene .e-12,.page-scene .e-13,.page-scene .e-14,.page-scene .e-15,.page-scene .e-16{aspect-ratio:1.1}}@media (max-width:480px){.page-scene .e,.page-scene .e-2,.page-scene .e-3,.page-scene .e-4,.page-scene .e-5,.page-scene .e-6,.page-scene .e-7,.page-scene .e-8,.page-scene .e-9,.page-scene .e-10,.page-scene .e-11,.page-scene .e-12,.page-scene .e-13,.page-scene .e-14,.page-scene .e-15,.page-scene .e-16{aspect-ratio:1.2}}.page-scene .e:after,.page-scene .e-2:after,.page-scene .e-3:after,.page-scene .e-4:after,.page-scene .e-5:after,.page-scene .e-6:after,.page-scene .e-7:after,.page-scene .e-8:after,.page-scene .e-9:after,.page-scene .e-10:after,.page-scene .e-11:after,.page-scene .e-12:after,.page-scene .e-13:after,.page-scene .e-14:after,.page-scene .e-15:after,.page-scene .e-16:after{content:"";pointer-events:none;background:linear-gradient(#0000,#000 50px);width:1px;height:calc(100% + 50px);position:absolute;top:-50px;right:0}.page-scene .rectangle-17,.page-scene .rectangle-18,.page-scene .rectangle-19{object-fit:cover;border:1px solid #000;width:100%;height:100%}.projects-grid .project-cell{position:relative;overflow:hidden}.projects-grid .project-cell img.project-img{object-fit:cover;filter:grayscale(5%)brightness(.92);width:100%;height:100%;transition:all .5s}.projects-grid .project-cell.featured img.project-img{filter:grayscale(0)brightness(.85)}.projects-grid .project-cell.featured .project-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none;background:#ffffffb8;transition:all .55s cubic-bezier(.25,.46,.45,.94);position:absolute;inset:0}.projects-grid .project-cell.featured .project-title{text-align:center;opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:10px;transition:all .55s cubic-bezier(.25,.46,.45,.94);display:flex;position:absolute;inset:0;transform:translateY(14px)}.projects-grid .project-cell.featured .project-title h3{color:#1a1a1a;letter-spacing:.5px;font-family:Montserrat,Helvetica;font-size:clamp(14px,1.3vw,20px);font-weight:600}.projects-grid .project-cell.featured .project-title p{color:#333;margin:0;font-family:Montserrat,Helvetica;font-size:clamp(11px,1vw,14px);font-weight:300}.projects-grid .project-cell.featured:hover img.project-img{filter:brightness(2)contrast(1.05)blur(100px);transform:scale(1.04)}.projects-grid .project-cell.featured:hover .project-overlay{opacity:0}.projects-grid .project-cell.featured:hover .project-title{opacity:1;transform:translateY(0)}.projects-grid .project-cell.empty{background:0 0}.projects-grid:before,.projects-grid:after{content:"";pointer-events:none;background:repeating-linear-gradient(90deg,#0000 0 calc(16.6417% - 1px),#000 calc(16.6417% - 1px) calc(16.6417% + 1px));width:99.85%;position:absolute;left:0}.projects-grid:before{top:-30px}.projects-grid:after{bottom:-30px}@media (max-width:1024px){.projects-grid:before,.projects-grid:after{background:repeating-linear-gradient(90deg,#0000 0 calc(25% - 1px),#000 calc(25% - 1px) calc(25% + 1px))}}@media (max-width:640px){.projects-grid:before,.projects-grid:after{background:repeating-linear-gradient(90deg,#0000 0 calc(33.333% - 1px),#000 calc(33.333% - 1px) calc(33.333% + 1px))}}.projects-section .group-10{padding-top:30px;padding-bottom:30px}.page-scene .dsicover-more,.page-scene .dsicover-more-2{text-align:center;width:100%;max-width:192px;height:auto;margin:20px;display:block;position:relative}@media (max-width:768px){.page-scene .dsicover-more,.page-scene .dsicover-more-2{max-width:160px;margin:15px auto}}@media (max-width:480px){.page-scene .dsicover-more,.page-scene .dsicover-more-2{max-width:140px;margin:10px auto}}.page-scene .overlap-9{width:100%;height:39px;position:relative}@media (max-width:480px){.page-scene .overlap-9{height:32px}}.page-scene .line-23,.page-scene .line-24,.page-scene .line-25,.page-scene .line-26{position:absolute}@media (max-width:480px){.page-scene .line-23,.page-scene .line-24,.page-scene .line-25,.page-scene .line-26{height:32px!important}}.page-scene .text-wrapper-42{color:#2b5676;white-space:nowrap;font-family:DM Sans,Helvetica;font-size:clamp(14px,2.5vw,16px);font-weight:400;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-scene .line-9,.page-scene .line-10,.page-scene .line-27,.page-scene .line-28{position:absolute}@media (max-width:768px){.page-scene .line-9,.page-scene .line-10,.page-scene .line-27,.page-scene .line-28{display:none}}.page-scene .text-wrapper-43{color:#080000;text-align:center;width:100%;max-width:800px;margin:40px auto 20px;padding:0 20px;font-family:Montserrat,Helvetica;font-size:clamp(24px,4vw,32px);font-weight:500;line-height:1.2}@media (max-width:768px){.page-scene .text-wrapper-43{margin:30px auto 15px;padding:0 15px}}@media (max-width:480px){.page-scene .text-wrapper-43{margin:20px auto 10px;padding:0 10px}}.div-wrapper{flex-direction:column;align-items:center;gap:45px;width:100%;max-width:1268px;margin:40px auto;padding:0 20px;display:flex;position:relative}@media (max-width:768px){.div-wrapper{gap:30px;margin:30px auto;padding:0 15px}}@media (max-width:480px){.div-wrapper{gap:20px;margin:20px auto;padding:0 10px}}.div-wrapper .frame-4{flex-direction:column;flex:none;align-items:center;gap:30px;width:100%;max-width:600px;display:flex;position:relative}@media (max-width:768px){.div-wrapper .frame-4{gap:30px}}@media (max-width:480px){.div-wrapper .frame-4{gap:20px}}.div-wrapper .text-wrapper-8{color:#000;text-align:center;width:100%;font-family:Montserrat,Helvetica;font-size:clamp(28px,5vw,40px);font-weight:600;line-height:1.2;position:relative}.div-wrapper .text-wrapper-9{color:#000;text-align:center;width:100%;font-family:Montserrat,Helvetica;font-size:clamp(18px,3vw,24px);font-weight:300;line-height:1.3;position:relative}.FAQ{flex-direction:column;gap:19px;width:100%;max-width:1205px;margin:40px auto;padding:0 20px;display:flex;position:relative}@media (max-width:768px){.FAQ{gap:15px;margin:30px auto;padding:0 15px}}@media (max-width:480px){.FAQ{gap:12px;margin:20px auto;padding:0 10px}}.FAQ .element-accordion-final-instance{flex:none!important;align-self:stretch!important;width:100%!important}.footer{background-color:#0000;width:100%;max-width:1440px;margin:40px auto 0;padding:24px 20px;position:relative}@media (max-width:768px){.footer{padding:20px 15px}}@media (max-width:480px){.footer{padding:15px 10px}}.footer .col{flex-direction:column;gap:32px;width:100%;max-width:330px;display:flex;position:relative}@media (max-width:1024px){.footer .col{text-align:center;max-width:100%}}@media (max-width:768px){.footer .col{gap:24px}}@media (max-width:480px){.footer .col{gap:16px}}.footer .col-2,.footer .col-3{flex-direction:column;width:100%;max-width:330px;display:flex;position:relative}@media (max-width:1024px){.footer .col-2,.footer .col-3{max-width:100%;margin-top:30px}}@media (max-width:768px){.footer .col-2,.footer .col-3{margin-top:20px}}@media (max-width:480px){.footer .col-2,.footer .col-3{margin-top:15px}}.footer .block,.footer .block-2,.footer .block-3,.footer .block-4,.footer .block-5{flex:none;margin-bottom:20px;position:relative}@media (max-width:768px){.footer .block,.footer .block-2,.footer .block-3,.footer .block-4,.footer .block-5{margin-bottom:15px}}@media (max-width:480px){.footer .block,.footer .block-2,.footer .block-3,.footer .block-4,.footer .block-5{margin-bottom:10px}}.footer .row{flex-wrap:wrap;gap:16px;display:flex}@media (max-width:768px){.footer .row{justify-content:center;gap:12px}}@media (max-width:480px){.footer .row{gap:8px}}.footer .text-wrapper-21,.footer .text-wrapper-22,.footer .text-wrapper-23,.footer .text-wrapper-24,.footer .text-wrapper-25,.footer .text-wrapper-26,.footer .text-wrapper-27,.footer .text-wrapper-28,.footer .text-wrapper-29,.footer .text-wrapper-30{color:#000;font-family:Inter,Helvetica;position:relative}@media (max-width:1024px){.footer .text-wrapper-21,.footer .text-wrapper-22,.footer .text-wrapper-23,.footer .text-wrapper-24,.footer .text-wrapper-25,.footer .text-wrapper-26,.footer .text-wrapper-27,.footer .text-wrapper-28,.footer .text-wrapper-29,.footer .text-wrapper-30{text-align:center}}.footer .text-wrapper-21{font-size:14px;font-weight:500;line-height:19.6px}.footer .text-wrapper-22{opacity:.4;font-size:14px;font-weight:400;line-height:19.6px}.footer .text-wrapper-23{letter-spacing:.4px;opacity:.6;font-size:10px;font-weight:500;line-height:13px}.footer .text-wrapper-24{letter-spacing:-.4px;font-size:20px;font-weight:500;line-height:24px}.footer .text-wrapper-25{font-size:14px;font-weight:400;line-height:19.6px}.footer .text-wrapper-26{opacity:.6;font-size:10px;font-weight:400;line-height:13px}.footer .text-wrapper-27,.footer .text-wrapper-28,.footer .text-wrapper-29,.footer .text-wrapper-30{color:#000;letter-spacing:.42px;font-family:Montserrat,Helvetica;font-size:14px;font-weight:400;line-height:21px;position:relative}@media (max-width:768px){.footer .text-wrapper-27,.footer .text-wrapper-28,.footer .text-wrapper-29,.footer .text-wrapper-30{font-size:13px}}@media (max-width:480px){.footer .text-wrapper-27,.footer .text-wrapper-28,.footer .text-wrapper-29,.footer .text-wrapper-30{font-size:12px}}.footer .to-top{width:40px;height:40px;margin:0 auto;position:relative}@media (max-width:768px){.footer .to-top{width:32px;height:32px}}@media (max-width:480px){.footer .to-top{width:28px;height:28px}}@media (min-width:1025px){.footer{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:40px;display:grid}.footer .col,.footer .col-2,.footer .col-3{margin:0;position:static}}@media (max-width:1024px){.footer{text-align:center;flex-direction:column;align-items:center;display:flex}.footer .col,.footer .col-2,.footer .col-3{width:100%;max-width:500px;position:static;top:auto;left:auto}}.frame{z-index:2;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:1129px;margin:40px auto;padding:0 20px;display:flex;position:relative}@media (max-width:768px){.frame{gap:15px;margin:30px auto;padding:0 15px}}@media (max-width:480px){.frame{gap:12px;margin:20px auto;padding:0 10px}}.frame .we-craft-each-space{color:#000;text-align:center;letter-spacing:-.5px;width:100%;font-family:Montserrat,Helvetica;font-size:clamp(38px,5.5vw,54px);font-weight:600;line-height:1.08;position:relative}.frame .at-layout-we-design{color:#000;text-align:center;width:100%;max-width:880px;font-family:Montserrat,Helvetica;font-size:clamp(15px,1.4vw,18px);font-weight:300;line-height:1.55;position:relative}.frame .at-layout-we-design p{margin:-1rem}.frame .dsicover-more{background:0 0;border:none;max-width:none;height:auto;margin-top:6px}.frame .overlap-group{width:100%;height:100%;position:relative}.frame .line,.frame .img,.frame .line-2,.frame .line-3{position:absolute}.frame .text-wrapper{color:#2b5676;font-family:DM Sans,Helvetica;font-size:clamp(14px,2.5vw,16px);font-weight:400;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.frame-wrapper{flex-direction:column;align-items:center;gap:20px;width:100%;max-width:1282px;margin:40px auto;padding:0 20px;display:flex;position:relative}@media (max-width:768px){.frame-wrapper{gap:15px;margin:30px auto;padding:0 15px}}@media (max-width:480px){.frame-wrapper{gap:12px;margin:20px auto;padding:0 10px}}.frame-wrapper .div{color:#000;text-align:center;width:100%;margin-bottom:20px;font-family:Montserrat,Helvetica;font-size:clamp(32px,5vw,46px);font-weight:600;line-height:1.2;position:relative}@media (max-width:768px){.frame-wrapper .div{margin-bottom:15px}}@media (max-width:480px){.frame-wrapper .div{margin-bottom:10px}}.frame-wrapper .p{color:#000;text-align:center;width:100%;max-width:800px;margin:0 auto 40px;font-family:Montserrat,Helvetica;font-size:clamp(15px,1.4vw,18px);font-weight:300;line-height:1.55;position:relative}@media (max-width:768px){.frame-wrapper .p{margin-bottom:30px}}@media (max-width:480px){.frame-wrapper .p{margin-bottom:20px}}.services-container{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:45px;width:100%;max-width:1200px;margin:0 auto;display:grid}@media (max-width:768px){.services-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}}@media (max-width:480px){.services-container{grid-template-columns:1fr;gap:20px}}.service-item{flex-direction:column;align-items:center;width:100%;max-width:400px;margin:0 auto;display:flex;position:relative}.service-img:hover{transform:scale(1.2)}.frame-wrapper .group-wrapper,.frame-wrapper .frame-2,.frame-wrapper .frame-3{width:100%;max-width:400px;margin:0 auto;position:relative}.frame-wrapper .group{width:100%;position:relative}.frame-wrapper .img-2,.frame-wrapper .img-3,.service-img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:100%;height:auto;transition:transform .6s;position:relative}@media (max-width:768px){.frame-wrapper .img-2,.frame-wrapper .img-3,.service-img{aspect-ratio:1.1}}@media (max-width:480px){.frame-wrapper .img-2,.frame-wrapper .img-3,.service-img{aspect-ratio:1.2}}.frame-wrapper .group-2,.frame-wrapper .group-3,.frame-wrapper .group-4,.service-info{text-align:left;width:100%;max-width:300px;margin:20px auto 0;padding-left:20px;position:relative}@media (max-width:768px){.frame-wrapper .group-2,.frame-wrapper .group-3,.frame-wrapper .group-4,.service-info{margin-top:15px}}@media (max-width:480px){.frame-wrapper .group-2,.frame-wrapper .group-3,.frame-wrapper .group-4,.service-info{margin-top:10px}}.divider{transform-origin:top;will-change:transform,opacity;background:#000;border-radius:2px;width:2px;height:90px;max-height:30vh;margin:2.5rem auto;transform:scaleY(0)}.divider2{transform-origin:top;will-change:transform,opacity;background:#000;border-radius:2px;width:2px;height:90px;max-height:30vh;margin:-8px auto 28px;transform:scaleY(0)}.divider.in-view,.divider2.in-view{animation:1.8s cubic-bezier(.2,.8,.25,1) forwards drawVertical}@keyframes drawVertical{0%{opacity:0;transform:scaleY(0)}70%{opacity:1}to{opacity:1;transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){.divider,.divider2{opacity:1!important;animation:none!important;transform:none!important}.divider.in-view,.divider2.in-view{animation:none!important}}@media (max-width:768px){.divider{height:60px;margin:1.6rem auto}}.frame-wrapper .text-wrapper-2,.frame-wrapper .text-wrapper-4,.frame-wrapper .text-wrapper-6,.service-name{color:#000;text-align:left;width:100%;margin-top:10px;font-family:Montserrat,Helvetica;font-size:clamp(20px,4vw,32px);font-weight:300;line-height:1.2;position:relative}.frame-wrapper .text-wrapper-3,.frame-wrapper .text-wrapper-5,.frame-wrapper .text-wrapper-7,.service-number{color:#c56247;text-align:left;width:100%;font-family:Montserrat,Helvetica;font-size:clamp(20px,4vw,32px);font-weight:700;line-height:1.2;position:relative}.macbook-pro{background-color:#fff;width:100%;min-height:100vh;position:relative;overflow:hidden}@media (max-width:768px){.macbook-pro{height:auto;min-height:auto}}@media (max-width:480px){.macbook-pro{min-height:auto}}.macbook-pro .overlap{width:100%;min-height:100vh;position:relative}@media (max-width:768px){.macbook-pro .overlap{height:auto;min-height:auto}}@media (max-width:480px){.macbook-pro .overlap{min-height:auto}}.macbook-pro .overlap-group-wrapper{width:100%;min-height:100vh;position:relative}@media (max-width:768px){.macbook-pro .overlap-group-wrapper{height:auto;min-height:auto}}@media (max-width:480px){.macbook-pro .overlap-group-wrapper{min-height:auto}}.macbook-pro .overlap-group-2{background-image:url(https://c.animaapp.com/menzx2lpEVV1dI/img/hero-1.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;min-height:100vh;position:relative}@media (max-width:768px){.macbook-pro .overlap-group-2{height:auto;background:0 0!important;min-height:0!important}}@media (max-width:480px){.macbook-pro .overlap-group-2{min-height:0}}.macbook-pro .rectangle{background-color:#0003;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:768px){.macbook-pro .rectangle{display:none}}.macbook-pro .element{object-fit:contain;width:auto;height:60px;position:absolute;top:44px;left:86px}@media (max-width:768px){.macbook-pro .element{display:none}}@media (max-width:480px){.macbook-pro .element{height:40px;top:20px;left:20px}}.macbook-pro .navbar{width:auto;position:absolute;top:272px;left:80px;overflow:visible}@media (max-width:768px){.macbook-pro .navbar{width:calc(100% - 80px);top:200px;left:40px}}@media (max-width:480px){.macbook-pro .navbar{width:calc(100% - 40px);top:150px;left:20px}}.macbook-pro .text-wrapper-10,.macbook-pro .text-wrapper-11,.macbook-pro .text-wrapper-12,.macbook-pro .text-wrapper-13{color:#fff;margin-right:20px;font-family:DM Sans,Helvetica;font-size:clamp(32px,8vw,64px);font-weight:500;line-height:1.2;display:inline-block;position:relative}@media (max-width:768px){.macbook-pro .text-wrapper-10,.macbook-pro .text-wrapper-11,.macbook-pro .text-wrapper-12,.macbook-pro .text-wrapper-13{display:none}}.macbook-pro .transforming-spaces{color:#fff;width:100%;max-width:668px;font-family:Montserrat,Helvetica;font-size:clamp(18px,3vw,24px);font-weight:400;line-height:1.5;position:absolute;top:401px;left:80px}@media (max-width:768px){.macbook-pro .transforming-spaces{display:none}}.macbook-pro .navbar-2{align-items:center;gap:20px;display:flex;position:absolute;top:62px;right:80px}@media (max-width:1024px){.macbook-pro .navbar-2{display:none}}.macbook-pro .text-wrapper-14,.macbook-pro .text-wrapper-15,.macbook-pro .text-wrapper-16,.macbook-pro .text-wrapper-17,.macbook-pro .text-wrapper-18,.macbook-pro .text-wrapper-19{color:#fff;white-space:nowrap;font-family:DM Sans,Helvetica;font-size:16px;font-weight:500;line-height:1.5}@media (max-width:768px){.macbook-pro .text-wrapper-14,.macbook-pro .text-wrapper-15,.macbook-pro .text-wrapper-16,.macbook-pro .text-wrapper-17,.macbook-pro .text-wrapper-18,.macbook-pro .text-wrapper-19{font-size:14px}}@media (max-width:480px){.macbook-pro .text-wrapper-14,.macbook-pro .text-wrapper-15,.macbook-pro .text-wrapper-16,.macbook-pro .text-wrapper-17,.macbook-pro .text-wrapper-18,.macbook-pro .text-wrapper-19{font-size:12px}}.macbook-pro .frame-5{background-color:#898078;justify-content:center;align-items:center;gap:10px;height:42px;padding:6px 12px;display:inline-flex;position:absolute;top:470px;left:80px}@media (max-width:768px){.macbook-pro .frame-5{display:none}}.macbook-pro .text-wrapper-20{color:#fff;white-space:nowrap;font-family:DM Sans,Helvetica;font-size:clamp(14px,2.5vw,16px);font-weight:500;line-height:normal}@media (max-width:1024px){.page-scene .macbook-pro .navbar-2{display:none}}@media (max-width:768px){.page-scene{padding:0}}.macbook-pro .element,.macbook-pro .navbar,.macbook-pro .transforming-spaces,.macbook-pro .frame-5{transition:all .3s}.projects-section{width:100%;padding:60px 0}.projects-grid{grid-template-columns:repeat(5,1fr);gap:0;width:100vw;margin:0;padding:0;display:grid}.project-cell{cursor:pointer;box-sizing:border-box;aspect-ratio:1;background:#fff;border:none;border-top:1px solid #000;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:visible}.project-cell:nth-last-child(-n+6){border-bottom:1px solid #000}.project-cell:after{content:"";pointer-events:none;z-index:10;background:linear-gradient(#0000 0%,#000 20px);width:1px;height:calc(100% + 20px);position:absolute;top:-20px;right:0}.project-cell .bottom-gradient-line{pointer-events:none;z-index:10;background:linear-gradient(#000 0%,#0000 100%);width:1px;height:60px;position:absolute;bottom:-60px;right:0}.project-name{color:#fff;text-align:center;opacity:0;z-index:3;text-shadow:2px 2px 4px #000c;padding:10px;font-size:18px;font-weight:600;transition:all .3s;position:absolute;transform:translateY(10px)}.project-cell:hover .project-name{opacity:1;transform:translateY(0)}.project-img{object-fit:cover;object-position:center center;opacity:0;z-index:1;width:100%;height:100%;transition:opacity .3s;display:block;position:absolute;top:0;left:0}.project-cell:hover .project-img{opacity:1}.project-cell .hover-overlay{content:"";z-index:2;pointer-events:none;opacity:0;background:#0006;transition:opacity .3s;position:absolute;inset:0}.project-cell:hover .hover-overlay{opacity:1}@media (max-width:768px){.project-img{opacity:1!important}.project-name{opacity:1!important;transform:translateY(0)!important}.project-cell .hover-overlay{opacity:1!important}.project-cell:hover .project-img{transform:none}}@media (max-width:1200px) and (min-width:901px){.projects-grid{grid-template-columns:repeat(5,1fr)}.project-name{font-size:16px}.project-cell:nth-last-child(-n+5){border-bottom:1px solid #000}}@media (max-width:900px) and (min-width:601px){.projects-grid{grid-template-columns:repeat(4,1fr)}.project-name{padding:8px;font-size:15px}.project-cell:nth-last-child(-n+5){border-bottom:none}.project-cell:nth-last-child(-n+4){border-bottom:1px solid #000}}@media (max-width:600px) and (min-width:401px){.projects-grid{grid-template-columns:repeat(3,1fr)}.project-name{padding:6px;font-size:14px}.project-cell:nth-last-child(-n+5),.project-cell:nth-last-child(-n+4){border-bottom:none}.project-cell:nth-last-child(-n+3){border-bottom:1px solid #000}}@media (max-width:400px){.projects-grid{grid-template-columns:repeat(2,1fr)}.project-name{padding:5px;font-size:12px}.project-cell:nth-last-child(-n+5),.project-cell:nth-last-child(-n+4),.project-cell:nth-last-child(-n+3){border-bottom:none}.project-cell:nth-last-child(-n+2){border-bottom:1px solid #000}}@media (min-width:1201px){.projects-grid{grid-template-columns:repeat(5,1fr)}.project-name{padding:10px;font-size:18px}}@media (max-width:1024px){.projects-grid{box-sizing:border-box;width:100%}}@media (max-width:768px){.page-scene{padding-top:var(--site-header-height,64px)}.career-section .text-wrapper-41{letter-spacing:6vw;opacity:.1;font-size:clamp(80px,18vw,180px);left:-10%}}@media (max-width:480px){.career-section .text-wrapper-41{letter-spacing:4.5vw;opacity:.08;font-size:clamp(48px,14vw,120px);left:-6%}.macbook-pro .navbar,.macbook-pro .transforming-spaces,.macbook-pro .frame-5{width:100%;margin-top:12px;position:relative;top:auto;left:auto}.macbook-pro .element{margin:8px 0;position:relative;top:auto;left:auto}}@media (max-width:768px){.page-scene{padding-top:0}.responsive-stuff{justify-content:center;align-items:center;display:flex}}@media (min-width:768px){.stuff{margin-left:2rem}}.background-effect{background-size:50px 50px;background-image:var(--bg-grid-lines)}@media (max-width:1200px){.main-content .section{padding-top:0}.media{margin-bottom:0!important;padding-bottom:0!important}.we-craft-each-space{margin:0!important}}.site-header{--site-header-height:88px;z-index:9000;background-color:#0000;border-bottom:1px solid #000;width:100%;padding:15px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}@media (max-width:768px){.site-header{--site-header-height:68px;padding:10px 0}}@media (max-width:480px){.site-header{--site-header-height:60px;padding:8px 0}}@media (max-width:360px){.site-header{--site-header-height:56px;padding:6px 0}}.site-header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;box-shadow:0 2px 20px #0000001a}.site-header.scrolled .header-top-nav a{color:#000}.site-header.scrolled .hamburger .bar{background:#000}@media (max-width:769px){.site-header{position:fixed;top:0;-webkit-backdrop-filter:blur(15px)!important;background-color:#fffffffa!important;box-shadow:0 2px 10px #00000014!important}.site-header .hamburger .bar{background:#000!important}.site-header.dark-header,.site-header:not(.scrolled){background-color:#fffffffa!important}}.site-header .logo{flex-shrink:0;align-items:center;display:flex}.site-header .logo img{width:auto;height:60px;transition:all .3s}@media (max-width:768px){.site-header .logo img{height:44px}}@media (max-width:480px){.site-header .logo img{height:38px}}@media (max-width:360px){.site-header .logo img{height:34px}}.site-header .header-top-nav{align-items:center;gap:35px;margin-left:auto;display:flex}@media (max-width:1200px){.site-header .header-top-nav{display:none}}.site-header .header-top-nav a{color:#fff;font-family:DM Sans,Helvetica;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.site-header .header-top-nav a:hover{opacity:.8}.site-header .header-top-nav a:after{content:"";background-color:#fff;width:0;height:2px;transition:all .3s;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.site-header .header-top-nav a:hover:after{width:100%}.site-header .hamburger{z-index:2000;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;padding:8px;transition:all .3s;display:none}@media (max-width:1200px){.site-header .hamburger{justify-content:center;align-items:center;display:flex}}@media (max-width:768px){.site-header .hamburger{padding:6px}}@media (max-width:480px){.site-header .hamburger{padding:5px}}.site-header .hamburger:hover{background:#ffffff1a}.site-header .hamburger:active{transform:scale(.95)}.site-header .hamburger-inner{flex-direction:column;justify-content:center;align-items:center;width:24px;height:18px;display:flex;position:relative}@media (max-width:768px){.site-header .hamburger-inner{width:22px;height:16px}}@media (max-width:480px){.site-header .hamburger-inner{width:20px;height:15px}}.site-header .hamburger .bar{background:#fff;border-radius:1px;width:100%;height:2px;transition:all .4s cubic-bezier(.25,.8,.25,1);display:block;position:absolute}@media (max-width:480px){.site-header .hamburger .bar{height:1.8px}}.site-header .hamburger .bar:first-child{top:0}.site-header .hamburger .bar:nth-child(2){top:50%;transform:translateY(-50%)}.site-header .hamburger .bar:nth-child(3){bottom:0}.site-header .hamburger.open .bar:first-child{top:50%;transform:translateY(-50%)rotate(45deg)}.site-header .hamburger.open .bar:nth-child(2){opacity:0;transform:translateY(-50%)scale(.7)}.site-header .hamburger.open .bar:nth-child(3){top:50%;bottom:auto;transform:translateY(-50%)rotate(-45deg)}.site-header .mobile-nav{-webkit-backdrop-filter:blur(15px);opacity:0;visibility:hidden;z-index:1500;padding-top:calc(var(--site-header-height) + 40px);-webkit-overflow-scrolling:touch;background:#fffffffa;max-height:100vh;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s;position:fixed;top:0;left:0;right:0;overflow-y:auto;transform:translateY(-100%);box-shadow:0 10px 40px #0000001a}.site-header .mobile-nav.open{opacity:1;visibility:visible;transform:translateY(0)}.site-header .mobile-nav.open .mobile-nav-inner a{opacity:0;animation:.5s cubic-bezier(.4,0,.2,1) forwards slideInFromTop}.site-header .mobile-nav .mobile-nav-inner{text-align:left;box-sizing:border-box;flex-direction:column;gap:0;width:100%;padding:60px 30px 40px;display:flex}@media (max-width:768px){.site-header .mobile-nav .mobile-nav-inner{padding:50px 24px 32px}}@media (max-width:480px){.site-header .mobile-nav .mobile-nav-inner{padding:40px 20px 28px}}.site-header .mobile-nav .mobile-nav-inner a{color:#1a1a1a;letter-spacing:-.3px;border-radius:12px;padding:18px 20px;font-family:DM Sans,Helvetica;font-size:clamp(18px,3.5vw,24px);font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}@media (max-width:768px){.site-header .mobile-nav .mobile-nav-inner a{border-radius:10px;padding:16px 18px;font-size:clamp(16px,3.2vw,22px)}}@media (max-width:480px){.site-header .mobile-nav .mobile-nav-inner a{border-radius:8px;padding:14px 16px;font-size:clamp(15px,3vw,20px)}}.site-header .mobile-nav .mobile-nav-inner a:before{content:"";background:linear-gradient(90deg,#0000,#00000008,#0000);transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.site-header .mobile-nav .mobile-nav-inner a:hover{color:#000;background:#0000000a;transform:translate(6px)}.site-header .mobile-nav .mobile-nav-inner a:hover:before{transform:translate(100%)}.site-header .mobile-nav .mobile-nav-inner a:active{background:#0000000f;transform:translate(3px)scale(.98)}.site-header .mobile-nav .mobile-nav-inner a:first-child{animation-delay:50ms}.site-header .mobile-nav .mobile-nav-inner a:nth-child(2){animation-delay:.1s}.site-header .mobile-nav .mobile-nav-inner a:nth-child(3){animation-delay:.15s}.site-header .mobile-nav .mobile-nav-inner a:nth-child(4){animation-delay:.2s}.site-header .mobile-nav .mobile-nav-inner a:nth-child(5){animation-delay:.25s}.site-header .mobile-nav .mobile-nav-inner a:nth-child(6){animation-delay:.3s}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.site-header .logo,.site-header .hamburger{z-index:10000;position:relative}.mobile-nav.open{padding-top:env(safe-area-inset-top,20px)}}@media (max-width:768px){.mobile-nav{justify-content:flex-start;align-items:flex-start}.mobile-nav .mobile-nav-inner{text-align:left;width:100%;max-width:100%;margin:0 auto}}@media (max-width:480px){.mobile-nav .mobile-nav-inner{max-width:100%}}@media (max-width:360px){.mobile-nav .mobile-nav-inner{max-width:100%}}.hero-hamburger{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;z-index:1200;background:linear-gradient(135deg,#ffffff26,#ffffff14);border:1px solid #fff3;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;transition:all .4s cubic-bezier(.25,.8,.25,1);display:none;position:absolute;top:24px;right:24px;overflow:hidden}.hero-hamburger:before{content:"";background:linear-gradient(45deg,#0000,#ffffff1a,#0000);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}@media (max-width:1024px){.hero-hamburger{border-radius:14px;width:48px;height:48px;top:20px;right:20px}}@media (max-width:768px){.hero-hamburger{border-radius:12px;width:44px;height:44px;top:16px;right:16px}}.hero-hamburger:hover{background:linear-gradient(135deg,#ffffff40,#ffffff26);transform:scale(1.05)rotate(1deg);box-shadow:0 8px 25px #00000026}.hero-hamburger:hover:before{transform:translate(100%)}.hero-hamburger:active{transform:scale(.98)}.hero-hamburger .hamburger-inner{flex-direction:column;justify-content:center;align-items:center;width:24px;height:18px;display:flex;position:relative}@media (max-width:768px){.hero-hamburger .hamburger-inner{width:20px;height:16px}}.hero-hamburger .bar{background:linear-gradient(90deg,#fff,#ffffffe6);border-radius:2px;width:100%;height:2.5px;transition:all .4s cubic-bezier(.25,.8,.25,1);display:block;position:absolute;box-shadow:0 1px 3px #0000001a}@media (max-width:768px){.hero-hamburger .bar{height:2px}}.hero-hamburger .bar:before{content:"";border-radius:inherit;background:linear-gradient(90deg,#0000,#fff6,#0000);transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.hero-hamburger .bar:first-child{top:0}.hero-hamburger .bar:nth-child(2){top:50%;transform:translateY(-50%)}.hero-hamburger .bar:nth-child(3){bottom:0}.hero-hamburger:hover .bar:before{transform:translate(100%)}.hero-hamburger.open .bar:first-child{background:linear-gradient(45deg,#fff,#ffffffe6);top:50%;transform:translateY(-50%)rotate(45deg)}.hero-hamburger.open .bar:nth-child(2){opacity:0;transform:translateY(-50%)scale(.7)rotateX(90deg)}.hero-hamburger.open .bar:nth-child(3){background:linear-gradient(-45deg,#fff,#ffffffe6);top:50%;bottom:auto;transform:translateY(-50%)rotate(-45deg)}.hero-hamburger.open{background:linear-gradient(135deg,#fff3,#ffffff1a);transform:scale(1.02)rotate(-2deg);box-shadow:0 6px 20px #0000001f}@media (max-width:1200px){.hero-hamburger{display:flex}}.hero-mobile-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;visibility:hidden;z-index:1100;background:radial-gradient(circle at 30% 20%,#ffffff1f,#000000f0);justify-content:center;align-items:center;transition:opacity .6s cubic-bezier(.4,0,.2,1),visibility .6s,transform .65s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0;transform:scale(1.05)}.hero-mobile-nav.open{opacity:1;visibility:visible;transform:scale(1)}.hero-mobile-inner{flex-direction:column;align-items:center;gap:clamp(12px,3vw,20px);padding:0 20px;display:flex}@media (max-width:768px){.hero-mobile-inner{gap:clamp(8px,2.5vw,16px)}}.hero-mobile-inner a{--delay:0s;color:#fff;letter-spacing:-.3px;opacity:0;animation:.8s cubic-bezier(.25,.8,.25,1) forwards heroNavFade;animation-delay:var(--delay);font-family:DM Sans,Helvetica;font-size:clamp(28px,6vw,52px);font-weight:500;text-decoration:none;transition:all .3s;position:relative;transform:translateY(30px)scale(.96)}@media (max-width:1024px){.hero-mobile-inner a{font-size:clamp(24px,5.5vw,48px)}}@media (max-width:768px){.hero-mobile-inner a{font-size:clamp(20px,5vw,36px)}}.hero-mobile-inner a:hover{color:#ffffffe6;transform:translateY(-3px)scale(1.02)}.hero-mobile-inner a:after{content:"";background:linear-gradient(90deg,#0000,#fff,#0000);width:0;height:2px;transition:width .4s;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}@media (max-width:768px){.hero-mobile-inner a:after{height:1.5px;bottom:-6px}}.hero-mobile-inner a:hover:after{width:80%}@keyframes heroNavFade{to{opacity:1;transform:translateY(0)scale(1)}}@keyframes menuPulse{0%,to{box-shadow:0 0 #fff6}50%{box-shadow:0 0 0 8px #fff0}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.hero-hamburger:not(.open){animation:3s ease-in-out 2s infinite menuPulse}.hero-hamburger .bar:nth-child(2):before{animation-delay:.1s}.hero-hamburger .bar:nth-child(3):before{animation-delay:.2s}.macbook-pro{width:100%;min-height:100vh;position:relative}@media (max-width:1024px){.macbook-pro{min-height:85vh}}@media (max-width:768px){.macbook-pro{min-height:80vh}}.macbook-pro .overlap-group-2{width:100%;min-height:100vh;position:relative}@media (max-width:1024px){.macbook-pro .overlap-group-2{min-height:85vh}}@media (max-width:768px){.macbook-pro .overlap-group-2{min-height:80vh}}.macbook-pro .element{z-index:1050;width:auto;height:52px;transition:all .3s;position:absolute;top:24px;left:24px}@media (max-width:1024px){.macbook-pro .element{height:48px;top:20px;left:20px}}@media (max-width:768px){.macbook-pro .element{height:42px;top:16px;left:16px}}@media (max-width:480px){.macbook-pro .element{height:36px}}.macbook-pro .navbar{z-index:1050;flex-wrap:wrap;gap:clamp(15px,3vw,30px);display:flex;position:absolute;top:clamp(200px,25vh,280px);left:clamp(20px,5vw,80px)}@media (max-width:1024px){.macbook-pro .navbar{flex-direction:column;align-items:flex-start;gap:clamp(8px,2vw,15px);top:clamp(180px,22vh,240px)}}@media (max-width:768px){.macbook-pro .navbar{text-align:center;align-items:center;gap:clamp(6px,1.5vw,12px);top:clamp(160px,20vh,200px);left:50%;transform:translate(-50%)}}.macbook-pro .navbar [class*=text-wrapper-1]{color:#fff;font-family:DM Sans,Helvetica;font-size:clamp(24px,4.5vw,56px);font-weight:500;line-height:1.1;text-decoration:none;transition:all .3s}@media (max-width:1024px){.macbook-pro .navbar [class*=text-wrapper-1]{font-size:clamp(20px,4vw,48px)}}@media (max-width:768px){.macbook-pro .navbar [class*=text-wrapper-1]{font-size:clamp(18px,3.5vw,36px)}}@media (max-width:480px){.macbook-pro .navbar [class*=text-wrapper-1]{font-size:clamp(16px,3vw,28px)}}.macbook-pro .navbar [class*=text-wrapper-1]:hover{opacity:.8;transform:translateY(-2px)}.macbook-pro .transforming-spaces{color:#fff;z-index:1050;max-width:clamp(300px,50vw,668px);font-family:Montserrat,Helvetica;font-size:clamp(14px,2.2vw,20px);font-weight:400;line-height:1.6;position:absolute;top:clamp(320px,40vh,420px);left:clamp(20px,5vw,80px)}@media (max-width:1024px){.macbook-pro .transforming-spaces{max-width:clamp(280px,60vw,600px);top:clamp(300px,35vh,380px)}}@media (max-width:768px){.macbook-pro .transforming-spaces{text-align:center;max-width:clamp(260px,80vw,500px);padding:0 20px;top:clamp(280px,32vh,340px);left:50%;transform:translate(-50%)}}@media (max-width:480px){.macbook-pro .transforming-spaces{max-width:calc(100% - 32px);padding:0 16px}}.macbook-pro .navbar-2{z-index:1050;align-items:center;gap:clamp(20px,2.5vw,40px);display:flex;position:absolute;top:24px;right:24px}@media (max-width:1200px){.macbook-pro .navbar-2{display:none}}.macbook-pro .navbar-2 [class*=text-wrapper-1]{color:#fff;font-family:DM Sans,Helvetica;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.macbook-pro .navbar-2 [class*=text-wrapper-1]:hover{opacity:.8}.macbook-pro .navbar-2 [class*=text-wrapper-1]:after{content:"";background:#fff;width:0;height:2px;transition:width .3s;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.macbook-pro .navbar-2 [class*=text-wrapper-1]:hover:after{width:100%}.macbook-pro .frame-5{z-index:1050;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#898078e6;border-radius:6px;padding:clamp(10px,1.5vw,16px) clamp(16px,2.5vw,28px);transition:all .3s;position:absolute;bottom:clamp(40px,8vh,80px);left:clamp(20px,5vw,80px)}@media (max-width:768px){.macbook-pro .frame-5{left:50%;transform:translate(-50%)}}.macbook-pro .frame-5:hover{background:#796e67e6;transform:translateY(-3px)}@media (max-width:768px){.macbook-pro .frame-5:hover{transform:translate(-50%,-3px)}}.macbook-pro .frame-5 .text-wrapper-20{color:#fff;white-space:nowrap;font-family:DM Sans,Helvetica;font-size:clamp(13px,1.8vw,16px);font-weight:500}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.header-container{justify-content:space-between;align-items:center;gap:20px;margin:0 60px;padding:0 20px;display:flex}@media (max-width:1024px){.header-container{margin:0 40px;padding:0 18px}}@media (max-width:768px){.header-container{gap:16px;margin:0 20px;padding:0 16px}}@media (max-width:480px){.header-container{gap:12px;margin:0 12px;padding:0 12px}}@media (max-width:360px){.header-container{gap:10px;margin:0 8px;padding:0 10px}}@media (min-width:1201px){.hamburger,.mobile-nav{display:none!important}}@media (max-width:1200px){.header-top-nav{display:none!important}.hamburger{display:block!important}}@media (max-width:1024px){.site-header .hero-navbar{width:300px!important;top:240px!important;left:40px!important}.site-header .hero-subtext{width:calc(100% - 80px)!important;font-size:20px!important;line-height:30px!important;top:360px!important;left:40px!important}}@media (max-width:768px){.site-header .hero-navbar{width:calc(100% - 40px)!important;top:220px!important;left:20px!important}.site-header .hero-navbar a{text-align:center;margin-bottom:10px;font-size:clamp(24px,5vw,32px);display:block}.site-header .hero-subtext{text-align:center;width:calc(100% - 40px)!important;font-size:18px!important;top:340px!important;left:20px!important}}@media (max-width:480px){.site-header .hero-navbar{width:calc(100% - 10px)!important;top:200px!important;left:20px!important}.site-header .hero-navbar a{margin-bottom:8px;font-size:clamp(20px,4vw,24px)}.site-header .element{width:140px!important;height:48px!important;top:20px!important;left:20px!important}.site-header .explore-btn{padding:10px 14px!important;bottom:16px!important;left:50%!important;transform:translate(-50%)!important}.site-header .hero-subtext{width:calc(100% - 32px)!important;font-size:16px!important;line-height:24px!important;top:300px!important;left:16px!important}}html{scroll-behavior:smooth}.hamburger:focus,.mobile-nav a:focus{outline-offset:2px;outline:2px solid #fff}.site-header,.mobile-nav{will-change:transform}@media (max-width:768px){.site-header{z-index:1001;position:fixed}}.dark-header{box-shadow:0 1px 4px #00000014;background:#fff!important}.dark-header .logo img{filter:none!important}.dark-header .header-top-nav a{color:#1a1a1a!important}.dark-header .header-top-nav a:after{background-color:#1a1a1a!important}.dark-header .mobile-nav-inner a{color:#1a1a1a!important}.dark-header .mobile-nav-inner a:hover{color:#000!important}.dark-header .hamburger .bar,.dark-header .hero-hamburger .bar{background:#1a1a1a!important}.dark-header .hamburger:hover{background:#0000000d}.nav-dark{color:#1a1a1a!important}@media (hover:none) and (pointer:coarse){.site-header .hamburger{padding:10px}}@media (hover:none) and (pointer:coarse) and (max-width:480px){.site-header .hamburger{padding:8px}}@media (hover:none) and (pointer:coarse){.site-header .mobile-nav-inner a{padding:18px 16px}}@media (hover:none) and (pointer:coarse) and (max-width:480px){.site-header .mobile-nav-inner a{padding:16px 14px}}@media (hover:none) and (pointer:coarse){.site-header .mobile-nav-inner a:active{background:#00000014}}@media (max-width:320px){.site-header{--site-header-height:52px;padding:6px 0}.site-header .logo img{height:30px}.site-header .hamburger-inner{width:18px;height:14px}.site-header .mobile-nav-inner{padding:12px 12px 20px;padding-top:calc(env(safe-area-inset-top,0px) + var(--site-header-height) + 8px);gap:10px}.site-header .mobile-nav-inner a{padding:10px;font-size:15px}.header-container{gap:8px;margin:0 6px;padding:0 8px}}.language-switcher{align-items:center;gap:8px;margin-left:20px;display:flex}.language-switcher .lang-btn{cursor:pointer;color:#fff;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-family:DM Sans,Helvetica;font-size:16px;font-weight:500;transition:all .3s;display:flex;position:relative}.language-switcher .lang-btn i{font-size:18px;transition:transform .3s}.language-switcher .lang-btn:hover{opacity:.8}.language-switcher .lang-btn:hover i{transform:rotate(15deg)}.language-switcher .lang-btn:after{content:"";background-color:#fff;width:0;height:2px;transition:all .3s;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.language-switcher .lang-btn.active:after,.language-switcher .lang-btn:hover:after{width:100%}.language-switcher .lang-btn.active{opacity:1}.site-header.scrolled .language-switcher .lang-btn,.site-header.dark-header .language-switcher .lang-btn{color:#000}.site-header.scrolled .language-switcher .lang-btn:after,.site-header.dark-header .language-switcher .lang-btn:after{background-color:#000}.mobile-lang-switcher{border-top:1px solid #0000001a;margin-top:30px;padding-top:20px}.mobile-lang-switcher .language-switcher{justify-content:center;gap:12px;display:flex!important}.mobile-lang-switcher .language-switcher .lang-btn{color:#1a1a1a;background:#0000000a;border-radius:8px;padding:12px 24px;font-size:18px;transition:all .3s}.mobile-lang-switcher .language-switcher .lang-btn i{font-size:20px}.mobile-lang-switcher .language-switcher .lang-btn:hover{background:#00000014;transform:translateY(-2px)}.mobile-lang-switcher .language-switcher .lang-btn.active{color:#fff;background:#000}.mobile-lang-switcher .language-switcher .lang-btn.active:after{width:0}.mobile-lang-switcher .language-switcher .lang-btn:after{display:none}@media (max-width:768px){.mobile-lang-switcher{margin-top:24px;padding-top:16px}.mobile-lang-switcher .language-switcher .lang-btn{padding:10px 20px;font-size:16px}.mobile-lang-switcher .language-switcher .lang-btn i{font-size:18px}}@media (max-width:480px){.mobile-lang-switcher{margin-top:20px;padding-top:14px}.mobile-lang-switcher .language-switcher .lang-btn{padding:8px 18px;font-size:15px}.mobile-lang-switcher .language-switcher .lang-btn i{font-size:16px}}.hero-section{color:#fff;height:100vh;min-height:600px;position:relative;overflow:hidden}@media (max-width:768px){.hero-section{height:auto;min-height:0;overflow:visible}}@media (max-width:480px){.hero-section{height:auto;min-height:0}}.hero-section .hero-background{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%}@media (max-width:768px){.hero-section .overlap-group-wrapper,.hero-section .overlap,.hero-section .macbook-pro{height:auto;min-height:0}}.hero-section .hero-overlay{background-color:#0009;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:768px){.hero-section .hero-overlay{background-color:#0000}.hero-section .hero-content{display:none}}.hero-section .navbar{z-index:2;width:auto;position:absolute;top:30%;left:80px}@media (max-width:1024px){.hero-section .navbar{top:25%;left:40px}}@media (max-width:768px){.hero-section .navbar{display:none}}.hero-section .navbar a{color:#fff;letter-spacing:.05em;margin-right:40px;font-size:clamp(24px,6vw,48px);font-weight:500;line-height:1.2;text-decoration:none;transition:all .3s;display:inline-block}@media (max-width:768px){.hero-section .navbar a{text-align:center;margin-bottom:10px;margin-right:20px;display:block}}@media (max-width:480px){.hero-section .navbar a{margin-bottom:8px;margin-right:15px}}.hero-section .navbar a:hover{opacity:.8;transform:translateY(-2px)}.hero-section .navbar a:last-child{margin-right:0}.hero-section .hero-subtext{z-index:2;letter-spacing:.03em;width:100%;max-width:668px;margin-top:20px;font-size:clamp(16px,3vw,24px);line-height:1.5;position:absolute;top:50%;left:80px}@media (max-width:768px){.hero-section .hero-subtext{display:none}}.hero-section .hero-buttons{z-index:3;gap:12px;display:flex;position:absolute;bottom:24px;right:24px}@media (max-width:768px){.hero-section .hero-buttons{display:none}}.hero-section .hero-button{cursor:pointer;background-color:#ffffff0f;border:2px solid #ffffff59;border-radius:50%;width:48px;height:48px;padding:0;transition:transform .2s,box-shadow .2s,border-color .2s,background-color .2s}.hero-section .hero-button:hover{transform:scale(1.06);box-shadow:0 6px 18px #00000059}.hero-section .hero-button.active{background-color:#ffffff1f;border-color:#fff;box-shadow:0 8px 24px #00000073}[dir=rtl] .hero-section .hero-content{direction:rtl}[dir=rtl] .hero-section .navbar,[dir=rtl] .hero-section .transforming-spaces{text-align:right;direction:rtl}[dir=rtl] .hero-section .hero-buttons{direction:rtl;position:absolute;bottom:clamp(40px,8vh,80px);left:clamp(20px,5vw,80px);right:auto}[dir=rtl] .hero-section .text-wrapper-10{text-align:right;direction:rtl}.serv{margin-top:10px}.serv .sections{justify-content:space-between;margin-top:240px}.serv .sections .sec-2{text-align:center;border:1px solid #505050;flex-direction:column;justify-content:center;align-items:center;margin-left:10px;margin-right:10px;padding-left:30px;padding-right:30px;display:flex}.serv .sections .sec-2 h4{color:#000;font-weight:500;font-style:Medium;letter-spacing:3%;margin-top:16px;margin-bottom:24px;font-size:24px;line-height:150%}.serv .sections .sec-1{text-align:center;border:1px solid #000;flex-direction:column;justify-content:center;align-items:center;margin-left:10px;margin-right:10px;padding-left:30px;padding-right:30px;display:flex}.serv .sections .sec-1 h4{color:#000;font-weight:500;font-style:Medium;letter-spacing:3%;margin-top:16px;margin-bottom:24px;font-size:24px;line-height:150%}.serv .image-placeholder{background:#ccc;width:100%;height:300px}.serv .photowith{margin-top:96px}.serv .photowith .h1name{font-weight:500;font-style:Medium;color:#000;letter-spacing:3%;padding-left:5px;font-size:32px;line-height:150%}.serv .photowith .desc{font-weight:300;font-style:Light;letter-spacing:3%;margin-top:24px;font-size:20px;line-height:150%}.serv .link{color:#000;margin-top:40px;margin-left:24px;font-size:16px;font-weight:300}.serv .link a{color:#000;text-decoration:none}.process-section{max-width:900px;margin:0 auto;padding:40px 0;position:relative}.process-section .process-title{text-align:center;color:#000;text-underline-offset:8px;margin-bottom:50px;font-size:24px;font-weight:300;text-decoration:underline;text-decoration-thickness:1px;position:relative}.process-section .process-timeline{padding:0;position:relative}.process-section .process-timeline:before{content:"";transform-origin:top;z-index:1;background-color:#000;width:1px;transition:transform 1.2s cubic-bezier(.2,.8,.25,1);position:absolute;top:-48px;bottom:-16px;left:50%;transform:translate(-50%)scaleY(0)}.process-section .process-timeline.timeline-visible:before{transform:translate(-50%)scaleY(1)}.process-section .process-timeline .timeline-step{align-items:flex-start;margin-bottom:-48px;display:flex;position:relative}.process-section .process-timeline .timeline-step:after{content:"";z-index:3;background-color:#000;border:2px solid #e0e0e0;border-radius:50%;width:10px;height:10px;transition:transform .3s cubic-bezier(.2,.8,.25,1);position:absolute;top:25px;left:50%;transform:translate(-50%)scale(0)}.process-section .process-timeline .timeline-step:before{content:"";z-index:2;background-color:#000;height:1px;transition:transform .6s cubic-bezier(.2,.8,.25,1);position:absolute;top:29px;transform:scaleX(0)}@media (max-width:768px){.process-section .process-timeline .timeline-step:before{height:0}}.process-section .process-timeline .timeline-step.step-visible:before{transform:scaleX(1)}.process-section .process-timeline .timeline-step.step-visible:after{transform:translate(-50%)scale(1)}.process-section .process-timeline .timeline-step.step-visible .step-content{opacity:1;transform:translateY(0)}.process-section .process-timeline .timeline-step .step-content{opacity:0;background:#fff;border-radius:4px;width:42%;padding:20px;transition:opacity .6s cubic-bezier(.2,.8,.25,1),transform .6s cubic-bezier(.2,.8,.25,1);position:relative;transform:translateY(20px);box-shadow:0 1px 3px #0000001a}.process-section .process-timeline .timeline-step .step-content h3{color:#333;margin-bottom:12px;font-size:16px;font-weight:600}.process-section .process-timeline .timeline-step .step-content p{font-weight:300;font-style:Light;color:#000;letter-spacing:3%;margin:0;font-size:16px;line-height:150%}.process-section .process-timeline .timeline-step.left-step{justify-content:flex-start}.process-section .process-timeline .timeline-step.left-step .step-content{margin-right:auto}.process-section .process-timeline .timeline-step.left-step:before{transform-origin:100%;left:42%;right:50%}.process-section .process-timeline .timeline-step.right-step{justify-content:flex-end}.process-section .process-timeline .timeline-step.right-step .step-content{margin-left:auto}.process-section .process-timeline .timeline-step.right-step:before{transform-origin:0;left:50%;right:42%}.process-section .process-timeline .timeline-step.active-step .step-content{background-color:#fff;border:none}.process-section .process-timeline .timeline-step.active-step:after{background-color:#000;border-color:#e0e0e0}.process-section .process-footer{text-align:center;padding-top:88px;position:relative}.process-section .process-footer p{color:#000;font-size:16px;font-style:italic}.process-section .process-footer:before{content:"";z-index:2;background-color:#000;width:12%;height:1px;position:absolute;top:64px;left:395px}.interior-design-section,.interior-design-section .container-fluid{padding:0}.interior-design-section .row{margin:0}.interior-design-section .image-container{background-color:#d3d3d3;justify-content:center;align-items:center;height:330px;display:flex;overflow:hidden}.interior-design-section .image-container img{object-fit:cover;width:100%;height:100%}.interior-design-section .content-wrapper{max-width:100%;padding:80px 40px}.interior-design-section .section-title{color:#2c2c2c;margin-bottom:24px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:32px;font-weight:300;line-height:1.2}.interior-design-section .section-description{color:#666;margin-bottom:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;font-weight:300;line-height:150%}.interior-design-section .quote-btn{color:#2c2c2c;font-family:Montserrat;font-size:16px;font-style:Light;font-weight:16px;letter-spacing:.5px;cursor:pointer;background-color:#0000;border:1px solid #2c2c2c;margin-bottom:8px;padding:2px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;transition:all .3s}.interior-design-section .quote-btn:hover{color:#fff;background-color:#2c2c2c;transform:translateY(-2px);box-shadow:0 4px 15px #2c2c2c33}.interior-design-section .quote-btn:focus{outline:none;box-shadow:0 0 0 3px #2c2c2c1a}@media (max-width:992px){.process-section .process-footer:before{width:10%;left:45%}}@media (max-width:768px){.serv{margin-top:80px}.serv .sections{flex-direction:column;gap:20px;margin-top:160px}.serv .sections .sec-1,.serv .sections .sec-2{width:auto;margin:0 5px;padding-left:20px;padding-right:20px}.serv .sections .sec-1 h4,.serv .sections .sec-2 h4{font-size:22px}.serv .photowith{flex-direction:column;gap:20px;margin-top:60px}.serv .photowith .h1name{padding-left:0;font-size:28px}.serv .photowith .desc{margin-top:16px;font-size:18px}.serv .image-placeholder{height:250px}.serv .link{text-align:center;margin-left:0}.process-section{padding:40px 20px}.process-section .process-timeline:before{top:-25px;left:30px;transform:none}.process-section .process-timeline .timeline-step{justify-content:flex-start!important}.process-section .process-timeline .timeline-step:after{left:30px;transform:none}.process-section .process-timeline .timeline-step:before{width:40px;left:30px;right:auto;transform:none}.process-section .process-timeline .timeline-step .step-content{width:calc(100% - 80px);padding:15px;margin-left:70px!important;margin-right:0!important}.process-section .process-footer:before{width:60%;left:20%}.interior-design-section .image-container{height:280px}.interior-design-section .content-wrapper{padding:60px 30px}.interior-design-section .section-title{font-size:28px}.interior-design-section .section-description{font-size:18px}.interior-design-section .quote-btn{width:100%;padding:12px 30px;font-size:16px}}@media (max-width:576px){.serv{margin-top:60px}.serv .sections{margin-top:120px}.serv .sections .sec-1,.serv .sections .sec-2{margin:0;padding:20px 15px}.serv .sections .sec-1 h4,.serv .sections .sec-2 h4{margin-top:12px;margin-bottom:16px;font-size:20px}.serv .photowith{margin-top:40px}.serv .photowith .h1name{font-size:24px}.serv .photowith .desc{margin-top:12px;font-size:16px}.serv .image-placeholder{height:200px}.serv .link{margin-top:30px;font-size:14px}.process-section{padding:30px 15px}.process-section .process-title{margin-bottom:40px;font-size:20px}.process-section .process-timeline:before{left:25px}.process-section .process-timeline .timeline-step{margin-bottom:40px}.process-section .process-timeline .timeline-step:after{width:8px;height:8px;left:25px}.process-section .process-timeline .timeline-step:before{width:30px;left:25px}.process-section .process-timeline .timeline-step .step-content{width:calc(100% - 60px);padding:12px;margin-left:55px!important}.process-section .process-timeline .timeline-step .step-content h3{margin-bottom:8px;font-size:14px}.process-section .process-timeline .timeline-step .step-content p{font-size:14px}.process-section .process-footer{padding-top:15px}.process-section .process-footer p{font-size:14px}.process-section .process-footer:before{width:80%;left:10%}.interior-design-section .image-container{height:220px}.interior-design-section .content-wrapper{padding:40px 20px}.interior-design-section .section-title{margin-bottom:20px;font-size:24px}.interior-design-section .section-description{margin-bottom:12px;font-size:16px}.interior-design-section .quote-btn{padding:10px 25px;font-size:14px}}@media (max-width:480px){.serv{margin-top:40px}.serv .sections{margin-top:80px}.serv .sections .sec-1,.serv .sections .sec-2{padding:15px 10px}.serv .sections .sec-1 h4,.serv .sections .sec-2 h4{margin-top:10px;margin-bottom:12px;font-size:18px}.serv .photowith{margin-top:30px}.serv .photowith .h1name{font-size:20px}.serv .photowith .desc{margin-top:10px;font-size:14px}.serv .image-placeholder{height:180px}.serv .link{margin-top:20px;font-size:13px}.process-section{padding:20px 10px}.process-section .process-title{margin-bottom:30px;font-size:18px}.process-section .process-timeline:before{left:20px}.process-section .process-timeline .timeline-step{margin-bottom:30px}.process-section .process-timeline .timeline-step:after{width:6px;height:6px;left:20px}.process-section .process-timeline .timeline-step:before{width:25px;left:20px}.process-section .process-timeline .timeline-step .step-content{width:calc(100% - 50px);padding:10px;margin-left:45px!important}.process-section .process-timeline .timeline-step .step-content h3{margin-bottom:6px;font-size:13px}.process-section .process-timeline .timeline-step .step-content p{font-size:12px}.process-section .process-footer{padding-top:10px}.process-section .process-footer p{font-size:12px}.process-section .process-footer:before{width:90%;left:5%}.interior-design-section .image-container{height:180px}.interior-design-section .content-wrapper{padding:30px 15px}.interior-design-section .section-title{margin-bottom:16px;font-size:20px}.interior-design-section .section-description{margin-bottom:10px;font-size:14px}.interior-design-section .quote-btn{padding:8px 20px;font-size:13px}}@media (min-width:577px) and (max-width:769px){.process-section{padding:45px 35px}.process-section .process-title{margin-bottom:40px;font-size:24px}.process-section .process-timeline:before{top:-25px;left:35px;transform:none}.process-section .process-timeline .timeline-step{margin-bottom:35px;justify-content:flex-start!important}.process-section .process-timeline .timeline-step:after{width:10px;height:10px;top:22px;left:35px;transform:none}.process-section .process-timeline .timeline-step:before{width:50px;top:27px;left:35px;right:auto;transform:none}.process-section .process-timeline .timeline-step .step-content{width:calc(100% - 95px);padding:18px 20px;margin-left:85px!important;margin-right:0!important}.process-section .process-timeline .timeline-step .step-content h3{margin-bottom:10px;font-size:16px;font-weight:600}.process-section .process-timeline .timeline-step .step-content p{font-size:15px;line-height:1.55}.process-section .process-footer{padding-top:50px}.process-section .process-footer p{font-size:15px}.process-section .process-footer:before{width:30%;top:38px;left:35%}.interior-design-section .content-wrapper{padding:65px 35px}.interior-design-section .section-title{font-size:28px}.interior-design-section .section-description{font-size:18px}.interior-design-section .quote-btn{width:auto;padding:11px 40px;font-size:15px}}.margin-style{margin-top:80px}@media (max-width:769px){.margin-style{margin-top:0}.serv{margin-top:-40px}}.leadership-section .swiper-arrow,.swiper-arrow{justify-content:center;align-items:center;width:38px;height:38px;font-size:2.2rem;transition:color .2s;display:flex;box-shadow:none!important;color:#222!important;background:0 0!important;border:none!important;border-radius:0!important;outline:none!important}.swiper-arrow:after,.swiper-arrow:before{display:none!important}.swiper-arrow.next:before{content:"→";font-family:inherit;font-size:2.2rem;color:#222!important}.swiper-arrow.prev:before{content:"←";font-family:inherit;font-size:2.2rem;color:#222!important}.btn1{outline:1px solid #000}.vision{border:none;position:relative}.vision:before,.vision:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#fff,#000);width:2px;height:100%;position:absolute;top:0}.vision:before{left:0}.vision:after{right:0}@media (max-width:992px){.vision:before,.vision:after{background:linear-gradient(90deg,#000,#fff);width:100%;height:0}.vision:before{top:0;left:0}.vision:after{bottom:0;left:0}}.cardo{height:250px;max-height:250px}.leadership-section{position:relative}.leadership-section .swiper-arrow{z-index:10;cursor:pointer;width:38px;height:38px;box-shadow:none;color:#222;background:0 0;border:none;justify-content:center;align-items:center;font-size:2.2rem;transition:color .2s;display:flex;position:absolute;top:.5rem;transform:none}.leadership-section .swiper-arrow.next{right:1.5rem}.leadership-section .swiper-arrow.prev{left:1.5rem}.swiper-arrow:after{display:none!important}.swiper-arrow.next:before{content:"→";color:#222;font-family:inherit;font-size:2.2rem}.swiper-arrow.prev:before{content:"←";color:#222;font-family:inherit;font-size:2.2rem}.card{border-radius:0;outline:1px solid #000;max-width:320px;height:270px;max-height:270px}.card1{margin-right:100px}.card3{margin-left:100px}.wide-section{outline:1px solid #000;width:100%;height:250px;padding:0%}@media (max-width:1000px){.card1,.card3{margin:auto}}.clock-container{background-color:#fff;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;overflow:hidden}@media (max-width:768px){.clock-container{height:50vh;padding:2rem 0}}.clock{justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative}@media (max-width:768px){.clock{width:35px;height:35px}}.center{z-index:10;width:100%;height:100%;position:relative}.second{transform-origin:0;pointer-events:none;width:300px;height:2px;position:absolute;top:50%;left:50%}@media (max-width:768px){.second{width:120px;height:1.5px}}.third{transform-origin:0;pointer-events:none;width:1px;height:250px;position:absolute;bottom:50%;left:50%}@media (max-width:768px){.third{width:.8px;height:120px}}.uniqImage{object-fit:cover;width:100%;height:100%;margin-left:0;margin-right:0;display:block}@media (max-width:768px){.cardo{margin-bottom:1rem;height:auto!important;max-height:none!important;padding:2rem 1rem!important}.cardo h2{margin-top:1rem!important;font-size:1.5rem!important}.cardo p{padding:.5rem!important;font-size:.95rem!important;line-height:1.6!important}.leadership-section{padding:2rem 0!important}.leadership-section h2{padding:0 1rem;font-size:1.8rem!important}.leadership-section .row.justify-content-center{padding:0 1rem}.leadership-section .row.justify-content-center h3{margin-bottom:1rem!important;font-size:1.4rem!important}.leadership-section .row.justify-content-center p{font-size:.95rem!important;line-height:1.6!important}.leadership-section .swiper-arrow{width:32px!important;height:32px!important;font-size:1.8rem!important}.leadership-section .swiper-arrow.next{right:.5rem!important}.leadership-section .swiper-arrow.prev{left:.5rem!important}.leadership-section .swiper-arrow.next:before,.leadership-section .swiper-arrow.prev:before{font-size:1.8rem!important}section{padding:0 .5rem;margin-bottom:3rem!important}section h2{margin-bottom:2rem!important;font-size:1.8rem!important}.card{min-height:200px;max-width:100%!important;height:auto!important;max-height:none!important;margin:0 .5rem 1.5rem!important;padding:1.5rem!important}.card h4{text-align:left!important;margin:0 0 1rem!important;font-size:1.2rem!important}.card p{text-align:left!important;margin:0!important;font-size:.9rem!important;line-height:1.6!important}.card1,.card3{margin-left:.5rem!important;margin-right:.5rem!important}.row.position-relative span{display:none!important}.wide-section{height:200px!important;margin:0 0 1rem!important}.display-4{font-size:1.8rem!important}.display-5{font-size:1.5rem!important}.display-6{font-size:1.3rem!important}.container-fluid,.container{padding-left:.5rem!important;padding-right:.5rem!important}.row{margin-left:0!important;margin-right:0!important}}.wide-section{position:relative}.overlay-text{color:#fff;text-shadow:2px 2px 8px #000c;z-index:2;text-align:center;padding:1rem;font-size:1.8rem;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:768px){.overlay-text{padding:.5rem;font-size:1.1rem;font-weight:700}}.bottom-section{text-align:center;margin-top:2rem;padding:2rem 1rem}@media (max-width:768px){.bottom-section{padding:1.5rem 1rem}.bottom-section button{width:100%;max-width:280px;font-size:1rem}}.bottom-text{color:#666;margin-top:1rem;font-size:1rem}@media (max-width:768px){.bottom-text{padding:0 1rem;font-size:.9rem}}.padding-mobile{padding-top:10rem}@media (max-width:768px){.padding-mobile{padding-top:3rem}}@media (max-width:992px){.cardo-1,.cardo-2{border-bottom:2px solid #000}}@media (min-width:769px) and (max-width:992px){.cardo p br{display:none}.cardo h2{font-size:2rem!important}.cardo p{font-size:1.1rem!important;line-height:1.7!important}}@media (max-width:1200px){#projects{display:none!important}}.contact-page-wrapper{color:#1a1a1a;background-color:#fff;width:100%;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden}.contact-page-wrapper .hero-section{background-color:#fff;width:100%;padding:120px 0}.contact-page-wrapper .hero-section .hero-container{width:100%;max-width:1440px;margin:0 auto;padding:0 5%}@media (max-width:768px){.contact-page-wrapper .hero-section .hero-container{padding:0 20px}}.contact-page-wrapper .hero-section .hero-container{grid-template-columns:1fr 1fr;gap:80px;display:grid}@media (max-width:992px){.contact-page-wrapper .hero-section .hero-container{grid-template-columns:1fr;gap:60px;padding-top:40px}}.contact-page-wrapper .hero-section .hero-container .hero-text h1{letter-spacing:-.02em;text-transform:uppercase;color:#1a1a1a;margin-bottom:2rem;font-family:Times New Roman,Times,serif;font-size:3.5rem;font-weight:400;line-height:1.1}@media (max-width:768px){.contact-page-wrapper .hero-section .hero-container .hero-text h1{font-size:2.5rem}}.contact-page-wrapper .hero-section .hero-container .hero-text .subtitle{color:#666;font-size:1.125rem;line-height:1.6}.contact-page-wrapper .hero-section .hero-container .hero-form .form-row{grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px;display:grid}@media (max-width:576px){.contact-page-wrapper .hero-section .hero-container .hero-form .form-row{grid-template-columns:1fr;gap:20px;margin-bottom:20px}}.contact-page-wrapper .hero-section .hero-container .hero-form .form-group{margin-bottom:30px;position:relative}.contact-page-wrapper .hero-section .hero-container .hero-form .form-group label{text-transform:uppercase;letter-spacing:.05em;color:#1a1a1a;margin-bottom:8px;font-size:.75rem;font-weight:600;display:block}.contact-page-wrapper .hero-section .hero-container .hero-form .form-group input,.contact-page-wrapper .hero-section .hero-container .hero-form .form-group select,.contact-page-wrapper .hero-section .hero-container .hero-form .form-group textarea{color:#1a1a1a;background:0 0;border:none;border-bottom:1px solid #8c8c8c;border-radius:0;outline:none;width:100%;padding:10px 0;font-size:1rem;transition:border-color .3s}.contact-page-wrapper .hero-section .hero-container .hero-form .form-group input:focus,.contact-page-wrapper .hero-section .hero-container .hero-form .form-group select:focus,.contact-page-wrapper .hero-section .hero-container .hero-form .form-group textarea:focus{border-bottom-color:#1a1a1a}.contact-page-wrapper .hero-section .hero-container .hero-form .form-group textarea{resize:vertical;min-height:40px}.contact-page-wrapper .hero-section .hero-container .hero-form .btn-submit{color:#1a1a1a;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:0 0;border:1px solid #1a1a1a;margin-top:10px;padding:12px 40px;font-size:.875rem;transition:all .3s}.contact-page-wrapper .hero-section .hero-container .hero-form .btn-submit:hover{color:#fff;background:#1a1a1a}.contact-page-wrapper .info-section{background-color:#fff;width:100%;padding:100px 0 60px}.contact-page-wrapper .info-section .info-container-wide{border-top:1px solid #8c8c8c;border-bottom:1px solid #8c8c8c;grid-template-columns:repeat(3,1fr);gap:0;width:100%;max-width:100%;padding:0 5%;display:grid}@media (max-width:992px){.contact-page-wrapper .info-section .info-container-wide{grid-template-columns:1fr;padding:0 20px}}.contact-page-wrapper .info-section .info-container-wide .info-card{border-right:1px solid #8c8c8c;flex-direction:column;align-items:flex-start;min-height:250px;padding:60px 40px;display:flex}@media (max-width:992px){.contact-page-wrapper .info-section .info-container-wide .info-card{border-bottom:1px solid #8c8c8c;border-right:none;min-height:200px;padding:40px 20px}.contact-page-wrapper .info-section .info-container-wide .info-card:last-child{border-bottom:none}}.contact-page-wrapper .info-section .info-container-wide .info-card:last-child{border-right:none}.contact-page-wrapper .info-section .info-container-wide .info-card h3{color:#1a1a1a;text-transform:none;margin-bottom:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1.5rem;font-weight:500}@media (max-width:768px){.contact-page-wrapper .info-section .info-container-wide .info-card h3{margin-bottom:1.5rem;font-size:1.25rem}}.contact-page-wrapper .info-section .info-container-wide .info-card .info-details{flex-direction:column;gap:12px;width:100%;display:flex}.contact-page-wrapper .info-section .info-container-wide .info-card .info-details .contact-link{color:#1a1a1a;text-align:left;font-size:1rem;font-weight:400;text-decoration:none;transition:opacity .3s}@media (max-width:768px){.contact-page-wrapper .info-section .info-container-wide .info-card .info-details .contact-link{font-size:.95rem}}.contact-page-wrapper .info-section .info-container-wide .info-card .info-details .contact-link:hover{opacity:.6}.contact-page-wrapper .info-section .info-container{max-width:600px;margin:0 auto;padding:0 20px}.contact-page-wrapper .info-section .info-container h2{margin-bottom:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:2rem;font-weight:500}.contact-page-wrapper .info-section .info-container .company-details{color:#666;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;line-height:1.8}.contact-page-wrapper .info-section .info-container .company-details .contact-link{color:#1a1a1a;margin-top:5px;font-weight:600;text-decoration:none;transition:opacity .3s;display:block}.contact-page-wrapper .info-section .info-container .company-details .contact-link:hover{opacity:.7}.contact-page-wrapper .info-section .info-container .company-details .divider{color:#8c8c8c;margin:0 8px}.contact-page-wrapper .locations-section{background-color:#fff;padding:0 0 100px}.contact-page-wrapper .locations-section .locations-grid{width:100%;max-width:1440px;margin:0 auto;padding:0 5%}@media (max-width:768px){.contact-page-wrapper .locations-section .locations-grid{padding:0 20px}}.contact-page-wrapper .locations-section .locations-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:768px){.contact-page-wrapper .locations-section .locations-grid{grid-template-columns:1fr}}.contact-page-wrapper .locations-section .locations-grid .location-card{background-color:#e6e6e6;flex-direction:column;justify-content:space-between;min-height:500px;padding:60px;display:flex;position:relative;overflow:hidden}@media (max-width:992px){.contact-page-wrapper .locations-section .locations-grid .location-card{min-height:400px;padding:40px}}.contact-page-wrapper .locations-section .locations-grid .location-card h3{z-index:2;margin-bottom:1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:2rem;font-weight:400;position:relative}.contact-page-wrapper .locations-section .locations-grid .location-card .card-content{z-index:2;position:relative}.contact-page-wrapper .locations-section .locations-grid .location-card .card-content p{color:#1a1a1a;margin-bottom:.5rem;font-size:.95rem}.contact-page-wrapper .locations-section .locations-grid .location-card .card-content a{color:#1a1a1a;margin-top:1rem;font-weight:600;text-decoration:none;display:block}.contact-page-wrapper .locations-section .locations-grid .location-card .card-content a:hover{text-decoration:underline}.contact-page-wrapper .locations-section .locations-grid .location-card .map-bg{object-fit:cover;opacity:.08;pointer-events:none;z-index:1;mix-blend-mode:multiply;width:100%;height:100%;position:absolute;top:0;right:0}.careers-container{color:#1a1a1a;max-width:1200px;margin:0 auto;padding:40px 20px;font-family:Arial,sans-serif}.careers-container .header-section{text-align:center;margin-bottom:40px;padding-top:20px}.careers-container .header-section h1{margin-bottom:16px;font-size:3rem;font-weight:400}.careers-container .header-section .subtitle{color:#666;max-width:600px;margin:0 auto 30px;font-size:15px;line-height:1.6}.careers-container .header-section .btn-outline{color:#666;cursor:pointer;text-transform:capitalize;background:0 0;border:1px solid #999;padding:10px 24px;font-size:14px;transition:all .2s}.careers-container .header-section .btn-outline:hover{color:#333;background:#f9f9f9;border-color:#333}.careers-container .hero-image-wrapper{width:100%;height:300px;margin-bottom:40px;overflow:hidden}.careers-container .hero-image-wrapper .hero-img{object-fit:cover;filter:sepia(.2)contrast(1.1);width:100%;height:100%}.careers-container .mission-text{text-align:center;max-width:800px;margin:0 auto 60px}.careers-container .mission-text h3{color:#333;font-size:1.4rem;font-weight:500;line-height:1.5}.careers-container .content-grid{justify-content:space-between;align-items:flex-start;gap:60px;display:flex}@media (max-width:768px){.careers-container .content-grid{flex-direction:column}}.careers-container .content-grid .jobs-list{flex:2;width:100%}.careers-container .content-grid .jobs-list .job-card{background:#fff;border:1px solid #dcdcdc;margin-bottom:20px;padding:25px;position:relative}.careers-container .content-grid .jobs-list .job-card .job-type{color:#999;margin-bottom:8px;font-size:13px;display:block}.careers-container .content-grid .jobs-list .job-card .job-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.careers-container .content-grid .jobs-list .job-card .job-header .job-title-section{flex:1;margin-right:20px}.careers-container .content-grid .jobs-list .job-card .job-header .job-title-section h2{color:#333;margin:0 0 8px;font-size:1.5rem;font-weight:600}.careers-container .content-grid .jobs-list .job-card .job-header .job-title-section .job-description{color:#666;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;max-width:90%;margin:0;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.careers-container .content-grid .jobs-list .job-card .job-header .btn-apply{color:#666;cursor:pointer;text-transform:capitalize;background:0 0;border:1px solid #999;padding:10px 24px;font-size:14px;transition:all .2s}.careers-container .content-grid .jobs-list .job-card .job-header .btn-apply:hover{color:#333;background:#f9f9f9;border-color:#333}.careers-container .content-grid .jobs-list .job-card .job-header .btn-apply{border-color:#bbb;flex-shrink:0;padding:6px 20px;font-size:12px}.careers-container .content-grid .jobs-list .job-card .tags{gap:10px;display:flex}.careers-container .content-grid .jobs-list .job-card .tags .tag{color:#888;text-transform:uppercase;letter-spacing:.5px;border:1px solid #e0e0e0;padding:4px 12px;font-size:11px}.careers-container .content-grid .sidebar{text-align:center;flex:1;padding-top:20px}.careers-container .content-grid .sidebar h3{color:#222;margin-bottom:10px;font-size:1.3rem}.careers-container .content-grid .sidebar p{color:#555;margin-bottom:5px}.careers-container .content-grid .sidebar .email-link{color:#333;margin-bottom:25px;font-weight:600;text-decoration:none;display:block}.careers-container .content-grid .sidebar .email-link:hover{text-decoration:underline}.careers-container .content-grid .sidebar .btn-outline.small{color:#666;cursor:pointer;text-transform:capitalize;background:0 0;border:1px solid #999;padding:10px 24px;font-size:14px;transition:all .2s}.careers-container .content-grid .sidebar .btn-outline.small:hover{color:#333;background:#f9f9f9;border-color:#333}.careers-container .content-grid .sidebar .btn-outline.small{padding:8px 30px;font-size:12px}@media (min-width:768px){.careers-container{margin-top:3rem}}.manual-slider-wrapper{justify-content:center;align-items:center;margin-top:50px;padding:0 50px;display:flex;position:relative}.slider-viewport{width:100%;max-width:1096px;overflow:hidden}.slider-track{gap:24px;transition:transform .6s cubic-bezier(.25,.8,.25,1);display:flex}.team-slide{cursor:pointer;flex-shrink:0;align-items:flex-end;height:400px;transition:all .4s;display:flex}.team-slide .slide-image{object-fit:cover;border:1px solid #000;width:200px;height:300px;transition:all .4s}.team-slide.active .slide-image{width:300px;height:400px}.slider-arrow{z-index:10;cursor:pointer;justify-content:center;align-items:center;width:38px;height:38px;font-size:2.2rem;transition:color .2s;display:flex;position:absolute;top:60%;transform:translateY(-50%);box-shadow:none!important;color:#222!important;background:0 0!important;border:none!important;border-radius:0!important;outline:none!important}.slider-arrow:disabled{opacity:.4;cursor:not-allowed}.slider-arrow.prev{left:-10px}.slider-arrow.next{right:-10px}@media (max-width:1200px){.slider-viewport{max-width:648px}}@media (max-width:768px){.manual-slider-wrapper{padding:0 40px}.slider-viewport{max-width:200px}.team-slide{pointer-events:none}.team-slide.active .slide-image{width:200px;height:300px}}.projects-page-wrapper{color:#333;background-color:#fff;min-height:100vh;padding:130px 20px 0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.projects-page-wrapper .container{flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;display:flex}.projects-page-wrapper .header-section{text-align:center;max-width:800px;margin-bottom:60px}.projects-page-wrapper .header-section .main-title{color:#333;letter-spacing:.5px;margin-bottom:20px;font-size:24px;font-weight:400}.projects-page-wrapper .header-section .sub-description{color:#333;font-size:16px;font-weight:300;line-height:1.6}.projects-page-wrapper .filter-container{width:100%;max-width:700px;margin-bottom:60px;position:relative}.projects-page-wrapper .filter-container .filter-tabs{justify-content:center;align-items:center;gap:15px;padding-bottom:10px;display:flex}.projects-page-wrapper .filter-container .filter-tabs .filter-tab{color:#555;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border:none;padding:0 5px;font-size:14px;font-weight:500;transition:color .3s}.projects-page-wrapper .filter-container .filter-tabs .filter-tab:hover{color:#000}.projects-page-wrapper .filter-container .filter-tabs .filter-tab.active{color:#000;font-weight:600}.projects-page-wrapper .filter-container .filter-tabs .separator{vertical-align:middle;background:#222;border-radius:2px;width:1px;height:30px;display:inline-block}.projects-page-wrapper .filter-container .filter-border-line{background-color:#000;width:65%;height:.5px;margin:0 auto}.projects-page-wrapper .projects-grid{grid-template-columns:repeat(2,1fr);gap:40px;width:100%;display:grid}.projects-page-wrapper .projects-grid .project-card-link{text-decoration:none;display:block}.projects-page-wrapper .projects-grid .project-card{aspect-ratio:1/.8;cursor:pointer;background-color:#f0f0f0;width:100%;position:relative;overflow:hidden}.projects-page-wrapper .projects-grid .project-card .project-image-placeholder{background-color:#ddd;width:100%;height:100%}.projects-page-wrapper .projects-grid .project-card .project-image-placeholder img{object-fit:cover;width:100%;height:100%;transition:filter .5s}.projects-page-wrapper .projects-grid .project-card:hover .project-image-placeholder img{filter:blur(5px);transform:scale(1)}.projects-page-wrapper .projects-grid .project-card .project-overlay{opacity:0;z-index:2;background-color:#0003;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s;display:flex;position:absolute;top:0;left:0}.projects-page-wrapper .projects-grid .project-card .project-overlay .project-title{color:#fff;opacity:0;margin:0;font-size:24px;font-weight:500;transition:transform .5s,opacity .5s;transform:translateY(20px)}.projects-page-wrapper .projects-grid .project-card .project-overlay .project-line{background-color:#fff;width:0;height:2px;margin:15px 0;transition:width .5s .1s}.projects-page-wrapper .projects-grid .project-card .project-overlay .project-subtitle{color:#fff;opacity:0;margin:0;font-size:16px;font-weight:300;transition:transform .5s .2s,opacity .5s .2s;transform:translateY(20px)}.projects-page-wrapper .projects-grid .project-card:hover .project-overlay{opacity:1}.projects-page-wrapper .projects-grid .project-card:hover .project-overlay .project-title{opacity:1;transform:translateY(0)}.projects-page-wrapper .projects-grid .project-card:hover .project-overlay .project-line{width:60px}.projects-page-wrapper .projects-grid .project-card:hover .project-overlay .project-subtitle{opacity:1;transform:translateY(0)}@media (min-width:577px) and (max-width:769px){.projects-page-wrapper{padding-top:90px}.projects-page-wrapper .header-section{margin-bottom:50px}.projects-page-wrapper .header-section .main-title{font-size:26px}.projects-page-wrapper .header-section .sub-description{padding:0 15px;font-size:15px;line-height:1.6}.projects-page-wrapper .filter-container{margin-bottom:50px}.projects-page-wrapper .filter-container .filter-tabs{gap:20px;padding-bottom:12px}.projects-page-wrapper .filter-container .filter-tabs .filter-tab{justify-content:center;align-items:center;min-height:44px;padding:8px 12px;font-size:13px;display:inline-flex}.projects-page-wrapper .filter-container .filter-tabs .separator{height:24px}.projects-page-wrapper .filter-container .filter-border-line{width:70%}.projects-page-wrapper .projects-grid{gap:30px}}@media (max-width:576px){.projects-page-wrapper{padding:50px 15px 40px}.projects-page-wrapper .header-section{margin-bottom:35px}.projects-page-wrapper .header-section .main-title{margin-bottom:16px;font-size:22px}.projects-page-wrapper .header-section .sub-description{padding:0 5px;font-size:14px;line-height:1.55}.projects-page-wrapper .header-section .sub-description br{display:none}.projects-page-wrapper .filter-container{max-width:100%;margin-bottom:40px}.projects-page-wrapper .filter-container .filter-tabs{flex-direction:column;gap:8px;width:100%;padding-bottom:16px}.projects-page-wrapper .filter-container .filter-tabs .filter-tab{background-color:#fafafa;border:1px solid #e0e0e0;border-radius:4px;width:100%;max-width:280px;min-height:44px;padding:12px 20px;font-size:13px;transition:all .3s}.projects-page-wrapper .filter-container .filter-tabs .filter-tab:hover,.projects-page-wrapper .filter-container .filter-tabs .filter-tab.active{color:#fff;background-color:#000;border-color:#000}.projects-page-wrapper .filter-container .filter-tabs .filter-tab.active{font-weight:600}.projects-page-wrapper .filter-container .filter-tabs .separator{display:none}.projects-page-wrapper .filter-container .filter-border-line{width:85%;height:1px}.projects-page-wrapper .projects-grid{grid-template-columns:1fr;gap:24px}.projects-page-wrapper .projects-grid .project-card{aspect-ratio:1/.9}}@media (max-width:768px){.projects-page-wrapper .header-section .main-title{font-size:24px}.projects-page-wrapper .header-section .sub-description{padding:0 10px;font-size:14px}.projects-page-wrapper .filter-container .filter-tabs{flex-wrap:wrap;gap:10px}.projects-page-wrapper .filter-container .filter-tabs .separator{display:none}.projects-page-wrapper .projects-grid{grid-template-columns:1fr;gap:20px}.projects-page-wrapper{padding-top:30px}}.project-details-page{color:#000;background-color:#fff;min-height:100vh;padding:120px 0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}@media (max-width:768px){.project-details-page{padding:20px}}.project-details-page .container{width:90%;max-width:1400px;margin:0 auto}.project-details-page .project-header{margin-bottom:30px}.project-details-page .project-header .project-category{color:#333;margin-bottom:5px;font-size:22px;font-weight:650}.project-details-page .project-header .project-title{text-transform:uppercase;color:#777;margin:0;font-size:16px;font-weight:400}.project-details-page .hero-image-wrapper{background-color:#f4f4f4;width:100%;height:500px;margin-bottom:60px}.project-details-page .hero-image-wrapper .image-placeholder{background-color:#333;background-image:url(/projectDetails/projectImage1.png);background-position:50%;background-size:cover;width:100%;height:100%}.project-details-page .details-grid{grid-template-columns:1fr 1fr;gap:30px 80px;margin-bottom:60px;display:grid}.project-details-page .details-grid .detail-item .detail-label{text-transform:uppercase;color:#000;letter-spacing:.5px;margin-bottom:8px;font-size:18px;font-weight:300;display:block}.project-details-page .details-grid .detail-item .detail-value-row{border-bottom:1px solid #d1d1d1;justify-content:space-between;align-items:flex-end;padding-bottom:5px;display:flex}.project-details-page .details-grid .detail-item .detail-value-row .detail-value{text-transform:uppercase;color:#333;opacity:.9;font-size:16px;font-weight:200}.project-details-page .details-grid .detail-item .detail-value-row .detail-date{color:#d1d1d1;text-transform:uppercase;font-size:10px}.project-details-page .concept-section{margin-bottom:80px}.project-details-page .concept-section .section-label{text-transform:uppercase;color:#000;letter-spacing:.5px;margin-bottom:15px;font-size:18px;font-weight:350}.project-details-page .concept-section .concept-text{color:#777;text-align:justify;margin-bottom:10px;font-size:14px;line-height:1.8}.project-details-page .concept-section .concept-footer{border-bottom:1px solid #d1d1d1;justify-content:flex-end;padding-bottom:5px;display:flex}.project-details-page .concept-section .concept-footer .detail-date{color:#d1d1d1;font-size:10px}.project-details-page .gallery-section{margin-bottom:80px}.project-details-page .gallery-section .section-label{text-transform:uppercase;color:#000;letter-spacing:.5px;font-size:18px;font-weight:400;display:block}.project-details-page .gallery-section .mb-4{margin-bottom:20px}.project-details-page .gallery-section .gallery-image-wrapper{background-color:#f4f4f4;width:100%;height:600px}.project-details-page .gallery-section .gallery-image-wrapper .image-placeholder{background-color:#333;background-image:url(/projectDetails/projectImage2.png);background-position:50%;background-size:cover;width:100%;height:100%}@media (max-width:768px){.project-details-page .details-grid{grid-template-columns:1fr;column-gap:0}.project-details-page .hero-image-wrapper,.project-details-page .gallery-section .gallery-image-wrapper{height:300px}}.wide-image-section{width:100%;height:250px;margin-bottom:60px}.wide-image-section .wide-image{background-image:url(/projectDetails/wide-image.png);background-position:50%;background-size:cover;width:100%;height:100%}.similar-projects-section{padding-top:60px;padding-bottom:80px}.similar-projects-section .section-title{color:#1a1a1a;text-align:left;margin-bottom:30px;margin-left:8%;font-size:24px;font-weight:500}.similar-projects-section .projects-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:50px;padding-left:10%;padding-right:10%;display:grid}@media (max-width:768px){.similar-projects-section .projects-grid{grid-template-columns:1fr;gap:15px}}.similar-projects-section .projects-grid .grid-item{aspect-ratio:4/3;background-color:#f5f5f5;width:100%;position:relative}.similar-projects-section .projects-grid .grid-item .image-placeholder{background-color:#ddd;width:100%;height:100%}.similar-projects-section .section-footer-action{flex-direction:column;align-items:flex-start;gap:20px;padding-left:8%;display:flex}.similar-projects-section .section-footer-action .btn-outline{text-transform:uppercase;cursor:pointer;color:#333;background:0 0;border:1px solid #333;padding:12px 30px;font-size:14px;transition:all .3s}.similar-projects-section .section-footer-action .btn-outline:hover{color:#fff;background-color:#000}.similar-projects-section .section-footer-action .footer-note{color:#888;margin:0;font-size:14px;font-weight:400}.footer-section{color:#000;background-color:#fcfcfc;padding:80px 0 50px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;overflow:hidden}.footer-section .custom-container{max-width:100%;padding-left:5%;padding-right:5%}.footer-section .section-label{text-transform:uppercase;letter-spacing:.5px;color:#000;margin-bottom:25px;font-size:15px;font-weight:450}.footer-section .top-row .company-info p{color:#333;margin:0;font-size:15px;font-weight:400;line-height:1.6}.footer-section .top-row .footer-links-list{margin:0;padding:0;list-style:none}.footer-section .top-row .footer-links-list li{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.footer-section .top-row .footer-links-list li a{color:#333;text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;position:relative}.footer-section .top-row .footer-links-list li a:hover{color:#000}.footer-section .top-row .footer-links-list li .arrow{color:#000;font-size:18px;font-weight:300}.footer-section .top-row .footer-links-list.no-arrow li{justify-content:flex-start}.footer-section .top-row .footer-links-list.with-arrow li{padding-right:10px}@media (max-width:991px){.footer-section .footer-section .custom-container{padding-left:2%;padding-right:2%}.footer-section .footer-section .top-row{flex-direction:column;gap:24px;display:flex}.footer-section .footer-section .padding-style{padding-left:0;padding-right:0}.footer-section .footer-section .section-label{margin-bottom:12px;font-size:13px}.footer-section .footer-section .footer-links-list li a{font-size:13px}.footer-section .footer-section .company-info p{margin-bottom:6px;font-size:13px}.footer-section .footer-section .copyright-wrapper{flex-direction:column;align-items:flex-start;gap:8px;max-width:100%;font-size:12px}}@media (max-width:600px){.footer-section .footer-section{padding:30px 0}.footer-section .footer-section .section-label,.footer-section .footer-section .footer-links-list li a,.footer-section .footer-section .company-info p{font-size:12px}.footer-section .footer-section .copyright-wrapper{font-size:11px}}.footer-section .bottom-row .copyright-wrapper{color:#555;justify-content:space-between;width:100%;max-width:400px;font-size:14px;display:flex}.footer-section .bottom-row .copyright-wrapper a{color:#555;text-decoration:none}.footer-section .bottom-row .copyright-wrapper a:hover{text-decoration:underline}.footer-section .bottom-row .contact-heading{text-transform:uppercase;margin-bottom:55px;font-size:15px;font-weight:450;display:block}.footer-section .bottom-row .team-grid{width:100%}.footer-section .bottom-row .team-grid .team-row{border-bottom:1px solid #d1d1d1;flex-wrap:wrap;margin-bottom:25px;padding-bottom:8px;display:flex}.footer-section .bottom-row .team-grid .team-row:last-child{margin-bottom:0}.footer-section .bottom-row .team-grid .team-row .field-group{align-items:center;display:flex}.footer-section .bottom-row .team-grid .team-row .field-group .label{text-transform:uppercase;color:#000;min-width:40px;margin-right:15px;font-size:12px;font-weight:800}.footer-section .bottom-row .team-grid .team-row .field-group .value{color:#444;font-size:14px;font-weight:400;text-decoration:none}.footer-section .bottom-row .team-grid .team-row .field-group .value.email{text-transform:lowercase}.footer-section .bottom-row .team-grid .team-row .name-group{width:40%}.footer-section .bottom-row .team-grid .team-row .email-group{width:60%}.padding-style{padding-left:70px;padding-right:9%}.padding-style-adjusted{padding-left:70px;padding-right:6%}@media (max-width:991px){.footer-section{padding:50px 0}.footer-section .top-row{margin-bottom:40px}.footer-section .bottom-row{flex-direction:column;align-items:flex-start;gap:40px}.footer-section .bottom-row .contact-heading{margin-bottom:10px}.footer-section .bottom-row .team-grid .team-row{flex-direction:column;gap:10px}.footer-section .bottom-row .team-grid .team-row .name-group,.footer-section .bottom-row .team-grid .team-row .email-group{width:100%}}@media (max-width:800px){.footer-section{text-align:center;padding:24px 0 16px}.footer-section .custom-container{padding-left:4%;padding-right:4%}.footer-section .top-row{flex-direction:column;align-items:center;gap:20px;margin-bottom:24px;display:flex}.footer-section .footer-logo .logo-img{margin:0 auto;display:block;width:160px!important;height:auto!important}.footer-section .company-info{text-align:center;margin-top:12px;margin-bottom:0}.footer-section .company-info .section-label{margin-bottom:10px;font-size:12px;font-weight:600}.footer-section .company-info p{color:#444;margin-bottom:5px;font-size:12px;line-height:1.5}.footer-section .section-label{letter-spacing:.6px;margin-bottom:10px;font-size:12px;font-weight:600}.footer-section .footer-links-list{width:100%;max-width:260px;margin:0 auto 8px;padding:0}.footer-section .footer-links-list li{justify-content:center;margin-bottom:8px}.footer-section .footer-links-list li a{padding:4px 0;font-size:12px;font-weight:500}.footer-section .arrow{opacity:.7;margin-left:6px;font-size:15px}.footer-section .padding-style,.footer-section .padding-style-adjusted{padding-left:0!important;padding-right:0!important}.footer-section .bottom-row{border-top:1px solid #e0e0e0;flex-direction:column;gap:16px;padding-top:16px}.footer-section .copyright-wrapper{flex-flow:wrap;order:1;justify-content:center;align-items:center;gap:12px;max-width:100%;margin-bottom:0;font-size:11px}.footer-section .copyright-wrapper .spacer{background:#999;border-radius:50%;width:4px;height:4px;display:inline-block}.footer-section .contact-heading{letter-spacing:.6px;text-align:center;order:2;margin-bottom:12px;font-size:12px;font-weight:600}.footer-section .team-grid{flex-flow:wrap;order:3;justify-content:center;gap:16px;width:100%;max-width:100%;margin-top:0;margin-left:auto;margin-right:auto;display:flex}.footer-section .team-row{border-bottom:none;flex-direction:column;flex:0 auto;align-items:center;gap:6px;min-width:140px;max-width:48%;margin-bottom:0;padding-bottom:0}.footer-section .team-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.footer-section .field-group{flex-direction:column;align-items:center;width:100%;margin-bottom:2px}.footer-section .label{letter-spacing:.5px;opacity:.6;margin-bottom:3px;margin-right:0;font-size:9px;font-weight:700}.footer-section .value{text-align:center;word-break:break-word;font-size:11px;line-height:1.4}.footer-section .value.email{color:#0056b3;font-weight:500}.ops{text-align:center;margin-bottom:8px}.ops2{margin-bottom:0!important}.ops3{justify-content:space-around;display:flex;margin-bottom:0!important}.footer-section .section-label{font-size:12px}.footer-section .footer-links-list.no-arrow{flex-flow:wrap;justify-content:center;align-items:center;gap:8px;max-width:100%;margin:0 auto 12px;display:flex}.footer-section .footer-links-list.no-arrow li{margin-bottom:0}.footer-section .footer-links-list.no-arrow li p{padding:0 8px;position:relative;margin-bottom:0!important;font-size:11px!important}.footer-section .footer-links-list.no-arrow li p:not(:last-child):after{content:"•";color:#999;font-size:10px;position:absolute;right:-5px}}[lang=ar],[dir=rtl],html[lang=ar],html[dir=rtl],[lang=ar] *,[dir=rtl] *,html[lang=ar] *,html[dir=rtl] *,[lang=ar] body,[lang=ar] h1,[lang=ar] h2,[lang=ar] h3,[lang=ar] h4,[lang=ar] h5,[lang=ar] h6,[lang=ar] p,[lang=ar] span,[lang=ar] div,[lang=ar] a,[lang=ar] button,[lang=ar] input,[lang=ar] textarea,[lang=ar] select,[lang=ar] label,[dir=rtl] body,[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3,[dir=rtl] h4,[dir=rtl] h5,[dir=rtl] h6,[dir=rtl] p,[dir=rtl] span,[dir=rtl] div,[dir=rtl] a,[dir=rtl] button,[dir=rtl] input,[dir=rtl] textarea,[dir=rtl] select,[dir=rtl] label,html[lang=ar] body,html[lang=ar] h1,html[lang=ar] h2,html[lang=ar] h3,html[lang=ar] h4,html[lang=ar] h5,html[lang=ar] h6,html[lang=ar] p,html[lang=ar] span,html[lang=ar] div,html[lang=ar] a,html[lang=ar] button,html[lang=ar] input,html[lang=ar] textarea,html[lang=ar] select,html[lang=ar] label,html[dir=rtl] body,html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3,html[dir=rtl] h4,html[dir=rtl] h5,html[dir=rtl] h6,html[dir=rtl] p,html[dir=rtl] span,html[dir=rtl] div,html[dir=rtl] a,html[dir=rtl] button,html[dir=rtl] input,html[dir=rtl] textarea,html[dir=rtl] select,html[dir=rtl] label{font-family:"Changa",var(--font-changa),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}[dir=rtl]{text-align:right}[dir=rtl] .float-left{float:right!important}[dir=rtl] .float-right{float:left!important}[dir=rtl] .header-top-nav{flex-direction:row-reverse}[dir=rtl] .hamburger{left:20px;right:auto}[dir=rtl] .mobile-nav{left:0;right:auto;transform:translate(-100%)}[dir=rtl] .mobile-nav.open{transform:translate(0)}[dir=rtl] .footer-content{direction:rtl}[dir=rtl] .breadcrumb{flex-direction:row-reverse}[dir=rtl] .project-card,[dir=rtl] .service-card,[dir=rtl] input,[dir=rtl] textarea,[dir=rtl] select{text-align:right}[dir=rtl] .icon-arrow-right{transform:scaleX(-1)}[dir=rtl] .language-switcher{flex-direction:row-reverse}[dir=ltr]{text-align:left}.modern-spacing{border-inline-start:1px solid #ccc;margin-inline:20px 10px;padding-inline:15px}.border-example{border:1px solid #000;border-inline-start-width:2px;border-inline-end-color:#ccc}.position-example{inset-inline:0 auto}[dir=rtl] .hero-section{direction:rtl}[dir=rtl] .hero-section .hero-content{text-align:right;direction:rtl}[dir=rtl] .hero-section .navbar{text-align:right;left:auto;right:clamp(20px,5vw,80px)}@media (max-width:768px){[dir=rtl] .hero-section .navbar{left:auto;right:50%;transform:translate(50%)}}[dir=rtl] .hero-section .navbar .text-wrapper-10,[dir=rtl] .hero-section .navbar [class*=text-wrapper]{text-align:right;direction:rtl}[dir=rtl] .hero-section .transforming-spaces{text-align:right;direction:rtl;left:auto;right:clamp(20px,5vw,80px)}@media (max-width:768px){[dir=rtl] .hero-section .transforming-spaces{text-align:right;left:auto;right:50%;transform:translate(50%)}}[dir=rtl] .hero-section .hero-buttons{direction:rtl;flex-direction:row-reverse!important;left:clamp(20px,5vw,80px)!important;right:auto!important}@media (max-width:768px){[dir=rtl] .hero-section .hero-buttons{left:50%!important;right:auto!important;transform:translate(-50%)!important}}[dir=rtl] .hero-section .hero-buttons button{align-items:flex-end!important}[dir=rtl] .hero-section .hero-buttons button span:last-child{margin-left:auto;margin-right:0}[dir=rtl] .hero-section .frame-5{left:auto;right:clamp(20px,5vw,80px)}@media (max-width:768px){[dir=rtl] .hero-section .frame-5{left:auto;right:50%;transform:translate(50%)}[dir=rtl] .hero-section .frame-5:hover{transform:translate(50%,-3px)}}[dir=rtl] .hero-section .navbar-2{flex-direction:row-reverse;left:24px;right:auto}[dir=rtl] .hero-section .element{left:auto;right:24px}@media (max-width:1024px){[dir=rtl] .hero-section .element{left:auto;right:20px}}@media (max-width:768px){[dir=rtl] .hero-section .element{left:auto;right:16px}}[dir=rtl] .macbook-pro{direction:rtl}[dir=rtl] .macbook-pro .navbar{left:auto;right:clamp(20px,5vw,80px)}@media (max-width:768px){[dir=rtl] .macbook-pro .navbar{left:auto;right:50%;transform:translate(50%)}}[dir=rtl] .macbook-pro .transforming-spaces{left:auto;right:clamp(20px,5vw,80px)}@media (max-width:768px){[dir=rtl] .macbook-pro .transforming-spaces{left:auto;right:50%;transform:translate(50%)}}[dir=rtl] .macbook-pro .frame-5{left:auto;right:clamp(20px,5vw,80px)}@media (max-width:768px){[dir=rtl] .macbook-pro .frame-5{left:auto;right:50%;transform:translate(50%)}[dir=rtl] .macbook-pro .frame-5:hover{transform:translate(50%,-3px)}}
