.Navbar-module__cJzEcG__navbar{z-index:1000;background:#fff;border-bottom:1px solid #eaeaea;align-items:center;width:100%;height:80px;display:flex;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;gap:8px;text-decoration:none;transition:transform .2s;display:flex}.Navbar-module__cJzEcG__logoImg{object-fit:contain;width:auto;height:42px;transition:transform .2s}.Navbar-module__cJzEcG__logo:hover .Navbar-module__cJzEcG__logoImg{transform:scale(1.05)}.Navbar-module__cJzEcG__brandText{flex-direction:column;line-height:1.1;display:flex}.Navbar-module__cJzEcG__abn{color:#1c1917;letter-spacing:-.01em;text-transform:uppercase;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:900}.Navbar-module__cJzEcG__network{color:var(--secondary);letter-spacing:.08em;text-transform:uppercase;font-family:Outfit,sans-serif;font-size:.65rem;font-weight:700}.Navbar-module__cJzEcG__links{white-space:nowrap;gap:2rem;display:flex}.Navbar-module__cJzEcG__links a{color:#1c1917;text-transform:uppercase;letter-spacing:.08em;padding-bottom:6px;font-size:.85rem;font-weight:700;position:relative}.Navbar-module__cJzEcG__links a:after{content:"";background:linear-gradient(90deg, var(--primary), var(--secondary));height:2px;animation:3.5s ease-in-out infinite alternate Navbar-module__cJzEcG__movingLine;position:absolute;bottom:0;left:0}.Navbar-module__cJzEcG__links a:hover{color:var(--primary)}.Navbar-module__cJzEcG__links a:hover:after{background:var(--primary);transition:width .3s,background .3s;animation-play-state:paused;width:100%!important;left:0!important}@keyframes Navbar-module__cJzEcG__movingLine{0%{width:20%;left:0}50%{width:50%;left:30%}to{width:20%;left:80%}}.Navbar-module__cJzEcG__actions{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__userBadgeInline{align-items:center;gap:.8rem;display:flex}.Navbar-module__cJzEcG__userGreeting{color:#0f172a;font-size:.82rem;font-weight:700}.Navbar-module__cJzEcG__dashboardBtn{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#ff6b00 0%,#ff8c3a 100%);border-radius:8px;align-items:center;gap:4px;padding:7px 14px;font-size:.78rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #ff6b0033}.Navbar-module__cJzEcG__dashboardBtn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #ff6b004d}.Navbar-module__cJzEcG__login{color:#1c1917;text-transform:uppercase;letter-spacing:.08em;background:0 0;border:1px solid #00000026;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:.82rem;font-weight:700;transition:all .2s;display:inline-flex}.Navbar-module__cJzEcG__login:hover{color:var(--primary);border-color:var(--primary);background:#d4af370d}.Navbar-module__cJzEcG__whatsapp{color:var(--secondary);border:1px solid var(--secondary);text-transform:uppercase;letter-spacing:.08em;padding:8px 16px;font-size:.8rem;font-weight:700;transition:all .2s}.Navbar-module__cJzEcG__whatsapp:hover{background:var(--secondary);color:#fff}.Navbar-module__cJzEcG__navbarBtn{text-transform:uppercase;letter-spacing:.08em;white-space:nowrap!important;border-radius:0!important;padding:10px 20px!important;font-size:.8rem!important;line-height:1!important}.Navbar-module__cJzEcG__hamburger{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:4px;transition:background .2s;display:none}.Navbar-module__cJzEcG__hamburger:hover{background:var(--alpha-bg-8)}.Navbar-module__cJzEcG__hamburger span{background:var(--foreground);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.Navbar-module__cJzEcG__hamburgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__cJzEcG__hamburgerOpen span:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__cJzEcG__hamburgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cJzEcG__overlay{z-index:1100;opacity:0;pointer-events:none;visibility:hidden;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.Navbar-module__cJzEcG__overlayVisible{opacity:1;pointer-events:auto;visibility:visible}.Navbar-module__cJzEcG__drawer{background:var(--card-bg);border-right:1px solid var(--card-border);z-index:1200;-webkit-overflow-scrolling:touch;flex-direction:column;gap:1.5rem;width:280px;height:100vh;padding:1.5rem;transition:transform .35s cubic-bezier(.4,0,.2,1);display:none;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 30px #0000001f}.Navbar-module__cJzEcG__drawerOpen{transform:translate(0)!important}.Navbar-module__cJzEcG__drawerHeader{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;padding-bottom:1.5rem;display:flex}.Navbar-module__cJzEcG__closeBtn{background:var(--alpha-bg-5);border:1px solid var(--card-border);color:var(--foreground);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:all .2s;display:flex}.Navbar-module__cJzEcG__closeBtn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.Navbar-module__cJzEcG__drawerNav{flex-direction:column;flex:1;gap:.25rem;display:flex}.Navbar-module__cJzEcG__drawerNav a{color:var(--foreground);border-left:3px solid #0000;border-radius:10px;padding:.9rem 1rem;font-size:1rem;font-weight:500;transition:all .2s}.Navbar-module__cJzEcG__drawerNav a:hover{background:var(--alpha-bg-5);color:var(--primary);border-left-color:var(--primary)}.Navbar-module__cJzEcG__drawerActions{border-top:1px solid var(--card-border);flex-direction:column;gap:.75rem;padding-top:1.5rem;display:flex}.Navbar-module__cJzEcG__drawerLogin{text-align:center;border:1px solid var(--primary);text-transform:uppercase;letter-spacing:.05em;background:0 0;border-radius:10px;padding:.75rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s;color:var(--primary)!important}.Navbar-module__cJzEcG__drawerLogin:hover{background:#d4af370d}@media (max-width:1200px){.Navbar-module__cJzEcG__links{gap:1rem}.Navbar-module__cJzEcG__links a,.Navbar-module__cJzEcG__dropdownTrigger{font-size:.78rem}}@media (max-width:992px){.Navbar-module__cJzEcG__links,.Navbar-module__cJzEcG__whatsapp{display:none}.Navbar-module__cJzEcG__dashboardBtn{display:none!important}.Navbar-module__cJzEcG__login{border-color:var(--primary);color:var(--primary);padding:6px 12px;font-size:.78rem;display:inline-flex}.Navbar-module__cJzEcG__actions>a:last-child{display:none}.Navbar-module__cJzEcG__hamburger{display:flex}.Navbar-module__cJzEcG__overlay{display:block}.Navbar-module__cJzEcG__drawer{display:flex}.Navbar-module__cJzEcG__container{padding:0 1.25rem}.Navbar-module__cJzEcG__network,.Navbar-module__cJzEcG__divider{display:none}}@media (max-width:480px){.Navbar-module__cJzEcG__container{padding:0 1rem}}.Navbar-module__cJzEcG__dropdown{display:inline-block;position:relative}.Navbar-module__cJzEcG__dropdownTrigger{color:#1c1917;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;align-items:center;gap:4px;padding-bottom:6px;font-size:.85rem;font-weight:700;display:flex}.Navbar-module__cJzEcG__arrow{font-size:.6rem;transition:transform .3s;display:inline-block}.Navbar-module__cJzEcG__dropdown:hover .Navbar-module__cJzEcG__arrow{transform:rotate(180deg)}.Navbar-module__cJzEcG__dropdownMenu{z-index:1000;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #eaeaea;border-radius:12px;min-width:200px;padding:.75rem 0;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 25px #00000014}.Navbar-module__cJzEcG__dropdown:hover .Navbar-module__cJzEcG__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Navbar-module__cJzEcG__dropdownMenu a{color:#1c1917!important;text-transform:none!important;letter-spacing:normal!important;border-bottom:none!important;padding:.75rem 1.5rem!important;font-size:.85rem!important;font-weight:600!important;text-decoration:none!important;transition:all .2s!important;display:block!important}.Navbar-module__cJzEcG__dropdownMenu a:after{display:none!important}.Navbar-module__cJzEcG__dropdownMenu a:hover{color:var(--primary)!important;background:#d4af3714!important;padding-left:1.75rem!important}.Navbar-module__cJzEcG__drawerSectionTitle{text-transform:uppercase;letter-spacing:.08em;color:#fff6;border-top:1px solid var(--card-border);margin-top:.5rem;padding:1rem 1rem .5rem;font-size:.75rem;font-weight:700}.Navbar-module__cJzEcG__drawerHubsList{flex-direction:column;gap:.25rem;padding-left:.5rem;display:flex}.Navbar-module__cJzEcG__drawerHubLink{color:var(--foreground)!important;padding:.75rem 1rem!important;font-size:.9rem!important;font-weight:600!important;transition:all .2s!important}.Navbar-module__cJzEcG__drawerHubLink:hover{color:var(--primary)!important;background:var(--alpha-bg-5)!important}.Navbar-module__cJzEcG__divider{background:#eaeaea;height:1px;margin:.5rem 0}.Navbar-module__cJzEcG__dropdownHeader{text-transform:uppercase;color:#999;letter-spacing:.06em;padding:.4rem 1.5rem .25rem;font-size:.72rem;font-weight:800}
.LanguageSelector-module__V7wBFG__container{position:relative}.LanguageSelector-module__V7wBFG__trigger{background:var(--alpha-bg-5);border:1px solid var(--alpha-border-10);color:var(--foreground);cursor:pointer;border-radius:12px;align-items:center;gap:.6rem;padding:8px 14px;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.LanguageSelector-module__V7wBFG__trigger:hover{background:var(--alpha-bg-10);border-color:var(--primary)}.LanguageSelector-module__V7wBFG__flagIcon{justify-content:center;align-items:center;display:flex}.LanguageSelector-module__V7wBFG__shortName{opacity:.9}.LanguageSelector-module__V7wBFG__arrow{opacity:.5;font-size:.6rem;transition:transform .3s}.LanguageSelector-module__V7wBFG__arrowUp{transform:rotate(180deg)}.LanguageSelector-module__V7wBFG__dropdown{background:var(--card-bg);border:1px solid var(--card-border);z-index:1000;border-radius:14px;flex-direction:column;min-width:160px;padding:6px;animation:.2s ease-out LanguageSelector-module__V7wBFG__slideDown;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 30px #00000014}@keyframes LanguageSelector-module__V7wBFG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.LanguageSelector-module__V7wBFG__option{color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:.8rem;padding:10px 12px;font-family:Inter,sans-serif;font-size:.9rem;transition:all .2s;display:flex}.LanguageSelector-module__V7wBFG__option:hover{color:var(--primary);background:#b8860b1a}.LanguageSelector-module__V7wBFG__activeOption{color:var(--primary);background:#d4af370d;font-weight:600}.LanguageSelector-module__V7wBFG__fullName{flex:1}.LanguageSelector-module__V7wBFG__check{color:var(--primary);font-size:.8rem}@media (max-width:600px){.LanguageSelector-module__V7wBFG__dropdown{left:-50px;right:auto}}
.Services-module__dpHhBa__section{background:var(--background);padding:100px 2rem;position:relative;overflow:hidden}.Services-module__dpHhBa__container{max-width:1200px;margin:0 auto}.Services-module__dpHhBa__header{text-align:center;margin-bottom:4rem}.Services-module__dpHhBa__badge{color:var(--primary);text-transform:uppercase;letter-spacing:.15em;background:#b8860b1a;border:1px solid #b8860b33;border-radius:50px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.Services-module__dpHhBa__title{color:var(--foreground);margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,5vw,3rem)}.Services-module__dpHhBa__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.Services-module__dpHhBa__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.Services-module__dpHhBa__card{background:var(--card-bg,#fff);border:1px solid #b8860b14;border-radius:24px;flex-direction:column;gap:1.5rem;padding:2.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 35px #00000008}.Services-module__dpHhBa__card:hover{border-color:#b8860b4d;transform:translateY(-8px);box-shadow:0 20px 45px #b8860b14}.Services-module__dpHhBa__cardHeader{justify-content:space-between;align-items:center;display:flex}.Services-module__dpHhBa__category{color:var(--secondary);text-transform:uppercase;letter-spacing:.1em;background:#1b5e200f;border-radius:50px;align-items:center;padding:6px 14px;font-size:.72rem;font-weight:700;display:inline-flex}.Services-module__dpHhBa__dot{background:#2e7d32;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #2e7d3299}.Services-module__dpHhBa__serviceName{color:var(--foreground);font-family:Outfit,sans-serif;font-size:1.45rem;font-weight:700;line-height:1.3}.Services-module__dpHhBa__description{color:var(--text-muted);flex:1;font-size:.95rem;line-height:1.6}.Services-module__dpHhBa__footer{border-top:1px solid #b8860b0f;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1.5rem;display:flex}.Services-module__dpHhBa__price{color:var(--primary);font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800}.Services-module__dpHhBa__btn{border:2px solid var(--primary);color:var(--primary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:12px;padding:8px 18px;font-size:.85rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1)}.Services-module__dpHhBa__btn:hover{background:var(--gradient-gold);color:#000;border-color:#0000;transform:translateY(-2px);box-shadow:0 8px 20px #b8860b40}.Services-module__dpHhBa__more{text-align:center;margin-top:4rem}@media (max-width:768px){.Services-module__dpHhBa__section{padding:60px 1.25rem}.Services-module__dpHhBa__grid{grid-template-columns:1fr}.Services-module__dpHhBa__header{margin-bottom:2.5rem}.Services-module__dpHhBa__card{padding:1.5rem}}.Services-module__dpHhBa__modalOverlay{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.Services-module__dpHhBa__modalContent{background:var(--card-bg,#fff);border-radius:20px;width:100%;max-width:500px;padding:2.5rem;animation:.3s cubic-bezier(.16,1,.3,1) Services-module__dpHhBa__modalFadeIn;position:relative;box-shadow:0 25px 50px #00000040}@keyframes Services-module__dpHhBa__modalFadeIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.Services-module__dpHhBa__closeBtn{color:var(--foreground,#111);cursor:pointer;background:#0000001a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.5rem;transition:background .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Services-module__dpHhBa__closeBtn:hover{background:#0003}.Services-module__dpHhBa__modalTitle{color:var(--foreground,#111);margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.8rem}.Services-module__dpHhBa__modalSubtitle{color:var(--text-muted,#666);margin-bottom:2rem;font-size:.95rem}.Services-module__dpHhBa__modalSubtitle strong{color:var(--primary,#d4af37)}.Services-module__dpHhBa__modalForm{flex-direction:column;gap:1.25rem;display:flex}.Services-module__dpHhBa__formGroup{flex-direction:column;gap:.5rem;display:flex}.Services-module__dpHhBa__formGroup label{color:var(--foreground,#111);font-size:.85rem;font-weight:600}.Services-module__dpHhBa__formGroup input{border:1px solid var(--alpha-border-10,#ccc);background:var(--alpha-bg-3,#f9f9f9);color:var(--foreground,#111);border-radius:10px;padding:.85rem 1rem;font-family:inherit;font-size:.95rem}.Services-module__dpHhBa__formGroup input:focus{border-color:var(--primary,#d4af37);outline:none}.Services-module__dpHhBa__successMessage{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;display:flex}.Services-module__dpHhBa__successIconWrapper{margin-bottom:.5rem}.Services-module__dpHhBa__checkmark{stroke-width:3px;width:72px;height:72px}.Services-module__dpHhBa__checkmarkCircle{stroke:var(--primary,#d4af37);stroke-dasharray:166;stroke-dashoffset:166px;stroke-linecap:round;animation:.6s cubic-bezier(.65,0,.45,1) forwards Services-module__dpHhBa__stroke}.Services-module__dpHhBa__checkmarkCheck{stroke:var(--primary,#d4af37);stroke-dasharray:48;stroke-dashoffset:48px;stroke-linecap:round;animation:.3s cubic-bezier(.65,0,.45,1) .5s forwards Services-module__dpHhBa__stroke}@keyframes Services-module__dpHhBa__stroke{to{stroke-dashoffset:0}}.Services-module__dpHhBa__successMessage h4{color:var(--foreground,#111);font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}.Services-module__dpHhBa__successMessage p{color:var(--text-muted,#666);max-width:340px;font-size:.95rem;line-height:1.6}.Services-module__dpHhBa__successCloseBtn{background:var(--gradient-gold,linear-gradient(135deg, #d4af37, #b8860b));color:#000;cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:1rem;padding:.9rem;font-size:.95rem;font-weight:700;transition:opacity .2s}.Services-module__dpHhBa__successCloseBtn:hover{opacity:.9}.Services-module__dpHhBa__errorMessage{color:#e74c3c;text-align:center;background:#e74c3c1a;border:1px solid #e74c3c33;border-radius:8px;padding:.8rem;font-size:.9rem}@media (max-width:480px){.Services-module__dpHhBa__section{padding:50px 1rem}}.Services-module__dpHhBa__formGroup textarea,.Services-module__dpHhBa__selectInput{border:1px solid var(--alpha-border-10,#ccc);background:var(--alpha-bg-3,#f9f9f9);color:var(--foreground,#111);border-radius:10px;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.95rem}.Services-module__dpHhBa__formGroup textarea:focus,.Services-module__dpHhBa__selectInput:focus{border-color:var(--primary,#d4af37);outline:none}.Services-module__dpHhBa__stepIndicator{background:var(--alpha-bg-3,#f9f9f9);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:.75rem 1.25rem;font-size:.9rem;display:flex}.Services-module__dpHhBa__stepIndicator span{color:var(--text-muted,#666);font-weight:500;transition:color .3s}.Services-module__dpHhBa__stepIndicator .Services-module__dpHhBa__activeStep{color:var(--primary,#d4af37);font-weight:700}.Services-module__dpHhBa__stepLine{background:var(--alpha-border-10,#ccc);flex:1;height:2px;margin:0 1rem}
.HomeOpportunities-module__IPONha__section{background:#000;border-top:1px solid #ffffff0d;padding:5rem 2rem}.HomeOpportunities-module__IPONha__container{max-width:1200px;margin:0 auto}.HomeOpportunities-module__IPONha__header{text-align:center;margin-bottom:3rem}.HomeOpportunities-module__IPONha__badge{text-transform:uppercase;letter-spacing:.14em;color:#2ecc71;background:#2ecc7114;border:1px solid #2ecc7140;border-radius:50px;margin-bottom:1.25rem;padding:.3rem 1rem;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:700;display:inline-block}.HomeOpportunities-module__IPONha__title{color:#fff;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.HomeOpportunities-module__IPONha__subtitle{color:#ffffff8c;max-width:560px;margin:0 auto;font-size:1rem;line-height:1.7}.HomeOpportunities-module__IPONha__list{flex-direction:column;gap:1rem;display:flex}.HomeOpportunities-module__IPONha__item{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:1.5rem;padding:1.5rem 2rem;transition:border-color .2s,transform .2s;display:flex}.HomeOpportunities-module__IPONha__iconBox{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;display:flex}.HomeOpportunities-module__IPONha__content{flex:1;min-width:0}.HomeOpportunities-module__IPONha__metaRow{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.HomeOpportunities-module__IPONha__catBadge{text-transform:uppercase;letter-spacing:.08em;border-radius:50px;padding:.2rem .65rem;font-family:Outfit,sans-serif;font-size:.68rem;font-weight:700}.HomeOpportunities-module__IPONha__location{color:#fff6;font-size:.78rem}.HomeOpportunities-module__IPONha__itemTitle{color:#fff;margin:0 0 .35rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700}.HomeOpportunities-module__IPONha__itemDesc{color:#ffffff8c;margin:0;font-size:.875rem;line-height:1.6}.HomeOpportunities-module__IPONha__actionBox{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.5rem;display:flex}.HomeOpportunities-module__IPONha__amount{white-space:nowrap;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700}.HomeOpportunities-module__IPONha__applyLinkBtn,.HomeOpportunities-module__IPONha__moreLinkBtn{white-space:nowrap;border-radius:50px;padding:.5rem 1.25rem;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-block}.HomeOpportunities-module__IPONha__applyLinkBtn:hover,.HomeOpportunities-module__IPONha__moreLinkBtn:hover{transform:translateY(-1px)}.HomeOpportunities-module__IPONha__moreLinkBtn{color:#ffffffb3;background:#ffffff12;border:1px solid #ffffff1f;font-weight:600}.HomeOpportunities-module__IPONha__footer{text-align:center;margin-top:3rem}.HomeOpportunities-module__IPONha__ctaBtn{color:#2ecc71;background:0 0;border:1.5px solid #2ecc7166;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}.HomeOpportunities-module__IPONha__ctaBtn:hover{background:#2ecc7114;border-color:#2ecc71;transform:translateY(-2px)}@media (max-width:768px){.HomeOpportunities-module__IPONha__section{padding:3.5rem 1.25rem}.HomeOpportunities-module__IPONha__item{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem}.HomeOpportunities-module__IPONha__iconBox{align-self:center}.HomeOpportunities-module__IPONha__metaRow{justify-content:center}.HomeOpportunities-module__IPONha__actionBox{border-top:1px solid #ffffff0f;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:.5rem;padding-top:.85rem}}
.HomeEvents-module__x_FZaG__section{background:linear-gradient(#0f0f0f 0%,#0a0a0a 100%);border-top:1px solid #ffffff0d;padding:5rem 2rem}.HomeEvents-module__x_FZaG__container{max-width:1200px;margin:0 auto}.HomeEvents-module__x_FZaG__header{text-align:center;margin-bottom:3rem}.HomeEvents-module__x_FZaG__badge{text-transform:uppercase;letter-spacing:.14em;color:#3498db;background:#3498db14;border:1px solid #3498db40;border-radius:50px;margin-bottom:1.25rem;padding:.3rem 1rem;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:700;display:inline-block}.HomeEvents-module__x_FZaG__title{color:#fff;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.HomeEvents-module__x_FZaG__subtitle{color:#ffffff8c;max-width:560px;margin:0 auto;font-size:1rem;line-height:1.7}.HomeEvents-module__x_FZaG__grid{grid-template-columns:repeat(auto-fit,minmax(280px,360px));justify-content:center;gap:1.5rem;display:grid}.HomeEvents-module__x_FZaG__card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;width:100%;transition:border-color .3s,transform .3s;display:flex;overflow:hidden}.HomeEvents-module__x_FZaG__card:hover{border-color:#3498db66;transform:translateY(-4px)}.HomeEvents-module__x_FZaG__imageBox{width:100%;height:190px;position:relative;overflow:hidden}.HomeEvents-module__x_FZaG__image{object-fit:cover;object-position:center;width:100%;height:100%}.HomeEvents-module__x_FZaG__catTag{text-transform:uppercase;color:#3498db;background:#0a0a0ad9;border:1px solid #3498db4d;border-radius:50px;padding:.25rem .75rem;font-family:Outfit,sans-serif;font-size:.68rem;font-weight:700;position:absolute;top:12px;left:12px}.HomeEvents-module__x_FZaG__body{flex-direction:column;flex-grow:1;gap:.75rem;padding:1.25rem;display:flex}.HomeEvents-module__x_FZaG__dateRow{color:#3498db;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;display:flex}.HomeEvents-module__x_FZaG__cardTitle{color:#fff;margin:0;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700;line-height:1.35}.HomeEvents-module__x_FZaG__cardDesc{color:#fff9;flex-grow:1;margin:0;font-size:.875rem;line-height:1.6}.HomeEvents-module__x_FZaG__cardFooter{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:.85rem;display:flex}.HomeEvents-module__x_FZaG__location{color:#fff6;font-size:.78rem}.HomeEvents-module__x_FZaG__detailsBtn{color:#3498db;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700;text-decoration:none}.HomeEvents-module__x_FZaG__footer{text-align:center;margin-top:3rem}.HomeEvents-module__x_FZaG__ctaBtn{color:#3498db;background:0 0;border:1.5px solid #3498db66;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}.HomeEvents-module__x_FZaG__ctaBtn:hover{background:#3498db14;border-color:#3498db;transform:translateY(-2px)}@media (max-width:640px){.HomeEvents-module__x_FZaG__section{padding:3.5rem 1.25rem}.HomeEvents-module__x_FZaG__grid{grid-template-columns:1fr}.HomeEvents-module__x_FZaG__body{text-align:center;align-items:center}.HomeEvents-module__x_FZaG__dateRow{justify-content:center}.HomeEvents-module__x_FZaG__cardFooter{flex-direction:column;align-items:center;gap:.5rem;width:100%}}
.Articles-module__LkBp8a__section{background-color:var(--pink-bg);width:100%;padding:100px 2rem;position:relative;overflow:hidden}.Articles-module__LkBp8a__container{max-width:1200px;margin:0 auto}.Articles-module__LkBp8a__sectionHeader{justify-content:space-between;align-items:flex-end;width:100%;margin-bottom:4rem;display:flex}.Articles-module__LkBp8a__sectionTitle{color:#1c1917;margin:0;font-family:Outfit,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1}.Articles-module__LkBp8a__headerBtn{white-space:nowrap;border-radius:0!important;padding:10px 20px!important;font-size:.8rem!important}.Articles-module__LkBp8a__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.Articles-module__LkBp8a__card{background:#fff;border-radius:4px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000a}.Articles-module__LkBp8a__card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.Articles-module__LkBp8a__imageWrapper{width:100%;height:220px;position:relative;overflow:hidden}.Articles-module__LkBp8a__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Articles-module__LkBp8a__card:hover .Articles-module__LkBp8a__image{transform:scale(1.03)}.Articles-module__LkBp8a__typeBadge{text-transform:uppercase;letter-spacing:.08em;color:#fff;z-index:2;border-radius:0;padding:8px 16px;font-size:.7rem;font-weight:800;position:absolute;top:0;left:0}.Articles-module__LkBp8a__badgeNews{background-color:var(--secondary)}.Articles-module__LkBp8a__badgePhotos{background-color:#c22026}.Articles-module__LkBp8a__badgeArticle{background-color:var(--accent)}.Articles-module__LkBp8a__content{flex-direction:column;flex:1;padding:2rem;display:flex}.Articles-module__LkBp8a__locationWrapper{margin-bottom:.5rem}.Articles-module__LkBp8a__location{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.Articles-module__LkBp8a__articleTitle{color:#1c1917;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:800;line-height:1.4;display:-webkit-box;overflow:hidden}.Articles-module__LkBp8a__date{color:var(--text-subtle);margin-bottom:1rem;font-size:.8rem;font-weight:600;display:block}.Articles-module__LkBp8a__desc{color:#555;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:1.5rem;font-size:.92rem;line-height:1.6;display:-webkit-box;overflow:hidden}.Articles-module__LkBp8a__readMoreBtn{color:#1c1917;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;border-bottom:2px solid var(--primary);background:0 0;align-self:flex-start;align-items:center;gap:.5rem;padding:0 0 2px;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700;transition:opacity .2s;display:inline-flex}.Articles-module__LkBp8a__readMoreBtn:hover{opacity:.7}.Articles-module__LkBp8a__modalOverlay{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.Articles-module__LkBp8a__modalContent{background:#fff;border-radius:4px;width:100%;max-width:800px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) Articles-module__LkBp8a__modalFadeIn;position:relative;overflow-y:auto;box-shadow:0 25px 50px #00000040}@keyframes Articles-module__LkBp8a__modalFadeIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.Articles-module__LkBp8a__closeBtn{color:#fff;cursor:pointer;z-index:10;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.5rem;transition:background .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Articles-module__LkBp8a__closeBtn:hover{background:#000c}.Articles-module__LkBp8a__modalImg{object-fit:cover;background-color:#f5f5f5;border-bottom:1px solid #eaeaea;width:100%;height:auto;max-height:400px}.Articles-module__LkBp8a__modalBody{padding:3rem}.Articles-module__LkBp8a__modalTitle{color:#111;margin:.5rem 0 1rem;font-family:Outfit,sans-serif;font-size:2rem;line-height:1.3}.Articles-module__LkBp8a__modalText{color:#444;white-space:pre-wrap;margin-top:1.5rem;font-size:1.05rem;line-height:1.8}@media (max-width:992px){.Articles-module__LkBp8a__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.Articles-module__LkBp8a__section{padding:60px 1.5rem}.Articles-module__LkBp8a__sectionHeader{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:3rem}.Articles-module__LkBp8a__grid{grid-template-columns:1fr;gap:2.5rem}.Articles-module__LkBp8a__imageWrapper{height:200px}.Articles-module__LkBp8a__modalOverlay{padding:1rem}.Articles-module__LkBp8a__modalImg{max-height:250px}.Articles-module__LkBp8a__modalBody{padding:1.5rem}.Articles-module__LkBp8a__modalTitle{font-size:1.5rem}}
.HomeTeam-module__duvl_q__section{background:#fff;padding:6rem 0 5rem;position:relative;overflow:hidden}.HomeTeam-module__duvl_q__section:before{content:"";pointer-events:none;background:radial-gradient(circle,#ff6b000f 0%,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute;top:-120px;right:-120px}.HomeTeam-module__duvl_q__section:after{content:"";pointer-events:none;background:radial-gradient(circle,#2a4fa60d 0%,#0000 70%);border-radius:50%;width:360px;height:360px;position:absolute;bottom:-80px;left:-100px}.HomeTeam-module__duvl_q__container{max-width:1240px;margin:0 auto;padding:0 1.5rem}.HomeTeam-module__duvl_q__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:3rem;display:flex}.HomeTeam-module__duvl_q__sectionLabel{text-transform:uppercase;letter-spacing:.16em;color:var(--primary,#ff6b00);align-items:center;gap:8px;margin-bottom:.7rem;font-size:.7rem;font-weight:800;display:inline-flex}.HomeTeam-module__duvl_q__sectionLabel:before,.HomeTeam-module__duvl_q__sectionLabel:after{content:"";background:var(--primary,#ff6b00);opacity:.45;border-radius:2px;width:28px;height:2px;display:block}.HomeTeam-module__duvl_q__headerLeft h2{color:#1c1917;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:clamp(1.8rem,3.5vw,2.7rem);font-weight:800;line-height:1.1}.HomeTeam-module__duvl_q__headerLeft p{color:#1c19178c;max-width:440px;font-size:.95rem;line-height:1.7}.HomeTeam-module__duvl_q__headerActions{align-items:center;gap:1rem;display:flex}.HomeTeam-module__duvl_q__navBtn{color:#1c1917;cursor:pointer;background:#fff;border:1.5px solid #1c191726;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;transition:all .22s;display:flex;box-shadow:0 2px 8px #0000000a}.HomeTeam-module__duvl_q__navBtn:hover{background:var(--primary,#ff6b00);border-color:var(--primary,#ff6b00);color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #ff6b0047}.HomeTeam-module__duvl_q__viewAllBtn{color:#1c1917;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;background:0 0;border:1.5px solid #1c191726;border-radius:50px;align-items:center;gap:8px;padding:11px 24px;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .22s;display:inline-flex}.HomeTeam-module__duvl_q__viewAllBtn:hover{background:var(--primary,#ff6b00);border-color:var(--primary,#ff6b00);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #ff6b0040}.HomeTeam-module__duvl_q__viewAllArrow{transition:transform .22s;display:inline-block}.HomeTeam-module__duvl_q__viewAllBtn:hover .HomeTeam-module__duvl_q__viewAllArrow{transform:translate(4px)}.HomeTeam-module__duvl_q__carouselContainer{position:relative;overflow:hidden}.HomeTeam-module__duvl_q__grid{grid-template-columns:repeat(4,1fr);gap:1.6rem;transition:opacity .35s,transform .35s;display:grid}.HomeTeam-module__duvl_q__card{background:#fff;border:1px solid #1c191714;border-radius:18px;flex-direction:column;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,border-color .25s;display:flex;overflow:hidden;box-shadow:0 2px 10px #0000000a}.HomeTeam-module__duvl_q__card:hover{border-color:#ff6b0047;transform:translateY(-8px)scale(1.015);box-shadow:0 18px 44px #00000017,0 4px 14px #ff6b0014}.HomeTeam-module__duvl_q__imageWrapper{aspect-ratio:3/3.5;background:#f5f4f2;width:100%;position:relative;overflow:hidden}.HomeTeam-module__duvl_q__image{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .5s}.HomeTeam-module__duvl_q__card:hover .HomeTeam-module__duvl_q__image{transform:scale(1.06)}.HomeTeam-module__duvl_q__imageGradient{pointer-events:none;background:linear-gradient(#0000 0%,#fff 100%);height:55%;position:absolute;bottom:0;left:0;right:0}.HomeTeam-module__duvl_q__placeholder{background:linear-gradient(135deg,#f8f6f2 0%,#ede8df 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.HomeTeam-module__duvl_q__initials{background:linear-gradient(135deg, var(--primary,#ff6b00) 0%, #ff8c3a 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;font-family:Outfit,sans-serif;font-size:1.7rem;font-weight:800;display:flex;box-shadow:0 8px 24px #ff6b004d}.HomeTeam-module__duvl_q__cardContent{flex-direction:column;flex:1;gap:.3rem;padding:1.2rem 1.4rem 1.5rem;display:flex}.HomeTeam-module__duvl_q__roleBadge{text-transform:uppercase;letter-spacing:.1em;border:1px solid;border-radius:50px;width:fit-content;padding:3px 10px;font-size:.62rem;font-weight:800}.HomeTeam-module__duvl_q__name{color:#1c1917;margin:0;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:800;line-height:1.25}.HomeTeam-module__duvl_q__dept{color:#1c19176b;margin-top:1px;font-size:.7rem;font-weight:500;line-height:1.3}.HomeTeam-module__duvl_q__divider{background:#1c191712;height:1px;margin:.55rem 0 .4rem}.HomeTeam-module__duvl_q__tags{flex-wrap:wrap;gap:.3rem;display:flex}.HomeTeam-module__duvl_q__tag{color:var(--primary,#ff6b00);background:#ff6b0012;border:1px solid #ff6b002e;border-radius:4px;padding:3px 8px;font-size:.63rem;font-weight:600}.HomeTeam-module__duvl_q__dotsContainer{justify-content:center;align-items:center;gap:.5rem;margin-top:2.2rem;display:flex}.HomeTeam-module__duvl_q__dot{cursor:pointer;background:#1c191726;border:none;border-radius:50%;width:10px;height:10px;transition:all .25s}.HomeTeam-module__duvl_q__dotActive{background:var(--primary,#ff6b00);border-radius:10px;width:28px;box-shadow:0 2px 10px #ff6b004d}.HomeTeam-module__duvl_q__ctaStrip{background:linear-gradient(135deg,#fff8f4 0%,#fff4ed 100%);border:1px solid #ff6b001f;border-radius:20px;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-top:3rem;padding:2.4rem 2rem;display:flex}.HomeTeam-module__duvl_q__ctaStrip p{color:#1c1917;margin:0;font-size:1.05rem;font-weight:600}.HomeTeam-module__duvl_q__ctaStrip span{color:var(--primary,#ff6b00)}.HomeTeam-module__duvl_q__ctaLink{background:var(--primary,#ff6b00);color:#fff;text-transform:uppercase;letter-spacing:.08em;border-radius:8px;align-items:center;gap:8px;padding:12px 28px;font-size:.82rem;font-weight:800;text-decoration:none;transition:all .22s;display:inline-flex;box-shadow:0 4px 16px #ff6b0047}.HomeTeam-module__duvl_q__ctaLink:hover{background:#e05e00;transform:translateY(-2px);box-shadow:0 8px 24px #ff6b0061}.HomeTeam-module__duvl_q__skeletonCard{background:#f8f7f5;border:1px solid #1c19170f;border-radius:18px;overflow:hidden}.HomeTeam-module__duvl_q__skeletonImg{aspect-ratio:3/3.5;background:linear-gradient(90deg,#eeece8 25%,#e4e2de 50%,#eeece8 75%) 0 0/200% 100%;width:100%;animation:1.4s infinite HomeTeam-module__duvl_q__shimmer}.HomeTeam-module__duvl_q__skeletonBody{flex-direction:column;gap:.6rem;padding:1.2rem 1.4rem;display:flex}.HomeTeam-module__duvl_q__skeletonLine{background:linear-gradient(90deg,#eeece8 25%,#e4e2de 50%,#eeece8 75%) 0 0/200% 100%;border-radius:6px;height:12px;animation:1.4s infinite HomeTeam-module__duvl_q__shimmer}@keyframes HomeTeam-module__duvl_q__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1100px){.HomeTeam-module__duvl_q__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.HomeTeam-module__duvl_q__grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.HomeTeam-module__duvl_q__header{flex-direction:column;align-items:flex-start;gap:1.2rem}.HomeTeam-module__duvl_q__ctaStrip{text-align:center;flex-direction:column;gap:1rem}}@media (max-width:480px){.HomeTeam-module__duvl_q__grid{grid-template-columns:1fr;gap:1rem}.HomeTeam-module__duvl_q__section{padding:4rem 0}}
.Courses-module__y86bqq__section{background-color:#f8fafc;border-top:1px solid #0000000d;padding:5rem 2rem}.Courses-module__y86bqq__container{max-width:1200px;margin:0 auto}.Courses-module__y86bqq__header{text-align:center;margin-bottom:3rem}.Courses-module__y86bqq__badgeHeader{text-transform:uppercase;letter-spacing:.14em;color:#ff6b00;background:#ff6b0014;border:1px solid #ff6b0040;border-radius:50px;margin-bottom:1rem;padding:.3rem 1rem;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:700;display:inline-block}.Courses-module__y86bqq__header h2{color:#0f172a;margin:0 0 .8rem;font-family:Outfit,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800}.Courses-module__y86bqq__header p{color:#64748b;max-width:650px;margin:0 auto;font-size:1rem;line-height:1.6}.Courses-module__y86bqq__grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.75rem;display:grid}.Courses-module__y86bqq__card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 16px #0f172a0a}.Courses-module__y86bqq__card:hover{border-color:#ff6b0066;transform:translateY(-5px);box-shadow:0 12px 30px #ff6b001f}.Courses-module__y86bqq__imageContainer{background:#0f172a;width:100%;height:170px;position:relative;overflow:hidden}.Courses-module__y86bqq__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .4s}.Courses-module__y86bqq__card:hover .Courses-module__y86bqq__cardImage{transform:scale(1.06)}.Courses-module__y86bqq__imageOverlay{background:linear-gradient(#0f172a33 0%,#0f172abf 100%);position:absolute;inset:0}.Courses-module__y86bqq__badgeTopLeft{text-transform:uppercase;letter-spacing:.05em;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;background:#0f172abf;border:1px solid #fff3;border-radius:20px;padding:4px 10px;font-size:.68rem;font-weight:800;position:absolute;top:12px;left:12px}.Courses-module__y86bqq__priceTopRight{z-index:2;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:800;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #0003}.Courses-module__y86bqq__free{color:#fff;background:#10b981}.Courses-module__y86bqq__paid{color:#fff;background:#ff6b00}.Courses-module__y86bqq__placeholderBanner{color:#94a3b8;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;display:flex}.Courses-module__y86bqq__cardContent{flex-direction:column;flex:1;gap:.6rem;padding:1.25rem 1.25rem .75rem;display:flex}.Courses-module__y86bqq__title{color:#0f172a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.Courses-module__y86bqq__desc{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.Courses-module__y86bqq__meta{color:#475569;border-top:1px dashed #e2e8f0;flex-wrap:wrap;gap:.6rem;margin-top:auto;padding-top:.75rem;font-size:.78rem;display:flex}.Courses-module__y86bqq__metaItem{background:#f1f5f9;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-weight:600;display:flex}.Courses-module__y86bqq__cardFooter{flex-direction:column;gap:.5rem;padding:.75rem 1.25rem 1.25rem;display:flex}.Courses-module__y86bqq__enrollBtn{text-align:center;color:#fff;text-transform:uppercase;letter-spacing:.04em;background:linear-gradient(135deg,#ff6b00 0%,#ea580c 100%);border-radius:10px;width:100%;padding:10px 0;font-size:.82rem;font-weight:800;text-decoration:none;transition:all .2s;display:block;box-shadow:0 4px 12px #ff6b0040}.Courses-module__y86bqq__enrollBtn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #ff6b0066}.Courses-module__y86bqq__shareGroup{gap:.4rem;display:flex}.Courses-module__y86bqq__shareBtn{color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:4px;padding:5px 8px;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:700;transition:all .2s;display:inline-flex}.Courses-module__y86bqq__shareBtn:hover{color:#0f172a;background:#e2e8f0}@media (max-width:768px){.Courses-module__y86bqq__section{padding:3.5rem 1.25rem}.Courses-module__y86bqq__grid{grid-template-columns:1fr}}
.HomeSpecialists-module__wbbjnW__section{background:linear-gradient(#fafbfd 0%,#f0f4f9 100%);padding:6rem 0;position:relative;overflow:hidden}.HomeSpecialists-module__wbbjnW__container{max-width:1240px;margin:0 auto;padding:0 1.5rem}.HomeSpecialists-module__wbbjnW__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2.5rem;display:flex}.HomeSpecialists-module__wbbjnW__headerText{max-width:650px}.HomeSpecialists-module__wbbjnW__sectionLabel{text-transform:uppercase;letter-spacing:.16em;color:var(--primary,#ff6b00);align-items:center;gap:8px;margin-bottom:.8rem;font-size:.75rem;font-weight:800;display:inline-flex}.HomeSpecialists-module__wbbjnW__sectionLabel:before,.HomeSpecialists-module__wbbjnW__sectionLabel:after{content:"";background:var(--primary,#ff6b00);opacity:.45;border-radius:2px;width:24px;height:2px;display:block}.HomeSpecialists-module__wbbjnW__headerText h2{color:#0f172a;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:clamp(1.8rem,3.5vw,2.7rem);font-weight:800;line-height:1.15}.HomeSpecialists-module__wbbjnW__headerText p{color:#475569;font-size:1rem;line-height:1.7}.HomeSpecialists-module__wbbjnW__joinBtn{color:#fff;white-space:nowrap;background:#1e3a8a;border-radius:12px;align-items:center;gap:8px;padding:.85rem 1.6rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #1e3a8a40}.HomeSpecialists-module__wbbjnW__joinBtn:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 8px 20px #1e3a8a59}.HomeSpecialists-module__wbbjnW__filterBar{flex-wrap:wrap;gap:.6rem;margin-bottom:3rem;display:flex}.HomeSpecialists-module__wbbjnW__filterChip{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:30px;padding:.55rem 1.2rem;font-size:.88rem;font-weight:600;transition:all .2s}.HomeSpecialists-module__wbbjnW__filterChip:hover{background:#f8fafc;border-color:#cbd5e1}.HomeSpecialists-module__wbbjnW__activeChip{color:#fff;background:#ff6b00;border-color:#ff6b00;box-shadow:0 4px 12px #ff6b0040}.HomeSpecialists-module__wbbjnW__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.8rem;margin-bottom:4rem;display:grid}.HomeSpecialists-module__wbbjnW__card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:space-between;padding:1.8rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 20px #00000008}.HomeSpecialists-module__wbbjnW__card:hover{border-color:#cbd5e1;transform:translateY(-6px);box-shadow:0 16px 36px #0f172a14}.HomeSpecialists-module__wbbjnW__cardTop{align-items:flex-start;gap:1.2rem;margin-bottom:1rem;display:flex}.HomeSpecialists-module__wbbjnW__avatarWrapper{background:#f1f5f9;border-radius:16px;flex-shrink:0;width:64px;height:64px;overflow:hidden;box-shadow:inset 0 2px 4px #0000000f}.HomeSpecialists-module__wbbjnW__avatarImg{object-fit:cover;width:100%;height:100%}.HomeSpecialists-module__wbbjnW__avatarInitials{color:#fff;background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:1.3rem;font-weight:800;display:flex}.HomeSpecialists-module__wbbjnW__headerInfo{flex:1}.HomeSpecialists-module__wbbjnW__categoryBadge{text-transform:uppercase;letter-spacing:.05em;color:#1d4ed8;background:#eff6ff;border-radius:6px;margin-bottom:.4rem;padding:.2rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.HomeSpecialists-module__wbbjnW__name{color:#0f172a;margin-bottom:.2rem;font-size:1.15rem;font-weight:700;line-height:1.3}.HomeSpecialists-module__wbbjnW__role{color:#64748b;font-size:.85rem;line-height:1.4}.HomeSpecialists-module__wbbjnW__dept{color:#475569;background:#f8fafc;border-radius:8px;align-items:center;gap:6px;margin-bottom:1.2rem;padding:.4rem .7rem;font-size:.8rem;display:flex}.HomeSpecialists-module__wbbjnW__expertiseWrapper{margin-bottom:1.5rem}.HomeSpecialists-module__wbbjnW__expertiseLabel{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:.6rem;font-size:.72rem;font-weight:700}.HomeSpecialists-module__wbbjnW__chips{flex-wrap:wrap;gap:.4rem;display:flex}.HomeSpecialists-module__wbbjnW__chip{color:#334155;background:#f1f5f9;border-radius:20px;padding:.3rem .7rem;font-size:.75rem;font-weight:600}.HomeSpecialists-module__wbbjnW__moreChip{color:#475569;background:#e2e8f0;border-radius:20px;padding:.3rem .6rem;font-size:.75rem;font-weight:600}.HomeSpecialists-module__wbbjnW__cardActions{flex-direction:column;gap:.75rem;margin-top:auto;display:flex}.HomeSpecialists-module__wbbjnW__actionRow{gap:.5rem;width:100%;display:flex}.HomeSpecialists-module__wbbjnW__profileBtn{text-align:center;color:#0f172a;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:4px;padding:.65rem .6rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.HomeSpecialists-module__wbbjnW__profileBtn:hover{background:#e2e8f0;border-color:#94a3b8;transform:translateY(-1px)}.HomeSpecialists-module__wbbjnW__contactBtn{text-align:center;color:#fff;background:#1e3a8a;border:1px solid #1e3a8a;border-radius:12px;flex:1;justify-content:center;align-items:center;padding:.65rem .6rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.HomeSpecialists-module__wbbjnW__contactBtn:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px)}.HomeSpecialists-module__wbbjnW__banner{color:#fff;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border-radius:24px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding:3rem 2.5rem;display:flex;box-shadow:0 20px 40px #0f172a26}.HomeSpecialists-module__wbbjnW__bannerContent{max-width:650px}.HomeSpecialists-module__wbbjnW__bannerBadge{letter-spacing:.12em;color:#ff6b00;margin-bottom:.6rem;font-size:.72rem;font-weight:800;display:inline-block}.HomeSpecialists-module__wbbjnW__bannerContent h3{margin-bottom:.6rem;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800}.HomeSpecialists-module__wbbjnW__bannerContent p{color:#94a3b8;font-size:.95rem;line-height:1.6}.HomeSpecialists-module__wbbjnW__bannerBtn{color:#fff;white-space:nowrap;background:#ff6b00;border-radius:12px;padding:.95rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s;box-shadow:0 4px 14px #ff6b0059}.HomeSpecialists-module__wbbjnW__bannerBtn:hover{background:#e66000;transform:translateY(-2px);box-shadow:0 8px 20px #ff6b0073}@media (max-width:768px){.HomeSpecialists-module__wbbjnW__section{padding:4rem 0}.HomeSpecialists-module__wbbjnW__grid{grid-template-columns:1fr}.HomeSpecialists-module__wbbjnW__banner{flex-direction:column;align-items:flex-start;padding:2rem 1.5rem}.HomeSpecialists-module__wbbjnW__bannerBtn{text-align:center;width:100%}}
.Marketplace-module__4HWlZa__marketplace{padding-top:80px}.Marketplace-module__4HWlZa__header{text-align:center;background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom:1px solid #ffffff14;padding:160px 2rem 100px;position:relative;overflow:hidden}.Marketplace-module__4HWlZa__header:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4af370f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.Marketplace-module__4HWlZa__tag{text-transform:uppercase;letter-spacing:.15em;color:var(--primary);background:#d4af371a;border:1px solid #d4af3740;border-radius:50px;margin-bottom:1.25rem;padding:.35rem 1rem;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:700;display:inline-block}.Marketplace-module__4HWlZa__header h1{margin-bottom:1rem;font-size:clamp(2rem,6vw,3.5rem)}.Marketplace-module__4HWlZa__header p{color:#ffffff8c;max-width:500px;margin:0 auto;font-size:1.1rem}.Marketplace-module__4HWlZa__container{max-width:1200px;margin:0 auto}.Marketplace-module__4HWlZa__content{padding:60px 2rem 100px}.Marketplace-module__4HWlZa__filters{flex-wrap:wrap;gap:.75rem;margin-bottom:3rem;display:flex}.Marketplace-module__4HWlZa__filterBtn{color:#fff9;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;padding:.5rem 1.25rem;font-family:Inter,sans-serif;font-size:.85rem;transition:all .2s}.Marketplace-module__4HWlZa__filterBtn:hover{border-color:var(--primary);color:var(--primary);background:#d4af370f}.Marketplace-module__4HWlZa__filterBtn.Marketplace-module__4HWlZa__active{border-color:var(--primary);color:var(--primary);background:#d4af3726;font-weight:600}.Marketplace-module__4HWlZa__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem;display:grid}.Marketplace-module__4HWlZa__card{border-radius:20px;flex-direction:column;gap:.75rem;padding:2rem;transition:transform .3s,box-shadow .3s;animation:.5s both Marketplace-module__4HWlZa__fadeUp;display:flex}.Marketplace-module__4HWlZa__card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0006}@keyframes Marketplace-module__4HWlZa__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Marketplace-module__4HWlZa__cardIcon{margin-bottom:.25rem;font-size:2rem}.Marketplace-module__4HWlZa__category{text-transform:uppercase;letter-spacing:.12em;color:var(--primary);font-family:Outfit,sans-serif;font-size:.72rem;font-weight:700}.Marketplace-module__4HWlZa__cardTitle{font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700;line-height:1.3}.Marketplace-module__4HWlZa__cardDesc{color:#ffffff8c;flex:1;font-size:.875rem;line-height:1.65}.Marketplace-module__4HWlZa__cardFooter{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1.25rem;display:flex}.Marketplace-module__4HWlZa__priceBox{flex-direction:column;display:flex}.Marketplace-module__4HWlZa__priceLabel{opacity:.45;text-transform:uppercase;letter-spacing:.06em;font-size:.68rem}.Marketplace-module__4HWlZa__price{color:var(--primary);font-family:Outfit,sans-serif;font-size:1rem;font-weight:700}.Marketplace-module__4HWlZa__ctaBtn{white-space:nowrap;padding:.55rem 1.25rem;font-size:.85rem;text-decoration:none}.Marketplace-module__4HWlZa__loadingGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem;display:grid}.Marketplace-module__4HWlZa__skeletonCard{background:linear-gradient(90deg,#ffffff0a 0%,#ffffff14 50%,#ffffff0a 100%) 0 0/200% 100%;border-radius:20px;height:280px;animation:1.5s infinite Marketplace-module__4HWlZa__shimmer}@keyframes Marketplace-module__4HWlZa__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.Marketplace-module__4HWlZa__empty{text-align:center;opacity:.45;flex-direction:column;align-items:center;gap:1rem;padding:5rem;display:flex}.Marketplace-module__4HWlZa__empty span{font-size:3rem}
.page-module__jduzwW__main{background-color:#fff;min-height:100vh}.page-module__jduzwW__heroBanner{color:#fff;text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#2a4fa6 100%);padding:140px 2rem 80px;position:relative;overflow:hidden}.page-module__jduzwW__heroOverlay{pointer-events:none;background:radial-gradient(circle at 50% 20%,#ff6b0026,#0000 70%);position:absolute;inset:0}.page-module__jduzwW__heroContent{z-index:2;max-width:800px;margin:0 auto;position:relative}.page-module__jduzwW__heroBadge{color:#ff8c3a;text-transform:uppercase;letter-spacing:.15em;background:#ff6b002e;border:1px solid #ff6b0066;border-radius:30px;margin-bottom:1.25rem;padding:6px 16px;font-size:.8rem;font-weight:800;display:inline-block}.page-module__jduzwW__heroTitle{color:#fff;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1.2}.page-module__jduzwW__heroSub{color:#fffc;max-width:650px;margin:0 auto;font-size:1.15rem;line-height:1.6}.page-module__jduzwW__wave{background:0 0;width:100%;height:48px;margin-top:-1px;display:block}.page-module__jduzwW__footer{color:#fff;background:#0f172a}.page-module__jduzwW__footerTop{border-bottom:1px solid #ffffff14;padding:60px 2rem 40px}.page-module__jduzwW__footerContainer{max-width:1200px;margin:0 auto}.page-module__jduzwW__footerGrid{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.page-module__jduzwW__footerBrand{align-items:center;display:flex}.page-module__jduzwW__footerLogo{align-items:center;gap:12px;text-decoration:none;display:flex}.page-module__jduzwW__footerLogoImg{object-fit:contain;width:42px;height:42px}.page-module__jduzwW__footerLogoText{flex-direction:column;display:flex}.page-module__jduzwW__footerAbn{color:#fff;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:800;line-height:1}.page-module__jduzwW__footerNetwork{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:700}.page-module__jduzwW__footerLinksGrid{flex-wrap:wrap;gap:1.5rem 2rem;display:flex}.page-module__jduzwW__footerLinkCol a{color:#fffc;letter-spacing:.05em;font-size:.85rem;font-weight:700;transition:color .2s}.page-module__jduzwW__footerLinkCol a:hover{color:var(--primary)}.page-module__jduzwW__footerMiddle{background:#090d16;padding:24px 2rem}.page-module__jduzwW__footerBar{color:#fff9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.82rem;display:flex}.page-module__jduzwW__socials{gap:1rem;display:flex}.page-module__jduzwW__socials a{color:#ffffffb3;transition:color .2s}.page-module__jduzwW__socials a:hover{color:var(--primary)}
.NoticiasPublic-module__BJy4sq__noticiasPage{color:#fff;background:#000;min-height:100vh;padding-top:80px}.NoticiasPublic-module__BJy4sq__container{max-width:1200px;margin:0 auto;padding:0 2rem}.NoticiasPublic-module__BJy4sq__hero{text-align:center;background-color:#0000;background-image:linear-gradient(#000000bf 0%,#0a0a0af2 100%),url(/articles/ambassador-day.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}.NoticiasPublic-module__BJy4sq__hero h1{margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,8vw,4.2rem);font-weight:800}.NoticiasPublic-module__BJy4sq__hero p{color:#fff9;max-width:800px;margin:0 auto;font-size:1.2rem;line-height:1.6}.NoticiasPublic-module__BJy4sq__controls{border-bottom:1px solid #ffffff0f;flex-direction:column;gap:1.5rem;margin-bottom:3rem;padding:2rem 0;display:flex}.NoticiasPublic-module__BJy4sq__searchRow{justify-content:center;width:100%;display:flex}.NoticiasPublic-module__BJy4sq__searchInput{color:#fff;text-align:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:50px;outline:none;width:100%;max-width:500px;padding:.85rem 1.5rem;font-size:.95rem;transition:all .3s}.NoticiasPublic-module__BJy4sq__searchInput:focus{border-color:var(--primary);background:#ffffff14;box-shadow:0 0 15px #d4af3726}.NoticiasPublic-module__BJy4sq__tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.NoticiasPublic-module__BJy4sq__tabBtn{color:#fff9;cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:50px;padding:.55rem 1.2rem;font-size:.88rem;transition:all .2s}.NoticiasPublic-module__BJy4sq__tabBtn:hover{color:#fff;background:#ffffff0a;border-color:#ffffff26}.NoticiasPublic-module__BJy4sq__activeTabBtn{font-weight:600;box-shadow:0 4px 15px #d4af3733;background:var(--primary)!important;color:#111!important;border-color:var(--primary)!important}.NoticiasPublic-module__BJy4sq__newsGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;padding-bottom:5rem;display:grid}.NoticiasPublic-module__BJy4sq__card{background:#1212128c;border:1px solid #ffffff0f;border-radius:24px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.NoticiasPublic-module__BJy4sq__card:hover{border-color:#d4af3740;transform:translateY(-6px);box-shadow:0 15px 40px #0006}.NoticiasPublic-module__BJy4sq__imgWrapper{height:200px;position:relative;overflow:hidden}.NoticiasPublic-module__BJy4sq__cardImg{object-fit:cover;width:100%;height:100%;transition:transform .5s}.NoticiasPublic-module__BJy4sq__card:hover .NoticiasPublic-module__BJy4sq__cardImg{transform:scale(1.04)}.NoticiasPublic-module__BJy4sq__typeBadge{color:var(--primary);text-transform:uppercase;background:#000000bf;border:1px solid #d4af374d;border-radius:50px;padding:4px 12px;font-size:.68rem;font-weight:700;position:absolute;top:1rem;left:1rem}.NoticiasPublic-module__BJy4sq__locationBadge{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;border-radius:50px;padding:4px 12px;font-size:.72rem;position:absolute;top:1rem;right:1rem}.NoticiasPublic-module__BJy4sq__cardContent{flex-direction:column;flex:1;gap:1rem;padding:1.75rem;display:flex}.NoticiasPublic-module__BJy4sq__cardMeta{color:#fff6;justify-content:space-between;align-items:center;font-size:.78rem;display:flex}.NoticiasPublic-module__BJy4sq__metaStats{gap:.75rem;display:flex}.NoticiasPublic-module__BJy4sq__cardTitle{color:#fff;margin:0;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.4}.NoticiasPublic-module__BJy4sq__cardDesc{color:#fff9;-webkit-line-clamp:4;-webkit-box-orient:vertical;flex:1;margin:0;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.NoticiasPublic-module__BJy4sq__readBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:.25rem;padding:0;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.NoticiasPublic-module__BJy4sq__readBtn:hover{text-decoration:underline;transform:translate(3px)}.NoticiasPublic-module__BJy4sq__empty{text-align:center;color:#ffffff80;flex-direction:column;grid-column:1/-1;align-items:center;gap:1rem;padding:5rem 2rem;display:flex}.NoticiasPublic-module__BJy4sq__empty span{font-size:3rem}.NoticiasPublic-module__BJy4sq__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out NoticiasPublic-module__BJy4sq__fadeIn;display:flex;position:fixed;inset:0}.NoticiasPublic-module__BJy4sq__modalContent{background:#0c0c0cf0;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:750px;max-height:90vh;padding:2.5rem;animation:.3s cubic-bezier(.16,1,.3,1) NoticiasPublic-module__BJy4sq__scaleUp;position:relative;overflow-y:auto;box-shadow:0 20px 50px #0009}.NoticiasPublic-module__BJy4sq__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}.NoticiasPublic-module__BJy4sq__closeModalBtn:hover{background:#ffffff26}.NoticiasPublic-module__BJy4sq__modalHeader{margin-bottom:1.5rem}.NoticiasPublic-module__BJy4sq__modalMeta{color:#ffffff80;align-items:center;gap:1rem;font-size:.8rem;display:flex}.NoticiasPublic-module__BJy4sq__modalHeader h2{color:#fff;margin:.75rem 0 0;font-family:Outfit,sans-serif;font-size:1.8rem;line-height:1.35}.NoticiasPublic-module__BJy4sq__modalImg{object-fit:cover;border:1px solid #ffffff14;border-radius:16px;width:100%;max-height:350px;margin-bottom:1.5rem}.NoticiasPublic-module__BJy4sq__modalBodyText{color:#fffc;white-space:pre-line;margin-bottom:3rem;font-size:1rem;line-height:1.75}.NoticiasPublic-module__BJy4sq__commentsSection{border-top:1px solid #ffffff14;padding-top:2rem}.NoticiasPublic-module__BJy4sq__commentsSection h3{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:1.25rem;display:flex}.NoticiasPublic-module__BJy4sq__commentsList{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.NoticiasPublic-module__BJy4sq__commentCard{border:1px solid #ffffff0d;border-left:3px solid var(--primary);background:#ffffff05;border-radius:12px;padding:1.25rem}.NoticiasPublic-module__BJy4sq__commentHeader{justify-content:space-between;margin-bottom:.5rem;font-size:.8rem;display:flex}.NoticiasPublic-module__BJy4sq__commentHeader strong{color:#fff}.NoticiasPublic-module__BJy4sq__commentHeader span{color:#fff6}.NoticiasPublic-module__BJy4sq__commentCard p{color:#ffffffb3;margin:0;font-size:.9rem;line-height:1.5}.NoticiasPublic-module__BJy4sq__commentForm{background:#ffffff03;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.NoticiasPublic-module__BJy4sq__commentForm h4{color:#fff;margin:0 0 .5rem;font-size:.95rem;font-weight:700}.NoticiasPublic-module__BJy4sq__commentForm input,.NoticiasPublic-module__BJy4sq__commentForm textarea{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;outline:none;padding:.65rem .9rem;font-family:Inter,sans-serif;font-size:.88rem}.NoticiasPublic-module__BJy4sq__commentForm input:focus,.NoticiasPublic-module__BJy4sq__commentForm textarea:focus{border-color:var(--primary)}.NoticiasPublic-module__BJy4sq__commentForm button{align-self:flex-start;padding:.5rem 1.25rem;font-size:.85rem}@keyframes NoticiasPublic-module__BJy4sq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes NoticiasPublic-module__BJy4sq__scaleUp{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.NoticiasPublic-module__BJy4sq__hero h1{font-size:2.2rem}.NoticiasPublic-module__BJy4sq__modalContent{padding:1.5rem}}
.OportunidadesPublic-module__aaDEUG__oportunidadesPage{color:#fff;background:#000;min-height:100vh;padding-top:80px}.OportunidadesPublic-module__aaDEUG__container{max-width:1200px;margin:0 auto;padding:0 2rem}.OportunidadesPublic-module__aaDEUG__hero{text-align:center;background-color:#0000;background-image:linear-gradient(#000000bf 0%,#0a0a0af2 100%),url(/articles/nilza.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}.OportunidadesPublic-module__aaDEUG__hero h1{margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,8vw,4.2rem);font-weight:800}.OportunidadesPublic-module__aaDEUG__hero p{color:#fff9;max-width:800px;margin:0 auto;font-size:1.2rem;line-height:1.6}.OportunidadesPublic-module__aaDEUG__filters{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3.5rem;padding-bottom:1.5rem;display:flex}.OportunidadesPublic-module__aaDEUG__filterBtn{color:#fff9;cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:50px;padding:.55rem 1.25rem;font-size:.88rem;transition:all .2s}.OportunidadesPublic-module__aaDEUG__filterBtn:hover{color:#fff;background:#ffffff0a;border-color:#ffffff26}.OportunidadesPublic-module__aaDEUG__activeFilterBtn{font-weight:600;box-shadow:0 4px 15px #d4af3733;background:var(--primary)!important;color:#111!important;border-color:var(--primary)!important}.OportunidadesPublic-module__aaDEUG__grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;padding-bottom:6rem;display:grid}.OportunidadesPublic-module__aaDEUG__card{background:#1212128c;border:1px solid #ffffff0f;border-radius:24px;flex-direction:column;gap:1.25rem;padding:2rem;transition:all .3s;display:flex}.OportunidadesPublic-module__aaDEUG__card:hover{border-color:#d4af3740;transform:translateY(-6px);box-shadow:0 15px 40px #0006}.OportunidadesPublic-module__aaDEUG__cardHeader{justify-content:space-between;align-items:flex-start;display:flex}.OportunidadesPublic-module__aaDEUG__categoryBadge{color:var(--primary);text-transform:uppercase;background:#d4af371a;border:1px solid #d4af3733;border-radius:50px;padding:4px 12px;font-size:.7rem;font-weight:700}.OportunidadesPublic-module__aaDEUG__amount{color:var(--primary);font-size:.9rem;font-weight:700}.OportunidadesPublic-module__aaDEUG__cardTitle{color:#fff;margin:0;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.4}.OportunidadesPublic-module__aaDEUG__cardDesc{color:#fff9;-webkit-line-clamp:4;-webkit-box-orient:vertical;flex:1;margin:0;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.OportunidadesPublic-module__aaDEUG__cardMeta{color:#ffffff73;border-top:1px solid #ffffff0d;flex-direction:column;gap:.5rem;padding-top:1rem;font-size:.8rem;display:flex}.OportunidadesPublic-module__aaDEUG__metaItem{align-items:center;gap:.4rem;display:flex}.OportunidadesPublic-module__aaDEUG__countdown{border-radius:4px;padding:2px 8px;font-size:.72rem;font-weight:700}.OportunidadesPublic-module__aaDEUG__cardFooter{justify-content:flex-end;gap:.75rem;display:flex}.OportunidadesPublic-module__aaDEUG__empty{text-align:center;color:#ffffff80;flex-direction:column;grid-column:1/-1;align-items:center;gap:1rem;padding:5rem 2rem;display:flex}.OportunidadesPublic-module__aaDEUG__empty span{font-size:3rem}.OportunidadesPublic-module__aaDEUG__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 OportunidadesPublic-module__aaDEUG__fadeIn;display:flex;position:fixed;inset:0}.OportunidadesPublic-module__aaDEUG__modalContent{background:#0c0c0cf0;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) OportunidadesPublic-module__aaDEUG__scaleUp;position:relative;overflow-y:auto;box-shadow:0 20px 50px #00000080}.OportunidadesPublic-module__aaDEUG__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}.OportunidadesPublic-module__aaDEUG__closeModalBtn:hover{background:#ffffff26}.OportunidadesPublic-module__aaDEUG__modalHeader{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.OportunidadesPublic-module__aaDEUG__modalHeader h2{color:#fff;margin:.25rem 0 0;font-family:Outfit,sans-serif;font-size:1.6rem;line-height:1.35}.OportunidadesPublic-module__aaDEUG__modalDescription{color:#fffc;white-space:pre-line;margin-bottom:2rem;font-size:.98rem;line-height:1.7}.OportunidadesPublic-module__aaDEUG__modalFooter{border-top:1px solid #ffffff14;justify-content:flex-end;gap:1rem;padding-top:1.5rem;display:flex}@keyframes OportunidadesPublic-module__aaDEUG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes OportunidadesPublic-module__aaDEUG__scaleUp{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.OportunidadesPublic-module__aaDEUG__hero h1{font-size:2.2rem}.OportunidadesPublic-module__aaDEUG__modalContent{padding:1.5rem}}
.Parceiros-module__EoQkCq__main{background-color:var(--background);min-height:100vh;padding-top:80px}.Parceiros-module__EoQkCq__hero{background-position:50%;background-size:cover;align-items:center;height:400px;padding:0 2rem;display:flex;position:relative}.Parceiros-module__EoQkCq__hero:after{content:"";z-index:1;background:#00000073;position:absolute;inset:0}.Parceiros-module__EoQkCq__heroContainer{color:#fff;z-index:2;width:100%;max-width:1200px;margin:0 auto;position:relative}.Parceiros-module__EoQkCq__heroBadge{color:var(--primary);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;font-size:.8rem;font-weight:800}.Parceiros-module__EoQkCq__heroTitle{letter-spacing:-.02em;text-transform:uppercase;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:900}.Parceiros-module__EoQkCq__container{width:100%;max-width:1200px;margin:0 auto}.Parceiros-module__EoQkCq__introSection{border-bottom:1px solid var(--alpha-border-10);background-color:#fff;padding:80px 2rem}.Parceiros-module__EoQkCq__introCopy{text-align:center;max-width:800px;margin:0 auto}.Parceiros-module__EoQkCq__introSubtitle{color:var(--primary);margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:clamp(1.4rem,3vw,1.8rem);font-weight:700;line-height:1.3}.Parceiros-module__EoQkCq__introParagraph{color:var(--foreground);opacity:.9;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.Parceiros-module__EoQkCq__benefitsSection{background-color:#fbf9f6;padding:100px 2rem}.Parceiros-module__EoQkCq__benefitsTitle{text-align:center;color:var(--foreground);margin-bottom:4rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,5vw,2.5rem);font-weight:800}.Parceiros-module__EoQkCq__benefitsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Parceiros-module__EoQkCq__benefitCard{border:1px solid var(--alpha-border-10);background-color:#fff;border-radius:4px;flex-direction:column;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;box-shadow:0 4px 20px #00000005}.Parceiros-module__EoQkCq__benefitCard:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 12px 30px #0000000d}.Parceiros-module__EoQkCq__benefitIcon{background:var(--pink-bg);border-radius:4px;width:fit-content;margin-bottom:1.5rem;padding:10px;font-size:2rem;display:inline-block}.Parceiros-module__EoQkCq__benefitCard h3{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.Parceiros-module__EoQkCq__benefitCard p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.Parceiros-module__EoQkCq__tabsSection{background-color:#fff;padding:100px 2rem}.Parceiros-module__EoQkCq__tabTitle{text-align:center;margin-bottom:3rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,5vw,2.5rem);font-weight:800}.Parceiros-module__EoQkCq__tabSelector{justify-content:center;gap:1.5rem;margin-bottom:4rem;display:flex}.Parceiros-module__EoQkCq__tabBtn{border:1px solid var(--foreground);color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;background-color:#0000;border-radius:0;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .2s}.Parceiros-module__EoQkCq__activeTabBtn{background-color:var(--primary);border-color:var(--primary);color:#fff}.Parceiros-module__EoQkCq__tabBtn:hover:not(.Parceiros-module__EoQkCq__activeTabBtn){background-color:var(--alpha-bg-5)}.Parceiros-module__EoQkCq__chipsTitle{margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700}.Parceiros-module__EoQkCq__chipsContainer{flex-wrap:wrap;gap:.8rem;margin-bottom:3.5rem;display:flex}.Parceiros-module__EoQkCq__chip{background:var(--pink-bg);color:var(--primary);border:1px solid #ff6b0026;border-radius:20px;padding:8px 16px;font-size:.9rem;font-weight:700}.Parceiros-module__EoQkCq__grid3{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}.Parceiros-module__EoQkCq__categoryCard{border:1px solid var(--alpha-border-10);background:#fff;border-radius:4px;gap:1.25rem;padding:2rem;transition:all .2s;display:flex;box-shadow:0 4px 15px #00000005}.Parceiros-module__EoQkCq__categoryCard:hover{border-color:var(--secondary);transform:translateY(-2px);box-shadow:0 8px 25px #2a4fa60d}.Parceiros-module__EoQkCq__categoryIcon{font-size:2.2rem;line-height:1}.Parceiros-module__EoQkCq__categoryCardContent h4{color:var(--foreground);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.Parceiros-module__EoQkCq__categoryCardContent p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.Parceiros-module__EoQkCq__splitGrid{grid-template-columns:1fr 1fr;gap:4rem;margin-top:2rem;display:grid}.Parceiros-module__EoQkCq__colTitle{border-bottom:2px solid var(--primary);width:fit-content;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700}.Parceiros-module__EoQkCq__bulletList{flex-direction:column;gap:1.2rem;display:flex}.Parceiros-module__EoQkCq__bulletItem{align-items:flex-start;gap:1rem;display:flex}.Parceiros-module__EoQkCq__bulletIcon{color:var(--primary);flex-shrink:0;margin-top:2px;font-size:1.1rem}.Parceiros-module__EoQkCq__bulletText{color:var(--foreground);font-size:1rem;line-height:1.5}.Parceiros-module__EoQkCq__timelineSection{border-top:1px solid var(--alpha-border-10);background-color:#fbf9f6;padding:100px 2rem}.Parceiros-module__EoQkCq__timelineTitle{text-align:center;margin-bottom:4rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,5vw,2.5rem);font-weight:800}.Parceiros-module__EoQkCq__timeline{grid-template-columns:repeat(6,1fr);gap:1.5rem;display:grid;position:relative}.Parceiros-module__EoQkCq__timeline:after{content:"";z-index:1;background-color:#2a4fa633;height:2px;position:absolute;top:30px;left:5%;right:5%}.Parceiros-module__EoQkCq__timelineItem{text-align:center;z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.Parceiros-module__EoQkCq__timelineNumber{border:3px solid var(--secondary);width:60px;height:60px;color:var(--secondary);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.3rem;font-weight:800;transition:all .3s;display:flex;box-shadow:0 4px 10px #0000000d}.Parceiros-module__EoQkCq__timelineItem:hover .Parceiros-module__EoQkCq__timelineNumber{background-color:var(--primary);border-color:var(--primary);color:#fff;transform:scale(1.1)}.Parceiros-module__EoQkCq__timelineStepTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.Parceiros-module__EoQkCq__timelineStepDesc{color:var(--text-muted);font-size:.85rem;line-height:1.4}.Parceiros-module__EoQkCq__closingSection{background:var(--secondary);color:#fff;text-align:center;padding:80px 2rem}.Parceiros-module__EoQkCq__closingCard{max-width:800px;margin:0 auto}.Parceiros-module__EoQkCq__closingTitle{margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800}.Parceiros-module__EoQkCq__closingText{opacity:.9;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.Parceiros-module__EoQkCq__formSection{background-color:#fff;padding:100px 2rem;scroll-margin-top:80px}.Parceiros-module__EoQkCq__formGrid{grid-template-columns:1fr 1.2fr;align-items:flex-start;gap:5rem;display:grid}.Parceiros-module__EoQkCq__formInfo h2{color:#1c1917;letter-spacing:-.01em;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,5vw,2.8rem);font-weight:800}.Parceiros-module__EoQkCq__formInfo p{color:var(--text-muted);font-size:1.1rem;line-height:1.7}.Parceiros-module__EoQkCq__form{background:#fff;border:1px solid #eee;border-radius:4px;flex-direction:column;gap:1.5rem;padding:3.5rem;display:flex;box-shadow:0 20px 40px #0000000a}.Parceiros-module__EoQkCq__formRow{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.Parceiros-module__EoQkCq__formField{flex-direction:column;gap:8px;display:flex}.Parceiros-module__EoQkCq__formField label{color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700}.Parceiros-module__EoQkCq__formField input,.Parceiros-module__EoQkCq__formField textarea,.Parceiros-module__EoQkCq__selectField{background-color:#fafafa;border:1px solid #ddd;border-radius:0;outline:none;width:100%;padding:14px 18px;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .2s}.Parceiros-module__EoQkCq__formField input:focus,.Parceiros-module__EoQkCq__formField textarea:focus,.Parceiros-module__EoQkCq__selectField:focus{border-color:var(--primary);background-color:#fff}.Parceiros-module__EoQkCq__formField textarea{resize:none;height:130px}.Parceiros-module__EoQkCq__selectField{appearance:none;cursor:pointer;background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M10.293%203.293L6%207.586%201.707%203.293A1%201%200%2000.293%204.707l5%205a1%201%200%20001.414%200l5-5a1%201%200%2010-1.414-1.414z%22%2F%3E%3C%2Fsvg%3E);background-position:right 18px center;background-repeat:no-repeat;padding-right:40px}.Parceiros-module__EoQkCq__partnersGridSection{background-color:#fff;border-top:1px solid #eaeaea;padding:80px 2rem}.Parceiros-module__EoQkCq__partnersTitle{text-align:center;color:#1c1917;margin-bottom:4rem;font-family:Outfit,sans-serif;font-size:clamp(1.8rem,4vw,2.3rem);font-weight:800}.Parceiros-module__EoQkCq__logosContainer{grid-template-columns:repeat(6,1fr);gap:2rem;display:grid}.Parceiros-module__EoQkCq__logoCard{text-align:center;background:#fff;border:1px solid #eee;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 1.5rem;transition:all .2s;display:flex}.Parceiros-module__EoQkCq__logoCard:hover{border-color:var(--primary);transform:translateY(-3px);box-shadow:0 10px 20px #0000000a}.Parceiros-module__EoQkCq__logoIcon{margin-bottom:1rem;font-size:2.5rem}.Parceiros-module__EoQkCq__logoName{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700}.Parceiros-module__EoQkCq__footer{border:none;width:100%;padding:0}.Parceiros-module__EoQkCq__footerTop{background-color:var(--secondary);color:#fff;padding:5rem 2rem}.Parceiros-module__EoQkCq__footerGrid{grid-template-columns:1fr 2.5fr;align-items:flex-start;gap:4rem;display:grid}.Parceiros-module__EoQkCq__footerLogo{color:#fff;align-items:center;gap:10px;text-decoration:none;display:flex}.Parceiros-module__EoQkCq__footerLogoImg{object-fit:contain;width:auto;height:42px}.Parceiros-module__EoQkCq__footerLogoText{flex-direction:column;line-height:1.1;display:flex}.Parceiros-module__EoQkCq__footerAbn{letter-spacing:-.01em;color:#fff;text-transform:uppercase;font-size:1.5rem;font-weight:900}.Parceiros-module__EoQkCq__footerNetwork{color:#ffffffb3;letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:700}.Parceiros-module__EoQkCq__footerLinksGrid{grid-template-columns:repeat(3,1fr);gap:2rem 3rem;display:grid}.Parceiros-module__EoQkCq__footerLinkCol{flex-direction:column;display:flex}.Parceiros-module__EoQkCq__footerLinkCol a{color:#fff;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:700;transition:opacity .2s}.Parceiros-module__EoQkCq__footerLinkCol a:hover{opacity:.7}.Parceiros-module__EoQkCq__footerMiddle{color:#fff9;background-color:#1a1a1a;padding:1.5rem 2rem;font-size:.8rem}.Parceiros-module__EoQkCq__footerBar{justify-content:space-between;align-items:center;width:100%;display:flex}.Parceiros-module__EoQkCq__copyright{letter-spacing:.02em;font-weight:600}.Parceiros-module__EoQkCq__socials{align-items:center;gap:1.5rem;display:flex}.Parceiros-module__EoQkCq__socials a{color:#fff;opacity:.8;align-items:center;transition:transform .2s,opacity .2s;display:flex}.Parceiros-module__EoQkCq__socials a:hover{opacity:1;transform:translateY(-2px)}.Parceiros-module__EoQkCq__legal{align-items:center;gap:.75rem;font-weight:600;display:flex}.Parceiros-module__EoQkCq__footerBottom{background-color:#fff;border-top:1px solid #eaeaea;padding:2.5rem 2rem}.Parceiros-module__EoQkCq__supportPartner{align-items:center;gap:1.25rem;display:flex}.Parceiros-module__EoQkCq__coatOfArms{filter:drop-shadow(0 2px 5px #0000000d);flex-shrink:0}.Parceiros-module__EoQkCq__partnerInfo{flex-direction:column;display:flex}.Parceiros-module__EoQkCq__partnerHeading{text-transform:uppercase;letter-spacing:.05em;color:#1c1917;margin-bottom:2px;font-size:.85rem;font-weight:800}.Parceiros-module__EoQkCq__partnerSubtext{color:var(--text-muted);font-size:.75rem;font-weight:500}.Parceiros-module__EoQkCq__supportedCompaniesSection{background-color:#fbf9f6;border-top:1px solid #eaeaea;padding:100px 2rem}.Parceiros-module__EoQkCq__companiesGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Parceiros-module__EoQkCq__companyCard{background:#fff;border:1px solid #eee;border-radius:4px;flex-direction:column;justify-content:space-between;padding:2.5rem 2rem;transition:all .2s;display:flex;box-shadow:0 4px 15px #00000005}.Parceiros-module__EoQkCq__companyCard:hover{border-color:var(--primary);transform:translateY(-3px);box-shadow:0 8px 25px #ff6b000d}.Parceiros-module__EoQkCq__companyHeader{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.Parceiros-module__EoQkCq__companyIcon{background:var(--pink-bg);border-radius:4px;padding:8px;font-size:2rem;line-height:1}.Parceiros-module__EoQkCq__companyHeader h4{color:var(--foreground);font-size:1.15rem;font-weight:700}.Parceiros-module__EoQkCq__companyLocation{color:var(--text-muted);margin-top:2px;font-size:.8rem;display:block}.Parceiros-module__EoQkCq__companyDesc{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.Parceiros-module__EoQkCq__companyPhase{text-transform:uppercase;color:var(--secondary);background:#2a4fa614;border-radius:20px;width:fit-content;padding:4px 10px;font-size:.75rem;font-weight:700}@media (max-width:1024px){.Parceiros-module__EoQkCq__benefitsGrid,.Parceiros-module__EoQkCq__grid3,.Parceiros-module__EoQkCq__companiesGrid{grid-template-columns:repeat(2,1fr)}.Parceiros-module__EoQkCq__timeline{grid-template-columns:repeat(3,1fr)}.Parceiros-module__EoQkCq__timeline:after{display:none}}@media (max-width:992px){.Parceiros-module__EoQkCq__formGrid{grid-template-columns:1fr;gap:3rem}.Parceiros-module__EoQkCq__logosContainer{grid-template-columns:repeat(3,1fr)}.Parceiros-module__EoQkCq__footerGrid{grid-template-columns:1fr;gap:3rem}.Parceiros-module__EoQkCq__footerLinksGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Parceiros-module__EoQkCq__hero{height:300px}.Parceiros-module__EoQkCq__introSection,.Parceiros-module__EoQkCq__benefitsSection,.Parceiros-module__EoQkCq__tabsSection,.Parceiros-module__EoQkCq__timelineSection,.Parceiros-module__EoQkCq__formSection,.Parceiros-module__EoQkCq__partnersGridSection,.Parceiros-module__EoQkCq__supportedCompaniesSection{padding:60px 1.5rem}.Parceiros-module__EoQkCq__splitGrid{grid-template-columns:1fr;gap:3rem}.Parceiros-module__EoQkCq__benefitsGrid,.Parceiros-module__EoQkCq__grid3,.Parceiros-module__EoQkCq__companiesGrid{grid-template-columns:1fr}.Parceiros-module__EoQkCq__form{padding:2.5rem 1.5rem}.Parceiros-module__EoQkCq__formRow{grid-template-columns:1fr;gap:1.5rem}.Parceiros-module__EoQkCq__footerLogo{justify-content:center}.Parceiros-module__EoQkCq__footerLinksGrid{text-align:center;grid-template-columns:1fr;gap:1.5rem}.Parceiros-module__EoQkCq__footerBar{text-align:center;flex-direction:column;gap:1.5rem}.Parceiros-module__EoQkCq__supportPartner{text-align:center;flex-direction:column;gap:1rem}.Parceiros-module__EoQkCq__tabSelector{flex-direction:column;gap:1rem}.Parceiros-module__EoQkCq__tabBtn{width:100%}.Parceiros-module__EoQkCq__timeline{grid-template-columns:1fr;gap:2rem}}@media (max-width:480px){.Parceiros-module__EoQkCq__logosContainer{grid-template-columns:repeat(2,1fr);gap:1rem}}
.Profile-module__0bviMW__profilePage{background:var(--background);padding-top:80px}.Profile-module__0bviMW__hero{border-bottom:1px solid var(--glass-border);background:linear-gradient(135deg,#111 0%,#050505 100%);padding:80px 2rem}.Profile-module__0bviMW__container{max-width:1200px;margin:0 auto}.Profile-module__0bviMW__profileHeader{align-items:center;gap:3rem;display:flex}.Profile-module__0bviMW__logoBox{background:var(--gradient-gold);color:#000;border-radius:30px;justify-content:center;align-items:center;width:150px;height:150px;font-size:3rem;font-weight:800;display:flex;box-shadow:0 20px 40px #0006}.Profile-module__0bviMW__headerInfo h1{margin-bottom:.5rem;font-size:3rem}.Profile-module__0bviMW__category{color:var(--primary);margin-bottom:1.5rem;font-weight:600}.Profile-module__0bviMW__badges{opacity:.7;gap:1.5rem;font-size:.9rem;display:flex}.Profile-module__0bviMW__grid{grid-template-columns:1fr 350px;gap:3rem;padding:4rem 2rem;display:grid}.Profile-module__0bviMW__section{border-radius:24px;margin-bottom:2rem;padding:2.5rem}.Profile-module__0bviMW__section h2{margin-bottom:1.5rem;font-size:1.5rem}.Profile-module__0bviMW__section p{color:#ffffffb3;line-height:1.7}.Profile-module__0bviMW__servicesList{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;list-style:none;display:grid}.Profile-module__0bviMW__servicesList li{border:1px solid var(--glass-border);background:#ffffff0d;border-radius:12px;padding:12px 20px}.Profile-module__0bviMW__portfolioGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.Profile-module__0bviMW__portfolioItem{aspect-ratio:1;border:1px solid var(--glass-border);background:#ffffff08;border-radius:16px}.Profile-module__0bviMW__sidebar{flex-direction:column;gap:2rem;display:flex}.Profile-module__0bviMW__contactCard{text-align:center;border-color:var(--primary);border-radius:24px;padding:2.5rem}.Profile-module__0bviMW__contactCard h3{margin-bottom:1rem}.Profile-module__0bviMW__contactCard p{color:#fff9;margin-bottom:2rem}.Profile-module__0bviMW__webLink{color:var(--primary);margin-top:1.5rem;font-weight:500;display:block}.Profile-module__0bviMW__statsCard{border:1px solid var(--glass-border);background:#ffffff08;border-radius:20px;justify-content:space-around;padding:2rem;display:flex}.Profile-module__0bviMW__stat{flex-direction:column;align-items:center;display:flex}.Profile-module__0bviMW__stat strong{color:var(--primary);font-size:1.8rem}.Profile-module__0bviMW__stat span{text-transform:uppercase;opacity:.5;font-size:.8rem}@media (max-width:1024px){.Profile-module__0bviMW__grid{grid-template-columns:1fr}.Profile-module__0bviMW__profileHeader{text-align:center;flex-direction:column}}
.Programas-module__V7Q1Tq__main{color:#1a1a1a;background:#fff;min-height:100vh;padding-bottom:6rem}.Programas-module__V7Q1Tq__hero{text-align:center;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 50%,#1a1a1a 100%);border-bottom:1px solid #ffffff1a;justify-content:center;align-items:center;min-height:450px;padding:120px 1.5rem 80px;display:flex;position:relative}.Programas-module__V7Q1Tq__heroOverlay{background:linear-gradient(135deg,#ff6b0026 0%,#ff6b000d 100%);position:absolute;inset:0}.Programas-module__V7Q1Tq__heroContent{z-index:1;max-width:800px;margin:0 auto;position:relative}.Programas-module__V7Q1Tq__heroBadge{text-transform:uppercase;letter-spacing:.12em;color:#ff6b00;background:#ff6b0026;border:1px solid #ff6b0066;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:700;display:inline-block}.Programas-module__V7Q1Tq__heroContent h1{color:#fff;margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.2}.Programas-module__V7Q1Tq__heroContent p{color:#fffc;max-width:600px;margin:0 auto 2rem;font-size:1.1rem;font-weight:400;line-height:1.75}.Programas-module__V7Q1Tq__heroBtn{color:#fff;background:linear-gradient(135deg,#ff6b00 0%,#ff8533 50%,#ff6b00 100%) 0 0/200% 200%;border:none;border-radius:50px;padding:.9rem 2.2rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;animation:3s ease-in-out infinite Programas-module__V7Q1Tq__shimmer;display:inline-block}.Programas-module__V7Q1Tq__heroBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff6b0066}.Programas-module__V7Q1Tq__clubeSection{background:linear-gradient(135deg,#fff8f0 0%,#fff 50%,#fff8f0 100%);border-top:1px solid #ff6b0026;border-bottom:1px solid #ff6b0026;padding:4rem 1.5rem;position:relative;overflow:hidden}.Programas-module__V7Q1Tq__clubeSection:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ff6b0008 0%,#ff6b0003 100%);position:absolute;inset:0}.Programas-module__V7Q1Tq__clubeContainer{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.Programas-module__V7Q1Tq__clubeHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.Programas-module__V7Q1Tq__clubeHeaderLeft{flex-direction:column;flex:1;gap:.85rem;min-width:280px;display:flex}.Programas-module__V7Q1Tq__clubeFeaturedBadge{text-transform:uppercase;letter-spacing:.14em;color:#ff6b00;background:#ff6b001f;border:1px solid #ff6b0059;border-radius:50px;align-items:center;gap:.4rem;width:fit-content;padding:.3rem 1rem;font-family:Outfit,sans-serif;font-size:.7rem;font-weight:800;animation:2.5s ease-in-out infinite Programas-module__V7Q1Tq__pulseOrange;display:inline-flex}@keyframes Programas-module__V7Q1Tq__pulseOrange{0%,to{box-shadow:0 0 #ff6b0059}50%{box-shadow:0 0 0 6px #ff6b0000}}.Programas-module__V7Q1Tq__clubeIconRow{align-items:center;gap:1rem;display:flex}.Programas-module__V7Q1Tq__clubeIcon{filter:drop-shadow(0 0 12px #ff6b0080);font-size:3rem}.Programas-module__V7Q1Tq__clubeTitle{background:linear-gradient(135deg,#ff6b00 0%,#ff8533 50%,#ff6b00 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Outfit,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;line-height:1.2}.Programas-module__V7Q1Tq__clubeProvince{color:#ff6b00b3;letter-spacing:.05em;font-family:Outfit,sans-serif;font-size:.8rem}.Programas-module__V7Q1Tq__clubeLema{color:#000000b3;border-left:3px solid #ff6b0066;margin:0;padding-left:1rem;font-size:1.05rem;font-style:italic;line-height:1.6}.Programas-module__V7Q1Tq__clubeHeaderRight{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.75rem;display:flex}.Programas-module__V7Q1Tq__clubeInscBtn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#ff6b00 0%,#ff8533 50%,#ff6b00 100%) 0 0/200% 200%;border:none;border-radius:50px;padding:.85rem 2rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:800;transition:all .3s;animation:3s ease-in-out infinite Programas-module__V7Q1Tq__shimmer;display:inline-block;box-shadow:0 4px 20px #ff6b004d}.Programas-module__V7Q1Tq__clubeInscBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ff6b0080}.Programas-module__V7Q1Tq__clubeDetailBtn{color:#ff6b00cc;cursor:pointer;background:#ff6b0014;border:1px solid #ff6b0040;border-radius:50px;padding:.6rem 1.25rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:600;transition:all .2s}.Programas-module__V7Q1Tq__clubeDetailBtn:hover{color:#ff6b00;background:#ff6b0026}.Programas-module__V7Q1Tq__clubeDesc{color:#000c;white-space:pre-line;max-width:900px;margin:0;font-size:1.1rem;font-weight:400;line-height:1.8}.Programas-module__V7Q1Tq__clubePillars{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (max-width:860px){.Programas-module__V7Q1Tq__clubePillars{grid-template-columns:1fr}}.Programas-module__V7Q1Tq__clubePillar{background:#fff;border:1px solid #0000001a;border-radius:16px;flex-direction:column;gap:.6rem;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000a}.Programas-module__V7Q1Tq__clubePillar:hover{border-color:#ff6b0066;transform:translateY(-4px);box-shadow:0 8px 24px #ff6b001f}.Programas-module__V7Q1Tq__clubePillarIcon{font-size:1.6rem}.Programas-module__V7Q1Tq__clubePillar h4{color:#ff6b00;text-transform:uppercase;letter-spacing:.08em;margin:0;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700}.Programas-module__V7Q1Tq__clubePillar p{color:#000000b3;white-space:pre-line;margin:0;font-size:.95rem;font-weight:400;line-height:1.75}.Programas-module__V7Q1Tq__clubeExpanded{border-top:1px solid #ff6b0026;padding-top:2rem;animation:.3s Programas-module__V7Q1Tq__fadeInDown}@keyframes Programas-module__V7Q1Tq__fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Programas-module__V7Q1Tq__clubeExpandedGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}@media (max-width:760px){.Programas-module__V7Q1Tq__clubeExpandedGrid{grid-template-columns:1fr}}.Programas-module__V7Q1Tq__clubeDetailBlock{background:#fff;border:1px solid #00000014;border-radius:16px;padding:1.5rem;transition:all .3s;box-shadow:0 2px 8px #00000008}.Programas-module__V7Q1Tq__clubeDetailBlock:hover{border-color:#ff6b004d;box-shadow:0 4px 16px #ff6b0014}.Programas-module__V7Q1Tq__clubeDetailBlock h4{color:#ff6b00;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .75rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:700}.Programas-module__V7Q1Tq__clubeDetailBlock p{color:#000000b3;white-space:pre-line;margin:0;font-size:.95rem;line-height:1.75}.Programas-module__V7Q1Tq__clubeExpandedCTA{justify-content:center;padding-top:1rem;display:flex}.Programas-module__V7Q1Tq__sectionLabel{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.Programas-module__V7Q1Tq__sectionLabel span{text-transform:uppercase;letter-spacing:.12em;color:#00000080;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700}.Programas-module__V7Q1Tq__sectionLabel:after{content:"";background:#00000014;flex:1;height:1px}.Programas-module__V7Q1Tq__section{background:#fff;padding:4rem 1.5rem}.Programas-module__V7Q1Tq__container{max-width:1200px;margin:0 auto}.Programas-module__V7Q1Tq__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}@media (max-width:860px){.Programas-module__V7Q1Tq__grid{grid-template-columns:1fr}}.Programas-module__V7Q1Tq__card{background:#fff;border:1px solid #00000014;border-radius:20px;flex-direction:column;gap:1.5rem;padding:2rem;transition:all .3s;display:flex;box-shadow:0 2px 12px #0000000a}.Programas-module__V7Q1Tq__card:hover,.Programas-module__V7Q1Tq__cardOpen{border-color:#ff6b0080;transform:translateY(-4px);box-shadow:0 8px 28px #ff6b001f}.Programas-module__V7Q1Tq__cardTop{flex-direction:column;gap:1rem;display:flex}.Programas-module__V7Q1Tq__cardMeta{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.Programas-module__V7Q1Tq__durationBadge{color:#000000b3;background:#0000000f;border:1px solid #0000001f;border-radius:50px;padding:.35rem .8rem;font-size:.8rem;font-weight:500}.Programas-module__V7Q1Tq__cardTitle{color:#1a1a1a;margin:0;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.3}.Programas-module__V7Q1Tq__cardDesc{color:#000000b3;margin:0;font-size:1.05rem;font-weight:400;line-height:1.75}.Programas-module__V7Q1Tq__cardDetails{border-top:1px solid #0000001a;flex-direction:column;gap:1.25rem;padding-top:1.25rem;display:flex}.Programas-module__V7Q1Tq__detailBlock h4{color:#ff6b00;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:700}.Programas-module__V7Q1Tq__detailBlock p{color:#000000bf;white-space:pre-line;margin:0;font-size:1rem;font-weight:400;line-height:1.75}.Programas-module__V7Q1Tq__cardFooter{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.Programas-module__V7Q1Tq__toggleBtn{color:#000c;cursor:pointer;background:#0000000f;border:1px solid #0000002e;border-radius:50px;padding:.7rem 1.4rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600;transition:all .2s}.Programas-module__V7Q1Tq__toggleBtn:hover{color:#ff6b00;background:#ff6b0026;border-color:#ff6b0066}.Programas-module__V7Q1Tq__applyBtn{color:#fff;background:linear-gradient(135deg,#ff6b00 0%,#ff8533 50%,#ff6b00 100%) 0 0/200% 200%;border:none;border-radius:50px;padding:.7rem 1.6rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;animation:3s ease-in-out infinite Programas-module__V7Q1Tq__shimmer}.Programas-module__V7Q1Tq__applyBtn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #ff6b0059}.Programas-module__V7Q1Tq__shareLinkBtn{color:#000000a6;background:#0000000d;border:1px solid #00000026;border-radius:50px;align-items:center;gap:.35rem;padding:.65rem 1.3rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.Programas-module__V7Q1Tq__shareLinkBtn:hover{color:#ff6b00;background:#ff6b001a;border-color:#ff6b0066;transform:translateY(-1px)}.Programas-module__V7Q1Tq__loading{color:#00000080;flex-direction:column;align-items:center;gap:1rem;padding:5rem;display:flex}.Programas-module__V7Q1Tq__spinner{border:3px solid #ff6b0026;border-top-color:#ff6b00;border-radius:50%;width:40px;height:40px;animation:.9s linear infinite Programas-module__V7Q1Tq__spin}@keyframes Programas-module__V7Q1Tq__spin{to{transform:rotate(360deg)}}@keyframes Programas-module__V7Q1Tq__shimmer{0%,to{background-position:0%}50%{background-position:100%}}.Programas-module__V7Q1Tq__empty{color:#0006;text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:5rem;display:flex}.Programas-module__V7Q1Tq__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000d9;justify-content:center;align-items:flex-start;padding:1rem;animation:.25s Programas-module__V7Q1Tq__overlayIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes Programas-module__V7Q1Tq__overlayIn{0%{opacity:0}to{opacity:1}}.Programas-module__V7Q1Tq__modal{background:#fff;border:1px solid #ff6b004d;border-radius:24px;width:100%;max-width:780px;max-height:90vh;margin:auto;animation:.3s cubic-bezier(.34,1.56,.64,1) Programas-module__V7Q1Tq__modalSlideIn;overflow-y:auto}@keyframes Programas-module__V7Q1Tq__modalSlideIn{0%{opacity:0;transform:translateY(30px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.Programas-module__V7Q1Tq__modalHeader{background:linear-gradient(135deg,#fff8f0 0%,#fff 100%);border-bottom:1px solid #ff6b0033;justify-content:space-between;align-items:center;gap:1rem;padding:1.75rem 2rem;display:flex}.Programas-module__V7Q1Tq__modalHeaderLeft{align-items:center;gap:1rem;display:flex}.Programas-module__V7Q1Tq__modalHeaderIcon{filter:drop-shadow(0 0 8px #ff6b0080);font-size:2.2rem}.Programas-module__V7Q1Tq__modalTitle{background:linear-gradient(135deg,#ff6b00,#ff8533);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:800}.Programas-module__V7Q1Tq__modalSubtitle{color:#00000073;margin:.2rem 0 0;font-family:Outfit,sans-serif;font-size:.8rem}.Programas-module__V7Q1Tq__modalClose{color:#0009;cursor:pointer;background:#0000000d;border:1px solid #00000026;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;transition:all .2s;display:flex}.Programas-module__V7Q1Tq__modalClose:hover{color:#000;background:#0000001a}.Programas-module__V7Q1Tq__inqueritorForm{flex-direction:column;gap:0;padding:1.5rem;display:flex}.Programas-module__V7Q1Tq__formIntro{color:#0009;background:#ff6b0014;border:1px solid #ff6b0033;border-radius:12px;margin:0 0 1.5rem;padding:1rem 1.25rem;font-size:.88rem;line-height:1.7}.Programas-module__V7Q1Tq__formSection{border-bottom:1px solid #0000001a;flex-direction:column;gap:1.25rem;padding:1.75rem 0;display:flex}.Programas-module__V7Q1Tq__formSection:last-of-type{border-bottom:none}.Programas-module__V7Q1Tq__formSectionHeader{align-items:center;gap:.85rem;display:flex}.Programas-module__V7Q1Tq__formSectionNumber{color:#fff;background:linear-gradient(135deg,#ff6b00,#ff8533);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:800;display:flex}.Programas-module__V7Q1Tq__formSectionHeader h3{color:#1a1a1a;margin:0;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700}.Programas-module__V7Q1Tq__optional{color:#0006;font-size:.75rem;font-weight:400}.Programas-module__V7Q1Tq__formGrid2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:600px){.Programas-module__V7Q1Tq__formGrid2{grid-template-columns:1fr}}.Programas-module__V7Q1Tq__colSpan2{grid-column:1/-1}.Programas-module__V7Q1Tq__formField{flex-direction:column;gap:.4rem;display:flex}.Programas-module__V7Q1Tq__formField label{color:#000000b3;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:600}.Programas-module__V7Q1Tq__required{color:#ff6b00}.Programas-module__V7Q1Tq__formInput{color:#1a1a1a;box-sizing:border-box;background:#fff;border:1px solid #00000026;border-radius:10px;outline:none;width:100%;padding:.7rem 1rem;font-family:Outfit,sans-serif;font-size:.9rem;transition:border-color .2s,background .2s}.Programas-module__V7Q1Tq__formInput:focus{background:#fff;border-color:#ff6b0099}.Programas-module__V7Q1Tq__formInput::placeholder{color:#00000059}.Programas-module__V7Q1Tq__signatureInput{color:#ff6b00;font-family:Georgia,serif;font-size:1rem;font-style:italic}.Programas-module__V7Q1Tq__checkGroup{flex-direction:column;gap:.6rem;display:flex}.Programas-module__V7Q1Tq__checkLabel{cursor:pointer;color:#000000b3;align-items:center;gap:.7rem;font-family:Outfit,sans-serif;font-size:.88rem;transition:color .2s;display:flex}.Programas-module__V7Q1Tq__checkLabel:hover{color:#000}.Programas-module__V7Q1Tq__checkInput{display:none}.Programas-module__V7Q1Tq__checkBox{background:#ff6b000a;border:2px solid #ff6b0059;border-radius:4px;flex-shrink:0;width:18px;height:18px;transition:all .2s;position:relative}.Programas-module__V7Q1Tq__checkInput:checked+.Programas-module__V7Q1Tq__checkBox{background:#ff6b00;border-color:#ff6b00}.Programas-module__V7Q1Tq__checkInput:checked+.Programas-module__V7Q1Tq__checkBox:after{content:"✓";color:#fff;justify-content:center;align-items:center;font-size:.7rem;font-weight:900;display:flex;position:absolute;inset:0}.Programas-module__V7Q1Tq__checkOtherInput{color:#1a1a1a;background:#fff;border:1px solid #00000026;border-radius:6px;outline:none;flex:1;max-width:220px;margin-left:.4rem;padding:.3rem .7rem;font-family:Outfit,sans-serif;font-size:.85rem;transition:border-color .2s}.Programas-module__V7Q1Tq__checkOtherInput:focus{border-color:#ff6b0080}.Programas-module__V7Q1Tq__radioGroup{flex-direction:column;gap:.5rem;display:flex}.Programas-module__V7Q1Tq__radioGroupRow{flex-wrap:wrap;gap:.75rem;display:flex}.Programas-module__V7Q1Tq__radioGroupCol{flex-direction:column;gap:.5rem;display:flex}.Programas-module__V7Q1Tq__radioLabel{cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:12px;align-items:flex-start;gap:.85rem;padding:.85rem 1.1rem;transition:all .2s;display:flex}.Programas-module__V7Q1Tq__radioLabel:hover{background:#ff6b000a;border-color:#ff6b004d}.Programas-module__V7Q1Tq__radioLabelActive{background:#ff6b000f!important;border-color:#ff6b0080!important}.Programas-module__V7Q1Tq__radioLabelRow{cursor:pointer;color:#000000b3;background:#fff;border:1px solid #0000001a;border-radius:10px;align-items:center;gap:.7rem;padding:.6rem 1rem;font-family:Outfit,sans-serif;font-size:.88rem;transition:all .2s;display:flex}.Programas-module__V7Q1Tq__radioLabelRow:hover{color:#000;border-color:#ff6b0066}.Programas-module__V7Q1Tq__radioLabelRowActive{color:#ff6b00!important;background:#ff6b000f!important;border-color:#ff6b0080!important}.Programas-module__V7Q1Tq__radioInput{display:none}.Programas-module__V7Q1Tq__radioCircle{border:2px solid #ff6b0066;border-radius:50%;flex-shrink:0;width:18px;height:18px;margin-top:2px;transition:all .2s;position:relative}.Programas-module__V7Q1Tq__radioLabelActive .Programas-module__V7Q1Tq__radioCircle,.Programas-module__V7Q1Tq__radioLabelRowActive .Programas-module__V7Q1Tq__radioCircle{background:#ff6b001a;border-color:#ff6b00}.Programas-module__V7Q1Tq__radioLabelActive .Programas-module__V7Q1Tq__radioCircle:after,.Programas-module__V7Q1Tq__radioLabelRowActive .Programas-module__V7Q1Tq__radioCircle:after{content:"";background:#ff6b00;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Programas-module__V7Q1Tq__radioContent{flex-direction:column;gap:.15rem;display:flex}.Programas-module__V7Q1Tq__radioLabelText{color:#000000d9;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600}.Programas-module__V7Q1Tq__radioSub{color:#ff6b00bf;font-family:Outfit,sans-serif;font-size:.78rem}.Programas-module__V7Q1Tq__declaracaoBox{background:#ff6b0014;border:1px solid #ff6b0040;border-radius:12px;padding:1.25rem}.Programas-module__V7Q1Tq__declaracaoBox p{color:#000000a6;margin:0;font-size:.88rem;line-height:1.75}.Programas-module__V7Q1Tq__declaracaoBox strong{color:#ff6b00}.Programas-module__V7Q1Tq__reservadoAbn{color:#00000080;background:#00000005;border:1px dashed #00000026;border-radius:10px;flex-direction:column;gap:.4rem;padding:1rem 1.25rem;font-family:Outfit,sans-serif;font-size:.8rem;display:flex}.Programas-module__V7Q1Tq__reservadoAbn span:first-child{color:#0009;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:700}.Programas-module__V7Q1Tq__formActions{border-top:1px solid #0000001a;flex-wrap:wrap;justify-content:flex-end;gap:1rem;padding-top:1.5rem;display:flex}.Programas-module__V7Q1Tq__cancelBtn{color:#0009;cursor:pointer;background:0 0;border:1px solid #0003;border-radius:50px;padding:.8rem 1.75rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600;transition:all .2s}.Programas-module__V7Q1Tq__cancelBtn:hover{color:#000000e6;border-color:#0006}.Programas-module__V7Q1Tq__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b00 0%,#ff8533 50%,#ff6b00 100%) 0 0/200%;border:none;border-radius:50px;padding:.8rem 2rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:800;transition:all .3s}.Programas-module__V7Q1Tq__submitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff6b0066}.Programas-module__V7Q1Tq__successState{text-align:center;background:#fff;border-radius:16px;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 1.5rem;display:flex}.Programas-module__V7Q1Tq__successIcon{font-size:2.5rem;animation:.5s cubic-bezier(.34,1.56,.64,1) Programas-module__V7Q1Tq__bounceIn}@keyframes Programas-module__V7Q1Tq__bounceIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.Programas-module__V7Q1Tq__successState h3{color:#1a1a1a;margin:0;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.Programas-module__V7Q1Tq__successState p{color:#0009;max-width:400px;margin:0;font-size:.85rem;line-height:1.6}.Programas-module__V7Q1Tq__successNote{background:#00000008;border-radius:8px;padding:.75rem 1rem;color:#00000073!important;max-width:420px!important;font-size:.75rem!important}.Programas-module__V7Q1Tq__successActions{flex-direction:column;gap:.75rem;width:100%;max-width:280px;display:flex}.Programas-module__V7Q1Tq__successActionBtn{color:#1a1a1a;cursor:pointer;text-align:center;background:#fff;border:1px solid #00000026;border-radius:8px;padding:.7rem 1rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s}.Programas-module__V7Q1Tq__successActionBtn:hover{color:#ff6b00;background:#ff6b000a;border-color:#ff6b0066}.Programas-module__V7Q1Tq__wizardProgress{margin-bottom:1.5rem}.Programas-module__V7Q1Tq__progressSteps{flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-bottom:1rem;display:flex}.Programas-module__V7Q1Tq__progressStep{cursor:pointer;flex-direction:column;flex:1;align-items:center;gap:.4rem;min-width:60px;transition:all .2s;display:flex}.Programas-module__V7Q1Tq__progressStep:not(.Programas-module__V7Q1Tq__completedStep):not(.Programas-module__V7Q1Tq__activeStep){cursor:default}.Programas-module__V7Q1Tq__progressStep.Programas-module__V7Q1Tq__completedStep{cursor:pointer}.Programas-module__V7Q1Tq__stepNumber{color:#00000080;background:#00000014;border:2px solid #00000026;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;transition:all .3s;display:flex}.Programas-module__V7Q1Tq__activeStep .Programas-module__V7Q1Tq__stepNumber{color:#fff;background:linear-gradient(135deg,#ff6b00,#ff8533);border-color:#ff6b00;box-shadow:0 0 12px #ff6b0066}.Programas-module__V7Q1Tq__completedStep .Programas-module__V7Q1Tq__stepNumber{color:#fff;background:#2e8b57;border-color:#2e8b57}.Programas-module__V7Q1Tq__stepLabel{color:#0006;text-align:center;font-size:.7rem;font-weight:600;transition:color .2s}.Programas-module__V7Q1Tq__activeStep .Programas-module__V7Q1Tq__stepLabel{color:#ff6b00}.Programas-module__V7Q1Tq__completedStep .Programas-module__V7Q1Tq__stepLabel{color:#2e8b57}.Programas-module__V7Q1Tq__progressBar{background:#0000001a;border-radius:2px;height:4px;overflow:hidden}.Programas-module__V7Q1Tq__progressFill{background:linear-gradient(90deg,#ff6b00,#ff8533);border-radius:2px;height:100%;transition:width .3s}.Programas-module__V7Q1Tq__wizardNavigation{border-top:1px solid #0000001a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.Programas-module__V7Q1Tq__wizardBtn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#ff6b00 0%,#ff8533 50%,#ff6b00 100%) 0 0/200%;border:none;border-radius:50px;justify-content:center;align-items:center;max-width:fit-content;padding:.65rem 1.4rem;font-family:Outfit,sans-serif;font-size:.88rem;font-weight:700;transition:all .3s;display:inline-flex}.Programas-module__V7Q1Tq__wizardBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #ff6b0066}.Programas-module__V7Q1Tq__wizardBtn:disabled{opacity:.5;cursor:not-allowed}.Programas-module__V7Q1Tq__wizardBtn:first-child{color:#0009;background:0 0;border:1px solid #0003}.Programas-module__V7Q1Tq__wizardBtn:first-child:hover{color:#000000e6;background:#0000000d;border-color:#0006}@media (max-width:640px){.Programas-module__V7Q1Tq__progressSteps{gap:.3rem}.Programas-module__V7Q1Tq__stepNumber{width:28px;height:28px;font-size:.75rem}.Programas-module__V7Q1Tq__stepLabel{font-size:.65rem}.Programas-module__V7Q1Tq__wizardNavigation{flex-direction:row;justify-content:space-between;gap:.5rem}.Programas-module__V7Q1Tq__wizardBtn{white-space:nowrap;width:auto;max-width:100%;padding:.6rem 1rem;font-size:.82rem}.Programas-module__V7Q1Tq__hero{min-height:400px;padding:100px 1rem 60px}.Programas-module__V7Q1Tq__heroContent h1{font-size:1.6rem}.Programas-module__V7Q1Tq__heroContent p{font-size:1rem}.Programas-module__V7Q1Tq__section{padding:3rem 1rem}.Programas-module__V7Q1Tq__clubeSection{padding:2rem 1rem}.Programas-module__V7Q1Tq__clubeHeader{flex-direction:column;align-items:flex-start;gap:1.5rem}.Programas-module__V7Q1Tq__clubeHeaderRight{align-items:flex-start;width:100%}.Programas-module__V7Q1Tq__clubeInscBtn{text-align:center;width:100%;padding:1rem 1.5rem}.Programas-module__V7Q1Tq__clubePillars{grid-template-columns:1fr}.Programas-module__V7Q1Tq__grid{grid-template-columns:1fr;gap:1.5rem}.Programas-module__V7Q1Tq__card{padding:1.5rem}.Programas-module__V7Q1Tq__cardTitle{font-size:1.2rem}.Programas-module__V7Q1Tq__cardDesc{font-size:1rem}.Programas-module__V7Q1Tq__modal{border-radius:16px;max-height:95vh;margin:1rem}.Programas-module__V7Q1Tq__modalHeader{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem}.Programas-module__V7Q1Tq__modalHeaderLeft{width:100%}.Programas-module__V7Q1Tq__modalClose{position:absolute;top:1rem;right:1rem}.Programas-module__V7Q1Tq__inqueritorForm{padding:1.25rem}.Programas-module__V7Q1Tq__formSection{padding:1.25rem 0}.Programas-module__V7Q1Tq__formGrid2{grid-template-columns:1fr;gap:.75rem}.Programas-module__V7Q1Tq__checkOtherInput{max-width:100%;margin-top:.5rem;margin-left:0}.Programas-module__V7Q1Tq__radioGroupRow{flex-direction:column;align-items:stretch}.Programas-module__V7Q1Tq__radioLabelRow{width:100%}}@media (max-width:480px){.Programas-module__V7Q1Tq__hero{min-height:350px;padding:80px 1rem 50px}.Programas-module__V7Q1Tq__heroContent h1{font-size:1.4rem}.Programas-module__V7Q1Tq__heroBadge{padding:.25rem .75rem;font-size:.65rem}.Programas-module__V7Q1Tq__heroContent p{font-size:.95rem}.Programas-module__V7Q1Tq__clubeIcon{font-size:2.5rem}.Programas-module__V7Q1Tq__clubeTitle{font-size:1.5rem}.Programas-module__V7Q1Tq__clubeDesc{font-size:1rem}.Programas-module__V7Q1Tq__cardTitle{font-size:1.15rem}.Programas-module__V7Q1Tq__cardDesc,.Programas-module__V7Q1Tq__detailBlock p{font-size:.95rem}.Programas-module__V7Q1Tq__toggleBtn,.Programas-module__V7Q1Tq__applyBtn{text-align:center;width:100%}.Programas-module__V7Q1Tq__cardFooter{flex-direction:column;align-items:stretch}}@media (min-width:768px) and (max-width:1024px){.Programas-module__V7Q1Tq__grid{grid-template-columns:repeat(2,1fr)}.Programas-module__V7Q1Tq__card{padding:1.75rem}.Programas-module__V7Q1Tq__clubePillars{grid-template-columns:repeat(2,1fr)}}
.Stats-module__yL2aHq__statsSection{background:#fff;width:100%;padding:100px 2rem;position:relative;overflow:hidden}.Stats-module__yL2aHq__statsSection:before{content:"";pointer-events:none;background:radial-gradient(70% 50% at 50% 0,#d4af370d 0%,#0000 70%);position:absolute;inset:0}.Stats-module__yL2aHq__container{max-width:1200px;margin:0 auto;position:relative}.Stats-module__yL2aHq__header{text-align:center;margin-bottom:4rem}.Stats-module__yL2aHq__badge{text-transform:uppercase;letter-spacing:.12em;color:var(--primary,#d4af37);background:#d4af3714;border:1px solid #d4af3733;border-radius:50px;margin-bottom:1.25rem;padding:.3rem 1rem;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:700;display:inline-block}.Stats-module__yL2aHq__title{color:#1c1917;letter-spacing:-.02em;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:800}.Stats-module__yL2aHq__subtitle{color:#64748b;max-width:480px;margin:0 auto;font-size:1.05rem;font-weight:400;line-height:1.6}.Stats-module__yL2aHq__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.Stats-module__yL2aHq__statCard{text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:20px;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1.5rem 1.75rem;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000000a}.Stats-module__yL2aHq__statCard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000017}.Stats-module__yL2aHq__accentLine{border-radius:0 0 20px 20px;height:3px;position:absolute;bottom:0;left:0;right:0}.Stats-module__yL2aHq__iconBox{border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:.5rem;transition:transform .2s;display:flex}.Stats-module__yL2aHq__statCard:hover .Stats-module__yL2aHq__iconBox{transform:scale(1.08)}.Stats-module__yL2aHq__value{font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:900;line-height:1}.Stats-module__yL2aHq__label{color:#64748b;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:500;line-height:1.4}.Stats-module__yL2aHq__skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;width:80px;height:36px;animation:1.5s infinite Stats-module__yL2aHq__shimmer;display:inline-block}@keyframes Stats-module__yL2aHq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:992px){.Stats-module__yL2aHq__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:768px){.Stats-module__yL2aHq__statsSection{padding:60px 1.25rem}.Stats-module__yL2aHq__header{margin-bottom:2.5rem}}@media (max-width:480px){.Stats-module__yL2aHq__grid{grid-template-columns:1fr}}
