@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap);:root{--background-color:#fcfcfc;--font-size-scale:0.9}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fcfcfc;background-color:var(--background-color);font-family:Inter,sans-serif;font-size:.9rem;font-size:calc(1rem*var(--font-size-scale));margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#0b4b93;--primary-color-hover:#2f5aae;--main-description-color:rgba(88,88,88,.856);--section-space:80px;--section-alt-bg:#f8fafc;--card-radius:16px;--card-border:1px solid #e5e7eb;--card-shadow:0 4px 24px #0000000f,0 1px 3px #0000000a}*{box-sizing:border-box;margin:0;padding:0}.App{margin-left:auto;margin-right:auto;max-width:1200px;padding:0 20px;text-align:center;width:100%}.App-header{align-items:center;display:flex;justify-content:space-between;padding:20px}.logo img{height:35px}.header-buttons{display:flex;gap:10px}.lang-button{background-color:initial;border:none;border-radius:5px;color:#000;cursor:pointer;font-size:.6rem;padding:10px 20px;transition:background-color .3s ease}.lang-button:hover{background-color:#c9c9c9}.App-main{margin-top:0}.hero-block{background:#f8fafc;background:var(--section-alt-bg);justify-content:center;margin:0 -20px;min-height:100vh;min-height:100dvh;padding:80px 20px 60px;text-align:center}.hero-block,.hero-content{align-items:center;display:flex;flex-direction:column}.hero-content{margin:0 auto;max-width:700px;transform:translateY(-15%);width:100%}.main-title{font-size:3.6rem;font-weight:700;letter-spacing:-2px;margin-bottom:1.25rem}.main-description,.main-title{margin-left:auto;margin-right:auto;max-width:100%;text-align:center;width:100%}.main-description{color:rgba(88,88,88,.856);color:var(--main-description-color);font-size:1.46rem;font-weight:600;letter-spacing:-.025rem;line-height:1.5;margin-bottom:.75rem}.hero-subline{color:#6b7280;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 auto 2rem;max-width:100%;text-align:center;width:100%}.image-section{margin:0 auto;padding:80px 20px;padding:var(--section-space) 20px;width:100%}.product-window{background:#fff;border:1px solid #e5e7eb;border:var(--card-border);border-radius:16px;border-radius:var(--card-radius);box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a;margin:0 auto;max-width:1040px;overflow:hidden}.image-container{overflow:hidden;width:100%}.screenshot-image{display:block;height:auto;width:100%}.section-alt{align-items:center;background:#f8fafc;background:var(--section-alt-bg);box-sizing:border-box;display:flex;flex-direction:column;padding:80px 20px;padding:var(--section-space) 20px;width:100%}a{color:#0b4b93;color:var(--primary-color);font-weight:600;text-decoration:none}a:hover{color:#2f5aae;color:var(--primary-color-hover)}a:visited{color:#0b4b93;color:var(--primary-color)}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;margin:2rem auto;max-width:1040px;overflow:hidden;padding:4rem 2rem;text-align:center}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.cta-button{background:#fff;border-radius:50px;box-shadow:0 4px 15px #0003;color:#667eea;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:#f8f9fa;box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}@media (max-width:768px){.hero-block{min-height:100vh;min-height:100dvh;padding:48px 20px 40px}.main-title{font-size:2.5rem}.header-nav{gap:1rem}.nav-link{font-size:1rem;padding:.4rem .8rem}.cta-section{padding:3rem 1rem}.cta-section h2{font-size:2rem}.cta-button,.cta-section p{font-size:1rem}.cta-button{padding:.8rem 1.5rem}}@media (max-width:480px){.header-nav{gap:.5rem}.nav-link{font-size:.9rem;padding:.3rem .6rem}.cta-section h2{font-size:1.5rem}.cta-button{font-size:.9rem;padding:.7rem 1.2rem}}.breadcrumb{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;font-size:.875rem;padding:.75rem 1rem}.breadcrumb-list{flex-wrap:wrap;list-style:none;padding:0}.breadcrumb-item,.breadcrumb-list{align-items:center;display:flex;margin:0}.breadcrumb-link{color:#007bff;text-decoration:none;transition:color .15s ease-in-out}.breadcrumb-link:hover{color:#0056b3;text-decoration:underline}.breadcrumb-current{color:#6c757d;font-weight:500}.breadcrumb-separator{color:#6c757d;margin:0 .5rem}@media (max-width:768px){.breadcrumb{font-size:.8rem;padding:.5rem 1rem}.breadcrumb-separator{margin:0 .25rem}}.faq-section{background:#fff;border:1px solid #e5e7eb;border:var(--card-border,1px solid #e5e7eb);border-radius:16px;border-radius:var(--card-radius,16px);box-shadow:0 4px 24px #0000000f,0 1px 3px #0000000a;box-shadow:var(--card-shadow,0 4px 24px #0000000f,0 1px 3px #0000000a);box-sizing:border-box;margin:0 auto var(--section-space);max-width:1040px;padding:40px 32px 36px;width:100%}.faq-section h2{color:#036;font-size:2rem;font-weight:700;margin-bottom:40px;text-align:center}.faq-item{background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 10px #0000001a;cursor:pointer;margin-bottom:10px;padding:15px;transition:all .3s ease}.faq-item:hover{background-color:#f0f0f0}.faq-question{align-items:left;color:#036;display:flex;justify-content:space-between}.faq-answer,.faq-question{font-size:1.1rem;text-align:left}.faq-answer{color:#666;line-height:1.6;margin-top:10px}.faq-answer p{margin:0}.feature-section{align-items:center;display:flex;flex-direction:column;margin-bottom:var(--section-space);padding:0;text-align:center;width:100%}.feature-section-box{background:#fff;border:1px solid #e5e7eb;border:var(--card-border,1px solid #e5e7eb);border-radius:16px;border-radius:var(--card-radius,16px);box-shadow:0 4px 24px #0000000f,0 1px 3px #0000000a;box-shadow:var(--card-shadow,0 4px 24px #0000000f,0 1px 3px #0000000a);box-sizing:border-box;margin:0 auto;max-width:1040px;padding:40px 32px 36px;width:100%}.feature-section-box h2{color:#1a1a2e;font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:12px}.feature-section-box .feature-section-subtitle{margin-bottom:32px}.feature-section-subtitle{color:#6b7280;font-size:1.05rem;line-height:1.5;margin:0 auto;max-width:560px}.feature-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(1,1fr)}@media (min-width:600px) and (max-width:799px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:800px){.feature-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.feature-section-box{padding:28px 20px 24px}}.feature-card{background:#fff;border:1px solid #e5e7eb;border:var(--card-border,1px solid #e5e7eb);border-radius:16px;border-radius:var(--card-radius,16px);box-shadow:0 4px 24px #0000000f,0 1px 3px #0000000a;box-shadow:var(--card-shadow,0 4px 24px #0000000f,0 1px 3px #0000000a);padding:24px;text-align:left;transition:box-shadow .2s ease,transform .2s ease}.feature-card:hover{box-shadow:0 8px 28px #00000014,0 2px 8px #0000000a;transform:translateY(-2px)}.feature-icon{color:#036;font-size:2.25rem;margin-bottom:12px}.feature-title{color:#1a1a2e;font-size:1.2rem;font-weight:600;letter-spacing:-.01em;margin-bottom:8px}.feature-description{color:#6b7280;font-size:.95rem;line-height:1.6}.info-section{align-items:center;display:flex;flex-direction:column;padding:0;width:100%}.info-section,.info-section.section-alt{margin-bottom:0}.info-section-box{background:#fff;border:1px solid #e5e7eb;border:var(--card-border,1px solid #e5e7eb);border-radius:16px;border-radius:var(--card-radius,16px);box-shadow:0 4px 24px #0000000f,0 1px 3px #0000000a;box-shadow:var(--card-shadow,0 4px 24px #0000000f,0 1px 3px #0000000a);box-sizing:border-box;margin:0 auto;max-width:1040px;padding:40px 32px 36px;width:100%}.info-title{color:#1a1a2e;font-size:1.75rem;font-weight:600;letter-spacing:-.02em;margin-bottom:12px;text-align:center}.info-intro{color:#6b7280;font-size:1rem;line-height:1.5;margin:0 auto 28px;max-width:560px;text-align:center}.info-container{margin:0 auto;max-width:960px;width:100%}.role-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:32px}.role-pill{background:#fff;border:1px solid #e5e7eb;border-radius:100px;box-shadow:0 2px 8px #0000000f;color:#374151;cursor:pointer;font-size:.95rem;font-weight:500;padding:12px 20px;transition:all .2s ease}.role-pill:hover{background:#e8eef4;border-color:#036;box-shadow:0 4px 12px #00000014;color:#036}.role-pill.active{background:#036;border-color:#036;box-shadow:0 4px 14px #00336640;color:#fff}.role-detail{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000a;padding:32px 36px}.role-detail-title{color:#1a1a2e;font-size:1.5rem;font-weight:600;letter-spacing:-.02em;margin:0 0 6px}.role-detail-subtitle{color:#6b7280;font-size:1rem;font-weight:500;margin:0 0 20px}.role-detail-list{list-style:none;margin:0 0 20px;padding:0}.role-detail-list li{color:#374151;font-size:.95rem;font-weight:400;line-height:1.65;margin-bottom:12px;padding-left:0}.role-detail-list li:last-child{margin-bottom:0}.role-detail-lens{border-top:1px solid #e5e7eb;color:#6b7280;font-size:.9rem;margin:0;padding-top:20px}@media (max-width:768px){.info-section-box{padding:28px 20px 24px}.role-row{gap:8px;margin-bottom:24px}.role-pill{font-size:.875rem;padding:10px 16px}.role-detail{padding:24px 20px}.role-detail-title{font-size:1.35rem}.role-detail-subtitle{margin-bottom:20px}}@media (max-width:480px){.role-detail-title{font-size:1.2rem}.role-detail-list li{font-size:.9rem}}.timeline-section{background:#fff;border:1px solid #e5e7eb;border:var(--card-border,1px solid #e5e7eb);border-radius:16px;border-radius:var(--card-radius,16px);box-shadow:0 4px 24px #0000000f,0 1px 3px #0000000a;box-shadow:var(--card-shadow,0 4px 24px #0000000f,0 1px 3px #0000000a);box-sizing:border-box;margin:0 auto var(--section-space);max-width:1040px;padding:40px 32px 36px;text-align:center;width:100%}.timeline-section-container{height:500px;width:100%}.timeline-section h2{color:#036;font-size:2rem;font-weight:700;margin-bottom:40px}.timeline-section .my-card-title{padding-left:10px!important}.team-section{align-items:center;display:flex;flex-direction:column;padding:0 20px var(--section-space)}.team-container,.team-section{box-sizing:border-box;width:100%}.team-container{background:#fff;border:1px solid #e5e7eb;border:var(--card-border,1px solid #e5e7eb);border-radius:16px;border-radius:var(--card-radius,16px);box-shadow:0 4px 24px #0000000f,0 1px 3px #0000000a;box-shadow:var(--card-shadow,0 4px 24px #0000000f,0 1px 3px #0000000a);margin:0 auto;max-width:1040px;padding:40px 32px 36px}.team-section h2{color:#036;font-size:2rem;font-weight:700;margin-bottom:40px;text-align:center}.team-intro{color:#036;font-size:1.3rem;font-weight:600;line-height:1.6;margin-bottom:60px;text-align:left}.team-member{align-items:flex-start;display:flex;gap:40px;margin-bottom:60px}.team-member-photo{flex:1 1;max-width:33.333%}.team-member-photo img{border-radius:8px;box-shadow:0 4px 8px #0000001a;height:auto;width:100%}.team-placeholder{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #e9ecef;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;height:200px;justify-content:center;transition:all .3s ease;width:100%}.team-placeholder:hover{border-color:#036;box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}.team-placeholder svg{opacity:.7;transition:opacity .3s ease}.team-placeholder:hover svg{opacity:1}.team-member-bio{color:#333;flex:2 1;font-size:1.1rem;line-height:1.6;text-align:left}.team-member-bio strong{color:#036;display:block;font-size:1.3rem;margin-bottom:15px;text-align:left}.team-ecosystem{background-color:initial;border-radius:0;margin:64px auto 0;max-width:1040px;padding:0 32px;text-align:center;width:100%}.team-ecosystem-title{color:#036;font-size:2rem;font-weight:700;margin:0 0 24px}.ecosystem-logo-strip{overflow:hidden;padding:8px 0 0;width:100%}.ecosystem-logo-track{align-items:center;display:flex;gap:0;will-change:transform}.ecosystem-logo-set{align-items:center;display:flex;flex-shrink:0;gap:48px}.ecosystem-logo{align-items:center;display:flex;flex:0 0 auto;justify-content:center}.ecosystem-logo img{filter:grayscale(.1);height:96px;object-fit:contain;opacity:.9;width:auto}@media (max-width:768px){.team-member{flex-direction:column;gap:20px}.team-member-photo{max-width:100%}.team-member-photo img{display:block;margin:0 auto;max-width:300px}.team-placeholder{height:150px;margin:0 auto;max-width:300px}.team-ecosystem{padding:30px}.team-member-bio strong{text-align:left}}.footer-section{background:#f8fafc;background:var(--section-alt-bg,#f8fafc);margin-left:-20px;margin-right:-20px;padding:80px 20px 32px;padding:var(--section-space,80px) 20px 32px}.footer-columns{grid-gap:2rem 3rem;display:grid;gap:2rem 3rem;grid-template-columns:repeat(3,1fr);margin:0 auto 2.5rem;max-width:900px;text-align:left}.footer-col-title{color:#1a1a2e;font-size:.85rem;font-weight:600;letter-spacing:.04em;margin-bottom:1rem;text-transform:uppercase}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#6b7280;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#0b4b93;color:var(--primary-color,#0b4b93)}.footer-linkedin{align-items:center;display:inline-flex;gap:.4rem}.footer-linkedin:hover{color:#0077b5}.footer-bottom{border-top:1px solid #e5e7eb;padding-top:1.5rem;text-align:center}.footer-copyright{color:#6b7280;font-size:.9rem;margin:0}@media (max-width:768px){.footer-columns{gap:1.5rem;grid-template-columns:1fr;text-align:center}.footer-col-title{margin-bottom:.75rem}}.call-button{background-color:var(--primary-color);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;padding:10px 20px;transition:background-color .3s ease}.call-button:hover{background-color:var(--primary-color-hover)}.bigin-form-container{margin:2rem auto;max-width:800px;padding:0 1rem;width:100%}.bigin-form-wrapper{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;overflow:hidden;width:100%}.bigin-iframe{border:none;display:block;height:550px;min-height:550px;transition:height .3s ease;width:100%}@media (max-width:768px){.bigin-form-container{margin:1rem auto;padding:0 .5rem}.bigin-iframe{height:600px}}@media (max-width:480px){.bigin-iframe{height:650px}}.download-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem 1rem}.download-header{color:#fff;margin-bottom:3rem;text-align:center}.download-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px #0000004d}.download-header p{font-size:1.2rem;margin:0 auto;max-width:600px;opacity:.9}.download-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.download-description{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;padding:2rem}.download-description h2{border-bottom:3px solid #667eea;color:#2c3e50;font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.5rem}.download-description ul{list-style:none;padding:0}.download-description li{color:#34495e;font-size:1.1rem;line-height:1.6;margin-bottom:1rem;padding-left:2rem;position:relative;text-align:left}.download-description li:before{color:#27ae60;content:"✓";font-size:1.1rem;font-weight:700;left:0;position:absolute}.form-section{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;padding:2rem}.form-section h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}@media (max-width:768px){.download-page{padding:1rem .5rem}.download-header h1{font-size:2.5rem}.download-content{gap:2rem;grid-template-columns:1fr}.download-description,.form-section{padding:1.5rem}}@media (max-width:480px){.download-header h1{font-size:2rem}.download-header p{font-size:1rem}.download-description h2{font-size:1.5rem}.download-description li{font-size:1rem}}
/*# sourceMappingURL=main.95fdabd9.css.map*/