body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.page-transition{min-height:100vh;opacity:0;transform:translateY(12px);transition:opacity .4s ease,transform .4s ease;width:100%}.page-transition.visible{opacity:1;transform:translateY(0)}*{box-sizing:border-box;margin:0;padding:0}body,html{background-color:#2c3e50;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100%;overflow-x:hidden;scroll-behavior:smooth;scrollbar-width:none;width:100%}body{min-width:360px}body::-webkit-scrollbar{display:none}body.modal-open{overflow:hidden}#root{min-height:100vh;overflow-x:hidden;width:100%}.header{align-items:center;background-color:initial;display:flex;height:90px;justify-content:space-between;left:0;padding:0 4rem;position:fixed;top:0;transition:background-color .3s ease,height .3s ease;width:100%;z-index:1000}.header.scrolled{background-color:#2c3e50;box-shadow:0 2px 5px #0000001a;height:70px;padding:0 4rem}.nav ul{align-items:center;display:flex;gap:2.5rem;list-style:none;margin:0;padding:0}.nav a{color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .2s ease}.nav a:hover{transform:scale(1.1)}.close-icon-wrapper,.menu-toggle{display:none}.logo-container{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;display:flex;height:140px;justify-content:center;position:relative;top:55px;transition:all .3s ease;width:140px}.logo-container .logo-img{height:90%;object-fit:cover;width:90%}.logo-link:hover .logo-container{transform:scale(1.1)}.header.scrolled .logo-link:hover .logo-container{transform:scale(1)}@media (max-width:768px){.header,.header.scrolled{padding:0 1.5rem}.logo-container{height:90px;top:30px;width:90px}.nav ul{display:none}.menu-toggle{cursor:pointer;display:block;z-index:1100}.hamburger-icon{color:#fff;font-size:1.8rem}.nav{background-color:#2c3e50;height:100vh;padding:0;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease-in-out;width:250px}.nav.open{box-shadow:-5px 0 15px #0003;transform:translateX(0)}.nav.open ul{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;padding:4rem 2rem}.nav.open a{font-size:1.2rem}.close-icon-wrapper{cursor:pointer;display:block;position:absolute;right:1.5rem;top:1.5rem}.close-icon{color:#fff;font-size:2rem}}.video-carousel-container{background-color:#000;height:100vh;overflow:hidden;position:relative;width:100%}.video-element{background-color:#000;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.carousel-controls{bottom:40px;display:flex;gap:12px;justify-content:center;pointer-events:auto;position:absolute;width:100%}.carousel-dot{background-color:#666;border:none;border-radius:20%;cursor:pointer;height:6px;opacity:.6;transition:opacity .3s ease,background-color .3s ease;width:30px}.carousel-dot.active,.carousel-dot:hover{background-color:#beeffb;opacity:1}@media (max-width:768px){.carousel-dot{height:5px;width:20px}.carousel-controls{bottom:30px}}.about-us-section{align-items:center;background-color:#fff;display:flex;justify-content:center;min-height:50vh;padding:4rem 1rem;scroll-margin-top:80px}.about-us-content{margin:0 auto;max-width:1100px;text-align:center;width:100%}.about-us-title{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.about-us-text{color:#4a5568;font-size:1.2rem;font-weight:400;line-height:1.8}.no-break{white-space:nowrap}@media (max-width:1200px){.about-us-title{font-size:2rem}.about-us-text{font-size:1.1rem;line-height:1.7}.no-break{white-space:normal}}.services-section{background:url(/static/media/dots.2bd570b305555919620f.jpg) 50%/cover no-repeat;color:#fff;padding:80px 40px;text-align:center;width:100%}.services-title{font-size:2.5rem;font-weight:700;margin-bottom:50px}.services-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;row-gap:50px}.service-card{background-color:#2c3e50b3;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;max-width:360px;min-width:280px;padding:30px 28px;text-align:left;transition:transform .3s ease,box-shadow .3s ease;width:30%}.service-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-6px)}.service-title{font-size:1.35rem;font-weight:600;margin-bottom:14px}.service-description{font-size:1rem;font-weight:400;letter-spacing:.2px;line-height:1.7}@media (max-width:1024px){.service-card{width:45%}}@media (max-width:768px){.service-card{width:100%}.services-section{padding:60px 20px}.services-title{font-size:2rem;margin-bottom:35px}}.technologies-section{background-color:#2c3e50;box-sizing:border-box;padding:60px 20px;text-align:center;width:100vw}.technologies-title{color:#fff;font-size:2rem;margin-bottom:40px}.tech-grid{grid-gap:30px;align-items:center;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));justify-items:center;margin:0 auto;max-width:1200px;width:100%}.tech-badge{background:#fff;border-radius:12px;display:flex;height:100px;justify-content:center;padding:20px;transition:transform .3s ease,box-shadow .3s ease}.tech-badge:hover{box-shadow:0 4px 20px #ffffff1a;transform:translateY(-5px)}.tech-badge img{height:auto;max-height:64px;max-width:64px;object-fit:contain;width:auto}.modal-overlay{align-items:center;background-color:#000000b3;display:flex;height:100vh;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .3s ease-in-out;width:100vw;z-index:2000}.modal-overlay.open{opacity:1;pointer-events:auto}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;height:85vh;max-height:700px;max-width:800px;opacity:0;padding:2rem 2.5rem;position:relative;transform:scale(.95);transition:opacity .3s ease-in-out,transform .3s ease-in-out;width:90vw}.modal-overlay.open .modal-content{opacity:1;transform:scale(1)}.modal-body{flex-grow:1;overflow-y:auto;padding-right:1rem}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.modal-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.modal-body::-webkit-scrollbar-thumb:hover{background:#aaa}.modal-content h2{color:#1a202c;font-size:1.8rem;margin-bottom:1.5rem;margin-top:0}.modal-content h4{color:#2d3748;margin-top:1.5rem}.modal-body p,.modal-body ul{color:#4a5568;line-height:1.7}.close-button{align-items:center;background:#f1f1f1;border:none;border-radius:50%;color:#555;cursor:pointer;display:flex;font-size:1.5rem;font-weight:700;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background-color .2s,transform .2s;width:40px}.close-button:hover{background-color:#e0e0e0;transform:rotate(90deg)}@media (max-width:600px){.modal-content{height:90vh;padding:1.5rem;width:95vw}}.footer-container{background-color:#f9f9f9;color:#333;font-family:sans-serif;padding:3rem 2rem}.footer-content{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-around;margin:0 auto;max-width:1200px}.footer-column{flex:1 1 250px;min-width:250px;text-align:center}.footer-column h4{color:#222;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-column a,.footer-column p{align-items:center;color:#444;display:flex;gap:8px;justify-content:center;margin:.5rem 0;text-decoration:none;transition:color .2s}.footer-column a:hover{color:#0077b5}.icon{font-size:1rem}.social-icon{color:#0077b5;font-size:2rem;transition:color .2s,transform .2s}.social-icon:hover{transform:scale(1.1)}.footer-bottom{color:#666;font-size:.9rem;margin-top:2rem;padding-top:1.5rem;text-align:center;width:100%}.footer-divider{background-color:#ddd;border:0;height:1px;margin-bottom:1.5rem}.map-container{border-radius:8px;box-shadow:0 4px 8px #0000001a;margin-top:1rem;overflow:hidden;width:100%}.map-container iframe{border:0;height:200px;vertical-align:middle;width:100%}.contact-form{display:flex;flex-direction:column;gap:.75rem;width:100%}.contact-form input,.contact-form textarea{border:1px solid #ccc;border-radius:4px;font-family:inherit;font-size:1rem;padding:.75rem;width:100%}.contact-form textarea{max-width:100%;overflow-y:auto;resize:none}.contact-form button{background-color:#0077b5;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem;transition:background-color .2s}.contact-form button:hover{background-color:#005f94}.social-links{border-top:1px solid #e0e0e0;margin-top:1.5rem;padding-top:1.5rem}.careers-footer-link{color:#444;display:block;font-size:.95rem;margin-top:.75rem;text-decoration:none}.privacy-link{color:#0077b5;cursor:pointer;transition:color .2s}.privacy-link:hover{color:#005f94}@media (max-width:768px){.footer-container{padding:2rem 1rem}.footer-content{align-items:center;flex-direction:column;gap:1.5rem}.footer-column{flex-basis:auto;min-width:0;text-align:center;width:auto}.footer-column a,.footer-column p{justify-content:center}.social-links{align-items:center;display:flex;flex-direction:column}}.vertical-scrollbar{display:flex;flex-direction:column;gap:12px;position:fixed;right:20px;top:50%;transform:translateY(-50%);transition:opacity .3s ease;z-index:1000}.vertical-scrollbar.hidden{opacity:0;pointer-events:none}.vertical-scrollbar.visible{opacity:1}.dot{background:#bbb;border-radius:50%;cursor:pointer;height:10px;transition:background .3s,transform .3s;width:10px}.dot.active{background:#007bff;transform:scale(1.3)}.careers-page{background-color:#2c3e50;color:#fff;min-height:100vh}.careers-hero{align-items:flex-start;background:linear-gradient(135deg,#1a252f,#2c3e50);display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between;min-height:460px;padding:220px 4rem 80px}.careers-hero-text h1{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem;max-width:520px}.careers-hero-text h1 span{color:#0077b5}.careers-hero-text p{color:#a0aec0;font-size:1.1rem;line-height:1.7;max-width:480px}.careers-hero-stats{display:flex;flex-wrap:wrap;gap:2.5rem}.stat{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;min-width:120px;padding:1.5rem 2rem;text-align:center}.stat span{color:#0077b5;display:block;font-size:2.2rem;font-weight:700}.stat p{color:#a0aec0;font-size:.9rem;margin-top:.25rem}.careers-listings{background-color:#fff;color:#1a202c;padding:70px 0;width:100%}.careers-listings h2{color:#1a202c;font-size:2rem;font-weight:700;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:1100px;padding:0 4rem}.jobs-list{display:flex;flex-direction:column;gap:1.25rem;margin:0 auto;max-width:1100px;padding:0 4rem}.job-row{align-items:center;background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;gap:2rem;justify-content:space-between;padding:1.75rem 2rem;transition:background .3s ease,transform .2s ease}.job-row:hover{background:#edf2f7;transform:translateX(4px)}.job-row-left{flex:1 1;min-width:0}.job-row-left h3{color:#1a202c;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.job-description-preview{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#4a5568;display:-webkit-box;font-size:.95rem;line-height:1.6;margin-bottom:.5rem;max-width:640px;overflow:hidden;text-overflow:ellipsis;white-space:normal}.view-details-link{color:#0077b5;display:inline-block;font-size:.85rem;font-weight:500}.job-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.tag{align-items:center;background:#0077b51a;border-radius:20px;color:#0077b5;display:inline-flex;font-size:.8rem;font-weight:500;gap:4px;padding:.2rem .75rem}.job-row-right{flex-shrink:0}.apply-btn{background-color:#0077b5;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.7rem 1.75rem;text-decoration:none;transition:background-color .2s,transform .2s;white-space:nowrap}.apply-btn:hover{background-color:#005f94;transform:translateY(-1px)}.apply-btn:disabled{background-color:#4a5568;cursor:not-allowed;transform:none}.careers-loading{color:#4a5568;padding:3rem;text-align:center}.spinner{animation:spin .8s linear infinite;border:4px solid #0000001a;border-radius:50%;border-top-color:#0077b5;height:40px;margin:0 auto 1rem;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.careers-empty{color:#4a5568;font-size:1.1rem;padding:3rem;text-align:center}.careers-why{background:#1a252f;padding:70px 4rem;text-align:center}.careers-why h2{font-size:2rem;font-weight:700;margin-bottom:2.5rem}.why-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:0 auto;max-width:1000px}.why-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;padding:2rem 1.5rem;transition:transform .3s ease;width:210px}.why-card:hover{transform:translateY(-5px)}.why-icon{color:#0077b5;display:flex;font-size:2rem;justify-content:center;margin-bottom:.75rem}.why-card h4{font-size:1rem;font-weight:600;margin-bottom:.5rem}.why-card p{color:#a0aec0;font-size:.9rem;line-height:1.5}.job-detail-modal{display:flex;flex-direction:column;height:85vh!important;max-height:85vh!important;max-width:60vw!important;width:60vw!important}.job-detail-header{border-bottom:1px solid #e2e8f0;flex-shrink:0;margin-bottom:1.5rem;padding-bottom:1rem}.job-detail-header h2{color:#1a202c;font-size:1.6rem;margin-bottom:.5rem}.job-detail-body-wrapper{flex-grow:1;margin-bottom:1.5rem;min-height:0;position:relative}.job-detail-body{-ms-overflow-style:none;bottom:0;left:0;overflow-y:auto;padding-right:.5rem;position:absolute;right:0;scrollbar-width:none;top:0}.job-detail-body::-webkit-scrollbar{display:none}.job-detail-body h4{color:#2d3748;font-size:1rem;font-weight:600;margin-bottom:.75rem}.job-detail-body p{color:#4a5568;font-size:.95rem;line-height:1.8;white-space:pre-wrap}.scroll-hint-fade{background:linear-gradient(180deg,#fff0 0,#fffffff7);bottom:0;height:80px;left:0;pointer-events:none;position:absolute;right:0;z-index:2}.scroll-hint-btn{align-items:center;animation:bounce 1.5s infinite;background:#0077b5;border-radius:50%;bottom:8px;box-shadow:0 2px 8px #0003;color:#fff;cursor:pointer;display:flex;font-size:.85rem;height:32px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);width:32px;z-index:3}.scroll-hint-btn:hover{background:#005f94}@keyframes bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-5px)}}.job-detail-footer{border-top:1px solid #e2e8f0;flex-shrink:0;padding-top:1rem}.job-detail-footer .apply-btn{font-size:1rem;padding:.85rem;text-align:center;width:100%}.careers-modal{height:auto!important;max-height:90vh!important;max-width:600px!important}.careers-modal h2{color:#1a202c;font-size:1.5rem;margin-bottom:.25rem}.careers-modal h2 span{color:#0077b5}.modal-job-meta{color:#718096;font-size:.9rem;margin-bottom:1.5rem}.apply-form{flex-direction:column}.apply-form,.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1 1}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{color:#2d3748;font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{border:1px solid #cbd5e0;border-radius:6px;font-family:inherit;font-size:.95rem;padding:.7rem 1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#0077b5;outline:none}.form-group textarea{resize:vertical}.field-error{color:#e53e3e;font-size:.8rem;margin-top:2px}.file-input-hidden{display:none}.file-upload-wrapper{border:2px dashed #cbd5e0;border-radius:8px;cursor:pointer;transition:border-color .2s,background .2s}.file-upload-wrapper:hover{background:#f0f8ff;border-color:#0077b5}.file-upload-wrapper.file-selected{background:#f0f8ff;border-color:#0077b5;border-style:solid}.file-upload-wrapper.file-error{background:#fff5f5;border-color:#e53e3e}.file-upload-label{align-items:center;cursor:pointer;display:flex;gap:.75rem;padding:.9rem 1rem;width:100%}.file-icon{flex-shrink:0;font-size:1.3rem}.file-placeholder{color:#718096;flex-grow:1;font-size:.9rem}.file-name{color:#2d3748;flex-grow:1;font-size:.9rem;font-weight:500;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-hint-inline{color:#a0aec0;flex-shrink:0;font-size:.78rem}.file-change{color:#0077b5;flex-shrink:0;font-size:.8rem;font-weight:600;text-decoration:underline}.btn-spinner-wrapper{align-items:center;display:flex;gap:.5rem;justify-content:center}.btn-spinner{animation:spin .7s linear infinite;border:2px solid #fff6;border-radius:50%;border-top-color:#fff;display:inline-block;height:16px;width:16px}.submit-btn{font-size:1rem;margin-top:.5rem;padding:.85rem;width:100%}.submit-error{color:#e53e3e;font-size:.9rem;text-align:center}.submit-success{padding:2rem 1rem;text-align:center}.success-icon{font-size:3rem;margin-bottom:1rem}.submit-success h3{color:#1a202c;font-size:1.4rem;margin-bottom:.5rem}.submit-success p{color:#4a5568;margin-bottom:1.5rem}@media (max-width:768px){.careers-hero{flex-direction:column;padding:150px 1.5rem 60px}.careers-hero-text h1{font-size:2rem}.careers-listings{padding:50px 0}.careers-listings h2,.jobs-list{padding:0 1.5rem}.careers-why{padding:50px 1.5rem}.job-row{align-items:flex-start;flex-direction:column}.job-row-right{width:100%}.apply-btn{text-align:center;width:100%}.form-row{flex-direction:column}.why-card{max-width:340px;width:100%}.job-detail-modal{height:90vh!important;max-width:95vw!important;width:95vw!important}}
/*# sourceMappingURL=main.2c2d779e.css.map*/