@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}.navbar a,.navbar a:focus,.navbar a:hover,.navbar a:visited,.navbar-dropdown-header,.navbar-dropdown-header:hover,.navbar-dropdown-item,.navbar-dropdown-item:hover,.navbar-link,.navbar-link:hover,.navbar-logo,.navbar-logo:hover,.navbar-mobile-link,.navbar-mobile-link:hover,.navbar-mobile-sub-link,.navbar-mobile-sub-link:hover,a,a:focus,a:hover,a:visited{text-decoration:none!important}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;background-color:#fff;font-size:16px}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width:640px){.container{padding:0 .75rem}}.btn{display:inline-block;padding:.75rem 1.5rem;border:2px solid transparent;border-radius:8px;text-decoration:none;font-weight:600;text-align:center;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;font-size:.9rem}@media (min-width:768px){.btn{font-size:1rem}}.btn-primary{background-color:#8b5cf6;color:#fff;border-color:#8b5cf6}.btn-primary:hover{background-color:#7c3aed;border-color:#7c3aed;transform:translateY(-2px);box-shadow:0 8px 25px rgba(139,92,246,.3)}.btn-outline{background-color:transparent;color:#8b5cf6;border-color:#8b5cf6}.btn-outline:hover{background-color:#8b5cf6;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px rgba(139,92,246,.3)}.navbar{background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000;border-bottom:1px solid #e5e7eb}.navbar .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.navbar-logo{font-size:1.5rem;font-weight:700;text-decoration:none!important;color:#1f2937;font-family:Poppins,sans-serif;letter-spacing:-.5px;transition:all .3s ease}.navbar-logo:hover{color:#8b5cf6;transform:scale(1.02)}.navbar-desktop{display:none;gap:2rem;align-items:center}@media (min-width:768px){.navbar-desktop{display:flex}}.navbar-link{text-decoration:none!important;color:#374151;font-family:Inter,sans-serif;font-weight:500;font-size:.95rem;transition:all .3s ease;padding:.5rem 0}.navbar-link:hover{color:#8b5cf6;transform:translateY(-2px)}.navbar-dropdown-container{position:relative}.navbar-dropdown-btn{background:none;border:none;color:#374151;cursor:pointer;padding:.5rem 0;font-family:Inter,sans-serif;font-weight:500;font-size:.95rem;transition:all .3s ease;display:flex;align-items:center;gap:.25rem}.navbar-dropdown-btn:hover{color:#8b5cf6;transform:translateY(-2px)}.dropdown-arrow{font-size:.75rem;transition:transform .3s ease}.navbar-dropdown-btn:hover .dropdown-arrow{transform:rotate(180deg)}.navbar-dropdown{position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);z-index:50;min-width:220px;padding:.75rem 0;max-height:400px;overflow-y:auto;animation:slideDown .3s ease-out}.dropdown-link{display:block;padding:.75rem 1.25rem;text-decoration:none!important;color:#374151;font-size:.9rem;font-family:Inter,sans-serif;font-weight:400;transition:all .2s ease}.dropdown-link:hover{background-color:#f8fafc;padding-left:1.5rem;color:#8b5cf6}.navbar-search{display:none;background-color:#f9fafb;border-radius:25px;overflow:hidden;border:2px solid #e5e7eb;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.05)}@media (min-width:768px){.navbar-search{display:flex}}.navbar-search:hover{border-color:#8b5cf6;box-shadow:0 4px 12px rgba(139,92,246,.15)}.search-input{outline:none;width:200px;font-family:Inter,sans-serif;background-color:transparent}.search-btn,.search-input{padding:.75rem 1.25rem;border:none;font-size:.9rem}.search-btn{background-color:#8b5cf6;color:#fff;cursor:pointer;transition:all .3s ease}.search-btn:hover{background-color:#7c3aed}.navbar-mobile-btn{background:none;border:none;display:block;cursor:pointer;padding:.5rem;transition:all .3s ease}@media (min-width:768px){.navbar-mobile-btn{display:none}}.hamburger{display:block;position:relative}.hamburger,.hamburger:after,.hamburger:before{width:24px;height:2px;background-color:#374151;transition:all .3s ease}.hamburger:after,.hamburger:before{content:"";position:absolute}.hamburger:before{top:-8px}.hamburger:after{bottom:-8px}.hamburger.open{background-color:transparent}.hamburger.open:before{transform:rotate(45deg);top:0}.hamburger.open:after{transform:rotate(-45deg);bottom:0}.mobile-menu{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border-top:1px solid #e5e7eb;padding:1.5rem;z-index:50;max-height:80vh;overflow-y:auto;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);animation:slideDown .3s ease-out}.mobile-search{display:flex;background-color:#f9fafb;border-radius:12px;overflow:hidden;border:2px solid #e5e7eb;margin-bottom:1.5rem;transition:all .3s ease}.mobile-search:focus-within{border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.1)}.mobile-search .search-input{flex:1 1;padding:.75rem 1.25rem;border:none;outline:none;font-size:.9rem;font-family:Inter,sans-serif;background-color:transparent;width:auto}.mobile-search .search-btn{padding:.75rem 1.25rem;background-color:#8b5cf6;color:#fff;border:none;cursor:pointer;font-size:.9rem;transition:all .3s ease;flex-shrink:0}.mobile-search .search-btn:hover{background-color:#7c3aed}.mobile-link{display:block;padding:.75rem 0;text-decoration:none!important;color:#374151;font-family:Inter,sans-serif;font-weight:500;font-size:1rem;transition:all .2s ease}.mobile-link:hover{color:#8b5cf6;padding-left:.5rem}.mobile-dropdown{margin:.5rem 0}.mobile-dropdown-btn{width:100%;background:none;border:none;color:#374151;cursor:pointer;padding:.75rem 0;font-family:Inter,sans-serif;font-weight:500;font-size:1rem;text-align:left;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center}.mobile-dropdown-btn:hover{color:#8b5cf6}.mobile-dropdown-content{padding-left:1rem;margin-top:.5rem}.mobile-dropdown-link{display:block;padding:.5rem 0;text-decoration:none!important;color:#6b7280;font-size:.9rem;font-family:Inter,sans-serif;font-weight:400;transition:all .2s ease}.mobile-dropdown-link:hover{color:#8b5cf6;padding-left:.5rem}@media (max-width:768px){.navbar .container{padding:.75rem 0}.navbar-logo{font-size:1.25rem}.mobile-menu{padding:1rem}.mobile-link{font-size:.95rem}}.hero{background:linear-gradient(135deg,rgba(102,126,234,.9),rgba(118,75,162,.9));color:#fff;padding:3rem 0;text-align:center;background-size:cover;background-position:50%;background-blend-mode:overlay}@media (min-width:768px){.hero{padding:6rem 0}}.hero h1{font-size:2rem;margin-bottom:1rem;font-weight:700;font-family:Poppins,sans-serif;line-height:1.2}@media (min-width:768px){.hero h1{font-size:3rem}}.hero p{font-size:1rem;margin-bottom:2rem;font-family:Inter,sans-serif}@media (min-width:768px){.hero p{font-size:1.2rem}}.product-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin-top:2rem}@media (min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}}.product-card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid #e5e7eb}@media (min-width:768px){.product-card{padding:1.5rem}}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px rgba(0,0,0,.15)}.whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;width:50px;height:50px;background-color:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(37,211,102,.4);transition:all .3s ease;z-index:1000}@media (min-width:768px){.whatsapp-float{bottom:2rem;right:2rem;width:60px;height:60px}}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 8px 25px rgba(37,211,102,.6)}.footer{background-color:#1f2937;color:#fff;padding:2rem 0 1rem;margin-top:3rem}@media (min-width:768px){.footer{padding:3rem 0 1rem;margin-top:4rem}}.footer-content{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.footer-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.footer-content{flex-direction:row;gap:3rem}.footer-row{display:contents}.footer-section{flex:1 1}}.footer-section h3{margin-bottom:1rem;font-size:1.1rem;font-weight:600;font-family:Poppins,sans-serif}@media (min-width:768px){.footer-section h3{font-size:1.2rem}}.footer-section a,.footer-section p{margin-bottom:.5rem;color:#d1d5db;text-decoration:none;font-family:Inter,sans-serif;transition:color .3s ease;font-size:.9rem}@media (min-width:768px){.footer-section a,.footer-section p{font-size:1rem}}.footer-section a:hover{color:#8b5cf6}.footer-section ul{list-style:none;padding:0;margin:0}.footer-contact p,.footer-section li{margin-bottom:.5rem}.footer-contact p{font-size:.85rem}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;font-family:Inter,sans-serif}.footer-bottom p{color:#9ca3af;font-size:.8rem}@media (min-width:768px){.footer-bottom p{font-size:.9rem}}@media (max-width:768px){h1{font-size:1.75rem!important}h2{font-size:1.5rem!important}h3{font-size:1.25rem!important}p{font-size:.95rem!important}.product-grid{grid-template-columns:1fr!important;gap:1rem!important}.product-card{padding:1rem!important}.footer-content{gap:1.5rem!important}.container{padding:0 .75rem!important}.btn{padding:.625rem 1.25rem!important;font-size:.875rem!important}.whatsapp-float{bottom:1rem!important;right:1rem!important;width:50px!important;height:50px!important}}@media (min-width:769px) and (max-width:1023px){.container{padding:0 1.5rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}.product-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}h1,h2,h3{font-family:Poppins,sans-serif;font-weight:600}.navbar a,.navbar button,.navbar input,.navbar select{font-family:Inter,sans-serif}@media (max-width:768px){.navbar>div>div:not(:last-child){display:none!important}.navbar button[aria-label="Toggle mobile menu"]{display:block!important}.mobile-menu{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border-top:1px solid #e5e7eb;padding:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:1000}.mobile-menu a{display:block;padding:.75rem 0;color:#374151;text-decoration:none;font-family:Inter,sans-serif;font-weight:500;border-bottom:1px solid #f3f4f6}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover{color:#8b5cf6}[style*=font-size]{font-size:.9rem!important}[style*=padding]{padding:.75rem!important}[style*=grid-template-columns]{grid-template-columns:1fr!important}[style*="display: grid"]{gap:1rem!important}}.new-products-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-gap:.75rem!important;gap:.75rem!important;max-height:none!important;width:100%!important;padding:0 .5rem!important}.new-products-grid .product-card>div:first-child{aspect-ratio:1/1!important;width:100%!important;max-width:100%!important}@media (max-width:767px){.new-products-grid{gap:.5rem!important;padding:0 .25rem!important}.new-products-grid .product-card>div:first-child{height:120px!important;width:100%!important;aspect-ratio:1/1!important;max-width:100%!important}.new-products-grid .product-card{padding:.75rem!important}}@media (min-width:768px){.new-products-grid{grid-template-columns:repeat(4,1fr)!important;gap:1.5rem!important;padding:0!important}.new-products-grid .product-card>div:first-child{height:180px!important}}.category-hero{position:relative;height:300px;overflow:hidden}@media (min-width:768px){.category-hero{height:400px}}.category-hero-image{position:relative;width:100%;height:100%}.category-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center}.category-hero-title{color:#1f2937;font-size:2.5rem;font-weight:700;font-family:Poppins,sans-serif;text-align:center;text-shadow:2px 2px 4px hsla(0,0%,100%,.8)}@media (min-width:768px){.category-hero-title{font-size:3rem}}.category-description{padding:3rem 0;background-color:#f9fafb}.category-content{max-width:800px;margin:0 auto}.category-text h2{font-size:2rem;font-weight:600;font-family:Poppins,sans-serif;color:#1f2937;margin-bottom:1rem}.category-text p{font-size:1.1rem;line-height:1.7;color:#6b7280;margin-bottom:2rem;font-family:Inter,sans-serif}.category-features{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e5e7eb}.category-features h3{font-size:1.25rem;font-weight:600;font-family:Poppins,sans-serif;color:#1f2937;margin-bottom:1rem}.category-features ul{list-style:none;padding:0;margin:0}.category-features li{color:#6b7280;font-family:Inter,sans-serif;position:relative;padding:.5rem 0 .5rem 1.5rem}.category-features li:before{content:"✓";position:absolute;left:0;color:#8b5cf6;font-weight:700}.category-products{padding:3rem 0}.category-products h2{text-align:center;font-size:2rem;font-weight:600;font-family:Poppins,sans-serif;color:#1f2937;margin-bottom:2rem}@media (max-width:768px){.category-hero-title{font-size:2rem}.category-text h2{font-size:1.5rem;text-align:center}.category-text p{font-size:1rem;text-align:center}.category-features{padding:1.5rem}.category-features h3{text-align:center}.category-products h2{font-size:1.5rem;text-align:center}}.category-products .product-grid{display:grid;grid-template-columns:repeat(2,1fr)!important;grid-gap:1rem;gap:1rem;margin-top:2rem}@media (min-width:640px){.category-products .product-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem}}@media (min-width:1024px){.category-products .product-grid{grid-template-columns:repeat(4,1fr)!important;gap:2rem}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,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:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}@font-face{font-family:__Poppins_6bee3b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_6bee3b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,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:__Poppins_6bee3b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_6bee3b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_6bee3b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,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:__Poppins_6bee3b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_6bee3b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_6bee3b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,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:__Poppins_6bee3b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_6bee3b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_6bee3b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,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:__Poppins_6bee3b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_Fallback_6bee3b;src:local("Arial");ascent-override:92.33%;descent-override:30.78%;line-gap-override:8.79%;size-adjust:113.73%}.__className_6bee3b{font-family:__Poppins_6bee3b,__Poppins_Fallback_6bee3b;font-style:normal}.__variable_6bee3b{--font-poppins:"__Poppins_6bee3b","__Poppins_Fallback_6bee3b"}