:root{--maxw:calc(100vw - 32px)}@media (max-width:768px){:root{--maxw:calc(100vw)}}:root{--accent:#0b6d5a;--muted:#888;--text:#ebe5e8;--header:#2a2b2f;--buy:#16c784;--sell:#ea3943;--online:#22c55e;--offline:#ef4444;--completed:#11c5a1;--pending:#facc15;--canceled:#9ca3af;--failed:#ef4444;--listed:#22c55e;--removed:#ef4444;--hidden:#9ca3af;--time:#facc15;--pricered:#c62828;--priceyellow:#ffd93d;--priceold:#999;--bg:#1e1f22;--card:#2a2b2f;--glass:#ffffff0d;--glasshover:#ffffff14;--glassactive:#ffffff14;--onshadow:0 6px 18px #0006;--onborder:1px solid #ffffff0d;--shadowo:none;--border:none;--transform:scale(.99);--transition:all .25s ease;--letter-spacing:.05em;--text-transform:uppercase;--radiusprice:0;--radius:4px;--radiusbtn:8px;--btn-primary:#0070f3;--btn-primary-hover:#005bb5;--btn-primary-text:#fff;--btn-border:#ffffff26;--btn-radius:6px;--position:absolute;--margin-top:0;--margin-bottom:0}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{background:var(--bg);color:var(--text);overscroll-behavior-y:none;margin:0;padding:0}*{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{display:none}.header{width:100%;max-width:var(--maxw);flex-flow:wrap;align-items:center;gap:0;margin:0 auto;padding:8px 0;display:flex}.site-wrapper{max-width:var(--maxw);margin:0 auto;position:relative;overflow:hidden}.brand{cursor:pointer;flex-shrink:0;align-items:center;gap:10px;display:flex}.logo{background:var(--card);width:48px;height:48px;color:var(--text);border:none;border-radius:6px;font-size:18px;font-weight:800}.site-name{color:var(--text);cursor:pointer;font-size:18px;font-weight:700}.header-actions{gap:6px;display:flex}.burger{cursor:pointer;width:44px;height:44px;color:var(--text);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.burger svg{width:20px;height:20px;display:block}.nav{flex-shrink:0;justify-content:flex-end;align-items:center;gap:0;min-width:132px;display:flex}.cart-btn{cursor:pointer;width:44px;height:44px;color:var(--text);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.cart-btn svg{width:22px;height:22px;display:block}.qr-btn{cursor:pointer;width:44px;height:44px;color:var(--text);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.qr-btn svg{width:22px;height:22px;display:block}.account-btn{width:44px;height:44px;color:var(--text);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;display:flex}.account-btn svg{width:22px;height:22px;display:block}.cart-badge{color:#fff;background:#ff3b3b;border-radius:10px;padding:2px 6px;font-size:12px;font-weight:700;position:absolute;top:2px;right:2px}.header-search{flex:1;align-items:center;min-width:0;padding:0 8px;display:flex}.search-row{width:100%;position:relative}.search-row input{background:var(--card);width:100%;color:var(--text);box-sizing:border-box;border:none;border-radius:16px;padding:12px}.search-btn{background:var(--card);cursor:pointer;width:44px;height:calc(100% - 12px);color:var(--text);border:none;border-radius:2px;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.search-btn svg{opacity:.8;width:18px;height:18px}.search-btn:hover svg{opacity:1}.search-btn:focus,.search-btn:focus-visible,.search-row input:focus,.search-row input:active,.search-row input:focus-visible,.search-btn:active{box-shadow:none;outline:none}@media (max-width:1023px){.header{padding:6px 0}.search-row input{border-radius:4px}.header-search{flex:0 0 100%;order:3;padding:4px 8px 6px}.burger{order:0}.brand{order:1}.nav{min-width:unset;order:2;margin-left:auto}.mobile-menu{height:100dvh}}@media (min-width:1024px){.header{flex-wrap:nowrap;padding:10px 0}.header-search{order:unset;flex:1;padding:0 8px}.burger,.brand{order:unset}.nav{order:unset;min-width:132px;margin-left:0}}.cart-counter{align-items:center;margin-left:4px;display:inline-flex}.cart-counter-bracket{font-size:13px}.cart-counter-number{color:#ff3b3b;font-size:15px;font-weight:700}.categories-desktop{display:none}@media (min-width:1024px){.categories-desktop{display:block}}.container{width:100%;max-width:var(--maxw);background:var(--card);margin:0 auto;padding:0}.pill{width:100%;display:flex}.social{width:100%;max-width:var(--maxw);background:var(--card);margin:0 auto;padding:0}.pillSocial{width:100%;margin:10px auto;display:flex}.pill>*{flex:1}.tab-pill{letter-spacing:var(--letter-spacing);text-transform:var(--text-transform);color:var(--text);cursor:pointer;border:var(--border);flex:1;justify-content:center;align-items:center;padding:20px 8px;font-size:14px;font-weight:700;text-decoration:none;display:flex}.tab-pill:hover{background:var(--glasshover)}.tab-pill.active{opacity:.8;background:var(--glassactive)}.btn{cursor:pointer;color:var(--text);border:none;border-radius:6px;padding:12px 16px;font-weight:700;text-decoration:none}.btn-primary{background:var(--accent)}.btn-primary:hover{box-shadow:0 0 6px var(--accent)}@supports (color:color-mix(in lab, red, red)){.btn-primary:hover{box-shadow:0 0 6px color-mix(in srgb,var(--accent)40%,transparent)}}.btn-ghost{background:var(--bg)}.product-actions .btn-ghost:hover{box-shadow:0 0 6px var(--accent)}@supports (color:color-mix(in lab, red, red)){.product-actions .btn-ghost:hover{box-shadow:0 0 6px color-mix(in srgb,var(--accent)20%,transparent)}}.btn:active{transform:var(--transform);transition:var(--transition)}.footer{color:var(--muted);margin-top:20px;margin-bottom:20px;font-size:14px}.footer-inner{max-width:var(--maxw);grid-template-columns:repeat(2,max-content);justify-content:space-between;gap:8px;margin:0 auto;padding:0 12px;display:grid}.footer-inner a{width:fit-content;color:var(--muted);font-size:14px;text-decoration:none;display:inline-block}.footer-inner a:hover{color:var(--text)}.footer-inner>div:first-child,.footer-inner>div:nth-child(2){opacity:.8;grid-column:span 2}.tab{background:var(--maxw);cursor:pointer;color:var(--text);border:none;border-radius:4px;padding:12px 16px;font-weight:600;transition:all .25s}.tab:active{filter:brightness(.95);transition:all .1s;transform:scale(.97)}.tab:hover{box-shadow:0 0 8px var(--accent)}@supports (color:color-mix(in lab, red, red)){.tab:hover{box-shadow:0 0 8px color-mix(in srgb,var(--accent)20%,transparent)}}.tab.active{background:var(--accent)}@supports (color:color-mix(in lab, red, red)){.tab.active{background:color-mix(in srgb,var(--accent)20%,transparent)}}.breadcrumbs{width:100%;max-width:var(--maxw);box-sizing:border-box;color:var(--muted);flex-wrap:wrap;align-items:center;gap:4px;min-height:32px;margin:0 auto;padding:10px 0 10px 4px;font-size:14px;line-height:1.3;display:flex}.breadcrumbs a{color:var(--text);text-decoration:none;transition:color .2s}.breadcrumbs .sep{color:var(--muted);opacity:.7}.breadcrumbs .current{color:var(--muted);font-weight:700}.catalogHeader{max-width:var(--maxw);justify-content:space-between;align-items:center;margin:0 auto;padding:10px 0;display:flex}.catalogBtn{letter-spacing:var(--letter-spacing);text-transform:var(--text-transform);color:var(--text);opacity:.5;cursor:pointer;background:var(--glass);border-radius:var(--radius);border:var(--border);padding:6px 8px;font-size:14px;font-weight:700;text-decoration:none}.catalogBtn:hover{background:var(--glasshover)}@media (max-width:768px){.container{padding:8px}.breadcrumbs{padding:0 0 10px 8px}.catalogHeader{padding:10px 8px}.social{width:calc(100% - 16px);margin:0 auto}}.dropdown{align-items:center;display:flex;position:relative}.dropdown-menu{background:var(--card);-webkit-backdrop-filter:none;backdrop-filter:none;min-width:100%;letter-spacing:var(--letter-spacing);text-transform:var(--text-transform);z-index:100;flex-direction:column;display:flex;position:absolute;top:100%;left:0}.dropdown-item{color:var(--text);opacity:.5;align-items:center;padding:10px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.dropdown-item:hover{background:var(--glasshover)}.politikasi{max-width:var(--maxw);box-sizing:border-box;margin:0 auto;padding:20px 16px}.politikasi main{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px}.politikasi h1{color:var(--text);margin-bottom:16px;font-size:22px}.politikasi h2{color:var(--text);margin-top:20px;margin-bottom:8px;font-size:16px}.politikasi p{color:var(--muted);margin-bottom:12px;line-height:1}.politikasi ul{margin-bottom:12px;padding-left:18px}.politikasi li{color:var(--muted);margin-bottom:6px}.dropdown-item-wrap{position:relative}.dropdown-menu--nested{background:var(--card);min-width:200px;letter-spacing:var(--letter-spacing);text-transform:var(--text-transform);z-index:101;flex-direction:column;display:flex;position:absolute;top:0;left:100%}.catalog-page{width:100%;max-width:var(--maxw);box-sizing:border-box;margin:0 auto}.catalog{flex:1;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:8px;display:grid}.loadingState{justify-content:center;align-items:center;width:100%;font-size:14px;display:flex}.loading{color:#999}.loadingError{color:red}.loadingEmpty{color:#999}.card{background:var(--card);border-radius:2px;flex-direction:column;width:100%;transition:none;display:flex;overflow:hidden}.card img{object-fit:contain;object-position:top center;width:100%;height:auto}.card-body{flex-direction:column;flex:1;justify-content:space-between;padding:8px;display:flex}.card-body a.title{color:var(--text);text-align:center;margin-bottom:28px;font-weight:700;text-decoration:none;display:block}.price{justify-content:flex-start;align-items:center;min-height:34px;margin-top:auto;display:flex}.price-row{justify-content:center;align-items:center;gap:6px;min-height:34px;display:flex}.price-normal{background:var(--priceyellow);color:var(--bg);border-radius:var(--radiusprice);padding:4px 6px;font-size:16px;font-weight:700}.price-new{background:var(--pricered);color:var(--text);border-radius:var(--radiusprice);padding:4px 6px;font-size:18px;font-weight:700}.old-price{color:var(--priceold);align-items:center;height:28px;font-size:14px;text-decoration:line-through;display:inline-flex}.discount-inline{color:#fff;border-radius:var(--radiusprice);background:#c62828;padding:2px 4px;font-size:12px;font-weight:700}@media (min-width:1024px){.catalog-page{padding-left:0;padding-right:0}}@media (max-width:768px){.catalog-page{padding:0 8px}.catalog{grid-template-columns:repeat(2,1fr);gap:6px}}.catalog--single-row{grid-template-rows:auto;grid-auto-rows:0;row-gap:0;overflow:hidden}.thumb{width:100%;position:relative;overflow:hidden}.badge-popular{color:#fff;text-transform:var(--text-transform);letter-spacing:var(--letter-spacing);background:#00c853;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:700;position:absolute;bottom:8px;right:4px}.badge-firsat{color:#fff;text-transform:var(--text-transform);letter-spacing:var(--letter-spacing);background:#00c853;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:700;position:absolute;bottom:8px;left:4px}.badge-new{color:#fff;text-transform:var(--text-transform);letter-spacing:var(--letter-spacing);background:#303aff;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:700;position:absolute;top:4px;left:4px}.badge-hit{position:absolute;top:4px;right:4px}.fire-wrapper{width:20px;height:20px;position:absolute;top:4px;right:4px}.spark{opacity:0;background:#facc15;border-radius:50%;width:4px;height:4px;animation:1.8s ease-out infinite spark;position:absolute}.s1{animation-delay:0s;top:0;left:12px}.s2{animation-delay:.4s;top:6px;left:18px}.s3{animation-delay:.8s;bottom:8px;right:10px}@keyframes spark{0%{opacity:0;transform:translateY(0)scale(1)}30%{opacity:1}to{opacity:0;transform:translateY(-10px)scale(.6)}}
.AuthModal-module__40acaq__auth-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0000008c;justify-content:center;align-items:center;animation:.25s AuthModal-module__40acaq__fadeIn;display:flex;position:fixed;inset:0}.AuthModal-module__40acaq__auth-modal{background:var(--card);border-radius:var(--radius);width:340px;box-shadow:var(--shadow);padding:28px 32px;animation:.25s AuthModal-module__40acaq__scaleIn}.AuthModal-module__40acaq__auth-modal h2{color:var(--text);text-align:center;margin:0 0 12px;font-size:22px;font-weight:600}.AuthModal-module__40acaq__auth-modal input{border-radius:var(--radius);width:100%;color:var(--text);background:#232427;border:1px solid #3a3b3f;outline:none;margin-bottom:14px;padding:12px 14px;font-size:14px;transition:border .2s}.AuthModal-module__40acaq__auth-modal input:focus{border-color:var(--accent)}.AuthModal-module__40acaq__auth-modal button{background:var(--accent);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;width:100%;margin-top:6px;padding:12px;font-size:15px;font-weight:600;transition:background .25s}.AuthModal-module__40acaq__auth-modal button:hover{background:#0a5a4b}.AuthModal-module__40acaq__auth-modal p{text-align:center;color:var(--muted);cursor:pointer;margin-top:12px;font-size:13px}.AuthModal-module__40acaq__auth-modal p:hover{color:var(--text)}.AuthModal-module__40acaq__auth-close{cursor:pointer;color:var(--muted);font-size:18px;position:absolute;top:14px;right:14px}.AuthModal-module__40acaq__auth-close:hover{color:var(--text)}.AuthModal-module__40acaq__auth-notify{flex-direction:column;align-items:center;gap:8px;width:100%;margin-bottom:10px;display:flex}.AuthModal-module__40acaq__auth-error,.AuthModal-module__40acaq__auth-success{text-align:center;border-radius:6px;width:100%;max-width:90%;margin:0 auto 12px;padding:10px 14px;font-size:14px;display:inline-block}.AuthModal-module__40acaq__auth-error{color:#ffb3b3;background:#3a1010}.AuthModal-module__40acaq__auth-success{background:var(--accent);color:#b4ffca}.AuthModal-module__40acaq__auth-switch{cursor:pointer;margin-top:12px;font-size:14px;text-decoration:underline}.AuthModal-module__40acaq__auth-switch:hover{opacity:.8}@keyframes AuthModal-module__40acaq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AuthModal-module__40acaq__scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}
.MobileMenu-module__0QUZPa__mobile-menu-overlay{z-index:99;background:#00000080;position:fixed;inset:0}.MobileMenu-module__0QUZPa__mobile-menu{background:var(--card);z-index:100;flex-direction:column;width:280px;padding:8px;animation:.25s forwards MobileMenu-module__0QUZPa__slideIn;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;box-shadow:4px 0 24px #0000004d}@keyframes MobileMenu-module__0QUZPa__slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.MobileMenu-module__0QUZPa__mobile-menu-header{justify-content:flex-end;padding:4px 0 8px;display:flex}.MobileMenu-module__0QUZPa__mobile-menu-close{border-radius:var(--radius);border:var(--border);background:var(--glass);width:32px;height:32px;color:var(--text);cursor:pointer;justify-content:center;align-items:center;font-size:18px;transition:background .2s;display:inline-flex}.MobileMenu-module__0QUZPa__mobile-menu-close:hover{background:var(--glasshover)}.MobileMenu-module__0QUZPa__pill-mobile{flex-direction:column;gap:2px;display:flex}.MobileMenu-module__0QUZPa__pill-mobile a{color:var(--text);font-weight:700;text-decoration:none}.MobileMenu-module__0QUZPa__tab-pill-mobile{width:100%;letter-spacing:var(--letter-spacing);text-transform:var(--text-transform);color:var(--text);opacity:.6;cursor:pointer;border-radius:var(--radius);text-align:left;background:0 0;border:none;padding:10px;font-size:14px;font-weight:700;transition:background .15s,opacity .15s}.MobileMenu-module__0QUZPa__tab-pill-mobile.MobileMenu-module__0QUZPa__active,.MobileMenu-module__0QUZPa__mobile-dropdown-item.MobileMenu-module__0QUZPa__active{opacity:1;background:var(--glassactive)}.MobileMenu-module__0QUZPa__mobile-dropdown{flex-direction:column;width:100%;display:flex}.MobileMenu-module__0QUZPa__mobile-dropdown-trigger{justify-content:space-between;align-items:center;width:100%;display:flex}.MobileMenu-module__0QUZPa__mobile-dropdown-menu{flex-direction:column;margin-left:10px;padding:2px 0;display:flex}.MobileMenu-module__0QUZPa__mobile-dropdown-menu .MobileMenu-module__0QUZPa__mobile-dropdown-menu,.MobileMenu-module__0QUZPa__mobile-dropdown-menu .MobileMenu-module__0QUZPa__mobile-dropdown-menu .MobileMenu-module__0QUZPa__mobile-dropdown-menu{margin-left:12px}.MobileMenu-module__0QUZPa__mobile-dropdown-item{width:100%;color:var(--text);letter-spacing:var(--letter-spacing);text-transform:var(--text-transform);opacity:.7;cursor:pointer;text-align:left;border-radius:var(--radius);box-sizing:border-box;background:0 0;border:none;align-items:center;padding:9px 12px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s,opacity .15s;display:flex}.MobileMenu-module__0QUZPa__mobile-dropdown-item:hover{background:var(--glasshover);opacity:1}.MobileMenu-module__0QUZPa__mobile-dropdown-item.MobileMenu-module__0QUZPa__active{opacity:1;color:var(--text);background:var(--glasshover)}.MobileMenu-module__0QUZPa__tab-pill-mobile:hover{background:var(--glasshover);opacity:1}
.PullToRefresh-module__cLOUyW__ptr-spinner{opacity:0;background:repeating-conic-gradient(#fffc 0deg 6deg,#0000 6deg 30deg);border-radius:50%;width:28px;height:28px;transition:opacity .2s;animation:1s linear infinite PullToRefresh-module__cLOUyW__ptr-spin;-webkit-mask:radial-gradient(circle,#0000 45%,#000 46%);mask:radial-gradient(circle,#0000 45%,#000 46%)}.PullToRefresh-module__cLOUyW__ptr-spinner.PullToRefresh-module__cLOUyW__loading{opacity:1}@keyframes PullToRefresh-module__cLOUyW__ptr-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
@font-face{font-family:Noto Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/d0daeb77ad486505-s.53fd57f3.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:Noto Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/13c8bea787795a91-s.3c7372c0.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Noto Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/fb34704f4f4f68ab-s.ce643c06.woff2)format("woff2");unicode-range:U+900-97F,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:Noto Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/26229c3b890d5b41-s.d2027bdc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Noto Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/ec173da4e4ac482c-s.6e8c23fe.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:Noto Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/eca1cc1e672884b5-s.080cd8a2.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:Noto Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/05ce0245cbf07d46-s.bde6fdef.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:Noto Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/dc6d2a64e9dbf3bc-s.p.4b9eb7a1.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:Noto Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/d0daeb77ad486505-s.53fd57f3.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:Noto Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/13c8bea787795a91-s.3c7372c0.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Noto Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/fb34704f4f4f68ab-s.ce643c06.woff2)format("woff2");unicode-range:U+900-97F,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:Noto Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/26229c3b890d5b41-s.d2027bdc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Noto Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/ec173da4e4ac482c-s.6e8c23fe.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:Noto Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/eca1cc1e672884b5-s.080cd8a2.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:Noto Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/05ce0245cbf07d46-s.bde6fdef.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:Noto Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/dc6d2a64e9dbf3bc-s.p.4b9eb7a1.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:Noto Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/d0daeb77ad486505-s.53fd57f3.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:Noto Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/13c8bea787795a91-s.3c7372c0.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Noto Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/fb34704f4f4f68ab-s.ce643c06.woff2)format("woff2");unicode-range:U+900-97F,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:Noto Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/26229c3b890d5b41-s.d2027bdc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Noto Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/ec173da4e4ac482c-s.6e8c23fe.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:Noto Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/eca1cc1e672884b5-s.080cd8a2.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:Noto Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/05ce0245cbf07d46-s.bde6fdef.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:Noto Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/dc6d2a64e9dbf3bc-s.p.4b9eb7a1.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:Noto Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/d0daeb77ad486505-s.53fd57f3.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:Noto Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/13c8bea787795a91-s.3c7372c0.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Noto Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/fb34704f4f4f68ab-s.ce643c06.woff2)format("woff2");unicode-range:U+900-97F,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:Noto Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/26229c3b890d5b41-s.d2027bdc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Noto Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/ec173da4e4ac482c-s.6e8c23fe.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:Noto Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/eca1cc1e672884b5-s.080cd8a2.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:Noto Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/05ce0245cbf07d46-s.bde6fdef.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:Noto Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/dc6d2a64e9dbf3bc-s.p.4b9eb7a1.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:Noto Sans Fallback;src:local(Arial);ascent-override:100.54%;descent-override:27.56%;line-gap-override:0.0%;size-adjust:106.33%}.noto_sans_45914742-module__DnSHoa__className{font-family:Noto Sans,Noto Sans Fallback;font-style:normal}
