@charset "UTF-8";.ph-navbar{position:fixed;top:0;left:0;width:100%;padding:1rem 8%;z-index:1000;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease,padding .3s ease,box-shadow .3s ease;will-change:background-color,transform;background:transparent;color:#1a1a1a}.ph-navbar.ph-scrolled{background:rgba(255,255,255,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 6px -1px #0000001a;padding:.8rem 8%}.ph-navbar .ph-brand{cursor:pointer;z-index:1001}.ph-navbar .ph-brand img{height:32px;width:auto;display:block}.ph-navbar .ph-menu{display:flex;gap:2.5rem;align-items:center}.ph-navbar .ph-menu .ph-menu-item{cursor:pointer;position:relative;padding:.5rem 0}.ph-navbar .ph-menu .ph-menu-item span{display:flex;align-items:center;gap:6px;font-weight:500;font-size:.95rem;color:#1a1a1a;transition:color .2s ease}.ph-navbar .ph-menu .ph-menu-item span .ph-arrow-icon{font-size:.8rem;transition:transform .2s ease}.ph-navbar .ph-menu .ph-menu-item:hover span,.ph-navbar .ph-menu .ph-menu-item.ph-active span{color:#004d40}.ph-navbar .ph-menu .ph-menu-item:hover span .ph-arrow-icon,.ph-navbar .ph-menu .ph-menu-item.ph-active span .ph-arrow-icon{transform:rotate(180deg)}.ph-navbar .ph-menu .ph-menu-item:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:2px;background:#004d40;transition:width .3s ease}.ph-navbar .ph-menu .ph-menu-item:hover:after,.ph-navbar .ph-menu .ph-menu-item.ph-active:after{width:100%}.ph-navbar .ph-actions{display:flex;align-items:center;gap:1.5rem}.ph-navbar .ph-actions .ph-audit-btn{background:#1a1a1a;color:#fff;border:none;padding:15px 32px;border-radius:50px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #00000026}.ph-navbar .ph-actions .ph-audit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000003b;background:rgb(51.5,51.5,51.5)}.ph-navbar .ph-actions .ph-mobile-toggle{background:transparent;border:none;font-size:1.8rem;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;padding:.5rem}.ph-navbar .ph-dropdown-container{position:absolute;top:100%;left:0;width:100%;background:transparent;padding-top:10px;z-index:900;display:flex;justify-content:center}.ph-navbar .ph-dropdown-container .ph-dropdown{background:white;border-radius:16px;box-shadow:0 10px 15px -3px #0000001a;padding:2rem;max-width:1200px;width:90%;margin:0 auto;border:1px solid rgba(0,0,0,.05)}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row{display:flex;gap:2rem}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row .ph-col{flex:1;display:flex;flex-direction:column;gap:.5rem}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row .ph-col .ph-item{display:flex;align-items:flex-start;gap:1rem;padding:.8rem;border-radius:12px;cursor:pointer;transition:background .2s ease}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row .ph-col .ph-item:hover{background:rgba(0,0,0,.03)}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row .ph-col .ph-item:hover .ph-item-icon{background:rgba(0,77,64,.1);color:#004d40}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row .ph-col .ph-item:hover .ph-item-text h4{color:#004d40}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row .ph-col .ph-item .ph-item-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:8px;font-size:1rem;color:#666;transition:all .2s ease}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row .ph-col .ph-item .ph-item-text{flex:1}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row .ph-col .ph-item .ph-item-text h4{font-size:.95rem;font-weight:600;margin:0 0 .2rem;color:#1a1a1a;transition:color .2s ease}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row .ph-col .ph-item .ph-item-text p{font-size:.8rem;color:#666;margin:0;line-height:1.4}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row.ph-special-layout .ph-col:first-child{flex:0 0 35%;border-right:1px solid #eee;padding-right:2rem}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row.ph-special-layout .ph-col.ph-right-col{flex:1;padding-left:2rem}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row.ph-special-layout .ph-col.ph-right-col .ph-right-col-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row.ph-special-layout .ph-col.ph-right-col .ph-right-col-header h3{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin:0}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row.ph-special-layout .ph-col.ph-right-col .ph-right-col-header .ph-view-all-btn{background:transparent;border:none;color:#004d40;font-weight:600;font-size:.9rem;display:flex;align-items:center;cursor:pointer;transition:opacity .2s ease}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row.ph-special-layout .ph-col.ph-right-col .ph-right-col-header .ph-view-all-btn:hover{opacity:.8;text-decoration:underline}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row.ph-special-layout .ph-col.ph-right-col .ph-insights-list{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row.ph-special-layout .ph-col.ph-right-col .ph-insights-list .ph-insight-item{cursor:pointer;transition:transform .2s ease}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row.ph-special-layout .ph-col.ph-right-col .ph-insights-list .ph-insight-item:hover{transform:translateY(-2px)}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row.ph-special-layout .ph-col.ph-right-col .ph-insights-list .ph-insight-item:hover .ph-insight-image img{transform:scale(1.05)}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row.ph-special-layout .ph-col.ph-right-col .ph-insights-list .ph-insight-item:hover .ph-insight-details h4{color:#004d40}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row.ph-special-layout .ph-col.ph-right-col .ph-insights-list .ph-insight-item .ph-insight-content{display:flex;flex-direction:column;gap:.8rem}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row.ph-special-layout .ph-col.ph-right-col .ph-insights-list .ph-insight-item .ph-insight-image{width:100%;height:140px;border-radius:12px;overflow:hidden;background:#f0f0f0}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row.ph-special-layout .ph-col.ph-right-col .ph-insights-list .ph-insight-item .ph-insight-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row.ph-special-layout .ph-col.ph-right-col .ph-insights-list .ph-insight-item .ph-insight-details h4{font-size:.95rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row.ph-special-layout .ph-col.ph-right-col .ph-insights-list .ph-insight-item .ph-insight-details .ph-tech-capsules{display:flex;flex-wrap:wrap;gap:.5rem}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-content-row.ph-special-layout .ph-col.ph-right-col .ph-insights-list .ph-insight-item .ph-insight-details .ph-tech-capsules .ph-tech-capsule{font-size:.7rem;background:#f5f5f5;color:#666;padding:.2rem .6rem;border-radius:100px;font-weight:500}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-title-row{margin-bottom:1rem}.ph-navbar .ph-dropdown-container .ph-dropdown .ph-title-row h3{font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;color:#666;font-weight:600}.ph-navbar .ph-mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#ffffff;z-index:2000;padding:1.5rem;display:flex;flex-direction:column;overflow-y:auto}.ph-navbar .ph-mobile-overlay .ph-mobile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.ph-navbar .ph-mobile-overlay .ph-mobile-header .ph-close-btn{background:transparent;border:none;font-size:2rem;cursor:pointer;color:#1a1a1a}.ph-navbar .ph-mobile-overlay .ph-mobile-links{flex:1;display:flex;flex-direction:column;gap:1rem}.ph-navbar .ph-mobile-overlay .ph-mobile-links .ph-mobile-link-group{border-bottom:1px solid #eee}.ph-navbar .ph-mobile-overlay .ph-mobile-links .ph-mobile-link-group .ph-mobile-link-btn{width:100%;display:flex;justify-content:space-between;align-items:center;background:transparent;border:none;padding:1rem 0;font-size:1.2rem;font-weight:600;color:#1a1a1a;cursor:pointer;text-align:left}.ph-navbar .ph-mobile-overlay .ph-mobile-links .ph-mobile-link-group .ph-mobile-link-btn .ph-arrow{font-size:1rem;transition:transform .3s ease}.ph-navbar .ph-mobile-overlay .ph-mobile-links .ph-mobile-link-group .ph-mobile-link-btn .ph-arrow.ph-rotated{transform:rotate(180deg)}.ph-navbar .ph-mobile-overlay .ph-mobile-links .ph-mobile-link-group .ph-mobile-sublinks{overflow:hidden}.ph-navbar .ph-mobile-overlay .ph-mobile-links .ph-mobile-link-group .ph-mobile-sublinks .ph-mobile-sublink{padding:.8rem 1rem;font-size:1rem;color:#666;cursor:pointer;transition:color .2s ease}.ph-navbar .ph-mobile-overlay .ph-mobile-links .ph-mobile-link-group .ph-mobile-sublinks .ph-mobile-sublink:hover{color:#004d40;background:#f9f9f9}.ph-navbar .ph-mobile-overlay .ph-mobile-footer{margin-top:2rem}.ph-navbar .ph-mobile-overlay .ph-mobile-footer .ph-audit-btn{width:100%;background:#1a1a1a;color:#fff;padding:1rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer}@media (max-width: 1100px){.ph-navbar{padding:1rem 1.5rem}.ph-navbar .ph-menu{display:none}}.pf-section{background:radial-gradient(60.6% 85.5% at 50% 0%,#0f4535 0%,#04291f 100%);color:#fff;padding:6rem 0 0;position:relative;overflow:hidden;font-family:var(--font-inter);min-height:100vh;display:flex;flex-direction:column}.pf-section .pf-container{max-width:1300px;margin:0 auto;padding:0 2rem;width:100%}.pf-section .pf-container.pf-relative-z{position:relative;z-index:20}.pf-section .pf-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:3rem;padding-bottom:4rem}.pf-section .pf-top .pf-top-left{max-width:600px}.pf-section .pf-top .pf-top-left h2{font-family:var(--font-archivo);font-size:clamp(2.5rem,4vw,4rem);font-weight:500;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.pf-section .pf-top .pf-top-left .pf-subtext{font-size:1.125rem;color:#b0bdb9;line-height:1.6}.pf-section .pf-top .pf-top-right{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}@media (max-width: 768px){.pf-section .pf-top .pf-top-right{align-items:flex-start}}.pf-section .pf-top .pf-top-right .pf-contact-btn{background-color:#fff;color:#04291f;padding:1rem 2rem;border-radius:999px;font-weight:700;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;transition:transform .2s ease}.pf-section .pf-top .pf-top-right .pf-contact-btn .arrow{font-weight:400;transition:transform .2s}.pf-section .pf-top .pf-top-right .pf-contact-btn:hover{transform:translateY(-2px)}.pf-section .pf-top .pf-top-right .pf-contact-btn:hover .arrow{transform:translate(3px)}.pf-section .pf-top .pf-top-right .pf-or-text{font-size:.9rem;font-style:italic;color:#b0bdb9}.pf-section .pf-top .pf-top-right .pf-call-text{font-size:1.125rem;color:#b0bdb9}.pf-section .pf-top .pf-top-right .pf-call-text .pf-number{color:#fff;font-style:italic;font-weight:500;margin-left:.5rem}.pf-section .pf-divider{height:1px;background-color:#ffffff1a;width:100%;margin-bottom:4rem}.pf-section .pf-middle{display:flex;justify-content:space-between;flex-wrap:wrap;gap:4rem;margin-bottom:5rem}.pf-section .pf-middle .pf-brand-col{max-width:300px}.pf-section .pf-middle .pf-brand-col .pf-logo-wrapper{margin-bottom:1.5rem}.pf-section .pf-middle .pf-brand-col .pf-logo-wrapper .pf-q-logo{height:42px;width:auto}.pf-section .pf-middle .pf-brand-col .pf-brand-desc{color:#b0bdb9;font-size:.9rem;line-height:1.6;margin-bottom:2rem;opacity:.8}.pf-section .pf-middle .pf-brand-col .pf-social-row{display:flex;gap:1.5rem}.pf-section .pf-middle .pf-brand-col .pf-social-row .pf-social-icon{color:#fff;opacity:.9;transition:all .2s}.pf-section .pf-middle .pf-brand-col .pf-social-row .pf-social-icon:hover{opacity:1;transform:translateY(-2px)}.pf-section .pf-middle .pf-links-group{display:flex;gap:5rem}.pf-section .pf-middle .pf-links-group .pf-link-col h4{font-weight:600;margin-bottom:1.5rem;font-size:1rem;color:#fff}.pf-section .pf-middle .pf-links-group .pf-link-col ul{list-style:none;padding:0;margin:0}.pf-section .pf-middle .pf-links-group .pf-link-col ul li{margin-bottom:1rem}.pf-section .pf-middle .pf-links-group .pf-link-col ul li a{color:#b0bdb9;text-decoration:none;transition:color .2s;font-size:.95rem;opacity:.8}.pf-section .pf-middle .pf-links-group .pf-link-col ul li a:hover{color:#fff;opacity:1}.pf-section .pf-bottom-bar{border-top:1px solid rgba(255,255,255,.15);padding:1.5rem 0 3rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.8rem;color:#b0bdb9;margin-bottom:250px;position:relative;z-index:20}.pf-section .pf-bottom-bar .pf-copyright{opacity:.8}.pf-section .pf-bottom-bar .pf-legal-links{display:flex;align-items:center}.pf-section .pf-bottom-bar .pf-legal-links a{color:#b0bdb9;text-decoration:none;margin:0 .5rem;transition:color .2s;opacity:.8}.pf-section .pf-bottom-bar .pf-legal-links a:hover{color:#fff;opacity:1}.pf-section .pf-bottom-bar .pf-legal-links .pf-sep{opacity:.3;margin:0 .2rem}.pf-section .pf-visuals{position:absolute;bottom:0;left:0;width:100%;display:flex;justify-content:center;align-items:flex-end;pointer-events:none;z-index:0}.pf-section .pf-visuals .pf-visual-wrapper{position:relative;width:100%;max-width:1250px;display:flex;justify-content:center}.pf-section .pf-visuals .pf-visual-wrapper .pf-visual-text{width:100%;height:auto;display:block;-o-object-fit:contain;object-fit:contain}.pf-section .pf-visuals .pf-visual-wrapper .pf-visual-gradient{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:normal}@media (max-width: 768px){.pf-section{min-height:auto}.pf-section .pf-top{flex-direction:column;gap:2rem}.pf-section .pf-top .pf-top-right{align-items:flex-start}.pf-section .pf-middle{flex-direction:column;gap:2rem}.pf-section .pf-middle .pf-links-group{flex-wrap:wrap;width:100%;justify-content:space-between}.pf-section .pf-bottom-bar{flex-direction:column-reverse;align-items:flex-start;margin-bottom:120px}.pf-section .pf-visuals{overflow:hidden}.pf-section .pf-visuals .pf-visual-wrapper{width:160%;max-width:none}.pf-section .pf-visual-text{width:80%;height:auto;display:block;-o-object-fit:contain;object-fit:contain}}.star-border-container{display:inline-block;position:relative;border-radius:40px;overflow:hidden}.border-gradient-bottom,.border-gradient-top{position:absolute;width:300%;height:50%;border-radius:50%;opacity:1;pointer-events:none;background:radial-gradient(circle,var(--primary) 40%,rgba(255,255,255,0) 70%);animation-duration:4s;animation-iteration-count:infinite;animation-timing-function:linear;animation-direction:alternate}.border-gradient-bottom{bottom:-20px;right:-250%;animation-name:star-movement-bottom}.border-gradient-top{top:-20px;left:-250%;animation-name:star-movement-top}.inner-content{position:relative;border-radius:40px;padding:.8rem 2rem!important;background:rgba(31,31,31,.8);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.203);box-shadow:var(--card-shadow);color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;transform-style:preserve-3d;z-index:1}.inner-content:hover{background:var(--primary)!important;color:var(--dark)}@keyframes star-movement-bottom{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}@keyframes star-movement-top{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.premium-navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 8%;position:fixed;width:100%;z-index:214743;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:rgba(68,68,68,.288)!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:rgba(31,31,31,.8);-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:.8}25%{transform:translate(40px,20px) scale(1.05);opacity:1}50%{transform:translate(30px,25px) scale(1);opacity:.6}75%{transform:translate(-20px,25px) scale(.95);opacity:.9}to{transform:translate(0) scale(1);opacity:.8}}@keyframes glowMove2{0%{transform:translate(0) scale(1);opacity:.7}25%{transform:translate(-30px,20px) scale(1.1);opacity:.9}50%{transform:translate(-20px,-20px) scale(1);opacity:.5}75%{transform:translate(25px,-30px) scale(.9);opacity:.8}to{transform:translate(0) scale(1);opacity:.7}}.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:#ffffff8e!important;border:2px 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:#fff!important;border:1px solid rgba(196,229,65,.3)!important;border-left:2px solid rgba(184,191,159,.412)!important;border-bottom:2px solid rgba(184,191,159,.411)!important;border-right:1px solid rgba(196,229,65,.227)!important;background:unset!important;background-image:url(/assets/Ellipse\ 4-62f2cffa.svg)!important;background-repeat:no-repeat!important;background-position:0 15px!important;background-size:140px!important;animation:AnimateBackground 8s ease-in-out infinite}@keyframes AnimateBackground{0%{background-position:0 16px}50%{background-position:0 20px}to{background-position:0 15px}}.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:rgba(20,20,20,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(31,31,31,.8);-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:white;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 .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%;-o-object-fit:cover;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: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-deeper)!important;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:#dadada33;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;cursor:default!important;border-radius:50%;background:rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#0009;overflow:hidden;border:2px solid rgb(189,189,189)}.nav-dropdown .dropdown-clients-row .clients-logos .client-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.nav-dropdown .dropdown-clients-row .clients-logos .client-logo:nth-child(2){margin-left:-15px;z-index:1;background:rgba(0,0,0,.217)}.nav-dropdown .dropdown-clients-row .clients-logos .client-logo:nth-child(3){margin-left:-15px;z-index:2;background:rgba(0,0,0,.386)}.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;text-decoration:none!important}.nav-dropdown .dropdown-clients-row .view-all-button:hover{transform:scale(1.02)}.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;top:-1px;left:-1px;right:0;bottom:0;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:rgba(107,255,176,.1);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: 1100px){.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}}.view-all-button{background:none;border:none;color:#000;text-decoration:underline;font-size:.7rem;text-underline-offset:2px!important;display:flex;justify-content:center;align-items:center;font-weight:600;cursor:pointer;padding:.3rem .6rem;border-radius:12px}.footer{background-color:#141414;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding-top:60px;overflow:hidden}@media (min-width: 1050px){.footer{padding:1rem;padding-bottom:0}}.footer-top{display:flex;justify-content:space-between;align-items:center;padding:0 0 40px;max-width:1250px;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;animation:rotateAnimation 30s linear infinite}@media (max-width: 768px){.footer-top-right{margin-top:1rem}}@keyframes rotateAnimation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer-circle{width:120px;height:120px;padding:.65rem;border-radius:50%;background-color:var(--primary);display:flex;justify-content:center;cursor:pointer;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:1250px!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:1250px;margin:0 auto;margin-bottom:14rem}@media (max-width: 768px){.footer-links-container{margin-bottom:6rem}}.footer-links-row{display:flex;padding:.3rem;justify-content:space-between}@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 button{text-decoration:none;color:#aaa;font-size:.7rem!important;white-space:nowrap}@media (max-width: 480px){.footer-links-col-flex button{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:var(--primary);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:1250px;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%}.footer-links-row:last-child{flex-direction:column;align-items:center;text-align:center;gap:1rem}}.footer-links-col-flex span{color:#6e6666}@media (max-width: 480px){.footer-links-col-flex span{font-size:.7rem!important}}.footer-links-col-flex button{color:#747474}.footer-links-col-flex button:hover{color:var(--primary);text-decoration:underline}@media (max-width: 768px){.footer-links-col{text-align:left}.footer-title{line-height:2rem}.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;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:2147483647;padding:1rem}@media (max-width: 768px){.modal-backdrop{padding:.5rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}.modal-container{position:relative;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:24px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a}.modal-container::-webkit-scrollbar{width:6px}.modal-container::-webkit-scrollbar-track{background:rgba(0,0,0,.2);border-radius:3px}.modal-container::-webkit-scrollbar-thumb{background:var(--primary);border-radius:3px}@media (max-width: 768px){.modal-container{max-height:95vh;border-radius:16px}}.modal-close-btn{position:absolute;top:20px;right:20px;width:40px;height:40px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fffc;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10}.modal-close-btn:hover{background:rgba(255,255,255,.15);border-color:#ffffff4d;color:#fff;transform:rotate(90deg)}.modal-close-btn svg{width:20px;height:20px}@media (max-width: 768px){.modal-close-btn{top:12px;right:12px;width:36px;height:36px}.modal-close-btn svg{width:18px;height:18px}}.contact-modal{padding:2.5rem}@media (max-width: 768px){.contact-modal{padding:1.5rem}}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;min-height:600px}@media (max-width: 768px){.modal-grid{grid-template-columns:1fr;gap:1.5rem;min-height:auto}}.glass-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0003,inset 0 1px #ffffff1a}@media (max-width: 768px){.glass-card{padding:1.5rem;border-radius:16px}}.modal-left{display:flex;flex-direction:column;justify-content:space-between;height:100%}.modal-left .modal-header{margin-bottom:2rem}.modal-left .modal-header .modal-label{display:inline-block;font-size:.8rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;padding:4px 12px;background:rgba(var(--primary-rgb, 121, 219, 69),.1);border-radius:12px;border:1px solid rgba(var(--primary-rgb, 121, 219, 69),.2)}.modal-left .modal-header .modal-label.career-label{background:rgba(138,238,67,.1);border-color:#96ee4333;color:var(--primary)}.modal-left .modal-header .modal-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.2;background:linear-gradient(135deg,#fff 0%,rgba(255,255,255,.8) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.modal-left .modal-header .modal-title{font-size:2rem}}.modal-left .modal-header .modal-subtitle{font-size:1rem;color:#ffffffb3;line-height:1.6;margin:0}.contact-card .card-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.contact-card .country-info{display:flex;align-items:center;gap:.75rem}.contact-card .country-info .country-flag{font-size:1.5rem}.contact-card .country-info .country-name{font-weight:600;color:#fff;font-size:1.1rem}.contact-card .contact-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.contact-card .contact-item{display:flex;align-items:center;gap:.875rem;padding:.75rem;background:rgba(255,255,255,.03);border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.contact-card .contact-item:hover{background:rgba(255,255,255,.05);border-color:#ffffff1a;transform:translate(4px)}.contact-card .contact-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(var(--primary-rgb, 121, 219, 69),.1);border-radius:10px;color:var(--primary)}.contact-card .contact-text{color:#ffffffe6;font-size:.95rem;font-weight:500}.contact-card .contact-note{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.contact-card .contact-note p{color:#fff9;font-size:.85rem;margin:0;text-align:center}.application-info .info-title{font-size:1.2rem;color:#fff;margin:0 0 1.25rem;font-weight:600}.application-info .requirement-list{list-style:none;padding:0;margin:0 0 1.5rem}.application-info .requirement-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.875rem;color:#ffffffe6;font-size:.95rem}.application-info .requirement-item .check-icon{color:var(--primary);font-weight:700;font-size:1.1rem}.application-info .requirement-item:last-child{margin-bottom:0}.application-info .application-note{padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.application-info .application-note p{color:#fff9;font-size:.85rem;margin:0;text-align:center}.contact-hint{margin-top:1.5rem;padding:1rem;background:rgba(255,255,255,.03);border-radius:12px;border:1px solid rgba(255,255,255,.05)}.contact-hint p{color:#fffc;font-size:.9rem;margin:0}.contact-hint p strong{color:#fff;font-weight:600}.modal-right .form-wrapper{height:100%;display:flex;flex-direction:column}.modal-right .form-wrapper .form-title{font-size:1.5rem;color:#fff;margin:0 0 1.5rem;font-weight:600}.modal-right .contact-form{flex:1;display:flex;flex-direction:column;gap:1.25rem}.modal-right .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 480px){.modal-right .form-row{grid-template-columns:1fr}}.modal-right .form-group{margin-bottom:0}.modal-right .form-input,.modal-right .form-select,.modal-right .form-textarea{width:100%;padding:.875rem 1rem;background:rgba(255,255,255,.05);border:1.5px solid rgba(255,255,255,.1);border-radius:12px;font-size:.95rem;color:#aeaeae!important;transition:all .3s cubic-bezier(.4,0,.2,1)}.modal-right .form-input::-moz-placeholder,.modal-right .form-select::-moz-placeholder,.modal-right .form-textarea::-moz-placeholder{color:#ffffff80}.modal-right .form-input::placeholder,.modal-right .form-select::placeholder,.modal-right .form-textarea::placeholder{color:#ffffff80}.modal-right .form-input:focus,.modal-right .form-select:focus,.modal-right .form-textarea:focus{outline:none;border-color:var(--primary);background:rgba(255,255,255,.08);box-shadow:0 0 0 3px rgba(var(--primary-rgb, 121, 219, 69),.15)}.modal-right .form-input:disabled,.modal-right .form-select:disabled,.modal-right .form-textarea:disabled{opacity:.6;cursor:not-allowed}.modal-right .form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px;padding-right:2.5rem}.modal-right .form-textarea{resize:vertical;min-height:120px;font-family:inherit;resize:none}.modal-right .form-textarea::-webkit-resizer{background-color:#fff3;border-radius:4px}.file-label{display:block;color:#fff;font-size:.75rem;font-weight:500;margin-bottom:.75rem}.file-label .file-hint{color:#fff9;font-size:.65rem;font-weight:400;margin-left:.5rem}.file-upload-area{position:relative;border:2px dashed rgba(255,255,255,.2);border-radius:12px;padding:2rem 1rem;text-align:center;cursor:pointer;transition:all .3s ease;background:rgba(255,255,255,.03)}.file-upload-area:hover{border-color:var(--primary);background:rgba(var(--primary-rgb, 121, 219, 69),.05)}.file-upload-area .file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-upload-area .upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem}.file-upload-area .upload-icon{font-size:2rem;opacity:.7}.file-upload-area .upload-text{color:#ffffffb3;font-size:.95rem}.upload-progress-wrapper{margin-top:1rem;padding:1rem;background:rgba(0,0,0,.2);border-radius:12px}.upload-progress-wrapper .progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.upload-progress-wrapper .progress-info span{color:#fff;font-size:.9rem}.upload-progress-wrapper .progress-info span:first-child{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:1rem}.upload-progress-wrapper .progress-info span:last-child{font-weight:600;color:var(--primary)}.progress-bar-container{width:100%;height:6px;background:rgba(255,255,255,.1);border-radius:3px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-deeper));border-radius:3px;transition:width .3s ease}.file-preview{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding:.875rem 1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px}.file-preview .file-info{display:flex;align-items:center;gap:.75rem;flex:1}.file-preview .file-icon{font-size:1.25rem;opacity:.8}.file-preview .file-details{display:flex;flex-direction:column;gap:.25rem}.file-preview .file-name{color:#fff;font-size:.95rem;font-weight:500}.file-preview .file-size{color:#fff9;font-size:.8rem}.remove-file-btn{background:rgba(220,53,69,.2);color:#ff6b6b;border:1px solid rgba(220,53,69,.3);padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.remove-file-btn:hover:not(:disabled){background:rgba(220,53,69,.3);border-color:#dc354566}.remove-file-btn:disabled{opacity:.5;cursor:not-allowed}.upload-error{color:#ff6b6b;font-size:.875rem;margin-top:.5rem;padding:.75rem;background:rgba(220,53,69,.1);border:1px solid rgba(220,53,69,.2);border-radius:8px;display:flex;align-items:center;gap:.5rem}.upload-error:before{content:"⚠️"}.submit-btn{width:100%;background:linear-gradient(135deg,var(--primary),var(--primary-deeper));color:#000;border:none;padding:1rem 2rem;border-radius:14px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:auto}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px rgba(var(--primary-rgb, 121, 219, 69),.3),0 0 0 1px rgba(var(--primary-rgb, 121, 219, 69),.2)}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{background:rgba(255,255,255,.1);color:#ffffff80;cursor:not-allowed;transform:none!important;box-shadow:none!important}.submit-btn .spinner{width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 1024px){.modal-container{max-width:95vw}.modal-grid{gap:1.5rem}}@media (max-width: 768px){.contact-modal{padding:1.25rem}.modal-grid{gap:1.25rem}.glass-card{padding:1.5rem}.modal-left{gap:.5rem}.form-row{gap:.75rem}}@media (max-width: 480px){.modal-container{max-height:98vh;border-radius:12px}.contact-modal{padding:1rem}.glass-card{padding:1.25rem}.modal-title{font-size:1.75rem!important}.modal-subtitle{font-size:.9rem!important}.contact-form{gap:1rem!important}.submit-btn{padding:.875rem 1.5rem;font-size:.95rem}}@media (prefers-color-scheme: dark){.modal-container{background:rgba(15,15,15,.7)}.glass-card{background:rgba(20,20,20,.5)}}@media print{.modal-backdrop{position:static;background:white}.modal-container{box-shadow:none;max-height:none}}.home-hero{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffff;overflow:hidden;padding:120px 20px 80px}.home-hero .hero-bg-glow{position:absolute;top:15%;left:50%;transform:translate(-50%);width:100%;max-width:1209px;height:260px;background:#aee67f;mix-blend-mode:normal;opacity:.5;filter:blur(200px);z-index:0;pointer-events:none}.home-hero .hero-bg-glow img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-hero .hero-container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:1105px;margin:0 auto}.home-hero .logiqlink-wrapper{position:relative;width:100%;max-width:630px;margin-bottom:64px}.home-hero .logiqlink-wrapper .logiqlink-svg{width:100%;height:auto;display:block}.home-hero .logiqlink-wrapper .glass-capsule{position:absolute;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:6px 12px;gap:5px;background:rgba(255,255,255,.03);border:1px solid rgba(229,229,229,.8);box-shadow:0 0 20px #0000000d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:51px;-webkit-user-select:none;-moz-user-select:none;user-select:none;will-change:transform;animation:capsule-float var(--float-duration, 6s) var(--float-delay, 0s) cubic-bezier(.45,0,.55,1) infinite}.home-hero .logiqlink-wrapper .glass-capsule .capsule-content{display:flex;flex-direction:row;align-items:center;gap:8px}.home-hero .logiqlink-wrapper .glass-capsule .capsule-content .capsule-icon{width:16px;height:16px;-o-object-fit:contain;object-fit:contain}.home-hero .logiqlink-wrapper .glass-capsule .capsule-content span{font-family:var(--font-archivo);font-style:normal;font-weight:600;font-size:12px;line-height:132%;text-align:center;color:#000;white-space:nowrap}.home-hero .hero-text-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;margin-bottom:48px}.home-hero .hero-text-content .hero-heading{font-family:var(--font-archivo);font-style:normal;font-weight:500;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.2;letter-spacing:-2px;color:#002e25;margin:0}.home-hero .hero-text-content .hero-heading .highlight-box{display:inline-block;background:#cdfa89;border-radius:6px;padding:4px 16px;margin-top:8px}.home-hero .hero-text-content .hero-subheading{font-family:var(--font-inter);font-style:normal;font-weight:400;font-size:clamp(1rem,1.5vw,1.125rem);line-height:160%;letter-spacing:-.27px;color:#3c4049;max-width:935px;margin:0 auto}.home-hero .hero-cta-group{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px}.home-hero .hero-cta-group button{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:18px 32px;gap:12px;height:56px;border-radius:165px;font-family:"Cerebri Sans",var(--font-archivo),sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:20px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.home-hero .hero-cta-group .btn-primary{background:#002e25;color:#fff;border:none}.home-hero .hero-cta-group .btn-primary .btn-icon{width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.home-hero .hero-cta-group .btn-primary:hover{background:rgb(0,97,78.0217391304);transform:translateY(-2px)}.home-hero .hero-cta-group .btn-secondary{background:transparent;color:#000;border:1px solid #000000;box-shadow:inset 0 -2px 6px #ffffff40;-webkit-backdrop-filter:blur(5.5px);backdrop-filter:blur(5.5px)}.home-hero .hero-cta-group .btn-secondary:hover{background:rgba(0,0,0,.05);transform:translateY(-2px)}@media (max-width: 768px){.home-hero .logiqlink-wrapper{margin-top:40px}.home-hero .logiqlink-wrapper .glass-capsule{padding:4px 8px;transform:scale(.8)}.home-hero .logiqlink-wrapper .glass-capsule .capsule-content span{font-size:10px}.home-hero{padding:80px 20px}.home-hero .hero-cta-group{flex-direction:column;width:100%}.home-hero .hero-cta-group button{width:100%;max-width:350px}}@keyframes capsule-float{0%{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}to{transform:translateZ(0)}}.hc-cards-section{padding:0 5%;position:relative}.hc-cards-bg-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-40%);width:140%;height:140%;pointer-events:none;z-index:0;background:radial-gradient(ellipse 70% 60% at 50% 55%,rgba(174,230,127,.22) 0%,rgba(174,230,127,.08) 45%,transparent 75%)}.hc-cards-bg-glow img{display:none}.hc-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px 22px;max-width:1064px;margin:0 auto;position:relative;z-index:1}.hc-stat-card{display:flex;flex-direction:column;align-items:center;gap:22px;text-align:center}.hc-stat-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hc-stat-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hc-stat-value{font-family:Archivo,sans-serif;font-weight:600;font-size:62px;line-height:67px;text-align:center;text-transform:uppercase;color:#fff;margin:0}.hc-stat-label{font-family:Archivo,sans-serif;font-weight:400;font-size:18px;line-height:132%;text-align:center;color:#ffffff9e;margin:-16px 0 0}@media (max-width: 900px){.hc-stats-grid{grid-template-columns:repeat(2,1fr);gap:48px 16px}.hc-stat-value{font-size:48px;line-height:54px}.hc-stat-label{font-size:16px}}@media (max-width: 600px){.hc-cards-section{padding:0 5%}.hc-stats-grid{grid-template-columns:1fr;gap:40px}.hc-stat-icon{width:52px;height:52px}.hc-stat-value{font-size:42px;line-height:48px}.hc-stat-label{font-size:15px;margin-top:-12px}}.who-we-are-section{position:relative;padding-bottom:4rem;overflow:hidden;background-color:#022c22;color:#fff}.top-gradient-bg{position:absolute;top:0;left:50%;transform:translate(-50%);width:120%;max-width:1600px;z-index:0;pointer-events:none;opacity:.2;filter:blur(30px)}.top-gradient-bg img{width:100%;height:auto;display:block;mask-image:radial-gradient(ellipse at center top,black 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse at center top,black 30%,transparent 80%)}.cards-section{background:transparent!important;min-height:auto!important;padding-top:0!important}.marquee-container{padding:5rem 0;position:relative;display:flex;flex-direction:column;align-items:center;gap:2.5rem;width:100%}.marquee-container .marquee-label{font-family:Inter,sans-serif;font-size:1.3rem;color:#9bd9cd;font-style:italic;font-weight:400;text-align:center;padding:0 1rem}.marquee-container .marquee-wrapper{width:100%;overflow:hidden;position:relative;display:flex;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.marquee-container .marquee-track{display:flex;width:-moz-max-content;width:max-content;gap:5rem;padding:1rem 5rem 1rem 0;will-change:transform}.marquee-container .marquee-item{display:flex;align-items:center;gap:.8rem;flex-shrink:0;transition:opacity .3s;height:60px}.marquee-container .marquee-item:hover{opacity:.8}.marquee-container .marquee-icon-wrapper{display:flex;align-items:center;justify-content:center;width:50px}.marquee-container .marquee-icon{height:48px;width:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;display:block}.marquee-container .marquee-text{font-family:Roboto,sans-serif;font-weight:700;font-size:1.5rem;color:#fff;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.bg-ellipse-container{position:absolute;top:15%;left:50%;transform:translate(-50%);width:100%;max-width:1000px;z-index:0;pointer-events:none}.bg-ellipse-container img{width:100%;height:auto;opacity:.15;filter:brightness(.6) blur(20px);mix-blend-mode:screen;mask-image:radial-gradient(closest-side,black 40%,transparent 100%);-webkit-mask-image:radial-gradient(closest-side,black 40%,transparent 100%)}.content-wrapper{position:relative;z-index:2;padding-bottom:5rem}.left-column{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.left-column .label-box{background-color:#cdfa89;color:#022c22;padding:0 12px;font-weight:500;font-family:Archivo,sans-serif;text-transform:uppercase;font-size:2.5rem;border-radius:6px;display:inline-block}.left-column .section-heading{font-family:Archivo,sans-serif;font-size:clamp(2rem,2vw,2.2rem);font-weight:400;line-height:1.2;color:#fff;margin-top:1.5rem}.left-column .section-description{font-family:Inter,sans-serif;color:#b0c4bc;line-height:1.6;font-size:1rem;max-width:90%}.left-column .learn-more-btn{margin-top:1rem;border-radius:999px!important;border-color:#ffffff4d!important;color:#fff!important;padding:.8rem 2rem!important;font-family:Inter,sans-serif!important}.left-column .learn-more-btn:hover{background-color:#fff!important;color:#022c22!important}.right-column{display:flex;justify-content:flex-end}.right-column .info-card{background:white;color:#022c22;padding:2.5rem;border-radius:28px;box-shadow:0 20px 40px #0003;max-width:454px;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.right-column .info-card h3{font-family:Archivo,sans-serif;font-size:1.25rem;font-weight:400;margin-bottom:1rem;line-height:1.4;text-align:center}.right-column .info-card .checklist{display:flex;flex-direction:column;gap:1rem;width:100%}.right-column .info-card .checklist-item{display:flex;align-items:center;gap:1rem;background:#f9fafb;padding:12px 16px;border-radius:12px;border:1px solid #e5e7eb;transition:transform .2s,border-color .2s;width:100%}.right-column .info-card .checklist-item:hover{transform:translate(5px);border-color:#cdfa89}.right-column .info-card .checklist-item span{font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;line-height:1.4}.cards-wrapper{margin-top:4rem;position:relative;z-index:2}.cards-wrapper .cards-heading{font-family:Archivo,sans-serif;font-size:clamp(2rem,3vw,2.8rem);text-align:center;color:#fff;margin-bottom:2rem;font-weight:400}@media (max-width: 1024px){.content-wrapper{padding-bottom:3rem}.right-column{justify-content:center}}@media (max-width: 768px){.marquee-container{padding:3rem 0;gap:1.5rem}.marquee-container .marquee-label{font-size:1rem}.marquee-container .marquee-track{gap:3rem;padding-right:3rem}.marquee-container .marquee-icon{height:32px;min-width:32px}.marquee-container .marquee-text{font-size:1rem}.left-column{align-items:center;text-align:center}.left-column .section-description{max-width:100%}.left-column .label-box{font-size:2rem}.info-card{padding:1.5rem}.cards-heading{font-size:2rem}}@media (max-width: 480px){.marquee-container .marquee-label{font-size:.9rem}.marquee-container .marquee-track{gap:2rem;padding-right:2rem}.marquee-container .marquee-icon{height:24px;min-width:24px}.marquee-container .marquee-text{font-size:.85rem}}.brand-section{padding:2rem 1rem 4rem;text-align:center;max-width:800px;margin:0 auto}.brand-section .brand-text{font-size:1.2rem;margin-bottom:2rem}@media (max-width: 480px){.brand-section .brand-text{font-size:.7rem!important}}.brand-section .brand-text{color:#888}.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}}.about-section-parent-home{background-color:#141414;margin:1rem 0px;position:relative;z-index:3}.home-about-img{display:inline-block;margin-right:30px!important;width:90px;margin-bottom:10px;margin-top:-70px}@media (max-width: 750px){.home-about-img{width:70px!important}}.home-about-h2-color{color:var(--primary-deep)}.about-section{background-color:#141414;position:relative;padding:6rem 1rem!important;z-index:10;line-height:1.4;overflow:hidden}@media (min-width: 1050px){.about-section{padding:5rem 0rem}}.about-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/Ellipse\ 6-ea970d30.png) no-repeat center center/cover;opacity:.25;z-index:-1}.about-section-title{max-width:800px;font-size:1.8rem;margin:0 auto}@media (max-width: 1050px){.about-section-title{font-size:1.5rem}}@media (max-width: 780px){.about-section-title{font-size:1.2rem}}.about-section-title h2{font-weight:400;margin-bottom:1rem}.about-highlight{color:#e3f19fa2}.about-bottom-img{max-width:1250px;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{position:relative;width:100%;background:#002e25;padding:100px 20px;display:flex;flex-direction:column;align-items:center;overflow:hidden}.case-studies-section .cs-bg-glow{position:absolute;width:1479px;height:678px;left:50%;transform:translate(-50%);bottom:-339px;background:#aee67f;mix-blend-mode:soft-light;opacity:.71;filter:blur(200px);pointer-events:none;z-index:0}.case-studies-section .cs-container{position:relative;z-index:1;width:100%;max-width:888px;display:flex;flex-direction:column;align-items:center}.case-studies-section .cs-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:60px;gap:24px}.case-studies-section .cs-capsule{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 16px;gap:16px;background:#01483a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:59px}.case-studies-section .cs-capsule .icon-wrapper{position:relative;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.case-studies-section .cs-capsule .icon-wrapper .icon-blur{position:absolute;width:20px;height:20px;background:rgba(0,0,0,.5);filter:blur(10px)}.case-studies-section .cs-capsule .icon-wrapper .cs-icon{position:relative;z-index:1;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.case-studies-section .cs-capsule span{font-family:Work Sans,sans-serif;font-weight:500;font-size:16px;line-height:132%;letter-spacing:-1px;color:#fff}.case-studies-section .cs-heading{margin:0;font-family:var(--font-archivo);font-weight:500;font-size:clamp(2.5rem,4.5vw,4.5rem);line-height:1.2;letter-spacing:-2px}.case-studies-section .cs-heading .text-white{color:#fff}.case-studies-section .cs-heading .highlight-box{display:inline-block;background:#baff2a;color:#002e25;border-radius:6px;padding:0 16px;margin-top:8px}.case-studies-section .cs-interactive-area{width:100%;max-width:846px;display:flex;flex-direction:column}.case-studies-section .cs-tabs-header{display:flex;flex-direction:row;width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.case-studies-section .cs-tabs-header::-webkit-scrollbar{display:none}.case-studies-section .cs-tab-btn{flex:1;min-width:140px;height:66px;padding:16px 14px;display:flex;align-items:center;justify-content:center;text-align:center;font-family:var(--font-archivo);font-weight:400;font-size:16px;line-height:17px;color:#9eb8b3;background:transparent;border:none;outline:none;border-radius:8px 8px 0 0;cursor:pointer;transition:all .3s ease;white-space:nowrap}.case-studies-section .cs-tab-btn:focus-visible{box-shadow:0 0 0 2px #baff2a66}.case-studies-section .cs-tab-btn.active{background:#013e32;color:#fff;font-weight:500;border-bottom:none}.case-studies-section .cs-tab-btn:hover:not(.active){color:#fff}.case-studies-section .cs-content-card{background:#ffffff;border:1px solid #d3d4d8;border-radius:0 12px 12px;overflow:hidden}.case-studies-section .cs-card-inner{display:flex;flex-direction:row;padding:16px;gap:32px}.case-studies-section .cs-card-content{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:10px 0 10px 10px;gap:40px}.case-studies-section .cs-text-group{display:flex;flex-direction:column;gap:16px}.case-studies-section .cs-text-group .cs-category{font-family:var(--font-archivo);font-weight:400;font-size:28px;line-height:132%;letter-spacing:-.005em;color:#000;margin:0;text-transform:uppercase}.case-studies-section .cs-text-group .cs-description{font-family:var(--font-archivo);font-weight:400;font-size:14px;line-height:150%;color:#4e535d;margin:0;max-width:440px}.case-studies-section .cs-stats-row{display:flex;flex-direction:row;gap:20px}.case-studies-section .cs-stats-row .cs-stat-item{display:flex;flex-direction:column;gap:2px;width:210px}.case-studies-section .cs-stats-row .cs-stat-item h4{font-family:var(--font-archivo);font-weight:600;font-size:36px;line-height:39px;color:#000;margin:0;text-transform:uppercase}.case-studies-section .cs-stats-row .cs-stat-item p{font-family:var(--font-archivo);font-weight:400;font-size:14px;line-height:132%;color:#4e535d;margin:0}.case-studies-section .cs-actions{display:flex;flex-direction:row;align-items:center;gap:12px;flex-wrap:wrap}.case-studies-section .cs-actions button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 24px;gap:12px;height:38px;border-radius:165px;font-family:"Cerebri Sans",var(--font-archivo),sans-serif;font-weight:600;font-size:14px;line-height:18px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.case-studies-section .cs-actions .cs-btn-primary{background:#002e25;color:#fff;border:none;width:160px}.case-studies-section .cs-actions .cs-btn-primary:hover{background:rgb(0,97,78.0217391304)}.case-studies-section .cs-actions .cs-btn-secondary{background:transparent;color:#000;border:1px solid #000000;box-shadow:inset 0 -2px 6px #ffffff40;-webkit-backdrop-filter:blur(5.5px);backdrop-filter:blur(5.5px);width:224px}.case-studies-section .cs-actions .cs-btn-secondary .btn-icon{width:18px;height:18px;-o-object-fit:contain;object-fit:contain}.case-studies-section .cs-actions .cs-btn-secondary:hover{background:rgba(0,0,0,.05)}.case-studies-section .cs-card-image-wrapper{flex:0 0 300px;height:360px;border-radius:4px;overflow:hidden;background:#f3f7f6}.case-studies-section .cs-card-image-wrapper .cs-feature-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width: 900px){.case-studies-section .cs-card-inner{flex-direction:column}.case-studies-section .cs-card-image-wrapper{flex:0 0 auto;width:100%;height:300px}.case-studies-section .cs-card-content{padding:10px;gap:32px}.case-studies-section .cs-content-card{border-radius:12px}.case-studies-section .cs-tab-btn{flex:0 0 auto;border-radius:8px}.case-studies-section .cs-tab-btn.active{border-bottom:1px solid rgba(0,0,0,.15)}}@media (max-width: 600px){.case-studies-section .case-studies-section{padding:60px 16px}.case-studies-section .cs-stats-row{flex-direction:column;gap:16px}.case-studies-section .cs-stats-row .cs-stat-item{width:100%}.case-studies-section .cs-actions{flex-direction:column;align-items:stretch}.case-studies-section .cs-actions .cs-btn-primary,.case-studies-section .cs-actions .cs-btn-secondary{width:100%}}.home-tabs-section{position:relative;padding:6rem 0;background-color:#cdfa89;overflow:hidden}.home-tabs-section .bg-lines{position:absolute;top:0;height:100%;width:100%;pointer-events:none;z-index:1}.home-tabs-section .bg-lines.left{left:0;width:60%}.home-tabs-section .bg-lines.left img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:1;transform-origin:top left}.home-tabs-section .bg-lines.right{right:0;width:60%;display:flex;justify-content:flex-end}.home-tabs-section .bg-lines.right img{position:absolute;top:0;right:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:1;transform-origin:top right}.home-tabs-section .bg-lines .line.l1{opacity:1}.home-tabs-section .bg-lines .line.l2{opacity:.8}.home-tabs-section .bg-lines .line.l3{opacity:.6}.home-tabs-section .bg-lines .line.l4{opacity:.4}.home-tabs-section .bg-lines .line.r1{opacity:1}.home-tabs-section .bg-lines .line.r2{opacity:.8}.home-tabs-section .bg-lines .line.r3{opacity:.6}.home-tabs-section .bg-lines .line.r4{opacity:.4}.home-tabs-section .section-header{text-align:center;margin-bottom:3rem;position:relative;z-index:2}.home-tabs-section .section-header .top-text{font-family:var(--font-archivo);font-size:clamp(2rem,3vw,2.8rem);color:#0f1f15;font-weight:500;margin-bottom:.5rem}.home-tabs-section .section-header .highlight-box{display:inline-block;background-color:#052e16;color:#fff;font-family:var(--font-archivo);font-size:clamp(2rem,3vw,2.8rem);font-weight:500;padding:.2rem 1.5rem;border-radius:8px}.home-tabs-section .tabs-nav-container{display:flex;justify-content:center;margin-bottom:2rem;position:relative;z-index:2;padding:0 1rem}.home-tabs-section .tabs-nav-container .tabs-list{display:flex;background-color:#abd965;padding:.5rem;border-radius:12px;gap:.5rem;border:1px solid rgba(0,0,0,.05);overflow-x:auto;max-width:100%;scrollbar-width:none}.home-tabs-section .tabs-nav-container .tabs-list::-webkit-scrollbar{display:none}.home-tabs-section .tabs-nav-container .tabs-list .tab-btn{background:transparent;border:none;padding:.8rem 1.5rem;font-family:var(--font-inter);font-size:.95rem;color:#3f4a44;cursor:pointer;white-space:nowrap;border-radius:8px;font-weight:500;transition:all .3s ease}.home-tabs-section .tabs-nav-container .tabs-list .tab-btn:hover{color:#000}.home-tabs-section .tabs-nav-container .tabs-list .tab-btn.active{background-color:#fff;color:#000;box-shadow:0 2px 5px #0000000d;font-weight:600}.home-tabs-section .tab-content-card{background-color:#fff;border-radius:32px;padding:3rem;position:relative;z-index:2;box-shadow:0 20px 40px #0000000d;min-height:500px}.home-tabs-section .tab-content-card .content-grid{display:grid;grid-template-columns:1.2fr 1.8fr;gap:4rem;align-items:center}.home-tabs-section .tab-content-card .content-image-wrapper{height:400px;width:100%;border-radius:16px;overflow:hidden}.home-tabs-section .tab-content-card .content-image-wrapper .placeholder-image{width:100%;height:100%;background-color:#eee;background-size:cover;background-position:center}.home-tabs-section .tab-content-card .content-details .content-heading{font-family:var(--font-archivo);font-size:2.2rem;color:#000;margin-bottom:1rem;font-weight:500}.home-tabs-section .tab-content-card .content-details .content-desc{font-family:var(--font-inter);color:#666;margin-bottom:2rem;line-height:1.6;max-width:90%}.home-tabs-section .tab-content-card .content-details .features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem}.home-tabs-section .tab-content-card .content-details .features-grid .feature-pill{display:flex;align-items:center;gap:.8rem;border:1px solid #E5E7EB;padding:.6rem 1rem;border-radius:8px;transition:border-color .2s}.home-tabs-section .tab-content-card .content-details .features-grid .feature-pill:hover{border-color:#abd965}.home-tabs-section .tab-content-card .content-details .features-grid .feature-pill .icon-box{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.home-tabs-section .tab-content-card .content-details .features-grid .feature-pill .feature-text{font-family:var(--font-inter);font-size:.9rem;font-weight:500;color:#111}.home-tabs-section .tab-content-card .content-details .footer-link-wrapper .footer-link{background:none;border:none;font-family:var(--font-inter);font-weight:700;color:#000;font-size:.95rem;cursor:pointer;padding-bottom:2px;border-bottom:2px solid #000}.home-tabs-section .tab-content-card .content-details .footer-link-wrapper .footer-link:hover{color:#333;border-bottom-color:#333}@media (max-width: 1024px){.home-tabs-section .tab-content-card{padding:2rem}.home-tabs-section .tab-content-card .content-grid{grid-template-columns:1fr;gap:2rem}.home-tabs-section .tab-content-card .content-image-wrapper{height:300px}}@media (max-width: 768px){.home-tabs-section{padding:4rem 0}.home-tabs-section .section-header .top-text,.home-tabs-section .section-header .highlight-box{font-size:1.8rem}.home-tabs-section .tab-content-card{border-radius:20px}.home-tabs-section .tab-content-card .content-details .content-heading{font-size:1.8rem}.home-tabs-section .tab-content-card .content-details .features-grid{grid-template-columns:1fr}}.home-feature-cards{padding:5rem 0 3rem}.home-feature-cards .section-header{text-align:center;margin-bottom:4rem}.home-feature-cards .section-header .title{font-family:var(--font-archivo);font-size:clamp(2rem,3vw,2.5rem);color:#052e16;font-weight:500;margin-bottom:.5rem}.home-feature-cards .section-header .highlight-wrapper{display:inline-block}.home-feature-cards .section-header .highlight-wrapper .highlight-text{font-family:var(--font-archivo);font-size:clamp(2rem,3vw,2.5rem);font-weight:500;background-color:#cdfa89;padding:12px;color:#052e16;border-radius:6px}.home-feature-cards .cards-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media (min-width: 768px){.home-feature-cards .cards-grid{grid-template-columns:repeat(3,1fr)}}.home-feature-cards .feature-card{background-color:#f3f7f6;border-radius:24px;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:box-shadow .3s ease}.home-feature-cards .feature-card:hover{box-shadow:0 10px 30px #0000000d}.home-feature-cards .feature-card .icon-wrapper{margin-bottom:5rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.home-feature-cards .feature-card .content .card-title{font-family:var(--font-archivo);font-size:1.25rem;font-weight:600;color:#052e16;margin-bottom:.5rem}.home-feature-cards .feature-card .content .card-subtitle{font-family:var(--font-inter);font-size:.9rem;color:#4b5563;font-weight:400}@media (max-width: 768px){.home-feature-cards{padding:3rem 0}.home-feature-cards .section-header{margin-bottom:2rem}.home-feature-cards .feature-card{padding:2.5rem 1.5rem}}.home-expert-sessions{padding:2rem 0 6rem;background-color:#fff}.home-expert-sessions .section-header{text-align:center;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center}.home-expert-sessions .section-header .events-capsule{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 16px;gap:10px;background:#f5f5f5;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:59px;margin-bottom:20px}.home-expert-sessions .section-header .events-capsule .icon-wrapper{position:relative;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.home-expert-sessions .section-header .events-capsule .icon-wrapper .icon-blur{position:absolute;width:15px;height:15px;background:rgba(0,0,0,.5);filter:blur(10px)}.home-expert-sessions .section-header .events-capsule .icon-wrapper .capsule-icon{position:relative;z-index:1;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.home-expert-sessions .section-header .events-capsule span{font-family:Work Sans,sans-serif;font-weight:500;font-size:16px;line-height:132%;letter-spacing:-1px;color:#000}.home-expert-sessions .section-header .title{font-family:var(--font-archivo);font-size:clamp(2rem,3vw,2.8rem);color:#052e16;font-weight:500;margin-bottom:1rem}.home-expert-sessions .section-header .title .highlight-text{background-color:#cdfa89;padding:0 .5rem;display:inline-block}.home-expert-sessions .section-header .subtitle{font-family:var(--font-inter);font-size:1rem;color:#4b5563;max-width:600px;margin:0 auto;line-height:1.6}.home-expert-sessions .sessions-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 900px){.home-expert-sessions .sessions-grid{grid-template-columns:repeat(2,1fr)}}.home-expert-sessions .session-card{background-color:#f3f7f6;border-radius:20px;overflow:hidden;border:1px solid rgba(0,0,0,.11);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.home-expert-sessions .session-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000014}.home-expert-sessions .session-card .card-image-wrapper{width:100%;height:240px;overflow:hidden}.home-expert-sessions .session-card .card-image-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.home-expert-sessions .session-card:hover .card-image-wrapper img{transform:scale(1.05)}.home-expert-sessions .session-card .card-content{padding:2rem;flex:1;display:flex;flex-direction:column}.home-expert-sessions .session-card .card-content .card-title{font-family:var(--font-archivo);font-size:1.4rem;font-weight:600;color:#052e16;margin-bottom:.8rem;line-height:1.3}.home-expert-sessions .session-card .card-content .card-desc{font-family:var(--font-inter);font-size:.95rem;color:#4b5563;margin-bottom:1.5rem;line-height:1.5}.home-expert-sessions .session-card .card-content .meta-info{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.home-expert-sessions .session-card .card-content .calendar-icon-wrapper,.home-expert-sessions .session-card .card-content .time-icon-wrapper,.home-expert-sessions .session-card .card-content .user-icon-wrapper{display:flex;align-items:center;gap:.5rem;font-family:var(--font-inter);font-size:.9rem;color:#4b5563}.home-expert-sessions .session-card .card-content .speaker-row{margin-top:auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.home-expert-sessions .session-card .card-content .speaker-row .speaker-info{display:flex;flex-direction:column;font-family:var(--font-inter)}.home-expert-sessions .session-card .card-content .speaker-row .speaker-info .label{font-size:.75rem;color:#9ca3af;margin-bottom:2px}.home-expert-sessions .session-card .card-content .speaker-row .speaker-info .name{font-size:.95rem;font-weight:700;color:#111}.home-expert-sessions .session-card .card-content .speaker-row .speaker-info .role{font-size:.8rem;color:#6b7280}.home-expert-sessions .session-card .card-content .speaker-row .register-btn{background-color:#0f1f15;color:#fff;padding:.7rem 1.5rem;border-radius:999px;text-decoration:none;font-family:var(--font-inter);font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:background-color .2s}.home-expert-sessions .session-card .card-content .speaker-row .register-btn:hover{background-color:#000}.home-expert-sessions .session-card .card-content .speaker-row .register-btn:hover .arrow{transform:translate(3px)}.home-expert-sessions .session-card .card-content .speaker-row .register-btn .arrow{transition:transform .2s}@media (max-width: 768px){.home-expert-sessions .sessions-grid{grid-template-columns:1fr}.home-expert-sessions .session-card .card-image-wrapper{height:200px}.home-expert-sessions .session-card .card-content{padding:1.5rem}.home-expert-sessions .session-card .card-content .speaker-row{flex-direction:column;align-items:flex-start}.home-expert-sessions .session-card .card-content .speaker-row .register-btn{width:100%;justify-content:center}}.industries-section{width:100%;background:#ffffff;padding:100px 20px;display:flex;flex-direction:column;align-items:center}.ind-container{width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:center;gap:60px}.ind-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}.ind-capsule{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 16px;gap:16px;background:#F5F5F5;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:59px}.ind-capsule .icon-wrapper{position:relative;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.ind-capsule .icon-wrapper .icon-blur{position:absolute;width:15px;height:15px;background:rgba(0,0,0,.5);filter:blur(10px)}.ind-capsule .icon-wrapper .ind-icon-small{position:relative;z-index:1;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ind-capsule span{font-family:Work Sans,sans-serif;font-weight:500;font-size:16px;line-height:132%;letter-spacing:-1px;color:#000}.ind-heading{margin:0;font-family:var(--font-archivo);font-weight:500;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.2;letter-spacing:-2px;color:#002e25}.ind-heading .highlight-box{display:inline-block;background:#CDFA89;color:#002e25;border-radius:6px;padding:0 16px;margin-top:8px}.ind-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%}.ind-card{position:relative;width:100%;aspect-ratio:1/1;background:#F3F7F6;border:1px solid rgba(255,255,255,.15);border-radius:12px;overflow:hidden}.ind-card .ind-card-bg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.ind-card .ind-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.1));z-index:1}.ind-card .ind-card-icon{position:absolute;top:32px;left:32px;width:64px;height:64px;z-index:2;-o-object-fit:contain;object-fit:contain}.ind-card .ind-card-content{position:absolute;bottom:24px;left:24px;right:24px;display:flex;flex-direction:column;gap:16px;z-index:2}.ind-card .ind-card-title{font-family:var(--font-archivo);font-weight:600;font-size:32px;line-height:132%;color:#fff;margin:0}.ind-card .ind-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px}.ind-card .ind-tags .ind-tag{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:4px 12px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.08) 100%);border:.5px solid rgba(255,255,255,.2);border-radius:28px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-family:var(--font-archivo);font-weight:500;font-size:11px;line-height:155%;text-align:center;color:#fff;white-space:nowrap}.ind-cta-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:18px 32px;gap:12px;height:56px;background:#002E25;border-radius:165px;border:none;cursor:pointer;transition:all .3s ease;font-family:"Cerebri Sans",var(--font-archivo),sans-serif;font-weight:600;font-size:16px;line-height:20px;color:#fff}.ind-cta-btn .btn-icon{width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.ind-cta-btn:hover{background:rgb(0,97,78.0217391304);transform:translateY(-2px)}@media (max-width: 1024px){.ind-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.ind-card .ind-card-icon{top:24px;left:24px;width:48px;height:48px}.ind-card .ind-card-title{font-size:26px}}@media (max-width: 600px){.industries-section{padding:60px 16px}.ind-container{gap:40px}.ind-grid{grid-template-columns:1fr}.ind-card{aspect-ratio:auto;min-height:380px}.ind-cta-btn{width:100%;max-width:350px}}.ht-testimonials-section{padding:6rem 0 4rem;background-color:#f8faf9;overflow:hidden;position:relative;width:100%}.ht-testimonials-section .ht-container-custom{max-width:1200px;margin:0 auto;padding:0 1rem}.ht-testimonials-section .ht-section-header{text-align:center;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center}.ht-testimonials-section .ht-section-header .ht-capsule{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 16px;gap:10px;background:#e8edec;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:59px;margin-bottom:20px}.ht-testimonials-section .ht-section-header .ht-capsule .icon-wrapper{position:relative;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.ht-testimonials-section .ht-section-header .ht-capsule .icon-wrapper .icon-blur{position:absolute;width:15px;height:15px;background:rgba(0,0,0,.5);filter:blur(10px)}.ht-testimonials-section .ht-section-header .ht-capsule .icon-wrapper .capsule-icon{position:relative;z-index:1;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ht-testimonials-section .ht-section-header .ht-capsule span{font-family:Work Sans,sans-serif;font-weight:500;font-size:16px;line-height:132%;letter-spacing:-1px;color:#000}.ht-testimonials-section .ht-section-header h2{font-family:Archivo,sans-serif;font-size:clamp(2rem,3vw,3rem);font-weight:600;color:#0f1f15;line-height:1.2}.ht-testimonials-section .ht-section-header h2 .ht-highlight{display:inline-block;background-color:#cdfa89;padding:6px 12px;border-radius:4px;color:#0f1f15}.ht-testimonials-section .ht-marquee-wrapper{position:relative;width:100%;overflow:hidden;margin-bottom:2rem;display:flex}.ht-testimonials-section .ht-marquee-wrapper .ht-marquee-fade-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:linear-gradient(to right,#f8faf9 0%,transparent 10%,transparent 90%,#f8faf9 100%);z-index:20}.ht-testimonials-section .ht-marquee-wrapper .ht-marquee-track{display:flex;width:-moz-max-content;width:max-content;animation:scroll linear infinite}.ht-testimonials-section .ht-marquee-wrapper .ht-marquee-track:hover{animation-play-state:paused}.ht-testimonials-section .ht-marquee-wrapper .ht-marquee-content{display:flex;gap:1.5rem;padding-right:1.5rem}.ht-testimonials-section .ht-video-card{background:#000;box-shadow:0 10px 30px #0000001a;cursor:pointer}.ht-testimonials-section .ht-video-card .ht-video-wrapper{width:100%;height:100%;position:relative}.ht-testimonials-section .ht-video-card .ht-video-wrapper .ht-bg-video-iframe{width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover}.ht-testimonials-section .ht-video-card .ht-video-wrapper .ht-bg-video-iframe.ht-playing{z-index:5}.ht-testimonials-section .ht-video-card .ht-video-wrapper .ht-video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 50%);padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;z-index:10}.ht-testimonials-section .ht-video-card .ht-video-wrapper .ht-video-overlay .ht-play-button{position:absolute;bottom:1.5rem;right:1.5rem;width:40px;height:40px;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.ht-testimonials-section .ht-video-card .ht-video-wrapper .ht-video-overlay .ht-play-button:hover{transform:scale(1.1);background:rgba(255,255,255,.4)}.ht-testimonials-section .ht-video-card .ht-video-wrapper .ht-video-overlay .ht-play-button img{width:14px;height:14px}.ht-testimonials-section .ht-video-card .ht-video-wrapper .ht-video-overlay .ht-video-info h4{color:#fff;font-weight:600;margin:0 0 .2rem;white-space:nowrap}.ht-testimonials-section .ht-video-card .ht-video-wrapper .ht-video-overlay .ht-video-info p{color:#fffc;font-size:.8rem;margin:0;white-space:nowrap}@keyframes scroll{0%{transform:translateZ(0)}to{transform:translate3d(-33.333%,0,0)}}.home-blogs-preview{padding:6rem 0;background-color:#fff}.home-blogs-preview .section-header{text-align:center;margin-bottom:4rem}.home-blogs-preview .section-header .title{font-family:var(--font-archivo);font-size:clamp(2rem,3.5vw,3rem);color:#052e16;font-weight:500;line-height:1.2}.home-blogs-preview .section-header .title .highlight-text{background-color:#cdfa89;padding:0 .5rem;display:inline-block;margin-top:.5rem;border-radius:4px}.home-blogs-preview .blogs-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.home-blogs-preview .blogs-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.home-blogs-preview .blogs-grid{grid-template-columns:repeat(3,1fr)}}.home-blogs-preview .blog-card{background-color:#f9fafb;border-radius:16px;overflow:hidden;transition:box-shadow .3s ease;display:flex;flex-direction:column}.home-blogs-preview .blog-card:hover{box-shadow:0 10px 25px #0000000d}.home-blogs-preview .blog-card .card-image-wrapper{position:relative;height:240px;overflow:hidden}.home-blogs-preview .blog-card .card-image-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.home-blogs-preview .blog-card .card-image-wrapper .category-badge{position:absolute;bottom:1rem;left:1rem;background-color:#1e1e1e4d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-family:var(--font-inter);font-size:.75rem;padding:.3rem .8rem;border-radius:999px;border:1px solid rgba(255,255,255,.2)}.home-blogs-preview .blog-card:hover .card-image-wrapper img{transform:scale(1.05)}.home-blogs-preview .blog-card .card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column;justify-content:space-between}.home-blogs-preview .blog-card .card-content .blog-title{font-family:var(--font-archivo);font-size:1.25rem;font-weight:400;color:#111;margin-bottom:1.5rem;line-height:1.4}.home-blogs-preview .blog-card .card-content .read-more-link{background:none;border:none;padding:0;font-family:var(--font-inter);font-weight:600;font-size:.9rem;color:#65a30d;text-decoration:underline;text-underline-offset:4px;cursor:pointer;text-align:left;width:-moz-fit-content;width:fit-content;transition:color .2s}.home-blogs-preview .blog-card .card-content .read-more-link:hover{color:#4d7c0f}@media (max-width: 768px){.home-blogs-preview{padding:4rem 0}.home-blogs-preview .section-header .title{font-size:2rem}.home-blogs-preview .blog-card .card-image-wrapper{height:200px}.home-blogs-preview .blog-card .blog-title{font-size:1.1rem}}.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:800px}@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: 968px){.solution-builder .solution-container .solution-box{padding:1rem}}.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,rgb(27,27,27) 0%,rgba(255,255,255,.11) 100%);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:rgba(100,108,255,.1);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;top:0;left:0;right:0;bottom: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}.solution-builder .solution-container .solution-actions{flex-direction:column}}.engineering-intelligence{background:#F3F7F6;width:100%;padding:100px 20px;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.engineering-intelligence .ei-header-section{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:827px;margin-bottom:60px}.engineering-intelligence .cluster-capsule{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 16px;gap:10px;background:#DDE8E5;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:59px;margin-bottom:24px}.engineering-intelligence .cluster-capsule .icon-wrapper{position:relative;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.engineering-intelligence .cluster-capsule .icon-wrapper .icon-blur{position:absolute;width:15px;height:15px;background:rgba(0,0,0,.5);filter:blur(10px);z-index:0}.engineering-intelligence .cluster-capsule .icon-wrapper .cluster-icon{position:relative;z-index:1;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.engineering-intelligence .cluster-capsule span{font-family:Work Sans,sans-serif;font-weight:500;font-size:16px;line-height:132%;letter-spacing:-1px;color:#000}.engineering-intelligence .ei-heading{font-family:var(--font-archivo);font-weight:500;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.15;letter-spacing:-2px;color:#002e25;margin:0 0 24px}.engineering-intelligence .ei-heading .highlight-box{display:inline-block;background:#CDFA89;border-radius:6px;padding:0 16px;margin-top:8px}.engineering-intelligence .ei-subheading{font-family:var(--font-inter);font-weight:400;font-size:clamp(1rem,1.5vw,1.125rem);line-height:160%;letter-spacing:-.27px;color:#3c4049;margin:0}.engineering-intelligence .ei-tabs-container{width:100%;max-width:846px;display:flex;flex-direction:column}.engineering-intelligence .ei-tabs-header{display:flex;flex-direction:row;width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.engineering-intelligence .ei-tabs-header::-webkit-scrollbar{display:none}.engineering-intelligence .ei-tab-btn{flex:1;min-width:140px;height:66px;padding:16px 14px;display:flex;align-items:center;justify-content:center;text-align:center;font-family:var(--font-archivo);font-weight:400;font-size:16px;line-height:17px;color:#3c4049;background:transparent;border:none;border-radius:8px 8px 0 0;cursor:pointer;transition:all .3s ease}.engineering-intelligence .ei-tab-btn.active{background:#002E25;color:#fff;font-weight:500;border:1px solid rgba(0,0,0,.15);border-bottom:none}.engineering-intelligence .ei-tab-content-box{background:#FFFFFF;border:1px solid rgba(0,0,0,.15);border-radius:0 12px 12px;padding:32px;display:flex;flex-direction:column;gap:32px}.engineering-intelligence .ei-content-header h3{font-family:var(--font-archivo);font-weight:400;font-size:24px;line-height:132%;letter-spacing:-.005em;color:#000;margin:0 0 8px}.engineering-intelligence .ei-content-header p{font-family:var(--font-archivo);font-weight:400;font-size:16px;line-height:132%;letter-spacing:-.005em;color:#3c4049;margin:0}.engineering-intelligence .italic-label{display:block;font-family:var(--font-archivo);font-style:italic;font-weight:500;font-size:14px;line-height:132%;letter-spacing:-.005em;color:#000;margin-bottom:12px}.engineering-intelligence .ei-cards-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;width:100%}.engineering-intelligence .ei-deliverable-card{background:#F3F7F6;border-radius:8px;padding:24px 10px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:16px;text-align:center;min-height:151.6px}.engineering-intelligence .ei-deliverable-card .card-icon{width:42px;height:42px;-o-object-fit:contain;object-fit:contain}.engineering-intelligence .ei-deliverable-card p{font-family:var(--font-archivo);font-weight:400;font-size:15px;line-height:132%;letter-spacing:-.005em;color:#000;margin:0}.engineering-intelligence .ei-outcome p{font-family:var(--font-archivo);font-weight:400;font-size:18px;line-height:132%;letter-spacing:-.005em;color:#000;margin:0}@media (max-width: 900px){.engineering-intelligence .ei-tab-content-box{border-radius:12px}.engineering-intelligence .ei-tabs-header{padding-bottom:10px}.engineering-intelligence .ei-tab-btn{flex:0 0 auto;border-radius:8px}.engineering-intelligence .ei-tab-btn.active{border-bottom:1px solid rgba(0,0,0,.15)}.engineering-intelligence .ei-cards-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 600px){.engineering-intelligence .engineering-intelligence{padding:60px 16px}.engineering-intelligence .ei-tab-content-box{padding:20px;gap:24px}.engineering-intelligence .ei-cards-grid{grid-template-columns:repeat(2,1fr)}.engineering-intelligence .ei-content-header h3{font-size:20px}.engineering-intelligence .ei-outcome p{font-size:16px}}@media (max-width: 400px){.engineering-intelligence .ei-cards-grid{grid-template-columns:1fr}}:root{--card-width: 266px;--card-gap: 16px}.awards-section{position:relative;width:100%;background:#f3f7f6;padding:100px 0 120px;display:flex;flex-direction:column;align-items:center;overflow:hidden}.awards-section .aw-header-container{display:flex;flex-direction:column;align-items:center;gap:20px;margin-bottom:60px;padding:0 20px}.awards-section .aw-capsule{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 16px;gap:16px;background:#dde8e5;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:59px}.awards-section .aw-capsule .icon-wrapper{position:relative;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.awards-section .aw-capsule .icon-wrapper .icon-blur{position:absolute;width:15px;height:15px;background:rgba(0,0,0,.5);filter:blur(10px)}.awards-section .aw-capsule .icon-wrapper .aw-icon{position:relative;z-index:1;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.awards-section .aw-capsule span{font-family:Work Sans,sans-serif;font-weight:500;font-size:16px;line-height:132%;letter-spacing:-1px;color:#000}.awards-section .aw-heading{margin:0;font-family:var(--font-archivo);font-weight:500;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.2;text-align:center;letter-spacing:-2px;color:#002e25}.awards-section .aw-heading .highlight-box{display:inline-block;background:#cdfa89;border-radius:6px;padding:0 16px;margin-top:8px}.awards-section .aw-carousel-container{position:relative;width:100%;max-width:1440px;display:flex;align-items:center;justify-content:center}.awards-section .aw-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:64px;height:64px;background:transparent;border:1px solid rgba(0,0,0,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .3s ease,border-color .3s ease;outline:none}.awards-section .aw-nav-arrow .arrow-icon{width:24px;height:24px}.awards-section .aw-nav-arrow.prev{left:80px}.awards-section .aw-nav-arrow.next{right:80px}.awards-section .aw-nav-arrow:hover{background:rgba(0,0,0,.05);border-color:#000}.awards-section .aw-viewport{width:calc(var(--card-width) * 4 + var(--card-gap) * 3);overflow:hidden}.awards-section .aw-track{display:flex;flex-direction:row;align-items:center;gap:var(--card-gap);width:-moz-max-content;width:max-content}.awards-section .aw-card{box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:60px 20px;gap:10px;width:var(--card-width);height:349px;background:#ffffff;border-radius:28px;flex-shrink:0}.awards-section .aw-card .aw-card-image-wrapper{width:200px;height:133px;display:flex;align-items:center;justify-content:center}.awards-section .aw-card .aw-card-image-wrapper .aw-badge-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.awards-section .aw-card .aw-card-title{font-family:var(--font-archivo);font-weight:500;font-size:20px;line-height:132%;text-align:center;letter-spacing:-.5px;color:#002e25;margin:0;max-width:226px}@media (max-width: 1350px){.awards-section .aw-nav-arrow.prev{left:20px}.awards-section .aw-nav-arrow.next{right:20px}.awards-section .aw-viewport{width:calc(var(--card-width) * 3 + var(--card-gap) * 2)}}@media (max-width: 950px){.awards-section .aw-viewport{width:calc(var(--card-width) * 2 + var(--card-gap) * 1)}}@media (max-width: 650px){.awards-section :root{--card-width: 240px}.awards-section .aw-viewport{width:var(--card-width)}.awards-section .aw-card{padding:40px 16px;height:auto;min-height:300px;border-radius:20px}.awards-section .aw-carousel-container{flex-wrap:wrap;justify-content:center;gap:16px}.awards-section .aw-nav-arrow{position:relative;top:auto;transform:none;order:-1;width:48px;height:48px}.awards-section .aw-nav-arrow.prev{left:auto}.awards-section .aw-nav-arrow.next{right:auto}.awards-section .aw-viewport{order:1;width:var(--card-width)}}.services-page-root{background-color:#000;color:#fff}.minimal-hero-section-services{width:100%;text-align:center}.minimal-hero-section-services .minimal-hero-section{display:flex;flex-direction:column;min-height:100vh!important;position:relative;padding:12rem 0!important;overflow:hidden;background-image:url(/assets/Hero-background-circle-0e519255.svg),url(/assets/Hero-background-left-5aebcf90.png),url(/assets/Hero-background-right-8ca2c4db.png),url(/assets/Hero-background-center-bd36fc3a.png),url(/assets/Group\ 1000003912-87e611b0.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: 900px){.minimal-hero-section-services .minimal-hero-section{padding:8rem 0!important}}@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}}@media (max-width: 768px){.minimal-hero-section-services{min-height:50vh}}.minimal-hero-section-services .minimal-hero-container{max-width:1250px!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;display:flex;justify-content:center;align-items:center}@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;-o-object-fit:contain;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;font-weight:400;line-height:1.1;margin:0 0 1.5rem;background:linear-gradient(90deg,#dbdbdb,rgb(99,99,99));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@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}}.services-listing{position:relative;overflow:hidden;margin-bottom:3rem;padding:0 0 4rem}@media (max-width: 1250px){.services-listing{padding:0 1rem 4rem}}.services-listing .services-listing-inner{max-width:1250px;margin:0 auto;width:100%}.services-listing .services-listing-inner 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: 968px){.services-listing .services-listing-inner h2{font-size:2rem;margin-bottom:3rem}}.services-listing .industry-cards{display:flex;flex-direction:column;gap:2rem;max-width:1100px;margin:0 auto;width:100%}.services-listing .industry-card{display:flex;align-items:center;gap:4rem;padding:1.4rem;height:450px!important;background:#141414;border:1px solid rgba(255,255,255,.217);border-radius:12px;transition:all .3s ease;position:relative;overflow:hidden}.services-listing .industry-card:hover{border-color:#b4ff644d;box-shadow:0 5px 20px #646cff1a;transform:translateY(-2px)}@media (max-width: 968px){.services-listing .industry-card{flex-direction:column;text-align:center;height:unset!important;gap:1rem!important;padding:1.5rem}}.services-listing .image-container{flex-shrink:0;width:40%!important;min-width:40%!important;max-height:400px;display:flex;border-radius:10px;align-items:center;overflow:hidden;justify-content:center}.services-listing .image-container .service-main-image{height:100%;width:100%;border-radius:8px;-o-object-fit:cover;object-fit:cover;filter:brightness(.9) contrast(1.1);transition:transform .3s ease}@media (max-width: 968px){.services-listing .image-container{width:100%!important;height:50%!important;max-height:300px}}.services-listing .content{flex:1;display:flex;justify-content:space-between;padding:.6rem;align-items:flex-start;height:100%;flex-direction:column;gap:.4rem}.services-listing .content h3{font-size:1.65rem;font-weight:600;color:#fff}@media (max-width: 968px){.services-listing .content h3{font-size:1.5rem}}.services-listing .content p{font-size:.8rem;line-height:1.6;color:#fffc;margin-bottom:1rem}.services-listing .content ul{list-style:none;padding:0;margin:.5rem 0}.services-listing .content ul li{position:relative;padding-left:2rem;margin-bottom:.5rem;font-size:.75rem;color:var(--primary);line-height:.75rem}.services-listing .content ul li:before{content:"";position:absolute;width:1.2rem;height:1.2rem;left:0;top:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAKCAYAAACuaZ5oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADHSURBVHgBtZExDoJAEEX/rEZbSzu1MeAJ7NSGkFjoETyCN1Bv4BG4gaUhxEQ7Sm2k8BKUxAS+SwsCCYSXbLKZ+TN/MiPQuDS3Atkgz8OSt4MGiMfZgcCxWMK7JcEKNVG6+b5cIssbzRHqGug3qBJ9wQlqotAyrRt00QCP5pwQoyhPdPzUIETFHRLEYTZ24XiQQGyUEg9VAp7KRXDW8nlmg3qiSFtHZYUEI0k/Vxq7DtQCucn5siU4FzVwOTVi4O+KFLpRHz3/B9wkNi3nOs5mAAAAAElFTkSuQmCC)!important;background-size:100%;background-repeat:no-repeat;pointer-events:none}.services-listing .content .features-grid{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:left;align-items:center;margin-bottom:1rem}.services-listing .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:flex-start;padding:9px;gap:.95rem}.services-listing .content .features-grid .feature-item .feature-icon{line-height:.7rem}.services-listing .content .features-grid .feature-item .feature-icon .feature-icon-placeholder{width:17px;height:17px;border-radius:50%;background:#2e2e2e;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#fff}.services-listing .content .features-grid .feature-item p{line-height:1rem!important;font-size:.8rem;margin-left:.5rem;font-weight:500;margin-bottom:0!important}.services-listing .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: 968px){.services-listing .content button{align-self:center;width:100%;max-width:200px}.services-listing{padding:4rem 1rem}.services-listing .industry-card,.services-listing .content ul li{text-align:left}}@media (max-width: 480px){.services-listing{padding:3rem 1rem}.services-listing .services-listing-inner h2{font-size:1.75rem}.services-listing .industry-card{padding:1rem}.services-listing .content h3{font-size:1.25rem}.services-listing .content p{font-size:1rem}.services-listing .content button{padding:.75rem 1.5rem;font-size:.9rem}}.skeleton-bg,.skeleton-card .image-container{background:#111}.services-page-root .services-extra-section{padding:4rem 0 6rem;background-color:#000;color:#fff}.services-page-root .services-extra-section .services-extra-container{max-width:1250px;margin:0 auto!important;padding:0 1rem;text-align:center}.services-page-root .services-extra-section .services-extra-container .centered-capsule{padding:.5rem 1rem .5rem 2.5rem!important;font-size:.9rem;font-weight:500!important;margin:0 auto;width:190px!important;background:rgba(46,50,48,.453)!important;color:#b7b7b7!important;border:1px solid rgba(80,80,80,.287)!important;border-radius:10px!important;margin-bottom:2rem!important;transition:all .3s ease;background-image:url(/assets/fi_2024074-ba94ee99.svg),url(/assets/Ellipse\ 4-62f2cffa.svg)!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.1rem 100%!important;background-size:20px,50px!important}.services-page-root .services-extra-section .services-extra-container .centered-capsule:hover{background:rgba(100,108,255,.2)}@media (max-width: 768px){.services-page-root .services-extra-section .services-extra-container .centered-capsule{padding:.6rem 1.2rem;font-size:.9rem;margin-bottom:1.2rem}}.services-page-root .services-extra-section .services-extra-container .extra-heading{text-align:center;display:block!important;width:100%!important;font-size:3rem;font-weight:400;line-height:1.2;margin:2rem 0 4rem;background:linear-gradient(90deg,#dbdbdb,rgb(110,110,110));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.services-page-root .services-extra-section .services-extra-container .extra-heading{font-size:2.2rem}}@media (max-width: 768px){.services-page-root .services-extra-section .services-extra-container .extra-heading{font-size:2rem;margin-bottom:3rem}}@media (max-width: 480px){.services-page-root .services-extra-section .services-extra-container .extra-heading{font-size:1.8rem;margin-bottom:2.5rem}}.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:1250px;margin:0 auto}.cards-row{display:flex;justify-content:center;margin-bottom:2rem;position:relative}.tilted-card{width:300px;background:rgba(57,57,57,.205);border-radius:12px!important;padding:2rem;margin:0 1rem;box-shadow:var(--shadow-medium);-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 0 0;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)}.card-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.mobile-cards-grid{display:flex;flex-direction:column;gap:1rem}.mobile-card{background:rgba(30,30,30,.205);border-radius:12px;padding:1.5rem;box-shadow:var(--shadow-medium);-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;-o-object-fit:contain;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-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 (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: 1024px){.mobile-cards-grid{display:none}}.service-detail-page{background-color:#000;color:#fff;min-height:100vh;padding-bottom:5rem}.service-detail-page .industry-hero-section-service{padding:4rem 0;background-color:#000;color:#fff;text-align:center;max-width:1250px;margin:0 auto;display:flex;align-items:center;justify-content:center}.service-detail-page .industry-hero-section-service:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:800px;background:radial-gradient(ellipse at center,var(--primary, #baff2a) 0%,rgba(186,255,42,.3) 30%,rgba(186,255,42,.1) 50%,transparent 70%);opacity:.15;filter:blur(60px);z-index:0;border-radius:50%;pointer-events:none}@media (max-width: 1200px){.service-detail-page .industry-hero-section-service:before{width:100%;height:700px;filter:blur(50px)}}@media (max-width: 768px){.service-detail-page .industry-hero-section-service:before{width:100%;height:600px;filter:blur(40px)}}@media (max-width: 480px){.service-detail-page .industry-hero-section-service:before{width:100%;height:400px;filter:blur(30px);opacity:.1}}.service-detail-page .industry-hero-section-service:after{content:"";position:absolute;top:45%;right:10%;width:50%;height:500px;background:radial-gradient(ellipse at center,var(--primary, #baff2a) 0%,rgba(186,255,42,.2) 20%,transparent 100%);opacity:.7;filter:blur(40px);z-index:0;border-radius:50%;pointer-events:none}@media (max-width: 768px){.service-detail-page .industry-hero-section-service:after{width:100%;height:300px;filter:blur(30px);top:50%}}@media (max-width: 1000px){.service-detail-page .industry-hero-section-service:after{display:none}}@media (max-width: 768px){.service-detail-page .industry-hero-section-service{padding:3rem 0;min-height:50vh}}.service-detail-page .industry-hero-section-service .industry-hero-container{margin:0 auto}@media (max-width: 768px){.service-detail-page .industry-hero-section-service .industry-hero-container{padding:0 1.5rem}}@media (max-width: 480px){.service-detail-page .industry-hero-section-service .industry-hero-container{padding:0 1rem}}.service-detail-page .industry-hero-section-service .breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:2.5rem 0 4rem;flex-wrap:wrap;z-index:1}@media (max-width: 768px){.service-detail-page .industry-hero-section-service .breadcrumb{margin-bottom:2rem;gap:.4rem}}.service-detail-page .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}.service-detail-page .industry-hero-section-service .breadcrumb .breadcrumb-item:hover{opacity:1;color:var(--primary);text-decoration:underline}.service-detail-page .industry-hero-section-service .breadcrumb .breadcrumb-item.active{color:var(--primary);opacity:1;font-weight:500}@media (max-width: 768px){.service-detail-page .industry-hero-section-service .breadcrumb .breadcrumb-item{font-size:.9rem}}@media (max-width: 480px){.service-detail-page .industry-hero-section-service .breadcrumb .breadcrumb-item{font-size:.85rem}}.service-detail-page .industry-hero-section-service .breadcrumb .breadcrumb-item .breadcrumb-icon{font-size:.9rem}@media (max-width: 768px){.service-detail-page .industry-hero-section-service .breadcrumb .breadcrumb-item .breadcrumb-icon{font-size:.85rem}}.service-detail-page .industry-hero-section-service .breadcrumb .breadcrumb-divider{opacity:.5;color:#666}@media (max-width: 480px){.service-detail-page .industry-hero-section-service .breadcrumb .breadcrumb-divider{font-size:.9rem}}.service-detail-page .industry-hero-section-service .card-hero{position:relative;width:100%;margin-top:2rem;height:500px;border-radius:20px;overflow:hidden;z-index:1;box-shadow:0 20px 40px #00000080}@media (max-width: 768px){.service-detail-page .industry-hero-section-service .card-hero{height:350px;border-radius:16px}}@media (max-width: 480px){.service-detail-page .industry-hero-section-service .card-hero{height:300px;border-radius:12px}}.service-detail-page .industry-hero-section-service .card-hero .card-background{position:absolute;top:0;right:0;bottom:0;left:0}.service-detail-page .industry-hero-section-service .card-hero .card-background .card-bg-image,.service-detail-page .industry-hero-section-service .card-hero .card-background .card-bg-placeholder{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .8s ease}.service-detail-page .industry-hero-section-service .card-hero .card-background .card-bg-placeholder{background:#111}.service-detail-page .industry-hero-section-service .card-hero .card-background .card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,.1) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.7) 100%)}.service-detail-page .industry-hero-section-service .industry-heading{font-size:3.5rem;font-weight:400;line-height:1.1;margin:0 0 1.5rem;background:linear-gradient(90deg,#dbdbdb,rgb(99,99,99));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;z-index:1}@media (max-width: 968px){.service-detail-page .industry-hero-section-service .industry-heading{font-size:3rem}}@media (max-width: 768px){.service-detail-page .industry-hero-section-service .industry-heading{font-size:2.5rem;margin-bottom:1.2rem}}@media (max-width: 480px){.service-detail-page .industry-hero-section-service .industry-heading{font-size:2rem;margin-bottom:1rem}}.service-detail-page .industry-hero-section-service .industry-subheading{font-size:1rem;line-height:1.6;color:#b3b3b3;margin:0 auto 2.5rem;max-width:1250px;z-index:1}@media (max-width: 968px){.service-detail-page .industry-hero-section-service .industry-subheading{font-size:1.2rem}}@media (max-width: 768px){.service-detail-page .industry-hero-section-service .industry-subheading{font-size:1.1rem;margin-bottom:2rem;max-width:500px}}@media (max-width: 480px){.service-detail-page .industry-hero-section-service .industry-subheading{font-size:1rem;margin-bottom:1.5rem;line-height:1.5}}.service-detail-page .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;z-index:1}.service-detail-page .industry-hero-section-service .industry-button:hover{box-shadow:0 0 25px #baff2a66}.service-detail-page .industry-hero-section-service .industry-button:hover .button-icon{transform:translate(3px)}.service-detail-page .industry-hero-section-service .industry-button .button-icon{font-size:.9rem;transition:transform .3s ease}@media (max-width: 768px){.service-detail-page .industry-hero-section-service .industry-button{padding:.9rem 2rem;font-size:1rem}}@media (max-width: 480px){.service-detail-page .industry-hero-section-service .industry-button{padding:.8rem 1.8rem;font-size:.95rem}}.service-detail-page .breadcrumb,.service-detail-page .industry-heading,.service-detail-page .industry-subheading,.service-detail-page .industry-button{will-change:transform,opacity}.service-detail-page .expandable-section-cap{padding:5rem 0;background-color:#000;color:#fff}.service-detail-page .expandable-section-cap .expandable-container{max-width:1250px;margin:0 auto}@media (max-width: 768px){.service-detail-page .expandable-section-cap .expandable-container{padding:0 1.5rem}}@media (max-width: 480px){.service-detail-page .expandable-section-cap .expandable-container{padding:0 1rem}}.service-detail-page .expandable-section-cap .centered-capsule{padding:.8rem 0rem .8rem 3.5rem!important;font-size:.9rem!important;width:130px!important;background:rgba(46,50,48,.453)!important;color:#b7b7b7!important;border:1px solid rgba(80,80,80,.287)!important;border-radius:10px!important;font-weight:600;margin-bottom:1.5rem;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(/assets/Ellipse\ 4-62f2cffa.svg)!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.4rem 100%!important;background-size:25px,40px!important}.service-detail-page .expandable-section-cap .centered-capsule:hover{background:rgba(100,108,255,.2)}@media (max-width: 768px){.service-detail-page .expandable-section-cap .centered-capsule{padding:.6rem 1.2rem;font-size:.9rem;margin-bottom:1.2rem}}.service-detail-page .expandable-section-cap .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){.service-detail-page .expandable-section-cap .section-heading{font-size:2.2rem}}@media (max-width: 768px){.service-detail-page .expandable-section-cap .section-heading{font-size:2rem;margin-bottom:1.5rem}}@media (max-width: 480px){.service-detail-page .expandable-section-cap .section-heading{font-size:1.8rem}}.service-detail-page .expandable-section-cap .section-paragraphs{margin-bottom:4rem}@media (max-width: 768px){.service-detail-page .expandable-section-cap .section-paragraphs{margin-bottom:3rem}}.service-detail-page .expandable-section-cap .section-paragraphs p{font-size:1.4rem;line-height:1.7;opacity:.9;margin:0 0 1.5rem}.service-detail-page .expandable-section-cap .section-paragraphs p:last-child{margin-bottom:0}@media (max-width: 768px){.service-detail-page .expandable-section-cap .section-paragraphs p{font-size:1rem}}@media (max-width: 480px){.service-detail-page .expandable-section-cap .section-paragraphs p{font-size:.95rem}}.service-detail-page .expandable-section-cap .section-paragraphs .first-para{margin-bottom:1.5rem}.service-detail-page .expandable-section-cap .section-paragraphs .second-para{opacity:.8}.service-detail-page .expandable-section-cap .cards-grid{display:flex;flex-direction:column;gap:1.5rem}.service-detail-page .expandable-section-cap .cards-grid .grid-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 768px){.service-detail-page .expandable-section-cap .cards-grid .grid-row{grid-template-columns:1fr;gap:1rem}}.service-detail-page .expandable-section-cap .expandable-card{background:#111;border-radius:12px;border:1px solid #222;overflow:hidden;transition:all .3s ease}.service-detail-page .expandable-section-cap .expandable-card.open{border-color:var(--primary)}.service-detail-page .expandable-section-cap .expandable-card.open .card-title{color:var(--primary)}.service-detail-page .expandable-section-cap .expandable-card .card-header{display:flex;align-items:center;padding:1.5rem;cursor:pointer;gap:1rem}@media (max-width: 480px){.service-detail-page .expandable-section-cap .expandable-card .card-header{padding:1.2rem;gap:.8rem}}.service-detail-page .expandable-section-cap .expandable-card .card-header .card-number{color:var(--primary);font-size:1.2rem;font-weight:600;min-width:30px}@media (max-width: 480px){.service-detail-page .expandable-section-cap .expandable-card .card-header .card-number{font-size:1.1rem}}.service-detail-page .expandable-section-cap .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){.service-detail-page .expandable-section-cap .expandable-card .card-header .card-title{font-size:1rem}}.service-detail-page .expandable-section-cap .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}.service-detail-page .expandable-section-cap .expandable-card .card-header .toggle-button:hover{background:rgba(186,255,42,.1);color:var(--primary)}.service-detail-page .expandable-section-cap .expandable-card .card-content{overflow:hidden}.service-detail-page .expandable-section-cap .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){.service-detail-page .expandable-section-cap .expandable-card .card-content .card-description{padding:0 1.2rem 1.2rem;font-size:.95rem}}.service-detail-page .section-capsule,.service-detail-page .section-heading,.service-detail-page .section-paragraphs,.service-detail-page .expandable-card{will-change:transform,opacity}.service-detail-page .vertical-cards-section-service{padding:5rem 0;background-color:#0f0f0f;color:#fff}.service-detail-page .vertical-cards-section-service .vertical-cards-container{max-width:1250px;margin:0 auto;padding:0}@media (max-width: 768px){.service-detail-page .vertical-cards-section-service .vertical-cards-container{padding:0 1.5rem}}@media (max-width: 480px){.service-detail-page .vertical-cards-section-service .vertical-cards-container{padding:0 1rem}}.service-detail-page .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:rgba(46,50,48,.453)!important;color:#b7b7b7!important;border:1px solid rgba(80,80,80,.287)!important;border-radius:10px!important;margin-bottom:1.5rem;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(/assets/Ellipse\ 4-62f2cffa.svg)!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.4rem 100%!important;background-size:25px,40px!important}.service-detail-page .vertical-cards-section-service .centered-capsule:hover{background:rgba(100,108,255,.2)}@media (max-width: 768px){.service-detail-page .vertical-cards-section-service .centered-capsule{padding:.6rem 1.2rem;font-size:.9rem;margin-bottom:1.2rem}}.service-detail-page .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,rgb(110,110,110));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.service-detail-page .vertical-cards-section-service .section-heading{font-size:2.2rem}}@media (max-width: 768px){.service-detail-page .vertical-cards-section-service .section-heading{font-size:2rem;margin-bottom:3rem}}@media (max-width: 480px){.service-detail-page .vertical-cards-section-service .section-heading{font-size:1.8rem;margin-bottom:2.5rem}}.service-detail-page .vertical-cards-section-service .vertical-cards{display:flex;flex-direction:column;gap:3rem}@media (max-width: 768px){.service-detail-page .vertical-cards-section-service .vertical-cards{gap:2.5rem}}.service-detail-page .vertical-cards-section-service .process-card{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:center;background:rgba(36,36,36,.8235294118);border-radius:12px;padding:.6rem;overflow:hidden;border:1px solid #222;transition:all .3s ease}.service-detail-page .vertical-cards-section-service .process-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 15px 40px #baff2a1a}@media (max-width: 968px){.service-detail-page .vertical-cards-section-service .process-card{gap:2rem}}@media (max-width: 768px){.service-detail-page .vertical-cards-section-service .process-card{grid-template-columns:1fr;gap:0}}.service-detail-page .vertical-cards-section-service .process-card .card-image{position:relative;height:300px;border-radius:12px;overflow:hidden}@media (max-width: 768px){.service-detail-page .vertical-cards-section-service .process-card .card-image{height:250px}}.service-detail-page .vertical-cards-section-service .process-card .card-image img,.service-detail-page .vertical-cards-section-service .process-card .card-image .card-image-placeholder{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.service-detail-page .vertical-cards-section-service .process-card .card-image .card-image-placeholder{background:#111}.service-detail-page .vertical-cards-section-service .process-card .card-image .image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(45deg,rgba(0,0,0,.7),transparent)}.service-detail-page .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){.service-detail-page .vertical-cards-section-service .process-card .card-image .card-number{font-size:2.5rem;top:1rem;left:1rem}}.service-detail-page .vertical-cards-section-service .process-card .card-image:hover img{transform:scale(1.05)}.service-detail-page .vertical-cards-section-service .process-card .card-content{padding:2rem 2rem 2rem 0}@media (max-width: 968px){.service-detail-page .vertical-cards-section-service .process-card .card-content{padding:1.5rem}}@media (max-width: 768px){.service-detail-page .vertical-cards-section-service .process-card .card-content{padding:2rem}}.service-detail-page .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){.service-detail-page .vertical-cards-section-service .process-card .card-content .card-heading{font-size:1.6rem}}@media (max-width: 768px){.service-detail-page .vertical-cards-section-service .process-card .card-content .card-heading{font-size:1.5rem;flex-direction:column;align-items:flex-start;gap:.5rem}}.service-detail-page .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){.service-detail-page .vertical-cards-section-service .process-card .card-content .card-heading .heading-number{font-size:1.8rem}}.service-detail-page .vertical-cards-section-service .process-card .card-content .card-para{font-size:.9rem;line-height:1.7;color:#dbdbdb;margin:0 0 1.2rem}.service-detail-page .vertical-cards-section-service .process-card .card-content .card-para:last-child{margin-bottom:0}@media (max-width: 768px){.service-detail-page .vertical-cards-section-service .process-card .card-content .card-para{font-size:1rem}}.service-detail-page .vertical-cards-section-service .process-card .card-content .card-list{list-style:none;padding:0;margin:.5rem 0}.service-detail-page .vertical-cards-section-service .process-card .card-content .card-list li{position:relative;padding-left:2rem;margin-bottom:.5rem;font-size:.75rem;color:var(--primary);line-height:.75rem}.service-detail-page .vertical-cards-section-service .process-card .card-content .card-list li:before{content:" ";position:absolute;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;left:-1px;color:var(--primary);font-weight:700;font-size:1.2rem}.service-detail-page .centered-capsule,.service-detail-page .section-heading,.service-detail-page .process-card{will-change:transform,opacity}.service-detail-page .service-proof-section{padding:5rem 0;background:radial-gradient(circle at top,#1a1a1a 0,#000 55%);color:#fff}.service-detail-page .service-proof-section .service-proof-container{max-width:900px;margin:0 auto;text-align:center}@media (max-width: 768px){.service-detail-page .service-proof-section .service-proof-container{padding:0 1.5rem}}@media (max-width: 480px){.service-detail-page .service-proof-section .service-proof-container{padding:0 1rem}}.service-detail-page .service-proof-section .centered-capsule{padding:.6rem 1.5rem;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;background:rgba(46,50,48,.7);color:#b7b7b7;border-radius:999px;border:1px solid rgba(80,80,80,.6);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.08em}.service-detail-page .service-proof-section .section-heading{font-size:2.4rem;font-weight:400;line-height:1.3;margin:0 0 2rem;background:linear-gradient(90deg,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.service-detail-page .service-proof-section .section-heading{font-size:2rem}}@media (max-width: 480px){.service-detail-page .service-proof-section .section-heading{font-size:1.7rem}}.service-detail-page .service-proof-section .service-proof-button{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.8rem;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#fff;color:#000;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease}.service-detail-page .service-proof-section .service-proof-button .button-icon{font-size:.9rem}.service-detail-page .service-proof-section .service-proof-button:hover{box-shadow:0 0 25px #baff2a66}.service-detail-page .results-delivered-section-service{padding:5rem 0;max-width:1100px;background-color:#000;margin:0 auto;color:#fff}.service-detail-page .results-delivered-section-service .results-container{margin:0 auto;max-width:1250px!important}@media (max-width: 768px){.service-detail-page .results-delivered-section-service .results-container{padding:0 1.5rem}}@media (max-width: 480px){.service-detail-page .results-delivered-section-service .results-container{padding:0 1rem}}.service-detail-page .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:rgba(46,50,48,.453)!important;color:#b7b7b7!important;border:1px solid rgba(80,80,80,.287)!important;border-radius:10px!important;margin-bottom:1.5rem;transition:all .3s ease;background-image:url(/assets/fi_1306219-a205c6f4.svg),url(/assets/Ellipse\ 4-62f2cffa.svg)!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.4rem 100%!important;background-size:25px,40px!important}.service-detail-page .results-delivered-section-service .centered-capsule:hover{background:rgba(100,108,255,.2)}@media (max-width: 768px){.service-detail-page .results-delivered-section-service .centered-capsule{padding:.6rem 1.2rem;font-size:.9rem;margin-bottom:1.2rem}}.service-detail-page .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,rgb(99,99,99));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.service-detail-page .results-delivered-section-service .section-heading{font-size:2.2rem}}@media (max-width: 768px){.service-detail-page .results-delivered-section-service .section-heading{font-size:2rem;margin-bottom:3rem}}@media (max-width: 480px){.service-detail-page .results-delivered-section-service .section-heading{font-size:1.8rem;margin-bottom:2.5rem}}.service-detail-page .results-delivered-section-service .results-grid{display:flex;flex-direction:column;gap:2.5rem}@media (max-width: 768px){.service-detail-page .results-delivered-section-service .results-grid{gap:2rem}}.service-detail-page .results-delivered-section-service .results-grid .results-row{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width: 768px){.service-detail-page .results-delivered-section-service .results-grid .results-row{gap:1.5rem}}@media (max-width: 640px){.service-detail-page .results-delivered-section-service .results-grid .results-row{grid-template-columns:1fr;gap:1.5rem}}.service-detail-page .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}.service-detail-page .results-delivered-section-service .result-card-service:hover{border-color:var(--primary);box-shadow:0 10px 30px #baff2a1a}@media (max-width: 768px){.service-detail-page .results-delivered-section-service .result-card-service{padding:1.5rem;gap:1.2rem}}@media (max-width: 480px){.service-detail-page .results-delivered-section-service .result-card-service{padding:1.2rem;gap:1rem}}.service-detail-page .results-delivered-section-service .result-card-service .card-image-row{font-size:3.5rem;color:var(--primary)}.service-detail-page .results-delivered-section-service .result-card-service .card-image-row .result-icon{width:50px;height:50px;-o-object-fit:contain;object-fit:contain}@media (max-width: 768px){.service-detail-page .results-delivered-section-service .result-card-service .card-image-row .result-icon{width:45px;height:45px}}@media (max-width: 480px){.service-detail-page .results-delivered-section-service .result-card-service .card-image-row .result-icon{width:40px;height:40px}}.service-detail-page .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){.service-detail-page .results-delivered-section-service .result-card-service .card-content-row .result-description{font-size:1rem}}@media (max-width: 768px){.service-detail-page .results-delivered-section-service .result-card-service .card-content-row .result-description{font-size:.95rem;line-height:1.5}}@media (max-width: 480px){.service-detail-page .results-delivered-section-service .result-card-service .card-content-row .result-description{font-size:.9rem}}.service-detail-page .results-delivered-section-service .result-card-service .result-description{color:#888;font-size:.8rem;line-height:1.3}.service-detail-page .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}.service-detail-page .centered-capsule,.service-detail-page .section-heading,.service-detail-page .result-card-service{will-change:transform,opacity}.service-detail-page .service-cards-section{padding:5rem 0}.service-detail-page .service-cards-section .service-cards-container{max-width:1250px;margin:0 auto}.service-detail-page .service-cards-section .service-cards-container .centered-capsule{padding:.8rem .3rem .8rem 3.5rem!important;font-size:.9rem!important;font-weight:500!important;margin:0 auto;width:180px;background:rgba(46,50,48,.453)!important;color:#b7b7b7!important;border:1px solid rgba(80,80,80,.287)!important;border-radius:10px!important;margin-bottom:1.5rem;transition:all .3s ease;background-image:url(/assets/fi_1306219-a205c6f4.svg),url(/assets/Ellipse\ 4-62f2cffa.svg)!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.4rem 100%!important;background-size:25px,40px!important}.service-detail-page .service-cards-section .service-cards-container .centered-capsule:hover{background:rgba(100,108,255,.2)}@media (max-width: 768px){.service-detail-page .service-cards-section .service-cards-container .centered-capsule{padding:.6rem 1.2rem;font-size:.9rem;margin-bottom:1.2rem}.service-detail-page .service-cards-section .service-cards-container{padding:0 1.5rem}}@media (max-width: 480px){.service-detail-page .service-cards-section .service-cards-container{padding:0 1rem}}.service-detail-page .service-cards-section .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,rgb(99,99,99));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.service-detail-page .service-cards-section .section-heading{font-size:2.2rem}}@media (max-width: 768px){.service-detail-page .service-cards-section .section-heading{font-size:2rem;margin-bottom:3rem}}@media (max-width: 480px){.service-detail-page .service-cards-section .section-heading{font-size:1.8rem;margin-bottom:2.5rem}}.service-detail-page .service-cards-section .service-cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}@media (max-width: 1024px){.service-detail-page .service-cards-section .service-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.service-detail-page .service-cards-section .service-cards-grid{grid-template-columns:1fr}}.service-detail-page .service-cards-section .service-card{background:#111;border-radius:14px;border:1px solid #222;padding:1.75rem 1.5rem;text-align:left;transition:all .3s ease}.service-detail-page .service-cards-section .service-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 10px 30px #baff2a1f}.service-detail-page .service-cards-section .service-card .service-card-icon{width:40px;height:40px;border-radius:12px;background:rgba(186,255,42,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.service-detail-page .service-cards-section .service-card .service-card-icon span{font-size:1.1rem;color:var(--primary)}.service-detail-page .service-cards-section .service-card .service-card-title{font-size:1rem;font-weight:600;margin:0 0 .75rem}.service-detail-page .service-cards-section .service-card .service-card-description{font-size:.85rem;color:#a3a3a3;margin:0;line-height:1.5}.service-detail-page .service-case-studies-section{padding:5rem 0 3rem}.service-detail-page .service-case-studies-section .service-case-studies-container{max-width:1250px;margin:0 auto}@media (max-width: 768px){.service-detail-page .service-case-studies-section .service-case-studies-container{padding:0 1.5rem}}@media (max-width: 480px){.service-detail-page .service-case-studies-section .service-case-studies-container{padding:0 1rem}}.service-detail-page .service-case-studies-section .section-heading{text-align:center;font-size:2.4rem;font-weight:400;line-height:1.3;margin:0 0 3rem;background:linear-gradient(90deg,#dbdbdb,#666);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.service-detail-page .service-case-studies-section .section-heading{font-size:2rem}}@media (max-width: 480px){.service-detail-page .service-case-studies-section .section-heading{font-size:1.8rem}}.service-detail-page .service-testimonials-section{padding:3rem 0 5rem;background:#000}.service-detail-page .service-testimonials-section .service-testimonials-container{max-width:1250px;margin:0 auto}@media (max-width: 768px){.service-detail-page .service-testimonials-section .service-testimonials-container{padding:0 1.5rem}}@media (max-width: 480px){.service-detail-page .service-testimonials-section .service-testimonials-container{padding:0 1rem}}.service-detail-page .service-testimonials-section .section-heading{text-align:center;font-size:2.4rem;font-weight:400;line-height:1.3;margin:0 0 3rem;background:linear-gradient(90deg,#dbdbdb,#666);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.service-detail-page .service-testimonials-section .section-heading{font-size:2rem}}@media (max-width: 480px){.service-detail-page .service-testimonials-section .section-heading{font-size:1.8rem}}.service-detail-page .build-solution-section{padding:5rem 0;background:radial-gradient(circle at top,#141414 0,#000 60%);color:#fff}.service-detail-page .build-solution-section .build-solution-container{max-width:1250px;margin:0 auto}@media (max-width: 768px){.service-detail-page .build-solution-section .build-solution-container{padding:0 1.5rem}}@media (max-width: 480px){.service-detail-page .build-solution-section .build-solution-container{padding:0 1rem}}.service-detail-page .build-solution-section .build-solution-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:3rem;align-items:center}@media (max-width: 968px){.service-detail-page .build-solution-section .build-solution-grid{grid-template-columns:1fr}}.service-detail-page .build-solution-section .build-solution-copy .build-solution-heading{font-size:2.4rem;font-weight:400;line-height:1.2;margin:0 0 1.5rem;background:linear-gradient(90deg,#fff,#999);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.service-detail-page .build-solution-section .build-solution-copy .build-solution-heading{font-size:2rem}}@media (max-width: 480px){.service-detail-page .build-solution-section .build-solution-copy .build-solution-heading{font-size:1.8rem}}.service-detail-page .build-solution-section .build-solution-copy .build-solution-subheading{font-size:1.05rem;color:#b3b3b3;max-width:540px;line-height:1.6}.service-detail-page .build-solution-section .build-solution-form-wrapper .build-solution-form-card{background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 18px 50px #00000073}@media (max-width: 480px){.service-detail-page .build-solution-section .build-solution-form-wrapper .build-solution-form-card{padding:1.25rem}}.industries-page-root{background-color:#000;color:#fff}.minimal-hero-section-industries{text-align:center;width:100%}@media (max-width: 768px){.minimal-hero-section-industries{min-height:50vh}}.minimal-hero-section-industries .minimal-hero-section{display:flex;flex-direction:column;min-height:100vh!important;position:relative;padding:12rem 0!important;overflow:hidden;background-image:url(/assets/Hero-background-circle-0e519255.svg),url(/assets/Hero-background-left-5aebcf90.png),url(/assets/Hero-background-right-8ca2c4db.png),url(/assets/Hero-background-center-bd36fc3a.png),url(/assets/Group\ 1000003912-87e611b0.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: 900px){.minimal-hero-section-industries .minimal-hero-section{padding:8rem 0!important}}@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:1250px;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;display:flex;justify-content:center;align-items:center}@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;-o-object-fit:contain;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,rgb(99,99,99));-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}}@media (hover: hover){.center-image{transition:transform .3s ease}}.skeleton-hero{background:#111}.industries-section-list{padding-bottom:4rem}.industries{position:relative;overflow:hidden;margin-bottom:3rem}@media (max-width: 1250px){.industries{padding:0 1rem}}.industries .industries-listing{max-width:1250px;margin:0 auto;width:100%}.industries .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: 968px){.industries .industries-listing h2{font-size:2rem;margin-bottom:3rem}}.industries .industry-cards{display:flex;flex-direction:column;gap:2rem;max-width:1100px;margin:0 auto;width:100%}.industries .industry-card{display:flex;align-items:center;gap:4rem;padding:1.4rem;height:450px!important;background:#141414;border:1px solid rgba(255,255,255,.217);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: 968px){.industries .industry-card{flex-direction:column;text-align:center;height:unset!important;gap:1rem!important;padding:1.5rem}}.industries .image-container{flex-shrink:0;width:40%!important;min-width:40%!important;max-height:400px;display:flex;border-radius:10px;align-items:center;overflow:hidden;justify-content:center}.industries .image-container .industry-main-image{height:100%;width:100%;border-radius:8px;-o-object-fit:cover;object-fit:cover;filter:brightness(.9) contrast(1.1);transition:transform .3s ease}@media (max-width: 968px){.industries .image-container{width:100%!important;height:50%!important;max-height:300px}}.industries .content{flex:1;display:flex;justify-content:space-evenly;padding:.6rem;align-items:flex-start;height:100%;flex-direction:column;gap:.4rem}.industries .content h3{font-size:1.65rem;font-weight:600;color:#fff}@media (max-width: 968px){.industries .content h3{font-size:1.5rem}}.industries .content p{font-size:.8rem;line-height:1.6;color:#fffc;margin-bottom:1rem}.industries .content ul{list-style:none;padding:0;margin:.5rem 0}.industries .content ul li{position:relative;padding-left:2rem;margin-bottom:.5rem;font-size:.75rem;color:var(--primary);line-height:.75rem}.industries .content ul li:before{content:"";position:absolute;width:1.2rem;height:1.2rem;left:0;top:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAKCAYAAACuaZ5oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADHSURBVHgBtZExDoJAEEX/rEZbSzu1MeAJ7NSGkFjoETyCN1Bv4BG4gaUhxEQ7Sm2k8BKUxAS+SwsCCYSXbLKZ+TN/MiPQuDS3Atkgz8OSt4MGiMfZgcCxWMK7JcEKNVG6+b5cIssbzRHqGug3qBJ9wQlqotAyrRt00QCP5pwQoyhPdPzUIETFHRLEYTZ24XiQQGyUEg9VAp7KRXDW8nlmg3qiSFtHZYUEI0k/Vxq7DtQCucn5siU4FzVwOTVi4O+KFLpRHz3/B9wkNi3nOs5mAAAAAElFTkSuQmCC)!important;background-size:100%;background-repeat:no-repeat;pointer-events:none;font-weight:700;font-size:1.2rem}.industries .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: 968px){.industries .content button{align-self:center;width:100%;max-width:220px}.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}}.skeleton-card .image-container .skeleton-bg{width:100%;height:100%}.skeleton-card .content .skeleton-line{height:10px;border-radius:999px;background:#222;margin-bottom:.5rem}.skeleton-card .content .skeleton-line.skeleton-line-lg{width:60%}.skeleton-card .content .skeleton-line.short{width:40%}.industries-extra-section{padding:4rem 0 6rem;background-color:#000;color:#fff}.industries-extra-section .industries-extra-container{max-width:1250px;margin:0 auto;padding:0 1rem;text-align:center}.industries-extra-section .industries-extra-container .centered-capsule{padding:.5rem 1rem .5rem 2.5rem!important;font-size:.9rem;font-weight:500!important;margin:0 auto;width:190px!important;background:rgba(46,50,48,.453)!important;color:#b7b7b7!important;border:1px solid rgba(80,80,80,.287)!important;border-radius:10px!important;margin-bottom:2rem!important;transition:all .3s ease;background-image:url(/assets/fi_2024074-ba94ee99.svg),url(/assets/Ellipse\ 4-62f2cffa.svg)!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.1rem 100%!important;background-size:20px,50px!important}.industries-extra-section .industries-extra-container .centered-capsule:hover{background:rgba(100,108,255,.2)}@media (max-width: 768px){.industries-extra-section .industries-extra-container .centered-capsule{padding:.6rem 1.2rem;font-size:.9rem;margin-bottom:1.2rem}}.industries-extra-section .industries-extra-container .extra-heading{text-align:center;display:block!important;width:100%!important;font-size:3rem;font-weight:400;line-height:1.2;margin:2rem 0 4rem;background:linear-gradient(90deg,#dbdbdb,rgb(110,110,110));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.industries-extra-section .industries-extra-container .extra-heading{font-size:2.2rem}}@media (max-width: 768px){.industries-extra-section .industries-extra-container .extra-heading{font-size:2rem;margin-bottom:3rem}}@media (max-width: 480px){.industries-extra-section .industries-extra-container .extra-heading{font-size:1.8rem;margin-bottom:2.5rem}}.industry-detail-page{background-color:#000;color:#fff}.industry-hero-section-industries{padding:4rem 0;background-color:#000;color:#fff;text-align:center;display:flex;max-width:1250px;margin:4rem auto 0;align-items:center;justify-content:center;position:relative;overflow:hidden}.industry-hero-section-industries:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1200px;height:800px;background:radial-gradient(ellipse at center,var(--primary, #baff2a) 0%,rgba(186,255,42,.3) 30%,rgba(186,255,42,.1) 50%,transparent 70%);opacity:.15;filter:blur(60px);z-index:0;border-radius:50%;pointer-events:none}@media (max-width: 1200px){.industry-hero-section-industries:before{width:1000px;height:700px;filter:blur(50px)}}@media (max-width: 768px){.industry-hero-section-industries:before{width:800px;height:600px;filter:blur(40px)}}@media (max-width: 480px){.industry-hero-section-industries:before{width:600px;height:400px;filter:blur(30px);opacity:.1}}.industry-hero-section-industries:after{content:"";position:absolute;top:35%;right:10%;width:50%;height:500px;background:radial-gradient(ellipse at center,var(--primary, #baff2a) 0%,rgba(186,255,42,.2) 20%,transparent 100%);opacity:.7;filter:blur(40px);z-index:0;border-radius:50%;pointer-events:none}@media (max-width: 768px){.industry-hero-section-industries:after{width:400px;height:300px;filter:blur(30px);top:50%}}@media (max-width: 480px){.industry-hero-section-industries:after{display:none}}@media (max-width: 768px){.industry-hero-section-industries{padding:3rem 0;min-height:50vh}}.industry-hero-section-industries .industry-hero-container{margin:0 auto;position:relative;z-index:1}@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;position:relative;z-index:1}@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 .industry-heading{font-size:3.5rem;font-weight:400;line-height:1.1;margin:0 0 1.5rem;background:linear-gradient(90deg,#dbdbdb,rgb(99,99,99));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1}@media (max-width: 968px){.industry-hero-section-industries .industry-heading{font-size:3rem}}@media (max-width: 768px){.industry-hero-section-industries .industry-heading{font-size:2.5rem;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:1250px;position:relative;z-index:1}@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:white!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;position:relative;z-index:1}.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}}.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;z-index:1}@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%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .8s ease}.industry-hero-section-industries .card-hero .card-background .card-bg-placeholder{width:100%;height:100%;background:#222}.industry-hero-section-industries .card-hero .card-background .card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.1) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.7) 100%)}.industry-hero-section-industries .card-hero:hover .card-bg-image{transform:scale(1.05)}.breadcrumb,.industry-heading,.industry-subheading,.industry-button{will-change:transform,opacity}.content-section-ind{padding:5rem 0;background-color:#000;color:#fff}.content-section-ind .content-container{max-width:1250px;margin:0 auto}@media (max-width: 768px){.content-section-ind .content-container{padding:0 1.5rem}}@media (max-width: 480px){.content-section-ind .content-container{padding:0 1rem}}.content-section-ind .section-header{margin-bottom:2rem}@media (max-width: 768px){.content-section-ind .section-header{margin-bottom:3rem}}.content-section-ind .section-header .section-capsule{padding:.8rem 1.25rem .8rem 3rem!important;font-size:1.1rem;font-weight:500!important;color:#b7b7b7!important;background:rgba(46,50,48,.191)!important;border:1px solid rgba(80,80,80,.147)!important;border-radius:10px!important;margin-bottom:1.5rem!important;transition:all .3s ease;background-image:url(/assets/fi_2024074-ba94ee99.svg),url(/assets/Ellipse\ 4-62f2cffa.svg)!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.1rem 100%!important;background-size:28px,70px!important}@media (max-width: 768px){.content-section-ind .section-header .section-capsule{padding:.5rem 1rem;font-size:.85rem}}.content-section-ind .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,rgb(99,99,99));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.content-section-ind .section-header .section-heading{font-size:2.2rem}}@media (max-width: 768px){.content-section-ind .section-header .section-heading{font-size:2rem}}@media (max-width: 480px){.content-section-ind .section-header .section-heading{font-size:1.8rem}}.content-section-ind .cards-grid{display:flex;flex-direction:column;gap:2rem}@media (max-width: 768px){.content-section-ind .cards-grid{gap:1.5rem}}.content-section-ind .cards-grid .grid-row{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width: 768px){.content-section-ind .cards-grid .grid-row{gap:1.5rem}}@media (max-width: 640px){.content-section-ind .cards-grid .grid-row{grid-template-columns:1fr;gap:1rem}}.content-section-ind .cards-grid .grid-row.single-card{grid-template-columns:1fr;justify-items:center}.content-section-ind .cards-grid .grid-row.single-card .content-card{max-width:600px;margin:0 auto}.content-section-ind .cards-grid .content-card{background:#111;padding:2rem;border-radius:16px;border:1px solid rgba(28,28,28,.7529411765);transition:all .3s ease}.content-section-ind .cards-grid .content-card:hover{border-color:var(--primary);box-shadow:0 10px 30px #baff2a1a}@media (max-width: 768px){.content-section-ind .cards-grid .content-card{padding:1.5rem}}@media (max-width: 480px){.content-section-ind .cards-grid .content-card{padding:1.2rem}}.content-section-ind .cards-grid .content-card .card-content{font-size:1rem;line-height:1.6;opacity:.9;margin:0}@media (max-width: 768px){.content-section-ind .cards-grid .content-card .card-content{font-size:.95rem}}@media (max-width: 480px){.content-section-ind .cards-grid .content-card .card-content{font-size:.9rem}}.section-capsule,.section-heading,.content-card{will-change:transform,opacity}.vertical-cards-section-indu{padding:5rem 0;background-color:#141414!important;color:#fff}.vertical-cards-section-indu .vertical-cards-container{max-width:1250px;margin:0 auto;padding:0}@media (max-width: 768px){.vertical-cards-section-indu .vertical-cards-container{padding:0 1.5rem}}@media (max-width: 480px){.vertical-cards-section-indu .vertical-cards-container{padding:0 1rem}}.vertical-cards-section-indu .centered-capsule{padding:.8rem 1rem .8rem 3rem!important;font-size:1rem;font-weight:500!important;width:220px;margin:0 auto;color:#b7b7b7!important;background:rgba(46,50,48,.191)!important;border:1px solid rgba(80,80,80,.147)!important;border-radius:10px!important;margin-bottom:1.5rem!important;transition:all .3s ease;background-image:url(/assets/fi_2024074-ba94ee99.svg),url(/assets/Ellipse\ 4-62f2cffa.svg)!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.1rem 100%!important;background-size:28px,70px!important}.vertical-cards-section-indu .centered-capsule:hover{background:rgba(100,108,255,.2)}@media (max-width: 768px){.vertical-cards-section-indu .centered-capsule{padding:.6rem 1.2rem;font-size:.9rem;margin-bottom:1.2rem}}.vertical-cards-section-indu .section-heading{text-align:center;font-size:3rem;font-weight:400;line-height:1.2;margin:0 0 4rem;background:linear-gradient(90deg,#dbdbdb,rgb(99,99,99));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.vertical-cards-section-indu .section-heading{font-size:2.2rem}}@media (max-width: 768px){.vertical-cards-section-indu .section-heading{font-size:2rem;margin-bottom:3rem}}@media (max-width: 480px){.vertical-cards-section-indu .section-heading{font-size:1.8rem;margin-bottom:2.5rem}}.vertical-cards-section-indu .vertical-cards{display:flex;flex-direction:column;gap:3rem}@media (max-width: 768px){.vertical-cards-section-indu .vertical-cards{gap:2.5rem}}.vertical-cards-section-indu .process-card{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:center;background:rgba(255,255,255,.0745098039)!important;padding:.6rem;border-radius:12px;overflow:hidden;border:1px solid #222;transition:all .3s ease}.vertical-cards-section-indu .process-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 15px 40px #baff2a1a}@media (max-width: 968px){.vertical-cards-section-indu .process-card{gap:2rem}}@media (max-width: 768px){.vertical-cards-section-indu .process-card{grid-template-columns:1fr;gap:0}}.vertical-cards-section-indu .process-card .card-image{position:relative;border-radius:12px;height:300px;overflow:hidden}@media (max-width: 768px){.vertical-cards-section-indu .process-card .card-image{height:250px}}.vertical-cards-section-indu .process-card .card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.vertical-cards-section-indu .process-card .card-image .image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(0,0,0,.7),transparent)}.vertical-cards-section-indu .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-indu .process-card .card-image .card-number{font-size:2.5rem;top:1rem;left:1rem}}.vertical-cards-section-indu .process-card .card-image:hover img{transform:scale(1.05)}.vertical-cards-section-indu .process-card .card-content{padding:2rem 2rem 2rem 0}@media (max-width: 968px){.vertical-cards-section-indu .process-card .card-content{padding:1.5rem}}@media (max-width: 768px){.vertical-cards-section-indu .process-card .card-content{padding:2rem}}.vertical-cards-section-indu .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-indu .process-card .card-content .card-heading{font-size:1.6rem}}@media (max-width: 768px){.vertical-cards-section-indu .process-card .card-content .card-heading{font-size:1.5rem;flex-direction:column;align-items:flex-start;gap:.5rem}}.vertical-cards-section-indu .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-indu .process-card .card-content .card-heading .heading-number{font-size:1.8rem}}.vertical-cards-section-indu .process-card .card-content .card-para{font-size:1rem;line-height:1.7;color:#979797;margin:0 0 1.2rem}.vertical-cards-section-indu .process-card .card-content .card-para:last-child{margin-bottom:0}@media (max-width: 768px){.vertical-cards-section-indu .process-card .card-content .card-para{font-size:1rem}}.centered-capsule,.section-heading,.process-card{will-change:transform,opacity}.results-delivered-section-ind{padding:5rem 0;background-color:#000;color:#fff}.results-delivered-section-ind .results-container{max-width:1250px!important;margin:0 auto}@media (max-width: 768px){.results-delivered-section-ind .results-container{padding:0 1.5rem}}@media (max-width: 480px){.results-delivered-section-ind .results-container{padding:0 1rem}}.results-delivered-section-ind .centered-capsule{padding:.8rem 1.25rem .8rem 3rem!important;font-size:1rem!important;font-weight:500!important;width:140px!important;color:#b7b7b7!important;background:rgba(46,50,48,.191)!important;border:1px solid rgba(80,80,80,.147)!important;border-radius:10px!important;margin:0 auto 1.5rem!important;transition:all .3s ease;background-image:url(/assets/fi_2024074-ba94ee99.svg),url(/assets/Ellipse\ 4-62f2cffa.svg)!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.1rem 100%!important;background-size:28px,70px!important}.results-delivered-section-ind .centered-capsule:hover{background:rgba(100,108,255,.2)}@media (max-width: 768px){.results-delivered-section-ind .centered-capsule{padding:.6rem 1.2rem;font-size:.9rem;margin-bottom:1.2rem}}.results-delivered-section-ind .section-heading{text-align:center;font-size:3rem;font-weight:400;line-height:1.2;margin:0 0 4rem;background:linear-gradient(90deg,#dbdbdb,rgb(99,99,99));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.results-delivered-section-ind .section-heading{font-size:2.2rem}}@media (max-width: 768px){.results-delivered-section-ind .section-heading{font-size:2rem;margin-bottom:3rem}}@media (max-width: 480px){.results-delivered-section-ind .section-heading{font-size:1.8rem;margin-bottom:2.5rem}}.results-delivered-section-ind .results-grid{display:flex;flex-direction:column;gap:2.5rem}@media (max-width: 768px){.results-delivered-section-ind .results-grid{gap:2rem}}.results-delivered-section-ind .results-grid .results-row{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width: 768px){.results-delivered-section-ind .results-grid .results-row{gap:1.5rem}}@media (max-width: 640px){.results-delivered-section-ind .results-grid .results-row{grid-template-columns:1fr;gap:1.5rem}}.results-delivered-section-ind .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-ind .result-card:hover{border-color:var(--primary);box-shadow:0 10px 30px #baff2a1a}@media (max-width: 768px){.results-delivered-section-ind .result-card{padding:1.5rem;gap:1.2rem}}@media (max-width: 480px){.results-delivered-section-ind .result-card{padding:1.2rem;gap:1rem}}.results-delivered-section-ind .result-card .card-image-row .result-icon{width:50px;height:50px;-o-object-fit:contain;object-fit:contain}@media (max-width: 768px){.results-delivered-section-ind .result-card .card-image-row .result-icon{width:45px;height:45px}}@media (max-width: 480px){.results-delivered-section-ind .result-card .card-image-row .result-icon{width:40px;height:40px}}.results-delivered-section-ind .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-ind .result-card .card-content-row .result-description{font-size:1rem}}@media (max-width: 768px){.results-delivered-section-ind .result-card .card-content-row .result-description{font-size:.95rem;line-height:1.5}}@media (max-width: 480px){.results-delivered-section-ind .result-card .card-content-row .result-description{font-size:.9rem}}.icon-features-section-ind{padding:5rem 0;background-color:#000;color:#fff}.icon-features-section-ind .features-container{max-width:1250px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.icon-features-section-ind .features-container{padding:0 1.5rem}}@media (max-width: 480px){.icon-features-section-ind .features-container{padding:0 1rem}}.icon-features-section-ind .centered-capsule{padding:.8rem 1.15rem .8rem 3rem!important;font-size:.9rem;font-weight:500!important;margin:0 auto;width:160px!important;color:#b7b7b7!important;background:rgba(46,50,48,.191)!important;border:1px solid rgba(80,80,80,.147)!important;border-radius:10px!important;margin-bottom:1.5rem!important;transition:all .3s ease;background-image:url(/assets/fi_2024074-ba94ee99.svg),url(/assets/Ellipse\ 4-62f2cffa.svg)!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.1rem 100%!important;background-size:28px,70px!important}.icon-features-section-ind .centered-capsule:hover{background:rgba(100,108,255,.2)}@media (max-width: 768px){.icon-features-section-ind .centered-capsule{padding:.6rem 1.2rem;font-size:.9rem;margin-bottom:1.2rem}}.icon-features-section-ind .section-heading{text-align:center;font-size:3rem;font-weight:400;line-height:1.2;margin:0 0 4rem;background:linear-gradient(90deg,#dbdbdb,rgb(99,99,99));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.icon-features-section-ind .section-heading{font-size:2.2rem}}@media (max-width: 768px){.icon-features-section-ind .section-heading{font-size:2rem;margin-bottom:3rem}}@media (max-width: 480px){.icon-features-section-ind .section-heading{font-size:1.8rem;margin-bottom:2.5rem}}.icon-features-section-ind .features-grid{display:flex;max-width:800px;margin:0 auto;flex-wrap:wrap;justify-content:center;gap:3rem}.icon-features-section-ind .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-ind .feature-item .feature-icon{transform:scale(1.1)}@media (max-width: 768px){.icon-features-section-ind .feature-item{padding:1.5rem 1rem}}.icon-features-section-ind .feature-item .feature-icon{width:20px;height:20px;margin-top:-10px}@media (max-width: 768px){.icon-features-section-ind .feature-item .feature-icon{width:50px;height:50px;margin-bottom:1rem}}.icon-features-section-ind .feature-item .feature-icon .tech-icon-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.icon-features-section-ind .feature-item .feature-icon .tech-icon-placeholder{width:100%;height:100%;background:#333;border-radius:8px}.icon-features-section-ind .feature-item .feature-text{font-size:1.1rem;font-weight:500;line-height:1.4;color:#fff}@media (max-width: 768px){.icon-features-section-ind .feature-item .feature-text{font-size:1rem}}@media (max-width: 480px){.icon-features-section-ind .feature-item .feature-text{font-size:.95rem}}.centered-capsule,.section-heading,.feature-item{will-change:transform,opacity}.industry-stages-section{padding:5rem 0;background-color:#000;color:#fff}.industry-stages-section .stages-container{max-width:1250px;margin:0 auto;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:190px!important;color:#b7b7b7!important;background:rgba(46,50,48,.191)!important;border:1px solid rgba(80,80,80,.147)!important;border-radius:10px!important;margin-bottom:1.5rem!important;transition:all .3s ease;background-image:url(/assets/fi_2024074-ba94ee99.svg),url(/assets/Ellipse\ 4-62f2cffa.svg)!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:rgba(100,108,255,.2)}@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,rgb(99,99,99));-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:rgba(186,255,42,.1);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}.service-cards-section{padding:5rem 0}.service-cards-section .service-cards-container{max-width:1250px;margin:0 auto}.service-cards-section .service-cards-container .centered-capsule{padding:.8rem .3rem .8rem 3.5rem!important;font-size:.9rem!important;font-weight:500!important;margin:0 auto;width:180px;background:rgba(46,50,48,.453)!important;color:#b7b7b7!important;border:1px solid rgba(80,80,80,.287)!important;border-radius:10px!important;margin-bottom:1.5rem;transition:all .3s ease;background-image:url(/assets/fi_1306219-a205c6f4.svg),url(/assets/Ellipse\ 4-62f2cffa.svg)!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.4rem 100%!important;background-size:25px,40px!important}.service-cards-section .service-cards-container .centered-capsule:hover{background:rgba(100,108,255,.2)}@media (max-width: 768px){.service-cards-section .service-cards-container .centered-capsule{padding:.6rem 1.2rem;font-size:.9rem;margin-bottom:1.2rem}.service-cards-section .service-cards-container{padding:0 1.5rem}}@media (max-width: 480px){.service-cards-section .service-cards-container{padding:0 1rem}}.service-cards-section .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,rgb(99,99,99));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.service-cards-section .section-heading{font-size:2.2rem}}@media (max-width: 768px){.service-cards-section .section-heading{font-size:2rem;margin-bottom:3rem}}@media (max-width: 480px){.service-cards-section .section-heading{font-size:1.8rem;margin-bottom:2.5rem}}.service-cards-section .service-cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}@media (max-width: 1024px){.service-cards-section .service-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.service-cards-section .service-cards-grid{grid-template-columns:1fr}}.service-cards-section .service-card{background:#111;border-radius:14px;border:1px solid #222;padding:1.75rem 1.5rem;text-align:left;transition:all .3s ease}.service-cards-section .service-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 10px 30px #baff2a1f}.service-cards-section .service-card .service-card-icon{width:40px;height:40px;border-radius:12px;background:rgba(186,255,42,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.service-cards-section .service-card .service-card-icon span{font-size:1.1rem;color:var(--primary)}.service-cards-section .service-card .service-card-title{font-size:1rem;font-weight:600;margin:0 0 .75rem}.service-cards-section .service-card .service-card-description{font-size:.85rem;color:#a3a3a3;margin:0;line-height:1.5}.testimonial-slider{padding:6rem 0rem;background-color:#000;max-width:1250px!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;margin:0 auto;overflow:hidden}@media (max-width: 768px){.testimonial-slider .slider-container{height:450px!important}}.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:rgba(20,20,20,.8);-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,rgba(27,27,27,.9) 0%,rgba(61,125,29,.09) 100%),url(/assets/Group\ 1000003900-1ba70730.png),url(/assets/Group\ 1000003929-894c86c8.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: 1050px){.testimonial-slider{padding:6rem 1rem}}@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}.contact-hero-section{position:relative;width:100%;padding:5rem 0 0!important;min-height:100vh;display:flex;align-items:center;overflow:hidden}@media (max-width: 980px){.contact-hero-section{padding:5rem 1rem 0!important}}.contact-hero-section .background-image-container{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/Container-8a6185cf.png);background-position:left center;background-size:cover;background-repeat:no-repeat}.contact-hero-section .background-overlay{position:absolute;bottom:1px;left:50px;width:600px;height:400px;background-image:url(/assets/Union-c3e86980.png);background-position:left center;background-size:cover;background-repeat:no-repeat}.contact-hero-section .contact-content-container{width:100%;max-width:1250px;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:4.5rem;font-weight:400;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(60deg,rgb(99,99,99),#ffffff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-hero-section .contact-text-col .contact-subheading{font-size:1.2rem;line-height:1.6;font-weight:300;opacity:.9;color:#a5a5a5;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(62,88,59,.3294117647);border-radius:12px;margin-bottom:1rem;background:rgba(20,20,20,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-image:url(/assets/Gradient_Blur-210f9dbc.png)!important;background-position:center top,center 200%!important;background-repeat:no-repeat,no-repeat,no-repeat;background-size:cover,cover;padding:2rem;width:90%;max-width:550px;min-width:320px;box-shadow:0 10px 30px #0000001a}.contact-hero-section .contact-form-box .form-heading{font-size:1.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{width:100%}.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{width:100%;padding:.6rem 1rem;border:1px solid rgba(62,88,59,.3294117647);border-radius:.5rem;background:rgba(17,17,17,.041);color:#fff;font-size:.9rem;transition:border-color .3s ease;outline:none}.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{border-color:#8bff64}.contact-hero-section .contact-form-box .contact-form .form-group input::-moz-placeholder,.contact-hero-section .contact-form-box .contact-form .form-group select::-moz-placeholder,.contact-hero-section .contact-form-box .contact-form .form-group textarea::-moz-placeholder{color:#ffffff80}.contact-hero-section .contact-form-box .contact-form .form-group input::placeholder,.contact-hero-section .contact-form-box .contact-form .form-group select::placeholder,.contact-hero-section .contact-form-box .contact-form .form-group textarea::placeholder{color:#ffffff80}.contact-hero-section .contact-form-box .contact-form .form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .7rem top 50%;color:#9c9c9c;background-size:1.5rem auto;padding-right:2.5rem;cursor:pointer}.contact-hero-section .contact-form-box .contact-form .form-group select option{background-color:#1a1a1a;color:#fff}.contact-hero-section .contact-form-box .contact-form .form-group textarea{resize:none;min-height:80px;font-family:inherit}.contact-hero-section .contact-form-box .contact-form .submit-button{background:white;color:#000;padding:.7rem 1.5rem;border-radius:1.5rem;font-size:.9rem;font-weight:400;cursor:pointer;transition:all .3s ease;margin-top:.5rem;width:100%;text-align:center}.contact-hero-section .contact-form-box .contact-form .submit-button:hover{box-shadow:0 0 15px #8bff644d}.contact-hero-section .contact-form-box .contact-form .submit-button:active{transform:scale(.98)}@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:1250px!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{background:rgba(31,31,31,.8);-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{transform:translateY(-5px)}.newsletter-list .office-card .card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.newsletter-list .office-card .card-header .flag-icon{font-size:1rem;color:#8bff64}.newsletter-list .office-card .card-header h3{font-size:1rem;margin:0;font-weight:300!important;color:#d3d0d0}.newsletter-list .office-card .card-body .address{font-size:1.2rem;color:#efefef}.newsletter-list .office-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{font-size:.9rem;color:#a9a9a9}.newsletter-list .services-card,.newsletter-list .social-card{background:rgba(31,31,31,.8);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:10px;padding:1.5rem;height:100%;box-shadow:0 5px 15px #0000000d}.newsletter-list .services-card h4,.newsletter-list .social-card h4{font-size:1.2rem;font-weight:400;color:#d3d0d0;margin-bottom:1rem}.newsletter-list .services-card p,.newsletter-list .social-card p{font-size:.9rem;color:#a9a9a9;margin-bottom:.5rem}.newsletter-list .social-card h3{font-size:1rem;font-weight:400;color:#d3d0d0;margin-bottom:1rem}.newsletter-list .social-card .social-icons{display:flex;gap:1rem;flex-wrap:wrap}.newsletter-list .social-card .social-icons a{display:inline-block;border-radius:14px;border:1px solid rgba(190,211,143,.378);padding:.4rem;transition:transform .3s ease}.newsletter-list .social-card .social-icons a:hover{transform:scale(1.1)}.newsletter-list .social-card .social-icons .social-icon-image{width:27px;height:27px;-o-object-fit:contain;object-fit:contain;border-radius:4px}.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}}.newsletter-section{padding:4rem 1rem;background-color:#000}@media (max-width: 1250px){.newsletter-section{padding:4rem 1rem}}.newsletter-section .newsletter-container{max-width:1250px;margin:0 auto}.newsletter-section .newsletter-box{background:#111;border:1px solid #333;background-image:url(/assets/Hero-background-left-5aebcf90.png),url(/assets/Hero-background-right-8ca2c4db.png),url(/assets/Hero-background-center-bd36fc3a.png),url(/assets/Gradient_Blur-210f9dbc.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: 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(60deg,rgb(99,99,99),#ffffff);-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:rgba(20,64,3,.4549019608);background:rgba(46,77,39,.255);-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::-moz-placeholder{color:#666}.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:white;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}}.minimal-hero-section-about{padding:8rem 0 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(/assets/Hero-background-circle-0e519255.svg),url(/assets/Hero-background-left-5aebcf90.png),url(/assets/Hero-background-right-8ca2c4db.png),url(/assets/Hero-background-center-bd36fc3a.png),url(/assets/Group\ 1000003912-87e611b0.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:60% auto,41% 100%,41% 100%,cover,cover;z-index:0}@media (max-width: 780px){.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:100% auto,60% 100%,60% 100%,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:1250px;margin:0 auto;padding:0 1rem}.minimal-hero-section-about .center-image-container{margin-bottom:1rem;margin-top:2rem;display:flex;justify-content:center;align-items:center}@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;-o-object-fit:contain;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:3.5rem;font-weight:400;line-height:1.1;margin:0 0 1.5rem;background:linear-gradient(90deg,#dbdbdb,rgb(99,99,99));-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:2rem;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}}.minimal-hero-section-about .cta-button{background:white;color:#000;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}.center-image-container,.minimal-heading,.minimal-subheading{will-change:transform,opacity}.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:1250px;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:800px;margin-bottom:0}.centered-content .paragraph.second-para{max-width:800px;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:1250px;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:4px}}.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:rgba(186,255,42,.1);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:-4px}}.results-delivered-section{padding:4rem 0;background-color:#000;color:#fff}.results-delivered-section .centered-capsule{display:inline-block;background:rgba(186,255,42,.1);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:-moz-fit-content;width:fit-content}@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: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 .result-card .card-content-row .value-title{font-size:1rem;font-weight:600;margin-bottom:.6rem;color:#f5f5f5}.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}.centered-capsule,.section-heading,.result-card{will-change:transform,opacity}.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:1250px;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:1250px;gap:1rem;justify-content:center;align-items:center}@media (min-width: 1024px){.strategic-partners-6 .partners-grid{grid-template-columns:repeat(3,1fr)}}@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:320px;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:#edff6483!important;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%;-o-object-fit:cover;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:flex-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 .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}.strategic-partners-6 .social-icons{display:flex;margin-top:1rem;justify-content:flex-start;gap:1rem;align-items:center;width:100%}@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}}.strategic-partners{background-color:#000!important;padding:6rem 0rem;color:#fff!important;position:relative;overflow:hidden}.strategic-partners .strategic-partners-container{max-width:1250px;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:1250px!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)}}@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:rgba(26,26,26,.7019607843)!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:#ceff644d;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%;-o-object-fit:contain;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}.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}}.team-section{background-color:var(--primary)!important;padding:6rem 2rem;color:#000!important;position:relative;overflow:hidden}.team-section .team-section-container{max-width:1250px;margin:0 auto;width:100%}.team-section .section-header{text-align:center;margin-bottom:4rem;max-width:600px!important;margin-left:auto;margin-right:auto}.team-section .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){.team-section .section-heading{font-size:2rem}}.team-section .section-subheading{font-size:1.25rem;line-height:1.6;color:#000!important;margin:0 auto}@media (max-width: 768px){.team-section .section-subheading{font-size:1.1rem}}.team-section .partners-grid{display:flex;flex-wrap:wrap;flex-direction:row;max-width:1250px;gap:1rem;justify-content:center;align-items:center}@media (min-width: 1024px){.team-section .partners-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1023px) and (min-width: 768px){.team-section .partners-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.team-section .partners-grid{grid-template-columns:1fr}}.team-section .partner-card{background:#fff!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,.1);padding:1rem!important}.team-section .partner-card:hover{border-color:#ceff644d;transform:translateY(-5px);box-shadow:0 15px 40px #0003}.team-section .partner-image{height:300px;overflow:hidden;background-color:#000;position:relative;border-radius:8px}.team-section .partner-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.team-section .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:flex-start}.team-section .partner-image .parnter-image-content h1{font-size:1.2rem;font-weight:600;margin:0;color:#000}.team-section .partner-image .parnter-image-content span{font-size:.8rem;color:#666}.team-section .partner-card:hover .partner-image img{transform:scale(1.05)}.team-section .partner-content{color:#111c!important;padding:1rem 0rem 0rem!important}@media (max-width: 768px){.team-section .partner-content{padding:1.5rem}}.team-section .partner-content hr{border:none;border-top:1px solid #e5e5e5;margin:1rem 0}.team-section .partner-heading{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#000!important;line-height:1.3}@media (max-width: 768px){.team-section .partner-heading{font-size:1.3rem}}.team-section .partner-description{font-size:.9rem;color:#424242cc!important;margin:1rem 0;line-height:1.5}@media (max-width: 768px){.team-section .partner-description{font-size:.95rem}}.team-section .list_1{font-size:.9rem;color:#515151!important;padding:0;margin:1rem 0;list-style:none}.team-section .list_1 li{margin-bottom:.5rem;position:relative;padding-left:1rem}.team-section .list_1 li:before{content:"•";position:absolute;left:0;color:var(--primary)}.team-section .social-icons{display:flex;margin-top:1rem;justify-content:flex-start;gap:1rem;align-items:center;width:100%}.team-section .social-icons span{cursor:pointer;transition:transform .3s ease}.team-section .social-icons span:hover{transform:translateY(-3px)}.team-section .social-icons span img{width:20px;height:20px;-o-object-fit:contain;object-fit:contain}@media (max-width: 768px){.team-section{padding:4rem 1rem}.team-section .section-header{margin-bottom:3rem}.team-section .partners-grid{gap:1.5rem}.team-section .partner-image{height:250px}.team-section .partner-image .parnter-image-content{top:170px;height:60px;padding:.8rem}.team-section .partner-image .parnter-image-content h1{font-size:1.1rem}.team-section .partner-image .parnter-image-content span{font-size:.7rem}}@media (max-width: 480px){.team-section{padding:3rem 1rem}.team-section .section-heading{font-size:1.75rem}.team-section .section-subheading{font-size:1rem}.team-section .partner-content{padding:1.25rem}.team-section .partner-image{height:200px}.team-section .partner-image .parnter-image-content{top:140px;height:55px;padding:.7rem}.team-section .partner-image .parnter-image-content h1{font-size:1rem}}.careers-page-root{background-color:#000;color:#fff}.premium-careers-hero{background-color:#000;color:#fff;display:flex;align-items:center;padding:4rem 0!important;overflow:hidden;margin-top:1rem}@media (max-width: 1050px){.premium-careers-hero{padding:4rem 1rem!important}}@media (min-width: 1050px){.premium-careers-hero{padding:5rem 0rem}}.premium-careers-hero .careers-hero-container{width:100%;max-width:1250px;margin:0 auto}.premium-careers-hero .careers-hero-container .hero-grid{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem}@media (max-width: 668px){.premium-careers-hero .careers-hero-container .hero-grid{flex-wrap:wrap}}.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;max-width:unset;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,#505050);-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:.9rem;line-height:1.6;opacity:.8;color:#878787;margin-bottom:2rem}@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%;-o-object-fit:cover;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;-o-object-fit:cover;object-fit:cover;border-radius:8px;box-shadow:0 20px 40px #00000080}.skeleton-bg{background:#111}.opportunities-section{padding:5rem 1rem;background-color:#000;color:#fff;max-width:1250px;margin:0 auto}@media (min-width: 1050px){.opportunities-section{padding:5rem 0rem}}.opportunities-section .opportunities-container{margin:0 auto}.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,#606060);-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;color:#c7c7c7}@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}.vertical-opportunities-section{padding:5rem 0;background-color:#000;color:#fff}@media (max-width: 1050px){.vertical-opportunities-section{padding:4rem 1rem}}.vertical-opportunities-section .vertical-opportunities-container{max-width:1250px;margin:0 auto}.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,#606060);-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 .opportunities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}@media (max-width: 1050px){.vertical-opportunities-section .vertical-opportunities-container .opportunities-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.vertical-opportunities-section .vertical-opportunities-container .opportunities-grid{grid-template-columns:1fr}}.vertical-opportunities-section .vertical-opportunities-container .opportunities-grid .opportunity-card{background:#111!important;cursor:pointer;border-radius:16px;padding:1rem 2rem;transition:all .3s ease;border:1px solid #222!important}.vertical-opportunities-section .vertical-opportunities-container .opportunities-grid .opportunity-card:hover{border-color:var(--primary);box-shadow:0 10px 30px #baff2a1a}.vertical-opportunities-section .vertical-opportunities-container .opportunities-grid .opportunity-card:hover .card-arrow{background:var(--primary);color:#000;transform:translate(5px)}.vertical-opportunities-section .vertical-opportunities-container .opportunities-grid .opportunity-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.vertical-opportunities-section .vertical-opportunities-container .opportunities-grid .opportunity-card .card-header .card-title{font-size:.9rem;font-weight:400;color:var(--primary)!important;text-transform:uppercase;letter-spacing:.5px}.vertical-opportunities-section .vertical-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}.vertical-opportunities-section .vertical-opportunities-container .opportunities-grid .opportunity-card .card-header .card-arrow:hover{background:var(--primary);color:#000;transform:translate(5px)}.vertical-opportunities-section .vertical-opportunities-container .opportunities-grid .opportunity-card .card-content .card-heading{font-size:1.2rem;color:#c3c3c3;font-weight:700;margin:0 0 1rem;line-height:1.3}@media (max-width: 1050px){.vertical-opportunities-section .vertical-opportunities-container .opportunities-grid .opportunity-card .card-content .card-heading{font-size:1.3rem}}.vertical-opportunities-section .vertical-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}.vertical-opportunities-section .vertical-opportunities-container .opportunities-grid .opportunity-card .card-content .card-details{display:flex;flex-direction:row;gap:.8rem}.vertical-opportunities-section .vertical-opportunities-container .opportunities-grid .opportunity-card .card-content .card-details .detail-item{display:flex;align-items:center;font-size:.8rem;color:#949494}.vertical-opportunities-section .vertical-opportunities-container .opportunities-grid .opportunity-card .card-content .card-details .detail-item .detail-icon{margin-right:.5rem;color:#fff;font-size:.8rem}.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}.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card .col{display:flex;flex-direction:column;justify-content:center}.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: 1050px){.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}}.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}.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}.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)}@media (max-width: 768px){.vertical-opportunities-section .vertical-opportunities-container .vertical-opportunity-card{grid-template-columns:1fr;gap:1.5rem}}.vertical-opportunities-section .vertical-opportunities-container .load-more-container{display:flex;justify-content:center;margin-top:1rem}.image-mosaic-section{padding:5rem 0;background-color:#000;color:#fff}.image-mosaic-section .mosaic-container{max-width:1250px;width:100%;margin:0 auto;padding:0 1rem}.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,#7b7b7b);-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:#7c7c7c;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 .no-images-message{text-align:center;padding:3rem;color:#b8b8b8;font-style:italic}.image-mosaic-section .mosaic-container .masonry-grid{display:flex;flex-direction:column;gap:1.5rem}.image-mosaic-section .mosaic-container .masonry-grid .masonry-row{display:flex;gap:1.5rem;width:100%;flex-direction:column}.image-mosaic-section .mosaic-container .masonry-grid .masonry-row .masonry-item{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000004d;height:300px;width:100%}.image-mosaic-section .mosaic-container .masonry-grid .masonry-row .masonry-item.single,.image-mosaic-section .mosaic-container .masonry-grid .masonry-row .masonry-item.double{width:100%}.image-mosaic-section .mosaic-container .masonry-grid .masonry-row .masonry-item .masonry-image-container{width:100%;height:100%;position:relative}.image-mosaic-section .mosaic-container .masonry-grid .masonry-row .masonry-item .masonry-image-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.image-mosaic-section .mosaic-container .masonry-grid .masonry-row .masonry-item .masonry-image-container .image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.image-mosaic-section .mosaic-container .masonry-grid .masonry-row .masonry-item .masonry-image-container:hover .image-overlay{opacity:1}@media (min-width: 641px) and (max-width: 999px){.image-mosaic-section .mosaic-container .masonry-grid .masonry-row{flex-direction:row;flex-wrap:wrap}.image-mosaic-section .mosaic-container .masonry-grid .masonry-row .masonry-item{flex:1 1 calc(50% - .75rem);min-width:calc(50% - .75rem)}.image-mosaic-section .mosaic-container .masonry-grid .masonry-row .masonry-item.single{flex:1 1 100%}}@media (min-width: 1000px){.image-mosaic-section .mosaic-container .masonry-grid .masonry-row{flex-direction:row}.image-mosaic-section .mosaic-container .masonry-grid .masonry-row.row-even .masonry-item:first-child{flex:0 0 39%}.image-mosaic-section .mosaic-container .masonry-grid .masonry-row.row-even .masonry-item:last-child{flex:0 0 59%}.image-mosaic-section .mosaic-container .masonry-grid .masonry-row.row-odd .masonry-item:first-child{flex:0 0 59%}.image-mosaic-section .mosaic-container .masonry-grid .masonry-row.row-odd .masonry-item:last-child{flex:0 0 39%}.image-mosaic-section .mosaic-container .masonry-grid .masonry-row.single-image .masonry-item{flex:0 0 100%!important}.image-mosaic-section .mosaic-container .masonry-grid .masonry-row .masonry-item{height:350px}.image-mosaic-section .mosaic-container .masonry-grid .masonry-row .masonry-item .masonry-image-container img{transition:transform .3s ease}.image-mosaic-section .mosaic-container .masonry-grid .masonry-row .masonry-item .masonry-image-container:hover img{transform:scale(1.05)}}@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-detail-page-root{background-color:#000;color:#fff}.career-details-hero{background-color:#000;color:#fff;padding:8rem 0 3rem;max-width:1250px;display:flex;margin:0 auto;align-items:center}.career-details-hero .career-details-container{width:100%;margin:2rem auto;padding:0 1rem}.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)}.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{font-size:.9rem}}.career-details-hero .career-details-container .career-content .career-heading{font-size:3rem;font-weight:400;line-height:1.2;margin:0 0 2.5rem;background:linear-gradient(90deg,#fff,#2b2b2b)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}@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:.6rem 1.2rem;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-icon img{height:16px;width:16px;-o-object-fit:contain;object-fit:contain}.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}@media (max-width: 1050px){.job-details-section{padding:1rem}}.job-details-section .job-details-container{max-width:1250px;margin:0 auto}.job-details-section .job-details-container .about-section{padding:2rem!important;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: 1050px){.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}.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:.8rem 1.6rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;border:none}.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}}.webinars-page-root{background-color:#000;color:#fff}.webinar-listing-hero{padding:8rem 0 4rem;background-color:#000;color:#fff;min-height:80vh;display:flex;align-items:center}.webinar-listing-hero .webinar-listing-container{max-width:1250px;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;font-style:italic;color:#b3b3b3;gap:.7rem;border-radius:50px;font-size:.95rem;font-weight:600;margin-bottom:1rem}.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-badge .badge-icon{font-size:.9rem;color:var(--primary);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:2.5rem;font-weight:400;line-height:1.2;margin:0 0 1rem;background:linear-gradient(90deg,#dbdbdb,rgb(99,99,99));-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}@media (max-width: 968px){.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-title{font-size:2.8rem}}@media (max-width: 768px){.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-title{font-size:2.4rem;margin-bottom:1.2rem}}@media (max-width: 480px){.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-title{font-size:2rem;margin-bottom:1rem}}.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-stats{display:flex;gap:1.5rem;margin-bottom:1rem}@media (max-width: 968px){.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:rgba(186,255,42,.1);color:var(--primary);padding:.3rem 1rem;border-radius:50px;font-size:.7rem;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:.9rem;line-height:1.7;color:#ababab;opacity:.9;margin-bottom:2.5rem;max-width:600px}@media (max-width: 968px){.webinar-listing-hero .webinar-listing-container .webinar-listing-grid .content-column .webinar-description{max-width:100%}}@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:white;color:#000;border:none;padding:.7rem 1.6rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.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:1250px;margin:0 auto}.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:rgba(186,255,42,.1)}.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-empty-wrapper{margin-top:2rem}.webinar-section .webinar-card-inner{background:#111;border-radius:16px;overflow:hidden;border:1px solid #222;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.webinar-section .webinar-card-inner:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px #baff2a1a}.webinar-section .webinar-card-inner .card-image{width:100%;height:200px;overflow:hidden}.webinar-section .webinar-card-inner .card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.webinar-section .webinar-card-inner:hover .card-image img{transform:scale(1.05)}.webinar-section .webinar-card-inner .card-content{padding:1.5rem;display:flex;flex-direction:column;height:100%}.webinar-section .webinar-card-inner .card-content h3{font-size:1.3rem;font-weight:600;margin:0 0 .8rem;color:#fff}@media (max-width: 768px){.webinar-section .webinar-card-inner .card-content h3{font-size:1.2rem}}.webinar-section .webinar-card-inner .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-inner .card-content .subheading{font-size:.9rem}}.webinar-section .webinar-card-inner .card-content .details-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.webinar-section .webinar-card-inner .card-content .details-row .detail-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;opacity:.7}.webinar-section .webinar-card-inner .card-content .details-row .detail-item .icon{color:var(--primary);font-size:.8rem}.webinar-section .webinar-card-inner .card-content .speaker-row{display:flex;justify-content:space-between;align-items:center;margin-top:auto}@media (max-width: 480px){.webinar-section .webinar-card-inner .card-content .speaker-row{flex-direction:column;gap:1rem;align-items:flex-start}}.webinar-section .webinar-card-inner .card-content .speaker-row .speaker-info div{display:flex;flex-direction:column}.webinar-section .webinar-card-inner .card-content .speaker-row .speaker-info .speaker-name{font-weight:600;font-size:.95rem;color:var(--primary)}.webinar-section .webinar-card-inner .card-content .speaker-row .speaker-info .speaker-desc{font-size:.85rem;opacity:.7}.webinar-section .webinar-card-inner .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;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.webinar-section .webinar-card-inner .card-content .speaker-row .register-btn:hover{background:#a0e02a;transform:translateY(-2px)}.webinar-detail-page{background-color:#000;color:#fff}.webinar-detail-hero{padding:6rem 0 0;background-color:#000;color:#fff}.webinar-detail-hero .webinar-detail-container{max-width:1250px;width:100%;margin:3rem auto;padding:0 2rem}@media (max-width: 768px){.webinar-detail-hero .webinar-detail-container{margin:2rem auto;padding:0 1.5rem}}.webinar-detail-hero .webinar-detail-container .webinar-content{margin-bottom:2rem}.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:flex-start;margin-bottom:2rem}@media (max-width: 968px){.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header{text-align:center}}.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-title{font-size:3.5rem;font-weight:400;line-height:1.2;margin:0 0 1rem;background:linear-gradient(90deg,#dbdbdb,rgb(99,99,99));-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}@media (max-width: 968px){.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-title{font-size:2.8rem}}@media (max-width: 768px){.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-title{font-size:2.4rem;margin-bottom:1.2rem}}@media (max-width: 480px){.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-title{font-size:2rem;margin-bottom:1rem}}.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-header-right{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}@media (max-width: 768px){.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-header-right{align-items:center}}.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-details{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.8rem;flex-wrap:wrap;min-width:160px}@media (max-width: 768px){.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-details{justify-content:center}}.webinar-detail-hero .webinar-detail-container .webinar-content .webinar-header .webinar-details .detail-item{display:flex;align-items:center;gap:.7rem;background:#111;padding:.4rem .9rem;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:.7rem;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:1rem;line-height:1.7;opacity:.9;color:#9a9a9a;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.2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.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;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.webinar-detail-hero .webinar-detail-container .webinar-image-container .webinar-image:hover{transform:scale(1.02)}.webinar-detail-hero .webinar-detail-container .webinar-image-container .webinar-image-placeholder{margin-top:2rem;width:100%;padding-top:42%;background:#111}.two-column-layout{padding:3rem 0;background-color:#000;color:#fff}.two-column-layout .layout-container{max-width:1250px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.two-column-layout .layout-container{padding:0 1.5rem}}.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.8rem 1.6rem;border-radius:16px;border:1px solid #222}.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.05rem;line-height:1.7;opacity:.9;margin-bottom:1.2rem}@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-heading{font-weight:600;margin-bottom:.5rem}.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:110px 1fr;gap:1rem;background:#111;padding:1.2rem 1.4rem;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 .left-column .schedule-block .schedule-cards .schedule-card .event-text .event-length{font-size:.9rem;opacity:.85}.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.6rem 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-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;border:1px solid #333}.two-column-layout .layout-container .right-column .speaker-card .speaker-header .speaker-avatar .speaker-avatar-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.two-column-layout .layout-container .right-column .speaker-card .speaker-header .speaker-avatar .speaker-avatar-placeholder{width:100%;height:100%;background:#222}.two-column-layout .layout-container .right-column .speaker-card .speaker-header .speaker-icon{color:var(--primary);font-size:1.6rem}.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 .speaker-card .speaker-socials{margin-top:1.2rem;display:flex;gap:.75rem;flex-wrap:wrap}.two-column-layout .layout-container .right-column .speaker-card .speaker-socials .speaker-social-button{background:#111;color:#fff;border:1px solid #333;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.95rem;transition:all .3s ease;text-decoration:none}.two-column-layout .layout-container .right-column .speaker-card .speaker-socials .speaker-social-button:hover{background:var(--primary);color:#000;border-color:var(--primary)}.two-column-layout .layout-container .right-column .quick-actions{background:#111;padding:1.6rem 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,.two-column-layout .layout-container .right-column .quick-actions .action-buttons .action-button-primary{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;text-decoration:none}.two-column-layout .layout-container .right-column .quick-actions .action-buttons .action-button svg,.two-column-layout .layout-container .right-column .quick-actions .action-buttons .action-button-primary svg{font-size:.95rem}.two-column-layout .layout-container .right-column .quick-actions .action-buttons .action-button:hover,.two-column-layout .layout-container .right-column .quick-actions .action-buttons .action-button-primary:hover{border-color:var(--primary);background:rgba(186,255,42,.1)}.two-column-layout .layout-container .right-column .quick-actions .action-buttons .action-button-primary{background:var(--primary);color:#000;border-color:var(--primary)}.two-column-layout .layout-container .right-column .quick-actions .action-buttons .action-button-primary:hover{background:#d9ff4b}.two-column-layout .layout-container .footer-content{margin-top:1rem}.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;text-decoration:none}.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 .divider-line{border:none;height:1px;background:#333;margin:0}.related-webinars-section{padding:4rem 0 5rem;background-color:#000;color:#fff}.related-webinars-section .related-container{max-width:1250px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.related-webinars-section .related-container{padding:0 1.5rem}}.related-webinars-section .related-container .related-heading{text-align:center;font-size:2.4rem;font-weight:400;margin-bottom:3rem;background:linear-gradient(90deg,#dbdbdb,rgb(99,99,99));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.related-webinars-section .related-container .related-heading{font-size:2rem;margin-bottom:2.5rem}}@media (max-width: 480px){.related-webinars-section .related-container .related-heading{font-size:1.8rem}}.related-webinars-section .related-container .related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 1024px){.related-webinars-section .related-container .related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.related-webinars-section .related-container .related-grid{grid-template-columns:1fr}}.related-webinars-section .related-container .related-grid .related-card{background:#111;border-radius:16px;border:1px solid #222;padding:1.6rem 1.4rem;text-decoration:none;color:inherit;transition:all .3s ease;display:flex;flex-direction:column;gap:.7rem}.related-webinars-section .related-container .related-grid .related-card:hover{border-color:var(--primary);box-shadow:0 10px 30px #baff2a1a;transform:translateY(-4px)}.related-webinars-section .related-container .related-grid .related-card .related-title{font-size:1.1rem;font-weight:600;line-height:1.4}.related-webinars-section .related-container .related-grid .related-card .related-meta{font-size:.85rem;color:#b0b0b0}.related-webinars-section .related-container .related-grid .related-card .related-excerpt{font-size:.9rem;color:#a0a0a0;line-height:1.5}.related-webinars-section .related-container .related-grid .related-card .related-pill{margin-top:.5rem;align-self:flex-start;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;padding:.35rem .9rem;border-radius:999px;background:#1b1b1b;border:1px solid #333;color:#d0d0d0}.webinar-title,.webinar-details,.content-block,.schedule-card,.speaker-card,.quick-actions,.footer-button,.related-card{will-change:transform,opacity}.blogs-page-root{background-color:#000;color:#fff}.blogs-hero-section{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){.blogs-hero-section{padding:3rem 0;min-height:50vh}}.blogs-hero-section .blogs-hero-container{max-width:1250px;margin:0 auto}@media (max-width: 768px){.blogs-hero-section .blogs-hero-container{padding:0 1.5rem}}@media (max-width: 480px){.blogs-hero-section .blogs-hero-container{padding:0 1rem}}.blogs-hero-section .blogs-heading{font-size:3.5rem!important;font-weight:400!important;line-height:1.2;margin:0 0 1.5rem;background:linear-gradient(90deg,#fff,#676767);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.blogs-hero-section .blogs-heading{font-size:2.8rem}}@media (max-width: 768px){.blogs-hero-section .blogs-heading{font-size:2.4rem;margin-bottom:1.2rem}}@media (max-width: 480px){.blogs-hero-section .blogs-heading{font-size:2rem;margin-bottom:1rem}}.blogs-hero-section .blogs-subheading{font-size:.9rem;line-height:1.6;opacity:.7;color:#a4a4a4;margin:0 auto 2.5rem;max-width:800px}@media (max-width: 968px){.blogs-hero-section .blogs-subheading{font-size:1.2rem}}@media (max-width: 768px){.blogs-hero-section .blogs-subheading{font-size:1.1rem;margin-bottom:2rem}}@media (max-width: 480px){.blogs-hero-section .blogs-subheading{font-size:1rem;margin-bottom:1.5rem;line-height:1.5}}.blogs-heading,.blogs-subheading{will-change:transform,opacity}.blogs-grid-section{background-color:#000;color:#fff}.blogs-grid-section .blogs-grid-container{max-width:1250px;margin:0 auto}@media (max-width: 1250px){.blogs-grid-section .blogs-grid-container{padding:1rem}}.blogs-grid-section .filters-container{display:flex;justify-content:center;margin-bottom:3rem}.blogs-grid-section .filters-container .filters-row{display:flex;gap:1.5rem;width:100%;flex-wrap:wrap;align-items:center;justify-content:space-between}@media (max-width: 768px){.blogs-grid-section .filters-container .filters-row{gap:1rem;flex-direction:column;align-items:stretch}}.blogs-grid-section .filters-container .tab-scroll-container-parent{flex:1;width:100%;display:flex;justify-content:flex-start;align-items:center}.blogs-grid-section .filters-container .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 6px;justify-content:flex-start;max-width:100%}.blogs-grid-section .filters-container .tab-scroll-container::-webkit-scrollbar{display:none}.blogs-grid-section .filters-container .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}.blogs-grid-section .filters-container .tab-scroll-container .tab-button:hover{background:rgba(186,255,42,.1)}.blogs-grid-section .filters-container .tab-scroll-container .tab-button.active{background:var(--primary);color:#000;border-color:var(--primary)}@media (max-width: 768px){.blogs-grid-section .filters-container .tab-scroll-container .tab-button{padding:.7rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){.blogs-grid-section .filters-container .tab-scroll-container .tab-button{padding:.6rem 1.2rem;font-size:.85rem}}.blogs-grid-section .filters-container .blogs-search-wrapper{display:flex;align-items:center;gap:1rem;flex-shrink:0}@media (max-width: 768px){.blogs-grid-section .filters-container .blogs-search-wrapper{width:100%;flex-direction:column;align-items:stretch}}.blogs-grid-section .filters-container .blogs-search-input{flex:1;min-width:220px;padding:.7rem 1rem;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#111;color:#fff;font-size:.9rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.blogs-grid-section .filters-container .blogs-search-input:focus{border-color:var(--primary);box-shadow:0 0 0 1px #baff2a66}.blogs-grid-section .filters-container .blogs-search-input::-moz-placeholder{color:#777}.blogs-grid-section .filters-container .blogs-search-input::placeholder{color:#777}@media (max-width: 768px){.blogs-grid-section .filters-container .blogs-search-input{width:100%}}.blogs-grid-section .filters-container .blogs-count-text{font-size:.85rem;color:#b3b3b3;white-space:nowrap}@media (max-width: 768px){.blogs-grid-section .filters-container .blogs-count-text{align-self:flex-start}}.blogs-grid-section .blogs-cards-grid .grid-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;margin-bottom:3rem}@media (max-width: 768px){.blogs-grid-section .blogs-cards-grid .grid-content{grid-template-columns:1fr;gap:1.5rem}}.blogs-grid-section .content-card{background:#111;border-radius:16px;cursor:pointer;overflow:hidden;border:1px solid #222;transition:all .3s ease;display:flex;flex-direction:column;min-height:100%}.blogs-grid-section .content-card:hover{border-color:var(--primary);box-shadow:0 10px 30px #baff2a1a}.blogs-grid-section .content-card:hover .card-image{transform:scale(1.05)}.blogs-grid-section .content-card:hover .card-read-more{color:var(--primary)}.blogs-grid-section .content-card:hover .card-read-more .read-more-icon{transform:translate(3px)}.blogs-grid-section .content-card .card-image-container{position:relative;height:210px;overflow:hidden}.blogs-grid-section .content-card .card-image-container .card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease;display:block}.blogs-grid-section .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){.blogs-grid-section .content-card .card-image-container .category-tag{font-size:.75rem;padding:.3rem .7rem}}.blogs-grid-section .content-card .card-content{padding:1rem 1rem 1.1rem;display:flex;flex-direction:column;height:100%}.blogs-grid-section .content-card .card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.75rem;color:#b3b3b3;margin-bottom:.7rem}.blogs-grid-section .content-card .card-meta .meta-divider{opacity:.6}.blogs-grid-section .content-card .card-meta .meta-time{display:inline-flex;align-items:center;gap:.3rem}.blogs-grid-section .content-card .card-meta .meta-icon{font-size:.8rem;color:var(--primary)}.blogs-grid-section .content-card .card-heading{font-size:1.15rem;font-weight:600;margin:0 0 .6rem;line-height:1.3;color:#fff}@media (max-width: 768px){.blogs-grid-section .content-card .card-heading{font-size:1.1rem}}.blogs-grid-section .content-card .card-description{font-size:.85rem;line-height:1.5;opacity:.9;color:#d2d2d2;margin:0 0 1rem;flex:1}@media (max-width: 768px){.blogs-grid-section .content-card .card-description{font-size:.9rem}}.blogs-grid-section .content-card .card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:.75rem}.blogs-grid-section .content-card .card-author{display:inline-flex;align-items:center;gap:.5rem;min-width:0}.blogs-grid-section .content-card .card-author .author-avatar{width:32px;height:32px;border-radius:999px;overflow:hidden;flex-shrink:0;background:#222}.blogs-grid-section .content-card .card-author .author-name{font-size:.85rem;color:#f5f5f5;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:140px}.blogs-grid-section .content-card .card-read-more{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;color:#c4c4c4;font-weight:500;transition:color .3s ease}.blogs-grid-section .content-card .card-read-more .read-more-icon{width:14px;height:14px;transition:transform .3s ease}.blogs-grid-section .skeleton-bg{background:#222}@media (max-width: 768px){.blogs-grid-section .blogs-cards-grid .grid-content{gap:1.5rem}}.blog-detail-page{background-color:#000;color:#fff}.blog-detail-page .card-hero-section{padding:6rem 0 1rem;background-color:#000;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.blog-detail-page .card-hero-section{padding:2rem 1rem;min-height:400px}}.blog-detail-page .card-hero-container{max-width:1250px;width:100%}.blog-detail-page .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){.blog-detail-page .card-hero{height:350px;border-radius:16px}}@media (max-width: 480px){.blog-detail-page .card-hero{height:300px;border-radius:12px}}.blog-detail-page .card-hero .card-background{position:absolute;top:0;left:0;width:100%;height:100%}.blog-detail-page .card-hero .card-background .card-bg-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .8s ease;display:block}.blog-detail-page .card-hero .card-background .card-bg-placeholder{width:100%;height:100%;background:#111}.blog-detail-page .card-hero .card-background .card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.1) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.7) 100%)}.blog-detail-page .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){.blog-detail-page .card-hero .card-content{padding:1.5rem}}@media (max-width: 480px){.blog-detail-page .card-hero .card-content{padding:1rem}}.blog-detail-page .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){.blog-detail-page .card-hero .card-content .card-heading{font-size:2.2rem;max-width:500px}}@media (max-width: 768px){.blog-detail-page .card-hero .card-content .card-heading{font-size:1.8rem;max-width:400px}}@media (max-width: 480px){.blog-detail-page .card-hero .card-content .card-heading{font-size:1.5rem;line-height:1.2;max-width:300px}}.blog-detail-page .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;transition:all .3s ease}@media (max-width: 768px){.blog-detail-page .card-hero .card-content .card-capsule{padding:.6rem 1.2rem;font-size:.9rem}}@media (max-width: 680px){.blog-detail-page .card-hero .card-content .card-capsule{padding:.2rem 1rem;font-size:.6rem}}.blog-detail-page .card-hero:hover .card-bg-image{transform:scale(1.05)}.blog-detail-page .card-hero:hover .card-capsule{transform:translateY(-2px);box-shadow:0 6px 16px #0006}.blog-detail-page .card-capsule{transition:all .3s ease}.blog-detail-page .blog-meta-section{background-color:#000;border-top:1px solid #111;border-bottom:1px solid #111;padding:1.5rem 0}.blog-detail-page .blog-meta-container{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}@media (max-width: 768px){.blog-detail-page .blog-meta-container{padding:0 1.5rem;flex-direction:column;align-items:flex-start}}@media (max-width: 480px){.blog-detail-page .blog-meta-container{padding:0 1rem}}.blog-detail-page .blog-meta-author{display:flex;align-items:center;gap:1rem}.blog-detail-page .blog-meta-author .author-avatar{width:48px;height:48px;border-radius:999px;-o-object-fit:cover;object-fit:cover;background:#222}.blog-detail-page .blog-meta-author .author-avatar.placeholder{background:#222}.blog-detail-page .blog-meta-author .author-name{font-weight:600;color:#f5f5f5;margin:0 0 .1rem}.blog-detail-page .blog-meta-author .author-role{font-size:.85rem;color:#a0a0a0;margin:0}.blog-detail-page .blog-meta-info{display:flex;align-items:center;gap:1.5rem;font-size:.9rem;color:#b3b3b3}@media (max-width: 768px){.blog-detail-page .blog-meta-info{width:100%;justify-content:flex-start;flex-wrap:wrap}}.blog-detail-page .blog-meta-info .meta-item{display:flex;align-items:center;gap:.4rem}.blog-detail-page .blog-meta-info .meta-item .meta-icon,.blog-detail-page .blog-meta-info .meta-item .meta-text{font-size:.9rem}.blog-detail-page .blog-meta-info .meta-item.like-item .meta-text{min-width:20px;text-align:left}.blog-detail-page .blog-meta-info .blog-like-button{border-radius:999px;padding:.25rem .5rem;font-size:.9rem;color:#ff6b81;transition:all .2s ease;background:transparent;border:1px solid transparent}.blog-detail-page .blog-meta-info .blog-like-button:hover{color:#ff4d6a;border-color:#ff4d6a4d;background:rgba(255,77,106,.08)}.blog-detail-page .blog-content-section{padding:2rem 0 3rem;background-color:#000;color:#fff}.blog-detail-page .blog-content-container{max-width:1250px;margin:0 auto}@media (max-width: 768px){.blog-detail-page .blog-content-container{padding:0 1.5rem}}@media (max-width: 480px){.blog-detail-page .blog-content-container{padding:0 1rem}}.blog-detail-page .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){.blog-detail-page .green-block{padding:2rem;margin-bottom:2.5rem}}@media (max-width: 480px){.blog-detail-page .green-block{padding:1.5rem;margin-bottom:2rem}}.blog-detail-page .green-block .block-text{font-size:1.2rem;line-height:1.6;font-weight:500;margin:0;text-align:center}@media (max-width: 768px){.blog-detail-page .green-block .block-text{font-size:1.1rem}}@media (max-width: 480px){.blog-detail-page .green-block .block-text{font-size:1rem}}.blog-detail-page .insight-paragraph{font-size:1rem;line-height:1.7;max-width:800px;margin:0 auto;color:#afafaf;opacity:.9;margin-bottom:2.5rem}@media (max-width: 768px){.blog-detail-page .insight-paragraph{font-size:1rem;margin-bottom:2rem}}@media (max-width: 480px){.blog-detail-page .insight-paragraph{font-size:.95rem;margin-bottom:1.5rem}}.blog-detail-page .insight-paragraph.final-paragraph{margin-bottom:0}.blog-detail-page .vertical-lists{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto 3rem;color:#b8b8b8}@media (max-width: 768px){.blog-detail-page .vertical-lists{gap:1.5rem;margin-bottom:2.5rem}}.blog-detail-page .vertical-lists .list-item .list-label{font-size:1rem;color:#e1e1e1;font-weight:600;margin:0 0 1rem}@media (max-width: 768px){.blog-detail-page .vertical-lists .list-item .list-label{font-size:1.05rem;margin-bottom:.8rem}}@media (max-width: 480px){.blog-detail-page .vertical-lists .list-item .list-label{font-size:1rem}}.blog-detail-page .vertical-lists .list-item .list-points{display:flex;flex-direction:column;gap:.8rem}.blog-detail-page .vertical-lists .list-item .list-points .point{padding:.8rem 0}.blog-detail-page .vertical-lists .list-item .list-points .point .point-title{font-weight:400;margin-top:3px!important;color:#d5d5d5;min-width:100px;flex-shrink:0}@media (max-width: 480px){.blog-detail-page .vertical-lists .list-item .list-points .point .point-title{min-width:90px;font-size:.95rem}}.blog-detail-page .vertical-lists .list-item .list-points .point .point-text{opacity:.9;line-height:1.5;color:#a9a9a9!important;flex:1}@media (max-width: 480px){.blog-detail-page .vertical-lists .list-item .list-points .point .point-text{font-size:.95rem}}.blog-detail-page .green-block,.blog-detail-page .insight-paragraph,.blog-detail-page .vertical-lists .list-item{will-change:transform,opacity}.blog-detail-page .blog-insight-section{padding:3rem 0 4rem;background:#000}.blog-detail-page .blog-insight-container{margin:0 auto;text-align:center}@media (max-width: 768px){.blog-detail-page .blog-insight-container{padding:0 1.5rem}}@media (max-width: 480px){.blog-detail-page .blog-insight-container{padding:0 1rem}}.blog-detail-page .blog-insight-container .section-heading{font-size:2.4rem;font-weight:400;margin-bottom:1.5rem;background:linear-gradient(90deg,#dbdbdb,rgb(99,99,99));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.blog-detail-page .blog-insight-container .section-heading{font-size:2rem}}@media (max-width: 480px){.blog-detail-page .blog-insight-container .section-heading{font-size:1.8rem}}.blog-detail-page .insight-extra-text{font-size:1rem;color:#a0a0a0;max-width:700px;margin:0 auto;line-height:1.7}.blog-detail-page .blog-tags-section{padding:2.5rem 0;background:#050505}.blog-detail-page .blog-tags-container{max-width:900px;margin:0 auto}@media (max-width: 768px){.blog-detail-page .blog-tags-container{padding:0 1.5rem}}@media (max-width: 480px){.blog-detail-page .blog-tags-container{padding:0 1rem}}.blog-detail-page .tags-heading{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#e5e5e5}.blog-detail-page .tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.blog-detail-page .tag-pill{background:#111;border-radius:999px;padding:.35rem .9rem;font-size:.8rem;color:#d0d0d0;border:1px solid #222;text-decoration:none;transition:all .2s ease}.blog-detail-page .tag-pill:hover{border-color:var(--primary);color:#000;background:var(--primary)}.blog-detail-page .blog-author-section{padding:3rem 0;background:#000}.blog-detail-page .blog-author-container{max-width:900px;margin:0 auto}@media (max-width: 768px){.blog-detail-page .blog-author-container{padding:0 1.5rem}}@media (max-width: 480px){.blog-detail-page .blog-author-container{padding:0 1rem}}.blog-detail-page .author-card{background:#0b0b0b;border-radius:16px;padding:1.8rem;display:flex;gap:1rem;border:1px solid #222}@media (max-width: 640px){.blog-detail-page .author-card{flex-direction:column}}.blog-detail-page .author-card .author-card-avatar{width:64px;height:64px;border-radius:999px;-o-object-fit:cover;object-fit:cover;background:#222;flex-shrink:0}.blog-detail-page .author-card .author-card-avatar.placeholder{background:#222}.blog-detail-page .author-card .author-card-content .author-card-title{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:#f5f5f5}.blog-detail-page .author-card .author-card-content .author-card-bio{font-size:.95rem;color:#b0b0b0;line-height:1.6;margin:0}.blog-detail-page .related-blogs-section{padding:4rem 0 5rem;background:#000}.blog-detail-page .related-blogs-container{max-width:1250px;margin:0 auto}@media (max-width: 768px){.blog-detail-page .related-blogs-container{padding:0 1.5rem}}@media (max-width: 480px){.blog-detail-page .related-blogs-container{padding:0 1rem}}.blog-detail-page .related-heading{text-align:center;font-size:2.4rem;font-weight:400;margin-bottom:3rem;background:linear-gradient(90deg,#dbdbdb,rgb(99,99,99));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.blog-detail-page .related-heading{font-size:2rem;margin-bottom:2.5rem}}@media (max-width: 480px){.blog-detail-page .related-heading{font-size:1.8rem}}.blog-detail-page .related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 1024px){.blog-detail-page .related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.blog-detail-page .related-grid{grid-template-columns:1fr}}.blog-detail-page .related-blog-card{background:#111;border-radius:16px;border:1px solid #222;padding:1.5rem;text-decoration:none;color:inherit;transition:all .3s ease;display:flex;flex-direction:column;gap:.6rem}.blog-detail-page .related-blog-card:hover{border-color:var(--primary);box-shadow:0 10px 30px #baff2a1a;transform:translateY(-4px)}.blog-detail-page .related-blog-card .related-blog-title{font-size:1.05rem;font-weight:600;line-height:1.4;margin:0;color:#f5f5f5}.blog-detail-page .related-blog-card .related-blog-excerpt{font-size:.9rem;color:#a0a0a0;line-height:1.5;margin:0}.blog-detail-page .related-blog-card .related-blog-meta{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#888;margin-top:.5rem}.blog-detail-page .related-blog-card .related-blog-meta .dot{opacity:.7}.case-studies-page-root{background-color:#000;color:#fff}.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:1250px;margin:0 auto}@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 .industry-heading{font-size:3.5rem;font-weight:400;line-height:1.2;margin:0 0 1.5rem;background:linear-gradient(90deg,#dbdbdb,rgb(99,99,99));-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:1250px}@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-heading,.industry-subheading{will-change:transform,opacity}.case-studies-grid-section{background-color:#000;padding:2rem;color:#fff}@media (max-width: 768px){.case-studies-grid-section{padding:4rem 1rem}}.case-studies-grid-section .case-studies-grid-container{max-width:1250px;margin:0 auto;width:100%}.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:800px;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;flex-wrap:wrap}.case-studies-grid-section .case-study-capsule{background:white;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-capsule.featured{background:var(--primary);color:#000;border-color:var(--primary)}.case-studies-grid-section .case-study-image{height:310px;width:100%;border-radius:.6rem;overflow:hidden}.case-studies-grid-section .case-study-image .case-study-image-inner{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease;border-radius:.6rem;display:block}.case-studies-grid-section .case-study-card:hover .case-study-image-inner{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 .skeleton .case-study-image,.case-studies-grid-section .skeleton .case-study-image-inner{background:#111}.case-studies-grid-section .skeleton .case-study-content .skeleton-line{height:10px;border-radius:999px;background:#222;margin-bottom:.5rem}.case-studies-grid-section .skeleton .case-study-content .skeleton-line.skeleton-line-lg{width:70%}.case-studies-grid-section .skeleton .case-study-content .skeleton-line.short{width:40%}.services-extra-section{padding:4rem 0 6rem;background-color:#000;color:#fff}.services-extra-section .services-extra-container{max-width:1250px;margin:0 auto!important;padding:0 1rem;text-align:center}.services-extra-section .services-extra-container .centered-capsule{padding:.5rem 1rem .5rem 2.5rem!important;font-size:.9rem;font-weight:500!important;margin:0 auto;width:190px!important;background:rgba(46,50,48,.453)!important;color:#b7b7b7!important;border:1px solid rgba(80,80,80,.287)!important;border-radius:10px!important;margin-bottom:2rem!important;transition:all .3s ease;background-image:url(/assets/fi_2024074-ba94ee99.svg),url(/assets/Ellipse\ 4-62f2cffa.svg)!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.1rem 100%!important;background-size:20px,50px!important}.services-extra-section .services-extra-container .centered-capsule:hover{background:rgba(100,108,255,.2)}@media (max-width: 768px){.services-extra-section .services-extra-container .centered-capsule{padding:.6rem 1.2rem;font-size:.9rem;margin-bottom:1.2rem}}.services-extra-section .services-extra-container .extra-heading{text-align:center;display:block!important;width:100%!important;font-size:3rem;font-weight:400;line-height:1.2;margin:2rem 0 4rem;background:linear-gradient(90deg,#dbdbdb,rgb(110,110,110));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.services-extra-section .services-extra-container .extra-heading{font-size:2.2rem}}@media (max-width: 768px){.services-extra-section .services-extra-container .extra-heading{font-size:2rem;margin-bottom:3rem}}@media (max-width: 480px){.services-extra-section .services-extra-container .extra-heading{font-size:1.8rem;margin-bottom:2.5rem}}.case-study-detail-page{background-color:#000;color:#fff}.case-study-hero-detail{padding:6rem 0;background-color:#000;color:#fff;max-width:1250px;display:flex;margin:0 auto;margin-top:4rem;align-items:center}.case-study-hero-detail .case-study-container{width:100%;margin:0 auto}.case-study-hero-detail .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-detail .case-study-container .case-study-grid{grid-template-columns:1fr;gap:3rem;text-align:center}}.case-study-hero-detail .case-study-container .case-study-grid .content-column .case-study-heading{font-size:2.5rem;font-weight:400;line-height:1.2;margin:0 0 1rem;background:linear-gradient(90deg,#dbdbdb,rgb(99,99,99));-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}@media (max-width: 968px){.case-study-hero-detail .case-study-container .case-study-grid .content-column .case-study-heading{font-size:2.8rem}}@media (max-width: 768px){.case-study-hero-detail .case-study-container .case-study-grid .content-column .case-study-heading{font-size:2.4rem;margin-bottom:1.2rem}}@media (max-width: 480px){.case-study-hero-detail .case-study-container .case-study-grid .content-column .case-study-heading{font-size:2rem;margin-bottom:1rem}}.case-study-hero-detail .case-study-container .case-study-grid .content-column .details-container{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}@media (max-width: 968px){.case-study-hero-detail .case-study-container .case-study-grid .content-column .details-container{align-items:center}}.case-study-hero-detail .case-study-container .case-study-grid .content-column .details-container .detail-item{display:flex;align-items:center;gap:.6rem}@media (max-width: 968px){.case-study-hero-detail .case-study-container .case-study-grid .content-column .details-container .detail-item{justify-content:center}}@media (max-width: 480px){.case-study-hero-detail .case-study-container .case-study-grid .content-column .details-container .detail-item{gap:.5rem;text-align:center}}.case-study-hero-detail .case-study-container .case-study-grid .content-column .details-container .detail-item .detail-icon{color:#9f9f9f;font-size:.9rem;display:flex;align-items:center}@media (max-width: 768px){.case-study-hero-detail .case-study-container .case-study-grid .content-column .details-container .detail-item .detail-icon{font-size:.8rem}}.case-study-hero-detail .case-study-container .case-study-grid .content-column .details-container .detail-item .detail-text{font-size:.8rem;font-weight:500;color:#989898}@media (max-width: 768px){.case-study-hero-detail .case-study-container .case-study-grid .content-column .details-container .detail-item .detail-text{font-size:.7rem}}.case-study-hero-detail .case-study-container .case-study-grid .content-column .case-study-primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;color:var(--primary);background-color:#5c5c5c57;border:none;padding:.9rem 2.4rem;border-radius:999px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.case-study-hero-detail .case-study-container .case-study-grid .content-column .case-study-primary-btn:hover{box-shadow:0 0 25px #baff2a66}@media (max-width: 768px){.case-study-hero-detail .case-study-container .case-study-grid .content-column .case-study-primary-btn{padding:.8rem 2rem}}.case-study-hero-detail .case-study-container .case-study-grid .image-column{display:flex;border-radius:12px!important;justify-content:center}.case-study-hero-detail .case-study-container .case-study-grid .image-column .case-study-image-wrapper{width:100%;max-width:600px;border-radius:12px!important;box-shadow:0 20px 40px #0006;overflow:hidden}@media (max-width: 968px){.case-study-hero-detail .case-study-container .case-study-grid .image-column .case-study-image-wrapper{max-width:400px}}@media (max-width: 480px){.case-study-hero-detail .case-study-container .case-study-grid .image-column .case-study-image-wrapper{border-radius:15px}}.case-study-hero-detail .case-study-container .case-study-grid .image-column .case-study-image{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.case-study-hero-detail .case-study-container .case-study-grid .image-column .case-study-image-placeholder{width:100%;padding-top:66%;background:#222;border-radius:12px}.project-and-objective{width:100%;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;margin:0 0 5rem;box-sizing:border-box}.project-and-objective .about-section{padding:2rem!important;border-radius:12px;color:#000;max-width:1250px;margin-bottom:4rem;background:var(--primary)}.project-and-objective .about-section .section-heading{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#000}@media (max-width: 768px){.project-and-objective .about-section .section-heading{font-size:1.8rem}}.project-and-objective .about-section .section-description{font-size:1rem;line-height:1.7}@media (max-width: 768px){.project-and-objective .about-section .section-description{font-size:1rem}}.project-and-objective .project-title{font-size:2.6rem!important;max-width:800px;font-weight:400!important;line-height:1.1;margin:0 0 3rem;background:linear-gradient(90deg,#fff,var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 968px){.project-and-objective .project-title{font-size:3rem}}@media (max-width: 768px){.project-and-objective .project-title{font-size:2.5rem;margin-bottom:1.2rem;text-align:center}}@media (max-width: 480px){.project-and-objective .project-title{font-size:1.8rem!important;margin-bottom:1rem}}.project-and-objective .image-container{width:100%;display:flex;justify-content:center}.project-and-objective .image-wrapper{width:100%;position:relative;max-width:1250px;box-shadow:0 4px 12px #0000001a}.project-and-objective .image-wrapper .project-image{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover;max-width:890px;margin:0 auto;border-radius:16px}.project-and-objective .image-wrapper .project-image-placeholder{width:100%;padding-top:56%;background:#111;border-radius:16px}.project-and-objective .project-image-icon{width:45px;height:45px;-o-object-fit:cover;object-fit:cover;border-radius:999px}.project-and-objective .project-image-icon-placeholder{width:45px;height:45px;border-radius:999px;background:#333}.project-and-objective .image-wrapper-text{background:linear-gradient(90deg,#cbcbcb,#404040);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:.9rem;background-clip:text;max-width:200px!important}@media (max-width: 700px){.project-and-objective .image-wrapper-text{font-size:.7rem!important;text-align:center!important}}.project-and-objective .image-wrapper-image-one{position:absolute;top:5px;height:45px;width:45px;left:0}.project-and-objective .image-wrapper-text-one{position:absolute;top:60px;left:0;max-width:230px}.project-and-objective .image-wrapper-image-two{position:absolute;top:5px;height:45px;width:45px;right:0}.project-and-objective .image-wrapper-text-two{text-align:right;position:absolute;top:60px;right:0;max-width:230px}.project-and-objective .image-wrapper-image-three{position:absolute;bottom:50px;height:45px;width:45px;left:0}.project-and-objective .image-wrapper-text-three{position:absolute;bottom:100px;left:0;max-width:230px}.project-and-objective .image-wrapper-image-four{position:absolute;bottom:50px;height:45px;width:45px;right:0}.project-and-objective .image-wrapper-text-four{text-align:right;position:absolute;bottom:100px;right:0;max-width:250px}.project-and-objective .image-wrapper-image-five{position:absolute;bottom:-58px;height:45px;width:45px;z-index:5;left:48%}.project-and-objective .image-wrapper-text-five{position:absolute;bottom:-100px;z-index:5;left:50%;max-width:250px!important;transform:translate(-50%);text-align:center}@media (max-width: 768px){.project-and-objective{padding:1rem .5rem}.project-and-objective .project-title{font-size:1.5rem;margin-bottom:1.5rem}}.vertical-cards-section{padding:5rem 0;background-color:#000;color:#fff}.vertical-cards-section .vertical-cards-container{max-width:1250px;margin:0 auto;padding:0}@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 .section-heading{text-align:center;font-size:3rem;font-weight:400;line-height:1.2;margin:0 0 .5rem;background:linear-gradient(90deg,#dbdbdb,rgb(99,99,99));-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 .solution-subheading{font-size:1rem;text-align:center;line-height:1.2;margin:0 auto!important;max-width:700px;margin-bottom:3rem!important;color:#ffffff87}@media (max-width: 768px){.vertical-cards-section .solution-subheading{font-size:1.1rem}}.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%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.vertical-cards-section .process-card .card-image .card-image-placeholder{width:100%;height:100%;background:#222}.vertical-cards-section .process-card .card-image .image-overlay{position:absolute;top:0;left:0;right:0;bottom: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}}.icon-features-section{padding:5rem 0;background-color:#000;color:#fff}.icon-features-section .features-container{max-width:1250px;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:.5rem 1rem .5rem 2.5rem!important;font-size:.9rem;font-weight:500!important;margin:0 auto;width:140px!important;background:rgba(46,50,48,.453)!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(/assets/fi_2024074-ba94ee99.svg),url(/assets/Ellipse\ 4-62f2cffa.svg)!important;background-repeat:no-repeat,no-repeat!important;background-position:.8rem center,.1rem 100%!important;background-size:20px,50px!important}.icon-features-section .centered-capsule:hover{background:rgba(100,108,255,.2)}@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,rgb(99,99,99));-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:800px;margin:0 auto;flex-wrap:wrap;justify-content:center;gap:3rem}.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;margin-bottom:1rem}}.icon-features-section .feature-item .tech-icon-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.icon-features-section .feature-item .tech-icon-placeholder{width:100%;height:100%;background:#333;border-radius:8px}.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}}.results-delivered-section{padding:5rem 0;background-color:#000;color:#fff}.results-delivered-section .results-container{max-width:1250px!important;margin:0 auto}@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 .section-heading{text-align:center;font-size:3rem;font-weight:400;line-height:1.2;margin:0 0 4rem;background:linear-gradient(90deg,#dbdbdb,rgb(99,99,99));-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;-o-object-fit:contain;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-image-row .result-icon-placeholder{width:50px;height:50px;border-radius:10px;background:#333}.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}}.related-case-studies-section{padding:5rem 0 6rem;background-color:#000;color:#fff}.related-case-studies-section .related-container{max-width:1250px;margin:0 auto}@media (max-width: 768px){.related-case-studies-section .related-container{padding:0 1.5rem}}@media (max-width: 480px){.related-case-studies-section .related-container{padding:0 1rem}}.related-case-studies-section .related-heading{text-align:center;font-size:2.4rem;font-weight:400;margin-bottom:3rem;background:linear-gradient(90deg,#dbdbdb,rgb(99,99,99));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.related-case-studies-section .related-heading{font-size:2rem;margin-bottom:2.5rem}}@media (max-width: 480px){.related-case-studies-section .related-heading{font-size:1.8rem}}.related-case-studies-section .related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 1024px){.related-case-studies-section .related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.related-case-studies-section .related-grid{grid-template-columns:1fr}}.related-case-studies-section .related-card{background:#111;border-radius:16px;border:1px solid #222;padding:1.5rem;text-decoration:none;color:inherit;transition:all .3s ease;display:flex;flex-direction:column;gap:.8rem}.related-case-studies-section .related-card:hover{border-color:var(--primary);box-shadow:0 10px 30px #baff2a1a;transform:translateY(-4px)}.related-case-studies-section .related-card .related-title{font-size:1.1rem;font-weight:600;line-height:1.4}.related-case-studies-section .related-card .related-excerpt{font-size:.9rem;color:#a0a0a0;line-height:1.5}.related-case-studies-section .related-card .related-pill{margin-top:.5rem;align-self:flex-start;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;padding:.3rem .7rem;border-radius:999px;background:#1b1b1b;border:1px solid #333;color:#d0d0d0}.section-heading,.process-card,.feature-item,.result-card{will-change:transform,opacity}.not-found-page-root{background-color:#000;color:#fff}.not-found-hero-section{background-color:#000;color:#fff;min-height:80vh;display:flex;align-items:center;justify-content:center;padding:6rem 0 4rem}.not-found-hero-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:800px;background:radial-gradient(ellipse at center,var(--primary, #baff2a) 0%,rgba(186,255,42,.3) 30%,rgba(186,255,42,.1) 50%,transparent 70%);opacity:.15;filter:blur(60px);z-index:0;border-radius:50%;pointer-events:none}@media (max-width: 1200px){.not-found-hero-section:before{width:100%;height:700px;filter:blur(50px)}}.not-found-hero-section:after{content:"";position:absolute;top:45%;right:-20%;width:50%;height:500px;background:radial-gradient(ellipse at center,var(--primary, #baff2a) 0%,rgba(186,255,42,.2) 20%,transparent 100%);opacity:.7;filter:blur(40px);z-index:0;border-radius:50%;pointer-events:none;animation:glowMove1 8s ease-in-out infinite}@media (max-width: 768px){.not-found-hero-section:after{width:100%;height:300px;filter:blur(30px);top:50%}}@media (max-width: 1000px){.not-found-hero-section:after{display:none}}@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:.5}75%{transform:translate(-20px,25px) scale(.95);opacity:.7}to{transform:translate(0) scale(1);opacity:.6}}@media (max-width: 768px){.not-found-hero-section{min-height:70vh;padding:4rem 0 2rem}}.not-found-hero-section .not-found-hero-container{max-width:1250px;margin:0 auto;padding:0 2rem;width:100%}@media (max-width: 768px){.not-found-hero-section .not-found-hero-container{padding:0 1.5rem}}@media (max-width: 480px){.not-found-hero-section .not-found-hero-container{padding:0 1rem}}.not-found-hero-section .not-found-content{text-align:center;max-width:800px;margin:0 auto}.not-found-hero-section .not-found-illustration{margin-bottom:3rem}@media (max-width: 768px){.not-found-hero-section .not-found-illustration{margin-bottom:2rem}}.not-found-hero-section .illustration-circle{width:200px;height:200px;margin:0 auto;background:linear-gradient(135deg,rgba(159,255,100,.1),rgba(46,50,48,.3));border:1px solid rgba(159,255,100,.087);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}@media (max-width: 768px){.not-found-hero-section .illustration-circle{width:160px;height:160px}}@media (max-width: 480px){.not-found-hero-section .illustration-circle{width:140px;height:140px}}.not-found-hero-section .illustration-circle:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(159,255,100,.15),transparent 70%);border-radius:50%}.not-found-hero-section .illustration-text{font-size:5rem;font-weight:700;background:linear-gradient(90deg,#dbdbdb,rgb(110,110,110));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1}@media (max-width: 768px){.not-found-hero-section .illustration-text{font-size:4rem}}@media (max-width: 480px){.not-found-hero-section .illustration-text{font-size:3.5rem}}.not-found-hero-section .not-found-heading{font-size:3rem;font-weight:400;line-height:1.2;margin:0 0 1.5rem;background:linear-gradient(90deg,#dbdbdb,rgb(99,99,99));-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}@media (max-width: 968px){.not-found-hero-section .not-found-heading{font-size:2.5rem}}@media (max-width: 768px){.not-found-hero-section .not-found-heading{font-size:2rem;margin-bottom:1.2rem}}@media (max-width: 480px){.not-found-hero-section .not-found-heading{font-size:1.8rem;margin-bottom:1rem}}.not-found-hero-section .not-found-subheading{font-size:.9rem;line-height:1.6;color:#8b8b8b;margin:0 auto 3rem;max-width:600px}@media (max-width: 768px){.not-found-hero-section .not-found-subheading{font-size:1.1rem;margin-bottom:2.5rem;padding:0 1rem}}@media (max-width: 480px){.not-found-hero-section .not-found-subheading{font-size:1rem;margin-bottom:2rem;line-height:1.5}}.not-found-hero-section .not-found-actions .not-found-button{min-width:200px;color:var(--primary)!important}@media (max-width: 480px){.not-found-hero-section .not-found-actions .not-found-button{min-width:180px;padding:.875rem 2rem}}.not-found-links-section{background-color:#000;color:#fff;padding:4rem 0 6rem}@media (max-width: 768px){.not-found-links-section{padding:3rem 0 4rem}}.not-found-links-section .not-found-links-container{max-width:1250px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.not-found-links-section .not-found-links-container{padding:0 1.5rem}}@media (max-width: 480px){.not-found-links-section .not-found-links-container{padding:0 1rem}}.not-found-links-section .links-content{text-align:center}.not-found-links-section .links-heading{font-size:1rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#b7b7b7;margin-bottom:2.5rem}@media (max-width: 768px){.not-found-links-section .links-heading{margin-bottom:2rem}}.not-found-links-section .links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:800px;margin:0 auto}@media (max-width: 768px){.not-found-links-section .links-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.not-found-links-section .links-grid{grid-template-columns:1fr;gap:.75rem}}.not-found-links-section .link-item{display:block;padding:1.25rem 1.5rem;background:rgba(255,255,255,.05);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0003,inset 0 1px #ffffff0d,inset 0 0 20px #ffffff03}@media (max-width: 768px){.not-found-links-section .link-item{padding:1rem 1.25rem;border-radius:14px}}.not-found-links-section .link-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.05) 50%,rgba(255,255,255,.02) 100%);border-radius:16px;z-index:1;transition:all .4s ease}.not-found-links-section .link-item:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to right,transparent 20%,rgba(255,255,255,.03) 50%,transparent 80%);transform:rotate(30deg);transition:all .6s ease;opacity:0}.not-found-links-section .link-item:hover{background:rgba(255,255,255,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:#9fff6440;transform:translateY(-4px) scale(1.02);box-shadow:0 20px 40px #0000004d,0 10px 20px #9fff641a,inset 0 1px #ffffff1a,inset 0 0 30px #9fff640d}.not-found-links-section .link-item:hover:before{background:linear-gradient(135deg,rgba(159,255,100,.08) 0%,rgba(159,255,100,.04) 50%,rgba(159,255,100,.01) 100%)}.not-found-links-section .link-item:hover:after{opacity:1;transform:rotate(30deg) translate(50%);animation:glass-shine .8s ease-out}.not-found-links-section .link-item:hover .link-text{color:#9fff64f2;text-shadow:0 0 20px rgba(159,255,100,.3),0 0 40px rgba(159,255,100,.1)}.not-found-links-section .link-item .link-border-glow{position:absolute;top:1px;left:1px;right:1px;bottom:1px;border-radius:15px;background:linear-gradient(135deg,rgba(159,255,100,.1) 0%,rgba(159,255,100,0) 50%);opacity:0;transition:opacity .4s ease;z-index:1}.not-found-links-section .link-item:hover .link-border-glow{opacity:1}.not-found-links-section .link-text{font-size:1.1rem;font-weight:500;color:#ffffffe6;position:relative;z-index:2;transition:all .4s cubic-bezier(.4,0,.2,1);text-shadow:0 1px 2px rgba(0,0,0,.2)}@media (max-width: 768px){.not-found-links-section .link-text{font-size:1rem}}@keyframes glass-shine{0%{transform:rotate(30deg) translate(-100%);opacity:0}50%{opacity:.5}to{transform:rotate(30deg) translate(100%);opacity:0}}@supports not (backdrop-filter: blur(10px)){.not-found-links-section .link-item{background:rgba(26,26,26,.95)}.not-found-links-section .link-item:hover{background:rgba(31,31,31,.95)}}.not-found-heading,.not-found-subheading,.illustration-text{will-change:transform,opacity}.main-heading{font-size:2.2rem;font-weight:700;background:linear-gradient(90deg,var(--primary),#000);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px}.term-heading{font-size:1.2rem!important;font-weight:600;color:var(--primary);margin-bottom:1rem!important;line-height:1.3}.terms-cards-container{display:flex;flex-direction:column;gap:40px;margin-bottom:60px}.terms-conditions-section{padding:0;background-color:var(--background);max-width:1250px;margin:0 auto;margin-top:8rem}.main-heading-section{text-align:center;margin-bottom:60px}.main-heading{font-size:2.2rem;font-weight:700;color:var(--text-primary);margin-bottom:20px}.terms-cards-container{display:flex;flex-direction:column;gap:2rem;margin-bottom:60px}.term-card{background:var(--card-background);border-radius:12px;border:1px solid var(--border-color)}.term-heading{font-size:1.5rem;font-weight:600;color:var(--primary);margin-bottom:16px;line-height:1.3}.term-description{font-size:.9rem;line-height:1.6;color:var(--text-secondary);text-align:justify}.last-updated-section{text-align:center;padding-top:40px;border-top:1px solid var(--border-color)}.last-updated-text{font-size:1rem;color:var(--text-muted);font-style:italic}@media (max-width: 1050px){.terms-conditions-section{padding:40px 1rem}.terms-conditions-container{gap:.5rem}.main-heading{font-size:2.5rem}.term-heading{font-size:1.3rem}.term-description{font-size:1rem}}@media (max-width: 480px){.main-heading{font-size:2rem}.term-heading{font-size:1.2rem}}.admin-layout{min-height:100vh;display:flex;background-color:#f9fafb}.admin-layout .admin-sidebar-wrapper{width:16rem;flex-shrink:0;position:fixed;top:0;left:0;height:100vh;z-index:40;overflow-y:auto;background-color:#1f2937;color:#fff}.admin-layout .admin-sidebar-wrapper::-webkit-scrollbar{width:6px}.admin-layout .admin-sidebar-wrapper::-webkit-scrollbar-track{background:#374151}.admin-layout .admin-sidebar-wrapper::-webkit-scrollbar-thumb{background:#4b5563;border-radius:3px}.admin-layout .admin-main-wrapper{flex:1;margin-left:16rem;display:flex;flex-direction:column;min-height:100vh}.admin-layout .admin-main-wrapper .admin-header{position:sticky;top:0;z-index:30;background-color:#fff;border-bottom:1px solid #e5e7eb}.admin-layout .admin-main-wrapper .admin-content{flex:1;padding:1.5rem;overflow-y:auto}@media (max-width: 768px){.admin-layout .admin-sidebar-wrapper{width:100%;position:fixed;height:auto;bottom:0;top:auto;left:0;right:0;height:4rem;overflow-x:auto;overflow-y:hidden}.admin-layout .admin-sidebar-wrapper .sidebar-content{display:flex;height:100%;align-items:center}.admin-layout .admin-sidebar-wrapper nav{display:flex;flex-direction:row;padding:0;width:100%}.admin-layout .admin-sidebar-wrapper nav>div{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;padding:0 .5rem}.admin-layout .admin-sidebar-wrapper nav>div .nav-item{flex-shrink:0;margin:0 .25rem}.admin-layout .admin-main-wrapper{margin-left:0;margin-bottom:4rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}html{scroll-behavior:smooth;background-color:#fff}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.container-custom{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media (min-width: 640px){.container-custom{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.container-custom{padding-left:2rem;padding-right:2rem}}.section-padding{padding-top:3rem;padding-bottom:3rem}@media (min-width: 1024px){.section-padding{padding-top:5rem;padding-bottom:5rem}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;border-width:1px;border-color:transparent;padding:.75rem 1.5rem;font-size:1rem;line-height:1.5rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.btn-primary:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width: 2px}.btn-primary{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.btn-primary:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.btn-primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;border-width:1px;border-color:transparent;padding:.75rem 1.5rem;font-size:1rem;line-height:1.5rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.btn-secondary:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width: 2px}.btn-secondary{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.btn-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.btn-secondary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1))}.btn-outline{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;border-width:1px;border-color:transparent;padding:.75rem 1.5rem;font-size:1rem;line-height:1.5rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.btn-outline:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width: 2px}.btn-outline{border-width:1px;--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.btn-outline:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.btn-outline:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.-left-4{left:-1rem}.-right-4{right:-1rem}.bottom-6{bottom:1.5rem}.bottom-full{bottom:100%}.left-1\/2{left:50%}.left-3{left:.75rem}.left-4{left:1rem}.left-full{left:100%}.right-0{right:0}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.right-full{right:100%}.top-0{top:0}.top-1\/2{top:50%}.top-1\/4{top:25%}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-20{top:5rem}.top-4{top:1rem}.top-full{top:100%}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-8{margin-top:2rem;margin-bottom:2rem}.-mb-px{margin-bottom:-1px}.-ml-1{margin-left:-.25rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-9{margin-left:2.25rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.list-item{display:list-item}.hidden{display:none}.h-0{height:0px}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-full{height:100%}.max-h-32{max-height:8rem}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.min-h-\[42px\]{min-height:42px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-4\/6{width:66.666667%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-6{width:1.5rem}.w-64{width:16rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-6{--tw-translate-x: 1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.resize{resize:both}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1px * var(--tw-space-x-reverse));margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-20>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.justify-self-end{justify-self:end}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-pink-200{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity, 1))}.border-primary-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-primary-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white\/10{border-color:#ffffff1a}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.border-b-gray-900{--tw-border-opacity: 1;border-bottom-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.border-l-gray-900{--tw-border-opacity: 1;border-left-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.border-r-gray-900{--tw-border-opacity: 1;border-right-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.border-t-gray-900{--tw-border-opacity: 1;border-top-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.bg-\[\#151515f5\]{background-color:#151515f5}.bg-\[\#1f1f1f\]{--tw-bg-opacity: 1;background-color:rgb(31 31 31 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-primary-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-primary-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-primary-600\/20{background-color:#2563eb33}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-secondary-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-secondary-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.bg-secondary-600{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-75{--tw-bg-opacity: .75}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-20{padding-bottom:5rem}.pb-4{padding-bottom:1rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-5{padding-left:1.25rem}.pr-4{padding-right:1rem}.pt-16{padding-top:4rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.align-bottom{vertical-align:bottom}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-5xl{font-size:3rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.leading-6{line-height:1.5rem}.tracking-wider{letter-spacing:.05em}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-indigo-800{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.text-pink-800{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity, 1))}.text-primary-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.text-primary-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-primary-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-red-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.text-secondary-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}:root{--font-archivo: "Archivo", sans-serif;--font-inter: "Inter", sans-serif;--font-roboto: "Roboto", sans-serif;--font-abhaya-libre: "Abhaya Libre", serif}.admin-content,.modal-container{input,textarea,select {color: black !important;}}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary-300:hover{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-700:hover{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity, 1))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-green-800:hover{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.hover\:text-primary-500:hover{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.hover\:text-primary-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hover\:text-primary-900:hover{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.hover\:text-purple-800:hover{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-yellow-800:hover{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-primary-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))}.focus\:ring-primary-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-secondary-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1))}.focus\:ring-yellow-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-primary-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-32{height:8rem}.sm\:w-32{width:8rem}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:max-w-md{max-width:28rem}.sm\:flex-1{flex:1 1 0%}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-0{padding:0}.sm\:p-6{padding:1.5rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pb-4{padding-bottom:1rem}.sm\:align-middle{vertical-align:middle}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 768px){.md\:col-span-2{grid-column:span 2 / span 2}.md\:mx-0{margin-left:0;margin-right:0}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:my-12{margin-top:3rem;margin-bottom:3rem}.md\:mb-0{margin-bottom:0}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-36{height:9rem}.md\:w-1\/5{width:20%}.md\:w-2\/5{width:40%}.md\:w-36{width:9rem}.md\:w-auto{width:auto}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:justify-end{justify-content:flex-end}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:text-left{text-align:left}.md\:text-5xl{font-size:3rem;line-height:1}}@media (min-width: 1024px){.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:w-1\/5{width:20%}.lg\:w-2\/5{width:40%}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@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: #b3c42e;--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}*{box-sizing:border-box}html{scroll-behavior:smooth!important}body{font-family:var(--font-family)!important;color:var(--text);overscroll-behavior:none;background:#000!important;overflow:auto;overflow-x:hidden;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}
