:root{--primary-text: #4b4b4d;--secondary-text: #FFFFFF;--accent-color: #5b76ee;--accent-dark: #5b76ee;--bg-light: #F8F8F8;--bg-dark: #5b76ee;--border-color: #E0E0E0;--font-family: "Manrope", sans-serif;--gradient-primary: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 25%, #ec4899 50%, #ef4444 75%, #dc2626 100%);--gradient-dark: linear-gradient(135deg, #1e3a8a 0%, #4c1d95 25%, #831843 50%, #991b1b 75%, #7f1d1d 100%)}.skip-link{position:absolute;top:-40px;left:6px;background:#5b76ee;color:#fff;padding:8px;text-decoration:none;z-index:1000;border-radius:4px}.skip-link:focus{top:6px}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-family);color:var(--primary-text);background-color:var(--bg-light);background-image:radial-gradient(circle,#e5e5e5 1px,#0000 1px);background-size:2rem 2rem;overflow-x:hidden}.app-container{max-width:100%;margin:0 auto;display:flex;flex-direction:column;min-height:100vh}main{flex-grow:1}.btn{padding:.8rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:700;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease-in-out;border:none;cursor:pointer}.btn-primary{background:var(--gradient-primary);color:var(--secondary-text)}.btn-primary:hover{background:var(--gradient-primary);transform:scale(1.05);opacity:.9}.btn-light{background-color:#fff;color:var(--primary-text)}.btn-light:hover{background-color:#f0f0f0;transform:scale(1.05)}.btn-secondary{background-color:transparent;color:var(--secondary-text);border:1px solid rgba(255,255,255,.5)}.btn-secondary:hover{background-color:var(--secondary-text);color:var(--primary-text)}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem;background-color:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--border-color)}.header-logo{font-weight:700;font-size:1.5rem;cursor:pointer;text-decoration:none;color:var(--primary-text)}.header-logo img{height:48px;width:auto;display:block}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav a{text-decoration:none;color:var(--primary-text);font-weight:500;display:inline-flex;align-items:center;gap:.3rem;cursor:pointer;position:relative;overflow:hidden}.header-nav a span{display:inline-block;transition:transform .4s cubic-bezier(.4,0,.2,1);color:var(--primary-text);will-change:transform}.header-nav a:hover span,.header-nav a.active span{transform:translateY(-100%)}.header-nav a:before{content:attr(data-text);position:absolute;top:100%;left:0;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:transform .4s cubic-bezier(.4,0,.2,1);font-weight:500;will-change:transform}.header-nav a:hover:before,.header-nav a.active:before{transform:translateY(-100%)}.header-actions{display:flex;align-items:center;gap:1.5rem}.header-actions .desktop-contact{display:inline-flex}.header-mobile-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--primary-text);padding:.5rem;margin:-.5rem;z-index:1200}.mobile-nav-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00838f;color:var(--secondary-text);z-index:1100;transform:translate(100%);transition:transform .4s cubic-bezier(.65,0,.35,1);display:flex;flex-direction:column;padding:1.5rem 2.5rem}.mobile-nav-overlay.open{transform:translate(0)}.mobile-nav-top{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:3rem;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.3)}.mobile-nav-top .header-logo{color:var(--secondary-text)}.mobile-nav-top .header-logo img{height:48px;width:auto;display:block}.mobile-nav-close{background:none;border:none;color:var(--secondary-text);cursor:pointer;padding:.5rem}.mobile-nav{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;flex-grow:1;text-align:center}.mobile-nav a{color:var(--secondary-text);text-decoration:none;font-size:2.2rem;font-weight:400;transition:all .3s ease}.mobile-nav a:hover,.mobile-nav a.active{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mobile-nav-footer{padding:2rem 0;text-align:center}.mobile-nav-footer .btn{font-size:1.2rem;padding:1rem 2rem}.hero{position:relative;height:100vh;display:flex;flex-direction:column;justify-content:flex-start;padding-top:8vh;align-items:center;text-align:center;overflow:hidden;background:linear-gradient(135deg,#93c5fd,#c4b5fd,#f9a8d4,#fca5a5,#fca5a5)}.hero h1{font-size:3.5rem;font-weight:200;font-family:Manrope,sans-serif;letter-spacing:.05em;max-width:1200px;position:relative;z-index:1;margin-bottom:8rem;line-height:1.2;transition:opacity .5s ease;background:linear-gradient(90deg,#ce15a3,#7b4dff,#5a1791);-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.hero h1.hidden{opacity:0}.video-wrapper{position:absolute;bottom:-150px;width:600px;height:600px;display:flex;justify-content:center;align-items:center;z-index:10;left:50%;transform:translate(-50%);transition:all .9s cubic-bezier(.65,0,.35,1)}.video-wrapper.expanded{width:100%;height:100%;top:0;left:0;bottom:0;transform:translate(0);cursor:default}.hero-video-placeholder{position:relative;width:100%;height:100%;background-color:#000;border-radius:50%;display:flex;justify-content:center;align-items:center;overflow:hidden;transition:all .9s cubic-bezier(.65,0,.35,1);cursor:pointer}.video-wrapper.expanded .hero-video-placeholder{width:100%;height:100%;border-radius:0;cursor:default}.hero-background-video{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;transform:translate(-50%,-50%);z-index:1}.play-button{background-color:#fff;border-radius:50%;width:80px;height:80px;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 10px 30px #0000001a;animation:pulse 2s infinite;z-index:5;transition:opacity .5s ease,transform .5s ease}.play-button svg{opacity:.7}.video-wrapper.expanded .play-button{opacity:0;transform:scale(.5);animation:none;pointer-events:none}.play-button span{font-weight:500;margin-top:5px;font-size:.75rem}@keyframes pulse{0%{transform:scale(.95)}70%{transform:scale(1)}to{transform:scale(.95)}}.blob-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.blob{position:absolute;border-radius:50%;filter:blur(15px);opacity:1;animation:float 20s infinite ease-in-out;mix-blend-mode:multiply}.blob1{width:120px;height:120px;background:radial-gradient(circle at 30% 30%,90deg,#3a8dff,#7b4dff,#d246ff);top:15%;left:5%;animation-delay:0s;animation-duration:25s;border-radius:50%}.blob2{width:150px;height:150px;background:radial-gradient(circle at 70% 40%,#edc4f7,#f8c6f9,#c7d2fe);top:45%;right:10%;animation-delay:-5s;animation-duration:30s;border-radius:50%}.blob3{width:100px;height:100px;background:radial-gradient(circle at 50% 70%,#ddd6fe,#fecaca,#fed7aa);bottom:25%;left:15%;animation-delay:-10s;animation-duration:20s;border-radius:50%}.blob4{width:130px;height:130px;background:radial-gradient(circle at 80% 20%,#bbf7d0,#bae6fd,#fed7aa);top:5%;right:25%;animation-delay:-15s;animation-duration:35s;border-radius:50%}.blob5{width:90px;height:90px;background:radial-gradient(circle at 20% 80%,#fef3c7,#fecaca,#ddd6fe);bottom:15%;right:20%;animation-delay:-8s;animation-duration:22s;border-radius:50%}.blob6{width:140px;height:140px;background:radial-gradient(circle at 60% 50%,#cbd5e1,#bbf7d0,#bae6fd);top:55%;left:45%;animation-delay:-12s;animation-duration:28s;border-radius:50%}.blob7{width:110px;height:110px;background:radial-gradient(circle at 40% 60%,#fed7aa,#fef3c7,#bbf7d0);top:0%;left:55%;animation-delay:-3s;animation-duration:27s;border-radius:50%}.blob8{width:95px;height:95px;background:radial-gradient(circle at 80% 80%,#ddd6fe,#bae6fd,#a5f3fc);bottom:5%;left:65%;animation-delay:-18s;animation-duration:23s;border-radius:50%}.blob9{width:80px;height:80px;background:radial-gradient(circle at 10% 30%,#fecaca,#fed7aa,#fef3c7);top:75%;right:0%;animation-delay:-7s;animation-duration:21s;border-radius:50%}.blob10{width:125px;height:125px;background:radial-gradient(circle at 90% 10%,#a5f3fc,#99f6e4,#bbf7d0);top:30%;left:0%;animation-delay:-14s;animation-duration:29s;border-radius:50%}@keyframes float{0%,to{transform:translate(0) scale(1) rotate(0);border-radius:50%}25%{transform:translate(30px,-30px) scale(1.1) rotate(90deg);border-radius:50%}50%{transform:translate(-25px,25px) scale(.9) rotate(180deg);border-radius:50%}75%{transform:translate(40px,30px) scale(1.05) rotate(270deg);border-radius:50%}}.morphing-blob{position:absolute;width:200px;height:200px;top:40%;left:45%;background:radial-gradient(circle at 50% 50%,#eb5c93b3,#f1f0ceb3,#ddd6feb3);border-radius:50%;animation:morph 15s ease-in-out infinite;filter:blur(15px);opacity:.8;mix-blend-mode:multiply}@keyframes morph{0%,to{border-radius:50%;transform:translate(0) rotate(0) scale(1)}25%{border-radius:50%;transform:translate(-30px,30px) rotate(90deg) scale(1.2)}50%{border-radius:50%;transform:translate(30px,-30px) rotate(180deg) scale(.8)}to{border-radius:50%;transform:translate(-20px,-20px) rotate(270deg) scale(1.1)}}.floating-particles{position:absolute;width:100%;height:100%;pointer-events:none}.particle{position:absolute;width:6px;height:6px;background:#fff9;border-radius:50%;animation:particle-float 8s infinite linear}@keyframes particle-float{0%{transform:translateY(100vh) translate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100px) translate(100px);opacity:0}}.section{padding:6rem 4rem}.page-container{padding-top:2rem}.section-label{font-weight:700;letter-spacing:.1em;font-size:.8rem;margin-bottom:1rem}.we-believe .section-label,.our-work .section-label,.work-folio-section .section-label,.contact-section .section-label{color:#5b75ed}.section h2{font-size:3.5rem;font-weight:400;max-width:800px;line-height:1.2}.section p{font-size:1.125rem;line-height:1.6;max-width:600px}.we-believe{padding-top:10rem;text-align:left}.we-believe h2{max-width:900px}.we-believe p{margin-top:2rem;max-width:1400px;text-align:left}.our-expertise{background:var(--gradient-primary);margin:4rem;padding:0;border-radius:1rem;box-shadow:0 20px 40px #0000000d;display:flex;overflow:hidden}.our-expertise-image-container{flex:0 0 30%;align-self:stretch}.our-expertise-image-container img{width:100%;height:100%;object-fit:cover;display:block}.our-expertise-text-container{flex:1;padding:4rem;color:#fff}.our-expertise-text-container p:not(.section-label){margin-top:1.5rem;line-height:1.9;color:#fff}.our-expertise-text-container .section-label{font-size:1.2rem;color:#fff}.our-work{display:flex;justify-content:space-between;align-items:stretch;gap:4rem;padding:6rem 4rem}.our-work-text{flex-basis:40%;position:relative;display:grid;grid-template-rows:auto auto 1fr auto;gap:1rem;align-items:start}.our-work-text h2{max-width:none}.our-work-slider-text{position:relative;overflow:hidden;height:100%;min-height:120px}.our-work-slide-text-item{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:translateY(20px);transition:opacity .5s ease-in-out,transform .5s ease-in-out}.our-work-slide-text-item.active{opacity:1;transform:translateY(0)}.our-work-slide-text-item h3{font-size:1.75rem;font-weight:700;margin-bottom:1rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.our-work-slide-text-item p{font-size:1.1rem;line-height:1.6;max-width:100%}.our-work-nav{display:flex;gap:1rem;align-self:flex-start}.our-work-nav button{background-color:transparent;border:1px solid var(--border-color);width:44px;height:44px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;color:var(--primary-text);transition:all .2s ease-in-out}.our-work-nav button:hover{background-color:var(--accent-color);border-color:var(--accent-color)}.our-work-slider{flex-basis:50%;height:450px;border-radius:1rem;overflow:hidden;position:relative;cursor:ns-resize;box-shadow:0 20px 40px #0000001a;-webkit-user-select:none;user-select:none}.our-work-images-container{height:100%;width:100%;transition:transform 1s cubic-bezier(.86,0,.07,1)}.our-work-slide-image{height:100%;width:100%;background-size:cover;background-position:center}.partners{text-align:center;overflow:hidden;background-color:#fff;border-radius:1rem;margin:4rem;padding:4rem 2rem;box-shadow:0 10px 30px #0000000d}.partners .section-label{margin-bottom:3rem}.partner-logos-ticker{overflow:hidden;white-space:nowrap;position:relative}.partner-logos-track{display:inline-flex;animation:scroll 30s linear infinite}.partner-logo{flex-shrink:0;margin:0 3rem;display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .3s ease,filter .3s ease}.partner-logo:hover,.partner-logo.centered{opacity:1}.partner-logo img{max-height:60px;max-width:120px;object-fit:contain;filter:none}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-30%)}}.work-folio-section{background-color:#fff;color:var(--primary-text);box-shadow:0 10px 40px #00000012;margin:6rem 4rem;border-radius:1rem}.work-folio-section .section-label{color:#5b75ed;opacity:.7;text-align:center}.work-folio-section h2{color:var(--primary-text);text-align:center;margin-bottom:3rem}.work-grid{display:grid;height:80vh;min-height:600px;max-height:900px;gap:1rem;grid-template-columns:var(--grid-template-columns, repeat(4, 1fr));grid-template-rows:var(--grid-template-rows, repeat(3, 1fr));transition:all .6s cubic-bezier(.175,.885,.32,1.275)}.work-card{border-radius:.5rem;overflow:hidden;position:relative;background-size:cover;background-position:center;transition:all .6s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.work-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,#000c,#0000 50%);transition:background .4s ease}.work-card:hover .work-card-overlay{background:linear-gradient(to top,#000000e6,#0000001a 60%)}.work-card-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;color:#fff;transform:translateY(calc(100% - 5rem));transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.work-card-content h3{font-size:.8rem;margin-bottom:.5rem;line-height:1.2}.work-card-content p{display:none}.work-card:hover .work-card-content{transform:translateY(0)}.testimonials{text-align:left}.testimonials .section-label{text-align:left;color:#5b75ed;max-width:800px;margin:0 auto}.testimonial-card{background:var(--gradient-primary);max-width:800px;margin:3rem auto 0;padding:4rem 4rem 6rem;border-radius:1rem;box-shadow:0 20px 40px #00000026;text-align:left;position:relative}.testimonial-quote{font-size:1.75rem;font-weight:400;line-height:1.4;font-style:italic;margin-bottom:2rem;max-width:100%;color:#fff}.testimonial-author{font-size:1.1rem;font-weight:500;color:#fff}.testimonial-author strong{font-weight:700;color:#fff}.testimonial-nav{display:flex;align-items:center;gap:1.5rem;position:absolute;bottom:2.5rem;right:2.5rem}.testimonial-nav button{background:transparent;border:1px solid rgba(255,255,255,.5);width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;color:#fff;transition:all .2s}.testimonial-nav button svg{color:#fff}.testimonial-nav button svg path{stroke:#fff}.testimonial-nav button:hover{background-color:#fff3;border-color:#fff}.testimonial-nav span{font-weight:500;font-size:.9rem;color:#fff}.contact-section{text-align:left;padding:4rem;display:flex;flex-direction:column;align-items:center}.contact-section .section-label,.contact-section h2{max-width:1100px;width:100%;margin-left:auto;margin-right:auto}.contact-section .section-label{margin-bottom:.5rem}.contact-section h2{margin:0 0 1.5rem;font-size:2.5rem}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch;max-width:1100px;width:100%}.contact-map{min-height:420px;border-radius:.75rem;overflow:hidden}.contact-form-wrapper{background-color:#fff;padding:2rem;border-radius:.75rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}.contact-form input,.contact-form textarea{width:100%;padding:.7rem .9rem;border:1px solid var(--border-color);border-radius:6px;font-family:var(--font-family);font-size:.95rem;transition:border-color .2s,box-shadow .2s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary-text);box-shadow:0 0 0 3px #1919701a}.contact-form textarea{resize:vertical;min-height:80px}.contact-form .btn{width:100%;justify-content:center;font-size:.95rem;padding:.85rem 1.25rem;margin-top:.25rem}.form-status{padding:1rem;border-radius:6px;margin-top:.5rem;font-size:.9rem;line-height:1.5}.form-status.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.form-status.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.success-message p{margin:.5rem 0}.success-message p:first-child{margin-top:0}.success-message p:last-child{margin-bottom:0}.success-message a{color:#155724;text-decoration:underline;font-weight:600}.success-message a:hover{color:#0d3e1a}.field-error{color:#721c24;font-size:.8rem;margin-top:.25rem;display:block}.contact-form input.error,.contact-form textarea.error{border-color:#f5c6cb;box-shadow:0 0 0 3px #f8d7da4d}.contact-form label{font-weight:500;font-size:.85rem;margin-bottom:.4rem;color:var(--primary-text)}.careers,.careers-page{background-color:transparent;color:var(--primary-text);display:flex;justify-content:space-between;align-items:center;gap:4rem;margin-top:6rem}.careers-page{margin-top:0;padding:6rem 4rem}.job-postings-section{background-color:#fff;border-radius:1rem;margin:4rem;padding:4rem;box-shadow:0 10px 30px #0000000d}.job-postings-header{text-align:center;margin-bottom:3rem}.job-postings-header .section-label{color:#5b75ed;margin-bottom:1rem}.job-postings-header h2{margin:0 auto 1rem;font-size:2.5rem}.job-postings-header p{color:#666;max-width:600px;margin:0 auto}.job-postings-table-container{overflow-x:auto;border-radius:.75rem}.job-postings-table{width:100%;border-collapse:collapse;background-color:#fff}.job-postings-table thead{background:var(--gradient-primary)}.job-postings-table th{padding:1.25rem 1rem;text-align:left;font-weight:600;font-size:.9rem;color:#fff;text-transform:uppercase;letter-spacing:.05em}.job-postings-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.job-postings-table tbody tr:hover{background-color:#f8f9fa}.job-postings-table tbody tr:last-child{border-bottom:none}.job-postings-table td{padding:1.25rem 1rem;color:var(--primary-text);font-size:.95rem}.job-postings-table .job-position{font-weight:600;color:#5b75ed}.job-type-badge{display:inline-block;padding:.4rem .9rem;background-color:#e8f5e9;color:#2e7d32;border-radius:20px;font-size:.85rem;font-weight:500}.btn-small{padding:.6rem 1.2rem;font-size:.85rem}.btn-small svg{width:12px;height:12px}.page-container:has(.careers-page){padding-top:0}.video-gallery-page{background:linear-gradient(180deg,#1a0a2e,#000,#0d0a1a);padding-top:0}.careers-content{flex-basis:50%}.careers-content .section-label{color:#5b75ed}.careers-content h2{color:var(--primary-text);margin:1rem 0 1.5rem;white-space:nowrap}.careers-content p{margin-bottom:2rem;color:var(--primary-text);max-width:700px;line-height:1.8}.careers-images{flex-basis:50%;position:relative;height:400px}.career-img{border-radius:50%;position:absolute;border:5px solid var(--bg-light);object-fit:cover;box-shadow:0 0 0 3px var(--accent-color)}.img-1{width:250px;height:250px;top:50%;left:20%;transform:translateY(-50%);z-index:3}.img-2{width:200px;height:200px;top:55%;left:55%;z-index:2}.img-3{width:100px;height:100px;top:25%;left:50%;z-index:4}.img-4{width:120px;height:120px;bottom:0%;left:10%;z-index:4}.img-5{width:150px;height:150px;top:5%;left:70%;z-index:1}.legal-page{background-color:var(--bg-light)}.legal-hero{text-align:center;padding:6rem 4rem 3rem;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:var(--secondary-text);border-radius:1rem;margin:2rem 4rem 0}.legal-hero h1{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:3rem;margin-bottom:1rem}.last-updated{color:#fffc;font-size:.95rem;font-style:italic}.legal-content{max-width:900px;margin:0 auto;padding:3rem 4rem}.legal-section{margin-bottom:3rem}.legal-section h2{color:var(--primary-color);font-size:1.8rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--accent-color)}.legal-section h3{color:var(--text-color);font-size:1.3rem;margin:1.5rem 0 1rem}.legal-section p{color:var(--text-color);line-height:1.8;margin-bottom:1rem}.legal-section ul{margin:1rem 0 1rem 2rem;color:var(--text-color)}.legal-section li{margin-bottom:.75rem;line-height:1.7}.legal-section strong{color:var(--primary-color);font-weight:600}.video-hero{text-align:center;padding:4rem 4rem 2rem}.video-hero h2{margin:0 auto 1rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3}.video-hero p{margin:0 auto;max-width:700px;color:#fffc}.video-grid-section{padding:2rem 4rem 4rem}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.video-item{border-radius:1rem;overflow:hidden;box-shadow:0 10px 30px #0000004d;aspect-ratio:16 / 9;transition:transform .3s ease,box-shadow .3s ease;position:relative;cursor:pointer}.video-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000080}.video-item-thumbnail{width:100%;height:100%;object-fit:cover;transition:filter .3s ease}.video-item:hover .video-item-thumbnail{filter:brightness(.7)}.video-item-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;background-color:#0006;border-radius:50%;padding:1rem;display:flex;align-items:center;justify-content:center;pointer-events:none;transition:transform .3s ease,background-color .3s ease}.video-item:hover .video-item-play-icon{transform:translate(-50%,-50%) scale(1.1);background-color:#fff9}.video-modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:2000;padding:1rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.video-modal-content{position:relative;width:100%;max-width:1120px;aspect-ratio:16 / 9;background:#000;box-shadow:0 20px 50px #00000080;border-radius:.5rem}.video-modal-content iframe{width:100%;height:100%;border:0;border-radius:.5rem}.video-modal-close{position:absolute;top:-45px;right:0;background:none;border:none;color:#fff;font-size:2.5rem;line-height:1;cursor:pointer;font-weight:300;padding:.5rem;transition:transform .2s ease}.video-modal-close:hover{transform:scale(1.1)}.about-hero{text-align:left;padding:5rem 4rem 8rem;margin:2rem 4rem 0;background:var(--gradient-primary);border-radius:1rem}.about-hero .section-label{text-align:left;margin-bottom:1rem;color:#fff}.about-hero h1{margin:0;max-width:900px;text-align:left;color:#fff;font-size:3.5rem;font-weight:400;line-height:1.2;white-space:nowrap}.about-hero h2{margin:0;max-width:900px;text-align:left;color:#fff}.about-hero h2 .highlight-green,.highlight-green{color:#fff!important}.about-hero .typing-text{display:inline-block;color:#fff!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:white!important;background-clip:unset!important}.typing-text{display:inline-block;color:#fff}.typing-cursor{display:inline-block;animation:blink .7s infinite;margin-left:2px}.about-intro{padding:0 4rem 6rem;margin:-7.5rem 4rem 0;text-align:left;background:transparent}.about-intro p{max-width:900px;margin:0 0 1.5rem;color:#fff}.image-grid-section{padding-top:2rem}.image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.image-grid img{width:100%;height:100%;object-fit:cover;border-radius:1rem}.values-cards{margin:1rem 4rem 4rem;text-align:left}.values-cards .section-label{margin-bottom:2rem;font-size:1.2rem;font-weight:700;letter-spacing:.1em;text-align:left}.values-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.values-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 12px 35px #00000014;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.values-card img{width:100%;height:300px;object-fit:cover;transition:transform .4s ease}.values-card-content{padding:1.75rem 1.5rem 2rem;text-align:left}.values-card-content h3{font-size:1.3rem;margin-bottom:.75rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.values-card-content p{font-size:1rem;line-height:1.65;color:#555}.values-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000001f}.values-card:hover img{transform:scale(1.08)}@media (max-width: 992px){.values-cards{margin:1rem 1.5rem 2rem}.values-cards-grid{grid-template-columns:1fr}}.trusted-partner-section{margin:3rem 4rem;padding:4rem;text-align:center;background-color:#5877ed;border-radius:1rem}.trusted-partner-section h2{font-size:2.5rem;margin:0 auto 1.5rem;text-align:center;max-width:100%;color:#fff}.trusted-partner-description{max-width:900px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.7;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:900px;margin:0 auto}.stat-item{text-align:center}.stat-number{font-size:3.5rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#fff;line-height:1.4}@media (max-width: 768px){.trusted-partner-section{margin:1rem 1.5rem;padding:3rem 1.5rem}.trusted-partner-section h2{font-size:2rem}.stats-grid{grid-template-columns:1fr;gap:2rem}.stat-number{font-size:2.5rem}}.founder-section{padding:6rem 4rem;text-align:left;opacity:0;transform:translateY(50px);transition:opacity .8s ease,transform .8s ease}.founder-section.animate{opacity:1;transform:translateY(0)}.founder-container{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:center;max-width:900px;margin:0 auto}.founder-quote,.founder-image{opacity:0;transition:opacity .8s ease,transform .8s ease}.founder-section.animate .founder-quote{animation:slideInLeft .8s ease forwards;animation-delay:.2s}.founder-section.animate .founder-image{animation:slideInRight .8s ease forwards;animation-delay:.4s}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.founder-quote{display:flex;flex-direction:column;gap:2rem}.founder-quote-text{font-size:1.125rem;line-height:1.8;color:var(--primary-text);max-width:none;font-style:italic}.founder-attribution{font-size:1.125rem;font-weight:600;text-align:right;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.founder-image{width:100%;height:400px;border-radius:1rem;overflow:hidden}.founder-image img{width:100%;height:100%;object-fit:cover;object-position:center}@media (max-width: 992px){.founder-section{padding:4rem 2rem}.founder-container{grid-template-columns:1fr;gap:3rem}.founder-attribution{text-align:left}.founder-image{height:400px}}@media (max-width: 768px){.founder-section{padding:3rem 1.5rem}.founder-container{gap:2rem}.founder-quote-text,.founder-attribution{font-size:1rem}.founder-image{height:350px}}.leadership-section,.values-section{text-align:center}.leadership-section h2,.values-section h2{margin:0 auto 3rem}.leadership-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.leader-card{text-align:left}.leader-photo-placeholder{width:100%;aspect-ratio:1 / 1;background-color:#e9e9e9;border-radius:.5rem;margin-bottom:1rem}.leader-card h3{font-size:1.25rem;margin-bottom:.25rem}.leader-card p{font-size:1rem;color:#555;max-width:none}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;text-align:left}.value-item{background-color:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 10px 30px #0000000d}.value-item h3{font-size:1.5rem;margin-bottom:1rem}.value-item p{font-size:1rem;line-height:1.6;max-width:none}.global-community-section{text-align:center}.global-community-section h2{margin:0 auto 1.5rem}.global-community-section p{max-width:800px;margin:0 auto}.what-we-do-hero{position:relative;text-align:center;padding:8rem 4rem;color:var(--secondary-text);background-image:linear-gradient(#5877edbf,#5877edbf),url(https://res.cloudinary.com/dw8l4czzj/image/upload/v1761374508/5th-Avenue-Event-Management-Corporate-Events-01_a2kmar_hi8z0a.jpg);background-size:cover;background-position:center;border-radius:1rem;margin:2rem 4rem 0;overflow:hidden}.what-we-do-hero .section-label{color:#fffc}.what-we-do-hero h2{color:var(--secondary-text);margin:0 auto 1rem}.what-we-do-hero p{color:#ffffffe6;margin:0 auto;max-width:700px}.services-section{text-align:center}.services-section h2{margin:0 auto 1.5rem;font-size:1rem;font-weight:700;letter-spacing:.1em}.services-subheading{max-width:1200px;margin:0 auto 3rem;font-size:3.5rem;font-weight:400;line-height:1.2;text-align:center;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;text-align:left;max-width:1000px;margin:0 auto}.service-card{background-color:transparent;border-radius:1rem;transition:all .4s cubic-bezier(.25,.46,.45,.94);overflow:hidden;display:flex;flex-direction:row;align-items:center;border:1px solid #e0e0e0}.service-card:hover{transform:translate(0) scale(1.01);box-shadow:0 15px 30px #00000014}.service-content{flex:0 0 70%;padding:2rem}.service-image{flex:0 0 30%;height:200px;object-fit:cover;border-radius:.5rem}.service-content h3{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#5877ed}.service-content p{font-size:1rem;line-height:1.6;color:#555}.strategic-approach-section{background-color:#fff;margin-top:6rem;text-align:center}.strategic-approach-section h2{margin:0 auto 3rem;font-size:1rem;font-weight:700;letter-spacing:.1em}.strategic-approach-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto;text-align:left}.strategy-step{text-align:center;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.strategic-approach-grid.animate .strategy-step:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.1s}.strategic-approach-grid.animate .strategy-step:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.3s}.strategic-approach-grid.animate .strategy-step:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.5s}.strategic-approach-grid.animate .strategy-step:nth-child(4){opacity:1;transform:translateY(0);transition-delay:.7s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.strategy-step-number{font-size:1.2rem;font-weight:700;color:#fff;background:var(--gradient-primary);width:45px;height:45px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto .75rem}.strategy-step h3{font-size:1.1rem;margin-bottom:.5rem}.strategy-step p{font-size:.9rem;line-height:1.6;max-width:none}.cta-section{text-align:center;background-color:var(--bg-dark);color:var(--secondary-text)}.cta-section h2{color:var(--secondary-text);margin:0 auto 1rem}.cta-section p{color:#fffc;margin:0 auto 2rem}.fab-factor-section{min-height:100vh;background-color:var(--bg-light);background-image:radial-gradient(circle,#e5e5e5 1px,#0000 1px);background-size:2rem 2rem;padding:4rem}.fab-factor-header{margin-bottom:4rem}.fab-factor-header-content{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1200px;margin:0 auto;text-align:center;gap:.5rem}.fab-factor-title{font-size:4rem;font-weight:400;background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899,#ef4444,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.05em;margin:0;line-height:1.2;font-family:var(--font-family)}.fab-factor-subtitle{font-size:1.125rem;color:var(--primary-text);opacity:.7;margin:1rem 0 0;max-width:600px;line-height:1.6;font-family:var(--font-family)}.fab-factor-main{display:grid;grid-template-columns:1fr;gap:4rem;max-width:1600px;margin:0 auto;align-items:start}.fab-factor-left{position:relative}.device-mockup{transform:rotate(-5deg);position:relative;z-index:2;filter:drop-shadow(0 20px 40px rgba(0,0,0,.1))}.device-screen{width:100%;max-width:500px;aspect-ratio:16/10;background-color:#1a1a1a;border-radius:20px;padding:2rem;position:relative;overflow:hidden}.mockup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.mockup-logo{font-size:1.5rem;font-weight:700;color:#fff;background:var(--gradient-primary);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mockup-nav{display:flex;gap:1rem}.mockup-nav a{color:#fff;text-decoration:none;font-size:.8rem;font-weight:500;opacity:.8;transition:opacity .3s ease;font-family:var(--font-family)}.mockup-nav a:hover{opacity:1}.mockup-hero{margin-bottom:2rem}.mockup-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.1;font-family:var(--font-family)}.mockup-subtitle{font-size:1rem;color:#fff;opacity:.9;margin:0;font-family:var(--font-family)}.mockup-search-bar{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.search-field{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.9rem;min-width:100px;font-family:var(--font-family)}.dropdown-arrow{font-size:.7rem;opacity:.7}.search-icon{background:var(--gradient-primary);color:#fff;padding:.5rem;border-radius:8px;font-size:1.2rem;display:flex;align-items:center;justify-content:center}.mockup-background{position:absolute;bottom:0;left:0;right:0;height:40%;overflow:hidden}.building{position:absolute;border-radius:4px}.building-1{width:80px;height:100px;background:linear-gradient(135deg,#ff6b6b,#ee5a24);bottom:0;left:10%}.building-2{width:60px;height:120px;background:linear-gradient(135deg,#4834d4,#686de0);bottom:0;left:30%}.building-3{width:100px;height:80px;background:linear-gradient(135deg,#00d2d3,#54a0ff);bottom:0;right:20%}.mockup-surrounding-text{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}.text-snippet{position:absolute;font-size:.8rem;color:var(--primary-text);font-weight:500;opacity:.6;font-family:var(--font-family)}.text-snippet:nth-child(1){top:20%;left:-10%;transform:rotate(-10deg)}.text-snippet.price{top:30%;right:-5%;transform:rotate(5deg);background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.text-snippet:nth-child(3){bottom:30%;left:-15%;transform:rotate(-5deg)}.text-snippet:nth-child(4){bottom:10%;right:-10%;transform:rotate(3deg)}.fab-factor-right{padding-left:2rem}.services-list{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;width:100%}.service-item{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;border-radius:1rem;border-bottom:1px solid var(--border-color);transition:all .3s ease;cursor:pointer;background-color:transparent;min-height:200px}.service-item:hover{transform:translate(10px);background:var(--gradient-primary);color:#fff;box-shadow:0 10px 30px #0000001a;border-bottom-color:transparent}.service-number{font-size:1.5rem;font-weight:300;color:var(--primary-text);opacity:.4;min-width:40px;font-family:var(--font-family)}.service-content{flex:1}.service-title{font-size:1.5rem;font-weight:600;color:var(--primary-text);opacity:.7;margin:0 0 .5rem;transition:all .3s ease;font-family:var(--font-family)}.service-description{font-size:1rem;color:var(--primary-text);opacity:.7;line-height:1.6;margin:0;max-width:400px;font-family:var(--font-family)}.service-arrow{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:transparent;color:var(--primary-text);opacity:.7;transition:all .3s ease}.service-item:hover .service-arrow{background-color:#fff3;color:#fff;transform:scale(1.1);opacity:1}.service-item:hover .service-number{color:#fff;opacity:.8}.service-item:hover .service-title{color:#fff;opacity:1}.service-item:hover .service-description{color:#fff;opacity:.9}@media (max-width: 992px){.fab-factor-main{grid-template-columns:1fr;gap:3rem}.fab-factor-header-content{flex-direction:column;gap:.5rem;align-items:center}.fab-factor-title{font-size:3rem}.fab-factor-right{padding-left:0}.device-mockup{transform:rotate(0);max-width:400px;margin:0 auto}}@media (max-width: 768px){.fab-factor-section{padding:2rem 1.5rem}.fab-factor-title{font-size:2.5rem}.fab-factor-subtitle{font-size:1rem}.device-screen{padding:1.5rem}.mockup-title{font-size:2rem}.mockup-nav{flex-wrap:wrap;gap:.5rem}.mockup-nav a{font-size:.7rem}.services-list{grid-template-columns:1fr;gap:1.5rem}.service-item{flex-direction:column;gap:1rem;text-align:left;padding:1.5rem}.service-number{align-self:flex-start}.service-arrow{display:none}}.our-presence-section{min-height:100vh;display:block;background-color:var(--bg-light);background-image:radial-gradient(circle,#e5e5e5 1px,#0000 1px);background-size:2rem 2rem;padding:2.5rem 4rem 2rem}.our-presence-hero{text-align:center;max-width:1000px;margin:0 auto}.our-presence-title{font-size:2.5rem;font-weight:400;color:var(--primary-text);line-height:1.3;margin:0 0 2rem;font-family:var(--font-family);display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap}.typing-text{position:relative;display:inline-block;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;min-width:200px;text-align:left;line-height:1.2;vertical-align:baseline;padding-bottom:.2em;margin-left:.2em}.typing-cursor{display:inline-block;font-weight:300;color:var(--primary-text);animation:blink 1s infinite;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.our-presence-subtitle{font-size:1.25rem;color:var(--primary-text);opacity:.7;line-height:1.6;max-width:700px;margin:0 auto;font-family:var(--font-family)}@media (max-width: 992px){.our-presence-title{font-size:2.5rem}.typing-text{min-width:150px}}@media (max-width: 768px){.our-presence-section{padding:2rem 1.5rem 1rem}.our-presence-title{font-size:2.5rem;line-height:1.3;flex-direction:column;align-items:center;gap:.5rem}.typing-text{min-width:120px;display:inline-block;text-align:left;line-height:1.2;padding-bottom:.2em;margin-left:0}.our-presence-subtitle{font-size:1.5rem}}.map-section{padding:4rem;background-color:#fff}.map-section-inline{padding:1.5rem 0 0;width:100%;margin-top:-1rem}.leaflet-map-container{width:100%;height:450px;max-width:100%;margin:0 auto 3rem;border-radius:1rem;overflow:hidden;z-index:1}.ocean-blue-overlay{filter:saturate(2) brightness(1)}.leaflet-map-container .leaflet-control-attribution{display:none}:root{--marker-color: #007bff;--marker-pulse-color: rgba(0, 123, 255, .5);--marker-shadow-color: rgba(0, 123, 255, .75)}.custom-div-icon{background:transparent;border:none}.marker-pin{width:20px;height:20px;border-radius:50% 50% 50% 0;background:var(--marker-color);position:absolute;transform:rotate(-45deg);left:50%;top:50%;margin:-10px 0 0 -10px;box-shadow:0 2px 6px var(--marker-shadow-color)}.marker-pin:after{content:"";width:8px;height:8px;margin:6px 0 0 6px;background:#fff;position:absolute;border-radius:50%}.marker-pulse{width:20px;height:20px;border-radius:50%;background:var(--marker-pulse-color);position:absolute;left:50%;top:50%;margin:-10px 0 0 -10px;animation:pulsate 2s ease-out infinite;opacity:0}@keyframes pulsate{0%{transform:scale(.5);opacity:.8}50%{opacity:.4}to{transform:scale(1.8);opacity:0}}.custom-popup .leaflet-popup-content-wrapper{background:#fffffff2;border-radius:12px;box-shadow:0 10px 30px #0003;padding:8px 12px}.custom-popup .leaflet-popup-content{margin:8px 12px;font-family:var(--font-family);font-size:16px;font-weight:600;color:#333}.custom-popup .leaflet-popup-tip{background:#fffffff2}.map-info{max-width:1400px;margin:0 auto;padding:3rem 0}.map-info-header{text-align:center;margin-bottom:3rem}.map-info-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:var(--font-family);letter-spacing:-.5px}.map-info-description{font-size:1.2rem;color:#666;line-height:1.8;max-width:700px;margin:0 auto;font-family:var(--font-family);opacity:.85}.cities-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem 2rem;max-width:1200px;margin:0 auto;padding:0}.city-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;transition:all .2s ease}.city-item:hover{transform:translate(5px)}.location-pin-icon{width:18px;height:18px;flex-shrink:0;color:#5b75ed;opacity:.7}.city-item span{font-size:1rem;color:var(--primary-text);font-weight:400;font-family:var(--font-family);line-height:1.4}@media (max-width: 992px){.map-section{padding:3rem 2rem}.leaflet-map-container{height:500px;border-radius:1rem}.location-list{gap:1.5rem}}@media (max-width: 768px){.map-section{padding:2rem 1.5rem}.leaflet-map-container{height:400px;border-radius:.75rem}.marker-pin{width:16px;height:16px;margin:-8px 0 0 -8px}.marker-pin:after{width:6px;height:6px;margin:5px 0 0 5px}.marker-pulse{width:16px;height:16px;margin:-8px 0 0 -8px}.map-info-title{font-size:1.8rem}.map-info-description{font-size:1rem}.cities-list{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem 1rem}.city-item span{font-size:.95rem}}.work-in-progress-section{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center}.work-in-progress-content{max-width:600px;margin:0 auto}.work-in-progress-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;color:var(--primary-text)}.work-in-progress-content h2{font-size:2.5rem;font-weight:400;margin-bottom:1.5rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.work-in-progress-content p{font-size:1.25rem;line-height:1.8;color:#555;margin-bottom:2rem;max-width:100%}.wip-icon{margin-top:2rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 768px){.work-in-progress-content h1{font-size:2rem}.work-in-progress-content h2{font-size:1.8rem}.work-in-progress-content p{font-size:1.1rem}}.footer{background:var(--gradient-primary);color:var(--secondary-text);padding:3rem 4rem 1.5rem;margin-top:6rem}.app-container:has(.video-gallery-page) .footer{margin-top:0}.footer-container{max-width:1200px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.15);margin-bottom:2rem}.footer-brand{flex:0 0 auto}.footer-logo{margin-bottom:.75rem}.footer-logo img{height:60px;width:auto;display:block}.footer-tagline{color:#ffffffbf;font-size:.9rem;max-width:none;line-height:1.4;margin:0;white-space:nowrap}.footer-nav{display:flex;gap:6rem;flex:1;justify-content:flex-end;margin-right:0}.footer-nav-group h4{font-size:.9rem;font-weight:700;margin-bottom:.75rem;letter-spacing:.05em}.footer-nav-group{display:flex;flex-direction:column}.footer-nav-group:first-child{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto repeat(3,auto);gap:.5rem 2rem}.footer-nav-group:first-child h4{grid-column:1 / -1}.footer-nav-group a{color:#ffffffbf;text-decoration:none;font-size:.85rem;margin-bottom:.5rem;transition:color .2s ease}.footer-nav-group:first-child a{margin-bottom:0}.footer-nav-group a:hover{color:#fff}.footer-nav-group a.social-link{display:flex;align-items:center;gap:.5rem}.footer-nav-group a.social-link svg{flex-shrink:0}.footer-contact-section{display:flex;justify-content:space-between;align-items:center;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.15);margin-bottom:1.5rem}.footer-contact-info{display:grid;grid-template-columns:1fr;gap:.75rem}.footer-contact-info .contact-item:first-child{grid-column:1 / -1}.footer-contact-row{display:flex;gap:2.5rem}.contact-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.contact-item svg{width:16px;height:16px;opacity:.8}.contact-item a{color:#ffffffd9;text-decoration:none}.contact-item a:hover{color:#fff;text-decoration:underline}.contact-item span{color:#ffffffd9;font-weight:500;letter-spacing:.05em}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#ffffff80}.footer-bottom p{margin:0}.footer-bottom-links{display:flex;align-items:center;gap:.75rem}.footer-bottom-links a{color:#ffffff80;text-decoration:none;transition:color .2s ease}.footer-bottom-links a:hover{color:#fff}.footer-bottom-links span{color:#ffffff4d}@media (max-width: 1200px){.careers,.careers-page{flex-direction:column;text-align:center}.careers-content,.careers-images{flex-basis:100%}.careers-content{margin-bottom:2rem}.careers-content h2{white-space:normal}.careers-images{margin-top:2rem;width:100%;max-width:300px;height:300px;margin-left:auto;margin-right:auto}.career-img.img-1{width:300px;height:300px;top:0;left:0;transform:none;position:relative}.career-img.img-2,.career-img.img-3,.career-img.img-4,.career-img.img-5{display:none}.job-postings-section{margin:2rem 1.5rem;padding:2rem 1.5rem}.job-postings-header h2{font-size:2rem}.job-postings-table thead{display:none}.job-postings-table,.job-postings-table tbody,.job-postings-table tr,.job-postings-table td{display:block}.job-postings-table tr{margin-bottom:2rem;border:1px solid #e0e0e0;border-radius:.75rem;padding:1.5rem;background-color:#fff;box-shadow:0 2px 8px #0000000d}.job-postings-table tr:hover{background-color:#fff;box-shadow:0 4px 12px #0000001a}.job-postings-table td{padding:1rem 0;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.job-postings-table td:last-child{border-bottom:none;padding-top:1rem;justify-content:center}.job-postings-table td:before{content:attr(data-label);font-weight:600;color:#666;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.job-postings-table td:last-child:before{content:none}.btn-small{width:100%;justify-content:center}}@media (max-width: 992px){.header{padding:1.2rem 2rem}.header-logo img{height:42px}.header-nav,.header-actions .desktop-contact,.header-actions .GlobeIcon{display:none}.header-mobile-toggle{display:block}.hero{height:85vh;padding-top:6vh}.hero h1{font-size:2rem;margin-bottom:6rem}.video-wrapper{width:450px;height:450px;bottom:-100px}.play-button{width:70px;height:70px}.section h2,.services-subheading{font-size:2.8rem}.our-work{flex-direction:column;align-items:stretch;gap:2rem}.our-work-text{height:auto;text-align:center;flex-basis:auto}.our-work-nav{justify-content:center;align-self:center}.our-work-slider-text{min-height:150px;height:auto}.our-work-slider{height:400px;width:100%;flex-basis:auto}.video-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr;gap:1.5rem}.services-section h2{font-size:1rem}.service-card{flex-direction:column;text-align:left;gap:0}.service-content{flex:1;padding:1rem 1.5rem 0rem;order:2}.service-image{flex:1;height:200px;width:100%;order:1}.work-grid{grid-template-columns:var(--grid-template-columns, repeat(2, 1fr))!important;grid-template-rows:var(--grid-template-rows, repeat(6, 1fr))!important;height:auto;max-height:none}.work-card-content{transform:translateY(0)}.work-card-overlay{background:linear-gradient(to top,#000000e6,#0000001a 60%)}}@media (max-width: 768px){.section{padding:4rem 1.5rem}.header,.mobile-nav-overlay{padding:1rem 1.5rem}.mobile-nav a{font-size:1.8rem}.hero h1{font-size:1.5rem;margin-bottom:100px}.hero{padding-top:10vh;height:65vh}.video-wrapper{width:300px;height:300px;bottom:40px}.play-button{width:60px;height:60px}.play-button span{font-size:.65rem}.blob1{width:70px;height:70px}.blob2{width:90px;height:90px}.blob3{width:60px;height:60px}.blob4{width:75px;height:75px}.blob5{width:55px;height:55px}.blob6{width:85px;height:85px}.blob7{width:65px;height:65px}.blob8{width:60px;height:60px}.blob9{width:50px;height:50px}.blob10{width:75px;height:75px}.section h2{font-size:2.2rem}.services-section h2{font-size:1rem}.services-subheading{font-size:2.2rem}.about-hero{margin:1rem 1.5rem 0;padding:3rem 1.5rem 15rem;border-radius:1rem}.about-hero h1{font-size:2.5rem;white-space:normal}.about-intro{margin:-13rem 1.5rem 0;padding:0 1.5rem 6rem;background:transparent}.about-intro p{margin:0 0 1rem}.our-expertise{margin:2rem 1.5rem;padding:0;flex-direction:column}.our-expertise-text-container{padding:2rem}.partners{margin:2rem 1.5rem;padding:3rem 1.5rem}.partner-logos{justify-content:space-around}.partner-logo{flex-grow:1}.work-folio-section{margin:4rem 1.5rem}.work-folio-section .section-label,.work-folio-section h2,.testimonials,.testimonials .section-label{text-align:center}.testimonial-card{padding:2.5rem;margin-top:2rem}.testimonial-quote{font-size:1.3rem}.testimonial-nav{position:static;margin-top:2rem;justify-content:center}.contact-container{grid-template-columns:1fr;gap:2rem}.contact-map{min-height:300px}.contact-form-wrapper{padding:2rem}.image-grid,.leadership-grid,.values-grid,.strategic-approach-grid{grid-template-columns:1fr}.what-we-do-hero{margin:1rem 1.5rem 0;padding:6rem 1.5rem}.work-grid{grid-template-columns:1fr!important;grid-template-rows:repeat(12,250px)!important;gap:1.5rem}.footer{padding:2.5rem 1.5rem 1.5rem;margin-top:4rem}.footer-top{flex-direction:column;gap:2rem;text-align:center;align-items:center}.footer-brand{text-align:center;display:flex;flex-direction:column;align-items:center}.footer-tagline{max-width:100%;text-align:center}.footer-logo{display:flex;justify-content:center}.footer-nav{flex-direction:column;gap:2rem;justify-content:center;margin-right:0;width:100%}.footer-nav-group{text-align:center;flex:0 0 auto}.footer-nav-group h4{margin-bottom:1rem;font-size:1rem}.footer-nav-group a{display:block;margin-bottom:.75rem;font-size:.9rem}.footer-nav-group:first-child{display:flex;flex-direction:column;gap:.75rem}.footer-nav-group:first-child h4{margin-bottom:1rem}.footer-nav-group:first-child a{margin-bottom:.75rem}.footer-nav-group:nth-child(2){display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:300px;margin:0 auto}.footer-nav-group:nth-child(2) h4{grid-column:1 / -1;margin-bottom:.5rem}.footer-nav-group:nth-child(2) a{margin-bottom:0;justify-content:center}.footer-contact-section{flex-direction:column;gap:1.5rem;text-align:center}.footer-contact-info{gap:1rem;width:100%}.footer-contact-row{flex-direction:column;gap:1rem;align-items:center}.contact-item{justify-content:center;font-size:.85rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{justify-content:center}}@media (min-width: 1920px){.hero{height:95vh}.hero h1{font-size:4rem;margin-bottom:10rem}.video-wrapper{width:700px;height:700px;bottom:-180px}}@media (min-width: 1440px) and (max-width: 1919px){.hero{height:100vh}.hero h1{margin-bottom:9rem}.video-wrapper{width:650px;height:650px;bottom:-165px}}@media (min-width: 1200px) and (max-width: 1439px){.hero{height:100vh}.video-wrapper{width:550px;height:550px;bottom:-140px}}@media (min-width: 801px){.work-folio-section .section-label,.work-folio-section h2{text-align:left}}
