body.karte-page{overflow:hidden}body.karte-page .siteheader,body.karte-page .sitefooter,body.karte-page .hamburger{display:none}body.karte-page main{padding:0;margin:0}.kb{position:relative;display:grid;grid-template-columns:504px 1fr;height:100vh;height:100dvh;width:100%;background:#fff;color:#111111;font-family:"Inter", system-ui, -apple-system, sans-serif;font-feature-settings:"cv11", "ss01";line-height:1.4}.kb *{box-sizing:border-box}.kb :where(button){font:inherit;color:inherit;background:none;border:0;cursor:pointer;padding:0}.kb a{color:inherit;text-decoration:underline;text-underline-offset:2px}.kb-splash{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#fff;cursor:pointer;opacity:1;transition:opacity 0.5s ease}.kb-splash[hidden]{display:none}.kb-splash.is-leaving{opacity:0;pointer-events:none}.kb-splash__video{display:block;width:min(40vw, 480px);max-width:calc(100% - 48px);height:auto;max-height:50vh;object-fit:contain;background:#fff}.kb-sidebar{position:relative;display:flex;flex-direction:column;height:100%;border-right:1px solid #e5e7eb;overflow:hidden;z-index:2}.kb-sidebar__body{position:relative;flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow-y:auto;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#d4d4d4 transparent}.kb-sidebar__body::-webkit-scrollbar{width:4px;height:4px}.kb-sidebar__body::-webkit-scrollbar-track{background:transparent}.kb-sidebar__body::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px}.kb-sidebar__body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.kb-sidebar__body::-webkit-scrollbar-button{display:none;height:0}.kb-sidebar.has-detail .kb-sidebar__body{overflow:hidden}.kb-sidebar__head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:18px 28px 18px 32px;border-bottom:1px solid #e5e7eb;flex:0 0 auto;overflow:hidden;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#d4d4d4 transparent}.kb-sidebar__head::-webkit-scrollbar{width:4px;height:4px}.kb-sidebar__head::-webkit-scrollbar-track{background:transparent}.kb-sidebar__head::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px}.kb-sidebar__head::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.kb-sidebar__head::-webkit-scrollbar-button{display:none;height:0}.kb-sidebar.has-detail .kb-sidebar__head .kb-iconbtn{visibility:hidden;pointer-events:none}.kb-title{font-size:24px;line-height:24px;font-weight:600;letter-spacing:-0.02em;color:#111111;margin:0}.kb-iconbtn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#666666;transition:color 0.15s, border-color 0.15s, box-shadow 0.15s}.kb-iconbtn:hover{border-color:#8a8a8a;color:#111}.kb-iconbtn.is-active,.kb-iconbtn[aria-expanded="true"]{border-color:#111;color:#111}.kb-iconbtn .icon,.kb-iconbtn svg{width:16px;height:16px;stroke:currentColor;fill:none}.kb-iconbtn .icon-info{width:18px;height:18px;stroke-width:1.6}.kb-iconbtn .icon-filter{stroke-width:1}.kb-intro{display:flex;flex-direction:column;gap:20px;padding:20px 28px 10px 32px;flex:0 0 auto}.kb-intro[hidden]{display:none}.kb-intro>*{flex:0 0 auto}.kb-intro__text{margin:0;font-size:15px;line-height:1.5;color:#666666}.kb-intro__row{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.kb-intro__hide{display:inline-flex;align-items:center;gap:6px}.kb-intro__hide .icon{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.kb-accordion{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:8px}.kb-accordion__item{display:flex;flex-direction:column}.kb-accordion__panel{margin:6px 0 8px}.kb-stats{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px 12px;font-size:13px;color:#666666}.kb-stats li{display:inline-flex;align-items:center;gap:6px}.kb-stats__icon,.kb-stats .icon{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8}.kb-stats .icon-bus,.kb-stats .icon-map-pin{width:12px;height:12px}.kb-accordion__toggle{display:inline-flex;align-items:center;align-self:flex-start;text-align:left;font-weight:600;font-size:15px;line-height:1.5;color:#666666;gap:6px}.kb-accordion__toggle .icon{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;transition:transform 0.2s}.kb-accordion__toggle.is-open .icon{transform:rotate(180deg)}.kb-accordion__toggle:hover{color:#111111}.kb-accordion__panel{font-size:15px;line-height:1.5;color:#666666}.kb-accordion__panel[hidden]{display:none}.kb-accordion__panel p{margin:0 0 0.8em;font-size:inherit;line-height:inherit}.kb-linkbtn{font-size:13px;color:#bcbcbc}.kb-linkbtn:hover{color:#111111}.kb-tools{position:sticky;top:0;z-index:3;display:flex;gap:12px;padding:24px 28px 0 32px;flex:0 0 auto;background:#fff}.kb-tools::after{content:"";position:absolute;left:0;right:0;top:100%;height:28px;background:linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));pointer-events:none}.kb-search{flex:1;display:flex;align-items:center;gap:10px;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.kb-search:focus-within{border-color:#111111}.kb-search__icon{width:16px;height:16px;stroke:#666666;fill:none;stroke-width:2;flex:0 0 auto}.kb-search input{flex:1;border:0;outline:0;background:none;font:inherit;font-size:14px;color:#111111;min-width:0}.kb-search input::placeholder{color:#666666}.kb-search input::-webkit-search-cancel-button{-webkit-appearance:none}.kb-filter-toggle{position:relative}.kb-filter-toggle__count{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#111111;color:#fff;font-size:11px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff}.kb-filter-toggle__count[hidden]{display:none}.kb-list{flex:0 0 auto;padding:24px 28px 40px 32px;display:flex;flex-direction:column;gap:12px}.kb-list__loading,.kb-list__empty{color:#666666;font-size:15px;margin:0}.kb-list__empty{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.kb-list__empty p{margin:0;font-size:inherit;line-height:inherit}.kb-card{display:flex;flex-direction:column;gap:10px;border:1px solid #e5e7eb;border-radius:12px;padding:16px;background:#fff;cursor:pointer;transition:border-color 0.15s, box-shadow 0.15s}.kb-card:hover,.kb-card:focus-visible,.kb-card.is-active{border-color:#111111;outline:none}.kb-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.kb-card__title{margin:0;font-size:17px;font-weight:600;line-height:normal;color:#111111}.kb-card__veranstalter{flex:0 0 auto;font-size:13px;color:#666666;padding-top:2px}.kb-card__excerpt{margin:0;font-size:13px;line-height:17px;color:#666666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kb-card__meta{display:flex;flex-wrap:wrap;gap:4px 12px;font-size:13px;color:#666666}.kb-card__meta span{display:inline-flex;align-items:center;gap:6px}.kb-card__meta .icon{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2}.kb-card .kb-tags{padding-top:3px}.kb-tags{display:flex;flex-wrap:wrap;gap:6px}.kb-tags:empty{display:none}.kb-tag{display:inline-block;padding:4px 8px;border-radius:999px;background:var(--tag, #2B2B2C);color:var(--tag-text, #fff);font-size:11px;font-weight:400;line-height:normal;white-space:nowrap}.kb-detail{position:absolute;inset:0;background:#fff;overflow-y:auto;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#d4d4d4 transparent;z-index:3}.kb-detail::-webkit-scrollbar{width:4px;height:4px}.kb-detail::-webkit-scrollbar-track{background:transparent}.kb-detail::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px}.kb-detail::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.kb-detail::-webkit-scrollbar-button{display:none;height:0}.kb-detail[hidden]{display:none}.kb-detail__back{display:inline-flex;align-items:center;gap:4px;margin:24px 28px 0 32px;font-size:13px;line-height:normal;color:#666666}.kb-detail__back .icon{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2}.kb-detail__back:hover{color:#111111}.kb-detail__inner{display:flex;flex-direction:column;gap:24px;padding:24px 28px 32px 32px}.kb-detail__head{display:flex;flex-direction:column;gap:12px}.kb-detail__titlerow{display:flex;align-items:center;justify-content:space-between;gap:12px}.kb-detail__title{margin:0;font-size:20px;line-height:24px;font-weight:700;letter-spacing:-0.02em;color:#111111}.kb-detail__veranstalter{flex:0 0 auto;font-size:13px;color:#666666}.kb-detail .kb-tags{padding-top:3px}.kb-detail__text{font-size:15px;line-height:1.5;color:#666666}.kb-detail__text p{margin:0 0 1em;font-size:inherit;line-height:inherit}.kb-detail__text p:last-child{margin-bottom:0}.kb-detail__meta{display:flex;flex-wrap:wrap;gap:6px 12px;font-size:13px;color:#666666}.kb-detail__meta span{display:inline-flex;align-items:center;gap:6px}.kb-detail__meta .icon{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.kb-detail__meta .icon-map-pin{width:12px;height:12px}.kb-detail__link{align-self:flex-start;font-size:13px;color:#666666;text-decoration:underline;text-underline-position:from-font}.kb-detail__link:hover{color:#111111}.kb-detail__contact{margin:0;font-size:13px;color:#666666;display:flex;flex-direction:column;gap:10px}.kb-detail__contact>div{display:grid;grid-template-columns:80px 1fr;gap:12px}.kb-detail__contact dt{font-weight:500}.kb-detail__contact dd{margin:0;line-height:1.5}.kb-detail__contact dd a{color:inherit}.kb-detail__buchung .kb-accordion{gap:8px}.kb-muted{color:#666666}.kb-gallery{border-radius:8px;overflow:hidden;background:#f3f3f3}.kb-gallery .swiper{position:relative;overflow:hidden;width:100%;z-index:1}.kb-gallery .swiper-slide img{display:block;width:100%;aspect-ratio:1.375;object-fit:cover}.kb-gallery .swiper-pagination-bullet{background:#fff;opacity:0.6}.kb-gallery .swiper-pagination-bullet-active{opacity:1}.kb-gallery .swiper-button-prev,.kb-gallery .swiper-button-next{width:40px;height:40px;margin-top:0;top:50%;transform:translateY(-50%);border:1px solid #6e6e6e;border-radius:8px;background:rgba(255, 255, 255, 0.55);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#111111;opacity:0;transition:opacity 0.2s, background 0.15s, border-color 0.15s}.kb-gallery .swiper-button-prev::after,.kb-gallery .swiper-button-next::after{content:none}.kb-gallery .swiper-button-prev .icon,.kb-gallery .swiper-button-next .icon{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.kb-gallery .swiper-button-prev:hover,.kb-gallery .swiper-button-next:hover{background:rgba(255, 255, 255, 0.85);border-color:#111111}.kb-gallery .swiper-button-prev.swiper-button-disabled,.kb-gallery .swiper-button-next.swiper-button-disabled{opacity:0}.kb-gallery .swiper-button-prev{left:15px}.kb-gallery .swiper-button-next{right:15px}.kb-gallery:hover .swiper-button-prev,.kb-gallery:hover .swiper-button-next,.kb-gallery .swiper-button-prev:focus-visible,.kb-gallery .swiper-button-next:focus-visible{opacity:1}@media (hover:none){.kb-gallery .swiper-button-prev,.kb-gallery .swiper-button-next{opacity:1}}.kb-mapwrap{position:relative;height:100%;overflow:hidden;background:#f4f4f4}.kb-mapwrap .kb-map{position:absolute;inset:0;width:100%;height:100%}.kb-mapwrap .kb-map .mapboxgl-ctrl-logo{display:none !important}.kb-mapwrap .kb-map .mapboxgl-ctrl-top-right{top:24px;right:24px}.kb-mapwrap .kb-map .mapboxgl-ctrl-group{border-radius:8px;box-shadow:0 1px 4px rgba(0, 0, 0, 0.12)}.kb-map__notice{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px 22px;font-size:15px;max-width:360px;text-align:center;z-index:1}@keyframes kb-filter-in{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes kb-filter-out{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(16px)}}@keyframes kb-filter-in-sheet{from{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes kb-filter-out-sheet{from{transform:translateY(0)}to{transform:translateY(100%)}}@media (prefers-reduced-motion:reduce){.kb-filter:not([hidden]){animation:none !important}}.kb-filter{position:absolute;top:12px;left:528px;width:368px;max-width:calc(100% - 504px - 48px);max-height:calc(100% - 24px);overflow-y:auto;display:flex;flex-direction:column;gap:32px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 8px 40px rgba(0, 0, 0, 0.1);padding:26px 0 32px;z-index:5;scrollbar-width:thin;scrollbar-color:#d4d4d4 transparent}.kb-filter::-webkit-scrollbar{width:4px;height:4px}.kb-filter::-webkit-scrollbar-track{background:transparent}.kb-filter::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:4px}.kb-filter::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.kb-filter::-webkit-scrollbar-button{display:none;height:0}.kb-filter[hidden]{display:none}.kb-filter:not([hidden]){animation:kb-filter-in 0.28s cubic-bezier(0.2, 0.7, 0.2, 1) both}.kb-filter.is-closing{animation:kb-filter-out 0.2s ease-in both;pointer-events:none}.kb-filter__head{display:flex;align-items:center;justify-content:space-between;padding:0 32px}.kb-filter__head h2{margin:0;font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#111111;line-height:normal}.kb-filter__close{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-right:-7px;color:#666666}.kb-filter__close .icon{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.5}.kb-filter__close:hover{color:#111111}.kb-filter__section{display:flex;flex-direction:column;gap:16px;padding:0 32px}.kb-filter__label{margin:0;padding-bottom:4px;font-size:15px;font-weight:600;line-height:1.5;color:#666666}.kb-filter__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 32px}.kb-filter__result{font-size:13px;color:#666666}.kb-filter__reset{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#666666}.kb-filter__reset .icon{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8}.kb-filter__reset:hover{color:#111111}.kb-chips{display:flex;flex-wrap:wrap;gap:10px}.kb-chip{--chip: #000;--chip-text: #fff;display:inline-flex;align-items:center;padding:6px 16px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;font-size:13px;line-height:normal;color:#111111;transition:background 0.15s, color 0.15s, border-color 0.15s}.kb-chip:hover{border-color:#999}.kb-chip.is-selected{background:var(--chip);border-color:var(--chip);color:var(--chip-text)}[data-filter="kategorie"] .kb-chip.is-selected{font-weight:600}.kb-logos{position:absolute;right:24px;bottom:24px;display:flex;align-items:center;gap:18px;z-index:1;pointer-events:none}.kb-logos img{height:36px;width:auto;display:block}.kb-logos a{pointer-events:auto}.kb-mobile-toggle{display:none}@media only screen and (max-width:900px){.kb{grid-template-columns:1fr;grid-template-rows:1fr;height:100dvh}.kb-sidebar,.kb-mapwrap{grid-row:1;grid-column:1;border-right:0}.kb[data-view="list"] .kb-mapwrap{visibility:hidden}.kb[data-view="map"] .kb-sidebar{visibility:hidden}.kb-sidebar__head,.kb-intro,.kb-tools,.kb-list{padding-left:20px;padding-right:20px}.kb-detail__back{margin-left:20px;margin-right:20px}.kb-detail__inner{padding:24px 20px 110px}.kb-list{padding-bottom:96px}.kb-title{font-size:20px}.kb-filter{position:fixed;top:auto;left:0;right:0;bottom:0;width:100%;max-width:none;max-height:85dvh;z-index:30;box-shadow:0 -8px 40px rgba(0, 0, 0, 0.14);border-radius:16px 16px 0 0;padding:22px 0 90px;gap:24px}.kb-filter:not([hidden]){animation-name:kb-filter-in-sheet;animation-duration:0.32s}.kb-filter.is-closing{animation-name:kb-filter-out-sheet;animation-duration:0.26s}.kb-filter__head,.kb-filter__section,.kb-filter__foot{padding-left:20px;padding-right:20px}.kb-logos{display:none}.kb-splash__video{width:70vw;max-height:60vh}.kb-search input{font-size:16px}.kb-map .mapboxgl-ctrl-top-right{top:12px;right:12px}.kb-mobile-toggle{display:block;position:fixed;left:50%;bottom:20px;transform:translateX(-50%);z-index:20;padding:12px 22px;border-radius:999px;background:#111111;color:#fff;font-weight:600;font-size:15px;box-shadow:0 6px 20px rgba(0, 0, 0, 0.2)}}::-moz-selection{background:#fcf18f}::selection{background:#fcf18f}body{font-family:"Inter", system-ui, -apple-system, sans-serif;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,a:active,a:focus,button,button:active,button:focus{outline:none}a.blocklink{width:100%;height:100%;z-index:200;position:absolute;top:0px;left:0px}.wrap{max-width:1000px;margin:0 auto;position:relative}h1{font-weight:normal;font-size:40px;margin-bottom:45px}h3{font-weight:normal;font-size:25px;margin-top:45px}p{font-size:16px;line-height:21px}a{text-decoration:none;color:black}p a{text-decoration:underline}.hamburger{position:fixed;top:15px;right:40px;z-index:9000;padding-bottom:10px !important}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:black;border-radius:0px;height:3px}.hamburger:hover .hamburger-inner,.hamburger:hover .hamburger-inner:after,.hamburger:hover .hamburger-inner:before{background-color:#484848}.hamburger.is-active:hover,.hamburger:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:black}/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22http%3A%2F%2Fkulturbus.local%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fkulturbus%2Fscss%2F_karte.scss%22%2C%22wp-content%2Fthemes%2Fkulturbus%2Fscss%2Fstyles.scss%22%2C%22wp-content%2Fthemes%2Fkulturbus%2Fscss%2F_navigation.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAiCA%2CgBAAA%2CeAAA%2CCAEC%2CmFAAA%2CYAAA%2CCACA%2CqBAAA%2CkBAAA%2CCAGD%2CIAAA%2CiPAAA%2CCAaC%2CMAAA%2CqBAAA%2CCAEA%2CmBAAA%2C4EAAA%2CCACA%2CMAAA%2CiEAAA%2CCAID%2CWAAA%2CgKAAA%2CCAWC%2CmBAAA%2CYAAA%2CCACA%2CsBAAA%2C6BAAA%2CCAEA%2CkBAAA%2C%2BHAAA%2CCAYD%2CYAAA%2CyHAAA%2CCAUA%2CkBAAA%2CgLAAA%2CCA7EC%2CqCAAA%2CoBAAA%2CCACA%2C2CAAA%2CsBAAA%2CCACA%2C2CAAA%2CoCAAA%2CCACA%2CiDAAA%2CkBAAA%2CCACA%2C4CAAA%2CqBAAA%2CCAqFD%2CyCAAA%2CeAAA%2CCAEA%2CkBAAA%2CiPAAA%2CCA3FC%2CqCAAA%2CoBAAA%2CCACA%2C2CAAA%2CsBAAA%2CCACA%2C2CAAA%2CoCAAA%2CCACA%2CiDAAA%2CkBAAA%2CCACA%2C4CAAA%2CqBAAA%2CCAmGD%2CqDAAA%2CqCAAA%2CCAEA%2CUAAA%2C6FAAA%2CCASA%2CYAAA%2C0NAAA%2CCAWC%2CkBAAA%2C%2BBAAA%2CCAEA%2CwDAAA%2C4BAAA%2CCAIA%2CkCAAA%2CoDAAA%2CCACA%2CuBAAA%2CuCAAA%2CCACA%2CyBAAA%2CcAAA%2CCAGD%2CUAAA%2CqFAAA%2CCAMC%2CkBAAA%2CYAAA%2CCAEA%2CYAAA%2CaAAA%2CCACA%2CgBAAA%2CqDAAA%2CCAMA%2CeAAA%2CkEAAA%2CCAMA%2CgBAAA%2C8CAAA%2CCAIC%2CsBAAA%2CmEAAA%2CCAIF%2CcAAA%2CoEAAA%2CCAMC%2CoBAAA%2CkCAAA%2CCACA%2CqBAAA%2CgBAAA%2CCAGD%2CUAAA%2CwGAAA%2CCASC%2CaAAA%2C8CAAA%2CCACA%2CgCAAA%2CqEAAA%2CCACA%2C4CAAA%2CsBAAA%2CCAGD%2CsBAAA%2CiJAAA%2CCAUC%2C4BAAA%2C6FAAA%2CCACA%2CoCAAA%2CwBAAA%2CCACA%2C4BAAA%2CaAAA%2CCAED%2CqBAAA%2C4CAAA%2CCAIC%2C6BAAA%2CYAAA%2CCACA%2CuBAAA%2CsDAAA%2CCAGD%2CYAAA%2C4BAAA%2CCAGC%2CkBAAA%2CaAAA%2CCAGD%2CUAAA%2C4GAAA%2CCAWC%2CiBAAA%2CwJAAA%2CCAYD%2CWAAA%2CqIAAA%2CCAUC%2CwBAAA%2CoBAAA%2CCACA%2CiBAAA%2C4EAAA%2CCACA%2CiBAAA%2C%2BFAAA%2CCASC%2C8BAAA%2CaAAA%2CCACA%2C%2BCAAA%2CuBAAA%2CCAIF%2CkBAAA%2CiBAAA%2CCAEC%2CyBAAA%2CiPAAA%2CCAYC%2CiCAAA%2CYAAA%2CCAKF%2CSAAA%2CqFAAA%2CCAMC%2CkCAAA%2CqCAAA%2CCACA%2CgBAAA%2CkEAAA%2CCAKC%2CkBAAA%2C8CAAA%2CCAIF%2CSAAA%2CmLAAA%2CCAUC%2CyDAAA%2CiCAAA%2CCAIA%2CeAAA%2C0EAAA%2CCAMA%2CgBAAA%2CwEAAA%2CCAOA%2CuBAAA%2C0DAAA%2CCAMA%2CkBAAA%2C2IAAA%2CCAUA%2CeAAA%2CqEAAA%2CCAMC%2CoBAAA%2C8CAAA%2CCACA%2CqBAAA%2CmEAAA%2CCAED%2CkBAAA%2CeAAA%2CCAGD%2CSAAA%2CmCAAA%2CCAIC%2CeAAA%2CYAAA%2CCAED%2CQAAA%2CwLAAA%2CCAaA%2CWAAA%2CoJAAA%2CCAvXC%2C8BAAA%2CoBAAA%2CCACA%2CoCAAA%2CsBAAA%2CCACA%2CoCAAA%2CoCAAA%2CCACA%2C0CAAA%2CkBAAA%2CCACA%2CqCAAA%2CqBAAA%2CCA2XA%2CmBAAA%2CYAAA%2CCAEA%2CiBAAA%2CsHAAA%2CCAQC%2CuBAAA%2CmEAAA%2CCACA%2CuBAAA%2CaAAA%2CCAED%2CkBAAA%2CuEAAA%2CCAOA%2CiBAAA%2C2CAAA%2CCACA%2CqBAAA%2CsEAAA%2CCACA%2CkBAAA%2C6FAAA%2CCAQA%2CyBAAA%2C0CAAA%2CCACA%2CoBAAA%2CeAAA%2CCAEA%2CiBAAA%2C4CAAA%2CCAIC%2CmBAAA%2CoDAAA%2CCAA%2BD%2C8BAAA%2CeAAA%2CCAGhE%2CiBAAA%2CqEAAA%2CCAMC%2CsBAAA%2C8CAAA%2CCACA%2CuBAAA%2CmEAAA%2CCACA%2C%2BBAAA%2CsBAAA%2CCAGD%2CiBAAA%2C8GAAA%2CCAMC%2CuBAAA%2CaAAA%2CCAGD%2CoBAAA%2CiFAAA%2CCAOC%2CwBAAA%2CoDAAA%2CCACA%2CuBAAA%2CeAAA%2CCACA%2CuBAAA%2CwBAAA%2CCAAkC%2CyBAAA%2CaAAA%2CCAGnC%2CkCAAA%2COAAA%2CCAGD%2CUAAA%2CaAAA%2CCAEA%2CYAAA%2CoDAAA%2CCAMC%2CoBAAA%2CsDAAA%2CCACA%2C8BAAA%2C4DAAA%2CCACA%2CsCAAA%2C2BAAA%2CCAA2D%2C6CAAA%2CSAAA%2CCAG3D%2CgEAAA%2CwSAAA%2CCAeC%2C8EAAA%2CYAAA%2CCACA%2C4EAAA%2CmEAAA%2CCACA%2C4EAAA%2CyDAAA%2CCACA%2C8GAAA%2CSAAA%2CCAED%2CgCAAA%2CSAAA%2CCACA%2CgCAAA%2CUAAA%2CCACA%2CwKAAA%2CSAAA%2CCAGA%2CoBAAuB%2CgEAAA%2CSAAA%2CCAAA%2CCAIxB%2CYAAA%2CgEAAA%2CCAMA%2CoBAAA%2CgDAAA%2CCAKC%2CwCAAA%2CuBAAA%2CCACA%2C6CAAA%2CmBAAA%2CCACA%2CyCAAA%2C0DAAA%2CCAED%2CgBAAA%2C2MAAA%2CCAcA%2CwBACC%2CKAAA%2CoCAAA%2CCACA%2CGAAA%2CiCAAA%2CCAAA%2CCAED%2CyBACC%2CKAAA%2CiCAAA%2CCACA%2CGAAA%2CoCAAA%2CCAAA%2CCAED%2C8BACC%2CKAAA%2C0BAAA%2CCACA%2CGAAA%2CuBAAA%2CCAAA%2CCAED%2C%2BBACC%2CKAAA%2CuBAAA%2CCACA%2CGAAA%2C0BAAA%2CCAAA%2CCAED%2CuCACC%2CyBAAA%2CyBAAA%2CCAAA%2CCAID%2CWAAA%2C0WAAA%2CCAtiBC%2C8BAAA%2CoBAAA%2CCACA%2CoCAAA%2CsBAAA%2CCACA%2CoCAAA%2CoCAAA%2CCACA%2C0CAAA%2CkBAAA%2CCACA%2CqCAAA%2CqBAAA%2CCAojBA%2CmBAAA%2CYAAA%2CCAEA%2CyBAAA%2CgEAAA%2CCACA%2CsBAAA%2C6DAAA%2CCAEA%2CiBAAA%2C4EAAA%2CCAKC%2CoBAAA%2CoHAAA%2CCAUD%2CkBAAA%2CoHAAA%2CCAQC%2CwBAAA%2CqEAAA%2CCACA%2CwBAAA%2CaAAA%2CCAGD%2CoBAAA%2C0DAAA%2CCAMA%2CkBAAA%2CwFAAA%2CCASA%2CiBAAA%2CqFAAA%2CCAOA%2CmBAAA%2C4BAAA%2CCACA%2CkBAAA%2C2EAAA%2CCAMC%2CwBAAA%2CqEAAA%2CCACA%2CwBAAA%2CaAAA%2CCAIF%2CUAAA%2CoCAAA%2CCAKA%2CSAAA%2C%2BPAAA%2CCAaC%2CeAAA%2CiBAAA%2CCACA%2CqBAAA%2CsEAAA%2CCAMA%2C%2BCAAA%2CeAAA%2CCAGD%2CUAAA%2C%2BGAAA%2CCASC%2CcAAA%2CoCAAA%2CCACA%2CYAAA%2CmBAAA%2CCAGD%2CkBAAA%2CYAAA%2CCAGA%2CyCACC%2CIAAA%2C8DAAA%2CCAKA%2CwBAAA%2CuCAAA%2CCAKA%2CkCAAA%2CiBAAA%2CCACA%2CiCAAA%2CiBAAA%2CCAEA%2C%2BCAAA%2CoCAAA%2CCACA%2CiBAAA%2CkCAAA%2CCACA%2CkBAAA%2CuBAAA%2CCACA%2CSAAA%2CmBAAA%2CCACA%2CUAAA%2CcAAA%2CCAEA%2CWAAA%2CyMAAA%2CCAOC%2CyBAAA%2C0DAAA%2CCACA%2CsBAAA%2C2DAAA%2CCAKD%2CsDAAA%2CoCAAA%2CCACA%2CUAAA%2CYAAA%2CCACA%2CkBAAA%2C0BAAA%2CCAEA%2CiBAAA%2CcAAA%2CCACA%2CiCAAA%2CmBAAA%2CCAEA%2CkBAAA%2CmOAAA%2CCAAA%2CCC7tBD%2CiBAAA%2CkBAAA%2CCACA%2CYAAA%2CkBAAA%2CCAEA%2CKAAA%2CyMAAA%2CCAUA%2CqDAAA%2CYAAA%2CCAIA%2CYAAA%2CqEAAA%2CCASA%2CMAAA%2CgDAAA%2CCAUA%2CGAAA%2CoDAAA%2CCAMA%2CGAAA%2CiDAAA%2CCAMA%2CEAAA%2C%2BBAAA%2CCAKA%2CEAAA%2CgCAAA%2CCAKA%2CIAAA%2CyBAAA%2CCC7DA%2CWAAA%2C8EAAA%2CCAQA%2CgEAAA%2CmDAAA%2CCAMA%2CmHAAA%2CwBAAA%2CCAQA%2C4CAAA%2CSAAA%2CCAIA%2C%2BHAAA%2CsBAAA%22%7D */