.Admin-module__cvzioq__adminLayout{color:#1c1917;background:#f5f6fa;min-height:100vh;display:flex}.Admin-module__cvzioq__adminLayoutCollapsed .Admin-module__cvzioq__adminMain{margin-left:0}.Admin-module__cvzioq__sidebar{background:#fff;border-right:1px solid #e8eaf0;flex-direction:column;flex-shrink:0;gap:0;width:260px;min-width:260px;height:100vh;padding:1.5rem 1rem;transition:width .25s,min-width .25s;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:2px 0 12px #0000000a}.Admin-module__cvzioq__sidebarCollapsed{width:68px;min-width:68px}.Admin-module__cvzioq__sidebarBrand{border-bottom:1px solid #f0f0f0;align-items:center;min-height:52px;margin-bottom:.25rem;padding:0 .5rem 1.25rem;display:flex}.Admin-module__cvzioq__collapseBtn{color:#64748b;cursor:pointer;background:#f4f5f8;border:1px solid #e8eaf0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin:.75rem auto .25rem;transition:all .2s;display:flex}.Admin-module__cvzioq__collapseBtn:hover{color:#1c1917;background:#e8eaf0}.Admin-module__cvzioq__sidebarNav{flex-direction:column;flex:1;gap:0;margin-top:.5rem;display:flex;overflow:hidden auto}.Admin-module__cvzioq__sidebarNav::-webkit-scrollbar{width:4px}.Admin-module__cvzioq__sidebarNav::-webkit-scrollbar-track{background:0 0}.Admin-module__cvzioq__sidebarNav::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.Admin-module__cvzioq__sidebarNav::-webkit-scrollbar-thumb:hover{background:#94a3b8}.Admin-module__cvzioq__navGroup{flex-direction:column;gap:2px;margin-bottom:.5rem;display:flex}.Admin-module__cvzioq__navGroupTitle{text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;white-space:nowrap;padding:.75rem .75rem .3rem;font-family:Outfit,sans-serif;font-size:.66rem;font-weight:700;overflow:hidden}.Admin-module__cvzioq__navLink{color:#64748b;white-space:nowrap;border-radius:10px;align-items:center;gap:10px;padding:9px 12px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex;overflow:hidden}.Admin-module__cvzioq__navLink:hover{color:#1e293b;background:#f1f5f9}.Admin-module__cvzioq__navLinkActive{border-left:3px solid #d4af37;font-weight:600;color:#b8860b!important;background:#d4af371a!important}.Admin-module__cvzioq__navIcon{flex-shrink:0;justify-content:center;align-items:center;width:20px;display:flex}.Admin-module__cvzioq__navLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Admin-module__cvzioq__sidebarFooter{border-top:1px solid #f0f0f0;flex-direction:column;gap:2px;margin-top:auto;padding-top:1rem;display:flex}.Admin-module__cvzioq__footerLink{color:#64748b;cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex;overflow:hidden}.Admin-module__cvzioq__footerLink:hover{color:#1e293b;background:#f1f5f9}.Admin-module__cvzioq__logout{color:#ef4444!important}.Admin-module__cvzioq__logout:hover{color:#dc2626!important;background:#fef2f2!important}.Admin-module__cvzioq__adminMain{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.Admin-module__cvzioq__adminHeader{z-index:10;background:#fff;border-bottom:1px solid #e8eaf0;justify-content:space-between;align-items:center;height:68px;padding:0 2rem;display:flex;position:sticky;top:0;box-shadow:0 1px 4px #0000000a}.Admin-module__cvzioq__headerTitle{color:#1e293b;margin:0;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600}.Admin-module__cvzioq__mobileToggle{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:none}.Admin-module__cvzioq__mobileToggle:hover{color:#1e293b;background:#f1f5f9}.Admin-module__cvzioq__adminContent{flex:1;padding:2rem;overflow-y:auto}.Admin-module__cvzioq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.Admin-module__cvzioq__statCard{background:#fff;border:1px solid #e8eaf0;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #0000000a}.Admin-module__cvzioq__statCard h4{color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:.8rem}.Admin-module__cvzioq__statValue{color:var(--primary);font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:700}.Admin-module__cvzioq__chartsGrid{grid-template-columns:2fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.Admin-module__cvzioq__chartCard{background:#fff;border:1px solid #e8eaf0;border-radius:20px;padding:2rem;box-shadow:0 2px 8px #0000000a}.Admin-module__cvzioq__chartCard h3{color:#1e293b;margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600}.Admin-module__cvzioq__barChart{align-items:flex-end;gap:1rem;height:200px;padding-bottom:20px;display:flex}.Admin-module__cvzioq__bar{background:var(--gradient-gold);border-radius:6px 6px 0 0;flex:1;min-width:30px;transition:all .3s;position:relative}.Admin-module__cvzioq__bar span{color:#94a3b8;font-size:.75rem;position:absolute;bottom:-25px;left:50%;transform:translate(-50%)}.Admin-module__cvzioq__donutChartBox{flex-direction:column;align-items:center;gap:2rem;display:flex}.Admin-module__cvzioq__donutChart{background:conic-gradient(var(--primary) 0% 60%, var(--secondary) 60% 85%, var(--accent) 85% 100%);border-radius:50%;width:150px;height:150px;position:relative}.Admin-module__cvzioq__donutChart:after{content:"";background:#fff;border-radius:50%;width:90px;height:90px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Admin-module__cvzioq__donutLegend{flex-direction:column;gap:.8rem;width:100%;display:flex}.Admin-module__cvzioq__legendItem{color:#64748b;align-items:center;gap:.8rem;font-size:.85rem;display:flex}.Admin-module__cvzioq__legendItem span{border-radius:2px;width:10px;height:10px}.Admin-module__cvzioq__adminLayout .glass{color:#1c1917!important;background:#fff!important;border:1px solid #e8eaf0!important;box-shadow:0 4px 16px #0000000a!important}:is(.Admin-module__cvzioq__adminLayout .glass h1,.Admin-module__cvzioq__adminLayout .glass h2,.Admin-module__cvzioq__adminLayout .glass h3,.Admin-module__cvzioq__adminLayout .glass h4,.Admin-module__cvzioq__adminLayout .glass p,.Admin-module__cvzioq__adminLayout .glass label){color:#1c1917!important}:is(.Admin-module__cvzioq__adminLayout .glass div,.Admin-module__cvzioq__adminLayout .glass span,.Admin-module__cvzioq__adminLayout .glass strong,.Admin-module__cvzioq__adminLayout .glass li){color:#1c1917}:is(.Admin-module__cvzioq__adminLayout .glass input,.Admin-module__cvzioq__adminLayout .glass select,.Admin-module__cvzioq__adminLayout .glass textarea){color:#1c1917!important;background:#f8fafc!important;border:1px solid #e2e8f0!important}:is(.Admin-module__cvzioq__adminLayout .glass input:focus,.Admin-module__cvzioq__adminLayout .glass select:focus,.Admin-module__cvzioq__adminLayout .glass textarea:focus){border-color:var(--primary)!important;background:#fff!important}.Admin-module__cvzioq__adminLayout .glass input::placeholder{color:#94a3b8!important}.Admin-module__cvzioq__adminLayout .glass textarea::placeholder{color:#94a3b8!important}@media (max-width:900px){.Admin-module__cvzioq__mobileToggle{display:flex}.Admin-module__cvzioq__sidebar{z-index:100;height:100vh;transition:transform .25s,width .25s;position:fixed;top:0;left:0;transform:translate(0)}.Admin-module__cvzioq__sidebarCollapsed{width:260px;transform:translate(-100%)}.Admin-module__cvzioq__adminContent{padding:1rem}}@media (max-width:768px){.Admin-module__cvzioq__chartsGrid{grid-template-columns:1fr}.Admin-module__cvzioq__statsGrid{grid-template-columns:1fr 1fr}.Admin-module__cvzioq__adminHeader{padding:0 1rem}}@media (max-width:480px){.Admin-module__cvzioq__statsGrid{grid-template-columns:1fr}}
.UserMenu-module__gr1FQq__userMenuContainer{z-index:1000;position:relative}.UserMenu-module__gr1FQq__userInfo{cursor:pointer;border-radius:50px;align-items:center;gap:.6rem;padding:.4rem .6rem;transition:background .2s;display:flex}.UserMenu-module__gr1FQq__userInfo:hover{background:#0000000d}.UserMenu-module__gr1FQq__userName{color:#0f172a;font-size:.82rem;font-weight:700}.UserMenu-module__gr1FQq__avatar{background-position:50%;background-size:cover;border:2px solid #ff6b00;border-radius:50%;width:36px;height:36px;box-shadow:0 2px 8px #ff6b0033}.UserMenu-module__gr1FQq__dropdown{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;min-width:210px;padding:.5rem;animation:.2s ease-out UserMenu-module__gr1FQq__slideDown;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 25px #0000001f}@keyframes UserMenu-module__gr1FQq__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.UserMenu-module__gr1FQq__menuItem{color:#1e293b;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.8rem;width:100%;padding:.7rem .9rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.UserMenu-module__gr1FQq__menuItem:hover{color:#ff6b00;background:#f8fafc}.UserMenu-module__gr1FQq__divider{border:0;border-top:1px solid #e2e8f0;margin:.4rem 0}.UserMenu-module__gr1FQq__separator{background:#e2e8f0;height:1px;margin:.4rem .5rem}.UserMenu-module__gr1FQq__logout{color:#dc2626}.UserMenu-module__gr1FQq__logout:hover{color:#dc2626;background:#fee2e2}@media (max-width:768px){.UserMenu-module__gr1FQq__userName{display:none}}.UserMenu-module__gr1FQq__avatarInitials{color:#fff;background:linear-gradient(135deg,#ff6b00 0%,#ff8c3a 100%);border:2px solid #ff6b00;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:800;display:flex;box-shadow:0 2px 8px #ff6b0033}
.FloatingWhatsApp-module__QndPVW__dockWrapper{z-index:9999;flex-direction:column;align-items:flex-start;gap:8px;display:flex;position:fixed;bottom:22px;left:22px;right:auto}.FloatingWhatsApp-module__QndPVW__socialStack{opacity:0;pointer-events:none;flex-direction:column;align-items:flex-start;gap:8px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;transform:translateY(10px)scale(.95)}.FloatingWhatsApp-module__QndPVW__stackOpen{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.FloatingWhatsApp-module__QndPVW__socialBtn{color:#fff;border:1.5px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .25s;display:flex;position:relative;box-shadow:0 6px 16px #0003}.FloatingWhatsApp-module__QndPVW__socialBtn:hover{transform:scale(1.15);box-shadow:0 10px 22px #00000059}.FloatingWhatsApp-module__QndPVW__triggerBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b00 0%,#ff8c00 100%);border:1.5px solid #fff;border-radius:50px;align-items:center;gap:6px;height:36px;padding:0 12px 0 9px;transition:all .3s;display:flex;position:relative;box-shadow:0 6px 18px #ff6b0066}.FloatingWhatsApp-module__QndPVW__triggerBtn:hover{transform:scale(1.05);box-shadow:0 10px 22px #ff6b008c}.FloatingWhatsApp-module__QndPVW__triggerIcon{font-size:.9rem;transition:transform .3s}.FloatingWhatsApp-module__QndPVW__triggerBadge{letter-spacing:.02em;white-space:nowrap;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:800}.FloatingWhatsApp-module__QndPVW__tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#0f172a;border-radius:6px;padding:5px 10px;font-size:.75rem;font-weight:600;transition:all .2s;position:absolute;left:46px;right:auto;transform:translate(-6px);box-shadow:0 4px 14px #0003}.FloatingWhatsApp-module__QndPVW__socialBtn:hover .FloatingWhatsApp-module__QndPVW__tooltip{opacity:1;transform:translate(0)}@media (max-width:768px){.FloatingWhatsApp-module__QndPVW__dockWrapper{bottom:16px;left:16px}.FloatingWhatsApp-module__QndPVW__socialBtn{width:34px;height:34px}.FloatingWhatsApp-module__QndPVW__triggerBtn{height:34px;padding:0 10px 0 8px}.FloatingWhatsApp-module__QndPVW__triggerBadge{font-size:.72rem}}
.Hero-module__ZARIfG__hero{background-color:#fff;width:100%;padding-top:80px;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroWrapper{width:100%;min-height:620px;display:flex;position:relative}.Hero-module__ZARIfG__blueCard{background:var(--secondary);color:#fff;z-index:5;flex-direction:column;justify-content:center;width:45%;min-width:450px;padding:5rem 4rem 5rem 8rem;display:flex;position:relative}.Hero-module__ZARIfG__blueCardContent{z-index:2;position:relative}.Hero-module__ZARIfG__title{color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;line-height:1.15}.Hero-module__ZARIfG__description{color:#ffffffe6;max-width:500px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.6}.Hero-module__ZARIfG__ctaWrapper{gap:1rem;display:flex}.Hero-module__ZARIfG__bannerImage{z-index:1;background-position:50% 20%;background-size:cover;flex:1;margin-left:-50px;transition:background-image 1s ease-in-out;position:relative}.Hero-module__ZARIfG__partnerBadge{background:var(--primary);color:#fff;letter-spacing:.05em;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;font-family:Outfit,sans-serif;font-size:1rem;font-weight:900;display:flex;position:absolute;top:2rem;right:2rem;box-shadow:0 4px 10px #00000026}.Hero-module__ZARIfG__overlappingPin{z-index:12;filter:drop-shadow(0 10px 15px #00000026);animation:4s ease-in-out infinite Hero-module__ZARIfG__floatPin;position:absolute;bottom:50px;right:-40px}@keyframes Hero-module__ZARIfG__floatPin{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:1024px){.Hero-module__ZARIfG__blueCard{min-width:400px;padding-left:4rem}}@media (max-width:768px){.Hero-module__ZARIfG__heroWrapper{flex-direction:column;min-height:auto}.Hero-module__ZARIfG__bannerImage{order:1;width:100%;height:380px;margin-left:0}.Hero-module__ZARIfG__blueCard{order:2;width:100%;min-width:100%;padding:3rem 2.5rem 5rem}.Hero-module__ZARIfG__title{font-size:2.2rem}.Hero-module__ZARIfG__overlappingPin{bottom:-40px;right:20px;transform:scale(.8)}@keyframes Hero-module__ZARIfG__floatPin{0%,to{transform:translateY(0)scale(.8)}50%{transform:translateY(-8px)scale(.8)}}}@media (max-width:480px){.Hero-module__ZARIfG__title{font-size:1.8rem}.Hero-module__ZARIfG__bannerImage{height:300px}}.Hero-module__ZARIfG__spinner{border:4px solid #ff6b001a;border-top-color:var(--primary);z-index:10;border-radius:50%;width:40px;height:40px;animation:1s linear infinite Hero-module__ZARIfG__spin}@keyframes Hero-module__ZARIfG__spin{to{transform:rotate(360deg)}}.Hero-module__ZARIfG__searchContainer{width:100%;max-width:500px;margin-top:2rem;position:relative}.Hero-module__ZARIfG__searchShell{background:#fff;border:2px solid #fffffff2;border-radius:50px;align-items:center;padding:5px 6px 5px 18px;transition:all .3s;display:flex;box-shadow:0 12px 30px #00000038}.Hero-module__ZARIfG__searchShell:focus-within{border-color:#ff6b00;transform:translateY(-1px);box-shadow:0 12px 35px #ff6b0059}.Hero-module__ZARIfG__searchIcon{flex-shrink:0;margin-right:10px;font-size:1.1rem}.Hero-module__ZARIfG__searchInput{color:#0f172a;background:0 0;border:none;outline:none;width:100%;font-family:Outfit,sans-serif;font-size:.92rem;font-weight:500}.Hero-module__ZARIfG__searchInput::placeholder{color:#64748b;font-weight:400}.Hero-module__ZARIfG__clearBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px 8px;font-size:.85rem;transition:color .2s;display:flex}.Hero-module__ZARIfG__clearBtn:hover{color:#0f172a}.Hero-module__ZARIfG__searchBtn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#ff6b00 0%,#ff8533 100%);border:none;border-radius:50px;flex-shrink:0;margin-left:6px;padding:.6rem 1.3rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:700;transition:all .2s;box-shadow:0 4px 14px #ff6b004d}.Hero-module__ZARIfG__searchBtn:hover{background:linear-gradient(135deg,#ff7b1a 0%,#ff944d 100%);transform:translateY(-1px);box-shadow:0 6px 20px #ff6b0073}.Hero-module__ZARIfG__quickChips{flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.85rem;display:flex}.Hero-module__ZARIfG__chipLabel{color:#ffffffd9;margin-right:2px;font-size:.75rem;font-weight:600}.Hero-module__ZARIfG__chip{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#ffffff2e;border:1px solid #ffffff59;border-radius:50px;align-items:center;gap:4px;padding:.28rem .7rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.Hero-module__ZARIfG__chip:hover{color:#fff;background:#ff6b00;border-color:#ff6b00;transform:translateY(-1px);box-shadow:0 4px 12px #ff6b0059}.Hero-module__ZARIfG__dropdownCard{z-index:100;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:18px;animation:.2s ease-out Hero-module__ZARIfG__fadeInDown;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow:hidden;box-shadow:0 20px 40px #00000040}@keyframes Hero-module__ZARIfG__fadeInDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
.OurMission-module__pca7vW__section{background-color:#fff;width:100%;padding:100px 2rem;overflow:hidden}.OurMission-module__pca7vW__container{max-width:1200px;margin:0 auto}.OurMission-module__pca7vW__grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.OurMission-module__pca7vW__imageColumn{padding:1.5rem;position:relative}.OurMission-module__pca7vW__patternBackground{z-index:1;background:repeating-linear-gradient(45deg, var(--primary) 0, var(--primary) 15px, var(--accent) 15px, var(--accent) 30px);border-radius:4px;position:absolute;inset:3rem 0 0 3rem;overflow:hidden}.OurMission-module__pca7vW__imageWrapper{z-index:2;aspect-ratio:1.5;border-radius:4px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.OurMission-module__pca7vW__image{object-fit:cover;width:100%;height:100%;display:block}.OurMission-module__pca7vW__contentColumn{flex-direction:column;align-items:flex-start;display:flex}.OurMission-module__pca7vW__badge{color:var(--primary);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.25rem;font-size:.75rem;font-weight:800;display:inline-block}.OurMission-module__pca7vW__title{color:#1c1917;letter-spacing:-.02em;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;line-height:1.2}.OurMission-module__pca7vW__text{color:var(--text-muted);margin-bottom:2.25rem;font-size:1.05rem;line-height:1.7}.OurMission-module__pca7vW__btnWrapper{display:flex}@media (max-width:992px){.OurMission-module__pca7vW__grid{gap:3rem}}@media (max-width:768px){.OurMission-module__pca7vW__section{padding:60px 1.5rem}.OurMission-module__pca7vW__grid{grid-template-columns:1fr;gap:4rem}.OurMission-module__pca7vW__imageColumn{width:100%;max-width:600px;margin:0 auto;padding:0}.OurMission-module__pca7vW__patternBackground{inset:1.5rem -1rem -1rem 1.5rem}.OurMission-module__pca7vW__contentColumn{text-align:center;align-items:center}.OurMission-module__pca7vW__title{font-size:2rem}.OurMission-module__pca7vW__text{font-size:1rem}}.OurMission-module__pca7vW__connectionsGrid{grid-template-columns:1fr 1fr;gap:1rem 2rem;width:100%;margin:1.5rem 0 2rem;display:grid}.OurMission-module__pca7vW__connectionItem{color:var(--foreground);align-items:center;gap:10px;font-size:1rem;font-weight:600;display:flex}.OurMission-module__pca7vW__bulletDot{background-color:var(--primary);border-radius:50%;width:10px;height:10px}.OurMission-module__pca7vW__tagline{letter-spacing:.08em;background:var(--gradient-gold);-webkit-text-fill-color:transparent;text-transform:uppercase;border-left:3px solid var(--secondary);-webkit-background-clip:text;margin-top:1.5rem;padding-left:12px;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:900}.OurMission-module__pca7vW__tabsHeader{border-bottom:2px solid #eaeaea;gap:1.5rem;width:100%;margin-bottom:1.75rem;display:flex}.OurMission-module__pca7vW__tabBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:10px 0;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700;transition:all .2s;position:relative}.OurMission-module__pca7vW__tabBtn:hover{color:var(--foreground)}.OurMission-module__pca7vW__tabBtn:after{content:"";background-color:var(--primary);width:100%;height:2px;transition:transform .2s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.OurMission-module__pca7vW__activeTab{color:var(--primary)!important}.OurMission-module__pca7vW__activeTab:after{transform:scaleX(1)}.OurMission-module__pca7vW__tabBody{width:100%;min-height:240px}.OurMission-module__pca7vW__tabTitle{color:var(--foreground);margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.OurMission-module__pca7vW__conectaLabel{color:var(--foreground);margin-top:1.5rem;margin-bottom:.75rem;font-size:1rem;font-weight:700}.OurMission-module__pca7vW__closingText{color:var(--text-muted);margin-top:1.5rem;font-size:1.05rem;line-height:1.6}@media (max-width:768px){.OurMission-module__pca7vW__tabsHeader{justify-content:center;gap:1rem}.OurMission-module__pca7vW__tabBtn{padding:8px 0;font-size:.9rem}.OurMission-module__pca7vW__tabBody{min-height:auto}}
.PresidentMessage-module__awubPa__section{background:linear-gradient(#f8fafc 0%,#fff 50%,#f1f5f9 100%);width:100%;padding:90px 2rem;position:relative;overflow:hidden}.PresidentMessage-module__awubPa__sectionFullPage{min-height:80vh;padding-top:130px}.PresidentMessage-module__awubPa__container{z-index:2;max-width:1240px;margin:0 auto;position:relative}.PresidentMessage-module__awubPa__header{text-align:center;max-width:750px;margin:0 auto 3.5rem}.PresidentMessage-module__awubPa__badge{color:var(--primary);text-transform:uppercase;letter-spacing:.14em;background:#ff6b0014;border:1px solid #ff6b0033;border-radius:30px;align-items:center;gap:8px;margin-bottom:1.25rem;padding:6px 16px;font-size:.78rem;font-weight:800;display:inline-flex}.PresidentMessage-module__awubPa__badgeDot{background:var(--primary);border-radius:50%;width:8px;height:8px;display:inline-block;box-shadow:0 0 10px #ff6b0080}.PresidentMessage-module__awubPa__mainTitle{color:#0f172a;letter-spacing:-.02em;font-family:Outfit,sans-serif;font-size:clamp(2rem,3.2vw,2.75rem);font-weight:800;line-height:1.25}.PresidentMessage-module__awubPa__titleUnderline{background:linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);border-radius:2px;width:70px;height:4px;margin:1.25rem auto 0}.PresidentMessage-module__awubPa__grid{grid-template-columns:360px 1fr;align-items:start;gap:3.5rem;display:grid}.PresidentMessage-module__awubPa__profileCard{background:#fff;border:1px solid #2a4fa61f;border-radius:24px;transition:transform .3s,box-shadow .3s;position:sticky;top:100px;overflow:hidden;box-shadow:0 20px 40px -15px #0f172a12}.PresidentMessage-module__awubPa__profileCard:hover{transform:translateY(-4px);box-shadow:0 30px 50px -15px #0f172a1f}.PresidentMessage-module__awubPa__profileHeaderBg{background:linear-gradient(135deg,#0f172a 0%,#1e293b 60%,#2a4fa6 100%);height:120px;position:relative}.PresidentMessage-module__awubPa__patternOverlay{opacity:.15;background-image:radial-gradient(#fff 1px,#0000 1px);background-size:16px 16px;position:absolute;inset:0}.PresidentMessage-module__awubPa__avatarWrapper{z-index:3;width:110px;height:110px;margin:-55px auto 0;position:relative}.PresidentMessage-module__awubPa__avatarCircle{background:linear-gradient(135deg,#ff6b00 0%,#e05e00 100%);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;box-shadow:0 10px 25px #ff6b004d}.PresidentMessage-module__awubPa__avatarInitials{color:#fff;letter-spacing:1px;font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:800}.PresidentMessage-module__awubPa__verifiedBadge{color:#fff;background:#2a4fa6;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;font-weight:900;display:flex;position:absolute;bottom:4px;right:4px;box-shadow:0 4px 10px #00000026}.PresidentMessage-module__awubPa__profileBody{text-align:center;padding:1.5rem 1.75rem 2rem}.PresidentMessage-module__awubPa__authorName{color:#0f172a;margin-bottom:.25rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800}.PresidentMessage-module__awubPa__authorRole{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.15rem;font-size:.88rem;font-weight:700}.PresidentMessage-module__awubPa__authorOrg{color:#64748b;margin-bottom:1.5rem;font-size:.82rem;font-weight:500}.PresidentMessage-module__awubPa__quoteCard{background:#fff7ed;border:1px solid #ffedd5;border-radius:16px;margin-bottom:1.5rem;padding:1.25rem 1rem;position:relative}.PresidentMessage-module__awubPa__quoteIcon{color:var(--primary);opacity:.3;font-family:Georgia,serif;font-size:2.5rem;line-height:1;position:absolute;top:4px;left:10px}.PresidentMessage-module__awubPa__quoteText{color:#9a3412;z-index:2;font-size:.88rem;font-style:italic;font-weight:600;line-height:1.5;position:relative}.PresidentMessage-module__awubPa__cardActions{flex-direction:column;gap:.75rem;display:flex}.PresidentMessage-module__awubPa__btnPrimary{color:#fff;text-align:center;background:linear-gradient(135deg,#ff6b00 0%,#ff8c3a 100%);border-radius:12px;padding:12px;font-size:.85rem;font-weight:700;transition:all .2s;box-shadow:0 8px 20px #ff6b0040}.PresidentMessage-module__awubPa__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 12px 25px #ff6b0059}.PresidentMessage-module__awubPa__btnOutline{color:#334155;text-align:center;background:0 0;border:1.5px solid #cbd5e1;border-radius:12px;padding:11px;font-size:.85rem;font-weight:700;transition:all .2s}.PresidentMessage-module__awubPa__btnOutline:hover{color:#0f172a;background:#f8fafc;border-color:#0f172a}.PresidentMessage-module__awubPa__letterContainer{background:#fff;border:1px solid #0f172a14;border-radius:28px;padding:3.5rem;position:relative;box-shadow:0 20px 50px -20px #0f172a14}.PresidentMessage-module__awubPa__decorativeQuoteMark{color:#2a4fa60a;-webkit-user-select:none;user-select:none;pointer-events:none;font-family:Georgia,serif;font-size:10rem;line-height:1;position:absolute;top:1rem;right:2.5rem}.PresidentMessage-module__awubPa__letterContent{z-index:2;position:relative}.PresidentMessage-module__awubPa__greeting{color:#0f172a;margin-bottom:1.75rem;font-family:Outfit,sans-serif;font-size:1.35rem;line-height:1.6}.PresidentMessage-module__awubPa__paragraph{color:#334155;letter-spacing:-.01em;margin-bottom:1.75rem;font-size:1.08rem;line-height:1.8}.PresidentMessage-module__awubPa__highlightBox{border-left:4px solid var(--primary);color:#0f172a;background:linear-gradient(135deg,#ff6b000a 0%,#2a4fa60a 100%);border-radius:0 16px 16px 0;margin:2rem 0;padding:1.75rem 2rem;font-size:1.1rem;font-weight:500;line-height:1.75;box-shadow:0 4px 15px #00000005}.PresidentMessage-module__awubPa__closingBox{border-top:1px dashed #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-top:2.5rem;padding-top:2rem;display:flex}.PresidentMessage-module__awubPa__closingText{color:#1e293b;max-width:450px;font-size:1.1rem;font-weight:600;line-height:1.6}.PresidentMessage-module__awubPa__signatureBlock{text-align:right}.PresidentMessage-module__awubPa__signatureName{color:#0f172a;letter-spacing:-.01em;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800}.PresidentMessage-module__awubPa__signatureTitle{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.88rem;font-weight:700}.PresidentMessage-module__awubPa__signatureCompany{color:#64748b;font-size:.82rem;font-weight:600}@media (max-width:1024px){.PresidentMessage-module__awubPa__grid{grid-template-columns:1fr;gap:2.5rem}.PresidentMessage-module__awubPa__profileCard{max-width:500px;margin:0 auto;position:static}}@media (max-width:768px){.PresidentMessage-module__awubPa__section{padding:60px 1.25rem}.PresidentMessage-module__awubPa__letterContainer{border-radius:20px;padding:2rem 1.5rem}.PresidentMessage-module__awubPa__greeting{font-size:1.2rem}.PresidentMessage-module__awubPa__paragraph{font-size:1rem}.PresidentMessage-module__awubPa__highlightBox{padding:1.25rem;font-size:1rem}.PresidentMessage-module__awubPa__closingBox{flex-direction:column;align-items:flex-start;gap:1.5rem}.PresidentMessage-module__awubPa__signatureBlock{text-align:left}}
.HomePrograms-module__SR0srW__section{background:#fff;border-top:1px solid #0000000f;padding:5rem 2rem}.HomePrograms-module__SR0srW__container{max-width:1200px;margin:0 auto}.HomePrograms-module__SR0srW__header{text-align:center;margin-bottom:3rem}.HomePrograms-module__SR0srW__badge{text-transform:uppercase;letter-spacing:.14em;color:#d4af37;background:#d4af371a;border:1px solid #d4af374d;border-radius:50px;margin-bottom:1.25rem;padding:.3rem 1rem;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:700;display:inline-block}.HomePrograms-module__SR0srW__title{color:#1a1a1a;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.HomePrograms-module__SR0srW__subtitle{color:#0009;max-width:560px;margin:0 auto;font-size:1rem;line-height:1.7}.HomePrograms-module__SR0srW__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.HomePrograms-module__SR0srW__card{cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:20px;flex-direction:column;gap:0;padding:0;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 2px 12px #0000000a}.HomePrograms-module__SR0srW__card:hover{border-color:#d4af3780;transform:translateY(-6px);box-shadow:0 12px 32px #d4af3726}.HomePrograms-module__SR0srW__cardImage{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.HomePrograms-module__SR0srW__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.HomePrograms-module__SR0srW__card:hover .HomePrograms-module__SR0srW__cardImage img{transform:scale(1.05)}.HomePrograms-module__SR0srW__cardContent{flex-direction:column;flex-grow:1;gap:1rem;padding:1.75rem;display:flex}.HomePrograms-module__SR0srW__meta{flex-wrap:wrap;gap:.75rem;display:flex}.HomePrograms-module__SR0srW__phaseBadge{text-transform:uppercase;letter-spacing:.07em;border-radius:50px;padding:.35rem .9rem;font-family:Outfit,sans-serif;font-size:.7rem;font-weight:700}.HomePrograms-module__SR0srW__durationBadge{color:#00000080;background:#0000000a;border:1px solid #0000001a;border-radius:50px;padding:.35rem .8rem;font-size:.75rem}.HomePrograms-module__SR0srW__cardTitle{color:#1a1a1a;margin:0;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:700;line-height:1.3}.HomePrograms-module__SR0srW__cardDesc{color:#000000a6;flex-grow:1;margin:0;font-size:.95rem;line-height:1.65}.HomePrograms-module__SR0srW__cardAction{flex-direction:column;gap:.6rem;margin-top:auto;display:flex}.HomePrograms-module__SR0srW__actionBtn{color:#000;text-align:center;background:linear-gradient(135deg,#d4af37 0%,#f5d06e 50%,#d4af37 100%) 0 0/200% 200%;border:none;border-radius:50px;width:100%;padding:.75rem 1.5rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s;animation:3s ease-in-out infinite HomePrograms-module__SR0srW__shimmer;display:inline-block}.HomePrograms-module__SR0srW__actionBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4af3759}.HomePrograms-module__SR0srW__shareBar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:50px;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.35rem;padding:.35rem .75rem;display:flex}.HomePrograms-module__SR0srW__shareLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:700}.HomePrograms-module__SR0srW__shareIconsRow{align-items:center;gap:.35rem;display:flex}.HomePrograms-module__SR0srW__shareIconBtn{cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:inline-flex}.HomePrograms-module__SR0srW__shareIconBtn:hover{transform:translateY(-2px)scale(1.08);box-shadow:0 4px 10px #00000026}.HomePrograms-module__SR0srW__copyIconBtn{color:#475569;background:#fff;border:1px solid #cbd5e1}.HomePrograms-module__SR0srW__copyIconBtn:hover{color:#0f172a;background:#f1f5f9;border-color:#94a3b8}.HomePrograms-module__SR0srW__waIconBtn{color:#fff;background:#25d366}.HomePrograms-module__SR0srW__waIconBtn:hover{background:#1eb956}.HomePrograms-module__SR0srW__linkedinIconBtn{color:#fff;background:#0a66c2}.HomePrograms-module__SR0srW__linkedinIconBtn:hover{background:#084e96}.HomePrograms-module__SR0srW__facebookIconBtn{color:#fff;background:#1877f2}.HomePrograms-module__SR0srW__facebookIconBtn:hover{background:#0d5bbd}.HomePrograms-module__SR0srW__twitterIconBtn{color:#fff;background:#0f172a}.HomePrograms-module__SR0srW__twitterIconBtn:hover{background:#1e293b}.HomePrograms-module__SR0srW__emailIconBtn{color:#fff;background:#10b981}.HomePrograms-module__SR0srW__emailIconBtn:hover{background:#059669}@keyframes HomePrograms-module__SR0srW__shimmer{0%,to{background-position:0%}50%{background-position:100%}}.HomePrograms-module__SR0srW__footer{text-align:center;margin-top:3rem}.HomePrograms-module__SR0srW__ctaBtn{color:var(--primary);background:0 0;border:1.5px solid #d4af3780;border-radius:50px;padding:.85rem 2.5rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.HomePrograms-module__SR0srW__ctaBtn:hover{border-color:var(--primary);background:#d4af3714;transform:translateY(-2px)}@media (max-width:640px){.HomePrograms-module__SR0srW__section{padding:3.5rem 1.25rem}.HomePrograms-module__SR0srW__grid{grid-template-columns:1fr}.HomePrograms-module__SR0srW__card{padding:0}.HomePrograms-module__SR0srW__cardImage{height:160px}.HomePrograms-module__SR0srW__card>.HomePrograms-module__SR0srW__meta,.HomePrograms-module__SR0srW__card>.HomePrograms-module__SR0srW__cardTitle,.HomePrograms-module__SR0srW__card>.HomePrograms-module__SR0srW__cardDesc{padding:0 1.5rem}.HomePrograms-module__SR0srW__card>.HomePrograms-module__SR0srW__meta{padding-top:1.25rem}.HomePrograms-module__SR0srW__card>.HomePrograms-module__SR0srW__cardDesc{padding-bottom:1.5rem}.HomePrograms-module__SR0srW__meta{justify-content:center}}
.CallToActionBanner-module__yny38G__section{background:#fff;padding:4rem 1.5rem;position:relative;overflow:hidden}.CallToActionBanner-module__yny38G__container{max-width:1200px;margin:0 auto}.CallToActionBanner-module__yny38G__card{color:#fff;background:linear-gradient(135deg,#0b1329 0%,#172554 50%,#1e1b4b 100%);border:1px solid #ffffff1a;border-radius:24px;padding:4rem 3rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #0b132940}.CallToActionBanner-module__yny38G__glowOrange{filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#ff6b0059 0%,#ff6b0000 70%);width:320px;height:320px;position:absolute;top:-80px;right:-80px}.CallToActionBanner-module__yny38G__glowBlue{filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#3b82f64d 0%,#3b82f600 70%);width:320px;height:320px;position:absolute;bottom:-80px;left:-80px}.CallToActionBanner-module__yny38G__content{z-index:2;text-align:center;flex-direction:column;align-items:center;max-width:850px;margin:0 auto;display:flex;position:relative}.CallToActionBanner-module__yny38G__badge{color:#ff8c00;letter-spacing:.05em;text-transform:uppercase;background:#ff6b002e;border:1px solid #ff6b0066;border-radius:50px;align-items:center;gap:6px;margin-bottom:1.5rem;padding:6px 16px;font-size:.82rem;font-weight:800;display:inline-flex}.CallToActionBanner-module__yny38G__title{color:#fff;letter-spacing:-.02em;margin-bottom:1.2rem;font-family:Outfit,sans-serif;font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:800;line-height:1.2}.CallToActionBanner-module__yny38G__description{color:#94a3b8;max-width:720px;margin-bottom:2rem;font-size:1.05rem;line-height:1.65}.CallToActionBanner-module__yny38G__highlights{flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem;margin-bottom:2.5rem;display:flex}.CallToActionBanner-module__yny38G__highlightItem{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#f1f5f9;background:#ffffff12;border:1px solid #ffffff1f;border-radius:50px;align-items:center;gap:8px;padding:8px 18px;font-size:.88rem;font-weight:600;display:flex}.CallToActionBanner-module__yny38G__highlightIcon{font-size:1rem}.CallToActionBanner-module__yny38G__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.CallToActionBanner-module__yny38G__btnPrimary{color:#fff;background:linear-gradient(135deg,#ff6b00 0%,#ff8c00 100%);border-radius:50px;align-items:center;padding:.95rem 2.2rem;font-size:.95rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #ff6b0066}.CallToActionBanner-module__yny38G__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 14px 32px #ff6b008c}.CallToActionBanner-module__yny38G__btnSecondary{color:#fff;background:#ffffff1a;border:1px solid #ffffff40;border-radius:50px;align-items:center;padding:.95rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.CallToActionBanner-module__yny38G__btnSecondary:hover{background:#ffffff2e;border-color:#fff6;transform:translateY(-2px)}@media (max-width:768px){.CallToActionBanner-module__yny38G__card{border-radius:18px;padding:3rem 1.5rem}.CallToActionBanner-module__yny38G__title{font-size:1.8rem}.CallToActionBanner-module__yny38G__description{font-size:.95rem}.CallToActionBanner-module__yny38G__highlights{flex-direction:column;align-items:center;gap:.75rem}.CallToActionBanner-module__yny38G__highlightItem{justify-content:center;width:100%}.CallToActionBanner-module__yny38G__actions{flex-direction:column;width:100%}.CallToActionBanner-module__yny38G__btnPrimary,.CallToActionBanner-module__yny38G__btnSecondary{justify-content:center;width:100%}}
.ScrollToTop-module__bPaVnG__scrollToTop{background:var(--gradient-gold);color:#000;z-index:999;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex;position:fixed;bottom:95px;right:25px;box-shadow:0 6px 18px #d4af3759}.ScrollToTop-module__bPaVnG__scrollToTop:hover{box-shadow:0 10px 25px #d4af378c}.ScrollToTop-module__bPaVnG__scrollToTop svg{width:18px;height:18px}@media (max-width:768px){.ScrollToTop-module__bPaVnG__scrollToTop{width:38px;height:38px;bottom:80px;right:16px}.ScrollToTop-module__bPaVnG__scrollToTop svg{width:16px;height:16px}}
.page-module___8aEwW__main{background-color:#fff;min-height:100vh;position:relative}.page-module___8aEwW__footer{border:none;width:100%;margin-top:100px;padding:0}.page-module___8aEwW__footerContainer{width:100%;max-width:1200px;margin:0 auto}.page-module___8aEwW__footerTop{background-color:var(--secondary);color:#fff;padding:5rem 2rem}.page-module___8aEwW__footerGrid{grid-template-columns:1fr 2.5fr;align-items:flex-start;gap:4rem;display:grid}.page-module___8aEwW__footerLogo{color:#fff;align-items:center;gap:10px;text-decoration:none;display:flex}.page-module___8aEwW__footerLogoImg{object-fit:contain;width:auto;height:42px}.page-module___8aEwW__footerLogoText{flex-direction:column;line-height:1.1;display:flex}.page-module___8aEwW__footerAbn{letter-spacing:-.01em;color:#fff;text-transform:uppercase;font-size:1.5rem;font-weight:900}.page-module___8aEwW__footerNetwork{color:#ffffffb3;letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:700}.page-module___8aEwW__footerLinksGrid{grid-template-columns:repeat(3,1fr);gap:2rem 3rem;display:grid}.page-module___8aEwW__footerLinkCol{flex-direction:column;display:flex}.page-module___8aEwW__footerLinkCol a{color:#fff;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:700;transition:opacity .2s}.page-module___8aEwW__footerLinkCol a:hover{opacity:.7}.page-module___8aEwW__footerMiddle{color:#fff9;background-color:#1a1a1a;padding:1.5rem 2rem;font-size:.8rem}.page-module___8aEwW__footerBar{justify-content:space-between;align-items:center;width:100%;display:flex}.page-module___8aEwW__copyright{letter-spacing:.02em;font-weight:600}.page-module___8aEwW__socials{align-items:center;gap:1.5rem;display:flex}.page-module___8aEwW__socials a{color:#fff;opacity:.8;align-items:center;transition:transform .2s,opacity .2s;display:flex}.page-module___8aEwW__socials a:hover{opacity:1;transform:translateY(-2px)}.page-module___8aEwW__legal{align-items:center;gap:.75rem;font-weight:600;display:flex}.page-module___8aEwW__legal span{opacity:.8}.page-module___8aEwW__footerBottom{background-color:#fff;border-top:1px solid #eaeaea;padding:2.5rem 2rem}.page-module___8aEwW__supportPartner{align-items:center;gap:1.25rem;display:flex}.page-module___8aEwW__coatOfArms{filter:drop-shadow(0 2px 5px #0000000d);flex-shrink:0}.page-module___8aEwW__partnerInfo{flex-direction:column;display:flex}.page-module___8aEwW__partnerHeading{text-transform:uppercase;letter-spacing:.05em;color:#1c1917;margin-bottom:2px;font-size:.85rem;font-weight:800}.page-module___8aEwW__partnerSubtext{color:var(--text-muted);font-size:.75rem;font-weight:500}@media (max-width:992px){.page-module___8aEwW__footerGrid{grid-template-columns:1fr;gap:3rem}.page-module___8aEwW__footerLinksGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module___8aEwW__footerTop{padding:3.5rem 1.5rem}.page-module___8aEwW__footerLogo{justify-content:center}.page-module___8aEwW__footerLinksGrid{text-align:center;grid-template-columns:1fr;gap:1.5rem}.page-module___8aEwW__footerBar{text-align:center;flex-direction:column;gap:1.5rem}.page-module___8aEwW__footerBottom{padding:2rem 1.5rem}.page-module___8aEwW__supportPartner{text-align:center;flex-direction:column;gap:1rem}}
.Contacto-module__Gnq0ja__main{background:var(--background,#0f0f0f);min-height:100vh;color:var(--foreground,#fff);padding-bottom:4rem}.Contacto-module__Gnq0ja__hero{text-align:center;background:url(/Perfil01.jpg) 50%/cover no-repeat;justify-content:center;align-items:center;height:40vh;min-height:300px;padding:0 2rem;display:flex;position:relative}.Contacto-module__Gnq0ja__heroOverlay{background:#000000a6;position:absolute;inset:0}.Contacto-module__Gnq0ja__heroContent{z-index:1;max-width:800px;position:relative}.Contacto-module__Gnq0ja__heroContent h1{color:var(--primary,#d4af37);margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw,4rem)}.Contacto-module__Gnq0ja__heroContent p{color:#ddd;font-size:1.2rem}.Contacto-module__Gnq0ja__container{z-index:2;max-width:1200px;margin:-50px auto 0;padding:0 1.5rem;position:relative}.Contacto-module__Gnq0ja__contactGrid{grid-template-columns:1fr 1.5fr;gap:2rem;display:grid}.Contacto-module__Gnq0ja__contactInfo,.Contacto-module__Gnq0ja__contactForm{background:var(--card-bg,#1a1a1a);border:1px solid var(--card-border,#333);border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #00000080}.Contacto-module__Gnq0ja__contactInfo h2,.Contacto-module__Gnq0ja__contactForm h2{color:var(--primary,#d4af37);margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.8rem}.Contacto-module__Gnq0ja__contactInfo>p{color:var(--text-muted,#999);margin-bottom:2.5rem;line-height:1.6}.Contacto-module__Gnq0ja__infoItems{flex-direction:column;gap:1.5rem;display:flex}.Contacto-module__Gnq0ja__infoItem{align-items:flex-start;gap:1rem;display:flex}.Contacto-module__Gnq0ja__icon{background:#d4af371a;border-radius:50%;justify-content:center;align-items:center;padding:.8rem;font-size:1.5rem;display:flex}.Contacto-module__Gnq0ja__infoItem strong{color:var(--foreground,#fff);margin-bottom:.2rem;font-size:.95rem;display:block}.Contacto-module__Gnq0ja__infoItem p,.Contacto-module__Gnq0ja__infoItem a{color:var(--text-muted,#999);font-size:.95rem;text-decoration:none;transition:color .3s}.Contacto-module__Gnq0ja__infoItem a:hover{color:var(--primary,#d4af37)}.Contacto-module__Gnq0ja__form{flex-direction:column;gap:1.5rem;display:flex}.Contacto-module__Gnq0ja__formGroup{flex-direction:column;gap:.5rem;display:flex}.Contacto-module__Gnq0ja__formGroup label{font-size:.9rem;font-weight:600}.Contacto-module__Gnq0ja__formGroup input,.Contacto-module__Gnq0ja__formGroup textarea{border:1px solid var(--alpha-border-10,#333);background:var(--alpha-bg-3,#222);color:var(--foreground,#fff);border-radius:12px;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.Contacto-module__Gnq0ja__formGroup input:focus,.Contacto-module__Gnq0ja__formGroup textarea:focus{border-color:var(--primary,#d4af37);outline:none}.Contacto-module__Gnq0ja__successBox{text-align:center;padding:3rem 1rem}.Contacto-module__Gnq0ja__successIcon{margin-bottom:1.5rem;font-size:5rem;display:block}.Contacto-module__Gnq0ja__successBox h3{color:var(--primary,#d4af37);margin-bottom:1rem;font-size:2rem}.Contacto-module__Gnq0ja__successBox p{color:var(--text-muted,#999);margin-bottom:2rem}.Contacto-module__Gnq0ja__errorMsg{color:#e74c3c;text-align:center;background:#e74c3c1a;border:1px solid #e74c3c33;border-radius:8px;padding:1rem;font-size:.95rem}@media (max-width:900px){.Contacto-module__Gnq0ja__contactGrid{grid-template-columns:1fr}.Contacto-module__Gnq0ja__container{margin-top:-30px}}@media (max-width:600px){.Contacto-module__Gnq0ja__contactInfo,.Contacto-module__Gnq0ja__contactForm{padding:1.5rem}}
.CountryHub-module__OwqP-q__hubPage{background-color:var(--background);color:var(--foreground);min-height:100vh}.CountryHub-module__OwqP-q__container{max-width:1200px;margin:0 auto;padding:0 2rem}.CountryHub-module__OwqP-q__loadingPage,.CountryHub-module__OwqP-q__errorPage{background-color:var(--background);min-height:100vh;color:var(--foreground);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.CountryHub-module__OwqP-q__spinnerWrapper,.CountryHub-module__OwqP-q__errorWrapper{text-align:center;margin-top:100px}.CountryHub-module__OwqP-q__spinner{border:4px solid #d4af3733;border-top-color:var(--primary);border-radius:50%;width:50px;height:50px;margin:0 auto 1.5rem;animation:1s linear infinite CountryHub-module__OwqP-q__spin}@keyframes CountryHub-module__OwqP-q__spin{to{transform:rotate(360deg)}}.CountryHub-module__OwqP-q__hero{text-align:center;background-position:50%;background-size:cover;padding:180px 2rem 100px;position:relative}.CountryHub-module__OwqP-q__heroContainer{flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}.CountryHub-module__OwqP-q__badge{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.1em;border-radius:50px;width:fit-content;padding:6px 14px;font-size:.75rem;font-weight:800}.CountryHub-module__OwqP-q__hero h1{margin:0;font-family:Outfit,sans-serif;font-size:clamp(3rem,7vw,5rem);line-height:1.1}.CountryHub-module__OwqP-q__descSection{padding:80px 0 40px}.CountryHub-module__OwqP-q__descCard{background:var(--pink-bg);border:1px solid rgba(var(--primary-rgb), .15);text-align:center;box-shadow:0 10px 30px rgba(var(--primary-rgb), .04);border-radius:24px;padding:3rem}.CountryHub-module__OwqP-q__descriptionText{color:var(--foreground);margin:0;font-size:1.25rem;line-height:1.8}.CountryHub-module__OwqP-q__stepsSection{padding:60px 0}.CountryHub-module__OwqP-q__sectionTitle{text-align:center;color:var(--foreground);margin-bottom:3.5rem;font-family:Outfit,sans-serif;font-size:2.2rem}.CountryHub-module__OwqP-q__stepsGrid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.CountryHub-module__OwqP-q__stepCard{text-align:center;border-radius:24px;flex-direction:column;align-items:center;gap:1.25rem;padding:3rem 2rem;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,border-color .3s;display:flex;position:relative;box-shadow:0 10px 30px #2a4fa60a;background:#fff!important;border:1px solid #2a4fa614!important}.CountryHub-module__OwqP-q__stepCard:hover{transform:translateY(-6px);box-shadow:0 20px 40px #2a4fa614;border-color:#ff6b004d!important}.CountryHub-module__OwqP-q__stepNumber{background:var(--primary);color:#fff;border:4px solid var(--background);width:60px;height:60px;box-shadow:0 0 0 1px var(--primary);border-radius:50%;justify-content:center;align-items:center;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;display:flex}.CountryHub-module__OwqP-q__stepCard h4{margin:0;font-family:Outfit,sans-serif;font-size:1.25rem;color:var(--foreground)!important}.CountryHub-module__OwqP-q__stepCard p{margin:0;font-size:.95rem;line-height:1.6;color:var(--text-muted)!important}.CountryHub-module__OwqP-q__eventsSection{background:#d4af3703;padding:80px 0}.CountryHub-module__OwqP-q__tabsHeader{justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.CountryHub-module__OwqP-q__tabBtn{color:var(--text-muted);cursor:pointer;background:#00000008;border:1px solid #00000014;border-radius:12px;padding:10px 20px;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700;transition:all .2s}.CountryHub-module__OwqP-q__tabBtn:hover{color:var(--foreground);background:#0000000f}.CountryHub-module__OwqP-q__activeTab{box-shadow:0 4px 15px rgba(var(--primary-rgb), .2);background:var(--primary)!important;color:#fff!important;border-color:var(--primary)!important}.CountryHub-module__OwqP-q__noEvents{text-align:center;color:var(--text-muted);background:#00000003;border:1px dashed #0000001a;border-radius:20px;padding:4rem}.CountryHub-module__OwqP-q__eventsGrid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2rem;display:grid}.CountryHub-module__OwqP-q__eventCard{border-radius:24px;flex-direction:column;gap:1.25rem;padding:2.5rem;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,border-color .3s;display:flex;box-shadow:0 10px 30px #2a4fa60a;background:#fff!important;border:1px solid #2a4fa614!important}.CountryHub-module__OwqP-q__eventCard:hover{transform:translateY(-6px);box-shadow:0 20px 40px #2a4fa614;border-color:#ff6b004d!important}.CountryHub-module__OwqP-q__eventBadge{color:var(--primary);border:1px solid var(--primary);text-transform:uppercase;letter-spacing:.05em;background:#d4af3726;border-radius:40px;width:fit-content;padding:4px 10px;font-size:.7rem;font-weight:800}.CountryHub-module__OwqP-q__eventDate{color:var(--primary);font-size:.85rem;font-weight:700}.CountryHub-module__OwqP-q__eventCard h3{margin:0;font-family:Outfit,sans-serif;font-size:1.35rem;line-height:1.3;color:var(--foreground)!important}.CountryHub-module__OwqP-q__eventCard p{flex:1;margin:0;font-size:.95rem;line-height:1.6;color:var(--text-muted)!important}.CountryHub-module__OwqP-q__eventLink{color:var(--primary);font-size:.9rem;font-weight:700;text-decoration:none}.CountryHub-module__OwqP-q__eventLink:hover{text-decoration:underline}.CountryHub-module__OwqP-q__faqSection{padding:80px 0}.CountryHub-module__OwqP-q__faqContainerGrid{grid-template-columns:1.2fr .8fr;gap:4rem;display:grid}.CountryHub-module__OwqP-q__faqCol{flex-direction:column;display:flex}.CountryHub-module__OwqP-q__faqTitle{color:var(--foreground);margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:2.2rem}.CountryHub-module__OwqP-q__accordion{flex-direction:column;gap:1rem;display:flex}.CountryHub-module__OwqP-q__faqItem{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.CountryHub-module__OwqP-q__faqItem:hover{border-color:rgba(var(--primary-rgb), .3);box-shadow:0 4px 20px #00000005}.CountryHub-module__OwqP-q__faqQuestion{width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700;transition:background-color .2s;display:flex}.CountryHub-module__OwqP-q__faqQuestion:hover{background-color:rgba(var(--primary-rgb), .02)}.CountryHub-module__OwqP-q__faqAnswer{max-height:0;padding:0 1.5rem;transition:max-height .3s,padding .3s;overflow:hidden}.CountryHub-module__OwqP-q__faqOpen{max-height:200px;padding:0 1.5rem 1.5rem}.CountryHub-module__OwqP-q__faqAnswer p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.CountryHub-module__OwqP-q__contactFormCol{flex-direction:column;display:flex}.CountryHub-module__OwqP-q__contactFormBox{background:var(--secondary);color:#fff;border-radius:24px;padding:3rem;box-shadow:0 15px 40px #00000026}.CountryHub-module__OwqP-q__contactFormBox h3{margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:1.5rem}.CountryHub-module__OwqP-q__contactFormBox p{color:#fffc;margin:0 0 2rem;font-size:.9rem;line-height:1.5}.CountryHub-module__OwqP-q__resultMsg{background:#ffffff26;border-radius:8px;margin-bottom:1.5rem;padding:10px;font-size:.9rem;font-weight:700}.CountryHub-module__OwqP-q__contactForm{flex-direction:column;gap:1.25rem;display:flex}.CountryHub-module__OwqP-q__formField{flex-direction:column;gap:.5rem;display:flex}.CountryHub-module__OwqP-q__formField label{text-transform:uppercase;letter-spacing:.05em;color:#ffffffd9;font-size:.7rem;font-weight:700}.CountryHub-module__OwqP-q__formField input,.CountryHub-module__OwqP-q__formField textarea{box-sizing:border-box;width:100%;transition:all .2s;color:#fff!important;background:#ffffff1f!important;border:1px solid #ffffff40!important;border-radius:8px!important;outline:none!important;padding:12px 16px!important;font-size:.95rem!important}.CountryHub-module__OwqP-q__formField input:focus,.CountryHub-module__OwqP-q__formField textarea:focus{box-shadow:0 0 0 3px #ffffff1a;background:#fff3!important;border-color:#fff!important}.CountryHub-module__OwqP-q__partnersSection{background:#ffffff03;border-top:1px solid #ffffff0a;padding:80px 0}.CountryHub-module__OwqP-q__partnersGrid{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.CountryHub-module__OwqP-q__partnerCard{background:#fff;border-radius:12px;align-items:center;gap:10px;min-width:160px;padding:12px 24px;display:flex;box-shadow:0 4px 15px #0000000d}.CountryHub-module__OwqP-q__partnerLogo{object-fit:contain;width:auto;height:36px}.CountryHub-module__OwqP-q__partnerEmoji{font-size:1.5rem}.CountryHub-module__OwqP-q__partnerName{color:#111;font-size:.9rem;font-weight:700}.CountryHub-module__OwqP-q__hubFooter{background:#000;border-top:1px solid #ffffff14;padding:80px 0 20px}.CountryHub-module__OwqP-q__footerGrid{grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:4rem;display:grid}.CountryHub-module__OwqP-q__footerCol h3{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.5rem;font-family:Outfit,sans-serif;font-size:1.15rem}.CountryHub-module__OwqP-q__footerCol p{color:#ffffffb3;margin:.5rem 0;font-size:.95rem;line-height:1.6}.CountryHub-module__OwqP-q__footerPin{color:#ffffffb3;align-items:flex-start;gap:10px;display:flex}.CountryHub-module__OwqP-q__footerPin p{margin:0}.CountryHub-module__OwqP-q__footerSocials{flex-direction:column;gap:.75rem;display:flex}.CountryHub-module__OwqP-q__footerSocials a{color:#ffffffb3;width:fit-content;font-size:.95rem;text-decoration:none}.CountryHub-module__OwqP-q__footerSocials a:hover{color:var(--primary)}.CountryHub-module__OwqP-q__bottomBar{color:#ffffff80;border-top:1px solid #ffffff14;justify-content:center;padding-top:2rem;font-size:.85rem;display:flex}@media (max-width:992px){.CountryHub-module__OwqP-q__stepsGrid{grid-template-columns:1fr;gap:2rem}.CountryHub-module__OwqP-q__faqContainerGrid{grid-template-columns:1fr;gap:3rem}.CountryHub-module__OwqP-q__footerGrid{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:768px){.CountryHub-module__OwqP-q__hero{padding-top:150px}.CountryHub-module__OwqP-q__hero h1{font-size:2.5rem}.CountryHub-module__OwqP-q__descCard{padding:1.5rem}.CountryHub-module__OwqP-q__descriptionText{font-size:1.1rem}.CountryHub-module__OwqP-q__contactFormBox{padding:2rem 1.5rem}}.CountryHub-module__OwqP-q__teamSection{background:#faf9f6;border-top:1px solid #2a4fa60d;border-bottom:1px solid #2a4fa60d;padding:80px 0}.CountryHub-module__OwqP-q__representativeWrapper{justify-content:center;margin-bottom:4rem;display:flex}.CountryHub-module__OwqP-q__representativeCard{border-radius:24px;align-items:center;gap:3rem;width:100%;max-width:800px;padding:3rem;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,border-color .3s;display:flex;box-shadow:0 10px 30px #2a4fa60a;background:#fff!important;border:1px solid #2a4fa614!important}.CountryHub-module__OwqP-q__representativeCard:hover{transform:translateY(-4px);box-shadow:0 20px 40px #2a4fa614;border-color:#ff6b004d!important}.CountryHub-module__OwqP-q__repAvatar{object-fit:cover;border:4px solid var(--primary);border-radius:50%;width:150px;height:150px}.CountryHub-module__OwqP-q__repInfo{flex-direction:column;gap:.75rem;display:flex}.CountryHub-module__OwqP-q__repBadge{color:var(--primary);border:1px solid var(--primary);text-transform:uppercase;background:#d4af3726;border-radius:40px;width:fit-content;padding:4px 10px;font-size:.75rem;font-weight:700}.CountryHub-module__OwqP-q__repInfo h3{margin:0;font-family:Outfit,sans-serif;font-size:1.75rem;color:var(--foreground)!important}.CountryHub-module__OwqP-q__repRole{color:var(--primary);margin:0;font-size:1rem;font-weight:700}.CountryHub-module__OwqP-q__repContacts{flex-direction:column;gap:.5rem;margin-top:.5rem;font-size:.9rem;display:flex;color:var(--text-muted)!important}.CountryHub-module__OwqP-q__teamGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem;margin-top:2rem;display:grid}.CountryHub-module__OwqP-q__teamCard{text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;padding:2rem;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,border-color .3s;display:flex;box-shadow:0 10px 30px #2a4fa60a;background:#fff!important;border:1px solid #2a4fa614!important}.CountryHub-module__OwqP-q__teamCard:hover{transform:translateY(-6px);box-shadow:0 20px 40px #2a4fa614;border-color:#ff6b004d!important}.CountryHub-module__OwqP-q__teamAvatar{object-fit:cover;border:3px solid var(--card-border);border-radius:50%;width:100px;height:100px}.CountryHub-module__OwqP-q__teamCard h4{margin:0;font-family:Outfit,sans-serif;font-size:1.1rem;color:var(--foreground)!important}.CountryHub-module__OwqP-q__teamCard p{margin:0;font-size:.85rem;color:var(--text-muted)!important}@media (max-width:768px){.CountryHub-module__OwqP-q__representativeCard{text-align:center;flex-direction:column;gap:2rem;padding:2rem}.CountryHub-module__OwqP-q__repAvatar{width:120px;height:120px}.CountryHub-module__OwqP-q__repBadge{margin:0 auto}}
.Equipa-module__GjGtBq__main{color:#1c1917;background:#fff;min-height:100vh;padding-bottom:6rem}.Equipa-module__GjGtBq__hero{text-align:center;background:#111 url(/abn-cover.jpg) 50%/cover no-repeat;justify-content:center;align-items:center;height:52vh;min-height:340px;padding:120px 2rem 60px;display:flex;position:relative;overflow:hidden}.Equipa-module__GjGtBq__heroOverlay{background:linear-gradient(#00000073 0%,#000000b8 100%);position:absolute;inset:0}.Equipa-module__GjGtBq__heroContent{z-index:1;max-width:700px;animation:.8s both Equipa-module__GjGtBq__fadeUp;position:relative}@keyframes Equipa-module__GjGtBq__fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.Equipa-module__GjGtBq__heroBadge{color:#ff8c3a;letter-spacing:.14em;text-transform:uppercase;background:#ff6b002e;border:1px solid #ff6b0073;border-radius:50px;margin-bottom:1.1rem;padding:6px 20px;font-size:.72rem;font-weight:800;display:inline-block}.Equipa-module__GjGtBq__heroContent h1{color:#fff;margin-bottom:.9rem;font-family:Outfit,sans-serif;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:800;line-height:1.08}.Equipa-module__GjGtBq__heroContent p{color:#ffffffb8;max-width:540px;margin:0 auto;font-size:1.05rem;line-height:1.65}.Equipa-module__GjGtBq__wave{background:0 0;width:100%;margin-top:-4px;line-height:0;display:block}.Equipa-module__GjGtBq__container{max-width:1240px;margin:0 auto;padding:3.5rem 1.5rem 0}.Equipa-module__GjGtBq__sectionIntro{text-align:center;margin-bottom:3.2rem;animation:.7s .15s both Equipa-module__GjGtBq__fadeUp}.Equipa-module__GjGtBq__sectionLabel{text-transform:uppercase;letter-spacing:.14em;color:var(--primary,#ff6b00);align-items:center;gap:8px;margin-bottom:.7rem;font-size:.72rem;font-weight:800;display:inline-flex}.Equipa-module__GjGtBq__sectionLabel:before,.Equipa-module__GjGtBq__sectionLabel:after{content:"";background:var(--primary,#ff6b00);opacity:.5;border-radius:2px;width:32px;height:2px;display:block}.Equipa-module__GjGtBq__sectionIntro h2{color:#1c1917;margin-bottom:.7rem;font-family:Outfit,sans-serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;line-height:1.15}.Equipa-module__GjGtBq__sectionIntro p{color:#1c191794;max-width:520px;margin:0 auto;font-size:1rem;line-height:1.7}.Equipa-module__GjGtBq__filterBar{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.8rem;animation:.7s .25s both Equipa-module__GjGtBq__fadeUp;display:flex}.Equipa-module__GjGtBq__filterBtn{letter-spacing:.04em;color:#1c19178c;cursor:pointer;background:0 0;border:1.5px solid #1c19171f;border-radius:50px;padding:8px 20px;font-size:.78rem;font-weight:700;transition:all .22s}.Equipa-module__GjGtBq__filterBtn:hover{border-color:var(--primary,#ff6b00);color:var(--primary,#ff6b00);background:#ff6b000d}.Equipa-module__GjGtBq__filterBtnActive{background:var(--primary,#ff6b00);border-color:var(--primary,#ff6b00);color:#fff;box-shadow:0 4px 14px #ff6b0047}.Equipa-module__GjGtBq__statsBar{justify-content:center;gap:3rem;margin-bottom:3rem;animation:.7s .2s both Equipa-module__GjGtBq__fadeUp;display:flex}.Equipa-module__GjGtBq__statItem{text-align:center}.Equipa-module__GjGtBq__statNum{color:var(--primary,#ff6b00);font-family:Outfit,sans-serif;font-size:2rem;font-weight:800;line-height:1}.Equipa-module__GjGtBq__statLabel{color:#1c191780;text-transform:uppercase;letter-spacing:.08em;margin-top:4px;font-size:.72rem;font-weight:600}.Equipa-module__GjGtBq__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.Equipa-module__GjGtBq__card{background:#fff;border:1px solid #1c191714;border-radius:20px;flex-direction:column;transition:transform .32s cubic-bezier(.34,1.56,.64,1),box-shadow .32s,border-color .25s;animation:.6s both Equipa-module__GjGtBq__cardIn;display:flex;overflow:hidden;box-shadow:0 2px 12px #0000000d}@keyframes Equipa-module__GjGtBq__cardIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.Equipa-module__GjGtBq__card:hover{border-color:#ff6b004d;transform:translateY(-8px)scale(1.01);box-shadow:0 20px 48px #0000001a,0 4px 16px #ff6b0014}.Equipa-module__GjGtBq__imageWrapper{aspect-ratio:4/3;background:#f5f5f5;width:100%;position:relative;overflow:hidden}.Equipa-module__GjGtBq__image{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .5s}.Equipa-module__GjGtBq__card:hover .Equipa-module__GjGtBq__image{transform:scale(1.06)}.Equipa-module__GjGtBq__imageGradient{pointer-events:none;background:linear-gradient(#0000,#fffffff2);height:50%;position:absolute;bottom:0;left:0;right:0}.Equipa-module__GjGtBq__placeholderImage{background:linear-gradient(135deg,#f8f8f6 0%,#efe9e0 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Equipa-module__GjGtBq__placeholderInitials{background:var(--primary,#ff6b00);color:#fff;opacity:.85;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:800;display:flex}.Equipa-module__GjGtBq__cardContent{flex-direction:column;flex:1;gap:.45rem;padding:1.5rem 1.6rem 1.8rem;display:flex}.Equipa-module__GjGtBq__roleBadge{text-transform:uppercase;letter-spacing:.1em;border:1px solid;border-radius:50px;width:fit-content;padding:4px 12px;font-size:.65rem;font-weight:800;display:inline-block}.Equipa-module__GjGtBq__nameRow{align-items:center;gap:8px;margin-top:2px;display:flex}.Equipa-module__GjGtBq__name{color:#1c1917;margin:0;font-family:Outfit,sans-serif;font-size:1.18rem;font-weight:800;line-height:1.2}.Equipa-module__GjGtBq__department{color:#1c191773;margin:0;font-size:.74rem;font-weight:500;line-height:1.35}.Equipa-module__GjGtBq__divider{background:#1c191712;height:1px;margin:.5rem 0}.Equipa-module__GjGtBq__bioSection{margin-top:.1rem}.Equipa-module__GjGtBq__bioTruncated{color:#1c19178c;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.65;display:-webkit-box;overflow:hidden}.Equipa-module__GjGtBq__bioFull{color:#1c191799;margin:0;font-size:.82rem;line-height:1.65}.Equipa-module__GjGtBq__bioToggle{color:var(--primary,#ff6b00);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-top:5px;padding:4px 0;font-size:.75rem;font-weight:700;transition:opacity .2s;display:inline-flex}.Equipa-module__GjGtBq__bioToggle:hover{opacity:.7}.Equipa-module__GjGtBq__expertiseSection{margin-top:.7rem}.Equipa-module__GjGtBq__expertiseSection h4{color:#1c191766;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .5rem;font-size:.65rem;font-weight:700}.Equipa-module__GjGtBq__tags{flex-wrap:wrap;gap:.35rem;display:flex}.Equipa-module__GjGtBq__tag{color:var(--primary,#ff6b00);background:#ff6b0012;border:1px solid #ff6b0033;border-radius:4px;padding:4px 9px;font-size:.68rem;font-weight:600;transition:background .2s,border-color .2s}.Equipa-module__GjGtBq__tag:hover{background:#ff6b0021;border-color:#ff6b0066}.Equipa-module__GjGtBq__linkedinBtn{color:#0077b5;background:#0077b512;border:1.5px solid #0077b538;border-radius:8px;align-items:center;gap:7px;width:fit-content;margin-top:1rem;padding:8px 16px;font-size:.76rem;font-weight:700;text-decoration:none;transition:all .22s;display:inline-flex}.Equipa-module__GjGtBq__linkedinBtn:hover{color:#fff;background:#0077b5;border-color:#0077b5;transform:translateY(-1px)}.Equipa-module__GjGtBq__cardFooterCta{justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.Equipa-module__GjGtBq__loading{text-align:center;color:#1c191766;flex-direction:column;align-items:center;gap:1rem;padding:6rem 2rem;display:flex}.Equipa-module__GjGtBq__spinner{border:3px solid #ff6b0026;border-top-color:var(--primary,#ff6b00);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite Equipa-module__GjGtBq__spin}@keyframes Equipa-module__GjGtBq__spin{to{transform:rotate(360deg)}}.Equipa-module__GjGtBq__empty{text-align:center;color:#1c191759;flex-direction:column;align-items:center;gap:1rem;padding:6rem 2rem;font-size:1rem;display:flex}@media (max-width:900px){.Equipa-module__GjGtBq__statsBar{gap:2rem}}@media (max-width:640px){.Equipa-module__GjGtBq__grid{grid-template-columns:1fr 1fr;gap:1.2rem}.Equipa-module__GjGtBq__hero{height:55vh}.Equipa-module__GjGtBq__statsBar{flex-wrap:wrap;gap:1.5rem}}@media (max-width:420px){.Equipa-module__GjGtBq__grid{grid-template-columns:1fr}}
.Especialistas-module__hudCSa__main{color:#1a1a1a;background:#fff;min-height:100vh;font-family:Outfit,sans-serif}.Especialistas-module__hudCSa__hero{text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:520px;display:flex;position:relative;overflow:hidden}.Especialistas-module__hudCSa__heroOverlay{background:linear-gradient(135deg,#000000c7 0%,#0a0a0a99 50%,#ff6b002e 100%);position:absolute;inset:0}.Especialistas-module__hudCSa__heroContent{z-index:1;flex-direction:column;align-items:center;gap:1.1rem;max-width:760px;margin:0 auto;padding:6rem 1.5rem 4rem;display:flex;position:relative}.Especialistas-module__hudCSa__heroBadge{color:#ff6b00;text-transform:uppercase;letter-spacing:.1em;background:#ff6b0024;border:1px solid #ff6b0066;border-radius:50px;padding:.4rem 1.1rem;font-size:.72rem;font-weight:800}.Especialistas-module__hudCSa__heroContent h1{color:#fff;letter-spacing:-.02em;margin:0;font-size:clamp(2rem,5.5vw,3.2rem);font-weight:900;line-height:1.18}.Especialistas-module__hudCSa__heroAccent{background:linear-gradient(135deg,#ff6b00,#ffa040);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Especialistas-module__hudCSa__heroContent p{color:#ffffffb3;max-width:600px;margin:0;font-size:1.05rem;line-height:1.75}.Especialistas-module__hudCSa__heroCta{color:#fff;background:linear-gradient(135deg,#ff6b00,#ff8533);border-radius:50px;margin-top:.4rem;padding:.85rem 2rem;font-size:.95rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 18px #ff6b0066}.Especialistas-module__hudCSa__heroCta:hover{transform:translateY(-2px);box-shadow:0 8px 28px #ff6b008c}.Especialistas-module__hudCSa__wave{width:100%;height:48px;margin-top:-2px;display:block}.Especialistas-module__hudCSa__container{max-width:1120px;margin:0 auto;padding:0 1.5rem 5rem}.Especialistas-module__hudCSa__sectionIntro{text-align:center;padding:3.5rem 0 2.5rem}.Especialistas-module__hudCSa__sectionLabel{color:#ff6b00;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.75rem;font-size:.72rem;font-weight:800}.Especialistas-module__hudCSa__sectionIntro h2{color:#0a0a0a;letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:800}.Especialistas-module__hudCSa__sectionIntro p{color:#0009;max-width:620px;margin:0 auto;font-size:1rem;line-height:1.75}.Especialistas-module__hudCSa__statsBar{border-top:1px solid #00000012;border-bottom:1px solid #00000012;justify-content:center;gap:3rem;margin-bottom:2.5rem;padding:1.5rem 0 2.5rem;display:flex}.Especialistas-module__hudCSa__statItem{text-align:center}.Especialistas-module__hudCSa__statNum{color:#ff6b00;font-size:2rem;font-weight:900;line-height:1.1}.Especialistas-module__hudCSa__statLabel{color:#00000080;text-transform:uppercase;letter-spacing:.06em;margin-top:.2rem;font-size:.8rem;font-weight:600}.Especialistas-module__hudCSa__filterBar{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.Especialistas-module__hudCSa__filterBtn{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50px;padding:.55rem 1.2rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:600;transition:all .2s}.Especialistas-module__hudCSa__filterBtn:hover{color:#ff6b00;border-color:#ff6b0066}.Especialistas-module__hudCSa__filterBtnActive{box-shadow:0 3px 12px #ff6b0059;color:#fff!important;background:linear-gradient(135deg,#ff6b00,#ff8533)!important;border-color:#0000!important}.Especialistas-module__hudCSa__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}@media (max-width:680px){.Especialistas-module__hudCSa__grid{grid-template-columns:1fr}.Especialistas-module__hudCSa__statsBar{gap:1.5rem}}.Especialistas-module__hudCSa__card{background:#fff;border:1px solid #00000014;border-radius:22px;flex-direction:column;transition:all .3s cubic-bezier(.34,1.2,.64,1);animation:.5s both Especialistas-module__hudCSa__fadeSlideUp;display:flex;overflow:hidden;box-shadow:0 2px 14px #0000000d}.Especialistas-module__hudCSa__card:hover{border-color:#ff6b0059;transform:translateY(-5px);box-shadow:0 12px 32px #ff6b0024}@keyframes Especialistas-module__hudCSa__fadeSlideUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.Especialistas-module__hudCSa__imageWrapper{width:100%;height:200px;position:relative;overflow:hidden}.Especialistas-module__hudCSa__image{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .5s}.Especialistas-module__hudCSa__card:hover .Especialistas-module__hudCSa__image{transform:scale(1.04)}.Especialistas-module__hudCSa__placeholderImage{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Especialistas-module__hudCSa__placeholderInitials{color:#ff6b00;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:900}.Especialistas-module__hudCSa__imageGradient{background:linear-gradient(#0000 0%,#00000080 100%);height:60%;position:absolute;bottom:0;left:0;right:0}.Especialistas-module__hudCSa__cardContent{flex-direction:column;flex:1;gap:.65rem;padding:1.5rem;display:flex}.Especialistas-module__hudCSa__badges{flex-wrap:wrap;gap:.4rem;display:flex}.Especialistas-module__hudCSa__catBadge{color:#ff6b00;background:#ff6b001a;border:1px solid #ff6b004d;border-radius:50px;padding:.25rem .65rem;font-size:.7rem;font-weight:700}.Especialistas-module__hudCSa__countryBadge{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50px;padding:.25rem .65rem;font-size:.7rem;font-weight:600}.Especialistas-module__hudCSa__name{color:#0a0a0a;margin:0;font-size:1.05rem;font-weight:800;line-height:1.25}.Especialistas-module__hudCSa__role{color:#475569;margin:0;font-size:.82rem;font-weight:600;line-height:1.45}.Especialistas-module__hudCSa__department{color:#94a3b8;margin:0;font-size:.75rem;font-style:italic}.Especialistas-module__hudCSa__divider{background:#00000012;height:1px;margin:.2rem 0}.Especialistas-module__hudCSa__bioSection{flex-direction:column;gap:.3rem;display:flex}.Especialistas-module__hudCSa__bioFull{color:#000000a6;margin:0;font-size:.85rem;line-height:1.7}.Especialistas-module__hudCSa__bioTruncated{color:#000000a6;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.85rem;line-height:1.7;display:-webkit-box;overflow:hidden}.Especialistas-module__hudCSa__bioToggle{color:#ff6b00;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:Outfit,sans-serif;font-size:.78rem;font-weight:700}.Especialistas-module__hudCSa__expertiseSection{flex-direction:column;gap:.4rem;display:flex}.Especialistas-module__hudCSa__expertiseLabel{color:#0006;text-transform:uppercase;letter-spacing:.07em;font-size:.72rem;font-weight:700}.Especialistas-module__hudCSa__tags{flex-wrap:wrap;gap:.3rem;display:flex}.Especialistas-module__hudCSa__tag{color:#1a1a1a;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:.22rem .6rem;font-size:.72rem;font-weight:600}.Especialistas-module__hudCSa__tagMore{color:#ff6b00;background:#ff6b0014;border:1px solid #ff6b0040;border-radius:6px;padding:.22rem .6rem;font-size:.72rem;font-weight:700}.Especialistas-module__hudCSa__socialRow{flex-wrap:wrap;gap:.35rem;margin-top:.15rem;display:flex}.Especialistas-module__hudCSa__socialBtn{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.3rem .7rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .2s}.Especialistas-module__hudCSa__socialBtn:hover{opacity:.85;transform:translateY(-1px)}.Especialistas-module__hudCSa__mentorBtn{text-align:center;color:#fff;background:linear-gradient(135deg,#ff6b00,#ff8533);border-radius:50px;margin-top:auto;padding:.75rem 1.5rem;font-size:.88rem;font-weight:800;text-decoration:none;transition:all .3s;display:block;box-shadow:0 3px 12px #ff6b004d}.Especialistas-module__hudCSa__mentorBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b0073}.Especialistas-module__hudCSa__loading{color:#00000080;flex-direction:column;align-items:center;gap:1rem;padding:5rem;display:flex}.Especialistas-module__hudCSa__spinner{border:3px solid #ff6b0026;border-top-color:#ff6b00;border-radius:50%;width:40px;height:40px;animation:.9s linear infinite Especialistas-module__hudCSa__spin}@keyframes Especialistas-module__hudCSa__spin{to{transform:rotate(360deg)}}.Especialistas-module__hudCSa__empty{color:#0006;text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:5rem;display:flex}.Especialistas-module__hudCSa__joinSection{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);padding:5rem 1.5rem}.Especialistas-module__hudCSa__joinBox{text-align:center;flex-direction:column;align-items:center;gap:1.1rem;max-width:720px;margin:0 auto;display:flex}.Especialistas-module__hudCSa__joinBadge{color:#d4af37;text-transform:uppercase;letter-spacing:.1em;background:#d4af3724;border:1px solid #d4af3759;border-radius:50px;padding:.35rem 1rem;font-size:.7rem;font-weight:800}.Especialistas-module__hudCSa__joinBox h2{color:#fff;margin:0;font-size:clamp(1.5rem,3.5vw,2.1rem);font-weight:800;line-height:1.25}.Especialistas-module__hudCSa__joinBox p{color:#fff9;max-width:560px;margin:0;font-size:.97rem;line-height:1.75}.Especialistas-module__hudCSa__joinBtn{color:#fff;background:linear-gradient(135deg,#ff6b00,#ff8533);border-radius:50px;margin-top:.3rem;padding:.9rem 2rem;font-size:.95rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 20px #ff6b0066}.Especialistas-module__hudCSa__joinBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ff6b008c}
.EspecialistaDetalhe-module__2zBj6a__main{color:#0f172a;background:#f8fafc;min-height:100vh;padding-bottom:5rem}.EspecialistaDetalhe-module__2zBj6a__hero{background-position:50%;background-size:cover;align-items:flex-end;min-height:320px;padding:3rem 1.5rem 4rem;display:flex;position:relative}.EspecialistaDetalhe-module__2zBj6a__heroOverlay{background:linear-gradient(#0f172a66 0%,#0f172aeb 100%);position:absolute;inset:0}.EspecialistaDetalhe-module__2zBj6a__heroContainer{z-index:2;flex-wrap:wrap;align-items:flex-end;gap:2rem;width:100%;max-width:1100px;margin:0 auto;display:flex;position:relative}.EspecialistaDetalhe-module__2zBj6a__avatarWrapper{background:#0f172a;border:4px solid #fff;border-radius:24px;flex-shrink:0;width:140px;height:140px;position:relative;overflow:hidden;box-shadow:0 10px 25px #00000040}.EspecialistaDetalhe-module__2zBj6a__avatarImg{object-fit:cover;width:100%;height:100%}.EspecialistaDetalhe-module__2zBj6a__placeholderAvatar{color:#ff6b00;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);justify-content:center;align-items:center;width:100%;height:100%;font-family:Outfit,sans-serif;font-size:2.8rem;font-weight:800;display:flex}.EspecialistaDetalhe-module__2zBj6a__heroDetails{color:#fff;flex:1}.EspecialistaDetalhe-module__2zBj6a__badges{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.EspecialistaDetalhe-module__2zBj6a__catBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#ff6b00;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:800}.EspecialistaDetalhe-module__2zBj6a__countryBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff26;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:700}.EspecialistaDetalhe-module__2zBj6a__viewsBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff2e;border:1px solid #ffffff59;border-radius:20px;align-items:center;gap:4px;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.EspecialistaDetalhe-module__2zBj6a__name{color:#fff;margin:0 0 .4rem;font-family:Outfit,sans-serif;font-size:2.4rem;font-weight:800;line-height:1.1}.EspecialistaDetalhe-module__2zBj6a__role{color:#cbd5e1;margin:0 0 .3rem;font-size:1.1rem;font-weight:500}.EspecialistaDetalhe-module__2zBj6a__department{color:#94a3b8;margin:0;font-size:.9rem}.EspecialistaDetalhe-module__2zBj6a__contentContainer{grid-template-columns:2fr 1fr;gap:2rem;max-width:1100px;margin:2rem auto 0;padding:0 1.5rem;display:grid}@media (max-width:868px){.EspecialistaDetalhe-module__2zBj6a__contentContainer{grid-template-columns:1fr}}.EspecialistaDetalhe-module__2zBj6a__card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 20px #00000008}.EspecialistaDetalhe-module__2zBj6a__sectionTitle{color:#0f172a;align-items:center;gap:.5rem;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:800;display:flex}.EspecialistaDetalhe-module__2zBj6a__bioText{color:#334155;white-space:pre-line;font-size:1rem;line-height:1.8}.EspecialistaDetalhe-module__2zBj6a__tags{flex-wrap:wrap;gap:.6rem;display:flex}.EspecialistaDetalhe-module__2zBj6a__tag{color:#0f172a;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:20px;padding:6px 14px;font-size:.85rem;font-weight:600}.EspecialistaDetalhe-module__2zBj6a__socialList{flex-direction:column;gap:.75rem;display:flex}.EspecialistaDetalhe-module__2zBj6a__socialBtn{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.75rem;padding:.8rem 1.2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.EspecialistaDetalhe-module__2zBj6a__socialBtn:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px)}.EspecialistaDetalhe-module__2zBj6a__ctaBtnPrimary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b00 0%,#ea580c 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1rem;font-weight:800;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 6px 20px #ff6b004d}.EspecialistaDetalhe-module__2zBj6a__ctaBtnPrimary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ff6b0066}.EspecialistaDetalhe-module__2zBj6a__shareBtn{color:#0f172a;cursor:pointer;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.75rem;padding:.85rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.EspecialistaDetalhe-module__2zBj6a__shareBtn:hover{background:#e2e8f0}.EspecialistaDetalhe-module__2zBj6a__copiedToast{color:#fff;text-align:center;background:#10b981;border-radius:20px;margin-top:.5rem;padding:8px 16px;font-size:.8rem;font-weight:700}.EspecialistaDetalhe-module__2zBj6a__backLink{color:#64748b;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-flex}.EspecialistaDetalhe-module__2zBj6a__backLink:hover{color:#ff6b00}
.EventosPublic-module__HmuGGa__eventosPage{color:#fff;background:#000;min-height:100vh;padding-top:80px}.EventosPublic-module__HmuGGa__container{max-width:1200px;margin:0 auto;padding:0 2rem}.EventosPublic-module__HmuGGa__hero{text-align:center;background-color:#0000;background-image:linear-gradient(#000000bf 0%,#0a0a0af2 100%),url(/articles/gala.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-bottom:1px solid #ffffff14;padding:160px 0 100px}.EventosPublic-module__HmuGGa__hero h1{margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,8vw,4.2rem);font-weight:800}.EventosPublic-module__HmuGGa__hero p{color:#fff9;max-width:800px;margin:0 auto 2rem;font-size:1.2rem;line-height:1.6}.EventosPublic-module__HmuGGa__section{padding:60px 0 80px}.EventosPublic-module__HmuGGa__typeTabs{border-bottom:1px solid #ffffff0f;justify-content:center;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:1rem;display:flex}.EventosPublic-module__HmuGGa__typeTabBtn{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:.5rem 1.5rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;transition:all .2s;position:relative}.EventosPublic-module__HmuGGa__typeTabBtn:hover{color:#fff}.EventosPublic-module__HmuGGa__activeTypeTab{color:var(--primary)!important}.EventosPublic-module__HmuGGa__activeTypeTab:after{content:"";background:var(--primary);height:3px;box-shadow:0 0 10px var(--primary);border-radius:10px;position:absolute;bottom:-1.05rem;left:0;right:0}.EventosPublic-module__HmuGGa__filters{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.EventosPublic-module__HmuGGa__filterBtn{color:#fff9;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:50px;padding:.55rem 1.25rem;font-size:.88rem;transition:all .2s}.EventosPublic-module__HmuGGa__filterBtn:hover{color:#fff;background:#ffffff0d;border-color:#fff3}.EventosPublic-module__HmuGGa__activeFilterBtn{font-weight:600;background:var(--primary)!important;color:#111!important;border-color:var(--primary)!important}.EventosPublic-module__HmuGGa__eventsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,360px));justify-content:center;gap:2rem;display:grid}.EventosPublic-module__HmuGGa__eventCard{background:#1212128c;border:1px solid #ffffff0f;border-radius:24px;flex-direction:column;width:100%;transition:all .3s;display:flex;overflow:hidden}.EventosPublic-module__HmuGGa__eventCard:hover{border-color:#d4af3740;transform:translateY(-6px);box-shadow:0 15px 40px #0006}.EventosPublic-module__HmuGGa__imgWrapper{background:#ffffff05;width:100%;height:200px;position:relative;overflow:hidden}.EventosPublic-module__HmuGGa__eventImg{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s}.EventosPublic-module__HmuGGa__eventCard:hover .EventosPublic-module__HmuGGa__eventImg{transform:scale(1.05)}.EventosPublic-module__HmuGGa__categoryBadge{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:var(--primary);text-transform:uppercase;background:#000000b3;border:1px solid #d4af374d;border-radius:50px;padding:4px 12px;font-size:.7rem;font-weight:700;position:absolute;top:1rem;left:1rem}.EventosPublic-module__HmuGGa__dateBadge{text-align:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#141414d9;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;align-items:center;min-width:54px;padding:.4rem .8rem;display:flex;position:absolute;top:1rem;right:1rem}.EventosPublic-module__HmuGGa__dateDay{color:#fff;font-size:1.25rem;font-weight:800;line-height:1.1}.EventosPublic-module__HmuGGa__dateMonth{text-transform:uppercase;color:var(--primary);letter-spacing:.05em;font-size:.65rem;font-weight:700}.EventosPublic-module__HmuGGa__cardContent{flex-direction:column;flex:1;gap:1rem;padding:1.75rem;display:flex}.EventosPublic-module__HmuGGa__cardContent h3{color:#fff;margin:0;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:700;line-height:1.4}.EventosPublic-module__HmuGGa__eventDesc{color:#ffffffa6;flex:1;margin:0;font-size:.9rem;line-height:1.6}.EventosPublic-module__HmuGGa__cardMeta{color:#ffffff73;border-top:1px solid #ffffff0d;flex-direction:column;gap:.5rem;padding-top:.75rem;font-size:.8rem;display:flex}.EventosPublic-module__HmuGGa__metaItem{align-items:center;gap:.4rem;display:flex}.EventosPublic-module__HmuGGa__metaItem strong{color:#ffffffd9}.EventosPublic-module__HmuGGa__cardFooter{justify-content:flex-end;gap:.5rem;display:flex}.EventosPublic-module__HmuGGa__empty{text-align:center;color:#ffffff80;background:#ffffff03;border:1px solid #ffffff08;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;padding:5rem 2rem;display:flex}.EventosPublic-module__HmuGGa__empty span{font-size:3.5rem}.EventosPublic-module__HmuGGa__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000d1;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out EventosPublic-module__HmuGGa__fadeIn;display:flex;position:fixed;inset:0}.EventosPublic-module__HmuGGa__modalContent{background:#0f0f0feb;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:650px;max-height:90vh;padding:2.5rem;animation:.3s cubic-bezier(.16,1,.3,1) EventosPublic-module__HmuGGa__scaleUp;position:relative;overflow-y:auto;box-shadow:0 20px 50px #00000080}.EventosPublic-module__HmuGGa__closeModalBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:absolute;top:1.25rem;right:1.25rem}.EventosPublic-module__HmuGGa__closeModalBtn:hover{background:#ffffff26}.EventosPublic-module__HmuGGa__modalHeader{margin-bottom:1.5rem}.EventosPublic-module__HmuGGa__modalHeader h2{color:#fff;margin:.5rem 0 0;font-family:Outfit,sans-serif;font-size:1.75rem;line-height:1.3}.EventosPublic-module__HmuGGa__modalImg{object-fit:cover;object-position:center;border:1px solid #ffffff14;border-radius:16px;width:100%;height:250px;margin-bottom:1.5rem}.EventosPublic-module__HmuGGa__modalDescription{color:#fffc;white-space:pre-line;margin-bottom:2rem;font-size:.98rem;line-height:1.7}.EventosPublic-module__HmuGGa__modalFooter{border-top:1px solid #ffffff14;justify-content:flex-end;gap:1rem;padding-top:1.5rem;display:flex}@keyframes EventosPublic-module__HmuGGa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes EventosPublic-module__HmuGGa__scaleUp{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.EventosPublic-module__HmuGGa__hero h1{font-size:2.2rem}.EventosPublic-module__HmuGGa__typeTabs{gap:.5rem}.EventosPublic-module__HmuGGa__typeTabBtn{padding:.5rem .75rem;font-size:1rem}.EventosPublic-module__HmuGGa__modalContent{padding:1.5rem}.EventosPublic-module__HmuGGa__modalFooter{flex-direction:column-reverse}.EventosPublic-module__HmuGGa__modalFooter button,.EventosPublic-module__HmuGGa__modalFooter a{text-align:center;width:100%}}
.GaleriaPublic-module__iI278q__galeriaPage{color:#fff;background:#000;min-height:100vh;padding-top:80px}.GaleriaPublic-module__iI278q__container{max-width:1200px;margin:0 auto;padding:0 2rem}.GaleriaPublic-module__iI278q__hero{text-align:center;background-color:#0000;background-image:linear-gradient(#000000bf 0%,#0a0a0af2 100%),url(/partners_hero.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-bottom:1px solid #ffffff14;padding:160px 0 100px}.GaleriaPublic-module__iI278q__hero h1{margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,8vw,4.2rem);font-weight:800}.GaleriaPublic-module__iI278q__hero p{color:#fff9;max-width:800px;margin:0 auto;font-size:1.2rem;line-height:1.6}.GaleriaPublic-module__iI278q__tabs{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3.5rem;padding-bottom:1.25rem;display:flex}.GaleriaPublic-module__iI278q__tabBtn{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:.5rem 1.5rem;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700;transition:all .2s;position:relative}.GaleriaPublic-module__iI278q__tabBtn:hover{color:#fff}.GaleriaPublic-module__iI278q__activeTabBtn{color:var(--primary)!important}.GaleriaPublic-module__iI278q__activeTabBtn:after{content:"";background:var(--primary);height:3px;box-shadow:0 0 10px var(--primary);border-radius:10px;position:absolute;bottom:-1.3rem;left:0;right:0}.GaleriaPublic-module__iI278q__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding-bottom:6rem;display:grid}.GaleriaPublic-module__iI278q__photoCard{cursor:pointer;background:#ffffff03;border:1px solid #ffffff0d;border-radius:20px;transition:all .3s;position:relative;overflow:hidden}.GaleriaPublic-module__iI278q__photoCard:hover{border-color:#d4af374d;transform:scale(1.02)}.GaleriaPublic-module__iI278q__photoWrapper{aspect-ratio:1;position:relative}.GaleriaPublic-module__iI278q__photoWrapper img{object-fit:cover;object-position:top;width:100%;height:100%}.GaleriaPublic-module__iI278q__photoOverlay{opacity:0;background:linear-gradient(#0000 0%,#000c 100%);flex-direction:column;justify-content:flex-end;padding:1.25rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.GaleriaPublic-module__iI278q__photoCard:hover .GaleriaPublic-module__iI278q__photoOverlay{opacity:1}.GaleriaPublic-module__iI278q__photoOverlay h4{color:#fff;margin:0 0 .25rem;font-family:Outfit,sans-serif;font-size:1.05rem}.GaleriaPublic-module__iI278q__photoOverlay span{color:#fff9;font-size:.75rem}.GaleriaPublic-module__iI278q__videoCard{background:#12121299;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.GaleriaPublic-module__iI278q__videoCard:hover{border-color:#d4af3740;transform:translateY(-4px)}.GaleriaPublic-module__iI278q__videoEmbedWrapper{background:#000;height:0;padding-bottom:56.25%;position:relative}.GaleriaPublic-module__iI278q__videoEmbedWrapper iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.GaleriaPublic-module__iI278q__videoInfo{flex:1;padding:1.25rem}.GaleriaPublic-module__iI278q__videoInfo h4{color:#fff;margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:1.1rem;line-height:1.4}.GaleriaPublic-module__iI278q__videoInfo p{color:#ffffff8c;margin:0;font-size:.82rem;line-height:1.5}.GaleriaPublic-module__iI278q__podcastCard{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:22px;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.GaleriaPublic-module__iI278q__podcastCard:hover{background:#ffffff08;border-color:#d4af3733}.GaleriaPublic-module__iI278q__podcastCover{border:1px solid #ffffff1a;border-radius:16px;width:120px;height:120px;overflow:hidden}.GaleriaPublic-module__iI278q__podcastCover img{object-fit:cover;width:100%;height:100%}.GaleriaPublic-module__iI278q__podcastTitle{margin:0;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.GaleriaPublic-module__iI278q__podcastDesc{color:#ffffff80;margin:0;font-size:.8rem;line-height:1.5}.GaleriaPublic-module__iI278q__audioPlayer{width:100%;margin-top:.5rem}.GaleriaPublic-module__iI278q__audioPlaceholder{justify-content:center;width:100%;padding-top:.5rem;display:flex}.GaleriaPublic-module__iI278q__podcastBtn{padding:8px 16px;font-size:.82rem;text-decoration:none}.GaleriaPublic-module__iI278q__pubCard{text-align:center;background:#ffffff03;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem;transition:all .3s;display:flex}.GaleriaPublic-module__iI278q__pubCard:hover{background:#ffffff08;border-color:#ffffff1f}.GaleriaPublic-module__iI278q__pdfIcon{color:#e74c3c;background:#e74c3c1a;border:1px solid #e74c3c2e;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;font-size:2.2rem;display:flex}.GaleriaPublic-module__iI278q__pubCard h4{color:#fff;margin:0;font-family:Outfit,sans-serif;font-size:1.1rem;line-height:1.4}.GaleriaPublic-module__iI278q__pubCard p{color:#ffffff80;margin:0;font-size:.8rem;line-height:1.5}.GaleriaPublic-module__iI278q__lightboxOverlay{z-index:1000;background:#000000f2;justify-content:center;align-items:center;padding:2rem;animation:.2s ease-out GaleriaPublic-module__iI278q__fadeIn;display:flex;position:fixed;inset:0}.GaleriaPublic-module__iI278q__lightboxContent{flex-direction:column;align-items:center;gap:1rem;max-width:90vw;max-height:80vh;display:flex;position:relative}.GaleriaPublic-module__iI278q__lightboxImg{object-fit:contain;border:1px solid #ffffff1a;border-radius:8px;max-width:100%;max-height:70vh;box-shadow:0 10px 40px #000c}.GaleriaPublic-module__iI278q__lightboxCaption{text-align:center}.GaleriaPublic-module__iI278q__lightboxCaption h3{margin:0 0 .25rem;font-family:Outfit,sans-serif;font-size:1.25rem}.GaleriaPublic-module__iI278q__lightboxCaption p{color:#fff9;margin:0;font-size:.88rem}.GaleriaPublic-module__iI278q__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem;position:absolute;top:-2.5rem;right:0}.GaleriaPublic-module__iI278q__empty{text-align:center;color:#ffffff80;flex-direction:column;grid-column:1/-1;align-items:center;gap:1rem;padding:5rem 2rem;display:flex}.GaleriaPublic-module__iI278q__empty span{font-size:3rem}@keyframes GaleriaPublic-module__iI278q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes GaleriaPublic-module__iI278q__scaleUp{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
.ImpactoPublic-module__GSlcnG__impactoPage{color:#fff;background:#000;min-height:100vh;padding-top:80px}.ImpactoPublic-module__GSlcnG__container{max-width:1200px;margin:0 auto;padding:0 2rem}.ImpactoPublic-module__GSlcnG__hero{text-align:center;background-color:#0000;background-image:linear-gradient(#000000bf 0%,#0a0a0af2 100%),url(/mission_team.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-bottom:1px solid #ffffff14;padding:160px 0 100px}.ImpactoPublic-module__GSlcnG__hero h1{margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,8vw,4.2rem);font-weight:800}.ImpactoPublic-module__GSlcnG__hero p{color:#fff9;max-width:800px;margin:0 auto 2rem;font-size:1.2rem;line-height:1.6}.ImpactoPublic-module__GSlcnG__section{border-top:1px solid #ffffff0f;padding:80px 0}.ImpactoPublic-module__GSlcnG__sectionTitle{text-align:center;color:#fff;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:2.2rem}.ImpactoPublic-module__GSlcnG__sectionSubtitle{color:#ffffff80;text-align:center;max-width:600px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;font-size:1.05rem}.ImpactoPublic-module__GSlcnG__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;display:grid}.ImpactoPublic-module__GSlcnG__statCard{text-align:center;background:#ffffff05;border:1px solid #ffffff0f;border-radius:24px;padding:3rem 2rem;transition:all .3s;position:relative;overflow:hidden}.ImpactoPublic-module__GSlcnG__statCard:hover{background:#d4af3708;border-color:#d4af374d;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.ImpactoPublic-module__GSlcnG__statValue{color:var(--primary);margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:3rem;font-weight:800}.ImpactoPublic-module__GSlcnG__statLabel{color:#ffffffb3;font-size:1rem;font-weight:500}.ImpactoPublic-module__GSlcnG__casesGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.ImpactoPublic-module__GSlcnG__caseCard{background:#14141499;border:1px solid #ffffff0f;border-radius:24px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.ImpactoPublic-module__GSlcnG__caseCard:hover{border-color:#d4af3740;transform:translateY(-6px);box-shadow:0 12px 40px #0006}.ImpactoPublic-module__GSlcnG__caseImgWrapper{background:#111;height:220px;position:relative;overflow:hidden}.ImpactoPublic-module__GSlcnG__caseImg{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ImpactoPublic-module__GSlcnG__caseCard:hover .ImpactoPublic-module__GSlcnG__caseImg{transform:scale(1.05)}.ImpactoPublic-module__GSlcnG__caseCategory{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:var(--primary);text-transform:uppercase;background:#000000b3;border:1px solid #d4af374d;border-radius:50px;padding:4px 12px;font-size:.72rem;font-weight:700;position:absolute;top:1rem;left:1rem}.ImpactoPublic-module__GSlcnG__caseContent{flex-direction:column;flex:1;gap:1rem;padding:1.75rem;display:flex}.ImpactoPublic-module__GSlcnG__caseContent h3{color:#fff;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.4}.ImpactoPublic-module__GSlcnG__caseDesc{color:#fff9;flex:1;font-size:.9rem;line-height:1.6}.ImpactoPublic-module__GSlcnG__caseMetric{border-left:3px solid var(--primary);color:var(--primary);background:#d4af3714;border-radius:0 10px 10px 0;padding:.75rem 1rem;font-size:.85rem;font-weight:600}.ImpactoPublic-module__GSlcnG__caseFooter{justify-content:flex-end;display:flex}.ImpactoPublic-module__GSlcnG__reportsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.ImpactoPublic-module__GSlcnG__reportCard{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;padding:2rem;transition:all .3s;display:flex}.ImpactoPublic-module__GSlcnG__reportCard:hover{background:#ffffff0a;border-color:#ffffff26}.ImpactoPublic-module__GSlcnG__pdfIcon{color:#e74c3c;background:#e74c3c1a;border:1px solid #e74c3c33;border-radius:18px;justify-content:center;align-items:center;width:70px;height:70px;font-size:2.5rem;display:flex}.ImpactoPublic-module__GSlcnG__reportCard h4{color:#fff;margin:0;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600}.ImpactoPublic-module__GSlcnG__reportYear{color:#fff9;background:#ffffff0f;border-radius:30px;padding:2px 10px;font-size:.78rem;font-weight:600}.ImpactoPublic-module__GSlcnG__filters{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.ImpactoPublic-module__GSlcnG__filterBtn{color:#fff9;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:50px;padding:.6rem 1.4rem;font-size:.9rem;font-weight:500;transition:all .2s}.ImpactoPublic-module__GSlcnG__filterBtn:hover{color:#fff;background:#ffffff0f;border-color:#fff3}.ImpactoPublic-module__GSlcnG__activeFilterBtn{font-weight:600;box-shadow:0 4px 15px #d4af3740;background:var(--primary)!important;color:#111!important;border-color:var(--primary)!important}.ImpactoPublic-module__GSlcnG__companiesGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.ImpactoPublic-module__GSlcnG__companyCard{background:#ffffff05;border:1px solid #ffffff0f;border-radius:22px;flex-direction:column;gap:1rem;padding:2rem;transition:all .3s;display:flex}.ImpactoPublic-module__GSlcnG__companyCard:hover{background:#ffffff08;border-color:#d4af3733;transform:translateY(-4px)}.ImpactoPublic-module__GSlcnG__companyLogo{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;display:flex;overflow:hidden}.ImpactoPublic-module__GSlcnG__companyLogo img{object-fit:cover;width:100%;height:100%}.ImpactoPublic-module__GSlcnG__companyHeader{justify-content:space-between;align-items:flex-start;display:flex}.ImpactoPublic-module__GSlcnG__companyType{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;background:#d4af371a;border:1px solid #d4af3733;border-radius:30px;padding:3px 10px;font-size:.68rem;font-weight:700}.ImpactoPublic-module__GSlcnG__companyInfo h4{color:#fff;margin:.25rem 0 .5rem;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700}.ImpactoPublic-module__GSlcnG__companyMeta{color:#ffffff80;gap:.75rem;font-size:.75rem;display:flex}.ImpactoPublic-module__GSlcnG__companyMeta span{align-items:center;gap:.25rem;display:flex}.ImpactoPublic-module__GSlcnG__companyDesc{color:#fff9;flex:1;margin:0;font-size:.88rem;line-height:1.6}.ImpactoPublic-module__GSlcnG__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out ImpactoPublic-module__GSlcnG__fadeIn;display:flex;position:fixed;inset:0}.ImpactoPublic-module__GSlcnG__modalContent{background:#0f0f0fe6;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:650px;padding:2.5rem;animation:.3s cubic-bezier(.16,1,.3,1) ImpactoPublic-module__GSlcnG__scaleUp;position:relative;box-shadow:0 20px 50px #00000080}.ImpactoPublic-module__GSlcnG__closeModalBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:absolute;top:1.25rem;right:1.25rem}.ImpactoPublic-module__GSlcnG__closeModalBtn:hover{background:#ffffff26}.ImpactoPublic-module__GSlcnG__modalHeader{margin-bottom:1.5rem}.ImpactoPublic-module__GSlcnG__modalHeader h2{color:#fff;margin:.5rem 0 0;font-family:Outfit,sans-serif;font-size:1.6rem}.ImpactoPublic-module__GSlcnG__modalImg{object-fit:cover;border:1px solid #ffffff14;border-radius:16px;width:100%;height:250px;margin-bottom:1.5rem}.ImpactoPublic-module__GSlcnG__modalDescription{color:#fffc;white-space:pre-line;font-size:.95rem;line-height:1.7}@keyframes ImpactoPublic-module__GSlcnG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ImpactoPublic-module__GSlcnG__scaleUp{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.ImpactoPublic-module__GSlcnG__hero h1{font-size:2.2rem}.ImpactoPublic-module__GSlcnG__modalContent{padding:1.5rem}.ImpactoPublic-module__GSlcnG__statCard{padding:2rem 1.5rem}}
.Incubacao-module__5wW4yW__incubacaoPage{padding-top:80px}.Incubacao-module__5wW4yW__header{text-align:center;background-color:#0000;background-image:linear-gradient(#000000bf 0%,#0a0a0af2 100%),url(/hero_entrepreneurs.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-bottom:1px solid #ffffff14;padding:160px 2rem 100px}.Incubacao-module__5wW4yW__header h1{margin-bottom:1rem;font-size:clamp(2.5rem,8vw,4rem)}.Incubacao-module__5wW4yW__header p{color:#fff9;max-width:800px;margin:0 auto;font-size:1.2rem}.Incubacao-module__5wW4yW__container{max-width:1200px;margin:0 auto}.Incubacao-module__5wW4yW__sectionTitle{text-align:center;margin-bottom:3rem;font-size:2rem}.Incubacao-module__5wW4yW__programs{padding:80px 2rem}.Incubacao-module__5wW4yW__grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;display:grid}.Incubacao-module__5wW4yW__programCard{border-radius:30px;flex-direction:column;gap:1.5rem;padding:3rem;display:flex}.Incubacao-module__5wW4yW__cardHeader{justify-content:space-between;align-items:center;display:flex}.Incubacao-module__5wW4yW__phaseBadge{color:var(--primary);border:1px solid var(--primary);background:#d4af371a;border-radius:50px;padding:4px 12px;font-size:.8rem;font-weight:700}.Incubacao-module__5wW4yW__desc{color:#475569;line-height:1.7}.Incubacao-module__5wW4yW__meta{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.Incubacao-module__5wW4yW__meta span{opacity:.8;font-weight:600}.Incubacao-module__5wW4yW__mentors{background:#d4af3705;padding:80px 2rem 120px}.Incubacao-module__5wW4yW__mentorGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Incubacao-module__5wW4yW__mentorCard{text-align:center;border-radius:24px;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem;display:flex}.Incubacao-module__5wW4yW__mentorAvatar{background:var(--gradient-gold);border-radius:50%;width:100px;height:100px;margin-bottom:1rem}@media (max-width:768px){.Incubacao-module__5wW4yW__grid{grid-template-columns:1fr}}.Incubacao-module__5wW4yW__criteria{background:var(--background);padding:80px 2rem}.Incubacao-module__5wW4yW__criteriaTitle{text-align:center;color:var(--foreground);margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:2.2rem}.Incubacao-module__5wW4yW__criteriaSubtitle{color:#64748b;text-align:center;max-width:750px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.Incubacao-module__5wW4yW__criteriaGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.Incubacao-module__5wW4yW__criteriaCard{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;gap:1rem;padding:2.5rem 2rem;transition:all .3s;display:flex;box-shadow:0 4px 20px #00000008}.Incubacao-module__5wW4yW__criteriaCard:hover{border-color:var(--primary);background:#fff;transform:translateY(-5px);box-shadow:0 10px 30px #ff6b0014}.Incubacao-module__5wW4yW__criteriaIcon{background:#fff2ef;border:1px solid #ff6b0033;border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.8rem;display:flex}.Incubacao-module__5wW4yW__criteriaCard h4{color:#0f172a;margin:0;font-family:Outfit,sans-serif;font-size:1.15rem}.Incubacao-module__5wW4yW__criteriaCard p{color:#475569;margin:0;font-size:.95rem;line-height:1.6}.Incubacao-module__5wW4yW__modalOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:1.5rem;animation:.25s ease-out Incubacao-module__5wW4yW__fadeIn;display:flex;position:fixed;inset:0}.Incubacao-module__5wW4yW__modalContent{background:#141414d9;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:900px;max-height:90vh;padding:2.5rem;animation:.3s cubic-bezier(.16,1,.3,1) Incubacao-module__5wW4yW__scaleUp;position:relative;overflow-y:auto;box-shadow:0 20px 50px #00000080}.Incubacao-module__5wW4yW__closeModalBtn{color:#fff;cursor:pointer;z-index:10;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.Incubacao-module__5wW4yW__closeModalBtn:hover{background:#ffffff26;transform:scale(1.05)}.Incubacao-module__5wW4yW__modalHeader{margin-bottom:2rem}.Incubacao-module__5wW4yW__modalHeader h2{margin-top:.5rem;margin-bottom:0;font-family:Outfit,sans-serif;font-size:2rem}.Incubacao-module__5wW4yW__badgeGroup{align-items:center;gap:.5rem;display:flex}.Incubacao-module__5wW4yW__modalPhase{color:var(--primary);text-transform:uppercase;background:#d4af3726;border:1px solid #d4af374d;border-radius:30px;padding:4px 12px;font-size:.75rem;font-weight:700}.Incubacao-module__5wW4yW__modalDuration{color:#fffc;background:#ffffff0f;border-radius:30px;padding:4px 12px;font-size:.75rem;font-weight:600}.Incubacao-module__5wW4yW__modalBodyGrid{grid-template-columns:1.2fr .8fr;gap:2.5rem;margin-bottom:2rem;display:grid}.Incubacao-module__5wW4yW__modalSection{margin-bottom:1.75rem}.Incubacao-module__5wW4yW__modalSection h4{color:var(--primary);margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600}.Incubacao-module__5wW4yW__modalDescription{color:#fffc;white-space:pre-line;font-size:.95rem;line-height:1.7}.Incubacao-module__5wW4yW__detailList{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.Incubacao-module__5wW4yW__detailList li{color:#ffffffbf;padding-left:1.25rem;font-size:.9rem;line-height:1.5;position:relative}.Incubacao-module__5wW4yW__detailList li:before{content:"•";color:var(--primary);font-size:1.2rem;position:absolute;top:-1px;left:0}.Incubacao-module__5wW4yW__investBlock{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;padding:1rem}.Incubacao-module__5wW4yW__investBlock p{color:#fffc;margin:0 0 .5rem;font-size:.9rem}.Incubacao-module__5wW4yW__investBlock p:last-child{margin-bottom:0}.Incubacao-module__5wW4yW__modalFooter{border-top:1px solid #ffffff14;justify-content:flex-end;gap:1rem;padding-top:1.5rem;display:flex}.Incubacao-module__5wW4yW__formField{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.Incubacao-module__5wW4yW__formGridRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Incubacao-module__5wW4yW__formField label{color:#fffc;font-size:.8rem;font-weight:600}.Incubacao-module__5wW4yW__labelHint{color:#fff6;margin-top:-.2rem;font-size:.7rem}.Incubacao-module__5wW4yW__formField input,.Incubacao-module__5wW4yW__formField textarea{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;outline:none;padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;transition:all .2s}.Incubacao-module__5wW4yW__formField input:focus,.Incubacao-module__5wW4yW__formField textarea:focus{border-color:var(--primary);background:#ffffff14}.Incubacao-module__5wW4yW__formActions{border-top:1px solid #ffffff14;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.Incubacao-module__5wW4yW__errorMsg{color:#e74c3c;background:#e74c3c1a;border:1px solid #e74c3c33;border-radius:8px;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.85rem}.Incubacao-module__5wW4yW__successScreen{text-align:center;flex-direction:column;align-items:center;padding:3rem 1rem;display:flex}.Incubacao-module__5wW4yW__successIcon{color:#2e8b57;background:#2e8b571a;border:2px solid #2e8b57;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;font-size:2rem;animation:.4s cubic-bezier(.175,.885,.32,1.275) Incubacao-module__5wW4yW__scalePop;display:flex}.Incubacao-module__5wW4yW__successScreen h4{color:#fff;margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:1.4rem}.Incubacao-module__5wW4yW__successScreen p{color:#fff9;max-width:400px;margin:0 auto;font-size:.95rem;line-height:1.5}@keyframes Incubacao-module__5wW4yW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Incubacao-module__5wW4yW__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes Incubacao-module__5wW4yW__scalePop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.Incubacao-module__5wW4yW__modalContent{padding:1.5rem}.Incubacao-module__5wW4yW__modalBodyGrid{grid-template-columns:1fr;gap:1.5rem}.Incubacao-module__5wW4yW__formGridRow{grid-template-columns:1fr}.Incubacao-module__5wW4yW__modalFooter,.Incubacao-module__5wW4yW__formActions{flex-direction:column;gap:.75rem}.Incubacao-module__5wW4yW__modalFooter button,.Incubacao-module__5wW4yW__formActions button{width:100%}}
