:root{--rm-bg:#fff;--rm-fg:#111827;--rm-accent:#2563eb;--rm-muted:#575d69;--rm-border:#e5e7eb;--rm-outline:#0a42bb9e;--rm-radius:0px;--rm-gap:12px;--rm-body-font:inherit;--rm-card-bg:color-mix(in srgb,var(--rm-bg)96%,var(--rm-fg));--rm-card-border-width:1px;--rm-card-border-style:solid;--rm-card-border-color:var(--rm-border);--rm-card-radius:var(--rm-radius);--rm-card-padding:0;--rm-card-shadow:none;--rm-section-spacing:calc(var(--rm-gap)*6);--rm-section-header-gap:1rem;--rm-section-header-spacing:.75rem;--rm-category-title-size:1.125rem;--rm-category-title-weight:700;--rm-category-title-spacing:1rem;--rm-category-title-color:var(--rm-fg);--rm-item-title-size:1rem;--rm-item-title-weight:600;--rm-item-title-color:var(--rm-fg);--rm-item-title-font:inherit;--rm-item-description-size:.9rem;--rm-item-description-color:var(--rm-muted);--rm-item-description-font:inherit;--rm-price-weight:500;--rm-price-color:var(--rm-fg);--rm-price-font:inherit;--rm-price-size:.85rem;--rm-item-font-family:inherit;--rm-item-meta-size:.85rem;--rm-item-meta-color:var(--rm-muted);--rm-item-meta-font:inherit;--rm-nav-btn-bg:color-mix(in srgb,var(--rm-bg)92%,var(--rm-fg));--rm-nav-btn-bg-active:color-mix(in srgb,var(--rm-bg)88%,var(--rm-accent));--rm-nav-btn-border:var(--rm-border);--rm-nav-btn-border-active:var(--rm-accent);--rm-nav-active-color:var(--rm-accent);--rm-nav-link-font-size:1.25rem;--rm-nav-link-font-weight:500;--rm-nav-link-padding-y:.5rem;--rm-nav-link-padding-x:.75rem;--rm-nav-link-gap:.75rem;--rm-nav-link-border-width:1px;--rm-nav-link-radius:var(--rm-radius);--rm-nav-link-color:inherit;--rm-category-font:inherit;--rm-nav-height:72px}.rm-theme{font-family:var(--rm-body-font);background-color:var(--rm-bg);color:var(--rm-fg)}.rm-container{background-color:var(--rm-bg);color:var(--rm-fg)}.rm-section{scroll-margin-top:var(--rm-nav-height,72px);margin-bottom:var(--rm-section-spacing);position:relative}.rm-section-header{justify-content:space-between;align-items:center;gap:var(--rm-section-header-gap);margin-bottom:var(--rm-section-header-spacing);flex-wrap:wrap;display:flex}.rm-category-title{font-family:var(--rm-category-font);font-size:var(--rm-category-title-size);font-weight:var(--rm-category-title-weight);color:var(--rm-category-title-color);margin-bottom:var(--rm-category-title-spacing)}.rm-category-title--center{text-align:center;margin-inline:auto}.rm-item-title{font-family:var(--rm-item-title-font);font-size:var(--rm-item-title-size);font-weight:var(--rm-item-title-weight);color:var(--rm-item-title-color)}.rm-item-description{font-family:var(--rm-item-description-font);font-size:var(--rm-item-description-size);color:var(--rm-item-description-color)}.rm-item-card{font-family:var(--rm-item-font-family);background:var(--rm-card-bg);border:var(--rm-card-border-width)var(--rm-card-border-style)var(--rm-card-border-color);border-radius:var(--rm-card-radius);box-shadow:var(--rm-card-shadow);padding:var(--rm-card-padding)}.rm-price{font-family:var(--rm-price-font);font-size:var(--rm-price-size);color:var(--rm-price-color);font-weight:var(--rm-price-weight)}.rm-item-meta{font-family:var(--rm-item-meta-font);font-size:var(--rm-item-meta-size);color:var(--rm-item-meta-color)}.rm-accent{color:var(--rm-accent)}.rm-selected-outline{outline:3px solid var(--primary);border-radius:var(--rm-radius);outline-offset:4px}@media (pointer:fine) and (min-width:768px){.rm-hover-highlight [data-editor-category-id]:not(.rm-selected-outline):hover,.rm-hover-highlight [data-editor-item-id]:not(.rm-selected-outline):hover,.rm-hover-highlight [data-editor-logo]:not(.rm-selected-outline):hover{outline:2px solid color-mix(in oklch,var(--primary)40%,transparent);border-radius:var(--rm-radius);outline-offset:3px}}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.rm-container::-webkit-scrollbar{width:8px}.rm-container::-webkit-scrollbar-track{background:color-mix(in srgb,var(--rm-bg)95%,var(--rm-muted));border-radius:4px}.rm-container::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--rm-bg)70%,var(--rm-muted));border-radius:4px;transition:background .2s}.rm-container::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--rm-bg)50%,var(--rm-muted))}.rm-container::-webkit-scrollbar-thumb:active{background:color-mix(in srgb,var(--rm-bg)40%,var(--rm-accent))}.rm-container{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--rm-bg)70%,var(--rm-muted))color-mix(in srgb,var(--rm-bg)95%,var(--rm-muted))}.rm-category-nav{height:var(--rm-nav-height)}.rm-nav-container{gap:calc(var(--rm-nav-link-gap)*2);display:flex}.rm-category-nav .rm-nav-link{justify-content:center;align-items:center;gap:var(--rm-nav-link-gap);padding:var(--rm-nav-link-padding-y)var(--rm-nav-link-padding-x);border:var(--rm-nav-link-border-width)solid var(--rm-nav-btn-border);border-radius:var(--rm-nav-link-radius);font-size:var(--rm-nav-link-font-size);font-weight:var(--rm-nav-link-font-weight);font-family:var(--rm-category-font);background:var(--rm-nav-btn-bg);color:var(--rm-nav-link-color);transition:background .2s,border-color .2s,color .2s;display:inline-flex}.rm-category-nav .rm-nav-link[aria-current=true]{border-color:var(--rm-nav-btn-border-active);background-color:var(--rm-nav-btn-bg-active);color:var(--rm-nav-active-color)}
@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;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:100 900;font-stretch:100%;font-display:swap;src:url(../media/13c8bea787795a91-s.p.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:100 900;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:100 900;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:100 900;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:100 900;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:100 900;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:100 900;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_c7aa8ac4-module__QEgUWa__className{font-family:Noto Sans,Noto Sans Fallback;font-style:normal}.noto_sans_c7aa8ac4-module__QEgUWa__variable{--font-open-sans:"Noto Sans","Noto Sans Fallback"}
@font-face{font-family:Nunito;font-style:normal;font-weight:200 1000;font-display:swap;src:url(../media/224e262ef877bfa4-s.753dfc0d.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:Nunito;font-style:normal;font-weight:200 1000;font-display:swap;src:url(../media/7f11d98043fdedc9-s.p.317fa95e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito;font-style:normal;font-weight:200 1000;font-display:swap;src:url(../media/e6d00ff86ef9e699-s.51ae28b9.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:Nunito;font-style:normal;font-weight:200 1000;font-display:swap;src:url(../media/d8cb5ab3660140cd-s.3379eac0.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:Nunito;font-style:normal;font-weight:200 1000;font-display:swap;src:url(../media/07454f8ad8aaac57-s.p.fc65572f.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:Nunito Fallback;src:local(Arial);ascent-override:99.71%;descent-override:34.82%;line-gap-override:0.0%;size-adjust:101.39%}.nunito_fb780e3b-module__9o9FcG__className{font-family:Nunito,Nunito Fallback;font-style:normal}.nunito_fb780e3b-module__9o9FcG__variable{--font-nunito:"Nunito","Nunito Fallback"}
