.footer{background-image:url(/assets/logo-bg-DxSKCJE0.jpg);background-size:cover;color:#ccc;text-align:center}.footer .footer-content{display:flex;flex-direction:row;justify-content:space-between;text-align:start;padding:2rem 3rem}.footer .footer-left{width:70vw;padding-right:7rem}.footer .footer-left div{width:70%}.footer .footer-left .footer-logo{padding-bottom:1rem;height:6rem;width:auto}.footer .footer-content .footer-right{width:30vw;flex:1;display:flex;flex-direction:column;justify-content:end}.footer .footer-right h3{font-size:medium;margin:0%}.footer .footer-right .footer-nav .nav{display:flex;flex-direction:column;justify-content:space-between;padding-top:1rem}.footer .footer-right .footer-nav .nav div{color:#f5f5f5;transition:opacity .2s ease;margin-bottom:.5rem}.footer .footer-note{background-color:#111;padding:1rem}.home{overflow-x:hidden}.projects-wrapper{position:relative;width:100%;overflow:hidden}.header{display:flex;justify-content:space-between;align-items:start;padding-right:2rem;height:110px;transition:opacity .3s ease-out;background-image:url(/assets/logo-bg-DxSKCJE0.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.header img{height:100%;width:auto}.hero .header{background-image:none}.hero{color:#f5f5f5;height:100vh;width:100%;position:relative;display:flex;flex-direction:column;background-image:linear-gradient(#0000004d,#0000004d),url(/assets/img11-DDcqrcaW.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.hero>*{z-index:3;position:relative}.header .logo-container .logo{height:100%;width:auto;object-fit:contain;position:relative;display:block}.header .header-right{display:flex;flex:1;justify-content:space-evenly;align-items:center;max-width:66.66vw;padding:1rem;margin-top:1rem}.header .header-right .nav{display:flex;flex:1;justify-content:space-evenly;max-width:60vw;font-size:larger}.header-right .nav div{color:#f5f5f5;font-weight:600}.nav div:hover{opacity:.7;transition:opacity .2s ease}.header-content{max-width:60vw;flex:1;display:flex;flex-direction:column;justify-content:end;text-align:left;padding:6rem 3rem;transition:opacity .3s ease-out}.header-content .slogan{font-size:48px;padding-bottom:4rem;font-weight:700}.header-content .subtitle{font-size:20px;padding-bottom:4rem;font-weight:400}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:22px;cursor:pointer;z-index:100}.hamburger span{display:block;height:3px;background:#f5f5f5;border-radius:2px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.projects-sheet{height:100vh;width:100%;position:relative;z-index:2;box-shadow:0 -20px 40px #00000040;display:flex;justify-content:center;align-items:center}.projects-inner{height:100%;width:100%;max-width:none;padding:0 20px;overflow:visible;display:flex;flex-direction:column;justify-content:end}.projects-inner h2{font-size:48px;text-align:center;margin:0}.carousel-container{width:100%;height:75%;overflow:hidden;position:relative;display:flex;align-items:center;padding:20px 50px;box-sizing:border-box}.carousel-track{display:flex;gap:20px;width:max-content;cursor:grab}.carousel-item{min-width:300px;flex-shrink:0;background:#f5f5f5;border-radius:12px;padding:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.carousel-item:hover{transform:scale(1.25);z-index:5;box-shadow:0 10px 20px #0003}.carousel-item:hover~.carousel-item{transform:translate(10px)}.carousel-item:hover~.carousel-item~.carousel-item{transform:translate(20px)}.carousel-item:hover:before{content:"";display:block;position:absolute;left:-20px}.carousel-item img{width:100%;height:200px;object-fit:cover;border-radius:8px}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#f5f5f5;border:none;font-size:2rem;cursor:pointer;padding:0 15px;border-radius:5px;z-index:10}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}.form-btn{padding:12px 20px;color:#f5f5f5;background:none;border:1px solid #f5f5f5;cursor:pointer;transition:.2s ease;font-weight:600}.form-btn:hover{background-color:#106397;border:1px solid rgb(16,99,151);color:#f5f5f5;font-weight:600}.line-color{width:4rem;height:4px;background-color:#106397;margin-top:3rem}.projects-content{padding:2rem 4rem}.projects-content h2{font-size:32px;margin-bottom:40px;font-weight:600}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}.projects-grid h4{margin:1rem;font-size:14px}.project-card{background:#fff;cursor:pointer;overflow:hidden;box-shadow:0 4px 10px #00000014;transition:transform .25s ease,box-shadow .25s ease}.project-card:hover{transform:scale(1.05);box-shadow:0 10px 20px #00000026}.project-card img{width:100%;height:220px;object-fit:cover}.project-card h3{padding:15px;font-size:18px;text-align:center;color:#222}.modal-overlay{height:100vh;width:100vw;position:fixed;inset:0;background:#000000bf;z-index:999999;display:flex;justify-content:center;align-items:center}.modal-content{width:100%;height:100%;padding:3rem}.modal-image-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.modal-image{object-fit:contain;width:100%;height:100%;animation:modalFade .3s ease}@keyframes modalFade{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.modal-close{position:absolute;top:0;right:20px;font-size:28px;background:#f5f5f5;color:#000;border-radius:50%;width:38px;height:38px;border:none;cursor:pointer;box-shadow:0 3px 10px #00000040}.modal-prev,.modal-next{position:absolute;top:50%;transform:translateY(-50%);background:#f5f5f5;color:#000;border:none;width:42px;height:42px;font-size:28px;border-radius:50%;cursor:pointer;box-shadow:0 3px 10px #00000040}.modal-prev{left:16px}.modal-next{right:24px}.fade-left,.fade-up,.section-block{opacity:0;transform:translateY(30px)}.fade-left{transform:translate(-40px);animation:slideLeft .7s ease forwards}.fade-up{animation:slideUp .8s ease forwards}.fade-left.animate{animation:slideLeft .7s ease forwards}.fade-up.animate{animation:slideUp .8s ease forwards}@keyframes slideLeft{to{opacity:1;transform:translate(0)}}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.about-wrapper{line-height:1.7;font-size:1.1rem;display:flex;align-items:flex-start;justify-content:space-between;padding:5rem 4rem 2rem}.about-title{display:flex;flex-direction:column;justify-content:space-between;align-items:start}.about-title .line-color,.about-title *{margin:0}.about-left{height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.about-image{height:auto}.about-image img{height:24rem;width:auto}.about-paragraph{white-space:pre-line;width:40vw;display:flex;flex-direction:column}.about-paragraph span{margin-bottom:1rem}.line{display:block;opacity:0;transform:translate(40px);animation:slideIn .6s ease-out forwards}@keyframes slideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.contact-item{opacity:0;transform:translate(-50px);transition:all .6s ease-out;margin-bottom:2rem}.contact-item.slide-in{opacity:1;transform:translate(0)}.contact-item:nth-child(1){transition-delay:0s}.contact-item:nth-child(2){transition-delay:.2s}.contact-item:nth-child(3){transition-delay:.4s}.contact-item:nth-child(4){transition-delay:.6s}.contact-info div div{display:flex;flex-direction:column;color:#1a1a1a}.contact-info .phone div{display:flex;flex-direction:row;justify-content:start}.contact-info .phone div div{display:flex;flex-direction:column;margin-right:3rem}.contact-info .phone div div span:first-child{font-weight:500}.contact-wrapper{height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:baseline;padding:2rem 4rem}.contact-title{width:50%;display:flex;flex-direction:column}.contact-form{width:45%;display:flex;flex-direction:column;background:#fff;padding:2rem;box-shadow:0 8px 20px #00000026;height:100%;transition:box-shadow .3s ease}.contact-form *{width:100%;margin-bottom:6px}.contact-form-line{display:flex;flex-direction:row;justify-content:space-between}.contact-form-line div{width:49%}.contact-form label{display:block;font-weight:500;margin-bottom:4px}.checkbox{display:flex;align-items:center;gap:8px}.contact-form input,.contact-form textarea{width:100%;padding:10px;border:1px solid #ccc;font-size:16px;transition:border-color .2s ease,box-shadow .2s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#aaa}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#777}.input-error{border-color:#b31c0c!important}.contact-form button{padding:12px;background-color:#1a1a1a;color:#f5f5f5;border:none;font-size:18px;cursor:pointer;transition:.2s ease}.contact-form button:hover{background-color:#106397}.checkbox input{width:auto}.checkbox label a{color:#000;font-weight:600}.checkbox label a:hover{color:#106397}.form-popup{position:fixed;top:20px;right:20px;padding:14px 20px;border-radius:8px;font-size:15px;color:#fff;z-index:9999;animation:fadeIn .3s ease-out}.form-popup.success{background-color:#0d9c49}.form-popup.error{background-color:#881508}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.privacy-content{padding:2rem 6rem}.privacy-content p{display:flex;flex-direction:column}.privacy-content>p:nth-of-type(2){flex-direction:row;align-items:baseline}.privacy-content>p:nth-of-type(3){display:block}.privacy-content p span{font-weight:600;margin-top:1.5rem;margin-bottom:1rem}.privacy-content a{font-weight:600;color:#106397;transition:.2s ease}.privacy-content a:hover{font-weight:600;color:#0c95eb}*{box-sizing:border-box;text-decoration:none}html,body{margin:0;font-family:Roboto Flex,sans-serif;color:#222;line-height:1.5;font-size:16px}h2{font-size:xx-large;font-weight:500}.desktop-nav{display:flex;gap:2rem}@media(max-width:1240px){.about-wrapper{background-image:linear-gradient(#000000c9,#0000004d),url(/assets/img12-CytC4MI3.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;color:#f5f5f5}.about-image{display:none}.about-paragraph{width:auto;padding-left:2rem}}@media(max-width:880px){.hamburger{display:flex;margin-top:44px}.header-right.desktop-nav{display:none}.header{position:relative;z-index:10}.mobile-nav{position:fixed;top:110px;right:0;left:0;background:#000000f2;flex-direction:column;align-items:center;padding:1rem 0;z-index:999!important}.mobile-nav *{position:relative;z-index:999!important}.mobile-nav div{color:#f5f5f5;padding:1rem 0;width:100%;text-align:center;font-weight:600;cursor:pointer}.mobile-nav div:hover{opacity:.7}.header-content{max-width:100vw;align-items:center;text-align:center;position:relative;z-index:1!important}.header-content .subtitle{max-width:70%;text-align:center}.projects-content{padding:2rem}.projects-sheet{padding:2rem 1rem;height:auto}.projects-inner{padding:0}.carousel-item{min-width:200px;padding:15px}.projects-inner h2{font-size:32px}.contact-wrapper{flex-direction:column}.contact-title{width:100%}.contact-info{display:flex;flex-wrap:wrap;justify-content:space-between}.contact-info>div:nth-child(2){width:50%}.contact-info>div:nth-child(3){width:45%}.contact-item .line-color{margin-top:10px}.contact-item:first-child .line-color{margin-top:3rem}.contact-form{width:100%}.footer .footer-left{padding-right:2rem}.footer .footer-left div{width:100%}}@media(max-width:531px){.about-wrapper{flex-direction:column;padding:4rem}.about-paragraph{padding:0;margin-top:1rem}.contact-wrapper{padding:2rem}.contact-info{flex-wrap:nowrap;flex-direction:column}.contact-info .phone div{flex-direction:column}.contact-info .phone div div{margin-right:0;margin-bottom:1rem}.contact-info>div:nth-child(2){width:100%}.contact-info>div:nth-child(3){width:100%}.contact-form-line{flex-direction:column}.contact-form-line div{width:100%}.checkbox{flex-direction:row}}
