@import"https://fonts.googleapis.com/css2?family=Major+Mono+Display&family=Six+Caps&display=swap";@import"https://fonts.googleapis.com/css2?family=Barriecito&display=swap";@import"https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope";:root{font-family:Zen Kaku Gothic New,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html{margin:0;padding:0;width:100%;overflow-x:hidden;scroll-behavior:smooth}body{margin:0;padding:0;width:100%;background:#000;overflow-x:hidden;min-width:320px}p,h1,h2,h3,h4,h5,h6,span,div,a,li,td,th{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;word-spacing:normal}body.dragging{cursor:grabbing}#root{width:100%;min-height:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.special-gothic-heading,.special-gothic-heading-primary{font-family:Special Gothic Expanded One,sans-serif;letter-spacing:.1em}.special-gothic-heading-secondary{font-family:Special Gothic Expanded One,sans-serif;letter-spacing:.08em}.special-gothic-heading-hero{font-family:Special Gothic Expanded One,sans-serif;letter-spacing:.02em}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{position:fixed;top:0;left:0;width:100vw;max-width:100vw;padding:1.5rem;z-index:10002;display:grid;grid-template-columns:auto 1fr;column-gap:1rem;pointer-events:none;opacity:0;box-sizing:border-box;overflow:visible;transition:all .3s ease;isolation:isolate}.header.scrolled{background-color:#fff;padding:1rem 1.5rem;pointer-events:none}.header.scrolled>*{pointer-events:auto}.header>*{pointer-events:auto}.header .hamburger-button,.mobile-menu{pointer-events:auto}.header.hamburger-mode{padding:1rem 1.5rem}.header.hamburger-mode .values-section.hidden,.header.hamburger-mode .location-section.hidden,.header.hamburger-mode .contact-section.hidden,.header.hamburger-mode .social-section.hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease}.nav-section{grid-column:1;display:flex;align-items:center}.values-section{grid-column:2 / -1;display:flex;flex-direction:column;justify-content:center}.menu-list{display:flex;gap:2rem;width:100%;justify-content:flex-end}.logo-container{margin-bottom:1.5rem;display:block;width:50px;height:50px;position:relative;cursor:pointer}.logo-image{width:50px;height:50px;object-fit:contain;display:block;transition:filter .3s ease}.header.scrolled .logo-image{filter:invert(1)}a{position:relative;cursor:pointer;color:#bdbdbd;padding:0;display:inline-block;z-index:1;text-decoration:none;font-size:14px;opacity:1;transition:color .3s ease;font-weight:700}.header.scrolled a{color:#000}a:after{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:#fff;z-index:-1;transition:width .3s cubic-bezier(.34,1.56,.64,1)}a:hover:after{width:100%}a:hover{color:#000;mix-blend-mode:difference;opacity:1}p{display:block;text-decoration:none;color:#bdbdbd;font-size:14px;font-weight:600;letter-spacing:-.01rem;-webkit-font-smoothing:antialiased;margin:0}ul{list-style:none;margin:0;padding:0}li{margin-bottom:.5rem}h3{font-size:14px;margin-bottom:1rem;font-weight:600;color:#bdbdbd;font-family:Zen Kaku Gothic New,sans-serif}.hamburger-button{display:none;position:fixed;top:1.5rem;right:1.5rem;width:2.5rem;height:2.5rem;background:transparent;border:none;cursor:pointer;z-index:100001;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:0;pointer-events:auto;isolation:isolate;touch-action:manipulation}.hamburger-button,.hamburger-button *{cursor:pointer;pointer-events:auto}.header.hamburger-mode .hamburger-button{display:flex}.header.scrolled .hamburger-line{background-color:#000}.hamburger-line{width:1.8rem;height:2px;background-color:#fff;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);transform-origin:center}.hamburger-button.white-bg .hamburger-line,.hamburger-button.white-bg .hamburger-line.open{background-color:#000}.hamburger-line.open:nth-child(1){transform:translateY(calc(.4rem + 1px)) rotate(45deg)}.hamburger-line.open:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger-line.open:nth-child(3){transform:translateY(calc(-.4rem - 1px)) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;left:auto;width:300px;height:100vh;background-color:#000000fa;z-index:100000;transform:translate(100%);visibility:hidden;pointer-events:none;transition:transform .3s ease,visibility .3s ease;overflow-y:auto;padding:6rem 2rem 2rem;box-sizing:border-box;border-left:1px solid rgba(255,255,255,.1)}.header.menu-open .hamburger-button{z-index:100002}.mobile-menu.open{transform:translate(0);visibility:visible;pointer-events:auto}.mobile-menu-content{width:100%;display:flex;flex-direction:column;gap:3rem}.mobile-menu-section{opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease}.mobile-menu.open .mobile-menu-section{opacity:1;transform:translateY(0)}.mobile-menu.open .mobile-menu-section:nth-child(1){transition-delay:.1s}.mobile-menu.open .mobile-menu-section:nth-child(2){transition-delay:.2s}.mobile-menu.open .mobile-menu-section:nth-child(3){transition-delay:.3s}.mobile-menu.open .mobile-menu-section:nth-child(4){transition-delay:.4s}.mobile-menu-section h3{margin-bottom:1.5rem}.mobile-menu-section ul{display:flex;flex-direction:column;gap:1rem}.mobile-menu-section li{margin-bottom:0}.mobile-menu-section p{font-family:Space Grotesk,sans-serif;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:400;color:#fff;line-height:1.6;margin:0;margin-bottom:.5rem}@media(max-width:767px){.mobile-menu{width:100vw;border-left:none}.header,.header.hamburger-mode{padding:1rem}.hamburger-button{top:1rem;right:1rem}.values-section,.location-section,.contact-section,.social-section{display:none}.header.hamburger-mode .hamburger-button{display:flex}}.footer{position:relative;width:100%;max-width:100vw;padding:10vh 3% 4rem 3%;z-index:10000;display:grid;grid-template-columns:repeat(12,1fr);column-gap:1rem;pointer-events:none;opacity:0;box-sizing:border-box;overflow:hidden;transition:opacity 1.4s ease;background-color:#000;margin-top:auto}.footer>*{pointer-events:auto}.nav-section{grid-column:1 / span 3}.values-section{grid-column:5 / span 2}.location-section{grid-column:7 / span 2}.contact-section{grid-column:9 / span 2}.social-section{grid-column:11 / span 2;text-align:right}.logo-container{margin-bottom:1.5rem;display:block;width:3rem;height:1.5rem;position:relative;cursor:pointer}.logo-circles{position:relative;width:100%;height:100%}.circle{position:absolute;border-radius:50%;transition:transform .3s ease;width:1.4rem;height:1.4rem;background-color:#fff;top:50%}.circle-1{left:0;transform:translateY(-50%)}.circle-2{left:.8rem;transform:translateY(-50%);mix-blend-mode:exclusion}.logo-container:hover .circle-1{transform:translate(-.5rem,-50%)}.logo-container:hover .circle-2{transform:translate(.5rem,-50%)}.footer a{position:relative;cursor:pointer;color:#fff;padding:0;display:inline-block;z-index:1;text-decoration:none;font-size:14px;opacity:1;transition:color .3s ease;font-weight:700}.footer a:after{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:#fff;z-index:-1;transition:width .3s cubic-bezier(.34,1.56,.64,1)}.footer a:hover:after{width:100%}.footer a:hover{color:#000;mix-blend-mode:difference;opacity:1}.footer p{display:block;text-decoration:none;color:#fff;font-size:14px;font-weight:600;letter-spacing:-.01rem;-webkit-font-smoothing:antialiased;margin:0}.footer ul{list-style:none;margin:0;padding:0}.footer li{margin-bottom:.5rem}.footer h3{font-size:14px;margin-bottom:1rem;font-weight:600;color:#fff;font-family:Zen Kaku Gothic New,sans-serif}@media(max-width:1024px){.footer{padding:8vh 5% 3rem 5%;grid-template-columns:repeat(6,1fr)}.nav-section{grid-column:1 / span 3}.values-section{grid-column:4 / span 3}.location-section{grid-column:1 / span 3;margin-top:2rem}.contact-section{grid-column:4 / span 3;margin-top:2rem}.social-section{grid-column:1 / span 6;text-align:left;margin-top:2rem}}@media(max-width:768px){.footer{padding:6vh 5% 2rem 5%;grid-template-columns:1fr;gap:2rem}.nav-section,.values-section,.location-section,.contact-section,.social-section{grid-column:1;margin-top:0}.social-section{text-align:left}}@media(max-width:480px){.footer{padding:5vh 1.5rem 2rem 1.5rem}}.feedback-overlay{position:fixed;inset:0;width:100%;height:100%;background-color:transparent;cursor:crosshair;z-index:9998;pointer-events:auto}.feedback-toggle-container{display:none;position:fixed;bottom:20px;right:20px;flex-direction:column;align-items:center;gap:8px;z-index:10000}.feedback-toggle{width:60px;height:30px;min-width:60px;min-height:30px;border-radius:15px;background-color:#f44;border:none;cursor:pointer;display:flex;align-items:center;box-shadow:0 4px 12px #0000004d;transition:background-color .3s ease;padding:3px;overflow:visible}.feedback-toggle:hover{transform:scale(1.1);box-shadow:0 6px 16px #0006}.feedback-toggle.active{background-color:#4f4}.feedback-toggle-slider{width:24px;height:24px;border-radius:50%;background-color:#fff;display:block;position:relative;transition:transform .3s ease;box-shadow:0 2px 4px #0003;transform:translate(0)}.feedback-toggle.active .feedback-toggle-slider{transform:translate(30px)}.feedback-toggle-label{font-size:12px;color:#333;text-align:center;white-space:nowrap;font-weight:500}.feedback-clear{position:fixed;bottom:90px;right:20px;padding:10px 20px;background-color:#333;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;z-index:10000;box-shadow:0 4px 12px #0000004d;transition:all .3s ease}.feedback-clear:hover{background-color:#555;transform:translateY(-2px)}.feedback-marker{position:absolute;width:24px;height:24px;background-color:red;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:9999;box-shadow:0 0 0 2px #fffc,0 0 8px #f009;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;line-height:1}.feedback-marker.hoverable{pointer-events:auto;cursor:pointer}.feedback-marker.visible{display:flex}.feedback-marker.hidden{display:none}.feedback-marker-remove{position:absolute;width:18px;height:18px;border-radius:50%;background-color:red;color:#fff;border:2px solid white;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;line-height:1;padding:0;z-index:10000;box-shadow:0 2px 6px #0000004d;transform:translate(-50%,-50%);transition:all .2s ease}.feedback-marker-remove:hover{background-color:#c00;transform:translate(-50%,-50%) scale(1.2);box-shadow:0 3px 8px #0006}.feedback-input{position:absolute;transform:translateY(-50%);padding:8px 12px;border:2px solid #ff0000;border-radius:6px;background-color:#fff;font-size:14px;min-width:250px;z-index:10001;box-shadow:0 4px 12px #0000004d;outline:none}.feedback-input:focus{border-color:#c00;box-shadow:0 4px 16px #f006}.feedback-tooltip{position:absolute;transform:translateY(-100%);padding:10px 14px;background-color:#333;color:#fff;border-radius:6px;font-size:14px;max-width:300px;z-index:10002;box-shadow:0 4px 12px #0006;pointer-events:none;white-space:pre-wrap;word-wrap:break-word}.feedback-tooltip:after{content:"";position:absolute;bottom:-6px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #333}.scroll-progress-bar-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:transparent;z-index:1;pointer-events:none;overflow:hidden;opacity:.3}.scroll-progress-svg{width:100%;height:100%;position:absolute;top:0;left:0}.scroll-progress-path{filter:drop-shadow(0 0 10px rgba(5,178,193,.5));transition:stroke-dashoffset .1s ease-out}.rocket-container{transition:transform .1s ease-out}.rocket-svg{filter:drop-shadow(0 0 5px rgba(5,178,193,.8))}.progress-percentage-text{font-size:7pt;fill:#05b2c1;opacity:.3;font-family:Space Grotesk,sans-serif;transition:x .1s ease-out,y .1s ease-out}.loading-screen-container{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000;z-index:1000;overflow:hidden}.loading-indicator-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:1.5rem;z-index:1001;pointer-events:none}.loading-indicator{width:60px;height:60px;border:3px solid rgba(5,178,193,.3);border-top-color:#05b2c1;border-radius:50%;animation:spin 1s linear infinite}.loading-text{font-family:Zen Kaku Gothic New,sans-serif;font-size:clamp(.9rem,1.5vw,1.2rem);color:#05b2c1cc;text-transform:lowercase;letter-spacing:.1em;display:inline-flex;gap:.05em}.loading-char{display:inline-block;opacity:0;animation:loadingCharReveal 3s infinite;animation-delay:calc(var(--char-index) * .08s)}@keyframes loadingCharReveal{0%{opacity:0}5%{opacity:1}30%{opacity:1}35%{opacity:.2}40%{opacity:1}45%{opacity:.2}50%{opacity:1}55%{opacity:.2}60%{opacity:1}70%{opacity:1}75%{opacity:0}to{opacity:0}}.loading-indicator:before{content:"";position:absolute;inset:-3px;border:3px solid transparent;border-top-color:#05b2c1;border-radius:50%;animation:spinReverse .8s linear infinite;opacity:.6}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinReverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.act-1{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.text-blocks-wrapper{display:flex;gap:60px;max-width:90%;width:100%;justify-content:flex-start;align-items:flex-start;padding-left:40px}.text-block{flex:1;display:flex;flex-wrap:wrap;gap:.25em;text-align:left;color:#ecf0f1;font-size:24px;line-height:1.8;font-family:Zen Kaku Gothic New,sans-serif;max-width:500px;white-space:normal;word-spacing:normal}.word{display:inline-block;opacity:0;transform:translateY(30px);animation:slideUpFadeIn .6s ease-out forwards}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.act-2{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;background-color:#000}.orange-square{position:absolute;width:100px;height:100px;background-color:#05b2c1;border-radius:4px;top:50%;left:50%;transform:translate(-50%,-50%);animation:expandSquare .5s ease-out forwards}@keyframes expandSquare{0%{width:100px;height:100px;border-radius:4px}to{width:200vmax;height:200vmax;border-radius:0}}.act-3{width:100%;height:100%;position:relative;overflow:hidden;background-color:#05b2c1}.curtain-stripes{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#05b2c1;background-image:repeating-linear-gradient(90deg,#05b2c1,#05b2c1 40px,#00000026 40px 80px);animation:curtainOpen .8s ease-in-out forwards}@keyframes curtainOpen{0%{transform:translate(0)}to{transform:translate(100%)}}@media(max-width:1024px){.text-blocks-wrapper{gap:40px;padding-left:30px}.text-block{font-size:20px}}@media(max-width:768px){.act-1{align-items:flex-start;padding-top:2rem;padding-bottom:2rem}.text-blocks-wrapper{flex-direction:column;gap:30px;align-items:flex-start;padding-left:1.5rem;padding-right:1.5rem}.text-block{text-align:left;max-width:100%;font-size:clamp(16px,4vw,20px)}.loading-indicator-wrapper{position:absolute;top:auto;bottom:10%;left:50%;transform:translate(-50%)}}@media(max-width:480px){.text-blocks-wrapper{padding-left:1rem;padding-right:1rem;gap:25px}.text-block{font-size:clamp(14px,4.5vw,18px)}.loading-indicator-wrapper{bottom:8%}}.secret-agent-reveal{position:relative;overflow:hidden}.secret-agent-content{position:relative;z-index:2;color:#05b2c1;filter:contrast(1.2) brightness(1.1);word-spacing:normal}.secret-char{opacity:0;display:inline-block;transition:opacity .1s ease-in;letter-spacing:inherit;word-spacing:normal}.secret-word{display:inline-block;white-space:nowrap;letter-spacing:inherit}.secret-agent-content .special-gothic-heading-primary,.secret-agent-content .special-gothic-heading-secondary{letter-spacing:inherit}.secret-char.revealed{opacity:1;color:#05b2c1;text-shadow:0 0 3px rgb(5,178,193),0 0 6px rgb(5,178,193)}.secret-agent-reveal.complete .secret-char{opacity:1}.secret-agent-scanner{position:absolute;width:2px;background:#05b2c1e6;box-shadow:0 0 5px #05b2c1,0 0 10px #05b2c1,inset 0 0 3px #05b2c1;z-index:3;pointer-events:none;will-change:left,top,height;transition:left .05s ease-out,top .05s ease-out,height .05s ease-out}.secret-agent-reveal.revealing .secret-agent-scanner{animation:scanGlow .1s ease-in-out infinite}.secret-agent-reveal.complete .secret-agent-scanner{animation:blinkComplete .5s ease-in-out infinite}@keyframes scanGlow{0%,to{box-shadow:0 0 10px #05b2c1,0 0 20px #05b2c1,0 0 30px #05b2c1,inset 0 0 10px #05b2c1}50%{box-shadow:0 0 15px #05b2c1,0 0 30px #05b2c1,0 0 45px #05b2c1,inset 0 0 15px #05b2c1}}@keyframes blinkComplete{0%,to{opacity:1;box-shadow:0 0 10px #05b2c1,0 0 20px #05b2c1,0 0 30px #05b2c1,inset 0 0 10px #05b2c1}50%{opacity:.3;box-shadow:0 0 5px #05b2c1,0 0 10px #05b2c1,0 0 15px #05b2c1,inset 0 0 5px #05b2c1}}.secret-agent-content *{color:#05b2c1}.secret-agent-content h2,.secret-agent-content h3,.secret-agent-content .diagnostico-title,.secret-agent-content .diagnostico-section-title{text-shadow:0 0 2px rgb(5,178,193),0 0 4px rgb(5,178,193)}.secret-agent-content .diagnostico-item-title,.secret-agent-content .diagnostico-item-description,.secret-agent-content p,.secret-agent-content div{text-shadow:0 0 3px rgb(5,178,193),0 0 6px rgb(5,178,193)}.secret-agent-content *::selection{background:#05b2c14d;color:#05b2c1}.home-wrapper{position:relative;width:100%;min-height:100vh}.home-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100vh;max-height:100vh;background:#000;z-index:0;pointer-events:none}.section-container{position:relative;width:100%;min-height:auto;padding:10vh 3% 8rem 3%;z-index:10001;pointer-events:auto;background:var(--section-bg-color, transparent);overflow:hidden;box-sizing:border-box}.section-background-content{position:absolute;top:0;left:0;width:100%;min-height:100vh;height:auto;z-index:0;pointer-events:none}.section-container.with-header{padding:0;overflow:visible;min-height:100vh}.section-container.with-background{min-height:100vh}#lifelong-impact.section-container.with-custom-content,#zeladoria.section-container.with-custom-content{padding:0}.section-container.with-header .section-content-wrapper{padding:2rem 3% 0}.section-header{position:relative;width:100%;min-height:100vh;height:100vh;display:flex;align-items:center;justify-content:center;margin-bottom:0;box-sizing:border-box;overflow:visible;padding:2rem 3%}.section-content-wrapper{display:block;position:relative;z-index:1}.section-title{font-family:Special Gothic Expanded One,sans-serif;color:#fff;text-align:left;margin:0 0 3rem;padding:0;font-size:4.8rem;font-weight:700;line-height:1.2;text-transform:uppercase;position:relative;z-index:2;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;cursor:text}.section-title{font-size:clamp(4.8rem,9.6vw,9.6rem)}h1.section-title{font-size:clamp(9rem,24vw,18em)}.section-top-line{width:100%;height:2px;background:#fff;margin-bottom:2rem}.section-left{display:flex;flex-direction:column;gap:2rem;width:100%}.section-custom-content{width:100%;display:flex;flex-direction:column}.section-container.with-header .section-left{max-width:60%}.section-text-block{position:relative}.section-text-row{display:flex;flex-direction:row;gap:1.5rem;width:100%;align-items:flex-start}.section-text-row>*{flex:1}.section-text-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.section-text-column{display:flex;flex-direction:column}#plano-de-voo .section-text-columns{gap:1rem;align-items:start}.section-grid-2x2{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:1.5rem}.section-grid-cell{display:flex;flex-direction:column;max-width:85%;position:relative;padding-left:1.5rem}.section-grid-cell:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#000}.section-grid-cell.section-full-column{grid-column:3;grid-row:1 / 3;max-width:100%}.section-grid-2x2 .section-text{font-family:Space Grotesk,sans-serif}.section-image-placeholder{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.section-grid-image{width:100%;height:100%;object-fit:cover;display:block}.section-text-columns .section-text{font-weight:200}.section-text{font-family:Special Gothic Expanded One,sans-serif;line-height:1.8;color:#ffffffe6;text-align:left;opacity:0;transition:opacity .8s ease;font-weight:300;letter-spacing:.02em;pointer-events:auto;cursor:text;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;visibility:hidden;word-spacing:normal}.section-text.first-text{font-weight:700;column-count:1}.section-text-block .section-text.visible{opacity:1;visibility:visible}#disclaimer .section-grid-cell:before{display:none}#disclaimer .cascade-text.console-style,#disclaimer .section-title{color:#fff}#disclaimer .disclaimer-background-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;display:flex;align-items:center;justify-content:center;overflow:hidden}#disclaimer .disclaimer-jellyfish-bg{width:100%;height:100%;object-fit:cover;opacity:.3}#disclaimer.section-container{background-color:#000;background-image:linear-gradient(rgba(5,178,193,.2) 2px,transparent 2px),linear-gradient(90deg,rgba(5,178,193,.2) 2px,transparent 1px),linear-gradient(rgba(5,178,193,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(5,178,193,.1) 1px,transparent 1px);background-size:100px 100px,100px 100px,20px 20px,20px 20px;background-position:-2px -2px,-2px -2px,-1px -1px,-1px -1px}#plano-de-voo.section-container{margin-top:5rem;padding-top:calc(10vh + 3rem);background-color:transparent}#plano-de-voo.section-container:before{content:"";position:absolute;top:2.5rem;left:3%;right:3%;height:2px;background:linear-gradient(90deg,#fff0,#ffffff73,#fff0);z-index:1;opacity:.8}#plano-de-voo.section-container:after{content:"";position:absolute;top:0;left:3%;right:3%;height:6rem;background:linear-gradient(180deg,#ffffff14,#fff0);opacity:.35;pointer-events:none;z-index:0}@media(max-width:1024px){#plano-de-voo.section-container{margin-top:4rem;padding-top:calc(10vh + 2.5rem)}#plano-de-voo.section-container:before{top:2rem}.section-container.with-header{padding:0;min-height:auto}.section-container.with-header .section-content-wrapper{padding:2rem 5% 0}.section-container.with-header .section-left{max-width:100%}.section-header{padding:2rem 5%;min-height:auto;height:auto}.section-container.with-custom-content{padding:10vh 5% 8rem 5%}}@media(max-width:768px){.section-container{padding:15vh 5% 4rem 5%}.section-container.with-header{padding:0;min-height:auto}.section-container.with-header .section-content-wrapper{padding:2rem 5% 0}.section-container.with-custom-content{padding:15vh 5% 4rem 5%}.section-header{padding:4rem 5% 2rem;min-height:auto;height:auto;max-height:none;align-items:flex-start}.section-text-columns{grid-template-columns:1fr}.section-text-row{flex-direction:column;gap:1rem}.section-grid-2x2{grid-template-columns:1fr;grid-template-rows:auto}.section-grid-cell{max-width:100%;padding-left:0}.section-grid-cell:before{display:none}.section-grid-cell.section-full-column{grid-column:1;grid-row:auto}#plano-de-voo.section-container{margin-top:3rem;padding-top:calc(15vh + 2rem)}#plano-de-voo.section-container:before{left:5%;right:5%}}@media(max-width:480px){.section-container{padding:15vh 1.5rem 4rem 1.5rem}.section-container.with-header{min-height:auto}.section-container.with-header .section-content-wrapper{padding:2rem 1.5rem 0}.section-container.with-custom-content{padding:15vh 1.5rem 4rem 1.5rem}.section-header{padding:3rem 1.5rem 2rem;min-height:auto;height:auto;max-height:none}.section-title{font-size:clamp(1.5rem,6vw,2.5rem);margin-bottom:2rem}h1.section-title{font-size:clamp(2rem,10vw,4rem)}.section-text.first-text{font-size:clamp(1rem,4vw,1.4rem)}#plano-de-voo.section-container{margin-top:2.5rem;padding-top:calc(15vh + 2rem)}#plano-de-voo.section-container:before{left:1.5rem;right:1.5rem}}.hero-description{font-size:12pt;font-weight:400;line-height:1.5;font-family:Special Gothic Expanded One,sans-serif;color:#ffffffe6;margin:0;padding:0}.hero-description--hero{color:#ffffffe6}.cascade-text{text-align:left;line-height:1;font-family:Space Grotesk,sans-serif;color:#ffffffe6;font-weight:300;letter-spacing:.05em;margin:0;white-space:pre-line;min-height:1em;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;cursor:text;word-spacing:normal}.cascade-text.console-style{color:#bfe9b6;letter-spacing:.05em}.hero-description.cascade-text.console-style{font-weight:400}#plano-de-voo .cascade-text.console-style,.zeladoria .cascade-text.console-style,.lifelong-impact .cascade-text.console-style{color:#fff}.animated-text-background{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4em;scale:1 2;z-index:0;pointer-events:none;opacity:var(--opacity, .3);width:100%;height:100%;display:flex;align-items:center;justify-content:center}.animated-text-background p{text-transform:uppercase;line-height:.8;--t: 0%;font-family:Manrope,sans-serif;position:relative;color:#fff}.animated-text-background p:hover{--t: 100%}.animated-text-background p:before{content:attr(data-text-end);opacity:0}.animated-text-background i{font-style:inherit;position:absolute;inset:0;transition:1s;--i: var(--sibling-index, 0);--n: var(--sibling-count, 1);transition-delay:calc(50ms * var(--i));--hairline-fix: .3%;--pt-height: calc(100% / var(--n));--y-start: calc(var(--pt-height) * (var(--i) - 1));--y-end: calc(var(--pt-height) * var(--i) + var(--hairline-fix));clip-path:polygon(0 var(--y-start),100% var(--y-start),100% var(--y-end),0 var(--y-end))}.animated-text-background i:before,.animated-text-background i:after{position:absolute;transition:inherit;color:inherit}.animated-text-background i:before{content:attr(data-text-start);scale:3.5 1;transform-origin:0% 50%;transform:scaleX(calc(100% - var(--t)))}.animated-text-background i:after{content:attr(data-text-end);transform-origin:100% 50%;transform:scaleX(var(--t))}.numbers-wrapper{position:relative;display:inline-block;width:28vw;max-width:100%;height:28vw;line-height:1;perspective:1000px;transform-style:preserve-3d;overflow:visible;box-sizing:border-box}.number-42{position:absolute;font-family:Special Gothic Expanded One,sans-serif;font-size:clamp(120px,48vw,440px);font-weight:700;line-height:1;will-change:transform;opacity:0;white-space:nowrap;top:50%;left:50%;box-sizing:border-box}@media(max-width:1024px){.numbers-wrapper{width:30vw;height:30vw;max-width:100%}.number-42{font-size:clamp(100px,54vw,400px)}}@media(max-width:768px){.numbers-wrapper{width:25vw;height:25vw;max-width:120px;max-height:120px}.number-42{font-size:clamp(80px,44vw,240px)}}@media(max-width:480px){.numbers-wrapper{width:20vw;height:20vw;max-width:100px;max-height:100px}.number-42{font-size:clamp(70px,36vw,200px)}}.number-42-1{z-index:3;color:#05b2c199;animation:fadeInNumber1 1s ease-out forwards;transform-origin:center center}.number-42-2{z-index:2;animation-delay:.2s;color:#05b2c166;animation:fadeInNumber2 1s ease-out forwards;transform-origin:center center}.number-42-3{z-index:1;animation-delay:.4s;color:#05b2c14d;animation:fadeInNumber3 1s ease-out forwards;transform-origin:center center}@keyframes fadeInNumber1{0%{opacity:0;transform:translate(-50%,-50%) translateY(60px) translate(20px) rotateY(45deg)}to{opacity:1;transform:translate(-50%,-50%) translateY(10px) translate(10px) rotateY(60deg)}}@keyframes fadeInNumber2{0%{opacity:0;transform:translate(-50%,-50%) translateY(60px) translate(-15px) rotateY(-45deg)}to{opacity:1;transform:translate(-50%,-50%) translateY(20px) translate(15px) rotateY(60deg)}}@keyframes fadeInNumber3{0%{opacity:0;transform:translate(-50%,-50%) translateY(60px) translate(-10px) rotateY(-45deg)}to{opacity:1;transform:translate(-50%,-50%) translateY(30px) translate(20px) rotateY(60deg)}}.numbers-42-container{position:relative;width:100%;max-width:100%;min-height:100vh;pointer-events:none;z-index:9999;display:grid;grid-template-columns:auto .5fr;grid-template-rows:auto auto auto;align-items:end;gap:.5rem 1rem;--lab-font-size: 20vw;overflow:visible;box-sizing:border-box;padding:2rem 3% 4rem;justify-items:start}.numbers-42-container .lab-text,.numbers-42-container .developing-futures-text,.numbers-42-container .hero-description{margin-left:0;padding-left:0}.lab-42-wrapper{grid-column:1 / 3;grid-row:1;display:inline-flex;align-items:baseline;flex-wrap:nowrap;gap:-2rem;line-height:1}.numbers-42-container>.numbers-wrapper{flex-shrink:0;display:inline-block;vertical-align:baseline}.lab-text{position:relative;z-index:4;font-family:Special Gothic Expanded One,sans-serif;color:#fff;font-weight:700;white-space:nowrap;font-size:clamp(8rem,20vw,25rem);text-transform:uppercase;animation:fadeInNumber 1s ease-out forwards;opacity:0;padding:0;line-height:1;pointer-events:auto;-webkit-user-select:text;user-select:text;cursor:text;max-width:100%;overflow:hidden;box-sizing:border-box;text-align:left;display:inline-block;width:fit-content;margin:0 0 0 -.15em;flex-shrink:1;min-width:0;text-overflow:ellipsis}.hero-text-container{grid-column:1;grid-row:2;display:flex;flex-direction:column;gap:1rem;max-width:800px}.developing-futures-text{position:relative;z-index:4;font-family:Special Gothic Expanded One,sans-serif;color:#fff;font-weight:400;font-size:3.5vw;letter-spacing:.15em;text-transform:uppercase;opacity:1;margin:0;padding:0;line-height:1.2;pointer-events:auto;-webkit-user-select:text;user-select:text;cursor:text;max-width:100%;overflow:visible;box-sizing:border-box;text-align:left;align-self:start}.hero-description{position:relative;z-index:4;font-family:Zen Kaku Gothic New,sans-serif;color:#ffffffe6;font-weight:400;line-height:1.5;margin:0;padding:0;max-width:60ch;pointer-events:auto;-webkit-user-select:text;user-select:text;cursor:text}.scroll-indicator{grid-column:1;grid-row:3;position:relative;z-index:4;display:flex;align-items:center;justify-content:flex-start;margin:1.5rem 0 5rem;padding:0;pointer-events:auto;cursor:pointer;animation:fadeInNumber 1s ease-out .3s forwards;opacity:0}.scroll-arrow{color:#ffffffe6;width:72px;height:72px;animation:bounceDown 2s ease-in-out infinite;transition:color .3s ease}.scroll-indicator:hover .scroll-arrow{color:#fff}@keyframes bounceDown{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes fadeInNumber{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.numbers-42-container{padding:2rem 5%;grid-template-columns:1fr;gap:.5rem}.lab-42-wrapper{grid-column:1;grid-row:1;align-items:baseline;display:inline-flex;flex-wrap:wrap;width:100%}.numbers-42-container>.numbers-wrapper{align-self:flex-end}.lab-42-wrapper{gap:-1.5rem}.lab-text{font-size:clamp(6rem,18vw,20rem);white-space:nowrap}.developing-futures-text{font-size:clamp(2rem,5vw,3.5vw)}.hero-description{max-width:100%}.scroll-indicator{margin:1.2rem 0 2rem}}@media(max-width:768px){.numbers-42-container{padding:1.5rem 5% 2rem;grid-template-columns:1fr;gap:.5rem;min-height:auto!important;height:auto!important}.lab-42-wrapper{grid-column:1;grid-row:1;align-items:baseline;display:inline-flex;flex-wrap:wrap;width:100%}.numbers-42-container>.numbers-wrapper{width:auto;max-width:none;align-self:flex-end}.lab-42-wrapper{gap:-1rem}.lab-text{font-size:clamp(4rem,15vw,18rem);white-space:nowrap}.developing-futures-text{font-size:clamp(1.5rem,6vw,2.5rem);line-height:1.3}.scroll-indicator{margin:1rem 0 1.5rem}.scroll-arrow{width:60px;height:60px}}@media(max-width:480px){.numbers-42-container{padding:1rem 1.5rem;min-height:auto!important;height:auto!important;display:flex;align-items:flex-start;flex-direction:column;justify-content:space-around}.lab-42-wrapper{width:100%}.numbers-42-container>.numbers-wrapper{align-self:flex-end}.lab-42-wrapper{gap:-.5rem}.lab-text{font-size:clamp(3rem,12vw,15rem);white-space:nowrap}.developing-futures-text{font-size:clamp(1.2rem,7vw,2rem)}.scroll-indicator{margin:.75rem 0 1rem}.scroll-arrow{width:54px;height:54px}}.world-map-container{position:absolute;top:0;left:0;width:100%;max-width:100%;height:calc(100vw * 35 / 55);max-height:100vh;min-height:100vh;z-index:0;pointer-events:none;font-size:clamp(.4rem,.6vw,.6rem);overflow:hidden;box-sizing:border-box}.world-map-scroll-wrapper{width:100%;height:100%;position:relative}.world-map-grid{display:grid;grid-template-columns:repeat(55,1fr);grid-template-rows:repeat(35,1fr);width:100%;height:100%}.world-map-grid-duplicate{position:absolute;top:100%;left:0}.world-map-cell{width:100%;height:100%;min-width:.3em;min-height:.3em;opacity:.3;aspect-ratio:1}.world-map-cell:nth-child(19),.world-map-cell:nth-child(20),.world-map-cell:nth-child(21),.world-map-cell:nth-child(73),.world-map-cell:nth-child(74),.world-map-cell:nth-child(75),.world-map-cell:nth-child(76),.world-map-cell:nth-child(77),.world-map-cell:nth-child(123),.world-map-cell:nth-child(124),.world-map-cell:nth-child(127),.world-map-cell:nth-child(128),.world-map-cell:nth-child(129),.world-map-cell:nth-child(130),.world-map-cell:nth-child(131),.world-map-cell:nth-child(132),.world-map-cell:nth-child(177),.world-map-cell:nth-child(178),.world-map-cell:nth-child(179),.world-map-cell:nth-child(181),.world-map-cell:nth-child(182),.world-map-cell:nth-child(183),.world-map-cell:nth-child(184),.world-map-cell:nth-child(185),.world-map-cell:nth-child(186),.world-map-cell:nth-child(187),.world-map-cell:nth-child(188),.world-map-cell:nth-child(228),.world-map-cell:nth-child(229),.world-map-cell:nth-child(230),.world-map-cell:nth-child(231),.world-map-cell:nth-child(232),.world-map-cell:nth-child(233),.world-map-cell:nth-child(234),.world-map-cell:nth-child(237),.world-map-cell:nth-child(238),.world-map-cell:nth-child(239),.world-map-cell:nth-child(240),.world-map-cell:nth-child(241),.world-map-cell:nth-child(242),.world-map-cell:nth-child(243),.world-map-cell:nth-child(283),.world-map-cell:nth-child(284),.world-map-cell:nth-child(285),.world-map-cell:nth-child(286),.world-map-cell:nth-child(287),.world-map-cell:nth-child(288),.world-map-cell:nth-child(289),.world-map-cell:nth-child(293),.world-map-cell:nth-child(294),.world-map-cell:nth-child(295),.world-map-cell:nth-child(296),.world-map-cell:nth-child(297),.world-map-cell:nth-child(332),.world-map-cell:nth-child(333),.world-map-cell:nth-child(334),.world-map-cell:nth-child(337),.world-map-cell:nth-child(339),.world-map-cell:nth-child(340),.world-map-cell:nth-child(341),.world-map-cell:nth-child(342),.world-map-cell:nth-child(343),.world-map-cell:nth-child(348),.world-map-cell:nth-child(349),.world-map-cell:nth-child(350),.world-map-cell:nth-child(351),.world-map-cell:nth-child(352),.world-map-cell:nth-child(387),.world-map-cell:nth-child(388),.world-map-cell:nth-child(389),.world-map-cell:nth-child(390),.world-map-cell:nth-child(391),.world-map-cell:nth-child(392),.world-map-cell:nth-child(393),.world-map-cell:nth-child(394),.world-map-cell:nth-child(395),.world-map-cell:nth-child(396),.world-map-cell:nth-child(397),.world-map-cell:nth-child(398),.world-map-cell:nth-child(399),.world-map-cell:nth-child(404),.world-map-cell:nth-child(405),.world-map-cell:nth-child(406),.world-map-cell:nth-child(407),.world-map-cell:nth-child(441),.world-map-cell:nth-child(442),.world-map-cell:nth-child(443),.world-map-cell:nth-child(444),.world-map-cell:nth-child(445),.world-map-cell:nth-child(446),.world-map-cell:nth-child(447),.world-map-cell:nth-child(448),.world-map-cell:nth-child(449),.world-map-cell:nth-child(450),.world-map-cell:nth-child(451),.world-map-cell:nth-child(452),.world-map-cell:nth-child(453),.world-map-cell:nth-child(454),.world-map-cell:nth-child(455),.world-map-cell:nth-child(459),.world-map-cell:nth-child(460),.world-map-cell:nth-child(497),.world-map-cell:nth-child(498),.world-map-cell:nth-child(499),.world-map-cell:nth-child(500),.world-map-cell:nth-child(501),.world-map-cell:nth-child(502),.world-map-cell:nth-child(503),.world-map-cell:nth-child(504),.world-map-cell:nth-child(505),.world-map-cell:nth-child(506),.world-map-cell:nth-child(507),.world-map-cell:nth-child(509),.world-map-cell:nth-child(510),.world-map-cell:nth-child(511),.world-map-cell:nth-child(514),.world-map-cell:nth-child(552),.world-map-cell:nth-child(553),.world-map-cell:nth-child(554),.world-map-cell:nth-child(555),.world-map-cell:nth-child(556),.world-map-cell:nth-child(557),.world-map-cell:nth-child(558),.world-map-cell:nth-child(559),.world-map-cell:nth-child(560),.world-map-cell:nth-child(561),.world-map-cell:nth-child(562),.world-map-cell:nth-child(564),.world-map-cell:nth-child(565),.world-map-cell:nth-child(566),.world-map-cell:nth-child(607),.world-map-cell:nth-child(610),.world-map-cell:nth-child(611),.world-map-cell:nth-child(612),.world-map-cell:nth-child(613),.world-map-cell:nth-child(614),.world-map-cell:nth-child(615),.world-map-cell:nth-child(616),.world-map-cell:nth-child(619),.world-map-cell:nth-child(620),.world-map-cell:nth-child(621),.world-map-cell:nth-child(622),.world-map-cell:nth-child(666),.world-map-cell:nth-child(667),.world-map-cell:nth-child(668),.world-map-cell:nth-child(669),.world-map-cell:nth-child(670),.world-map-cell:nth-child(671),.world-map-cell:nth-child(672),.world-map-cell:nth-child(674),.world-map-cell:nth-child(675),.world-map-cell:nth-child(676),.world-map-cell:nth-child(722),.world-map-cell:nth-child(723),.world-map-cell:nth-child(724),.world-map-cell:nth-child(725),.world-map-cell:nth-child(726),.world-map-cell:nth-child(727),.world-map-cell:nth-child(728),.world-map-cell:nth-child(729),.world-map-cell:nth-child(730),.world-map-cell:nth-child(731),.world-map-cell:nth-child(778),.world-map-cell:nth-child(779),.world-map-cell:nth-child(780),.world-map-cell:nth-child(781),.world-map-cell:nth-child(782),.world-map-cell:nth-child(783),.world-map-cell:nth-child(784),.world-map-cell:nth-child(785),.world-map-cell:nth-child(786),.world-map-cell:nth-child(834),.world-map-cell:nth-child(835),.world-map-cell:nth-child(836),.world-map-cell:nth-child(837),.world-map-cell:nth-child(838),.world-map-cell:nth-child(839),.world-map-cell:nth-child(889),.world-map-cell:nth-child(890),.world-map-cell:nth-child(891),.world-map-cell:nth-child(892),.world-map-cell:nth-child(893),.world-map-cell:nth-child(894),.world-map-cell:nth-child(944),.world-map-cell:nth-child(945),.world-map-cell:nth-child(946),.world-map-cell:nth-child(947),.world-map-cell:nth-child(948),.world-map-cell:nth-child(949),.world-map-cell:nth-child(1000),.world-map-cell:nth-child(1001),.world-map-cell:nth-child(1002),.world-map-cell:nth-child(1005),.world-map-cell:nth-child(1056),.world-map-cell:nth-child(1057),.world-map-cell:nth-child(1112),.world-map-cell:nth-child(1113),.world-map-cell:nth-child(1114),.world-map-cell:nth-child(1169){background-color:#222;font-size:.5em;border-radius:50%;aspect-ratio:1;animation:north-america 12s ease-in-out infinite;animation-delay:calc(var(--random-delay, 0) * -1ms)}.world-map-cell:nth-child(1225),.world-map-cell:nth-child(1226),.world-map-cell:nth-child(1227),.world-map-cell:nth-child(1228),.world-map-cell:nth-child(1229),.world-map-cell:nth-child(1281),.world-map-cell:nth-child(1282),.world-map-cell:nth-child(1283),.world-map-cell:nth-child(1284),.world-map-cell:nth-child(1285),.world-map-cell:nth-child(1335),.world-map-cell:nth-child(1336),.world-map-cell:nth-child(1337),.world-map-cell:nth-child(1338),.world-map-cell:nth-child(1339),.world-map-cell:nth-child(1340),.world-map-cell:nth-child(1341),.world-map-cell:nth-child(1342),.world-map-cell:nth-child(1390),.world-map-cell:nth-child(1391),.world-map-cell:nth-child(1392),.world-map-cell:nth-child(1393),.world-map-cell:nth-child(1394),.world-map-cell:nth-child(1395),.world-map-cell:nth-child(1396),.world-map-cell:nth-child(1397),.world-map-cell:nth-child(1446),.world-map-cell:nth-child(1447),.world-map-cell:nth-child(1448),.world-map-cell:nth-child(1449),.world-map-cell:nth-child(1450),.world-map-cell:nth-child(1451),.world-map-cell:nth-child(1502),.world-map-cell:nth-child(1503),.world-map-cell:nth-child(1504),.world-map-cell:nth-child(1505),.world-map-cell:nth-child(1506),.world-map-cell:nth-child(1557),.world-map-cell:nth-child(1558),.world-map-cell:nth-child(1559),.world-map-cell:nth-child(1560),.world-map-cell:nth-child(1612),.world-map-cell:nth-child(1613),.world-map-cell:nth-child(1614),.world-map-cell:nth-child(1666),.world-map-cell:nth-child(1667),.world-map-cell:nth-child(1668),.world-map-cell:nth-child(1721),.world-map-cell:nth-child(1722),.world-map-cell:nth-child(1776),.world-map-cell:nth-child(1777),.world-map-cell:nth-child(1831),.world-map-cell:nth-child(1832),.world-map-cell:nth-child(1887){background-color:#222;font-size:.5em;border-radius:50%;aspect-ratio:1;animation:south-america 10s ease-in-out infinite;animation-delay:calc(var(--random-delay, 0) * -1ms)}.world-map-cell:nth-child(361),.world-map-cell:nth-child(362),.world-map-cell:nth-child(415),.world-map-cell:nth-child(416),.world-map-cell:nth-child(417),.world-map-cell:nth-child(469),.world-map-cell:nth-child(470),.world-map-cell:nth-child(471),.world-map-cell:nth-child(472),.world-map-cell:nth-child(523),.world-map-cell:nth-child(524),.world-map-cell:nth-child(525),.world-map-cell:nth-child(527),.world-map-cell:nth-child(582),.world-map-cell:nth-child(580),.world-map-cell:nth-child(579),.world-map-cell:nth-child(578),.world-map-cell:nth-child(632),.world-map-cell:nth-child(634),.world-map-cell:nth-child(636),.world-map-cell:nth-child(631),.world-map-cell:nth-child(311),.world-map-cell:nth-child(312),.world-map-cell:nth-child(251),.world-map-cell:nth-child(519),.world-map-cell:nth-child(520),.world-map-cell:nth-child(686),.world-map-cell:nth-child(687),.world-map-cell:nth-child(689),.world-map-cell:nth-child(688),.world-map-cell:nth-child(690),.world-map-cell:nth-child(691),.world-map-cell:nth-child(692),.world-map-cell:nth-child(637),.world-map-cell:nth-child(638),.world-map-cell:nth-child(583),.world-map-cell:nth-child(528),.world-map-cell:nth-child(473),.world-map-cell:nth-child(418),.world-map-cell:nth-child(474),.world-map-cell:nth-child(475),.world-map-cell:nth-child(365),.world-map-cell:nth-child(421),.world-map-cell:nth-child(476),.world-map-cell:nth-child(477),.world-map-cell:nth-child(531),.world-map-cell:nth-child(530),.world-map-cell:nth-child(529),.world-map-cell:nth-child(584),.world-map-cell:nth-child(585),.world-map-cell:nth-child(586),.world-map-cell:nth-child(639),.world-map-cell:nth-child(640),.world-map-cell:nth-child(641),.world-map-cell:nth-child(693),.world-map-cell:nth-child(694),.world-map-cell:nth-child(695),.world-map-cell:nth-child(696),.world-map-cell:nth-child(795),.world-map-cell:nth-child(796),.world-map-cell:nth-child(850),.world-map-cell:nth-child(851),.world-map-cell:nth-child(797),.world-map-cell:nth-child(742),.world-map-cell:nth-child(743),.world-map-cell:nth-child(744),.world-map-cell:nth-child(745),.world-map-cell:nth-child(746),.world-map-cell:nth-child(747),.world-map-cell:nth-child(748),.world-map-cell:nth-child(749),.world-map-cell:nth-child(750),.world-map-cell:nth-child(751),.world-map-cell:nth-child(805),.world-map-cell:nth-child(804),.world-map-cell:nth-child(803),.world-map-cell:nth-child(802),.world-map-cell:nth-child(801),.world-map-cell:nth-child(799),.world-map-cell:nth-child(798),.world-map-cell:nth-child(800),.world-map-cell:nth-child(854),.world-map-cell:nth-child(856),.world-map-cell:nth-child(857),.world-map-cell:nth-child(911){background-color:#222;font-size:.5em;border-radius:50%;aspect-ratio:1;animation:europe 10s ease-in-out infinite;animation-delay:calc(var(--random-delay, 0) * -1ms)}.world-map-cell:nth-child(961),.world-map-cell:nth-child(962),.world-map-cell:nth-child(963),.world-map-cell:nth-child(965),.world-map-cell:nth-child(1020),.world-map-cell:nth-child(1021),.world-map-cell:nth-child(1019),.world-map-cell:nth-child(1018),.world-map-cell:nth-child(1017),.world-map-cell:nth-child(1016),.world-map-cell:nth-child(1015),.world-map-cell:nth-child(1069),.world-map-cell:nth-child(1070),.world-map-cell:nth-child(1071),.world-map-cell:nth-child(1072),.world-map-cell:nth-child(1073),.world-map-cell:nth-child(1074),.world-map-cell:nth-child(1075),.world-map-cell:nth-child(1076),.world-map-cell:nth-child(1077),.world-map-cell:nth-child(1124),.world-map-cell:nth-child(1125),.world-map-cell:nth-child(1126),.world-map-cell:nth-child(1127),.world-map-cell:nth-child(1128),.world-map-cell:nth-child(1129),.world-map-cell:nth-child(1130),.world-map-cell:nth-child(1131),.world-map-cell:nth-child(1132),.world-map-cell:nth-child(1133),.world-map-cell:nth-child(1179),.world-map-cell:nth-child(1180),.world-map-cell:nth-child(1181),.world-map-cell:nth-child(1182),.world-map-cell:nth-child(1183),.world-map-cell:nth-child(1184),.world-map-cell:nth-child(1185),.world-map-cell:nth-child(1186),.world-map-cell:nth-child(1187),.world-map-cell:nth-child(1188),.world-map-cell:nth-child(1189),.world-map-cell:nth-child(1235),.world-map-cell:nth-child(1236),.world-map-cell:nth-child(1237),.world-map-cell:nth-child(1238),.world-map-cell:nth-child(1239),.world-map-cell:nth-child(1240),.world-map-cell:nth-child(1241),.world-map-cell:nth-child(1242),.world-map-cell:nth-child(1243),.world-map-cell:nth-child(1244),.world-map-cell:nth-child(1293),.world-map-cell:nth-child(1294),.world-map-cell:nth-child(1295),.world-map-cell:nth-child(1296),.world-map-cell:nth-child(1297),.world-map-cell:nth-child(1298),.world-map-cell:nth-child(1348),.world-map-cell:nth-child(1349),.world-map-cell:nth-child(1350),.world-map-cell:nth-child(1351),.world-map-cell:nth-child(1352),.world-map-cell:nth-child(1404),.world-map-cell:nth-child(1405),.world-map-cell:nth-child(1406),.world-map-cell:nth-child(1407),.world-map-cell:nth-child(1459),.world-map-cell:nth-child(1460),.world-map-cell:nth-child(1461),.world-map-cell:nth-child(1462),.world-map-cell:nth-child(1514),.world-map-cell:nth-child(1515),.world-map-cell:nth-child(1516),.world-map-cell:nth-child(1518),.world-map-cell:nth-child(1573),.world-map-cell:nth-child(1569),.world-map-cell:nth-child(1570),.world-map-cell:nth-child(1571),.world-map-cell:nth-child(1624),.world-map-cell:nth-child(1625){background-color:#222;font-size:.5em;border-radius:50%;aspect-ratio:1;animation:africa 12s ease-in-out infinite;animation-delay:calc(var(--random-delay, 0) * -1ms)}.world-map-cell:nth-child(154),.world-map-cell:nth-child(208),.world-map-cell:nth-child(209),.world-map-cell:nth-child(210),.world-map-cell:nth-child(262),.world-map-cell:nth-child(263),.world-map-cell:nth-child(264),.world-map-cell:nth-child(265),.world-map-cell:nth-child(314),.world-map-cell:nth-child(315),.world-map-cell:nth-child(316),.world-map-cell:nth-child(317),.world-map-cell:nth-child(318),.world-map-cell:nth-child(319),.world-map-cell:nth-child(320),.world-map-cell:nth-child(321),.world-map-cell:nth-child(322),.world-map-cell:nth-child(323),.world-map-cell:nth-child(325),.world-map-cell:nth-child(326),.world-map-cell:nth-child(369),.world-map-cell:nth-child(370),.world-map-cell:nth-child(371),.world-map-cell:nth-child(372),.world-map-cell:nth-child(373),.world-map-cell:nth-child(374),.world-map-cell:nth-child(375),.world-map-cell:nth-child(376),.world-map-cell:nth-child(377),.world-map-cell:nth-child(378),.world-map-cell:nth-child(379),.world-map-cell:nth-child(380),.world-map-cell:nth-child(381),.world-map-cell:nth-child(382),.world-map-cell:nth-child(423),.world-map-cell:nth-child(424),.world-map-cell:nth-child(425),.world-map-cell:nth-child(426),.world-map-cell:nth-child(427),.world-map-cell:nth-child(428),.world-map-cell:nth-child(429),.world-map-cell:nth-child(430),.world-map-cell:nth-child(431),.world-map-cell:nth-child(432),.world-map-cell:nth-child(433),.world-map-cell:nth-child(434),.world-map-cell:nth-child(435),.world-map-cell:nth-child(436),.world-map-cell:nth-child(437),.world-map-cell:nth-child(438),.world-map-cell:nth-child(439),.world-map-cell:nth-child(440),.world-map-cell:nth-child(478),.world-map-cell:nth-child(479),.world-map-cell:nth-child(480),.world-map-cell:nth-child(481),.world-map-cell:nth-child(482),.world-map-cell:nth-child(483),.world-map-cell:nth-child(484),.world-map-cell:nth-child(485),.world-map-cell:nth-child(486),.world-map-cell:nth-child(487),.world-map-cell:nth-child(488),.world-map-cell:nth-child(489),.world-map-cell:nth-child(490),.world-map-cell:nth-child(491),.world-map-cell:nth-child(492),.world-map-cell:nth-child(493),.world-map-cell:nth-child(494),.world-map-cell:nth-child(495),.world-map-cell:nth-child(532),.world-map-cell:nth-child(533),.world-map-cell:nth-child(534),.world-map-cell:nth-child(535),.world-map-cell:nth-child(536),.world-map-cell:nth-child(537),.world-map-cell:nth-child(538),.world-map-cell:nth-child(539),.world-map-cell:nth-child(540),.world-map-cell:nth-child(541),.world-map-cell:nth-child(542),.world-map-cell:nth-child(543),.world-map-cell:nth-child(544),.world-map-cell:nth-child(545),.world-map-cell:nth-child(546),.world-map-cell:nth-child(547),.world-map-cell:nth-child(548),.world-map-cell:nth-child(549),.world-map-cell:nth-child(550),.world-map-cell:nth-child(587),.world-map-cell:nth-child(588),.world-map-cell:nth-child(589),.world-map-cell:nth-child(590),.world-map-cell:nth-child(591),.world-map-cell:nth-child(592),.world-map-cell:nth-child(593),.world-map-cell:nth-child(594),.world-map-cell:nth-child(595),.world-map-cell:nth-child(596),.world-map-cell:nth-child(597),.world-map-cell:nth-child(598),.world-map-cell:nth-child(599),.world-map-cell:nth-child(600),.world-map-cell:nth-child(601),.world-map-cell:nth-child(603),.world-map-cell:nth-child(642),.world-map-cell:nth-child(643),.world-map-cell:nth-child(644),.world-map-cell:nth-child(645),.world-map-cell:nth-child(646),.world-map-cell:nth-child(647),.world-map-cell:nth-child(648),.world-map-cell:nth-child(649),.world-map-cell:nth-child(650),.world-map-cell:nth-child(651),.world-map-cell:nth-child(652),.world-map-cell:nth-child(653),.world-map-cell:nth-child(654),.world-map-cell:nth-child(657),.world-map-cell:nth-child(658),.world-map-cell:nth-child(697),.world-map-cell:nth-child(698),.world-map-cell:nth-child(699),.world-map-cell:nth-child(700),.world-map-cell:nth-child(701),.world-map-cell:nth-child(702),.world-map-cell:nth-child(703),.world-map-cell:nth-child(704),.world-map-cell:nth-child(705),.world-map-cell:nth-child(706),.world-map-cell:nth-child(707),.world-map-cell:nth-child(708),.world-map-cell:nth-child(709),.world-map-cell:nth-child(712),.world-map-cell:nth-child(752),.world-map-cell:nth-child(753),.world-map-cell:nth-child(754),.world-map-cell:nth-child(755),.world-map-cell:nth-child(756),.world-map-cell:nth-child(757),.world-map-cell:nth-child(758),.world-map-cell:nth-child(759),.world-map-cell:nth-child(760),.world-map-cell:nth-child(761),.world-map-cell:nth-child(762),.world-map-cell:nth-child(763),.world-map-cell:nth-child(764),.world-map-cell:nth-child(807),.world-map-cell:nth-child(808),.world-map-cell:nth-child(809),.world-map-cell:nth-child(810),.world-map-cell:nth-child(811),.world-map-cell:nth-child(812),.world-map-cell:nth-child(813),.world-map-cell:nth-child(814),.world-map-cell:nth-child(815),.world-map-cell:nth-child(816),.world-map-cell:nth-child(817),.world-map-cell:nth-child(818),.world-map-cell:nth-child(819),.world-map-cell:nth-child(821),.world-map-cell:nth-child(859),.world-map-cell:nth-child(860),.world-map-cell:nth-child(861),.world-map-cell:nth-child(862),.world-map-cell:nth-child(863),.world-map-cell:nth-child(864),.world-map-cell:nth-child(865),.world-map-cell:nth-child(866),.world-map-cell:nth-child(867),.world-map-cell:nth-child(868),.world-map-cell:nth-child(869),.world-map-cell:nth-child(870),.world-map-cell:nth-child(871),.world-map-cell:nth-child(872),.world-map-cell:nth-child(873),.world-map-cell:nth-child(876),.world-map-cell:nth-child(913),.world-map-cell:nth-child(914),.world-map-cell:nth-child(916),.world-map-cell:nth-child(917),.world-map-cell:nth-child(918),.world-map-cell:nth-child(919),.world-map-cell:nth-child(920),.world-map-cell:nth-child(921),.world-map-cell:nth-child(922),.world-map-cell:nth-child(923),.world-map-cell:nth-child(924),.world-map-cell:nth-child(925),.world-map-cell:nth-child(926),.world-map-cell:nth-child(928),.world-map-cell:nth-child(930),.world-map-cell:nth-child(967),.world-map-cell:nth-child(968),.world-map-cell:nth-child(969),.world-map-cell:nth-child(970),.world-map-cell:nth-child(972),.world-map-cell:nth-child(973),.world-map-cell:nth-child(974),.world-map-cell:nth-child(975),.world-map-cell:nth-child(976),.world-map-cell:nth-child(977),.world-map-cell:nth-child(978),.world-map-cell:nth-child(979),.world-map-cell:nth-child(980),.world-map-cell:nth-child(981),.world-map-cell:nth-child(982),.world-map-cell:nth-child(1022),.world-map-cell:nth-child(1023),.world-map-cell:nth-child(1024),.world-map-cell:nth-child(1025),.world-map-cell:nth-child(1026),.world-map-cell:nth-child(1027),.world-map-cell:nth-child(1029),.world-map-cell:nth-child(1030),.world-map-cell:nth-child(1031),.world-map-cell:nth-child(1034),.world-map-cell:nth-child(1035),.world-map-cell:nth-child(1036),.world-map-cell:nth-child(1037),.world-map-cell:nth-child(1079),.world-map-cell:nth-child(1080),.world-map-cell:nth-child(1081),.world-map-cell:nth-child(1085),.world-map-cell:nth-child(1089),.world-map-cell:nth-child(1090),.world-map-cell:nth-child(1135),.world-map-cell:nth-child(1144),.world-map-cell:nth-child(1145),.world-map-cell:nth-child(1200),.world-map-cell:nth-child(1202),.world-map-cell:nth-child(1203),.world-map-cell:nth-child(1255),.world-map-cell:nth-child(1256),.world-map-cell:nth-child(1257),.world-map-cell:nth-child(1311){background-color:#222;font-size:.5em;border-radius:50%;aspect-ratio:1;animation:asia 15s ease-in-out infinite;animation-delay:calc(var(--random-delay, 0) * -1ms)}.world-map-cell:nth-child(1206),.world-map-cell:nth-child(1262),.world-map-cell:nth-child(1263),.world-map-cell:nth-child(1317),.world-map-cell:nth-child(1369),.world-map-cell:nth-child(1370),.world-map-cell:nth-child(1372),.world-map-cell:nth-child(1422),.world-map-cell:nth-child(1423),.world-map-cell:nth-child(1424),.world-map-cell:nth-child(1425),.world-map-cell:nth-child(1426),.world-map-cell:nth-child(1427),.world-map-cell:nth-child(1428),.world-map-cell:nth-child(1476),.world-map-cell:nth-child(1477),.world-map-cell:nth-child(1478),.world-map-cell:nth-child(1479),.world-map-cell:nth-child(1480),.world-map-cell:nth-child(1481),.world-map-cell:nth-child(1482),.world-map-cell:nth-child(1483),.world-map-cell:nth-child(1531),.world-map-cell:nth-child(1532),.world-map-cell:nth-child(1533),.world-map-cell:nth-child(1534),.world-map-cell:nth-child(1535),.world-map-cell:nth-child(1536),.world-map-cell:nth-child(1537),.world-map-cell:nth-child(1538),.world-map-cell:nth-child(1586),.world-map-cell:nth-child(1587),.world-map-cell:nth-child(1590),.world-map-cell:nth-child(1591),.world-map-cell:nth-child(1592),.world-map-cell:nth-child(1645),.world-map-cell:nth-child(1646),.world-map-cell:nth-child(1650),.world-map-cell:nth-child(1705){background-color:#222;font-size:.5em;border-radius:50%;aspect-ratio:1;animation:australia 8s ease-in-out infinite;animation-delay:calc(var(--random-delay, 0) * -1ms)}@keyframes north-america{0%{background-color:#222}30%{background-color:#05b2c1}70%{background-color:#05b2c1}to{background-color:#222}}@keyframes south-america{0%{background-color:#222}30%{background-color:#05b2c1}70%{background-color:#05b2c1}to{background-color:#222}}@keyframes africa{0%{background-color:#222}30%{background-color:#ff7f00}70%{background-color:#ff7f00}to{background-color:#222}}@keyframes europe{0%{background-color:#222}30%{background-color:#f60}70%{background-color:#f60}to{background-color:#222}}@keyframes asia{0%{background-color:#222}30%{background-color:#f50}70%{background-color:#f50}to{background-color:#222}}@keyframes australia{0%{background-color:#222}30%{background-color:#ff4500}70%{background-color:#ff4500}to{background-color:#222}}.world-map-scroll-wrapper{animation:world-map-scroll 60s linear infinite}.world-map-grid{height:calc(100vw * 35 / 55)}.world-map-grid-duplicate{top:0}@keyframes world-map-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.accordion-container.visible{opacity:1}.accordion-item-wrapper{position:relative;width:100%;box-sizing:border-box}.accordion-item{width:100%;display:grid;grid-template-columns:22rem 1fr;align-items:center;padding:1.5rem 0;gap:1rem;background:transparent;border:none;border-radius:0;cursor:pointer;text-align:left;font-family:Zen Kaku Gothic New,sans-serif;font-weight:700;box-sizing:border-box;position:relative;z-index:1;transition:color .3s ease}.accordion-item:after{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:#fff;z-index:-1;transition:width .3s cubic-bezier(.34,1.56,.64,1)}.accordion-item:hover{color:#000;opacity:1}.accordion-item:hover:after{width:100%}.accordion-item:hover .accordion-title,.accordion-item:hover .accordion-title-text,.accordion-item:hover .accordion-description,.accordion-item:hover .accordion-arrow{color:#000}.accordion-title{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:clamp(1rem,2vw,1.5rem);color:#fff;text-transform:lowercase;flex-shrink:0;white-space:nowrap;margin-right:2rem}.accordion-arrow{display:inline-flex;align-items:center;justify-content:center;color:#fff;transition:transform .5s cubic-bezier(.25,.46,.45,.94);transform:rotate(0);width:clamp(1.2rem,2.2vw,1.8rem);height:clamp(1.2rem,2.2vw,1.8rem);flex-shrink:0}.accordion-arrow svg{width:100%;height:100%;display:block;filter:drop-shadow(0 0 1px rgba(255,255,255,.3))}.accordion-arrow svg path{stroke-linecap:round;stroke-linejoin:round;stroke:currentColor}.accordion-item:hover .accordion-arrow svg{filter:none}.accordion-arrow.expanded{transform:rotate(90deg)}.accordion-title-text{color:#fff;text-transform:uppercase}.accordion-description{color:#ffffffb3;text-align:left;max-width:100%;transition:all .3s ease;flex-shrink:1;justify-self:start}.accordion-item.expanded .accordion-description{color:#fff;font-weight:400}.accordion-expanded-content{width:100%;padding:2rem 0;padding-right:3%;animation:revealContent .6s cubic-bezier(.16,1,.3,1);will-change:opacity,transform;background:transparent}@keyframes revealContent{0%{opacity:0;transform:translateY(-20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.accordion-divider{display:none}@media(max-width:1024px){.accordion-container{padding:3rem 5%}.accordion-expanded-content{padding-right:5%}}@media(max-width:768px){.accordion-container{padding:3rem 5%}.accordion-expanded-content{padding-right:5%}.accordion-item{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem 0}.accordion-title{width:100%}.accordion-description{text-align:left;max-width:100%;width:100%}}@media(max-width:480px){.accordion-container{padding:3rem 1.5rem}.accordion-expanded-content{padding-right:1.5rem}}.diagnostico-content{width:100%;padding:2rem 0;background:transparent}.diagnostico-title{font-family:Special Gothic Expanded One,sans-serif;font-size:clamp(1.2rem,2.4vw,2rem);font-weight:700;color:#fff;text-transform:lowercase;text-align:center;margin:0 0 2rem;padding:0}.diagnostico-sections{display:grid;grid-template-columns:1fr 1fr;gap:4rem;width:100%;align-items:start;min-width:0}.diagnostico-section{padding:0;border-radius:0;display:flex;flex-direction:column;height:100%;min-width:0;background:transparent}.mission-types-section,.execution-formats-section{background:transparent}.diagnostico-section-title{font-family:Special Gothic Expanded One,sans-serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:#fff;text-transform:uppercase;margin:0 0 2.5rem;padding:0;text-align:left}.diagnostico-grid-table{display:grid;grid-template-columns:auto 1fr;gap:1.5rem 2rem;min-width:0;width:100%;height:fit-content;align-items:center}.diagnostico-grid-cell-title{font-family:Special Gothic Expanded One,sans-serif;font-size:clamp(1.4rem,2vw,1.8rem);font-weight:700;color:#969696;text-transform:uppercase;line-height:1;white-space:nowrap;align-self:start;padding-right:1.5rem}.diagnostico-grid-cell-description{font-family:Space Grotesk,sans-serif;font-size:clamp(.9rem,1.2vw,1rem);font-weight:400;color:#fff;line-height:1.5;word-spacing:normal;white-space:normal;align-self:center;word-wrap:normal;overflow-wrap:normal;word-break:normal}.diagnostico-grid-header{display:none}.diagnostico-grid-cell{padding:.5rem 0;border:none;min-width:0;min-height:auto;background:transparent}.diagnostico-grid-table>.diagnostico-grid-cell:nth-child(4n+3),.diagnostico-grid-table>.diagnostico-grid-cell:nth-child(4n+4){background-color:transparent}.preco-contrato-content{width:100%;padding:2rem 0;background:transparent}.preco-contrato-title{font-family:Special Gothic Expanded One,sans-serif;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;color:#fff;text-transform:lowercase;text-align:center;margin:0 0 2rem;padding:0 0 1rem}.preco-contrato-sections{display:grid;grid-template-columns:1fr 1fr;gap:2rem;width:100%}.preco-contrato-text-section{position:relative;padding-left:1.5rem}.preco-contrato-text{font-family:Space Grotesk,sans-serif;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:400;color:#fff;line-height:1.6;margin:0;word-spacing:normal}.preco-contrato-details{display:flex;flex-direction:column;gap:1rem}.preco-contrato-detail-box{background:#1e1e1e;padding:1.5rem;border-radius:0;border:1px solid rgb(5,178,193)}.preco-contrato-detail-title{font-family:Special Gothic Expanded One,sans-serif;font-size:clamp(.9rem,1.5vw,1.2rem);font-weight:700;color:#fff;margin-bottom:.5rem}.preco-contrato-detail-subtitle{font-family:Space Grotesk,sans-serif;font-size:clamp(.75rem,1.2vw,1rem);font-weight:300;color:#fffc;word-spacing:normal}@media(max-width:768px){.preco-contrato-sections{grid-template-columns:1fr;gap:1.5rem}.preco-contrato-text-section{padding-left:1rem}.preco-contrato-detail-box{padding:1.25rem}}.setup-squads-content{width:100%;padding:2rem 0;background:transparent}.setup-squads-title{font-family:Special Gothic Expanded One,sans-serif;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;color:#fff;text-transform:lowercase;text-align:center;margin:0 0 2rem;padding:0 0 1rem;border-bottom:1px solid rgba(0,0,0,1)}.setup-squads-sections{display:grid;grid-template-columns:1fr 1fr;gap:2rem;width:100%}.setup-squads-section{display:flex;flex-direction:column}.setup-squads-section-title{font-family:Special Gothic Expanded One,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#969696;text-transform:lowercase;margin:0 0 1.5rem;padding:0}.setup-squads-text-wrapper{position:relative;padding-left:1.5rem}.setup-squads-text{font-family:Space Grotesk,sans-serif;font-size:clamp(.9rem,1.5vw,1.2rem);font-weight:300;color:#fff;line-height:1.8;word-spacing:normal}@media(max-width:768px){.setup-squads-sections{grid-template-columns:1fr;gap:1.5rem}.setup-squads-text-wrapper{padding-left:1rem}}.ciclo-sprints-content{width:100%;padding:2rem 0;background:transparent}.ciclo-sprints-title{font-family:Special Gothic Expanded One,sans-serif;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;color:#fff;text-transform:lowercase;text-align:center;margin:0 0 2rem;padding:0 0 1rem;border-bottom:1px solid rgba(0,0,0,1)}.ciclo-sprints-sections{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;width:100%}.ciclo-sprints-section{display:flex;flex-direction:column;position:relative}.ciclo-sprints-section-title{font-family:Special Gothic Expanded One,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#969696;text-transform:lowercase;margin:0 0 1.5rem;padding:0}.ciclo-sprints-section-title.uppercase{text-transform:uppercase}.ciclo-sprints-text-wrapper{position:relative;padding-left:1.5rem}.ciclo-sprints-text{font-family:Space Grotesk,sans-serif;font-size:clamp(.9rem,1.5vw,1.2rem);font-weight:300;color:#fff;line-height:1.8;word-spacing:normal}@media(max-width:1024px){.ciclo-sprints-sections{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){.ciclo-sprints-text-wrapper{padding-left:1rem}}.delivery-content{width:100%;padding:2rem 0;background:transparent}.delivery-title{font-family:Special Gothic Expanded One,sans-serif;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;color:#fff;text-transform:lowercase;text-align:center;margin:0 0 2rem;padding:0 0 1rem;border-bottom:1px solid rgba(0,0,0,1)}.delivery-sections{display:grid;grid-template-columns:1fr 1fr;gap:2rem;width:100%}.delivery-section{display:flex;flex-direction:column}.delivery-section-title{font-family:Special Gothic Expanded One,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#969696;text-transform:lowercase;margin:0 0 1.5rem;padding:0}.delivery-text-wrapper{position:relative;padding-left:1.5rem}.delivery-text{font-family:Space Grotesk,sans-serif;font-size:clamp(.9rem,1.5vw,1.2rem);font-weight:300;color:#fff;line-height:1.8;word-spacing:normal}@media(max-width:768px){.delivery-sections{grid-template-columns:1fr;gap:1.5rem}.delivery-text-wrapper{padding-left:1rem}}.lifelong-impact{width:100%;display:flex;min-height:100vh;opacity:0;transition:opacity .8s ease;background:#05b2c1}.lifelong-impact.visible{opacity:1}.lifelong-impact-panel{display:flex;flex-direction:column}.lifelong-impact-panel.left{width:20%;background:#000;position:relative;overflow:hidden}.lifelong-impact-jellyfish{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}.lifelong-impact-jellyfish img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.2)}.lifelong-impact-panel.right{width:80%;background:#05b2c1;display:flex;flex-direction:column;justify-content:space-between;padding:4rem 3rem 3rem;position:relative}.lifelong-impact-content-wrapper{display:flex;align-items:center;gap:4rem;flex:1;padding-top:2rem}.lifelong-impact-title{display:flex;flex-direction:column;gap:0;flex-shrink:0}.lifelong-impact-title-line{font-family:Special Gothic Expanded One,sans-serif;font-size:clamp(4rem,10vw,8rem);font-weight:700;color:#fff;line-height:1;letter-spacing:.02em;text-transform:uppercase;position:relative;transform:translate(0);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;font-smooth:never;text-rendering:optimizeSpeed}.lifelong-impact-title-line:before{content:attr(data-text);position:absolute;left:1px;top:1px;color:#fff;opacity:.4;z-index:-1;transform:translate(.5px,.5px)}.lifelong-impact-title-line:after{content:attr(data-text);position:absolute;left:-1px;top:-1px;color:#fff;opacity:.4;z-index:-1;transform:translate(-.5px,-.5px)}.lifelong-impact-items{display:flex;flex-direction:column;gap:1.5rem;flex:1;max-width:50%}.lifelong-impact-item{display:flex;align-items:flex-start;gap:1rem}.lifelong-impact-arrow{font-size:clamp(1.5rem,2.5vw,2rem);color:#fff;flex-shrink:0;margin-top:.1rem}.lifelong-impact-text{font-family:Space Grotesk,sans-serif;font-size:clamp(1.1rem,1.8vw,1.4rem);font-weight:400;color:#fff;line-height:1.6;word-spacing:normal}.lifelong-impact-footer{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:auto;padding-top:1rem}.lifelong-impact-footer-line{flex:0 0 2rem;height:1px;background:#fff}.lifelong-impact-footer-text{font-family:Space Grotesk,sans-serif;font-size:clamp(.75rem,1vw,.9rem);font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap}@media(max-width:1024px){.lifelong-impact{flex-direction:column}.lifelong-impact-panel.left{width:100%;height:30vh}.lifelong-impact-panel.right{width:100%;padding:3rem 2rem}.lifelong-impact-content-wrapper{flex-direction:column;gap:3rem}.lifelong-impact-items{max-width:100%}}@media(max-width:768px){.lifelong-impact-panel.right{padding:2rem 1.5rem}.lifelong-impact-title-line{font-size:clamp(2.5rem,12vw,4rem)}.lifelong-impact-items{gap:1.25rem}}.zeladoria{width:100%;display:flex;min-height:100vh;opacity:0;transition:opacity .8s ease;background:#05b2c1}.zeladoria.visible{opacity:1}.zeladoria-panel{display:flex;flex-direction:column}.zeladoria-panel.left{width:fit-content;min-width:200px;background:#05b2c1;position:relative;display:flex;flex-direction:row;padding:4rem 2rem;justify-content:flex-start;align-items:flex-start;gap:2rem;overflow:visible}.zeladoria-governanca{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);align-self:center;display:flex;align-items:center}.zeladoria-governanca span{font-family:Space Grotesk,sans-serif;font-size:clamp(.75rem,1vw,.9rem);font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:.1em}.zeladoria-title{display:flex;flex-direction:column;gap:0;flex:1;min-width:0;overflow:visible}.zeladoria-title-line{font-family:Special Gothic Expanded One,sans-serif;font-size:clamp(2rem,8vw,8rem);font-weight:700;color:#fff;line-height:1;letter-spacing:.02em;text-transform:uppercase;position:relative;transform:translate(0);-webkit-font-smoothing:none;-moz-osx-font-smoothing:unset;font-smooth:never;text-rendering:optimizeSpeed;white-space:nowrap;overflow:visible;word-break:keep-all}.zeladoria-title-line:before{content:attr(data-text);position:absolute;left:1px;top:1px;color:#fff;opacity:.4;z-index:-1;transform:translate(.5px,.5px)}.zeladoria-title-line:after{content:attr(data-text);position:absolute;left:-1px;top:-1px;color:#fff;opacity:.4;z-index:-1;transform:translate(-.5px,-.5px)}.zeladoria-panel.right{width:80%;background:#05b2c1;display:flex;flex-direction:column;padding:4rem 3rem;position:relative}.zeladoria-content{display:flex;flex-direction:column;gap:3rem}.zeladoria-section{display:flex;flex-direction:column;gap:1rem}.zeladoria-section-header{display:flex;align-items:center;gap:1rem}.zeladoria-arrow{font-size:clamp(1.5rem,2.5vw,2rem);color:#fff;flex-shrink:0;margin-top:.1rem}.zeladoria-header-text{font-family:Space Grotesk,sans-serif;font-size:24pt;font-weight:700;color:#fff;line-height:1.4}.zeladoria-section-text{font-family:Space Grotesk,sans-serif;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:400;color:#fff;line-height:1.6;margin:0;padding-left:calc(clamp(1.5rem,2.5vw,2rem) + 1rem);word-spacing:normal}.zeladoria-table{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1rem;padding-left:calc(clamp(1.5rem,2.5vw,2rem) + 1rem);border-top:1px solid #ffffff;border-bottom:1px solid #ffffff;padding-top:1.5rem;padding-bottom:1.5rem}.zeladoria-table-cell{display:flex;flex-direction:column;gap:.75rem}.zeladoria-table-title{font-family:Space Grotesk,sans-serif;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em}.zeladoria-table-text{font-family:Space Grotesk,sans-serif;font-size:clamp(.9rem,1.3vw,1.1rem);font-weight:400;color:#fff;line-height:1.6;word-spacing:normal}@media(max-width:1024px){.zeladoria{flex-direction:column}.zeladoria-panel.left{width:100%;min-width:auto;padding:3rem 2rem;flex-direction:row;align-items:flex-start;gap:2rem}.zeladoria-governanca{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg)}.zeladoria-panel.right{width:100%;padding:3rem 2rem}.zeladoria-table{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){.zeladoria{min-height:auto;overflow-x:hidden}.zeladoria-panel.left{padding:2rem 1.5rem;flex-direction:column;align-items:flex-start;min-width:auto;width:100%;box-sizing:border-box}.zeladoria-governanca{margin-bottom:2rem}.zeladoria-panel.right{padding:2rem 1.5rem;width:100%;box-sizing:border-box;overflow-x:hidden}.zeladoria-title-line{font-size:clamp(1.5rem,8vw,4rem);max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.zeladoria-content{gap:2rem;width:100%;box-sizing:border-box}.zeladoria-section-text{padding-left:0;word-wrap:break-word;overflow-wrap:break-word}.zeladoria-table{padding-left:0;width:100%;box-sizing:border-box}.zeladoria-table-cell{min-width:0;word-wrap:break-word;overflow-wrap:break-word}}.badges-container{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-shrink:0;background:#e3f2fd;padding-top:100px}.badges-grid{width:90%;max-width:1200px;display:grid;grid-template-columns:1fr repeat(7,1fr);grid-auto-rows:minmax(80px,auto);gap:1px;background:#e3f2fd;margin-bottom:2rem;margin-top:2rem}.badge-cell{display:flex;justify-content:flex-start;align-items:center;padding:8px;overflow:auto}.badge-cell.even{background-color:#e3f2fd}.badge-cell.odd{background-color:#f0f8ff}.badge-cell p{margin:0;font-size:1.12rem;color:#0d47a1;text-align:left;word-wrap:break-word;line-height:1.2}.trilha-button{width:100%;height:100%;border:none;background:none;padding:0;cursor:pointer;display:flex;justify-content:flex-start;align-items:center}.trilha-img{width:100%;height:100%;object-fit:contain}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;pointer-events:none;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup-content{position:relative;max-width:90%;max-height:90%;display:flex;justify-content:center;align-items:center;pointer-events:auto;animation:fadeInScale .4s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.popup-close{position:absolute;top:-40px;right:0;background:#fff;border:none;width:40px;height:40px;min-width:40px;min-height:40px;border-radius:50%;font-size:30px;cursor:pointer;display:flex;justify-content:center;align-items:center;color:#333;line-height:1;padding:0;margin:0;flex-shrink:0;box-sizing:border-box}.popup-close:hover{background:#f0f0f0}.popup-image{max-width:100%;max-height:90vh;object-fit:contain}.missions-container{width:100%;min-height:100vh;position:relative;flex-shrink:0;background:#e3f2fd;padding:100px 2rem 2rem;overflow:hidden}.missions-scene{width:100%;height:calc(100vh - 100px);position:relative;min-height:800px}.mission-object{position:absolute;left:var(--x);top:var(--y);background:#fff;border:3px solid var(--theme-color);border-radius:12px;padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease,box-shadow .3s ease,scale .3s ease;box-shadow:0 4px 6px #0000001a;cursor:pointer;transform:translate(-50%,-50%);min-width:280px;max-width:320px}.mission-object:hover,.mission-object.hovered{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 8px 16px #0003;z-index:10}.mission-icon{font-size:4rem;margin-bottom:1rem}.mission-title{font-family:Barriecito,cursive;font-size:1.8rem;font-weight:600;color:#0d47a1;margin:0 0 1rem}.mission-description{font-size:1rem;color:#666;margin:0 0 1.5rem;line-height:1.5;flex:1}.mission-button{font-family:Barriecito,cursive;font-size:1.2rem;font-weight:400;background:transparent;border:2px solid var(--theme-color);color:var(--theme-color);padding:.75rem 2rem;cursor:pointer;transition:all .3s ease;border-radius:0;margin-top:auto}.mission-button:hover{background:currentColor;color:#fff;transform:scale(1.05)}.mission-button:active{transform:scale(.95)}.missions-scene:hover{cursor:crosshair}.mission-object:hover,.mission-object.hovered{cursor:pointer}@media(max-width:768px){.mission-object{min-width:240px;max-width:280px;padding:1.5rem}}.module-container{width:100%;min-height:100vh;background:#e3f2fd;padding:120px 2rem 4rem}.back-button{font-family:Barriecito,cursive;font-size:1.2rem;background:transparent;border:2px solid #4A90E2;color:#4a90e2;padding:.75rem 2rem;cursor:pointer;margin-bottom:3rem;transition:all .3s ease;border-radius:0}.back-button:hover{background:#4a90e2;color:#fff;transform:scale(1.05)}.back-button:active{transform:scale(.95)}.module-header{text-align:center;margin-bottom:4rem}.module-icon{font-size:6rem;margin-bottom:1rem}.module-title{font-family:Barriecito,cursive;font-size:3rem;font-weight:600;color:#0d47a1;margin:0 0 2rem}.module-info{display:flex;flex-direction:column;gap:.5rem;max-width:800px;margin:0 auto}.module-theme,.module-duration,.module-objective{font-size:1.1rem;color:#333;line-height:1.6}.videos-section{display:flex;flex-direction:column;gap:2rem;max-width:1000px;margin:0 auto 4rem}.video-card{background:#fff;border:3px solid #4A90E2;border-radius:12px;padding:2rem}.video-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.video-number{font-family:Barriecito,cursive;font-size:1.3rem;color:#0d47a1}.video-short-title{font-family:Barriecito,cursive;font-size:1.3rem;font-weight:600;color:#0d47a1;flex:1}.video-duration{font-size:1rem;color:#666;background:#e3f2fd;padding:.25rem .75rem;border-radius:4px}.video-content{display:flex;flex-direction:column;gap:1.5rem}.video-section{display:flex;flex-direction:column;gap:.5rem}.video-section strong{font-size:1.1rem;color:#0d47a1;font-family:Barriecito,cursive}.video-section p{font-size:1rem;color:#333;line-height:1.6;margin:0}.challenge-section,.style-section{background:#fff;border:3px solid #4A90E2;border-radius:12px;padding:2rem;max-width:1000px;margin:0 auto 2rem;text-align:center}.challenge-icon,.style-icon{font-size:4rem;margin-bottom:1rem}.challenge-title,.style-title{font-family:Barriecito,cursive;font-size:2rem;font-weight:600;color:#0d47a1;margin:0 0 1.5rem}.challenge-text{font-size:1.1rem;color:#333;line-height:1.8;margin:0 0 1rem}.style-list{text-align:left;max-width:800px;margin:0 auto}.style-list p{font-size:1rem;color:#333;line-height:1.8;margin:0 0 1rem}.style-list strong{color:#0d47a1}@media(max-width:768px){.module-title{font-size:2rem}.video-header{flex-direction:column;align-items:flex-start}.video-short-title{flex:none}.module-container{padding:120px 1rem 4rem}}
