.searchInputClearBtn{z-index:3;width:32px;height:32px;padding:0;margin:0;background:#b8b8b8;color:#fff;box-shadow:none}.searchInputClearBtn:hover{background:#9f9f9f}body.dark .searchInputClearBtn{background:#6b7280;color:#fff}body.dark .searchInputClearBtn:hover{background:#7a8391}@media (max-width:640px){header{padding:10px 12px 8px!important;background:var(--bg)!important}h1,h1.site-name{padding-top:0!important;margin:0!important}.searchRow{margin-top:0!important}}:root{--bg:#f5f2ed;--card:#fbf9f6;--text:#1c1a18;--border:#e6e1da;--muted:#8e8e93;--button-bg:#f5f2ed;--accent:#3a63d1;--accent-soft:rgba(58,99,209,0.14)}body.dark{--bg:#0e1116;--card:#161b22;--text:#e6edf3;--muted:#9da7b3;--border:#2a313c;--button-bg:#1c222c;--accent:#2f81f7;--accent-soft:rgba(47,129,247,0.25)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);transition:background .25s ease,color .25s ease}.status,main{padding:16px}.status{color:#444}.error{color:#b00020}h1{font-size:20px;margin:0;display:flex;justify-content:center;align-items:center;gap:1px;padding-top:0}button{border:1px solid #ddd;border-radius:10px;background:#fff;cursor:pointer;font:inherit}.iconBtn{width:40px;height:40px;min-height:40px;padding:0;margin:0;border:1px solid var(--border);border-radius:12px;background:transparent;display:inline-flex;align-items:center;justify-content:center}.iconBtn,.iconBtn:visited{color:var(--text)}.menuDots{position:relative;display:inline-block}.menuDots,.menuDots:after,.menuDots:before{width:4px;height:4px;border-radius:50%;background:currentColor}.menuDots:after,.menuDots:before{content:"";position:absolute;left:0}.menuDots:before{top:-8px}.menuDots:after{top:8px}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;display:none}input[type=search]::-ms-clear,input[type=search]::-ms-reveal{display:none}.searchRow{display:flex;align-items:stretch;gap:10px;width:100%;margin-top:0}.searchWrap{position:relative;flex:1 1 auto;min-width:0}.searchWrapWithArea{display:flex;align-items:stretch;gap:0;width:100%;min-width:0;background:var(--card);border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:none}.searchInputWrap{position:relative;flex:1 1 auto;min-width:0;background:transparent}.searchWrapWithArea input[type=search]{width:100%;height:48px;margin:0;padding:0 46px 0 16px;border:0;border-radius:0;outline:none;box-shadow:none;background:transparent;color:var(--text);font:inherit;font-size:16px;-webkit-appearance:none;appearance:none}.searchWrapWithArea input[type=search]::placeholder{color:var(--muted)}.areaSelect{flex:0 0 44%;width:44%;min-width:150px;max-width:220px;height:48px;margin:0;padding:0 44px 0 16px;border:0;border-left:1px solid var(--border);border-radius:0;outline:none;box-shadow:none;background-color:var(--card);color:var(--text);font:inherit;font-size:15px;font-weight:500;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:right 14px center;background-size:18px}.areaSelect::-ms-expand{display:none}.searchInputClearBtn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:28px;height:28px;border:0;border-radius:999px;background:rgba(0,0,0,.06);color:rgba(0,0,0,.55);display:inline-flex;align-items:center;justify-content:center;opacity:.65;transition:all .18s ease}.searchInputClearBtn:hover{background:rgba(0,0,0,.12);color:rgba(0,0,0,.75);opacity:1}.searchInputClearBtn:active{transform:translateY(-50%) scale(.92)}.searchInputWrap:not(:hover):not(:focus-within) .searchInputClearBtn{opacity:.35}.searchCloseBtn{flex:0 0 44px;width:44px;height:44px;min-height:44px;border-radius:12px;border:1px solid var(--border);background:var(--card);color:var(--text);display:inline-flex;align-items:center;justify-content:center}.desktopResetBtn{flex:0 0 44px}body.dark .searchWrapWithArea{background:var(--card);border-color:var(--border)}body.dark .searchWrapWithArea input[type=search]{color:var(--text);background:transparent}body.dark .searchWrapWithArea input[type=search]::placeholder{color:#94a3b8}body.dark .areaSelect{background-color:var(--card);color:var(--text);border-left-color:var(--border);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23e5e7eb' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>")}body.dark .searchInputClearBtn{background:rgba(255,255,255,.08);color:rgba(255,255,255,.65)}body.dark .searchInputClearBtn:hover{background:rgba(255,255,255,.16);color:rgba(255,255,255,.9)}.filtersWrap{display:flex;flex-direction:column;gap:8px;margin-top:12px;margin-bottom:6px;background:transparent}.filtersSwipeWrap,.filtersWrap{position:relative}.filtersRow{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.filtersRowSwipe{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:4px}.filtersRowSwipe::-webkit-scrollbar{height:0}.filtersRowSwipe>button{flex:0 0 auto}.filterChip,.filtersRow>button{min-height:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border-radius:999px;border:1px solid rgba(37,99,235,.16);background:var(--card);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,Roboto,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.25px;line-height:1;white-space:nowrap;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .12s ease}.filterChip:hover,.filtersRow>button:hover{background:rgba(37,99,235,.08);border-color:rgba(37,99,235,.22);box-shadow:0 2px 8px rgba(37,99,235,.08)}.activeCatChip,.filterChip.active,.filtersRow>button.active{background:rgba(37,99,235,.1);border-color:rgba(37,99,235,.28);box-shadow:0 3px 10px rgba(37,99,235,.1)}.filterLabel{gap:8px}.filterIcon,.filterLabel{display:inline-flex;align-items:center;line-height:1}.filterIcon{justify-content:center;width:16px;height:16px;flex:0 0 16px}.filterIcon svg{width:16px;height:16px;display:block}.filterText{white-space:nowrap;line-height:1}.activeCatChipWrap{display:flex;align-items:center;gap:8px;width:100%;min-width:0;margin-bottom:14px}.filtersArrow{display:none}@media (hover:hover) and (pointer:fine){.filtersArrow{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:38px;height:38px;border-radius:12px;border:1px solid color-mix(in srgb,var(--text) 16%,var(--border));background:color-mix(in srgb,var(--card) 82%,transparent);backdrop-filter:blur(8px);opacity:0;transition:opacity .16s ease,transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.filtersArrow span{font-size:22px;line-height:1;transform:translateY(-1px);color:var(--text)}.filtersArrowLeft{left:6px}.filtersArrowRight{right:6px}.filtersSwipeWrap:hover .filtersArrow{opacity:1}.filtersArrow:hover{background:color-mix(in srgb,var(--card) 96%,var(--accent-soft));border-color:color-mix(in srgb,var(--accent) 70%,var(--border));transform:translateY(-50%) scale(1.08);box-shadow:0 10px 26px rgba(0,0,0,.18),0 0 0 2px var(--accent-soft)}}.parentContainer{display:flex}.deepFilter{margin-left:auto;margin-top:8px;margin-right:16px}.deepFilter select{max-width:180px;padding:6px 10px;border-radius:10px;border:1px solid var(--border);background:var(--card);color:var(--text);font-weight:600;font-size:12.5px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.tile{position:relative;display:flex;align-items:center;gap:12px;padding:12px 44px 12px 12px;border-radius:14px;text-decoration:none;color:inherit;background:var(--card);border:1px solid var(--border);box-shadow:0 2px 8px rgba(0,0,0,.12);transition:all .2s ease}.tile:hover{border-color:var(--accent);box-shadow:0 4px 16px rgba(0,0,0,.16);transform:translateY(-2px)}.ico{width:28px;height:28px;border-radius:7px;background:#eee;flex:0 0 auto}.txt{flex:1 1 auto;min-width:0}.name{font-weight:650;white-space:nowrap}.desc,.name{overflow:hidden;text-overflow:ellipsis}.desc{font-size:12px;color:var(--text);opacity:.9;margin-top:4px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.tileArrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#6b7280;opacity:.95;pointer-events:none}.tile:hover .tileArrow{opacity:1;transform:translateY(-50%) translateX(2px)}body.dark .tile{border-color:rgba(96,165,250,.16);box-shadow:0 8px 24px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.02)}body.dark .tile:hover{border-color:rgba(147,197,253,.32);box-shadow:0 12px 30px rgba(0,0,0,.42),inset 0 0 0 1px rgba(147,197,253,.08)}body.dark .tileArrow{color:#cbd5e1;opacity:1}body.dark .tile:hover .tileArrow{color:#f8fafc}body.mapmode-on #grid{display:none!important}body.mapmode-on #map{display:block!important}#map{width:100%;height:calc(100vh - 260px);min-height:520px;border-radius:14px;border:1px solid var(--border);overflow:hidden;background:var(--card)}#map[hidden]{display:none}#map .leaflet-container{width:100%;height:100%}.leaflet-container path:focus{outline:none!important;stroke:#1d4ed8!important;stroke-width:2.5!important}.leaflet-bottom,.leaflet-control,.leaflet-control-attribution,.leaflet-top{z-index:400!important}.infoSheetOverlay{position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.28);backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;padding:0}.infoSheet{width:min(720px,100vw);background:var(--card,#fff);color:inherit;border-radius:24px 24px 0 0;box-shadow:0 -12px 40px rgba(0,0,0,.18);overflow:hidden;display:flex;flex-direction:column;will-change:transform}.infoSheet.dragging{user-select:none}.infoSheetHandle{width:92px;height:6px;border-radius:999px;background:rgba(120,120,120,.35);margin:10px auto 6px;flex:0 0 auto}.infoSheetHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px 12px;border-bottom:1px solid rgba(0,0,0,.08);flex:0 0 auto}.infoSheetTitleWrap{display:flex;flex-direction:column;gap:4px;min-width:0}.infoSheetTitle{font-size:1.05rem;line-height:1.25;font-weight:700;font-family:inherit}.infoSheetSource{font-size:12px;line-height:1.4;color:#6b7280;word-break:break-all}.infoSheetSource a{color:inherit;text-decoration:underline}.infoSheetClose{border:0;background:transparent;font-size:2rem;line-height:1;cursor:pointer;padding:0 4px;color:inherit}.infoSheetBody{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px 18px 18px;font-size:1rem;line-height:1.55}.infoSheetFooter{padding:14px 18px 18px;border-top:1px solid rgba(0,0,0,.08);flex:0 0 auto}.infoSheetPrimaryBtn{width:100%;border:0;border-radius:14px;padding:14px 16px;font-weight:700;cursor:pointer;background:#2563eb;color:white}.site-footer{margin-top:40px;padding:28px 16px;border-top:1px solid var(--border);background:var(--card)}.footer-inner{max-width:1100px;margin:0 auto;text-align:center}.footer-text{font-size:12px;color:var(--muted);font-weight:500}.footer-sub{margin-top:6px;font-size:11px;color:var(--muted);opacity:.8}.mobileNav{position:fixed;left:0;right:0;bottom:0;z-index:10000;height:64px;padding:0 10px;display:flex;align-items:center;justify-content:space-around;background:rgba(255,255,255,.98);border-top:1px solid rgba(0,0,0,.1);box-shadow:0 18px 42px rgba(0,0,0,.18),0 6px 18px rgba(0,0,0,.1);backdrop-filter:blur(14px)}.mobileNavBtn{width:44px;height:44px;border:0;background:transparent;color:var(--text);border-radius:14px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:1;transition:background-color .18s ease,color .18s ease,transform .12s ease}.mobileNavBtn svg{width:22px;height:22px;display:block}.mobileNavBtn:active{transform:scale(.94)}.mobileNavBtn:hover{background:rgba(37,99,235,.1)}.mobileNavBtn.active{background:rgba(37,99,235,.18);color:#1d4ed8;box-shadow:inset 0 0 0 1px rgba(37,99,235,.18),0 4px 14px rgba(37,99,235,.12)}body.dark .mobileNav{background:rgba(15,23,42,.96);border-top:1px solid rgba(255,255,255,.12);box-shadow:0 20px 46px rgba(0,0,0,.55),0 8px 22px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.04)}body.dark .mobileNavBtn{color:#f3f4f6}body.dark .mobileNavBtn:hover{background:rgba(255,255,255,.08)}body.dark .mobileNavBtn.active{background:rgba(59,130,246,.24);color:#bfdbfe;box-shadow:inset 0 0 0 1px rgba(147,197,253,.18),0 4px 16px rgba(59,130,246,.18)}.menuPanel{background:var(--card);border:1px solid var(--border);border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,.25);padding:8px}.menuItem{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px;border-radius:12px;border:1px solid transparent;background:transparent;color:var(--text);cursor:pointer;font-weight:650;min-height:44px}.menuItem:hover{background:rgba(127,127,127,.08);border-color:var(--border)}.menuItem.muted{opacity:.75;font-weight:600}@media (max-width:900px){main{padding-bottom:24px}.site-footer{margin-bottom:0;padding-bottom:calc(40px + 80px + env(safe-area-inset-bottom))}.leaflet-bottom.leaflet-right{bottom:84px!important;right:10px!important}.leaflet-bottom.leaflet-left{bottom:84px!important;left:10px!important}#map{height:calc(100vh - 320px);min-height:420px}}@media (min-width:901px){.mobileNav{left:50%;right:auto;bottom:24px;transform:translateX(-50%);width:auto;height:auto;padding:12px 16px;gap:8px;border-radius:22px;border:1px solid rgba(0,0,0,.08);background:rgba(255,255,255,.94);box-shadow:0 12px 28px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.08)}body.dark .mobileNav{background:rgba(17,24,39,.92);border:1px solid rgba(255,255,255,.08);box-shadow:0 14px 30px rgba(0,0,0,.34),0 2px 10px rgba(0,0,0,.24)}.mobileNavBtn{width:48px;height:48px;border-radius:14px}}@media (max-width:640px){header{padding:10px 12px 8px;background:var(--bg)}.siteAtIcon{width:20px;height:20px;flex:0 0 20px;margin-right:8px;transform:translateY(0)}.searchRow{margin-top:0}.desktopResetBtn{display:none!important}header{padding:10px 12px 8px!important;background:var(--bg)!important}h1,h1.site-name{padding-top:0!important;margin:0!important}.siteAtIcon{width:20px!important;height:20px!important;flex:0 0 20px!important;margin-right:8px!important;transform:translateY(0)!important}.site-main,.site-suffix{display:inline-block!important;line-height:1!important;white-space:nowrap!important}.searchRow{margin-top:0!important}}.mobileMenuWrap{position:relative;display:flex}.mobileMenuWrap .mobileNavBtn{width:44px;height:44px;border:none;background:transparent;color:var(--text);border-radius:14px;display:inline-flex;align-items:center;justify-content:center;padding:0}.mobileMenuWrap .mobileNavBtn .menuDots,.mobileMenuWrap .mobileNavBtn .menuDots:after,.mobileMenuWrap .mobileNavBtn .menuDots:before{background:currentColor}.mobileMenuWrap .menuPanel{position:absolute;right:0;bottom:calc(100% + 10px);top:auto;width:220px;z-index:11000}@media (max-width:640px){.desktopResetBtn{display:none!important}}.mobileMenuWrap{display:inline-flex;align-items:center;justify-content:center}header{position:sticky;top:0;z-index:3000;padding:8px 12px 6px;border-bottom:none}#logo,.brand img{display:none!important}.brand{position:relative;display:grid;grid-template-columns:40px minmax(0,1fr) 40px;width:100%;min-height:40px;margin:0 0 12px;text-align:center}.brand,.headerBackBtn{align-items:center;padding:0}.headerBackBtn{appearance:none;-webkit-appearance:none;grid-column:1;justify-self:start;align-self:center;width:40px;height:40px;margin:0;border:0;background:transparent;border-radius:12px;color:var(--text);display:inline-flex;justify-content:center;cursor:pointer}.headerBackBtn:active{transform:scale(.94)}.topToggles{grid-column:3;justify-self:end;align-self:center;position:static;transform:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:0}.langBtn,.languageSelector,.topToggles{width:40px;height:40px}.langBtn{appearance:none;-webkit-appearance:none;margin:0;padding:0;border:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.langFlag{width:24px;background-size:cover;background-position:50%;margin:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12)}.langFlag.flagNL{background-image:url(/img/flags/nl.svg)}.langFlag.flagBE{background-image:url(/img/flags/be.svg)}.site-name,h1.site-name{grid-column:2;justify-self:center;align-self:center;min-width:0;height:40px;display:flex;align-items:center;justify-content:center;font-size:20px;text-align:center;text-overflow:ellipsis}.site-name,.siteTitleWrap,h1.site-name{max-width:100%;line-height:1;white-space:nowrap;overflow:hidden}.siteTitleWrap{gap:1px}.siteAtIcon{width:20px;height:20px;flex:0 0 20px;margin-right:8px;display:block;color:currentColor;transform:none}.site-main{font-weight:700}.site-main,.site-suffix{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,Roboto,sans-serif;letter-spacing:-.25px;line-height:1;white-space:nowrap}.site-suffix{color:var(--muted);font-weight:600}.desktopResetBtn{display:inline-flex}@media (max-width:640px){header{padding:10px 12px 8px!important;background:var(--bg)!important}.brand{grid-template-columns:40px minmax(0,1fr) 40px!important;align-items:center!important;min-height:40px!important;margin:0 0 12px!important;padding:0!important}.headerBackBtn{display:inline-flex!important;grid-column:1!important;justify-self:start!important}.headerBackBtn,.topToggles{align-self:center!important;width:40px!important;height:40px!important}.topToggles{grid-column:3!important;justify-self:end!important}.langBtn,.languageSelector{width:40px!important;height:40px!important}.langFlag{width:24px!important;height:16px!important}.site-name,h1.site-name{grid-column:2!important;justify-self:center!important;align-self:center!important;height:40px!important;margin:0!important;padding:0!important;display:flex!important;font-size:16px!important;line-height:1!important;text-align:center!important;text-overflow:ellipsis!important}.site-name,.siteTitleWrap,h1.site-name{align-items:center!important;justify-content:center!important;white-space:nowrap!important;overflow:hidden!important}.siteTitleWrap{display:inline-flex!important;min-width:0!important;max-width:100%!important}.siteAtIcon{width:20px!important;height:20px!important;flex:0 0 20px!important;margin-right:8px!important}.desktopResetBtn{display:none!important}}#logo,.brand img,.brand>#logo,.headerBackBtn{display:none!important}header{position:sticky!important;top:0!important;z-index:3000!important;padding:8px 12px 6px!important;background:var(--bg)!important;border-bottom:none!important}.brand{position:relative!important;display:grid!important;grid-template-columns:40px minmax(0,1fr) 40px!important;align-items:center!important;width:100%!important;min-height:40px!important;margin:0 0 12px!important;padding:0!important;text-align:center!important}.site-name,h1.site-name{grid-column:2!important;justify-self:center!important;align-self:center!important;margin:0!important;padding:0!important;height:40px!important;display:flex!important;font-size:20px!important;text-align:center!important;text-overflow:ellipsis!important;transform:none!important}.site-name,.siteTitleWrap,h1.site-name{min-width:0!important;max-width:100%!important;align-items:center!important;justify-content:center!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important}.siteTitleWrap{display:inline-flex!important;gap:1px!important}.siteAtIcon{width:20px!important;height:20px!important;flex:0 0 20px!important;margin-right:8px!important;display:block!important;color:currentColor!important;transform:none!important}.site-main{font-weight:700!important}.site-main,.site-suffix{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,Roboto,sans-serif!important;letter-spacing:-.25px!important;line-height:1!important;white-space:nowrap!important}.site-suffix{color:var(--muted)!important;font-weight:600!important}.topToggles{grid-column:3!important;justify-self:end!important;align-self:center!important;position:static!important;top:auto!important;right:auto!important;transform:none!important;gap:0!important;z-index:auto!important}.languageSelector,.topToggles{display:flex!important}.langBtn,.languageSelector,.topToggles{width:40px!important;height:40px!important;margin:0!important;padding:0!important;align-items:center!important;justify-content:center!important}.langBtn{appearance:none!important;-webkit-appearance:none!important;border:0!important;background:transparent!important;display:inline-flex!important;cursor:pointer!important}.langFlag{width:24px!important;height:16px!important;margin:0!important;display:block!important;border-radius:3px!important;background-size:cover!important;background-position:50%!important;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12)!important}.desktopResetBtn{display:inline-flex!important}@media (max-width:640px){header{padding:10px 12px 8px!important}.brand{grid-template-columns:40px minmax(0,1fr) 40px!important;min-height:40px!important;margin:0 0 12px!important}.brand,.headerBackBtn{align-items:center!important}.headerBackBtn{display:inline-flex!important;grid-column:1!important;justify-self:start!important;align-self:center!important;width:40px!important;height:40px!important;margin:0!important;padding:0!important;border:0!important;border-radius:12px!important;background:transparent!important;color:var(--text)!important;justify-content:center!important;cursor:pointer!important}.headerBackBtn:active{transform:scale(.94)!important}.site-name,h1.site-name{font-size:16px!important}.site-name,.topToggles,h1.site-name{height:40px!important;align-self:center!important}.topToggles{grid-column:3!important;justify-self:end!important;width:40px!important}.langBtn,.languageSelector{width:40px!important;height:40px!important}.langFlag{width:24px!important;height:16px!important}.desktopResetBtn{display:none!important}}.mobileMenuWrap{position:relative!important}.mobileMenuWrap,.mobileMenuWrap>.iconBtn,.mobileMenuWrap>.mobileNavBtn{display:inline-flex!important;align-items:center!important;justify-content:center!important}.mobileMenuWrap>.iconBtn,.mobileMenuWrap>.mobileNavBtn{width:44px!important;height:44px!important;min-height:44px!important;margin:0!important;padding:0!important;border:0!important;border-radius:14px!important;background:transparent!important;color:var(--text)!important;box-shadow:none!important}.mobileMenuWrap>.iconBtn:hover,.mobileMenuWrap>.mobileNavBtn:hover{background:rgba(37,99,235,.1)!important}body.dark .mobileMenuWrap>.iconBtn,body.dark .mobileMenuWrap>.mobileNavBtn{color:#f3f4f6!important}body.dark .mobileMenuWrap>.iconBtn:hover,body.dark .mobileMenuWrap>.mobileNavBtn:hover{background:rgba(255,255,255,.08)!important}.mobileMenuWrap .menuDots,.mobileMenuWrap .menuDots:after,.mobileMenuWrap .menuDots:before{background:currentColor!important}.mobileMenuWrap .menuPanel{position:absolute!important;right:0!important;bottom:calc(100% + 10px)!important;top:auto!important;width:220px!important;z-index:11000!important}header{display:flex;flex-direction:column;gap:10px;padding:10px 12px 8px;background:var(--bg)}.headerBar{position:relative;justify-content:center;min-height:44px}.header-back,.headerBar{display:flex;align-items:center}.header-back{left:0}.header-back,.header-flag{position:absolute;top:50%;transform:translateY(-50%)}.header-flag{right:0;display:flex;align-items:center}.headerBarCenter{min-width:0;width:100%;padding:0 52px}.headerBarCenter,.site-name{display:flex;align-items:center;justify-content:center}.site-name{margin:0;padding:0;font-size:20px;line-height:1;text-align:center}.siteTitleWrap{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:0}.site-main,.site-suffix{white-space:nowrap}.headerBackBtn,.langBtn{width:40px;height:40px;min-height:40px;border:1px solid var(--border);border-radius:12px;background:transparent;color:var(--text);display:inline-flex;align-items:center;justify-content:center;padding:0}.headerBackBtnPlaceholder{width:40px;height:40px;display:block}.languageSelector{display:flex;align-items:center;justify-content:center}.langFlag{display:block;width:22px;height:16px;border-radius:3px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}.flagNL{background:linear-gradient(180deg,#ae1c28 0 33.33%,#ffffff 33.33% 66.66%,#21468b 66.66% 100%)}.flagBE{background:linear-gradient(90deg,#000000 0 33.33%,#fdda24 33.33% 66.66%,#ef3340 66.66% 100%)}@media (max-width:640px){.site-name{font-size:18px}.headerBarCenter{padding:0 48px}.siteAtIcon{width:18px;height:18px;flex:0 0 18px}}.site-main,.site-name,.site-suffix,.siteTitleWrap{line-height:1.2;overflow:visible}.site-main,.site-suffix{padding-bottom:2px}.headerBar{min-height:56px}@font-face{font-family:Inter;font-style:normal;font-weight:400;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;font-style:normal;font-weight:400;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;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;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;font-style:normal;font-weight:400;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;font-style:normal;font-weight:400;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;font-style:normal;font-weight:400;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;font-style:normal;font-weight:500;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;font-style:normal;font-weight:500;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;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;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;font-style:normal;font-weight:500;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;font-style:normal;font-weight:500;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;font-style:normal;font-weight:500;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;font-style:normal;font-weight:600;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;font-style:normal;font-weight:600;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;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;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;font-style:normal;font-weight:600;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;font-style:normal;font-weight:600;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;font-style:normal;font-weight:600;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;font-style:normal;font-weight:700;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;font-style:normal;font-weight:700;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;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;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;font-style:normal;font-weight:700;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;font-style:normal;font-weight:700;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;font-style:normal;font-weight:700;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;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}