@charset "UTF-8";.premium-navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 8%;position:fixed;width:100%;z-index:1000;transition:transform .3s cubic-bezier(.4,0,.2,1);transform:translateY(0)}.premium-navbar:not(.down){transform:translateY(-100%)}.premium-navbar.down{transform:translateY(0)}.premium-navbar.down-blur{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}@media (max-width: 480px){.premium-navbar{background:#44444449!important;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.327)!important;padding:.8rem 8%!important;border-radius:56px!important}}.brand-logo{font-size:1.5rem;font-weight:700;color:var(--text-light);display:flex;letter-spacing:1px;z-index:1001}.brand-logo img{height:30px;width:auto;transition:transform .3s ease}.brand-logo img:hover{transform:scale(1.05)}@media (max-width: 480px){.brand-logo img{height:25px!important}}.nav-center{display:flex;position:relative;border-radius:40px;background:#1f1f1fcc;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);gap:1.2rem!important;box-shadow:var(--card-shadow);transform-style:preserve-3d;z-index:0;overflow:hidden;border:1px solid rgba(255,255,255,.131)}@keyframes glowMove1{0%{transform:translate(0) scale(1);opacity:.6}25%{transform:translate(40px,20px) scale(1.05);opacity:.8}50%{transform:translate(30px,25px) scale(1);opacity:.4}75%{transform:translate(-20px,25px) scale(.95);opacity:.7}to{transform:translate(0) scale(1);opacity:.6}}@keyframes glowMove2{0%{transform:translate(0) scale(1);opacity:.5}25%{transform:translate(-30px,20px) scale(1.1);opacity:.7}50%{transform:translate(-20px,-20px) scale(1);opacity:.3}75%{transform:translate(25px,-30px) scale(.9);opacity:.6}to{transform:translate(0) scale(1);opacity:.5}}.nav-center:after{content:"";position:absolute;top:-20px;left:60px;width:120px;height:90px;background:radial-gradient(circle at top left,var(--primary) 0%,transparent 70%);filter:blur(50px);z-index:-1;animation:glowMove1 8s ease-in-out infinite}.nav-center:before{content:"";position:absolute;top:-15px;right:10px;width:200px;height:40px;background:radial-gradient(circle at top left,var(--primary) 0%,transparent 55%);filter:blur(50px);z-index:-1;animation:glowMove2 10s ease-in-out infinite}.nav-item{background:transparent;padding:calc(.8rem - 3px) calc(1.5rem - 3px);margin:3px;color:var(--text);border:1px solid transparent!important;font-size:.9rem;font-weight:500;border-radius:40px;cursor:pointer;transition:all .3s ease;position:relative;z-index:1}.nav-item.active{color:var(--primary-light);border-color:var(--primary)}.nav-item.path-active{color:var(--primary)!important;border:1px solid var(--primary)!important}.nav-underline{position:absolute;bottom:-5px;height:2px;background:var(--primary);transform-origin:left center;will-change:transform;display:none}.contact-button{background:transparent;color:#fff;border:1px solid var(--primary);border-radius:40px;padding:.8rem 2rem!important;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;outline:none;background:#141414cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f1f1fcc;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:var(--card-shadow);transform-style:preserve-3d;border:1px solid rgba(255,255,255,.203)}.contact-button:hover{background:var(--primary)!important;color:var(--dark);transform:translateY(-5px)}.nav-dropdown-container{position:absolute;top:80%;left:50%;transform:translate(-50%)!important;width:560px;margin-top:10px;overflow:hidden;z-index:999;border-radius:16px;box-shadow:0 25px 50px -12px #00000040}.nav-dropdown{background:#fff;border-radius:16px;padding:1rem 1rem .5rem;box-shadow:0 15px 35px #0003}.nav-dropdown .dropdown-title-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:.4rem}.nav-dropdown .dropdown-title-row h3{font-size:.8rem;font-weight:400;color:#666;margin:0}.nav-dropdown .dropdown-content-row{display:flex}.nav-dropdown .dropdown-content-row.special-layout .dropdown-col:first-child{flex:1;border-right:1px solid #eee}.nav-dropdown .dropdown-content-row.special-layout .dropdown-col.right-col{flex:1;padding-left:1rem}.nav-dropdown .dropdown-content-row.special-layout .dropdown-col.right-col .right-col-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.nav-dropdown .dropdown-content-row.special-layout .dropdown-col.right-col .right-col-header .dropdown-title-row{width:100%}.nav-dropdown .dropdown-content-row.special-layout .dropdown-col.right-col .right-col-header .view-all-button{background:none;border:none;color:var(--primary-deeper);font-size:.7rem;font-weight:600;cursor:pointer;padding:.3rem .6rem;border-radius:12px}.nav-dropdown .dropdown-content-row.special-layout .dropdown-col.right-col .right-col-header .view-all-button:hover{background:#baff2a1a}.nav-dropdown .dropdown-content-row.special-layout .dropdown-col.right-col .insights-list .insight-item{margin-bottom:.5rem}.nav-dropdown .dropdown-content-row.special-layout .dropdown-col.right-col .insights-list .insight-item .insight-content{display:flex;gap:.7rem;padding:.2rem}.nav-dropdown .dropdown-content-row.special-layout .dropdown-col.right-col .insights-list .insight-item .insight-content .insight-image{width:150px;height:85px;border-radius:8px;background:#f5f5f5;overflow:hidden}.nav-dropdown .dropdown-content-row.special-layout .dropdown-col.right-col .insights-list .insight-item .insight-content .insight-image img{width:100%;height:100%;object-fit:cover}.nav-dropdown .dropdown-content-row.special-layout .dropdown-col.right-col .insights-list .insight-item .insight-content .insight-details h4{font-size:.8rem;font-weight:600;color:var(--dark);margin:0 0 .2rem}.nav-dropdown .dropdown-content-row.special-layout .dropdown-col.right-col .insights-list .insight-item .insight-content .insight-details .tech-capsules{display:flex;gap:.3rem;flex-wrap:wrap}.nav-dropdown .dropdown-content-row.special-layout .dropdown-col.right-col .insights-list .insight-item .insight-content .insight-details .tech-capsules .tech-capsule{font-size:.5rem;padding:.2rem .5rem;background:#f0f0f0;border-radius:10px;color:#666}.nav-dropdown .dropdown-content-row.special-layout .dropdown-col.right-col .insights-list .insight-item .insight-divider{height:1px;background:#eee;margin:.8rem 0}.nav-dropdown .dropdown-content-row .dropdown-col{flex:1;padding-right:5px}.nav-dropdown .dropdown-content-row .dropdown-col .dropdown-item{display:flex;align-items:flex-start;padding:.8rem 0;cursor:pointer;transition:all .2s ease}.nav-dropdown .dropdown-content-row .dropdown-col .dropdown-item:hover{transform:translate(5px)}.nav-dropdown .dropdown-content-row .dropdown-col .dropdown-item .item-icon{font-size:1.4rem;margin-right:1rem;padding:.3rem .7rem;border-radius:9px;color:var(--primary);display:flex;align-items:center;justify-content:center}.nav-dropdown .dropdown-content-row .dropdown-col .dropdown-item .item-text h4{font-size:.8rem;font-weight:600;color:var(--dark);margin:0 0 .3rem;transition:color .2s ease}.nav-dropdown .dropdown-content-row .dropdown-col .dropdown-item .item-text p{font-size:.67rem;color:#0009;margin:0;line-height:.7rem}.nav-dropdown .dropdown-content-row .dropdown-col .dropdown-item:hover{background-color:#aaa3;border-radius:8px}.nav-dropdown .dropdown-clients-row{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.1)}.nav-dropdown .dropdown-clients-row .clients-logos{display:flex}.nav-dropdown .dropdown-clients-row .clients-logos .client-logo{width:40px;height:40px;border-radius:50%;background:#0000000d;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#0009}.nav-dropdown .dropdown-clients-row .clients-logos .client-logo:nth-child(2){margin-left:-15px;z-index:1;background:#00000037}.nav-dropdown .dropdown-clients-row .clients-logos .client-logo:nth-child(3){margin-left:-15px;z-index:2;background:#00000062}.nav-dropdown .dropdown-clients-row .clients-count p,.nav-dropdown .dropdown-clients-row .clients-count h4{color:#000!important;font-size:.8rem}.nav-dropdown .dropdown-clients-row .view-all-button{background-color:#fff;color:var(--dark);border:1px solid #ddd;border-radius:20px;padding:.6rem 1.2rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease}.nav-dropdown .dropdown-clients-row .view-all-button:hover{background:var(--primary-dark);transform:translateY(-2px)}.mobile-menu-button{background:transparent;border:none;cursor:pointer}.mobile-menu-button img{width:24px;height:24px;filter:brightness(0) invert(1)}.mobile-menu-overlay{background-color:#000;position:fixed;inset:-1px 0 0 -1px;background:var(--dark);height:100vh;width:100vw;z-index:10000;padding:2rem;display:flex;flex-direction:column;overflow-y:auto}.mobile-menu-overlay .mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:2rem}.mobile-menu-overlay .mobile-menu-header .mobile-close-button{background:transparent;border:none;cursor:pointer}.mobile-menu-overlay .mobile-menu-header .mobile-close-button img{width:24px;height:24px;filter:brightness(0) invert(1)}.mobile-menu-overlay .mobile-menu-content{flex:1;display:flex;flex-direction:column;gap:1rem}.mobile-menu-overlay .mobile-menu-content .mobile-menu-item{display:flex;flex-direction:column}.mobile-menu-overlay .mobile-menu-content .mobile-menu-item .mobile-dropdown-button{display:flex;justify-content:space-between;align-items:center;background:transparent;border:none;color:var(--text);font-size:1.2rem;font-weight:500;padding:1rem 0;cursor:pointer;transition:color .2s ease}.mobile-menu-overlay .mobile-menu-content .mobile-menu-item .mobile-dropdown-button.open{color:var(--primary-light)}.mobile-menu-overlay .mobile-menu-content .mobile-menu-item .mobile-dropdown-button .dropdown-arrow{display:inline-block;transition:transform .3s ease;font-size:.8rem;margin-left:.5rem}.mobile-menu-overlay .mobile-menu-content .mobile-menu-item .mobile-dropdown-content{overflow:hidden;margin-bottom:.5rem}.mobile-menu-overlay .mobile-menu-content .mobile-menu-item .mobile-dropdown-content .mobile-dropdown-item{display:flex;align-items:center;padding:.8rem 0;cursor:pointer;transition:all .2s ease}.mobile-menu-overlay .mobile-menu-content .mobile-menu-item .mobile-dropdown-content .mobile-dropdown-item:hover{transform:translate(5px)}.mobile-menu-overlay .mobile-menu-content .mobile-menu-item .mobile-dropdown-content .mobile-dropdown-item .item-icon{margin-right:1rem;padding:.5rem;border-radius:8px;background:#6bffb01a;display:flex;align-items:center;justify-content:center}.mobile-menu-overlay .mobile-menu-content .mobile-menu-item .mobile-dropdown-content .mobile-dropdown-item .item-icon img{width:16px;height:16px;filter:brightness(0) invert(1)}.mobile-menu-overlay .mobile-menu-content .mobile-menu-item .mobile-dropdown-content .mobile-dropdown-item .item-text h4{font-size:.9rem;font-weight:500;color:var(--text);margin:0 0 .2rem}.mobile-menu-overlay .mobile-menu-content .mobile-menu-item .mobile-dropdown-content .mobile-dropdown-item .item-text p{font-size:.7rem;color:var(--text-light);margin:0}.mobile-menu-overlay .mobile-menu-content .mobile-menu-item .mobile-menu-link{background:transparent;border:none;color:var(--text);font-size:1.2rem;font-weight:500;padding:1rem 0;text-align:left;cursor:pointer;transition:color .2s ease}.mobile-menu-overlay .mobile-menu-content .mobile-menu-item .mobile-menu-link:hover{color:var(--primary-light)}.mobile-menu-overlay .mobile-menu-footer{padding-top:2rem;margin-top:auto}.mobile-menu-overlay .mobile-menu-footer .mobile-contact-button{width:100%;background:var(--primary);color:var(--dark);border:none;border-radius:40px;padding:1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}@media (max-width: 1024px){.premium-navbar{padding:1rem 5%}.nav-item{padding:.8rem 1rem;font-size:.85rem}.contact-button{padding:.8rem 1.2rem}.nav-dropdown-container{width:90%!important}}@media (min-width: 1025px){.mobile-menu-button,.mobile-menu-overlay{display:none!important}}@media (max-width: 768px){.premium-navbar{padding:1rem}.nav-dropdown-container{width:95%!important}.mobile-menu-overlay{padding:1rem}}@media (max-width: 480px){.mobile-menu-content .mobile-menu-item .mobile-dropdown-content .mobile-dropdown-item{flex-direction:row;align-items:flex-start}.mobile-menu-content .mobile-menu-item .mobile-dropdown-content .mobile-dropdown-item .item-icon{margin-bottom:.5rem}}.footer{background-color:#141414;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding-top:60px;overflow:hidden}.footer-top{display:flex;justify-content:space-between;align-items:center;padding:0 0 40px;max-width:1200px;margin:0 auto;flex-wrap:wrap}@media (max-width: 1024px){.footer-top{padding:0 4% 30px}}@media (max-width: 768px){.footer-top{flex-direction:column;text-align:center;padding:0 3% 20px}}.footer-top-left{flex:1;min-width:300px}@media (max-width: 768px){.footer-top-left{min-width:auto;margin-bottom:2rem}}.footer-title{font-size:3.5rem!important;margin-bottom:15px;color:#bdbdbd;font-weight:400;line-height:1.2;max-width:600px}@media (max-width: 1024px){.footer-title{font-size:2.5rem}}@media (max-width: 768px){.footer-title{font-size:2rem}}@media (max-width: 480px){.footer-title{font-size:2rem!important}}.footer-description{font-size:1rem;color:#a0aec0;max-width:500px;line-height:1.6}@media (max-width: 768px){.footer-description{max-width:100%;font-size:.95rem}}.footer-top-right{display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.footer-top-right{margin-top:1rem}}.footer-circle{width:120px;height:120px;padding:.65rem;border-radius:50%;background-color:var(--primary);display:flex;justify-content:center;align-items:center;text-align:center;font-weight:600;transition:all .3s ease;color:#000}.footer-circle img{height:100%;width:100%}@media (max-width: 1024px){.footer-circle{width:120px;height:120px}}@media (max-width: 768px){.footer-circle{width:100px;height:100px}}.footer-circle:hover{background-color:#668523;transform:scale(1.05)}.footer-middle{background-color:#1d1d1d;max-width:1200px!important;border-radius:12px;margin:1rem auto 0!important;position:relative;padding:35px 3% 200px}@media (max-width: 1024px){.footer-middle{max-width:90%!important;padding:30px 4%}}@media (max-width: 768px){.footer-middle{max-width:95%!important;padding:25px 3%;margin:0 2.5%}}@media (max-width: 480px){.footer-middle{padding:20px 2% 10%;border-radius:8px;text-align:left}}.footer-links-container{max-width:1200px;margin:0 auto;margin-bottom:7rem}.footer-links-row{display:flex;padding:.3rem;flex-wrap:wrap}@media (max-width: 1024px){.footer-links-row{padding:1.5rem .2rem}}@media (max-width: 768px){.footer-links-row{flex-direction:column;padding:1rem 0}}.footer-links-col{flex:0 0 20%;padding:0 15px}@media (max-width: 1024px){.footer-links-col{flex:0 0 25%;padding:0 10px}}@media (max-width: 768px){.footer-links-col{flex:0 0 100%;padding:0;margin-bottom:2rem}}.footer-links-col.wide{flex:0 0 40%}@media (max-width: 1024px){.footer-links-col.wide{flex:0 0 50%}}@media (max-width: 768px){.footer-links-col.wide{flex:0 0 100%}}.footer-links-col-half{flex:0 0 50%;display:flex;align-items:center}@media (max-width: 768px){.footer-links-col-half{flex:0 0 100%;justify-content:center;margin-bottom:1rem}}.justify-self-end{justify-content:flex-end}@media (max-width: 768px){.justify-self-end{justify-content:center}}.footer-links-col-flex{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap}@media (max-width: 768px){.footer-links-col-flex{justify-content:center;gap:8px}}.footer-links-col-flex a{text-decoration:none;color:#aaa;font-size:.9rem;white-space:nowrap}@media (max-width: 480px){.footer-links-col-flex a{font-size:.8rem}}.ul-li-foot{cursor:pointer}.ul-li-foot:hover{color:var(--primary)}.footer-links-col h3,.footer-links-col-half h3{font-size:1rem;margin-bottom:20px;font-weight:400;color:#fff}@media (max-width: 768px){.footer-links-col h3,.footer-links-col-half h3{margin-bottom:15px;font-size:1.1rem}}.footer-links-lined{color:#555!important;text-decoration:underline!important;transition:all .4s ease;cursor:pointer}.footer-links-lined:hover{color:var(--primary)!important}.footer-links-col p{color:#cbd5e0;line-height:1.6;margin-bottom:20px;font-size:.95rem}@media (max-width: 768px){.footer-links-col p{font-size:.9rem;margin-bottom:15px}}.footer-links-col ul{list-style:none;padding:0}.footer-links-col ul li{margin-bottom:10px;font-weight:300;font-size:.8rem}@media (max-width: 768px){.footer-links-col ul li{margin-bottom:8px}}.footer-links-col ul li a{color:#cbd5e0;text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-links-col ul li a:hover{color:#a3d140}@media (max-width: 768px){.footer-links-col ul li a{font-size:.85rem}}.social-links{display:flex;gap:15px;margin-top:15px}@media (max-width: 768px){.social-links{justify-content:center;gap:12px}}.social-links a{color:#cbd5e0;font-size:1.5rem;transition:color .3s ease}.social-links a:hover{color:#668523}@media (max-width: 768px){.social-links a{font-size:1.3rem}}.border-gray-700{border-color:#ffffff1a;margin:2rem 0}@media (max-width: 768px){.border-gray-700{margin:1.5rem 0}}.footer-bottom-img{position:absolute;bottom:0;width:100%;left:50%;max-width:1200px;transform:translate(-50%)!important}.footer-bottom-img-img{position:absolute;bottom:0;width:100%;left:50%;max-width:1100px;transform:translate(-50%)!important}.copyright{color:#a0aec0;font-size:.9rem;text-align:center}@media (max-width: 768px){.copyright{font-size:.85rem;text-align:center;width:100%}}@media (max-width: 768px){.footer-links-row:last-child{flex-direction:column;align-items:center;text-align:center;gap:1rem}}.footer-links-col-flex span{color:#666}@media (max-width: 480px){.footer-links-col-flex span{display:none}}@media (max-width: 768px){.footer-links-col{text-align:left}.footer-links-col.wide{order:-1}.social-links{justify-content:start;gap:1rem}.footer-links-col-flex{justify-content:center;flex-wrap:wrap;gap:8px 12px}}@media (min-width: 769px) and (max-width: 1024px){.footer-links-col{flex:0 0 25%;margin-bottom:1.5rem}.footer-links-col.wide{flex:0 0 50%}.footer-links-row{gap:1rem}}@media (max-width: 360px){.footer-title{font-size:1.5rem}.footer-description{font-size:.85rem}.footer-circle{width:80px;height:80px;font-size:.8rem}.footer-links-col-flex a{font-size:.75rem}}.modal-backdrop{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-container{position:relative;background:#fff;border-radius:16px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-close-btn{position:absolute;top:.5rem;right:.5rem;background:none;border:none;color:#666;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;z-index:10}.modal-close-btn:hover{color:#333}.contact-modal{padding:2rem}.modal-grid{display:grid;padding:1rem;grid-template-columns:1fr 1fr}@media (max-width: 768px){.modal-grid{grid-template-columns:1fr;gap:1.5rem}}.modal-left{display:flex;flex-direction:column;justify-content:space-around}.modal-left .support-label{font-size:.75rem;font-weight:600;color:#9d9d9d;text-transform:uppercase;margin-bottom:.5rem;display:block}.modal-left h2{font-size:3rem;font-weight:400;color:#333;margin-bottom:.5rem;line-height:1.2}@media (max-width: 768px){.modal-left h2{font-size:1.5rem}}.modal-left .subheading{font-size:.8rem;color:#666;margin-bottom:2rem;line-height:1.5}.modal-left .faq-btn{background:transparent;border:2px solid #cbcbcb;color:#5a5a5a;padding:.75rem 1.5rem;border-radius:25px;width:max-content;font-weight:600;cursor:pointer;margin-bottom:1rem;transition:all .3s ease}.modal-left .faq-btn:hover{background:#333;color:#fff}.contact-cards{display:flex;flex-direction:column;gap:1rem}.contact-card{border-radius:12px}.contact-card .country-info{display:flex;align-items:center;gap:.75rem}.contact-card .country-info .flag{font-size:1.5rem}.contact-card .country-info .country-name{font-weight:600;color:#333}.contact-card .contact-detail{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.contact-card .contact-detail:last-child{margin-bottom:0}.contact-card .contact-detail .icon{font-size:.67rem;width:20px;text-align:center}.contact-card .contact-detail .text{font-size:.67rem;color:#666}.modal-right .contact-form{display:flex;height:100%;flex-direction:column;background-color:#f8f8f8;padding:2rem;border-radius:12px;gap:1rem}.modal-right .form-group{margin-bottom:0}.modal-right .form-input,.modal-right .form-select,.modal-right .form-textarea{width:100%;padding:.875rem;border:2px solid #e9ecef;border-radius:8px;font-size:.7rem;transition:border-color .3s ease}.modal-right .form-input:focus,.modal-right .form-select:focus,.modal-right .form-textarea:focus{outline:none;border-color:var(--primary)}.modal-right .form-input::placeholder,.modal-right .form-select::placeholder,.modal-right .form-textarea::placeholder{color:#999}.modal-right .form-textarea{resize:vertical;min-height:100px}.modal-right .send-btn{background:var(--primary);color:#000;border:none;padding:.7rem 2rem;border-radius:26px;cursor:pointer;width:min-content;transition:background-color .3s ease}.modal-right .send-btn:hover{background:#79db45}.modal-right .send-btn:disabled{background:#ccc;cursor:not-allowed}.application-tips{color:#676767}.application-tips li{font-size:.8rem;list-style-type:none}.contact-info a{margin-top:1.5rem;font-size:.7rem}@media (max-width: 768px){.contact-modal{padding:1.5rem}.modal-container{max-height:95vh}}.cards-section{padding:3rem 5% 1rem;position:relative;background:var(--dark)}.cards-subtitle{font-size:1.2rem;color:#8b8b8b;opacity:.6;max-width:750px;line-height:1.7;text-align:center;margin:3.5rem auto}.tilted-cards-container{max-width:1200px;margin:0 auto}.cards-row{display:flex;justify-content:center;margin-bottom:2rem;position:relative}.tilted-card{width:300px;background:#39393934;border-radius:12px!important;padding:2rem;margin:0 1rem;box-shadow:var(--card-shadow);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);transform-style:preserve-3d;position:relative;z-index:0;overflow:hidden;border:2px solid rgba(255,255,255,.066);-webkit-mask-image:linear-gradient(to bottom,black 85%,transparent 100%);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-image:linear-gradient(to bottom,black 85%,transparent 100%);mask-repeat:no-repeat;mask-size:100% 100%}.tilted-card:before{content:"";position:absolute;top:5px;left:40px;width:90px;height:90px;background:radial-gradient(circle at top left,var(--primary) 0%,transparent 75%);filter:blur(40px);z-index:-1}.tilted-card.center{transform-origin:center bottom;z-index:3}.tilted-card.left{transform-origin:left bottom;z-index:2;position:absolute;left:50%;transform:translate(-50%)}.tilted-card.right{transform-origin:right bottom;z-index:2;position:absolute;left:50%;transform:translate(-50%)}.tilted-card h3{font-size:2.6rem;font-weight:400;margin:80px 0rem 0rem;color:var(--text-light)}.tilted-card p{color:#5f5f5f;font-size:1rem;opacity:.8;margin:1rem 0}.card-icon{width:60px;height:60px;border-radius:12px;background:transparent;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;color:var(--primary-light)}.mobile-cards-grid{display:flex;flex-direction:column;gap:1rem}.mobile-card{background:#1e1e1e34;border-radius:12px;padding:1.5rem;box-shadow:var(--card-shadow);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.131);display:flex;align-items:center;gap:1rem;min-height:100px;overflow:hidden;position:relative}.mobile-card:before{content:"";position:absolute;top:5px;left:10px;width:60px;height:60px;background:radial-gradient(circle at top left,var(--primary) 0%,transparent 75%);filter:blur(30px);z-index:-1}.mobile-card-icon{width:50px;height:50px;border-radius:10px;background:transparent;display:flex;justify-content:center;align-items:center;flex-shrink:0}.mobile-card-icon img{width:35px;height:35px;object-fit:contain}.mobile-card-content{flex:1}.mobile-card-content h3{font-size:1.5rem;font-weight:400;margin:0 0 .25rem;color:var(--text-light)}.mobile-card-content p{color:#666;font-size:.8rem;opacity:.8;margin:0}@media (max-width: 1024px){.cards-row{flex-wrap:wrap;gap:1rem}.tilted-card{width:calc(50% - 1rem);min-width:300px}}@media (max-width: 768px){.cards-section{padding:2rem 5%}.tilted-cards-container{padding:1rem 0}.cards-row{flex-direction:column;align-items:center;display:none}.mobile-cards-grid{display:flex}.tilted-card{width:100%;min-width:auto;display:none}}@media (min-width: 769px){.mobile-cards-grid{display:none}}.tech-orb{position:fixed;width:180px;height:180px;border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:10;cursor:pointer;will-change:transform}.tech-orb-mobile{position:relative;width:180px;height:180px;border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:10;margin:0 auto;top:25vh}.tech-ring-path{position:absolute;width:230px;height:230px;border:1px solid rgba(139,179,214,.3);background-image:url(/assets/Ellipse%203-Ci4qAN86.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQoAAAEKCAYAAADqyxvJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAcMSURBVHgB7d2Lcdw2EABQMBWkBJbgEq4ElXAdRCW4A6cDt+QSVII6UEgPHJ/O9+HxQOL33oxnEluR7QuxBBaLRQgArPfx8fF3AMJfoVLTID6EJ03fY7zxa3OQ+BKAfpgdAAAAJ+Ylwq3cAbC/LMnMGAz+ufElYwDYixkKUCSBCRoxDeZXW6bA/7zh4TnVVmY+6D0AAADUTVIUACjDfGzezAQAWqHmAv7USx3FI0z/gbRStOQDGhRPpP79659DoSyjSMXSY5256e7PADEMQ8nl4ZZRALCrHEuIeWkw/TgGgFsUWUGBJPgAgLJNs5WXAAAA0AcJWwBo3fS2/zL/CAAAAPnFHpqHAAAAUDYnUwEAgDOx25VCLOiJ/AAt0YUbAAAAAACARsXmOptu7+pYDjubBt33kFA84j4GgNQEF8gs1SCcp/yqRoHNmDEAAAAAAEBKtva25fOlCbboAADWmGZRx9AQTYRhAyUMrDl3cZ6/WLoMnL7uVXAgqSXJNAm3dObZytrPs7WZDguU0h8g3m8hEOzEZ81DPDAAAAAAZbm0FQg9K+Lu0QL32AUJSCnXm9dbHypisAJFeKZ68Mb3OwR2Fe8L8WJhGx4uoDh6XsBnRex6FOg9AAAb22NqLi8B3A0E8gTAZoHATAS4S6CADSg8ArhAo1d4zEN1FDUOsHh4bDz76UNYSFIVFogD7RgKF5vyjgHIo5YEoUABDTCQoU57n/Uo4u4QAIC2tF7H4ua3NqxeesQHoPl6hBRXLd7JzfwI0DJvij9J2AIAQJNu3e9xaxmQurN3z5YstyzJuCnnYJwTkdceUEEiHYfseFovD5E3JrDaVnUSH65UZEfFtOtvceYRB/IYNjAMw/v8I0BPUhQ25WTpAVA4LR231cxNYdbs+yn0s34LQP0EctiBPAjdUaSTx15v9en3eQ0Jpf5+VEKgyEPSj2yutMSH3Xj+aFLtdSMAQG1qyOfY+oRMasj0x/zUi0ABmXTSvHgMwO+W9bneuiW/7c1E6lDdWY/Ub6A4gDed4g/D8BbyKrbtn6PybGKL9XDp36936nTY3FYP2J3GvWNgtfNAGwPFYc1/S8NSJvHWDtrC1/WHAOQnAbg9My8AAGABrQKAKu2Rv3Hyl2b0+raf/97PJknVbfCJhwFBARaQZ2CJZu71KFnhdQ+HALWZBtWx9qng+Z9fJeVy1z6ruET4FmAPS9/uFwb7ogAWH+hj6EjKwG5HgexiX4hjWMFho+tq/Wz2nrl6hqARKbZXb3zvagOFZGZn7HLctVkjHU16qIZA8Zv6CbrhYQegHKajAJBBzisagI6UcmjN9ihATsqR87MrBDvaYq29xyXMqf7csWKz73yDqMs986nOLa5zDEC/tgoCvy58DoXr7QQxHUk5AHuszYmzrmMonP4oVK+BpkWWU9CbXAO/tICjjgIKE4PEMQBlsWS4zYwCAHKLuyHtzFgUXrGH3p4zyxoAqJk3eTqSmfwU19GHULELgUHnthNSCzTjwg1tL0vLwWs/X2Eg071pEHwNK9RyCOxZpXSyWiTFNs69/7GtHxbq8TAUnZH8gbLlmnl8SmY+euWZNRVk4YUOAGS2JsWgjuJBscnqeOdrTA2hly0roDISp/SquWd/vqfBTAPSMqZgAyXf0NbVoK+q3BRgD6WVZS/ZeQEqEGdd1pawpdoHmSABO6hpap06KMQ6FadQKUaxlZnDMLyFJ8WmJ3u82bf4fd4CAGwp5azUWY8KWZawUF3PSe29DKF1Ve7S2TGAZVIl/WMCfQw1qWFqbfoPGczLkxoimmUUsDkzETiRKzkS11qHAHCNMxZQKCcZ17t0ZH/6928B4JZHZkSCNIS2dhkMagAAyjLNUP8NlMVOCj05f96dHgUueWmuHqnnm8tStKa/lWT9KLj1PbARSyjWsPQAOBV7aDqUBbTBEoGSWHpkFC91Hq/88otgAZWqtQxb+ThQHMf9oSHTYP4eoGdu/f7N2x24S6CgG2YHAACts7xpl4IrAOriWDsA3LLH+j1lx3L5Brgjlh8fQ0LxAFg1g8+1jLBAKTUbNQQXs4/22fW4YhiGt6Vf22sC7iRAFB0oBDKekvsBqv2EZQ0HyuJnfAgAwE5y5WXmxLHlAXCTIAEF0okcACifXQZYQcMdAGhVa9Pj+e9j9+AzM7l0ei7hHkPF4j2qp4HhxzAM74FTPg/KdWEQX/u68cLPfQ0L1P62tEVL92T9AQBK4spDAACgEuopAACAM24Kgw1Yf7MH7frZlEAGAAAAAACQ2x6tBTXwgR3FrmJjSGj6fq8BILU5WGlyDI3QrhAaVcKbWqUpAAAAAABQD3UQf9K4BgCATsTS6DE0RCNhSKyUQHGev3gkn+GQGVRu6dv9QqB4cW4EOqEvBAAAAAAAAAAAQIFqLO76DzmHlvOpAWuoAAAAAElFTkSuQmCC),url("data:image/svg+xml,%3csvg%20width='764'%20height='764'%20viewBox='0%200%20764%20764'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.5'%20filter='url(%23filter0_ii_175_388)'%3e%3crect%20width='764'%20height='764'%20rx='382'%20fill='url(%23paint0_linear_175_388)'%20fill-opacity='0.01'/%3e%3crect%20x='1.05337'%20y='1.05337'%20width='761.893'%20height='761.893'%20rx='380.947'%20stroke='%23BAFF2A'%20stroke-opacity='0.2'%20stroke-width='2.10674'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_ii_175_388'%20x='-14.0449'%20y='-14.0449'%20width='792.09'%20height='792.09'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dx='14.0449'%20dy='-14.0449'/%3e%3cfeGaussianBlur%20stdDeviation='14.0449'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='arithmetic'%20k2='-1'%20k3='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.729412%200%200%200%200%201%200%200%200%200%200.164706%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='shape'%20result='effect1_innerShadow_175_388'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dx='-14.0449'%20dy='14.0449'/%3e%3cfeGaussianBlur%20stdDeviation='14.0449'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='arithmetic'%20k2='-1'%20k3='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.729412%200%200%200%200%201%200%200%200%200%200.164706%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect1_innerShadow_175_388'%20result='effect2_innerShadow_175_388'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_175_388'%20x1='382'%20y1='0'%20x2='382'%20y2='764'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23BAFF2A'/%3e%3cstop%20offset='1'%20stop-color='%23709919'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");background-position:center,center,center;background-repeat:no-repeat,no-repeat,no-repeat;background-size:cover,120% 120%,cover;border-left:1px solid rgba(135,184,97,.733);border-bottom:1px solid rgba(135,184,97,.753);border-top:1px solid rgba(135,184,97,.733);border-right:1px solid rgba(135,184,97,.729);z-index:0;border-radius:50%;pointer-events:none;animation:rotate 20s linear infinite}@keyframes rotate{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.tech-icons-container{position:absolute;width:300px;height:300px;pointer-events:none}.tech-icon{position:absolute;width:45px;height:45px;border-radius:50%;background:#1414145b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:1px solid rgb(105,121,93);border-bottom:1px solid rgb(115,144,94);display:flex;justify-content:center;align-items:center;color:var(--primary-light);left:50%;top:50%;margin-left:-20px;margin-top:-20px;box-shadow:0 0 15px #0000004d;transform-origin:center center}.orb-main{width:150px;height:130px;border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.orb-main img{width:130px}.orb-chat-icon{position:absolute;width:50px;height:50px;border-radius:50%;background:var(--primary);display:flex;justify-content:center;align-items:center;color:#fff;box-shadow:0 0 20px var(--primary)}@media (max-width: 768px){.tech-orb-mobile{top:25vh}.tech-ring-path{width:200px;height:200px}.orb-main{width:80px;height:80px}.orb-main img{width:80px}}@media (max-width: 480px){.tech-orb-mobile{top:20vh}.tech-ring-path{width:200px;height:200px}.orb-main{width:80px;height:80px}.orb-main img{width:80px}}.premium-hero-home{display:flex;flex-direction:column;position:relative;overflow:hidden;z-index:10!important;background-image:url("data:image/svg+xml,%3csvg%20width='764'%20height='764'%20viewBox='0%200%20764%20764'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.5'%20filter='url(%23filter0_ii_175_388)'%3e%3crect%20width='764'%20height='764'%20rx='382'%20fill='url(%23paint0_linear_175_388)'%20fill-opacity='0.01'/%3e%3crect%20x='1.05337'%20y='1.05337'%20width='761.893'%20height='761.893'%20rx='380.947'%20stroke='%23BAFF2A'%20stroke-opacity='0.2'%20stroke-width='2.10674'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_ii_175_388'%20x='-14.0449'%20y='-14.0449'%20width='792.09'%20height='792.09'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dx='14.0449'%20dy='-14.0449'/%3e%3cfeGaussianBlur%20stdDeviation='14.0449'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='arithmetic'%20k2='-1'%20k3='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.729412%200%200%200%200%201%200%200%200%200%200.164706%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='shape'%20result='effect1_innerShadow_175_388'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dx='-14.0449'%20dy='14.0449'/%3e%3cfeGaussianBlur%20stdDeviation='14.0449'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='arithmetic'%20k2='-1'%20k3='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.729412%200%200%200%200%201%200%200%200%200%200.164706%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect1_innerShadow_175_388'%20result='effect2_innerShadow_175_388'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_175_388'%20x1='382'%20y1='0'%20x2='382'%20y2='764'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23BAFF2A'/%3e%3cstop%20offset='1'%20stop-color='%23709919'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"),url(/assets/Hero-background-left-Bgt51yJU.png),url(/assets/Hero-background-right-Dqsd3_g-.png),url(/assets/Hero-background-center-60Q6doKd.png),url(/assets/Group%201000003912-WLa7M8fi.svg)!important;background-position:center 270%,left 0%,right 0%,center top,center 200%!important;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat!important;background-size:70% auto,20% auto,20% auto,cover,cover;z-index:0}@media (max-width: 480px){.premium-hero-home{-webkit-backdrop-filter:brightness(0);backdrop-filter:brightness(0);background-position:center -50%,left 0%,right 0%,center top;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;background-size:140% auto,50% auto,50% auto,cover}}.premium-hero-home:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,#1931071f 5%,#000);pointer-events:none}.hero-content{max-width:1000px;margin:28% auto 10%;position:relative;padding:0 1rem;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-content h1{font-size:var(--font-size-xxxxxxl);font-weight:300;letter-spacing:3px;margin-bottom:1.5rem;color:#c5c5c5;line-height:1.2}.hero-subtitle{font-size:var(--font-size-md);color:#777;opacity:.8;max-width:1000px;margin-bottom:2.5rem;line-height:1.7}.cta-button{background:#fff;color:#000;border:1px solid var(--primary);border-radius:40px;padding:.8rem 2rem!important;font-size:var(--font-size-md);font-weight:500;cursor:pointer;transition:all .3s ease;outline:none;box-shadow:0 0 15px #4aa55c4d}@media (max-width: 1536px){.hero-content{margin:28% auto 10%}.hero-content h1{font-size:var(--font-size-xxxxxl)}}@media (max-width: 1024px){.hero-content{margin:40% auto 10%}.hero-content h1{font-size:var(--font-size-xxxxxl)}}@media (max-width: 768px){.hero-content{margin:50% auto 10%}.hero-content h1{font-size:var(--font-size-xxl)}.hero-subtitle{font-size:var(--font-size-md)}}@media (max-width: 480px){.hero-content{margin:60% auto 10%}.hero-content h1{font-size:var(--font-size-xxl)}.hero-subtitle{font-size:var(--font-size-md)}}.about-section-parent{background-color:#141414;margin:1rem 0px;position:relative;z-index:3}.home-about-img{margin-right:50px;width:90px;margin-bottom:40px}.home-about-h2-color{color:var(--primary-deep)}.about-section{background-color:#141414;position:relative;padding:5rem 0px;z-index:10;line-height:1.4;overflow:hidden}@media (max-width: 480px){.about-section{padding:3rem 1rem}}.about-section:before{content:"";position:absolute;inset:0;background:url(/assets/Ellipse%206-28t2oSL2.png) no-repeat center center/cover;opacity:.15;z-index:-1}.about-section-title{max-width:800px;font-size:1.3rem;margin:0 auto}@media (max-width: 480px){.about-section-title{font-size:.8rem}}.about-section-title h2{font-weight:400;margin-bottom:1rem}.about-bottom-img{max-width:1000px;position:absolute;bottom:-200px;left:50%;transform:translate(-50%);z-index:-2}.about-ellipse-img{position:absolute;bottom:0;left:50%;display:none;width:100%;opacity:.2;z-index:29;transform:translate(-50%)}.case-studies-section{background-color:var(--light-bg);padding:4rem 0;text-align:center}.case-studies-section .case-studies-container{max-width:1200px!important;margin:0 auto}.case-studies-section .case-studies-heading{font-size:var(--font-size-xxxxxxl);font-weight:400;margin:0 auto;margin-bottom:2rem;max-width:750px;margin-bottom:3rem;color:var(--text-dark)}.case-studies-section .case-studies-grid{width:100%!important;max-width:1400px!important;display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem;margin:0 auto;margin-bottom:3rem}.case-studies-section .case-study-card{height:450px;padding:7px;border:1px solid #2b2b2b;cursor:pointer!important;border-radius:.6rem;overflow:hidden;box-shadow:0 10px 30px #0000000d;position:relative;text-align:left}.case-studies-section .case-study-capsules{position:absolute;top:1rem;left:1rem;display:flex;gap:.7rem;z-index:2}.case-studies-section .case-study-capsule{background:var(--primary-color);color:#fff;font-size:.8rem;font-weight:600;box-shadow:0 5px 10px #000000da;padding:5px 10px;background-color:#fff;border-radius:30px;border:1px solid #555;color:#1d1d1d}.case-studies-section .case-study-image{height:350px;width:100%;border-radius:.6rem;overflow:hidden}.case-studies-section .case-study-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.case-studies-section .case-study-card:hover .case-study-image img{transform:scale(1.05)}.case-studies-section .case-study-title{font-size:1.2rem;font-weight:700;line-height:1rem;margin-top:1rem;color:var(--text-dark)}.case-studies-section .case-study-description{font-size:.8rem;color:var(--primary);line-height:.6rem}.case-studies-section .case-studies-button{background:var(--primary-color);color:var(--text-dark);font-size:.9rem;font-weight:600;padding:.6rem 1.5rem;border:1px solid #555;border-radius:3rem;transition:all .3s ease;cursor:pointer}.case-studies-section .case-studies-button:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.case-studies-section .cta-button{padding:.8rem 2rem!important;font-size:1rem;font-weight:600;background:transparent;color:#fff;border:1px solid rgba(113,113,113,.6235294118);border-radius:26px;cursor:pointer;transition:all .3s ease}.case-studies-section .cta-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #64ff954d}@media (max-width: 768px){.case-studies-section{padding:4rem 1rem}}.brand-section{padding:2rem 1rem 4rem;text-align:center;max-width:800px;margin:0 auto}.brand-section .brand-text{font-size:2.25rem!important;font-weight:500;margin-bottom:2rem;color:#333}.brand-section .brand-logos{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;justify-items:center}.brand-section .brand-logos .logo-wrapper h2{font-size:1.2rem;font-weight:700}@media (max-width: 480px){.brand-section .brand-logos .logo-wrapper h2{font-size:.7rem!important}}.brand-section .brand-logos .logo-wrapper img{width:200px;height:auto;filter:grayscale(100%);transition:filter .3s ease}@media (max-width: 768px){.brand-section .brand-logos .logo-wrapper img{width:150px!important}}.brand-section .brand-logos .logo-wrapper:hover img{filter:grayscale(0%)}@media (max-width: 768px){.brand-section .brand-logos{grid-template-columns:repeat(2,1fr);gap:1.6rem!important}}.solution-builder{padding:5rem 1rem!important;color:#fff;display:flex;justify-content:center}.solution-builder .solution-container{width:100%;max-width:1400px;display:flex;flex-direction:column;align-items:center;text-align:center}.solution-builder .solution-container .solution-heading{font-size:var(--font-size-xxxxxxl);font-weight:400;line-height:1.2;margin-bottom:1.5rem;max-width:900px}@media (max-width: 768px){.solution-builder .solution-container .solution-heading{font-size:2rem}}.solution-builder .solution-container .solution-subheading{font-size:1rem;line-height:1.2;margin-bottom:3rem;max-width:800px;color:#ffffff87}@media (max-width: 768px){.solution-builder .solution-container .solution-subheading{font-size:1.1rem}}.solution-builder .solution-container .solution-box{width:100%;max-width:800px;background:#131313;border-radius:12px;border:1px solid rgba(78,78,78,.8235294118);padding:2rem;text-align:left;box-shadow:0 10px 30px #0003}@media (max-width: 768px){.solution-builder .solution-container .solution-box{padding:1.5rem}}.solution-builder .solution-container .form-group{margin-bottom:2rem}.solution-builder .solution-container .form-group label{display:block;font-size:.8rem;font-weight:500;margin-bottom:.77rem!important;color:#ffffffe6}.solution-builder .solution-container .form-group select,.solution-builder .solution-container .form-group textarea,.solution-builder .solution-container .form-group input{width:100%;padding:.5rem;background:linear-gradient(to bottom,#1b1b1b,#ffffff1c);border:1px solid rgba(72,72,72,.5411764706);border-radius:5px;color:#fff;font-size:1rem;transition:border-color .3s ease}.solution-builder .solution-container .form-group select:focus,.solution-builder .solution-container .form-group textarea:focus,.solution-builder .solution-container .form-group input:focus{outline:none;border-color:var(--primary)}.solution-builder .solution-container .form-group select:disabled,.solution-builder .solution-container .form-group textarea:disabled,.solution-builder .solution-container .form-group input:disabled{opacity:.6;cursor:not-allowed}.solution-builder .solution-container .form-group textarea{resize:none;font-size:.8rem;min-height:120px}.solution-builder .solution-container .form-group .email-input{padding:.75rem;font-size:.9rem}.solution-builder .solution-container .solution-actions{display:flex;gap:1rem;margin-top:1.5rem}.solution-builder .solution-container .solution-actions button{padding:.8rem 2rem!important;font-size:.8rem;font-weight:600;border-radius:26px;cursor:pointer;transition:all .3s ease}.solution-builder .solution-container .solution-actions button:disabled{opacity:.5;cursor:not-allowed;transform:none}.solution-builder .solution-container .solution-actions .btn-primary{background:#fff;color:#333;border:none}.solution-builder .solution-container .solution-actions .btn-primary:hover:not(:disabled){background:#f0f0f0;transform:translateY(-2px)}.solution-builder .solution-container .solution-actions .btn-secondary{background:transparent;color:#bcb9b9;border:1px solid #bcb9b9}.solution-builder .solution-container .solution-actions .btn-secondary:hover:not(:disabled){background:#646cff1a;transform:translateY(-2px)}.solution-builder .solution-container .solution-results{margin-top:2rem;padding-top:2rem;border-top:1px solid #333}.solution-builder .solution-container .solution-results .results-content{position:relative;background:#1a1a1a;border-radius:8px;padding:1.5rem}.solution-builder .solution-container .solution-results .results-heading{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff;text-align:center}.solution-builder .solution-container .solution-results .results-text{position:relative;margin-bottom:2rem;max-height:150px;overflow:hidden}.solution-builder .solution-container .solution-results .results-text p{font-size:.9rem;line-height:1.6;margin-bottom:1rem;color:#fffc}.solution-builder .solution-container .solution-results .results-overlay{position:absolute;inset:0;pointer-events:none}.solution-builder .solution-container .solution-results .results-overlay .lock-icon{position:absolute;top:35%;left:50%;transform:translate(-50%,-50%);z-index:3;color:#fffc;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;border-radius:50%}.solution-builder .solution-container .solution-results .results-overlay .gradient-overlay{position:absolute;bottom:0;left:0;right:0;height:100%;background:linear-gradient(to bottom,transparent 0%,rgba(26,26,26,.8) 20%,rgba(26,26,26,.9) 40%,#1a1a1a 100%);z-index:2}.solution-builder .solution-container .solution-results .email-input-section{position:relative;z-index:4}.solution-builder .solution-container .solution-results .email-input-section .form-group{margin-bottom:1.5rem}.solution-builder .solution-container .solution-results .email-input-section .solution-actions{margin-top:1rem;margin-bottom:0}@media (max-width: 768px){.solution-builder .solution-container .solution-results .solution-actions{flex-direction:column}.solution-builder .solution-container .solution-results .results-text{max-height:200px}}@media (max-width: 768px){.solution-builder .solution-container .solution-actions{flex-direction:column}}.services-tabs{padding:6rem 1rem;background-color:var(--primary);color:#1a1a1a}.services-tabs .container{max-width:1000px;margin:0 auto}.services-tabs .section-heading{font-size:var(--font-size-xxxxxxl);font-weight:400;max-width:900px;color:#000;line-height:1.4;margin:0 auto;margin-bottom:2rem;text-align:center}@media (max-width: 768px){.services-tabs .section-heading{font-size:2rem}}.services-tabs .tabs-header-parent{display:flex;justify-content:center;align-items:center}.services-tabs .tabs-header{display:flex;justify-content:center;border:1px solid rgba(104,104,104,.2901960784);background-color:#1a1a1a19;border-radius:8px;padding:2px 3px;gap:.3rem;margin-bottom:3rem;flex-wrap:wrap}.services-tabs .tabs-header .tab-button{padding:.55rem 1.2rem;font-size:1.1rem;background:transparent;color:#484848;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.services-tabs .tabs-header .tab-button:hover{color:#fff;background:#393939b9}.services-tabs .tabs-header .tab-button.active{color:#fff;background:#000000ec;box-shadow:0 0 0 1px #646cff4d}.services-tabs .tab-content{display:flex;gap:6rem;background:#fff;padding:1.6rem;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000002d}@media (max-width: 900px){.services-tabs .tab-content{flex-direction:column}}@media (max-width: 480px){.services-tabs .tab-content{gap:.1rem!important}}.services-tabs .tab-content .content-image{flex:1;min-height:400px;background:#fff}.services-tabs .tab-content .content-image img{width:100%;height:100%;object-fit:cover;border-radius:12px}@media (max-width: 900px){.services-tabs .tab-content .content-image{min-height:300px}}.services-tabs .tab-content .content-details{flex:1;display:flex;align-self:center;flex-direction:column;gap:.5rem;justify-content:end!important}.services-tabs .tab-content .content-details h3{font-size:2rem;font-weight:600}@media (max-width: 768px){.services-tabs .tab-content .content-details h3{font-size:1.5rem}}.services-tabs .tab-content .content-details .subheading{font-size:.8rem;margin:1rem 0rem;color:#2e2e2e;line-height:1.6}.services-tabs .tab-content .content-details .features-grid{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2.5rem}@media (max-width: 480px){.services-tabs .tab-content .content-details .features-grid{grid-template-columns:1fr}}.services-tabs .tab-content .content-details .features-grid .feature-item{display:flex;border-radius:6px;align-items:center;border:1px solid rgba(158,155,155,.6784313725)!important;justify-content:center;padding:3px 10px;gap:.75rem}.services-tabs .tab-content .content-details .features-grid .feature-item .feature-icon{color:#626262;margin-top:2px;font-size:.6rem}.services-tabs .tab-content .content-details .features-grid .feature-item .feature-icon image{height:10px!important;width:10px!important}.services-tabs .tab-content .content-details .features-grid .feature-item p{line-height:1;font-size:.75rem;font-weight:500}@media (max-width: 480px){.services-tabs .tab-content .content-details .features-grid .feature-item{gap:.45rem;padding:2px 5px!important}.services-tabs .tab-content .content-details .features-grid .feature-item .feature-icon{font-size:.5rem}.services-tabs .tab-content .content-details .features-grid .feature-item .feature-icon image{height:8px!important;width:8px!important}.services-tabs .tab-content .content-details .features-grid .feature-item p{font-size:.6rem}}.services-tabs .tab-content .content-details .content-link{position:relative;display:inline-block;font-weight:700;font-size:1rem;text-decoration:underline;color:#2e2e2e;cursor:pointer;margin-top:auto;padding-bottom:4px;width:fit-content}.services-tabs .tab-content .content-details .content-link .underline{position:absolute;bottom:0;left:0;width:100%;height:1px;background:var(--primary);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}@media (max-width: 768px){.services-tabs .tab-content .content-details .content-link{font-size:.9rem}}.services-tabs .tab-content .content-details .content-link:hover .underline{transform:scaleX(1);transform-origin:left}.engineering-services{padding:6rem 0rem;background-color:#0f0f0f;color:#fff}.engineering-services .container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.engineering-services .section-header{text-align:center;margin-bottom:4rem;max-width:800px}.engineering-services .section-header h2{font-size:var(--font-size-xxxxxxl)!important;font-weight:400;line-height:1.2;margin-bottom:1.5rem}@media (max-width: 768px){.engineering-services .section-header h2{font-size:2rem}}.engineering-services .section-header .subheading{font-size:1rem;line-height:1.6;max-width:800px;margin:0 auto;color:#ffffff75}@media (max-width: 768px){.engineering-services .section-header .subheading{font-size:1.1rem}}@media (max-width: 768px){.engineering-services{padding:6rem 2rem!important}}.engineering-services .services-grid{display:flex;gap:1.3rem;width:100%;max-width:1000px}@media (max-width: 768px){.engineering-services .services-grid{flex-direction:column;align-items:center}}.engineering-services .service-card{flex:1;background:#151515f5;border-radius:12px;border:1px solid rgba(255,255,255,.128);overflow:hidden;box-shadow:0 10px 30px #0003;transition:transform .3s ease}.engineering-services .service-card:hover{transform:translateY(-5px)}@media (max-width: 768px){.engineering-services .service-card{width:100%;max-width:400px}}.engineering-services .service-card .card-image{height:200px;overflow:hidden;display:flex;background-size:contain;justify-content:start;align-items:center;padding:2rem}.engineering-services .service-card .card-image img{object-fit:cover;transition:transform .5s ease}.engineering-services .service-card .card-image:hover img{transform:scale(1.05)}.engineering-services .service-card .card-content{padding:2rem}.engineering-services .service-card .card-content h3{font-size:1.6rem;font-weight:500;margin-bottom:.75rem;color:#fff}.engineering-services .service-card .card-content p{font-size:.9rem;line-height:1.6;color:#ffffffb3}.webinar-section-home{padding:6rem 0rem!important;background-color:#141414!important;color:#fff}.webinar-section-home .container{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.webinar-section-home .section-header{text-align:center;margin-bottom:3rem}.webinar-section-home .section-header .section-badge{padding:.8rem 1.25rem .8rem 3rem!important;font-size:1.1rem;font-weight:500!important;background:#2e323074!important;color:#b7b7b7!important;border:1px solid rgba(80,80,80,.287)!important;border-radius:10px!important;margin-bottom:1.5rem;cursor:pointer;transition:all .3s ease;background-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.94515%2024C9.85182%2024%209.75727%2023.9813%209.66699%2023.9424C9.35101%2023.8061%209.18011%2023.4612%209.26307%2023.1272L11.6408%2013.5564H5.23437C5.00248%2013.5564%204.7855%2013.4421%204.65439%2013.2508C4.52328%2013.0595%204.49497%2012.8159%204.57859%2012.5996L9.27835%200.449483C9.38312%200.178593%209.64365%200%209.93413%200H16.4011C16.6387%200%2016.8602%200.12%2016.9901%200.31903C17.1198%200.518061%2017.1403%200.769169%2017.0445%200.986621L14.2616%207.30347H19.7656C20.0228%207.30347%2020.2594%207.44386%2020.3827%207.66952C20.506%207.89517%2020.4962%208.17014%2020.3572%208.38651L10.5371%2023.6768C10.4043%2023.8836%2010.1785%2024%209.94515%2024Z'%20fill='url(%23paint0_linear_264_1268)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_264_1268'%20x1='12.5'%20y1='0'%20x2='12.5'%20y2='24'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='%23BAFF2A'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg%20width='75'%20height='21'%20viewBox='0%200%2075%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_f_264_1270)'%3e%3cellipse%20cx='34'%20cy='14'%20rx='29.5'%20ry='3'%20fill='%23BAFF2A'%20fill-opacity='0.7'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_264_1270'%20x='-6.5'%20y='0'%20width='81'%20height='28'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='5.5'%20result='effect1_foregroundBlur_264_1270'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e")!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.1rem 100%!important;background-size:28px,70px!important}.webinar-section-home .section-header .section-badge:hover{background:#646cff33}.webinar-section-home .section-header h2{font-size:var(--font-size-xxxxxxl)!important;font-weight:400;margin-bottom:1.5rem!important;color:var(--text-light);line-height:1.2}@media (max-width: 768px){.webinar-section-home .section-header h2{font-size:2rem}}.webinar-section-home .section-header .subheading{font-size:.9rem!important;line-height:1.6;color:#ffffffb3}@media (max-width: 768px){.webinar-section-home .section-header .subheading{font-size:1.1rem}}.webinar-section-home .webinar-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;max-width:1000px}@media (max-width: 768px){.webinar-section-home .webinar-grid{grid-template-columns:1fr}}.webinar-section-home .webinar-card{background:#35353551;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.229);box-shadow:0 10px 30px #0003;transition:transform .3s ease}.webinar-section-home .webinar-card:hover{transform:translateY(-5px)}.webinar-section-home .webinar-card .card-image{height:220px;overflow:hidden}.webinar-section-home .webinar-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.webinar-section-home .webinar-card .card-image:hover img{transform:scale(1.05)}.webinar-section-home .webinar-card .card-content{padding:1rem!important;position:relative;min-height:270px}@media (max-width: 480px){.webinar-section-home .webinar-card .card-content{min-height:300px;max-height:300px}}.webinar-section-home .webinar-card .card-content h3{font-size:1.4rem!important;font-weight:600;margin-bottom:.75rem;color:#fff}.webinar-section-home .webinar-card .card-content .subheading{font-size:1rem;color:#ffffffb3;margin-bottom:1.5rem}.webinar-section-home .webinar-card .card-content .details-row{display:flex;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.webinar-section-home .webinar-card .card-content .details-row .detail-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem!important;color:#ffffff8e}.webinar-section-home .webinar-card .card-content .details-row .detail-item .icon{color:var(--primary)}.webinar-section-home .webinar-card .card-content .speaker-row{border-top:1px solid rgba(255,255,255,.1);padding:1rem;background-color:#212121;width:100%;display:flex;position:absolute;bottom:0;left:0;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.webinar-section-home .webinar-card .card-content .speaker-row .speaker-info{display:flex;gap:.75rem}.webinar-section-home .webinar-card .card-content .speaker-row .speaker-info .speaker-label{font-weight:600;display:block;color:#ffffffb3}.webinar-section-home .webinar-card .card-content .speaker-row .speaker-info div{display:flex;flex-direction:column}.webinar-section-home .webinar-card .card-content .speaker-row .speaker-info .speaker-name{font-weight:600}.webinar-section-home .webinar-card .card-content .speaker-row .speaker-info .speaker-desc{font-size:.9rem;color:#fff9}.webinar-section-home .webinar-card .card-content .speaker-row .register-btn{padding:.8rem 2rem!important;font-size:.9rem!important;font-weight:600;background:#fff;color:#000!important;border:none;border-radius:26px;cursor:pointer;transition:all .3s ease}.webinar-section-home .webinar-card .card-content .speaker-row .register-btn:hover{background:var(--primary)!important;transform:translateY(-2px)}@media (max-width: 480px){.webinar-section-home .webinar-card .card-content .speaker-row{padding:.5rem!important;flex-direction:row!important;background-color:#2c2c2c!important}.webinar-section-home .webinar-card .card-content .speaker-row .register-btn{padding:.5rem 1rem!important}.webinar-section-home .webinar-card .card-content .speaker-row .speaker-label{font-weight:600;display:block;color:#ffffffb3}.webinar-section-home .webinar-card .card-content .speaker-row .speaker-name{font-size:.75rem!important}.webinar-section-home .webinar-card .card-content .speaker-row .speaker-desc{font-size:.65rem!important}}@media (max-width: 768px){.webinar-section-home{padding:6rem 1rem!important}}.industry-solutions{padding:6rem 1rem!important;background-color:#000;color:#fff;text-align:center}.industry-solutions .container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.industry-solutions .section-heading{font-size:var(--font-size-xxxxxxl);font-weight:400;line-height:1.2;margin-bottom:3rem;max-width:800px}@media (max-width: 768px){.industry-solutions .section-heading{font-size:2rem}}.industry-solutions .industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:1000px;margin-bottom:3rem}@media (max-width: 768px){.industry-solutions .industries-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.industry-solutions .industry-card{background:#141414;border:1px solid rgba(255,255,255,.189);border-radius:12px;padding:3rem 2rem;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;gap:1rem}.industry-solutions .industry-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.industry-solutions .industry-card .industry-icon{color:var(--primary);margin-bottom:.5rem}.industry-solutions .industry-card h3{font-size:1.3rem;font-weight:600;color:#fff}@media (max-width: 768px){.industry-solutions .industry-card{padding:2rem 0rem}.industry-solutions .industry-card h3{font-size:.9rem}}.industry-solutions .cta-button{padding:.8rem 2rem!important;font-size:1rem;font-weight:600;background:transparent;color:#c7c7c7;border:1px solid rgb(86,86,86);border-radius:26px;cursor:pointer;transition:all .3s ease}.industry-solutions .cta-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #64ff954d}.testimonial-slider{padding:6rem 0rem;background-color:#000;max-width:1000px!important;margin:0 auto!important;color:#fff}.testimonial-slider .container{margin:0 auto}.testimonial-slider .slider-header{display:flex;justify-content:space-between;align-items:center;margin:0 auto;margin-bottom:3rem;flex-wrap:wrap}.testimonial-slider .slider-header h2{font-size:var(--font-size-xxxxxxl);font-weight:400;line-height:1.2;margin-bottom:1rem;max-width:600px;color:#e7e7e7;flex:1}@media (max-width: 768px){.testimonial-slider .slider-header h2{font-size:2rem;width:100%;text-align:center}}.testimonial-slider .slider-header .slider-controls{display:flex;gap:1rem}@media (max-width: 768px){.testimonial-slider .slider-header .slider-controls{display:none}}.testimonial-slider .slider-header .slider-controls button{background:#1a1a1a;color:#fff!important;border:2px solid white;width:50px;height:50px;border-radius:45%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .6s ease}.testimonial-slider .slider-header .slider-controls button:hover{background:#1a1a1a!important;color:var(--primary)!important;border:1px solid var(--primary)!important;transform:scale(1.1)}.testimonial-slider .slider-header .slider-controls button svg{width:24px;height:24px}.testimonial-slider .slider-header .slider-controls button:last-child{border:2px solid var(--primary)}.testimonial-slider .slider-indicators{display:none}.testimonial-slider .slider-container{position:relative;height:500px!important;max-width:1100px;margin:0 auto;overflow:hidden}@media (max-width: 768px){.testimonial-slider .slider-container{height:500px}}.testimonial-slider .testimonial-card{position:absolute;top:0;left:0;width:100%;height:100%!important;border-radius:12px;padding:4rem;display:flex;flex-direction:column;background:#141414cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:space-between;box-shadow:0 10px 30px #0000004d;border:1px solid rgba(114,139,105,.4745098039);background-image:linear-gradient(to bottom,#1b1b1be6,#3d7d1d17),url(/assets/Group%201000003900-CXbrOqeO.png),url(/assets/Group%201000003929-CmscOKGn.png)!important;background-position:center,right 100%,90% 80%!important;background-repeat:no-repeat,no-repeat,no-repeat;background-size:cover,50%,27%!important;z-index:0}@media (max-width: 480px){.testimonial-slider .testimonial-card{background-position:center,0% 100%,90% 95%!important;background-repeat:no-repeat,no-repeat,no-repeat;padding:1rem!important;background-size:cover,100%,30%!important}}@media (max-width: 768px){.testimonial-slider .testimonial-card{padding:1rem!important}}.testimonial-slider .testimonial-card .card-content{height:100%;display:flex;flex-direction:column;justify-content:space-between}.testimonial-slider .testimonial-card .testimonial-quote{font-size:1.6rem;line-height:1.6;margin-bottom:2rem;color:#ffffffe6;max-width:700px}@media (max-width: 768px){.testimonial-slider .testimonial-card .testimonial-quote{font-size:1.1rem}}.testimonial-slider .testimonial-card .testimonial-footer .author-info{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.testimonial-slider .testimonial-card .testimonial-footer .author-info .author-avatar{width:80px!important;border-radius:50%;height:80px!important;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.testimonial-slider .testimonial-card .testimonial-footer .author-info .author-avatar img{width:100%!important;border-radius:50%;height:100%!important}@media (max-width: 780px){.testimonial-slider .testimonial-card .testimonial-footer .author-info .author-avatar{width:40px!important;height:40px!important}.testimonial-slider .testimonial-card .testimonial-footer .author-info .author-avatar img{width:100%!important;height:100%!important}}.testimonial-slider .testimonial-card .testimonial-footer .author-info h4{font-size:1.4rem;font-weight:400;margin-bottom:.9rem}@media (max-width: 480px){.testimonial-slider .testimonial-card .testimonial-footer .author-info h4{font-size:.8rem!important;margin-bottom:.1rem!important}}.testimonial-slider .testimonial-card .testimonial-footer .author-info .author-role{font-size:.9rem;color:#fff9}.testimonial-slider .testimonial-card .testimonial-footer .rating{display:flex;gap:.25rem}.testimonial-slider .testimonial-card .testimonial-footer .rating svg{color:#ffffff4d;width:15px;height:15px}.testimonial-slider .testimonial-card .testimonial-footer .rating svg.filled{color:#ffc107;fill:#ffc107}.testimonial-slider .mobile-controls{display:none;justify-content:center;gap:1rem;margin-top:2rem}@media (max-width: 768px){.testimonial-slider .mobile-controls{display:flex}}.testimonial-slider .mobile-controls button{background:#1a1a1a;color:#fff!important;border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.testimonial-slider .mobile-controls button:hover{background:#1a1a1a!important;color:var(--primary)!important;border:1px solid var(--primary)!important;transform:scale(1.1)}.testimonial-slider .mobile-controls button svg{width:24px;height:24px}@media (max-width: 768px){.testimonial-slider{padding:6rem 1rem}}.blogs-section{background-color:#000!important;padding:4rem 0;text-align:center}.blogs-section .blogs-container{max-width:1400px!important;margin:0 auto}.blogs-section .blogs-heading{font-size:var(--font-size-xxxxxxl);font-weight:400;margin:1rem auto;max-width:800px;color:var(--text-dark)}.blogs-section .blogs-subheading{font-size:1rem!important;max-width:600px;margin-bottom:1rem;margin:0 auto;color:#9c9c9cb3}@media (max-width: 768px){.blogs-section .blogs-subheading{font-size:1.1rem}}.blogs-section .blogs-grid{width:90%!important;max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem;margin:0 auto;margin:3rem auto}.blogs-section .blogs-card{height:400px;border:1px solid #555;border-radius:.6rem;overflow:hidden;box-shadow:0 10px 30px #0000000d;position:relative;text-align:left}.blogs-section .blogs-capsules{position:absolute;bottom:170px;left:1rem;display:flex;gap:.7rem;z-index:2}.blogs-section .blogs-capsule{color:#fff!important;font-size:.8rem;font-weight:400;padding:8px 15px;background:#50505042!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;border-radius:30px;border-left:1px solid #979797;border-bottom:1px solid #979797;border-top:1px solid rgba(151,151,151,.5803921569);color:#1d1d1d}.blogs-section .blogs-image{height:240px;width:100%;border-radius:.6rem;overflow:hidden}.blogs-section .blogs-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blogs-section .blogs-card:hover .blogs-image img{transform:scale(1.05)}.blogs-section .blogs-content{padding:1rem!important;display:flex;flex-direction:column;align-items:start!important;gap:1.5rem}.blogs-section .blogs-title{font-size:1.5rem;font-weight:700;line-height:1.9rem;color:var(--text-dark)}.blogs-section .blogs-description{font-size:.9rem;color:var(--primary);line-height:.6rem}.blogs-section .blogs-button-text{color:var(--primary);font-size:.9rem;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.blogs-section .blogs-button{background:var(--primary-color);color:var(--text-dark);font-size:.9rem;font-weight:600;padding:.8rem 2rem!important;border:2px solid #555;border-radius:3rem;transition:all .3s ease;cursor:pointer}.blogs-section .blogs-button:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.blogs-section .cta-button{padding:.8rem 2rem!important;font-size:1rem;font-weight:600;background:transparent;color:#fff;border:1px solid white;border-radius:26px;cursor:pointer;transition:all .3s ease}.blogs-section .cta-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #64ff954d}.industry-hero-section-insights{background-color:#000;color:#fff;margin-top:4rem;padding:4rem 0;text-align:center;min-height:0!important;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.industry-hero-section-insights{padding:3rem 0;min-height:50vh}}.industry-hero-section-insights .industry-hero-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.industry-hero-section-insights .industry-hero-container{padding:0 1.5rem}}@media (max-width: 480px){.industry-hero-section-insights .industry-hero-container{padding:0 1rem}}.industry-hero-section-insights .breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:2.5rem 0;flex-wrap:wrap}@media (max-width: 768px){.industry-hero-section-insights .breadcrumb{margin-bottom:2rem;gap:.4rem}}.industry-hero-section-insights .breadcrumb .breadcrumb-item{display:flex;align-items:center;gap:.5rem;font-size:.95rem;opacity:.8;transition:opacity .3s ease}.industry-hero-section-insights .breadcrumb .breadcrumb-item:hover{opacity:1}.industry-hero-section-insights .breadcrumb .breadcrumb-item.active{color:var(--primary);opacity:1;font-weight:500}@media (max-width: 768px){.industry-hero-section-insights .breadcrumb .breadcrumb-item{font-size:.9rem}}@media (max-width: 480px){.industry-hero-section-insights .breadcrumb .breadcrumb-item{font-size:.85rem}}.industry-hero-section-insights .breadcrumb .breadcrumb-item .breadcrumb-icon{font-size:.9rem}@media (max-width: 768px){.industry-hero-section-insights .breadcrumb .breadcrumb-item .breadcrumb-icon{font-size:.85rem}}.industry-hero-section-insights .breadcrumb .breadcrumb-divider{opacity:.5;color:#666}@media (max-width: 480px){.industry-hero-section-insights .breadcrumb .breadcrumb-divider{font-size:.9rem}}.industry-hero-section-insights .card-hero{position:relative;width:100%;margin-top:2rem;height:500px;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #00000080}@media (max-width: 768px){.industry-hero-section-insights .card-hero{height:350px;border-radius:16px}}@media (max-width: 480px){.industry-hero-section-insights .card-hero{height:300px;border-radius:12px}}.industry-hero-section-insights .card-hero .card-background{position:absolute;top:0;left:0;width:100%;height:100%}.industry-hero-section-insights .card-hero .card-background .card-bg-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .8s ease}.industry-hero-section-insights .card-hero .card-background .card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000001a,#0000004d,#000000b3)}.industry-hero-section-insights .industry-heading{font-size:3.5rem!important;font-weight:400!important;line-height:1.2;margin:0 0 1.5rem;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.industry-hero-section-insights .industry-heading{font-size:2.8rem}}@media (max-width: 768px){.industry-hero-section-insights .industry-heading{font-size:2.4rem;margin-bottom:1.2rem}}@media (max-width: 480px){.industry-hero-section-insights .industry-heading{font-size:2rem;margin-bottom:1rem}}.industry-hero-section-insights .industry-subheading{font-size:1.3rem;line-height:1.6;opacity:.7;color:#666!important;margin:0 auto 2.5rem;max-width:1000px}@media (max-width: 968px){.industry-hero-section-insights .industry-subheading{font-size:1.2rem}}@media (max-width: 768px){.industry-hero-section-insights .industry-subheading{font-size:1.1rem;margin-bottom:2rem;max-width:500px}}@media (max-width: 480px){.industry-hero-section-insights .industry-subheading{font-size:1rem;margin-bottom:1.5rem;line-height:1.5}}.industry-hero-section-insights .industry-button{display:inline-flex;align-items:center;gap:.8rem;background:var(--primary);color:#000;border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.industry-hero-section-insights .industry-button:hover{box-shadow:0 0 25px #baff2a66}.industry-hero-section-insights .industry-button:hover .button-icon{transform:translate(3px)}.industry-hero-section-insights .industry-button .button-icon{font-size:.9rem;transition:transform .3s ease}@media (max-width: 768px){.industry-hero-section-insights .industry-button{padding:.9rem 2rem;font-size:1rem}}@media (max-width: 480px){.industry-hero-section-insights .industry-button{padding:.8rem 1.8rem;font-size:.95rem}}.tabbed-content-section{background-color:#000;color:#fff}.tabbed-content-section .tabbed-content-container{max-width:1050px;margin:0 auto;padding:0 2rem}.tabbed-content-section .tabbed-content-container .section-header{text-align:center;margin-bottom:3rem}.tabbed-content-section .tabbed-content-container .section-header .section-heading{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1.5rem;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.tabbed-content-section .tabbed-content-container .section-header .section-heading{font-size:2rem}}@media (max-width: 480px){.tabbed-content-section .tabbed-content-container .section-header .section-heading{font-size:1.8rem}}.tabbed-content-section .tabbed-content-container .section-header .section-subheading{font-size:1.2rem;line-height:1.6;opacity:.8;max-width:600px;margin:0 auto}@media (max-width: 768px){.tabbed-content-section .tabbed-content-container .section-header .section-subheading{font-size:1.1rem}}@media (max-width: 480px){.tabbed-content-section .tabbed-content-container .section-header .section-subheading{font-size:1rem}}.tabbed-content-section .tabbed-content-container .tab-selector{margin-bottom:3rem}.tabbed-content-section .tabbed-content-container .tab-selector .tab-scroll-container-parent{display:flex;width:100%;justify-content:center;align-items:center}.tabbed-content-section .tabbed-content-container .tab-selector .tab-scroll-container{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:none;-ms-overflow-style:none;border-radius:50px;border:1px solid rgba(130,130,130,.455);padding:5px;justify-content:center}.tabbed-content-section .tabbed-content-container .tab-selector .tab-scroll-container::-webkit-scrollbar{display:none}.tabbed-content-section .tabbed-content-container .tab-selector .tab-scroll-container .tab-button{flex-shrink:0;background:transparent;color:#969696;border:none;padding:.6rem 1.8rem;border-radius:50px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.tabbed-content-section .tabbed-content-container .tab-selector .tab-scroll-container .tab-button:hover{border-color:var(--primary);background:#baff2a1a}.tabbed-content-section .tabbed-content-container .tab-selector .tab-scroll-container .tab-button.active{background:var(--primary);color:#000;border-color:var(--primary)}@media (max-width: 768px){.tabbed-content-section .tabbed-content-container .tab-selector .tab-scroll-container .tab-button{padding:.7rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){.tabbed-content-section .tabbed-content-container .tab-selector .tab-scroll-container .tab-button{padding:.6rem 1.2rem;font-size:.85rem}}.tabbed-content-section .tabbed-content-container .cards-grid .grid-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem}@media (max-width: 768px){.tabbed-content-section .tabbed-content-container .cards-grid .grid-content{grid-template-columns:1fr;gap:1.5rem}}.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card{background:#111;border-radius:16px;cursor:pointer;overflow:hidden;border:1px solid #222;transition:all .3s ease}.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card:hover{border-color:var(--primary);box-shadow:0 10px 30px #baff2a1a}.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card:hover .card-image{transform:scale(1.05)}.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card:hover .view-button{background:var(--primary);color:#000}.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card:hover .view-button .button-arrow{transform:translate(3px)}.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card .card-image-container{position:relative;height:200px;overflow:hidden}.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card .card-image-container .card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card .card-image-container .category-tag{position:absolute;top:1rem;left:1rem;background:#fff;color:#000;padding:.3rem .8rem!important;border-radius:50px;box-shadow:0 4px 12px #000;font-size:.7rem;font-weight:600}@media (max-width: 480px){.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card .card-image-container .category-tag{font-size:.75rem;padding:.3rem .7rem}}.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card .card-content{padding:1rem}.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card .card-content .card-heading{font-size:1.2rem;font-weight:600;margin:0 0 1rem;line-height:1.3}@media (max-width: 768px){.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card .card-content .card-heading{font-size:1.2rem}}.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card .card-content .card-description{font-size:.8rem;line-height:1.5;opacity:.8;margin:0 0 1.5rem}@media (max-width: 768px){.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card .card-content .card-description{font-size:.9rem}}.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card .card-content .card-time{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.8rem;opacity:.8}.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card .card-content .card-time .time-icon{color:var(--primary);font-size:.8rem}.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card .card-content .view-button{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--primary);border:1px solid var(--primary);padding:.7rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card .card-content .view-button .button-arrow{font-size:.8rem;transition:transform .3s ease}@media (max-width: 480px){.tabbed-content-section .tabbed-content-container .cards-grid .grid-content .content-card .card-content .view-button{width:100%;justify-content:center}}.tabbed-content-section .tabbed-content-container .no-results{text-align:center;padding:3rem 0}.tabbed-content-section .tabbed-content-container .no-results p{font-size:1.1rem;opacity:.8}@media (max-width: 768px){.tabbed-content-section .tabbed-content-container .no-results p{font-size:1rem}}.newsletter-section{padding:4rem 0;background-color:#000}.newsletter-section .newsletter-container{max-width:1000px;margin:0 auto}.newsletter-section .newsletter-box{background:#111;border:1px solid #333;background-image:url(/assets/Hero-background-left-DYBNdd_i.png),url(/assets/Hero-background-right-Cswu5f_L.png),url(/assets/Hero-background-center-60Q6doKd.png),url(/assets/Gradient_Blur-BXOrGqE6.png)!important;background-position:left 100%,right 100%,center top,center 200%!important;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;background-size:20% auto,20% auto,cover,cover;z-index:0;border-radius:20px;padding:3rem;text-align:center}@media (max-width: 480px){.newsletter-section .newsletter-box{-webkit-backdrop-filter:brightness(0);backdrop-filter:brightness(0);background-position:center 50%,left 100%,right 100%,center top!important;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;background-size:140% auto,60% auto,60% auto,cover}}@media (max-width: 768px){.newsletter-section .newsletter-box{padding:2rem}}@media (max-width: 480px){.newsletter-section .newsletter-box{padding:1.5rem}}.newsletter-section .newsletter-heading{font-size:3rem;font-weight:400;margin:0 0 1rem;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.newsletter-section .newsletter-heading{font-size:1.8rem}}@media (max-width: 480px){.newsletter-section .newsletter-heading{font-size:1.6rem}}.newsletter-section .newsletter-subheading{font-size:1rem;line-height:1.6;opacity:.8;margin:0 0 2rem;margin-left:auto;margin-right:auto}@media (max-width: 768px){.newsletter-section .newsletter-subheading{font-size:1rem}}.newsletter-section .newsletter-form{display:flex;gap:1rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}@media (max-width: 600px){.newsletter-section .newsletter-form{flex-direction:column;gap:.8rem}}.newsletter-section .newsletter-form .newsletter-input{flex:1;background:#14400374;background:#2e4d2741;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #565656;border-radius:12px!important;padding:.9rem 1.5rem;color:#fff;font-size:1rem;outline:none;transition:all .3s ease}.newsletter-section .newsletter-form .newsletter-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #baff2a1a}.newsletter-section .newsletter-form .newsletter-input::placeholder{color:#666}@media (max-width: 768px){.newsletter-section .newsletter-form .newsletter-input{padding:.8rem 1.2rem;font-size:.95rem}}.newsletter-section .newsletter-form .newsletter-button{display:flex;align-items:center;gap:.5rem;background:#fff;color:#000;border:none;padding:.8rem 2.8rem!important;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-section .newsletter-form .newsletter-button:hover{background:#a0e02a;transform:translateY(-2px);box-shadow:0 5px 15px #baff2a4d}.newsletter-section .newsletter-form .newsletter-button:active{transform:translateY(0)}.newsletter-section .newsletter-form .newsletter-button .button-icon{font-size:.9rem}@media (max-width: 768px){.newsletter-section .newsletter-form .newsletter-button{padding:.8rem 1.5rem;font-size:.95rem}}@media (max-width: 600px){.newsletter-section .newsletter-form .newsletter-button{width:100%;justify-content:center}}.newsletter-section .newsletter-small-text{font-size:.8rem;line-height:1.5;color:#b0b0b0;max-width:400px;margin:0 auto}@media (max-width: 768px){.newsletter-section .newsletter-small-text{font-size:.75rem}}.industry-hero-section-case{background-color:#000;color:#fff;text-align:center;display:flex;margin-top:4rem;padding:4rem 0;align-items:center;justify-content:center}@media (max-width: 768px){.industry-hero-section-case{padding:3rem 0;min-height:50vh}}.industry-hero-section-case .industry-hero-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.industry-hero-section-case .industry-hero-container{padding:0 1.5rem}}@media (max-width: 480px){.industry-hero-section-case .industry-hero-container{padding:0 1rem}}.industry-hero-section-case .breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:2.5rem 0;flex-wrap:wrap}@media (max-width: 768px){.industry-hero-section-case .breadcrumb{margin-bottom:2rem;gap:.4rem}}.industry-hero-section-case .breadcrumb .breadcrumb-item{display:flex;align-items:center;gap:.5rem;font-size:.95rem;opacity:.8;transition:opacity .3s ease}.industry-hero-section-case .breadcrumb .breadcrumb-item:hover{opacity:1}.industry-hero-section-case .breadcrumb .breadcrumb-item.active{color:var(--primary);opacity:1;font-weight:500}@media (max-width: 768px){.industry-hero-section-case .breadcrumb .breadcrumb-item{font-size:.9rem}}@media (max-width: 480px){.industry-hero-section-case .breadcrumb .breadcrumb-item{font-size:.85rem}}.industry-hero-section-case .breadcrumb .breadcrumb-item .breadcrumb-icon{font-size:.9rem}@media (max-width: 768px){.industry-hero-section-case .breadcrumb .breadcrumb-item .breadcrumb-icon{font-size:.85rem}}.industry-hero-section-case .breadcrumb .breadcrumb-divider{opacity:.5;color:#666}@media (max-width: 480px){.industry-hero-section-case .breadcrumb .breadcrumb-divider{font-size:.9rem}}.industry-hero-section-case .card-hero{position:relative;width:100%;margin-top:2rem;height:500px;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #00000080}@media (max-width: 768px){.industry-hero-section-case .card-hero{height:350px;border-radius:16px}}@media (max-width: 480px){.industry-hero-section-case .card-hero{height:300px;border-radius:12px}}.industry-hero-section-case .card-hero .card-background{position:absolute;top:0;left:0;width:100%;height:100%}.industry-hero-section-case .card-hero .card-background .card-bg-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .8s ease}.industry-hero-section-case .card-hero .card-background .card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000001a,#0000004d,#000000b3)}.industry-hero-section-case .industry-heading{font-size:3.5rem;font-weight:400;line-height:1.2;margin:0 0 1.5rem;background:linear-gradient(90deg,#dbdbdb,#636363);-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}@media (max-width: 968px){.industry-hero-section-case .industry-heading{font-size:2.8rem}}@media (max-width: 768px){.industry-hero-section-case .industry-heading{font-size:2.4rem;margin-bottom:1.2rem}}@media (max-width: 480px){.industry-hero-section-case .industry-heading{font-size:2rem;margin-bottom:1rem}}.industry-hero-section-case .industry-subheading{font-size:1.3rem;line-height:1.6;opacity:.8;margin:0 auto 2.5rem;max-width:1000px}@media (max-width: 968px){.industry-hero-section-case .industry-subheading{font-size:1.2rem}}@media (max-width: 768px){.industry-hero-section-case .industry-subheading{font-size:1.1rem;margin-bottom:2rem;max-width:500px}}@media (max-width: 480px){.industry-hero-section-case .industry-subheading{font-size:1rem;margin-bottom:1.5rem;line-height:1.5}}.industry-hero-section-case .industry-button{display:inline-flex;align-items:center;gap:.8rem;background:var(--primary);color:#000;border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.industry-hero-section-case .industry-button:hover{box-shadow:0 0 25px #baff2a66}.industry-hero-section-case .industry-button:hover .button-icon{transform:translate(3px)}.industry-hero-section-case .industry-button .button-icon{font-size:.9rem;transition:transform .3s ease}@media (max-width: 768px){.industry-hero-section-case .industry-button{padding:.9rem 2rem;font-size:1rem}}@media (max-width: 480px){.industry-hero-section-case .industry-button{padding:.8rem 1.8rem;font-size:.95rem}}.case-studies-grid-section{background-color:#000;padding:2rem;color:#fff}.case-studies-grid-section .case-studies-grid-container{max-width:1000px;margin:0 auto;width:100%}.case-studies-grid-section .section-heading{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#fff}@media (max-width: 768px){.case-studies-grid-section .section-heading{font-size:2rem}}.case-studies-grid-section .filters-container{display:flex;justify-content:center;margin-bottom:3rem}.case-studies-grid-section .filters-container .filters-row{display:flex;gap:1.5rem;max-width:600px;width:100%}@media (max-width: 768px){.case-studies-grid-section .filters-container .filters-row{flex-direction:column;gap:1rem}}.case-studies-grid-section .filters-container .filter-select{flex:1;padding:.875rem 2.5rem .875rem 1rem!important;border:1px solid rgba(255,255,255,.2);border-radius:26px;background:#1a1a1a;color:#fff;font-size:1rem;cursor:pointer;transition:border-color .3s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px}.case-studies-grid-section .filters-container .filter-select:focus{outline:none;border-color:var(--primary)}.case-studies-grid-section .filters-container .filter-select option{background:#1a1a1a;color:#fff}.case-studies-grid-section .case-studies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}@media (max-width: 1024px){.case-studies-grid-section .case-studies-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.case-studies-grid-section .case-studies-grid{grid-template-columns:1fr}}.case-studies-grid-section .case-study-card{height:400px;padding:7px;border:1px solid #555;cursor:pointer!important;border-radius:.6rem;overflow:hidden;box-shadow:0 10px 30px #0000001a;position:relative;text-align:left;background:#1a1a1a;transition:all .3s ease}.case-studies-grid-section .case-study-card:hover{border-color:#9fff644d;transform:translateY(-5px)}.case-studies-grid-section .case-study-capsules{position:absolute;top:1rem;left:1rem;display:flex;gap:.7rem;z-index:2}.case-studies-grid-section .case-study-capsule{background:#fff;color:#1d1d1d;font-size:.6rem;box-shadow:1px 1px 13px #000000a2;font-weight:600;padding:5px 10px;border-radius:30px;border:1px solid #555}.case-studies-grid-section .case-study-image{height:310px;width:100%;border-radius:.6rem;overflow:hidden}.case-studies-grid-section .case-study-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.case-studies-grid-section .case-study-card:hover .case-study-image img{transform:scale(1.05)}.case-studies-grid-section .case-study-content{padding:.4rem}.case-studies-grid-section .case-study-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:#fff}.case-studies-grid-section .case-study-description{font-size:.8rem;color:var(--primary);line-height:1.4}.case-studies-grid-section .load-more-container{text-align:center}.case-studies-grid-section .load-more-button{background:transparent;color:#fff;font-size:1rem;font-weight:600;padding:.875rem 2rem;border:1px solid #555;border-radius:3rem;transition:all .3s ease;cursor:pointer}.case-studies-grid-section .load-more-button:hover{background:#646cff;border-color:#646cff;transform:translateY(-2px);box-shadow:0 5px 15px #646cff4d}@media (max-width: 768px){.case-studies-grid-section{padding:4rem 1rem}.case-studies-grid-section .case-studies-grid{gap:1.5rem}.case-studies-grid-section .case-study-card{height:350px}.case-studies-grid-section .case-study-image{height:280px}}.services{position:relative;overflow:hidden;margin-bottom:3rem}.services .industries-listing{max-width:1000px;margin:0 auto;width:100%}.services .industries-listing h2{font-size:3rem!important;font-weight:400;text-align:center;margin:4rem 0rem;color:#fff;text-transform:uppercase;letter-spacing:2px}@media (max-width: 768px){.services .industries-listing h2{font-size:2rem;margin-bottom:3rem}}.services .industry-cards{display:flex;flex-direction:column;gap:2rem;max-width:1100px;margin:0 auto;width:100%}.services .industry-card{display:flex;align-items:center;gap:4rem;padding:1.4rem;height:500px!important;background:#141414;border:1px solid rgba(255,255,255,.217);border-radius:12px;transition:all .3s ease;position:relative;overflow:hidden}.services .industry-card:hover{border-color:#b4ff644d;box-shadow:0 5px 20px #646cff1a;transform:translateY(-2px)}@media (max-width: 768px){.services .industry-card{flex-direction:column;text-align:center;gap:1.5rem;padding:1.5rem}}.services .image-container{flex-shrink:0;width:40%!important;min-width:40%!important;height:95%!important;display:flex;border-radius:10px;align-items:center;overflow:hidden;object-fit:contain!important;justify-content:center}.services .image-container img{height:100%;width:100%;border-radius:8px;filter:brightness(.9) contrast(1.1);transition:transform .3s ease}@media (max-width: 768px){.services .image-container{width:100%!important}}.services .content{flex:1;display:flex;flex-direction:column;gap:1rem}.services .content h3{font-size:1.65rem;font-weight:600;color:#fff}@media (max-width: 768px){.services .content h3{font-size:1.5rem}}.services .content p{font-size:.8rem;line-height:1.6;color:#fffc;margin-bottom:1rem}.services .content ul{list-style:none;padding:0;margin:.5rem 0}.services .content ul li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:.75rem;color:var(--primary);line-height:.75rem}.services .content ul li:before{content:"•- ";position:absolute;left:-10px;color:var(--primary);font-weight:700;font-size:1.2rem}.services .content .features-grid{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:left;align-items:center;margin-bottom:1rem}@media (max-width: 480px){.services .content .features-grid{grid-template-columns:1fr}}.services .content .features-grid .feature-item{display:flex;align-items:center;border:1px solid rgba(133,133,133,.5607843137)!important;border-radius:8px!important;justify-content:start;padding:9px;gap:.95 rem}.services .content .features-grid .feature-item .feature-icon{color:#2e2e2e;line-height:.7rem}.services .content .features-grid .feature-item .feature-icon img{height:17px;width:17px}.services .content .features-grid .feature-item p{line-height:1rem!important;font-size:.8rem;margin-left:.5rem;font-weight:500;margin-bottom:0!important}.services .content button{align-self:flex-start;background-color:#fff!important;color:#0f0f0f;border:none;padding:.8rem 2rem!important;font-size:.9rem;font-weight:600;border-radius:26px;cursor:pointer;transition:all .3s ease}@media (max-width: 768px){.services .content button{align-self:center;width:100%;max-width:200px}}@media (max-width: 768px){.services{padding:4rem 1rem}.services .industry-card,.services .content ul li{text-align:left}}@media (max-width: 480px){.services{padding:3rem 1rem}.services .industries-listing h2{font-size:1.75rem}.services .industry-card{padding:1rem}.services .content h3{font-size:1.25rem}.services .content p{font-size:1rem}.services .content button{padding:.75rem 1.5rem;font-size:.9rem}}.minimal-hero-section-services{width:100%;text-align:center}@media (max-width: 768px){.minimal-hero-section-services{padding:3rem 0;min-height:50vh}}.minimal-hero-section-services .minimal-hero-section{display:flex;flex-direction:column;min-height:100vh!important;position:relative;padding:8rem 0!important;overflow:hidden;z-index:10!important;background-image:url("data:image/svg+xml,%3csvg%20width='764'%20height='764'%20viewBox='0%200%20764%20764'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.5'%20filter='url(%23filter0_ii_175_388)'%3e%3crect%20width='764'%20height='764'%20rx='382'%20fill='url(%23paint0_linear_175_388)'%20fill-opacity='0.01'/%3e%3crect%20x='1.05337'%20y='1.05337'%20width='761.893'%20height='761.893'%20rx='380.947'%20stroke='%23BAFF2A'%20stroke-opacity='0.2'%20stroke-width='2.10674'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_ii_175_388'%20x='-14.0449'%20y='-14.0449'%20width='792.09'%20height='792.09'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dx='14.0449'%20dy='-14.0449'/%3e%3cfeGaussianBlur%20stdDeviation='14.0449'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='arithmetic'%20k2='-1'%20k3='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.729412%200%200%200%200%201%200%200%200%200%200.164706%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='shape'%20result='effect1_innerShadow_175_388'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dx='-14.0449'%20dy='14.0449'/%3e%3cfeGaussianBlur%20stdDeviation='14.0449'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='arithmetic'%20k2='-1'%20k3='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.729412%200%200%200%200%201%200%200%200%200%200.164706%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect1_innerShadow_175_388'%20result='effect2_innerShadow_175_388'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_175_388'%20x1='382'%20y1='0'%20x2='382'%20y2='764'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23BAFF2A'/%3e%3cstop%20offset='1'%20stop-color='%23709919'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"),url(/assets/Hero-background-left-DYBNdd_i.png),url(/assets/Hero-background-right-Cswu5f_L.png),url(/assets/Hero-background-center-60Q6doKd.png),url(/assets/Group%201000003912-WLa7M8fi.svg)!important;background-position:center 170%,left 100%,right 100%,center top,center 200%!important;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;background-size:70% auto,20% auto,20% auto,cover,cover;z-index:0}@media (max-width: 480px){.minimal-hero-section-services .minimal-hero-section{-webkit-backdrop-filter:brightness(0);backdrop-filter:brightness(0);background-position:center 50%,left 100%,right 100%,center top!important;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;background-size:140% auto,60% auto,60% auto,cover}}.minimal-hero-section-services .minimal-hero-container{max-width:700px!important;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.minimal-hero-section-services .minimal-hero-container{padding:0 1.5rem}}@media (max-width: 480px){.minimal-hero-section-services .minimal-hero-container{padding:0 1rem}}.minimal-hero-section-services .center-image-container{margin-bottom:1rem;margin-top:2rem}@media (max-width: 768px){.minimal-hero-section-services .center-image-container{margin-bottom:2rem}}@media (max-width: 480px){.minimal-hero-section-services .center-image-container{margin-bottom:1.5rem}}.minimal-hero-section-services .center-image-container .center-image{width:80px;height:80px;object-fit:contain}@media (max-width: 768px){.minimal-hero-section-services .center-image-container .center-image{width:70px;height:70px}}@media (max-width: 480px){.minimal-hero-section-services .center-image-container .center-image{width:60px;height:60px}}.minimal-hero-section-services .minimal-heading{font-size:3.5rem!important;font-weight:400;line-height:1.4;margin:0 0 1.5rem}@media (max-width: 968px){.minimal-hero-section-services .minimal-heading{font-size:3rem}}@media (max-width: 768px){.minimal-hero-section-services .minimal-heading{font-size:2.5rem;margin-bottom:1.2rem}}@media (max-width: 480px){.minimal-hero-section-services .minimal-heading{font-size:2rem;margin-bottom:1rem}}.minimal-hero-section-services .minimal-heading .heading-line{display:block}.minimal-hero-section-services .minimal-heading .heading-line:nth-child(2){color:var(--primary);background:none;-webkit-text-fill-color:var(--primary)}.minimal-hero-section-services .minimal-subheading{font-size:1rem!important;line-height:1.6;color:#a8a8a8!important;margin:0 auto;max-width:800px}@media (max-width: 968px){.minimal-hero-section-services .minimal-subheading{font-size:1.1rem}}@media (max-width: 768px){.minimal-hero-section-services .minimal-subheading{font-size:1rem;max-width:400px}}@media (max-width: 480px){.minimal-hero-section-services .minimal-subheading{font-size:.95rem;line-height:1.5}}.contact-hero-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;overflow:hidden}.contact-hero-section .background-image-container{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/Container-DVF5OXkf.png);background-position:left center;background-size:cover;background-repeat:no-repeat;z-index:-1}.contact-hero-section .background-overlay{position:absolute;bottom:1px;left:50px;width:450px;height:300px;background-image:url(/assets/Union-CNfzqs85.png);background-position:left center;background-size:cover;background-repeat:no-repeat;z-index:-1}.contact-hero-section .contact-content-container{width:100%;max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center}.contact-hero-section .contact-text-col{color:#fff}.contact-hero-section .contact-text-col .contact-heading{font-size:3.5rem;font-weight:400;margin-bottom:1.5rem;line-height:1.2}.contact-hero-section .contact-text-col .contact-subheading{font-size:1rem;line-height:1.6;font-weight:300;opacity:.9;max-width:80%}.contact-hero-section .contact-form-col{display:flex;width:100%;justify-content:center}.contact-hero-section .contact-form-box{background:transparent;border:1px solid rgba(19,64,13,.7058823529);border-radius:12px;background:#141414cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;width:90%;max-width:500px;min-width:300px;box-shadow:0 10px 30px #0000001a}.contact-hero-section .contact-form-box .form-heading{font-size:1rem;margin-bottom:1rem;font-weight:400;color:#fcfcfc;text-align:left}.contact-hero-section .contact-form-box .contact-form{display:flex;flex-direction:column;gap:.6rem}.contact-hero-section .contact-form-box .contact-form .form-group{display:flex;flex-direction:column;gap:.5rem}.contact-hero-section .contact-form-box .contact-form .form-group label{font-size:.9rem;font-weight:500;color:#555}.contact-hero-section .contact-form-box .contact-form .form-group input,.contact-hero-section .contact-form-box .contact-form .form-group select,.contact-hero-section .contact-form-box .contact-form .form-group textarea{padding:.8rem 1rem;border:1px solid rgba(19,64,13,.7058823529);border-radius:10px;font-size:.9rem;background:transparent;color:#aaa;transition:border-color .3s}.contact-hero-section .contact-form-box .contact-form .form-group input:focus,.contact-hero-section .contact-form-box .contact-form .form-group select:focus,.contact-hero-section .contact-form-box .contact-form .form-group textarea:focus{outline:none;border-color:#646cff}.contact-hero-section .contact-form-box .contact-form .form-group input::placeholder,.contact-hero-section .contact-form-box .contact-form .form-group textarea::placeholder{color:#888}.contact-hero-section .contact-form-box .contact-form .form-group textarea{resize:none;font-size:.9rem}.contact-hero-section .contact-form-box .contact-form .submit-button{background:#fff;color:#444;border:none;padding:.8rem 2rem;font-size:.8rem;font-weight:600;border-radius:16px;cursor:pointer;margin-top:1rem;width:100%;transition:background .3s}.contact-hero-section .contact-form-box .contact-form .submit-button:hover{background:#fff}@media (max-width: 768px){.contact-hero-section{padding:2rem 0;min-height:auto}.contact-hero-section .contact-content-container{grid-template-columns:1fr;margin-top:4rem;gap:2rem}.contact-hero-section .contact-text-col{text-align:center}.contact-hero-section .contact-text-col .contact-heading{font-size:2.2rem}.contact-hero-section .contact-text-col .contact-subheading{max-width:100%;font-size:1.1rem}.contact-hero-section .contact-form-col{justify-content:center}.contact-hero-section .contact-form-box{padding:1.5rem;width:90%}}.newsletter-list{padding:6rem 2rem;position:relative;overflow:hidden}.newsletter-list .container{max-width:1000px!important;margin:0 auto}.newsletter-list .section-header{text-align:center;margin-bottom:2rem}.newsletter-list .section-header h2{font-size:2.5rem;font-weight:400;margin-bottom:1rem;color:#ddd}.newsletter-list .section-header .subheading{font-size:1rem;color:#666;margin:0 auto}.newsletter-list .offices-grid{display:flex;flex-direction:column;border:1px solid #333;padding:1rem;border-radius:12px;gap:1rem}.newsletter-list .offices-grid .row{display:flex;gap:1rem}@media (max-width: 768px){.newsletter-list .offices-grid .row{flex-direction:column}}.newsletter-list .offices-grid .col{flex:1}.newsletter-list .offices-grid .col-full{flex:1 0 100%}.newsletter-list .office-card,.newsletter-list .services-card,.newsletter-list .social-card{background:#1f1f1fcc;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:10px;padding:1rem;height:100%;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease}.newsletter-list .office-card:hover,.newsletter-list .services-card:hover,.newsletter-list .social-card:hover{transform:translateY(-5px)}.newsletter-list .office-card .card-header,.newsletter-list .services-card .card-header,.newsletter-list .social-card .card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.newsletter-list .office-card .card-header .flag-icon,.newsletter-list .services-card .card-header .flag-icon,.newsletter-list .social-card .card-header .flag-icon{font-size:1rem;color:#646cff}.newsletter-list .office-card .card-header h3,.newsletter-list .services-card .card-header h3,.newsletter-list .social-card .card-header h3{font-size:1rem;margin:0;font-weight:300!important;color:#eaeaea}.newsletter-list .office-card .card-body p,.newsletter-list .services-card .card-body p,.newsletter-list .social-card .card-body p{font-size:1rem;color:#d5d5d5}.newsletter-list .office-card .card-body .contact-line,.newsletter-list .services-card .card-body .contact-line,.newsletter-list .social-card .card-body .contact-line{display:flex;align-items:center;justify-content:start;gap:.75rem;font-size:1rem;margin:1rem 0}.newsletter-list .office-card .card-body .contact-line p,.newsletter-list .services-card .card-body .contact-line p,.newsletter-list .social-card .card-body .contact-line p{font-size:.6rem;color:#707070}.newsletter-list .office-card .card-body .contact-line .icon,.newsletter-list .services-card .card-body .contact-line .icon,.newsletter-list .social-card .card-body .contact-line .icon{font-size:.6rem;color:#333}.newsletter-list .services-card .card-title,.newsletter-list .social-card .card-title{font-size:1rem;color:#1a1a1a}.newsletter-list .services-card .spacer,.newsletter-list .social-card .spacer{height:1px}.newsletter-list .service-item h4{font-size:.9rem;margin-bottom:1rem;color:#b9b9b9}.newsletter-list .service-item p{margin:.25rem 0;color:#666}.newsletter-list .social-icons{display:flex;gap:.7rem!important;margin-top:1.5rem}.newsletter-list .social-icons a{color:var(--primary);font-size:1.5rem;transition:color .3s ease}.newsletter-list .social-icons a:hover{color:var(--primary)}.newsletter-list .map-container{height:400px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a}@media (max-width: 768px){.newsletter-list{padding:4rem 1rem}.newsletter-list .section-header h2{font-size:2rem}.newsletter-list .section-header .subheading{font-size:1.1rem}.newsletter-list .office-card,.newsletter-list .services-card,.newsletter-list .social-card{padding:1.5rem}.newsletter-list .map-container{height:300px}}.minimal-hero-section-about{padding:6rem 0!important;background-color:#000;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5rem;background-image:url("data:image/svg+xml,%3csvg%20width='764'%20height='764'%20viewBox='0%200%20764%20764'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.5'%20filter='url(%23filter0_ii_175_388)'%3e%3crect%20width='764'%20height='764'%20rx='382'%20fill='url(%23paint0_linear_175_388)'%20fill-opacity='0.01'/%3e%3crect%20x='1.05337'%20y='1.05337'%20width='761.893'%20height='761.893'%20rx='380.947'%20stroke='%23BAFF2A'%20stroke-opacity='0.2'%20stroke-width='2.10674'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_ii_175_388'%20x='-14.0449'%20y='-14.0449'%20width='792.09'%20height='792.09'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dx='14.0449'%20dy='-14.0449'/%3e%3cfeGaussianBlur%20stdDeviation='14.0449'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='arithmetic'%20k2='-1'%20k3='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.729412%200%200%200%200%201%200%200%200%200%200.164706%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='shape'%20result='effect1_innerShadow_175_388'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dx='-14.0449'%20dy='14.0449'/%3e%3cfeGaussianBlur%20stdDeviation='14.0449'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='arithmetic'%20k2='-1'%20k3='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.729412%200%200%200%200%201%200%200%200%200%200.164706%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect1_innerShadow_175_388'%20result='effect2_innerShadow_175_388'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_175_388'%20x1='382'%20y1='0'%20x2='382'%20y2='764'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23BAFF2A'/%3e%3cstop%20offset='1'%20stop-color='%23709919'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"),url(/assets/Hero-background-left-DYBNdd_i.png),url(/assets/Hero-background-right-Cswu5f_L.png),url(/assets/Hero-background-center-60Q6doKd.png),url(/assets/Group%201000003912-WLa7M8fi.svg)!important;background-position:center 50%,left 15%,right 15%,center top,center 200%!important;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;background-size:50% auto,30% auto,30% auto,cover,cover;z-index:0}@media (max-width: 480px){.minimal-hero-section-about{-webkit-backdrop-filter:brightness(0);backdrop-filter:brightness(0);background-position:center 50%,left 66%,right 66%,center top!important;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;background-size:140% auto,60% auto,60% auto,cover}}.minimal-hero-section-about img{width:100%}@media (max-width: 768px){.minimal-hero-section-about{padding:3rem 0;min-height:50vh}}.minimal-hero-section-about .minimal-hero-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.minimal-hero-section-about .minimal-hero-container{padding:0 1.5rem}}@media (max-width: 480px){.minimal-hero-section-about .minimal-hero-container{padding:0 1rem}}.minimal-hero-section-about .center-image-container{margin-bottom:1rem;margin-top:2rem}@media (max-width: 768px){.minimal-hero-section-about .center-image-container{margin-bottom:2rem}}@media (max-width: 480px){.minimal-hero-section-about .center-image-container{margin-bottom:1.5rem}}.minimal-hero-section-about .center-image-container .center-image{width:80px;height:80px;object-fit:contain}@media (max-width: 768px){.minimal-hero-section-about .center-image-container .center-image{width:70px;height:70px}}@media (max-width: 480px){.minimal-hero-section-about .center-image-container .center-image{width:60px;height:60px}}.minimal-hero-section-about .minimal-heading{font-size:2.6rem!important;max-width:800px;font-weight:400!important;line-height:1.1;margin:0 0 1.5rem;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.minimal-hero-section-about .minimal-heading{font-size:3rem}}@media (max-width: 768px){.minimal-hero-section-about .minimal-heading{font-size:2.5rem;margin-bottom:1.2rem}}@media (max-width: 480px){.minimal-hero-section-about .minimal-heading{font-size:1.8rem!important;margin-bottom:1rem}}.minimal-hero-section-about .minimal-heading .heading-line{display:block}.minimal-hero-section-about .minimal-heading .heading-line:nth-child(2){color:var(--primary);background:none;-webkit-text-fill-color:var(--primary)}.minimal-hero-section-about .minimal-subheading{font-size:.9rem!important;line-height:1.2!important;color:#717171;opacity:.8;margin:0 auto 2rem!important;max-width:800px}@media (max-width: 968px){.minimal-hero-section-about .minimal-subheading{font-size:1.1rem}}@media (max-width: 768px){.minimal-hero-section-about .minimal-subheading{font-size:1rem;max-width:400px}}@media (max-width: 480px){.minimal-hero-section-about .minimal-subheading{font-size:.95rem;line-height:1.5}}.centered-content{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:4rem 2rem;text-align:center;position:relative;overflow:hidden}.centered-content .content-container{max-width:1000px;width:100%;position:relative;z-index:2}.centered-content .small-heading{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#4a5568;margin-bottom:1.5rem;line-height:1.4}.centered-content .big-heading{font-size:2.2rem;max-width:800px;font-weight:400;color:#f6f7f8;margin:0 auto;margin-bottom:2rem;line-height:1.2}@media (max-width: 768px){.centered-content .big-heading{font-size:2rem}}.centered-content .paragraph{font-size:1.125rem;line-height:1.7;color:#818181;margin:0 auto}.centered-content .paragraph.first-para{max-width:900px;margin-bottom:0}.centered-content .paragraph.second-para{max-width:900px;font-weight:500}.centered-content .spacer{height:2.5rem;width:100%}@media (max-width: 768px){.centered-content .spacer{height:2rem}}.process-section{background-color:#0f0f0f;padding:6rem 0rem;color:#fff;position:relative}.process-section .process-container{max-width:1000px;margin:0 auto;width:100%}.process-section .process-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media (max-width: 968px){.process-section .process-grid{grid-template-columns:1fr;gap:3rem}}.process-section .process-content{position:sticky;top:2rem}@media (max-width: 968px){.process-section .process-content{position:static;text-align:center}}.process-section .process-heading{font-size:3rem;font-weight:400;margin-bottom:1.5rem;color:#fff;line-height:1.2}@media (max-width: 768px){.process-section .process-heading{font-size:2rem}}.process-section .process-description{font-size:1rem;max-width:400px;line-height:1.6;color:#fffc;margin:0}@media (max-width: 768px){.process-section .process-description{font-size:1rem}}.process-section .process-timeline{position:relative;padding-left:3rem}@media (max-width: 768px){.process-section .process-timeline{padding-left:2rem}}.process-section .timeline-line{position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--primary),#8ee000);z-index:1}@media (max-width: 768px){.process-section .timeline-line{left:1rem}}.process-section .process-card{display:flex;align-items:flex-start;background-color:#252525;border:1px solid rgba(255,255,255,.25);border-radius:12px;padding:1rem;gap:1.5rem;margin-bottom:2.5rem;position:relative;z-index:2}.process-section .process-card:last-child{margin-bottom:0}.process-section .timeline-point{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;flex-shrink:0}.process-section .green-point{width:20px;height:20px;background:var(--primary);border-radius:50%;border:3px solid #0f0f0f;box-shadow:0 0 0 2px var(--primary);position:absolute;left:-54px;margin-top:.6rem;z-index:3}.process-section .card-content{flex:1;padding-top:.25rem}.process-section .process-capsule{display:inline-block;background:#baff2a1a;color:var(--primary);font-size:.75rem;font-weight:600;padding:.3rem .8rem;border-radius:20px;margin-bottom:.75rem;border:1px solid rgba(186,255,42,.3)}.process-section .process-subheading{font-size:1rem;font-weight:400;color:#fff;margin:0 0 .5rem;line-height:1.4}@media (max-width: 768px){.process-section .process-subheading{font-size:1rem}}.process-section .process-duration{font-size:.875rem;color:#fff9;font-weight:500}@media (max-width: 768px){.process-section{padding:4rem 1rem}.process-section .process-grid{gap:2.5rem}.process-section .process-heading{font-size:2rem}.process-section .process-card{gap:1rem;margin-bottom:2rem}.process-section .green-point{width:20px;height:20px}}@media (max-width: 480px){.process-section{padding:3rem 1rem}.process-section .process-heading{font-size:1.75rem}.process-section .process-description{font-size:.95rem}.process-section .process-timeline{padding-left:1.5rem}.process-section .timeline-line{left:33px}}.results-delivered-section .section-heading{text-align:center;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 4rem;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.results-delivered-section .results-grid .results-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.strategic-partners-6{background-color:var(--primary)!important;padding:6rem 2rem;color:#000!important;position:relative;overflow:hidden}.strategic-partners-6 .strategic-partners-6-container{max-width:1200px;margin:0 auto;width:100%}.strategic-partners-6 .section-header{text-align:center;margin-bottom:4rem;max-width:600px!important;margin-left:auto;margin-right:auto}.strategic-partners-6 .section-heading{font-size:2.5rem!important;font-weight:400!important;margin-bottom:1.5rem;color:#000!important;line-height:1.2}@media (max-width: 768px){.strategic-partners-6 .section-heading{font-size:2rem}}.strategic-partners-6 .section-subheading{font-size:1.25rem;line-height:1.6;color:#000!important;margin:0 auto}@media (max-width: 768px){.strategic-partners-6 .section-subheading{font-size:1.1rem}}.strategic-partners-6 .partners-grid{display:flex;flex-wrap:wrap;flex-direction:row;max-width:1200px;gap:1rem;justify-content:center;align-items:center}@media (min-width: 1024px){.strategic-partners-6 .partners-grid{grid-template-columns:repeat(3,1fr)}.strategic-partners-6 .partners-grid .partner-card:nth-child(3n+1):nth-last-child(-n+3),.strategic-partners-6 .partners-grid .partner-card:nth-child(3n+1):nth-last-child(-n+3)~.partner-card{grid-column:auto}}@media (max-width: 1023px) and (min-width: 768px){.strategic-partners-6 .partners-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.strategic-partners-6 .partners-grid{grid-template-columns:1fr}}.strategic-partners-6 .partner-card{background:#fff!important;width:350px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);padding:1rem!important}.strategic-partners-6 .partner-card:hover{border-color:#646cff4d;transform:translateY(-5px);box-shadow:0 15px 40px #0003}.strategic-partners-6 .partner-image{height:300px;overflow:hidden;background-color:#000;position:relative;border-radius:8px}.strategic-partners-6 .partner-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.strategic-partners-6 .partner-image .parnter-image-content{background-color:#fff;width:95%;height:70px;z-index:1;border-radius:8px;position:absolute;top:220px;left:50%;transform:translate(-50%);display:flex;padding:1rem;justify-content:center;gap:.3rem;flex-direction:column;align-items:start}.strategic-partners-6 .partner-image .parnter-image-content h1{font-size:1.2rem}.strategic-partners-6 .partner-image .parnter-image-content span{font-size:.8rem}.strategic-partners-6 .partner-card:hover .partner-image img{transform:scale(1.05)}.strategic-partners-6 .social-icons{display:flex;margin-top:1rem;justify-content:start;gap:1rem;align-items:center;width:100%}.strategic-partners-6 .partner-content{color:#111c!important;padding:1rem 0rem 0rem!important}@media (max-width: 768px){.strategic-partners-6 .partner-content{padding:1.5rem}}.strategic-partners-6 .partner-heading{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#000!important;line-height:1.3}@media (max-width: 768px){.strategic-partners-6 .partner-heading{font-size:1.3rem}}.strategic-partners-6 .partner-description{font-size:.9rem;color:#424242cc!important;margin:1rem 0}@media (max-width: 768px){.strategic-partners-6 .partner-description{font-size:.95rem}}.strategic-partners-6 .list_1{font-size:.9rem;color:#515151!important}@media (max-width: 768px){.strategic-partners-6{padding:4rem 1rem}.strategic-partners-6 .section-header{margin-bottom:3rem}.strategic-partners-6 .partners-grid{gap:1.5rem}.strategic-partners-6 .partner-image{height:200px}}@media (max-width: 480px){.strategic-partners-6{padding:3rem 1rem}.strategic-partners-6 .section-heading{font-size:1.75rem}.strategic-partners-6 .section-subheading{font-size:1rem}.strategic-partners-6 .partner-content{padding:1.25rem}.strategic-partners-6 .partner-heading{font-size:1.25rem}.strategic-partners-6 .partner-description{font-size:.9rem}}.results-delivered-section{padding:4rem 0;background-color:#000;color:#fff}.results-delivered-section .centered-capsule{display:inline-block;background:#baff2a1a;color:var(--primary);padding:.7rem 1.5rem;border-radius:50px;font-size:.65rem!important;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 auto 1.5rem;text-align:center;display:block;width:fit-content}.results-delivered-section .section-heading{text-align:center;font-size:2.6rem;max-width:700px;font-weight:400!important;line-height:1.2;margin:0 auto!important;margin-bottom:3rem!important;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.results-delivered-section .results-grid{display:flex;flex-direction:column;gap:1rem!important}.results-delivered-section .results-grid .results-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem!important}.results-delivered-section .result-card{background:#111;padding:2rem;border-radius:16px;border:1px solid rgba(73,73,73,.6549019608)!important;transition:all .3s ease;display:flex;flex-direction:column;gap:1.5rem}.results-delivered-section .buttons-row{display:flex;width:100%;flex-direction:row;align-items:center;margin-top:3rem;justify-content:center;gap:1rem}@media (max-width: 480px){.results-delivered-section .buttons-row{flex-direction:column;width:100%}}.results-delivered-section .buttons-row button{padding:.8rem 2rem!important}.results-delivered-section .buttons-row button:last-child{background-color:#000;color:#fff}.strategic-partners{background-color:#000!important;padding:6rem 0rem;color:#fff!important;position:relative;overflow:hidden}.strategic-partners .strategic-partners-container{max-width:1200px;margin:0 auto;width:100%}.strategic-partners .section-header{text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.strategic-partners .section-heading{font-size:3rem;font-weight:400;margin-bottom:.5rem;color:#fff!important;line-height:1.2}@media (max-width: 768px){.strategic-partners .section-heading{font-size:2rem}}.strategic-partners .section-subheading{font-size:1rem;line-height:1.6;color:#ffffff89!important;margin:0 auto}@media (max-width: 768px){.strategic-partners .section-subheading{font-size:1.1rem}}.strategic-partners .partners-grid{display:flex;flex-wrap:wrap;flex-direction:row;max-width:1200px!important;gap:1.2rem;margin:0 auto;justify-content:center;align-items:center}@media (min-width: 1024px){.strategic-partners .partners-grid{grid-template-columns:repeat(3,1fr)}.strategic-partners .partners-grid .partner-card:nth-child(3n+1):nth-last-child(-n+3),.strategic-partners .partners-grid .partner-card:nth-child(3n+1):nth-last-child(-n+3)~.partner-card{grid-column:auto}}@media (max-width: 1023px) and (min-width: 768px){.strategic-partners .partners-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.strategic-partners .partners-grid{grid-template-columns:1fr}}.strategic-partners .partner-card{color:#ffffff89!important;background:#1a1a1ab3!important;width:320px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid rgba(255,255,255,.174)}.strategic-partners .partner-card:hover{border-color:#646cff4d;transform:translateY(-5px);box-shadow:0 15px 40px #0003}.strategic-partners .partner-image{height:120px;overflow:hidden;position:relative;display:flex;justify-content:center;align-items:center}.strategic-partners .partner-image img{width:65%;margin:0 auto;height:100%;object-fit:contain;transition:transform .5s ease}.strategic-partners .partner-card:hover .partner-image img{transform:scale(1.05)}.strategic-partners .partner-content{padding:2rem}@media (max-width: 768px){.strategic-partners .partner-content{padding:1.5rem}}.strategic-partners .partner-heading{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff!important;text-align:center;line-height:1.3}@media (max-width: 768px){.strategic-partners .partner-heading{font-size:1.3rem}}.strategic-partners .partner-description{font-size:.8rem;text-align:center;line-height:1.6;color:#ffffff72!important;margin:0}@media (max-width: 768px){.strategic-partners .partner-description{font-size:.95rem}}@media (max-width: 768px){.strategic-partners{padding:4rem 1rem}.strategic-partners .section-header{margin-bottom:3rem}.strategic-partners .partners-grid{gap:1.5rem}.strategic-partners .partner-image{height:200px}}@media (max-width: 480px){.strategic-partners{padding:3rem 1rem}.strategic-partners .section-heading{font-size:1.75rem}.strategic-partners .section-subheading{font-size:1rem}.strategic-partners .partner-content{padding:1.25rem}.strategic-partners .partner-heading{font-size:1.25rem}.strategic-partners .partner-description{font-size:.9rem}}.industries{position:relative;overflow:hidden;margin:4rem auto;max-width:1000px}.industries .industries-listing{max-width:1200px;margin:0 auto;width:100%}.industries .industries-listing h2{font-size:3rem!important;font-weight:300;text-align:center;margin-bottom:4rem;color:#c0bfbf;text-transform:uppercase;letter-spacing:2px}@media (max-width: 768px){.industries .industries-listing h2{font-size:2rem;margin-bottom:3rem}}.industries .industry-cards{display:flex;flex-direction:column;gap:2rem;margin:0 auto;width:100%}.industries .industry-card{display:flex;align-items:center;gap:4rem;padding:1rem;height:450px;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s ease;position:relative;overflow:hidden}.industries .industry-card:hover{border-color:#b4ff644d;box-shadow:0 5px 20px #646cff1a;transform:translateY(-2px)}@media (max-width: 768px){.industries .industry-card{flex-direction:column;text-align:center;gap:1.5rem;padding:1.5rem}}.industries .image-container{flex-shrink:0;width:40%;height:100%;border-radius:12px;display:flex;align-items:center;object-fit:contain;overflow:hidden;justify-content:center}.industries .image-container img{width:100%;height:100%;border-radius:8px;filter:brightness(.9) contrast(1.1);transition:transform .3s ease}@media (max-width: 768px){.industries .image-container{width:100%!important;height:150px}}.industries .content{flex:1;display:flex;justify-content:space-evenly;flex-direction:column;gap:1rem}.industries .content h3{font-size:1.8rem;font-weight:600;color:#fff}@media (max-width: 768px){.industries .content h3{font-size:1.5rem}}.industries .content p{font-size:.8rem;line-height:1.6;color:#fffc;margin-bottom:1rem}@media (max-width: 768px){.industries .content p{margin-bottom:.2rem}}.industries .content ul{list-style:none;padding:0;margin:.5rem 0}.industries .content ul li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:.75rem;color:var(--primary);line-height:.75rem}.industries .content ul li:before{content:"•-";position:absolute;left:-10px;color:var(--primary);font-weight:700;font-size:1.2rem}@media (max-width: 768px){.industries .content ul{margin:.2rem 0}.industries .content ul li{margin-bottom:.2rem;font-size:.7rem}}.industries .content button{align-self:flex-start;background-color:#fff;color:#0f0f0f;border:none;padding:.8rem 2rem!important;font-size:.8rem;font-weight:600;border-radius:26px;cursor:pointer;transition:all .3s ease}@media (max-width: 768px){.industries .content button{align-self:center;width:100%;max-width:200px}}@media (max-width: 768px){.industries .content{gap:.2rem}}@media (max-width: 768px){.industries{padding:4rem 1rem}.industries .industry-card,.industries .content ul li{text-align:left}}@media (max-width: 480px){.industries{padding:3rem 1rem}.industries .industries-listing h2{font-size:1.75rem}.industries .industry-card{padding:1rem}.industries .content h3{font-size:1.25rem}.industries .content p{font-size:1rem}.industries .content button{padding:.75rem 1.5rem;font-size:.9rem}}.minimal-hero-section-industries{text-align:center;width:100%}@media (max-width: 768px){.minimal-hero-section-industries{padding:3rem 0;min-height:50vh}}.minimal-hero-section-industries .minimal-hero-section{display:flex;flex-direction:column;min-height:100vh!important;position:relative;padding:8rem 0!important;overflow:hidden;z-index:10!important;background-image:url("data:image/svg+xml,%3csvg%20width='764'%20height='764'%20viewBox='0%200%20764%20764'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.5'%20filter='url(%23filter0_ii_175_388)'%3e%3crect%20width='764'%20height='764'%20rx='382'%20fill='url(%23paint0_linear_175_388)'%20fill-opacity='0.01'/%3e%3crect%20x='1.05337'%20y='1.05337'%20width='761.893'%20height='761.893'%20rx='380.947'%20stroke='%23BAFF2A'%20stroke-opacity='0.2'%20stroke-width='2.10674'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_ii_175_388'%20x='-14.0449'%20y='-14.0449'%20width='792.09'%20height='792.09'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dx='14.0449'%20dy='-14.0449'/%3e%3cfeGaussianBlur%20stdDeviation='14.0449'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='arithmetic'%20k2='-1'%20k3='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.729412%200%200%200%200%201%200%200%200%200%200.164706%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='shape'%20result='effect1_innerShadow_175_388'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dx='-14.0449'%20dy='14.0449'/%3e%3cfeGaussianBlur%20stdDeviation='14.0449'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='arithmetic'%20k2='-1'%20k3='1'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.729412%200%200%200%200%201%200%200%200%200%200.164706%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect1_innerShadow_175_388'%20result='effect2_innerShadow_175_388'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_175_388'%20x1='382'%20y1='0'%20x2='382'%20y2='764'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23BAFF2A'/%3e%3cstop%20offset='1'%20stop-color='%23709919'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"),url(/assets/Hero-background-left-DYBNdd_i.png),url(/assets/Hero-background-right-Cswu5f_L.png),url(/assets/Hero-background-center-60Q6doKd.png),url(/assets/Group%201000003912-WLa7M8fi.svg)!important;background-position:center 170%,left 100%,right 100%,center top,center 200%!important;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;background-size:70% auto,20% auto,20% auto,cover,cover;z-index:0}@media (max-width: 480px){.minimal-hero-section-industries .minimal-hero-section{-webkit-backdrop-filter:brightness(0);backdrop-filter:brightness(0);background-position:center 50%,left 100%,right 100%,center top!important;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;background-size:140% auto,60% auto,60% auto,cover}}.minimal-hero-section-industries .minimal-hero-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.minimal-hero-section-industries .minimal-hero-container{padding:0 1.5rem}}@media (max-width: 480px){.minimal-hero-section-industries .minimal-hero-container{padding:0 1rem}}.minimal-hero-section-industries .center-image-container{margin-bottom:1rem;margin-top:2rem}@media (max-width: 768px){.minimal-hero-section-industries .center-image-container{margin-bottom:2rem}}@media (max-width: 480px){.minimal-hero-section-industries .center-image-container{margin-bottom:1.5rem}}.minimal-hero-section-industries .center-image-container .center-image{width:80px;height:80px;object-fit:contain}@media (max-width: 768px){.minimal-hero-section-industries .center-image-container .center-image{width:70px;height:70px}}@media (max-width: 480px){.minimal-hero-section-industries .center-image-container .center-image{width:60px;height:60px}}.minimal-hero-section-industries .minimal-heading{font-size:3.5rem;font-weight:400;line-height:1.1;margin:0 0 1.5rem;background:linear-gradient(90deg,#dbdbdb,#636363);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.minimal-hero-section-industries .minimal-heading{font-size:3rem}}@media (max-width: 768px){.minimal-hero-section-industries .minimal-heading{font-size:2.5rem;margin-bottom:1.2rem}}@media (max-width: 480px){.minimal-hero-section-industries .minimal-heading{font-size:2rem;margin-bottom:1rem}}.minimal-hero-section-industries .minimal-heading .heading-line{display:block}.minimal-hero-section-industries .minimal-heading .heading-line:nth-child(2){color:var(--primary);background:none;-webkit-text-fill-color:var(--primary)}.minimal-hero-section-industries .minimal-subheading{font-size:1rem;line-height:1.6;color:#a0a0a0;margin:0 auto;max-width:800px}@media (max-width: 968px){.minimal-hero-section-industries .minimal-subheading{font-size:1.1rem}}@media (max-width: 768px){.minimal-hero-section-industries .minimal-subheading{font-size:1rem;max-width:400px}}@media (max-width: 480px){.minimal-hero-section-industries .minimal-subheading{font-size:.95rem;line-height:1.5}}.center-image-container,.minimal-heading,.minimal-subheading{will-change:transform,opacity}@media (hover: hover){.center-image{transition:transform .3s ease}}.industry-hero-section-industries{padding:4rem 0;background-color:#000;color:#fff;text-align:center;display:flex;max-width:1200px;margin:0 auto;align-items:center;justify-content:center}@media (max-width: 768px){.industry-hero-section-industries{padding:3rem 0;min-height:50vh}}.industry-hero-section-industries .industry-hero-container{margin:0 auto;padding:0 2rem}@media (max-width: 768px){.industry-hero-section-industries .industry-hero-container{padding:0 1.5rem}}@media (max-width: 480px){.industry-hero-section-industries .industry-hero-container{padding:0 1rem}}.industry-hero-section-industries .breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:2.5rem 0 4rem;flex-wrap:wrap}@media (max-width: 768px){.industry-hero-section-industries .breadcrumb{margin-bottom:2rem;gap:.4rem}}.industry-hero-section-industries .breadcrumb .breadcrumb-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;opacity:.8;transition:all .3s ease;cursor:pointer}.industry-hero-section-industries .breadcrumb .breadcrumb-item:hover{opacity:1;color:var(--primary);text-decoration:underline}.industry-hero-section-industries .breadcrumb .breadcrumb-item.active{color:var(--primary);opacity:1;font-weight:500}@media (max-width: 768px){.industry-hero-section-industries .breadcrumb .breadcrumb-item{font-size:.9rem}}@media (max-width: 480px){.industry-hero-section-industries .breadcrumb .breadcrumb-item{font-size:.85rem}}.industry-hero-section-industries .breadcrumb .breadcrumb-item .breadcrumb-icon{font-size:.9rem}@media (max-width: 768px){.industry-hero-section-industries .breadcrumb .breadcrumb-item .breadcrumb-icon{font-size:.85rem}}.industry-hero-section-industries .breadcrumb .breadcrumb-divider{opacity:.5;color:#666}@media (max-width: 480px){.industry-hero-section-industries .breadcrumb .breadcrumb-divider{font-size:.9rem}}.industry-hero-section-industries .card-hero{position:relative;width:100%!important;margin-top:2rem;height:500px;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #00000080}@media (max-width: 768px){.industry-hero-section-industries .card-hero{height:350px;border-radius:16px}}@media (max-width: 480px){.industry-hero-section-industries .card-hero{height:300px;border-radius:12px}}.industry-hero-section-industries .card-hero .card-background{position:absolute;top:0;left:0;width:100%;height:100%}.industry-hero-section-industries .card-hero .card-background .card-bg-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .8s ease}.industry-hero-section-industries .card-hero .card-background .card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000001a,#0000004d,#000000b3)}.industry-hero-section-industries .industry-heading{font-size:3.5rem;font-weight:400;line-height:1.2;margin:0 0 1.5rem}@media (max-width: 968px){.industry-hero-section-industries .industry-heading{font-size:2.8rem}}@media (max-width: 768px){.industry-hero-section-industries .industry-heading{font-size:2.4rem;margin-bottom:1.2rem}}@media (max-width: 480px){.industry-hero-section-industries .industry-heading{font-size:2rem;margin-bottom:1rem}}.industry-hero-section-industries .industry-subheading{font-size:1rem;line-height:1.6;color:#b3b3b3;margin:0 auto 2.5rem;max-width:1200px}@media (max-width: 968px){.industry-hero-section-industries .industry-subheading{font-size:1.2rem}}@media (max-width: 768px){.industry-hero-section-industries .industry-subheading{font-size:1.1rem;margin-bottom:2rem;max-width:500px}}@media (max-width: 480px){.industry-hero-section-industries .industry-subheading{font-size:1rem;margin-bottom:1.5rem;line-height:1.5}}.industry-hero-section-industries .industry-button{display:inline-flex;align-items:center;gap:.8rem;background:#fff!important;color:#000;border:none;padding:.9rem 2rem;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;margin-bottom:2rem;transition:all .3s ease}.industry-hero-section-industries .industry-button:hover{box-shadow:0 0 25px #baff2a66}.industry-hero-section-industries .industry-button:hover .button-icon{transform:translate(3px)}.industry-hero-section-industries .industry-button .button-icon{font-size:.9rem;transition:transform .3s ease}@media (max-width: 768px){.industry-hero-section-industries .industry-button{padding:.9rem 2rem;font-size:1rem}}@media (max-width: 480px){.industry-hero-section-industries .industry-button{padding:.8rem 1.8rem;font-size:.95rem}}.content-section{padding:5rem 0;background-color:#000;color:#fff}.content-section .content-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.content-section .content-container{padding:0 1.5rem}}@media (max-width: 480px){.content-section .content-container{padding:0 1rem}}.content-section .section-header{margin-bottom:2 rem}@media (max-width: 768px){.content-section .section-header{margin-bottom:3rem}}.content-section .section-header .section-capsule{padding:.8rem 1.25rem .8rem 3rem!important;font-size:1.1rem;font-weight:500!important;background:#2e323074!important;color:#b7b7b7!important;border:1px solid rgba(80,80,80,.287)!important;border-radius:10px!important;margin-bottom:1.5rem!important;cursor:pointer;transition:all .3s ease;background-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.94515%2024C9.85182%2024%209.75727%2023.9813%209.66699%2023.9424C9.35101%2023.8061%209.18011%2023.4612%209.26307%2023.1272L11.6408%2013.5564H5.23437C5.00248%2013.5564%204.7855%2013.4421%204.65439%2013.2508C4.52328%2013.0595%204.49497%2012.8159%204.57859%2012.5996L9.27835%200.449483C9.38312%200.178593%209.64365%200%209.93413%200H16.4011C16.6387%200%2016.8602%200.12%2016.9901%200.31903C17.1198%200.518061%2017.1403%200.769169%2017.0445%200.986621L14.2616%207.30347H19.7656C20.0228%207.30347%2020.2594%207.44386%2020.3827%207.66952C20.506%207.89517%2020.4962%208.17014%2020.3572%208.38651L10.5371%2023.6768C10.4043%2023.8836%2010.1785%2024%209.94515%2024Z'%20fill='url(%23paint0_linear_264_1268)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_264_1268'%20x1='12.5'%20y1='0'%20x2='12.5'%20y2='24'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='%23BAFF2A'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg%20width='75'%20height='21'%20viewBox='0%200%2075%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_f_264_1270)'%3e%3cellipse%20cx='34'%20cy='14'%20rx='29.5'%20ry='3'%20fill='%23BAFF2A'%20fill-opacity='0.7'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_264_1270'%20x='-6.5'%20y='0'%20width='81'%20height='28'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='5.5'%20result='effect1_foregroundBlur_264_1270'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e")!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.1rem 100%!important;background-size:28px,70px!important}.content-section .section-header .section-capsule:hover{background:#646cff33}@media (max-width: 768px){.content-section .section-header .section-capsule{padding:.5rem 1rem;font-size:.85rem}}.content-section .section-header .section-heading{font-size:3rem;font-weight:500;letter-spacing:2px;line-height:1.2;margin:2rem 0;background:linear-gradient(90deg,#dbdbdb,#636363);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.content-section .section-header .section-heading{font-size:2.2rem}}@media (max-width: 768px){.content-section .section-header .section-heading{font-size:2rem}}@media (max-width: 480px){.content-section .section-header .section-heading{font-size:1.8rem}}.content-section .cards-grid{display:flex;flex-direction:column;gap:2rem}@media (max-width: 768px){.content-section .cards-grid{gap:1.5rem}}.content-section .cards-grid .grid-row{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width: 768px){.content-section .cards-grid .grid-row{gap:1.5rem}}@media (max-width: 640px){.content-section .cards-grid .grid-row{grid-template-columns:1fr;gap:1rem}}.content-section .cards-grid .grid-row.single-card{grid-template-columns:1fr;justify-items:center}.content-section .cards-grid .grid-row.single-card .content-card{max-width:600px;margin:0 auto}.content-section .cards-grid .content-card{background:#111;padding:2rem;border-radius:16px;border:1px solid #222;transition:all .3s ease}.content-section .cards-grid .content-card:hover{border-color:var(--primary);box-shadow:0 10px 30px #baff2a1a}@media (max-width: 768px){.content-section .cards-grid .content-card{padding:1.5rem}}@media (max-width: 480px){.content-section .cards-grid .content-card{padding:1.2rem}}.content-section .cards-grid .content-card .card-content{font-size:1rem;line-height:1.6;opacity:.9;margin:0}@media (max-width: 768px){.content-section .cards-grid .content-card .card-content{font-size:.95rem}}@media (max-width: 480px){.content-section .cards-grid .content-card .card-content{font-size:.9rem}}.section-capsule,.section-heading,.content-card{will-change:transform,opacity}.vertical-cards-section{padding:5rem 0;background-color:#000;color:#fff}.vertical-cards-section .vertical-cards-container{max-width:1100px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.vertical-cards-section .vertical-cards-container{padding:0 1.5rem}}@media (max-width: 480px){.vertical-cards-section .vertical-cards-container{padding:0 1rem}}.vertical-cards-section .centered-capsule{padding:.8rem 1rem .8rem 3rem!important;font-size:1.1rem;font-weight:500!important;width:220px;margin:0 auto;background:#2e323074!important;color:#b7b7b7!important;border:1px solid rgba(80,80,80,.287)!important;border-radius:10px!important;margin-bottom:1.5rem!important;cursor:pointer;transition:all .3s ease;background-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.94515%2024C9.85182%2024%209.75727%2023.9813%209.66699%2023.9424C9.35101%2023.8061%209.18011%2023.4612%209.26307%2023.1272L11.6408%2013.5564H5.23437C5.00248%2013.5564%204.7855%2013.4421%204.65439%2013.2508C4.52328%2013.0595%204.49497%2012.8159%204.57859%2012.5996L9.27835%200.449483C9.38312%200.178593%209.64365%200%209.93413%200H16.4011C16.6387%200%2016.8602%200.12%2016.9901%200.31903C17.1198%200.518061%2017.1403%200.769169%2017.0445%200.986621L14.2616%207.30347H19.7656C20.0228%207.30347%2020.2594%207.44386%2020.3827%207.66952C20.506%207.89517%2020.4962%208.17014%2020.3572%208.38651L10.5371%2023.6768C10.4043%2023.8836%2010.1785%2024%209.94515%2024Z'%20fill='url(%23paint0_linear_264_1268)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_264_1268'%20x1='12.5'%20y1='0'%20x2='12.5'%20y2='24'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='%23BAFF2A'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg%20width='75'%20height='21'%20viewBox='0%200%2075%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_f_264_1270)'%3e%3cellipse%20cx='34'%20cy='14'%20rx='29.5'%20ry='3'%20fill='%23BAFF2A'%20fill-opacity='0.7'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_264_1270'%20x='-6.5'%20y='0'%20width='81'%20height='28'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='5.5'%20result='effect1_foregroundBlur_264_1270'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e")!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.1rem 100%!important;background-size:28px,70px!important}.vertical-cards-section .centered-capsule:hover{background:#646cff33}@media (max-width: 768px){.vertical-cards-section .centered-capsule{padding:.6rem 1.2rem;font-size:.9rem;margin-bottom:1.2rem}}.vertical-cards-section .section-heading{text-align:center;font-size:3rem;font-weight:400;line-height:1.2;margin:0 0 4rem;background:linear-gradient(90deg,#dbdbdb,#636363);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.vertical-cards-section .section-heading{font-size:2.2rem}}@media (max-width: 768px){.vertical-cards-section .section-heading{font-size:2rem;margin-bottom:3rem}}@media (max-width: 480px){.vertical-cards-section .section-heading{font-size:1.8rem;margin-bottom:2.5rem}}.vertical-cards-section .vertical-cards{display:flex;flex-direction:column;gap:3rem}@media (max-width: 768px){.vertical-cards-section .vertical-cards{gap:2.5rem}}.vertical-cards-section .process-card{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:center;background:#111;padding:.6rem;border-radius:12px;overflow:hidden;border:1px solid #222;transition:all .3s ease}.vertical-cards-section .process-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 15px 40px #baff2a1a}@media (max-width: 968px){.vertical-cards-section .process-card{gap:2rem}}@media (max-width: 768px){.vertical-cards-section .process-card{grid-template-columns:1fr;gap:0}}.vertical-cards-section .process-card .card-image{position:relative;border-radius:12px;height:300px;overflow:hidden}@media (max-width: 768px){.vertical-cards-section .process-card .card-image{height:250px}}.vertical-cards-section .process-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.vertical-cards-section .process-card .card-image .image-overlay{position:absolute;inset:0;background:linear-gradient(45deg,rgba(0,0,0,.7),transparent)}.vertical-cards-section .process-card .card-image .card-number{position:absolute;top:1.5rem;left:1.5rem;font-size:1rem!important;font-weight:700;color:#fff;opacity:.8}@media (max-width: 768px){.vertical-cards-section .process-card .card-image .card-number{font-size:2.5rem;top:1rem;left:1rem}}.vertical-cards-section .process-card .card-image:hover img{transform:scale(1.05)}.vertical-cards-section .process-card .card-content{padding:2rem 2rem 2rem 0}@media (max-width: 968px){.vertical-cards-section .process-card .card-content{padding:1.5rem}}@media (max-width: 768px){.vertical-cards-section .process-card .card-content{padding:2rem}}.vertical-cards-section .process-card .card-content .card-heading{font-size:1.4rem;font-weight:600;margin:0 0 1.5rem;display:flex;align-items:center;gap:.8rem}@media (max-width: 968px){.vertical-cards-section .process-card .card-content .card-heading{font-size:1.6rem}}@media (max-width: 768px){.vertical-cards-section .process-card .card-content .card-heading{font-size:1.5rem;flex-direction:column;align-items:flex-start;gap:.5rem}}.vertical-cards-section .process-card .card-content .card-heading .heading-number{color:#fff;font-size:1.4rem;letter-spacing:5px;font-weight:700}@media (max-width: 968px){.vertical-cards-section .process-card .card-content .card-heading .heading-number{font-size:1.8rem}}.vertical-cards-section .process-card .card-content .card-para{font-size:1rem;line-height:1.7;color:#979797;margin:0 0 1.2rem}.vertical-cards-section .process-card .card-content .card-para:last-child{margin-bottom:0}@media (max-width: 768px){.vertical-cards-section .process-card .card-content .card-para{font-size:1rem}}.results-delivered-section{padding:5rem 0;background-color:#000;color:#fff}.results-delivered-section .results-container{max-width:1000px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.results-delivered-section .results-container{padding:0 1.5rem}}@media (max-width: 480px){.results-delivered-section .results-container{padding:0 1rem}}.results-delivered-section .centered-capsule{padding:.8rem 1.25rem .8rem 3rem!important;font-size:1.1rem;font-weight:500!important;width:140px!important;background:#2e323074!important;color:#b7b7b7!important;border:1px solid rgba(80,80,80,.287)!important;border-radius:10px!important;margin-bottom:1.5rem!important;cursor:pointer;transition:all .3s ease;background-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.94515%2024C9.85182%2024%209.75727%2023.9813%209.66699%2023.9424C9.35101%2023.8061%209.18011%2023.4612%209.26307%2023.1272L11.6408%2013.5564H5.23437C5.00248%2013.5564%204.7855%2013.4421%204.65439%2013.2508C4.52328%2013.0595%204.49497%2012.8159%204.57859%2012.5996L9.27835%200.449483C9.38312%200.178593%209.64365%200%209.93413%200H16.4011C16.6387%200%2016.8602%200.12%2016.9901%200.31903C17.1198%200.518061%2017.1403%200.769169%2017.0445%200.986621L14.2616%207.30347H19.7656C20.0228%207.30347%2020.2594%207.44386%2020.3827%207.66952C20.506%207.89517%2020.4962%208.17014%2020.3572%208.38651L10.5371%2023.6768C10.4043%2023.8836%2010.1785%2024%209.94515%2024Z'%20fill='url(%23paint0_linear_264_1268)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_264_1268'%20x1='12.5'%20y1='0'%20x2='12.5'%20y2='24'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='%23BAFF2A'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg%20width='75'%20height='21'%20viewBox='0%200%2075%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_f_264_1270)'%3e%3cellipse%20cx='34'%20cy='14'%20rx='29.5'%20ry='3'%20fill='%23BAFF2A'%20fill-opacity='0.7'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_264_1270'%20x='-6.5'%20y='0'%20width='81'%20height='28'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='5.5'%20result='effect1_foregroundBlur_264_1270'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e")!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.1rem 100%!important;background-size:28px,70px!important}.results-delivered-section .centered-capsule:hover{background:#646cff33}@media (max-width: 768px){.results-delivered-section .centered-capsule{padding:.6rem 1.2rem;font-size:.9rem;margin-bottom:1.2rem}}.results-delivered-section .section-heading{text-align:center;font-size:3rem;font-weight:400;line-height:1.2;margin:0 0 4rem;background:linear-gradient(90deg,#dbdbdb,#636363);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.results-delivered-section .section-heading{font-size:2.2rem}}@media (max-width: 768px){.results-delivered-section .section-heading{font-size:2rem;margin-bottom:3rem}}@media (max-width: 480px){.results-delivered-section .section-heading{font-size:1.8rem;margin-bottom:2.5rem}}.results-delivered-section .results-grid{display:flex;flex-direction:column;gap:2.5rem}@media (max-width: 768px){.results-delivered-section .results-grid{gap:2rem}}.results-delivered-section .results-grid .results-row{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width: 768px){.results-delivered-section .results-grid .results-row{gap:1.5rem}}@media (max-width: 640px){.results-delivered-section .results-grid .results-row{grid-template-columns:1fr;gap:1.5rem}}.results-delivered-section .result-card{background:#111;padding:2rem;border-radius:16px;border:1px solid #222;transition:all .3s ease;display:flex;flex-direction:column;gap:1.5rem}.results-delivered-section .result-card:hover{border-color:var(--primary);box-shadow:0 10px 30px #baff2a1a}@media (max-width: 768px){.results-delivered-section .result-card{padding:1.5rem;gap:1.2rem}}@media (max-width: 480px){.results-delivered-section .result-card{padding:1.2rem;gap:1rem}}.results-delivered-section .result-card .card-image-row .result-icon{width:50px;height:50px;object-fit:contain}@media (max-width: 768px){.results-delivered-section .result-card .card-image-row .result-icon{width:45px;height:45px}}@media (max-width: 480px){.results-delivered-section .result-card .card-image-row .result-icon{width:40px;height:40px}}.results-delivered-section .result-card .card-content-row .result-description{font-size:1.05rem;line-height:1.6;opacity:.9;margin:0}@media (max-width: 968px){.results-delivered-section .result-card .card-content-row .result-description{font-size:1rem}}@media (max-width: 768px){.results-delivered-section .result-card .card-content-row .result-description{font-size:.95rem;line-height:1.5}}@media (max-width: 480px){.results-delivered-section .result-card .card-content-row .result-description{font-size:.9rem}}.centered-capsule,.section-heading,.result-card{will-change:transform,opacity}.icon-features-section{padding:5rem 0;background-color:#000;color:#fff}.icon-features-section .features-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.icon-features-section .features-container{padding:0 1.5rem}}@media (max-width: 480px){.icon-features-section .features-container{padding:0 1rem}}.icon-features-section .centered-capsule{padding:.8rem 1.25rem .8rem 3rem!important;font-size:.9rem;font-weight:500!important;margin:0 auto;width:160px!important;background:#2e323074!important;color:#b7b7b7!important;border:1px solid rgba(80,80,80,.287)!important;border-radius:10px!important;margin-bottom:1.5rem!important;cursor:pointer;transition:all .3s ease;background-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.94515%2024C9.85182%2024%209.75727%2023.9813%209.66699%2023.9424C9.35101%2023.8061%209.18011%2023.4612%209.26307%2023.1272L11.6408%2013.5564H5.23437C5.00248%2013.5564%204.7855%2013.4421%204.65439%2013.2508C4.52328%2013.0595%204.49497%2012.8159%204.57859%2012.5996L9.27835%200.449483C9.38312%200.178593%209.64365%200%209.93413%200H16.4011C16.6387%200%2016.8602%200.12%2016.9901%200.31903C17.1198%200.518061%2017.1403%200.769169%2017.0445%200.986621L14.2616%207.30347H19.7656C20.0228%207.30347%2020.2594%207.44386%2020.3827%207.66952C20.506%207.89517%2020.4962%208.17014%2020.3572%208.38651L10.5371%2023.6768C10.4043%2023.8836%2010.1785%2024%209.94515%2024Z'%20fill='url(%23paint0_linear_264_1268)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_264_1268'%20x1='12.5'%20y1='0'%20x2='12.5'%20y2='24'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='%23BAFF2A'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg%20width='75'%20height='21'%20viewBox='0%200%2075%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_f_264_1270)'%3e%3cellipse%20cx='34'%20cy='14'%20rx='29.5'%20ry='3'%20fill='%23BAFF2A'%20fill-opacity='0.7'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_264_1270'%20x='-6.5'%20y='0'%20width='81'%20height='28'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='5.5'%20result='effect1_foregroundBlur_264_1270'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e")!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.1rem 100%!important;background-size:28px,70px!important}.icon-features-section .centered-capsule:hover{background:#646cff33}@media (max-width: 768px){.icon-features-section .centered-capsule{padding:.6rem 1.2rem;font-size:.9rem;margin-bottom:1.2rem}}.icon-features-section .section-heading{text-align:center;font-size:3rem;font-weight:400;line-height:1.2;margin:0 0 4rem;background:linear-gradient(90deg,#dbdbdb,#636363);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.icon-features-section .section-heading{font-size:2.2rem}}@media (max-width: 768px){.icon-features-section .section-heading{font-size:2rem;margin-bottom:3rem}}@media (max-width: 480px){.icon-features-section .section-heading{font-size:1.8rem;margin-bottom:2.5rem}}.icon-features-section .features-grid{display:flex;max-width:900px;margin:0 auto;flex-wrap:wrap;justify-content:center;gap:3rem}@media (max-width: 1024px){.icon-features-section .features-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.icon-features-section .features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 480px){.icon-features-section .features-grid{grid-template-columns:1fr;gap:1.5rem}}.icon-features-section .feature-item{display:flex;flex-direction:row;align-items:center;text-align:center;border-radius:16px;gap:2rem;transition:all .3s ease;cursor:default}.icon-features-section .feature-item .feature-icon{transform:scale(1.1)}@media (max-width: 768px){.icon-features-section .feature-item{padding:1.5rem 1rem}}.icon-features-section .feature-item .feature-icon{width:20px;height:20px;margin-top:-10px}@media (max-width: 768px){.icon-features-section .feature-item .feature-icon{width:50px;height:50px;font-size:1.3rem;margin-bottom:1rem}}.icon-features-section .feature-item .feature-text{font-size:1.1rem;font-weight:500;line-height:1.4;color:#fff}@media (max-width: 768px){.icon-features-section .feature-item .feature-text{font-size:1rem}}@media (max-width: 480px){.icon-features-section .feature-item .feature-text{font-size:.95rem}}.centered-capsule,.section-heading,.feature-item{will-change:transform,opacity}@media (min-width: 1025px){.features-grid .feature-item:nth-child(5),.features-grid .feature-item:nth-child(6),.features-grid .feature-item:nth-child(7){grid-column:span 1}}@media (max-width: 1024px) and (min-width: 769px){.features-grid .feature-item:nth-child(7){grid-column:span 3;max-width:300px;margin:0 auto}}.industry-stages-section{padding:5rem 0;background-color:#000;color:#fff}.industry-stages-section .stages-container{max-width:1100px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;position:relative}@media (max-width: 768px){.industry-stages-section .stages-container{padding:0 1.5rem}}.industry-stages-section .stages-button{padding:.8rem 1.25rem .8rem 3rem!important;font-size:1.1rem;font-weight:500!important;margin:0 auto!important;width:170px!important;background:#2e323074!important;color:#b7b7b7!important;border:1px solid rgba(80,80,80,.287)!important;border-radius:10px!important;margin-bottom:1.5rem!important;transition:all .3s ease;background-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.94515%2024C9.85182%2024%209.75727%2023.9813%209.66699%2023.9424C9.35101%2023.8061%209.18011%2023.4612%209.26307%2023.1272L11.6408%2013.5564H5.23437C5.00248%2013.5564%204.7855%2013.4421%204.65439%2013.2508C4.52328%2013.0595%204.49497%2012.8159%204.57859%2012.5996L9.27835%200.449483C9.38312%200.178593%209.64365%200%209.93413%200H16.4011C16.6387%200%2016.8602%200.12%2016.9901%200.31903C17.1198%200.518061%2017.1403%200.769169%2017.0445%200.986621L14.2616%207.30347H19.7656C20.0228%207.30347%2020.2594%207.44386%2020.3827%207.66952C20.506%207.89517%2020.4962%208.17014%2020.3572%208.38651L10.5371%2023.6768C10.4043%2023.8836%2010.1785%2024%209.94515%2024Z'%20fill='url(%23paint0_linear_264_1268)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_264_1268'%20x1='12.5'%20y1='0'%20x2='12.5'%20y2='24'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='%23BAFF2A'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg%20width='75'%20height='21'%20viewBox='0%200%2075%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_f_264_1270)'%3e%3cellipse%20cx='34'%20cy='14'%20rx='29.5'%20ry='3'%20fill='%23BAFF2A'%20fill-opacity='0.7'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_264_1270'%20x='-6.5'%20y='0'%20width='81'%20height='28'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='5.5'%20result='effect1_foregroundBlur_264_1270'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e")!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.1rem 100%!important;background-size:28px,70px!important}.industry-stages-section .stages-button:hover{background:#646cff33}@media (max-width: 768px){.industry-stages-section .stages-button{padding:.9rem 2rem;font-size:1rem;margin-bottom:1.5rem}}.industry-stages-section .stages-heading{text-align:center;font-size:3rem;font-weight:400;margin:0 0 4rem;background:linear-gradient(90deg,#dbdbdb,#636363);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.industry-stages-section .stages-heading{font-size:2rem;margin-bottom:3rem}}@media (max-width: 480px){.industry-stages-section .stages-heading{font-size:1.8rem;margin-bottom:2.5rem}}.industry-stages-section .stages-timeline{position:relative;display:flex;flex-direction:column;gap:3rem}@media (max-width: 768px){.industry-stages-section .stages-timeline{gap:2.5rem}}.industry-stages-section .stages-timeline .timeline-line{position:absolute;left:40px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--primary),transparent);z-index:1}@media (max-width: 768px){.industry-stages-section .stages-timeline .timeline-line{left:20px}}.industry-stages-section .stage-card{display:flex;align-items:flex-start;gap:2rem;position:relative;z-index:2}@media (max-width: 768px){.industry-stages-section .stage-card{gap:1.5rem}}.industry-stages-section .stage-card .timeline-number{flex-shrink:0;width:80px;height:80px;display:flex;align-items:center;justify-content:center;position:relative}@media (max-width: 768px){.industry-stages-section .stage-card .timeline-number{width:60px;height:60px}}.industry-stages-section .stage-card .timeline-number .number{font-size:3.2rem;font-weight:400;color:var(--primary);background:#000;padding:.5rem;border-radius:50%;letter-spacing:3px;border:none;width:60px;height:60px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.industry-stages-section .stage-card .timeline-number .number{font-size:1.4rem;width:50px;height:50px}}.industry-stages-section .stage-card .card-content{flex:1;background:#111;padding:2rem;border-radius:16px;border:1px solid #222;transition:all .3s ease}.industry-stages-section .stage-card .card-content:hover{border-color:var(--primary);transform:translate(10px)}@media (max-width: 768px){.industry-stages-section .stage-card .card-content{padding:1.5rem}}.industry-stages-section .stage-card .card-content .stage-capsule{display:inline-block;background:#baff2a1a;color:var(--primary);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:400;margin-bottom:1rem;border:1px solid rgba(135,135,135,.373)}@media (max-width: 768px){.industry-stages-section .stage-card .card-content .stage-capsule{font-size:.85rem;padding:.4rem .8rem}}.industry-stages-section .stage-card .card-content .stage-subheading{font-size:1.3rem;font-weight:400;margin:0 0 .8rem;line-height:1.4}@media (max-width: 768px){.industry-stages-section .stage-card .card-content .stage-subheading{font-size:1.1rem}}.industry-stages-section .stage-card .card-content .stage-duration{font-size:.9rem;color:#a0a0a0;opacity:.8}@media (max-width: 768px){.industry-stages-section .stage-card .card-content .stage-duration{font-size:.85rem}}@media (max-width: 480px){.industry-stages-section{padding:3rem 0}.industry-stages-section .stage-card{flex-direction:column;align-items:flex-start;gap:1rem}.industry-stages-section .stage-card .timeline-number{margin-left:10px}.industry-stages-section .stage-card .card-content{margin-left:0;width:100%}.industry-stages-section .stage-card .card-content:hover{transform:translateY(-5px)}.industry-stages-section .stages-timeline .timeline-line{left:30px}}.stages-button,.stages-heading,.stage-card{will-change:transform,opacity}.case-study-hero{padding:4rem 0;background-color:#000;color:#fff;min-height:80vh;display:flex;align-items:center}.case-study-hero .case-study-container{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem}.case-study-hero .case-study-container .case-study-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 968px){.case-study-hero .case-study-container .case-study-grid{grid-template-columns:1fr;gap:3rem;text-align:center}}.case-study-hero .case-study-container .case-study-grid .content-column .case-study-heading{font-size:3.2rem;font-weight:700;line-height:1.2;margin-bottom:2.5rem;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.case-study-hero .case-study-container .case-study-grid .content-column .case-study-heading{font-size:2.5rem}}@media (max-width: 768px){.case-study-hero .case-study-container .case-study-grid .content-column .case-study-heading{font-size:2rem;margin-bottom:2rem}}@media (max-width: 480px){.case-study-hero .case-study-container .case-study-grid .content-column .case-study-heading{font-size:1.8rem}}.case-study-hero .case-study-container .case-study-grid .content-column .details-container{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2.5rem}@media (max-width: 968px){.case-study-hero .case-study-container .case-study-grid .content-column .details-container{align-items:center}}.case-study-hero .case-study-container .case-study-grid .content-column .details-container .detail-item{display:flex;align-items:center;gap:1rem}@media (max-width: 968px){.case-study-hero .case-study-container .case-study-grid .content-column .details-container .detail-item{justify-content:center}}@media (max-width: 480px){.case-study-hero .case-study-container .case-study-grid .content-column .details-container .detail-item{flex-direction:column;gap:.5rem;text-align:center}}.case-study-hero .case-study-container .case-study-grid .content-column .details-container .detail-item .detail-icon{color:var(--primary);font-size:1.2rem;display:flex;align-items:center}@media (max-width: 768px){.case-study-hero .case-study-container .case-study-grid .content-column .details-container .detail-item .detail-icon{font-size:1.1rem}}.case-study-hero .case-study-container .case-study-grid .content-column .details-container .detail-item .detail-text{font-size:1.1rem;font-weight:500;opacity:.9}@media (max-width: 768px){.case-study-hero .case-study-container .case-study-grid .content-column .details-container .detail-item .detail-text{font-size:1rem}}.case-study-hero .case-study-container .case-study-grid .content-column .case-study-capsule{display:inline-flex;align-items:center;gap:.8rem;background:var(--primary);color:#000;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}@media (max-width: 768px){.case-study-hero .case-study-container .case-study-grid .content-column .case-study-capsule{padding:.8rem 1.8rem;font-size:.9rem}}@media (max-width: 480px){.case-study-hero .case-study-container .case-study-grid .content-column .case-study-capsule{padding:.7rem 1.5rem}}.case-study-hero .case-study-container .case-study-grid .content-column .case-study-capsule .capsule-icon{font-size:.9rem;display:flex;align-items:center}.case-study-hero .case-study-container .case-study-grid .content-column .case-study-capsule .capsule-text{white-space:nowrap}.case-study-hero .case-study-container .case-study-grid .image-column{display:flex;justify-content:center}.case-study-hero .case-study-container .case-study-grid .image-column .case-study-image{width:100%;max-width:500px;height:auto;border-radius:20px;box-shadow:0 20px 40px #0006}@media (max-width: 968px){.case-study-hero .case-study-container .case-study-grid .image-column .case-study-image{max-width:400px}}@media (max-width: 480px){.case-study-hero .case-study-container .case-study-grid .image-column .case-study-image{border-radius:15px}}.image-cards-section{padding:5rem 0;background-color:#000;color:#fff}.image-cards-section .cards-container{max-width:1000px;margin:0 auto;padding:0 2rem}.image-cards-section .cards-container .section-header{text-align:center;margin-bottom:4rem}.image-cards-section .cards-container .section-header .section-heading{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1.5rem;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.image-cards-section .cards-container .section-header .section-heading{font-size:2rem}}@media (max-width: 480px){.image-cards-section .cards-container .section-header .section-heading{font-size:1.8rem}}.image-cards-section .cards-container .section-header .section-subheading{font-size:1.2rem;line-height:1.6;opacity:.8;max-width:600px;margin:0 auto}@media (max-width: 768px){.image-cards-section .cards-container .section-header .section-subheading{font-size:1.1rem}}@media (max-width: 480px){.image-cards-section .cards-container .section-header .section-subheading{font-size:1rem}}.image-cards-section .cards-container .cards-list{display:flex;flex-direction:column;gap:2rem}@media (max-width: 768px){.image-cards-section .cards-container .cards-list{gap:1.5rem}}.image-cards-section .cards-container .cards-list .image-card{display:flex;background:#111;border-radius:16px;overflow:hidden;border:1px solid #222;transition:all .3s ease}@media (max-width: 768px){.image-cards-section .cards-container .cards-list .image-card{flex-direction:column}}.image-cards-section .cards-container .cards-list .image-card:hover{border-color:var(--primary);box-shadow:0 10px 30px #baff2a1a}.image-cards-section .cards-container .cards-list .image-card:hover .card-image{transform:scale(1.05)}.image-cards-section .cards-container .cards-list .image-card .card-image-container{flex:0 0 25%;overflow:hidden}@media (max-width: 768px){.image-cards-section .cards-container .cards-list .image-card .card-image-container{flex:none;width:100%;height:200px}}.image-cards-section .cards-container .cards-list .image-card .card-image-container .card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}@media (max-width: 768px){.image-cards-section .cards-container .cards-list .image-card .card-image-container .card-image{height:100%}}.image-cards-section .cards-container .cards-list .image-card .card-content{flex:0 0 75%;padding:2rem;display:flex;flex-direction:column;justify-content:center}@media (max-width: 968px){.image-cards-section .cards-container .cards-list .image-card .card-content{padding:1.5rem}}@media (max-width: 768px){.image-cards-section .cards-container .cards-list .image-card .card-content{flex:none;width:100%}}.image-cards-section .cards-container .cards-list .image-card .card-content .card-heading{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:var(--primary)}@media (max-width: 968px){.image-cards-section .cards-container .cards-list .image-card .card-content .card-heading{font-size:1.3rem}}@media (max-width: 480px){.image-cards-section .cards-container .cards-list .image-card .card-content .card-heading{font-size:1.2rem}}.image-cards-section .cards-container .cards-list .image-card .card-content .card-subheading{font-size:1rem;line-height:1.6;opacity:.8;margin:0}@media (max-width: 968px){.image-cards-section .cards-container .cards-list .image-card .card-content .card-subheading{font-size:.95rem}}@media (max-width: 480px){.image-cards-section .cards-container .cards-list .image-card .card-content .card-subheading{font-size:.9rem}}.card-hero-section{padding:6rem 0 1rem;background-color:#000;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.card-hero-section{padding:2rem 1rem;min-height:400px}}.card-hero-container{max-width:1250px;width:100%;padding:0 2rem}@media (max-width: 768px){.card-hero-container{padding:0 1.5rem}}@media (max-width: 480px){.card-hero-container{padding:0 1rem}}.card-hero{position:relative;width:100%;min-height:500px;border-radius:12px!important;overflow:hidden;box-shadow:0 20px 40px #00000080}@media (max-width: 768px){.card-hero{height:350px;border-radius:16px}}@media (max-width: 480px){.card-hero{height:300px;border-radius:12px}}.card-hero .card-background{position:absolute;top:0;left:0;width:100%;height:100%}.card-hero .card-background .card-bg-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .8s ease}.card-hero .card-background .card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000001a,#0000004d,#000000b3)}.card-hero .card-content{position:relative;z-index:2;width:100%;height:100%!important;padding:2rem;min-height:500px;display:flex;justify-content:space-between;align-items:flex-end}@media (max-width: 768px){.card-hero .card-content{padding:1.5rem}}@media (max-width: 480px){.card-hero .card-content{padding:1rem}}.card-hero .card-content .card-heading{font-size:2.5rem;font-weight:400;line-height:1.1;max-width:70%;color:#fff;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.7)}@media (max-width: 968px){.card-hero .card-content .card-heading{font-size:2.2rem;max-width:500px}}@media (max-width: 768px){.card-hero .card-content .card-heading{font-size:1.8rem;max-width:400px}}@media (max-width: 480px){.card-hero .card-content .card-heading{font-size:1.5rem;line-height:1.2;max-width:300px}}.card-hero .card-content .card-capsule{background:#fff;color:#000;padding:.4rem 1rem;border-radius:50px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #0000004d}@media (max-width: 768px){.card-hero .card-content .card-capsule{padding:.6rem 1.2rem;font-size:.9rem}}@media (max-width: 480px){.card-hero .card-content .card-capsule{padding:.5rem 1rem;font-size:.8rem}}.card-hero:hover .card-bg-image{transform:scale(1.05)}.card-hero:hover .card-capsule{transform:translateY(-2px);box-shadow:0 6px 16px #0006}.card-capsule{transition:all .3s ease}.page-container{max-width:1200px;margin:0 auto;padding:0 2rem}.insight-details-section{padding:0rem 0 2rem;background-color:#000;color:#fff}.insight-details-section .insight-details-container{max-width:1250px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.insight-details-section .insight-details-container{padding:0 1.5rem}}@media (max-width: 480px){.insight-details-section .insight-details-container{padding:0 1rem}}.insight-details-section .green-block{background:var(--primary);color:#000;padding:2.5rem 5rem;border-radius:16px;margin-bottom:3rem;box-shadow:0 10px 30px #baff2a33}@media (max-width: 768px){.insight-details-section .green-block{padding:2rem;margin-bottom:2.5rem}}@media (max-width: 480px){.insight-details-section .green-block{padding:1.5rem;margin-bottom:2rem}}.insight-details-section .green-block .block-text{font-size:1.2rem;line-height:1.6;font-weight:500;margin:0;text-align:center}@media (max-width: 768px){.insight-details-section .green-block .block-text{font-size:1.1rem}}@media (max-width: 480px){.insight-details-section .green-block .block-text{font-size:1rem}}.insight-details-section .insight-paragraph{font-size:1rem;line-height:1.7;max-width:800px;margin:0 auto;color:#7d7d7d;opacity:.9;margin-bottom:2.5rem}@media (max-width: 768px){.insight-details-section .insight-paragraph{font-size:1rem;margin-bottom:2rem}}@media (max-width: 480px){.insight-details-section .insight-paragraph{font-size:.95rem;margin-bottom:1.5rem}}.insight-details-section .insight-paragraph.final-paragraph{margin-bottom:0}.insight-details-section .vertical-lists{display:flex;color:#b8b8b8;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;margin-bottom:3rem}@media (max-width: 768px){.insight-details-section .vertical-lists{gap:1.5rem;margin-bottom:2.5rem}}.insight-details-section .vertical-lists .list-item .list-label{font-size:1rem;color:#e1e1e1;font-weight:600;margin:0 0 1rem}@media (max-width: 768px){.insight-details-section .vertical-lists .list-item .list-label{font-size:1.2rem;margin-bottom:.8rem}}@media (max-width: 480px){.insight-details-section .vertical-lists .list-item .list-label{font-size:1.1rem}}.insight-details-section .vertical-lists .list-item .list-points{display:flex;flex-direction:column;gap:.8rem}.insight-details-section .vertical-lists .list-item .list-points .point{display:flex;align-items:flex-start;gap:.5rem;padding:.8rem 0}.insight-details-section .vertical-lists .list-item .list-points .point:last-child{border-bottom:none}.insight-details-section .vertical-lists .list-item .list-points .point .point-title{font-weight:400;margin-top:3px!important;color:#a3a3a3;min-width:100px;flex-shrink:0}@media (max-width: 480px){.insight-details-section .vertical-lists .list-item .list-points .point .point-title{min-width:90px;font-size:.95rem}}.insight-details-section .vertical-lists .list-item .list-points .point .point-text{opacity:.9;line-height:1.5;color:#7d7d7d!important;flex:1}@media (max-width: 480px){.insight-details-section .vertical-lists .list-item .list-points .point .point-text{font-size:.95rem}}.green-block,.insight-paragraph,.list-item{will-change:transform,opacity}.list-item:nth-child(1){animation-delay:.1s}.list-item:nth-child(2){animation-delay:.2s}.list-item:nth-child(3){animation-delay:.3s}.list-item:nth-child(4){animation-delay:.4s}.list-item:nth-child(5){animation-delay:.5s}.industry-hero-section-service{padding:4rem 0;background-color:#000;color:#fff;text-align:center;max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.industry-hero-section-service{padding:3rem 0;min-height:50vh}}.industry-hero-section-service .industry-hero-container{margin:0 auto;padding:0 2rem}@media (max-width: 768px){.industry-hero-section-service .industry-hero-container{padding:0 1.5rem}}@media (max-width: 480px){.industry-hero-section-service .industry-hero-container{padding:0 1rem}}.industry-hero-section-service .breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:2.5rem 0 4rem;flex-wrap:wrap}@media (max-width: 768px){.industry-hero-section-service .breadcrumb{margin-bottom:2rem;gap:.4rem}}.industry-hero-section-service .breadcrumb .breadcrumb-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;opacity:.8;transition:all .3s ease;cursor:pointer}.industry-hero-section-service .breadcrumb .breadcrumb-item:hover{opacity:1;color:var(--primary);text-decoration:underline}.industry-hero-section-service .breadcrumb .breadcrumb-item.active{color:var(--primary);opacity:1;font-weight:500}@media (max-width: 768px){.industry-hero-section-service .breadcrumb .breadcrumb-item{font-size:.9rem}}@media (max-width: 480px){.industry-hero-section-service .breadcrumb .breadcrumb-item{font-size:.85rem}}.industry-hero-section-service .breadcrumb .breadcrumb-item .breadcrumb-icon{font-size:.9rem}@media (max-width: 768px){.industry-hero-section-service .breadcrumb .breadcrumb-item .breadcrumb-icon{font-size:.85rem}}.industry-hero-section-service .breadcrumb .breadcrumb-divider{opacity:.5;color:#666}@media (max-width: 480px){.industry-hero-section-service .breadcrumb .breadcrumb-divider{font-size:.9rem}}.industry-hero-section-service .card-hero{position:relative;width:100%;margin-top:2rem;height:500px;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #00000080}@media (max-width: 768px){.industry-hero-section-service .card-hero{height:350px;border-radius:16px}}@media (max-width: 480px){.industry-hero-section-service .card-hero{height:300px;border-radius:12px}}.industry-hero-section-service .card-hero .card-background{position:absolute;top:0;left:0;width:100%;height:100%}.industry-hero-section-service .card-hero .card-background .card-bg-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .8s ease}.industry-hero-section-service .card-hero .card-background .card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000001a,#0000004d,#000000b3)}.industry-hero-section-service .industry-heading{font-size:3.5rem;font-weight:400;line-height:1.2;margin:0 0 1.5rem}@media (max-width: 968px){.industry-hero-section-service .industry-heading{font-size:2.8rem}}@media (max-width: 768px){.industry-hero-section-service .industry-heading{font-size:2.4rem;margin-bottom:1.2rem}}@media (max-width: 480px){.industry-hero-section-service .industry-heading{font-size:2rem;margin-bottom:1rem}}.industry-hero-section-service .industry-subheading{font-size:1rem;line-height:1.6;color:#b3b3b3;margin:0 auto 2.5rem;max-width:1200px}@media (max-width: 968px){.industry-hero-section-service .industry-subheading{font-size:1.2rem}}@media (max-width: 768px){.industry-hero-section-service .industry-subheading{font-size:1.1rem;margin-bottom:2rem;max-width:500px}}@media (max-width: 480px){.industry-hero-section-service .industry-subheading{font-size:1rem;margin-bottom:1.5rem;line-height:1.5}}.industry-hero-section-service .industry-button{display:inline-flex;align-items:center;gap:.8rem;background:#fff!important;color:#000;border:none;padding:.8rem 2rem!important;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;margin-bottom:2rem;transition:all .3s ease}.industry-hero-section-service .industry-button:hover{box-shadow:0 0 25px #baff2a66}.industry-hero-section-service .industry-button:hover .button-icon{transform:translate(3px)}.industry-hero-section-service .industry-button .button-icon{font-size:.9rem;transition:transform .3s ease}@media (max-width: 768px){.industry-hero-section-service .industry-button{padding:.9rem 2rem;font-size:1rem}}@media (max-width: 480px){.industry-hero-section-service .industry-button{padding:.8rem 1.8rem;font-size:.95rem}}.breadcrumb,.industry-heading,.industry-subheading,.industry-button{will-change:transform,opacity}.expandable-section{padding:5rem 0;background-color:#000;color:#fff}.expandable-section .expandable-container{max-width:1000px;margin:0 auto}@media (max-width: 768px){.expandable-section .expandable-container{padding:0 1.5rem}}@media (max-width: 480px){.expandable-section .expandable-container{padding:0 1rem}}.expandable-section .section-capsule{display:inline-block;background:#baff2a1a;color:var(--primary);padding:.7rem 1.5rem;border-radius:50px;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem}@media (max-width: 768px){.expandable-section .section-capsule{padding:.6rem 1.2rem;font-size:.9rem;margin-bottom:1.2rem}}.expandable-section .section-heading{font-size:3rem;font-weight:400;line-height:1.2;margin:0 0 2rem;background:linear-gradient(90deg,#dbdbdb,#000);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.expandable-section .section-heading{font-size:2.2rem}}@media (max-width: 768px){.expandable-section .section-heading{font-size:2rem;margin-bottom:1.5rem}}@media (max-width: 480px){.expandable-section .section-heading{font-size:1.8rem}}.expandable-section .section-paragraphs{margin-bottom:4rem}@media (max-width: 768px){.expandable-section .section-paragraphs{margin-bottom:3rem}}.expandable-section .section-paragraphs p{font-size:1.4rem;line-height:1.7;opacity:.9;margin:0 0 1.5rem}.expandable-section .section-paragraphs p:last-child{margin-bottom:0}@media (max-width: 768px){.expandable-section .section-paragraphs p{font-size:1rem}}@media (max-width: 480px){.expandable-section .section-paragraphs p{font-size:.95rem}}.expandable-section .section-paragraphs .first-para{margin-bottom:1.5rem}.expandable-section .section-paragraphs .second-para{opacity:.8}.expandable-section .cards-grid{display:flex;flex-direction:column;gap:1.5rem}.expandable-section .cards-grid .grid-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 768px){.expandable-section .cards-grid .grid-row{grid-template-columns:1fr;gap:1rem}}.expandable-section .expandable-card{background:#111;border-radius:12px;border:1px solid #222;overflow:hidden;transition:all .3s ease}.expandable-section .expandable-card.open{border-color:var(--primary)}.expandable-section .expandable-card.open .card-title{color:var(--primary)}.expandable-section .expandable-card .card-header{display:flex;align-items:center;padding:1.5rem;cursor:pointer;gap:1rem}@media (max-width: 480px){.expandable-section .expandable-card .card-header{padding:1.2rem;gap:.8rem}}.expandable-section .expandable-card .card-header .card-number{color:var(--primary);font-size:1.2rem;font-weight:600;min-width:30px}@media (max-width: 480px){.expandable-section .expandable-card .card-header .card-number{font-size:1.1rem}}.expandable-section .expandable-card .card-header .card-title{font-size:1.1rem;font-weight:600;margin:0;flex:1;transition:color .3s ease}@media (max-width: 480px){.expandable-section .expandable-card .card-header .card-title{font-size:1rem}}.expandable-section .expandable-card .card-header .toggle-button{background:transparent;border:none;color:#fff;font-size:1rem;font-weight:300;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .3s ease}.expandable-section .expandable-card .card-header .toggle-button:hover{background:#baff2a1a;color:var(--primary)}.expandable-section .expandable-card .card-content{overflow:hidden}.expandable-section .expandable-card .card-content .card-description{padding:0 1.5rem 1.5rem;margin:0;font-size:1rem;line-height:1.6;opacity:.9}@media (max-width: 480px){.expandable-section .expandable-card .card-content .card-description{padding:0 1.2rem 1.2rem;font-size:.95rem}}.section-capsule,.section-heading,.section-paragraphs,.expandable-card{will-change:transform,opacity}.vertical-cards-section-service{padding:5rem 0;background-color:#0f0f0f;color:#fff}.vertical-cards-section-service .vertical-cards-container{max-width:1050px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.vertical-cards-section-service .vertical-cards-container{padding:0 1.5rem}}@media (max-width: 480px){.vertical-cards-section-service .vertical-cards-container{padding:0 1rem}}.vertical-cards-section-service .centered-capsule{padding:.8rem 0rem .8rem 3.5rem!important;font-size:.9rem!important;font-weight:500!important;margin:0 auto;width:180px;background:#2e323074!important;color:#b7b7b7!important;border:1px solid rgba(80,80,80,.287)!important;border-radius:10px!important;margin-bottom:1.5rem;cursor:pointer;transition:all .3s ease;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAQCSURBVHgBjVU7byNVFP7O2JtNKhxECXhMBwKRlCuKtfkDCQgJUSVuaMlSUNCwkRAgmkBBQbVJtQVFLF6ii7eB0oZmC6T1rGB3K4iD1s95HL4zd8YeOwvytUb33vO85zsPAyssVa3EGp6rRkmiobpv2jP6KvoeVlqPX00wqkQYSoKxxhhpgkk1In0V7fIyYaSPfEDOeAx4awLr1QkGN0nLReyg7qgHA32wOYXXXQduCcRXjBobUguKNqV4Ode7/ho2zihcVag4AdH8vKyoeNLSYIpxY1NeDC45OdeO72HdHPhCdf0fo7ljp5w/QkwmFUmQ3F8D6hvy0n0U4SJjVzBmuKlgqp8dciNtD14rgVx4UEaabJG9g4WInDPufohSnYeThUhs/aU/dyiw5YxL/uo2T81NuRYsBcfof/Fj5oJPrJu8xS/u13tarr2Qyy1UV4JBO8aY+wisJLCKjinceJIDW0Z/hnxW3DFl4SrP9IYnRbkFJxEmu1HqwBxNggH+uWH0R/r9Hr+/H+oPVXc/9R/qd50H+m0Kl8nRSUDjYro8H/T0dNZD0tPbfhneESEhxp5vicx4zWflrRPjX0G5Z/QE8ZvPy9utP/Q24SmfuaSHrz8n77T/1G8OqHOU54ivp47+ytzdLHuI9kjcSWZlalXjMezyHbuVEB7FCPPq8h2sEZswTNGn3kcktUM8Pi6hdJTlUyNoDam8dMuGvZXEUomiJu8Gdmbodc3J0J3f9atKjMH1eWkg7fqaNPv39OtCX6V8TohYzIl4hSKTOVzInBR7xqroOiOZVVKxUS3xrn9SG2IyjNSgS2cRXHWku5jje/px1TkZd+b8sRovzmaYnRXjlsnd1U99xzNZKwCbbyNyplpmFZ3wKRV6tOaqu8Spmdzn8TDE+H2+l5NAnzJUZ53qYunzO3SPGda9QrFSjkmXOyU25EIz/qYfnJtDBwX6EcLatnzR7+iHW1cQnVri5zAhYIE0X5HP2h098EtYO7NOd82I4GX5vJbb9ZbwP44yaLizzqNbRt+WT7ohRod8rVqzZo16aA6c5pQVOPSTlGf6k1bR7sxJR/cJ2XCXn2GffjRYmSd1YHdJXG4MHp1DM60k2aRweR3smL2cPxuQIaa7RNsmMCsEsjTWwPFNYUl5c5kZAstTm1DpHvcvF5wMMGxdhbxHRLfc5J1N7iwSg2JmWAqTIYUPi23QvYr45BJcDWn1J9AGIenmJWv4z187zGBKIWF5Dgr9MelnOqSPzUFjm/YuwZU7OtN6g2V3yisV0Zxz00iyF+vCH+MUyQ0PkwsSqzH0jdfkx37R7qX/+Ia0TaCxTGe/pIU7x1ALOj8F3PbxH6uMFRc7m42XzBLOHrlYVfdfdqBMSg/lv9wAAAAASUVORK5CYII=),url("data:image/svg+xml,%3csvg%20width='75'%20height='21'%20viewBox='0%200%2075%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_f_264_1270)'%3e%3cellipse%20cx='34'%20cy='14'%20rx='29.5'%20ry='3'%20fill='%23BAFF2A'%20fill-opacity='0.7'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_264_1270'%20x='-6.5'%20y='0'%20width='81'%20height='28'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='5.5'%20result='effect1_foregroundBlur_264_1270'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e")!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.4rem 100%!important;background-size:25px,40px!important}.vertical-cards-section-service .centered-capsule:hover{background:#646cff33}@media (max-width: 768px){.vertical-cards-section-service .centered-capsule{padding:.6rem 1.2rem;font-size:.9rem;margin-bottom:1.2rem}}.vertical-cards-section-service .section-heading{text-align:center;font-size:3rem;font-weight:400;line-height:1.2;margin:0 0 4rem;background:linear-gradient(90deg,#dbdbdb,#6e6e6e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.vertical-cards-section-service .section-heading{font-size:2.2rem}}@media (max-width: 768px){.vertical-cards-section-service .section-heading{font-size:2rem;margin-bottom:3rem}}@media (max-width: 480px){.vertical-cards-section-service .section-heading{font-size:1.8rem;margin-bottom:2.5rem}}.vertical-cards-section-service .vertical-cards{display:flex;flex-direction:column;gap:3rem}@media (max-width: 768px){.vertical-cards-section-service .vertical-cards{gap:2.5rem}}.vertical-cards-section-service .process-card{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:center;background:#242424d2;border-radius:12px;padding:.6rem;overflow:hidden;border:1px solid #222;transition:all .3s ease}.vertical-cards-section-service .process-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 15px 40px #baff2a1a}@media (max-width: 968px){.vertical-cards-section-service .process-card{gap:2rem}}@media (max-width: 768px){.vertical-cards-section-service .process-card{grid-template-columns:1fr;gap:0}}.vertical-cards-section-service .process-card .card-image{position:relative;height:300px;border-radius:12px;overflow:hidden}@media (max-width: 768px){.vertical-cards-section-service .process-card .card-image{height:250px}}.vertical-cards-section-service .process-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.vertical-cards-section-service .process-card .card-image .image-overlay{position:absolute;inset:0;background:linear-gradient(45deg,rgba(0,0,0,.7),transparent)}.vertical-cards-section-service .process-card .card-image .card-number{position:absolute;top:1.5rem;left:1.5rem;font-size:3rem;font-weight:400!important;color:#fff!important;opacity:.8}@media (max-width: 768px){.vertical-cards-section-service .process-card .card-image .card-number{font-size:2.5rem;top:1rem;left:1rem}}.vertical-cards-section-service .process-card .card-image:hover img{transform:scale(1.05)}.vertical-cards-section-service .process-card .card-content{padding:2rem 2rem 2rem 0}@media (max-width: 968px){.vertical-cards-section-service .process-card .card-content{padding:1.5rem}}@media (max-width: 768px){.vertical-cards-section-service .process-card .card-content{padding:2rem}}.vertical-cards-section-service .process-card .card-content .card-heading{font-size:1.5rem;font-weight:400;margin:0 0 1.5rem;display:flex;align-items:center;gap:.8rem}@media (max-width: 968px){.vertical-cards-section-service .process-card .card-content .card-heading{font-size:1.6rem}}@media (max-width: 768px){.vertical-cards-section-service .process-card .card-content .card-heading{font-size:1.5rem;flex-direction:column;align-items:flex-start;gap:.5rem}}.vertical-cards-section-service .process-card .card-content .card-heading .heading-number{color:#fff;font-size:1.5rem;font-weight:400}@media (max-width: 968px){.vertical-cards-section-service .process-card .card-content .card-heading .heading-number{font-size:1.8rem}}.vertical-cards-section-service .process-card .card-content .card-list{list-style:none;padding:0;margin:.5rem 0}.vertical-cards-section-service .process-card .card-content .card-list li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:.75rem;color:var(--primary);line-height:.75rem}.vertical-cards-section-service .process-card .card-content .card-list li:before{content:"•- ";position:absolute;left:-10px;color:var(--primary);font-weight:700;font-size:1.2rem}.vertical-cards-section-service .process-card .card-content .card-para{font-size:.9rem;line-height:1.7;color:#dbdbdb;margin:0 0 1.2rem}.vertical-cards-section-service .process-card .card-content .card-para:last-child{margin-bottom:0}@media (max-width: 768px){.vertical-cards-section-service .process-card .card-content .card-para{font-size:1rem}}.centered-capsule,.section-heading,.process-card{will-change:transform,opacity}.results-delivered-section-service{padding:5rem 0;background-color:#000;color:#fff}.results-delivered-section-service .results-container{max-width:1100px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.results-delivered-section-service .results-container{padding:0 1.5rem}}@media (max-width: 480px){.results-delivered-section-service .results-container{padding:0 1rem}}.results-delivered-section-service .centered-capsule{padding:.8rem .3rem .8rem 3.5rem!important;font-size:.9rem!important;font-weight:500!important;margin:0 auto;width:170px;background:#2e323074!important;color:#b7b7b7!important;border:1px solid rgba(80,80,80,.287)!important;border-radius:10px!important;margin-bottom:1.5rem;border:1px solid red;cursor:pointer;transition:all .3s ease;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.4844%2016.3596L19.6412%2017.4842L20.766%2018.3281H18.2283C17.9139%2017.1183%2016.8226%2016.2188%2015.5156%2016.2188H8.48438C7.17737%2016.2188%206.08606%2017.1183%205.77167%2018.3281H4.21875C2.66766%2018.3281%201.40625%2017.0667%201.40625%2015.5156C1.40625%2013.9645%202.66766%2012.7031%204.21875%2012.7031H5.77167C6.08606%2013.9129%207.17737%2014.8125%208.48438%2014.8125H15.5156C16.8226%2014.8125%2017.9139%2013.9129%2018.2283%2012.7031H19.7812C22.1076%2012.7031%2024%2010.8107%2024%208.48438C24%206.15802%2022.1076%204.26562%2019.7812%204.26562H18.2283C17.9139%203.05585%2016.8226%202.15625%2015.5156%202.15625H8.48438C7.17737%202.15625%206.08606%203.05585%205.77167%204.26562H5.15625L2.53088%202.29706L1.68787%203.42169L2.81268%204.26562H0V5.67188H2.81268L1.68787%206.51581L2.53088%207.64044L5.15625%205.67188H5.77167C6.08606%206.88165%207.17737%207.78125%208.48438%207.78125H15.5156C16.8226%207.78125%2017.9139%206.88165%2018.2283%205.67188H19.7812C21.3323%205.67188%2022.5938%206.93329%2022.5938%208.48438C22.5938%2010.0355%2021.3323%2011.2969%2019.7812%2011.2969H18.2283C17.9139%2010.0871%2016.8226%209.1875%2015.5156%209.1875H8.48438C7.17737%209.1875%206.08606%2010.0871%205.77167%2011.2969H4.21875C1.8924%2011.2969%200%2013.1893%200%2015.5156C0%2017.842%201.8924%2019.7344%204.21875%2019.7344H5.77167C6.08606%2020.9442%207.17737%2021.8438%208.48438%2021.8438H15.5156C16.8226%2021.8438%2017.9139%2020.9442%2018.2283%2019.7344H20.766L19.6412%2020.5783L20.4844%2021.7029L24%2019.0312L20.4844%2016.3596Z'%20fill='url(%23paint0_linear_288_1279)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_288_1279'%20x1='12'%20y1='2.15625'%20x2='12'%20y2='21.8438'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='%23BAFF2A'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg%20width='75'%20height='21'%20viewBox='0%200%2075%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_f_264_1270)'%3e%3cellipse%20cx='34'%20cy='14'%20rx='29.5'%20ry='3'%20fill='%23BAFF2A'%20fill-opacity='0.7'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_264_1270'%20x='-6.5'%20y='0'%20width='81'%20height='28'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='5.5'%20result='effect1_foregroundBlur_264_1270'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e")!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.4rem 100%!important;background-size:25px,40px!important}.results-delivered-section-service .centered-capsule:hover{background:#646cff33}@media (max-width: 768px){.results-delivered-section-service .centered-capsule{padding:.6rem 1.2rem;font-size:.9rem;margin-bottom:1.2rem}}.results-delivered-section-service .section-heading{text-align:center;font-size:2.5rem;font-weight:400;line-height:1.2;margin:0 0 4rem;background:linear-gradient(90deg,#dbdbdb,#636363);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.results-delivered-section-service .section-heading{font-size:2.2rem}}@media (max-width: 768px){.results-delivered-section-service .section-heading{font-size:2rem;margin-bottom:3rem}}@media (max-width: 480px){.results-delivered-section-service .section-heading{font-size:1.8rem;margin-bottom:2.5rem}}.results-delivered-section-service .results-grid{display:flex;flex-direction:column;gap:2.5rem}@media (max-width: 768px){.results-delivered-section-service .results-grid{gap:2rem}}.results-delivered-section-service .results-grid .results-row{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width: 768px){.results-delivered-section-service .results-grid .results-row{gap:1.5rem}}@media (max-width: 640px){.results-delivered-section-service .results-grid .results-row{grid-template-columns:1fr;gap:1.5rem}}.results-delivered-section-service .result-card-service{background:#111;padding:2rem;border-radius:16px;border:1px solid #222;transition:all .3s ease;position:relative;display:flex;flex-direction:column;gap:1.5rem}.results-delivered-section-service .result-card-service:hover{border-color:var(--primary);box-shadow:0 10px 30px #baff2a1a}@media (max-width: 768px){.results-delivered-section-service .result-card-service{padding:1.5rem;gap:1.2rem}}@media (max-width: 480px){.results-delivered-section-service .result-card-service{padding:1.2rem;gap:1rem}}.results-delivered-section-service .result-card-service .card-image-row{font-size:3.5rem;color:var(--primary)}.results-delivered-section-service .result-card-service .card-image-row .result-icon{width:50px;height:50px;object-fit:contain}@media (max-width: 768px){.results-delivered-section-service .result-card-service .card-image-row .result-icon{width:45px;height:45px}}@media (max-width: 480px){.results-delivered-section-service .result-card-service .card-image-row .result-icon{width:40px;height:40px}}.results-delivered-section-service .result-card-service .card-content-row .result-description{font-size:1.4rem;line-height:1.6;color:#fdfdfd;margin:0}@media (max-width: 968px){.results-delivered-section-service .result-card-service .card-content-row .result-description{font-size:1rem}}@media (max-width: 768px){.results-delivered-section-service .result-card-service .card-content-row .result-description{font-size:.95rem;line-height:1.5}}@media (max-width: 480px){.results-delivered-section-service .result-card-service .card-content-row .result-description{font-size:.9rem}}.results-delivered-section-service .result-card-service .result-description{color:#888;font-size:.8rem;line-height:1.3}.results-delivered-section-service .result-card-service:after{content:"";position:absolute;top:2rem;right:2rem;z-index:2;width:24px;height:24px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAKCAYAAACuaZ5oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADHSURBVHgBtZExDoJAEEX/rEZbSzu1MeAJ7NSGkFjoETyCN1Bv4BG4gaUhxEQ7Sm2k8BKUxAS+SwsCCYSXbLKZ+TN/MiPQuDS3Atkgz8OSt4MGiMfZgcCxWMK7JcEKNVG6+b5cIssbzRHqGug3qBJ9wQlqotAyrRt00QCP5pwQoyhPdPzUIETFHRLEYTZ24XiQQGyUEg9VAp7KRXDW8nlmg3qiSFtHZYUEI0k/Vxq7DtQCucn5siU4FzVwOTVi4O+KFLpRHz3/B9wkNi3nOs5mAAAAAElFTkSuQmCC);background-size:contain;background-repeat:no-repeat}.centered-capsule,.section-heading,.result-card-service{will-change:transform,opacity}.webinar-listing-hero{padding:4rem 0;background-color:#000;color:#fff;min-height:80vh;display:flex;align-items:center}.webinar-listing-hero .webinar-listing-container{max-width:1000px;width:100%;margin:0 auto;padding:0 2rem}.webinar-listing-hero .webinar-listing-container .webinar-listing-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 968px){.webinar-listing-hero .webinar-listing-container .webinar-listing-grid{grid-template-columns:1fr;gap:3rem;text-align:center}}.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-badge{display:inline-flex;align-items:center;gap:.7rem;background:#baff2a1a;color:var(--primary);border:1px solid rgba(186,255,42,.3);padding:.7rem 1.5rem;border-radius:50px;font-size:.95rem;font-weight:500;margin-bottom:2rem}.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-badge .badge-icon{font-size:.9rem;display:flex;align-items:center}@media (max-width: 768px){.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-badge{padding:.6rem 1.2rem;font-size:.9rem}}.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-title{font-size:3rem;font-weight:700;line-height:1.2;margin:0 0 1.5rem;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-title{font-size:2.5rem}}@media (max-width: 768px){.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-title{font-size:2.2rem;margin-bottom:1.5rem}}@media (max-width: 480px){.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-title{font-size:1.8rem}}.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-stats{display:flex;gap:1.5rem;margin-bottom:1.5rem}@media (max-width: 768px){.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-stats{justify-content:center;flex-wrap:wrap}}@media (max-width: 480px){.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-stats{flex-direction:column;gap:1rem;align-items:center}}.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-stats .stat-item{display:flex;align-items:center;gap:.5rem;background:#baff2a1a;color:var(--primary);padding:.6rem 1.2rem;border-radius:50px;font-size:.9rem;font-weight:500}.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-stats .stat-item .stat-icon{font-size:.8rem;display:flex;align-items:center}@media (max-width: 768px){.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-stats .stat-item{padding:.5rem 1rem;font-size:.85rem}}.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-description{font-size:1.1rem;line-height:1.7;opacity:.9;margin-bottom:2.5rem}@media (max-width: 768px){.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-description{font-size:1rem;margin-bottom:2rem}}.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-button{display:inline-flex;align-items:center;gap:.8rem;background:var(--primary);color:#000;border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-button:hover{box-shadow:0 0 25px #baff2a66}.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-button:hover .button-icon{transform:translate(3px)}.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-button .button-icon{font-size:.9rem;transition:transform .3s ease}@media (max-width: 768px){.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-button{padding:.9rem 2rem;font-size:.95rem}}.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .image-column{display:flex;justify-content:center}.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .image-column .webinar-image{width:100%;max-width:500px;height:auto;border-radius:20px;box-shadow:0 20px 40px #0006}@media (max-width: 968px){.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .image-column .webinar-image{max-width:400px}}@media (max-width: 480px){.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .image-column .webinar-image{border-radius:15px}}.webinar-section{padding:5rem 0;background-color:#000;color:#fff}.webinar-section .container{max-width:1000px;margin:0 auto}.webinar-section .section-header{text-align:center;margin-bottom:3rem}.webinar-section .section-header .section-badge{background:#baff2a1a;color:var(--primary);border:1px solid rgba(186,255,42,.3);padding:.5rem 1.2rem;border-radius:50px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;cursor:default}.webinar-section .section-header h2{font-size:2.5rem;font-weight:700;margin:0 0 1rem;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.webinar-section .section-header .subheading{font-size:1.1rem;opacity:.8;line-height:1.6;max-width:600px;margin:0 auto}@media (max-width: 768px){.webinar-section .section-header .subheading{font-size:1rem}}.webinar-section .webinar-switch{display:flex;justify-content:center;margin-bottom:3rem;gap:1rem}@media (max-width: 480px){.webinar-section .webinar-switch{flex-direction:column;align-items:center}}.webinar-section .webinar-switch .switch-button{display:flex;align-items:center;gap:.5rem;background:transparent;color:#fff;border:1px solid #333;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.webinar-section .webinar-switch .switch-button:hover{border-color:var(--primary);background:#baff2a1a}.webinar-section .webinar-switch .switch-button.active{background:var(--primary);color:#000;border-color:var(--primary)}.webinar-section .webinar-switch .switch-button .switch-icon{font-size:.9rem}@media (max-width: 480px){.webinar-section .webinar-switch .switch-button{width:100%;max-width:250px;justify-content:center}}.webinar-section .webinar-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width: 768px){.webinar-section .webinar-grid{grid-template-columns:1fr;gap:1.5rem}}.webinar-section .webinar-card{background:#111;border-radius:16px;overflow:hidden;border:1px solid #222;transition:all .3s ease}.webinar-section .webinar-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px #baff2a1a}.webinar-section .webinar-card .card-image{width:100%;height:200px;overflow:hidden}.webinar-section .webinar-card .card-content{padding:1.5rem}.webinar-section .webinar-card .card-content h3{font-size:1.3rem;font-weight:600;margin:0 0 .8rem;color:#fff}@media (max-width: 768px){.webinar-section .webinar-card .card-content h3{font-size:1.2rem}}.webinar-section .webinar-card .card-content .subheading{font-size:.95rem;line-height:1.5;opacity:.8;margin:0 0 1.2rem}@media (max-width: 768px){.webinar-section .webinar-card .card-content .subheading{font-size:.9rem}}.webinar-section .webinar-card .card-content .details-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.webinar-section .webinar-card .card-content .details-row .detail-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;opacity:.7}.webinar-section .webinar-card .card-content .details-row .detail-item .icon{color:var(--primary);font-size:.8rem}.webinar-section .webinar-card .card-content .speaker-row{display:flex;justify-content:space-between;align-items:center}@media (max-width: 480px){.webinar-section .webinar-card .card-content .speaker-row{flex-direction:column;gap:1rem;align-items:flex-start}}.webinar-section .webinar-card .card-content .speaker-row .speaker-info .speaker-name{font-weight:600;font-size:.95rem;color:var(--primary)}.webinar-section .webinar-card .card-content .speaker-row .speaker-info .speaker-desc{font-size:.85rem;opacity:.7}.webinar-section .webinar-card .card-content .speaker-row .register-btn{background:var(--primary);color:#000;border:none;padding:.7rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.webinar-section .webinar-card .card-content .speaker-row .register-btn:hover{background:#a0e02a;transform:translateY(-2px)}.webinar-detail-hero{padding:3rem 0 2rem;background-color:#000;color:#fff}.webinar-detail-hero .webinar-detail-container{max-width:1000px;width:100%;margin:3rem auto;padding:0 2rem}.webinar-detail-hero .webinar-detail-container .webinar-content{margin-bottom:2.5rem}.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-bottom:2rem}@media (max-width: 768px){.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header{grid-template-columns:1fr;gap:1.5rem;text-align:center}}.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-title{font-size:2.8rem;font-weight:700;line-height:1.2;margin:0;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-title{font-size:2.3rem}}@media (max-width: 768px){.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-title{font-size:2rem}}@media (max-width: 480px){.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-title{font-size:1.7rem}}.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-details{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:.8rem;min-width:160px}@media (max-width: 768px){.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-details{flex-direction:row;justify-content:center;flex-wrap:wrap}}.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-details .detail-item{display:flex;align-items:center;gap:.7rem;background:#111;padding:.3rem .8rem;border-radius:50px;border:1px solid #222}@media (max-width: 768px){.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-details .detail-item{padding:.6rem 1rem}}.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-details .detail-item .detail-icon{color:var(--primary);font-size:.9rem;display:flex;align-items:center}.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-details .detail-item .detail-text{font-size:.95rem;font-weight:500;white-space:nowrap}@media (max-width: 768px){.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-details .detail-item .detail-text{font-size:.9rem}}.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-description p{font-size:1.1rem;line-height:1.7;opacity:.9;margin:0}@media (max-width: 768px){.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-description p{font-size:1rem;text-align:center}}.webinar-detail-hero .webinar-detail-container .webinar-content .register-button{display:inline-flex;align-items:center;gap:.8rem;background:var(--primary);color:#000;border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.webinar-detail-hero .webinar-detail-container .webinar-content .register-button:hover{box-shadow:0 0 25px #baff2a66}.webinar-detail-hero .webinar-detail-container .webinar-content .register-button .button-icon{font-size:.9rem;transition:transform .3s ease}.webinar-detail-hero .webinar-detail-container .webinar-content .register-button:hover .button-icon{transform:translate(3px)}@media (max-width: 768px){.webinar-detail-hero .webinar-detail-container .webinar-content .register-button{width:100%;justify-content:center;padding:.9rem 2rem}}.webinar-detail-hero .webinar-detail-container .webinar-image-container{width:100%;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0006}.webinar-detail-hero .webinar-detail-container .webinar-image-container .webinar-image{margin-top:2rem;width:100%;height:auto;object-fit:cover;transition:transform .5s ease}.webinar-detail-hero .webinar-detail-container .webinar-image-container .webinar-image:hover{transform:scale(1.02)}.two-column-layout{padding:3rem 0;background-color:#000;color:#fff}.two-column-layout .layout-container{max-width:1000px;margin:0 auto;padding:0 2rem}.two-column-layout .layout-container .main-grid{display:grid;grid-template-columns:60% 40%;gap:3rem;margin-bottom:3rem}@media (max-width: 968px){.two-column-layout .layout-container .main-grid{grid-template-columns:1fr;gap:2rem}}.two-column-layout .layout-container .left-column{display:flex;flex-direction:column;gap:2.5rem}.two-column-layout .layout-container .left-column .content-block{background:#111;padding:1.5rem}.two-column-layout .layout-container .left-column .content-block h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.two-column-layout .layout-container .left-column .content-block h2{font-size:1.7rem}}.two-column-layout .layout-container .left-column .content-block .content-para{font-size:1.1rem;line-height:1.7;opacity:.9;margin-bottom:1.5rem}@media (max-width: 768px){.two-column-layout .layout-container .left-column .content-block .content-para{font-size:1rem}}.two-column-layout .layout-container .left-column .content-block .content-list{list-style:none;padding:0;margin:0 0 1.5rem}.two-column-layout .layout-container .left-column .content-block .content-list li{position:relative;padding-left:1.5rem;margin-bottom:.8rem;line-height:1.6;opacity:.9}.two-column-layout .layout-container .left-column .content-block .content-list li:before{content:"•";color:var(--primary);font-weight:700;display:inline-block;width:1em;margin-left:-1em;position:absolute;left:0}.two-column-layout .layout-container .left-column .schedule-block h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--primary)}@media (max-width: 768px){.two-column-layout .layout-container .left-column .schedule-block h3{font-size:1.3rem}}.two-column-layout .layout-container .left-column .schedule-block .schedule-cards{display:flex;flex-direction:column;gap:1rem}.two-column-layout .layout-container .left-column .schedule-block .schedule-cards .schedule-card{display:grid;grid-template-columns:100px 1fr;gap:1rem;background:#111;padding:1.2rem;border-radius:12px;border:1px solid #222;transition:all .3s ease}.two-column-layout .layout-container .left-column .schedule-block .schedule-cards .schedule-card:hover{border-color:var(--primary)}@media (max-width: 480px){.two-column-layout .layout-container .left-column .schedule-block .schedule-cards .schedule-card{grid-template-columns:1fr;gap:.5rem}}.two-column-layout .layout-container .left-column .schedule-block .schedule-cards .schedule-card .time{font-weight:600;color:var(--primary);white-space:nowrap}.two-column-layout .layout-container .left-column .schedule-block .schedule-cards .schedule-card .event-text{opacity:.9;line-height:1.5}.two-column-layout .layout-container .right-column{display:flex;flex-direction:column;gap:2rem}.two-column-layout .layout-container .right-column .speaker-card{background:#111;padding:1.5rem;border-radius:16px;border:1px solid #222}.two-column-layout .layout-container .right-column .speaker-card .speaker-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem}.two-column-layout .layout-container .right-column .speaker-card .speaker-header .speaker-icon{color:var(--primary);font-size:1.5rem}.two-column-layout .layout-container .right-column .speaker-card .speaker-header h4{font-size:1.1rem;font-weight:600;margin:0;color:var(--primary)}.two-column-layout .layout-container .right-column .speaker-card .speaker-info .speaker-name{font-size:1.2rem;font-weight:600;margin-bottom:.3rem}.two-column-layout .layout-container .right-column .speaker-card .speaker-info .speaker-title{opacity:.9;margin-bottom:.2rem}.two-column-layout .layout-container .right-column .speaker-card .speaker-info .speaker-company{opacity:.7;font-size:.9rem}.two-column-layout .layout-container .right-column .quick-actions{background:#111;padding:1.5rem;border-radius:16px;border:1px solid #222}.two-column-layout .layout-container .right-column .quick-actions h4{font-size:1.1rem;font-weight:600;margin:0 0 1.2rem;color:var(--primary)}.two-column-layout .layout-container .right-column .quick-actions .action-buttons{display:flex;flex-direction:column;gap:.8rem}.two-column-layout .layout-container .right-column .quick-actions .action-buttons .action-button{display:flex;align-items:center;gap:.8rem;background:transparent;color:#fff;border:1px solid #333;padding:.8rem 1.2rem;border-radius:50px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.two-column-layout .layout-container .right-column .quick-actions .action-buttons .action-button:hover{border-color:var(--primary);background:#baff2a1a}.two-column-layout .layout-container .footer-content .footer-list{list-style:none;padding:0;margin:0 0 2rem}.two-column-layout .layout-container .footer-content .footer-list li{position:relative;padding-left:1.5rem;margin-bottom:.8rem;line-height:1.6;opacity:.9}.two-column-layout .layout-container .footer-content .footer-list li:before{content:"—";color:var(--primary);position:absolute;left:0}.two-column-layout .layout-container .footer-content .footer-button{display:inline-flex;align-items:center;gap:.8rem;background:var(--primary);color:#000;border:none;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;margin-bottom:1.5rem}.two-column-layout .layout-container .footer-content .footer-button .button-arrow{font-size:.9rem;transition:transform .3s ease}.two-column-layout .layout-container .footer-content .footer-button:hover .button-arrow{transform:translate(3px)}.two-column-layout .layout-container .footer-content .footer-para{font-size:1rem;line-height:1.6;opacity:.8;margin-bottom:1.5rem;max-width:600px}.two-column-layout .layout-container .footer-content .social-icons{display:flex;gap:1rem;margin-bottom:2rem}.two-column-layout .layout-container .footer-content .social-icons .social-button{background:#111;color:#fff;border:1px solid #333;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;transition:all .3s ease}.two-column-layout .layout-container .footer-content .social-icons .social-button:hover{background:var(--primary);color:#000;border-color:var(--primary)}.two-column-layout .layout-container .footer-content .divider-line{border:none;height:1px;background:#333;margin:0}.webinar-section{padding:6rem 1rem!important;background-color:#0f0f0f;color:#fff}.webinar-section .container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.webinar-section .section-header{text-align:center;margin-bottom:3rem;max-width:800px}.webinar-section .section-header .section-badge{padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;background:#646cff1a;color:var(--primary);border:none;border-radius:50px;margin-bottom:1.5rem;cursor:pointer;transition:all .3s ease}.webinar-section .section-header .section-badge:hover{background:#646cff33}.webinar-section .section-header h2{font-size:2.5rem;font-weight:400;line-height:1.2;margin-bottom:1rem}@media (max-width: 768px){.webinar-section .section-header h2{font-size:2rem}}.webinar-section .section-header .subheading{font-size:.8rem;line-height:1.6;color:#ffffffb3}@media (max-width: 768px){.webinar-section .section-header .subheading{font-size:1.1rem}}.webinar-section .webinar-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;max-width:1000px}@media (max-width: 768px){.webinar-section .webinar-grid{grid-template-columns:1fr}}.webinar-section .webinar-card{background:#1a1a1a;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0003;transition:transform .3s ease}.webinar-section .webinar-card:hover{transform:translateY(-5px)}.webinar-section .webinar-card .card-image{height:220px;overflow:hidden}.webinar-section .webinar-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.webinar-section .webinar-card .card-image:hover img{transform:scale(1.05)}.webinar-section .webinar-card .card-content{padding:1.5rem;position:relative;min-height:270px}.webinar-section .webinar-card .card-content h3{font-size:1.1rem;font-weight:700;margin-bottom:.75rem;color:#fff}.webinar-section .webinar-card .card-content .subheading{font-size:.78rem;line-height:1.1;color:#ffffffb3;margin-bottom:1.5rem}.webinar-section .webinar-card .card-content .details-row{display:flex;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.webinar-section .webinar-card .card-content .details-row .detail-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#fffc}.webinar-section .webinar-card .card-content .details-row .detail-item .icon{color:var(--primary)}.webinar-section .webinar-card .card-content .speaker-row{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem;width:100%;display:flex;position:absolute;bottom:0;left:0;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.webinar-section .webinar-card .card-content .speaker-row .speaker-info{display:flex;gap:.75rem}.webinar-section .webinar-card .card-content .speaker-row .speaker-info .speaker-label{font-weight:600;display:block;color:#ffffffb3}.webinar-section .webinar-card .card-content .speaker-row .speaker-info div{display:flex;flex-direction:column}.webinar-section .webinar-card .card-content .speaker-row .speaker-info .speaker-name{font-weight:600}.webinar-section .webinar-card .card-content .speaker-row .speaker-info .speaker-desc{font-size:.85rem;color:#fff9}.webinar-section .webinar-card .card-content .speaker-row .register-btn{padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;background:#fff;color:#646cff;border:none;border-radius:26px;cursor:pointer;transition:all .3s ease}.webinar-section .webinar-card .card-content .speaker-row .register-btn:hover{background:#535bf2;transform:translateY(-2px)}.premium-careers-hero{background-color:#000;color:#fff;display:flex;align-items:center;padding:4rem 0!important;overflow:hidden;margin-top:2rem}.premium-careers-hero .careers-hero-container{width:100%;max-width:1250px;margin:0 auto;margin-top:3rem}.premium-careers-hero .careers-hero-container .hero-grid{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem}@media (max-width: 768px){.premium-careers-hero .careers-hero-container .hero-grid{grid-template-columns:1fr;gap:.6rem}}.premium-careers-hero .careers-hero-container .hero-grid .left-column{display:flex;flex-direction:column;height:100%}.premium-careers-hero .careers-hero-container .hero-grid .left-column .text-content{height:40%;max-width:500px;display:flex;flex-direction:column;justify-content:center;margin-bottom:0}@media (max-width: 768px){.premium-careers-hero .careers-hero-container .hero-grid .left-column .text-content{height:auto;margin-bottom:1.5rem;text-align:center}}.premium-careers-hero .careers-hero-container .hero-grid .left-column .text-content .hero-heading{font-size:3.5rem;font-weight:400;padding:3rem 0 0rem;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.premium-careers-hero .careers-hero-container .hero-grid .left-column .text-content .hero-heading{font-size:2.2rem}}@media (max-width: 768px){.premium-careers-hero .careers-hero-container .hero-grid .left-column .text-content .hero-heading{font-size:2rem}}@media (max-width: 480px){.premium-careers-hero .careers-hero-container .hero-grid .left-column .text-content .hero-heading{font-size:1.8rem}}.premium-careers-hero .careers-hero-container .hero-grid .left-column .text-content .hero-subtitle{font-size:1rem;line-height:1.6;opacity:.8}@media (max-width: 968px){.premium-careers-hero .careers-hero-container .hero-grid .left-column .text-content .hero-subtitle{font-size:1.1rem}}@media (max-width: 768px){.premium-careers-hero .careers-hero-container .hero-grid .left-column .text-content .hero-subtitle{font-size:1rem}}.premium-careers-hero .careers-hero-container .hero-grid .left-column .secondary-image-container{height:50%;display:flex;align-items:flex-start}@media (max-width: 768px){.premium-careers-hero .careers-hero-container .hero-grid .left-column .secondary-image-container{height:auto;order:3}}.premium-careers-hero .careers-hero-container .hero-grid .left-column .secondary-image-container .secondary-hero-image{width:100%;height:100%;object-fit:cover;border-radius:8px;box-shadow:0 15px 30px #0006}@media (max-width: 768px){.premium-careers-hero .careers-hero-container .hero-grid .left-column .secondary-image-container .secondary-hero-image{height:300px}}.premium-careers-hero .careers-hero-container .hero-grid .right-column{display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.premium-careers-hero .careers-hero-container .hero-grid .right-column{order:2}}.premium-careers-hero .careers-hero-container .hero-grid .right-column .main-hero-image{width:100%;height:100%;max-height:600px;object-fit:cover;border-radius:8px;box-shadow:0 20px 40px #00000080}.floating-element{will-change:transform}.opportunities-section{padding:5rem 0;background-color:#000;color:#fff;max-width:1250px;margin:0 auto}.opportunities-section .opportunities-container{margin:0 auto;padding:0 2rem}.opportunities-section .opportunities-container .opportunities-header{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}@media (max-width: 968px){.opportunities-section .opportunities-container .opportunities-header{grid-template-columns:1fr;gap:1.5rem;text-align:center}}.opportunities-section .opportunities-container .opportunities-header .section-heading{font-size:3rem;font-weight:400;line-height:1.2;margin:0;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.opportunities-section .opportunities-container .opportunities-header .section-heading{font-size:2rem}}@media (max-width: 480px){.opportunities-section .opportunities-container .opportunities-header .section-heading{font-size:1.8rem}}.opportunities-section .opportunities-container .opportunities-header .section-description{display:flex;align-items:center}.opportunities-section .opportunities-container .opportunities-header .section-description p{font-size:1rem;line-height:1.6;opacity:.8;margin:0}@media (max-width: 768px){.opportunities-section .opportunities-container .opportunities-header .section-description p{font-size:1rem}}.opportunities-section .opportunities-container .opportunities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}@media (max-width: 968px){.opportunities-section .opportunities-container .opportunities-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.opportunities-section .opportunities-container .opportunities-grid{grid-template-columns:1fr}}.opportunities-section .opportunities-container .opportunities-grid .opportunity-card{background:#111;cursor:pointer;border-radius:16px;padding:1rem 2rem;transition:all .3s ease;border:1px solid #222}.opportunities-section .opportunities-container .opportunities-grid .opportunity-card:hover{border-color:var(--primary);box-shadow:0 10px 30px #baff2a1a}.opportunities-section .opportunities-container .opportunities-grid .opportunity-card:hover .card-arrow{background:var(--primary);color:#000;transform:translate(5px)}.opportunities-section .opportunities-container .opportunities-grid .opportunity-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.opportunities-section .opportunities-container .opportunities-grid .opportunity-card .card-header .card-title{font-size:.9rem;font-weight:400;color:var(--primary);text-transform:uppercase;letter-spacing:.5px}.opportunities-section .opportunities-container .opportunities-grid .opportunity-card .card-header .card-arrow{width:40px;height:40px;border-radius:50%;border:none;background:transparent;transform:rotate(-40deg);color:var(--primary);display:flex;align-items:center;font-weight:300;justify-content:center;cursor:pointer;transition:all .3s ease}.opportunities-section .opportunities-container .opportunities-grid .opportunity-card .card-header .card-arrow:hover{background:var(--primary);color:#000;transform:translate(5px)}.opportunities-section .opportunities-container .opportunities-grid .opportunity-card .card-content .card-heading{font-size:1.2rem;font-weight:700;margin:0 0 1rem;line-height:1.3}@media (max-width: 968px){.opportunities-section .opportunities-container .opportunities-grid .opportunity-card .card-content .card-heading{font-size:1.3rem}}.opportunities-section .opportunities-container .opportunities-grid .opportunity-card .card-content .card-subheading{font-size:.8rem;line-height:1.5;color:#b1b1b1;opacity:.7;margin:0 0 1.5rem}.opportunities-section .opportunities-container .opportunities-grid .opportunity-card .card-content .card-details{display:flex;flex-direction:row;gap:.8rem}.opportunities-section .opportunities-container .opportunities-grid .opportunity-card .card-content .card-details .detail-item{display:flex;align-items:center;font-size:.8rem;color:#949494}.opportunities-section .opportunities-container .opportunities-grid .opportunity-card .card-content .card-details .detail-item .detail-icon{margin-right:.5rem;color:#fff;font-size:.8rem}.opportunities-section .opportunities-container .view-all-container{display:flex;justify-content:center}.opportunities-section .opportunities-container .view-all-container .view-all-button{display:flex;align-items:center;gap:.5rem;background:transparent;color:var(--primary);border:2px solid var(--primary);padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease}.opportunities-section .opportunities-container .view-all-container .view-all-button:hover{background:var(--primary);color:#000;box-shadow:0 0 20px #baff2a4d}.opportunities-section .opportunities-container .view-all-container .view-all-button:hover .button-arrow{transform:translate(5px)}.opportunities-section .opportunities-container .view-all-container .view-all-button .button-arrow{transition:transform .3s ease}.vertical-opportunities-section{padding:5rem 0;background-color:#000;color:#fff}.vertical-opportunities-section .vertical-opportunities-container{max-width:1250px;margin:0 auto;padding:0 2rem}.vertical-opportunities-section .vertical-opportunities-container .section-heading{font-size:1.8rem;font-weight:600;line-height:1.2;margin-bottom:3rem;text-align:left;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.vertical-opportunities-section .vertical-opportunities-container .section-heading{font-size:2rem}}@media (max-width: 480px){.vertical-opportunities-section .vertical-opportunities-container .section-heading{font-size:1.8rem;margin-bottom:2rem}}.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunities-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card{display:grid;grid-template-columns:1fr 2fr auto;gap:2rem;padding:2rem;background:#111;border-radius:12px;border:1px solid rgb(32,54,8)!important;transition:all .3s ease;cursor:pointer}@media (max-width: 768px){.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card{grid-template-columns:1fr;gap:1.5rem;text-align:center}}.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card:hover .card-arrow{background:var(--primary);color:#000;transform:translate(5px)}.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col{display:flex;flex-direction:column;justify-content:center}@media (max-width: 768px){.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col.col-1{order:1}}.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col.col-1 .card-title{font-size:.8rem;font-weight:400;color:var(--primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col.col-1 .card-heading{font-size:1.2rem;font-weight:600;margin:0;line-height:1.3}@media (max-width: 968px){.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col.col-1 .card-heading{font-size:1.2rem}}@media (max-width: 480px){.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col.col-1 .card-heading{font-size:1.1rem}}@media (max-width: 768px){.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col.col-2{order:3}}.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col.col-2 .card-subheading{font-size:.9rem;line-height:1.5;opacity:.7;color:#bfbfbf;margin:0 0 1rem}@media (max-width: 480px){.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col.col-2 .card-subheading{font-size:.9rem}}.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col.col-2 .card-details{display:flex;gap:1.5rem}@media (max-width: 480px){.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col.col-2 .card-details{flex-direction:column;gap:.5rem}}.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col.col-2 .card-details .detail-item{display:flex;align-items:center;font-size:.9rem;opacity:.8}@media (max-width: 768px){.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col.col-2 .card-details .detail-item{justify-content:center}}.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col.col-2 .card-details .detail-item .detail-icon{margin-right:.5rem;color:#bfbfbf;font-size:.8rem}.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col.col-3{display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col.col-3{order:2;justify-content:center}}.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col.col-3 .card-arrow{width:40px;height:40px;border-radius:50%;border:none;background:transparent;transform:rotate(-40deg);color:var(--primary);display:flex;align-items:center;font-weight:300;justify-content:center;cursor:pointer;transition:all .3s ease}.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col.col-3 .card-arrow:hover{background:var(--primary);color:#000;transform:translate(5px)}.vertical-opportunities-section .vertical-opportunities-container .load-more-container{display:flex;justify-content:center}.vertical-opportunities-section .vertical-opportunities-container .load-more-container .load-more-button{background:transparent;color:var(--primary);border:2px solid var(--primary);padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease}.vertical-opportunities-section .vertical-opportunities-container .load-more-container .load-more-button:hover{background:var(--primary);color:#000;box-shadow:0 0 20px #baff2a4d}@media (max-width: 480px){.vertical-opportunities-section .vertical-opportunities-container .load-more-container .load-more-button{padding:.8rem 2rem;font-size:.9rem}}.image-mosaic-section{padding:5rem 0;background-color:#000;color:#fff}.image-mosaic-section .mosaic-container{max-width:1150px;margin:0 auto;padding:0 2rem}.image-mosaic-section .mosaic-container .mosaic-header{text-align:center;margin-bottom:4rem}.image-mosaic-section .mosaic-container .mosaic-header .mosaic-heading{font-size:3rem;font-weight:400;line-height:1.2;margin:0 0 1.5rem;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.image-mosaic-section .mosaic-container .mosaic-header .mosaic-heading{font-size:2rem}}@media (max-width: 480px){.image-mosaic-section .mosaic-container .mosaic-header .mosaic-heading{font-size:1.8rem}}.image-mosaic-section .mosaic-container .mosaic-header .mosaic-subheading{font-size:1rem;line-height:1.6;max-width:600px;color:#b8b8b8;margin:0 auto}@media (max-width: 768px){.image-mosaic-section .mosaic-container .mosaic-header .mosaic-subheading{font-size:1.1rem}}@media (max-width: 480px){.image-mosaic-section .mosaic-container .mosaic-header .mosaic-subheading{font-size:1rem}}.image-mosaic-section .mosaic-container .masonry-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:50px;gap:1.5rem}@media (max-width: 968px){.image-mosaic-section .mosaic-container .masonry-grid{gap:1rem}}@media (max-width: 640px){.image-mosaic-section .mosaic-container .masonry-grid{grid-template-columns:1fr}}.image-mosaic-section .mosaic-container .masonry-grid .masonry-item{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000004d}.image-mosaic-section .mosaic-container .masonry-grid .masonry-item .masonry-image-container{width:100%;height:100%;position:relative}.image-mosaic-section .mosaic-container .masonry-grid .masonry-item .masonry-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.image-mosaic-section .mosaic-container .masonry-grid .masonry-item .masonry-image-container .image-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000c,#0006,#0003);display:flex;align-items:flex-end;padding:1.5rem;opacity:0;transition:opacity .3s ease}.image-mosaic-section .mosaic-container .masonry-grid .masonry-item .masonry-image-container .image-overlay .overlay-text{font-size:1.1rem;font-weight:500;color:#fff}@media (max-width: 768px){.image-mosaic-section .mosaic-container .masonry-grid .masonry-item .masonry-image-container .image-overlay .overlay-text{font-size:1rem}}.image-mosaic-section .mosaic-container .masonry-grid .masonry-item:hover .masonry-image-container img{transform:scale(1.05)}.image-mosaic-section .mosaic-container .masonry-grid .masonry-item:hover .masonry-image-container .image-overlay{opacity:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: no-preference){.image-mosaic-section{view-timeline-name:--mosaic-section;view-timeline-axis:block;animation:fadeInUp auto;animation-timeline:--mosaic-section;animation-range:entry 25% cover 50%}}.career-details-hero{background-color:#000;color:#fff;padding:8rem 0 3rem;max-width:1100px;display:flex;margin:0 auto;align-items:center}.career-details-hero .career-details-container{max-width:1100px!important;width:100%;margin:2rem auto;padding:0 2rem}.career-details-hero .career-details-container .back-button{display:inline-flex;align-items:center;gap:1.5rem;background:transparent;color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-bottom:2rem}.career-details-hero .career-details-container .back-button:hover{border-color:var(--primary);color:var(--primary);background:#baff2a1a}.career-details-hero .career-details-container .back-button .back-icon{font-size:.9rem}@media (max-width: 768px){.career-details-hero .career-details-container .back-button{padding:.6rem 1.2rem;font-size:.9rem}}.career-details-hero .career-details-container .career-content .career-heading{font-size:3rem;font-weight:400;color:#c3c3c3;line-height:1.2;margin:0 0 2.5rem}@media (max-width: 968px){.career-details-hero .career-details-container .career-content .career-heading{font-size:2.8rem}}@media (max-width: 768px){.career-details-hero .career-details-container .career-content .career-heading{font-size:2.2rem;margin-bottom:2rem}}@media (max-width: 480px){.career-details-hero .career-details-container .career-content .career-heading{font-size:1.8rem}}.career-details-hero .career-details-container .career-content .capsules-container{display:flex;flex-wrap:wrap;gap:1rem}@media (max-width: 480px){.career-details-hero .career-details-container .career-content .capsules-container{gap:.8rem}}.career-details-hero .career-details-container .career-content .capsules-container .info-capsule{display:inline-flex;align-items:center;gap:.8rem;background:#111;border:1px solid #333;padding:.8rem 1.5rem;border-radius:50px;font-size:.95rem;font-weight:500;transition:all .3s ease}@media (max-width: 768px){.career-details-hero .career-details-container .career-content .capsules-container .info-capsule{padding:.6rem 1.2rem;font-size:.9rem}}@media (max-width: 480px){.career-details-hero .career-details-container .career-content .capsules-container .info-capsule{padding:.5rem 1rem}}.career-details-hero .career-details-container .career-content .capsules-container .info-capsule .capsule-icon{color:var(--primary);font-size:.9rem;display:flex;align-items:center}@media (max-width: 480px){.career-details-hero .career-details-container .career-content .capsules-container .info-capsule .capsule-icon{font-size:.8rem}}.career-details-hero .career-details-container .career-content .capsules-container .info-capsule .capsule-text{font-size:.9rem!important;white-space:nowrap}@media (max-width: 480px){.career-details-hero .career-details-container .career-content .capsules-container .info-capsule .capsule-text{font-size:.8rem}}.job-details-section{background-color:#000;color:#fff}.job-details-section .job-details-container{max-width:1050px;margin:0 auto}.job-details-section .job-details-container .about-section{padding:2rem;border-radius:12px;color:#000;margin-bottom:4rem;background:var(--primary)}.job-details-section .job-details-container .about-section .section-heading{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#000}@media (max-width: 768px){.job-details-section .job-details-container .about-section .section-heading{font-size:1.8rem}}.job-details-section .job-details-container .about-section .section-description{font-size:1rem;line-height:1.7}@media (max-width: 768px){.job-details-section .job-details-container .about-section .section-description{font-size:1rem}}.job-details-section .job-details-container .details-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2.5rem;margin-bottom:4rem}@media (max-width: 968px){.job-details-section .job-details-container .details-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 640px){.job-details-section .job-details-container .details-grid{grid-template-columns:1fr;gap:1.5rem}}.job-details-section .job-details-container .details-grid .detail-column .column-heading{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:1px;color:#fff}@media (max-width: 768px){.job-details-section .job-details-container .details-grid .detail-column .column-heading{font-size:1.2rem}}.job-details-section .job-details-container .details-grid .detail-column .detail-list{list-style:none;padding:0}.job-details-section .job-details-container .details-grid .detail-column .detail-list .list-item{position:relative;padding-left:1.5rem;font-size:.9rem;margin-bottom:.8rem;line-height:1.6;color:#aaa;opacity:.9}.job-details-section .job-details-container .details-grid .detail-column .detail-list .list-item:before{content:"•";color:#aaa;font-weight:700;display:inline-block;width:1em;margin-left:-1px;position:absolute;left:0}@media (max-width: 768px){.job-details-section .job-details-container .details-grid .detail-column .detail-list .list-item{font-size:.95rem}}.job-details-section .job-details-container .application-section{text-align:left;margin-bottom:4rem;border-radius:16px}@media (max-width: 768px){.job-details-section .job-details-container .application-section{padding:2rem 1.5rem}}.job-details-section .job-details-container .application-section .section-heading{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.job-details-section .job-details-container .application-section .section-heading{font-size:1.6rem}}.job-details-section .job-details-container .application-section .section-description{font-size:1rem;line-height:1.7;color:#a1a1a1;margin:0 0 2rem}@media (max-width: 768px){.job-details-section .job-details-container .application-section .section-description{font-size:1rem}}.job-details-section .job-details-container .application-section .apply-button{background:#fff;color:#252525;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease}.job-details-section .job-details-container .application-section .apply-button:hover{box-shadow:0 0 20px #baff2a4d}@media (max-width: 768px){.job-details-section .job-details-container .application-section .apply-button{padding:.8rem 2rem;font-size:.9rem}}@font-face{font-family:Cerebri Sans;src:url("../assets/fonts/cerebri-sans/Cerebri Sans Book.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Cerebri Sans;src:url("../assets/fonts/cerebri-sans/Cerebri Sans Book Italic.ttf") format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Cerebri Sans;src:url("../assets/fonts/cerebri-sans/Cerebri Sans SemiBold.ttf") format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Cerebri Sans;src:url("../assets/fonts/cerebri-sans/Cerebri Sans SemiBold Italic.ttf") format("truetype");font-weight:600;font-style:italic}@font-face{font-family:Cerebri Sans;src:url("../assets/fonts/cerebri-sans/Cerebri Sans Bold.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Cerebri Sans;src:url("../assets/fonts/cerebri-sans/Cerebri Sans Bold Italic.ttf") format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Cerebri Sans;src:url("../assets/fonts/cerebri-sans/Cerebri Sans ExtraBold.ttf") format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Cerebri Sans;src:url("../assets/fonts/cerebri-sans/Cerebri Sans ExtraBold Italic.ttf") format("truetype");font-weight:800;font-style:italic}@font-face{font-family:Cerebri Sans;src:url("../assets/fonts/cerebri-sans/Cerebri Sans Heavy.ttf") format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Cerebri Sans;src:url("../assets/fonts/cerebri-sans/Cerebri Sans Italic.ttf") format("truetype");font-weight:300;font-style:italic}:root{--font-family: "Cerebri Sans", sans-serif;--text: #e0e0e0;--text-light: #ffffff;--text-dark: #b0b0b0;--primary-light: #BAFF2A;--primary: #BAFF2A;--primary-dark: #A3E026;--primary-darker: #8BC122;--primary-deep: #74931D;--primary-deeper: #5C6517;--primary-darkest: #3D4210;--dark: #000000;--border-radius-xs: 8px;--border-radius-sm: 12px;--border-radius-md: 14px;--border-radius-lg: 26px;--shadow-dark: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);--shadow-medium: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);--shadow-light: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.23);--font-family: "Poppins", sans-serif;--font-wieght-regular: 300;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-size-xxs: .625rem;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-md: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-xxl: 1.5rem;--font-size-xxxl: 1.75rem;--font-size-xxxxl: 2rem;--font-size-xxxxxl: 2.75rem;--font-size-xxxxxxl: 2.75rem;--font-color-primary: var(--primary);--font-color-primary-light: var(--primary-light);--font-color-primary-dark: var(--primary-dark);--font-color-accent: var(--accent);--font-color-text: var(--text);--font-color-text-light: var(--text-light);--font-color-text-dark: var(--text-dark);--font-color-dark: var(--dark);--font-color-dark-light: var(--dark-light);--spacing-xxs: .25rem;--spacing-xs: .5rem;--spacing-sm: .75rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-xxl: 3rem;--spacing-xxxl: 4rem}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth!important}body{font-family:var(--font-family)!important;color:var(--text);background:#000;overflow:auto;overflow-x:hidden;margin:0;padding:0;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}.text-right{text-align:right}.main-screen{overflow:hidden}.case-study-content{padding:.8rem .3rem;display:flex;flex-direction:column;gap:1rem}ul{list-style-position:inside}select option{background:#1b1b1b;color:#fff}
