:root{--primary:#48d1cc;--primary-dark:#00ced1;--primary-light:#40e0d0;--secondary:#667eea;--secondary-dark:#764ba2;--text-primary:#1a1a1a;--text-secondary:#666;--text-muted:#999;--background:#f8f9fa;--background-alt:#fff;--border:#e0e0e0;--success:#10b981;--error:#ef4444;--warning:#f59e0b;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-full:50px;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 4px 10px #0000001a;--shadow-lg:0 10px 25px #00000026;--shadow-xl:0 20px 40px #0003}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100%;overflow-x:hidden}body{background:var(--background);min-height:100vh;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.container{margin:0 auto;padding:1rem}.hero{text-align:center;background:#fff;border-radius:16px;margin-top:4rem;padding:4rem 2rem;box-shadow:0 10px 40px #0000001a}.hero h1{color:var(--primary-dark);margin-bottom:1.5rem;font-size:3rem}.hero p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.cta-button{background:linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-md);padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.cta-button:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.cta-button.secondary{color:var(--primary);border:2px solid var(--primary);background:#fff}.cta-button.secondary:hover{background:var(--primary);color:#fff}.back-button{color:#00ced1;background:#fff;border:2px solid #fff;border-radius:50px;margin-bottom:0;padding:.5rem 1rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 4px 15px #0000001a}.back-button:hover{color:#00ced1;background:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.quiz-container{background:#fff;border-radius:16px;max-width:800px;margin:1rem auto;padding:1.5rem;box-shadow:0 10px 40px #0000001a}.progress-bar{background:#f0f0f0;border-radius:4px;width:100%;height:6px;margin:1rem 0 .75rem;overflow:hidden}.progress-fill{background:linear-gradient(135deg,#40e0d0 0%,#48d1cc 100%);border-radius:4px;height:100%;transition:width .3s}.progress-text{text-align:center;color:#666;margin-bottom:1.5rem;font-size:.9rem}.question-card{animation:.3s fadeIn}.question-card.fade-out{animation:.3s fadeOut}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.question-text{color:#333;text-align:center;margin-bottom:1.5rem;font-size:1.3rem}.answers-grid{gap:.75rem;display:grid}.answer-button{color:#333;cursor:pointer;text-align:left;background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:1rem 1.25rem;font-size:1rem;transition:all .2s}.answer-button:hover:not(:disabled){background:azure;border-color:#48d1cc;transform:translate(5px)}.answer-button:disabled{opacity:.5;cursor:not-allowed}.results-container{background:#fff;border-radius:16px;max-width:1200px;margin:1rem auto;padding:1.5rem;box-shadow:0 10px 40px #0000001a}.results-top-bar{justify-content:center;align-items:center;margin-bottom:.5rem;display:flex;position:relative}.results-top-bar .back-button{position:absolute;left:0}@media (max-width:700px){.results-top-bar{flex-direction:column;align-items:flex-start}.back-button{margin-bottom:.5rem;position:static}.results-header{width:100%}}.results-header{text-align:center;width:100%;margin:0}.results-header h1{color:#00ced1;font-size:2rem}.dominant-category{color:#666;padding:.5rem;font-size:1.3rem}.dominant-category strong{color:#48d1cc}.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}@media (max-width:640px){.products-grid{grid-template-columns:1fr}}.product-card{background:var(--background-alt);border:1px solid var(--border);border-radius:var(--radius-md);transition:transform .3s,box-shadow .3s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.product-image{background:#f8f8f8;justify-content:center;align-items:center;width:100%;height:200px;display:flex;position:relative}.product-image img{object-fit:cover;width:100%;height:100%}.product-rank{color:#fff;background:linear-gradient(135deg,#40e0d0 0%,#48d1cc 100%);border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:700;position:absolute;top:10px;right:10px}.product-info{padding:.5rem 1rem}.product-name{color:var(--text-primary);font-size:1.1rem;font-weight:600}.product-description{color:var(--text-secondary);margin-bottom:.75rem;font-size:.9rem;line-height:1.4}.product-footer{justify-content:space-between;align-items:center;display:flex}.product-price{color:var(--primary);font-size:1.2rem;font-weight:700}.product-motivation{color:var(--primary-dark);font-size:.9rem;font-style:italic;line-height:1.4}.results-actions{text-align:center}.loading{text-align:center;color:#fff;padding:4rem;font-size:1.5rem}.navbar{z-index:1000;background:linear-gradient(135deg,#40e0d0 0%,#48d1cc 100%);width:100%;height:65px;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #40e0d033}.navbar-container{flex-wrap:nowrap;justify-content:space-between;align-items:center;width:100%;max-width:1400px;height:65px;margin:0 auto;padding:0 2rem;display:flex;overflow:visible}.navbar-left{flex-shrink:0;align-items:center;display:flex}.navbar-logo{color:#fff;letter-spacing:1px;white-space:nowrap;font-size:1.8rem;font-weight:700;text-decoration:none}.navbar-center{align-items:center;justify-content:flex;flex:1;display:flex}.logo-text{padding-right:2rem}.nav-link{color:#fff;border:2px solid #0000;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.nav-icon-text{font-size:1.2rem}.nav-text{display:inline}.nav-link:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.navbar-right{align-items:center;gap:1rem;display:flex}.nav-icon-link{color:#fff;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;text-decoration:none;transition:all .3s;display:flex;position:relative}.nav-icon{width:24px;height:24px}.cart-badge{color:#fff;background:#ff6b6b;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.quiz-button{color:#00ced1;background:linear-gradient(135deg,#fff 0%,#e0ffff 100%);border-radius:25px;padding:.6rem 1.5rem;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 4px 15px #40e0d04d}.quiz-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #40e0d066}@media (max-width:1024px){.navbar-container{height:65px;padding:0 1.5rem}.navbar-logo{font-size:1.4rem}.navbar-center{gap:1rem}.nav-link{padding:.5rem 1rem}.nav-text{display:none}.nav-icon-text{font-size:1.4rem}.navbar-right{gap:.75rem}.quiz-button{min-width:40px;min-height:40px;padding:.5rem;font-size:1.4rem}.nav-icon{width:20px;height:20px}.nav-icon-link{padding:.5rem}}@media (max-width:768px){.navbar-container{padding:0 .75rem}.navbar-center{gap:.5rem}.nav-link{padding:.4rem}.nav-icon-text{font-size:1.3rem}.navbar-right{gap:.5rem}.quiz-button{min-width:36px;min-height:36px;padding:.4rem;font-size:1.3rem}.nav-icon{width:18px;height:18px}.nav-icon-link{padding:.4rem}}@media (max-width:480px){.navbar-container{height:55px;padding:0 .5rem}.navbar-logo{font-size:1rem}.navbar-center{gap:.25rem}.nav-link{padding:.3rem}.nav-icon-text{font-size:1.1rem}.navbar-right{gap:.25rem}.quiz-button{min-width:32px;min-height:32px;padding:.3rem;font-size:1.1rem}.nav-icon{width:16px;height:16px}.nav-icon-link{padding:.3rem}.cart-badge{width:16px;height:16px;font-size:.65rem;top:-3px;right:-3px}}.footer{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);margin-top:auto}.footer-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1400px;margin:0 auto;padding:3rem 2rem;display:grid}.footer-section{flex-direction:column;gap:1rem;display:flex}.footer-title{background:linear-gradient(135deg,#40e0d0 0%,#48d1cc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:700}.footer-description{color:#a0a0a0;margin:0;line-height:1.6}.footer-heading{color:#48d1cc;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.footer-links{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer-links li a{color:#a0a0a0;text-decoration:none;transition:color .3s}.footer-links li a:hover{color:#40e0d0}.footer-bottom{text-align:center;color:#a0a0a0;background:#0000004d;padding:1.5rem;font-size:.9rem}.main-content{flex:1;min-height:calc(100vh - 430px);padding-top:65px}body{background:#f8f9fa;flex-direction:column;min-height:100vh;display:flex}.homepage{background:#f8f9fa}.hero-section{text-align:center;background:linear-gradient(135deg,#40e0d0 0%,#48d1cc 50%,#00ced1 100%);padding:1rem}.hero-content{max-width:800px;margin:0 auto}.hero-section h1{color:#fff;margin-bottom:1.5rem;font-size:3rem;font-weight:700}.hero-section p{color:#fffffff2;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-button{color:#00ced1;background:#fff;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 4px 15px #0000001a}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.cta-button.secondary{color:#00ced1;background:#fff;border:2px solid #fff}.cta-button.secondary:hover{color:#00ced1;background:#fff}.section-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.section-header h2{color:#333;margin:0;font-size:2rem}.view-all{color:#48d1cc;font-weight:600;text-decoration:none;transition:color .3s}.view-all:hover{color:#00ced1}.categories-section{background:#fff}.categories-section h2{color:#333;text-align:center;margin-bottom:2rem;font-size:2rem}.categories-grid{grid-template-columns:repeat(5,1fr);gap:2rem;display:grid}@media (max-width:1024px){.categories-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width:768px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.categories-grid{grid-template-columns:1fr;gap:1rem}}.category-card{background:linear-gradient(135deg, var(--background) 0%, var(--background-alt) 100%);border-radius:var(--radius-lg);text-align:center;border:2px solid var(--border);box-shadow:var(--shadow-sm);padding:2rem;text-decoration:none;transition:all .3s}.category-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.category-icon{margin-bottom:1rem;font-size:3rem}.category-card h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.3rem}.category-card p{color:var(--text-secondary);margin:0;font-size:.95rem}.add-to-cart{background:linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);color:#fff;border-radius:var(--radius-sm);cursor:pointer;box-shadow:var(--shadow-sm);border:none;padding:.5rem 1rem;font-weight:600;transition:all .3s}.add-to-cart:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.categories-page{background:#f8f9fa}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{color:#333;margin-bottom:1rem;font-size:2.5rem}.page-header p{color:#666;font-size:1.1rem}.categories-grid-full{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (max-width:1024px){.categories-grid-full{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width:768px){.categories-grid-full{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:480px){.categories-grid-full{grid-template-columns:1fr;gap:1rem}}.category-card-full{background:var(--background-alt);border-radius:var(--radius-lg);border:2px solid var(--border);box-shadow:var(--shadow-sm);padding:1.5rem;text-decoration:none;transition:all .3s;position:relative;overflow:hidden}.category-card-full:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.category-icon-large{margin-bottom:.5rem;font-size:3rem}.category-card-full h3{color:var(--text-primary);margin-bottom:.25rem;font-size:1.25rem}.category-card-full p{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem;line-height:1.4}.category-arrow{color:#48d1cc;opacity:0;font-size:2rem;transition:all .3s;position:absolute;top:1rem;right:1rem;transform:translate(-10px)}.category-card-full:hover .category-arrow{opacity:1;transform:translate(0)}.category-page{background:#f8f9fa;padding:2rem 0}.back-link{color:#48d1cc;margin-bottom:1rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-block}.back-link:hover{color:#00ced1}.empty-state{text-align:center;color:#666;padding:4rem;font-size:1.2rem}.content-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 10px #0000000d}.content-section p{color:#666;line-height:1.6}.cart-page{grid-template-columns:2fr 1fr;gap:2rem;display:grid}@media (max-width:768px){.cart-page{grid-template-columns:1fr}}.cart-items{flex-direction:column;gap:1rem;display:flex}.cart-item{background:#fff;border:2px solid #e0e0e0;border-radius:12px;gap:1.5rem;padding:1.5rem;display:flex;box-shadow:0 4px 10px #0000000d}.cart-item-image{flex-shrink:0;width:100px;height:100px}.cart-item-image img{object-fit:cover;border-radius:8px;width:100%;height:100%}.cart-item-details{flex-direction:column;flex:1;justify-content:center;display:flex}.cart-item-details h3{color:#333;margin-bottom:.5rem;font-size:1.1rem}.cart-item-price{color:#48d1cc;margin:0;font-size:1.1rem;font-weight:700}.cart-item-actions{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.quantity-controls{align-items:center;gap:.5rem;display:flex}.quantity-controls button{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:4px;width:32px;height:32px;font-size:1.2rem;transition:all .2s}.quantity-controls button:hover{color:#48d1cc;border-color:#48d1cc}.quantity-controls span{text-align:center;min-width:30px;font-weight:700}.remove-button{color:#ff6b6b;cursor:pointer;background:0 0;border:none;font-size:.9rem;transition:color .2s}.remove-button:hover{color:#ff5252;text-decoration:underline}.cart-summary{background:#fff;border:2px solid #e0e0e0;border-radius:12px;height:fit-content;padding:2rem;box-shadow:0 4px 10px #0000000d}.cart-summary h3{color:#333;margin-bottom:1.5rem;font-size:1.5rem}.summary-row{color:#666;border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:.75rem 0;display:flex}.summary-row.total{color:#333;border-top:2px solid #e0e0e0;border-bottom:none;margin-top:1rem;padding-top:1rem;font-size:1.2rem;font-weight:700}.checkout-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#40e0d0 0%,#48d1cc 100%);border:none;border-radius:8px;width:100%;margin-top:1.5rem;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .3s}.checkout-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #40e0d04d}.clear-cart-button{color:#ff6b6b;cursor:pointer;background:0 0;border:1px solid #ff6b6b;border-radius:8px;width:100%;margin-top:.5rem;padding:.75rem;font-size:.95rem;transition:all .3s}.clear-cart-button:hover{color:#fff;background:#ff6b6b}.account-page{grid-template-columns:250px 1fr;gap:2rem;display:grid}@media (max-width:768px){.account-page{grid-template-columns:1fr}}.account-sidebar{flex-direction:column;gap:.5rem;display:flex}.tab-button{text-align:left;cursor:pointer;color:#666;background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:1rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s}.tab-button:hover{color:#48d1cc;border-color:#48d1cc}.tab-button.active{color:#fff;background:linear-gradient(135deg,#40e0d0 0%,#48d1cc 100%);border-color:#40e0d0}.account-content{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:2rem;box-shadow:0 4px 10px #0000000d}.account-section h2{color:#333;margin-bottom:1.5rem;font-size:1.5rem}.profile-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#333;font-size:.95rem;font-weight:600}.form-group input{border:2px solid #e0e0e0;border-radius:8px;padding:.75rem;font-size:1rem;transition:border-color .3s}.form-group input:focus{border-color:#48d1cc;outline:none}.save-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#40e0d0 0%,#48d1cc 100%);border:none;border-radius:8px;align-self:flex-start;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s}.save-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #40e0d04d}.orders-list{flex-direction:column;gap:1rem;display:flex}.order-card{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;padding:1.5rem;transition:all .3s}.order-card:hover{border-color:#48d1cc;box-shadow:0 4px 15px #40e0d01a}.order-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.order-number{color:#333;font-size:1.1rem;font-weight:700}.order-status{color:#856404;background:#fff3cd;border-radius:20px;padding:.25rem .75rem;font-size:.85rem;font-weight:600}.order-status.delivered{color:#155724;background:#d4edda}.order-details{color:#666;justify-content:space-between;font-size:.95rem;display:flex}.order-total{color:#48d1cc;font-weight:700}.settings-list{flex-direction:column;gap:1.5rem;display:flex}.setting-item{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.setting-item h3{color:#333;margin-bottom:.25rem;font-size:1.1rem}.setting-item p{color:#666;margin:0;font-size:.9rem}.toggle-switch{width:50px;height:26px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#ccc;border-radius:26px;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .4s;position:absolute;bottom:3px;left:3px}input:checked+.slider{background-color:#48d1cc}input:checked+.slider:before{transform:translate(24px)}.logout-button{color:#ff6b6b;cursor:pointer;background:0 0;border:1px solid #ff6b6b;border-radius:8px;margin-top:1rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s}.logout-button:hover{color:#fff;background:#ff6b6b}.about-page{background:#f8f9fa;min-height:calc(100vh - 65px)}.about-hero{text-align:center;background:linear-gradient(135deg,#40e0d0 0%,#48d1cc 50%,#00ced1 100%);padding:4rem 2rem}.about-hero h1{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.about-hero p{color:#fffffff2;margin:0;font-size:1.2rem}.about-container{max-width:900px;margin:0 auto;padding:3rem 2rem}.about-section{background:#fff;border-radius:16px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 10px #0000000d}.about-section h2{color:#333;margin-bottom:1.5rem;font-size:1.8rem}.about-section p{color:#666;margin-bottom:1rem;line-height:1.6}.values-section{background:#fff;border-radius:16px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 10px #0000000d}.values-section h2{color:#333;text-align:center;margin-bottom:1.5rem;font-size:1.8rem}.values-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:768px){.values-grid{grid-template-columns:1fr}}.value-card{text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;transition:all .3s}.value-card:hover{border-color:#48d1cc;transform:translateY(-5px);box-shadow:0 4px 15px #40e0d033}.value-card h3{color:#333;margin-bottom:.75rem;font-size:1.3rem}.value-card p{color:#666;margin:0;line-height:1.5}.contact-section{background:#fff;border-radius:16px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 10px #0000000d}.contact-section h2{color:#333;margin-bottom:1rem;font-size:1.8rem}.contact-section p{color:#666;margin-bottom:.5rem;line-height:1.6}.cta-section{text-align:center;padding:2rem}.cta-section .cta-button{color:#fff;background:linear-gradient(135deg,#40e0d0 0%,#48d1cc 100%);border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #40e0d04d}.cta-section .cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #40e0d066}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.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:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
