.navigation{z-index:1000}.navigation .nav-container{position:relative;width:100%}.navigation .nav-container .nav-content{align-items:center;display:flex;height:5rem;justify-content:space-between;padding:0 1.5rem}.navigation .logo-container{padding-left:0}.navigation .logo-container .logo-image{height:200px;object-fit:contain;width:auto}.navigation .desktop-menu{margin-left:750px;padding-right:2rem}@media(min-width:768px){.navigation .desktop-menu{align-items:center;display:flex}}.navigation .desktop-menu .nav-link{color:#4b5563;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease;white-space:nowrap}.navigation .desktop-menu .nav-link.active,.navigation .desktop-menu .nav-link:hover{color:#001f3f}.navigation .desktop-menu .nav-link.active:after{background-color:#001f3f;bottom:-4px;content:"";height:2px;left:0;position:absolute;width:100%}.navigation .mobile-menu-button-container{margin-left:300px}@media(min-width:768px){.navigation .mobile-menu-button-container{display:none}}.navigation .mobile-menu-button{background:none;border:none;color:#4b5563;cursor:pointer;padding:.5rem}.navigation .mobile-menu-button .menu-icon{height:24px;width:24px}.navigation .mobile-menu{background-color:#fff;box-shadow:0 2px 4px #0000001a;display:none;flex-direction:column;left:0;opacity:0;padding:1rem;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;z-index:999}.navigation .mobile-menu.show{display:flex;opacity:1;transform:translateY(0)}.navigation .mobile-menu .mobile-link{border-bottom:1px solid #d1d5db;color:#4b5563;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.navigation .mobile-menu .mobile-link:last-child{border-bottom:none}.navigation .mobile-menu .mobile-link:hover{background-color:#f3f4f6;color:#001f3f}@media(max-width:767px){.desktop-menu{display:none!important}.navigation .nav-content{justify-content:space-between}}.main-content{background-color:#c98d6f}@keyframes gradientMove{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes ripple{to{opacity:0;transform:scale(2)}}.navigation{box-shadow:0 4px 6px #0000001a}.navigation .nav-content{align-items:center;display:flex;height:4rem;justify-content:space-between}.navigation .logo-container .logo-image{height:2rem;transition:transform .3s ease}.navigation .logo-container .logo-image:hover{transform:scale(1.05)}.navigation .desktop-menu{display:none;gap:2rem}@media(min-width:768px){.navigation .desktop-menu{display:flex}}.navigation .nav-link{color:#001f3f;font-weight:500;padding:.5rem .75rem;position:relative;transition:color .3s ease}.navigation .nav-link:after{background-color:#001f3f;bottom:-2px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease-in-out;width:0}.navigation .nav-link.active:after,.navigation .nav-link:hover:after{width:100%}@media(min-width:768px){.mobile-menu-button-container{display:none}}.mobile-menu{max-height:0;overflow:hidden;transition:all .3s ease-in-out}.mobile-menu.show{max-height:400px}.mobile-menu .mobile-link{color:#001f3f;display:block;padding:.5rem 1rem}.mobile-menu .mobile-link:hover{background-color:#001f3f0d}.hero-section .hero-container{flex-direction:column}.hero-section .hero-content{align-items:center;display:flex;flex-direction:column;max-width:800px;text-align:center}.hero-section .hero-content .hero-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:1rem;text-align:center}.hero-section .hero-content .hero-text{color:#fff;font-size:1.5rem;margin-bottom:2rem;text-align:center}.hero-button{background-color:#fff;border-radius:.5rem;color:#001f3f;display:inline-block;font-weight:500;overflow:hidden;padding:.75rem 2rem;position:relative;text-align:center;transition:all .3s ease}.hero-button:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.highlights-section .highlights-title{font-size:1.875rem;font-weight:700;margin-bottom:3rem;text-align:center}.highlights-section .stats-grid{grid-gap:2rem;display:grid;gap:2rem}@media(min-width:768px){.highlights-section .stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;cursor:pointer;opacity:0;padding:1.5rem;transform:translateY(20px);transition:all .6s ease}.stat-card.visible{opacity:1;transform:translateY(0)}.stat-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-5px)!important}.stat-card .stat-number{color:#001f3f;font-size:2.25rem;font-weight:600;margin-bottom:1rem}.stat-card .stat-title{color:#001f3f;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.stat-card .stat-description{color:#4b5563;line-height:1.5}@media(max-width:768px){.stat-card{margin-bottom:1rem}.stat-card:last-child{margin-bottom:0}}.stats-grid{grid-gap:2rem;display:grid;gap:2rem}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.footer{background-color:#001f3f;color:#fff;padding:3rem 0}@media(max-width:768px){.footer{padding:2rem 0}}.footer .footer-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.footer .footer-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media(max-width:768px){.footer .footer-grid{gap:2.5rem;grid-template-columns:1fr;text-align:center}.footer .footer-logo-section{align-items:center;display:flex;flex-direction:column}}.footer .footer-logo-section .footer-logo{height:2rem;margin-bottom:1rem}.footer .footer-logo-section .footer-tagline{color:#a0aec0}.footer .footer-heading{font-weight:600;margin-bottom:1rem}.footer .footer-links-list{display:flex;flex-direction:column;gap:.5rem}@media(max-width:768px){.footer .footer-links-list{align-items:center}}.footer .footer-link{color:#a0aec0;text-decoration:none;transition:all .3s ease}.footer .footer-link:hover{color:#fff;padding-left:.625rem}@media(max-width:768px){.footer .footer-link:hover{padding-left:0;transform:scale(1.05)}}.footer .social-links{display:flex;gap:1rem}@media(max-width:768px){.footer .social-links{justify-content:center}}.footer .social-link{color:#a0aec0;text-decoration:none;transition:all .3s ease}.footer .social-link:hover{color:#fff;transform:translateY(-2px)}.footer .contact-info{color:#a0aec0;margin-bottom:.5rem}.footer .contact-info:last-child{margin-bottom:0}.footer .contact-info-container{display:flex;flex-direction:column;gap:.75rem}@media(max-width:768px){.footer .contact-info-container{align-items:center}}.footer .contact-info-item{align-items:flex-start;color:#a0aec0;cursor:pointer;display:flex;gap:.75rem;text-decoration:none;transition:all .3s ease}@media(max-width:768px){.footer .contact-info-item{align-items:center;flex-direction:column;gap:.5rem;text-align:center}}.footer .contact-info-item:hover .contact-icon,.footer .contact-info-item:hover .contact-text{color:#fff}.footer .contact-icon{flex-shrink:0;height:1.25rem;margin-top:.25rem;width:1.25rem}@media(max-width:768px){.footer .contact-icon{margin-top:0}}.footer .contact-text{flex:1 1}@media(max-width:768px){.footer .contact-text{text-align:center}}.page-transition{animation:fadeInUp .8s ease forwards;opacity:0}.hero-image-container{border-radius:.5rem;box-shadow:0 4px 6px #0000001a;overflow:hidden}.hero-image-container .hero-image{height:auto;transition:transform .5s ease;width:100%}.hero-image-container .hero-image:hover{transform:scale(1.05)}.hero-button span{animation:ripple .6s linear;background:#fff3;border-radius:50%;height:100px;pointer-events:none;position:absolute;width:100px}@media(max-width:768px){.hero-section{text-align:center}.stat-card{margin-bottom:1rem}.footer-grid{text-align:center}.footer-grid .social-link{align-items:center;display:flex;gap:.5rem}.footer-grid .social-link .social-icon{transition:all .3s ease}.footer-grid .social-link:hover .social-icon{transform:rotate(1turn)}.footer-grid .footer-links-list{align-items:center}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f9fafb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer}.menu-icon{height:1.5rem;width:1.5rem}.about-section,.productscase-section,.sustainability-section{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffff1a;background-color:#fff;margin:2rem 0;padding:5rem 0;position:relative}.about-section:before,.productscase-section:before,.sustainability-section:before{background:linear-gradient(180deg,#e6d5b833,#e6ccb24d);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.about-section>*,.productscase-section>*,.sustainability-section>*{position:relative;z-index:1}.about-section>* img,.productscase-section>* img,.sustainability-section>* img{border-radius:.75rem;box-shadow:0 10px 25px #0000001a;max-height:400px;max-width:100%;object-fit:contain;transition:transform .3s ease}.about-section>* img:hover,.productscase-section>* img:hover,.sustainability-section>* img:hover{transform:scale(1.05)}.about-section:nth-child(2n),.productscase-section:nth-child(2n),.sustainability-section:nth-child(2n){background-color:#f9fafb}.about-container,.sustainability-container{margin:0 auto;max-width:90rem;padding:4rem 1rem}.section-title{color:#001f3f;font-size:2.25rem;font-weight:700;position:relative}.section-title:after{background-color:#001f3f;bottom:-.5rem;content:"";height:.25rem;left:0;position:absolute;transition:width .3s ease;width:3rem}.section-title.text-center{text-align:center}.section-title.text-center:after{left:50%;transform:translateX(-50%)}.about-grid,.sustainability-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem}@media(min-width:768px){.about-grid,.sustainability-grid{grid-template-columns:1fr 1fr}}.productscase-section{background-color:#f7fafc;padding:4rem 0}.productscase-section .productscase-container{margin:0 auto;max-width:1200px;padding:0 1.5rem;width:100%}.productscase-section .section-title{color:#1a202c;font-size:2.5rem;font-weight:700;margin-bottom:3rem;position:relative;text-align:center}.productscase-section .section-title:after{background:linear-gradient(90deg,#001f3f,#2b6cb0);bottom:-.5rem;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.productscase-section .productscase-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}@media(max-width:1024px){.productscase-section .productscase-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.productscase-section .productscase-grid{grid-template-columns:1fr}}.productscase-section .productscase-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.productscase-section .productscase-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.productscase-section .productscase-card:hover .productscase-image{transform:scale(1.1)}.productscase-section .productscase-card:hover .productscase-overlay{opacity:1}.productscase-section .productscase-image-wrapper{overflow:hidden;padding-top:75%;position:relative}.productscase-section .productscase-image-container{background:linear-gradient(45deg,#f6f6f6,#fff);height:100%;left:0;position:absolute;top:0;width:100%}.productscase-section .productscase-image{height:100%;object-fit:contain;padding:1rem;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.productscase-section .productscase-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.productscase-section .productscase-content{padding:1.5rem}.productscase-section .productscase-title{color:#1a202c;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.productscase-section .productscase-description{color:#718096;font-size:.875rem}.productscase-section .learn-more-button{background-color:#fff;border-radius:9999px;color:#1a202c;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.productscase-section .learn-more-button:hover{background-color:#001f3f;color:#fff;transform:translateY(-2px)}.productscase-section .view-all-button{background:linear-gradient(90deg,#001f3f,#2b6cb0);border-radius:9999px;color:#fff;display:inline-block;font-weight:500;margin-top:2rem;padding:1rem 2rem;text-align:center;transition:all .3s ease}.productscase-section .view-all-button:hover{background:linear-gradient(90deg,#2b6cb0,#001f3f);box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.productscase-section .view-all-button:after{content:"→";margin-left:.5rem;transition:transform .3s ease}.productscase-section .view-all-button:hover:after{transform:translateX(4px)}.learn-more-button,.view-all-button{background-color:#001f3f;border-radius:.5rem;color:#fff;display:inline-block;font-weight:500;margin-top:1.5rem;overflow:hidden;padding:.5rem 1.5rem;position:relative;transition:all .3s ease}.learn-more-button:before,.view-all-button:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease;width:0}.learn-more-button:hover,.view-all-button:hover{background-color:#00060c;transform:translateY(-3px)}.learn-more-button{background-color:#001f3f;color:#fff}.learn-more-button:hover{background-color:#00060c;transform:translateY(-2px)}.view-all-button{background-color:#0000;border:2px solid #001f3f;color:#001f3f}.view-all-button:hover{background-color:#001f3f;color:#fff;transform:translateY(-2px)}.about-text,.sustainability-text{color:#4b5563;line-height:1.7;margin-bottom:1.5rem}.fade-in-section{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in-section.visible{opacity:1;transform:translateY(0)}.text-center{text-align:center}.mt-8{margin-top:2rem}.about-image-container,.sustainability-image-container{border-radius:.5rem;box-shadow:0 4px 6px #0000001a;overflow:hidden}.about-image-container img,.sustainability-image-container img{height:auto;transition:transform .5s ease;width:100%}.about-image-container img:hover,.sustainability-image-container img:hover{transform:scale(1.05)}.hero-section{background:#001f3f;height:80vh;height:100vh;min-height:600px}.hero-section .parallax-container{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.hero-section .parallax-image{background-position:50%;background-size:cover;height:100%;opacity:0;position:absolute;right:-100%;top:0;transform:scale(1.1);transition:opacity .5s ease-in-out,right .8s ease-in-out;width:100%}.hero-section .parallax-image.active{animation:parallaxScale 5s ease-in-out infinite;opacity:1;right:0}.hero-section .parallax-image:not(.active){right:100%}.hero-section .overlay{background:linear-gradient(#00000080,#0000004d);height:100%;left:0;position:absolute;top:0;width:100%}.hero-section .hero-container{align-items:center;display:flex;height:100%;justify-content:center}.hero-section .hero-container .hero-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:1rem}.hero-section .hero-container .hero-text{color:#fff;font-size:1.5rem;margin-bottom:2rem}.hero-section .hero-container .hero-button{background-color:#fff;border-radius:.5rem;color:#001f3f;display:inline-block;font-weight:500;padding:.75rem 2rem;transition:all .3s ease}.hero-section .hero-container .hero-button:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.about-section{background-color:#fff;padding:5rem 0}.about-section .about-container{margin:0 auto;max-width:90rem;padding:0 2rem}.about-section .about-container .about-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem}@media(min-width:768px){.about-section .about-container .about-grid{grid-template-columns:1fr 1fr}}.about-section .about-container .about-grid .about-content .section-title{color:#001f3f;font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}.about-section .about-container .about-grid .about-content .about-text{color:#4b5563;line-height:1.7;margin-bottom:1.5rem}.about-section .about-container .about-grid .about-content .learn-more-button{background-color:#001f3f;border-radius:.5rem;color:#fff;font-weight:500;padding:.75rem 2rem;transition:all .3s ease}.about-section .about-container .about-grid .about-content .learn-more-button:hover{background-color:#00060c;transform:translateY(-2px)}.about-section .about-container .about-grid .about-image-container{border-radius:.5rem;box-shadow:0 4px 6px #0000001a;overflow:hidden}.about-section .about-container .about-grid .about-image-container img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.about-section .about-container .about-grid .about-image-container img:hover{transform:scale(1.05)}@media(max-width:768px){.hero-section{height:80vh}.hero-section .hero-container .hero-title{font-size:2rem}.hero-section .hero-container .hero-text{font-size:1.25rem}.about-section{padding:3rem 0}.about-section .about-container .about-grid{grid-template-columns:1fr}.about-section .about-container .about-grid .about-content{order:2}.about-section .about-container .about-grid .about-image-container{order:1}}.highlights-section{background-color:#f9fafb;padding:5rem 0}.highlights-section .highlights-container{margin:0 auto;max-width:80rem;padding:0 2rem}.highlights-section .highlights-container .highlights-title{color:#001f3f;font-size:2.25rem;font-weight:700;margin-bottom:3rem;text-align:center}.highlights-section .highlights-container .stats-grid{grid-gap:2rem;display:grid;gap:2rem}@media(min-width:768px){.highlights-section .highlights-container .stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.highlights-section .highlights-container .stats-grid{gap:1.5rem;grid-template-columns:1fr}}.highlights-section .highlights-container .stats-grid .stat-card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;padding:1.5rem;text-align:center;transition:all .3s ease}.highlights-section .highlights-container .stats-grid .stat-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-5px)}.highlights-section .highlights-container .stats-grid .stat-card .stat-number{color:#001f3f;font-size:2.25rem;font-weight:600;margin-bottom:1rem;transition:color .3s ease}.highlights-section .highlights-container .stats-grid .stat-card .stat-title{color:#001f3f;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.highlights-section .highlights-container .stats-grid .stat-card .stat-description{color:#4b5563;font-size:1rem;line-height:1.5}@media(max-width:768px){.highlights-section{padding:3rem 0}.highlights-section .highlights-container .highlights-title{font-size:1.875rem;margin-bottom:2rem}.highlights-section .highlights-container .stats-grid .stat-card{padding:1rem}.highlights-section .highlights-container .stats-grid .stat-card .stat-number{font-size:2rem}.highlights-section .highlights-container .stats-grid .stat-card .stat-title{font-size:1.125rem}.highlights-section .highlights-container .stats-grid .stat-card .stat-description{font-size:.875rem}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.container-wrapper{margin:0 auto;max-width:80rem;padding:0 1.5rem}.hero-section{padding:6rem 0 4rem;text-align:center}.hero-section .hero-title{animation:fadeInUp .8s ease forwards;font-size:3rem;font-weight:700;margin-bottom:1rem;opacity:0}.hero-section .hero-subtitle{animation:fadeInUp .8s ease .2s forwards;opacity:0}.company-overview{opacity:0;padding:5rem 0;transform:translateY(20px);transition:all .8s ease}.company-overview.visible{opacity:1;transform:translateY(0)}.company-overview .overview-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr}@media(min-width:768px){.company-overview .overview-grid{align-items:center;grid-template-columns:1fr 1fr}}.company-overview .overview-media img{border-radius:1rem;box-shadow:0 8px 16px #00000026;height:auto;transition:transform .3s ease;width:100%}.company-overview .overview-media img:hover{transform:scale(1.02)}.company-overview .overview-content h2{color:#001f3f;font-size:2.75rem;margin-bottom:1.75rem;position:relative}.company-overview .overview-content h2:after{background:#001f3f;bottom:-.5rem;content:"";height:3px;left:0;position:absolute;width:60px}.company-overview .overview-content p{color:#4b5563;font-size:1.1rem;line-height:1.8;margin-bottom:1.25rem}.achievements-showcase{background-color:#f8f9fa;padding:5rem 0;position:relative}.achievements-showcase:before{background:linear-gradient(90deg,#0000,#001f3f,#0000);content:"";height:3px;left:0;position:absolute;right:0;top:0}.achievements-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.achievement-card{background-color:#fff;border-radius:1rem;box-shadow:0 10px 20px #00000014;opacity:0;padding:2.5rem 2rem;text-align:center;transform:translateY(20px);transition:all .6s ease,transform .3s ease}.achievement-card:hover{transform:translateY(-5px)}.achievement-card.visible{opacity:1;transform:translateY(0)}.achievement-card .achievement-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#001f3f,#001f3f);-webkit-background-clip:text;color:#001f3f;font-size:3rem;font-weight:700;margin-bottom:.75rem}.achievement-card .achievement-label{color:#4b5563;font-size:1.2rem;font-weight:500;letter-spacing:.5px}.leadership-showcase{background-color:#fff;opacity:0;padding:6rem 0;transform:translateY(20px);transition:all .8s ease}.leadership-showcase.visible{opacity:1;transform:translateY(0)}.leadership-showcase .leadership-title{color:#001f3f;font-size:2.75rem;margin-bottom:4rem;position:relative;text-align:center}.leadership-showcase .leadership-title:after{background:#001f3f;bottom:-1rem;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.leadership-showcase .leadership-grid{grid-gap:2.5rem;align-items:center;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center}.leadership-showcase .leader-profile{background-color:#fff;border-radius:1rem;box-shadow:0 10px 25px #0000001a;margin:auto;max-width:350px;overflow:hidden;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.leadership-showcase .leader-profile:hover{box-shadow:0 15px 30px #00000026;transform:translateY(-8px)}.leadership-showcase .leader-profile .leader-image-wrapper{border:3px solid #001f3f;border-radius:50%;height:200px;margin:0 auto 1rem;overflow:hidden;width:200px}.leadership-showcase .leader-profile .leader-image-wrapper img{height:100%;object-fit:cover;width:100%}.leadership-showcase .leader-profile .leader-details h3{color:#001f3f;font-size:1.5rem;margin-bottom:.5rem}.leadership-showcase .leader-profile .leader-details .leader-position{color:#001f3f;font-size:1rem;font-weight:600;margin-bottom:1rem}.leadership-showcase .leader-profile .leader-details .leader-bio{color:#4b5563;font-size:.9rem;line-height:1.5}.heritage-showcase{background-color:#f8f9fa;opacity:0;padding:4rem 0;transform:translateY(20px);transition:all .8s ease}.heritage-showcase.visible{opacity:1;transform:translateY(0)}.heritage-showcase .heritage-title{color:#001f3f;font-size:2.75rem;margin-bottom:4rem;position:relative;text-align:center}.heritage-showcase .heritage-title:after{background:#001f3f;bottom:-1rem;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.heritage-showcase .heritage-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr}@media(min-width:768px){.heritage-showcase .heritage-grid{align-items:center;grid-template-columns:1fr 1fr}}.heritage-showcase .heritage-content h3{color:#001f3f;font-size:2rem;margin-bottom:1.75rem;position:relative}.heritage-showcase .heritage-content h3:after{background:#001f3f;bottom:-.5rem;content:"";height:3px;left:0;position:absolute;width:60px}.heritage-showcase .heritage-content p{color:#4b5563;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.heritage-showcase .heritage-content p:last-child{margin-bottom:0}.heritage-showcase .heritage-gallery{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}.heritage-showcase .heritage-gallery img{border-radius:1rem;box-shadow:0 10px 20px #0000001a;height:auto;transition:all .3s ease;width:100%}.heritage-showcase .heritage-gallery img:hover{transform:scale(1.03)}.heritage-showcase .heritage-gallery .contemporary-image{margin-bottom:2rem}.heritage-showcase .heritage-gallery .legacy-image{filter:grayscale(100%);transition:filter .3s ease,transform .3s ease}.heritage-showcase .heritage-gallery .legacy-image:hover{filter:grayscale(0)}@media(max-width:768px){.hero-section .hero-title{font-size:2.5rem}.hero-section .hero-subtitle{font-size:1.25rem}.leadership-showcase .leader-profile{margin:0 auto;max-width:400px}.heritage-showcase .heritage-content h3{font-size:1.75rem}.achievements-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.achievements-grid{grid-template-columns:1fr}.leadership-showcase .leader-profile .leader-details h3{font-size:1.5rem}}.about-hero{background:none!important;position:relative}.about-hero:after{background-image:url(/static/media/m2.0d4bd776af74a9bd9c84.jpg);background-position:50%;background-size:cover;bottom:0;content:"";filter:brightness(.5);left:0;opacity:1;position:absolute;right:0;top:0;z-index:0}.about-hero .hero-subtitle,.about-hero .hero-title{color:#fff;position:relative;text-shadow:none;z-index:2}.about-hero .hero-container{position:relative;z-index:2}.environment-section{background-color:#f8f9fa;padding:5rem 0;position:relative}.environment-section:before{background:linear-gradient(180deg,#e6d5b833,#e6ccb24d);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.environment-section .environment-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr}@media(min-width:768px){.environment-section .environment-grid{grid-template-columns:1fr 1fr}}.environment-section .environment-content{position:relative;z-index:1}.environment-section .environment-content h2{color:#001f3f;font-size:2.25rem;font-weight:700;margin-bottom:1.5rem;position:relative}.environment-section .environment-content h2:after{background-color:#001f3f;bottom:-.5rem;content:"";height:.25rem;left:0;position:absolute;transition:width .3s ease;width:3rem}.environment-section .environment-text{color:#4b5563;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.environment-section .environment-image-container{border-radius:.75rem;box-shadow:0 10px 25px #0000001a;overflow:hidden;position:relative;z-index:1}.environment-section .environment-image-container img{height:auto;max-height:400px;object-fit:contain;transition:transform .3s ease;width:100%}.environment-section .environment-image-container img:hover{transform:scale(1.05)}.products-page{background:linear-gradient(135deg,#f7fafc,#fff);min-height:100vh}.hero-section{background:linear-gradient(135deg,#001f3f,#036);overflow:hidden;padding:8rem 0 4rem;position:relative}.hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.hero-section .hero-container{padding:0 2rem;position:relative;text-align:center;z-index:1}.hero-section .hero-title{color:#fff;font-size:3.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}@media(max-width:768px){.hero-section .hero-title{font-size:2.5rem}}.hero-section .hero-subtitle{color:#ffffffe6;font-size:1.5rem;margin:0 auto;max-width:600px}@media(max-width:768px){.hero-section .hero-subtitle{font-size:1.25rem}}.products-section{padding:6rem 0}@media(max-width:768px){.products-section{padding:4rem 0}}.products-section .products-container{display:flex;flex-direction:column;gap:6rem;margin:0 auto;max-width:80rem;padding:0 2rem}@media(max-width:768px){.products-section .products-container{gap:4rem}}.product-card{align-items:center;background:#fff;border-radius:20px;box-shadow:0 4px 6px #0000000d;display:flex;gap:4rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 12px 24px #00000026;transform:translateY(-8px)}@media(max-width:768px){.product-card{flex-direction:column;gap:2rem;padding:1.5rem}}.product-card.reverse{flex-direction:row-reverse}@media(max-width:768px){.product-card.reverse{flex-direction:column}}.product-image-container{border-radius:15px;flex:0 0 400px;height:400px;overflow:hidden;position:relative}@media(max-width:768px){.product-image-container{flex:0 0 300px;height:300px;width:100%}}.product-image-container .product-image{height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.product-image-container .image-overlay{align-items:center;background:#001f3f4d;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.product-image-container .image-overlay .overlay-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:30px;color:#fff;font-size:1.25rem;font-weight:600;padding:1rem 2rem}@media(max-width:768px){.product-image-container .image-overlay .overlay-content{font-size:1rem;padding:.75rem 1.5rem}}.product-image-container:hover .image-overlay{opacity:1}.product-content{flex:1 1}.product-content .product-title{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:1rem;position:relative}@media(max-width:768px){.product-content .product-title{font-size:1.75rem}}.product-content .product-title:after{background:#06c;border-radius:2px;bottom:-.5rem;content:"";height:3px;left:0;position:absolute;width:60px}.product-content .product-description{color:#4a5568;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}@media(max-width:768px){.product-content .product-description{font-size:1rem}}.product-content .learn-more-btn{align-items:center;background:#001f3f;border-radius:30px;color:#fff;display:inline-flex;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}@media(max-width:768px){.product-content .learn-more-btn{font-size:.9rem;padding:.75rem 1.5rem}}.product-content .learn-more-btn .btn-arrow{transition:transform .3s ease}.product-content .learn-more-btn:hover .btn-arrow{transform:translateX(5px)}.products-hero{background:none!important}.products-hero:after{background-image:url(/static/media/mnG.44524910ace266273e0e.jpg);background-position:50%;background-size:cover;bottom:0;content:"";filter:brightness(.6);left:0;opacity:1;position:absolute;right:0;top:0;z-index:0}.products-hero:before{display:none}.products-hero .hero-container{position:relative;z-index:1}.products-hero .hero-container .hero-subtitle,.products-hero .hero-container .hero-title{text-shadow:2px 2px 4px #00000080}@keyframes slideInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}.contact-page{background-color:#f3f4f6;display:flex;flex-direction:column;min-height:100vh}.navigation{animation:slideInDown .5s ease;background-color:#fff;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;width:100%;z-index:50}.navigation .nav-container{align-items:center;display:flex;height:4rem;justify-content:space-between;margin:0 auto;max-width:80rem;padding:0 1rem}.hero-section{animation:fadeInUp .8s ease;background:linear-gradient(135deg,#001f3f,#001f3f);color:#fff;padding-top:6rem}.hero-section .hero-container{margin:0 auto;max-width:80rem;padding:4rem 1rem}.hero-section .hero-container h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.hero-section .hero-container p{font-size:1.25rem}.contact-details-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin:0 auto;max-width:80rem;padding:3rem 1rem}@media(min-width:768px){.contact-details-section{grid-template-columns:repeat(2,1fr)}}.contact-card{animation:fadeInUp .8s ease;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;padding:2rem}.contact-card .section-title,.contact-card h2{border-bottom:1px solid #d1d5db;color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem}.contact-card h2{align-items:center;display:flex;gap:.5rem}.contact-card h2 .icon{color:#001f3f;height:1.5rem;width:1.5rem}.contact-info{margin-bottom:2rem}.contact-info .info-item{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.contact-info .info-item .icon{color:#001f3f;flex-shrink:0;height:1.5rem;width:1.5rem}.contact-info .info-item h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.contact-info .info-item p{color:#4b5563;line-height:1.5;margin:0}.address-section{margin-top:2rem}.address-section .address-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.address-section .address-header .icon{color:#001f3f;flex-shrink:0;height:1.25rem;width:1.25rem}.address-section .address-header h3{margin:0}.address-section .address-content{padding-left:.25rem}.address-section .address-line{align-items:flex-start;display:flex;gap:.75rem;margin-bottom:.5rem}.address-section .address-line .icon{color:#001f3f;flex-shrink:0;height:1rem;margin-top:.25rem;width:1rem}.address-section .address-line p{line-height:1.5;margin:0}.image-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-top:2rem}@media(min-width:640px){.image-grid{grid-template-columns:repeat(2,1fr)}}.image-grid .image-container{border-radius:.5rem;box-shadow:0 2px 4px #0000001a;overflow:hidden;position:relative;transition:transform .3s ease}.image-grid .image-container:hover{transform:translateY(-4px)}.image-grid .image-container img{height:12rem;object-fit:cover;width:100%}.image-grid .image-container .image-label{background:#0009;bottom:0;color:#fff;font-weight:500;left:0;padding:.5rem;position:absolute;right:0;text-align:center}.contact-form{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;padding:2rem}.contact-form .form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:640px){.contact-form .form-grid{grid-template-columns:repeat(2,1fr)}}.contact-form .form-group{margin-bottom:1.5rem}.contact-form .form-group label{color:#374151;display:block;margin-bottom:.5rem}.contact-form .form-group input,.contact-form .form-group textarea{border:1px solid #d1d5db;border-radius:.375rem;padding:.75rem;transition:all .3s ease;width:100%}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus{border-color:#001f3f;box-shadow:0 0 0 3px #001f3f1a;outline:none}.contact-form .form-group textarea{min-height:120px;resize:vertical}.contact-form .submit-button{background-color:#001f3f;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-weight:500;min-width:120px;padding:.75rem 2rem;transition:all .3s ease}.contact-form .submit-button:hover{background-color:#001226;transform:translateY(-2px)}.contact-form .submit-button:disabled{cursor:not-allowed;opacity:.7}.contact-form .submit-button.loading{padding-right:3rem;position:relative}.contact-form .submit-button.loading:after{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;content:"";height:1.25rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:1.25rem}.message{border-radius:.375rem;margin-bottom:1rem;opacity:0;padding:1rem;transform:translateY(-10px);transition:all .3s ease}.message.success{background-color:#10b9811a;color:#10b981}.message.error{background-color:#ef44441a;color:#ef4444}.message.show{opacity:1;transform:translateY(0)}.section-title{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}.section-title .icon{color:#001f3f;height:1.5rem;width:1.5rem}.contact-person-info{margin-bottom:2rem}.contact-person-info h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.contact-person-info .contact-methods{display:flex;flex-direction:column;gap:.75rem}.contact-person-info .contact-method{align-items:center;color:#4b5563;display:flex;gap:.75rem}.contact-person-info .contact-method .icon{color:#001f3f;height:1.25rem;width:1.25rem}.address-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.address-grid{grid-template-columns:repeat(2,1fr)}}.address-card{background:#fff;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;overflow:hidden}.address-card .address-image{height:200px;object-fit:cover;width:100%}.address-card .address-content{padding:1.5rem}.address-card .address-content .address-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.address-card .address-content .address-header .icon{color:#001f3f;height:1.25rem;width:1.25rem}.address-card .address-content .address-header h3{font-size:1.25rem;font-weight:600;margin:0}.address-card .address-content p{color:#4b5563;line-height:1.5;margin:.5rem 0}.faq-page{background:linear-gradient(135deg,#edf3ff,#fff);min-height:100vh;padding:96px 24px}.container{margin:0 auto;max-width:800px}.header{margin-bottom:48px;text-align:center}.header h1{color:#1e40af;font-size:48px;font-weight:700;margin-bottom:16px}.header p{color:#4b5563;font-size:20px}.search-bar{margin-bottom:48px;position:relative}.search-bar input{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 6px #0000001a;color:#374151;font-size:16px;padding:20px 20px 20px 56px;transition:all .3s ease;width:100%}.search-bar input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f633;outline:none}.search-bar .search-icon{color:#6b7280;height:20px;left:20px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{background:#fff;border-radius:16px;box-shadow:0 2px 4px #0000000d;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-2px)}.faq-item button{align-items:center;background:none;border:none;color:#374151;cursor:pointer;display:flex;font-size:18px;font-weight:500;justify-content:space-between;padding:24px;text-align:left;transition:all .3s ease;width:100%}.faq-item button.active,.faq-item button:hover{color:#1e40af}.faq-item button span{flex:1 1;padding-right:24px}.faq-item .icon{color:#3b82f6;flex-shrink:0;height:24px;width:24px}.answer{overflow:hidden}.answer-content{background:#f8fafc;color:#4b5563;line-height:1.6;padding:0 24px 24px}@media(max-width:640px){.faq-page{padding:64px 16px}.header h1{font-size:36px}.header p{font-size:18px}.faq-item button{font-size:16px;padding:20px}.answer-content{padding:0 20px 20px}}.main-content{background-color:#b68973;background-image:linear-gradient(30deg,#e6d5b8 12%,#0000 12.5%,#0000 87%,#e6d5b8 87.5%,#e6d5b8),linear-gradient(150deg,#e6d5b8 12%,#0000 12.5%,#0000 87%,#e6d5b8 87.5%,#e6d5b8),linear-gradient(30deg,#e6d5b8 12%,#0000 12.5%,#0000 87%,#e6d5b8 87.5%,#e6d5b8),linear-gradient(150deg,#e6d5b8 12%,#0000 12.5%,#0000 87%,#e6d5b8 87.5%,#e6d5b8),linear-gradient(60deg,#e6ccb280 25%,#0000 25.5%,#0000 75%,#e6ccb280 0,#e6ccb280),linear-gradient(60deg,#e6ccb280 25%,#0000 25.5%,#0000 75%,#e6ccb280 0,#e6ccb280);background-position:0 0,0 0,40px 70px,40px 70px,0 0,40px 70px;background-size:80px 140px;min-height:calc(100vh - 464px);padding:2rem 0;position:relative}.main-content:before{background:linear-gradient(135deg,#e6d5b8e6,#e6ccb2d9 50%,#dbc1accc);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.main-content>*{position:relative;z-index:1}.content-section{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffff1a;margin:2rem 0;position:relative}.content-section:before{background:linear-gradient(180deg,#e6d5b833,#e6ccb24d);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.content-section>*{position:relative;z-index:1}.sustainability-page .sustainability-hero{background:linear-gradient(135deg,#001f3f,#00060c);color:#fff;overflow:hidden;padding:8rem 1rem;position:relative;text-align:center}.sustainability-page .sustainability-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.sustainability-page .sustainability-hero .sustainability-hero-content{margin:0 auto;max-width:800px;position:relative;z-index:1}.sustainability-page .sustainability-hero .sustainability-hero-content h1{font-size:4rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem;text-shadow:0 2px 4px #0000001a}@media(max-width:768px){.sustainability-page .sustainability-hero .sustainability-hero-content h1{font-size:2.5rem}}.sustainability-page .sustainability-hero .sustainability-hero-content p{color:#ffffffe6;font-size:1.5rem;font-weight:300}@media(max-width:768px){.sustainability-page .sustainability-hero .sustainability-hero-content p{font-size:1.125rem}}.sustainability-page .sustainability-hero .hero-decoration{background:radial-gradient(circle,#ffffff1a 0,#fff0 70%);border-radius:50%;height:400px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:400px;z-index:0}.sustainability-page .sustainability-section{background-color:#fff;padding:8rem 0}@media(max-width:768px){.sustainability-page .sustainability-section{padding:4rem 0}}.sustainability-page .sustainability-section .sustainability-container{margin:0 auto;max-width:90rem;padding:0 2rem}@media(max-width:768px){.sustainability-page .sustainability-section .sustainability-container{padding:0 1rem}}.sustainability-page .sustainability-section .sustainability-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}@media(max-width:768px){.sustainability-page .sustainability-section .sustainability-grid{gap:2rem;grid-template-columns:1fr}}.sustainability-page .sustainability-section .sustainability-content .section-title{color:#001f3f;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}@media(max-width:768px){.sustainability-page .sustainability-section .sustainability-content .section-title{font-size:2rem;margin-bottom:1.5rem}}.sustainability-page .sustainability-section .sustainability-content .sustainability-text{color:#4b5563;font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem;text-align:center}@media(max-width:768px){.sustainability-page .sustainability-section .sustainability-content .sustainability-text{font-size:1rem}}.sustainability-page .sustainability-initiatives{background:linear-gradient(135deg,#f9fafb,#fff);padding:8rem 0}@media(max-width:768px){.sustainability-page .sustainability-initiatives{padding:4rem 0}}.sustainability-page .sustainability-initiatives .initiatives-container{margin:0 auto;max-width:80rem;padding:0 2rem;text-align:center}@media(max-width:768px){.sustainability-page .sustainability-initiatives .initiatives-container{padding:0 1rem}}.sustainability-page .sustainability-initiatives .initiatives-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:4rem}@media(max-width:768px){.sustainability-page .sustainability-initiatives .initiatives-grid{gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}}.sustainability-page .sustainability-initiatives .initiative-card{background-color:#fff;border-radius:1rem;box-shadow:0 10px 30px #0000000d;overflow:hidden;padding:3rem 2rem;position:relative}@media(max-width:768px){.sustainability-page .sustainability-initiatives .initiative-card{padding:2rem 1.5rem}}.sustainability-page .sustainability-initiatives .initiative-card .card-decoration{background:linear-gradient(90deg,#001f3f,#2ecc71);height:4px;left:0;position:absolute;top:0;width:100%}.sustainability-page .sustainability-initiatives .initiative-card h3{color:#001f3f;font-size:1.5rem;font-weight:600;margin-bottom:1rem;position:relative;text-align:center}@media(max-width:768px){.sustainability-page .sustainability-initiatives .initiative-card h3{font-size:1.25rem}}.sustainability-page .sustainability-initiatives .initiative-card p{color:#4b5563;line-height:1.7;text-align:center}.sustainability-page .sustainability-commitment{background:linear-gradient(135deg,#f9fafb,#fff);padding:8rem 0}@media(max-width:768px){.sustainability-page .sustainability-commitment{padding:4rem 0}}.sustainability-page .sustainability-commitment .commitment-container{margin:0 auto 0 20%;max-width:800px;padding:0 2rem;text-align:right}@media(max-width:768px){.sustainability-page .sustainability-commitment .commitment-container{margin-left:0;padding:0 1rem}}.sustainability-page .sustainability-commitment .section-title{margin-bottom:3rem;margin-left:25%;position:relative;text-align:left}@media(max-width:768px){.sustainability-page .sustainability-commitment .section-title{margin-bottom:2rem;margin-left:0}}.sustainability-page .sustainability-commitment .section-title:after{background:linear-gradient(90deg,#001f3f,#2ecc71);border-radius:2px;bottom:-1rem;content:"";height:.25rem;left:50%;position:absolute;transform:translateX(-50%);width:6rem}.sustainability-page .sustainability-commitment .commitment-text{background:#fff;border-radius:1rem;box-shadow:0 10px 30px #0000000d;color:#4b5563;font-size:1.25rem;line-height:2;margin:0 auto 0 20%;max-width:700px;padding:2rem;position:relative;text-align:left}@media(max-width:768px){.sustainability-page .sustainability-commitment .commitment-text{font-size:1.125rem;margin-left:0;padding:1.5rem}}.sustainability-page .sustainability-commitment .commitment-text:after,.sustainability-page .sustainability-commitment .commitment-text:before{color:#2ecc71;content:'"';font-family:Georgia,serif;font-size:4rem;opacity:.2;position:absolute}.sustainability-page .sustainability-commitment .commitment-text:before{left:1rem;top:0}.sustainability-page .sustainability-commitment .commitment-text:after{bottom:-1rem;right:1rem}.legal-page{background-color:#f9f9f9;display:flex;flex-direction:column;min-height:100vh}.legal-content-container{flex:1 1;margin:0 auto;max-width:800px;padding:2rem 1rem}.legal-title{color:#001f3f;font-size:2.5rem;font-weight:700;margin-bottom:2rem;margin-top:3rem;text-align:center}.legal-sections{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:2rem}.legal-sections section{margin-bottom:2rem}.legal-sections section h2{border-bottom:2px solid #001f3f;color:#001f3f;font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem}.legal-sections section p{color:#4b5563;line-height:1.6;margin-bottom:1rem}.legal-sections section ul{color:#4b5563;list-style-type:disc;margin-bottom:1rem;padding-left:2rem}.legal-sections section ul li{margin-bottom:.5rem}.legal-sections section a{color:#001f3f;text-decoration:underline;transition:color .3s ease}.legal-sections section a:hover{color:#00060c}@media(max-width:768px){.legal-content-container{padding:1rem}.legal-title{font-size:2rem}.legal-sections{padding:1rem}.legal-sections section h2{font-size:1.25rem}}.manganese-ore-fines .hero-section{align-items:center;background-color:#001f3f;color:#fff;display:flex;justify-content:center;min-height:100vh;padding:4rem 2rem;position:relative}@media(max-width:768px){.manganese-ore-fines .hero-section{flex-direction:column;gap:1.5rem;padding:2rem 1rem;text-align:center}}.manganese-ore-fines .hero-section img{border-radius:8px;box-shadow:0 4px 15px #0003;flex-shrink:0;height:auto;margin-right:2rem;margin-top:3rem;width:400px}@media(max-width:1024px){.manganese-ore-fines .hero-section img{width:300px}}@media(max-width:768px){.manganese-ore-fines .hero-section img{margin:8rem auto 0;width:250px}}.manganese-ore-fines .hero-section .hero-content{flex:1 1;max-width:500px;padding-top:.1rem}.manganese-ore-fines .hero-section .hero-content h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media(max-width:768px){.manganese-ore-fines .hero-section .hero-content h1{font-size:1.5rem;margin-bottom:1rem}}.manganese-ore-fines .hero-section .hero-content p{font-size:1.25rem;line-height:1.6;margin-bottom:1rem;opacity:.9}@media(max-width:768px){.manganese-ore-fines .hero-section .hero-content p{font-size:.875rem;line-height:1.4;margin-bottom:.75rem}}.mnfg-container{color:#4b5563;font-family:system-ui,-apple-system,sans-serif}.mnfg-container .mnfg-hero-section{align-items:center;background-color:#001f3f;color:#fff;display:flex;gap:4rem;justify-content:space-between;min-height:60vh;overflow:hidden;padding:6rem 4rem;position:relative}@media(max-width:768px){.mnfg-container .mnfg-hero-section{flex-direction:column;gap:2.5rem;padding:4rem 1rem 2rem;text-align:center}}.mnfg-container .mnfg-hero-section .mnfg-hero-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.mnfg-container .mnfg-hero-section .mnfg-hero-background .mnfg-shape{border-radius:50%;opacity:.1;position:absolute}.mnfg-container .mnfg-hero-section .mnfg-hero-background .mnfg-shape-1{background:linear-gradient(135deg,#0074d9,#3d9970);height:400px;left:-100px;top:-100px;width:400px}.mnfg-container .mnfg-hero-section .mnfg-hero-background .mnfg-shape-2{background:linear-gradient(45deg,#3d9970,#0074d9);bottom:-50px;height:300px;right:-50px;width:300px}.mnfg-container .mnfg-hero-section .mnfg-hero-background .mnfg-shape-3{background:#0074d9;height:200px;right:20%;top:50%;transform:translateY(-50%);width:200px}.mnfg-container .mnfg-hero-section .mnfg-hero-image-container{flex-shrink:0;position:relative;z-index:1}.mnfg-container .mnfg-hero-section .mnfg-hero-image-container .mnfg-hero-image{border-radius:16px;box-shadow:0 20px 40px #0000004d;max-width:420px;transition:transform .5s ease,box-shadow .5s ease}.mnfg-container .mnfg-hero-section .mnfg-hero-image-container .mnfg-hero-image:hover{box-shadow:0 25px 50px #0006;transform:translateY(-10px) scale(1.02)}@media(max-width:1024px){.mnfg-container .mnfg-hero-section .mnfg-hero-image-container .mnfg-hero-image{max-width:350px}}@media(max-width:768px){.mnfg-container .mnfg-hero-section .mnfg-hero-image-container .mnfg-hero-image{box-shadow:0 15px 30px #00000040;margin-top:1.5rem;max-width:100%}.mnfg-container .mnfg-hero-section .mnfg-hero-image-container .mnfg-hero-image:hover{box-shadow:0 15px 30px #00000040;transform:none}}.mnfg-container .mnfg-hero-section .mnfg-hero-image-container .mnfg-image-badge{background:#3d9970;border-radius:20px;box-shadow:0 4px 10px #0003;color:#fff;font-size:.875rem;font-weight:600;padding:8px 16px;position:absolute;right:-10px;top:20px;transform:rotate(5deg)}@media(max-width:768px){.mnfg-container .mnfg-hero-section .mnfg-hero-image-container .mnfg-image-badge{font-size:.75rem;padding:6px 12px;right:10px;top:10px;transform:none}}.mnfg-container .mnfg-hero-section .mnfg-hero-content{flex:1 1;max-width:600px;position:relative;z-index:1}.mnfg-container .mnfg-hero-section .mnfg-hero-content .mnfg-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:2rem}.mnfg-container .mnfg-hero-section .mnfg-hero-content .mnfg-title .mnfg-title-highlight{color:#3d9970}@media(max-width:768px){.mnfg-container .mnfg-hero-section .mnfg-hero-content .mnfg-title{font-size:2rem;margin-bottom:1rem}}.mnfg-container .mnfg-hero-section .mnfg-hero-content .mnfg-mobile-description{font-size:1.125rem;line-height:1.6;margin-bottom:2rem;opacity:.9}@media(max-width:768px){.mnfg-container .mnfg-hero-section .mnfg-hero-content .mnfg-mobile-description{font-size:1rem;line-height:1.5;margin-bottom:1.5rem}}.mnfg-container .mnfg-hero-section .mnfg-hero-content .mnfg-content-card{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;box-shadow:0 4px 15px #0000001a;display:flex;margin-bottom:1.5rem;padding:1.5rem}.mnfg-container .mnfg-hero-section .mnfg-hero-content .mnfg-content-card .mnfg-icon{color:#3d9970;flex-shrink:0;height:40px;margin-right:1rem;width:40px}.mnfg-container .mnfg-hero-section .mnfg-hero-content .mnfg-content-card .mnfg-icon svg{height:100%;width:100%}.mnfg-container .mnfg-hero-section .mnfg-hero-content .mnfg-content-card .mnfg-desktop-description{font-size:1.125rem;line-height:1.6;margin:0}.mnfg-container .mnfg-hero-section .mnfg-hero-content .mnfg-cta-container{display:flex;gap:1rem;margin-top:2rem}@media(max-width:768px){.mnfg-container .mnfg-hero-section .mnfg-hero-content .mnfg-cta-container{flex-direction:column;gap:.75rem}}.mnfg-container .mnfg-hero-section .mnfg-hero-content .mnfg-cta-container .mnfg-cta-button{border:none;border-radius:8px;box-shadow:0 4px 10px #0000001a;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 1.75rem;transition:all .3s ease}.mnfg-container .mnfg-hero-section .mnfg-hero-content .mnfg-cta-container .mnfg-cta-button:hover{box-shadow:0 6px 15px #00000026;transform:translateY(-2px)}.mnfg-container .mnfg-hero-section .mnfg-hero-content .mnfg-cta-container .mnfg-cta-button:active{box-shadow:0 2px 5px #0000001a;transform:translateY(1px)}.mnfg-container .mnfg-hero-section .mnfg-hero-content .mnfg-cta-container .mnfg-cta-button.mnfg-cta-secondary{background-color:#0000;border:2px solid #fff;color:#fff}.mnfg-container .mnfg-hero-section .mnfg-hero-content .mnfg-cta-container .mnfg-cta-button.mnfg-cta-secondary:hover{background-color:#ffffff1a}.mnfg-container .mnfg-hero-section .mnfg-hero-content .mnfg-cta-container .mnfg-cta-button:not(.mnfg-cta-secondary){background-color:#3d9970;color:#fff}.mnfg-container .mnfg-hero-section .mnfg-hero-content .mnfg-cta-container .mnfg-cta-button:not(.mnfg-cta-secondary):hover{background-color:#368763}.mnfg-container .mnfg-tabs-container{background-color:#fff;box-shadow:0 4px 15px #0000000d;position:-webkit-sticky;position:sticky;top:0;z-index:10}@media(max-width:768px){.mnfg-container .mnfg-tabs-container{display:none}}.mnfg-container .mnfg-tabs-container .mnfg-tabs{display:flex;gap:2rem;justify-content:center;margin:0 auto;max-width:1200px}.mnfg-container .mnfg-tabs-container .mnfg-tabs .mnfg-tab{background:#0000;border:none;border-bottom:2px solid #0000;color:#4b5563;cursor:pointer;font-size:1.125rem;font-weight:600;padding:1.25rem 2rem;transition:all .3s ease}.mnfg-container .mnfg-tabs-container .mnfg-tabs .mnfg-tab:hover{color:#0074d9}.mnfg-container .mnfg-tabs-container .mnfg-tabs .mnfg-tab.active{border-bottom:2px solid #001f3f;color:#001f3f}.mnfg-container .mnfg-section-title{color:#001f3f;font-size:2.25rem;font-weight:700;margin-bottom:2.5rem;position:relative;text-align:center}.mnfg-container .mnfg-section-title:after{background:#3d9970;border-radius:2px;content:"";display:block;height:4px;margin:.75rem auto 0;width:80px}@media(max-width:768px){.mnfg-container .mnfg-section-title{font-size:1.75rem;margin-bottom:1.5rem}.mnfg-container .mnfg-section-title:after{height:3px;margin-top:.5rem;width:60px}}.mnfg-container .mnfg-card{background:#fff;border-radius:12px;box-shadow:0 10px 25px #00000014;margin-bottom:2rem;overflow:hidden}@media(max-width:768px){.mnfg-container .mnfg-card{border-radius:8px}}.mnfg-container .mnfg-characteristics-section,.mnfg-container .mnfg-specifications-section{margin:0 auto;max-width:1200px;padding:5rem 2rem}@media(max-width:768px){.mnfg-container .mnfg-characteristics-section,.mnfg-container .mnfg-specifications-section{padding:3rem 1rem}}.mnfg-container .mnfg-characteristics-section.mnfg-hidden,.mnfg-container .mnfg-specifications-section.mnfg-hidden{display:none}.mnfg-container .mnfg-characteristics-section table,.mnfg-container .mnfg-specifications-section table{border-collapse:collapse;width:100%}@media(max-width:768px){.mnfg-container .mnfg-characteristics-section table,.mnfg-container .mnfg-specifications-section table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}}.mnfg-container .mnfg-characteristics-table td{border-bottom:1px solid #e5e7eb;padding:1.25rem 1.5rem;transition:background-color .2s ease}@media(max-width:768px){.mnfg-container .mnfg-characteristics-table td{padding:1rem 1.25rem}}.mnfg-container .mnfg-characteristics-table td:first-child{background-color:#001f3f0d;color:#001f3f;font-weight:600;width:200px}@media(max-width:768px){.mnfg-container .mnfg-characteristics-table td:first-child{width:140px}}.mnfg-container .mnfg-characteristics-table tr:last-child td{border-bottom:none}.mnfg-container .mnfg-characteristics-table tr:hover td{background-color:#3d99700d}.mnfg-container .mnfg-specifications-table th{background-color:#001f3f;color:#fff;font-weight:600;padding:1.25rem 1.5rem;text-align:left}@media(max-width:768px){.mnfg-container .mnfg-specifications-table th{padding:1rem 1.25rem;white-space:nowrap}}.mnfg-container .mnfg-specifications-table td{border-bottom:1px solid #e5e7eb;padding:1.25rem 1.5rem;transition:background-color .2s ease}@media(max-width:768px){.mnfg-container .mnfg-specifications-table td{padding:1rem 1.25rem;white-space:nowrap}}.mnfg-container .mnfg-specifications-table td:first-child{color:#001f3f;font-weight:600;width:80px}@media(max-width:768px){.mnfg-container .mnfg-specifications-table td:first-child{width:60px}}.mnfg-container .mnfg-specifications-table td:nth-child(2){color:#0074d9;font-weight:500}.mnfg-container .mnfg-specifications-table tr:nth-child(2n){background-color:#001f3f05}.mnfg-container .mnfg-specifications-table tr:last-child td{border-bottom:none}.mnfg-container .mnfg-specifications-table tr:hover td{background-color:#3d99700d}.mnfg-container .mnfg-characteristics-section,.mnfg-container .mnfg-specifications-section{position:relative}.mnfg-container .mnfg-characteristics-section:after,.mnfg-container .mnfg-specifications-section:after{color:#4b5563;content:"Scroll horizontally to view more →";display:none;font-size:.875rem;margin-top:1rem;text-align:center}@media(max-width:768px){.mnfg-container .mnfg-characteristics-section:after,.mnfg-container .mnfg-specifications-section:after{display:block}}.manganese-oxide-powder .hero-section{align-items:center;background-color:#001f3f;color:#fff;display:flex;justify-content:center;min-height:120vh;padding:4rem 2rem}@media(max-width:768px){.manganese-oxide-powder .hero-section{flex-direction:column;padding:3rem 1rem;text-align:center}}.manganese-oxide-powder .hero-section img{border-radius:8px;box-shadow:0 4px 10px #0000001a;margin-right:2rem;margin-top:5rem;max-width:400px}@media(max-width:1024px){.manganese-oxide-powder .hero-section img{max-width:300px}}@media(max-width:768px){.manganese-oxide-powder .hero-section img{margin-bottom:2rem;margin-right:0;max-width:100%}}.manganese-oxide-powder .hero-section .hero-content{flex:1 1;max-width:600px}.manganese-oxide-powder .hero-section .hero-content h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}@media(max-width:768px){.manganese-oxide-powder .hero-section .hero-content h1{font-size:2rem}}.manganese-oxide-powder .hero-section .hero-content p{font-size:1.25rem;line-height:1.6;opacity:.9}@media(max-width:768px){.manganese-oxide-powder .hero-section .hero-content p{font-size:1.1rem}}.manganese-oxide-powder .product-info-section{margin:0 auto;max-width:1200px;padding:4rem 2rem}@media(max-width:768px){.manganese-oxide-powder .product-info-section{padding:3rem 1rem}}.manganese-oxide-powder .product-info-section h2{color:#001f3f;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}@media(max-width:768px){.manganese-oxide-powder .product-info-section h2{font-size:1.75rem;margin-bottom:1.5rem}}.manganese-oxide-powder .product-info-section .product-info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media(max-width:1024px){.manganese-oxide-powder .product-info-section .product-info-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.manganese-oxide-powder .product-info-section .product-info-grid{gap:1.5rem;grid-template-columns:1fr}}.manganese-oxide-powder .product-info-section .product-info-grid .product-info-item{background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 10px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:768px){.manganese-oxide-powder .product-info-section .product-info-grid .product-info-item{padding:1.5rem}}.manganese-oxide-powder .product-info-section .product-info-grid .product-info-item:hover{box-shadow:0 6px 15px #00000026;transform:translateY(-5px)}.manganese-oxide-powder .product-info-section .product-info-grid .product-info-item h3{color:#001f3f;font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.manganese-oxide-powder .product-info-section .product-info-grid .product-info-item h3{font-size:1.25rem}}.manganese-oxide-powder .product-info-section .product-info-grid .product-info-item p{color:#4b5563;line-height:1.6;margin:0}.manganese-oxide-powder .product-info-section p{color:#4b5563;line-height:1.6;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:800px;text-align:center}@media(max-width:768px){.manganese-oxide-powder .product-info-section p{font-size:.95rem;margin-top:1.5rem}}.manganese-dioxide .hero-section{align-items:center;background-color:#001f3f;color:#fff;display:flex;justify-content:center;min-height:120vh;padding:4rem 2rem}@media(max-width:768px){.manganese-dioxide .hero-section{flex-direction:column;padding:3rem 1rem;text-align:center}}.manganese-dioxide .hero-section img{border-radius:8px;box-shadow:0 4px 15px #0003;margin-right:2rem;margin-top:5rem;max-width:400px}@media(max-width:1024px){.manganese-dioxide .hero-section img{max-width:300px}}@media(max-width:768px){.manganese-dioxide .hero-section img{margin-bottom:2rem;margin-right:0;max-width:100%}}.manganese-dioxide .hero-section .hero-content{flex:1 1;max-width:600px}.manganese-dioxide .hero-section .hero-content h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}@media(max-width:768px){.manganese-dioxide .hero-section .hero-content h1{font-size:2rem}}.manganese-dioxide .hero-section .hero-content p{font-size:1.25rem;line-height:1.6;opacity:.9}@media(max-width:768px){.manganese-dioxide .hero-section .hero-content p{font-size:1.1rem}}.manganese-dioxide .specifications-section{margin:0 auto;max-width:1200px;padding:4rem 2rem}@media(max-width:768px){.manganese-dioxide .specifications-section{padding:3rem 1rem}}.manganese-dioxide .specifications-section h2{color:#001f3f;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}@media(max-width:768px){.manganese-dioxide .specifications-section h2{font-size:1.75rem;margin-bottom:1.5rem}}.manganese-dioxide .specifications-section .specifications-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 4px 6px #0000001a;overflow:hidden;width:100%}@media(max-width:768px){.manganese-dioxide .specifications-section .specifications-table{-webkit-overflow-scrolling:touch;background:linear-gradient(90deg,#fff 30%,#fff0),linear-gradient(90deg,#fff0,#fff 70%) 100% 0,radial-gradient(farthest-side at 0 50%,#0003,#0000),radial-gradient(farthest-side at 100% 50%,#0003,#0000) 100% 0;background-attachment:local,local,scroll,scroll;background-repeat:no-repeat;background-size:40px 100%,40px 100%,14px 100%,14px 100%;display:block;overflow-x:auto}}.manganese-dioxide .specifications-section .specifications-table td,.manganese-dioxide .specifications-section .specifications-table th{border-bottom:1px solid #ccc;padding:1rem}@media(max-width:768px){.manganese-dioxide .specifications-section .specifications-table td,.manganese-dioxide .specifications-section .specifications-table th{padding:.875rem 1rem;white-space:nowrap}}.manganese-dioxide .specifications-section .specifications-table th{background-color:#001f3f;color:#fff;font-weight:600;text-align:left}.manganese-dioxide .specifications-section .specifications-table th:first-child{border-top-left-radius:8px}.manganese-dioxide .specifications-section .specifications-table th:last-child{border-top-right-radius:8px}.manganese-dioxide .specifications-section .specifications-table tr:last-child td{border-bottom:none}.manganese-dioxide .specifications-section .specifications-table tr:hover td{background-color:#f5f5f5}.manganese-dioxide .specifications-section .specifications-table td{transition:background-color .2s ease}.manganese-dioxide .specifications-section:after{color:#4b5563;content:"Scroll horizontally to view more →";display:none;font-size:.875rem;margin-top:1rem;text-align:center}@media(max-width:768px){.manganese-dioxide .specifications-section:after{display:block}}.mno2-filter-media .hero-section{align-items:center;background-color:#001f3f;color:#fff;display:flex;justify-content:center;min-height:145vh;overflow:hidden;padding:4rem 2rem;position:relative}.mno2-filter-media .hero-section:before{background:linear-gradient(135deg,#ffffff0d 25%,#0000 0);background-size:4px 4px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}@media(max-width:768px){.mno2-filter-media .hero-section{flex-direction:column;padding:3rem 1rem;text-align:center}}.mno2-filter-media .hero-section img{border-radius:12px;box-shadow:0 4px 20px #0003;margin-right:2rem;margin-top:5rem;max-width:400px;position:relative;transition:transform .3s ease;z-index:1}.mno2-filter-media .hero-section img:hover{transform:translateY(-5px)}@media(max-width:1024px){.mno2-filter-media .hero-section img{max-width:300px}}@media(max-width:768px){.mno2-filter-media .hero-section img{margin-bottom:2rem;margin-right:0;max-width:100%}.mno2-filter-media .hero-section img:hover{transform:none}}.mno2-filter-media .hero-section .hero-content{flex:1 1;max-width:600px;position:relative;z-index:1}.mno2-filter-media .hero-section .hero-content h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:0 2px 4px #0000001a}@media(max-width:768px){.mno2-filter-media .hero-section .hero-content h1{font-size:2rem}}@media(max-width:480px){.mno2-filter-media .hero-section .hero-content h1{font-size:1.75rem}}.mno2-filter-media .hero-section .hero-content p{font-size:1.25rem;line-height:1.6;opacity:.9;text-shadow:0 1px 2px #0000001a}@media(max-width:768px){.mno2-filter-media .hero-section .hero-content p{font-size:1.1rem}}@media(max-width:480px){.mno2-filter-media .hero-section .hero-content p{font-size:1rem;line-height:1.5}}.manganese-sulphate-monohydrate .hero-section{align-items:center;background-color:#001f3f;color:#fff;display:flex;justify-content:center;min-height:120vh;padding:4rem 2rem}@media(max-width:768px){.manganese-sulphate-monohydrate .hero-section{flex-direction:column;padding:3rem 1rem;text-align:center}}.manganese-sulphate-monohydrate .hero-section img{border-radius:8px;box-shadow:0 4px 15px #0003;margin-right:2rem;margin-top:5rem;max-width:400px}@media(max-width:1024px){.manganese-sulphate-monohydrate .hero-section img{max-width:300px}}@media(max-width:768px){.manganese-sulphate-monohydrate .hero-section img{margin-bottom:2rem;margin-right:0;max-width:100%}}.manganese-sulphate-monohydrate .hero-section .hero-content{flex:1 1;max-width:600px}.manganese-sulphate-monohydrate .hero-section .hero-content h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}@media(max-width:768px){.manganese-sulphate-monohydrate .hero-section .hero-content h1{font-size:2rem}}.manganese-sulphate-monohydrate .hero-section .hero-content .chemical-formula{color:#cbd5e1;font-size:1.5rem;font-weight:600;margin-bottom:1rem}@media(max-width:768px){.manganese-sulphate-monohydrate .hero-section .hero-content .chemical-formula{font-size:1.25rem}}.manganese-sulphate-monohydrate .hero-section .hero-content p{font-size:1.25rem;line-height:1.6;opacity:.9}@media(max-width:768px){.manganese-sulphate-monohydrate .hero-section .hero-content p{font-size:1.1rem}}.manganese-sulphate-monohydrate .product-info-section{margin:0 auto;max-width:1200px;padding:4rem 2rem}@media(max-width:768px){.manganese-sulphate-monohydrate .product-info-section{padding:3rem 1rem}}.manganese-sulphate-monohydrate .product-info-section h2{color:#001f3f;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}@media(max-width:768px){.manganese-sulphate-monohydrate .product-info-section h2{font-size:1.75rem;margin-bottom:1.5rem}}.manganese-sulphate-monohydrate .product-info-section .product-info-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:4rem}@media(max-width:1024px){.manganese-sulphate-monohydrate .product-info-section .product-info-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.manganese-sulphate-monohydrate .product-info-section .product-info-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.manganese-sulphate-monohydrate .product-info-section .product-info-grid{grid-template-columns:1fr}}.manganese-sulphate-monohydrate .product-info-section .product-info-grid .product-info-item{background-color:#f8fafc;border-left:4px solid #374151;border-radius:8px;box-shadow:0 4px 10px #0000001a;padding:1.5rem;transition:all .3s ease}@media(max-width:768px){.manganese-sulphate-monohydrate .product-info-section .product-info-grid .product-info-item{padding:1.25rem}}.manganese-sulphate-monohydrate .product-info-section .product-info-grid .product-info-item:hover{box-shadow:0 8px 25px #37415126;transform:translateY(-5px)}.manganese-sulphate-monohydrate .product-info-section .product-info-grid .product-info-item h3{color:#001f3f;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}@media(max-width:768px){.manganese-sulphate-monohydrate .product-info-section .product-info-grid .product-info-item h3{font-size:1rem}}.manganese-sulphate-monohydrate .product-info-section .product-info-grid .product-info-item p{color:#4b5563;font-size:.9rem;font-weight:600;line-height:1.6;margin:0}.manganese-sulphate-monohydrate .product-info-section .applications-section{margin-bottom:3rem}.manganese-sulphate-monohydrate .product-info-section .applications-section .applications-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.manganese-sulphate-monohydrate .product-info-section .applications-section .applications-grid .application-item{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:8px;box-shadow:0 4px 10px #0000001a;padding:2rem;transition:all .3s ease}@media(max-width:768px){.manganese-sulphate-monohydrate .product-info-section .applications-section .applications-grid .application-item{padding:1.5rem}}.manganese-sulphate-monohydrate .product-info-section .applications-section .applications-grid .application-item:hover{box-shadow:0 6px 20px #001f3f1f;transform:translateY(-3px)}.manganese-sulphate-monohydrate .product-info-section .applications-section .applications-grid .application-item h3{color:#001f3f;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.manganese-sulphate-monohydrate .product-info-section .applications-section .applications-grid .application-item p{color:#4b5563;line-height:1.6;margin:0}.manganese-sulphate-monohydrate .product-info-section>p{color:#4b5563;line-height:1.6;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:800px;text-align:center}@media(max-width:768px){.manganese-sulphate-monohydrate .product-info-section>p{font-size:.95rem;margin-top:1.5rem}}.zinc-sulphate-monohydrate .hero-section{align-items:center;background:linear-gradient(135deg,#001f3f,#1e40af);color:#fff;display:flex;justify-content:center;min-height:120vh;padding:4rem 2rem}@media(max-width:768px){.zinc-sulphate-monohydrate .hero-section{flex-direction:column;padding:3rem 1rem;text-align:center}}.zinc-sulphate-monohydrate .hero-section img{border-radius:8px;box-shadow:0 4px 15px #0003;margin-right:2rem;margin-top:5rem;max-width:400px}@media(max-width:1024px){.zinc-sulphate-monohydrate .hero-section img{max-width:300px}}@media(max-width:768px){.zinc-sulphate-monohydrate .hero-section img{margin-bottom:2rem;margin-right:0;max-width:100%}}.zinc-sulphate-monohydrate .hero-section .hero-content{flex:1 1;max-width:600px}.zinc-sulphate-monohydrate .hero-section .hero-content h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}@media(max-width:768px){.zinc-sulphate-monohydrate .hero-section .hero-content h1{font-size:2rem}}.zinc-sulphate-monohydrate .hero-section .hero-content .chemical-formula{color:#bfdbfe;font-size:1.5rem;font-weight:600;margin-bottom:1rem}@media(max-width:768px){.zinc-sulphate-monohydrate .hero-section .hero-content .chemical-formula{font-size:1.25rem}}.zinc-sulphate-monohydrate .hero-section .hero-content p{font-size:1.25rem;line-height:1.6;opacity:.9}@media(max-width:768px){.zinc-sulphate-monohydrate .hero-section .hero-content p{font-size:1.1rem}}.zinc-sulphate-monohydrate .product-info-section{margin:0 auto;max-width:1200px;padding:4rem 2rem}@media(max-width:768px){.zinc-sulphate-monohydrate .product-info-section{padding:3rem 1rem}}.zinc-sulphate-monohydrate .product-info-section h2{color:#001f3f;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}@media(max-width:768px){.zinc-sulphate-monohydrate .product-info-section h2{font-size:1.75rem;margin-bottom:1.5rem}}.zinc-sulphate-monohydrate .product-info-section .product-info-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:4rem}@media(max-width:1024px){.zinc-sulphate-monohydrate .product-info-section .product-info-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.zinc-sulphate-monohydrate .product-info-section .product-info-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.zinc-sulphate-monohydrate .product-info-section .product-info-grid{grid-template-columns:1fr}}.zinc-sulphate-monohydrate .product-info-section .product-info-grid .product-info-item{background-color:#f8fafc;border-left:4px solid #374151;border-radius:8px;box-shadow:0 4px 10px #0000001a;padding:1.5rem;transition:all .3s ease}@media(max-width:768px){.zinc-sulphate-monohydrate .product-info-section .product-info-grid .product-info-item{padding:1.25rem}}.zinc-sulphate-monohydrate .product-info-section .product-info-grid .product-info-item:hover{box-shadow:0 8px 25px #2563eb26;transform:translateY(-5px)}.zinc-sulphate-monohydrate .product-info-section .product-info-grid .product-info-item h3{color:#001f3f;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}@media(max-width:768px){.zinc-sulphate-monohydrate .product-info-section .product-info-grid .product-info-item h3{font-size:1rem}}.zinc-sulphate-monohydrate .product-info-section .product-info-grid .product-info-item p{color:#4b5563;font-size:.9rem;font-weight:600;line-height:1.6;margin:0}.zinc-sulphate-monohydrate .product-info-section .applications-section{margin-bottom:3rem}.zinc-sulphate-monohydrate .product-info-section .applications-section .applications-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.zinc-sulphate-monohydrate .product-info-section .applications-section .applications-grid .application-item{background:linear-gradient(135deg,#f8fafc,#e0f2fe);border-radius:8px;border-top:4px solid #374151;box-shadow:0 4px 10px #0000001a;padding:2rem;transition:all .3s ease}@media(max-width:768px){.zinc-sulphate-monohydrate .product-info-section .applications-section .applications-grid .application-item{padding:1.5rem}}.zinc-sulphate-monohydrate .product-info-section .applications-section .applications-grid .application-item:hover{box-shadow:0 6px 20px #0f4c751f;transform:translateY(-3px)}.zinc-sulphate-monohydrate .product-info-section .applications-section .applications-grid .application-item h3{color:#001f3f;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.zinc-sulphate-monohydrate .product-info-section .applications-section .applications-grid .application-item p{color:#4b5563;line-height:1.6;margin:0}.zinc-sulphate-monohydrate .product-info-section>p{color:#4b5563;line-height:1.6;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:800px;text-align:center}@media(max-width:768px){.zinc-sulphate-monohydrate .product-info-section>p{font-size:.95rem;margin-top:1.5rem}}.mobile-description{font-size:.9rem;line-height:1.5;margin-bottom:1rem}.desktop-description{font-size:1rem;line-height:1.6;margin-bottom:1rem}@media(max-width:768px){.mobile-description{padding:0 1rem}}@media(min-width:769px){.desktop-description{padding:0 2rem}}
/*# sourceMappingURL=main.f754e7b4.css.map*/