.layout-module__kxfMvG__container{max-width:1200px;margin:0 auto;padding:0 2rem}.layout-module__kxfMvG__about-hero{color:var(--secondary);text-align:center;background:linear-gradient(135deg,#e7effe 0%,#f0f4ff 50%,#dce6fa 100%);flex-direction:column;justify-content:center;align-items:center;min-height:70vh;padding:10rem 2rem 6rem;display:flex;position:relative;overflow:hidden}.layout-module__kxfMvG__about-hero:before{content:"";pointer-events:none;background:radial-gradient(at 30%,#35a7ff14 0%,#0000 70%);position:absolute;inset:0}.layout-module__kxfMvG__about-hero .layout-module__kxfMvG__hero-decoration{pointer-events:none;border-radius:50%;position:absolute}.layout-module__kxfMvG__about-hero .layout-module__kxfMvG__hero-decoration:first-child{border:1px solid #35a7ff1f;width:300px;height:300px;animation:8s ease-in-out infinite layout-module__kxfMvG__floatSlow;top:-80px;right:-60px}.layout-module__kxfMvG__about-hero .layout-module__kxfMvG__hero-decoration:nth-child(2){background:#35a7ff0f;width:200px;height:200px;animation:10s ease-in-out infinite reverse layout-module__kxfMvG__floatSlow;bottom:-40px;left:-40px}.layout-module__kxfMvG__about-hero .layout-module__kxfMvG__hero-decoration:nth-child(3){border:1px solid #35a7ff14;width:120px;height:120px;animation:6s ease-in-out infinite layout-module__kxfMvG__floatSlow;top:30%;right:15%}@keyframes layout-module__kxfMvG__floatSlow{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}}.layout-module__kxfMvG__about-hero .layout-module__kxfMvG__section-label{color:var(--primary);z-index:2;margin-bottom:1rem;position:relative}.layout-module__kxfMvG__about-hero h1{color:var(--secondary);z-index:2;max-width:900px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:clamp(2.2rem,6vw,3.8rem);font-weight:500;line-height:1.2;animation:.8s ease-out .2s backwards layout-module__kxfMvG__fadeInUp;position:relative}.layout-module__kxfMvG__about-hero h1 span{color:var(--primary);font-weight:600}.layout-module__kxfMvG__about-hero p{color:var(--gray);z-index:2;max-width:650px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.8;animation:.8s ease-out .4s backwards layout-module__kxfMvG__fadeInUp;position:relative}@keyframes layout-module__kxfMvG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.layout-module__kxfMvG__hero-actions{z-index:2;flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;position:relative}.layout-module__kxfMvG__mission{background:#fff;padding:5rem 2rem}.layout-module__kxfMvG__mission-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.layout-module__kxfMvG__section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:.6rem;font-size:.78rem;font-weight:700}.layout-module__kxfMvG__section-title{color:var(--secondary);margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:600;line-height:1.2}.layout-module__kxfMvG__section-text{color:var(--gray);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.layout-module__kxfMvG__values-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.layout-module__kxfMvG__values-list li{color:var(--dark);align-items:center;gap:.75rem;font-weight:500;display:flex}.layout-module__kxfMvG__values-list li:before{content:"✓";background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;font-weight:700;display:inline-flex}.layout-module__kxfMvG__mission-visual{background:linear-gradient(135deg, var(--secondary), #0a2a7a);color:#fff;text-align:center;border-radius:20px;padding:3rem 2rem;position:relative;overflow:hidden}.layout-module__kxfMvG__mission-visual:after{content:"";background:#35a7ff26;border-radius:50%;width:180px;height:180px;position:absolute;top:-40px;right:-40px}.layout-module__kxfMvG__mission-icon{margin-bottom:1rem;font-size:4rem}.layout-module__kxfMvG__mission-visual h3{margin-bottom:.75rem;font-size:1.4rem;font-weight:500}.layout-module__kxfMvG__mission-visual p{color:#ffffffbf;font-size:.95rem;line-height:1.7}.layout-module__kxfMvG__stats{background:var(--light);padding:4rem 2rem}.layout-module__kxfMvG__stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.layout-module__kxfMvG__stat-card{background:#fff;border-radius:16px;padding:2rem 1rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 12px #0000000f}.layout-module__kxfMvG__stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.layout-module__kxfMvG__stat-number{color:var(--primary);margin-bottom:.4rem;font-size:2.4rem;font-weight:600;line-height:1}.layout-module__kxfMvG__stat-label{color:var(--gray);font-size:.9rem;font-weight:500}.layout-module__kxfMvG__team{text-align:center;background:#fff;padding:5rem 2rem}.layout-module__kxfMvG__team-header{margin-bottom:3rem}.layout-module__kxfMvG__team-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.layout-module__kxfMvG__team-card{background:#fff;border-radius:20px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 2px 16px #00000012}.layout-module__kxfMvG__team-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f}.layout-module__kxfMvG__team-avatar{justify-content:center;align-items:center;width:100%;height:200px;font-size:4rem;display:flex}.layout-module__kxfMvG__team-avatar.layout-module__kxfMvG__blue{background:url(../media/bd.0z6c5vvgd6m97.jpg) 50%/cover no-repeat}.layout-module__kxfMvG__team-avatar.layout-module__kxfMvG__green{background:linear-gradient(135deg,#d1fae5,#a7f3d0) 50%/cover no-repeat}.layout-module__kxfMvG__team-avatar.layout-module__kxfMvG__purple{background:linear-gradient(135deg,#ede9fe,#ddd6fe) 50%/cover no-repeat}.layout-module__kxfMvG__team-info{text-align:left;padding:1.5rem}.layout-module__kxfMvG__team-info h3{color:var(--secondary);margin-bottom:.25rem;font-size:1.5rem;font-weight:500}.layout-module__kxfMvG__team-role{color:var(--primary);margin-bottom:.6rem;font-size:.85rem;font-weight:600}.layout-module__kxfMvG__team-bio{color:var(--gray);font-size:.88rem;line-height:1.6}.layout-module__kxfMvG__cta-section{background:linear-gradient(135deg, var(--secondary) 0%, #0a2a7a 100%);text-align:center;color:#fff;padding:5rem 2rem}.layout-module__kxfMvG__cta-section h2{margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:600}.layout-module__kxfMvG__cta-section p{color:#ffffffbf;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1rem}.layout-module__kxfMvG__simple-footer{background-color:var(--secondary);color:#fff;padding:5rem 2rem 2rem}.layout-module__kxfMvG__footer-container{max-width:1200px;margin:0 auto}.layout-module__kxfMvG__footer-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:4rem;display:grid}.layout-module__kxfMvG__footer-col h3{margin-bottom:1.5rem;font-size:1.5rem;font-weight:500}.layout-module__kxfMvG__footer-col p{color:#fff9;max-width:300px;font-size:.95rem}.layout-module__kxfMvG__footer-col h4{color:var(--primary);margin-bottom:1.5rem;font-size:1.1rem}.layout-module__kxfMvG__footer-links{list-style:none}.layout-module__kxfMvG__footer-links li{margin-bottom:.8rem}.layout-module__kxfMvG__footer-links a{color:#ffffffb3;font-size:.95rem;text-decoration:none;transition:all .3s}.layout-module__kxfMvG__footer-links a:hover{color:var(--primary)}.layout-module__kxfMvG__footer-contact{list-style:none}.layout-module__kxfMvG__footer-contact li{color:#ffffffb3;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.95rem;display:flex}.layout-module__kxfMvG__footer-contact i{color:var(--primary);font-size:1.2rem}.layout-module__kxfMvG__footer-bottom{color:#ffffff80;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}.layout-module__kxfMvG__footer-bottom span{color:#fff;font-weight:600}@media (max-width:768px){.layout-module__kxfMvG__mission-grid{grid-template-columns:1fr;gap:2rem}.layout-module__kxfMvG__stats-grid{grid-template-columns:repeat(2,1fr)}.layout-module__kxfMvG__team-grid{grid-template-columns:1fr}.layout-module__kxfMvG__hero-actions{flex-direction:column;align-items:center}.layout-module__kxfMvG__hero-actions a{text-align:center;width:100%;max-width:280px}}@media (max-width:480px){.layout-module__kxfMvG__stats-grid{grid-template-columns:1fr 1fr}}
