@treely/strapi-slices 7.2.0 → 7.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/__mocks__/swr/index.d.ts +6 -0
- package/dist/__mocks__/swr/infinite.d.ts +4 -0
- package/dist/components/EventCard/EventCard.d.ts +6 -0
- package/dist/components/EventCard/index.d.ts +2 -0
- package/dist/components/EventCard/messages.de.d.ts +15 -0
- package/dist/components/EventCard/messages.en.d.ts +15 -0
- package/dist/components/StrapiLinkButton/StrapiLinkButton.d.ts +1 -0
- package/dist/index.d.ts +2 -1
- package/dist/models/SWRData.d.ts +5 -0
- package/dist/models/hooks/UseInfiniteDataHookProps.d.ts +11 -0
- package/dist/models/hooks/useEvents.d.ts +9 -0
- package/dist/models/strapi/StrapiEvent.d.ts +48 -0
- package/dist/rootMessages.de.d.ts +21 -0
- package/dist/rootMessages.en.d.ts +21 -0
- package/dist/slices/Events/Events.d.ts +11 -0
- package/dist/slices/Events/Events.stories.d.ts +4 -0
- package/dist/slices/Events/index.d.ts +2 -0
- package/dist/slices/Events/messages.de.d.ts +12 -0
- package/dist/slices/Events/messages.en.d.ts +12 -0
- package/dist/strapi-slices.cjs.development.js +822 -43
- package/dist/strapi-slices.cjs.development.js.map +1 -1
- package/dist/strapi-slices.cjs.production.min.js +1 -1
- package/dist/strapi-slices.cjs.production.min.js.map +1 -1
- package/dist/strapi-slices.esm.js +823 -45
- package/dist/strapi-slices.esm.js.map +1 -1
- package/dist/test/strapiMocks/strapiEventMock.d.ts +3 -0
- package/dist/utils/getCountryFlag.d.ts +2 -0
- package/dist/utils/getMessages.d.ts +42 -0
- package/package.json +16 -2
- package/src/components/ContextProvider/ContextProvider.tsx +32 -4
- package/src/components/CustomerQuoteCard/CustomerQuoteCard.tsx +1 -0
- package/src/components/EventCard/EventCard.test.tsx +127 -0
- package/src/components/EventCard/EventCard.tsx +313 -0
- package/src/components/EventCard/index.ts +3 -0
- package/src/components/EventCard/messages.de.ts +16 -0
- package/src/components/EventCard/messages.en.ts +16 -0
- package/src/components/SliceRenderer/SliceRenderer.tsx +5 -0
- package/src/components/StrapiLinkButton/StrapiLinkButton.tsx +1 -0
- package/src/index.tsx +2 -0
- package/src/models/SWRData.ts +6 -0
- package/src/models/hooks/UseInfiniteDataHookProps.tsx +13 -0
- package/src/models/hooks/useEvents.ts +46 -0
- package/src/models/strapi/StrapiEvent.ts +51 -0
- package/src/rootMessages.de.ts +4 -0
- package/src/rootMessages.en.ts +4 -0
- package/src/slices/Events/Events.stories.tsx +36 -0
- package/src/slices/Events/Events.test.tsx +350 -0
- package/src/slices/Events/Events.tsx +473 -0
- package/src/slices/Events/index.ts +3 -0
- package/src/slices/Events/messages.de.ts +14 -0
- package/src/slices/Events/messages.en.ts +13 -0
- package/src/test/strapiMocks/strapiEventMock.ts +57 -0
- package/src/utils/getCountryFlag.test.ts +9 -0
- package/src/utils/getCountryFlag.ts +6 -0
- package/src/utils/strapiMediaUrl.ts +1 -2
|
@@ -2,11 +2,11 @@ import axios from 'axios';
|
|
|
2
2
|
import qs from 'qs';
|
|
3
3
|
import { setupCache } from 'axios-cache-interceptor';
|
|
4
4
|
import React, { useState, useRef, useMemo, useCallback, useEffect, Fragment, createRef, createContext, useContext } from 'react';
|
|
5
|
-
import { Box, BoemlyAlert, BoemlyModal, Flex, IconButton, useMediaQuery, DefaultSectionContainer, Wrapper, DefaultSectionHeader, Button, Gradient, Spacer, SimpleGrid, Heading, Text, useToken, Grid, GridItem, BoemlyList, PortfolioCard, RichText, BoemlyAccordion, HeroCard, Shape, QuoteCard, Center, ShapesCard, TextCardWithIcon, ContactArea, Tag, Container, ProjectCard, Link as Link$1, DatePersonPair, BoemlyThemeProvider, useDisclosure, AvatarWithName, Divider, Badge, LabelNumberPair, BoemlyFormControl, InputRightAddon, LabelTextPair, Tooltip } from 'boemly';
|
|
5
|
+
import { Box, BoemlyAlert, BoemlyModal, Flex, IconButton, useMediaQuery, DefaultSectionContainer, Wrapper, DefaultSectionHeader, Button, Gradient, Spacer, SimpleGrid, Heading, Text, useToken, Grid, GridItem, BoemlyList, PortfolioCard, RichText, BoemlyAccordion, HeroCard, Shape, QuoteCard, Center, ShapesCard, TextCardWithIcon, ContactArea, Tag, Container, ProjectCard, Link as Link$1, DatePersonPair, BoemlyThemeProvider, useDisclosure, AvatarWithName, Divider, Badge, LabelNumberPair, BoemlyFormControl, InputRightAddon, LabelTextPair, Tooltip, Select, BoemlyTag } from 'boemly';
|
|
6
6
|
import Head from 'next/head';
|
|
7
7
|
import Image from 'next/image';
|
|
8
8
|
import { useLockBodyScroll, useKey, useWindowScroll, useWindowSize, useMeasure, useCopyToClipboard } from 'react-use';
|
|
9
|
-
import { CaretLeft, CaretRight, Globe, ArrowRight, ArrowLeft, MapPin, Check, Link as Link$2, FilePdf, DownloadSimple, X } from '@phosphor-icons/react';
|
|
9
|
+
import { CaretLeft, CaretRight, Globe, ArrowRight, ArrowLeft, MapPin, Check, Link as Link$2, FilePdf, DownloadSimple, X, Star, Laptop, MapPinLine, CalendarBlank, CaretUp, CaretDown, Info, ProjectorScreenChart, Confetti, ChalkboardTeacher, BowlFood, Handshake, PersonSimpleWalk, UsersThree, Headset, Webcam } from '@phosphor-icons/react';
|
|
10
10
|
import Link from 'next/link';
|
|
11
11
|
import { useDetectAdBlock } from 'adblock-detect-react';
|
|
12
12
|
import { useRouter } from 'next/router';
|
|
@@ -14,11 +14,13 @@ import styled from '@emotion/styled';
|
|
|
14
14
|
import { css, Global } from '@emotion/react';
|
|
15
15
|
import { motion, AnimatePresence } from 'framer-motion';
|
|
16
16
|
import { createIntl, createIntlCache, IntlProvider, IntlContext as IntlContext$1 } from 'react-intl';
|
|
17
|
+
import { SWRConfig, mutate } from 'swr/_internal';
|
|
17
18
|
import mapboxgl, { Map as Map$1, Marker } from 'mapbox-gl';
|
|
18
19
|
import { createRoot } from 'react-dom/client';
|
|
19
20
|
import { Formik, Form, Field } from 'formik';
|
|
20
21
|
import useEmblaCarousel from 'embla-carousel-react';
|
|
21
22
|
import AutoScroll from 'embla-carousel-auto-scroll';
|
|
23
|
+
import useSWRInfinite from 'swr/infinite';
|
|
22
24
|
|
|
23
25
|
function _regeneratorRuntime() {
|
|
24
26
|
_regeneratorRuntime = function () {
|
|
@@ -658,7 +660,7 @@ var strapiMediaUrl = function strapiMediaUrl(media, preferredSize) {
|
|
|
658
660
|
if (url && (url.indexOf('http://') === 0 || url.indexOf('https://') === 0)) {
|
|
659
661
|
return url;
|
|
660
662
|
}
|
|
661
|
-
return "" + (
|
|
663
|
+
return "" + (STRAPI_URI.includes('127.0.0.1') || STRAPI_URI.includes('localhost') ? STRAPI_URI : '') + url;
|
|
662
664
|
};
|
|
663
665
|
|
|
664
666
|
var DEFAULT_SHARE_IMAGE = 'https://cdn.tree.ly/assets/v3/app/share-image-generic.webp';
|
|
@@ -1688,8 +1690,8 @@ var LogoGridWithText = function LogoGridWithText(_ref) {
|
|
|
1688
1690
|
})))));
|
|
1689
1691
|
};
|
|
1690
1692
|
|
|
1691
|
-
var _templateObject$
|
|
1692
|
-
var MapHeroContainer = /*#__PURE__*/styled(Box)(_templateObject$
|
|
1693
|
+
var _templateObject$9, _templateObject2$5, _templateObject3$2, _templateObject4$1, _templateObject5;
|
|
1694
|
+
var MapHeroContainer = /*#__PURE__*/styled(Box)(_templateObject$9 || (_templateObject$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n width: 100vw;\n height: var(--default-hero-height);\n min-height: var(--boemly-sizes-3xl);\n background-color: var(--boemly-colors-primary-50);\n overflow: hidden;\n z-index: var(--boemly-zIndices-base);\n\n @media screen and (max-width: ", ") {\n height: auto;\n }\n"])), BREAKPOINT_LG);
|
|
1693
1695
|
var MapHeroTextContainer = /*#__PURE__*/styled(Box)(_templateObject2$5 || (_templateObject2$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n width: 100vw;\n top: 56%;\n left: 0;\n transform: translateY(-50%);\n z-index: var(--boemly-zIndices-aboveBase);\n\n @media screen and (max-width: ", ") {\n position: relative;\n transform: unset;\n\n padding-top: var(--boemly-space-32);\n }\n"])), BREAKPOINT_LG);
|
|
1694
1696
|
var ShapeContainer = /*#__PURE__*/styled(Box)(_templateObject3$2 || (_templateObject3$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n bottom: calc(var(--boemly-space-8) * -1);\n left: 0;\n\n width: var(--boemly-sizes-sm);\n height: var(--boemly-sizes-sm);\n\n border-top-right-radius: var(--boemly-radii-full);\n\n & span,\n div {\n border-top-right-radius: var(--boemly-radii-full);\n }\n\n @media screen and (max-width: ", ") {\n display: none;\n }\n"])), BREAKPOINT_LG);
|
|
1695
1697
|
var MapContainer = /*#__PURE__*/styled(Box)(_templateObject4$1 || (_templateObject4$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n\n width: 50%;\n height: 100%;\n\n right: 0;\n top: 0;\n\n & img {\n object-fit: cover !important;\n }\n\n @media screen and (max-width: ", ") {\n width: 100%;\n height: var(--boemly-sizes-4xl);\n position: relative;\n margin-top: calc(var(--boemly-space-72) * -1);\n background-color: var(--boemly-colors-white);\n\n & img {\n object-fit: contain !important;\n }\n }\n"])), BREAKPOINT_LG);
|
|
@@ -2106,7 +2108,7 @@ var Steps = function Steps(_ref) {
|
|
|
2106
2108
|
})))));
|
|
2107
2109
|
};
|
|
2108
2110
|
|
|
2109
|
-
var _oppositesOfCorners, _templateObject$
|
|
2111
|
+
var _oppositesOfCorners, _templateObject$8, _templateObject2$4;
|
|
2110
2112
|
var ShapePosition;
|
|
2111
2113
|
(function (ShapePosition) {
|
|
2112
2114
|
ShapePosition["topLeft"] = "top-left";
|
|
@@ -2209,7 +2211,7 @@ var TextCardGrid = function TextCardGrid(_ref) {
|
|
|
2209
2211
|
borderBottomLeftRadius: oppositesOfCorners[variants[slice.variant].positionIcon(index)].includes('bottomLeft') ? 'full' : 'unset',
|
|
2210
2212
|
borderTopRightRadius: oppositesOfCorners[variants[slice.variant].positionIcon(index)].includes('topRight') ? 'full' : 'unset',
|
|
2211
2213
|
borderTopLeftRadius: oppositesOfCorners[variants[slice.variant].positionIcon(index)].includes('topLeft') ? 'full' : 'unset',
|
|
2212
|
-
css: variants[slice.variant].positionIcon(index).includes('unset') ? css(_templateObject$
|
|
2214
|
+
css: variants[slice.variant].positionIcon(index).includes('unset') ? css(_templateObject$8 || (_templateObject$8 = _taggedTemplateLiteralLoose(["\n & span,\n div,\n img {\n border-radius: var(--boemly-radii-xl);\n }\n "]))) : css(_templateObject2$4 || (_templateObject2$4 = _taggedTemplateLiteralLoose(["\n & span,\n div,\n img {\n border-", "-radius: var(--boemly-radii-full);\n }\n "])), oppositesOfCorners[variants[slice.variant].positionIcon(index)])
|
|
2213
2215
|
}, React.createElement(Image, {
|
|
2214
2216
|
src: strapiMediaUrl(image.img, 'small'),
|
|
2215
2217
|
alt: image.alt,
|
|
@@ -2257,8 +2259,8 @@ var TextCardGrid = function TextCardGrid(_ref) {
|
|
|
2257
2259
|
}))));
|
|
2258
2260
|
};
|
|
2259
2261
|
|
|
2260
|
-
var _templateObject$
|
|
2261
|
-
var CarouselContainer = /*#__PURE__*/styled(Box)(_templateObject$
|
|
2262
|
+
var _templateObject$7, _templateObject2$3, _templateObject3$1;
|
|
2263
|
+
var CarouselContainer = /*#__PURE__*/styled(Box)(_templateObject$7 || (_templateObject$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: var(--boemly-space-6);\n padding: var(--boemly-space-8) 0;\n\n @media screen and (max-width: ", ") {\n margin-top: var(--boemly-space-4);\n width: var(--boemly-sizes-full);\n }\n\n width: var(--boemly-sizes-full);\n\n overflow-x: hidden;\n\n @media screen and (max-width: ", ") {\n overflow-x: scroll;\n }\n"])), BREAKPOINT_MD, BREAKPOINT_MD);
|
|
2262
2264
|
var CarouselInnerContainer$1 = /*#__PURE__*/styled(motion.div)(_templateObject2$3 || (_templateObject2$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n gap: var(--boemly-space-6);\n justify-content: center;\n\n width: calc(\n (var(--boemly-sizes-sm) + var(--boemly-space-6)) *\n ", " +\n var(--boemly-space-6)\n );\n min-width: var(--boemly-sizes-full);\n\n @media screen and (max-width: ", ") {\n gap: var(--boemly-space-1);\n justify-content: flex-start;\n width: calc(\n (var(--boemly-sizes-2xs) + var(--boemly-space-4)) *\n ", " +\n var(--boemly-space-6)\n );\n }\n"])), function (_ref) {
|
|
2263
2265
|
var numberOfItems = _ref.numberOfItems;
|
|
2264
2266
|
return numberOfItems;
|
|
@@ -2268,58 +2270,85 @@ var CarouselInnerContainer$1 = /*#__PURE__*/styled(motion.div)(_templateObject2$
|
|
|
2268
2270
|
});
|
|
2269
2271
|
var CardContainer = /*#__PURE__*/styled(Box)(_templateObject3$1 || (_templateObject3$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: var(--boemly-sizes-sm);\n\n @media screen and (max-width: ", ") {\n min-width: var(--boemly-sizes-sm);\n\n margin-right: var(--boemly-space-4);\n\n &:first-of-type {\n margin-left: var(--boemly-space-6);\n }\n }\n"])), BREAKPOINT_MD);
|
|
2270
2272
|
|
|
2271
|
-
var _templateObject$
|
|
2272
|
-
var GLOBAL_STYLE = /*#__PURE__*/css(_templateObject$
|
|
2273
|
+
var _templateObject$6;
|
|
2274
|
+
var GLOBAL_STYLE = /*#__PURE__*/css(_templateObject$6 || (_templateObject$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n :root {\n --default-hero-height: calc(100vh - var(--boemly-space-24));\n }\n\n a {\n text-decoration: none;\n }\n"])));
|
|
2273
2275
|
|
|
2274
|
-
var messagesDe$
|
|
2276
|
+
var messagesDe$j = {
|
|
2275
2277
|
'sections.comparison.backgroundShapes': 'Hintergrundformen'
|
|
2276
2278
|
};
|
|
2277
2279
|
|
|
2278
|
-
var messagesDe$
|
|
2280
|
+
var messagesDe$i = {
|
|
2279
2281
|
'components.creditsAvailableBadge.text.yes': 'Credits verfügbar',
|
|
2280
2282
|
'components.creditsAvailableBadge.text.some': 'Einige verbleibende Credits',
|
|
2281
2283
|
'components.creditsAvailableBadge.text.no': 'Keine verbleibenden Credits',
|
|
2282
2284
|
'components.creditsAvailableBadge.text.notYet': 'Credits bald verfügbar'
|
|
2283
2285
|
};
|
|
2284
2286
|
|
|
2285
|
-
var messagesDe$
|
|
2287
|
+
var messagesDe$h = {
|
|
2286
2288
|
'sections.cta.backgroundShapes': 'Dunkle Hintergrundformen',
|
|
2287
2289
|
'sections.cta.backgroundShapesLight': 'Helle Hintergrundformen'
|
|
2288
2290
|
};
|
|
2289
2291
|
|
|
2290
|
-
var messagesDe$
|
|
2292
|
+
var messagesDe$g = {
|
|
2291
2293
|
'sections.customerCard.more': 'Weiterlesen'
|
|
2292
2294
|
};
|
|
2293
2295
|
|
|
2294
|
-
var messagesDe$
|
|
2296
|
+
var messagesDe$f = {
|
|
2295
2297
|
'sections.customerQuoteCard.more': 'Weiterlesen'
|
|
2296
2298
|
};
|
|
2297
2299
|
|
|
2298
|
-
var messagesDe$
|
|
2300
|
+
var messagesDe$e = {
|
|
2301
|
+
'sections.eventCard.recommendedEvent': 'Empfohlene Veranstaltung',
|
|
2302
|
+
'sections.eventCard.buttonShowMore': 'Mehr anzeigen',
|
|
2303
|
+
'sections.eventCard.buttonShowLess': 'Weniger anzeigen',
|
|
2304
|
+
'sections.eventCard.eventType.conference': 'Konferenz',
|
|
2305
|
+
'sections.eventCard.eventType.webinar': 'Webinar',
|
|
2306
|
+
'sections.eventCard.eventType.forestwalk': 'Waldspaziergang',
|
|
2307
|
+
'sections.eventCard.eventType.partnerevent': 'Partnerveranstaltung',
|
|
2308
|
+
'sections.eventCard.eventType.lunch&learn': 'Mittagessen & Lernen',
|
|
2309
|
+
'sections.eventCard.eventType.fair': 'Messe',
|
|
2310
|
+
'sections.eventCard.eventType.festival': 'Festival',
|
|
2311
|
+
'sections.eventCard.eventType.roadshow': 'Roadshow',
|
|
2312
|
+
'sections.eventCard.eventType.meetup': 'Meet Up'
|
|
2313
|
+
};
|
|
2314
|
+
|
|
2315
|
+
var messagesDe$d = {
|
|
2316
|
+
'sections.events.loadMore': 'Mehr laden',
|
|
2317
|
+
'sections.events.noUpcomingEvents': 'Keine bevorstehenden Veranstaltungen gefunden',
|
|
2318
|
+
'sections.events.noPastEvents': 'Keine vergangenen Veranstaltungen gefunden',
|
|
2319
|
+
'sections.eventsFilter.searchPlaceholder': 'Suchen',
|
|
2320
|
+
'sections.events.eventsFilter.eventType': 'Event Type',
|
|
2321
|
+
'sections.events.eventsFilter.language': 'Sprache',
|
|
2322
|
+
'sections.events.eventsFilter.sortBy.title': 'Sortieren nach',
|
|
2323
|
+
'sections.events.eventsFilter.sortBy.newest': 'Neueste zuerst',
|
|
2324
|
+
'sections.events.eventsFilter.sortBy.oldest': 'Älteste zuerst'
|
|
2325
|
+
};
|
|
2326
|
+
|
|
2327
|
+
var messagesDe$c = {
|
|
2299
2328
|
'sections.glossary.copyButtonLabel': 'Kopiere den Link zu diesem Abschnitt in die Zwischenablage',
|
|
2300
2329
|
'sections.glossary.copySuccessMessage': 'Link in die Zwischenablage kopiert',
|
|
2301
2330
|
'sections.glossary.copyFailureMessage': 'Link konnte nicht in die Zwischenablage kopiert werden'
|
|
2302
2331
|
};
|
|
2303
2332
|
|
|
2304
|
-
var messagesDe$
|
|
2333
|
+
var messagesDe$b = {
|
|
2305
2334
|
'features.portfolio.documentsDownloadList.projectDocuments': 'Projektdokumente',
|
|
2306
2335
|
'features.portfolio.documentsDownloadList.downloadDocument': 'Dokument herunterladen'
|
|
2307
2336
|
};
|
|
2308
2337
|
|
|
2309
|
-
var messagesDe$
|
|
2338
|
+
var messagesDe$a = {
|
|
2310
2339
|
'sections.projectFacts.projectInfo.value': 'Projekt Infos'
|
|
2311
2340
|
};
|
|
2312
2341
|
|
|
2313
|
-
var messagesDe$
|
|
2342
|
+
var messagesDe$9 = {
|
|
2314
2343
|
'components.projectGridCard.certified': 'Zertifiziert, {year}',
|
|
2315
2344
|
'components.projectGridCard.certificationInProgress': 'Zertifizierung ist in Arbeit'
|
|
2316
2345
|
};
|
|
2317
2346
|
|
|
2318
|
-
var messagesDe$
|
|
2347
|
+
var messagesDe$8 = {
|
|
2319
2348
|
'sections.projectsMap.link.text': 'Mehr Infos'
|
|
2320
2349
|
};
|
|
2321
2350
|
|
|
2322
|
-
var messagesDe$
|
|
2351
|
+
var messagesDe$7 = {
|
|
2323
2352
|
'features.projectInfo.projectInfo.value': 'Projekt Infos',
|
|
2324
2353
|
'features.projectInfo.properties.area': 'Projekt Fläche',
|
|
2325
2354
|
'features.projectInfo.properties.location': 'Standort',
|
|
@@ -2336,7 +2365,7 @@ var messagesDe$6 = {
|
|
|
2336
2365
|
'features.projectInfo.properties.year': '{years} {years, plural, one {Jahr} other {Jahre} }'
|
|
2337
2366
|
};
|
|
2338
2367
|
|
|
2339
|
-
var messagesDe$
|
|
2368
|
+
var messagesDe$6 = {
|
|
2340
2369
|
'portfolio.smallCheckout.price.taxNotIncluded': 'ohne Steuern',
|
|
2341
2370
|
'portfolio.smallCheckout.price.taxIncluded': 'Preis inklusive Steuern: {number}',
|
|
2342
2371
|
'portfolio.smallCheckout.contributionValueCurrency.label.CHF': 'Geben Sie den Beitrag in Fr. ein',
|
|
@@ -2351,7 +2380,7 @@ var messagesDe$5 = {
|
|
|
2351
2380
|
'portfolio.smallCheckout.submitButton': 'Credits kaufen'
|
|
2352
2381
|
};
|
|
2353
2382
|
|
|
2354
|
-
var messagesDe$
|
|
2383
|
+
var messagesDe$5 = {
|
|
2355
2384
|
'sections.shopCheckout.intro.price': 'Preis',
|
|
2356
2385
|
'sections.shopCheckout.contributionValue.label.EUR': 'Geben sie einen Betrag in € ein',
|
|
2357
2386
|
'sections.shopCheckout.contributionValue.label.CHF': 'Geben sie einen Betrag in CHF ein',
|
|
@@ -2368,12 +2397,12 @@ var messagesDe$4 = {
|
|
|
2368
2397
|
'sections.shopCheckout.submit': 'Kaufen'
|
|
2369
2398
|
};
|
|
2370
2399
|
|
|
2371
|
-
var messagesDe$
|
|
2400
|
+
var messagesDe$4 = {
|
|
2372
2401
|
'sections.textCarousel.moveRight': 'Nach rechts bewegen',
|
|
2373
2402
|
'sections.textCarousel.moveLeft': 'Nach links bewegen'
|
|
2374
2403
|
};
|
|
2375
2404
|
|
|
2376
|
-
var messagesDe$
|
|
2405
|
+
var messagesDe$3 = {
|
|
2377
2406
|
'sections.timeline.backgroundShapes': 'Hintergrundformen',
|
|
2378
2407
|
'sections.timeline.showMoreButton': 'Drei weitere Meilensteine anzeigen'
|
|
2379
2408
|
};
|
|
@@ -2383,32 +2412,59 @@ var unitMessagesDe = {
|
|
|
2383
2412
|
'unit.formatter.tonsCo2PerYear': '{number} tCO₂/Jahr'
|
|
2384
2413
|
};
|
|
2385
2414
|
|
|
2386
|
-
var rootMessagesDe = /*#__PURE__*/_extends({}, messagesDe$
|
|
2415
|
+
var rootMessagesDe = /*#__PURE__*/_extends({}, messagesDe$i, messagesDe$e, messagesDe$b, messagesDe$7, messagesDe$6, messagesDe$9, messagesDe$j, messagesDe$h, messagesDe$g, messagesDe$f, messagesDe$d, messagesDe$c, messagesDe$a, messagesDe$8, messagesDe$5, messagesDe$4, messagesDe$3, unitMessagesDe);
|
|
2387
2416
|
|
|
2388
|
-
var messagesEn$
|
|
2417
|
+
var messagesEn$d = {
|
|
2389
2418
|
'sections.comparison.backgroundShapes': 'Background shapes'
|
|
2390
2419
|
};
|
|
2391
2420
|
|
|
2392
|
-
var messagesEn$
|
|
2421
|
+
var messagesEn$c = {
|
|
2393
2422
|
'components.creditsAvailableBadge.text.yes': 'Credits available',
|
|
2394
2423
|
'components.creditsAvailableBadge.text.some': 'Some remaining credits',
|
|
2395
2424
|
'components.creditsAvailableBadge.text.no': 'No remaining credits',
|
|
2396
2425
|
'components.creditsAvailableBadge.text.notYet': 'Credits available soon'
|
|
2397
2426
|
};
|
|
2398
2427
|
|
|
2399
|
-
var messagesEn$
|
|
2428
|
+
var messagesEn$b = {
|
|
2400
2429
|
'sections.cta.backgroundShapesDark': 'Dark background shapes',
|
|
2401
2430
|
'sections.cta.backgroundShapesLight': 'Light background shapes'
|
|
2402
2431
|
};
|
|
2403
2432
|
|
|
2404
|
-
var messagesEn$
|
|
2433
|
+
var messagesEn$a = {
|
|
2405
2434
|
'sections.customerCard.more': 'Read more'
|
|
2406
2435
|
};
|
|
2407
2436
|
|
|
2408
|
-
var messagesEn$
|
|
2437
|
+
var messagesEn$9 = {
|
|
2409
2438
|
'sections.customerQuoteCard.more': 'Read more'
|
|
2410
2439
|
};
|
|
2411
2440
|
|
|
2441
|
+
var messagesEn$8 = {
|
|
2442
|
+
'sections.eventCard.recommendedEvent': 'Recommended Event',
|
|
2443
|
+
'sections.eventCard.buttonShowMore': 'Show More',
|
|
2444
|
+
'sections.eventCard.buttonShowLess': 'Show Less',
|
|
2445
|
+
'sections.eventCard.eventType.conference': 'Conference',
|
|
2446
|
+
'sections.eventCard.eventType.webinar': 'Webinar',
|
|
2447
|
+
'sections.eventCard.eventType.forestwalk': 'Forest Walk',
|
|
2448
|
+
'sections.eventCard.eventType.partnerevent': 'Partner Event',
|
|
2449
|
+
'sections.eventCard.eventType.lunch&learn': 'Lunch & Learn',
|
|
2450
|
+
'sections.eventCard.eventType.fair': 'Fair',
|
|
2451
|
+
'sections.eventCard.eventType.festival': 'Festival',
|
|
2452
|
+
'sections.eventCard.eventType.roadshow': 'Roadshow',
|
|
2453
|
+
'sections.eventCard.eventType.meetup': 'Meet Up'
|
|
2454
|
+
};
|
|
2455
|
+
|
|
2456
|
+
var messagesDe$2 = {
|
|
2457
|
+
'sections.events.loadMore': 'Load more',
|
|
2458
|
+
'sections.events.noUpcomingEvents': 'No upcoming events found',
|
|
2459
|
+
'sections.events.noPastEvents': 'No past events found',
|
|
2460
|
+
'sections.events.eventsFilter.searchPlaceholder': 'Search',
|
|
2461
|
+
'sections.events.eventsFilter.eventType': 'Event Type',
|
|
2462
|
+
'sections.events.eventsFilter.language': 'Language',
|
|
2463
|
+
'sections.events.eventsFilter.sortBy.title': 'Sort by',
|
|
2464
|
+
'sections.events.eventsFilter.sortBy.newest': 'Newest first',
|
|
2465
|
+
'sections.events.eventsFilter.sortBy.oldest': 'Oldest first'
|
|
2466
|
+
};
|
|
2467
|
+
|
|
2412
2468
|
var messagesEn$7 = {
|
|
2413
2469
|
'sections.glossary.copyButtonLabel': 'Copy a link to this section to your clipboard',
|
|
2414
2470
|
'sections.glossary.copySuccessMessage': 'Copied the link to your clipboard',
|
|
@@ -2497,7 +2553,7 @@ var unitMessagesEn = {
|
|
|
2497
2553
|
'unit.formatter.tonsCo2PerYear': '{number} tCO₂/year'
|
|
2498
2554
|
};
|
|
2499
2555
|
|
|
2500
|
-
var rootMessagesEn = /*#__PURE__*/_extends({}, messagesEn$
|
|
2556
|
+
var rootMessagesEn = /*#__PURE__*/_extends({}, messagesEn$c, messagesEn$8, messagesEn$6, messagesEn$3, messagesEn$2, messagesDe$1, messagesEn$d, messagesEn$b, messagesEn$a, messagesEn$9, messagesDe$2, messagesEn$7, messagesEn$5, messagesEn$4, messagesEn$1, messagesDe, messagesEn, unitMessagesEn);
|
|
2501
2557
|
|
|
2502
2558
|
var messages = {
|
|
2503
2559
|
en: rootMessagesEn,
|
|
@@ -2519,13 +2575,71 @@ var IntlContext = /*#__PURE__*/createContext( /*#__PURE__*/intlFactory('en'));
|
|
|
2519
2575
|
var ContextProvider = function ContextProvider(_ref) {
|
|
2520
2576
|
var children = _ref.children,
|
|
2521
2577
|
locale = _ref.locale;
|
|
2522
|
-
|
|
2578
|
+
var fetcher = /*#__PURE__*/function () {
|
|
2579
|
+
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(resource, init) {
|
|
2580
|
+
var response, errorData;
|
|
2581
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
2582
|
+
while (1) switch (_context.prev = _context.next) {
|
|
2583
|
+
case 0:
|
|
2584
|
+
_context.next = 2;
|
|
2585
|
+
return strapiClient.get("" + resource, _extends({}, init, {
|
|
2586
|
+
headers: {}
|
|
2587
|
+
}));
|
|
2588
|
+
case 2:
|
|
2589
|
+
response = _context.sent;
|
|
2590
|
+
if (!(response.status < 200 || response.status >= 300)) {
|
|
2591
|
+
_context.next = 15;
|
|
2592
|
+
break;
|
|
2593
|
+
}
|
|
2594
|
+
errorData = {
|
|
2595
|
+
message: ''
|
|
2596
|
+
};
|
|
2597
|
+
_context.prev = 5;
|
|
2598
|
+
_context.next = 8;
|
|
2599
|
+
return response.data;
|
|
2600
|
+
case 8:
|
|
2601
|
+
errorData = _context.sent;
|
|
2602
|
+
_context.next = 14;
|
|
2603
|
+
break;
|
|
2604
|
+
case 11:
|
|
2605
|
+
_context.prev = 11;
|
|
2606
|
+
_context.t0 = _context["catch"](5);
|
|
2607
|
+
errorData = {
|
|
2608
|
+
message: "An unknown error occurred while fetching data."
|
|
2609
|
+
};
|
|
2610
|
+
case 14:
|
|
2611
|
+
throw new Error(errorData.message);
|
|
2612
|
+
case 15:
|
|
2613
|
+
_context.next = 17;
|
|
2614
|
+
return response.data;
|
|
2615
|
+
case 17:
|
|
2616
|
+
_context.t1 = _context.sent;
|
|
2617
|
+
_context.t2 = response.headers;
|
|
2618
|
+
return _context.abrupt("return", {
|
|
2619
|
+
body: _context.t1,
|
|
2620
|
+
headers: _context.t2
|
|
2621
|
+
});
|
|
2622
|
+
case 20:
|
|
2623
|
+
case "end":
|
|
2624
|
+
return _context.stop();
|
|
2625
|
+
}
|
|
2626
|
+
}, _callee, null, [[5, 11]]);
|
|
2627
|
+
}));
|
|
2628
|
+
return function fetcher(_x, _x2) {
|
|
2629
|
+
return _ref2.apply(this, arguments);
|
|
2630
|
+
};
|
|
2631
|
+
}();
|
|
2632
|
+
return React.createElement(React.Fragment, null, React.createElement(SWRConfig, {
|
|
2633
|
+
value: {
|
|
2634
|
+
fetcher: fetcher
|
|
2635
|
+
}
|
|
2636
|
+
}, React.createElement(Global, {
|
|
2523
2637
|
styles: {
|
|
2524
2638
|
GLOBAL_STYLE: GLOBAL_STYLE
|
|
2525
2639
|
}
|
|
2526
2640
|
}), React.createElement(IntlContext.Provider, {
|
|
2527
2641
|
value: intlFactory(locale)
|
|
2528
|
-
}, children));
|
|
2642
|
+
}, children)));
|
|
2529
2643
|
};
|
|
2530
2644
|
|
|
2531
2645
|
var shuffleElements = function shuffleElements(slides) {
|
|
@@ -3149,8 +3263,8 @@ var SmallHero = function SmallHero(_ref) {
|
|
|
3149
3263
|
})))));
|
|
3150
3264
|
};
|
|
3151
3265
|
|
|
3152
|
-
var _templateObject$
|
|
3153
|
-
var BlogItemContainer = /*#__PURE__*/styled(Link$1)(_templateObject$
|
|
3266
|
+
var _templateObject$5, _templateObject2$2;
|
|
3267
|
+
var BlogItemContainer = /*#__PURE__*/styled(Link$1)(_templateObject$5 || (_templateObject$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n text-decoration: none;\n\n & div img {\n transition: transform var(--default-ease) var(--medium-transition-duration);\n }\n\n &:hover {\n text-decoration: none;\n\n & > div:first-of-type img {\n transform: scale(1.03);\n }\n }\n"])));
|
|
3154
3268
|
var ImageContainer$1 = /*#__PURE__*/styled(Box)(_templateObject2$2 || (_templateObject2$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n height: var(--boemly-sizes-xs);\n position: relative;\n border-radius: var(--boemly-radii-2xl);\n\n // Fixes the flickering of borders during animation in Safari\n -webkit-mask-image: -webkit-radial-gradient(white, black);\n\n & span,\n div {\n border-radius: var(--boemly-radii-2xl);\n }\n\n @media screen and (max-width: ", ") {\n height: var(--boemly-sizes-3xs);\n }\n"])), BREAKPOINT_MD);
|
|
3155
3269
|
|
|
3156
3270
|
var Blog = function Blog(_ref) {
|
|
@@ -3366,10 +3480,10 @@ var MapMarker = function MapMarker(_ref) {
|
|
|
3366
3480
|
})))));
|
|
3367
3481
|
};
|
|
3368
3482
|
|
|
3369
|
-
var _templateObject$
|
|
3370
|
-
var mapboxStyle = /*#__PURE__*/css(_templateObject$3 || (_templateObject$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n .mapboxgl-map {\n -webkit-tap-highlight-color: rgb(0 0 0/0);\n font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;\n overflow: hidden;\n position: relative;\n }\n .mapboxgl-canvas {\n left: 0;\n position: absolute;\n top: 0;\n }\n .mapboxgl-map:-webkit-full-screen {\n height: 100%;\n width: 100%;\n }\n .mapboxgl-canary {\n background-color: salmon;\n }\n .mapboxgl-canvas-container.mapboxgl-interactive,\n .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {\n cursor: grab;\n -webkit-user-select: none;\n user-select: none;\n }\n .mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {\n cursor: pointer;\n }\n .mapboxgl-canvas-container.mapboxgl-interactive:active,\n .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {\n cursor: grabbing;\n }\n .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,\n .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {\n touch-action: pan-x pan-y;\n }\n .mapboxgl-canvas-container.mapboxgl-touch-drag-pan,\n .mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {\n touch-action: pinch-zoom;\n }\n .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,\n .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan\n .mapboxgl-canvas {\n touch-action: none;\n }\n .mapboxgl-ctrl-bottom-left,\n .mapboxgl-ctrl-bottom-right,\n .mapboxgl-ctrl-top-left,\n .mapboxgl-ctrl-top-right {\n pointer-events: none;\n position: absolute;\n z-index: 2;\n }\n .mapboxgl-ctrl-top-left {\n left: 0;\n top: 0;\n }\n .mapboxgl-ctrl-top-right {\n right: 0;\n top: 0;\n }\n .mapboxgl-ctrl-bottom-left {\n bottom: 0;\n left: 0;\n }\n .mapboxgl-ctrl-bottom-right {\n bottom: 0;\n right: 0;\n }\n .mapboxgl-ctrl {\n clear: both;\n pointer-events: auto;\n transform: translate(0);\n }\n .mapboxgl-ctrl-top-left .mapboxgl-ctrl {\n float: left;\n margin: 10px 0 0 10px;\n }\n .mapboxgl-ctrl-top-right .mapboxgl-ctrl {\n float: right;\n margin: 10px 10px 0 0;\n }\n .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {\n float: left;\n margin: 0 0 10px 10px;\n }\n .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {\n float: right;\n margin: 0 10px 10px 0;\n }\n .mapboxgl-ctrl-group {\n background: #fff;\n border-radius: 4px;\n }\n .mapboxgl-ctrl-group:not(:empty) {\n box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);\n }\n @media (-ms-high-contrast: active) {\n .mapboxgl-ctrl-group:not(:empty) {\n box-shadow: 0 0 0 2px ButtonText;\n }\n }\n .mapboxgl-ctrl-group button {\n background-color: transparent;\n border: 0;\n box-sizing: border-box;\n cursor: pointer;\n display: block;\n height: 29px;\n outline: none;\n overflow: hidden;\n padding: 0;\n width: 29px;\n }\n .mapboxgl-ctrl-group button + button {\n border-top: 1px solid #ddd;\n }\n .mapboxgl-ctrl button .mapboxgl-ctrl-icon {\n background-position: 50%;\n background-repeat: no-repeat;\n display: block;\n height: 100%;\n width: 100%;\n }\n @media (-ms-high-contrast: active) {\n .mapboxgl-ctrl-icon {\n background-color: transparent;\n }\n .mapboxgl-ctrl-group button + button {\n border-top: 1px solid ButtonText;\n }\n }\n .mapboxgl-ctrl-attrib-button:focus,\n .mapboxgl-ctrl-group button:focus {\n box-shadow: 0 0 2px 2px #0096ff;\n }\n .mapboxgl-ctrl button:disabled {\n cursor: not-allowed;\n }\n .mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {\n opacity: 0.25;\n }\n .mapboxgl-ctrl-group button:first-of-type {\n border-radius: 4px 4px 0 0;\n }\n .mapboxgl-ctrl-group button:last-of-type {\n border-radius: 0 0 4px 4px;\n }\n .mapboxgl-ctrl-group button:only-of-type {\n border-radius: inherit;\n }\n .mapboxgl-ctrl button:not(:disabled):hover {\n background-color: rgb(0 0 0/5%);\n }\n .mapboxgl-ctrl-group button:focus:focus-visible {\n box-shadow: 0 0 2px 2px #0096ff;\n }\n .mapboxgl-ctrl-group button:focus:not(:focus-visible) {\n box-shadow: none;\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E\");\n }\n @media (-ms-high-contrast: active) {\n .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E\");\n }\n }\n @media (-ms-high-contrast: black-on-white) {\n .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E\");\n }\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E\");\n }\n @media (-ms-high-contrast: active) {\n .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E\");\n }\n }\n @media (-ms-high-contrast: black-on-white) {\n .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E\");\n }\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E\");\n }\n @media (-ms-high-contrast: active) {\n .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E\");\n }\n }\n @media (-ms-high-contrast: black-on-white) {\n .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E\");\n }\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl\n button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active\n .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl\n button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error\n .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl\n button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background\n .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl\n button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error\n .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl\n button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting\n .mapboxgl-ctrl-icon {\n animation: mapboxgl-spin 2s linear infinite;\n }\n @media (-ms-high-contrast: active) {\n .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl\n button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active\n .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl\n button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error\n .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl\n button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background\n .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl\n button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error\n .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n }\n @media (-ms-high-contrast: black-on-white) {\n .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E\");\n }\n }\n @keyframes mapboxgl-spin {\n 0% {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(1turn);\n }\n }\n a.mapboxgl-ctrl-logo {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E\");\n background-repeat: no-repeat;\n cursor: pointer;\n display: block;\n height: 23px;\n margin: 0 0 -4px -4px;\n overflow: hidden;\n width: 88px;\n }\n a.mapboxgl-ctrl-logo.mapboxgl-compact {\n width: 23px;\n }\n @media (-ms-high-contrast: active) {\n a.mapboxgl-ctrl-logo {\n background-color: transparent;\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E\");\n }\n }\n @media (-ms-high-contrast: black-on-white) {\n a.mapboxgl-ctrl-logo {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E\");\n }\n }\n .mapboxgl-ctrl.mapboxgl-ctrl-attrib {\n background-color: hsla(0, 0%, 100%, 0.5);\n margin: 0;\n padding: 0 5px;\n }\n @media screen {\n .mapboxgl-ctrl-attrib.mapboxgl-compact {\n background-color: #fff;\n border-radius: 12px;\n margin: 10px;\n min-height: 20px;\n padding: 2px 24px 2px 0;\n position: relative;\n }\n .mapboxgl-ctrl-attrib.mapboxgl-compact-show {\n padding: 2px 28px 2px 8px;\n visibility: visible;\n }\n .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show,\n .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show {\n border-radius: 12px;\n padding: 2px 8px 2px 28px;\n }\n .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {\n display: none;\n }\n .mapboxgl-ctrl-attrib-button {\n background-color: hsla(0, 0%, 100%, 0.5);\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E\");\n border: 0;\n border-radius: 12px;\n box-sizing: border-box;\n cursor: pointer;\n display: none;\n height: 24px;\n outline: none;\n position: absolute;\n right: 0;\n top: 0;\n width: 24px;\n }\n .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,\n .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button {\n left: 0;\n }\n .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,\n .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner {\n display: block;\n }\n .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {\n background-color: rgb(0 0 0/5%);\n }\n .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {\n bottom: 0;\n right: 0;\n }\n .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {\n right: 0;\n top: 0;\n }\n .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {\n left: 0;\n top: 0;\n }\n .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {\n bottom: 0;\n left: 0;\n }\n }\n @media screen and (-ms-high-contrast: active) {\n .mapboxgl-ctrl-attrib.mapboxgl-compact:after {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E\");\n }\n }\n @media screen and (-ms-high-contrast: black-on-white) {\n .mapboxgl-ctrl-attrib.mapboxgl-compact:after {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E\");\n }\n }\n .mapboxgl-ctrl-attrib a {\n color: rgba(0, 0, 0, 0.75);\n text-decoration: none;\n }\n .mapboxgl-ctrl-attrib a:hover {\n color: inherit;\n text-decoration: underline;\n }\n .mapboxgl-ctrl-attrib .mapbox-improve-map {\n font-weight: 700;\n margin-left: 2px;\n }\n .mapboxgl-attrib-empty {\n display: none;\n }\n .mapboxgl-ctrl-scale {\n background-color: hsla(0, 0%, 100%, 0.75);\n border: 2px solid #333;\n border-top: #333;\n box-sizing: border-box;\n color: #333;\n font-size: 10px;\n padding: 0 5px;\n white-space: nowrap;\n }\n .mapboxgl-popup {\n display: flex;\n left: 0;\n pointer-events: none;\n position: absolute;\n top: 0;\n will-change: transform;\n }\n .mapboxgl-popup-anchor-top,\n .mapboxgl-popup-anchor-top-left,\n .mapboxgl-popup-anchor-top-right {\n flex-direction: column;\n }\n .mapboxgl-popup-anchor-bottom,\n .mapboxgl-popup-anchor-bottom-left,\n .mapboxgl-popup-anchor-bottom-right {\n flex-direction: column-reverse;\n }\n .mapboxgl-popup-anchor-left {\n flex-direction: row;\n }\n .mapboxgl-popup-anchor-right {\n flex-direction: row-reverse;\n }\n .mapboxgl-popup-tip {\n border: 10px solid transparent;\n height: 0;\n width: 0;\n z-index: 1;\n }\n .mapboxgl-popup-anchor-top .mapboxgl-popup-tip {\n align-self: center;\n border-bottom-color: #fff;\n border-top: none;\n }\n .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {\n align-self: flex-start;\n border-bottom-color: #fff;\n border-left: none;\n border-top: none;\n }\n .mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {\n align-self: flex-end;\n border-bottom-color: #fff;\n border-right: none;\n border-top: none;\n }\n .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {\n align-self: center;\n border-bottom: none;\n border-top-color: #fff;\n }\n .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {\n align-self: flex-start;\n border-bottom: none;\n border-left: none;\n border-top-color: #fff;\n }\n .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {\n align-self: flex-end;\n border-bottom: none;\n border-right: none;\n border-top-color: #fff;\n }\n .mapboxgl-popup-anchor-left .mapboxgl-popup-tip {\n align-self: center;\n border-left: none;\n border-right-color: #fff;\n }\n .mapboxgl-popup-anchor-right .mapboxgl-popup-tip {\n align-self: center;\n border-left-color: #fff;\n border-right: none;\n }\n .mapboxgl-popup-close-button {\n background-color: transparent;\n border: 0;\n border-radius: 0 3px 0 0;\n cursor: pointer;\n position: absolute;\n right: 0;\n top: 0;\n }\n .mapboxgl-popup-close-button:hover {\n background-color: rgb(0 0 0/5%);\n }\n .mapboxgl-popup-content {\n background: #fff;\n border-radius: 3px;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n padding: 10px 10px 15px;\n pointer-events: auto;\n position: relative;\n }\n .mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {\n border-top-left-radius: 0;\n }\n .mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {\n border-top-right-radius: 0;\n }\n .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {\n border-bottom-left-radius: 0;\n }\n .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {\n border-bottom-right-radius: 0;\n }\n .mapboxgl-popup-track-pointer {\n display: none;\n }\n .mapboxgl-popup-track-pointer * {\n pointer-events: none;\n user-select: none;\n }\n .mapboxgl-map:hover .mapboxgl-popup-track-pointer {\n display: flex;\n }\n .mapboxgl-map:active .mapboxgl-popup-track-pointer {\n display: none;\n }\n .mapboxgl-marker {\n left: 0;\n opacity: 1;\n position: absolute;\n top: 0;\n transition: opacity 0.2s;\n will-change: transform;\n }\n .mapboxgl-user-location-dot,\n .mapboxgl-user-location-dot:before {\n background-color: #1da1f2;\n border-radius: 50%;\n height: 15px;\n width: 15px;\n }\n .mapboxgl-user-location-dot:before {\n animation: mapboxgl-user-location-dot-pulse 2s infinite;\n content: '';\n position: absolute;\n }\n .mapboxgl-user-location-dot:after {\n border: 2px solid #fff;\n border-radius: 50%;\n box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);\n box-sizing: border-box;\n content: '';\n height: 19px;\n left: -2px;\n position: absolute;\n top: -2px;\n width: 19px;\n }\n .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading {\n height: 0;\n width: 0;\n }\n .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,\n .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {\n border-bottom: 7.5px solid #4aa1eb;\n content: '';\n position: absolute;\n }\n .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {\n border-left: 7.5px solid transparent;\n transform: translateY(-28px) skewY(-20deg);\n }\n .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after {\n border-right: 7.5px solid transparent;\n transform: translate(7.5px, -28px) skewY(20deg);\n }\n @keyframes mapboxgl-user-location-dot-pulse {\n 0% {\n opacity: 1;\n transform: scale(1);\n }\n 70% {\n opacity: 0;\n transform: scale(3);\n }\n to {\n opacity: 0;\n transform: scale(1);\n }\n }\n .mapboxgl-user-location-dot-stale {\n background-color: #aaa;\n }\n .mapboxgl-user-location-dot-stale:after {\n display: none;\n }\n .mapboxgl-user-location-accuracy-circle {\n background-color: #1da1f233;\n border-radius: 100%;\n height: 1px;\n width: 1px;\n }\n .mapboxgl-crosshair,\n .mapboxgl-crosshair .mapboxgl-interactive,\n .mapboxgl-crosshair .mapboxgl-interactive:active {\n cursor: crosshair;\n }\n .mapboxgl-boxzoom {\n background: #fff;\n border: 2px dotted #202020;\n height: 0;\n left: 0;\n opacity: 0.5;\n position: absolute;\n top: 0;\n width: 0;\n }\n @media print {\n .mapbox-improve-map {\n display: none;\n }\n }\n .mapboxgl-scroll-zoom-blocker,\n .mapboxgl-touch-pan-blocker {\n align-items: center;\n background: rgba(0, 0, 0, 0.7);\n color: #fff;\n display: flex;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,\n sans-serif;\n height: 100%;\n justify-content: center;\n left: 0;\n opacity: 0;\n pointer-events: none;\n position: absolute;\n text-align: center;\n top: 0;\n transition: opacity 0.75s ease-in-out;\n transition-delay: 1s;\n width: 100%;\n }\n .mapboxgl-scroll-zoom-blocker-show,\n .mapboxgl-touch-pan-blocker-show {\n opacity: 1;\n transition: opacity 0.1s ease-in-out;\n }\n .mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,\n .mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page\n .mapboxgl-canvas {\n touch-action: pan-x pan-y;\n }\n"])));
|
|
3483
|
+
var _templateObject$4;
|
|
3484
|
+
var mapboxStyle = /*#__PURE__*/css(_templateObject$4 || (_templateObject$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n .mapboxgl-map {\n -webkit-tap-highlight-color: rgb(0 0 0/0);\n font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;\n overflow: hidden;\n position: relative;\n }\n .mapboxgl-canvas {\n left: 0;\n position: absolute;\n top: 0;\n }\n .mapboxgl-map:-webkit-full-screen {\n height: 100%;\n width: 100%;\n }\n .mapboxgl-canary {\n background-color: salmon;\n }\n .mapboxgl-canvas-container.mapboxgl-interactive,\n .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {\n cursor: grab;\n -webkit-user-select: none;\n user-select: none;\n }\n .mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {\n cursor: pointer;\n }\n .mapboxgl-canvas-container.mapboxgl-interactive:active,\n .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {\n cursor: grabbing;\n }\n .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,\n .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {\n touch-action: pan-x pan-y;\n }\n .mapboxgl-canvas-container.mapboxgl-touch-drag-pan,\n .mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {\n touch-action: pinch-zoom;\n }\n .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,\n .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan\n .mapboxgl-canvas {\n touch-action: none;\n }\n .mapboxgl-ctrl-bottom-left,\n .mapboxgl-ctrl-bottom-right,\n .mapboxgl-ctrl-top-left,\n .mapboxgl-ctrl-top-right {\n pointer-events: none;\n position: absolute;\n z-index: 2;\n }\n .mapboxgl-ctrl-top-left {\n left: 0;\n top: 0;\n }\n .mapboxgl-ctrl-top-right {\n right: 0;\n top: 0;\n }\n .mapboxgl-ctrl-bottom-left {\n bottom: 0;\n left: 0;\n }\n .mapboxgl-ctrl-bottom-right {\n bottom: 0;\n right: 0;\n }\n .mapboxgl-ctrl {\n clear: both;\n pointer-events: auto;\n transform: translate(0);\n }\n .mapboxgl-ctrl-top-left .mapboxgl-ctrl {\n float: left;\n margin: 10px 0 0 10px;\n }\n .mapboxgl-ctrl-top-right .mapboxgl-ctrl {\n float: right;\n margin: 10px 10px 0 0;\n }\n .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {\n float: left;\n margin: 0 0 10px 10px;\n }\n .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {\n float: right;\n margin: 0 10px 10px 0;\n }\n .mapboxgl-ctrl-group {\n background: #fff;\n border-radius: 4px;\n }\n .mapboxgl-ctrl-group:not(:empty) {\n box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);\n }\n @media (-ms-high-contrast: active) {\n .mapboxgl-ctrl-group:not(:empty) {\n box-shadow: 0 0 0 2px ButtonText;\n }\n }\n .mapboxgl-ctrl-group button {\n background-color: transparent;\n border: 0;\n box-sizing: border-box;\n cursor: pointer;\n display: block;\n height: 29px;\n outline: none;\n overflow: hidden;\n padding: 0;\n width: 29px;\n }\n .mapboxgl-ctrl-group button + button {\n border-top: 1px solid #ddd;\n }\n .mapboxgl-ctrl button .mapboxgl-ctrl-icon {\n background-position: 50%;\n background-repeat: no-repeat;\n display: block;\n height: 100%;\n width: 100%;\n }\n @media (-ms-high-contrast: active) {\n .mapboxgl-ctrl-icon {\n background-color: transparent;\n }\n .mapboxgl-ctrl-group button + button {\n border-top: 1px solid ButtonText;\n }\n }\n .mapboxgl-ctrl-attrib-button:focus,\n .mapboxgl-ctrl-group button:focus {\n box-shadow: 0 0 2px 2px #0096ff;\n }\n .mapboxgl-ctrl button:disabled {\n cursor: not-allowed;\n }\n .mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {\n opacity: 0.25;\n }\n .mapboxgl-ctrl-group button:first-of-type {\n border-radius: 4px 4px 0 0;\n }\n .mapboxgl-ctrl-group button:last-of-type {\n border-radius: 0 0 4px 4px;\n }\n .mapboxgl-ctrl-group button:only-of-type {\n border-radius: inherit;\n }\n .mapboxgl-ctrl button:not(:disabled):hover {\n background-color: rgb(0 0 0/5%);\n }\n .mapboxgl-ctrl-group button:focus:focus-visible {\n box-shadow: 0 0 2px 2px #0096ff;\n }\n .mapboxgl-ctrl-group button:focus:not(:focus-visible) {\n box-shadow: none;\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E\");\n }\n @media (-ms-high-contrast: active) {\n .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E\");\n }\n }\n @media (-ms-high-contrast: black-on-white) {\n .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E\");\n }\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E\");\n }\n @media (-ms-high-contrast: active) {\n .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E\");\n }\n }\n @media (-ms-high-contrast: black-on-white) {\n .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E\");\n }\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E\");\n }\n @media (-ms-high-contrast: active) {\n .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E\");\n }\n }\n @media (-ms-high-contrast: black-on-white) {\n .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E\");\n }\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl\n button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active\n .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl\n button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error\n .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl\n button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background\n .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl\n button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error\n .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl\n button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting\n .mapboxgl-ctrl-icon {\n animation: mapboxgl-spin 2s linear infinite;\n }\n @media (-ms-high-contrast: active) {\n .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl\n button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active\n .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl\n button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error\n .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl\n button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background\n .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl\n button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error\n .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n }\n @media (-ms-high-contrast: black-on-white) {\n .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E\");\n }\n .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E\");\n }\n }\n @keyframes mapboxgl-spin {\n 0% {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(1turn);\n }\n }\n a.mapboxgl-ctrl-logo {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E\");\n background-repeat: no-repeat;\n cursor: pointer;\n display: block;\n height: 23px;\n margin: 0 0 -4px -4px;\n overflow: hidden;\n width: 88px;\n }\n a.mapboxgl-ctrl-logo.mapboxgl-compact {\n width: 23px;\n }\n @media (-ms-high-contrast: active) {\n a.mapboxgl-ctrl-logo {\n background-color: transparent;\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E\");\n }\n }\n @media (-ms-high-contrast: black-on-white) {\n a.mapboxgl-ctrl-logo {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E\");\n }\n }\n .mapboxgl-ctrl.mapboxgl-ctrl-attrib {\n background-color: hsla(0, 0%, 100%, 0.5);\n margin: 0;\n padding: 0 5px;\n }\n @media screen {\n .mapboxgl-ctrl-attrib.mapboxgl-compact {\n background-color: #fff;\n border-radius: 12px;\n margin: 10px;\n min-height: 20px;\n padding: 2px 24px 2px 0;\n position: relative;\n }\n .mapboxgl-ctrl-attrib.mapboxgl-compact-show {\n padding: 2px 28px 2px 8px;\n visibility: visible;\n }\n .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show,\n .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show {\n border-radius: 12px;\n padding: 2px 8px 2px 28px;\n }\n .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {\n display: none;\n }\n .mapboxgl-ctrl-attrib-button {\n background-color: hsla(0, 0%, 100%, 0.5);\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E\");\n border: 0;\n border-radius: 12px;\n box-sizing: border-box;\n cursor: pointer;\n display: none;\n height: 24px;\n outline: none;\n position: absolute;\n right: 0;\n top: 0;\n width: 24px;\n }\n .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,\n .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button {\n left: 0;\n }\n .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,\n .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner {\n display: block;\n }\n .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {\n background-color: rgb(0 0 0/5%);\n }\n .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {\n bottom: 0;\n right: 0;\n }\n .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {\n right: 0;\n top: 0;\n }\n .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {\n left: 0;\n top: 0;\n }\n .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {\n bottom: 0;\n left: 0;\n }\n }\n @media screen and (-ms-high-contrast: active) {\n .mapboxgl-ctrl-attrib.mapboxgl-compact:after {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E\");\n }\n }\n @media screen and (-ms-high-contrast: black-on-white) {\n .mapboxgl-ctrl-attrib.mapboxgl-compact:after {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E\");\n }\n }\n .mapboxgl-ctrl-attrib a {\n color: rgba(0, 0, 0, 0.75);\n text-decoration: none;\n }\n .mapboxgl-ctrl-attrib a:hover {\n color: inherit;\n text-decoration: underline;\n }\n .mapboxgl-ctrl-attrib .mapbox-improve-map {\n font-weight: 700;\n margin-left: 2px;\n }\n .mapboxgl-attrib-empty {\n display: none;\n }\n .mapboxgl-ctrl-scale {\n background-color: hsla(0, 0%, 100%, 0.75);\n border: 2px solid #333;\n border-top: #333;\n box-sizing: border-box;\n color: #333;\n font-size: 10px;\n padding: 0 5px;\n white-space: nowrap;\n }\n .mapboxgl-popup {\n display: flex;\n left: 0;\n pointer-events: none;\n position: absolute;\n top: 0;\n will-change: transform;\n }\n .mapboxgl-popup-anchor-top,\n .mapboxgl-popup-anchor-top-left,\n .mapboxgl-popup-anchor-top-right {\n flex-direction: column;\n }\n .mapboxgl-popup-anchor-bottom,\n .mapboxgl-popup-anchor-bottom-left,\n .mapboxgl-popup-anchor-bottom-right {\n flex-direction: column-reverse;\n }\n .mapboxgl-popup-anchor-left {\n flex-direction: row;\n }\n .mapboxgl-popup-anchor-right {\n flex-direction: row-reverse;\n }\n .mapboxgl-popup-tip {\n border: 10px solid transparent;\n height: 0;\n width: 0;\n z-index: 1;\n }\n .mapboxgl-popup-anchor-top .mapboxgl-popup-tip {\n align-self: center;\n border-bottom-color: #fff;\n border-top: none;\n }\n .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {\n align-self: flex-start;\n border-bottom-color: #fff;\n border-left: none;\n border-top: none;\n }\n .mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {\n align-self: flex-end;\n border-bottom-color: #fff;\n border-right: none;\n border-top: none;\n }\n .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {\n align-self: center;\n border-bottom: none;\n border-top-color: #fff;\n }\n .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {\n align-self: flex-start;\n border-bottom: none;\n border-left: none;\n border-top-color: #fff;\n }\n .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {\n align-self: flex-end;\n border-bottom: none;\n border-right: none;\n border-top-color: #fff;\n }\n .mapboxgl-popup-anchor-left .mapboxgl-popup-tip {\n align-self: center;\n border-left: none;\n border-right-color: #fff;\n }\n .mapboxgl-popup-anchor-right .mapboxgl-popup-tip {\n align-self: center;\n border-left-color: #fff;\n border-right: none;\n }\n .mapboxgl-popup-close-button {\n background-color: transparent;\n border: 0;\n border-radius: 0 3px 0 0;\n cursor: pointer;\n position: absolute;\n right: 0;\n top: 0;\n }\n .mapboxgl-popup-close-button:hover {\n background-color: rgb(0 0 0/5%);\n }\n .mapboxgl-popup-content {\n background: #fff;\n border-radius: 3px;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\n padding: 10px 10px 15px;\n pointer-events: auto;\n position: relative;\n }\n .mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {\n border-top-left-radius: 0;\n }\n .mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {\n border-top-right-radius: 0;\n }\n .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {\n border-bottom-left-radius: 0;\n }\n .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {\n border-bottom-right-radius: 0;\n }\n .mapboxgl-popup-track-pointer {\n display: none;\n }\n .mapboxgl-popup-track-pointer * {\n pointer-events: none;\n user-select: none;\n }\n .mapboxgl-map:hover .mapboxgl-popup-track-pointer {\n display: flex;\n }\n .mapboxgl-map:active .mapboxgl-popup-track-pointer {\n display: none;\n }\n .mapboxgl-marker {\n left: 0;\n opacity: 1;\n position: absolute;\n top: 0;\n transition: opacity 0.2s;\n will-change: transform;\n }\n .mapboxgl-user-location-dot,\n .mapboxgl-user-location-dot:before {\n background-color: #1da1f2;\n border-radius: 50%;\n height: 15px;\n width: 15px;\n }\n .mapboxgl-user-location-dot:before {\n animation: mapboxgl-user-location-dot-pulse 2s infinite;\n content: '';\n position: absolute;\n }\n .mapboxgl-user-location-dot:after {\n border: 2px solid #fff;\n border-radius: 50%;\n box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);\n box-sizing: border-box;\n content: '';\n height: 19px;\n left: -2px;\n position: absolute;\n top: -2px;\n width: 19px;\n }\n .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading {\n height: 0;\n width: 0;\n }\n .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,\n .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {\n border-bottom: 7.5px solid #4aa1eb;\n content: '';\n position: absolute;\n }\n .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {\n border-left: 7.5px solid transparent;\n transform: translateY(-28px) skewY(-20deg);\n }\n .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after {\n border-right: 7.5px solid transparent;\n transform: translate(7.5px, -28px) skewY(20deg);\n }\n @keyframes mapboxgl-user-location-dot-pulse {\n 0% {\n opacity: 1;\n transform: scale(1);\n }\n 70% {\n opacity: 0;\n transform: scale(3);\n }\n to {\n opacity: 0;\n transform: scale(1);\n }\n }\n .mapboxgl-user-location-dot-stale {\n background-color: #aaa;\n }\n .mapboxgl-user-location-dot-stale:after {\n display: none;\n }\n .mapboxgl-user-location-accuracy-circle {\n background-color: #1da1f233;\n border-radius: 100%;\n height: 1px;\n width: 1px;\n }\n .mapboxgl-crosshair,\n .mapboxgl-crosshair .mapboxgl-interactive,\n .mapboxgl-crosshair .mapboxgl-interactive:active {\n cursor: crosshair;\n }\n .mapboxgl-boxzoom {\n background: #fff;\n border: 2px dotted #202020;\n height: 0;\n left: 0;\n opacity: 0.5;\n position: absolute;\n top: 0;\n width: 0;\n }\n @media print {\n .mapbox-improve-map {\n display: none;\n }\n }\n .mapboxgl-scroll-zoom-blocker,\n .mapboxgl-touch-pan-blocker {\n align-items: center;\n background: rgba(0, 0, 0, 0.7);\n color: #fff;\n display: flex;\n font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,\n sans-serif;\n height: 100%;\n justify-content: center;\n left: 0;\n opacity: 0;\n pointer-events: none;\n position: absolute;\n text-align: center;\n top: 0;\n transition: opacity 0.75s ease-in-out;\n transition-delay: 1s;\n width: 100%;\n }\n .mapboxgl-scroll-zoom-blocker-show,\n .mapboxgl-touch-pan-blocker-show {\n opacity: 1;\n transition: opacity 0.1s ease-in-out;\n }\n .mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,\n .mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page\n .mapboxgl-canvas {\n touch-action: pan-x pan-y;\n }\n"])));
|
|
3371
3485
|
|
|
3372
|
-
var _templateObject$
|
|
3486
|
+
var _templateObject$3;
|
|
3373
3487
|
mapboxgl.accessToken = MAPBOX_TOKEN;
|
|
3374
3488
|
var ProjectsMap = function ProjectsMap(_ref) {
|
|
3375
3489
|
var slice = _ref.slice,
|
|
@@ -3455,7 +3569,7 @@ var ProjectsMap = function ProjectsMap(_ref) {
|
|
|
3455
3569
|
borderRadius: "xl",
|
|
3456
3570
|
overflow: "hidden",
|
|
3457
3571
|
boxShadow: ['md', null, null, 'none'],
|
|
3458
|
-
css: css(_templateObject$
|
|
3572
|
+
css: css(_templateObject$3 || (_templateObject$3 = _taggedTemplateLiteralLoose(["\n mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);\n "])))
|
|
3459
3573
|
}))));
|
|
3460
3574
|
};
|
|
3461
3575
|
|
|
@@ -3512,8 +3626,8 @@ var FullWidthHighlightQuote = function FullWidthHighlightQuote(_ref) {
|
|
|
3512
3626
|
})));
|
|
3513
3627
|
};
|
|
3514
3628
|
|
|
3515
|
-
var _templateObject$
|
|
3516
|
-
var SliderContainer = /*#__PURE__*/styled(Box)(_templateObject$
|
|
3629
|
+
var _templateObject$2, _templateObject2$1, _templateObject3, _templateObject4;
|
|
3630
|
+
var SliderContainer = /*#__PURE__*/styled(Box)(_templateObject$2 || (_templateObject$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n --mobile-image-width: calc(100vw - var(--boemly-space-24));\n --desktop-image-width: var(--boemly-sizes-md);\n\n width: var(--boemly-size-full);\n\n overflow-x: hidden;\n\n padding-left: max(\n var(--boemly-space-8),\n calc(50vw - var(--boemly-sizes-7xl) / 2 + var(--boemly-space-6))\n );\n\n @media screen and (max-width: ", ") {\n overflow-x: scroll;\n padding-left: max(\n var(--boemly-space-8),\n calc(50vw - var(--boemly-sizes-7xl) / 2 + var(--boemly-space-8))\n );\n }\n"])), BREAKPOINT_MD);
|
|
3517
3631
|
var SliderInnerContainer = /*#__PURE__*/styled(motion.div)(_templateObject2$1 || (_templateObject2$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n gap: var(--boemly-space-6);\n\n width: fit-content;\n"])));
|
|
3518
3632
|
var ItemContainer = /*#__PURE__*/styled(Box)(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: var(--desktop-image-width);\n\n :last-of-type {\n margin-right: var(--boemly-space-8);\n }\n\n @media screen and (max-width: ", ") {\n width: var(--mobile-image-width);\n }\n"])), BREAKPOINT_MD);
|
|
3519
3633
|
var ImageContainer = /*#__PURE__*/styled(Box)(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n\n max-height: var(--boemly-sizes-xl);\n height: calc(\n var(--desktop-image-width) /\n ", "\n );\n width: var(--desktop-image-width);\n\n border-radius: var(--boemly-radii-xl);\n\n & img {\n border-radius: var(--boemly-radii-xl);\n }\n\n @media screen and (max-width: ", ") {\n height: calc(\n var(--mobile-image-width) /\n ", "\n );\n width: var(--mobile-image-width);\n }\n"])), function (_ref) {
|
|
@@ -5368,8 +5482,8 @@ var Comparison = function Comparison(_ref) {
|
|
|
5368
5482
|
}))));
|
|
5369
5483
|
};
|
|
5370
5484
|
|
|
5371
|
-
var _templateObject, _templateObject2;
|
|
5372
|
-
var CarouselInnerContainer = /*#__PURE__*/styled(motion.div)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: ", ";\n gap: var(--boemly-space-24);\n padding-right: var(--boemly-space-24);\n padding-left: var(--boemly-space-24);\n\n @media screen and (max-width: ", ") {\n width: calc(\n ", " *\n (var(--boemly-sizes-16) + var(--boemly-space-6))\n );\n justify-content: ", ";\n }\n"])), function (props) {
|
|
5485
|
+
var _templateObject$1, _templateObject2;
|
|
5486
|
+
var CarouselInnerContainer = /*#__PURE__*/styled(motion.div)(_templateObject$1 || (_templateObject$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: ", ";\n gap: var(--boemly-space-24);\n padding-right: var(--boemly-space-24);\n padding-left: var(--boemly-space-24);\n\n @media screen and (max-width: ", ") {\n width: calc(\n ", " *\n (var(--boemly-sizes-16) + var(--boemly-space-6))\n );\n justify-content: ", ";\n }\n"])), function (props) {
|
|
5373
5487
|
return props.logoCount < 5 ? 'center' : 'flex-start';
|
|
5374
5488
|
}, BREAKPOINT_MD, function (props) {
|
|
5375
5489
|
return props.logoCount;
|
|
@@ -5702,6 +5816,665 @@ var Timeline = function Timeline(_ref) {
|
|
|
5702
5816
|
}))))))));
|
|
5703
5817
|
};
|
|
5704
5818
|
|
|
5819
|
+
var getCountryFlag = function getCountryFlag(countryCode) {
|
|
5820
|
+
return countryCode.toUpperCase().replace(/./g, function (_char) {
|
|
5821
|
+
return String.fromCodePoint(_char.charCodeAt(0) + 127397);
|
|
5822
|
+
});
|
|
5823
|
+
};
|
|
5824
|
+
|
|
5825
|
+
var EventType;
|
|
5826
|
+
(function (EventType) {
|
|
5827
|
+
EventType["CONFERENCE"] = "Conference";
|
|
5828
|
+
EventType["MEET_UP"] = "Meet Up";
|
|
5829
|
+
EventType["WEBINAR"] = "Webinar";
|
|
5830
|
+
EventType["FOREST_WALK"] = "Forest Walk";
|
|
5831
|
+
EventType["LUNCH_AND_LEARN"] = "Lunch & Learn";
|
|
5832
|
+
EventType["FESTIVAL"] = "Festival";
|
|
5833
|
+
EventType["ROADSHOW"] = "RoadShow";
|
|
5834
|
+
EventType["PARTNER_EVENT"] = "Partner Event";
|
|
5835
|
+
EventType["FAIR"] = "Fair";
|
|
5836
|
+
})(EventType || (EventType = {}));
|
|
5837
|
+
|
|
5838
|
+
var _templateObject;
|
|
5839
|
+
var MAX_LENGTH = 120;
|
|
5840
|
+
var LOCATION_MAX_LENGTH = 28;
|
|
5841
|
+
var getEventIcon = function getEventIcon(eventType) {
|
|
5842
|
+
switch (eventType) {
|
|
5843
|
+
case EventType.WEBINAR:
|
|
5844
|
+
return React.createElement(Webcam, {
|
|
5845
|
+
size: 12
|
|
5846
|
+
});
|
|
5847
|
+
case EventType.CONFERENCE:
|
|
5848
|
+
return React.createElement(Headset, {
|
|
5849
|
+
size: 12
|
|
5850
|
+
});
|
|
5851
|
+
case EventType.MEET_UP:
|
|
5852
|
+
return React.createElement(UsersThree, {
|
|
5853
|
+
size: 12
|
|
5854
|
+
});
|
|
5855
|
+
case EventType.FOREST_WALK:
|
|
5856
|
+
return React.createElement(PersonSimpleWalk, {
|
|
5857
|
+
size: 12
|
|
5858
|
+
});
|
|
5859
|
+
case EventType.PARTNER_EVENT:
|
|
5860
|
+
return React.createElement(Handshake, {
|
|
5861
|
+
size: 12
|
|
5862
|
+
});
|
|
5863
|
+
case EventType.LUNCH_AND_LEARN:
|
|
5864
|
+
return React.createElement(BowlFood, {
|
|
5865
|
+
size: 12
|
|
5866
|
+
});
|
|
5867
|
+
case EventType.FAIR:
|
|
5868
|
+
return React.createElement(ChalkboardTeacher, {
|
|
5869
|
+
size: 12
|
|
5870
|
+
});
|
|
5871
|
+
case EventType.FESTIVAL:
|
|
5872
|
+
return React.createElement(Confetti, {
|
|
5873
|
+
size: 12
|
|
5874
|
+
});
|
|
5875
|
+
case EventType.ROADSHOW:
|
|
5876
|
+
return React.createElement(ProjectorScreenChart, {
|
|
5877
|
+
size: 12
|
|
5878
|
+
});
|
|
5879
|
+
default:
|
|
5880
|
+
return React.createElement(Info, {
|
|
5881
|
+
size: 12,
|
|
5882
|
+
weight: "fill"
|
|
5883
|
+
});
|
|
5884
|
+
}
|
|
5885
|
+
};
|
|
5886
|
+
var EventCard = function EventCard(_ref) {
|
|
5887
|
+
var _event$location$lengt, _event$location, _event$image, _event$image2, _event$image3;
|
|
5888
|
+
var event = _ref.event;
|
|
5889
|
+
var _useContext = useContext(IntlContext),
|
|
5890
|
+
formatDate = _useContext.formatDate,
|
|
5891
|
+
formatNumber = _useContext.formatNumber,
|
|
5892
|
+
formatMessage = _useContext.formatMessage;
|
|
5893
|
+
var _useState = useState(false),
|
|
5894
|
+
isExpanded = _useState[0],
|
|
5895
|
+
setIsExpanded = _useState[1];
|
|
5896
|
+
var _useMediaQuery = useMediaQuery(BREAKPOINT_MD_QUERY),
|
|
5897
|
+
mobile = _useMediaQuery[0];
|
|
5898
|
+
var toggleText = function toggleText() {
|
|
5899
|
+
setIsExpanded(!isExpanded);
|
|
5900
|
+
};
|
|
5901
|
+
var isLocationTooLong = ((_event$location$lengt = (_event$location = event.location) == null ? void 0 : _event$location.length) != null ? _event$location$lengt : 0) >= LOCATION_MAX_LENGTH;
|
|
5902
|
+
return React.createElement(Box, {
|
|
5903
|
+
borderRadius: ['xl', null, null, '2xl'],
|
|
5904
|
+
height: "full",
|
|
5905
|
+
width: "full",
|
|
5906
|
+
border: "1px solid var(--boemly-colors-gray-200)",
|
|
5907
|
+
background: "white"
|
|
5908
|
+
}, React.createElement(Box, {
|
|
5909
|
+
position: "relative",
|
|
5910
|
+
width: "full",
|
|
5911
|
+
height: ['32', null, null, '44'],
|
|
5912
|
+
borderTopRadius: ['xl', null, null, '2xl'],
|
|
5913
|
+
css: css(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n & span,\n div,\n img {\n border-top-left-radius: inherit;\n border-top-right-radius: inherit;\n }\n "])))
|
|
5914
|
+
}, React.createElement(Image, {
|
|
5915
|
+
src: strapiMediaUrl((_event$image = event.image) == null ? void 0 : _event$image.img, 'medium'),
|
|
5916
|
+
alt: (_event$image2 = event.image) == null ? void 0 : _event$image2.alt,
|
|
5917
|
+
fill: true,
|
|
5918
|
+
style: {
|
|
5919
|
+
objectFit: ((_event$image3 = event.image) == null ? void 0 : _event$image3.objectFit) || 'cover'
|
|
5920
|
+
}
|
|
5921
|
+
}), React.createElement(Box, {
|
|
5922
|
+
position: "absolute",
|
|
5923
|
+
top: ['6', null, null, '8'],
|
|
5924
|
+
right: ['6', null, null, '8'],
|
|
5925
|
+
zIndex: "1",
|
|
5926
|
+
width: ['12', null, null, '16'],
|
|
5927
|
+
height: ['12', null, null, '16']
|
|
5928
|
+
}, React.createElement(Image, {
|
|
5929
|
+
src: strapiMediaUrl(event.logo.img, 'medium'),
|
|
5930
|
+
alt: event.logo.alt,
|
|
5931
|
+
fill: true,
|
|
5932
|
+
style: {
|
|
5933
|
+
objectFit: event.logo.objectFit || 'contain',
|
|
5934
|
+
borderRadius: 'var(--boemly-radii-md)',
|
|
5935
|
+
border: '1px solid, var(--whiteAlpha-700, rgba(255, 255, 255, 0.64))'
|
|
5936
|
+
}
|
|
5937
|
+
}))), React.createElement(Flex, {
|
|
5938
|
+
flexDir: "column",
|
|
5939
|
+
p: ['6', null, null, '8'],
|
|
5940
|
+
h: "calc(var(--boemly-sizes-full) - var(--boemly-sizes-44))"
|
|
5941
|
+
}, React.createElement(Flex, {
|
|
5942
|
+
flexDir: "row",
|
|
5943
|
+
mb: "4",
|
|
5944
|
+
gap: "2",
|
|
5945
|
+
flexWrap: "wrap"
|
|
5946
|
+
}, event.recommended ? React.createElement(Flex, {
|
|
5947
|
+
mb: ['2', null, null, '0']
|
|
5948
|
+
}, React.createElement(Tag, {
|
|
5949
|
+
backgroundColor: "green.600"
|
|
5950
|
+
}, React.createElement(Star, {
|
|
5951
|
+
size: 12,
|
|
5952
|
+
weight: "fill",
|
|
5953
|
+
color: "white"
|
|
5954
|
+
}), "\xA0", React.createElement(Text, {
|
|
5955
|
+
size: "xsLowBold",
|
|
5956
|
+
color: "white"
|
|
5957
|
+
}, formatMessage({
|
|
5958
|
+
id: 'sections.eventCard.recommendedEvent'
|
|
5959
|
+
})))) : React.createElement(React.Fragment, null), React.createElement(Flex, {
|
|
5960
|
+
flexWrap: "wrap",
|
|
5961
|
+
gap: "2"
|
|
5962
|
+
}, event.eventTypes.map(function (e) {
|
|
5963
|
+
return React.createElement(Tag, {
|
|
5964
|
+
key: e.id
|
|
5965
|
+
}, getEventIcon(e.eventType), "\xA0", React.createElement(Text, {
|
|
5966
|
+
size: "xsLowBold",
|
|
5967
|
+
color: "gray.800"
|
|
5968
|
+
}, formatMessage({
|
|
5969
|
+
id: "sections.eventCard.eventType." + e.eventType.toLowerCase().replace(/\s+/g, '')
|
|
5970
|
+
})));
|
|
5971
|
+
}), event.languages.map(function (_ref2) {
|
|
5972
|
+
var id = _ref2.id,
|
|
5973
|
+
language = _ref2.language,
|
|
5974
|
+
countryCode = _ref2.countryCode;
|
|
5975
|
+
return React.createElement(Tag, {
|
|
5976
|
+
key: id
|
|
5977
|
+
}, getCountryFlag(countryCode), "\xA0", React.createElement(Text, {
|
|
5978
|
+
size: "xsLowBold",
|
|
5979
|
+
color: "gray.800"
|
|
5980
|
+
}, language));
|
|
5981
|
+
}))), React.createElement(Heading, null, event.title), React.createElement(Flex, {
|
|
5982
|
+
gap: isLocationTooLong ? '2' : ['2', null, null, '6'],
|
|
5983
|
+
alignItems: mobile || isLocationTooLong ? 'flex-start' : 'center',
|
|
5984
|
+
my: "4",
|
|
5985
|
+
flexDir: mobile || isLocationTooLong ? 'column' : 'row'
|
|
5986
|
+
}, event.online && React.createElement(Flex, {
|
|
5987
|
+
gap: "2",
|
|
5988
|
+
alignItems: "center"
|
|
5989
|
+
}, React.createElement(Laptop, {
|
|
5990
|
+
size: 20,
|
|
5991
|
+
color: 'var(--boemly-colors-primary-700)'
|
|
5992
|
+
}), React.createElement(Text, {
|
|
5993
|
+
size: ['xsLowBold', null, null, 'smLowBold']
|
|
5994
|
+
}, "Online")), event.location && React.createElement(Flex, {
|
|
5995
|
+
gap: "2",
|
|
5996
|
+
alignItems: "center"
|
|
5997
|
+
}, React.createElement(MapPinLine, {
|
|
5998
|
+
size: 20,
|
|
5999
|
+
color: 'var(--boemly-colors-primary-700)',
|
|
6000
|
+
weight: "fill"
|
|
6001
|
+
}), React.createElement(Text, {
|
|
6002
|
+
size: ['xsLowBold', null, null, 'smLowBold']
|
|
6003
|
+
}, event.location)), React.createElement(Flex, {
|
|
6004
|
+
alignItems: "center",
|
|
6005
|
+
gap: "2"
|
|
6006
|
+
}, React.createElement(CalendarBlank, {
|
|
6007
|
+
size: 20,
|
|
6008
|
+
color: 'var(--boemly-colors-primary-700)'
|
|
6009
|
+
}), React.createElement(Text, {
|
|
6010
|
+
size: ['xsLowBold', null, null, 'smLowBold']
|
|
6011
|
+
}, formatDate(event.start, {
|
|
6012
|
+
year: 'numeric',
|
|
6013
|
+
month: '2-digit',
|
|
6014
|
+
day: '2-digit'
|
|
6015
|
+
}), ' ', "|", ' ', formatNumber(new Date(event.start).getUTCHours(), {
|
|
6016
|
+
minimumIntegerDigits: 2
|
|
6017
|
+
}), ":", formatNumber(new Date(event.start).getUTCMinutes(), {
|
|
6018
|
+
minimumIntegerDigits: 2
|
|
6019
|
+
}), ' ', "-", ' ', formatNumber(new Date(event.end).getUTCHours(), {
|
|
6020
|
+
minimumIntegerDigits: 2
|
|
6021
|
+
}), ":", formatNumber(new Date(event.end).getUTCMinutes(), {
|
|
6022
|
+
minimumIntegerDigits: 2
|
|
6023
|
+
})))), React.createElement(Text, {
|
|
6024
|
+
mb: mobile ? '0' : '7',
|
|
6025
|
+
size: ['xsRegularNormal', null, null, 'smRegularNormal']
|
|
6026
|
+
}, isExpanded || !mobile ? event.description : event.description.substring(0, MAX_LENGTH) + "..."), event.description.length > MAX_LENGTH && mobile && React.createElement(Flex, {
|
|
6027
|
+
justifyContent: "flex-start"
|
|
6028
|
+
}, React.createElement(Button, {
|
|
6029
|
+
mt: "2",
|
|
6030
|
+
onClick: toggleText,
|
|
6031
|
+
variant: "link",
|
|
6032
|
+
rightIcon: isExpanded ? React.createElement(CaretUp, {
|
|
6033
|
+
size: "12"
|
|
6034
|
+
}) : React.createElement(CaretDown, {
|
|
6035
|
+
size: "12"
|
|
6036
|
+
})
|
|
6037
|
+
}, formatMessage(isExpanded ? {
|
|
6038
|
+
id: 'sections.eventCard.buttonShowLess'
|
|
6039
|
+
} : {
|
|
6040
|
+
id: 'sections.eventCard.buttonShowMore'
|
|
6041
|
+
}))), React.createElement(Flex, {
|
|
6042
|
+
mt: mobile ? '7' : 'auto',
|
|
6043
|
+
justifyContent: mobile ? undefined : 'space-between',
|
|
6044
|
+
flexDir: mobile ? 'column-reverse' : 'row',
|
|
6045
|
+
gap: mobile ? '4' : '0'
|
|
6046
|
+
}, event.button && React.createElement(Flex, {
|
|
6047
|
+
width: mobile ? 'full' : 'auto'
|
|
6048
|
+
}, React.createElement(StrapiLinkButton, {
|
|
6049
|
+
key: event.button.id,
|
|
6050
|
+
size: "md",
|
|
6051
|
+
variant: event.buttonVariant,
|
|
6052
|
+
link: event.button,
|
|
6053
|
+
rightIcon: React.createElement(CaretRight, {
|
|
6054
|
+
size: "10"
|
|
6055
|
+
}),
|
|
6056
|
+
width: "full"
|
|
6057
|
+
})), event.speakers && event.speakers.length > 0 && React.createElement(Flex, {
|
|
6058
|
+
flexDir: "row",
|
|
6059
|
+
gap: "2"
|
|
6060
|
+
}, event.speakers.map(function (speaker) {
|
|
6061
|
+
return React.createElement(Box, {
|
|
6062
|
+
key: speaker.id
|
|
6063
|
+
}, React.createElement(Box, {
|
|
6064
|
+
width: ['10', null, null, '12'],
|
|
6065
|
+
height: ['10', null, null, '12'],
|
|
6066
|
+
position: "relative",
|
|
6067
|
+
borderRadius: "2xl"
|
|
6068
|
+
}, React.createElement(Tooltip, {
|
|
6069
|
+
label: speaker.name
|
|
6070
|
+
}, React.createElement(Image, {
|
|
6071
|
+
src: strapiMediaUrl(speaker.image.img, 'medium'),
|
|
6072
|
+
alt: speaker.image.alt,
|
|
6073
|
+
fill: true,
|
|
6074
|
+
style: {
|
|
6075
|
+
objectFit: speaker.image.objectFit || 'cover',
|
|
6076
|
+
borderRadius: 'var(--boemly-radii-md)',
|
|
6077
|
+
border: '1px solid, var(--whiteAlpha-700, rgba(255, 255, 255, 0.64))'
|
|
6078
|
+
}
|
|
6079
|
+
}))));
|
|
6080
|
+
})))));
|
|
6081
|
+
};
|
|
6082
|
+
|
|
6083
|
+
var useEvents = function useEvents(_ref) {
|
|
6084
|
+
var getKey = _ref.getKey,
|
|
6085
|
+
batchSize = _ref.batchSize;
|
|
6086
|
+
var _useSWRInfinite = useSWRInfinite(getKey, {
|
|
6087
|
+
revalidateFirstPage: false,
|
|
6088
|
+
revalidateAll: false
|
|
6089
|
+
}),
|
|
6090
|
+
data = _useSWRInfinite.data,
|
|
6091
|
+
isLoading = _useSWRInfinite.isLoading,
|
|
6092
|
+
setSize = _useSWRInfinite.setSize,
|
|
6093
|
+
size = _useSWRInfinite.size,
|
|
6094
|
+
mutate = _useSWRInfinite.mutate;
|
|
6095
|
+
var count = useMemo(function () {
|
|
6096
|
+
var _data$;
|
|
6097
|
+
return (data == null || (_data$ = data[0]) == null || (_data$ = _data$.body) == null || (_data$ = _data$.meta) == null || (_data$ = _data$.pagination) == null ? void 0 : _data$.total) || 0;
|
|
6098
|
+
}, [data]);
|
|
6099
|
+
var isLoadingMore = useMemo(function () {
|
|
6100
|
+
return !!(size > 0 && data && typeof data[size - 1] === 'undefined');
|
|
6101
|
+
}, [size, data]);
|
|
6102
|
+
var loadMore = useCallback(function () {
|
|
6103
|
+
return setSize(size + 1);
|
|
6104
|
+
}, [setSize, size]);
|
|
6105
|
+
var canLoadMore = useMemo(function () {
|
|
6106
|
+
return count !== undefined && size * batchSize < count;
|
|
6107
|
+
}, [count, size, batchSize]);
|
|
6108
|
+
return {
|
|
6109
|
+
data: data,
|
|
6110
|
+
isLoading: isLoading,
|
|
6111
|
+
isLoadingMore: isLoadingMore,
|
|
6112
|
+
canLoadMore: canLoadMore,
|
|
6113
|
+
refetch: mutate,
|
|
6114
|
+
loadMore: loadMore,
|
|
6115
|
+
count: count
|
|
6116
|
+
};
|
|
6117
|
+
};
|
|
6118
|
+
|
|
6119
|
+
var UPCOMING_BATCH_SIZE = 6;
|
|
6120
|
+
var PAST_BATCH_SIZE = 2;
|
|
6121
|
+
var Sort;
|
|
6122
|
+
(function (Sort) {
|
|
6123
|
+
Sort["NEWEST_FIRST"] = "newest";
|
|
6124
|
+
Sort["OLDEST_FIRST"] = "oldest";
|
|
6125
|
+
})(Sort || (Sort = {}));
|
|
6126
|
+
var Events = function Events(_ref) {
|
|
6127
|
+
var slice = _ref.slice;
|
|
6128
|
+
var _useContext = useContext(IntlContext),
|
|
6129
|
+
formatMessage = _useContext.formatMessage,
|
|
6130
|
+
locale = _useContext.locale;
|
|
6131
|
+
var _useState = useState([]),
|
|
6132
|
+
eventTypeFilter = _useState[0],
|
|
6133
|
+
setEventTypeFilter = _useState[1];
|
|
6134
|
+
var _useState2 = useState([]),
|
|
6135
|
+
languageFilter = _useState2[0],
|
|
6136
|
+
setLanguageFilter = _useState2[1];
|
|
6137
|
+
var _useState3 = useState([Sort.NEWEST_FIRST]),
|
|
6138
|
+
sort = _useState3[0],
|
|
6139
|
+
setSort = _useState3[1];
|
|
6140
|
+
var _useState4 = useState([]),
|
|
6141
|
+
allEventTypeOptions = _useState4[0],
|
|
6142
|
+
setAllEventTypeOptions = _useState4[1];
|
|
6143
|
+
var _useState5 = useState([]),
|
|
6144
|
+
allLanguageOptions = _useState5[0],
|
|
6145
|
+
setAllLanguageOptions = _useState5[1];
|
|
6146
|
+
var now = new Date().toISOString();
|
|
6147
|
+
var buildEventsUrl = function buildEventsUrl(index, batchSize, startFilter) {
|
|
6148
|
+
var url = new URL("/treely-events", STRAPI_URI);
|
|
6149
|
+
url.searchParams.append('pagination[start]', (index * batchSize).toString());
|
|
6150
|
+
url.searchParams.append('pagination[limit]', batchSize.toString());
|
|
6151
|
+
url.searchParams.append(startFilter, now);
|
|
6152
|
+
url.searchParams.append('locale', locale);
|
|
6153
|
+
url.searchParams.append('populate', 'deep,6');
|
|
6154
|
+
if (sort[0] === Sort.OLDEST_FIRST) {
|
|
6155
|
+
url.searchParams.append('sort', 'start:asc');
|
|
6156
|
+
} else {
|
|
6157
|
+
url.searchParams.append('sort', 'start:desc');
|
|
6158
|
+
}
|
|
6159
|
+
if (eventTypeFilter.length) {
|
|
6160
|
+
eventTypeFilter.forEach(function (filter, i) {
|
|
6161
|
+
url.searchParams.append("filters[$or][" + i + "][eventTypes][eventType]", filter);
|
|
6162
|
+
});
|
|
6163
|
+
}
|
|
6164
|
+
if (languageFilter.length) {
|
|
6165
|
+
languageFilter.forEach(function (filter, i) {
|
|
6166
|
+
url.searchParams.append("filters[$or][" + (eventTypeFilter.length + i) + "][languages][language]", filter);
|
|
6167
|
+
});
|
|
6168
|
+
}
|
|
6169
|
+
return "/treely-events" + url.search;
|
|
6170
|
+
};
|
|
6171
|
+
var getUpcomingKey = useCallback(function (index) {
|
|
6172
|
+
return buildEventsUrl(index, UPCOMING_BATCH_SIZE, 'filters[start][$gte]');
|
|
6173
|
+
}, [eventTypeFilter, languageFilter, sort]);
|
|
6174
|
+
var getPastKey = useCallback(function (index) {
|
|
6175
|
+
return buildEventsUrl(index, PAST_BATCH_SIZE, 'filters[start][$lt]');
|
|
6176
|
+
}, [eventTypeFilter, languageFilter, sort]);
|
|
6177
|
+
var _useEvents = useEvents({
|
|
6178
|
+
getKey: getUpcomingKey,
|
|
6179
|
+
batchSize: UPCOMING_BATCH_SIZE
|
|
6180
|
+
}),
|
|
6181
|
+
upcomingData = _useEvents.data,
|
|
6182
|
+
isLoadingUpcoming = _useEvents.isLoading,
|
|
6183
|
+
isLoadingMoreUpcoming = _useEvents.isLoadingMore,
|
|
6184
|
+
canLoadMoreUpcoming = _useEvents.canLoadMore,
|
|
6185
|
+
loadMoreUpcoming = _useEvents.loadMore;
|
|
6186
|
+
var _useEvents2 = useEvents({
|
|
6187
|
+
getKey: getPastKey,
|
|
6188
|
+
batchSize: PAST_BATCH_SIZE
|
|
6189
|
+
}),
|
|
6190
|
+
pastData = _useEvents2.data,
|
|
6191
|
+
isLoadingPast = _useEvents2.isLoading,
|
|
6192
|
+
isLoadingMorePast = _useEvents2.isLoadingMore,
|
|
6193
|
+
canLoadMorePast = _useEvents2.canLoadMore,
|
|
6194
|
+
loadMorePast = _useEvents2.loadMore;
|
|
6195
|
+
var processEvents = function processEvents(data) {
|
|
6196
|
+
var _data$flatMap;
|
|
6197
|
+
return (data == null || (_data$flatMap = data.flatMap(function (d) {
|
|
6198
|
+
var _d$body;
|
|
6199
|
+
return d == null || (_d$body = d.body) == null ? void 0 : _d$body.data;
|
|
6200
|
+
})) == null ? void 0 : _data$flatMap.filter(function (t) {
|
|
6201
|
+
return !!t;
|
|
6202
|
+
})) || [];
|
|
6203
|
+
};
|
|
6204
|
+
// Process upcoming events
|
|
6205
|
+
var upcomingEvents = useMemo(function () {
|
|
6206
|
+
return processEvents(upcomingData);
|
|
6207
|
+
}, [upcomingData]);
|
|
6208
|
+
// Process past events
|
|
6209
|
+
var pastEvents = useMemo(function () {
|
|
6210
|
+
return processEvents(pastData);
|
|
6211
|
+
}, [pastData]);
|
|
6212
|
+
// Function to fetch all possible options
|
|
6213
|
+
var fetchAllOptions = useCallback( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
6214
|
+
var url, response, data, events, allEventTypes, allLanguages;
|
|
6215
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
6216
|
+
while (1) switch (_context.prev = _context.next) {
|
|
6217
|
+
case 0:
|
|
6218
|
+
url = new URL("/treely-events", STRAPI_URI);
|
|
6219
|
+
url.searchParams.append('locale', locale);
|
|
6220
|
+
url.searchParams.append('populate', 'deep,6');
|
|
6221
|
+
_context.next = 5;
|
|
6222
|
+
return fetch(STRAPI_URI + "/api/treely-events" + url.search);
|
|
6223
|
+
case 5:
|
|
6224
|
+
response = _context.sent;
|
|
6225
|
+
_context.next = 8;
|
|
6226
|
+
return response.json();
|
|
6227
|
+
case 8:
|
|
6228
|
+
data = _context.sent;
|
|
6229
|
+
events = (data == null ? void 0 : data.data) || []; // Extract all event types
|
|
6230
|
+
allEventTypes = new Set();
|
|
6231
|
+
events.forEach(function (event) {
|
|
6232
|
+
var _event$attributes;
|
|
6233
|
+
if (event != null && (_event$attributes = event.attributes) != null && _event$attributes.eventTypes) {
|
|
6234
|
+
event.attributes.eventTypes.forEach(function (item) {
|
|
6235
|
+
allEventTypes.add(item.eventType);
|
|
6236
|
+
});
|
|
6237
|
+
}
|
|
6238
|
+
});
|
|
6239
|
+
// Extract all languages
|
|
6240
|
+
allLanguages = new Set();
|
|
6241
|
+
events.forEach(function (event) {
|
|
6242
|
+
var _event$attributes2;
|
|
6243
|
+
if (event != null && (_event$attributes2 = event.attributes) != null && _event$attributes2.languages) {
|
|
6244
|
+
event.attributes.languages.forEach(function (item) {
|
|
6245
|
+
allLanguages.add(item.language);
|
|
6246
|
+
});
|
|
6247
|
+
}
|
|
6248
|
+
});
|
|
6249
|
+
// Update state with all options
|
|
6250
|
+
setAllEventTypeOptions(Array.from(allEventTypes).map(function (value) {
|
|
6251
|
+
return {
|
|
6252
|
+
value: value,
|
|
6253
|
+
label: value
|
|
6254
|
+
};
|
|
6255
|
+
}));
|
|
6256
|
+
setAllLanguageOptions(Array.from(allLanguages).map(function (value) {
|
|
6257
|
+
return {
|
|
6258
|
+
value: value,
|
|
6259
|
+
label: value
|
|
6260
|
+
};
|
|
6261
|
+
}));
|
|
6262
|
+
case 16:
|
|
6263
|
+
case "end":
|
|
6264
|
+
return _context.stop();
|
|
6265
|
+
}
|
|
6266
|
+
}, _callee);
|
|
6267
|
+
})), [locale]);
|
|
6268
|
+
// Fetch all options when component mounts
|
|
6269
|
+
useEffect(function () {
|
|
6270
|
+
fetchAllOptions();
|
|
6271
|
+
}, [fetchAllOptions]);
|
|
6272
|
+
var removeFilter = function removeFilter(filterType, valueToRemove) {
|
|
6273
|
+
if (filterType === 'eventTypes') {
|
|
6274
|
+
setEventTypeFilter(function (prev) {
|
|
6275
|
+
return prev.filter(function (item) {
|
|
6276
|
+
return item !== valueToRemove;
|
|
6277
|
+
});
|
|
6278
|
+
});
|
|
6279
|
+
} else if (filterType === 'languages') {
|
|
6280
|
+
setLanguageFilter(function (prev) {
|
|
6281
|
+
return prev.filter(function (item) {
|
|
6282
|
+
return item !== valueToRemove;
|
|
6283
|
+
});
|
|
6284
|
+
});
|
|
6285
|
+
}
|
|
6286
|
+
};
|
|
6287
|
+
useEffect(function () {
|
|
6288
|
+
mutate(getUpcomingKey);
|
|
6289
|
+
}, [eventTypeFilter, languageFilter, sort]);
|
|
6290
|
+
return React.createElement(DefaultSectionContainer, null, React.createElement(Wrapper, null, slice.upcomingTitle ? React.createElement(React.Fragment, null, React.createElement(DefaultSectionHeader, {
|
|
6291
|
+
title: slice.upcomingTitle,
|
|
6292
|
+
text: slice.upcomingDescription
|
|
6293
|
+
}), React.createElement(Spacer, {
|
|
6294
|
+
h: "10"
|
|
6295
|
+
})) : React.createElement(React.Fragment, null), slice.filterSearch && (upcomingEvents || pastEvents) ? React.createElement(React.Fragment, null, React.createElement(Flex, {
|
|
6296
|
+
justifyContent: "space-between",
|
|
6297
|
+
direction: ['column-reverse', null, null, 'row'],
|
|
6298
|
+
alignItems: "baseline",
|
|
6299
|
+
gap: "4"
|
|
6300
|
+
}, React.createElement(Flex, {
|
|
6301
|
+
direction: "column",
|
|
6302
|
+
width: "full",
|
|
6303
|
+
justifyContent: "start",
|
|
6304
|
+
gap: "4"
|
|
6305
|
+
}, React.createElement(Flex, {
|
|
6306
|
+
direction: ['column', null, null, 'row'],
|
|
6307
|
+
gap: "4",
|
|
6308
|
+
justifyContent: "start"
|
|
6309
|
+
}, React.createElement(Box, {
|
|
6310
|
+
position: "relative",
|
|
6311
|
+
width: ['full', null, null, '56']
|
|
6312
|
+
}, React.createElement(Select, {
|
|
6313
|
+
isMultiple: true,
|
|
6314
|
+
isSearchable: true,
|
|
6315
|
+
id: "eventTypeFilter",
|
|
6316
|
+
size: "md",
|
|
6317
|
+
placeholder: formatMessage({
|
|
6318
|
+
id: 'sections.events.eventsFilter.eventType'
|
|
6319
|
+
}),
|
|
6320
|
+
searchPlaceholder: formatMessage({
|
|
6321
|
+
id: 'sections.events.eventsFilter.searchPlaceholder'
|
|
6322
|
+
}),
|
|
6323
|
+
options: allEventTypeOptions,
|
|
6324
|
+
value: eventTypeFilter != null ? eventTypeFilter : [],
|
|
6325
|
+
onChange: function onChange(selected) {
|
|
6326
|
+
setEventTypeFilter(selected);
|
|
6327
|
+
}
|
|
6328
|
+
})), React.createElement(Box, {
|
|
6329
|
+
position: "relative",
|
|
6330
|
+
width: ['full', null, null, '56']
|
|
6331
|
+
}, React.createElement(Select, {
|
|
6332
|
+
isMultiple: true,
|
|
6333
|
+
isSearchable: true,
|
|
6334
|
+
id: "languageFilter",
|
|
6335
|
+
size: "md",
|
|
6336
|
+
placeholder: formatMessage({
|
|
6337
|
+
id: 'sections.events.eventsFilter.language'
|
|
6338
|
+
}),
|
|
6339
|
+
searchPlaceholder: formatMessage({
|
|
6340
|
+
id: 'sections.events.eventsFilter.searchPlaceholder'
|
|
6341
|
+
}),
|
|
6342
|
+
options: allLanguageOptions,
|
|
6343
|
+
value: languageFilter != null ? languageFilter : [],
|
|
6344
|
+
onChange: function onChange(selected) {
|
|
6345
|
+
setLanguageFilter(selected);
|
|
6346
|
+
}
|
|
6347
|
+
}))), React.createElement(Box, {
|
|
6348
|
+
display: "flex",
|
|
6349
|
+
flexWrap: "wrap",
|
|
6350
|
+
minHeight: "6",
|
|
6351
|
+
gap: "2"
|
|
6352
|
+
}, eventTypeFilter.map(function (eventType) {
|
|
6353
|
+
var event = allEventTypeOptions.find(function (option) {
|
|
6354
|
+
return option.value === eventType;
|
|
6355
|
+
});
|
|
6356
|
+
return React.createElement(BoemlyTag, {
|
|
6357
|
+
key: eventType,
|
|
6358
|
+
isClosable: true,
|
|
6359
|
+
onClose: function onClose() {
|
|
6360
|
+
return removeFilter('eventTypes', eventType);
|
|
6361
|
+
}
|
|
6362
|
+
}, event == null ? void 0 : event.label);
|
|
6363
|
+
}), languageFilter.map(function (singleLanguage) {
|
|
6364
|
+
var language = allLanguageOptions.find(function (option) {
|
|
6365
|
+
return option.value === singleLanguage;
|
|
6366
|
+
});
|
|
6367
|
+
return React.createElement(BoemlyTag, {
|
|
6368
|
+
key: singleLanguage,
|
|
6369
|
+
isClosable: true,
|
|
6370
|
+
onClose: function onClose() {
|
|
6371
|
+
return removeFilter('languages', singleLanguage);
|
|
6372
|
+
}
|
|
6373
|
+
}, language == null ? void 0 : language.label);
|
|
6374
|
+
}))), React.createElement(Box, {
|
|
6375
|
+
display: "flex",
|
|
6376
|
+
gap: "1px",
|
|
6377
|
+
width: "52",
|
|
6378
|
+
alignItems: "center"
|
|
6379
|
+
}, React.createElement(Text, {
|
|
6380
|
+
size: "smLowNormal",
|
|
6381
|
+
color: "black",
|
|
6382
|
+
width: "20"
|
|
6383
|
+
}, "Sort by:"), React.createElement(Select, {
|
|
6384
|
+
isMultiple: false,
|
|
6385
|
+
borderColor: "white",
|
|
6386
|
+
value: [sort[0]],
|
|
6387
|
+
placeholder: sort[0],
|
|
6388
|
+
onChange: function onChange(selected) {
|
|
6389
|
+
return setSort(selected);
|
|
6390
|
+
},
|
|
6391
|
+
options: [{
|
|
6392
|
+
label: formatMessage({
|
|
6393
|
+
id: "sections.events.eventsFilter.sortBy." + Sort.NEWEST_FIRST
|
|
6394
|
+
}),
|
|
6395
|
+
value: Sort.NEWEST_FIRST
|
|
6396
|
+
}, {
|
|
6397
|
+
label: formatMessage({
|
|
6398
|
+
id: "sections.events.eventsFilter.sortBy." + Sort.OLDEST_FIRST
|
|
6399
|
+
}),
|
|
6400
|
+
value: Sort.OLDEST_FIRST
|
|
6401
|
+
}]
|
|
6402
|
+
}))), React.createElement(Spacer, {
|
|
6403
|
+
h: ['8', null, null, '16']
|
|
6404
|
+
})) : React.createElement(React.Fragment, null), (!upcomingEvents || upcomingEvents.length === 0) && !isLoadingUpcoming ? React.createElement(Center, null, formatMessage({
|
|
6405
|
+
id: 'sections.events.noUpcomingEvents'
|
|
6406
|
+
})) :
|
|
6407
|
+
// List of upcoming events
|
|
6408
|
+
React.createElement(SimpleGrid, {
|
|
6409
|
+
columns: [1, null, null, null, null, 2],
|
|
6410
|
+
spacingX: "6",
|
|
6411
|
+
gap: "6",
|
|
6412
|
+
flexShrink: "0",
|
|
6413
|
+
mb: ['10', null, null, '20'],
|
|
6414
|
+
placeItems: "center"
|
|
6415
|
+
}, upcomingEvents.map(function (event) {
|
|
6416
|
+
return React.createElement(Box, {
|
|
6417
|
+
key: event.id,
|
|
6418
|
+
width: "full",
|
|
6419
|
+
height: ['full', null, null, 'xl']
|
|
6420
|
+
}, React.createElement(EventCard, {
|
|
6421
|
+
event: event.attributes
|
|
6422
|
+
}));
|
|
6423
|
+
})), React.createElement(Flex, {
|
|
6424
|
+
justifyContent: "center"
|
|
6425
|
+
}, !isLoadingUpcoming && canLoadMoreUpcoming && React.createElement(Button, {
|
|
6426
|
+
onClick: function onClick() {
|
|
6427
|
+
loadMoreUpcoming();
|
|
6428
|
+
},
|
|
6429
|
+
variant: "solid",
|
|
6430
|
+
isLoading: isLoadingMoreUpcoming
|
|
6431
|
+
}, formatMessage({
|
|
6432
|
+
id: 'sections.events.loadMore'
|
|
6433
|
+
})))), React.createElement(Spacer, {
|
|
6434
|
+
h: ['10', null, null, '28']
|
|
6435
|
+
}), React.createElement(Box, {
|
|
6436
|
+
background: "primary.50",
|
|
6437
|
+
pt: ['8', null, null, '24']
|
|
6438
|
+
}, React.createElement(Wrapper, null, React.createElement(DefaultSectionHeader, {
|
|
6439
|
+
title: slice.pastTitle,
|
|
6440
|
+
text: slice.pastDescription
|
|
6441
|
+
}), React.createElement(Spacer, {
|
|
6442
|
+
h: "10"
|
|
6443
|
+
}), (!pastEvents || pastEvents.length === 0) && !isLoadingPast ? React.createElement(React.Fragment, null, React.createElement(Center, null, formatMessage({
|
|
6444
|
+
id: 'sections.events.noPastEvents'
|
|
6445
|
+
})), React.createElement(Spacer, {
|
|
6446
|
+
h: "24"
|
|
6447
|
+
})) :
|
|
6448
|
+
// List of past events
|
|
6449
|
+
React.createElement(SimpleGrid, {
|
|
6450
|
+
columns: [1, null, null, null, null, 2],
|
|
6451
|
+
spacingX: "6",
|
|
6452
|
+
gap: "6",
|
|
6453
|
+
flexShrink: "0",
|
|
6454
|
+
placeItems: "center",
|
|
6455
|
+
mb: ['10', null, null, '20']
|
|
6456
|
+
}, pastEvents.map(function (event) {
|
|
6457
|
+
return React.createElement(Box, {
|
|
6458
|
+
key: event.id,
|
|
6459
|
+
height: ['full', null, null, 'xl'],
|
|
6460
|
+
width: "full"
|
|
6461
|
+
}, React.createElement(EventCard, {
|
|
6462
|
+
event: event.attributes
|
|
6463
|
+
}));
|
|
6464
|
+
})), React.createElement(Flex, {
|
|
6465
|
+
justifyContent: "center"
|
|
6466
|
+
}, !isLoadingPast && canLoadMorePast && React.createElement(Button, {
|
|
6467
|
+
mb: "20",
|
|
6468
|
+
onClick: function onClick() {
|
|
6469
|
+
loadMorePast();
|
|
6470
|
+
},
|
|
6471
|
+
variant: "solid",
|
|
6472
|
+
isLoading: isLoadingMorePast
|
|
6473
|
+
}, formatMessage({
|
|
6474
|
+
id: 'sections.events.loadMore'
|
|
6475
|
+
}))))));
|
|
6476
|
+
};
|
|
6477
|
+
|
|
5705
6478
|
var SliceRenderer = function SliceRenderer(_ref) {
|
|
5706
6479
|
var slices = _ref.slices,
|
|
5707
6480
|
blogPosts = _ref.blogPosts,
|
|
@@ -5916,6 +6689,11 @@ var SliceRenderer = function SliceRenderer(_ref) {
|
|
|
5916
6689
|
key: slice.__component + "-" + slice.id,
|
|
5917
6690
|
slice: slice
|
|
5918
6691
|
});
|
|
6692
|
+
case 'sections.events':
|
|
6693
|
+
return React.createElement(Events, {
|
|
6694
|
+
key: slice.__component + "-" + slice.id,
|
|
6695
|
+
slice: slice
|
|
6696
|
+
});
|
|
5919
6697
|
default:
|
|
5920
6698
|
if (CustomSlice) {
|
|
5921
6699
|
return React.createElement(CustomSlice, {
|