@charset "UTF-8";.header{position:fixed;top:0;left:0;width:100%;z-index:1030;padding:1.5rem 0;transition:all .3s;background-color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 30px #0f29421a}.header.scrolled{padding:.75rem 0;background:#fffffffa;box-shadow:0 4px 30px #0f294226}.header.scrolled .logo{transform:scale(.9)}.header .header-content{display:flex;align-items:center;justify-content:space-between}.header .logo-container{display:block;overflow:hidden}.header .logo{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:#1a365d;margin:0;transition:all .3s;display:flex;align-items:center;gap:.5rem}@media (max-width: 767px){.header .logo{font-size:1.5rem}}.header .logo:hover{color:#0f2942;transform:translate(5px)}.header .desktop-nav{display:none}@media (min-width: 1024px){.header .desktop-nav{display:block}}.header .desktop-nav .nav-list{display:flex;align-items:center;justify-content:center;gap:2rem}.header .desktop-nav .nav-list li{position:relative}.header .desktop-nav .nav-list a{font-size:1.125rem;font-weight:500;color:#4a5568;transition:all .3s;position:relative;padding:.5rem 1rem;border-radius:.25rem}.header .desktop-nav .nav-list a:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:#d4af37;transition:all .3s;transform:translate(-50%)}.header .desktop-nav .nav-list a:hover{color:#1a365d;background-color:#1a365d0d}.header .desktop-nav .nav-list a:hover:before{width:80%}.header .desktop-nav .nav-list a.active{color:#1a365d;font-weight:600;background-color:#1a365d14}.header .desktop-nav .nav-list a.active:before{width:80%;background-color:#1a365d}.header .mobile-menu-toggle{background:#1a365d1a;border:none;color:#1a365d;cursor:pointer;padding:.75rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;transition:all .3s}.header .mobile-menu-toggle:hover{background-color:#1a365d26;transform:scale(1.1)}@media (min-width: 1024px){.header .mobile-menu-toggle{display:none}}.header .mobile-menu{position:fixed;top:0;right:0;width:100%;max-width:100%;height:100vh;background:linear-gradient(135deg,#0f2942fa,#0f2942f2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1050;display:flex;flex-direction:column}.header .mobile-menu .mobile-menu-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}.header .mobile-menu .mobile-menu-header .mobile-logo{color:#fff;font-size:1.5rem;font-weight:700}.header .mobile-menu .mobile-menu-header .close-button{background:#ffffff1a;border:none;color:#fff;width:48px;height:48px;border-radius:9999px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.header .mobile-menu .mobile-menu-header .close-button:hover{background:#fff3;transform:rotate(90deg)}.header .mobile-menu .mobile-nav-list{flex:1;display:flex;flex-direction:column;justify-content:center;gap:1.5rem;padding:2rem}.header .mobile-menu .mobile-nav-list li{text-align:center}.header .mobile-menu .mobile-nav-list li a{display:inline-block;font-weight:500;font-size:1.5rem;color:#fffc;padding:1rem 1.5rem;border-radius:.5rem;transition:all .3s;position:relative}.header .mobile-menu .mobile-nav-list li a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:#d4af37;transition:all .3s;transform:translate(-50%)}.header .mobile-menu .mobile-nav-list li a:hover{color:#fff;background-color:#ffffff1a}.header .mobile-menu .mobile-nav-list li a:hover:after{width:80%}.header .mobile-menu .mobile-nav-list li a.active{color:#d4af37;background-color:#d4af371a}.header .mobile-menu .mobile-nav-list li a.active:after{width:80%}@keyframes waveAnimation{0%{background-position-x:0}to{background-position-x:1000px}}@keyframes pulse{0%{box-shadow:0 0 #4a90e2b3}70%{box-shadow:0 0 0 10px #4a90e200}to{box-shadow:0 0 #4a90e200}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.footer-wrapper{position:relative;margin-top:100px}.footer-top-wave{position:absolute;top:-100px;left:0;width:100%;height:100px;background:url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path fill="%230f1a2b" fill-opacity="1" d="M0,96L48,106.7C96,117,192,139,288,154.7C384,171,480,181,576,165.3C672,149,768,107,864,101.3C960,96,1056,128,1152,138.7C1248,149,1344,139,1392,133.3L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');background-size:cover;z-index:1}.premium-footer{background:linear-gradient(150deg,#0f1a2b,#091222);color:#fff;padding-top:80px;position:relative;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden;box-shadow:0 -10px 30px #0000001a;z-index:2}.premium-footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.05;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.2) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(255,255,255,.1) 0%,transparent 50%);z-index:-1}.premium-footer-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;max-width:1200px;margin:0 auto;padding:0 20px 60px}.premium-footer .footer-section{padding:20px;position:relative;z-index:1}.premium-footer .footer-section.company-section .logo-container{margin-bottom:20px}.premium-footer .footer-section.newsletter-section{background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:30px}.premium-footer .footer-section.contact-section .footer-contact li{margin-bottom:20px}.premium-footer .footer-logo{display:inline-block;margin-bottom:15px}.premium-footer .footer-logo .logo-text{font-size:1.8rem;font-weight:700;letter-spacing:1px}.premium-footer .footer-logo .logo-text .highlight{color:#4a90e2}.premium-footer .footer-heading{font-size:1.5rem;margin-bottom:30px;position:relative;padding-bottom:15px;font-weight:600}.premium-footer .footer-heading:after{content:"";position:absolute;left:0;bottom:0;width:60px;height:3px;background:linear-gradient(135deg,#4a90e2,#2e78dd);border-radius:3px}.premium-footer .footer-about{color:#fffc;line-height:1.7;margin-bottom:25px;font-size:.95rem}.premium-footer .footer-social{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}.premium-footer .footer-social .social-icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;color:#fff;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;position:relative;overflow:hidden}.premium-footer .footer-social .social-icon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff1a;transform:scale(0);border-radius:50%;transition:transform .3s ease}.premium-footer .footer-social .social-icon:hover{color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px #0003}.premium-footer .footer-social .social-icon:hover:before{transform:scale(1)}.premium-footer .footer-links{list-style:none;padding:0}.premium-footer .footer-links li{margin-bottom:15px}.premium-footer .footer-links li a{color:#fffc;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.95rem;display:flex;align-items:center;padding:5px 0}.premium-footer .footer-links li a .link-icon{font-size:.7rem;margin-right:8px;color:#4a90e2;transition:all .3s cubic-bezier(.4,0,.2,1)}.premium-footer .footer-links li a:hover{color:#fff}.premium-footer .footer-links li a:hover .link-icon{transform:translate(3px)}.premium-footer .footer-contact{list-style:none;padding:0}.premium-footer .footer-contact li{margin-bottom:18px;display:flex;align-items:flex-start;color:#fffc;font-size:.95rem;line-height:1.5;transition:all .3s cubic-bezier(.4,0,.2,1)}.premium-footer .footer-contact li .contact-icon-wrapper{display:flex;justify-content:center;align-items:center;margin-right:15px;width:36px;height:36px;min-width:36px;background:#ffffff1a;border-radius:50%;color:#4a90e2;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.premium-footer .footer-contact li:hover{color:#fff}.premium-footer .footer-contact li:hover .contact-icon-wrapper{background:#4a90e233;transform:scale(1.05)}.premium-footer .footer-newsletter-text{color:#fffc;margin-bottom:25px;font-size:.95rem;line-height:1.7}.premium-footer .newsletter-form .input-group{display:flex;margin-bottom:10px;position:relative;border-radius:6px;overflow:hidden;box-shadow:0 3px 15px #00000026}.premium-footer .newsletter-form input{flex:1;padding:14px 15px;border:none;background:#ffffff1a;color:#fff;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.premium-footer .newsletter-form input::-moz-placeholder{color:#fff9}.premium-footer .newsletter-form input::placeholder{color:#fff9}.premium-footer .newsletter-form input:focus{outline:none;background:#ffffff26}.premium-footer .newsletter-form button{padding:0 20px;background:linear-gradient(135deg,#4a90e2,#2e78dd);color:#fff;border:none;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.5px}.premium-footer .newsletter-form button:hover{background:#2275d7;box-shadow:0 0 15px #4a90e280}.premium-footer .newsletter-form .form-note{color:#fff9;font-size:.8rem;margin-top:8px;display:block}.premium-footer .newsletter-success{text-align:center;padding:20px;background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:6px;animation:pulse 2s infinite}.premium-footer .newsletter-success .success-icon{display:block;font-size:2rem;color:#ff7675;margin-bottom:15px}.premium-footer .newsletter-success p{font-weight:600;margin-bottom:5px;color:#fff}.premium-footer .newsletter-success small{color:#fff9}.premium-footer .footer-divider{height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.1),transparent);margin:0 auto;max-width:1200px}.premium-footer .footer-bottom{padding:30px 0;font-size:.9rem;color:#fff9}.premium-footer .footer-bottom-wrapper{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.premium-footer .footer-bottom p{margin:0}.premium-footer .footer-bottom strong{color:#fffc}.premium-footer .footer-legal{display:flex;gap:20px;flex-wrap:wrap}.premium-footer .footer-legal a{color:#fff9;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.85rem;position:relative}.premium-footer .footer-legal a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:#4a90e2;transition:all .3s cubic-bezier(.4,0,.2,1)}.premium-footer .footer-legal a:hover{color:#fff}.premium-footer .footer-legal a:hover:after{width:100%}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(135deg,#4a90e2,#2e78dd);color:#fff;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:999;box-shadow:0 5px 15px #0003;transition:all .3s cubic-bezier(.4,0,.2,1)}.scroll-to-top:hover{transform:translateY(-5px);box-shadow:0 8px 20px #4a90e266}@media (max-width: 1200px){.premium-footer-container{gap:30px}}@media (max-width: 992px){.premium-footer-container{grid-template-columns:repeat(2,1fr);gap:40px 30px}}@media (max-width: 768px){.footer-wrapper{margin-top:70px}.footer-top-wave{top:-70px;height:70px}.premium-footer{padding-top:60px}.premium-footer-container{grid-template-columns:1fr;gap:30px}.premium-footer .footer-section{padding:15px}.premium-footer .footer-bottom-wrapper{flex-direction:column;text-align:center}.premium-footer .footer-legal{justify-content:center}.scroll-to-top{bottom:20px;right:20px;width:45px;height:45px}}@media (max-width: 480px){.premium-footer .footer-contact li{flex-direction:column}.premium-footer .footer-contact li .contact-icon-wrapper{margin-bottom:10px}.premium-footer .newsletter-form .input-group{flex-direction:column}.premium-footer .newsletter-form .input-group input{width:100%;border-radius:6px 6px 0 0}.premium-footer .newsletter-form .input-group button{width:100%;padding:12px;border-radius:0 0 6px 6px}}.layout{display:flex;flex-direction:column;min-height:100vh}.layout main{flex:1}.section{padding:4rem 0;position:relative}@media (max-width: 767px){.section{padding:2.5rem 0}}.section--light{background-color:#f7fafc}.section--dark{background-color:#2d3748;color:#fff}.section--dark .section__title{color:#fff}.section--dark .section__title:after{background-color:#d4af37}.section--dark .section__subtitle{color:#e2e8f0}.section--primary{background-color:#1a365d;color:#fff}.section--primary .section__title{color:#fff}.section--primary .section__title:after{background-color:#d4af37}.section--primary .section__subtitle{color:#fffc}.section--accent{background-color:#d4af37;color:#1a202c}.section--accent .section__title{color:#1a202c}.section--accent .section__title:after{background-color:#1a365d}.section--centered .section__header{text-align:center}.section--centered .section__header .section__title:after{left:50%;transform:translate(-50%)}.section__header{margin-bottom:2.5rem;max-width:800px}@media (max-width: 767px){.section__header{margin-bottom:2rem}}.section--centered .section__header{margin-left:auto;margin-right:auto}.section__title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;position:relative;padding-bottom:1rem}@media (max-width: 767px){.section__title{font-size:1.5rem}}.section__title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background-color:#1a365d}.section__subtitle{font-size:1.125rem;color:#718096;line-height:1.6}@media (max-width: 767px){.section__subtitle{font-size:1rem}}.why-choose-section .features-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media (min-width: 768px) and (max-width: 1023px){.why-choose-section .features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.why-choose-section .features-grid{grid-template-columns:repeat(4,1fr)}}.why-choose-section .feature-card{text-align:center;padding:1.5rem;border-radius:.5rem;background-color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s;height:100%}.why-choose-section .feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.why-choose-section .feature-card:hover .feature-icon{background-color:#1a365d;color:#fff}.why-choose-section .feature-card .feature-icon{width:80px;height:80px;border-radius:50%;background-color:#1a365d1a;color:#1a365d;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;transition:all .3s}.why-choose-section .feature-card .feature-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#2d3748}@media (max-width: 767px){.why-choose-section .feature-card .feature-title{font-size:1.125rem}}.why-choose-section .feature-card .feature-description{color:#718096;line-height:1.6;font-size:1rem}@media (max-width: 767px){.why-choose-section .feature-card .feature-description{font-size:.875rem}}.testimonials{position:relative}.testimonials .testimonials-container{max-width:900px;margin:0 auto;position:relative;padding:1.5rem}.testimonials .quotes-icon{position:absolute;top:-20px;left:0;color:#d4af3733;z-index:-1}@media (max-width: 767px){.testimonials .quotes-icon{top:-10px}.testimonials .quotes-icon svg{width:40px;height:40px}}.testimonials .testimonial-content{position:relative;min-height:250px;display:flex;align-items:center;justify-content:center}@media (max-width: 767px){.testimonials .testimonial-content{min-height:300px}}.testimonials .testimonial{text-align:center}.testimonials .testimonial-quote{font-size:1.25rem;line-height:1.7;color:#4a5568;font-style:italic;margin-bottom:1.5rem}@media (max-width: 767px){.testimonials .testimonial-quote{font-size:1.125rem}}.testimonials .testimonial-author h4{font-size:1.125rem;font-weight:600;margin-bottom:.25rem;color:#1a365d}.testimonials .testimonial-author p{font-size:1rem;color:#718096}.testimonials .testimonial-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.testimonials .testimonial-dots .dot{width:10px;height:10px;border-radius:50%;background-color:#e2e8f0;border:none;cursor:pointer;transition:all .3s}.testimonials .testimonial-dots .dot:hover{background-color:#a0aec0}.testimonials .testimonial-dots .dot.active{background-color:#d4af37;transform:scale(1.3)}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:.25rem;font-weight:500;transition:all .3s;cursor:pointer;text-decoration:none;border:none;overflow:hidden}.button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background-color:#ffffff1a;border-radius:50%;transform:translate(-50%,-50%);transition:width .5s,height .5s;z-index:1}.button:hover:before{width:300px;height:300px}.button__text,.button__icon{position:relative;z-index:2}.button--primary{background-color:#1a365d;color:#fff}.button--primary:hover{background-color:#0f2942}.button--secondary{background-color:#718096;color:#fff}.button--secondary:hover{background-color:#4a5568}.button--accent{background-color:#d4af37;color:#1a202c}.button--accent:hover{background-color:#b38f22}.button--outline{background-color:transparent;border:2px solid currentColor}.button--outline.button--primary{color:#1a365d}.button--outline.button--primary:hover{background-color:#1a365d0d}.button--outline.button--secondary{color:#718096}.button--outline.button--secondary:hover{background-color:#7180960d}.button--outline.button--accent{color:#d4af37}.button--outline.button--accent:hover{background-color:#d4af370d}.button--text{background-color:transparent;padding:0}.button--text.button--primary{color:#1a365d}.button--text.button--primary:hover{color:#0f2942}.button--text.button--secondary{color:#718096}.button--text.button--secondary:hover{color:#4a5568}.button--text.button--accent{color:#d4af37}.button--text.button--accent:hover{color:#b38f22}.button--sm{padding:.5rem 1rem;font-size:.875rem}.button--md{padding:.75rem 1.5rem;font-size:1rem}.button--lg{padding:1rem 2rem;font-size:1.125rem}.button--with-icon .button__icon{display:flex;align-items:center}.button--icon-left .button__icon{margin-right:.5rem}.button--icon-right .button__icon{margin-left:.5rem}.button--full-width{width:100%}.button:disabled{opacity:.6;cursor:not-allowed}.button:disabled:hover:before{width:0;height:0}.contact-cta{position:relative;padding:5rem 0;background-image:url(https://images.pexels.com/photos/5990547/pexels-photo-5990547.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);background-size:cover;background-position:center;background-attachment:fixed}@media (max-width: 767px){.contact-cta{padding:3rem 0}}.contact-cta .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#0f2942e6,#0f2942cc)}.contact-cta .cta-content{position:relative;color:#fff;max-width:800px;margin:0 auto;text-align:center}.contact-cta .cta-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}@media (max-width: 767px){.contact-cta .cta-title{font-size:1.5rem}}.contact-cta .cta-description{font-size:1.125rem;margin-bottom:2rem;color:#ffffffe6}@media (max-width: 767px){.contact-cta .cta-description{font-size:1rem}}.contact-cta .cta-buttons{display:flex;gap:1rem;justify-content:center}@media (max-width: 767px){.contact-cta .cta-buttons{flex-direction:column;align-items:center}}.contact-cta .cta-buttons .btn-white-outline{color:#fff;border-color:#fff}.contact-cta .cta-buttons .btn-white-outline:hover{background-color:#ffffff1a}._productsSection_52i4t_1{padding:80px 0;background-color:#fff}._container_52i4t_6{max-width:1200px;margin:0 auto;padding:0 20px}._header_52i4t_12{text-align:center;margin-bottom:60px}._title_52i4t_17{font-size:36px;font-weight:700;color:#333;margin-bottom:16px}._titleUnderline_52i4t_24{width:60px;height:3px;background-color:#294682;margin:0 auto 24px}._subtitle_52i4t_31{font-size:18px;color:#666;max-width:800px;margin:0 auto;line-height:1.6}._productsGrid_52i4t_39{display:grid;grid-template-columns:repeat(1,1fr);gap:30px}@media (min-width: 640px){._productsGrid_52i4t_39{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._productsGrid_52i4t_39{grid-template-columns:repeat(4,1fr)}}._productCard_52i4t_55{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000000d;transition:all .3s ease;cursor:pointer}._productCard_52i4t_55:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}._productCard_52i4t_55:hover ._productOverlay_52i4t_67{opacity:1}._productImage_52i4t_71{position:relative;height:220px;overflow:hidden}._productImage_52i4t_71 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .3s ease}._productOverlay_52i4t_67{position:absolute;top:0;left:0;width:100%;height:100%;background:#294682cc;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}._viewDetails_52i4t_97{color:#fff;font-weight:500;font-size:16px;padding:10px 20px;border:2px solid white;border-radius:4px}._productContent_52i4t_106{padding:24px}._productCategory_52i4t_110{display:block;font-size:14px;color:#294682;margin-bottom:8px;font-weight:500}._productName_52i4t_118{font-size:20px;font-weight:600;color:#333;margin-bottom:12px}._productDescription_52i4t_125{font-size:15px;color:#666;line-height:1.5;margin-bottom:20px}._detailsButton_52i4t_132{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:500;color:#294682;background:none;border:none;padding:0;cursor:pointer}._detailsButton_52i4t_132 svg{transition:transform .2s ease}._detailsButton_52i4t_132:hover svg{transform:translate(4px)}._viewAllContainer_52i4t_151{margin-top:60px;text-align:center}._viewAllButton_52i4t_156{background-color:#294682;color:#fff;font-size:16px;font-weight:500;padding:14px 32px;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}._viewAllButton_52i4t_156:hover{background-color:#1d315b}._modalOverlay_qhrla_1{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;margin-top:100px}._modalContent_qhrla_14{position:relative;background-color:#fff;border-radius:.75rem;overflow:hidden;width:100%;max-width:900px;max-height:90vh;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}._closeButton_qhrla_25{position:absolute;right:1rem;top:1rem;z-index:10;background-color:#fff;border-radius:9999px;padding:.25rem;box-shadow:0 1px 3px #0000001a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._closeButton_qhrla_25:hover{background-color:#f3f4f6}._closeButton_qhrla_25 svg{width:1.25rem;height:1.25rem;color:#4b5563}._modalGrid_qhrla_49{display:grid;grid-template-columns:1fr}@media (min-width: 768px){._modalGrid_qhrla_49{grid-template-columns:1fr 1fr}}._productImageContainer_qhrla_59{position:relative;height:16rem;background-color:#f9fafb}@media (min-width: 768px){._productImageContainer_qhrla_59{height:100%}}._productImage_qhrla_59{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._productDetails_qhrla_76{padding:1.5rem;max-height:80vh;overflow-y:auto}@media (min-width: 768px){._productDetails_qhrla_76{padding:2rem}}._productHeader_qhrla_87{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}._productTitle_qhrla_93{font-size:1.5rem;font-weight:700;color:#294682}._productSubtitle_qhrla_99{color:#6b7280;margin-top:.25rem}._detailsGrid_qhrla_104{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}@media (min-width: 640px){._detailsGrid_qhrla_104{grid-template-columns:repeat(2,1fr)}}._detailItem_qhrla_116 ._detailLabel_qhrla_116{font-size:.875rem;font-weight:500;color:#6b7280;text-transform:capitalize}._detailItem_qhrla_116 ._detailValue_qhrla_122{color:#111827}._featuresList_qhrla_126{margin-top:1.5rem}._featuresList_qhrla_126 ._featuresTitle_qhrla_129{font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:.5rem}._featuresList_qhrla_126 ._features_qhrla_126{list-style-type:disc;padding-left:1.25rem}._featuresList_qhrla_126 ._features_qhrla_126 ._featureItem_qhrla_139{color:#111827;margin-bottom:.25rem}._actionSection_qhrla_144{margin-top:2rem;padding-top:1rem;border-top:1px solid #f3f4f6}._actionSection_qhrla_144 ._requestQuoteButton_qhrla_149{width:100%;background-color:#294682;color:#fff;font-weight:500;padding:.75rem 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .2s ease}._actionSection_qhrla_144 ._requestQuoteButton_qhrla_149:hover{background-color:#1e3563}.about-hero{height:50vh;min-height:400px;background-image:url(https://images.pexels.com/photos/8230148/pexels-photo-8230148.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);background-size:cover;background-position:center;position:relative;display:flex;align-items:center}.about-hero .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#0f2942d9,#0f2942b3)}.about-hero .hero-content{position:relative;color:#fff;max-width:800px}.about-hero .hero-content h1{font-size:3rem;margin-bottom:1rem}@media (max-width: 767px){.about-hero .hero-content h1{font-size:1.875rem}}.about-hero .hero-content p{font-size:1.25rem;color:#ffffffe6}@media (max-width: 767px){.about-hero .hero-content p{font-size:1.125rem}}.story-content{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.story-content{grid-template-columns:1fr 1fr;align-items:center}}.story-content .story-image img{width:100%;height:auto;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.story-content .story-text p{margin-bottom:1rem;line-height:1.8}.story-content .story-text p:last-child{margin-bottom:0}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 1024px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stats-grid .stat-card{text-align:center;padding:1.5rem;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.stats-grid .stat-card .stat-value{font-size:2.25rem;font-weight:700;color:#1a365d;margin-bottom:.5rem}@media (max-width: 767px){.stats-grid .stat-card .stat-value{font-size:1.875rem}}.stats-grid .stat-card .stat-label{font-size:1.125rem;color:#718096}@media (max-width: 767px){.stats-grid .stat-card .stat-label{font-size:1rem}}.timeline{position:relative;max-width:1200px;margin:0 auto}.timeline:after{content:"";position:absolute;width:4px;background-color:#e2e8f0;top:0;bottom:0;left:50%;transform:translate(-50%)}@media (max-width: 767px){.timeline:after{left:40px}}.timeline .timeline-item{position:relative;width:50%;padding:1rem 2rem}@media (max-width: 767px){.timeline .timeline-item{width:100%;padding-left:80px;padding-right:0}}.timeline .timeline-item:after{content:"";position:absolute;width:20px;height:20px;background-color:#d4af37;border:4px solid #ffffff;border-radius:50%;top:24px;z-index:1}.timeline .timeline-item.left{left:0}.timeline .timeline-item.left:after{right:-10px}@media (max-width: 767px){.timeline .timeline-item.left:after{left:31px;right:auto}}.timeline .timeline-item.right{left:50%}.timeline .timeline-item.right:after{left:-10px}@media (max-width: 767px){.timeline .timeline-item.right:after{left:31px}.timeline .timeline-item.right{left:0}}.timeline .timeline-item .timeline-content{padding:1.5rem;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;position:relative}.timeline .timeline-item .timeline-content .year{display:inline-block;padding:.25rem .75rem;background-color:#1a365d;color:#fff;border-radius:9999px;font-weight:500;margin-bottom:.75rem}.timeline .timeline-item .timeline-content h3{margin-bottom:.5rem;color:#2d3748}.timeline .timeline-item .timeline-content p{color:#718096}.values-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width: 768px) and (max-width: 1023px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.values-grid{grid-template-columns:repeat(4,1fr)}}.values-grid .value-card{background-color:#ffffff1a;border-radius:.5rem;padding:1.5rem;text-align:center;color:#fff}.values-grid .value-card .value-icon{width:80px;height:80px;background-color:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#d4af37}.values-grid .value-card h3{font-size:1.25rem;margin-bottom:.75rem;color:#fff}.values-grid .value-card p{color:#fffc;font-size:1rem;line-height:1.6}.team-content{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.team-content{grid-template-columns:1fr 1fr;align-items:center}}.team-content .team-image img{width:100%;height:auto;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.team-content .team-text p{margin-bottom:1rem;line-height:1.8}.team-content .team-text p:last-child{margin-bottom:0}.why-choose-hero{height:50vh;min-height:400px;background-image:url(https://images.pexels.com/photos/238377/pexels-photo-238377.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);background-size:cover;background-position:center;position:relative;display:flex;align-items:center}.why-choose-hero .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#0f2942d9,#0f2942b3)}.why-choose-hero .hero-content{position:relative;color:#fff;max-width:800px}.why-choose-hero .hero-content h1{font-size:3rem;margin-bottom:1rem}@media (max-width: 767px){.why-choose-hero .hero-content h1{font-size:1.875rem}}.why-choose-hero .hero-content p{font-size:1.25rem;color:#ffffffe6}@media (max-width: 767px){.why-choose-hero .hero-content p{font-size:1.125rem}}.advantages-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px) and (max-width: 1023px){.advantages-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.advantages-grid{grid-template-columns:repeat(3,1fr)}}.advantages-grid .advantage-card{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s;height:100%;display:flex;flex-direction:column}.advantages-grid .advantage-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.advantages-grid .advantage-card:hover .advantage-icon{background-color:#1a365d;color:#fff}.advantages-grid .advantage-card .advantage-header{display:flex;align-items:center;margin-bottom:1rem}.advantages-grid .advantage-card .advantage-icon{width:70px;height:70px;min-width:70px;border-radius:50%;background-color:#1a365d1a;color:#1a365d;display:flex;align-items:center;justify-content:center;margin-right:1rem;transition:all .3s}.advantages-grid .advantage-card .advantage-title{font-size:1.25rem;font-weight:600;color:#2d3748}.advantages-grid .advantage-card .advantage-description{margin-bottom:1rem;color:#718096;line-height:1.6}.advantages-grid .advantage-card .advantage-details{list-style-type:none;margin-top:auto}.advantages-grid .advantage-card .advantage-details li{position:relative;padding-left:1.25rem;margin-bottom:.5rem;color:#4a5568}.advantages-grid .advantage-card .advantage-details li:before{content:"✓";position:absolute;left:0;color:#d4af37;font-weight:700}.approach-content{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.approach-content{grid-template-columns:1fr 1fr;align-items:center}}.approach-content .approach-text{color:#fff}.approach-content .approach-text p{margin-bottom:1rem;line-height:1.8;color:#ffffffe6}.approach-content .approach-text p:last-of-type{margin-bottom:1.5rem}.approach-content .approach-text .approach-cta{margin-top:1.5rem}.approach-content .approach-image img{width:100%;height:auto;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (min-width: 1024px){.approach-content .approach-image{order:-1}}.recognition-content .recognition-intro{text-align:center;font-size:1.125rem;max-width:800px;margin:0 auto 2.5rem;color:#4a5568}.recognition-content .awards-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-bottom:3rem}@media (min-width: 768px) and (max-width: 1023px){.recognition-content .awards-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.recognition-content .awards-grid{grid-template-columns:repeat(4,1fr)}}.recognition-content .awards-grid .award-card{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;text-align:center;position:relative}.recognition-content .awards-grid .award-card .award-year{display:inline-block;padding:.25rem .75rem;background-color:#d4af37;color:#1a202c;border-radius:9999px;font-weight:600;margin-bottom:1rem}.recognition-content .awards-grid .award-card .award-title{font-size:1.125rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.recognition-content .awards-grid .award-card .award-org{font-size:.875rem;color:#718096}.recognition-content .certifications{background-color:#f7fafc;padding:2rem;border-radius:.5rem;text-align:center}.recognition-content .certifications h3{font-size:1.25rem;margin-bottom:1.5rem;color:#2d3748}.recognition-content .certifications .certification-list{display:grid;grid-template-columns:repeat(1,1fr);gap:.75rem}@media (min-width: 768px) and (max-width: 1023px){.recognition-content .certifications .certification-list{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.recognition-content .certifications .certification-list{grid-template-columns:repeat(3,1fr)}}.recognition-content .certifications .certification-list li{padding:.75rem;background-color:#fff;border-radius:.25rem;box-shadow:0 1px 2px #0000000d;color:#4a5568}.cta-container{text-align:center;max-width:800px;margin:0 auto}.cta-container .cta-text{font-size:1.125rem;margin-bottom:2rem;color:#4a5568}.cta-container .cta-buttons{display:flex;gap:1rem;justify-content:center}@media (max-width: 767px){.cta-container .cta-buttons{flex-direction:column;align-items:center}}.contact-page{font-family:Inter,sans-serif;color:#333;background-color:#f5f7fa;min-height:100vh;position:relative;overflow:hidden;padding:2rem 0}.contact-container{max-width:1200px;margin:50px auto 0;padding:2rem;position:relative;z-index:10}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{color:#294682;font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative;display:inline-block}.contact-header h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background-color:#f8b500;border-radius:2px}.contact-header p{font-size:1.1rem;max-width:600px;margin:0 auto;color:#666}.contact-content{display:grid;grid-template-columns:1fr;gap:2rem;position:relative;z-index:20}@media (min-width: 768px){.contact-content{grid-template-columns:1.2fr .8fr}}.contact-form-container{width:100%;position:relative;z-index:30}.contact-form-card{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #2946821a;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative;z-index:2}.contact-form-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #29468226}.contact-form{display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:3}.form-group{display:flex;flex-direction:column;gap:.5rem;position:relative;z-index:4}.form-group label{font-weight:500;color:#294682;font-size:.9rem}.contact-input,.contact-textarea{border:1px solid rgb(191.1403508772,205.3859649123,234.8596491228);border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:border-color .3s,box-shadow .3s;position:relative;z-index:5;pointer-events:auto!important}.contact-input:focus,.contact-textarea:focus{outline:none;border-color:#294682;box-shadow:0 0 0 3px #2946821a}.submit-button{background-color:#294682;color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s,transform .3s;display:flex;align-items:center;justify-content:center;margin-top:.5rem;position:relative;z-index:5}.submit-button .icon{margin-right:.5rem}.submit-button:hover{background-color:#1d315b;transform:translateY(-2px)}.submit-button:active{transform:translateY(0)}.success-message{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #2946821a;padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;z-index:5}.success-message .success-icon{color:#4caf50;font-size:3rem;margin-bottom:1rem}.success-message h2{color:#294682;font-size:1.8rem;margin-bottom:.5rem}.success-message p{color:#666;margin-bottom:1.5rem}.success-message .reset-button{background-color:#294682;color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.success-message .reset-button:hover{background-color:#1d315b}.contact-info{display:flex;flex-direction:column;gap:2rem;position:relative;z-index:20}.info-card{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #2946821a;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative;z-index:2}.info-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #29468226}.info-card h2{color:#294682;font-size:1.5rem;margin-bottom:1.5rem;position:relative}.info-card h2:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background-color:#f8b500;border-radius:2px}.info-items{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;align-items:flex-start;gap:1rem}.info-item .icon-container{background-color:#98afdf;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-item .info-icon{color:#294682;font-size:1.2rem}.info-item h3{color:#294682;font-size:1.1rem;margin-bottom:.25rem}.info-item p{color:#666;margin:0;line-height:1.5}.map-card{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #2946821a;overflow:hidden;height:200px;position:relative;z-index:2}.map-placeholder{background-color:#f5f7fa;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:gray}.map-placeholder .map-icon{font-size:2rem;margin-bottom:.5rem}.animated-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden;pointer-events:none}.shape{position:absolute;border-radius:50%;opacity:.1;pointer-events:none}.shape-1{background-color:#294682;width:400px;height:400px;top:-100px;right:-100px;animation:float 15s infinite ease-in-out}.shape-2{background-color:#f8b500;width:300px;height:300px;bottom:-50px;left:-50px;animation:float 20s infinite ease-in-out reverse}.shape-3{background-color:#294682;width:200px;height:200px;top:50%;right:10%;animation:float 18s infinite ease-in-out 2s}@keyframes float{0%{transform:translate(0) rotate(0)}25%{transform:translate(10px,10px) rotate(5deg)}50%{transform:translateY(20px) rotate(0)}75%{transform:translate(-10px,10px) rotate(-5deg)}to{transform:translate(0) rotate(0)}}@media (max-width: 767px){.contact-header h1{font-size:2rem}.contact-content{grid-template-columns:1fr}.contact-form-card,.info-card{padding:1.5rem}}.product-detail-container .product-navigation{margin-bottom:1.5rem}.product-detail-container .product-navigation .back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:.25rem;color:#4a5568;font-weight:500;transition:all .3s;cursor:pointer}.product-detail-container .product-navigation .back-button:hover{background-color:#f7fafc;color:#1a365d}.product-detail-container .product-main{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width: 1024px){.product-detail-container .product-main{grid-template-columns:1fr 1fr}}.product-detail-container .product-main .product-gallery .main-image-container{position:relative;border-radius:.5rem;overflow:hidden;margin-bottom:1rem;background-color:#fff;height:400px}@media (max-width: 767px){.product-detail-container .product-main .product-gallery .main-image-container{height:300px}}.product-detail-container .product-main .product-gallery .main-image-container .main-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-detail-container .product-main .product-gallery .main-image-container .gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background-color:#fffc;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;color:#2d3748;transition:all .3s;z-index:2}.product-detail-container .product-main .product-gallery .main-image-container .gallery-nav:hover{background-color:#fff;color:#1a365d;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.product-detail-container .product-main .product-gallery .main-image-container .gallery-nav.prev{left:1rem}.product-detail-container .product-main .product-gallery .main-image-container .gallery-nav.next{right:1rem}.product-detail-container .product-main .product-gallery .thumbnail-container{display:flex;gap:.5rem;margin-top:1rem}.product-detail-container .product-main .product-gallery .thumbnail-container .thumbnail{width:80px;height:60px;border-radius:.25rem;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;transition:all .3s}.product-detail-container .product-main .product-gallery .thumbnail-container .thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-detail-container .product-main .product-gallery .thumbnail-container .thumbnail:hover{border-color:#e2e8f0}.product-detail-container .product-main .product-gallery .thumbnail-container .thumbnail.active{border-color:#1a365d}.product-detail-container .product-main .product-info{display:flex;flex-direction:column}.product-detail-container .product-main .product-info .product-category{font-size:.875rem;color:#1a365d;font-weight:500;margin-bottom:.5rem}.product-detail-container .product-main .product-info .product-name{font-size:1.875rem;font-weight:700;color:#1a202c;margin-bottom:1rem}@media (max-width: 767px){.product-detail-container .product-main .product-info .product-name{font-size:1.5rem}}.product-detail-container .product-main .product-info .product-description{font-size:1.125rem;color:#4a5568;margin-bottom:1.5rem;line-height:1.6}.product-detail-container .product-main .product-info .key-features{margin-bottom:1.5rem}.product-detail-container .product-main .product-info .key-features h3{font-size:1.125rem;font-weight:600;color:#2d3748;margin-bottom:.75rem}.product-detail-container .product-main .product-info .key-features ul{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 768px) and (max-width: 1023px){.product-detail-container .product-main .product-info .key-features ul{grid-template-columns:repeat(2,1fr)}}.product-detail-container .product-main .product-info .key-features ul li{display:flex;align-items:flex-start;gap:.5rem}.product-detail-container .product-main .product-info .key-features ul li .feature-icon{color:#d4af37;margin-top:4px}.product-detail-container .product-main .product-info .key-features ul li span{color:#4a5568;line-height:1.5}.product-detail-container .product-main .product-info .product-price{margin-bottom:1.5rem;padding:1rem;background-color:#f7fafc;border-radius:.25rem}.product-detail-container .product-main .product-info .product-price .price-label{font-weight:500;color:#4a5568;margin-right:.5rem}.product-detail-container .product-main .product-info .product-price .price-value{font-weight:700;color:#1a365d;font-size:1.125rem}.product-detail-container .product-main .product-info .product-actions{display:flex;gap:1rem;margin-top:auto}@media (max-width: 767px){.product-detail-container .product-main .product-info .product-actions{flex-direction:column}}.product-detail-container .product-details{background-color:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-bottom:3rem}.product-detail-container .product-details .tabs{display:flex;border-bottom:1px solid #edf2f7}@media (max-width: 767px){.product-detail-container .product-details .tabs{flex-direction:column}}.product-detail-container .product-details .tabs .tab{padding:1rem 1.5rem;background:none;border:none;font-weight:500;color:#718096;cursor:pointer;transition:all .3s;position:relative}.product-detail-container .product-details .tabs .tab:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:transparent;transition:background-color .3s}.product-detail-container .product-details .tabs .tab:hover,.product-detail-container .product-details .tabs .tab.active{color:#1a365d}.product-detail-container .product-details .tabs .tab.active:after{background-color:#1a365d}@media (max-width: 767px){.product-detail-container .product-details .tabs .tab{text-align:left;border-bottom:1px solid #edf2f7}.product-detail-container .product-details .tabs .tab:after{display:none}.product-detail-container .product-details .tabs .tab.active{background-color:#1a365d0d}.product-detail-container .product-details .tabs .tab:last-child{border-bottom:none}}.product-detail-container .product-details .tab-content{padding:2rem}@media (max-width: 767px){.product-detail-container .product-details .tab-content{padding:1.5rem}}.product-detail-container .product-details .tab-content .description-tab p{margin-bottom:1rem;line-height:1.8;color:#4a5568}.product-detail-container .product-details .tab-content .description-tab p:last-child{margin-bottom:0}.product-detail-container .product-details .tab-content .specifications-tab .specs-table{width:100%;border-collapse:collapse}.product-detail-container .product-details .tab-content .specifications-tab .specs-table tr{border-bottom:1px solid #edf2f7}.product-detail-container .product-details .tab-content .specifications-tab .specs-table tr:last-child{border-bottom:none}.product-detail-container .product-details .tab-content .specifications-tab .specs-table th,.product-detail-container .product-details .tab-content .specifications-tab .specs-table td{padding:.75rem 1rem;text-align:left}.product-detail-container .product-details .tab-content .specifications-tab .specs-table th{font-weight:600;color:#2d3748;width:40%}@media (max-width: 767px){.product-detail-container .product-details .tab-content .specifications-tab .specs-table th{width:50%}}.product-detail-container .product-details .tab-content .specifications-tab .specs-table td{color:#4a5568}.product-detail-container .product-details .tab-content .features-tab .features-list{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px) and (max-width: 1023px){.product-detail-container .product-details .tab-content .features-tab .features-list{grid-template-columns:repeat(2,1fr)}}.product-detail-container .product-details .tab-content .features-tab .features-list li{display:flex;align-items:flex-start;gap:.75rem}.product-detail-container .product-details .tab-content .features-tab .features-list li .feature-icon{color:#d4af37;margin-top:4px}.product-detail-container .product-details .tab-content .features-tab .features-list li span{flex:1;color:#4a5568;line-height:1.6}.product-detail-container .related-products h2{font-size:1.5rem;margin-bottom:1.5rem;color:#1a202c}.product-detail-container .related-products .related-products-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width: 768px) and (max-width: 1023px){.product-detail-container .related-products .related-products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.product-detail-container .related-products .related-products-grid{grid-template-columns:repeat(3,1fr)}}.product-detail-container .related-products .related-products-grid .related-product-card{background-color:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s}.product-detail-container .related-products .related-products-grid .related-product-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.product-detail-container .related-products .related-products-grid .related-product-card:hover .related-product-image img{transform:scale(1.05)}.product-detail-container .related-products .related-products-grid .related-product-card .related-product-image{height:180px;overflow:hidden}.product-detail-container .related-products .related-products-grid .related-product-card .related-product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.product-detail-container .related-products .related-products-grid .related-product-card .related-product-info{padding:1rem 1.5rem 1.5rem}.product-detail-container .related-products .related-products-grid .related-product-card .related-product-info h3{font-size:1.125rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.product-detail-container .related-products .related-products-grid .related-product-card .related-product-info p{font-size:1rem;color:#718096;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.not-found{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 0}.not-found .not-found-content{max-width:600px}.not-found .not-found-content h1{font-size:4rem;color:#1a365d;margin-bottom:1rem;line-height:1}@media (max-width: 767px){.not-found .not-found-content h1{font-size:3rem}}.not-found .not-found-content h2{font-size:1.875rem;color:#2d3748;margin-bottom:1rem}@media (max-width: 767px){.not-found .not-found-content h2{font-size:1.5rem}}.not-found .not-found-content p{font-size:1.125rem;color:#718096;margin-bottom:2rem}@media (max-width: 767px){.not-found .not-found-content p{font-size:1rem}}.not-found .not-found-content .not-found-actions{display:flex;gap:1rem;justify-content:center}@media (max-width: 767px){.not-found .not-found-content .not-found-actions{flex-direction:column;align-items:center}}._gridContainer_5pkh3_1{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 992px){._gridContainer_5pkh3_1{grid-template-columns:1fr 3fr}}._sidebar_5pkh3_12 ._sidebarContent_5pkh3_12{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;position:sticky;top:1rem}._sidebar_5pkh3_12 ._searchContainer_5pkh3_20{position:relative;margin-bottom:1.5rem}._sidebar_5pkh3_12 ._searchInput_5pkh3_24{width:100%;padding:.5rem .5rem .5rem 2.5rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem}._sidebar_5pkh3_12 ._searchInput_5pkh3_24:focus{outline:none;border-color:#294682;box-shadow:0 0 0 2px #29468233}._sidebar_5pkh3_12 ._searchIcon_5pkh3_36{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;width:1.25rem;height:1.25rem}._sidebar_5pkh3_12 ._categoriesTitle_5pkh3_45{font-size:1.125rem;font-weight:600;color:#294682;margin-bottom:1rem;display:flex;align-items:center}._sidebar_5pkh3_12 ._categoryList_5pkh3_53{display:flex;flex-direction:column;gap:.5rem}._sidebar_5pkh3_12 ._categoryButton_5pkh3_58{width:100%;text-align:left;padding:.5rem .75rem;border-radius:.5rem;border:none;background:transparent;transition:all .2s ease;cursor:pointer;font-size:.875rem}._sidebar_5pkh3_12 ._categoryButton_5pkh3_58:hover{background-color:#f3f4f6}._sidebar_5pkh3_12 ._categoryButton_5pkh3_58._active_5pkh3_72{background-color:#294682;color:#fff;font-weight:500}._productsGrid_5pkh3_78 ._productsContainer_5pkh3_78{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._productsGrid_5pkh3_78 ._productsContainer_5pkh3_78{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){._productsGrid_5pkh3_78 ._productsContainer_5pkh3_78{grid-template-columns:repeat(3,1fr)}}._productsGrid_5pkh3_78 ._productCard_5pkh3_93{background-color:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;cursor:pointer}._productsGrid_5pkh3_78 ._productCard_5pkh3_93:hover{transform:translateY(-4px);box-shadow:0 4px 6px #0000001a}._productsGrid_5pkh3_78 ._productCard_5pkh3_93:hover ._productOverlay_5pkh3_105{opacity:1}._productsGrid_5pkh3_78 ._productImageContainer_5pkh3_108{position:relative;height:25rem;background-color:#f9fafb}._productsGrid_5pkh3_78 ._productImage_5pkh3_108{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._productsGrid_5pkh3_78 ._productOverlay_5pkh3_105{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(41,70,130,.8),transparent);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;justify-content:center}._productsGrid_5pkh3_78 ._viewDetailsText_5pkh3_128{color:#fff;font-weight:500;padding:.5rem 1rem;margin-bottom:.5rem}._productsGrid_5pkh3_78 ._productInfo_5pkh3_134{padding:1.25rem}._productsGrid_5pkh3_78 ._productTitle_5pkh3_137{font-weight:600;font-size:1.125rem;color:#294682;margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._productsGrid_5pkh3_78 ._productCategory_5pkh3_146{color:#6b7280;font-size:.875rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._productsGrid_5pkh3_78 ._noProducts_5pkh3_154{text-align:center;padding:3rem 0;color:#6b7280}.app-container{min-height:100vh;margin:50px;background:linear-gradient(to bottom,#fff,#f9fafb)}.app-container .container{max-width:1200px;margin:0 auto;padding:3rem 1rem}.app-container .page-title{font-size:2.5rem;font-weight:700;color:#294682;margin-bottom:.5rem;margin-right:40px}.app-container .page-subtitle{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}*,*:before,*:after{box-sizing:border-box}html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd{margin:0;padding:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5;overflow-x:hidden}ul,ol{list-style:none}img,picture,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}a{text-decoration:none;color:inherit}:focus{outline:3px solid rgba(0,103,244,.5);outline-offset:2px}:focus:not(:focus-visible){outline:none}:focus-visible{outline:3px solid rgba(0,103,244,.5);outline-offset:2px}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#2d3748;background-color:#fff;overflow-x:hidden}h1{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media (max-width: 767px){h1{font-size:1.875rem}}h2{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:600;line-height:1.3;margin-bottom:1.25rem}@media (max-width: 767px){h2{font-size:1.5rem}}h3{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.4;margin-bottom:1rem}@media (max-width: 767px){h3{font-size:1.25rem}}h4{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.5;margin-bottom:.75rem}@media (max-width: 767px){h4{font-size:1.125rem}}p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:1rem}small{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.section{padding-top:4rem;padding-bottom:4rem}@media (max-width: 767px){.section{padding-top:2.5rem;padding-bottom:2.5rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.25rem;font-weight:500;transition:all .3s;cursor:pointer;text-decoration:none}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.25rem;font-weight:500;transition:all .3s;cursor:pointer;text-decoration:none;background-color:#1a365d;color:#fff;border:1px solid #1a365d}.btn-primary:hover{background-color:#0f2942;border-color:#0f2942}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.25rem;font-weight:500;transition:all .3s;cursor:pointer;text-decoration:none;background-color:transparent;color:#1a365d;border:1px solid #1a365d}.btn-secondary:hover{background-color:#1a365d1a}.btn-accent{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.25rem;font-weight:500;transition:all .3s;cursor:pointer;text-decoration:none;background-color:#d4af37;color:#000;border:1px solid #d4af37}.btn-accent:hover{background-color:#b38f22;border-color:#b38f22}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-12{margin-bottom:3rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slide-up{animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.skip-link{position:absolute;top:-40px;left:0;padding:.75rem 1rem;background-color:#1a365d;color:#fff;z-index:1070;transition:top .3s}.skip-link:focus{top:0}.text-primary{color:#1a365d}.text-secondary{color:#718096}.text-accent{color:#d4af37}.text-white{color:#fff}.bg-primary{background-color:#1a365d}.bg-secondary{background-color:#718096}.bg-accent{background-color:#d4af37}.bg-light{background-color:#f7fafc}.bg-dark{background-color:#2d3748}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-10{bottom:2.5rem}.bottom-8{bottom:2rem}.left-0{left:0}.left-1\/2{left:50%}.left-4{left:1rem}.left-6{left:1.5rem}.right-0{right:0}.right-4{right:1rem}.right-6{right:1.5rem}.top-0{top:0}.top-1\/2{top:50%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-\[-1\]{z-index:-1}.mx-0{margin-left:0;margin-right:0}.mx-auto{margin-left:auto;margin-right:auto}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-2{margin-left:.5rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.hidden{display:none}.h-10{height:2.5rem}.h-3{height:.75rem}.h-32{height:8rem}.h-5{height:1.25rem}.h-\[300px\]{height:300px}.h-\[500px\]{height:500px}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-3{width:.75rem}.w-32{width:8rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-full{width:100%}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-20{--tw-translate-x: 5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-20px\]{--tw-translate-x: -20px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-white\/20{border-color:#fff3}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-gray-400\/50{background-color:#9ca3af80}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-blue-400{--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/20{--tw-gradient-from: rgb(59 130 246 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/5{--tw-gradient-from: rgb(59 130 246 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900{--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-900{--tw-gradient-from: #0f172a var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/5{--tw-gradient-from: rgb(255 255 255 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-blue-900{--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1e3a8a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-slate-800{--tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1e293b var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-gray-900{--tw-gradient-to: #111827 var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.to-purple-500\/5{--tw-gradient-to: rgb(168 85 247 / .05) var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-3{padding:.75rem}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.ps-5{padding-inline-start:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.leading-tight{line-height:1.25}.tracking-widest{letter-spacing:.1em}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/80{color:#fffc}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-70{opacity:.7}.mix-blend-overlay{mix-blend-mode:overlay}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-blue-500\/20{--tw-shadow-color: rgb(59 130 246 / .2);--tw-shadow: var(--tw-shadow-colored)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-300{transition-delay:.3s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/40:hover{background-color:#fff6}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:opacity-40:hover{opacity:.4}.hover\:shadow-blue-500\/40:hover{--tw-shadow-color: rgb(59 130 246 / .4);--tw-shadow: var(--tw-shadow-colored)}.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:opacity-100{opacity:1}@media (min-width: 768px){.md\:h-48{height:12rem}.md\:h-\[400px\]{height:400px}.md\:h-\[600px\]{height:600px}.md\:w-1\/2{width:50%}.md\:w-48{width:12rem}.md\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:flex-row{flex-direction:row}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1024px){.lg\:text-6xl{font-size:3.75rem;line-height:1}}
