@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";:root{--font-main: "Space Grotesk", sans-serif;--color-bg-dark: #3d5e6b;--color-text-white: #ffffff;--color-accent: rgba(255, 255, 255, .1);--color-button-border: rgba(255, 255, 255, .5)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);background-color:var(--color-bg-dark);color:var(--color-text-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;font-size:16px}@media(max-width:768px){html{font-size:14px}}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.header{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 5%;z-index:1000;color:#fff;background-color:var(--color-bg-dark);transition:transform .3s ease-in-out}.header--hidden{transform:translateY(-100%)}.logo{display:flex;flex-direction:column;align-items:center;font-weight:700;letter-spacing:1px;font-size:1.2rem;line-height:1}.logo-img{height:50px;width:auto;margin-bottom:5px;filter:brightness(0) invert(1)}.nav ul{display:flex;gap:2rem}.nav a{font-size:.9rem;font-weight:500;position:relative;transition:opacity .3s}.nav a:hover{opacity:.8}.nav a:after{content:"";position:absolute;width:0;height:1px;bottom:-4px;left:0;background-color:#fff;transition:width .3s ease}.nav a:hover:after{width:100%}@media(max-width:768px){.header{padding:1rem 5%;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem}.logo{align-items:flex-start;font-size:1rem}.logo-img{height:30px;margin-bottom:0;margin-right:.5rem}.nav ul{flex-wrap:nowrap;justify-content:flex-end;gap:1rem}.nav a{font-size:.75rem;white-space:nowrap}}.hero{position:relative;height:100vh;width:100%;display:flex;align-items:center;justify-content:flex-start;padding:0 5%;overflow:hidden;z-index:1}.hero-background-slider{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1.5s ease-in-out;filter:brightness(.7)}.hero-slide.active{opacity:1}.hero-controls{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:15px;z-index:2}.hero-dot{width:8px;height:8px;border-radius:50%;background-color:#fff6;border:none;cursor:pointer;transition:background-color .3s,transform .3s;padding:0}.hero-dot:hover{background-color:#ffffffb3;transform:scale(1.1)}.hero-dot.active{background-color:#fff;transform:scale(1.2);box-shadow:0 0 10px #ffffff80}.hero-content{margin-top:100px;max-width:1200px;z-index:1;opacity:0;transform:translateY(30px);animation:fadeUp 1s ease-out forwards .5s}.hero-title{font-size:4rem;font-weight:700;line-height:1.1;color:#fff}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-title{font-size:2.5rem;line-height:1.2}.hero-content{margin-top:80px;padding:0 1rem}}.section{display:flex;align-items:center;justify-content:center;padding:5rem 10%;background-color:#fff;color:var(--color-bg-dark);gap:3rem;overflow:hidden}.section.reversed{flex-direction:row-reverse}.section-content{flex:0 1 auto;max-width:550px;opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out}.section.visible .section-content{opacity:1;transform:translateY(0)}.section-title{font-size:2.25rem;font-weight:600;margin-bottom:1.5rem;color:var(--color-bg-dark);line-height:1.2}.section-text{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;color:#555;max-width:500px}.learn-more-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border:1px solid var(--color-bg-dark);border-radius:50px;background:transparent;color:var(--color-bg-dark);font-weight:500;cursor:pointer;transition:all .3s ease;font-size:.85rem;white-space:nowrap}.learn-more-btn:hover{background:var(--color-bg-dark);color:#fff;padding-right:2rem}.section-image{flex:0 1 auto;opacity:0;transform:scale(.95);transition:opacity .8s ease-out,transform .8s ease-out;transition-delay:.2s;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}.section.visible .section-image{opacity:1;transform:scale(1)}.section-image img{width:100%;max-width:450px;height:auto;object-fit:contain;border-radius:4px;box-shadow:0 10px 30px #0000001a}@media(max-width:900px){.section{flex-direction:column;text-align:center}.section.reversed{flex-direction:column}.section-text{margin:0 auto 2rem;font-size:1rem}.section-title{font-size:1.5rem}.section{padding:3rem 5%;gap:2rem}.section-actions{flex-direction:column;align-items:stretch;width:100%;margin-top:1.5rem;gap:.75rem;padding-bottom:0;overflow-x:visible}.learn-more-btn{width:100%;justify-content:center}}.section-actions{display:flex;gap:.5rem;align-items:center;flex-wrap:nowrap;margin-top:1rem;overflow-x:auto;padding-bottom:5px}.news{padding:5rem 10%;background-color:var(--color-bg-dark);color:#fff;text-align:center}.news-title{font-size:3rem;font-weight:600;margin-bottom:4rem}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;text-align:left}.news-item{border-left:1px solid rgba(255,255,255,.3);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between;height:100%;margin-bottom:2rem}.news-image-container{width:100%;height:200px;margin-bottom:1.5rem;overflow:hidden;border-radius:4px}.news-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-item:hover .news-image{transform:scale(1.05)}.news-content{flex-grow:1}.news-item h3{font-size:1.25rem;font-weight:500;margin-bottom:1rem;line-height:1.4}.news-link{font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;opacity:.8;transition:opacity .3s}.news-link:hover{opacity:1}.small-text{font-size:.8rem;opacity:.8;margin-bottom:1rem}@media(max-width:768px){.news{padding:4rem 5%}.news-title{font-size:2rem;margin-bottom:2.5rem}.news-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding-bottom:1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.news-grid::-webkit-scrollbar{display:none}.news-item{flex:0 0 85%;width:85%;margin-bottom:0;scroll-snap-align:center;border-left:1px solid rgba(255,255,255,.3);background:#ffffff05;border-radius:8px;padding:1rem}}.footer{background-color:#3b5c6b;color:#fff;padding:0 1rem 4rem;border-top:none;font-size:.9rem}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem;max-width:800px;margin:0 auto;border-top:1px solid rgba(255,255,255,.2);padding-top:3rem;width:100%}.footer-logo-img{height:80px;width:auto;margin-bottom:0;filter:brightness(0) invert(1)}.footer-column h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;opacity:.8;color:#a8d5e2;color:#ffffffb3}.footer-column p{margin-bottom:.25rem;line-height:1.4}.contact-block{margin-bottom:1.5rem}.contact-block:last-child{margin-bottom:0}.footer-social-link{color:#fff;text-decoration:none;display:inline-block;transition:opacity .2s}.footer-social-link:hover{opacity:.8}.footer-link{color:inherit;text-decoration:none;transition:opacity .2s}.footer-link:hover{opacity:.8;text-decoration:underline}@media(max-width:768px){.footer-content{flex-direction:column;gap:2rem;align-items:center;text-align:center}.footer-column{width:100%;display:flex;flex-direction:column;align-items:center}}.certificates-container{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;width:100%}.cert-button{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border:1px solid var(--color-bg-dark);border-radius:50px;background:transparent;color:var(--color-bg-dark);font-weight:500;cursor:pointer;transition:all .3s ease;font-size:.85rem;letter-spacing:normal;text-transform:none;white-space:nowrap}.cert-button:hover{background:var(--color-bg-dark);color:#fff;padding-right:2rem;transform:none;box-shadow:none}@media(max-width:900px){.cert-button{width:100%;justify-content:center}}.cert-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:2000;opacity:0;animation:fadeIn .3s forwards;padding:2rem;cursor:pointer}.cert-modal-frame{max-width:1000px;width:90vw;position:relative;opacity:0;transform:scale(.95);animation:scaleIn .3s .1s forwards;cursor:default;background:transparent;display:flex;justify-content:center}.cert-close-btn{position:absolute;top:-20px;right:-20px;background:#fff;border:none;color:var(--color-bg-dark);width:44px;height:44px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 10px #0003;z-index:10}.cert-close-btn:hover{transform:rotate(90deg) scale(1.1);background:#f0f0f0}.plane-icon{transform:rotate(-45deg)}@media(max-width:768px){.cert-close-btn{position:fixed;top:20px;right:20px;z-index:2005}}.cert-scroll-area{width:100%;background:transparent;border-radius:4px;max-height:90vh}.cert-scroll-area img{display:block;border-radius:4px}.cert-scroll-area.mode-scroll{overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.cert-scroll-area.mode-scroll::-webkit-scrollbar{width:6px}.cert-scroll-area.mode-scroll::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:4px}.cert-scroll-area.mode-scroll img{width:auto;max-width:100%;height:auto;margin:0 auto}.cert-scroll-area.mode-fit{overflow:hidden;display:flex;justify-content:center;align-items:center;height:90vh}.cert-scroll-area.mode-fit img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}@keyframes fadeIn{to{opacity:1}}@keyframes scaleIn{to{opacity:1;transform:scale(1)}}.design2-page{background-color:#fff;overflow-x:hidden;font-family:var(--font-main),sans-serif}.d2-services-section{padding:6rem 2rem;background-color:#f8fafc;text-align:center}.d2-section-header{margin-bottom:4rem}.d2-section-header h2{font-size:2.5rem;color:#1e293b;margin-bottom:1rem;font-family:var(--font-main),sans-serif}.d2-section-header p{color:#64748b;font-size:1.1rem}.d2-services-row{display:flex;justify-content:center;gap:2rem;max-width:1600px;margin:0 auto;flex-wrap:wrap}.d2-service-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;flex:1;min-width:300px;max-width:400px;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;text-align:left}.d2-service-card:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.d2-card-image{height:200px;background-size:cover;background-position:center;position:relative}.d2-card-image:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.d2-card-content{padding:2rem;flex-grow:1;display:flex;flex-direction:column}.d2-card-content h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 .5rem;font-family:var(--font-main),sans-serif}.d2-card-subtitle{display:block;font-size:.875rem;color:var(--color-bg-dark);margin-bottom:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.d2-card-content p{color:#64748b;line-height:1.6;margin-bottom:2rem;font-size:.95rem}.d2-card-footer{margin-top:auto;display:flex;flex-direction:row;gap:.5rem;align-items:center;flex-wrap:wrap}.d2-card-footer .certificates-container{flex-direction:row;justify-content:flex-start}.d2-learn-more-btn{display:inline-block;padding:.6rem 1.2rem;border-radius:50px;background-color:transparent;border:1px solid var(--color-bg-dark);color:var(--color-bg-dark);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:var(--font-main),sans-serif}.d2-learn-more-btn:hover{background-color:var(--color-bg-dark);color:#fff}.d2-card-footer .cert-button{font-size:.8rem;padding:.5rem .8rem;white-space:nowrap}@media(max-width:1024px){.d2-services-row{flex-wrap:wrap}.d2-service-card{min-width:45%}}@media(max-width:768px){.d2-service-card{min-width:100%}}.meet-team{padding:6rem 1rem 4rem;background-color:#fff;min-height:100vh;color:#3b5c6b;font-family:var(--font-main)}.meet-team-container{max-width:1000px;margin:0 auto}.meet-team h1{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#3b5c6b}.team-section{margin-bottom:3rem;border-bottom:1px solid #eee;padding-bottom:3rem;text-align:center}.team-section:last-of-type{border-bottom:none;margin-bottom:0}.team-section h2{text-align:center;display:inline-block;position:relative;font-size:1.5rem;font-weight:600;text-transform:uppercase;text-decoration:none;margin-bottom:3rem;color:#4a5d66;letter-spacing:.5px}.team-section h2:after{content:"";position:absolute;left:0;bottom:-4px;height:1px;width:0;background-color:currentColor;animation:underline-grow 1s ease-out forwards}@keyframes underline-grow{to{width:100%}}.team-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.team-card{text-align:center;width:250px;opacity:0;animation:fade-up .8s ease-out forwards}@keyframes fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.member-photo{width:100%;aspect-ratio:4/3;margin-bottom:1.5rem;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:transparent}.member-photo img{width:100%;height:100%;object-fit:cover;object-position:right top}.placeholder-icon{width:40px;height:40px;color:#333}.member-info h3{font-size:1.3rem;font-weight:700;color:#3b5c6b;margin-bottom:.25rem}.member-role{font-size:.9rem;color:#888;margin-bottom:1.5rem}.member-email{font-size:.95rem;color:#5e8494;text-decoration:none}.contact-section-full{background-color:#3b5c6b;color:#fff;padding:4rem 1rem;width:100%}.contact-container{max-width:800px;margin:0 auto}.contact-container h2{text-align:center;font-size:2rem;margin-bottom:2rem;color:#fff}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;gap:1.5rem}.form-group{flex:1}.form-group input,.form-group textarea{width:100%;padding:1rem;border:none;border-radius:4px;font-size:.95rem;background:#fff;font-family:inherit;color:#333}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group textarea{resize:vertical;min-height:150px}.form-group input:focus,.form-group textarea:focus{outline:none;box-shadow:0 0 0 2px #fff3}.submit-btn{background-color:#a8d5e2;color:#2c4450;border:none;border-radius:50px;padding:.8rem 2rem;font-size:.95rem;font-weight:600;cursor:pointer;align-self:flex-start;transition:background-color .2s}.submit-btn:hover{background-color:#90c2d2}@media(max-width:768px){.form-row{flex-direction:column;gap:1.5rem}.meet-team{padding-top:5rem}}
