@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap";html,body{margin:0;padding:0;overflow-x:hidden;height:100%;font-family:Space Grotesk,sans-serif;scroll-behavior:smooth}*{box-sizing:border-box}.navbar{display:flex;align-items:center;justify-content:space-between;position:absolute;padding:2rem 2.5rem;width:100%;height:125px;box-sizing:border-box;z-index:20}.navbar-left{flex:1}.navbar-brand{display:flex;align-items:center;height:55px;overflow:hidden}.brandLogo{height:55px;width:auto;object-fit:contain;display:block}.navbar-center{flex:2;display:flex;justify-content:center;gap:.5rem;align-items:flex-end}.navbar-right{flex:1;display:flex;justify-content:flex-end}.nav-link{font-size:1.2rem;color:#000;text-decoration:none;padding:.5rem 1rem;white-space:nowrap;transition:all .2s ease-in-out}.nav-link:hover{text-decoration:underline;text-decoration-color:#ffa703;text-decoration-thickness:3.5px;text-underline-offset:10px}.nav-link.clickable{cursor:pointer}.profile-button{display:flex;align-items:center;font-family:inherit;padding:0;font-size:1.25rem;border:none;background-color:#ffa703;color:#0f0f0f;cursor:pointer;white-space:nowrap;gap:.25rem;padding:.5rem 1rem;transition:all .2s ease-in-out;width:fit-content}.profile-button:hover{background-color:#f8bc00;transform:scale(1.02)}@font-face{font-family:ClashDisplay-Semibold;src:url(/fonts/ClashDisplay-Semibold.otf) format("opentype");font-weight:700;font-style:normal}.carousel{margin:auto;width:100%;height:auto;border:none;display:flex;flex-direction:column;overflow-x:auto;align-items:center;justify-content:center;background:#eee}.carousel::-webkit-scrollbar{display:none}.carousel-title{display:flex;font-family:ClashDisplay-Semibold,sans-serif;font-size:4rem;font-weight:700;align-items:center;text-align:center}.carousel-track{position:relative;width:100%;display:flex;overflow:hidden;margin-bottom:50px}.group{display:flex;align-items:center;justify-content:center;gap:1.5em;animation:drift 15s ease-in-out infinite;padding-right:1.5em}.cards{flex:0 0 5em;height:5em;background:#fff;font-size:3em;text-align:center;align-content:center}.cards img{width:100%;height:100%;object-fit:contain}.cards img:hover{transform:scale(1.05);transition:transform .3s ease-in-out}@keyframes drift{0%{transform:translate(0)}to{transform:translate(-100%)}}@media(max-width:600px){.carousel{height:auto}.carousel-title{font-size:1.5em}.carousel-track{margin-bottom:2rem}.cards{flex:0 0 4em;height:4em;font-size:1.75em}}@font-face{font-family:ClashDisplay-Semibold;src:url(/fonts/ClashDisplay-Semibold.otf) format("opentype");font-weight:700;font-style:normal}.contact-footer{background-color:#c5c5c5}.contact-section{text-align:center;padding:3rem 1.25rem;background-color:#c5c5c5}.contact-title{font-family:ClashDisplay-Semibold,sans-serif;font-size:4.5rem;font-weight:900;letter-spacing:1px;margin:0;padding:0;background:linear-gradient(90deg,#000,#2a2b2e,#000);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:200% auto;animation:gradient-move 4s linear infinite}@keyframes gradient-move{0%{background-position:0% center}to{background-position:200% center}}.contact-subtitle{font-size:1rem;color:#000;margin:0 0 3rem;padding:0}.contact-form{max-width:42rem;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.form-row{display:flex;gap:1.5rem}.contact-form input,.contact-form select,.contact-form textarea{font-family:Poppins,sans-serif;flex:1;background:transparent;border:none;border-bottom:1px solid #222222;color:#000;padding:.6rem .3rem;font-size:1rem;outline:none;transition:border .3s}.contact-form select{padding-left:1px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-bottom:1px solid #000000}.contact-form textarea{height:6.25rem;resize:none}.contact-btn{font-family:inherit;font-size:1.3rem;align-self:center;margin-top:10px;background-color:#ffa703;background-size:200% auto;border:none;color:#000;padding:.5rem 1rem;cursor:pointer;transition:.3s ease;animation:gradient-move 5s linear infinite}.contact-btn:hover{transform:translateY(-2px);background-color:#f8bc00}.footer{background:#2a2b2e;border-top-left-radius:2rem;border-top-right-radius:2rem;overflow:hidden;position:relative}.footer-logo{background:linear-gradient(90deg,#afafaf,#afafaf,#2b2b2b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;background-size:200% auto;animation:gradientMove 3s linear infinite;margin:3rem 1rem}.footer-bg{font-size:4.25rem;font-weight:700;line-height:1.3;text-align:center;white-space:nowrap;overflow:hidden;margin:0}@keyframes gradientMove{0%{background-position:0% center}to{background-position:200% center}}.footer-bottom{position:relative;display:flex;justify-content:space-between;align-items:center;padding:0 60px;flex-wrap:wrap;gap:20px}.footer-links{display:flex;flex-wrap:wrap;font-size:1.2rem;gap:20px}.footer-links a{color:#eee;text-decoration:none;transition:.3s;text-decoration:underline;text-underline-offset:7px}.footer-links a:hover{color:#eee;text-decoration-color:#ffa703}.footer-socials{border-radius:1rem;background-color:#eee;padding:4px 10px 0px 1rem;position:absolute;left:50%;transform:translate(-50%);top:50%;transform:translate(-50%,-50%);display:flex;gap:1.25rem;justify-content:center;align-items:center}.footer-socials a svg{transition:transform .3s ease,color .3s ease}.footer-socials a:hover svg{transform:scale(1.1)}.footer-info p{display:flex;align-items:center;font-size:1rem;gap:1rem;color:#eee}.footer-icon{color:#eee;align-items:center}.footer-copy{text-align:center;font-size:1rem;padding:.6rem 3.75rem;color:#eee}@media(max-width:600px){.contact-form{padding:0 1rem}.contact-title{font-size:2.5rem;margin:0;padding:0}.contact-subtitle{font-size:.7em;margin:0 0 2rem}.contact-btn{font-size:1rem;padding:.4rem 1rem}.form-row{flex-direction:column;gap:1rem}.footer-bottom{flex-direction:column;align-items:center;gap:.7rem;padding:0}.footer-logo{margin:1.5rem}.footer-bg{font-size:1.7rem;margin:0}.footer-info{text-align:center}.footer-links{justify-content:center;font-size:.8rem;gap:.7rem;padding-bottom:1.25rem}.footer-socials{position:static;transform:none;flex-direction:row}.footer-socials a svg{height:1.5rem;width:1.5rem}.footer-info p,.footer-copy{font-size:.8rem}}._projectDetailsPage_b1kx3_1{padding:20px;max-width:1200px;margin:0 auto;background-color:#f9f9f9;color:#111;display:flex;flex-direction:column;gap:30px}._projectTitle_b1kx3_12{font-size:2.5rem;font-weight:700;margin-bottom:10px;text-align:center;color:#000}._projectImage_b1kx3_20{width:100%;max-height:500px;object-fit:cover;border-radius:12px;box-shadow:0 6px 20px #0000001a}._projectDescription_b1kx3_28{font-size:1.15rem;line-height:1.7;color:#333;text-align:justify}._projectMeta_b1kx3_35{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;font-size:1rem;color:#555}._projectMetaItem_b1kx3_44{background-color:#e0e0e0;padding:8px 15px;border-radius:8px}._backButton_b1kx3_50{font-family:inherit;align-self:center;padding:10px 25px;border:none;border-radius:20px;background-color:#ffa703;color:#000;font-weight:600;cursor:pointer;transition:background .2s ease-in-out,transform .2s ease-in-out}._backButton_b1kx3_50:hover{transform:scale(1.05);background-color:#f8bc00}@media(max-width:768px){._projectTitle_b1kx3_12{font-size:2rem}._projectDescription_b1kx3_28{font-size:1rem}._projectMeta_b1kx3_35{flex-direction:column;align-items:center}}@font-face{font-family:ClashDisplay-Bold;src:url(/fonts/ClashDisplay-Bold.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:HIDROM;src:url(/fonts/HIDROM.otf) format("opentype");font-weight:700;font-style:normal}._landingSection_177vp_15{display:flex;flex-direction:column;position:relative;justify-content:space-between;height:100vh;width:100%;overflow:hidden;padding:0rem 2.5rem 4rem;background:#eee;box-sizing:border-box;gap:2rem}._landingSection_177vp_15:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(0,0,0,.04),transparent 40%);pointer-events:none}._landingMain_177vp_41{display:flex;flex-direction:column;justify-content:top;margin-top:8rem}._landingWord_177vp_48{display:flex;flex-direction:row;width:max-content;animation:_scrollLoop_177vp_1 10s linear infinite}._landingHeadline_177vp_55,._landingHeadlineTwo_177vp_63,._landingHeadlineThree_177vp_71{font-size:15rem;font-family:HIDROM;color:#000;white-space:nowrap;margin:0 5rem}@keyframes _scrollLoop_177vp_1{0%{transform:translate(0)}to{transform:translate(-50%)}}._landingSubheadline_177vp_98{font-size:1.2rem;line-height:1.5;color:#000;max-width:550px;font-weight:400}._landingCta_177vp_106{display:inline-block;background-color:#ffa703;color:#010101;font-size:1.25rem;text-decoration:none;margin-top:2rem;padding:.5rem 1rem;transition:all .2s ease-in-out;width:fit-content}._landingCta_177vp_106:hover{background-color:#f8bc00;transform:scale(1.04)}@media(max-width:1200px){._landingSection_177vp_15{flex-direction:column;height:auto;width:100%;padding:1.75rem 0 2.5rem;background-position:top}._landingMain_177vp_41{flex-basis:100%;align-items:center;text-align:center;padding:0rem 1.25rem 8rem}}@media(max-width:900px){._landingSection_177vp_15{padding-top:0rem}._landingHeadline_177vp_55{font-size:1.5rem}._landingSubheadline_177vp_98{font-size:.8rem;margin-bottom:1.25rem}._landingCta_177vp_106{padding:.6rem 1.5rem;font-size:.9rem}._landingTrustText_177vp_160{font-size:.7rem;margin-top:0;margin-bottom:2rem}._landingSocialProof_177vp_166{margin-top:2rem}}@font-face{font-family:ClashDisplay-Semibold;src:url(/fonts/ClashDisplay-Semibold.otf) format("opentype");font-weight:700;font-style:normal}._aboutUsSection_u2byc_8{width:100%;margin:0 auto;padding:clamp(1.5rem,2vw,3rem) 1.5rem;background-color:#eee}._aboutUsTitle_u2byc_15{font-family:ClashDisplay-Semibold;font-size:clamp(3rem,6vw,6rem);line-height:1;margin:clamp(1rem,6vw,2rem);color:#010101}._content_u2byc_23{display:flex;gap:clamp(1rem,4vw,2rem);align-items:center}._imageWrapper_u2byc_29{flex:1}._imageWrapper_u2byc_29 img{width:100%}._textWrapper_u2byc_37{flex:1;display:flex;flex-direction:column}._textWrapper_u2byc_37 p{font-size:clamp(.8rem,1.25vw,1.25rem);line-height:1.5;color:#000;margin:.5rem}@media(max-width:768px){._content_u2byc_23{flex-direction:column}._textWrapper_u2byc_37 p{max-width:100%}}
