:root{--font-sans:font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--foreground-rgb:0,0,0;--background-end:#fff;--game-gap:10px;--game-width:145px;--game-height:120px;--game-radius:6px;--game-shadow:#64646f33 0px 7px 29px 0px;--search-game-width:100px;--search-game-height:100px;--blue:#3083f9;--blue-dark:#1157ba;--footer-bg:#d4000a;--search-bg:#ee878d;--ad-bg:#94949424;--text-gray:#424242;--dialog-width:750px;--dialog-height:350px}@keyframes bounce{0%{transform:scale(1)}to{transform:scale(.9)}}@keyframes pulse{0%{transform:scale(.9)}to{transform:scale(1)}}@keyframes slider{0%{transform:translateX(0)}30%{transform:translateX(0)}33.3%{transform:translateX(-100%)}63.3%{transform:translateX(-100%)}66.6%{transform:translateX(-200%)}96.6%{transform:translateX(-200%)}to{transform:translateX(0)}}@keyframes ball-pulse{0%,60%,to{opacity:1;transform:translate(-50%,-50%) scale(1)}30%{opacity:.1;transform:translate(-50%,-50%) scale(.01)}}*{box-sizing:border-box;padding:0;margin:0}body{color:rgb(var(--foreground-rgb));background:var(--background-end);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;object-fit:cover;object-position:top}a{color:inherit;text-decoration:none}input[type=email],input[type=text],textarea{width:100%}.flex{display:flex}.items-center{align-items:center}.game-box,.logo-box{overflow:hidden;position:relative;display:flex;width:var(--game-width);height:var(--game-height);border:3px solid #fff;border-radius:var(--game-radius);box-shadow:var(--game-shadow)}.logo-box{flex-direction:column}.logo-icon-box{position:relative;width:var(--game-width);height:var(--game-height)}.logo-icon{flex:1 1}.logo-home,.logo-search{flex:1 1;padding:4px;color:var(--blue);text-align:center;cursor:pointer}.game{overflow:hidden;flex:none;object-fit:cover;object-position:top;border-radius:var(--game-radius)}.game-name{position:absolute;left:0;bottom:0;padding:2px 6px;font-size:12px;text-align:center;text-overflow:ellipsis;white-space:nowrap;background:#fff}.game-name,.slider-box{overflow:hidden;width:100%}.slider-box{height:100%;border-radius:var(--game-radius)}.slider{display:flex;animation:slider 14s infinite}.slider,.slider-item{width:100%;height:100%}.slider-item{position:relative;flex:none}.slider-item-title{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;align-items:center;padding:8px 20px;color:#fff;font-size:var(--slider-title-font-size);background:#0000009d}.slider-item-buttom{flex:none;padding:8px 12px;border-radius:6px;border-bottom:1px solid var(--blue-dark);border:solid var(--blue-dark);border-width:1px 1px 3px;font-size:var(--slider-button-font-size);background:var(--blue)}.footer,.slider-item-buttom{display:flex;justify-content:center;align-items:center}.footer{margin-top:40px;padding:8px 4px;color:#fff;font-size:12px;background:var(--footer-bg)}.footer-right{margin-right:20px}.footer-link{margin:0 8px}.footer-link:hover{text-decoration:underline}.link{cursor:pointer}.typography{margin:16px auto 48px;padding:0 10vw}.typography h1,.typography h2,.typography h3{margin:48px 0 16px;line-height:1.5}.typography h4,.typography h5,.typography h6{margin:30px 0 16px;line-height:1.5}.typography p{margin:1rem 0;color:var(--text-gray);line-height:24px}.typography ol,.typography ul{list-style-position:inside;line-height:24px}.typography .form-item{display:flex;margin-bottom:10px;@media (max-width:900px){flex-direction:column}}.typography .form-label{width:100px;margin-right:10px;text-align:right;@media (max-width:900px){text-align:left;margin-bottom:4px}}.typography .form-value{flex:1 1}.games-grid{display:grid;justify-content:center;grid-gap:var(--game-gap);gap:var(--game-gap);grid-template-columns:repeat(5,var(--game-width));grid-auto-rows:var(--game-height);margin:20px auto auto}.iframe-box{grid-area:2/1/span 4/span 5;display:flex;flex-direction:column;border-radius:var(--game-radius);box-shadow:var(--game-shadow)}.iframe{position:relative;flex:1 1}.iframe-player{position:absolute;left:0;top:0;width:100%;height:100%}.iframe-player.-rotated{left:50%;width:auto;transform:translateX(-50%)}.iframe-bar{display:flex;align-items:center;height:48px;padding:0 12px;color:#fff;background:var(--blue)}.iframe-bar-icon{margin-right:10px;border-radius:var(--game-radius)}.iframe-bar-download{position:relative;display:none;margin-left:auto;cursor:pointer}.iframe-bar-download-img{position:absolute;z-index:999;top:15px;left:20px;max-width:none;animation:bounce .5s ease-in-out infinite alternate}.game-desc-box{overflow:hidden;grid-area:2/1/span 2/span 5;display:grid;grid-template-columns:300px auto;grid-gap:10px;gap:10px;border-radius:var(--game-radius);box-shadow:var(--game-shadow);background:#fff}.game-desc{overflow:hidden;display:flex;flex-direction:column;padding:16px}.game-desc-p{overflow-y:auto;max-height:100%;margin-top:16px;color:var(--text-gray);font-size:14px}.game-icon{border-radius:var(--game-radius);margin-right:20px}.game-play-box{overflow:hidden;grid-area:5/1/span 1/span 5;display:flex;justify-content:space-between;align-items:center;padding:16px;border-radius:var(--game-radius);box-shadow:var(--game-shadow);background:#fff}.game-play-button{display:flex;justify-content:center;align-items:center;width:250px;padding:8px 12px;border-radius:6px;border-bottom:1px solid var(--blue-dark);border:solid var(--blue-dark);border-width:1px 1px 3px;color:#fff;font-size:24px;font-weight:500;background:var(--blue);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;animation:pulse 1s ease-in-out infinite alternate}.game-play-button:active{border-top-width:4px;border-left-width:4px;border-bottom-width:1px}.category-box{display:flex;flex-wrap:wrap;margin-top:6px;color:var(--blue);font-size:12px}.category{margin:0 8px 4px 0;padding:2px 8px;border:1px solid var(--blue);border-radius:9999px}.ad{overflow:hidden;position:relative;width:100%;height:100%;background:var(--ad-bg);text-align:center}.ad.lazy:before{position:absolute;top:50%;left:50%;content:"";display:block;width:50px;height:50px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle fill="%233083F9" stroke="%233083F9" stroke-width="15" r="15" cx="40" cy="100"><animate attributeName="opacity" calcMode="spline" dur="2" values="1;0;1;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="-.4"></animate></circle><circle fill="%233083F9" stroke="%233083F9" stroke-width="15" r="15" cx="100" cy="100"><animate attributeName="opacity" calcMode="spline" dur="2" values="1;0;1;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="-.2"></animate></circle><circle fill="%233083F9" stroke="%233083F9" stroke-width="15" r="15" cx="160" cy="100"><animate attributeName="opacity" calcMode="spline" dur="2" values="1;0;1;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="0"></animate></circle></svg>');transform:translate(-50%,-50%)}.ad.lazy.-done:before{display:none}.ad-grid,.panel-games-wrap{overflow:hidden;border-radius:var(--game-radius)}.panel-games-wrap{padding:16px;box-shadow:var(--game-shadow);background:#fff}.panel-games-title{overflow:hidden;display:flex;justify-content:center;align-items:center;height:24px;margin-bottom:12px;color:var(--blue);font-size:18px;font-weight:700}.panel-games-box{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(2,1fr);justify-content:center}.panel-games{overflow:hidden;position:relative;width:100%;height:96px;border-radius:var(--game-radius)}.dialog-box{position:fixed;z-index:-10;top:0;right:0;bottom:0;left:0;display:flex;background:#000000bb;opacity:0;touch-action:none}.dialog{overflow:hidden;margin:auto;border-radius:16px;background:#fff}.dialog-header{display:flex;justify-content:end;margin-right:8px;padding:4px;color:#949494}.dialog-header>svg{cursor:pointer}.dialog-body{width:var(--dialog-width);height:var(--dialog-height)}.coin-box{position:fixed;right:0;bottom:35vh;width:70px;height:70px}.coin-box-label{overflow:hidden;position:relative;z-index:999;display:flex;justify-content:center;align-items:center;width:100%;height:100%;border-radius:9999px;color:var(--blue);font-size:26px}.coin-box>svg{position:absolute;left:0;top:0;width:100%;height:100%}.search-mask-box{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center}.search-mask{background:#00000080}.search-box,.search-mask{position:absolute;top:0;left:0;width:100%;height:100%}.search-box{overflow-y:auto;z-index:99999;max-width:680px;background:var(--search-bg)}.search-input-box{overflow:hidden;display:flex;align-items:center;margin-top:20px;margin-right:16px;padding:12px;border-top-right-radius:var(--game-radius);border-bottom-right-radius:var(--game-radius);background:#fff}.search-input{outline:none;flex:1 1;height:48px;margin:0 16px;border:none;font-size:24px}.search-game{display:flex;align-items:center;padding:12px}.search-game-icon{border-radius:var(--game-radius)}.search-game-name{margin-left:10px;font-size:20px;font-weight:500}.search-games-box{padding:16px}.search-games-grid{margin:16px auto 8px}.search-games-grid-title{margin:8px 0;font-size:20px;font-weight:500}.search-games-grid-body{display:grid;grid-gap:var(--game-gap);gap:var(--game-gap);grid-template-columns:repeat(5,1fr)}.search-games-grid-game{overflow:hidden;position:relative;display:flex;aspect-ratio:1/1;border-radius:var(--game-radius)}.search-hot-words-box{display:flex;flex-wrap:wrap;padding:16px 16px 0}.search-hot-words{margin-right:var(--game-gap);margin-bottom:var(--game-gap);padding:8px 20px;border-radius:9999px;font-size:12px;font-weight:500;background:#fff;cursor:pointer}.search-result-games-box{display:flex;flex-direction:column;margin-right:16px;padding:16px}.search-result-game{overflow:hidden;display:flex;align-items:center;margin-bottom:16px;padding:8px 12px;background:#fff}.search-result-game,.search-result-game-icon{border-radius:var(--game-radius)}.search-result-game-name{flex:1 1;margin:4px 8px}.search-result-no-games{margin:16px 32px 0 16px;padding:16px;border-radius:var(--game-radius);background:#fff}.search-result-no-games-title{margin-bottom:10px;font-size:24px;font-weight:500}.install-btn{position:fixed;z-index:999;right:0;bottom:40vh;display:none}.install-img{animation:pulse .5s ease-in-out infinite alternate}.err-box{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center}.err-p{text-align:center;font-size:40px;font-weight:500}.err-p-sub{color:var(--text-gray);text-align:center;line-height:24px}.err-btn{display:flex;justify-content:center;align-items:center;width:320px;margin:20px;padding:10px;border-radius:var(--game-radius);border:solid var(--blue-dark);border-width:2px 2px 4px;font-size:24px;font-weight:500;color:#fff;background:var(--blue)}.detail-position-2,.detail-position-4,.detail-position-5,.play-position-1,.play-position-2,.play-position-4{display:none}.home-position-1{grid-area:3/2/span 2/span 2}.home-position-2{grid-area:5/4/span 2/span 2}.home-position-3{grid-area:1/2/span 2/span 3}.detail-position-3,.play-position-3{grid-area:6/1/span 1/span 5}@media (min-width:940px){.games-grid{grid-template-columns:repeat(6,var(--game-width))}.iframe-box{grid-area:1/2/span 4/span 5}.home-position-2{grid-area:5/5/span 2/span 2}.home-position-3{grid-area:1/3/span 2/span 3}.play-position-3{grid-area:5/2/span 1/span 5}}@media (min-width:1095px){.games-grid{grid-template-columns:repeat(7,var(--game-width))}.game-desc-box{grid-area:2/3/span 2/span 5}.game-play-box{grid-area:5/3/span 1/span 5}.iframe-box{grid-area:1/3/span 4/span 5}.home-position-2{grid-area:5/6/span 2/span 2}.detail-position-3{grid-area:6/3/span 1/span 5}.detail-position-4{display:block;grid-area:2/1/span 3/span 2}.play-position-1{display:block;grid-area:2/1/span 2/span 2}.play-position-3{grid-area:5/3/span 1/span 5}}@media (min-width:1250px){.games-grid{grid-template-columns:repeat(8,var(--game-width))}.home-position-2{grid-area:5/7/span 2/span 2}.home-position-3{grid-area:1/4/span 2/span 3}}@media (min-width:1405px){.games-grid{grid-template-columns:repeat(9,var(--game-width))}.home-position-1{grid-area:3/4/span 2/span 2}.home-position-2{grid-area:5/8/span 2/span 2}.detail-position-2{display:block;grid-area:1/8/span 2/span 2}.detail-position-5{display:block;grid-area:3/8/span 3/span 2}.play-position-2{display:block;grid-area:4/8/span 2/span 2}.play-position-4{display:block;grid-area:1/8/span 3/span 2}}@font-face{font-family:__Roboto_eab1d3;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/74c003a2abab0c4f-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:__Roboto_eab1d3;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/24c15609eaa28576-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Roboto_eab1d3;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/84602850c8fd81c3-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Roboto_eab1d3;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/90da053edc2b7de3-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:__Roboto_eab1d3;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/ac3b7908202f8517-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:__Roboto_eab1d3;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/627d916fd739a539-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:__Roboto_eab1d3;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b5ee789b512e4d1b-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:__Roboto_eab1d3;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2c07349e02a7b712-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:__Roboto_eab1d3;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/47cbc4e2adbc5db9-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:__Roboto_eab1d3;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/74c003a2abab0c4f-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:__Roboto_eab1d3;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/24c15609eaa28576-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Roboto_eab1d3;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/84602850c8fd81c3-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Roboto_eab1d3;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/90da053edc2b7de3-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:__Roboto_eab1d3;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/ac3b7908202f8517-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:__Roboto_eab1d3;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/627d916fd739a539-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:__Roboto_eab1d3;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b5ee789b512e4d1b-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:__Roboto_eab1d3;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2c07349e02a7b712-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:__Roboto_eab1d3;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/47cbc4e2adbc5db9-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:__Roboto_Fallback_eab1d3;src:local("Arial");ascent-override:92.67%;descent-override:24.39%;line-gap-override:0.00%;size-adjust:100.11%}.__className_eab1d3{font-family:__Roboto_eab1d3,__Roboto_Fallback_eab1d3;font-style:normal}