@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#f2f2f2;display:flex;align-items:center;justify-content:center;z-index:2000;opacity:0;visibility:hidden;transition:opacity .3s ease}.loading-screen.visible{opacity:1;visibility:visible}.loading-screen.transitioning{opacity:0;visibility:hidden;transition:all .5s ease-in-out}.loading-content{display:flex;flex-direction:column;align-items:center;gap:2rem;z-index:2;position:relative}.loading-logo{width:120px;height:auto;animation:logoPulse .8s ease-in-out infinite;opacity:1;transition:opacity .3s ease}.loading-bar-container{width:200px;height:4px;background:#1a2a5a1a;border-radius:4px;overflow:hidden}.loading-bar{width:100%;height:100%;position:relative}.loading-bar-fill{width:0%;height:100%;background:#1a2a5a;border-radius:4px;animation:loadingProgress .8s ease-out forwards}@media (max-width: 767px){.loading-logo{width:100px}.loading-bar-container{width:160px}}@media (max-width: 575px){.loading-logo{width:80px}.loading-bar-container{width:120px}}.back-to-top{position:fixed;right:2rem;bottom:calc(2rem + 5px);width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:9999px;border:none;background:#1a2a5ae6;color:#fff;box-shadow:0 8px 24px #00000026;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .3s ease;cursor:pointer;z-index:2000}.back-to-top:hover{background:#a02c2c}.back-to-top.active{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width: 575px){.back-to-top{right:1.5rem;bottom:calc(env(safe-area-inset-bottom) + 1.5rem + 24px);width:40px;height:40px}.back-to-top.pressed{background:#a02c2c}}.app{min-height:100vh;background:radial-gradient(100% 50% at 50% 100%,rgba(26,42,90,.045) 12%,transparent 13%) 0 0/64px 32px repeat,radial-gradient(100% 50% at 50% 0,rgba(26,42,90,.035) 12%,transparent 13%) 32px 16px/64px 32px repeat,#fff;position:relative}:root{--primary-dark-blue: #1A2A5A;--primary-dark-red: #A02C2C;--intense-red: #C53030;--neutral-dark-gray: #333333;--light-gray: #F2F2F2;--pure-white: #FFFFFF;--text-white: #ffffff;--text-gray: #b0b0b0;--overlay-dark: rgba(26, 26, 26, .8);--overlay-teal: rgba(32, 178, 170, .1);--accent-teal: #20b2aa;--accent-red: #C53030}.animate-in{opacity:0;transform:translateY(50px);animation:slideInUp 1s ease-out forwards}.animate-in:nth-child(1){animation-delay:.1s}.animate-in:nth-child(2){animation-delay:.2s}.animate-in:nth-child(3){animation-delay:.3s}.hero-section{height:min(100svh,100vh);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:60px}.hero-section .hero-background{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;transition:background-image .6s ease-in-out;z-index:1;background-image:var(--bg-png)}.webp .hero-section .hero-background{background-image:var(--bg-webp, var(--bg-png))}.hero-section .hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#ffffff80,#ffffff4d,#ffffffa6);z-index:2}.hero-section .hero-content{position:relative;z-index:10;max-width:1200px;padding:0 2rem;text-align:center}@media (max-width: 767px){.hero-section .hero-content{padding:0 1rem}}@media (max-width: 575px){.hero-section .hero-content{padding:0 .5rem}}.hero-section .hero-text{max-width:800px;margin-left:auto;margin-right:auto}@media (min-width: 1200px){.hero-section .hero-text{max-width:900px}}@media (max-width: 575px){.hero-section .hero-text{max-width:92vw}}.hero-section .hero-subtitle{color:#a02c2c;font-size:clamp(.95rem,.9rem + .6vw,1.2rem);font-weight:800;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;text-align:center}@media (max-width: 767px){.hero-section .hero-subtitle{font-size:.9rem;margin-bottom:.5rem}}@media (max-width: 575px){.hero-section .hero-subtitle{font-size:.85rem;letter-spacing:1px}}@media (max-width: 360px){.hero-section .hero-subtitle{font-size:.8rem;letter-spacing:.8px}}.hero-section .hero-title{font-family:Poppins,sans-serif;font-weight:700;font-size:clamp(1.6rem,1rem + 4.6vw,4.2rem);line-height:1.1;margin-bottom:2rem;color:#1a2a5a;letter-spacing:-1px;text-wrap:balance}@media (max-width: 575px){.hero-section .hero-title{font-size:clamp(1.2rem,5.6vw,1.95rem);line-height:1.25;overflow-wrap:normal;word-break:keep-all;hyphens:none}}@media (max-width: 360px){.hero-section .hero-title{font-size:clamp(1.05rem,6.2vw,1.7rem);letter-spacing:-.3px}}.fade-in{animation:fadeIn .8s ease-in-out}.fade-out{animation:fadeOut .4s ease-in-out}.nav-indicators{position:absolute;z-index:20}.nav-indicators.left{left:2rem;top:50%;transform:translateY(-50%)}@media (max-width: 767px){.nav-indicators.left{left:.5rem}}.nav-indicators.right{right:2rem;top:50%;transform:translateY(-50%)}@media (max-width: 767px){.nav-indicators.right{right:.5rem}}.nav-dots{display:flex;flex-direction:column;gap:1rem}.dot{width:13px;height:13px;border-radius:50%;background:#3339;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.dot:hover{background:#333333d9;transform:scale(1.1)}.dot.active{background:#333;border-color:#c53030;box-shadow:0 0 0 4px #3333334d}@media (max-width: 767px){.dot{width:11px;height:11px}}@media (max-width: 575px){.dot{width:9px;height:9px}}.progress-indicator{display:flex;flex-direction:column;align-items:center;gap:1rem}.progress-number{font-size:.8rem;font-weight:600;color:#a02c2c;letter-spacing:1px}.progress-bar{width:2px;height:60px;background:#1a2a5a33;position:relative;border-radius:1px}@media (max-width: 767px){.progress-bar{height:50px}}@media (max-width: 575px){.progress-bar{height:40px}}.progress-bar.transitioning{animation:barExpand .6s ease-in-out}@keyframes barExpand{0%{width:2px}50%{width:4px}to{width:2px}}.progress-fill{position:absolute;top:0;left:0;width:100%;background:#1a2a5a;transition:height .8s ease-in-out;border-radius:1px}.about-content-section{padding:8rem 0;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120' fill='none'><path d='M0 20 Q30 0 60 20 T120 20' stroke='%230a2a63' stroke-opacity='0.08' stroke-width='2' fill='none'/><path d='M0 60 Q30 40 60 60 T120 60' stroke='%230a2a63' stroke-opacity='0.08' stroke-width='2' fill='none'/><path d='M0 100 Q30 80 60 100 T120 100' stroke='%230a2a63' stroke-opacity='0.08' stroke-width='2' fill='none'/></svg>") 0 0/120px 120px repeat,linear-gradient(135deg,#fff,#f8f9fa);position:relative;overflow:hidden}.about-content-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#1A2A5A 50%,transparent 100%)}@media (max-width: 767px){.about-content-section{padding:4rem 0}}.section-container{max-width:1200px;margin:0 auto;padding:0 1rem}.about-content{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:2}.about-header{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:4rem}@media (max-width: 767px){.about-header{flex-direction:column;gap:1rem;margin-bottom:3rem}}.about-accent-line{flex:1;max-width:120px;height:2px;background:linear-gradient(90deg,transparent 0%,#A02C2C 50%,transparent 100%)}@media (max-width: 767px){.about-accent-line{max-width:80px;height:1px}}.about-title{font-family:Poppins,sans-serif;font-weight:700;font-size:2.4rem;color:#1a2a5a;line-height:1.2;letter-spacing:-.5px;margin:0;position:relative}.about-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#a02c2c,#c53030);border-radius:2px}@media (max-width: 767px){.about-title{font-size:2rem}}@media (max-width: 575px){.about-title{font-size:1.8rem}}@media (max-width: 400px){.about-title.reveal{opacity:1!important;transform:none!important}}.about-text{text-align:left}.text-block{display:grid;grid-template-columns:140px 1fr;gap:2rem;margin-bottom:3rem;position:relative;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000001a;border:1px solid rgba(26,42,90,.05);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1),visibility .6s cubic-bezier(.4,0,.2,1);max-width:1000px;margin-left:auto;margin-right:auto;opacity:0;transform:translateY(50px);visibility:hidden}.text-block.scroll-animate{opacity:1;transform:translateY(0);visibility:visible}.text-block:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0003}.text-block:last-child{margin-bottom:0}.text-block:nth-child(1){margin-left:-1rem;margin-right:11rem}@media (max-width: 991px){.text-block:nth-child(1){margin-left:0;margin-right:0}}.text-block:nth-child(1).scroll-animate{animation-delay:.1s}.text-block:nth-child(2){margin-left:11rem;margin-right:-1rem}@media (max-width: 991px){.text-block:nth-child(2){margin-left:0;margin-right:0}}.text-block:nth-child(2).scroll-animate{animation-delay:.3s}.text-block:nth-child(3){margin-left:-1rem;margin-right:11rem}@media (max-width: 991px){.text-block:nth-child(3){margin-left:0;margin-right:0}}.text-block:nth-child(3).scroll-animate{animation-delay:.5s}.text-block:nth-child(4){margin-left:11rem;margin-right:-1rem}@media (max-width: 991px){.text-block:nth-child(4){margin-left:0;margin-right:0}}.text-block:nth-child(4).scroll-animate{animation-delay:.7s}@media (max-width: 767px){.text-block{grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;text-align:center}}@media (max-width: 575px){.text-block{padding:1rem;margin-bottom:1rem}}.block-number{font-family:Poppins,sans-serif;font-weight:700;font-size:4rem;color:#a02c2c59;line-height:1;display:flex;align-items:center;justify-content:center;padding-top:.5rem;transition:color .3s ease,transform .2s ease}.text-block:hover .block-number{color:#a02c2c;transform:scale(1.05)}@media (max-width: 767px){.block-number{font-size:2rem;order:1}}.block-icon{width:50px;height:50px;background:linear-gradient(135deg,#a02c2c,#c53030);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.block-icon svg{width:24px;height:24px}.text-block:hover .block-icon{transform:scale(1.1);box-shadow:0 4px 15px #1a2a5a4d}@media (max-width: 767px){.block-icon{width:40px;height:40px;margin:0 auto;order:2}.block-icon svg{width:20px;height:20px}}.block-content{display:flex;flex-direction:column;gap:1rem}@media (max-width: 767px){.block-content{order:3}}.block-content h4{font-family:Poppins,sans-serif;font-weight:700;font-size:1.4rem;color:#1a2a5a;margin:0;line-height:1.3;position:relative;padding-bottom:.5rem}.block-content h4:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#a02c2c;border-radius:2px}@media (max-width: 767px){.block-content h4{font-size:1.1rem;text-align:center}.block-content h4:after{left:50%;transform:translate(-50%)}}.block-content p{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.2rem;line-height:1.7;color:#333;margin:0}@media (max-width: 767px){.block-content p{font-size:1rem;text-align:left}}@media (min-width: 1600px){.hero-text{max-width:800px}.hero-title{font-size:4.5rem;line-height:1.1}.hero-subtitle{font-size:1.2rem}}@media (min-width: 1200px){.hero-text{max-width:900px}.hero-title{font-size:4rem;line-height:1.1}}@media (max-width: 767px){.nav-indicators.left{left:.5rem}.nav-indicators.right{display:none}.dot{width:9px;height:9px}}.container-util{max-width:1200px;margin:0 auto;padding:0 1rem}.flex-center-util{display:flex;align-items:center;justify-content:center}.card-base-util{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid rgba(26,42,90,.05);transition:all .3s ease}.card-base-util:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0003}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes loadingProgress{0%{width:0%}to{width:100%}}@keyframes logoPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@keyframes revealFadeUp{0%{opacity:0;transform:translate3d(0,16px,0)}to{opacity:1;transform:translateZ(0)}}.reveal{opacity:0;transform:translate3d(0,12px,0);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.reveal.reveal-up{transform:translate3d(0,20px,0)}.reveal.reveal-right{transform:translate3d(-20px,0,0)}.reveal.reveal-left{transform:translate3d(20px,0,0)}.reveal.reveal-zoom{transform:scale(.96)}.reveal.is-visible{opacity:1;transform:translateZ(0) scale(1)}[data-reveal-stagger]>.reveal{transition-delay:var(--reveal-delay, 0ms)}@media (prefers-reduced-motion: reduce){.reveal{opacity:1!important;transform:none!important;transition:none!important}}@media (max-width: 767px){html{font-size:15px}}@media (max-width: 575px){html{font-size:14px}}@media (max-width: 767px){:where(.text-content,.content-section,.panel) p{font-size:.98rem;line-height:1.7}}@media (max-width: 575px){:where(.text-content,.content-section,.panel) p{font-size:.94rem;line-height:1.6}}.text-content:before{left:-.75rem!important}.text-content p{padding-left:.9rem!important}.text-content p:first-child:before{left:-.75rem!important}@media (max-width: 767px){.text-content:before{left:-.6rem!important}.text-content p{padding-left:.75rem!important}.text-content p:first-child:before{left:-.6rem!important}}@media (max-width: 575px){.text-content:before{left:-.5rem!important}.text-content p{padding-left:.6rem!important}.text-content p:first-child:before{left:-.5rem!important}}html,body{overflow-x:hidden}img,picture,video,canvas{max-width:100%;height:auto;display:block}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:#1a1a1a;overflow-x:hidden}p,li{text-align:justify}h1{font-family:Poppins,sans-serif;color:#1a2a5a;font-size:clamp(1.75rem,1.2rem + 2.8vw,3rem);line-height:1.15;text-wrap:balance}h2{font-family:Nunito,sans-serif;color:#a02c2c;font-size:clamp(1.4rem,1.1rem + 1.8vw,2.2rem);line-height:1.2;text-wrap:balance}p,li{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;font-size:clamp(.95rem,.9rem + .3vw,1.05rem);line-height:1.65}#root{min-height:100vh}img,video,canvas,svg{max-width:100%;height:auto;display:block}figure{margin:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#20b2aa;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#48d1cc}
