html,body{max-width:100%;margin:0;padding:0;overflow-x:hidden}body{flex-direction:column;margin:0;display:flex}.main-content{flex:1}.hamburger{cursor:pointer;color:#0a3d62;font-size:26px;line-height:1}.navbar{z-index:100;background:#fff;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #0000000f}.nav-left{align-items:center;gap:10px;display:flex}.brand-text{color:#0a3d62;white-space:nowrap;font-size:16px;font-weight:700}.nav-links{align-items:center;gap:26px;display:flex}.nav-links a{color:#0a3d62;font-weight:500;text-decoration:none}.nav-links a:hover{color:#f39c12}.nav-cta{background:#f39c12;border-radius:6px;padding:10px 18px;font-weight:600;color:#fff!important}.hamburger{cursor:pointer;color:#0a3d62;font-size:26px}.desktop-only{display:flex}.mobile-only{display:none}@media (max-width:768px){.desktop-only{display:none}.mobile-only{display:block}}.mobile-overlay{z-index:999;background:#0006;position:fixed;inset:0}.mobile-sidebar{background:#fff;flex-direction:column;gap:18px;width:260px;height:100%;padding:20px;display:flex;box-shadow:4px 0 20px #00000026}.sidebar-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.mobile-sidebar a{color:#0a3d62;font-size:16px;font-weight:600;text-decoration:none}.close-btn{cursor:pointer;font-size:22px}.hero{width:100%;height:88vh;position:relative}.hero img{object-fit:cover}.hero-content h1{color:#fff;font-size:46px;font-weight:700;line-height:1.2}.hero-btn-primary{color:#fff;background:#f39c12;border-radius:6px;padding:14px 26px;font-weight:600;text-decoration:none}.hero-btn-secondary{color:#fff;border:1px solid #fff;border-radius:6px;padding:14px 26px;text-decoration:none}.trust-bar{background:#e8f1fa;grid-template-columns:repeat(4,1fr);gap:28px;padding:42px 8%;display:grid}.trust-item{align-items:center;gap:14px;display:flex}.trust-icon{color:#0a3d62;font-size:20px}.trust-text{color:#0a3d62;letter-spacing:.3px;font-size:18px;font-weight:600}.product-preview{background:#fff}.product-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:36px;display:grid}.product-card{cursor:pointer;background:#f9fbfd;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;justify-content:space-between;padding:18px;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.product-image{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:100%;height:260px;display:flex;position:relative;overflow:hidden}.product-image img{padding:10px;object-fit:contain!important}.product-title{color:#0a3d62;text-align:left;margin-top:16px;font-size:18px;font-weight:600}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.product-grid{grid-template-columns:1fr}}.products-page{background:#f4f7fb}.products-header{text-align:center;margin-bottom:40px}.products-header h1{color:#0a3d62;font-size:38px}.products-header p{color:#4b5563;margin-top:10px}.products-grid{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.product-box{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px;transition:transform .2s,box-shadow .2s}.product-box:hover{transform:translateY(-4px);box-shadow:0 10px 26px #00000014}.product-box-image{background:#fff;border-radius:8px;height:220px;position:relative;overflow:hidden}.product-box-image img{padding:10px;object-fit:contain!important}.product-box-title{color:#fff;text-align:center;background:#0a3d62;border-radius:6px;margin-top:14px;padding:10px;font-weight:600}.product-marquee{background:#e8f1fa;border-top:1px solid #dbe7f3;border-bottom:1px solid #dbe7f3;margin-top:60px;padding:18px 0}.product-marquee span{color:#0a3d62;margin-right:60px;font-size:16px;font-weight:600}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.products-grid{grid-template-columns:1fr}}.product-category{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:30px}.category-header{cursor:pointer;padding:18px 22px}.category-header h3{color:#0a3d62;font-size:20px;font-weight:600}.category-grid{grid-template-columns:repeat(4,1fr);gap:20px;padding:20px;display:grid}.fancy-products-grid{grid-template-columns:repeat(4,1fr);gap:28px;margin-top:40px;display:grid}.fancy-product-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;transition:transform .25s,box-shadow .25s;overflow:hidden}.fancy-product-card:hover{transform:translateY(-6px);box-shadow:0 14px 30px #0000001f}.fancy-product-image{background:#f9fbfd;height:260px;position:relative}.fancy-product-image img{padding:14px;object-fit:contain!important}.fancy-product-info{text-align:center;padding:18px}.fancy-product-info h3{color:#0a3d62;font-size:16px;font-weight:600}.fancy-product-info span{color:#6b7280;margin-top:6px;font-size:13px;display:block}@media (max-width:1200px){.fancy-products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.fancy-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.fancy-products-grid{grid-template-columns:1fr}}.about-page{background:#f4f7fb}.about-hero{color:#fff;text-align:center;background:#0a3d62;padding:70px 16px}.about-hero h1{margin-bottom:10px;font-size:36px}.about-hero p{color:#e5e7eb;max-width:600px;margin:auto}.about-section{grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:70px 8%;display:grid}.about-text h2{color:#0a3d62;margin-bottom:14px}.about-text p{margin-bottom:12px;line-height:1.7}.about-image{border-radius:12px;height:300px;position:relative;overflow:hidden}.trust-strip{text-align:center;background:#e8f1fa;grid-template-columns:repeat(4,1fr);padding:50px 8%;display:grid}.trust-strip h3{color:#0a3d62;font-size:28px}.trust-strip span{color:#374151;font-size:14px}.quote-box{background:#fff;border-radius:20px;max-width:860px;margin:auto;padding:50px;box-shadow:0 20px 60px #0a3d6226}.manufacturing-section{background:#fff;padding:70px 8%}.manufacturing-section h2{color:#0a3d62;margin-bottom:10px}.manufacturing-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:30px;display:grid}.manufacturing-card{border-radius:12px;height:220px;position:relative;overflow:hidden}.manufacturing-card span{color:#fff;text-align:center;background:#0009;width:100%;padding:10px;font-weight:600;position:absolute;bottom:0}.trust-logos{text-align:center;padding:70px 8%}.logo-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:30px;display:grid}.logo-card{color:#0a3d62;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:24px;font-weight:600}@media (max-width:900px){.about-section{grid-template-columns:1fr}.manufacturing-grid,.logo-grid,.trust-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.manufacturing-grid,.logo-grid,.trust-strip{grid-template-columns:1fr}}.footer{color:#fff;background:#0a3d62;margin-top:80px}.footer-top{grid-template-columns:repeat(4,1fr);gap:30px;padding:60px 8%;display:grid}.footer-col h3,.footer-col h4{margin-bottom:14px;font-size:18px}.footer-col p{color:#e5e7eb;font-size:14px;line-height:1.6}.footer-col ul{padding:0;list-style:none}.footer-col ul li{margin-bottom:8px}.footer-col ul li a{color:#e5e7eb;font-size:14px;text-decoration:none}.footer-col ul li a:hover{text-decoration:underline}.footer-col iframe{border:none;border-radius:8px;width:100%;height:180px}.footer-bottom{text-align:center;color:#d1d5db;background:#08293f;padding:14px;font-size:13px}@media (max-width:1024px){.footer-top{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.footer-top{grid-template-columns:1fr}}.hero-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:26px;display:flex}.hero-actions a{white-space:nowrap;border-radius:6px;align-items:center;gap:6px;padding:12px 20px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.call-btn{color:#0a3d62;background:#fff;border:2px solid #0a3d62}.whatsapp-btn{color:#fff;background:#25d366;border:2px solid #25d366}@media (max-width:768px){.hero-actions{flex-direction:column;align-items:flex-start}.hero-actions a{justify-content:center;width:100%}}.home-hero{color:#fff;background:#0a3d62;padding:90px 8%}.hero-content{max-width:700px}.hero-content p{color:#e5e7eb;margin-top:14px;font-size:16px}.hero-actions{gap:16px;margin-top:28px;display:flex}.primary-btn{color:#fff;background:#f39c12;border-radius:6px;padding:14px 26px;font-weight:600;text-decoration:none}.secondary-btn{color:#fff;border:1px solid #fff;border-radius:6px;padding:14px 26px;text-decoration:none}.trust-highlights{text-align:center;background:#e8f1fa;grid-template-columns:repeat(4,1fr);padding:50px 8%;display:grid}.trust-highlights h3{color:#0a3d62;font-size:24px}.trust-highlights p{color:#374151;font-size:14px}.home-categories{padding:70px 8%}.home-categories h2{color:#0a3d62;margin-bottom:24px}.category-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.category-grid div{color:#0a3d62;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px;font-weight:600}.home-manufacturing{background:#fff;padding:70px 8%}.home-manufacturing h2{color:#0a3d62;margin-bottom:10px}.home-manufacturing p{max-width:700px;line-height:1.7}.home-cta{color:#fff;text-align:center;background:#0a3d62;padding:70px 8%}.home-cta h2{margin-bottom:18px}@media (max-width:900px){.trust-highlights,.category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.trust-highlights,.category-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}}.home-hero{color:#fff;height:90vh;position:relative}.hero-bg{object-fit:cover}.hero-overlay{background:#0a3d62b3;position:absolute;inset:0}.hero-content{z-index:2;flex-direction:column;justify-content:center;max-width:720px;height:100%;padding:0 8%;display:flex;position:relative}.hero-content h1{font-size:42px;line-height:1.2}.image-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.image-box{border-radius:12px;height:240px;position:relative;overflow:hidden}.image-box img{object-fit:cover}@media (max-width:900px){.image-grid{grid-template-columns:1fr}.hero-content h1{font-size:34px}.hero-actions{flex-direction:column}}.whatsapp-float{z-index:999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 20px #0003}.whatsapp-float:hover{transform:scale(1.05)}.whatsapp-icon{width:28px;height:28px}.home-manufacture{text-align:center;background-color:#f8fafc;padding:60px 20px}.manufacture-link{color:inherit;scroll-snap-align:start;flex-shrink:0;text-decoration:none}.manufacture-card{background-color:#fff;border-radius:14px;width:260px;height:320px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.manufacture-card img{object-fit:cover}.manufacture-card p{color:#fff;text-align:center;background:#0a3d62d9;width:100%;margin:0;padding:12px;font-size:15px;font-weight:600;position:absolute;bottom:0}@media (max-width:768px){.manufacture-card{width:220px;height:280px}}.home-images{background:#fff;padding:60px 8%}.image-slider{scroll-snap-type:x mandatory;gap:16px;display:flex;overflow-x:auto}.image-slider::-webkit-scrollbar{display:none}.image-slide{scroll-snap-align:start;border-radius:12px;flex:0 0 300px;height:220px;position:relative;overflow:hidden}.image-slide img{object-fit:cover}@media (min-width:1024px){.image-slider{justify-content:space-between;overflow-x:visible}.image-slide{flex:1}}.trust-marquee{background:#e8f1fa;padding:30px 0;overflow:hidden}.marquee-track{gap:40px;animation:20s linear infinite scroll-marquee;display:flex}.marquee-item{text-align:center;min-width:220px}.marquee-item h3{color:#0a3d62;font-size:22px}.marquee-item p{color:#374151;font-size:14px}@keyframes scroll-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.manufacture-card{cursor:pointer;transition:transform .25s,box-shadow .25s}.home-manufacture{z-index:1;background:#fff;padding:60px 6%;position:relative}.home-manufacture h2{color:#0a3d62;margin-bottom:20px;font-size:28px;font-weight:700}.manufacture-slider{scroll-snap-type:x mandatory;gap:12px;padding-bottom:8px;display:flex;overflow-x:auto}.manufacture-slider::-webkit-scrollbar{display:none}.manufacture-link{color:inherit;text-decoration:none}.manufacture-card{scroll-snap-align:start;cursor:pointer;background:#f9fbfd;border-radius:12px;flex:0 0 240px;height:200px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 4px 14px #00000014}.manufacture-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px #00000026}.manufacture-card img{object-fit:cover;object-position:top center}.manufacture-card p{color:#fff;text-align:center;background:#0a3d62d9;width:100%;padding:10px 8px;font-size:13px;font-weight:600;position:absolute;bottom:0;left:0}@media (min-width:1024px){.manufacture-slider{gap:16px;overflow-x:visible}.manufacture-card{flex:1;height:220px}}@media (max-width:600px){.home-manufacture{padding:40px 5%}.home-manufacture h2{font-size:24px}.manufacture-card{flex:0 0 220px;height:190px}.quotation-page{background:#f3f7fb;padding:80px 20px}.grid-2{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (max-width:768px){.grid-2{grid-template-columns:1fr}}.form-group{margin-bottom:22px}.form-group label{color:#0a3d62;margin-bottom:8px;font-size:14px;font-weight:700;display:block}.form-group input,.form-group textarea{background:#f1f6fb;border:none;border-radius:10px;outline:none;width:100%;padding:14px 16px;font-size:14px}.form-group textarea{resize:none;height:100px}.category-dropdown{cursor:pointer;color:#0a3d62;background:#f1f6fb;border-radius:10px;justify-content:space-between;align-items:center;padding:14px 16px;font-weight:600;display:flex}.category-dropdown.open{background:#fff;box-shadow:inset 0 0 0 2px #0a3d62}.category-options{background:#fff;border-radius:12px;margin-top:8px;padding:14px;box-shadow:0 16px 40px #0a3d6226}.checkbox-item{cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:8px;font-weight:600;display:flex}.checkbox-item:hover{background:#f1f6fb}.submit-btn{color:#fff;cursor:pointer;background:#0a3d62;border:none;border-radius:12px;width:100%;padding:16px;font-size:16px;font-weight:800}.submit-btn:hover{background:#062f4f}.popup-overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.popup-box{text-align:center;background:#fff;border-radius:14px;width:90%;max-width:420px;padding:30px;position:relative}.popup-box.success h3{color:#1fa855}.popup-box.error h3{color:#d93025}.popup-box button{color:#fff;cursor:pointer;background:#0a3d62;border:none;border-radius:8px;margin-top:16px;padding:10px 22px;font-weight:700}.popup-box .close{cursor:pointer;position:absolute;top:12px;right:14px}}.home-manufacture{padding:2rem}.home-manufacture h2{margin-bottom:1rem}.manufacture-slider{scroll-behavior:smooth;gap:1rem;padding-bottom:1rem;display:flex;overflow-x:auto}.manufacture-slider::-webkit-scrollbar{height:8px}.manufacture-slider::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.manufacture-card{flex:none;min-width:200px;height:250px;position:relative}.product-scroll{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:22px;padding-bottom:20px;display:flex;overflow-x:scroll!important}.product-scroll::-webkit-scrollbar{width:10px;height:10px!important;display:block!important}.product-scroll::-webkit-scrollbar-track{border-radius:10px;background:#f1f1f1!important}.product-scroll::-webkit-scrollbar-thumb{border:2px solid #f1f1f1;border-radius:10px;background-color:#0a3d62!important}html,body{max-width:100vw;position:relative;overflow-x:hidden}.products-wrapper{box-sizing:border-box;width:100%;max-width:100vw;overflow-x:hidden}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/65c558afe41e89d6-s.e2c8389a.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/14e23f9b59180572-s.9c448f3c.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b49b0d9b851e4899-s.4f3fa681.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2a65768255d6b625-s.p.d19752fb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/65c558afe41e89d6-s.e2c8389a.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/14e23f9b59180572-s.9c448f3c.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b49b0d9b851e4899-s.4f3fa681.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2a65768255d6b625-s.p.d19752fb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display Fallback;src:local(Times New Roman);ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.0%;size-adjust:111.26%}.playfair_display_ba085810-module__-27nna__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_ba085810-module__-27nna__variable{--font-heading:"Playfair Display","Playfair Display Fallback"}
@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/02046ca7e906ed9f-s.78def622.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/6bbcb5b36acd717c-s.656fbe30.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/0797a9ffe47acb65-s.a9cc7c2a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/7c2c7251ac640798-s.d6988a53.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/248e1dc0efc99276-s.p.8a6b2436.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Merriweather;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/02046ca7e906ed9f-s.78def622.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Merriweather;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/6bbcb5b36acd717c-s.656fbe30.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Merriweather;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/0797a9ffe47acb65-s.a9cc7c2a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Merriweather;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/7c2c7251ac640798-s.d6988a53.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Merriweather;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/248e1dc0efc99276-s.p.8a6b2436.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Merriweather Fallback;src:local(Times New Roman);ascent-override:80.59%;descent-override:22.36%;line-gap-override:0.0%;size-adjust:122.09%}.merriweather_10f31f20-module__hJss9G__className{font-family:Merriweather,Merriweather Fallback;font-style:normal}.merriweather_10f31f20-module__hJss9G__variable{--font-body:"Merriweather","Merriweather Fallback"}
